* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Serif", serif;
  /* background-color: #fafcff; */
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/* share item  */
.clour-i {
  color: rgb(233, 90, 8);
}

.clour-p {
  color: rgba(0, 0, 0, 0.5);
}

.clour-h{
  color: black;
}


.aline-all {
  text-align: center;
}

.btn {
  padding: 20px 40px;
  width: 100%;
  font-size: 16px;
  font-weight: 600px;
  background-color: rgb(233, 90, 8);
  color: aliceblue;
  border: none;
}

main {
  max-width: 1140px;
  margin: 0px auto;
}
/* header section start  */

.navbar {
  display: flex;
  justify-content: space-between;
  /* padding: 3em 8em; */
  align-items: center;
}

.nav-links ul {
  list-style: none;
  display: flex;
  gap: 4em;
  margin-top: 35px;
}

.nav-links a {
  text-decoration: none;
  color: black
}
.logo {
  margin-top: 24px;
}

/* hero-section */

.hero {
  display: flex;
  flex: 1;
  margin-top: 120px;
  justify-content: space-between;
  align-items: flex-end;
}
.hero img {
  display: flex;
  flex: 1;
}
/* hero item  */
.hero-item h1 {
  line-height: 89px;
  font-size: 65px;
  font-weight: 700;
  text-align: left;
}
.hero-item p {
  font-size: 22px;
  font-weight: 400;
  line-height: 27px;
}

/* plant-section----all start */

.plant-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  text-align: center;
  margin-top: 120px;
  margin-bottom: 50px;
}


.plant-title h1 {
  font-weight: 700px;
  font-size: 3.5rem;
}
.plant-main {
  /* gap: 16px; */
  margin-top: 120px;
  margin-bottom: 50px;
}

/* plant main card all  */

.plant-card {
  text-align: center;
  border: 1px solid black;
  width: fit-content;
  border: none;
}
.plant-card h3 {
  margin: 15px;
}
.plant-card h1 {
  margin-top: 30px;
}

.card-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 10px;
}

/* plant-section----all end */





/* floure-store-section-start */

.floure-store {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: center;
  margin: 220px 0px 100px 50px;
}

.store-text{
    /* width: 361px;
    height: 234px; */

    /* position: static; */
/* width: 540px;
height: 521px;
padding: 30px; */
}
.store-text h5 {
  font-size: 50px;
  font-weight: 700;
  width: 540px;
  font-size: 50px;

}

.text-title ul {
  padding: 0.5rem 0rem 0rem 1.3rem;
  width: fit-content;
}

.text-title li {
  margin-bottom: 1.5rem;
}

.sill {
  /* position: absolute;
  width: 286px;
  height: 286px;
  left: 760px;
  top: 1998px; */

  position: absolute;
width: 240px;
height: 247px;
left: 780px;
top: 2069px;
}







/* section latest part  */
.img-card-testall {
  display: flex;
  gap: 20px;
  margin-bottom: 120px;
}

.first-img-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;

  padding: 0px;
  gap: 20px;
}

.image1 {
  font-size: 15px;
  font-weight: 700;

  letter-spacing: 0%;
  text-align: center;
  width: fit-content;

  width: 366.22px;
  height: 206px;
  left: 0;
  top: -5px;

  display: grid;
  place-content: center;
  border-radius: 1rem;
  background-image: url(../assets/deal-ana.png);
  color: white;
  filter: brightness(80%);
  background-repeat: no-repeat;
}
.image1 a {
  color: white;
}

.image11 {
  background-image: url(../assets/deal-bloom.png);
  color: white;
  filter: brightness(80%);
  background-repeat: no-repeat;
}

.image2 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0%;
  text-align: center;

  display: grid;
  place-content: center;
  width: 100%;
  border-radius: 1rem;

  background-image: url(../assets/deal-zabo.png);
  background-repeat: no-repeat;
  color: white;
  filter: brightness(80%);
  z-index: 0;
}
.image2 a {
  color: white;
  z-index: 1;
}

.flexall {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* section latest end  */



/* .form-section{
background-color: antiquewhite;
width: 100%;
height: 533px;
left: 0;
top: 0;

} */

.from-section {
  /* position: absolute; */
  width: 100%;
  height: 533px;
  left: 0;
  top: 0;
  background-image: url(../assets/news-letter-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  top: 3500px;
 

  display: flex;
  align-items: center;
  justify-content: center;
  
}

.form-content h2 {
  font-size: 3rem;
  margin-bottom: 20px;
  font-weight: 700;
  margin-left: 20px;
  color: rgb(255, 255, 255) ;
}

.form-item input[type="email"] {
  padding: 10px 15px;
  width: 31.25rem;
  font-size: 1rem;
  border-radius: 3px 0 0 3px;
  border: none;
  outline: none;

}

.form-item button{
    padding: 10px 30px;
    background-color: rgb(233, 90, 8);
    color: white;
    border: none;

}
.form-item {
    display: flex;
}




/* footer -section start */

.footer-main{
    margin: 50px 160px;
    display: flex;
    justify-content: space-between;

}

.f-main-img img{
    margin-bottom: 0.6rem;
}
.f-container a{
    text-decoration: none;
    color: rgba(107, 114, 128, 1)

}
.f-container{
    display: grid;
    grid-template-columns: repeat(2 ,1fr);
    gap: 2rem;
    
}

.f-social{
    display: grid;
    grid-template-columns: repeat(4 ,1fr);
    gap: 2rem;
    align-content: baseline;
    align-items: center;



}


.hidden{
  display: none; 
}






  


  
/*  Responsive hide menu mobile screens */
@media (max-width: 768px) {
  main{
    /* margin: 20px 20px; */
  }
  .menu {
    display: none;
  }


  .hero {
    flex-direction:column-reverse;
    gap: 3rem;
  }

  .logo{
      position: relative;
      left: 10px;
  }

/* <!-- plants-section-start  --> */
  .plant-main{
  margin-top: 0px;
  margin-bottom: 0px;
  }
  .card-container {
    display: grid;
    grid-template-columns: repeat(2 ,1fr);
    position :relative;
    /* right: 20px; */


  }
  .plant-card img {
  width: 210px;
  }
  .floure-store {
   flex-direction: column;
   margin-top: 30px; 
   margin-right: 50px;

  }
.store-text h5{
  color: rgb(0, 0, 0);
  font-family: Noto Serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0%;
  text-align: left;

}
.store-text {
    width: 90%;
    
  }

  .res-img-store{
    width: 420px;

    
  }
/* <!-- plants-section-end  --> */



/* latest-section-start */

.img-card-testall {
  flex-direction: column;
}

.image2 {
  width: 366px;
  height: 206px;
  margin-left: 30px;

}
/* latest-section-end */



/* form-section-start*/
.form-content  h2 {
  margin-left: 60px;
  font-size: 1.5rem;
}

.form-item input[type="email"] {
  width: 15.25rem;
  font-size: 1rem;
  margin-left: 15px;
}
/* form-section-end*/



.footer-main {
  flex-direction: column;
  margin: 30px 160px 50px 30px;
  gap: 1rem;
}

.f-container {
    display: grid;
    grid-template-columns: repeat(1 ,1fr);
    gap: 2rem;
}
    
/* footer-section-start*/
}






/* desktop */

@media (max-width: 992px) {

}