@import url(https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&family=Poppins:wght@100;300;400;500;600;700;800;900&family=Robert+Sans&family=Open+Sans&family=Montserrat:wght@100;300;400;500;600;700;800;900);
.horizon-lines {
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -2;
  margin: auto;
  right: 0;
  left: 0;
}
.horizon-lines .line {
  border-left: 1px solid rgba(237, 237, 237, 0.4588235294);
}
.horizon-lines .line:last-child {
  border-right: 1px solid rgba(237, 237, 237, 0.4588235294);
}
.horizon-lines .line-right {
  border-right: 1px solid rgba(237, 237, 237, 0.4588235294);
}

:root {
  --default-green:#97B500;
}

@keyframes transform-horizental {
  5% {
    transform: translateX(-25%) translateY(30%);
  }
  15% {
    transform: translateX(0) translateY(10%);
  }
  18% {
    transform: translateX(25%) translateY(10%);
  }
  20% {
    transform: translateX(0) scale(1);
  }
  50% {
    transform: translateX(35%) scale(1) rotate(180deg);
  }
  65% {
    transform: translateX(0) scale(1) rotate(180deg);
  }
  75% {
    transform: translateX(-30%) translateY(80%) scale(1) rotate(180deg);
  }
  85% {
    transform: translateX(-20%) translateY(40%) scale(1) rotate(180deg);
  }
  95% {
    transform: translateX(-10%) translateY(15%) scale(1) rotate(180deg);
  }
  100% {
    transform: translateX(0) translateY(0) scale(1) rotate(180deg);
  }
}
@keyframes transform-vertical {
  5% {
    transform: translateY(-25%) translateY(20%);
  }
  15% {
    transform: translateY(-75%) translateX(0);
  }
  20% {
    transform: translateY(-45%) translateX(-20%) scale(1);
  }
  25% {
    transform: translateY(-10%) translateX(-45%) scale(1);
  }
  50% {
    transform: translateY(0) scale(1) rotate(180deg);
  }
  65% {
    transform: translateY(25%) scale(1) rotate(180deg);
  }
  75% {
    transform: translateX(-20%) translateY(-20%) scale(1) rotate(180deg);
  }
  85% {
    transform: translateX(-45%) translateY(-80%) scale(1) rotate(180deg);
  }
  95% {
    transform: translateX(-10%) translateY(-45%) scale(1) rotate(180deg);
  }
  100% {
    transform: translateX(0) translateY(0) scale(1) rotate(180deg);
  }
}
.subscribe-section {
  background-color: rgba(243, 243, 243, 0.92);
  margin-top: 40px;
  padding: 40px 0;
}
.subscribe-section .text-title {
  font-size: 3rem;
  line-height: 50px;
}
.subscribe-section .text-description {
  font-size: 1.5rem;
}

._spinner {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 30;
  background-color: rgba(255, 255, 255, 0.8196078431);
  left: 0;
  top: 0;
  display: none;
}
._spinner:before {
  animation: spin 0.6s ease infinite;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #333;
  content: "";
  height: 50px;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  top: 0%;
  width: 50px;
  z-index: 11;
  margin: auto;
}
._spinner.show {
  display: block;
}

.spinner {
  position: relative;
}
.spinner:after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 30;
  background-color: rgba(255, 255, 255, 0.8196078431);
  left: 0;
  top: 0;
  display: none;
}
.spinner:before {
  display: none;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #333;
  content: "";
  animation: spin 0.6s ease infinite;
  height: 50px;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  top: 0%;
  width: 50px;
  z-index: 11;
  margin: auto;
}
.spinner.show:after {
  display: block;
}
.spinner.show:before {
  display: block;
}

.btn-spinner {
  height: 100%;
  position: relative;
  z-index: 30;
  width: 100%;
}
.btn-spinner:before {
  animation: spin 0.6s ease infinite;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #333;
  content: "";
  display: none;
  height: 10px;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 10px;
  z-index: 11;
  margin: auto;
}
.btn-spinner.show {
  color: transparent !important;
}
.btn-spinner.show:before {
  display: block;
}

.btn {
  position: relative;
}
.btn ._spinner:before {
  width: 10px !important;
  height: 10px !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.background-loader {
  height: 200px;
  position: relative;
  width: 100%;
  z-index: 300;
}

.loader {
  position: absolute;
  z-index: 301;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 200px;
  width: 200px;
  overflow: hidden;
  text-align: center;
}

.spinner0 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 303;
  border-radius: 100%;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}

.spinner1 {
  width: 100px;
  height: 100px;
  border: 2px solid #97b500;
  animation: spin1 1s linear infinite;
}

.spinner2 {
  width: 70px;
  height: 70px;
  border: 2px solid #97b500;
  animation: negative-spin 2s linear infinite;
}

