/*section1 */
.section1 {
    height: 100vh;
    background: #181818;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.full-preview {
    /* height: 100vh; */
    width: 100%;
    position: relative;
}

.full-preview-mask {
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    background: #100F0F;
    opacity: 0.6
}
.full-preview-mask.mask--black {
    opacity: 0.5;
    background: #000;
}

.full-preview__img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0; left: 0;
    overflow: hidden;
}
.full-preview__img:before {
    position: absolute;
    top: 0; left: 0;
    height: 100%;
    width: 100%;
    background: #100F0F;
    opacity: 0.6;
    content: '';
    z-index: 2;
}
.full-preview__img.mask--black:before {
    opacity: 0.5;
    background: #000;
}
.full-preview__img img {
    position: absolute;
    top: 0; left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.full-preview__inner {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 40px;
    color: #fff;
    position: relative;
    z-index: 5;
}
.full-preview__description {
    padding: 160px 0 80px;
}
.full-preview__tt {
    font-family: "YouthRegular", sans-serif;
    font-size: 96px;
    line-height: 138%;
    letter-spacing: 5%;
    text-align: center;
    /* padding-right: 12%; */
}
.full-preview__tt > div {
    overflow: hidden;
}
.full-preview__tt-t1 {
    text-align: left;
    padding: 0;
}
.full-preview__tt-t3 {
    text-align: right;
    padding: 0;
}

.full-preview__title {
    font-family: 'YouthMedium', sans-serif;
    text-transform: uppercase;
    font-size: 64px;
    letter-spacing: calc(1em / 20);
    color: #FFFFFF;
    line-height: 1;
    text-wrap: balance;
    opacity: 0;
    max-width: 700px;
}

.full-preview__text {
    font-family: 'JostRegular', sans-serif;
    color: #FFFFFF;
    letter-spacing: calc(1em / 20);
    line-height: 27.64px;
    font-size: 20px;
    max-width: 680px;
    margin-top: 36px;
    opacity: 0;
}

.full-preview .blur-button {
    margin-top: 40px;
    width: 240px;
    opacity: 0;
}
.full-preview__bottom {
    margin-top: auto;
    padding-top: 20px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    position: relative;
}
.full-preview__bline {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    border-top: 1px solid #616161;
}
.full-preview__btext {
    font-family: "JostRegular", sans-serif;
    font-size: 20px;
    line-height: 138%;
    letter-spacing: 5%;
    text-wrap: balance;

}
.full-preview__bbuttons {
    flex: 0 0 auto;
}
@media screen and (max-width: 1200px) {
    .full-preview__description {
      padding: 120px 0 80px;
    }
    .full-preview__tt {
        font-size: 80px;
    }
    .full-preview__btext {
        font-size: 18px;
    }
}
@media screen and (max-width: 1024px) {
    
    .full-preview__tt {
        font-size: 55px;
    }
    .full-preview__bottom {
        flex-direction: column;
          align-items: flex-start;
    }
}
@media screen and (max-width: 610px) {
    .full-preview__tt {
        font-size: 10vw;
    }
    .full-preview__btext {
        font-size: 16px;
    }

}



.bubbles {
    position: absolute;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
}

.bubbles img {
    height: 100%;
    width: 85%;
    z-index: 1;
}

.bubbles .mask-black {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0e0e0e;
    opacity: 20%;
    z-index: 2;
}

.bubbles .mask-black2 {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0e0e0e;
    opacity: 76%;
    z-index: 2;
}

.section1 .wrapper {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    /*grid-template-columns: 50% 50%;*/
    top: 143px;
    justify-content: center;
    z-index: 10;
    position: absolute;
    opacity: 0;
}

.section1 .wrapper .content .h1 {
    width: 100%;
    overflow: hidden;
}

.section1 .wrapper .content .h1 {
    font-family: "YouthRegular", sans-serif;
    line-height: 66.33px;
    font-size: 48px;
    letter-spacing: calc(1em / 20);
    text-align: center;
    color: #ffffff;
}

#animationContainer {
    height: 100vh;
    position: absolute;
    z-index: 5;
    width: 100%;
}

.gallery {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 5;
    transform-style: preserve-3d;
    perspective: 1548px;
}

.vision-mask {
    position: absolute;
    display: flex;
    justify-content: center;
    /*height: calc(100% - 60px);*/
    height: 100%;
    width: 100%;
    z-index: 7;
    background: url("../images/mask-vision.svg") no-repeat 50% 50%;
    background-size: cover;
}

.vision-mask-container {
    position: absolute;
    display: flex;
    justify-content: center;
    /*height: calc(100% - 60px);*/
    height: 100%;
    width: 100%;
    z-index: 7;
    background-size: cover;
    overflow: hidden;
}

