@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: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
  body {
  margin: 0;
  background-color: #f7f9ff;
}

.container {
  margin: 25px 120px 25px 25px;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 40px;
  background-color: #F5F8FF;
  /* Removed margin here */
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  height: 40px;
  margin-right: 10px;
}

.nav-links {
  display: flex;
  gap: 30px;
  align-items: center;
}
.nav-links a {
  text-decoration: none;
  color: #8987A1;
  font-weight: 500;
}

.nav-links a.active {
  color: #000000;
  font-weight: 600;
}

.cart {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #000;
}

.cart i {
  font-size: 16px;
}
@media screen and (max-width: 552px) {

  .active,
  .shop {
    visibility: hidden;
  }

  .cart {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    font-size: 14px;
    margin-right: 20px;
  }

  .cart i {
    font-size: 16px;
  }
}
/* Description part */
.description-container {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.description-heading {
  font-weight: 800;
  font-size: 4rem;
}

.title-span {
  color: #E95A08;
}

.description-text {
  width: 570px;
  height: 108px;
  color: rgba(0, 0, 0, 0.5);
}

.description-picture img {
  width: 570px;
  height: 355px;
}
@media screen and (max-width: 552px) {
  .description-container {
    flex-direction: column-reverse;
    width: 100%;
    height: 100%;
    margin-left: 120px;
  }

  .container {
    margin: 15px 20px;
  }
}
/* Card Section */
.card-section {
  background-color: #f4f6fc;
  padding: 60px 40px;

}

/* Title and Subtitle */
.card-title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.card-title span {
  color: #E95A08;
}

.card-text {
  max-width: 600px;
  margin: 0 auto 40px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  text-align: center;
}

/* Section Background */
.card-section {
  background-color: #f4f6fc;
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

/* Title + Subtitle */
.card-container {
  text-align: center;
  margin-bottom: 40px;
}

.card-title {
  font-size: 36px;
  font-weight: bold;
}



/* Grid Layout */
.cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 1080px;
  width: 100%;
  justify-content: center;
}

/* Individual Card */
.plant-card {
  background-color: white;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Image */
.plant-card img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Text */
.img-title {
  margin: 15px 0 5px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.price {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

/* Button */
.cart-button {
  background-color: #f97316;
  color: white;
  border: none;
  padding: 10px 0;
  width: 100%;
  font-weight: 600;
  cursor: pointer;
  border-radius: 4px;
}

.cart-button:hover {
  background-color: #e65c00;
}

/* media query for card section */
@media screen and (max-width: 552px) {
  .cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}
/* trusted sector */
.trusted-section {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin: 10px auto;
  gap: 50px;
  margin-top: 50px;

}

.trusted-title {
  color-scheme: #000000;
  font-weight: bold;
  font-size: 3rem;
  max-width: 450px;
}

.trusted-list li {
  max-width: 350px;
  font-size: 1rem;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}

.trusted-picture-wrapper {
  position: relative;
  display: inline-block;
  width: fit-content;
}

/* Main image */
.trusted-main-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

/* Overlapping badge using margin */
#icon {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -130px;
  margin-right: -100px;

}

#icon img {
  width: 286px;
  height: auto;
}

@media screen and (max-width: 552px) {
  .trusted-section {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
  }

  #icon {
    display: none;
  }

  .trusted-title {
    margin: 5px;
  }
}
/* latest section */
.latest-deal {
  text-align: center;
  margin: 100px auto;
}

.latest-deal-title {
  font-weight: 900;
  font-size: 3rem;
}

.latest-deal-title span {
  color: #E95A08;
}

.latest-text {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.5);
  width: 850px;
  margin: 0 auto;
}

.latest-pic-container {
  display: flex;
  justify-content: center;
  gap: 100px;
  width: 1120px;
  margin: 0 auto;
}

.shop-1 {
  border: 2px solid;
  border-radius: 15px;
  width: 366px;
  height: 206px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 10px;
  font-weight: 900;
  font-size: 1.25rem;
  color: #ffffff;
  background-image: url(../assets/deal-bloom.png);
  filter: brightness(80%);
  background-size: cover;
}

.shop-2 {
  border: 2px solid;
  border-radius: 15px;
  width: 366px;
  height: 206px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 900;
  font-size: 1.25rem;
  color: #ffffff;
  background-image: url(../assets/deal-ana.png);
  filter: brightness(80%);
  background-size: cover;
}

.shop-3 {
  border: 2px solid;
  border-radius: 15px;
  width: 753px;
  height: 425px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 900;
  font-size: 2.50rem;
  color: #ffffff;
  background-image: url(../assets/deal-zabo.png);
  filter: brightness(80%);
  background-size: cover;
}

.shop-1 a {
  font-weight: 500;
  font-size: 1rem;
  color: #ffffff;
}

.shop-2 a {
  font-weight: 500;
  font-size: 1rem;
  color: #ffffff;
}

.shop-3 a {
  font-weight: 500;
  font-size: 1.25rem;
  color: #ffffff;
}

@media screen and (max-width: 552px) {
  .latest-deal-container {
    width: 550px;
    margin: 0 auto;
  }

  .latest-pic-container {
    display: block;
    margin: 0 auto;
    width: 366px;

  }

  .shop-1-2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }

  .shop-1,
  .shop-2,
  .shop-3 {
    width: 100%;
    width: 366px;
    height: 177px;
    margin: 0 auto;
  }
}
.subscribe-section {
  width: 100%;
  height: 533px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../assets/news-letter-bg.png);
  background-size: cover;
  margin-top: 100px;
  margin-bottom: 50px;
}

.subscribe-title {
  font-weight: 900;
  font-size: 3rem;
  color: #ffffff;
}

.subscribe-form {
  display: flex;
}

.sub {
  background-color: #f97316;
  color: white;
  border: none;
  padding: 10px 0;
  /* width: 100%; */
  font-weight: 600;
  cursor: pointer;
}

@media screen and (max-width: 552px) {
  .subscribe-section {
    /* width: fit-content; */
    /* margin-left: 50px; */
    background-image: url(assets/news-letter-bg.png);
    background-size: cover;
    width: 1200px;
  }
}

.footer-container {
  display: flex;
  justify-content: space-between;
  margin: 0 100px;
}

.footer-text {
  width: 350px;
  height: 81px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.5rem;
}

.footer-list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  list-style: none;
  color: rgba(0, 0, 0, 0.5);
}

.icons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

@media screen and (max-width: 552px) {
  .footer-container {
    display: block;
    margin: 20px;
  }

  .footer-list {
    margin-left: -40px;
  }

  .icons {
    margin-top: 10px;
    margin-left: -150px;
  }
}
  

 

  

