body,
html {
  scrollbar-width: none;
  margin: 0;
  padding: 0;
  /* font-family: Arial, sans-serif; */
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  overflow-x: hidden;
  position: relative;
  scroll-behavior: smooth;
  user-select: none; /* Prevent text selection */
}

body::-webkit-scrollbar {
  display: none;
}

#preloader {
  display: flex;
  gap: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*   background-color: #80CB1E; */
    background: -webkit-linear-gradient(#bbd2fd, #121a90);

  z-index: 99999;
}

#content {
  display: none; /* Hide the content initially */
}

.socket {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: 50%;
  margin-top: -100px;
}

.hex-brick {
  background: #80CB1E;
  width: 30px;
  height: 17px;
  position: absolute;
  top: 5px;
  animation-name: fade00;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  -webkit-animation-name: fade00;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
}

.h2 {
  transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
}

.h3 {
  transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
}

.gel {
  height: 30px;
  width: 30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
}

.center-gel {
  margin-left: -15px;
  margin-top: -15px;
  animation-name: pulse00;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  -webkit-animation-name: pulse00;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
}

.c1 {
  margin-left: -47px;
  margin-top: -15px;
}

.c2 {
  margin-left: -31px;
  margin-top: -43px;
}

.c3 {
  margin-left: 1px;
  margin-top: -43px;
}

.c4 {
  margin-left: 17px;
  margin-top: -15px;
}

.c5 {
  margin-left: -31px;
  margin-top: 13px;
}

.c6 {
  margin-left: 1px;
  margin-top: 13px;
}

.c7 {
  margin-left: -63px;
  margin-top: -43px;
}

.c8 {
  margin-left: 33px;
  margin-top: -43px;
}

.c9 {
  margin-left: -15px;
  margin-top: 41px;
}

.c10 {
  margin-left: -63px;
  margin-top: 13px;
}

.c11 {
  margin-left: 33px;
  margin-top: 13px;
}

.c12 {
  margin-left: -15px;
  margin-top: -71px;
}

.c13 {
  margin-left: -47px;
  margin-top: -71px;
}

.c14 {
  margin-left: 17px;
  margin-top: -71px;
}

.c15 {
  margin-left: -47px;
  margin-top: 41px;
}

.c16 {
  margin-left: 17px;
  margin-top: 41px;
}

.c17 {
  margin-left: -79px;
  margin-top: -15px;
}

.c18 {
  margin-left: 49px;
  margin-top: -15px;
}

.c19 {
  margin-left: -63px;
  margin-top: -99px;
}

.c20 {
  margin-left: 33px;
  margin-top: -99px;
}

.c21 {
  margin-left: 1px;
  margin-top: -99px;
}

.c22 {
  margin-left: -31px;
  margin-top: -99px;
}

.c23 {
  margin-left: -63px;
  margin-top: 69px;
}

.c24 {
  margin-left: 33px;
  margin-top: 69px;
}

.c25 {
  margin-left: 1px;
  margin-top: 69px;
}

.c26 {
  margin-left: -31px;
  margin-top: 69px;
}

.c27 {
  margin-left: -79px;
  margin-top: -15px;
}

.c28 {
  margin-left: -95px;
  margin-top: -43px;
}

.c29 {
  margin-left: -95px;
  margin-top: 13px;
}

.c30 {
  margin-left: 49px;
  margin-top: 41px;
}

.c31 {
  margin-left: -79px;
  margin-top: -71px;
}

.c32 {
  margin-left: -111px;
  margin-top: -15px;
}

.c33 {
  margin-left: 65px;
  margin-top: -43px;
}

.c34 {
  margin-left: 65px;
  margin-top: 13px;
}

.c35 {
  margin-left: -79px;
  margin-top: 41px;
}

.c36 {
  margin-left: 49px;
  margin-top: -71px;
}

.c37 {
  margin-left: 81px;
  margin-top: -15px;
}

.r1 {
  animation-name: pulse00;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: 0.2s;
  -webkit-animation-name: pulse00;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0.2s;
}

