.top_bar {
    display: none !important;
}

.header_content {
    background: #00000033;
}

.header .bottom_bar {
    border-bottom: solid #eeeeee3b 1px !important;
}

.megamenu_item a {
    color: #ffffff !important;
    font-weight: 300;
}

.header .bottom_bar_slogan {
    color: #ffffff !important;
}

.bottom_bar .btn {
    background-color: #ffffff00;
    border-color: #ffffff;
    color: #ffffff;
}

.header .bottom_bar_logo img {
    filter: grayscale(100%) brightness(1000%);
}

.header .search-button {
    filter: grayscale(100%) brightness(1000%);
}

@media (min-width: 991px) {

    .callback_header,
    .phone_header a {
        color: #fff;
    }

    .header .selector_current {
        color: #fff;
    }

    .header .selector_current:before {

        border-left: solid #fff 2px;
        border-bottom: solid #fff 2px;
    }
}

@media (max-width: 991px) {
    .megamenu_item a {
        color: #000 !important;
        font-weight: 300;
    }

    .header .burger_menu-area img,
    .header .bottom_bar_logo img,
    .header .bottom_bar_icon_btn-area img {
        filter: brightness(0) invert(1);
    }

    .header_content {
        background: #0736655c;
    }

}

/* ------------------------------------------------------ */
.top_banner_2 {
    margin-top: -120px;
    width: 100%;
    padding: 330px 0px 200px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 2;

}

.top_banner_2 .image {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.top_banner_2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}




.top_banner_2 .wrapper_video {
    height: 100%;
    width: 100%;
}

.top_banner_2 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}




.top_banner_2 h1 {
    font-weight: 500;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -1px;
    color: #FFFFFF;
    padding-bottom: 20px;
}


.top_banner_2 .text_block {
    background: rgb(255 255 255 / 6%);
    border: 1px solid rgb(255 255 255 / 23%);
    backdrop-filter: blur(15.15px);
    align-items: flex-start;
    padding: 32px;
    border-radius: 38px;
}

.top_banner_2 .text {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.005em;
    color: #FFFFFF;
    padding-bottom: 35px;
}





.top_banner_2 .content {
    position: relative;
    z-index: 2;
}


.top_banner_2 .title {
    position: relative;
    z-index: 1;

}


.top_banner_2 .btn {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
}


.top_banner_2 .btn_line {
    display: flex;
    gap: 20px;
    position: relative;
    z-index: 1;
}


.top_banner_2 .btn3-transparent {
    border-top: solid #ffffff61 1px;
    border-bottom: solid #ffffff73 1px;
    background-color: #8c8c8c1f;
}


.top_banner_2 .area_image2 {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_banner_2 .area_image2 img {
    max-width: 80%;
    max-height: 450px;
    width: auto;
    height: auto;
}


@media (max-width: 991px) {

    .top_banner_2 h1 {
        text-align: center;
        font-weight: 700;
        font-size: 36px;
        line-height: 120%;
    }

    .top_banner_2 {
        padding: 80px 0px 20px;
        margin-top: -60px;
    }

    .top_banner_2 .text_block {
        margin-bottom: 120px;
    }

    .top_banner_2 .text {
        padding-bottom: 0;
        text-align: center;
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
    }

    .top_banner_2 .btn3 {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .top_banner_2 .btn3:after {
        display: none;
    }

    .top_banner_2 .btn3 {
        padding: 0px 26px 0px 26px;
    }


    .top_banner_2 .text ul {}

    .top_banner_2 .text li {
        text-align: left;
    }

    .top_banner_2 img {
        object-position: center;
    }

    .top_banner_2 .btn_line {
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }

    .top_banner_2 .area_image2 img {
        position: absolute;
        top: 0px;
        right: 0px;
        max-height: 100%;
    }

    .btn3-transparent:hover a {
        color: #FFFFFF;
    }
}