.spinner3 {
  width: 40px;
  height: 40px;
  border: 2px solid #97b500;
  animation: spin1 4s linear infinite;
}

@keyframes spin1 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes negative-spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
.loader-text {
  position: relative;
  top: 75%;
  color: #97b500;
  font-weight: 500;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
:root {
  --roobert: "Roobert", sans-serif;
  --black: #000;
  --white: #fff;
  --safe: #5A5FEF;
  --olive: #7f7c66;
  --putty: #d3c3ac;
  --stone: #f7f5f2;
  --acid: #cfff03;
  --mist: #e9e7e4;
  --rusty: #d33f49;
  --cloud-20: hsla(30, 4%, 80%, 0.2);
  --stone-00: hsla(36, 24%, 96%, 0);
  --stone-20: hsla(36, 24%, 96%, 0.2);
  --stone-25: hsla(36, 24%, 96%, 0.251);
  --stone-50: hsla(36, 24%, 96%, 0.502);
  --stone-88: hsla(36, 24%, 96%, 0.878);
  --white-05: hsla(0, 0%, 100%, 0.051);
  --white-10: hsla(0, 0%, 100%, 0.102);
  --black-04: rgba(0, 0, 0, 0.039);
  --black-07: rgba(0, 0, 0, 0.071);
  --black-10: rgba(0, 0, 0, 0.102);
  --black-12: rgba(0, 0, 0, 0.122);
  --black-22: rgba(0, 0, 0, 0.22);
  --black-50: rgba(0, 0, 0, 0.502);
  --transparent: transparent;
  --header-height: 115px;
}

swiper-carousel {
  display: block;
}

.swiper.active,
swiper-carousel[active],
testimonial-carousel {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  overflow: clip;
  padding: 0;
  position: relative;
  z-index: 1;
}

.swiper-wrapper {
  box-sizing: content-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, ease);
  transition-timing-function: ease;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%;
  z-index: 1;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-slide {
  display: block;
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
  width: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}

.swiper-navigation.disabled {
  display: none;
}

.swiper-navigation button {
  align-items: center;
  border: 2px solid #000;
  border: 2px solid #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3.25rem;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  transition-property: background-color, color;
  width: 3.25rem;
}

@media screen and (min-width: 768px) {
  .swiper-navigation button {
    height: 3rem;
    width: 3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .swiper-navigation button:hover:not(:disabled) {
    background-color: #000;
    background-color: #000;
    color: #cfff03;
    color: var(--acid);
  }
  .swiper-navigation button:hover:not(:disabled) svg {
    color: #cfff03;
    color: var(--acid);
  }
}
.swiper-navigation button svg {
  color: inherit;
  color: #000;
  color: #000;
  display: block;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
  transition-property: color;
  width: 1rem;
}

.swiper-navigation button:disabled {
  color: #000;
  color: #000;
  opacity: 0.2;
}

.swiper-pagination-horizontal {
  -moz-column-gap: 0.375rem;
          column-gap: 0.375rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.swiper-pagination-bullet {
  background-color: #000;
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 0.625rem;
  opacity: 0.1;
  transition: all 0.2s ease-in-out;
  transition-property: opacity;
  width: 0.625rem;
}

@media (hover: hover) and (pointer: fine) {
  .swiper-pagination-bullet:hover:not(:disabled) {
    opacity: 0.15;
  }
}
.swiper-pagination-bullet-active {
  opacity: 1;
}

.content-shape-circle-button {
  align-items: center;
  background-color: #000;
  bottom: -50px;
  left: 43%;
  border-radius: 50%;
  color: var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  margin-bottom: 4%;
  padding: clamp(1.125rem, 0.2272727273vw + 1.0795454545rem, 1.25rem);
  pointer-events: auto;
  row-gap: 0.7rem;
  text-align: center;
  transition: all 0.2s ease-in-out;
  z-index: 2;
  box-shadow: inset 0 10px 53px #494949;
}
@media only screen and (min-width: 992px) {
  .content-shape-circle-button {
    position: absolute;
  }
}
.content-shape-circle-button .price {
  display: block;
  font-size: 2rem;
}
.content-shape-circle-button * {
  color: #fff !important;
}
@media only screen and (min-width: 992px) {
  .content-shape-circle-button {
    height: 160px;
    width: 160px;
  }
}
@media only screen and (max-width: 991px) {
  .content-shape-circle-button {
    height: 160px;
    width: 160px;
    left: 60%;
    margin: 0 0 -29px 0;
  }
}
.content-shape-circle-button .tlt-of-btn {
  font-size: 0.8rem;
  font-weight: 300;
}
.content-shape-circle-button .main-price {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: -1px;
}
.content-shape-circle-button .dis-price {
  color: #888;
  text-decoration: line-through;
  font-size: 0.9rem;
}

.input-box {
  background-color: #f4f4f4;
  border-radius: 10px;
  border: 1px solid #ECECEC;
  margin: 0 0 30px 0;
  position: relative;
}
.input-box:has(input:focus) {
  border-color: #accc02;
}
.input-box:has(input[disabled]) {
  opacity: 0.6;
}
.input-box:not(.error) small {
  display: none;
}
.input-box small {
  position: absolute;
  top: 99%;
  letter-spacing: -0.3px;
  font-size: 11px;
  padding: 0 0 0 15px;
  display: block;
  color: #cc0000;
}
.input-box input, .input-box select {
  background-color: transparent;
  width: 100%;
  border: 0;
}
.input-box.error {
  border: 1px solid #cc0000;
}
.input-box.error label {
  color: #cc0000 !important;
}
.input-box i {
  font-size: 1.2rem;
}

.hero-section {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .hero-section {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section {
    margin-top: 30px;
  }
}
.hero-section .ball {
  z-index: 1;
}
.hero-section .boxes.row {
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .hero-section .boxes.row > * {
    padding: 0;
  }
}
.hero-section .image-holder .img-cover img {
  border-radius: 30px 30px 0 0;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .hero-section .image-holder .img-cover:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ccc;
    opacity: 0.25;
    z-index: 2;
    width: 600px;
    height: 600px;
    border-radius: 100%;
  }
}
.hero-section .image-holder .text-box {
  background-color: #5a5fef;
  z-index: 0;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .hero-section .image-holder .text-box {
    height: 600px;
    width: 600px;
    border-radius: 100%;
    margin-top: -300px;
    padding: 342px 30px 30px 40px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section .image-holder .text-box {
    border-radius: 0 0 30px 30px;
    padding: 20px 0;
  }
}
.hero-section .image-holder .text-box .text-center {
  position: relative;
  z-index: 2;
}
.hero-section .image-holder .text-box .text-center .top-text {
  letter-spacing: -2px;
  font-weight: 300;
  font-size: 2rem;
}
.hero-section .image-holder .text-box .text-center .bot-text {
  font-weight: 500;
}
.hero-section .image-holder .text-box .text-center strong {
  text-transform: uppercase;
  font-size: 4rem;
}
.hero-section .image-holder .text-box > * {
  color: #fff;
}
.hero-section .actions {
  z-index: 5;
}
@media only screen and (min-width: 992px) {
  .hero-section .actions {
    padding: 0 0 40px 80px !important;
  }
}
.hero-section .actions .media-options a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  height: 32px;
  position: relative;
  width: 60%;
  margin: auto;
  background: hsla(0, 0%, 100%, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #070707;
}
.hero-section .actions .media-options a.google span {
  color: #232836;
  font-weight: 500;
  opacity: 0.6;
}
.hero-section .actions .media-options a img.google-img {
  height: 25px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 25px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.hero-section .actions .label {
  font-size: 1rem;
  background-color: #f4f4f4;
  position: absolute;
  padding: 5px 35px;
  border-radius: 30px;
  color: #000;
  font-weight: 300;
}
.hero-section .actions .actions-holder {
  position: relative;
}
.hero-section .actions .actions-holder .other-ways {
  color: #767ae6;
  padding: 0;
}
.hero-section .actions .actions-holder .inf-holder > div:not(:has(.checkout)) {
  position: relative;
  background-color: #fff;
  padding: 50px;
  margin: 60px 0;
  border: 1px solid #ECECEC;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.hero-section .actions .actions-holder .inf-holder .label {
  bottom: 100%;
  right: 20px;
  margin-bottom: -18px;
}
.hero-section .actions .actions-holder .inf-holder .action {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  top: 100%;
  height: auto;
  line-height: normal;
  margin: -25px auto;
}
.hero-section .actions .actions-holder .inf-holder .action .btn-theme-green, .hero-section .actions .actions-holder .inf-holder .action .btn-theme-black {
  padding: 5px 60px 50px 60px;
  font-size: 1.4rem;
  color: #fff !important;
}
.hero-section .actions .actions-holder .inf-holder .action .btn-theme-green:hover, .hero-section .actions .actions-holder .inf-holder .action .btn-theme-black:hover {
  color: #000 !important;
}
.hero-section .actions .actions-holder .inf-holder .product-info .label {
  right: auto;
  background-color: #CEADD6;
  color: #fff;
}
.hero-section .actions .actions-holder.spinner:after {
  border-radius: 30px;
  transform: scaleY(1.4);
}
@media only screen and (min-width: 992px) {
  .hero-section:after {
    background-color: #f4f4f4;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 52vw;
    z-index: -2;
    border-radius: 0 0 150px;
  }
}

/*# sourceMappingURL=checkout.min.css.map*/