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

.noto-serif-normal{
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
/* navbar section */
.display-flex{
    display: flex;
}
.nav-item{
    list-style: none;
    margin-right: 30px;
}
.nav-link{
    text-decoration: none;
    font-weight: 500;
}
.text-light-gray{
    color: rgba(137, 135, 161, 1);
}
.navbar{
    justify-content: space-between;
    align-items: center;
}
.navbar{
    max-width: 1240px;
    margin: 30px auto 0 auto;
    
}
.home{
      text-decoration: none;
    color: black;
    font-weight: 700;
}

/* banner section */
.orange{
    color: rgba(233, 90, 8, 1);
}
.banner-title{
    font-size: 4rem;
    font-weight: 700;
}
.banner{
    max-width: 1240px;
    margin: 120px auto 0 auto;  
    justify-content: space-between;
}
.banner-description{
    font-size: 1.25rem;
}
.banner-content{
    width: 570px;
    height: 300px;
}
.banner img{
    width: 570px;
    height: 320px;
}

/* plant section */
.plant-content{
    max-width: 1440px;
    margin: 120px 150px auto 150px;
    
}
.plant-title{
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
}
.plant-discription{
    font-size: 1.25rem;
    text-align: center;
}
.plant-container{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    max-width: 1240px;
    gap: 20px;
    margin: 50px auto;
}

/* flower plant lover section */
.container{
    max-width: 1240px;
    margin: auto;
}
.badge{
    max-width: 286px;
    height: 286px;
    margin-left: -160px;
    margin-top: 70px;
    transition: transform 10s;
}
.badge:hover{
    transform: rotate(60deg);
}
#img-1{
    max-width: 540px;
    height: 595px;
    margin-top: 180px;
}
.flower-plant{
    max-width: 540px;
    align-items: center;
    margin-top: 200px;
}

/* latest deals section */
.latest-content{
    margin: 110px auto;
}

.container {
      display: flex;
      gap: 20px;
      max-width: 1240px;
      margin: 120px auto;
      padding: 0 40px 0 40px;
     
    }

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

    .card {
      position: relative;
      width: 350px;
      height: 200px;
      border-radius: 12px;
      overflow: hidden;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
    }
      .card::before,
    .right-card::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(to bottom right, rgba(0,0,0,0.4), rgba(0,0,0,0.6));
      z-index: 1;
    }

    .card img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
    }

    .card .overlay {
      position: relative;
      z-index: 2;
      text-align: center;
    }

    .card .overlay h2 {
      margin: 0;
      font-size: 20px;
      font-weight: bold;
    }

    .card .overlay a {
      display: inline-block;
      margin-top: 8px;
      padding: 6px 12px;
      background-color: #ffffff;
      color: #333;
      text-decoration: none;
      font-weight: bold;
      border-radius: 4px;
    }

    .right-card {
      position: relative;
      width: 753px;
      height: 423px;
      border-radius: 12px;
      overflow: hidden;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .right-card img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      /* z-index: 1; */
    }

    .right-card .overlay {
      position: relative;
      z-index: 2;
      text-align: center;
    }

    .right-card .overlay h2 {
      margin: 0;
      font-size: 32px;
      font-weight: bold;
    }

    .right-card .overlay a {
      display: inline-block;
      margin-top: 10px;
      padding: 8px 16px;
      background-color: #ffffff;
      color: #333;
      text-decoration: none;
      font-weight: bold;
      border-radius: 4px;
    }

    /* join section */
    .news-img{
       max-width: 1440px;
       background-size: cover;
    }
    .join-title{
    font-size: 3rem;
    font-weight: 700;
    color: white;
    text-align: center;
    padding: 200px 425px 0 425px;
}
    .email{
        background-color: white;
        padding-left: 10px;
        width: 600px;
        height: 50px;
    }
    .btn-primary{
    background-color:#E95A08;
    color: white;
    padding: 12px 36px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.btn-primary:hover{
    background-color: rgb(126, 168, 67);
}
.join-bg{
       background-image: url("../assets/news-letter-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    margin-top: 0;
}
.join-container{
         margin-top: 20px;
         text-align: center;
        align-items: center;
        justify-content: center;
}

/* footer section */

.footer {
  background-color: #f8f9fc;
  padding: 60px 0;
}

.footer-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
  flex-wrap: wrap;
}

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

.logo {
  width: 120px;
  margin-bottom: 20px;
}

.tagline {
  font-size: 1.25rem;
  line-height: 1.6;
}

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

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

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

.footer-links a {
  text-decoration: none;
  font-size: 1rem;
}

.footer-links a:hover {
  text-decoration: underline;
}

.social-icons {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 5px;
}

.footer-icons img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  cursor: pointer;
}



/* responsive media */

@media screen and (max-width: 576px) {
    .navbar {
       flex-direction: row; 
    }
     .hide-on-mobile {
    display: none; 
  }

  .banner-title{
    margin-left: 10px;
    margin-top: 20px;
    font-size: 2rem;
  }

  .banner {
    flex-direction: column-reverse;
    margin: 40px auto 0 auto;
  }

  .banner-content {
    width: 100%;
    padding: 0 16px;
    height: auto;
  }

  .banner-title {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .banner-description {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0 10px;
  }

  .banner img {
    width: 100%;
    height: auto;
  }

  /* Plants section */
    .plant-content {
    margin: 60px 16px 0 16px;
  }

  .plant-title {
    font-size: 2rem;
  }

  .plant-discription {
    font-size: 1rem;
  }

  .plant-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 0 16px;
  }
  .w-72 {
    width: 100%;
  }

  .w-72 img {
    height: auto;
  }


  /* Flower & Plant Lover section */
  #img-1{
    width: 100%;
    height: auto;
    margin: 10px 0;
  }

  .flower-plant {
    margin-top: 10px;
    padding: 0 10px;
  }

  /* Latest deals layout fix */
  .latest-content {
    padding: 0 16px;
    text-align: center;
    margin: 60px auto;
  }

  .latest-content .plant-title {
    font-size: 2rem;
  }

  .latest-content .plant-discription {
    font-size: 1rem;
    line-height: 1.4;
  }

  .container {
    flex-direction: column;
    padding: 0 16px;
    gap: 20px;
  }

  .left-column,
  .right-card {
    width: 100%;
  }

  .card,
  .right-card {
    width: 100%;
    height: 180px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
  }

  .card img,
  .right-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .card .overlay,
  .right-card .overlay {
    z-index: 2;
    text-align: center;
  }

  .card .overlay h2,
  .right-card .overlay h2 {
    font-size: 1rem;
    margin-bottom: 4px;
  }

  .card .overlay a,
  .right-card .overlay a {
    font-size: 0.875rem;
    padding: 6px 12px;
  }

  /* Join Newsletter section */
  .join-bg{
    height: 275px;
  }
  .join-title {
    font-size: 1.25rem;
    padding: 100px 10px 0 10px;
    text-align: center;
  }

   .join-container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    margin: 20px auto;
  }

  .join-container .email {
    flex: 1;
    width: auto;
  }

  /* Footer adjustments */
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px;
    gap: 40px;
  }

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

  .social-icons {
    margin-top: 20px;
  }
}


