/* ==========================================================================
1 - GENERAL & BASIC STYLES
=========================================================================== */

html{
    font-size: 18px;
}

:root {
    --primary: #9F5AFD;
    --secondary: #FE54D1;
    --primary2: #BB5FFC;
    --black: #151515;
}

a{
    text-decoration: none;
}

.sia21{
    color: #ffae40 !important;
}
.sia21:hover{
    color: #71bdeb !important;
    text-decoration: underline !important;
}

body.fadeOutDown:after{
    opacity: 1;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
}

body:after{
    opacity: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 0;
    pointer-events: none;
}

body{
    font-family: 'Inter', sans-serif;
    background: var(--black);
    margin: 0;
}

.container{
    box-sizing: border-box;
}

.align-center{
    text-align: center;
}

.align-right{
    text-align: right;
}

.align-left{
    text-align: left;
}

.outer{
    display: table;
    width: 100%;
    height: 100%;
}

.inner{
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.article p{
    opacity: .6;
}


/* Preloader */

.preloader{
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background: #000;
    text-align: center;
}

.preloader .numbers{
    display: inline-block;
}

.preloader .numbers .numbers-wrap{
    display: inline-block;
    width: 100%;
    height:150px;
    overflow: hidden;
}

.preloader .numbers span{
    display: block;
    font-size: 150px;
    font-weight: 700;
    opacity: .2;
    letter-spacing: -10px;
}

.preloader .numbers .number.one, .preloader .numbers .number.two, .preloader .numbers .number.three{
    float: left;
}

.preloader .numbers .number.one {
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
  }
  .preloader .numbers .number.two {
    -webkit-transform: translateY(5%);
    -ms-transform: translateY(5%);
    transform: translateY(5%);
  }

.preloader .numbers .number.three{
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }

.preloader p{
    margin-top: 60px;
}

.tavonline-overlay{
    width: 0%;
    height: 100%;
    right: -1px;
    top: 0;
    position: fixed;
    z-index: 101;
    background: #000;
  }

  main{
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }
  

/*------------------------------------------*/
/*  1.1 - TYPOGRAPHY
/*------------------------------------------*/

h1{
    font-size: calc(1rem + 5.5vw);
    line-height: calc(1rem + 6.4vw);
    font-weight: 500;
}

h2{
    font-size: calc(1rem + 3.4vw);
    line-height: calc(1rem + 4.5vw);
    font-weight: 500;
}

h3{
    font-size: calc(1rem + 2.4vw);
    line-height: calc(1rem + 3.5vw);
    font-weight: 500;
}

h4{
    font-size: calc(1rem + 2vw);
    line-height: calc(1rem + 2.6vw);
    font-weight: 500;
}

h5{
    font-size: calc(1rem + 1.3vw);
    line-height: calc(1rem + 4.2vw);
    font-weight: 500;
}

h6{
    font-size: calc(1rem + .35vw);
    line-height: calc(1rem + 1vw);
    font-weight: 500;
}

p{
    font-weight: 400;
    font-size: 22px;
    line-height: 170%;
}

.body-two{
    font-weight: 400;
    font-size: 18px;
    line-height: 160.52%;
}

.body-three{
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
}

.subheading{
    font-weight: 500;
    font-size: 14px;
    line-height: 200%;
}

h1, h2, h3, h4, h5, h6, p, body, .body-two, .subheading{
    color: #fff;
    margin: 0;
}

h1, h2, h3, h4, h5, h6{
    font-weight: 600;
}


/*------------------------------------------*/
/*  1.2 - SPACER
/*------------------------------------------*/

.spacer-15{
    width: 100%;
    height: 15px;
}

.spacer-30{
    width: 100%;
    height: 30px;
}

.spacer-45{
    width: 100%;
    height: 45px;
}

.spacer-60{
    width: 100%;
    height: 60px;
}

.spacer-75{
    width: 100%;
    height: 75px;
}

.spacer-90{
    width: 100%;
    height: 90px;
}

.spacer-120{
    width: 100%;
    height: 120px;
}

.spacer-150{
    width: 100%;
    height: 150px;
}

.spacer-200{
    width: 100%;
    height: 200px;
}

.spacer-250{
    width: 100%;
    height: 250px;
}

.spacer-300{
    width: 100%;
    height: 300px;
}


@media only screen and (max-width: 1024px) {

    .spacer-md-0{
        width: 100%;
        height: 0;
    }

    .spacer-md-15{
        width: 100%;
        height: 15px;
    }
    
    .spacer-md-30{
        width: 100%;
        height: 30px;
    }
    
    .spacer-md-45{
        width: 100%;
        height: 45px;
    }
    
    .spacer-md-60{
        width: 100%;
        height: 60px;
    }
    
    .spacer-md-75{
        width: 100%;
        height: 75px;
    }
    
    .spacer-md-90{
        width: 100%;
        height: 90px;
    }
    
    .spacer-md-120{
        width: 100%;
        height: 120px;
    }
    
    .spacer-md-150{
        width: 100%;
        height: 150px;
    }
    
    .spacer-md-200{
        width: 100%;
        height: 200px;
    }
    
    .spacer-md-250{
        width: 100%;
        height: 250px;
    }
    
    .spacer-md-300{
        width: 100%;
        height: 300px;
    }

}

@media only screen and (max-width: 767px) {

    footer.type-2 {
        height: 30vh !important;
        padding: 0 30px;
    }

}

@media only screen and (max-width: 580px) {

    .spacer-sm-0{
        width: 100%;
        height: 0;
    }

    .spacer-sm-15{
        width: 100%;
        height: 15px;
    }
    
    .spacer-sm-30{
        width: 100%;
        height: 30px;
    }
    
    .spacer-sm-45{
        width: 100%;
        height: 45px;
    }
    
    .spacer-sm-60{
        width: 100%;
        height: 60px;
    }
    
    .spacer-sm-75{
        width: 100%;
        height: 75px;
    }
    
    .spacer-sm-90{
        width: 100%;
        height: 90px;
    }
    
    .spacer-sm-120{
        width: 100%;
        height: 120px;
    }
    
    .spacer-sm-150{
        width: 100%;
        height: 150px;
    }
    
    .spacer-sm-200{
        width: 100%;
        height: 200px;
    }
    
    .spacer-sm-250{
        width: 100%;
        height: 250px;
    }
    
    .spacer-sm-300{
        width: 100%;
        height: 300px;
    }

}


/* ==========================================================================
    2 - HEADER
=========================================================================== */

nav a{
    overflow: hidden;
    display: inline-block;
}

nav a span{
    position: relative;
    display: inline-block;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s;
}

nav a span:before {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    content: attr(data-hover);
}

@media (hover: hover) {
    nav li:hover a span {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        transform-origin: 0% 0%;
    }
}

header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.header-container{
    width: 100%;
    box-sizing: border-box;
    padding: 30px 60px 0;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
}

.hamburger-menu.mobile{
    border: solid 2px rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    padding: 18px 15px 17px;
    display: inline-block;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    cursor: pointer;
    transition: border-color .4s ease;
    -webkit-transition: border-color .4s ease;
    -moz-transition: border-color .4s ease;
    -ms-transition: border-color .4s ease;
    -o-transition: border-color .4s ease;
    display: none;
}

.hamburger-menu.mobile:hover{
    border: solid 2px rgba(255, 255, 255, 1);
}

.hamburger-menu.mobile .burger{
    position: relative;
    width: 18px;
    height: 12px;
}

.hamburger-menu.mobile span{
    width: 100%;
    height: 1.4px;
    background: #fff;
    display: inline-block;
    position: absolute;
    transition: width ease .3s;
    -webkit-transition: width ease .3s;
    -moz-transition: width ease .3s;
    -ms-transition: width ease .3s;
    -o-transition: width ease .3s;
}

.hamburger-menu.mobile span:nth-child(2){
    top: 5px;
    width: 80%;
}


.hamburger-menu.mobile span:nth-child(3){
    top: 10px;
}

.hamburger-menu.mobile:hover span{
    width: 100%;
}

header.scrolling .header-container {
    background: #000000d9;
    backdrop-filter: blur(5px);
    width: 100%;
    box-sizing: border-box;
}

/*------------------------------------------*/
/*  HEADER TYPE 2
/*------------------------------------------*/

header nav ul li .sub li.active a{
    opacity: 1 !important;
    pointer-events: none;
}

/*------------------------------------------*/
/*  HEADER TYPE 3
/*------------------------------------------*/

@keyframes dotsanimation {
    0% {
        margin: 12px 2px;
    }
    50% {
        margin: 0 2px 12px;
    }
    100% {
        margin: 12px 2px;
    }
  }

 @media only screen and (max-width: 1200px) {
    .photo-gallery .grid-item:nth-child(1), .photo-gallery .grid-item:nth-child(3){
        padding-top: 0 !important;
    }

    .photo-gallery .grid-item{
        margin-bottom: 30px;
    }
  }



/*------------------------------------------*/
/*  HEADER TYPE 4
/*------------------------------------------*/

header.type-4 .logo{
    float: left;
}

header.type-4 nav{
    display: inline-block;
    margin-top: 4px;
}

header.type-4 nav ul{
    display: inline-block;
    padding-left: 0;
    margin: 0;
}

header.type-4 nav ul li{
    float: left;
    list-style: none;
    position: relative;
}


header.type-4 nav ul li.menu-item-has-children{
    padding-bottom: 30px;
}

header.type-4 nav ul li a{
    color: #fff;
    text-decoration: none;
    margin:0 18px;
    font-size: 14px;
}


header.type-4 nav ul li .sub{
    background: #000;
    padding: 0;
    min-width: 150px;
    padding: 15px;
    position: absolute;
    top: 30px;
    opacity: 0;
    transition: opacity, transform ease .3s;
    -webkit-transition: opacity, transform ease .3s;
    -moz-transition: opacity, transform ease .3s;
    -ms-transition: opacity, transform ease .3s;
    -o-transition: opacity, transform ease .3s;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    pointer-events: none;
    left: 0;
}


header.type-4 nav ul li .sub li{
    padding: 7px 0;
    width: 100%;
    text-align: left;
}


header.type-4 nav ul li .sub li a:hover{
    opacity: 1;
}

header.type-4 nav ul li .sub li a{
    font-size: 13px;
    width: 100%;
    height: 100%;
    display: inline-block;
    opacity: .6;
    transition: opacity ease .3s;
    -webkit-transition: opacity ease .3s;
    -moz-transition: opacity ease .3s;
    -ms-transition: opacity ease .3s;
    -o-transition: opacity ease .3s;
}

header.type-4 nav ul li.menu-item-has-children:hover > ul{
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    pointer-events: all;
}

header.type-4 nav ul li.menu-item-has-children ul li.menu-item-has-children ul{
    left: 100%;
    top: -10px;
}

.shop-button{
    float: right;
    position: relative;
    margin-top: 5px;
}

.shop-button i{
    color: #fff;
    font-size: 23px;
}

.shop-button span{
    background: red;
    font-size: 9px;
    color: #fff;
    width: 13px;
    height: 13px;
    display: inline-block;
    text-align: center;
    line-height: 15px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    position: absolute;
    right: -5px;
    bottom: -2px;
}

header.type-4 .shop-button{
    margin-right: 0px;
}

header.type-4 .hamburger-menu.mobile{
    float: right;
    margin-top: -6px;
}

header.type-4 .social a{
    margin: 0;
    margin-right: 20px;
    font-size: 15px;
}


@media only screen and (max-width: 1200px) {

    header.type-4 .shop-button{
        margin-right: 15px;
    }
    
}



/* OVERLAY MENU */

.overlay-menu{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    top:0;
    left: 0;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    z-index: 100;
    overflow: scroll;
}

.overlay-menu nav{
    margin: 0 auto;
    display: inline-block;
}

.overlay-menu nav ul{
    padding-left: 0;
}

.overlay-menu nav ul li{
    list-style: none;
}

.overlay-menu nav ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 48px;
    font-weight: 600;
}

