* {
  margin: 0;
}

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

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

/* max-width */
.head {
  max-width: 1140px;
  margin: 0 auto;
}


/* nav-ber-section */
.header {
  margin-top: 30px;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list-container {
  display: flex;
  align-items: center;
  gap: 48px;
}

nav li {
  list-style: none;

}

nav li a {
  text-decoration: none;
  color: #8987A1;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
}

.list-container p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
}




/* Banner section */
.banner {
  display: flex;
  align-items: self-end;
  margin-top: 230px;
}

.banner-left h1 {
  font-family: Noto Serif;
  font-size: 65px;
  font-weight: 700;
  margin: 0;
}

.banner-left p {
  font-family: Inter;
  font-size: 22px;
  font-weight: 400;
  color: #00000080;
}

/* Our plants section */
.our-plants-title {
  margin-top: 120px;
  text-align: center;
}

.our-plants-title h1 {
  font-family: Noto Serif;
  font-size: 50px;
  font-weight: 700;
}

.our-plants-title p {
  font-family: Inter;
  font-size: 22px;
  font-weight: 400;
  color: #00000080;
  margin-top: 16px;
}

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

.card {
  text-align: center;
}

.card p {
  font-family: Inter;
  font-size: 22px;
  font-weight: 500;
  color: #111111;
  margin-top: 30px;
}

.card h3 {
  font-family: Inter;
  font-size: 22px;
  font-weight: 700;
  color: #111111;
  margin-top: 20px;
}

.card button {
  padding: 20px 80px;
  background-color: #E95A08;
  color: white;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  border: none;
  margin-top: 30px;
}

/* Flower & Plants section */
.flower-plants-container {
  display: flex;
  gap: 60px;
  align-items: center;
  margin-top: 210px;
}

.flower-plants-container h1 {
  font-family: Noto Serif;
  font-size: 50px;
  font-weight: 700;
  color: #000000;
}

.flower-plants-container li {
  font-family: Inter;
  font-size: 22px;
  font-weight: 400;
  color: #00000080;
}

.flower-plants-right {
  text-align: end;
  margin-top: 20px;
}

.list-1 {
  margin-top: 20px;
}

.images-container {
  position: relative;
}

.flower-stamp {
  width: 280px;
  height: 280px;
  position: absolute;
  top: -120px;
  right: -100px;
}


/* Latest Deals section */
.latest-deals-container {
  display: flex;
  gap: 28px;
  justify-content: center;
}

.Latest-Deals-title {
  text-align: center;
  margin-top: 133px;
}

.Latest-Deals-title h1 {
  font-family: Noto Serif;
  font-size: 50px;
  font-weight: 700;
}

.Latest-Deals-title p {
  font-family: Inter;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 120px;
  margin-top: 16px;
  color: #00000080;
}

.images-1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/deal-bloom.png);
  background-repeat: no-repeat;
  height: 206px;
  width: 366px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  text-align: center;
}

.images-1 h3 {
  font-family: Noto Serif;
  font-size: 20px;
  font-weight: 700;
  color: white;
}

.images-1 p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  color: white;
  text-decoration: underline;
}

.images-2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/deal-ana.png);
  background-repeat: no-repeat;
  height: 206px;
  width: 366px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  border-radius: 10px;
}

.images-2 h3 {
  font-family: Noto Serif;
  font-size: 20px;
  font-weight: 700;
  color: white;
}

.images-2 p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  color: white;
  text-decoration: underline;
}


.Latest-Deals-right {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/deal-zabo.png);
  background-repeat: no-repeat;
  height: 423px;
  width: 753px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 10px;
  text-align: center;
}

.Latest-Deals-right h2 {
  font-family: Noto Serif;
  font-size: 40px;
  font-weight: 700;
}

.Latest-Deals-right p {
  text-decoration: underline;
  font-family: Inter;
  font-size: 25px;
  font-weight: 500;
  margin-top: 10px;
}

/* Latest Deals */
.join-section {
  margin-top: 120px;

}