.r2 {
  animation-name: pulse00;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: 0.4s;
  -webkit-animation-name: pulse00;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0.4s;
}

.r3 {
  animation-name: pulse00;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: 0.6s;
  -webkit-animation-name: pulse00;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0.6s;
}

.r1 > .hex-brick {
  animation-name: fade00;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: 0.2s;
  -webkit-animation-name: fade00;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0.2s;
}

.r2 > .hex-brick {
  animation-name: fade00;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: 0.4s;
  -webkit-animation-name: fade00;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0.4s;
}

.r3 > .hex-brick {
  animation-name: fade00;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: 0.6s;
  -webkit-animation-name: fade00;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0.6s;
}

@keyframes pulse00 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.01);
    transform: scale(0.01);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fade00 {
  0% {
    background: #2f0bce;
  }

  50% {
    background: #71bb0f;
  }

  100% {
    background: #1637dd43;
  }
}


.smooth-scroll {
  overflow: hidden;
}

header {
  position: relative;
  z-index: 1000;
  width: 100%;
  /* background-color: rgba(0, 123, 95, 0.5); */
  background-color: #A5BAEF;
  /* BISLERI green */
  color: white;
  padding: 2vh 0;
}
.chat-icon {
  overflow: hidden;
  position: fixed;margin-bottom: 0;
  bottom: 1vw;
  right: 1vw;
  background-color: #000000;
  /* BISLERI green */
  color: white;
  border-radius: 50%;
  width: 4vw;
  height: 4vw;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 10px rgba(14, 2, 124, 0.2);
  cursor: pointer;
  z-index: 10;
}

.chat-icon img {
  width: 160%;
  height: 160%;
}

nav {
  color: #2e38a2;
  /* font-family: 'Fredoka One', cursive; */
  /* font-family: 'Coda', cursive; */
  /* font-family: 'Baloo 5', cursive; */
  font-family: "Permanent Marker", cursive;
  letter-spacing: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2vw;
}


.contentLogo {
  position: relative;
  width: 100%; /* Use full width */
  height: 4rem; /* Adjust height to fit text */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5rem;
}

.contentLogo h2 {
  position: absolute;
  top: 34%;
  left: 0%;
  color: #ffffff;
  transform: translate(-50%, -50%);
  font-family: "Poppins", sans-serif;
  font-size: 3em;
  margin: 0;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}

.contentLogo h2:nth-child(1) {
  color: transparent;
  -webkit-text-stroke: 1px #03a9f4;
}

.contentLogo h2:nth-child(2) {
  color: #03a9f4;
  animation: animate 4s ease-in-out infinite;
}

@keyframes animate {
  0%,
  100% {
    clip-path: polygon(
      0% 45%,
      15% 44%,
      32% 50%,
      54% 60%,
      70% 61%,
      84% 59%,
      100% 52%,
      100% 100%,
      0% 100%
    );
  }
  50% {
    clip-path: polygon(
      0% 60%,
      16% 65%,
      34% 66%,
      51% 62%,
      67% 50%,
      84% 45%,
      100% 46%,
      100% 100%,
      0% 100%
    );
  }
}
nav img {

  height: 6vh;
  padding-left: -400px;
  cursor: pointer;
}

nav ul {
  position: fixed;
  left: 32.5%;
  z-index: 100;
  backdrop-filter: blur(5px);
  /* background-color: #ffffff9c; */
  border: 1px solid rgba(255, 255, 255, 0.733);
  box-shadow: #000000 3px 4px;
  list-style-type: none;
  display: flex;
  padding: 10px 2px;
  border-radius: 50px;
  margin: 0;
  transition: 0.5s all ease-in-out;
}

ul:hover {
  transform: translateY(-2px);
}
nav ul li {
  margin: 0 2vw;
}

nav ul li a {
  mix-blend-mode: difference;
  color: #ffffff;
  text-decoration: none;
  font-size: 2vh;
  transition: 0.2s all ease-in-out;
}
nav a:hover {
  border-bottom: 2px solid rgba(255, 255, 255, 0.836);
  color: rgb(136, 62, 193);
}

