:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}

@keyframes myShimmer {
  0% {
    background-position: -450px 0;
  }
  100% {
    background-position: 450px 0;
  }
}

.myShimmer {
  background: linear-gradient(to right, #f5f5f5 8%, #e0e0e0 18%, #f5f5f5 33%);
  background-size: 1000px 100%;
  animation: myShimmer 1.5s infinite linear;
}

.newDNA_Home {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.newDNA_Home::before {
  position: absolute;
  content: "";
  width: 70%;
  height: 244px;
  z-index: -1;
  top: -160px;
  left: calc(50% - 720px);
  left: 15%;
  background-repeat: no-repeat;
  border-radius: 1441px;
  border: 74px solid #009829;
  opacity: 0.4;
  background: #1eff5a;
  filter: blur(55.5px);
}

.newDNA_Home::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 231px;
  bottom: -190px;
  left: 15%;
  border-radius: 1441px;
  border: 74px solid #009829;
  opacity: 0.4;
  background: #1eff5a;
  filter: blur(55.5px);
  background-repeat: no-repeat;
  z-index: -1;
}

.gradient-text {
  background: linear-gradient(148deg, #009829 14.24%, rgba(0, 152, 41, 0.3) 105.91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.inner-DNA-Card {
  border-radius: 22px;
}

.newBtn {
  border-radius: 55px;
  background: linear-gradient(90deg, #00320d 0%, #009829 50.1%, #00320d 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset, 0px 4px 17.9px 0px #0db23a inset;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.overlay-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
}

.whole-container {
  box-shadow: 0px -5.038px 17.254px 0px rgba(0, 0, 0, 0.15);
}

.whole-container input,
.whole-container select {
  border: 1px solid rgba(0, 0, 0, 0.3);
  /* width: 823px; */
  padding: 12px;
  border-radius: 13px;
  font-size: 14px;
  /* color: rgba(0, 0, 0, 0.3); */
}

.whole-container select {
  color: rgba(0, 0, 0, 1);
}

.whole-container input:focus,
.whole-container select:focus,
.whole-container textarea:focus {
  border: 1px solid #009829;
  outline: none;
}

.whole-container .input-error {
  border: 1px solid #ef3e2d;
}

@media (min-width: 375.01px) and (max-width: 425.98px) {
  .whole-container {
    max-width: 90%;
  }

  .whole-container form {
    width: 100%;
  }

  .whole-container label {
    text-align: left;
  }

  .whole-container button {
    width: 70%;
  }
}

@media (min-width: 426.01px) and (max-width: 768.98px) {
  .whole-container {
    max-width: 90%;
  }

  .whole-container form {
    width: 100%;
  }

  .whole-container label {
    text-align: left;
  }

  .whole-container button {
    width: 70%;
  }
}

@media (min-width: 769.01px) and (max-width: 1439.98px) {
  .whole-container {
    max-width: 664px;
  }

  .whole-container form {
    width: 99%;
  }

  .whole-container button {
    width: 70%;
  }
}

@media (min-width: 1440.01px) {
  .whole-container {
    max-width: 874px;
  }

  .whole-container form {
    width: 823px;
  }

  .whole-container button {
    width: 492px;
  }
}

.book_now_btn {
  border-radius: 11px;
  border: 0.903px solid rgba(255, 255, 255, 0.15);
  background: linear-gradient(180deg, #19cf4a 0%, #009829 100%);
  box-shadow: 0px 1.806px 4.514px 0px rgba(0, 0, 0, 0.12);
  height: 36px;
  padding: 1.806px 5.417px;
  justify-content: center;
  align-items: center;
  gap: 7.222px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.swiper-scrollbar-drag {
  width: 100%;
  opacity: 1;
}

.swiper-scrollbar {
  opacity: 1 !important;
  bottom: -15px !important;
  z-index: 10 !important;
}

.swiper-scrollbar-drag {
  background: #009829;
}
.panel_cart_card {
  box-shadow: 0px -18px 20.2px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .panel_cart_card {
    box-shadow: 0px 5px 33px 0px rgba(0, 0, 0, 0.25);
    border-radius: 22px;
  }
}