.overlay-menu nav ul li ul li{
    padding:7px 0;
    opacity: .6;
}

.overlay-menu nav ul li ul li:hover{
    opacity: 1;
}

.overlay-menu nav ul li ul li a{
    font-size: 16px;
    font-weight: 400;
}

.menu-item-has-children{
    padding: 0;
}


.overlay-menu nav ul ul {
    display: none;
}

.overlay-menu nav ul li ul li ul{
    padding-top: 8px;
}

.overlay-menu nav ul li ul li ul li{
    padding: 0;
}

.overlay-menu nav ul li ul li ul li a{
    font-size: 13px;
    opacity: .6;
    font-weight: 400;
}

.overlay-menu nav ul li ul li ul li a:hover{
    opacity: 1;
}

.overlay-menu .close{
    position: absolute;
    right: 60px;
    top: 50px;
    cursor: pointer;
    opacity: .5;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
}

.overlay-menu .close:hover{
    opacity: 1;
}

.overlay-menu .close i{
    color: #fff;
    font-size: 30px;
}


@media only screen and (max-width: 1200px) {
    
    header .hamburger-menu.mobile{
        display: block;
    }

    header nav{
        display: none !important;
    }

    .header-container{
        padding: 45px;
    }

    header .shop-button{
        margin-right: 25px !important;
    }

}

