#banner {
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.video_bg {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    height: 100vh;
}

.video_bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    object-fit: cover;
}

.video_content {
    bottom: 0;
    position: absolute;
    z-index: 101;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 216px 80px;
    background: linear-gradient(0deg, #13100E 0%, rgba(19, 16, 14, 0.00) 100%);
}

.banner_text {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 8px;
}

.banner_title {
    font-family: Colus;
    font-size: 64px;
    font-style: normal;
    line-height: 68px;
    letter-spacing: -0.64px;
    background: linear-gradient(180deg, #FFE5A3 0%, #CBA74C 63.5%, #EECE7F 79%, #8C7845 98.5%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
    font-weight: 400;
}

.banner_pretitle {
    color: #FFF8E1;
    text-align: left;
    font-family: 'OpenSans SemiBold';
    font-size: 28px;
    font-style: normal;
    line-height: 36px;
    text-transform: uppercase;
}

.banner_left {
    width: 562px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 32px;
    max-height: fit-content;
}

.animate-on-scroll.banner_left {
    transform: translate(-100px, 0);
    transition: all 0.5s linear;
    opacity: 0;
}

.banner_right {
    display: flex;
    width: 374px;
    height: 210px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border: 2px solid #7D694B;
    position: relative;
    transition: all 0.5s ease;
    cursor: pointer;
}

.banner_traler {
    width: 100% !important;
    height: 100% !important;
}

.animate-on-scroll.banner_right {
    transform: translate(100px, 0);
    transition: all 0.5s linear;
    opacity: 0;
}

#play_video {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    height: 100%;
    width: 100%;
    background: #27241edb;
    transition: all 0.5s linear;
}

.play_button {
    transition: all 0.3s ease;
    transform: scale(1);
}

.banner_right:hover #play_video {
    background: #27241e00;
}

.banner_right:hover .play_button {
    transform: scale(0);
}

#mobile_trailer {
    display: none;
}

@media (min-width: 1920px) {
    #banner {
        max-width: 100%;
        height: 100%;
        overflow: hidden;
        max-width: 1920px;
        margin: 0 auto;
    }
}


@media (max-width: 1700px) {

    .video_content {
        padding: 0 130px 80px;
    }
}

@media (max-width: 1500px) {

    .video_content {
        padding: 0 64px 64px;
    }
}

@media (max-width: 1400px) {

    .banner_right {
        width: 242px;
        height: 136px;
    }

    .banner_title {
        font-size: 48px;
        line-height: 52px;
        letter-spacing: -0.48px;
    }

    .banner_left {
        width: 430px;
    }

    .banner_pretitle {
        font-size: 24px;
        line-height: 28px;
    }

    .play_button {
        width: 23px;
    }

    .video_content {
        height: 360px;
    }
}

@media (max-width: 930px) {

    .banner_title {
        font-size: 39.06px;
        line-height: 43.943px;
        letter-spacing: -0.391px;
    }

    .banner_pretitle {
        font-size: 18px;
        line-height: 24px;
    }

    .banner_left {
        width: 350px;
        gap: 24px;
    }

    .gold_button {
        height: 52px;
    }

    .in_button {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.54px;
    }

}

@media (max-width: 900px) {

    .banner_video {
        background: url(../assets/banner_mini.webp) top / cover no-repeat;
        width: 100%;
        height: 100%;
    }

    .video_bg {
        position: relative;
        width: 100%;
        height: 100vh;
        max-height: 100dvh;
    }

    #banner {
        aspect-ratio: auto;
        height: 100dvh;
    }
}

@media (max-width: 755px) {
    .video_content {
        padding: 0 32px 32px;
        height: 255px;
    }
}

@media (max-width: 675px) {

    .mobile_wrapper {
        display: flex;
        width: 100%;
        height: auto;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        aspect-ratio: 16 / 9;
        border: 2px solid #BD9C49;
        background: linear-gradient(0deg, rgba(39, 36, 30, 0.90) 0%, rgba(39, 36, 30, 0.90) 100%);
    }

    .animate-on-scroll.mobile_wrapper {
        transform: translate(0, -50px);
        transition: all 0.5s linear;
        opacity: 0;
    }

    .animate-on-scroll.mobile_title_block {
        transform: translate(0, -50px);
        transition: all 0.5s linear;
        opacity: 0;
    }

    .mobile_title_block {
        padding: 64px 16px 16px;
    }

    .mobile_title {
        text-align: center;
        font-family: Colus;
        font-size: 28px;
        font-style: normal;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: -0.28px;
        background: linear-gradient(180deg, #BD9C49 0%, #E6B843 63.5%, #EECE7F 79%, #8C7845 98.5%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #mobile_trailer {
        display: block;
        width: 100%;
        overflow: hidden;
        position: relative;
        padding: 0 16px;
    }

    .video_content {
        padding: 0 32px 32px;
        height: 65%;
        flex-direction: column-reverse;
        align-items: center;
    }

    .banner_title {
        text-align: center;
    }

    .banner_pretitle {
        text-align: center;
    }

    .banner_text {
        align-items: center;
    }

    .banner_left {
        align-items: center;
    }

    .banner_right {
        display: none;
    }

    .play_button {
        margin-left: 6px;
    }

    .banner_right:hover {
        transform: scale(1.05);
    }

    .banner_right:hover .play_button {
        transform: scale(1);
    }
}

@media (max-width: 475px) {
    .video_content {
        padding: 0 16px 16px;
        height: 65%;
        flex-direction: column-reverse;
        align-items: center;
    }
}