.menuiocn {
  display: none; /* Hide by default */
  position: fixed;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.menupopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(5px);
  /* display: flex; */
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.5s;
}

.popup-content {
  overflow: hidden;
  position: fixed;
  width: 85vw;
  height: 50vh;
  box-shadow: rgba(0, 0, 0, 0.851) 5px 5px;
  /* backdrop-filter: blur(5px); */
  /* background: rgba(255, 255, 255, 0.064); */
  background: rgba(0, 0, 0, 0.14);

  padding: 20px;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
  position: relative;
  animation: slideDown 0.5s;
}

.popup-content a {
  text-decoration: none;
  color: whitesmoke;
  display: flex;
  font-size: 40px;
  flex-direction: column;
  animation: slideup 0.5s;
}

.close {
  position: absolute;
  top: 10px;
  right: 35px;
  text-decoration: none;
  font-size: 80px;
  color: black;
}
#closePopup {
  color: rgb(74, 50, 183);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideup {
  from {
    transform: translatey(500px);
    opacity: 0;
  }
  to {
    transform: translatex(0);
    opacity: 1;
  }
}
@keyframes slideDown {
  from {
    transform: translatex(500px);
    opacity: 0;
  }
  to {
    transform: translatex(0);
    opacity: 1;
  }
}

.cta {
  background-color: #0056b3;
  /* BISLERI blue */
  color: white;
  border: none;
  padding: 1vh 2vw;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  font-size: 2vh;
}

.hero {
  position: relative;
  background: linear-gradient(
/*     rgba(118, 199, 12, 0.926), */
    #A5BAEF,
    rgba(0, 123, 117, 0.5)
  );
  background-size: cover;
  color: rgb(255, 255, 255);
  text-align: center;
  min-height: 80vh;
  /* Full viewport height */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero #watercube {
  max-height: 100vh;
  min-width: 100vw;
  z-index: -3;
  position: absolute;
  animation: move-up6 2s ease-in infinite alternate-reverse;
}

.herobottle {
  position: absolute;
  max-height: 80vh;
  z-index: 10;
  animation: move-up6 2s ease-in infinite alternate-reverse;
}

@keyframes move-up6 {
  to {
    transform: translateY(-30px);
  }
}

.product-card img {
  animation: move-up-card 2s ease-in infinite alternate-reverse;
}
@keyframes move-up-card {
  to {
    transform: translateY(-20px);
  }
}

#herobottle1 {
  

  left: 0;
  top: -20;
  position: absolute;
  max-height: 60vh;
  z-index: -1;

  transform: rotate(45deg);
}

#herobottle2 {
 

  right: 0;

  top: 20;
  position: absolute;
  max-height: 60vh;
  z-index: -1;
  transform: rotate(-45deg);
}

.hero h1 {
  line-height: 30vh;
  margin: 0;
  font-size: 7vw;
}

#pure {
  font-family: "Pacifico", cursive;
  color: #ffffff82;
  font-size: 23vw;
}

#refreshing {
  font-family: "Pacifico", cursive;
  /* color: #ffffffa9; */
/*   color: #a5baef; */
  color: #c1cce9;
  letter-spacing: 15px;
  font-size: 17vw;
}

#bisleri {
  font-family: "Fredoka One", cursive;
  z-index: 10;

  background: -webkit-linear-gradient(#bbd2fd, #121a90);
  background-clip: text;
  -webkit-text-fill-color: transparent;

  font-size: 15vw;
}

