/* nav section*/

.nav-container{
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  width: 1140px;
  height: 70px; 
  margin-bottom: 100px ;
  margin-left: 200px;

}
.light-text{
  color: #757659;
}
.white{
  color: white;
}

.radius{
  border-radius: 20px;
}

.menu{
  width: 415px;
  height: 60px;
  margin: 22px;
  
  
}
.nav-link{
  margin: 10px;
}
.home-link{
  color: #000000;
}
.cart-link{
  color: #252432;
}
.yello-text{
  color: #E95A08;
}
span{ 
  color: #000;
}

/* main section*/
/* info section*/
.info{
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  
}
.info-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
 

}
/* .info-des{
  margin-left: 0px;
} */
.title{
  color: #E95A08;
  font-size: 50px;
  
}
/* plan section*/

.plan-title{
  
  display: flex;
  align-items: center;
  justify-content: center;

}
.plan-des{
  text-align: center;
}

.card-container{
  margin: 100px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  justify-content: center;
  gap: 20px;

}

.card{
  width: 270px;
  height: 491px;
  border-radius: 20px;
  
}
.card-img{
  width: 100%;
  border-radius: 20px;
  

  
}
.card-info{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.card-button{
  width: 270px;
  height: 50px;

}
button{
  background-color: #E95A08 ;
  color: #FFFFFF;
}

/*  plant lover section*/
.plant-lover{
  border: 1px solid black;
  margin: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1140px;
  height: 597px;


}
.plant-lover-title{
  color: #000;
  font-size: 50px;
  
  
}
.lover-info{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-left: 30px;
  width: 540px;
  height: 521px;
  
}
.lover-des{
  font-size: 22px;

}


/*  latest section*/
.latest-container{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.latest-title-container{
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* grid folwer section */
.latest-container{
  margin: 100px;
}

.zabo-plant{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 753px;
  height: 423px;
  background-image: url(./src/deal-zabo.png);
  background-size: cover;
  
}
.bloom-plant{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 367px;
  height: 206px;
  background-image: url(./src/deal-bloom.png);
  background-size: cover;
  margin-bottom: 18px;
  
}

.ana-plant{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 367px;
  height: 206px;
  background-image: url(./src/deal-ana.png);
  background-size: cover;
}


/*  footer section*/
/*  join us section*/
.join-us{
  display: flex;
  justify-content: center;
  align-items: center;
  height:500px;
  background-image: url(./src/news-letter-bg.png);
  background-size: cover;
  
}
.end-container{
  margin: 100px;
  display: flex;
  width: 1120px;
  height: 244px;
  justify-content: space-around;
  
}
a{
  text-decoration: none;
  color: #757659;
}
.link-container-1{
  display: flex;
  flex-direction: column;
  justify-content: space-around;

  
  
}
.link-container-2{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  
}

.social-logo-container{
  display: flex;
  justify-content: space-around;
  gap: 24px;
  
}

@media screen and (max-width: 394px) {
  .info{
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    margin: 0px;
  }
  .card-container{
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-around;
   
  }
  
}
