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

.noto-serif-font{
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


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

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

body{
  margin: 0;
  padding: 0;
  color: #333;
}

/* shared style */
.disply-flex{
    display: flex;
}


/* navbar section */
.navbar{
    justify-content: space-around;
    padding: 30px;
    gap: 30px 150px 120px;
}

.nav-links{
  margin-top: 2.25rem;
}

.nav-item{
  list-style: none;
  padding-right: 44px;
}

.nav-link{
  text-decoration: none;
}

.home{
  font-weight: bold;
  color: #252432;
}

.shop{
  font-weight: 500;
  color: #8987A1;
}

.cart{
  color: black;
}


/* banner section */
.banner{
  display: flex;
  justify-content: center;
  gap: 120px 150px;
  padding-top: 120px;
}

.banner-title{
  font-size: 60px;
  font-weight: bold;
}

.banner-description{
  color: #7e7d7d;
  font-size: 22px;
}

.fresh, .flower, .our{
  color: #E95A08;
}


/* plants section */

.plans{

}

.plants-title{
  text-align: center;
  font-size: 2.5em;
  margin-top: 120px;
}

.plants-description{
  text-align: center;
  max-width: 700px;
  margin: 0 auto 30px auto;
  color: #666;
  font-size: 20px;
  font-weight: 500;
}

.product-grid{
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto 50px;
  padding: 0 20px;
}

.product-card{
  padding: 10px;
  text-align: center;
}

.product-card img{
  width: 100%;
  height: auto;
}

.product-name{
  margin: 10px 0 5px;
}

.price {
  font-weight: bold;
  margin-bottom: 10px;
}

.product-card button {
  background-color: #f25d07;
  color: white;
  border: none;
  padding: 10px;
  width: 100%;
  cursor: pointer;
}


/* plants lover seection */

.plants-lover{
  background-color: #f4f6fb;
  padding: 40px 20px;
}

.plants-lover-content {
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
}

.img-plants {
  position: relative;
  flex: 1;
  min-width: 250px;
}

.feature-img {
  width: 100%;
}

.badge-img {
  position: absolute;
  top: -70px;
  left: 65%;
  transform: translateX(40%);
  width: 180px;
}

.lover-text-content {
  flex: 1;
  min-width: 280px;
}

.lover-text-content h2 {
  font-size: 2em;
  margin: 50px 20px;
}

.lover-text-content ul {
  padding-left: 20px;
  color: #777;
}

.lover-text-content li {
  margin-bottom: 15px;
  line-height: 1.6;
}


/* deals section */
.deals-section {
    text-align: center;
    padding: 60px 20px;
}

.title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.title span {
    color: #e56a1a; /* Orange color for 'Latest' */
}

.description {
    font-size: 16px;
    color: #777;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.offers {
  display: flex;
  gap: 20px;
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
}

.offers-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}

.offers-right {
  flex: 2;
}

.offer-card {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.large-card {
  height: 420px;
}

.offer-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.offer-content {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}

.offer-content h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.offer-content a {
  text-decoration: underline;
  color: #fff;
  font-weight: bold;
  transition: color 0.3s ease;
}

.offer-content a:hover {
  color: #f9c846;
}


.bloom{
  background-image: url(./Pic/deal-bloom.png);
}

.ana{
  background-image: url(./Pic/deal-ana.png);
}

.zabo{
  background-image: url(./Pic/deal-zabo.png);
}


/* join section */
.join{
   background: url(./Pic/news-letter-bg.png) center/cover no-repeat;
  height: 533px;
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  position: relative;
}

.join h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.subscribe-box {
  display: flex;
  justify-content: center;
}

.subscribe-box input {
  padding: 10px;
  width: 300px;
  border: none;
  outline: none;
  border-radius: 4px 0 0 4px;
}

.subscribe-box button {
  padding: 10px 20px;
  border: none;
  background-color: #f15b2a;
  color: white;
  font-weight: bold;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
}

.subscribe-box button:hover {
  background-color: #d94d20;
}


/* Footer Section */
.footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 80px;
  background: #f8f8f8;
  color: #555;
}

.footer-left {
  max-width: 250px;
}

.logo {
  width: 100px;
  margin-bottom: 10px;
}

.tagline {
  font-size: 16px;
  line-height: 1.5;
}

.footer-links {
  display: flex;
  gap: 50px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 10px;
}

.footer-links ul li a {
  text-decoration: none;
  color: #555;
  transition: color 0.3s;
}

.footer-links ul li a:hover {
  color: #ff6600;
}

.footer-social {
  display: flex;
  gap: 15px;
}

.footer-social a {
  font-size: 24px;
  color: #555;
  transition: color 0.3s;
}

.footer-social a:hover {
  color: #ff6600;
}



@media screen and (max-width: 576px) {
  .home, .shop, .always, .badge-img{
    display: none;
  }
  .nav-cart{
    margin: auto;
  }

  .flower{
    font-size: 25px;
    font-weight: bold;
  }

  .banner{
    flex-direction: column-reverse;
    padding: 28px 16px 0px 16px;
  }

  .banner-description{
   font-size: 16px;
   font-weight: 500;
  }

  /* plants section */
  .product-grid{
    flex-direction: column;
    grid-template-columns: repeat(2, 4fr);
  }


  /* deal section */
  .deals-section{
    padding: 40px 15px;
  }

  .title{
    font-size: 24px;
  }
  .direction{
    font-size: 14px;
    line-height: 1.5;
    padding: 0 10px;
  }

  .offers{
    flex-direction: column;
  }


  /* join */
  .join{
    height: auto;
    padding: 40px 15px;
  }

  .join h1{
    font-size: 1.8rem;
    line-height: 1.3;
  }


  /* footer */
  .footer {
    flex-direction: column;
    text-align: left;
    padding: 22px;
    gap: 20px;
  }

  .footer-left {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .footer-links {
    flex-direction: column;
    gap: 20px;
    text-align: left;
  }

  .footer-social {
    justify-content: center;
    margin-top: 10px;
  }

  .footer-links ul li {
    margin-bottom: 8px;
  }
}