@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Wix+Madefor+Display:wght@400..800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

a {
    text-decoration: none;
    color: white
}

html {
    font-size: 10px;
    overflow-x: hidden
}

.container {
    max-width: 1320px;
    width: 100%;
    padding: 0 1.5rem;
    margin: 0 auto
}

body {
    color: white;
    font-family: 'Roboto', sans-serif;
    background: black
}

ul {
    list-style: none
}

.lang {
    position: absolute;
    right: 0;
    /* Active&!Active */
    height: 4rem;
    width: 5rem;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    border-radius: .4rem;
}

.lang.active {
    height: 12rem;
    margin-top: 8rem;
    backdrop-filter: blur(10px);
}

.lang-item a,
span {
    font-size: 1.6rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    background: #00000080;
    width: 100%;
    backdrop-filter: blur(10px);
    z-index: 1000;
}

.header-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 0;
    position: relative;
    padding-right: 6rem;
}

.header-logo {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.header-logo img {
    max-width: 9.4rem;
    width: 100%;
    height: auto;
}

.header-logo p {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.header-list {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.header-item a {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-link p {
    font-size: 1.6rem;
    line-height: 2.6rem;
}

.main {
    position: relative;
}

.main-video {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.main-video::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    width: 100%;
    height: 12rem;
    z-index: 1;
}

.swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.swiper-slide video {
    opacity: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    transform: scale(1.5) translateY(-5%);
    transition: 300ms;
}

.swiper-slide-active video {
    opacity: 1;
}

.swiper-slide-context {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.swiper-slide-context-title {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4rem;
}

.swiper-slide-context-moviename {
    font-size: 9.6rem;
    line-height: 100%;
    font-weight: 400;
    text-transform: uppercase;
}

.swiper-slide-button {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    row-gap: 1.5rem;
    margin-top: 11rem;
}

.swiper-action {
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 400;
}

.swiper-pagination {
    bottom: 10rem !important;
    z-index: 4 !important;
}

.swiper-pagination-bullet {
    background: #FFFFFF30 !important;
    width: 3rem !important;
    height: .2rem !important;
    border-radius: unset !important;
}

.swiper-pagination-bullet:hover {
    height: .4rem !important;
    background: #FFFFFF70 !important;
}

.swiper-pagination-bullet-active {
    background: #ffffff !important;
}

.intro {
    background: url('../img/main__start-background.jpeg');
    background-position-y: center;
    background-position-x: center;
    width: 100%;
    height: 100vh;
    position: relative;
}

.intro::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.intro-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 3rem;
    max-width: 100%;
    width: 100%;
}

.intro-title {
    font-size: 9.6rem;
    line-height: 10.6rem;
    font-weight: 700
}

.intro-about {
    font-size: 4rem;
    line-height: 5.6rem;
    max-width: 102rem;
    width: 100%;
}

.about {
    position: relative;
    height: 80vh;
    display: flex;
    align-items: flex-start;
}

.about-camera {
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    max-width: 90rem;
    width: 100%;
    left: calc((-100vw / 12));
}


.about-camera img {
    width: 100%;
    height: 100%;
}

.about-title {
    font-size: 30rem;
    line-height: 30rem;
    text-transform: uppercase;
}

.about-description {
    max-width: 56.5rem;
    width: 100%;
    font-size: 3rem;
    line-height: 4rem;
    margin-left: auto;
    margin-top: 6rem;
}

.swiper-slide-image {
    width: 100%;
    height: 100%;
}

.slider {
    height: auto;
}

.slider .swiper-slide {
    opacity: 0.3;
    transition: 300ms;
}

.slider .swiper-slide-active {
    opacity: 1;
    transform: scale(1.1) !important;
}

.slider-about {
    text-align: center;
    width: 100%;
    max-width: 96rem;
    margin: 7rem auto;
    font-size: 4rem;
    line-height: 5.6rem;
    font-weight: 400;
}

.outro {
    background: url('../img/theatre.jpeg'), center center / contain;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.outro-content {
    display: flex;
    flex-direction: column;
    row-gap: 5rem;
    width: 100%;
    height: 100%;
}

.outro-title {
    font-size: 12rem;
    line-height: 12rem;
    font-weight: 700;
    max-width: 90%;
}

.outro-description {
    font-size: 3rem;
    line-height: 4rem;
    max-width: 70rem;
    width: 100%;
}

.last {
    height: 80vh;
    display: flex;
    align-items: center;
}

.last .container {
    display: flex;
    flex-direction: column;
    row-gap: 5rem;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.last-icon {
    max-width: 28.2rem;
    width: 100%;
}

.last-text {
    font-size: 4rem;
    line-height: 5.6rem;
    max-width: 96rem;
    width: 100%;
}

.footer {
    margin-bottom: 6rem;
}

.footer-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}

.footer-list-2 {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 5.5rem;
    row-gap: 1.5rem;
}

.footer a {
    font-size: 1.6rem;
    line-height: 2.4rem;
}

@media(max-width: 1850px) {
    .about-camera {
        left: calc((-100vw / 8));
    }
}

@media(max-width: 1750px) {
    .about-camera {
        left: calc((-100vw / 6));
    }
}

@media(max-width: 1650px) {
    .about-camera {
        left: calc((-100vw / 4));
    }
}

@media(max-width: 1550px) {
    .about-camera {
        left: calc((-100vw / 3.85));
        max-width: 85rem;
    }
}

@media(max-width: 1440px) {
    .about-camera {
        left: calc((-100vw / 3.5));
    }

    .about-title {
        padding-left: 10rem;
    }

    .about-description {
        max-width: 65rem;
    }
}

@media(max-width: 1320px) {
    .about-title {
        font-size: 25rem;
        line-height: 35rem;
    }

    .slider-about {
        font-size: 3.6rem;
        line-height: 4.6rem;
    }

    .outro-content {
        row-gap: 3rem;
    }

    .outro-title {
        font-size: 10rem;
        line-height: 10rem;
        max-width: 80%;
    }

    .outro {
        height: 80vh;
        margin-top: 15rem;
        background-position: center center;
    }
}


@media(max-width: 1280px) {
    .swiper-slide-context {
        width: 100%;
    }

    .intro-about {
        font-size: 3rem;
        line-height: 3.8rem;
        max-width: 80rem;
    }

    .about-camera {
        max-width: 75rem;
        transform: translateY(-65%);
    }

    .about-description {
        max-width: 60rem;
        font-size: 2.6rem;
        line-height: 3.6rem;
    }
}

@media(max-width: 1140px) {
    .swiper-slide-context {
        max-width: 80vw;
    }

    .swiper-slide-context-moviename {
        font-size: 7rem;
    }

    .about-description {
        max-width: 50rem;
    }

    .about-camera {
        max-width: 70rem;
        transform: translateY(-75%);
    }

}

@media(max-width: 1024px) {
    .last-text {
        font-size: 3.6rem;
        line-height: 4.6rem;
    }
}

@media(max-width: 990px) {
    .about {
        height: 100%;
        margin-bottom: 10rem;
    }

    .about-camera {
        position: relative;
        transform: unset;
        left: -10%;
        z-index: -1;
    }

    .about-title {
        padding: unset;
        width: 100%;
        text-align: center;
        line-height: 100%;
        margin-top: -12rem;
    }

    .about-description {
        text-align: center;
        width: 100%;
        max-width: 100%;
        margin: unset;
    }

    .slider-about {
        font-size: 2.6rem;
        line-height: 3.6rem;
    }

    .outro-title {
        font-size: 6rem;
        line-height: 100%;
    }

    .last-text {
        font-size: 2.6rem;
        line-height: 3.6rem;
    }
}

@media(max-width: 875px) {
    .header-logo-name {
        display: none;
    }

    .swiper-pagination-bullet {
        background: #FFFFFF70 !important;
    }

    .swiper-pagination-bullet-active {
        background: #ffffff !important;
    }

    .intro-content {
        padding: 0 2rem;
    }

    .intro-title {
        line-height: 100%;
    }

    .about .container {
        padding: 0 2rem;
    }

    .outro-description {
        font-size: 2.6rem;
        line-height: 3.6rem;
    }
}

@media(max-width: 768px) {
    .header-list {
        display: none;
    }

    .header {
        background-color: rgba(0, 0, 0, 0.8);
        backdrop-filter: blur(100px);
    }

    .swiper-slide-context {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .swiper-slide-button {
        position: absolute;
        bottom: 10%;
    }

    .swiper-pagination {
        bottom: 5% !important;
    }

    .swiper-slide-context-moviename {
        font-size: 5rem;
        line-height: 6rem;
    }

    .swiper-slide-context-title {
        font-size: 2.4rem;
        line-height: 3.4rem;
        margin-bottom: 2rem;
    }

    .intro-title {
        font-size: 6rem;
        line-height: 6rem;
    }

    .intro-about {
        font-size: 2.6rem;
        line-height: 3.6rem;
    }

    .about-title {
        font-size: 11rem;
        margin-top: -6rem;
    }

    .slider .swiper-slide-active {
        transform: unset !important;
    }

    .slider .swiper-slide {
        padding: 2rem;
    }

    .slider-about {
        margin: 2rem auto;
    }

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

@media(max-width: 575px) {
    .swiper-slide-context-moviename {
        font-size: 4rem;
        line-height: 5rem;
    }

    .swiper-slide-context-title {
        font-size: 2rem;
        line-height: 3rem;
        margin-bottom: 1rem;
    }

    .main-video::after {
        display: none;
    }

    .about-description {
        font-size: 2rem;
        line-height: 3rem;
    }

    .slider-about {
        font-size: 2rem;
        line-height: 3rem;
        padding: 0 1.5rem;
    }

    .intro-about {
        font-size: 2rem;
        line-height: 3rem;
    }

    .outro-title {
        word-break: break-all;
    }

    .outro-description {
        font-size: 2rem;
        line-height: 3rem;
    }

    .outro-content {
        row-gap: 5rem;
    }

    .last-icon {
        max-width: 18rem;
    }

    .last-text {
        font-size: 2rem;
        line-height: 3rem;
    }
}

@media(max-width: 450px) {
    .about-title {
        margin-top: -4rem;
    }
}