html { font-size: 16px; }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.mainpage {
   display: flex;
  flex-direction: column;
  margin-top: 18vh;
}

.nav {
   display: flex;
  flex-direction: row;
  background-color: #002d18;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 2vh 3vw;
  gap: 10vh;
}

body {
  background-color: white;
}

.logo {
  padding-left: 2vw;
  padding-top: 1.8vh;
}

.search {
  padding-top: 1.6vh;
  padding-left: 4vw;
}

.search input {
  width: 40vw;
  max-width: 600px;
  height: 2.0vh;
  min-height: 28px;
  border-radius: 1.25rem;
  border: 0.125rem solid black;
  padding-left: 1.875rem;
  font-size: 0.9375rem;
}

.nav1 {
  display: flex;
  flex-direction: row;
  gap: 4.86vw;
  padding-top: 1.8vh;
  padding-left: 5vw;
  background-color: #002d18;
}

.navigation {
  background-color: #002d18;
  position: fixed;
  top: 10vh;   /* Push it below the first bar */
  left: 0;
  width: 100%;
  z-index: 9998;
  padding: 2.5vh 5vw;
}

.navigation ul {
  display: flex;
  flex-direction: row;
  gap: 6vw;
  color: white;
  font-family: 'Trebuchet MS','Lucida Sans Unicode','Lucida Grande','Lucida Sans',Arial,sans-serif;
  font-weight: bold;
  list-style-type: none;
}

.navigation ul a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-family: inherit;
}

.row1 {
  position: relative;
  width: 100%;
}

.row2 {
  position: relative;
  width: 100%;
  padding-top: 1.5vh;
}

.img1 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.img1 img {
  width: 100%;
  display: block;
  height: auto;
  object-fit: cover;
}

.text {
  position: absolute;
  bottom: 20%;
  left: 8%;
  color: white;
  font-family: 'Trebuchet MS','Lucida Sans Unicode','Lucida Grande','Lucida Sans',Arial,sans-serif;
}

.text h1 {
  font-size: 2.625rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
}

.text p {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}

.text button {
  background-color: white;
  color: #002d18;
  border: none;
  padding: 0.625rem 1.5625rem;
  border-radius: 1.5625rem;
  font-weight: bold;
  font-size: 0.9375rem;
  cursor: pointer;
  transition: 0.3s;
}

.t1 {
  color: #002d18;
  font-family: 'Trebuchet MS','Lucida Sans Unicode','Lucida Grande','Lucida Sans',Arial,sans-serif;
  font-weight: bold;
  font-size: 2.8125rem;
  padding-left: 2vw;
  padding-top: 3.125vh;
}

.r1 {
  display: flex;
  flex-direction: row;
  gap: 4.86vw;
  padding-left: 2vw;
  padding-top: 1.875vh;
}

.t11 {
  color: #002d18;
  font-weight: bold;
  padding-top: 0.625vh;
  text-decoration: underline 0.125rem #002d18;
}

.r2 {
  padding-top: 3.125vh;
}

.row3 {
  display: flex;
  flex-direction: row;
}

.t2 {
  color: #002d18;
  font-weight: bold;
  font-size: 2.8125rem;
  padding-top: 15.625vh;
}

.t3 {
  color: #002d18;
  font-weight: bold;
  font-size: 2.8125rem;
}

.t31 {
  color: #002d18;
  padding-top: 0.3125vh;
}

.b1 {
  background-color: white;
  color: #002d18;
  border: 0.125rem solid #002d18;
  padding: 0.625rem 1.5625rem;
  border-radius: 1.5625rem;
  font-weight: bold;
  font-size: 0.9375rem;
  cursor: pointer;
  margin-top: 1.25vh;
  margin-right: 0.625vw;
}

.r23 {
  display: flex;
  flex-direction: row;
  gap: 0.625vw;
  padding-left: 2vw;
  padding-top: 3vh;
}

.t12 {
  color: #002d18;
  padding-top: 0.625vh;
}

.t13 {
  color: #002d18;
  font-weight: 300;
  padding-top: 0.625vh;
  font-size: 1.0625rem;
}