@media only screen and (max-width: 580px) {
    .header-container{
        padding: 20px;
    }

    header .shop-button {
        margin-right: 15px;
    }
    

}


/* ==========================================================================
    3 - HERO
=========================================================================== */

.social a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 0 22px;
}

.social-trigger{
    float: right;
    display: none;
}


 .social-mobile {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #000;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.social-mobile a{
    text-decoration: none;
    color: #fff;
    display: block;
    line-height: 60px;
    font-size: 30px;
    font-weight: 600;
}

.social-mobile .close{
    position: absolute;
    right: 45px;
    top: 45px;
    cursor: pointer;
    opacity: .8;
    font-size: 35px;
}


/*------------------------------------------*/
/*  3.1 - HERO 2
/*------------------------------------------*/


.tilt{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/*------------------------------------------*/
/*  3.2 - HERO 3
/*------------------------------------------*/

.hero-3{
    text-align: center;
    position: relative;
    height: 100vh;
}

.hero-3 .title{
    font-weight: 400;
    font-size: calc(1rem + 7.4vw);
    line-height: 200px;
    font-family: 'Great Vibes', cursive;
    margin-top: -100px;
}


.hero-3 .image{
    width: 100%;
    opacity: 0;
    height: 0;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    z-index: -1;
    transform: translateY(35vh) scale(.8);
    -webkit-transform: translateY(35vh) scale(.8);
    -moz-transform: translateY(35vh) scale(.8);
    -ms-transform: translateY(35vh) scale(.8);
    -o-transform: translateY(35vh) scale(.8);
}

.hero-3 .listen-on .listen-title{
    font-weight: 400;
    font-size: 14px;
}

.hero-3 .listen-on .platforms{
    margin-top: 15px;
}

.hero-3 .listen-on a{
    color: #fff;
    margin:0 10px;
    display: inline-block;
    opacity: .5;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
}

.hero-3 .listen-on a:hover{
    opacity: 1;
}

/* Line Scroll */

#line-scroll.animate {
    opacity: 1;
}

