@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');



:root {
  --bg: #e5e3dc;
  --link-color: #e2e2dc;
  --prime: #3BAA34;
  --overlay: #0a0a0a;
  --secondart: #D7D7D7;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
  font-family: "Inter", sans-serif;
}

body,
h1,
p,
ul,
ol {
  margin: 0;
  padding: 0;
}

li,
a {
  text-decoration: none;
  list-style: none;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  padding: 20px 20px !important;
}

nav {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.container .top_nav {
  margin-top: 5px;
  width: 100%;
  height: 65px;
  background: #fff;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.container .top_nav .left {
  display: flex;
  align-items: center;
  gap: 23px;
}

.container .top_nav .left .logo p {
  font-size: 24px;
  font-weight: bold;
  color: #494949;

  margin-right: 25px;
}

.container .top_nav .left .logo p span {
  color: #3BAA34;

}

/* serach */
.search_bar input[type="text"] {
  border: 1px solid #3BAA34;
  padding: 10px 21px 10px 35px;
  border-radius: 8px;
  outline: none;

  width: 100%;
  color: #000000;
}

.search_bar input[type="text"]::placeholder {
  color: #3BAA34;
  font-size: 15px;
  opacity: 1;
}

/*  */
.container .top_nav .left .search_bar input[type="text"] {
  border: 1px solid #3BAA34;
  /* padding: 10px 231px 10px 35px; */
  border-radius: 8px;
  outline: none;

  width: 36vw;
  color: #000000;

}

.wishlist i {

  color: #030d29 !important;
}

.wishlist {
  border-radius: 8px;
  border: 1px solid #030d29;

}

.wishlist:hover {
  background-color: #454756cf;

}

.container .top_nav .left .search_bar input[type="text"]::placeholder {
  color: #3BAA34;
  font-size: 15px;
  opacity: 1;
}

.container .top_nav .left .search_bar input[type="text"]:focus {}

.search_bar {
  position: relative;
  display: inline-block;
}



.search_bar i {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #3BAA34;
  /* Icon color */
}

.container .top_nav .right ul {
  display: flex;
}

.container .top_nav .right ul li {
  margin: 0 12px;
}

.container .top_nav .right ul li:last-child {
  background: white;
  border: 1px solid #F29200;
  margin-right: 0;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.container .top_nav .right ul li:hover:last-child {
  background: #dfb87dcf;


}

.container .top_nav .right ul li:nth-child(2) {
  background: rgb(2, 2, 40);
  color: white;
  border-radius: 4px;
  cursor: pointer;
}



.container .top_nav .right ul li:nth-child(1) {
  background: var(--secondart);
  border-radius: 4px;
  color: white;

}

.container .top_nav .right ul li a {
  display: block;
  padding: 9px 11px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}

.loc {
  color: black !important;
}

.container .top_nav .right ul li:last-child a {

  color: #F29200;


}

.container .bottom_nav {
  width: 100%;
  height: 45px;

}

.container .bottom_nav ul {
  /* background-color: #d6d3d324; */
  width: 100%;
  /* padding: 0 10px; */
  height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container .bottom_nav ul li a:hover {
  transition: 0.4s;
  padding: 9px 11px;
  background-color: #3BAA34;
  border-radius: 4px;
  color: #fff;
}

.container .bottom_nav ul li a {
  color: #2a2929;

  font-size: 15px;
  font-weight: 500;
  font-size: 16px;
}

/* mobile nav */

.mb-top-nav {
  display: none;
  width: 100%;

}

.logo-mb {

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

}

.logo-mb p {
  font-size: 9px;
  font-weight: 600;
  color: #9CA3AF;
}

.logo-mb button {
  height: 28px;
  font-size: x-small;
  font-weight: 500;
  border-radius: 10px;
  padding: 0px 19px;
  color: #3BAA34;
  background-color: #ffffff;
  border: 2px solid #3BAA34;
}

.sec-nav-mb {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}


.hamburger {
  font-size: 22px;
  padding-left: 10px;
  cursor: pointer;
  z-index: 1001;
  display: none;

}


/* Overlay Menu */
.overlay-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  /* White overlay */
  display: none;
  z-index: 1000;
  flex-direction: column;
  overflow: auto;
}

.logo-ham {
  margin: 75px 0px 0px 0px;
  text-align: center;
}

.overlay-menu.active {
  display: flex;
}

.overlay-menu ul {
  padding: 25px;
  padding-top: 0px !important;
  border-bottom: 1px solid rgb(203, 202, 202);
  padding-bottom: 0px !important;
}

.overlay-menu h3 {
  font-weight: 800;
  padding: 25px;
  padding-bottom: 0px !important;
}

.overlay-menu li {
  padding: 11px 0;
  /* background: #f3fff3; */
  margin: 5px 0;
}

.overlay-menu a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

/* Dropdown styling */
.dropdown-menu {
  display: none;
}

/* .dropdown:hover .dropdown-menu {
    display: block;
} */

.dropdown-menu li {
  font-size: 18px;
  margin-top: 10px;
}

.hamburger i {
  z-index: 1000;
}

.signUp i {
  font-size: 0px !important;
  /* Keeps the icon visible */
  margin-right: 0;
  /* Removes any space after the icon */
}

/* end mob nav */


@media (max-width: 768px) {
  .container .bottom_nav ul li a {
    font-size: 11px;
  }

  .btn-add {
    gap: 10px;
  }

  .add {
    padding: 8px !important;
    text-align: center;
    width: 100%;
  }

  .signUp {
    font-size: 0 !important;
    /* Hides the text */
  }

  .signUp i {
    font-size: 15px !important;
    /* Keeps the icon visible */
    margin-right: 0;
    /* Removes any space after the icon */
  }
}

.bar-mb {
  display: none !important;
}

@media (max-width:580px) {

  .btn-add {
    gap: 10px;
  }

  .add {
    padding: 8px !important;
    text-align: center;
    width: 100%;
  }

  .bottom_nav {
    display: none;
  }

  .hamburger {
    display: block;
  }

  .logo {
    display: none;
  }

  .search_bar {
    display: none;

  }

  .bar-mb {
    display: block !important;
  }

  .mb-top-nav {
    display: block;
  }

  .loc {
    background: #cbd6cb;
    padding: 9px 65px !important;
  }
}


.shopCat {
  padding: 9px 11px;
  background-color: #3BAA34 !important;
  color: white !important;
  border-radius: 4px;
  font-weight: 600;
}

.dropdown-menu .show {
  display: block;
}

.bottom_nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0px;
  display: flex;
  align-items: center;
}

.bottom_nav ul li {
  position: relative;
}

.bottom_nav ul li a {
  display: block;
  /* padding: 10px 20px; */
  color: #333;
  text-decoration: none;
}

.bottom_nav ul li a:hover {
  background-color: #f4f4f4;
}

.dropdown-menu {

  display: none !important;
  /* Hide dropdown by default */
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff !important;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  min-width: 260px;
  z-index: 1;
}

.dropdown-menu li {
  margin-bottom: -10px;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu li a {
  margin-bottom: 0px !important;
  padding: 10px;
  color: #333;
}



.dropdown:hover .dropdown-menu {
  display: block !important;
  /* Show dropdown on hover */
}

/* banner */
.imgBX {
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.imgBX img {
  width: 100%;
  height: 100%;
}

.mySlides {
  display: none;
}

.banner-container {

  margin: 0 auto;
  position: relative;
}

.imgBX img {
  width: 100%;
  height: auto;
}

.slider-buttons {

  text-align: center;
  margin-top: -49px;


}

.btn-1 {
  box-shadow: -4px 0 8px rgba(0, 0, 0, 0.3);
  border-radius: 10px 0px 0px 0px;

}

.btn-2 {
  box-shadow: 0 -8px 8px rgba(0, 0, 0, 0.3);
  border-right: 1px solid rgba(121, 121, 121, 0.237) !important;
  border-left: 1px solid rgba(121, 121, 121, 0.237) !important;
}

.btn-3 {
  box-shadow: 4px -4px 8px rgba(0, 0, 0, 0.3);
  border-radius: 0px 10px 0px 0px;
}

.slider-buttons {
  display: flex;
  justify-content: center; /* Center-align the buttons */
  gap: 5px; /* Adds spacing between buttons */
  margin-top: 20px; /* Adds space above the button container */
  
}

.slider-buttons button {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);

  width: 14px; /* Diameter of the button (dot) */
  height: 14px; /* Diameter of the button (dot) */
  border: none; /* Removes default border */
  border-radius: 50%; /* Makes it a circle */
  background-color: #71a776f4; /* Default color */
  cursor: pointer; /* Pointer cursor on hover */
  transition: background-color 0.3s ease, transform 0.2s ease; /* Smooth transitions */
  
}

.slider-buttons button.active {
  background-color: #ffffff; /* Active button color */
  border: 2px solid #71a776f4; /* Optional border for active state */
  transform: scale(1.2); /* Slightly enlarge active button */
}

.slider-buttons button:hover {
  background-color: #e4e4e4f4; /* Hover color */
  transform: scale(1.1); /* Slightly enlarge on hover */
}

.slider-buttons button span {
  display: none; /* Hides the span text */
}


/*  */
.imgBomCom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

h3 {
  font-size: 20px;
  font-weight: 700;
}

.product-box {
  display: flex;
  flex-direction: column;
  width: 270px;
  max-width: 270px !important;
  padding: 8px;
  border-radius: 10px;
  margin: 0 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px !important;
}

.p-img-container {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.p-img a,
.p-img {
  width: 100%;
  height: 100%;
  display: flex;
}

.p-img a img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}

.rating {
  
  display: flex;
  flex-direction: row;
}

.p-dropdown {
  width: 100%;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.dropbtn {

  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: white;
  color: black;
  padding: 6px 4px;
  border-radius: 4px;
  font-size: 14px;
  color: #9CA3AF;
  border: 1px solid #9CA3AF;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 3000;
}

.dropdown-content a {
  color: #9CA3AF;
  padding: 6px 8px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  transition: 2s ease;
  background-color: #ddd;
}

.p-dropdown:hover .dropdown-content {
  display: block;
}

.like:hover {
  background-color: #ce1616;
  color: #fff;
}

.p-box-text {
  margin-top: 10px;


}

.p-box-text a {
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;

}

.rating {
  margin-top: 15px;
  margin-bottom: 10px;
}

.rating img {
  margin-right: 5px;
}

.rating span {
  color: #abaaaa;
}

del {
  color: #abaaaa;
  font-weight: 400;
  font-size: 13px !important;
}

.dropdown-content del {
  font-size: 11px !important;

}

.price-tag {
  margin-bottom: 10px;
}

.price-tag h5 {
  font-size: 16px;
}

.price-tag span {
  color: #F29200;
  font-weight: 500;
  font-size: 12px !important;
}

.like {
  border: 1px solid #F29200;
  padding: 8px 10px;
  border-radius: 8px;
  color: #F29200;
  cursor: pointer;
}

.btn-add {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.add {
  cursor: pointer;
  padding: 8px 65px;
  border-radius: 8px;
  border: 1px solid #030d29;
}

.add a {
  color: #030d29 !important;
}

.add:hover {
  background: #030d29;
}

.add:hover a {
  color: #fdfdfd !important;
  /* White color on hover */
}


.slider-btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: 0px auto 10px auto;
  padding: 0 10px;
}

.slider-btns a {
  margin-top: 8px;
  color: #3BAA34;
  text-decoration: underline;
  font-size: 14px;

}

.slider-btns button {
  color: #3BAA34;
  position: static !important;
}

.img-gem {
  padding: 10px 20px !important;
}

.off-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  background: linear-gradient(121.15deg, #3BAA34 1.51%, #219EBC 101.49%);

}

.top-off h3 {
  margin-bottom: 20px;
}

.off-text {
  padding: 8px 10px;
}

.off-text h4 {
  padding: 8px 10px;
  font-size: 25px;
  font-weight: 800;
  color: #ffff;
  margin-bottom: 10px;
}

.off-text .view-offer-a {
  padding: 8px 11px;
  background: #ffff;
  color: black;
  font-size: 14px;
  font-weight: 800;
  border-radius: 30px;
}

.offer-cards {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.off-card-img {
  height: 100%;
}

.off-card-img img {
  border-radius: 0px 20px 20px 0px;
}

.column {
  float: left;
  width: 25%;
  padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
.row {
  margin: 0 -5px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 900px) {

  .container .top_nav .right ul li a {
    display: block;
    padding: 9px 11px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 600;
  }

  .container .top_nav .left .search_bar input[type="text"] {
    border: 1px solid #3BAA34;
    padding: 10px 10px 10px 35px;
    border-radius: 8px;
    outline: none;

    width: 100%;
    color: #3BAA34;
  }

  .column {
    width: 50%;
    display: block;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 560px) {
  .drop-gram-perc p {
    font-size: 12px;
    margin-top: 10px;
    color: #3BAA34;
  }

  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }

  .container .top_nav .right ul li a {
    font-size: 9px;
  }

  .loc {
    /* background: #cbd6cb; */
    padding: 9px 37px !important;
  }
}

@media screen and (max-width: 400px) {

  .container .top_nav .right ul li a {
    font-size: 9px;
  }

  .loc {
    /* background: #cbd6cb; */
    padding: 9px 17px !important;
  }

  .logo-mb button {
    padding: 0px 4px;

  }

  .logo-mb p {
    font-size: 9px;
    font-weight: 600;
    color: #9CA3AF;
  }

  .logo-mb img {
    width: 159px;
  }

}



/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #f1f1f1;
}

.snks-sec {
  margin-bottom: 20px;
}

.snks-text {
  padding: 10px;
  background: #f1f3f1;
  color: rgb(26, 32, 58);
  border-radius: 0px 0px 10px 10px;
}

.snk-img {
  background-color: #eaeaea;
  border-radius: 10px 10px 0px 0px;
}

.snks-text h5 {
  font-weight: 400;
}

.snks-text h3 {
  font-size: 16px;
  font-weight: 800;
}

.snk-img img {

  width: 100%;
}

.bootm-banner img {
  width: 100%;
}

.about-text {
  margin-top: 20px;
}

.about-text p {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 15px;
}

footer {
  background-color: #0a0a0a;
}

.foots {
  padding-top: -20px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  color: white;
  gap: 0px;
  /* Adds spacing between the columns */
}

.foots h3 {
  color: rgb(201, 201, 201);

}

.footers1,
.footers2,
.footers3 {
  flex: 1;
  /* Ensures equal width columns */
}

.footers1 {
  color: rgb(201, 201, 201);
  display: flex;
  flex-direction: column;
}

.footers1 h3 {
  color: rgb(201, 201, 201);
  font-size: 35px;
}

.footers1 img {
  width: 220px;
  height: auto;
  margin-bottom: 20px;
}

.about-in-footer {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
}

.foot1 {
  margin-bottom: 22px;
}

.foot1 a {
  font-size: 14px;
  color: rgb(201, 201, 201);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.foot1 a:hover {
  transform: translateX(10px);
  /* Moves 10px to the right */
  color: #3BAA34;
}

.foots h3 {
  margin-bottom: 20px;
}

.footers2 {
  padding: 30px 1px 14px 75px;
}

.rights {
  border-top: 1px dashed #858585;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  color: white;
}

.rights a {
  color: white;

}

/* Media Query for Responsive Design */
@media (max-width: 768px) {
  .foots {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .footers2,
  .footers3 {
    width: 100%;
    padding: 0;
  }

  .rights {
    padding: 15px 0;
  }


}

.last-foot {

  display: flex;
  gap: 30px;

}

.footers3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
  /* Ensure full width */
}

.last-foot {
  display: flex;
  justify-content: center;
  /* Center the images horizontally */
  gap: 20px;
  /* Add some space between the images */
  width: 100%;
}

.last-foot img {
  width: 150px;
}

.last-foot2 {

  display: flex;
  justify-content: space-evenly;
  width: 100%;
  /* Add a max-width to control spacing */
}

.last-foot2 div {
  text-align: center;
  /* Center the icons within their containers */
}

/*  */

/* Style the location link */
/* .loc {
  display: inline-block;
  text-decoration: none;
  color: #333; 
  font-size: 16px;
  padding: 10px 20px;
  position: relative;
  transition: all 0.3s ease;
  background-image: linear-gradient(120deg, #fff 0%, #f0f0f0 100%);
  background-size: 200% 100%;
  background-position: left bottom;
  overflow: hidden;
} */

/* Before and after pseudo-elements for more complex animations */
/* .loc::before, .loc::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease;
} */

/* Before element */
/* .loc::before {
  background: #3BAA34; 
  transform: scaleX(0);
  transform-origin: right;
} */

/* After element */
/* .loc::after {
  background: #3BAA34; 
  transform: scaleY(0);
  transform-origin: bottom;
} */

/* Hover effect for location link */
/* .loc:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.loc:hover::after {
  transform: scaleY(1);
  transform-origin: top;
} */

/* Hover text and background changes */
/* .loc:hover {
  color: white !important; 
  -webkit-transform: skewX(-10deg) rotate(1deg); 
  transform: skewX(-10deg) rotate(1deg);
  background: grey; 
  background-position: right top;
} */

/* Text shadow and glow effect */
/* .loc:hover {
  text-shadow: 0 0 10px rgba(68, 146, 83, 0.7), 
               0 0 20px rgba(72, 182, 17, 0.5),
               0 0 30px rgba(33, 79, 12, 0.7);
} */

/* Optional: Add hover effect for the icon */
/* .loc i {
  transition: all 0.3s ease;
  display: inline-block;
} */

/* .loc:hover i {
  -webkit-transform: rotate(360deg) scale(1.2); 
  transform: rotate(360deg) scale(1.2);
  color: #ffffff; 
} */



/* Apply hover effect specifically for the .bottom_nav li a */
.bottom_nav li a {
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  padding: 10px 13px;
  position: relative;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: all 0.3s ease;
  background-color: transparent;

  font-weight: 500;
}

/* Background fill effect using pseudo-element */
.bottom_nav li a::before {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #3BAA34;
  /* Gradient background */
  z-index: -1;
  transition: all 0.4s ease;
  border-radius: 4px;
}

/* Hover effect - background fill */
.bottom_nav li a:hover::before {
  width: 100%;
}

.bottom_nav li a:hover {
  color: white;
  /* Text color change on hover */
  background-color: transparent;
}

/* Icon adjustment (if any icons are inside the links) */
.bottom_nav li a i {
  transition: all 0.4s ease;
  display: inline-block;
}

.bottom_nav li a:hover i {
  color: white;
  /* Icon color change */
  transform: translateX(3px);
  /* Slight move to the right on hover */
}


/* sign  up */