.t131 {
  color: #002d18;
  font-weight: 700;
  padding-top: 0.625vh;
}

.r12 {
  display: flex;
  flex-direction: row;
  gap: 0.625vw;
}

.r121 {
  padding-left: 2vw;
  padding-top: 2.5vh;
  position: relative;
}

.r122 {
  padding-left: 1.25vw;
  padding-top: 2.5vh;
  position: relative;
}

.kids-text {
  position: absolute;
  bottom: 15%;
  left: 10%;
  color: #002d18;
  font-family: inherit;
}

.kids-text h1 {
  font-size: 2.8125rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}

.kids-text .b1 {
  background-color: white;
  color: #002d18;
  border: none;
  padding: 0.625rem 1.5625rem;
  border-radius: 1.5625rem;
  font-weight: bold;
  font-size: 0.9375rem;
  cursor: pointer;
}

.footer {
  background-color: #002d18;
  color: white;
  padding: 6.25vh 5vw;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2vw;
}

.footer-left {
  flex: 1.5;
  min-width: 15.625rem;
}

.club-section {
  display: flex;
  align-items: center;
  gap: 1.25vw;
}

.club-section img {
  width: 3.75vw;
  max-width: 60px;
}

.club-section p {
  font-size: 1.125rem;
  font-weight: bold;
}

.email-section {
  margin-top: 3vh;
  display: flex;
  flex-direction: column;
  gap: 0.9375vh;
}

.email-box {
  display: flex;
  justify-content: space-between;
  background-color: #f5f5f5;
  color: #333;
  padding: 1.125vh;
  border-radius: 0.3125rem;
}

.email-box label {
  font-weight: bold;
}

.email-box input {
  border: none;
  outline: none;
  width: 12.5vw;
  max-width: 200px;
  font-size: 0.9375rem;
}

.join-btn {
  background: white;
  color: #002d18;
  border: none;
  padding: 0.625rem 1.5625rem;
  border-radius: 1.5625rem;
  font-weight: bold;
  cursor: pointer;
  width: fit-content;
  transition: 0.3s;
}

.join-btn:hover {
  background: #002d18;
  color: white;
  border: 0.0625rem solid white;
}

.footer-middle {
  flex: 3;
  display: flex;
  justify-content: space-between;
  min-width: 25rem;
  margin-top: 1.25vh;
  gap: 2vw;
}

.footer-column {
  flex: 1;
  margin-right: 1.875rem;
}

.footer-column h3 {
  font-size: 1rem;
  margin-bottom: 0.9375rem;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 0.625rem;
}

.footer-column ul li a {
  text-decoration: none;
  color: white;
  opacity: 0.9;
  transition: 0.2s;
}

.footer-column ul li a:hover {
  text-decoration: underline;
  opacity: 1;
}

.service-text {
  font-size: 0.8125rem;
  opacity: 0.8;
  margin-top: 0.625rem;
}

.footer-right {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}

.footer-right img {
  width: 1.75rem;
  filter: brightness(0) invert(1);
  transition: 0.3s;
}

.footer-right img:hover {
  transform: scale(1.2);
}

.footer-brand {
  text-align: center;
  background-color: #002d18;
  padding: 2.5rem 0;
  border-top: 0.0625rem solid #024d2f;
}

.footer-brand h1 {
  font-size: 12.5rem;
  color: white;
  opacity: 0.1;
  letter-spacing: 0.625rem;
  margin: 0;
  font-weight: bold;
}

.footer-bottom {
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  gap: 3.125rem;
  padding: 0.9375rem 0;
}

.footer-bottom a {
  color: #333;
  text-decoration: none;
  font-size: 0.875rem;
  opacity: 0.8;
  transition: 0.2s;
}

.footer-bottom a:hover {
  text-decoration: underline;
  color: #00b56a;
}

.nav1 img:hover {
  transform: scale(1.1);
}

.navigation ul li a:hover,
.navigation ul li:hover {
  color: #00ff88;
  text-decoration: underline;
}

button:hover,
.b1:hover,
.text button:hover,
.join-btn:hover {
  background-color: #002d18;
  color: white;
  border: 0.125rem solid #002d18;
  transform: scale(1.05);
  box-shadow: 0 0 0.625rem rgba(0,45,24,0.4);
}

