@font-face {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/AvenirLTProLight.woff') format('woff');
}


@font-face {
    font-family: 'Avenir';
    font-style: italic;
    font-weight: 300;
    src: url('../fonts/AvenirLTProLightOblique.woff') format('woff');
}

@font-face {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/AvenirLTProBook.woff') format('woff');
}


@font-face {
    font-family: 'Avenir';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/AvenirLTProBookOblique.woff') format('woff');
}


@font-face {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/AvenirLTProRoman.woff') format('woff');
}


@font-face {
    font-family: 'Avenir';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/AvenirLTProOblique.woff') format('woff');
}

@font-face {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/AvenirLTProMedium.woff') format('woff');
}


@font-face {
    font-family: 'Avenir';
    font-style: italic;
    font-weight: 600;
    src: url('../fonts/AvenirLTProMediumOblique.woff') format('woff');
}


@font-face {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/AvenirLTProHeavy.woff') format('woff');
}


@font-face {
    font-family: 'Avenir';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/AvenirLTProHeavyOblique.woff') format('woff');
}


@font-face {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/AvenirLTProBlack.woff') format('woff');
}


@font-face {
    font-family: 'Avenir';
    font-style: italic;
    font-weight: 900;
    src: url('../fonts/AvenirLTProBlackOblique.woff') format('woff');
}

html {
    scroll-behavior: smooth;
    font-family: 'Avenir', Arial, Helvetica, sans-serif;
}

.preloader {
    /* align-items: center;
    background: rgb(0, 0, 0);
    display: flex;
    height: 100vh;
    justify-content: center; */
    /* left: 0;
    position: fixed;
    top: 0;
    transition: opacity 0.3s linear;
    width: 100%;
    z-index: 9999; */
}
.preloader svg{
    width: 80px;
    height: 80px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
}

/* width */
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.3);
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #FF4800;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #FF4800;
  }

/***/

[x-cloak] { display: none; }

.container{
    padding-left:4vw;
    padding-right:4vw;
}

.mandatory-scroll-snapping {
    scroll-snap-type: y mandatory;
}

.proximity-scroll-snapping {
    scroll-snap-type: y proximity;
}


/*underline effect*/
.hover {
    text-align: center;
    transition: all 0.2s ease-in-out;
    position: relative;
}

.hover:before,
.hover:after {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 0px;
    height: 2px;
    margin: 5px 0 0;
    transition: all 0.2s ease-in-out;
    transition-duration: 0.5s;
    opacity: 0;
    background-color: #ff4800;
}

.hover.hover-4:before {
    left: 0;
}

.hover.hover-4:after {
    right: 0;
}

.hover.hover-3:before {
    left: 50%;
}

.hover.hover-3:after {
    right: 50%;
}

.hover.hover-3:hover:before,
.hover.hover-3:hover:after,
.hover.hover-4:hover:before,
.hover.hover-4:hover:after {
    width: 50%;
    opacity: 1;
}

/*Swipper*/
:root {
    --swiper-theme-color: #ff4800;
    --swiper-pagination-bullet-inactive-color: #FFFFFF80;
    --swiper-pagination-bullet-width: 12px;
    --swiper-pagination-bullet-height: 12px;
    --swiper-pagination-bullet-horizontal-gap: 8px;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-navigation-size: 30px;
}

.swiper-pagination-bullet-active {
    box-shadow: 0 0 10px #ff4800;
}

.swiper-button-next:after, .swiper-button-prev:after {
    color: #fff;
}

.swiper-button-next {
    right: 50px
}

.swiper-button-prev {
    left: 50px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 45px;
}


.jury-img{
    max-width: 300px;
}
/* pagination profressbar*/


.swiper-pagination-progressbar {
    background: rgba(255,255,255,.30);
    position: absolute;
    border-radius: 6px;
    overflow: hidden;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 12px;
    left: 0;
    top: auto;
    bottom: 0;
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
    height: 12px;;
}
.swiper-scrollbar{
    background: rgba(255,255,255,.30);
 
}
.swiper-scrollbar-drag{
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    border-radius: 6px;
    height: 12px;;
}
.swiper-hero .swiper-slide{
 height: calc(100vh - 170px);
}

.swiper-hero-m .swiper-slide{
 height: calc(100vh - 78px);
}
/*Video slide*/
.swiper-aftermovies .swiper-slide {
    transition:all 200ms linear;
    transform: scale(0.75);
}
.swiper-aftermovies .swiper-slide.swiper-slide-active {
    transform: scale(1);
}
.swiper-aftermovies .swiper-slide-active.video-cta {
    opacity: 1;
}

/*Video Gallery*/


.video-cta {
    opacity: 0.5;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.video-cta.opaque {
    opacity: 1;
}


.video-cta .video-cta-image {
    position: relative;
}

.video-cta .video-cta-image:before {
    content: "";
    background-image: url('../images/play.svg');
    width: 132px;
    height: 133px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-cta:hover {
    opacity: 1;
}

.modal-yt-wrapper .modal-yt-iframe {
    width: min(90vh, 90vw);
}

/*juriu*/
/*navbar*/
.logo{
    width:7.4vw;
}
.navbar-links li a{
    font-size:1.1vw;
}
.navbar .btn-cta{
    font-size:1.2vw;
}
/* section 3 */
.video-title{
    width:18.07vw;
}


/* section 4 */
.meet-the-sponsors{
    width:19vw;
}
.supporting-partners{
    width:12.66vw;
}
.main{
    width:12.66vw; 
}
.category{
    width:12.66vw; 
}
/* section 5 */
.meet-jury{
    width: 19.79vw;
}
/*section 6*/
.previous-editions-aftermovies{
    width: 33.33vw;
}
/* section 7 */
.hosts{
    width: 15.89vw; 
}
.membri-juriu-1{
    background-repeat: no-repeat;
    background-size: contain;
    background-position:center center;
    padding-top:85.4%;
    position:relative;
    display:block;
  
}
.membri-juriu-1 .text{
    top:12vw;
    font-size:2vw;
    line-height: 1.3;
    right:3vw;
    font-weight: 900;
    position:absolute;
}

.membri-juriu-2{
    background-repeat: no-repeat;
    background-size: contain;
    background-size: contain;
    display:block;
    padding-top:81.1%;
    position:relative;
  
    
}
.membri-juriu-2 .text{
    top:12vw;
    font-size:2vw;
    line-height: 1.3;
    left:3vw;
    font-weight: 900;
    position:absolute;
}

@media only screen and (max-width: 1024px) {
    .navbar .btn-cta{
        font-size:12px;
    }
    /* section 3 */
.video-title{
    width:44.62vw;
}
.meet-the-sponsors{
    width:44.62vw;
}
/*section 4*/
.supporting-partners{
    width:18.48vw;
}
.main{
    width:18.48vw; 
}
.category{
    width:18.48vw; 
}
/*section 5*/
.meet-jury{
    width:44.62vw;
}
/*section 6*/
.previous-editions-aftermovies{
    width: 70vw;
}
/* section 7 */
.hosts{
    width:44.62vw;
}
.logo {
    width: 10.4vw;
}


.membri-juriu-1 .text{
    top:24vw;
    font-size:4vw;
    line-height: 1.3;
    right:3vw;
    font-weight: 900;
    position:absolute;
}

.membri-juriu-2 .text{
    top:24vw;
    font-size:4vw;
    line-height: 1.3;
    left:3vw;
    font-weight: 900;
    position:absolute;
}
  }