.vision-mask img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.block {
    position: absolute;
    width: 200px;
    height: 100px;
    background: #c0c0c0;
    transform-style: preserve-3d;
    transform: translateZ(0px);
    background-size: cover !important;
    border-radius: 1.25rem;
    -webkit-box-shadow: 0px 0px 3vw 4vw rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0px 0px 3vw 4vw rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0px 0px 3vw 4vw rgba(0, 0, 0, 0.4) inset;
}

.party-1 {
    z-index: 5;
}

.party-2 {
    z-index: 4;
}

.gallery {
    top: -100%
}

.block-1 {
    top: 23%;
    left: 10%;
    width: 34vw;
    height: 21vw;
    transform: translateZ(-2000px);
    background: url("../images/11.png") no-repeat 50% 50%;
}

.block-2 {
    top: 22%;
    right: 20%;
    width: 26vw;
    height: 17vw;
    background: url("../images/12.png") no-repeat 50% 50%;
    transform: translateZ(-1000px);
}

.block-3 {
    /*bottom: 10%;*/
    top: 63%;
    left: 25%;
    width: 21vw;
    height: 14vw;
    background: url("../images/13.png") no-repeat 50% 50%;
    transform: translateZ(0px);
}

.block-4 {
    /*bottom: -10%;*/
    top: 75%;
    right: 13%;
    width: 30vw;
    height: 18vw;
    background: url("../images/14.png") no-repeat 50% 50%;
    transform: translateZ(-1500px);
}

.block-5 {
    top: 37%;
    left: 23%;
    width: 22vw;
    height: 13vw;
    background: url("../images/18.png") no-repeat 50% 50%;
    opacity: 0;
    transform: translateZ(-4300px);
}

.block-6 {
    top: 40%;
    right: 30%;
    width: 18vw;
    height: 11vw;
    background: url("../images/17.png") no-repeat 50% 50%;
    opacity: 0;
    transform: translateZ(-3000px);
}

.block-7 {
    top: 60%;
    left: 23%;
    width: 21vw;
    height: 13vw;
    background: url("../images/15.png") no-repeat 50% 50%;
    opacity: 0;
    transform: translateZ(-3800px);
}

.block-8 {
    top: 63%;
    right: 24%;
    width: 21vw;
    height: 14vw;
    background: url("../images/16.png") no-repeat 50% 50%;
    opacity: 0;
    transform: translateZ(-4900px);
}

.block-9 {
    top: 36%;
    left: 26%;;
    width: 21vw;
    height: 13vw;
    background: url("../images/19.png") no-repeat 50% 50%;
    opacity: 0;
    transform: translateZ(-2000px);
}

.block-10 {
    top: 69%;
    left: 56%;
    width: 21vw;
    height: 14vw;
    background: url("../images/20.png") no-repeat 50% 50%;
    opacity: 0;
    transform: translateZ(-2000px);
}

.block-11 {
    top: 65%;
    left: 27%;
    width: 19vw;
    height: 10vw;
    background: url("../images/21.png") no-repeat 50% 50%;
    opacity: 0;
    transform: translateZ(-2000px);
}

.block-12 {
    top: 42%;
    left: 54%;
    width: 18vw;
    height: 12vw;
    background: url("../images/22.png") no-repeat 50% 50%;
    opacity: 0;
    transform: translateZ(-2000px);
}

.scroll-down {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    bottom: 10%;
    z-index: 7;

}

.scroll-down__circle {
    width: 100px;
    height: 100px;
    border: 1px solid #393939;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
}

.scroll-down__text {
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-family: 'JostMedium', sans-serif;
    line-height: 14.45px;
    font-size: 10px;
    letter-spacing: calc(1em / 33);
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
    /*.gallery {*/
    /*    top: 0*/
    /*}*/

    .section1 .wrapper .content .h1 {
        font-size: 1.5rem;
        line-height: 33.16px;
    }

    .section1 .wrapper {
        top: 138px;
    }

    .vision-mask {
        /*height: 262px;*/
        height: 66vw;
        top: 37%;
        left: -1px;
        width: calc(100% + 2px)
    }

    .vision-mask-container {
        /*height: 262px;*/
        height: calc(66vw - 2px);
        top: calc(37% + 1px);
    }

    .bubbles .mask-black2 {
        background: #0E0E0E;
        opacity: 100%
    }

    .bubbles img {
        width: 100%;
        object-fit: cover;
    }

    .scroll-down {
        display: none;
    }
}