.line-scroll {
    width: 2px;
    height: 80px;
    left: 50%;
    bottom: 0;
    margin-left: -1px;
    overflow: hidden;
    margin-top: 90px;
}

.line-scroll .line.active {
    -webkit-animation: line-scroll 2.5s ease-in-out forwards infinite;
    animation: line-scroll 2.5s ease-in-out forwards infinite;
}

.line-scroll .line {
    opacity: .8;
    top: auto;
    z-index: 11;
    display: block;
    position: absolute;
    left: 50%;
    width: 1px;
    height: 80px;
    margin-left: -1px;
    background: rgba(255,255,255,1);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 50%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 50%);
    background-size: 100% 200%;
    background-position: 0 -60px;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    background-size: 100% 200%;
    background-position: 0 -80px;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

@-webkit-keyframes line-scroll {
  0% {
   background-position: 0 -80px
  }
   80% {
   background-position: 0 0
  }
   100% {
   background-position: 0 80px
  }
  }
   @keyframes line-scroll {
   0% {
   background-position: 0 -80px
  }
   80% {
   background-position: 0 0
  }
   100% {
   background-position: 0 80px
  }
}


.clip-animation{
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	-webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.clip-animation.from-left{
	clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
	-webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}

.clip-animation.from-top{
	clip-path: polygon(-2% 0%, 100% 0%, 105% 0%, 0% 0%);
	-webkit-clip-path: polygon(-2% 0%, 100% 0%, 105% 0%, 0% 0%);
}


.clip-animation.from-bottom{
    clip-path: polygon(0 100%,100% 100%,100% 100%,0 100%);
	-webkit-clip-path: polygon(0 100%,100% 100%,100% 100%,0 100%);
}

/* Scroll Animation */

.text-anime .line-wrapper {
    overflow: hidden;
  }
  
  .text-anime .text-lines {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
  }

  
  .image-anime{
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
  }
  
  
  .image-anime:after{
    content: '';
    width: 100%;
    height: 100%;
    background: #131313;
    position: absolute;
    left: 0;
    top: 0;
    transition:  all  cubic-bezier(1, 0, 0, 1) 1s;
    -webkit-transition:  all  cubic-bezier(1, 0, 0, 1) 1s;
    -moz-transition:  all  cubic-bezier(1, 0, 0, 1) 1s;
    -ms-transition:  all  cubic-bezier(1, 0, 0, 1) 1s;
    -o-transition:  all  cubic-bezier(1, 0, 0, 1) 1s;
    z-index: 11;
  }
  
  .image-anime.revealed:after{
    width: 0;
  }


  .clip-animation{
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	-webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.clip-animation.from-right{
	clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
	-webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}

.clip-animation.from-top{
	clip-path: polygon(-2% 0%, 100% 0%, 105% 0%, 0% 0%);
	-webkit-clip-path: polygon(-2% 0%, 100% 0%, 105% 0%, 0% 0%);
}


.clip-animation.from-bottom{
    clip-path: polygon(0 100%,100% 100%,100% 100%,0 100%);
	-webkit-clip-path: polygon(0 100%,100% 100%,100% 100%,0 100%);
}

@media screen and (max-width:1024px) {
  .clip-animation{
    clip-path: none !important;
  }
}

.video-anime{
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
  }
  
  .video-anime video{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transition:  all  ease 1.5s;
    -webkit-transition:  all  ease 1.5s;
    -moz-transition:  all  ease 1.5s;
    -ms-transition:  all  ease 1.5s;
    -o-transition:  all  ease 1.5s;
  }
  
  .video-anime:after{
    content: '';
    width: 100%;
    height: 100%;
    background: #131313;
    position: absolute;
    left: 0;
    top: 0;
    transition:  all  cubic-bezier(1, 0, 0, 1) 1s;
    -webkit-transition:  all  cubic-bezier(1, 0, 0, 1) 1s;
    -moz-transition:  all  cubic-bezier(1, 0, 0, 1) 1s;
    -ms-transition:  all  cubic-bezier(1, 0, 0, 1) 1s;
    -o-transition:  all  cubic-bezier(1, 0, 0, 1) 1s;
  }
  
  .video-anime.revealed:after{
    width: 0;
  }
  
  .video-anime.revealed video{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }


/*------------------------------------------*/
/*  3.2 - HERO 4
/*------------------------------------------*/
.video-clip{
    overflow: hidden;
}

/* ==========================================================================
    ABOUT
=========================================================================== */

.orange-gradient{
    background: linear-gradient(119deg, #FF632E 6.3%, #E84151 20.17%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

h4.orange-gradient{
    line-height: 61px;
}

.about p, .about .sign{
    padding-left: 45px;
}

/* ==========================================================================
    6 - VIDEO PLAYER
=========================================================================== */

.video-player-one{
    text-align: center;
    position: relative;
    width: 100%;
}

.video-player-one .plyr__control--overlaid{
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(20px);
    padding: calc(var(--plyr-control-spacing,22px)*1.5);
}

.video-player-one .plyr__control--overlaid:after{
    content: '';
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute;
    left: -10px;
    top: -10px;
    border: solid 2px rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.video-player-one .plyr--paused .plyr__controls{
    display: none;
}

.video-player-one .plyr--full-ui input[type=range]{
    color: var(--primary);
}

.video-player-one .plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true]{
    background: var(--primary);
}

.plyr__poster{
    background-size: cover;
}

.video-player-one .button-two{
    margin: 0 auto;
}

.video-player-one .vjs-poster{
    background-size: cover;
}

.other-videos .videos-header{
    padding-bottom: 15px;
    border-bottom: 1px solid #373737;
}

.other-videos .filter-list ul{
    display: inline-block;
    padding: 0;
    margin: 0;
}

.other-videos .filter-list li{
    list-style: none;
    float: right;
    margin-left: 30px;
    opacity: .6;
    cursor: pointer;
    line-height: 30px;
}

.other-videos .filter-list li.select-cat{
    opacity: 1;
}

.other-videos .grid-item{
    text-decoration: none;
    position: relative;
}


.other-videos .grid-item:nth-child(odd){
    padding-right: 30px;
}

.other-videos .grid-item:nth-child(even){
    padding-left: 30px;
}


.other-videos .grid-item .video-info{
    padding-top: 10px;
}

.other-videos .grid-item .video-info span{
    opacity: .6;
}

.featured-video .featured-video{
    display: inline-block;
}

.featured-video .video-info span{
    opacity: .6;
}

.other-videos .grid-item .video-poster{
    display: inline-block;
    position: relative;
    overflow: hidden;
}


.other-videos .grid-item .video-poster img{
    width: 100%;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    position: relative;
    z-index: -1;
}

.other-videos .grid-item .video-poster:hover img{
    transform: scale(1.1) rotate(2deg);
    -webkit-transform: scale(1.1) rotate(2deg);
    -moz-transform: scale(1.1) rotate(2deg);
    -ms-transform: scale(1.1) rotate(2deg);
    -o-transform: scale(1.1) rotate(2deg);
}


.other-videos .grid-item .video-poster i{
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 22px;
    position: absolute;
    color: #fff;
    width: 75px;
    height: 75px;
    line-height: 79px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background: #ffffff3d;
    backdrop-filter: blur(20px);
    text-align: center;
}

.other-videos .grid-item .video-poster i:after{
    content: '';
    margin: 0 auto;
    width: 90px;
    height: 90px;
    margin-left: -10px;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border: solid 2px rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s;
}

.other-videos .grid-item .video-poster:hover i{
    background: #ffffff4e;
}

.other-videos .grid-item .video-poster:hover i:after{
    transform: translateY(-50%) scale(1.2);
    -webkit-transform: translateY(-50%) scale(1.2);
    -moz-transform: translateY(-50%) scale(1.2);
    -ms-transform: translateY(-50%) scale(1.2);
    -o-transform: translateY(-50%) scale(1.2);
    opacity: 0;
}

/* ==========================================================================
    6 - VIDEO SLIDER
=========================================================================== */

.video-slide{
    width: 100%;
    overflow: hidden;
}

.video-slider{
    width: 100%;
}

.video-slider .video-js{
    width: 100%;
    height: 472px;
}

.video-player-one {
    text-align: center;
    height: 472px;
}

.video-js video{
    height: 472px;
    object-fit: fill;
    outline: 0;
}

.video-slider .vjs-poster{
    width: 100%;
    height: 472px;
    background-size: cover;
    background-position: center;
}

.video-js .vjs-big-play-button{
    width: 80px;
    height: 80px;
    line-height: 79px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border:0;
    backdrop-filter: blur(20px);
}

.video-js .vjs-big-play-button:after{
    content: '';
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute;
    left: -10px;
    top: -10px;
    border: solid 2px rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
}

.video-js:hover .vjs-big-play-button:after{
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    opacity: 0;
}

.video-slider .swiper-slide{
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
}

.video-slider .swiper-slide-active{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    z-index: 3;
}

.video-slider .swiper-slide .video-player-one{
    pointer-events: none;
}

.video-slider .swiper-slide-active .video-player-one{
    pointer-events: all;
}


.video-slide .arrows{
    width: 100%;
    margin-top: 90px;
    display: inline-block;
    padding: 0 60px;
    box-sizing: border-box;
}

.video-slide .arrows .left-arrow{
    float: left;
}

.video-slide .arrows .right-arrow{
    float: right;
}

.video-slide .arrows .right-arrow, .video-slide .arrows .left-arrow{
    opacity: .4;
    cursor: pointer;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
}

.video-slide .arrows .right-arrow:hover, .video-slide .arrows .left-arrow:hover{
    opacity: .8;
}

/* ==========================================================================
   7 - FOOTER
=========================================================================== */

footer{
    position: relative;
}

.footer-email{
    font-weight: 600;
    font-size: 30px;
    line-height: 158.02%;
    color: #fff;
}

.flip-effect{
    overflow: hidden;
    display: inline-block;
}

.flip-effect span:before {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    content: attr(data-hover);
    text-align: left;
    color: #fff;
}

.flip-effect span{
    position: relative;
    display: inline-block;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s;
}

.flip-effect:hover span{
    display: inline-block;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transform-origin: 0% 0%;
}

.footer-right-image{
    position: absolute;
    height: 100%;
    width: 50%;
    z-index: -1;
    right: 0;
    top: 0;
    opacity: .4;
    background-size: cover;
}

.footer-right-image:after{
    content: '';
    background: linear-gradient(182.35deg, #151515 13.03%, #151515 13.04%, rgba(0, 0, 0, 0) 121.12%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.footer-right-image:before{
    content: '';
    background: linear-gradient(89.28deg, #151515 0.52%, rgba(28, 28, 28, 0) 96.28%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/*------------------------------------------*/
/*  FOOTER TYPE 2
/*------------------------------------------*/

footer.type-2{
    height: 45vh;
}

footer.type-2 .image{
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
    background-position: top;
    z-index: -1;
}

footer.type-2 .image:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    background: radial-gradient(50.21% 51.4% at 63.79% 63.11%, rgba(0, 0, 0, 0.70) 0%, #151515 100%);
}

footer.type-2 .subscribe h6{
    text-align: left;
}

footer.type-2 .subscribe p{
    text-align: left;
    opacity: .4;
    font-weight: 400;
}

footer.type-2 .subscribe-form{
    border: solid 2px #ffffff86;
    height: 65px;
}

footer.type-2 .subscribe-form .subscribe-input{
    height: 63px;
    float: left;
    width: 75%;
    background: transparent;
    border: 0;
    padding-left: 30px;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #fff; 
}

footer.type-2 .subscribe-form .subscribe-input::placeholder{
   color: #fff; 
}

footer.type-2 .subscribe-form .subscribe-input:focus::placeholder{
    color: #ffffff5b; 
 }

footer.type-2 .subscribe-form .subscribe-submit{
    height: 63px;
    float: right;
    width: calc(23% - 30px);
    background: transparent;
    border: 0;
    color:#fff;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    opacity: .5;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    line-height: 66px;
}

footer.type-2 .subscribe-form .subscribe-submit:hover{
    opacity: 1;
}

.one-album{
    text-decoration: none;
}

/* ==========================================================================
   9 - PHOTO GALLERY
=========================================================================== */

.centered-title{
    text-align: center;
}

.centered-title p{
    opacity: .5;
    margin-top: 15px;
}

.gallery img{
    width: 100%;
}

.photo-gallery{
    width: 100%;
    overflow: hidden;
}

.photo-gallery .grid-item:nth-child(1), .photo-gallery .grid-item:nth-child(3){
    padding-top: 45px;
}

.photo-gallery-2 .grid-item:nth-child(2){
    padding-top: 60px;
}

.photo-gallery-2{
    width: 100%;
    overflow: hidden;
}


/* ==========================================================================
   PAGE CAPTION TYPE 1
=========================================================================== */

.page-caption-1{
    width: 100%;
    height: 25vh;
    text-align: center;
    position: relative;
}

.page-caption-1 .caption-content{
    position: absolute;
    top: 53%;
    margin: 0 auto;
    left: 0; right: 0;
}

.page-caption-1 .bg-image{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center top;
}

.page-caption-1 .bg-image:after{
    content: '';
    width: 100%; 
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(359.19deg, var(--black) 1.55%, rgba(0, 0, 0, 0) 123.68%);
}

.page-caption-1 p{
    opacity: .6;
}

input, textarea{
    outline: 0;
}

/* ==========================================================================
   8 - RESPONSIVE
=========================================================================== */

@media only screen and (max-width: 1024px) {

    .hero-3 .title{
        font-size: calc(1rem + 8vw);
    }

    .overlay-menu nav ul li a{
        font-size: 36px;
    }

    .overlay-menu nav ul li:not(.overlay-menu nav ul li ul li){
        margin-bottom: 15px;
    }

    .overlay-menu nav ul li ul li a {
        font-size: 13px;
    }

    .overlay-menu nav ul {
        margin-top: 5px;
    }

    .overlay-menu nav ul li ul li {
        padding: 5px 0;
        opacity: .6;
    }


    .social-trigger{
        display: block;
        cursor: pointer;
    }

    .social-trigger p{
        float: left;
        line-height: 17px;
        margin-right: 12px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 991px) {

    .video-slider{
        overflow: hidden;
    }

    .video-slide .arrows{
        margin-top: 60px;
    }
    
    .video-slide .video-js .vjs-big-play-button{
        transform: scale(.8);
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
    }

    .other-videos .filter-list{
        text-align: left;
        margin-top: 20px;
    }

    .other-videos .filter-list li {
        float: left;
        margin-right: 30px;
        margin-left: 0;
    }

    header .social-accounts{
        display: none;
    }

}


@media only screen and (max-width: 767px) {
    .other-videos .filter-list li {
        margin-bottom: 10px;
    }

}


@media only screen and (max-width: 580px) {
    .social-trigger {
        padding-top: 4px;
    }

    .video-clip{
        padding: 0 30px;
    }

    .video-player-one {
        height: 272px;
    }

    p br{
        display: none;
    }

    .overlay-menu nav ul li a {
        font-size: 26px;
        font-weight: 500;
    }

    .overlay-menu .close {
        right: 30px;
        top: 30px;
    }

    .video-slide .arrows{
        margin-top: 45px;
    }
}