header nav{
    position: relative !important;
}

#wb_menu{
    display: flex;
    justify-content: start;
    align-items: center;
    overflow: visible !important;
}
#wb_menu .container{
    height: 100% !important;
}
.hamburger{
    display: none !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    cursor: pointer;
}
.hamburger div{
    width: 100%;
    height: 3px;
    background-color: #fff;
    margin: 3px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}
.hamburger div:nth-child(3) {
    margin-bottom: 0;
}
.hamburger div:nth-child(1) {
    margin-top: 0;
}


.sideBar { 
    display: flex; 
    flex-wrap: wrap; 
    flex-direction: column;
}





@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 0;
    }
    .hamburger {
        display: flex !important; 
    }
    #wb_menu .container{
        display: flex;
        justify-content: start;
        align-items: center;
    }
    .main-menu {
        display: none !important;  
        position: absolute;
        background: #000;
        z-index: 100000 !important;
        top: 55px;
        left: -36px;
    }
    .main-menu.sidebar-active {
        display: flex !important;
        flex-direction: column;
        animation: slide-in 0.3s ease forwards;
        left: -36px;

    }
    @keyframes slide-in {
        0%{
            transform: translateX(-100%);
        }
        100%{
            transform: translateX(0);
        }
    }

    .logoContainer.container {
        /* margin-left: 0; */
        width: 100% !important;
    }

    .of_wb{
        background-size: contain !important;
        width: 180px !important;
        height: 48px !important;
        position: relative !important;
        z-index: 1000 !important;
    }
    
    .sideBar {
        padding: 0 0 80px 0 !important;
        margin: 0 0 0 0 !important;
        justify-content: space-between;
    }
    
    .sideBar > section {
        order: 2;
    }
    
    .sideBar .txtContainer {
        order: 1;
    }

    .sliderTxtContainer {
        top: 270px !important;
        z-index: 0 !important;
    }
    .sliderTxt{
        width: 250px !important;
        height: fit-content !important;
        padding: 10px 20px !important;
    }
    .sliderTxt ul li {
        font: 25px / 30px 'Kameron', serif !important;
    }
    .footermenu.right {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        row-gap: 8px !important;
    }
    #copyRights{
        text-align: center;
        margin-top: 8px !important;
    }
    
    
    
    
}

@media (max-width:480px) {
    #wrapper {
        width: 100% !important;
    }
    #wb_logo {
        margin: 0 auto !important;
    }
    .sliderTxtContainer{
        margin: 0 20px !important;
        left: 0 !important;
        /* transform: translateX(-50%) !important; */
        top: 240px !important;
    }
    .sliderTxt {
        width: 90% !important;
    }
    .sideBar{
        width: 100% !important;
        margin-top: 180px !important;
        min-height: 890px !important;
    }
    .of_wb {
        z-index: 0 !important;
    }

    .backstretch{
        width: 100%!important;
    }
    .backstretch img{
        width: 100%!important;
        left: 0 !important;
        object-fit: cover !important;
    }
}