@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');


.noto {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-style: normal;
  
}


.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.list{
    list-style: none;
}
.list a{
    text-decoration: none;
    color: black
}
nav, ul{
    display: flex;
    justify-content: space-between;
    align-items: center;

}
ul{
    gap: 20px;
}
li img{
    width: 20px;
}

nav{
    margin: 0 150px;
}
.cart{
    display: flex;
}
.banner{
    display: flex;
    justify-items: center;
    align-items: center;
    margin: 150px;
   
}
.orange{
    color: #E95A08;
}
.banner-tittle{
    font-weight: 700;
    font-size: 4rem;
}
.banner-des{
    font-size: 1.7rem;
    color: #00000087;
}
.plant-tittle{
    font-size: 3rem;
    font-weight: bold;
}
.plant-des{
    font-size: 1.5rem;
    color: #00000087;
}
.plants{
    margin: 20px 150px;
    text-align: center;
    padding: 0 100px;
}
.img-name{
    font-weight: 500;
}
.img-taka{
    font-weight: 700;
}
.each-card{
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
    
}
.card{
    border: ;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    margin: 0px 150px;
}
@media screen and (max-width:576px) {
    .phone{
        display: none;
    }
    nav{
        margin: 10px;
    }
    .cart{
        font-size:150%;
    }
    .logo{
        width: 70%;
    }
    .banner{
        flex-direction: column-reverse;
        margin: 10px;
    }
    .banner-img{
        width: 100%;
        justify-content: end;
    }
    .banner-tittle{
        font-size: 2.5rem;
        margin-top: 30px;
    }
    .banner-des{
        font-size: 1rem;
    }

    .plants{
        margin: 40px 20px;
        padding: 0;
        margin-top: ;
    }
    .plant-tittle{
        font-size: 2.5rem;

    }
    .plant-des{
        font-size: 1rem;
    }
    .card{
        grid-template-columns: repeat(2, 1fr);
        margin: 10px;
    }



    



}

