*,
*::after,
*::before{
    box-sizing: border-box;
}

*{
    margin: 0;
    padding: 0;
}


body{
    font-family:"futura-pt";
}

.hero{
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
}

.heroimg{
    width: 100%;
}


.main{
    width: 100%;
    background: linear-gradient(180deg, #394043 1.76%, #00374E 34.38%, #0D2442 55.73%, #1C1136 81.4%, rgba(29, 15, 53, 0.68) 89.18%, rgba(40, 0, 44, 0.87) 98.28%), url(img/zgrade.png) center bottom no-repeat;
    background-size: contain;
}

.nav{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.navwrap{
    width: 100%;
    padding: 0 2rem;
    display: flex;
    padding-top: 2rem;
}

.linkbox{
    width: 33.3333%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

.link{
    font-family:"futura-pt";
    color: #019ACA;
    font-weight: bold;
    font-size: 1.3rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.line{
    padding: 0 1rem;
    width: 33%;
}

.linkmore{
    font-family: 'Poly', serif;
    color: #D2D2D2;
    width: 100%;
    text-align: center;
}

.container{
    width: 90%;
    max-width: 1180px;
    margin: 0 auto;
    padding-top: 6rem;
    text-align: center;
}

.title{
    color: #fff;
    text-align: center;
    font-size: 4rem;
    font-weight: 500;
    padding-bottom: 3rem;
}

.videoholder{
    position: relative;
}

.trailervideo{
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    border: 1px #019ACA solid;
    padding: 1.6rem;
    position: relative;
}

.playico{
    width: 160px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.lead{
    padding-top: 1rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    max-width: 780px;
    margin: 0 auto;
}

.arrowholder{
    margin: 0 auto;
    padding-top: 12rem;
    padding-bottom: 2rem;
    text-align: center;
}

.cast{
    position: relative;
}

.swiper{
    width: 90%;
    margin-left: 0;
    cursor: grab;
}

.actor{
    position: relative;
}

.actorpic{
    width: 100%;
}

.actordesc{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: rgba(12, 40, 69, 0.7);
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.actordesc:hover{
    opacity: 1;
}

.actorname{
    color: #fff;
    text-align: left;
    font-weight: 400;
    padding-left: 6px;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    content: '';
}

.swiper-button-next, .swiper-button-prev{
    color: #019ACA;
    width: 80px;
    text-align: left;
    font-size: 2rem;
    top: 10%;
    display: block;
}

.next{
    font-weight: 400;
}

.arrowright{
    display: block;
    width: 80%;
    margin-top: 1rem;
}

.social{
    padding-top: 12rem;
}

.socialcta{
    text-align: center;
    font-size: 2rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
}

.icons{
    padding-top: 4rem;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.iconlink{
    padding: 0 1rem;
}

.socion{
    width: 54px;
}

.contacts{
    width: 90%;
    max-width: 996px;
    margin: 6rem auto 0 auto;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 4rem;
}

.booking{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding-top: 4rem;
    color: #fff;
    padding-bottom: 4rem;
}
.bookbox{
    padding: 0 2rem;
}

.for{
    font-size: 1.3rem;
    color: #fff;
}

.urlfor{
    font-size: 1.2rem;
    font-weight: 300;
}

.conname{
    font-size: 1.4rem;
    color: #fff;
    font-style: italic;
    padding-top: 1rem;
}

.logos{
    padding-top: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo{
    padding: 1rem 4rem;
}

.footer{
    display: flex;
    width: 100%;
    max-width: 1480px;
    padding: 4rem 1rem;
    margin: 0 auto;
}

.copy,
.rules{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.copy p{
    padding-left: .6rem;
}

.rules p{
    padding-left: 2rem;
}

.rules p a,
.maillink{
    color: #fff;
    text-decoration: none;
}

.mobilehero{
    width: 100%;
    display: none;
    margin: 0 auto;
}

.containermenu {
    display: block;
    cursor: pointer;
    position: fixed;
    left: 10px;
    top: 10px;
    z-index: 999;
  }

.mobilenav,
.containermenu{
    display: none;
}


  
  .bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
  }
  
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
  }
  
  .change .bar2 {opacity: 0;}
  
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
  }

@media screen and (max-width: 1120px) {
    html{
        font-size: 14px;
    }
    .actordesc{
        padding: .6rem;
    }
    .actortext{
        font-size: .8rem;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev{
        right: -20px;
    }
}

@media screen and (max-width: 720px) {
    .logos,
    .footer,
    .booking,
    .rules{
        flex-direction: column;
    }
    .copy,
    .rules{
        width: 90%;
        margin: 0 auto;
        padding-bottom: 2rem;
    }
    .bookbox{
        padding-top: 1rem;
    }
    .swiper{
        width: 70%;
        margin: 0 auto;
    }
    .next{
        display: none;
    }
    .arrowright{
        width: 50%;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev{
        right: -2.5rem;
        margin-top: 30%;
    }
    .cast{
        overflow: hidden;
    }
    .socion{
        width: 34px;
    }
    .logo{
        padding: 2rem 4rem;
    }
    .rules p{
        padding-left: 0;
        padding-top: 1rem;
    }
    .playico{
        width: 64px;
    }
    .trailervideo{
        padding: .6rem;
    }
    .main{
        margin-top: -10px;
        background-size: unset;
    }
    .playico{
        display: none;
    }
    .mobilehero{
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .heroimg{
        display: none;
    }
    .title{
        font-size: 2.4rem;
    }
    .nav{
        display: none;
    }
    .mobilenav{
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .6);
        transition: all .3s linear;
        transform: translateX(-100%);
    }
    .mobilenav .navwrap{
        flex-direction: column;
        padding-bottom: 2rem;
        
    }
    .linkbox{
        padding-top: 1rem;
        border-left: 1px solid #019ACA;
        padding-left: 1rem;
        padding-bottom: 1rem;
    }
    .shown{
        transform: translateX(0);
    }
    .containermenu,
    .mobilenav{
        display: block;
    }
}