@media screen and (max-width:1740px){
    .container1, .container
    {
        width: 1040px;
    }
    .nav, .container2
    {
        width: 1180px;
    }
    .card
    {
        height: 350px;
        padding: 25px;
    }
    .mrp
    {
        font-size: 12px;
    }
    .orp
    {
        font-size: 16px;
        font-weight: 600;
    }
    hr
    {
        margin: 5px 0;
    }
    .rating i
    {
        font-size: 12px;
    }
    .title6
    {
        font-size: 17px;
    }
    .card .tag
    {
        font-size: 13px;
        margin-bottom: 5px;
    }
    .about_right .top
    {
        width: 100%;
        margin-left: 20px;
    }
    .about .bot
    {
        width: 100%;
        margin: 20px 0;
    }
    .about .about_right
    {
        width: 45%;
        padding: 160px 0;
        margin-left: -50px;
    }
    .testimonial .counter
    {
        height: 208px;
    }
    .testimonial hr
    {
        margin: 50px 0;
    }
    
    
}
@media screen and (max-width:1200px){
    .container1, .container
    {
        width: 770px;
    }
    .nav, .container2
    {
        width: 1040px;
    }
    
    .testimonial .counter
    {
        height: 154px;
    }
    .shop
    {
        width: 100%;
    }
    .gallery
    {
        padding: 50px 0;
    }
    .gcard .title7
    {
       font-size: 20px;
    }
   
    .offer .title2
    {
        font-size: 40px;
    }
    .blog .news_left, .blog .news_right
    {
        width: 100%;
        margin-bottom: 100px;
    } 
    
    
}
@media screen and (max-width:1080px){
    .nav{
        width: 100%;
        justify-content: space-between;
        padding: 20px;
        /* position: relative; */
    }
    .nav .menu
    {
        display: none;
        position: absolute;
        margin-top: 100px;
        width: 100%;
        transition: 1s;
        
    }
    #chk:checked+.menu
    {
        display: block;
    }

    
    .nav .menu_right
    {
        width: 50%;
    }
    .nav .logo
    {
        width: 30%;
    }
    .menu ul{
        flex-direction: column;
    }
    .menu ul li
    {
        width: 100%;
        border: solid 1px black;
        padding: 20px 30px;
        background-color: #274C5B;
    }
    .menu ul li a
    {
        color: white;

    }
    .toggle
    {
        width: 20%;
        /* display: none; */
        /* background-color: black; */
    }
    label
    {
        display: block;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #EFD372;
    }
    .menu_right .search input
    {
        display: none;
    }
    .menu_right .search
    {
        width: 30%;
    }
    .menu_right .cart
    {
        width: 70%;
    }
     .container
    {
        width: 560px;
        flex-direction: column;
    }
    .container1
    {
        width: 100%;
    }
     .container2
    {
        width: 560px;
        flex-direction: column;
    }
    .testimonial .counter
    {
        height: 190px;
        width: 190px;
    }
    .offer_banner
    {
        padding: 150px 0;
        gap: 20px;
    }
    .offer_left, .offer_right
    {
        width: 100%;
    }
    .about .about_left
    {
        width: 100%;
    }
    .about .about_right
    {
        width: 90%;
        padding: 0;
        margin-left: 0px;
    }
    .blog .row
    {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: space-between;
    }
    .shop
    {
        width: 100%;
    }
    .offer
    {
        width: 100%;
    }
    .gcard .title7
    {
       font-size: 15px;
    }
    .footer .container
    {
        flex-direction: row;
        width: 100%;
    }
    .blog
    {
        padding: 100px 0;
    }
    .blog .news_left, .blog .news_right
    {
        width: 100%;
        margin-bottom: 100px;
    }
    
    .newsletter .heading{
        width: 100%;
     }
    .newsletter .formgroup
    {
        width: 90%;
        justify-content: center;
    }
    .blog .heading 
    {
        display: flex;
        flex-direction: column;
        align-items: start;
    }
   
}
@media screen and (max-width:820px) {
    .nav .logo
    {
        width: 30%;
    }
    
    .nav .menu_right
    {
        width: 70%;
    }
    .nav img{
        width: 100%;
    }
    
    .container
    {
        width: 100%;
        padding: 20px;
        flex-direction: column;
    }
    .container1
    {
        width: 100%;
        padding: 20px;
    }
     .container2
    {
        width: 100%;
        padding: 20px;
        flex-direction: column;
    }
    
    .grid .row
    {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .card
    {
        width: 70%;
        height: max-content;
    }
    .heading
    {
        flex-direction: column;
        align-items: center;
    }
     .gallery
    {
        padding: 50px 0;
    }
    .gcard .title7
    {
       font-size: 10px;
       padding: 20px;
    }
    .footer .container
    {
        flex-direction: column;
        gap: 20px;
    }
    .footer .footer_left,
    .footer .footer_mid,
    .footer .footer_right
    {
        width: 100%;
        align-items: center;
        text-align: center;
        justify-content: center;
    }
    .leftcont p
    {
        text-align: center;
    }
    .testimonial .counters
    {
        gap: 1%;
    }
    .testimonial .counter
    {
        height: 80px;
        width: 80px;
    }
    .testimonial .counter .title2
    {
        font-size: 20px;
    }
    .testimonial .counter p
    {
        font-size: 10px;
        line-height: 10px;
        text-align: center;
    }
    label
    {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #EFD372;
    }
    .icon
    {
        width: 40px;
        height: 40px;
    }
    .cart a
    {
        font-size: 14px;
    }
    .testimonial
    {
        background-color: white;
        background-image: none;
    }
    .gallery
    {
        padding: 0 20px;
    }
    .gallery .row
    {
        flex-direction: column;
    }
    .row .gcard 
    {
        width: 100%;
        height: 400px;
    }
    .newsletter
    {
        width: 90%;
        flex-direction: column;
        padding: 20px;
        /* background-image: none; */
    }
    .newsletter .heading .title2
    {
       font-size: 40px;
    }
    .newsletter .formgroup
    {
        width: 100%;
    }
    .btn1
    {
       padding: 20px 20px; 
       font-size: 15px;
       border-radius: 10px;
    }
    .newsletter .formgroup input
    {
        padding: 20px 20px;
        border-radius: 10px;
    }
    .offer
    {
        padding: 0px;
    }
}