a:hover {
  color: #00c676;
  text-decoration: underline;
}

.footer-column h3::after {
  content: '';
  display: block;
  width: 2.5rem;
  height: 0.125rem;
  background-color: white;
  margin-top: 0.3125rem;
}

.footer-column ul li a:hover {
  opacity: 1;
  color: #00ff88;
}

.footer-brand h1:hover {
  opacity: 0.15;
  transform: scale(1.02);
}

.menu-bar {
  background-color: #f8f8f8;
  padding: 1.0rem 1.0rem;
  border-bottom: 0.0625rem solid #ccc;
  overflow-x: auto;
  padding-left: 3.75rem;
}

.menu-bar ul {
  display: flex;
  list-style: none;
  white-space: nowrap;
  gap: 2.5rem;
}

.menu-bar ul li {
  cursor: pointer;
  font-size: 0.875rem;
  color: #555;
}

.menu-bar ul li.active {
  font-weight: bold;
  color: #000;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1.25rem;
  gap: 1.25rem;
}

.card {
  text-align: center;
  width: 11.25rem;
}

.card img {
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
}

.label {
  margin-top: 0.625rem;
  font-weight: bold;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #002d18;
}

.product-card {
  width: 18.75rem;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.1);
  position: relative;
  overflow: hidden;
}

.image-container {
  position: relative;
}

.image-container img {
  width: 100%;
  display: block;
  border-bottom: 0.0625rem solid #eee;
}

.heart {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  font-size: 1.375rem;
  color: #999;
  cursor: pointer;
}

.product-info {
  padding: 0.9375rem;
}

.product-title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
  color: #333;
}

.price-section {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.5rem;
}

.price {
  font-size: 1.125rem;
  font-weight: bold;
  color: #000;
}

.mrp {
  text-decoration: line-through;
  color: #999;
  font-size: 0.875rem;
}

.discount {
  background: #2e4d3d;
  color: #fff;
  padding: 0.125rem 0.375rem;
  font-size: 0.75rem;
  border-radius: 0.1875rem;
}

.colors {
  color: #444;
  font-size: 0.875rem;
}

.eye-icon {
  position: absolute;
  bottom: 0.9375rem;
  right: 0.9375rem;
  font-size: 1.25rem;
  background: #1e3932;
  color: white;
  padding: 0.625rem;
  border-radius: 50%;
  cursor: pointer;
}

.section1 {
  display: flex;
  flex-direction: row;
  padding-top: 1.25rem;
  padding-left: 0.625rem;
  gap: 0.625rem;
}

.product-card{
    transition: 0.3s ease-in-out;
    opacity: 0.9;
}

.product-card:hover{
  opacity: 1;
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px black);
    cursor: pointer;
}
@media screen and (max-width: 480px) {
  html {
    font-size: 12px;
  }

  .nav, .navigation, .nav1 {
    flex-direction: column;
    text-align: center;
  }

  .search input {
    width: 80vw;
    font-size: 0.875rem;
  }

  .text {
    left: 3%;
    bottom: 8%;
    text-align: center;
  }

  .text h1 {
    font-size: 1.5rem;
  }

  .text p {
    font-size: 0.875rem;
  }

  .text button {
    font-size: 0.8125rem;
    padding: 0.5rem 1rem;
  }

  .t1, .t2, .t3 {
    font-size: 1.5rem;
    text-align: center;
    padding-top: 2vh;
  }

  .r1, .r12, .row3, .r23 {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .b1 {
    font-size: 0.875rem;
    padding: 0.5rem 1.2rem;
  }

  .kids-text {
    bottom: 8%;
    left: 5%;
    text-align: center;
  }

  .kids-text h1 {
    font-size: 1.5rem;
  }

  .footer {
    padding: 2rem 1rem;
  }

  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-left, .footer-middle, .footer-right {
    width: 100%;
    margin-bottom: 2rem;
  }

  .footer-brand h1 {
    font-size: 3rem;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem 0;
  }

  .footer-bottom a {
    font-size: 0.75rem;
  }
}