.join-the-color-container {
  background-image: url(../images/news-letter-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 533px;

}

.join-input-btn {
  text-align: center;
  color: white;
  padding-top: 200px;
}

.join-input-btn h1 {
  font-family: Noto Serif;
  font-size: 50px;
  font-weight: 700;
}

.input-btn {
  display: flex;
  justify-content: center;
  margin-top: 23px;
}

.input-btn input {
  padding: 20px 400px 20px 20px;
  border: none;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  color: #00000000;
  width: 300px;
}

.input-btn button {
  padding: 20px 50px;
  border: none;
  background-color: #E95A08;
  color: white;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
}

/* footer section */
.footer-container {
  display: flex;
  align-items: start;

  margin: 50px auto;
  gap: 110px;
  /* justify-content: space-around; */
}

.footer-column-logo {
  width: 359px;
}

.footer-column-logo img {
  margin-bottom: 16px;
}

.footer-column-logo p {
  font-family: Inter;
  font-size: 22px;
  font-weight: 400;
  color: #00000080;
}


.footer-column {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.footer-icon {
  display: flex;
  align-items: center;
  gap: 24px;
}




/* Mobile responsive */
@media screen and (max-width: 586px) {

  /* nav-ber */
  nav {
    padding: 0 9px;
  }

  nav li a {
    display: none;
  }

  .list-container p {
    margin-top: 40px;
    font-size: 18px;
  }

  /* banner */
  .banner {
    flex-direction: column-reverse;
  }

  .banner-left {
    width: 370px;
    margin-top: 28px;
  }

  .banner-right img {
    position: center;
  }

  .banner-left h1 {
    font-size: 24px;
  }

  .banner-left p {
    font-size: 15px;
    margin-top: 13px;
  }

  /* our plants section */
  .card-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .our-plants-title h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
  }

  .our-plants-title p {
    margin: 0 28px;
    margin-top: 16px;
  }

  .card img {
    width: 170px;
  }

  .card button {
    width: 170px;
    padding: 20px;
  }

  .flower-stamp {
    display: none;
  }

  /* flower plants section */
  .flower-plants-container {
    flex-direction: column;
    margin-top: 40px;
  }

  
  .flower-img {
    width: 358px;
    height: 396px;
  }

  .flower-plants-title {
    padding: 20px;
    text-align: center;
    text-align: left;
  }

  .flower-plants-title h1 {
    font-family: Noto Serif;
    font-size: 24px;
    font-weight: 700;
  }

  .flower-plants-title p {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
  }

  .flower-plants-title li {
    text-align: left;
  }

  /* Latest Deals section */

  .latest-deals-container {
    flex-direction: column;
  }

  .Latest-Deals-title h1 {
    font-family: Noto Serif;
    font-size: 24px;
    font-weight: 700;
  }

  .Latest-Deals-title p {
    margin: 50px 28px;
    margin-top: 20px;
  }

  .Latest-Deals-right {
    width: 361px;
    height: 177px;
    margin: 0 auto;
  }

  .Latest-Deals-right h2 {
    font-family: Noto Serif;
    font-size: 20px;
    font-weight: 700;
  }

  .Latest-Deals-right p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
  }

  .Latest-Deals-left {
    margin: 0 auto;
  }

  /* join the colorful section */
  .join-section {
    margin-top: 44px;
  }

  .join-the-color-container {
    background-size: cover;
    height: 275px;

  }

  .join-input-btn {
    padding-top: 100px;
    width: 218px;
    margin: 0 auto;
  }

  .input-btn input {
    padding: 5px 5px 5px 5px;
  }

  .input-btn button {
    padding: 10px 10px 15px 10px;
  }

  .join-input-btn h1 {
    font-family: Noto Serif;
    font-size: 18px;
    font-weight: 700;
  }

  /* footer section */
  .footer-container {
    flex-direction: column;
    padding: 30px;
    gap: 30px;
  }



}




/* Tablet responsive */
@media screen and (min-width: 576px) and (max-width: 992px) {
  nav {
    padding: 10px;
  }

  .banner {
    padding: 10px;
  }

  .banner-right img {
    width: 400px;
  }

  .banner-left h1 {
    font-size: 30px;
  }

  /* ouu plants section */
  .card-container {
    grid-template-columns: repeat(3, 1fr);
  }

  .card img {
    width: 220px;
  }

  .card button {
    width: 170px;
    padding: 20px;
  }

  .flower-plants-container {
    flex-direction: column;
  }

  .flower-plants-title {
    padding: 50px;
  }

  .latest-deals-container {
    /* flex-direction: column; */
    gap: 10px;
  }

  .latest-section {
    padding: 10px;

  }

  .Latest-Deals-right {
    width: 370px;
  }

  .Latest-Deals-right h2 {
    font-size: 24px;
  }

  /* join the colorful */
  .join-input-btn {
    padding-top: 300px;
    width: 218px;
    margin: 0 auto;
  }

  .input-btn input {
    padding: 15px 200px 15px 20px;
  }

  .input-btn button {
    padding: 15px 15px 15px 15px;
  }

  .join-input-btn h1 {
    font-family: Noto Serif;
    font-size: 18px;
    font-weight: 700;
  }

  /* footer section */
  .footer-container {
    margin: 63px 30px;
  }

  .footer-icon {
    flex-wrap: wrap;
    justify-content: center;
  }
}