@media only screen and (min-width:300px) and (max-width:920px){

    nav{
        width: 100%;
        height: 120px;
    }
    .contact{
        font-size: 10px;
        gap: 5px;
    }
    .contact img{
        width: 10px;
    }
    .navbar{
        justify-content: space-around;
        font-size: 10px;
    }
        .logo img{
        width: 40px;
        height:40px;
        display: flex;
        margin-top:auto
    }
    .logo{
        width: 40px;
        height:40px;
        margin-left:10px;
    }

        .input{
    background-color: white;
    width: 160px;
    height: 22px;
    border-radius: 20px;
    display: flex;
    position: absolute;
    margin-top: 70px;
    margin-left:-80px
}
.input input{
    width: 100px;
    height: 22px;
    margin-left: 10px;
    margin-top:-2px;
    border: none;
    font-size: 10px;
}
.input img{
    background-color: white;
    margin-left:20px;
    margin-top: 0px;
    width: 15px;
    height: 20px;
    border-radius: 10px;
}

.user{
    width: 5px;
}
.user a img{
    width:30px;
    height:30px;
}

/* NAV2 */

.nav2{
    background-color: #0e9c8d;
    width: 100%;
    height: 30px;
}
.nav2 li{
    display: flex;
    justify-content: space-around;
}
.nav2 li a{
display: none;
}
.nav2 .menu{
    display: block;
    margin-top: 0px;
    margin-right: 10px;
    float: right;
}

.navphn-nav{
    margin-top: 0;
    height: 130px;
    display: none;
}
.navphn-nav .nav-phn a{
    font-size: 10px;
    padding: 2px;
    display: none;
}

/* nav3 */
.container {
    width: 50%;
    height: 150px;
    background-repeat: no-repeat;
    padding: 10px;

}
.container img{
    width: 200%;
    height: 100px;
    margin: 5px 4px 5px 4px;
}

.list ul{
    width: 100%;
    background-color: #0e9c8d;
    height: 20px;
}
ul li a{
    font-size: 7px;
    margin-top: 3px;
}

/* next4 */
.img-gallery{
    width: 40%;
    margin: 2px;
}
.img-gallery img{
    width: 60%;
    margin: 10px 50px 0px 50px;
}
.full-img img{
    width: 60%;
    border-radius: 5px;
    margin-right: 30px;
}
.full-img span{
    margin-right: 20px;
    margin-top: 200px;
}

/* next 5 */
.shopping{
    width: 100%;
    margin-left: 0;
}
.service-price img{
    width: 15px;
    
}
.message h1{
    font-size: 8px;
}
.message p{
    font-size: 6px;
}
/* //footer// */
.footer{
    width: 100%;
    height: 300px;
    justify-content: space-between;
}
.footer h1{
    font-size: 10px;
    margin-top: 0px;
    margin-left: 0px;
}
.footer p{
    width: 80px;
    font-size: 8px;
    margin-right: 50px;
}
.footer span{
    font-size: 8px;
    margin-right: 30px;
    width: 60px;
}
.footer2{
    width: 100%;
    height: 50px;
}

.footer2 h1{
    font-size: 8px;
}
.whatsapp-float{
margin-bottom: 40px;
margin-right: 60px;
position: fixed;
z-index: 100;
}
.whatsapp-float img{
    width: 40px;
    height: 40px;
} 

}

@media (min-width: 769px) {
    .menu {
        display: none;
    }
    .nav-phn {
        display: flex;
        position: static;
        background: none;
        box-shadow: none;
    }
    .nav-phn a {
        display: inline-block;
        margin-right: 10px;
    }
}

/* Mobile only */
@media (max-width: 768px) {
    .menu {
        display: flex;
        margin-top: 40px;
        float: right;
    }
    .nav-phn {
        display: none;
        flex-direction: column;
    }
    .nav-phn a{
        font-size: 10px;
        padding: 8px 5px;
    }
}


