.logo_img {
    width: 50%;
}

.interior-sec {
    width: 100%;
}

.image-caption {
    display: none!important;
}

.transition .image-caption, .transition2 .image-caption  {
    display: flex!important;
    align-items: center;
    justify-content: center;
    background: rgba(32, 38, 45, 0.7);
}

.home-contain {
    position: relative;
    z-index: 2;
}

.home_contain_div_1 {
    z-index: 2;
    position: absolute;
    left: 50%;
    bottom: 30%;
    transform: translate(-50%, -50%);
}

#myVideo {
    position: absolute;
    z-index: 1;
}

.d-block {
    display: block!important;
}

.clear_both {
    clear: both;
}


.transition2{
    transform: scale(1.2);
}


/* .transition>div {
    background: rgba(32, 38, 45, 0.7);
    display: block!important;
} */

#configurator-wrap {
    display: flex;
    justify-content: space-between;
}

.booki {
    z-index: 2;
}

.navmenu_mobile {
    display: none!important;
    height: 72px;
    display: flex;
    justify-content: end;
    width: 100%;
    top: 64px;
    background: #fff;
}

.navmenu_lit {
    width: 100%;
}

.navmenu nav {
    height: 72px;
}

.sbm_btn {
    display: none;
}

.justify-content-center {
    justify-content: center!important;
}

.mt-160 {
    margin-top: 160px!important;
}

.burger_line {
    width: 3rem;
    background: #030303;
    margin-bottom: 1rem;
    height: 2px;
}

.burger {
    height: 32px;
    width: 60px;
    position: absolute;
    display: none;
}

/* .sticky .burger {
    top: 20px;
} */

#nav {
    display: flex;
    justify-content: space-between;
}

.burger_menu {
    width: 100%;
    /* height: 100vh; */
    background: #fff;
    display: none;
    margin-top: 720px;
    z-index: 9999;
    padding: 24px;
}

.menu_top {
    margin-top: -600px;
}

.w-100 {
    width: 100%!important;
}

.justify-content-between {
    justify-content: space-between!important;
}

.justify-content-center {
    justify-content: center!important;
}

#com_member2 {
    margin-left: 8px;
}

.d-flex {
    display: flex!important;
}

.align-items-center {
    align-items: center!important;
}

.burger_menu a {
    color: #030303;
}

.burger_href{
    position: absolute;
    top: 35%;
    right: 10px;
    height: 32px;
    width: 32px;
}
/* #burger_href{
    color: #030303;
    height: 32px;
    width: 32px;
    margin: 24px;
} */

.burger_menu_active {
    position: fixed;
    width: 100%;
    z-index: 22222;
    top: 0;
}

.burger_menu>div {
    height: 40px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.zoom_card1 {
    display: none;
}

#header .navigation>.container-fluid>.row>.col-md-12 {
    margin: 0;
    padding: 0;
}

@media(max-width: 993px) {
    .navmenu_mobile {
        display: flex!important;
        align-items: center;
    }
    .burger {
        display: block;
    }
    .navmenu_lit {
        display: none;
    }
}

@media(max-width: 768px) {
    #nav{
        position: relative;
    }
    #header .navigation>.container-fluid>.row>.col-md-12 {
        margin: 0px;
    }
    /* .burger {
        top: 24px;
    } */
    .navigation {
        padding: 0;
    }
    .abouts-sec .rotatio-img img {
        height: unset;
    }
    .logo_img {
        width: 75%;
    }
    .zoom_card1 {
        display: block;
    }
    .d_none {
        display: none;
    }
    /* .image-caption {
        display: flex!important;
        background: none;
        justify-content: center;
        align-items: center;
    }
    .image-caption a {
        color: #020202;
    } */
}

@media(max-width: 425px) {
    .logo_img {
        width: 100%;
    }
}


/* *********************NOTIFICATION********************** */

.success-alert {
    z-index: 545621655612561561265;
    background: rgb(181, 185, 181);
    width: 350px;
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
}

.success-alert h3 {
    color: #030303;
}

.alert_line {
    height: 5px;
    width: 0%;
    background-color: rgb(19, 145, 3);
}