@media only screen and (max-width: 1140px){
    .nav-list {
        flex-direction: column;
    }

    .navbar {
        flex-direction: column;
        transition: all 0.3s ease-out;
        height: 447px;
    }

    .rightnav {
        text-align: center;
    }

    .box-main {
        flex-direction: column-reverse;
        max-width: 100%;
    }

    #search {
        width: 100%;
    }

    .burger {
        display: block;
    }

    .h-nav-resp {
        height: 72px;
    }

    .v-class-resp{
        opacity: 0;
    }

    .section {
        flex-direction: column-reverse;
    }

    .paras {
    padding: 0px;
    }

    .logo img {
    width: 33%;
    }

}