body {
    margin: 0;
    padding: 0;
    line-height: 1.25;
    font-family: 'Unbounded', sans-serif !important;
    font-size: 16px;
        
        position: relative;
            font-variant-numeric: tabular-nums;
}
html{    overflow-x: hidden !important;}
*{    outline: 0 !important;}
button.btn-custom {
    min-height: 50px;
    line-height: 50px;
    padding: 0 40px;
    background-color: #b3d135;
    color: #333333;
    border-radius: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
    outline: none;
}
img{max-width: 100%;}
button.btn-custom:hover {
    box-shadow: 0 0 25px 0 rgba(179, 209, 53, 1);
}
.b-popover{
    display: none !important;
}
header{
    position: fixed;
    z-index: 9;
    width: 100%;
    top: 50px;
    left: 0px;
    transition: .4s;
}
header.scrolled{
    top: 0;
        background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
}
.tac{
    text-align: center;
}
.first-video{
        position: relative;
    padding: 100px 50px 50px;
    min-height: 100vh;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.first-video:before{
    content: '';
    opacity: 0.6;
    background-color: #000000;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0px;
}
.first-video video{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    top: 0px;
}
.top-header{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 31px;
    color: #fff;
}
.top-header a{
    color: #fff;
    margin-right: 50px;
    text-decoration: none;
    transition: .4s;
    text-transform: uppercase;
}
.top-header a:hover{
        text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #7042a9, 0 0 82px #7042a9, 0 0 92px #7042a9, 0 0 102px #7042a9, 0 0 151px #7042a9;
}
.header-logo{
    width: 20%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.header-logo img{
    transition: .4s;
}
.header-logo a:hover img{
    filter: drop-shadow(0px 0px 10px #fff);
}
.header-phone{
    width: 35%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.header-menu{
    width: 35%;
    display: flex
;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.container{
            width: 100%;
        padding: 0 50px;
}
.header-phone a:last-chid{
    margin-right: 0px;
}
.header-burger{
    display: flex
;
    flex-wrap: wrap;
    width: 50px;
    height: 50px;
    margin-left: 25px;
    flex-direction: column;
    justify-content: space-around;
}
.header-burger span{
    display: flex;
    flex-wrap: wrap;
    height: 3px;
    width: 100%;
    background-color: #fff;
}
.video-text{
    position: relative;
    z-index: 3;
    font-size: 20px;
    width: 800px;
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
    padding: 50px;
    border: 3px solid #7042a9;
    border-radius: 50px;
}
.video-text *:last-child, .video-blocks *:last-child{
    margin-bottom: 0px;
}
.video-blocks{
    position: relative;
    z-index: 3;
    display: flex
;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    color: #fff;
    font-size: 25px;
    padding: 50px 35px;
    border: 3px solid #7042a9;
    border-radius: 50px;
    margin-bottom: 50px;
}
.vedeo-block{
    width: 33.33%;
    padding: 0 15px;
}
.menu-open-block{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
}
.menu-open-block span{
    transition: .4s;
}
.menu-open-block:hover span.open-text{
    text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #7042a9, 0 0 82px #7042a9, 0 0 92px #7042a9, 0 0 102px #7042a9, 0 0 151px #7042a9;
}
.menu-open-block:hover .header-burger span{
    box-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #7042a9, 0 0 82px #7042a9, 0 0 92px #7042a9, 0 0 102px #7042a9, 0 0 151px #7042a9;
}
.runline{
    position: relative;
    width: 100%;
    background-color: #000;
}
.runline-block span{
    font-size: 40px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
    display: flex
;
    flex-wrap: nowrap;
    min-width: max-content;
    padding: 0 20px 0 10px;
    position: relative;
}
.runline-block span:before{
    content: '';
}
.runline-continaer{
    list-style: none;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-duration: 11.18s;
    animation-name: anim-scrolling;
    padding: 10px 0;
}
@keyframes anim-scrolling{
    0% {
            transform: translateX(0px);
            -webkit-transform: translateX(0px);
    }
    100%{
            transform: translateX(-559px);
    -webkit-transform: translateX(-559px);
    }
}
.runline-block a{
    text-decoration: none !important;
}
body{
    background: linear-gradient(270deg, #000000, #2A1D7E, #6B4CA7, #F7A8D0);
    background-size: 400% 400%;
    animation: gradientShift 8s ease-in-out infinite;
    color: #fff;
}

@keyframes gradientShift{
    0%{
        background-position: 0% 50%;
    }
    25%{
        background-position: 50% 50%;
    }
    50%{
        background-position: 100% 50%;
    }
    75%{
            background-position: 50% 50%;
    }
    100%{
            background-position: 0% 50%;
    }
}
h2, .h2{
        margin: 0 0 35px;
    font-size: 50px;
}
.menu-sections{
    padding: 80px 0 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.menu-sections h2{
    margin: 0 0 35px;
    font-size: 50px;
}
.menu-sections .menu-blocks{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.menu-sections .menu-blocks a{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 30px 30px;
}
a.neon-button{
position: relative;
    display: inline-block;
    padding: 15px 30px;
    margin: 10px 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
    letter-spacing: 4px;
    overflow: hidden;
    min-width: 180px;
    font-size: 20px;
}
a.neon-button:hover{
    background: #fff;
    color:#7042a9;
    box-shadow: 0 0 5px #fff,
                0 0 25px #fff,
                0 0 50px #fff,
                0 0 200px #fff;
   /*  -webkit-box-reflect:below 1px linear-gradient(transparent, #0005); */
      
}

a.neon-button span{
    position: absolute;
    display: block;
}
a.neon-button span:nth-child(1){
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,transparent,#fff);
    animation: animate1 1s linear infinite;
}
@keyframes animate1{
    0%{
        left: -100%;
    }
    50%,100%{
        left: 100%;
    }
}
a.neon-button span:nth-child(2){
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg,transparent,#fff);
    animation: animate2 1s linear infinite;
    animation-delay: 0.25s;
}
@keyframes animate2{
    0%{
        top: -100%;
    }
    50%,100%{
        top: 100%;
    }
}
a.neon-button span:nth-child(3){
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg,transparent,#fff);
    animation: animate3 1s linear infinite;
    animation-delay: 0.50s;
}
@keyframes animate3{
    0%{
        right: -100%;
    }
    50%,100%{
        right: 100%;
    }
}


a.neon-button span:nth-child(4){
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg,transparent,#fff);
    animation: animate4 1s linear infinite;
    animation-delay: 0.75s;
}
@keyframes animate4{
    0%{
        bottom: -100%;
    }
    50%,100%{
        bottom: 100%;
    }
}
.events-section{
    display: flex
;
    flex-direction: column;
    align-items: center;
    padding: 50px;
    text-align: center;
    margin: 50px 0;
    border: 3px solid #7042a9;
    border-radius: 50px;
}
.event-header{
    font-size: 40px;
}
.event-subheader{
    font-size: 30px;
}
.events-slide img{
    max-width: 80vw;
    max-height: 80vh;
    width: auto;
    height: auto;
}
.top-header .header-logo a{
    margin-right: 0px;
}
.event-links{
        margin: 50px 0 0;
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.events-slide{
    display: flex !important;
    flex-direction: column;
    align-items: center;
}
.events-slider{
    max-width: 100%;
    position: relative;
}
.events-slider .slick-list{
    overflow: visible;
}
.events-slider .slick-dots {
    bottom: 35px;
    left: 0;
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    bottom: -45px;
}
.events-slider .slick-dots button {
    display: none;
}
.events-slider .slick-dots li {
    border-radius: 20px;
    width: 50px;
    height: 4px;
    margin: 0 8px;
    transition: .4s;
    background: #fff;
}
.events-slider .slick-dots li.slick-active{
    box-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #7042a9, 0 0 82px #7042a9, 0 0 92px #7042a9, 0 0 102px #7042a9, 0 0 151px #7042a9;
}
.box-arrow-next{
width: 80px;
    height: 80px;
    border-radius: 50px;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: #fff;
    color: #7042a9;
    padding: 0px;
    display: flex !important
;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.box-arrow-prev{
    width: 80px;
    height: 80px;
    border-radius: 50px;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    background: #fff;
    color: #7042a9;
    padding: 0px;
    display: flex !important
;
    justify-content: center;
    align-items: center;
    z-index: 2;
        padding-right: 5px;
}
.border-html-block{
        border: 3px solid #7042a9;
    margin: 50px 0px;
    padding: 30px;
    border-radius: 20px;
    font-size: 30px;
}
.gallery-block{
 display: grid;
  grid-template-columns: repeat(12, 1fr);
      grid-gap: 15px;
}
.gallery-block a{
    position: relative;
    max-height: 50vh;
    height: 500px;
}
.gallery-block a img{
    width: 100%;
    max-width: auto;
    height: 100%;
    position: absolute;
    object-fit: cover;
    left: 0;
    top: 0;
}
.gallery-block a:nth-child(n){
        grid-column: span 5;
}
.gallery-block a:nth-child(2n){
            grid-column: span 2;
}
.gallery-block a:nth-child(3n){
        grid-column: span 5;
}
.gallery-block a:nth-child(4n){
        grid-column: span 6;
}
.gallery-block a:nth-child(5n){
        grid-column: span 2;
}
.gallery-block a:nth-child(6n){
        grid-column: span 4;
}
.gallery-block a:nth-child(7n){
        grid-column: span 4;
}
.gallery-block a:nth-child(8n){
        grid-column: span 4;
}
.gallery-block a:nth-child(9n){
        grid-column: span 4;
}
.about-gallery{
    margin: 50px 0;
    text-align: center;
}