@media screen and (max-width: 980px){
        .nav-custom {
        position: fixed;
        display: flex;
        width: 100%;
        height: 65px;
        z-index: 99999;
        padding-top: 10px;
    }
    .logo{
        width: 50px!important;
        margin-top: 0;
    }
    .nav-custom > div{
        height: 50px;
        width: 33%;
    }
    .lang-area{
        background: var(--color-1);
    }
    .btn-group{
        align-self: center!important;
    }
    .text-logo{
        display: none!important;
    }
    .gallery li {
        display: block;
        width: 100%;
    }
    .logo-area{
        justify-content: center;
        display: flex;
    }
    .menu-navbar-open{
        right: 0;
        left: auto;
    }
    .text-container{
        opacity: 0;
    }
    .text-area {
        margin-top: 20px;
        width: 100%;
    }
    .prev{
        margin-top: 30px;
    }
    .about_img > div {
        margin-left: 0;
        margin-top: 40%;
    }
    #collapsibleNavbar{

        position: absolute;
        right: 0;
        top: 80px;
        background: #fff;
        padding: 24px;
        z-index: 99;

    }
    .logo-big {
        width: 156px;
    }
    .navbar_second{
        display: flex;
        padding: 10px!important;
    }
    .text-area h1 {
        font-size: 17px;
    }
    .f-sm{
        font-size: 22px;
    }
    .d-sm-none{
        display: none!important;
    }
    div > .w-75{
        width: 100%!important;
    }
    .site-footer{
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