section {
  background-color: black;
  padding: 5vh 5vw;
  min-height: 100vh;
  /* Ensure each section is at least 100vh */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.benifits {
  background: linear-gradient(#7fbdb9, rgba(0, 123, 117, 0.5));
  padding: 0px 5px;
  min-height: 100vh;
  width: 100%;
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.benifits p {
  background-color: #000000;
  margin-left: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.761);

  text-align: center;
  padding: 200px 200px;
  /* border: 2px solid rgb(128, 154, 202); */
  border-radius: 50%;
  /* padding-top: -100vh; */
  font-size: 5vw;

  margin-bottom: 5vh;
  transition: 0.1s all ease-in-out;
  animation: move-up1 2s ease-in-out infinite alternate-reverse;
}

@keyframes move-up1 {
  to {
    transform: translateY(-30px);
  }
}

#i {
  display: none;
}

.benifits h2 {
  animation: move-up1 2s ease-in infinite alternate-reverse;
  background: -webkit-linear-gradient(#80beba, #333);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Fredoka One", cursive;
  z-index: 2;
  /* color: #1A8B58; */
  color: #ffffff;
  font-size: 7.2vw;
  font-weight: 200;
  margin-top: 10px;
  transition: 1s all ease-in-out;
}
.benifits h2:hover {
  background: -webkit-linear-gradient(#6495ed, #80cb1e);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.benifits a {
  padding: 10px 10px;
  border: 2px solid white;
  border-radius: 20px;
  text-decoration: none;
  color: #42633d;

  font-size: 4vw;
}

.benifits a:hover {
  background-color: #000;
  color: rgba(255, 255, 255, 0.86);
  transition: 0.5s all ease-in-out;
  border: 2px solid rgb(255, 255, 255);
}
.centercontent {
  /* background-color: red; */
  width: 70vw;
  min-height: 110vh;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3vh;
}

.leftimg {
 

  position: absolute;
  right: 0;
  margin-right: -7vw;

  width: 35vw;
  max-height: 80vh;
}

.benifits img {
  height: 100%;
  width: 100%;
}

.rightimg {
  

  position: absolute;
  left: 0;
  margin-left: -7vw;
  /* background-color: #be7c7c; */
  width: 35vw;

  max-height: 80vh;
}

.benifitsleftbot {
  

  position: absolute;
  left: 0;
  margin-top: 120vh;
  /* background-color: #db0b0b; */
  width: 35vw;
  max-height: 80vh;
}

.benifitsrightbot {
 

  margin-top: 120vh;
  /* background-color: #000000; */
  position: absolute;
  right: 0;
  width: 35vw;
  max-height: 80vh;
}

/* //////////////////////////////////////////////////////////////// */

.product-section {
  background: linear-gradient(#7fbdba, rgba(118, 199, 12, 0.926));

  /* background-color: #3F9F6F; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: -5vh;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.product-section h1 {
  animation: move-up1 2s ease-in infinite alternate-reverse;
  background: -webkit-linear-gradient(#7fbeae, #6495ed, #488143);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* color: white; */
  /* color: cornflowerblue; */
  font-family: "Fredoka One", cursive;
  text-align: center;
  margin-bottom: 5vh;
  margin-top: 15vh;
  font-size: 8vw;
}

.product-grid {
  padding: 40px 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2vw;
}

.product-card {
  box-shadow: rgba(0, 0, 0, 0.851) 5px 5px;
  backdrop-filter: blur(5px);
  /* Adjust the blur amount */
  border: 2px solid rgba(255, 255, 255, 0.762);
  /* background-color: #31352c; */
  color: #ffffff;
  padding: 2vh 1vw;
  border-radius: 50px;
  text-align: center;
  transition: transform 0.3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product-card:hover {
  transform: translateY(-10px);

  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.product-card img {
  mix-blend-mode: color-burn;

  /* background-color: #0056b3; */
  height: 40%;
  width: 100%;
}
.product-card img:hover {
  transform: scale(1.01);
}

.product-card h2 {
  margin: 1vh 0;
  font-size: 2vw;
  color: #6495ed;
  /* background-color: #000; */
}

.product-card p {
  margin: 1.5vh 0;
  font-size: 1.2vw;
}
/* ///////////////////////////////////////// */

#jellybtn {
  background-color: #488143;
  /* background-color: #6495ED; */

  color: #000000;
  box-shadow: black 2px 3px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  padding: 1vh 5vw;
  border-radius: 50px;
  cursor: pointer;
  font-size: 1.5vw;
}

#jellybtn:hover {
  /* background: linear-gradient(
    rgba(116, 162, 56, 0.926),
    rgba(0, 123, 117, 0.5)
  ); */
  color: rgb(0, 0, 0);
  transition: 0.3s;

  animation: jello-horizontal 1s both;
}

@keyframes jello-horizontal {
  0% {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

.product-card img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 2vh;
}

/* //////////////////////////////////////////// */

.plans {
  background-color: #80cb1e;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
}

.plans-container {
  padding: 20px 20px;

  max-width: 100vw;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 3vh;
}
.plan-card {
  box-shadow: black 5px 5px;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.608);
  color: #ffffff;
  padding: 2vh 1vw;
  border-radius: 50px;
  text-align: center;
  transition: transform 0.3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  text-align: center;
}
.plan-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.plan-card h2 {
  color: #6495ed;
  margin-top: 1vh;
}

.description,
.price {
  font-weight: 400;
  margin: 1vh 5vh;
  color: rgba(255, 255, 255, 0.846);
}

/* /////////////////////////////////////////////////// */

.FAQ-SEC {
  /* border-top: 1px solid white; */
  font-family: poppins;
  background-color: #80cb1e;
  min-height: 100svh;
  max-width: 100vw;
  min-width: 90vw;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
  align-items: center;
  justify-content: left;
  scrollbar-width: 0px;
  overflow-y: hidden;
}

.FAQ-SEC h1 {
  font-family: "Fredoka One", cursive;
  background: -webkit-linear-gradient(#6495ed, #80cb1e);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 800;
  text-align: center;
  font-size: 9.5vw;
}

.FAQ {
  border-radius: 50px;
  /* background-color: red; */
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.733);
  box-shadow: #000000 3px 4px;
  /* border: 1.5px solid rgb(0, 0, 0); */
  background-color: #80cb1e;
  height: 50%;
  width: 80%;
  margin-bottom: 5px;
  transition: background-color 0.3s ease; /* Add a transition for background color change */
}

.FAQQ {
  min-height: 14vh;
  /* border: 2px solid black; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.FAQ h2 {
  font-family: poppins;
  font-size: 1.8vw;
  font-weight: 500;
  margin-right: 2rem;
  margin-left: 2rem;
}

.FAQQ i {
  color: #1c0881;
  cursor: pointer;
  font-size: 1.5rem;
  margin-right: 2rem;
  font-weight: 600;
}

.FAQA {
  margin-right: 2rem;
  margin-left: 2rem;
  margin-bottom: 10px;
}

.FAQA h4 {
  align-items: center;
  text-align: center;
  font-size: 1.2vw;
  font-weight: 500;
  display: none;
  color: #0f1e80;
  opacity: 0;
  transition: opacity 0.5s ease, max-height 0.5s ease; /* Transition for opacity and height */
  max-height: 0;
}

.FAQA.open h4 {
  display: block;
  opacity: 1;
  max-height: 200px; /* Adjust max-height as needed */
}

/* ///////////////////////////////////////////////// */

footer {
  z-index: 10;
  background-color: #80cb1e;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.footer-content {
  margin-bottom: 20px;
}

.footer-content h2 {
  font-family: "Fredoka One", cursive;
  background: -webkit-linear-gradient(#6495ed, #80cb1e);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 800;
  color: cornflowerblue;
  font-weight: 700;

  margin-bottom: 10px;
  font-size: 4.5em;
}

.social-media-links {
  list-style: none;
  padding: 0;
}

.social-media-links li {
  display: inline;
  margin: 0 10px;
}

.social-media-links a {
  color: #000000;
  text-decoration: none;
  font-weight: 200;
  font-size: 5em;
}

.social-media-links a:hover {
  color: #007bff;
}

.contact-option {
  font-family: "Permanent Marker", cursive;
  animation: move-up1 2s ease-in infinite alternate-reverse;
  color: white;
  background-color: #000000;
  border-radius: 50px;
  padding: 0px 30px;
  border: 2px solid black;
  margin-top: 20px;
}

.contact-option a {
  text-decoration: none;

  color: #007bff;
}

.contact-option a:hover {
  text-decoration: underline;
}

/* ////////////////////////////////////////////// */

.footerimg {
  background-color: #80cb1e;
  padding-top: 100px;
  padding-bottom: 50px;
  width: 100vw;

  z-index: 9;
  display: flex;
  justify-content: space-between;

  align-items: center;
  gap: 15px;

  flex-wrap: nowrap;
  overflow: hidden;
  width: 100%;
  position: relative;
  /* background-color: #f1f1f100; */
}

.footerimg img {
  z-index: -3;
  width: 200px;

  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 10px;
  flex-shrink: 0;
  animation: scroll 25s linear infinite;
  cursor: pointer;
}

@keyframes scroll {
  0% {
    transform: translateX(10%);
  }

  100% {
    transform: translateX(-2000%);
  }
}

/* /////////////////////////////////////////////////////////////// */

@media (max-width: 1024px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-card h2,
  .product-card p,
  .product-card button {
    font-size: 2vw;
  }

  .product-card img {
    margin-bottom: 2vw;
  }
}

@media (max-width: 768px) {
  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-card h2,
  .product-card p,
  .product-card button {
    font-size: 3vw;
  }

  .product-card img {
    margin-bottom: 3vw;
  }
}

@media (max-width: 768px) {
  nav {
    margin-top: -5px;
  }
  nav ul {
    display: none;
  }
  .menuiocn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .hero h1 {
    font-size: 8vw;
  }

  .hero p {
    font-size: 4vw;
  }

  .cta {
    font-size: 3vh;
    padding: 2vh 3vw;
  }

  section {
    padding: 5vh 3vw;
  }

  .benifits p {
    color: white;
    padding-bottom: 20vh;
    font-size: 10vw;
    display: inline;
  }
}

@media (max-width: 480px) {
  nav {
    margin-top: -6px;
  }
  nav ul {
    display: none;
  }
  .menuiocn {
    top :0;
        margin-top:4px;
    position: fixed;
    padding-right: 5px;
    right: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .hero h1 {
    font-size: 15vw;
    line-height: 10vh;
  }

  .cta {
    font-size: 4vh;
    padding: 3vh 4vw;
  }

  .herobottle {
    /* position: fixed; */
    max-height: 55vh;
    z-index: 10;
    margin-bottom: 5vh;
  }

  #herobottle1 {
    left: -130px;
    top: 150px;
    position: absolute;
    max-height: 60vh;
    z-index: -1;
    max-height: 40vh;
    transform: rotate(45deg);
  }

  #herobottle2 {
    right: -130px;

    top: 150px;
    position: absolute;
    max-height: 40vh;
    z-index: -1;
    transform: rotate(-45deg);
  }

  #pure {
    font-size: 40vw;
    margin-bottom: 70vh;
  }

  #refreshing {
    display: none;
    /* color: #0000009b; */
    color: #90aaea;
    position: absolute;
    font-size: 13.5vw;
    /* padding-bottom: 20vh; */
    z-index: 10;
    top: 24vh;
  }

  #bisleri {
    position: absolute;
    top: 70vh;
    text-align: center;

    z-index: 10;
    font-size: 26vw;
  }

  .benifits h2 {
    /* color: #1A8B58; */
    /* color: #ffffff; */
    color: cornflowerblue;

    font-size: 10vw;
  }

  .benifits a {
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 10px;
    border: 2px solid white;
    border-radius: 20px;
    text-decoration: none;
    color: #42633d;
    font-size: 9vw;
  }

  .benifits p {
    margin-left: -11px;
    height: 100vw;
    width: 100vw;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.774);
    padding: 15px 15px;
    font-size: 5vw;
    margin-bottom: 5vh;
  }

  .leftimg {
    margin-right: 0px;
    width: 55vw;
  }
  /* ///////////////////////////// */
  .rightimg {
    margin-left: 0px;
    width: 55vw;
  }

  .product-section h1 {
    font-size: 17vw;
    text-align: left;
    padding-left: 20px;
  }
  .product-card h2 {
    margin-top: -100px;
    font-size: 10vw;
    font-weight: 500;
  }

  .product-card p {
    font-size: 5vw;
  }

  .product-grid {
    gap: 3vh;
  }
  .product-card img {
    margin-bottom: 40vw;
  }

  .product-card {
    width: 92vw;
  }
  #jellybtn {
    height: 6vh;
    width: 50vw;
    color: wheat;
    font-size: 5vw;
  }

  h1 {
    font-size: 6vw;
  }

  .FAQ {
    min-width: 95%;
  }

  .FAQ h2 {
    font-size: 5vw;
  }

  .FAQA h4 {
    font-size: 3vw;
  }

  .chat-icon {
    height: 10vw;
    width: 10vw;
    margin-bottom: 74vh;
  }

  .social-media-links li {
    display: block;
    margin: 10px 0;
  }

  .footer-content h2 {
    font-size: 2.2em;
    color: cornflowerblue;
  }

  .social-media-links a {
    font-size: 3.2em;
  }
  .plans-container {
    flex-direction: column;
  }
}