@media screen and (max-width: 550px) {
    .block {
        width: 150px;
        height: 75px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .block-1 {
        top: -68%;
        left: -35%;
        width: 85vw;
        height: 68vw;
    }

    .block-2 {
        top: -25%;
        right: -12%;
        width: 46vw;
        height: 38vw;
    }

    .block-3 {
        top: 53%;
        left: 18%;
        width: 32vw;
        height: 19vw;
    }

    .block-4 {
        top: 57%;
        right: -17%;
        width: 45vw;
        height: 24vw;
    }

    .block-5 {
        top: 13%;
        left: -19%;
        width: 62vw;
        height: 41vw;
    }

    .block-6 {
        top: 47%;
        right: 3%;
        width: 37vw;
        height: 22vw;
    }

    .block-7 {
        top: 101%;
        left: -5%;
        width: 50vw;
        height: 32vw;
    }

    .block-8 {
        top: 121%;
        right: -43%;
        width: 76vw;
        height: 45vw;
    }

    .block-9 {
        top: 40%;
        left: 20%;
        width: 29vw;
        height: 20vw;
    }

    .block-10 {
        top: 84%;
        left: 56%;
        width: 32vw;
        height: 22vw;
    }

    .block-11 {
        top: 80%;
        left: 16%;
        width: 34vw;
        height: 18vw;
    }

    .block-12 {
        top: 43%;
        left: 57%;
        width: 33vw;
        height: 19vw;
    }
}

/*section3*/
.section3 {
    padding-top: 7.75rem;
    padding-bottom: 240px;
    width: 100%;
    overflow: hidden;
    background: #FFFFFF;
    position: relative;
}

.section3 .container {
    overflow: hidden;
}

.section3__head_bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    /*margin-left: 1.875rem;*/
    /*margin-right: 1.875rem;*/
}

.top-dest-slider__navigation {
    display: flex;
}

.top-dest-slider__navigation button {
    width: 50px;
    height: 50px;

}

.top-dest-slider__navigation button:active {
    transform: scale(0.5);
    transition: transform 0.6s cubic-bezier(.17, .67, .8, .3);
    opacity: 70%;
}

.top-dest-slider__nav_prev {
    rotate: 180deg;
    margin-right: 0.688rem;
}


/*slides*/
.td_slide1 {
    margin-top: 123px;
}

.td_slide1 img {
    width: 389px;
    height: 389px;
    object-fit: cover;
}

.td_slide2 {
    margin-top: 227px;
}

.td_slide2 img {
    width: 450px;
    height: 326px;
    object-fit: cover;
}

.td_slide3 {
    margin-top: 67px;
}

.td_slide3 img {
    width: 458px;
    height: 450px;
    object-fit: cover;
}

.td_slide4 {
    margin-top: 123px;
}

.td_slide4 img {
    width: 389px;
    height: 389px;
    object-fit: cover;
}

.td_slide5 {
    margin-top: 85px;
}

.td_slide5 img {
    width: 450px;
    height: 326px;
    object-fit: cover;
}

@media screen and (min-width: 769px) {
    .top-dest-slider {
        height: 603px;
    }

    .top-dest-slider .swiper-slide {
        /*position: relative;*/
        width: auto !important;
    }
}

@media screen and (max-width: 768px) {
    .section3 {
        padding-top: 6.063rem;
        padding-bottom: 180px;
    }

    .section3__head_bar {
        margin-bottom: 1.875rem;

    }

    .top-dest-slider__navigation {
        display: none;
    }

    .top-dest-slider .swiper-slide {
        /*position: relative;*/
        /*width: 100% !important;*/
    }

    .catalog-card {
        margin-top: 0;
        margin-left: 0;
    }

    .top-dest-slider .swiper-slide img {
        /*position: relative;*/
        width: calc(100vw - 2rem) !important;
        height: 343px;
    }
}

/*section2*/
.section2 {
    height: 100vh;
    overflow: hidden;
    width: 100%;
    /*background: #000;*/
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-container .video-container__video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.section2 .play-button {
    position: absolute;
    top: 74px;
    right: 2rem;
    z-index: 1;
    transition: transform 0.2s cubic-bezier(.17, .67, .8, .3);
}

.play-button {
    width: 40px;
    height: 40px;
    border: 2px solid #ffffff;
    border-radius: 100%;
    display: flex;
    align-items: center;
}

.section2 .play-button:hover {
    transform: scale(1.2) !important;
}

.play-button img {
    margin-left: 12px;
}

.video-slider .head-text {
    position: absolute;
    top: 72px;
    left: 32px;
}

.video-slider__blur-description {
    position: absolute;
    bottom: 37px;
    right: 32px;
    width: 513px;
    z-index: 5;
    padding: 1.813rem 1.625rem 2.25rem;
}

.video-slider .blur-description__text {
    margin-top: 0;
    font-size: 1.25rem;
    line-height: 27.64px;
    letter-spacing: calc(1em / 18);
}

.black-screen {
    background: #000;
    height: 100vh;
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
}

@media screen and (max-width: 768px) {
    .section2 {
        padding-top: 100px;
        padding-left: 1rem;
        padding-right: 1rem;
        height: auto;
    }

    .section2 .play-button {
        top: 1.688rem;
    }

    .video-slider .head-text {
        font-size: 20px;
        width: 138px;
        top: 32px;
    }

    .video-slider .head-text h2 {
        width: 138px;
        white-space: wrap;
        line-height: 27.64px;
    }

    .video-container {
        border-radius: 20px;
        overflow: hidden;
    }

    .video-slider__blur-description {
        left: 13px;
        bottom: 10px;
        width: calc(100% - 26px) !important;
        padding: 26px 2px 25px 19px;
    }

    .video-container .video-container__video {
        height: 551px;
    }

    .black-screen {
        display: none;
    }

    /*.video-slider__wrapper .swiper-slide {*/
    /*    height: 551px !important;*/
    /*}*/
}

/*section4*/
.section4 {
    position: relative;
    background: #181818;
    border-radius: 30px 30px 0 0;
}

.section4 .grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
    grid-auto-flow: row;
    align-items: center;
    padding-top: 27px;
}