/* /////////////////////////////////// */
.input {
  border-radius: 50px;
  width: 100%;
  max-width: 270px;
  height: 60px;
  padding: 12px;
  margin-left: -17px;
  font-size: 18px;
  font-family: "Courier New", monospace;
  color: #000;
  background-color: #fff;
  border: 4px solid #000;
  border-radius: 0;
  outline: none;
  transition: all 0.3s ease;
  box-shadow: 8px 8px 0 #000;
}

.input::placeholder {
  color: #888;
}

.input:hover {
  transform: translate(-4px, -4px);
  box-shadow: 12px 12px 0 #000;
}

.input:focus {
  background-color: #000;
  color: #fff;
  border-color: #ffffff;
}

.input:focus::placeholder {
  color: #fff;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

.input:focus::after {
  content: "|";
  position: absolute;
  right: 10px;
  animation: blink 0.7s step-end infinite;
}

.input:valid {
  animation: typing 2s steps(30, end);
}
.input-container {
  position: relative;
  width: 100%;
  max-width: 270px;
}

.input {
  margin-left: -17px;
  border-radius: 50px;
  width: 100%;
  height: 50px;
  padding: 12px;
  font-size: 18px;
  font-family: "Courier New", monospace;
  color: #000;
  background-color: #fff;
  border: 4px solid #000;
  /* border-radius: 0; */
  outline: none;
  transition: all 0.3s ease;
  box-shadow: 8px 8px 0 #000000a4;
}

.input::placeholder {
  color: #888;
}

.input:hover {
  transform: translate(-4px, -4px);
  box-shadow: 12px 12px 0 #000;
}

.input:focus {
  background-color: #010101;
  color: #fff;
  border-color: #d6d9dd;
}

.input:focus::placeholder {
  color: #fff;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px) rotate(-5deg);
  }
  50% {
    transform: translateX(5px) rotate(5deg);
  }
  75% {
    transform: translateX(-5px) rotate(-5deg);
  }
  100% {
    transform: translateX(0);
  }
}

.input:focus {
  animation: shake 0.5s ease-in-out;
}

@keyframes glitch {
  0% {
    transform: none;
    opacity: 1;
  }
  7% {
    transform: skew(-0.5deg, -0.9deg);
    opacity: 0.75;
  }
  10% {
    transform: none;
    opacity: 1;
  }
  27% {
    transform: none;
    opacity: 1;
  }
  30% {
    transform: skew(0.8deg, -0.1deg);
    opacity: 0.75;
  }
  35% {
    transform: none;
    opacity: 1;
  }
  52% {
    transform: none;
    opacity: 1;
  }
  55% {
    transform: skew(-1deg, 0.2deg);
    opacity: 0.75;
  }
  50% {
    transform: none;
    opacity: 1;
  }
  72% {
    transform: none;
    opacity: 1;
  }
  75% {
    transform: skew(0.4deg, 1deg);
    opacity: 0.75;
  }
  80% {
    transform: none;
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

.input:not(:placeholder-shown) {
  animation: glitch 1s linear infinite;
}

.input-container::after {
  content: "|";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  animation: blink 0.7s step-end infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

.input:focus + .input-container::after {
  color: #fff;
}

.input:not(:placeholder-shown) {
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 0px 0px 0 #000;
}