.section4 .grid__item--slider {
    grid-column: span 5;
    width: calc(100% + 30px);
    height: 650px;
    border-radius: 20px;
    object-fit: cover;
    overflow: hidden;
}

.accordion-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.section4 .grid__item--accordion {
    grid-column: 7 / span 6;
    /*grid-column-start: 6;*/
}


@media screen and (max-width: 1024px) {
    .section4 .grid__item--slider {
        grid-column: span 12;
        width: 100%;
        height: 378px;
    }

    .section4 .grid__item--accordion {
        grid-column: span 12;
        /*grid-column-start: 6;*/
    }
}

@media screen and (max-width: 768px) {
    .section4 .grid {
        gap: 0px;
    }
}

/*section 5*/
.section5 {
    background: #181818;
    border-radius: 0 0 30px 30px;
    padding-top: 235px;
    position: relative;
}

.section5 .container {
    padding-bottom: 35px;
}

.section5 .features {
    margin-top: 87px;
}

@media (max-width: 768px) {
    .section5 {
        padding-top: 130px;
    }

    .section5 .container {
        padding-bottom: 122px;
    }

    .section5 .features {
        margin-top: 50px;
    }
}

/*section 6*/
.section6 {
    width: 100%;
    overflow: hidden;
    padding-top: 127px;
    padding-bottom: 125px;
    position: relative;
    background: #FFFFFF;
}

.philosophy-mission {
}

.section6 .head-text_margin {
    margin-top: 15px;
}

.philosophy-mission__title {
    display: flex;
}
.philosophy-mission__title-subtitle {
    margin-top: 15px;
    font-size: 32px;
    line-height: 1.4;
    letter-spacing: 5%;
    font-family: "JostRegular", sans-serif;
    text-wrap: balance;
}

.philosophy-mission__title_head-text,
.philosophy-mission__title-left{
    min-width: 27.563rem;
    margin-right: 88px;
}
.philosophy-mission__title_head-text.mg0 {
    margin: 0;
}

.philosophy-mission__content > img {
    width: 27.563rem;
    height: 266px;
    border-radius: 15px;
    margin-right: 88px;
}

.philosophy-mission__content {
    display: flex;
    align-items: center;
}

.philosophy-mission__title img {
    flex: 0 0 auto;
    width: calc(100% - 27.563rem - 88px);
    border-radius: 20px;
}

.philosophy-mission__content p {
    font-family: "JostRegular", sans-serif;
    letter-spacing: calc(1em / 20);
    line-height: 27.64px;
    font-size: 20px;
    margin-top: 85px;
}
.philosophy-mission__content-right p {
    margin-top: 0;
}
.philosophy-mission__content-buttons {
    margin-top: 40px;
}
.philosophy-mission__content-buttons .outline-button {
    display: inline-flex;
    padding: 0 40px;
}

@media screen and (max-width: 1024px) {
    .section6 {
        padding-bottom: 161px;
    }

    .philosophy-mission__title {
        flex-direction: column;
    }

    .philosophy-mission__title_head-text {
        margin-right: 0;
        margin-bottom: 1.875rem;
        min-width: 1px;
    }
    .philosophy-mission__title-left {
        margin-right: 0;
        margin-bottom: 1.875rem;
        min-width: 1px;
    }
    .philosophy-mission__title-subtitle {
        font-size: 26px;
        text-wrap: initial;
    }

    .philosophy-mission__title img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }

    .philosophy-mission__content > img {
        display: none;
    }

    .philosophy-mission__content p {
        margin-top: 30px;
        font-size: 1rem;
    }
}
@media screen and (max-width: 610px) {
    
    .philosophy-mission__title-subtitle {
        font-size: 20px;
    }
}

