@import url("https://fonts.googleapis.com/css2?family=Rubik+Dirt&display=swap");
html:root {
  --tint: #f8f8f8;
  --white: #fff;
  --white-a: #f0f0f0;
  --white-8: #efefef;
  --white-5: #e0e0e0;
  --wine: #0a134f;
  --wine-a: #0a134fee;
  --wine-8: #0a134fdd;
  --wine-5: #0a134fcc;
  --wine-3: #0a134f88;
  --red: #dc143c;
  --red-a: #dc143caa;
  --red-8: #dc143c88;
  --red-5: #dc143c55;
  --red-3: #dc143c33;
  --blue: #205082;
  --blue-5: #20508255;
}

html[dark-mode] .dark-mode {
  background-color: white;
}
html[dark-mode] .dark-mode [icon=moon] {
  background-color: var(--white);
  color: #fff;
}
html[dark-mode] img {
  filter: brightness(85%);
}
html[dark-mode]:root {
  --tint: #10141c;
  --white: #20242c;
  --white-a: #20242ccc;
  --white-8: #20242c88;
  --white-5: #20242c55;
  --wine: #eee;
  --wine-a: #aaa;
  --wine-8: #888;
  --wine-5: #555;
  --wine-3: #333;
  --red: #600000;
  --red-a: #a11;
  --red-5: #a115;
  --red-3: #311;
  --blue: #305fa0;
  --blue-5: #002233;
}

:root {
  --dynamic-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "rubik", sans-serif;
  overflow-x: hidden;
  background-color: var(--tint);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100dvw;
}

* {
  scrollbar-width: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  transition: all 180ms;
}

body::-webkit-scrollbar {
  display: none;
}

a {
  color: var(-red);
  text-decoration: none;
}

input::placeholder {
  color: var(--wine-a);
}

p, small, span, label {
  margin: 1em 0;
  line-height: 1.6;
  color: var(--wine-a);
}

b {
  font-size: 1.2rem;
  color: var(--wine-a);
}

strong {
  font-size: 1.2rem;
  color: var(--wine);
}

ul li {
  color: var(--wine-a);
  margin-bottom: 0.5rem;
}

i {
  color: var(--wine-8);
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
  color: var(--wine);
}

h1 {
  text-align: center;
}

h3 {
  text-align: center;
}

button:not(.navPuller, .close-modal) {
  gap: 1rem;
  padding: 0.6rem 1.4rem;
  background-color: var(--blue);
  height: 2.5rem;
  border: none;
  font-weight: 200;
  cursor: pointer;
  position: relative;
  color: var(--white-a);
}
button:not(.navPuller, .close-modal) img {
  height: 120%;
}
button:not(.navPuller, .close-modal) a {
  color: #fff;
}
button:not(.navPuller, .close-modal):hover {
  border-radius: 0px;
  opacity: 0.8;
}
button:not(.navPuller, .close-modal):active, button:not(.navPuller, .close-modal):target {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

button[close] {
  background-color: rgba(0, 0, 0, 0.6);
  border: none;
  position: fixed;
  color: #fff;
  padding: 0.3em 0.7rem;
  height: unset;
  cursor: pointer;
}

svg {
  display: block;
  border-radius: var(--rad-small);
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

a[close] {
  width: 100lvw;
  position: absolute;
  height: 100lvh;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.badge {
  background-color: var(--blue);
  padding: 0.3rem 1rem;
  font-size: 0.8rem;
  cursor: pointer;
  color: #fff;
}

.badge,
.contactOverlay,
.heroText,
.form-content {
  border-radius: 1rem;
}

button,
.orderOverlay,
.testimoniesOverlay,
.callWhatsapp *,
.learnMoreOverlay,
.ham-close,
.ham-order {
  border-radius: 6px;
}

button,
#contact,
.contactFormLink,
.search,
.imageSection .image,
.orderOverlay,
.testimoniesOverlay,
.learnMoreOverlay,
.genuity,
.ham-order > * {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 3rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.p-1 {
  padding: 0.3rem 0.8rem;
}

.px-1 {
  padding: 0 0.4rem;
}

.px-2 {
  padding: 0 0.8rem;
}

.ms-1 {
  margin-left: 0.4rem;
}

.ms-2 {
  margin-left: 0.8rem;
}

.mt-50 {
  margin-top: 10rem;
}

#form {
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3333333333);
  position: fixed;
  inset: 0;
  z-index: 9;
  transition: opacity 400ms ease-in-out;
}
#form .form-close {
  position: sticky;
}
#form .form-close button[close] {
  z-index: 9;
  right: 0.5rem;
  top: 0.5rem;
}
#form .form-content {
  position: relative;
  background-color: var(--white);
  opacity: 0;
  max-width: 1200px;
  width: 90%;
  height: 90%;
  top: 50%;
  left: 50%;
  padding: 1rem;
  transform: translate(-10%, -100%) scale(20%);
  box-shadow: 0 0 15px rgba(51, 51, 51, 0.2);
  transition: all 400ms ease-in-out;
}
#form .form-overlay {
  height: 100%;
  overflow-y: auto;
}

.form-container {
  display: grid;
  justify-content: center;
}
.form-container .form-article {
  max-width: 700px;
  justify-self: center;
}
.form-container .form-back {
  order: 2;
}

.form-container .form-back, .form-back {
  padding: 1rem;
  justify-self: center;
}
.form-container .form-back::before, .form-back::before {
  content: "";
  inset: 22%;
  filter: blur(65px);
  position: absolute;
  z-index: -1;
}
.form-container .form-back .image-input, .form-back .image-input {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.3rem;
  width: 100%;
}
.form-container .form-back .image-input label, .form-back .image-input label {
  display: grid;
  width: 100%;
  max-width: 150px;
}
.form-container .form-back .image-input input, .form-back .image-input input {
  width: 100%;
  height: 100% !important;
}
.form-container .form-back .date-input .date-and-today, .form-back .date-input .date-and-today {
  width: 100%;
  display: grid;
  grid-template-columns: 60% auto;
  gap: 1rem;
}
.form-container .form-back .date-input .date-and-today button, .form-back .date-input .date-and-today button {
  display: inline;
  text-align: center;
  border-radius: 5px;
}
.form-container .form-back > *, .form-back > * {
  margin: 3px 0;
}
.form-container .form-back .form-wrapper form > *:not(.phone-input):not(.location), .form-back .form-wrapper form > *:not(.phone-input):not(.location) {
  margin-top: 1rem;
  display: grid;
}
.form-container .form-back span, .form-container .form-back p, .form-container .form-back label, .form-back span, .form-back p, .form-back label {
  display: block;
  margin: 1rem 0 0.6rem 0.4rem;
}
.form-container .form-back .check-divs, .form-back .check-divs {
  display: grid;
  grid-auto-flow: column;
}
.form-container .form-back .check-divs div, .form-back .check-divs div {
  display: grid;
  justify-content: center;
  text-align: center;
}
.form-container .form-back .check-divs input[type=checkbox], .form-back .check-divs input[type=checkbox] {
  width: 1.1rem;
  height: 1.1rem;
}
.form-container .form-back .phone-input, .form-container .form-back .location, .form-back .phone-input, .form-back .location {
  display: flex;
  column-gap: 1rem;
}
.form-container .form-back .phone-input > *, .form-container .form-back .location > *, .form-back .phone-input > *, .form-back .location > * {
  width: 100%;
}
.form-container .form-back .phone-input > * input, .form-container .form-back .location > * input, .form-back .phone-input > * input, .form-back .location > * input {
  width: 100%;
}
@media screen and (max-width: 450px) {
  .form-container .form-back .phone-input, .form-container .form-back .location, .form-back .phone-input, .form-back .location {
    display: grid;
  }
}
.form-container .form-back hr, .form-back hr {
  height: 1px;
  margin: 3rem 0;
  border: dashed 1px rgba(68, 68, 68, 0.2666666667);
}
.form-container .form-back input:not([type=checkbox]), .form-back input:not([type=checkbox]) {
  background-color: var(--tint);
  font-weight: 100;
  height: 2.3rem;
  border-radius: 5px 5px 0 0;
  padding: 2px 1rem;
  border: none;
  border-bottom: solid 2px rgba(68, 68, 68, 0.2666666667);
  box-shadow: 0px 2px 15px rgba(68, 68, 68, 0.2666666667);
  color: var(--wine-a);
}
.form-container .form-back ::placeholder, .form-back ::placeholder {
  font-family: monospace;
  color: var(--wine-3);
}
.form-container .form-back textarea, .form-back textarea {
  max-width: 530px;
  min-width: 300px;
  max-height: 9rem;
  background-color: rgba(255, 255, 255, 0.0666666667);
  box-shadow: 0px 2px 15px rgba(68, 68, 68, 0.2);
  padding: 0.5rem 1rem;
  border-radius: 5px 5px 0 0;
  border: none;
  border-bottom: solid 2px rgba(68, 68, 68, 0.2666666667);
  color: var(--wine-a);
}
.form-container .form-back input[type=submit], .form-back input[type=submit] {
  background-color: #a16;
  color: #fff;
  border-radius: 5px;
  width: 100%;
  height: 2.3rem;
}

.form-article {
  margin-bottom: 2rem;
  background-color: var(--tint);
  padding: 2rem;
  width: 100%;
  border-radius: 5px;
}
.form-article .floatTicket .marquee {
  display: flex;
  margin: 0 -2rem;
  position: relative;
  gap: 1rem;
  overflow: hidden;
  white-space: nowrap;
}
.form-article .floatTicket .marquee img:not(:last-child) {
  display: inline-block;
  max-width: 70px;
  height: 100px;
  border-radius: 6px;
  animation: FormMarquee linear 6s infinite;
}
@keyframes FormMarquee {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-900%);
  }
}
.form-article .formTickets {
  height: 4rem;
  width: 300px;
  position: absolute;
  font-weight: 600;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form-article .formTickets a {
  color: #000;
  display: flex;
  justify-content: space-between;
}
.form-article .formTickets a img {
  align-self: center;
  margin-left: auto;
  background-color: #f8f8f8;
  border-radius: 50%;
  padding: 7px;
  box-shadow: 0 0 10px #777;
}

@media screen and (min-width: 800px) {
  .form-overlay {
    display: flex;
    gap: 2rem;
    justify-content: center;
  }
  .form-overlay .form-back {
    padding: 2rem 2rem 2rem 0;
    height: 100%;
    overflow: auto;
  }
  .form-overlay .form-article {
    margin: 2rem 0 2rem 2rem;
    width: 40%;
  }
}
@media screen and (min-width: 900px) {
  .form-container {
    padding: 2rem;
    display: grid;
    gap: 2rem;
    grid-template-columns: 58% 38%;
    justify-content: center;
  }
  .form-container .form-back {
    max-width: 650px;
  }
}
#form.js {
  visibility: visible;
  opacity: 1;
}
#form.js .form-content {
  opacity: 1;
  transform: translate(-50%, -50%) scale(102%);
}

@media screen and (max-width: 1300px) {
  .form-container {
    margin: 1rem;
    gap: 3rem;
  }
  .form-container article {
    padding: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .form-container {
    margin: 1rem;
    gap: 0;
  }
  .form-container .form-back .form-wrapper {
    padding: 1rem;
  }
}
@media screen and (max-width: 740px) {
  .form-container {
    display: grid;
    grid-auto-flow: row;
    justify-content: center;
  }
  .form-container article * {
    top: unset;
  }
}
.navPuller {
  display: none;
}

.bodyOverlay-js {
  position: relative;
  display: grid;
  grid-template-columns: 2fr 7fr;
}
.bodyOverlay-js .staticLeftNav {
  min-height: auto;
  height: 95vh;
  width: 100%;
  top: 2rem;
  position: sticky;
  border-radius: 0 5px 5px 0;
  overflow: hidden;
  font-size: 80%;
  transition: all 1s ease-in-out;
}
.bodyOverlay-js .staticLeftNav * {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
  align-items: center;
  list-style-type: none;
}

.bodyOverlay-js .staticLeftNav nav, .nav-js {
  position: relative;
  overflow-y: auto;
  background-color: #e0e0e0cc;
  backdrop-filter: blur(40px);
  height: 100%;
  padding: 1rem;
  top: 0rem;
}
.bodyOverlay-js .staticLeftNav nav ul, .nav-js ul {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  height: 95%;
  align-items: center;
  justify-content: center;
  margin: 0;
  list-style-type: none;
}
.bodyOverlay-js .staticLeftNav nav ul li a, .nav-js ul li a {
  display: flex;
  flex-wrap: nowrap;
  background-color: #e0e0e0d9;
  border-left: solid 10px #ffffff;
  align-items: center;
  height: 170px;
  overflow: hidden;
}
.bodyOverlay-js .staticLeftNav nav ul li a img, .nav-js ul li a img {
  display: flex;
  height: 170px;
  width: 120px;
}
.bodyOverlay-js .staticLeftNav nav ul li a div, .nav-js ul li a div {
  padding: 0 1rem;
}
.bodyOverlay-js .staticLeftNav nav ul li a div p, .nav-js ul li a div p {
  margin: 4px;
}

.bodyOverlay {
  margin: 6rem 1rem;
  position: relative;
  display: block;
}
.bodyOverlay .staticLeftNav {
  display: none;
  width: 20%;
}

.each-pump {
  display: grid;
  gap: 9rem;
  padding: 1rem 1rem;
}
.each-pump .contents {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  overflow: hidden;
  padding: 3rem;
}
.each-pump .contents h1 {
  grid-column: 1/3;
  text-align: center;
}
.each-pump .contents .imageSection {
  display: grid;
  grid-template-rows: auto 80px;
  gap: 5px;
}
.each-pump .contents .imageSection * {
  display: flex;
  justify-content: center;
  align-items: center;
}
.each-pump .contents .imageSection * img {
  border-radius: 5px;
}
.each-pump .contents .imageSection .image, .each-pump .contents .imageSection .otherImgs {
  padding: 1rem;
}
.each-pump .contents .imageSection .image {
  box-shadow: 0px -20px 20px -5px rgba(102, 102, 102, 0.1333333333);
  background-color: #fff;
  border-radius: 12px 12px 0 0;
}
.each-pump .contents .imageSection .image img {
  width: 100%;
  max-width: 400px;
}
.each-pump .contents .imageSection .otherImgs {
  border-radius: 0 0 12px 12px;
  padding: 0;
  justify-content: space-around;
  align-items: center;
  background-color: #e0e0e0;
  overflow: hidden;
}
.each-pump .contents .imageSection .otherImgs a img {
  max-width: 70px;
  width: auto;
  aspect-ratio: 1;
}
.each-pump .contents .articleSection .price {
  padding: 1rem 2rem;
  background-color: var(--wine);
}
.each-pump .contents .articleSection .price * {
  color: #fff;
}
.each-pump .contents .articleSection .price strong {
  font-size: 2rem;
}
.each-pump .contents .articleSection .price img {
  width: 60px;
}
.each-pump .contents .articleSection > * {
  margin: 1rem 0;
  border-radius: 8px;
}
.each-pump .contents .articleSection button {
  width: 100%;
}
.each-pump .contents .articleSection button img {
  margin-left: auto;
  width: 30px;
}
.each-pump .contents .articleSection .learnMoreOverlay {
  padding: 1rem 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  background-color: #eee;
}
.each-pump .contents .articleSection .learnMoreOverlay > * {
  z-index: 9;
}
.each-pump .contents .articleSection .learnMoreOverlay span {
  max-width: 80%;
}
.each-pump .contents .articleSection .learnMoreOverlay a, .each-pump .contents .articleSection .learnMoreOverlay img:not(:first-child) {
  width: 40px;
  align-self: center;
  margin-left: auto;
  animation: learnArrow 500ms ease-in-out 0s infinite alternate;
}
@keyframes learnArrow {
  from {
    transform: translateX(0px);
  }
  to {
    transform: translateX(10px);
  }
}
.each-pump .contents .articleSection .learnMoreOverlay a:hover, .each-pump .contents .articleSection .learnMoreOverlay img:not(:first-child):hover {
  animation-play-state: paused;
}
.each-pump .contents .articleSection .learnMoreOverlay::before {
  content: "";
  margin: -1rem -2rem;
  background-image: url("images/icons/delivery-van.svg"), url("images/icons/motorbike.png");
  background-repeat: no-repeat;
  background-size: 200px, 130px;
  background-position: 10% 30%, 80% 0px;
  position: absolute;
  width: 100%;
  height: 100%;
}

#header {
  position: sticky;
  top: -2rem;
  opacity: 1;
  height: 2.8rem;
  width: 100%;
  z-index: 9;
  display: flex;
  background-image: linear-gradient(90deg, var(--red-3) 30%, var(--blue-5));
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
  transition: all ease-in-out 100ms;
}
#header a {
  color: var(--blue);
  font-size: 1.9em;
  line-height: 1.1;
  cursor: pointer;
}
#header button {
  align-self: center;
  height: 80%;
}

#header.js {
  opacity: 0;
  height: 0;
}

#header.header-js {
  top: 0;
  background-color: var(--tint);
  background-image: unset;
  box-shadow: 1px 1px 25px rgba(34, 34, 34, 0.2666666667);
}

.under-header {
  display: flex;
  justify-content: space-between;
  background-color: var(--white);
  align-items: center;
  width: 100%;
  gap: 10rem;
  padding: 0 2rem;
}
.under-header .dark-mode {
  display: flex;
  gap: 0.4rem;
  padding: 0.1rem 0.2rem;
  box-shadow: 0 0 5px rgba(153, 153, 153, 0.6);
  border-radius: 1rem;
  background-color: rgba(153, 153, 153, 0.1333333333);
  cursor: pointer;
}
.under-header .dark-mode svg {
  padding: 0.1rem 0.2rem;
  border-radius: 1rem;
}
.under-header .dark-mode [icon=sun] {
  background-color: white;
}

button.hamburger {
  background-color: var(--white);
  color: var(--wine);
  padding: 5px 1rem;
}
button.hamburger img {
  width: 30px;
}

#hamburger-dialogue {
  inset: 0;
  height: 100dvh;
  position: fixed;
  z-index: 9;
  visibility: hidden;
}
#hamburger-dialogue .ham-dia-overlay {
  opacity: 0.1;
  max-width: 600px;
  position: relative;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background: var(--white-a);
  display: flex;
  flex-direction: column;
  transition: all ease-in-out 300ms;
  padding: 4rem 2rem 2rem 2rem;
  height: 100%;
}
#hamburger-dialogue .ham-dia-overlay button[close] {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.ham-dia-content {
  display: grid;
  gap: 1rem;
  justify-content: stretch;
  height: 60%;
}
.ham-dia-content > * {
  display: flex;
  border-radius: 6px;
  padding: 1rem;
  opacity: 0;
  transform: scale(10%);
  transition: all cubic-bezier(1, -0.45, 0.76, 1.6) 350ms;
  overflow: hidden;
  line-height: 1.5;
  font-size: 90%;
}
.ham-dia-content .ham-big,
.ham-dia-content .ham-penis-pump,
.ham-dia-content .ham-mens {
  background-color: var(--white);
  gap: 1.2rem;
  height: 100%;
}
.ham-dia-content .ham-big h2,
.ham-dia-content .ham-penis-pump h2,
.ham-dia-content .ham-mens h2 {
  font-size: 1.1rem;
}
.ham-dia-content .ham-big img,
.ham-dia-content .ham-penis-pump img,
.ham-dia-content .ham-mens img {
  height: 100%;
  align-self: center;
  max-width: 50%;
}
.ham-dia-content .ham-big {
  grid-column-start: 1;
  grid-column-end: 4;
}
.ham-dia-content .ham-penis-pump,
.ham-dia-content .ham-mens {
  grid-column-end: 3;
  grid-column-start: 1;
}
.ham-dia-content .ham-mens {
  grid-template-columns: 35% 65%;
  text-overflow: ellipsis;
}
.ham-dia-content .ham-mens h2 {
  font-size: 1rem;
  line-height: 1;
}
.ham-dia-content .ham-order {
  display: grid;
  padding: 0;
  grid-row-start: 2;
  grid-column-start: 3;
  grid-row-end: 4;
  background-image: url("images/icons/motorbike.png"), url("images/icons/delivery-van.svg");
  background-size: 130px;
  background-repeat: no-repeat;
  background-position: 50% 10%, 0% 90%;
  height: 100%;
  overflow: hidden;
  gap: 5px;
  justify-self: end;
  text-align: center;
}
.ham-dia-content .ham-order :first-child {
  color: var(--white);
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.7333333333);
}
.ham-dia-content .ham-order > *:not(:first-child) {
  flex-grow: 1;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.8);
}

.ham-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 6px;
  margin: auto -1rem -1rem -1rem;
  align-content: end;
}
.ham-footer > * {
  padding: 4px 1rem;
  background-color: var(--tint);
  border-radius: 2px;
  font-size: 0.7rem;
  color: var(--wine);
  z-index: 9;
}
.ham-footer :last-child {
  background-color: var(--wine);
  color: var(--white);
  margin-left: auto;
}

#hamburger-dialogue.js {
  visibility: visible;
}
#hamburger-dialogue.js .ham-dia-overlay {
  opacity: 1;
}
#hamburger-dialogue.js .ham-dia-content > * {
  opacity: 1;
  transform: scale(100%);
}

#tuts {
  display: none;
}

#tuts.js {
  display: block;
  position: absolute;
  width: 100dvw;
  height: 100dvh;
  z-index: 99;
  top: -1rem;
  left: 0.5rem;
}
#tuts.js .tuts-content {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.1333333333);
  animation: tutsPulse ease-in-out 1s infinite alternate-reverse;
}
@keyframes tutsPulse {
  from {
    box-shadow: 0 0 0 1rem rgba(0, 0, 0, 0.4), 0 0 0 3rem rgba(0, 0, 0, 0.2666666667), 0 0 0 7rem rgba(0, 0, 0, 0.1333333333);
  }
  to {
    box-shadow: 0 0 0 10rem rgba(0, 0, 0, 0.4), 0 0 0 30rem rgba(0, 0, 0, 0.2666666667), 0 0 0 70rem rgba(0, 0, 0, 0.1333333333);
  }
}
#tuts.js p {
  width: 70%;
  background-color: #999;
  color: var(--white);
  font-size: 2rem;
  border-radius: 0 3rem 3rem 3rem;
  padding: 2rem;
  inset: 0;
  display: relative;
  margin: auto;
}

@font-face {
  font-family: "paytone";
  src: url("fonts/PaytoneOne-Regular.woff2") format(woff2);
}
#preloader {
  position: fixed;
  inset: 0;
  z-index: 99999999;
  animation: colorLoad 500ms ease-in-out infinite alternate;
}
@keyframes colorLoad {
  from {
    background-color: rgba(221, 221, 221, 0.937254902);
  }
  to {
    background-color: rgba(238, 238, 238, 0.9725490196);
  }
}
#preloader .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0.7rem;
  width: 2rem;
  background-color: #55a;
  border-radius: 1rem;
  animation: preloadAnimation 500ms ease-in-out infinite alternate;
}
@keyframes preloadAnimation {
  0% {
    left: 55%;
  }
  50% {
    width: 4rem;
  }
  100% {
    left: 45%;
  }
}

button.floatCallWhatsapp {
  display: flex;
  flex-direction: column;
  position: fixed;
  background-image: linear-gradient(0deg, #37f, #0d1);
  border-radius: 1.2rem;
  bottom: 2rem;
  right: 1rem;
  height: auto;
  z-index: 9;
  box-shadow: 2px 3px 5px -1px rgba(0, 34, 153, 0.6);
  padding: 0.6rem 0.4rem;
}
button.floatCallWhatsapp img {
  width: 16px;
}
button.floatCallWhatsapp hr {
  background-color: var(--white);
  border: none;
  height: 1px;
  width: 100%;
  position: relative;
}

#contact {
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  inset: 0;
  z-index: 99;
}
#contact .contactOverlay {
  opacity: 0;
  background-color: var(--white);
  overflow: hidden;
  width: 90%;
  max-width: 800px;
  height: 70%;
  transform: scale(40%) translate(90%, 90%);
  padding: 3rem;
  box-shadow: 1px 1px 15px rgba(51, 51, 51, 0.2);
}
#contact .contactOverlay .popupback {
  overflow-y: scroll;
  height: 100%;
  padding-bottom: 1rem;
}
#contact .contactOverlay .popupback h3 a,
#contact .contactOverlay .popupback h5 a {
  color: red;
  text-decoration: underline;
}
#contact .contactOverlay .popupback h3 {
  margin-bottom: 2rem;
}
#contact .contactOverlay .popupback h5 {
  color: var(--wine);
  margin-bottom: 1rem;
}
#contact .contactOverlay .popupback h5 i {
  color: var(--wine)a0;
}
#contact .contactOverlay .popupback label {
  margin: 5rem 0 0 1rem;
  color: #222;
}
#contact .contactOverlay .popupback label input {
  width: 1.2rem;
  height: 1.2rem;
}
#contact .contactOverlay .popupback label span {
  margin-left: 1rem;
}
#contact .contactOverlay .contactFloatClose,
#contact .contactOverlay .contactFormLink {
  position: fixed;
}
#contact .contactOverlay .contactFloatClose {
  top: 0.4rem;
  right: 0.4rem;
}
#contact .contactOverlay .contactFormLink {
  left: 50%;
  translate: -50%;
  justify-content: end;
  width: 95%;
  padding: 0.3rem;
  bottom: 0;
}

.callWhatsapp {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem;
  gap: 2rem;
}
.callWhatsapp .callContact,
.callWhatsapp .whatsappContact {
  min-width: 230px;
  width: 100%;
  overflow: clip;
  height: 120px;
  display: flex;
  justify-content: space-between;
  padding: 1.2rem;
}
.callWhatsapp .callContact img,
.callWhatsapp .whatsappContact img {
  height: 90%;
  transform: translate(10%, -5%);
}
.callWhatsapp .callContact {
  background-image: linear-gradient(90deg, var(--white), rgba(0, 119, 255, 0.1333333333));
}
.callWhatsapp .callContact img {
  filter: drop-shadow(rgba(0, 136, 255, 0.3333333333) -10px 10px);
}
.callWhatsapp .callContact h4 * {
  font-size: 1rem;
}
.callWhatsapp .callContact button {
  border-bottom: 4px solid var(--wine);
  padding: 0 0px;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0);
}
.callWhatsapp .callContact button a {
  display: block;
  color: var(--wine);
}
.callWhatsapp .whatsappContact {
  background-image: linear-gradient(90deg, rgba(85, 170, 255, 0.1333333333), rgba(0, 153, 255, 0.6));
}
.callWhatsapp .whatsappContact img {
  filter: drop-shadow(-10px 10px #fff);
}
.callWhatsapp .whatsappContact button {
  margin-top: 1rem;
}

#contact.js {
  visibility: visible;
  opacity: 1;
}
#contact.js .contactOverlay {
  opacity: 1;
  transform: scale(100%) translate(0, 0);
}

#hero .heroContainer {
  background-image: linear-gradient(140deg, var(--red-3), var(--blue-5));
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 4rem 2rem;
  gap: 3rem;
}
#hero .heroContainer .heroText {
  padding: 2rem;
  box-shadow: 0 0 10px rgba(119, 119, 119, 0.2);
}
#hero .heroContainer .heroText .heroArticle p {
  line-height: 1.7;
  margin: 2rem 0;
}
#hero .heroContainer .heroText .heroButtons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#hero .heroContainer .heroText .heroButtons button {
  height: 2.3rem;
  background-color: #ff0800;
}
#hero .heroContainer .heroImages {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
#hero .heroContainer .heroImages img {
  width: 40%;
  max-width: 220px;
  border-radius: 1rem;
}

.search {
  background-color: var(--blue);
  gap: 4px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  padding: 1rem 3rem;
  border-radius: 1rem;
}
.search input {
  width: 80%;
  background-color: rgba(255, 255, 255, 0.8666666667);
  border-radius: 8px 1px 1px 8px;
  height: 2.1rem;
}
.search button {
  width: auto;
  background-color: #6f99ae;
  height: 2rem;
  border-radius: 1px 8px 8px 1px;
}
.search button img {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

section.bigxxl {
  max-width: 1200px;
  padding: 14rem 2rem;
  display: grid;
  grid-template-columns: 4fr 5fr;
  background-image: linear-gradient(90deg, var(--white-5) 20%, var(--white) 20%, 21%, var(--white-8) 21% 26%, var(--white-a) 26%, 27%, var(--white-8) 27% 28%, var(--white-a) 28%, var(--white-5) 28% 32%, var(--white-a) 32% 43%, var(--white-8) 43% 49%, var(--white-a) 49% 50%, var(--white) 50% 98%, var(--white-5) 98%);
  gap: 2rem;
}
section.bigxxl h1 {
  font-family: "paytone";
  letter-spacing: 0.8rem;
  color: #ff0800;
  font-size: 7rem;
}
section.bigxxl.mens h1 {
  color: green;
}

.carousel-section {
  display: grid;
  grid-template-columns: 2fr 1fr;
  background-color: var(--tint);
  gap: 2.5rem;
  padding: 9rem 1rem;
  box-sizing: content-box;
  min-height: 600px;
}
.carousel-section .carousel-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 3rem;
  perspective: 300px;
}
.carousel-section .carousel-image .car-assets {
  display: flex;
  position: absolute;
  bottom: 50%;
  justify-content: center;
  z-index: 999;
  width: 60%;
  transform: translateY(calc(var(--active-bottom) * 0.55));
}
.carousel-section .carousel-image .car-assets .est-wst {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.carousel-section .carousel-image .car-assets svg {
  cursor: pointer;
  color: var(--wine);
  margin-top: 2px;
}
.carousel-section .carousel-image .car-assets svg:hover, .carousel-section .carousel-image .car-assets svg:target {
  scale: 125%;
}
.carousel-section .carousel-image .car-assets ul {
  display: flex;
  position: absolute;
  justify-content: center;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  list-style-type: none;
}
.carousel-section .carousel-image .car-assets ul li {
  height: 2px;
  width: 100%;
  background-color: #f00;
}
.carousel-section .carousel-image .car-assets ul li.active {
  background-color: var(--wine);
}
.carousel-section .carousel-image > * {
  position: absolute;
}
.carousel-section .carousel-image > * > img {
  border-radius: 0.5rem;
  height: 100%;
}
.carousel-section .carousel-image .left-unactive,
.carousel-section .carousel-image .right-unactive {
  height: calc(var(--carousel-height) * 0.65);
  filter: blur(3px);
}

.carousel-image .active {
  z-index: 9;
  height: var(--carousel-height);
  box-shadow: 0 0 15px rgba(153, 153, 153, 0.2666666667);
  animation: head-shake 400ms ease-in-out alternate;
}
.carousel-image .active.js {
  animation: head-shake-js 400ms ease-in-out;
}

@keyframes head-shake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    filter: blur(5px);
  }
  18.5% {
    -webkit-transform: translateX(-3px) rotateY(-2.5deg);
    transform: translateX(-3px) rotateY(-2.5deg);
    filter: blur(4px);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(2deg);
    filter: blur(3px);
  }
  61.5% {
    -webkit-transform: translateX(-1px) rotateY(-1.5deg);
    transform: translateX(-1px) rotateY(-1.5deg);
    filter: blur(2px);
  }
  83.5% {
    -webkit-transform: translateX(2px) rotateY(1deg);
    transform: translateX(2px) rotateY(1deg);
    filter: blur(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes head-shake-js {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    filter: blur(5px);
  }
  18.5% {
    -webkit-transform: translateX(-3px) rotateY(-2.5deg);
    transform: translateX(-3px) rotateY(-2.5deg);
    filter: blur(4px);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(2deg);
    filter: blur(3px);
  }
  61.5% {
    -webkit-transform: translateX(-1px) rotateY(-1.5deg);
    transform: translateX(-1px) rotateY(-1.5deg);
    filter: blur(2px);
  }
  83.5% {
    -webkit-transform: translateX(2px) rotateY(1deg);
    transform: translateX(2px) rotateY(1deg);
    filter: blur(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.left-unactive {
  transform: rotateY(18deg) translateX(-25%);
  box-shadow: -20px 0 25px -15px rgba(153, 153, 153, 0.4);
  animation: left-unactive 100ms ease-in-out 1;
}

.left-unactive.js {
  animation: left-unactive-js 100ms ease-in-out 1;
}

@keyframes left-unactive {
  to {
    transform: none;
  }
}
@keyframes left-unactive-js {
  to {
    transform: none;
  }
}
.right-unactive {
  transform: rotateY(-18deg) translateX(25%);
  box-shadow: 20px 0 25px -15px rgba(153, 153, 153, 0.4);
  animation: right-unactive 100ms ease-in-out 1;
}

.right-unactive.js {
  animation: right-unactive-js 100ms ease-in-out 1;
}

@keyframes right-unactive {
  to {
    transform: none;
  }
}
@keyframes right-unactive-js {
  to {
    transform: none;
  }
}
.carousel-actions {
  display: grid;
  gap: 1rem;
}
.carousel-actions .pro-price small {
  font-size: 200%;
  margin-right: 0.5rem;
}
.carousel-actions .pro-price strong {
  justify-self: center;
  font-size: 400%;
}

.orderOverlay,
.testimoniesOverlay {
  display: grid;
  background-color: var(--white);
  justify-content: stretch;
  padding: 1.3rem;
  align-items: stretch;
  color: var(--wine-a);
}
.orderOverlay > svg,
.testimoniesOverlay > svg {
  width: 4rem;
  height: 4rem;
  stroke-width: 1.4px;
  margin-bottom: 1rem;
}
.orderOverlay ul,
.testimoniesOverlay ul {
  margin-left: 1.5rem;
}
.orderOverlay a,
.testimoniesOverlay a {
  width: fit-content;
  cursor: pointer;
  align-self: flex-end;
  margin-top: 1rem;
  position: relative;
  background-color: var(--red-5);
  color: var(--red-a) !important;
  padding: 0.4rem 0.8rem;
  border-radius: 0.2rem;
}
.orderOverlay a svg,
.testimoniesOverlay a svg {
  margin-left: 0.5rem;
  vertical-align: middle;
  display: inline;
}

.articleSection {
  position: relative;
  display: grid;
  row-gap: 4rem;
  height: 100%;
  width: 100%;
  padding: 9rem 4rem;
  background-image: linear-gradient(130deg, var(--red-3), var(--blue-5));
}
.articleSection .why-lists {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 3rem;
}
.articleSection ul li {
  list-style-type: none;
  color: var(--wine);
}
.articleSection ul li span {
  display: block;
  margin-left: 2rem;
}
.articleSection ul li::before {
  content: url("images/icons/plus.svg");
  position: relative;
  top: 0.4rem;
  right: 0.4rem;
}
.articleSection hr {
  border: none;
  background-color: var(--white);
  height: 110%;
  position: relative;
}

.beforeAndAfter {
  padding: 5rem 2rem;
  margin: 9rem 0;
}
.beforeAndAfter .bnfContents {
  display: grid;
  max-width: 1000px;
  grid-template-columns: 1fr 1fr;
  border-radius: 1rem;
  box-shadow: 0 9px 25px var(--white-5);
  overflow: hidden;
  width: 100%;
}
.beforeAndAfter .bnfContents img {
  width: 100%;
  height: 100%;
}
.beforeAndAfter .bnfContents .bnfArticle {
  display: grid;
  justify-items: start;
  padding: 2rem;
  gap: 2rem;
}
.beforeAndAfter .bnfContents .bnfArticle span {
  margin-left: 1rem;
}
.beforeAndAfter .bnfContents .bnfArticle i * {
  display: inline;
  vertical-align: middle;
  font-size: 0.9rem;
  color: #ff0800;
}
.beforeAndAfter .bnfContents .bnfArticle a {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  justify-self: end;
  border-bottom: solid 1px;
  border-radius: 0.4rem;
  box-shadow: 0 1px 5px -1.6px;
  padding: 0.3rem 1.5rem;
}
.beforeAndAfter .bnfContents .bnfArticle a:hover {
  box-shadow: 0 1px 5px -2.6px;
}
.beforeAndAfter .bnfContents .bnfArticle a:hover svg {
  transform: translateX(0.4rem);
}

.faq--area {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem;
  justify-content: center;
}
.faq--area .faq-content {
  display: grid;
  max-width: 400px;
}
.faq--area .card {
  height: 100%;
}
.faq--area * {
  margin: 0.2rem 0;
}
.faq--area h2,
.faq--area button {
  text-align: center;
  width: 100%;
  border-radius: 0.5rem;
}
.faq--area h2 {
  width: 100%;
  flex-grow: 1;
  padding: 3rem 0.5rem;
  background-color: var(--white);
}
.faq--area button.js {
  background-color: var(--blue);
  color: var(--white);
}
.faq--area button {
  padding: 2rem;
  background-color: var(--white);
  color: var(--wine);
}
.faq--area .collapse {
  box-sizing: content-box;
  margin: 0.5rem 0 1rem 0;
  border: solid 3px var(--white);
  border-radius: 1rem;
  overflow: hidden;
  height: 0;
}
.faq--area .collapse[style*=height] {
  padding: 1rem;
}

.reviews {
  margin-top: 15rem;
  background-color: var(--white);
  width: 100%;
}
.reviews .chatReviews {
  display: inline-flex;
  width: 100%;
  background-color: var(--white-5);
  padding: 0 4rem;
}
.reviews .chatReviews h3 {
  margin: 7px;
}
.reviews .chatReviews button {
  display: flex;
  color: var(--wine);
  margin-left: auto;
  background-color: var(--red);
  align-self: center;
  transform: translateX(-2rem);
}
.reviews img {
  width: 120px;
  height: 160px;
  margin: 0.5rem 2rem;
  border-radius: 6px;
}
.reviews .marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.reviews .marquee .chatReviewsMarquee {
  display: inline-block;
  animation: homeMarquee 30s linear infinite;
}
@keyframes homeMarquee {
  from {
    transform: translateX(30%);
  }
  to {
    transform: translateX(-100%);
  }
}

footer {
  width: 100%;
}

.footer {
  display: flex;
  flex-direction: column;
  padding: 2rem 2rem 1rem;
  background-color: var(--white);
  font-size: 0.9em;
  gap: 2rem;
}
.footer button {
  background-color: var(--blue);
  align-self: flex-start;
  margin-left: auto;
}
.footer span {
  font-size: 0.8rem;
  text-align: center;
}
.footer ul {
  font-size: 0.8rem;
  flex-wrap: wrap;
  display: flex;
  width: 100%;
  gap: 0.5rem;
}
.footer ul li {
  width: 46%;
}

#toc {
  position: relative;
  border-radius: 8px;
  width: 50%;
  padding: 3rem;
  left: 3rem;
  background-color: var(--white);
}
#toc ol li {
  list-style-type: none;
}
#toc ul li {
  position: relative;
  list-style-image: "&#9866";
  right: 1rem;
}
#toc ul li a {
  opacity: 0.75;
}
#toc .boc {
  border-radius: 8px;
  padding: 1rem;
  background-color: var(--white);
}

.bigbox {
  max-width: 1000px;
  background-color: var(--white);
  padding: 4rem;
  margin: 2rem;
  border-radius: 1rem;
}

.bigbox0 {
  display: grid;
  overflow: hidden;
  gap: 2rem;
}
.bigbox0 .bigcan {
  overflow-x: auto;
  padding: 2rem 4rem;
  display: flex;
  gap: 7rem;
}
.bigbox0 .bigcan::-webkit-scrollbar {
  height: 2px;
}
.bigbox0 .bigcan::-webkit-scrollbar-track {
  background-color: var(--white);
  border: 1px solid #6f99ae55;
  padding: 1rem;
  border-radius: 6px;
  margin: 1remm;
  height: 3px;
}
.bigbox0 .bigcan::-webkit-scrollbar-thumb {
  background-color: #6f99ae55;
  border-radius: 9px;
  cursor: pointer;
  height: 7px;
}
.bigbox0 .bigcan img {
  filter: drop-shadow(-26px 5px 10px rgba(34, 34, 34, 0.2666666667));
  border-radius: 5px;
}

.reasonbox {
  background-color: var(--white);
  margin: 7px;
  border: dashed 1px rgba(68, 68, 68, 0.5333333333);
  border-radius: 7px;
}
.reasonbox h2 {
  margin: 2rem 1rem;
  text-align: center;
}
.reasonbox .genuity {
  padding: 2rem 1rem;
  display: grid;
  grid-template-columns: auto 70%;
  gap: 1rem;
}
.reasonbox .genuity div {
  justify-content: start;
}
.reasonbox .genuity img {
  width: 90px;
}
.reasonbox #priority {
  background-color: #00271d;
}
.reasonbox #priority h3 {
  color: #619b8a;
  font-size: 97%;
}
.reasonbox #priority p {
  color: var(--white);
}
.reasonbox #priority p b {
  color: var(--white);
}
.reasonbox #genuity {
  background-color: #b0bfbe;
}
.reasonbox #genuity h3 {
  color: #233d4d;
}
.reasonbox #safety {
  background-color: #f5e4d9;
}
.reasonbox #safety h3 {
  color: #c15e27;
}
.reasonbox #secure {
  background-color: #dfe6d8;
}
.reasonbox #secure h3 {
  color: #5f8236;
}

@media screen and (min-width: 900px) {
  .reasonbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 2rem;
  }
  .reasonbox h2 {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .reasonbox .genuity {
    padding: 2rem;
  }
}
.reviewImgBox,
.formticket {
  padding: 2rem 0rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: space-evenly;
}
.reviewImgBox .reviewImg,
.reviewImgBox .package,
.reviewImgBox .ticketImg,
.formticket .reviewImg,
.formticket .package,
.formticket .ticketImg {
  position: relative;
  max-width: 300px;
  height: 450px;
  overflow: hidden;
  box-shadow: 0px 20px 45px var(--wine)70;
  border-radius: 5px;
  margin-top: 3rem;
  transition: all 400ms ease-in-out 200ms;
}
.reviewImgBox .reviewImg img,
.reviewImgBox .package img,
.reviewImgBox .ticketImg img,
.formticket .reviewImg img,
.formticket .package img,
.formticket .ticketImg img {
  object-fit: cover;
  height: 100%;
}
.reviewImgBox .reviewImg:hover, .reviewImgBox .reviewImg:target,
.reviewImgBox .package:hover,
.reviewImgBox .package:target,
.reviewImgBox .ticketImg:hover,
.reviewImgBox .ticketImg:target,
.formticket .reviewImg:hover,
.formticket .reviewImg:target,
.formticket .package:hover,
.formticket .package:target,
.formticket .ticketImg:hover,
.formticket .ticketImg:target {
  position: relative;
  z-index: 9999999999;
  animation: imageRise 400ms ease-in-out;
  top: 50%;
  box-shadow: 0 20px 99px rgba(34, 34, 34, 0.6);
  transform: scale(160%) translateY(-2%);
}
.reviewImgBox .package,
.formticket .package {
  max-width: 140px;
  height: 200px;
}

.bnfImgBox .package {
  max-width: 500px;
}

@media screen and (max-width: 900px) {
  html {
    font-size: 97%;
  }
  #header {
    padding: 0 1.8rem;
  }
  #contact .contactOverlay {
    padding: 2rem;
  }
  #hero .heroContainer {
    grid-template-columns: 1fr;
    padding: 1rem;
  }
  #hero .heroContainer .heroText {
    margin-top: 2rem;
    padding: 2rem;
    order: 1;
    justify-self: center;
  }
  .carousel-section {
    aspect-ratio: 3/5;
    align-items: end;
    gap: 0.5rem;
    grid-template-columns: 1fr;
    padding: 5rem 2rem;
    --carousel-height: 75dvw !important;
  }
  .carousel-section .carousel-image {
    transform: translateY(20%);
  }
  .carousel-section .carousel-actions {
    display: grid;
  }
  .carousel-section .carousel-actions .pro-price {
    width: 100%;
    grid-column: span 2;
  }
  .carousel-section .articleSection {
    padding: 2rem 2rem 6rem 2rem;
    border-radius: 0 0 11px 11px;
  }
  .beforeAndAfter {
    padding: 5rem 2rem;
    max-width: 700px;
  }
  .beforeAndAfter .bnfContents {
    grid-template-columns: 1fr;
  }
  .reviews .chatReviews {
    padding: 1rem;
  }
}
.reviews .chatReviews {
  display: grid;
  grid-template-columns: 2fr 1fr;
  padding: 0px;
  align-items: center;
}
.reviews .chatReviews a {
  position: relative;
  right: 0px;
}

@media screen and (min-width: 800px) {
  .callWhatsapp .callContact, .callWhatsapp .whatsappContact {
    width: 45%;
  }
  .callWhatsapp .callContact img, .callWhatsapp .whatsappContact img {
    height: 80%;
  }
}
@media screen and (max-width: 800px) {
  .bigxxl {
    grid-template-columns: 1fr !important;
  }
  .articleSection .why-lists {
    grid-template-columns: 1fr !important;
  }
}
@media screen and (max-width: 900px) {
  #toc {
    width: 90%;
    padding: 1.4rem;
    left: unset;
  }
  #toc ol {
    margin-left: -1rem;
  }
  .bigbox {
    padding: 2rem;
    margin: 3rem 1rem;
  }
  .bigbox0 .bigcan {
    gap: 1rem;
  }
  .bigbox0 .bigcan img {
    width: 120px;
    height: 200px;
  }
}
@media screen and (max-width: 900px) {
  .carousel-section {
    aspect-ratio: 3/6;
    --carousel-height: 95dvw !important;
  }
  .reviewImgBox {
    gap: 0.8rem;
  }
  .reviewImgBox .reviewImg {
    max-width: 170px;
    height: 250px;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .carousel-section {
    aspect-ratio: 1/3;
  }
  .carousel-actions {
    grid-template-columns: 1fr;
  }
  .carousel-actions .pro-price {
    grid-column: span 1 !important;
  }
}
@media screen and (max-width: 450px) {
  html {
    font-size: 90%;
  }
  body > header {
    padding: 3px;
  }
  @keyframes preloadAnimation {
    0% {
      left: 70%;
    }
    50% {
      width: 3rem;
    }
    100% {
      left: 30%;
    }
  }
  #contact .contactOverlay {
    padding: 2.5rem 1rem 0 1rem;
    width: 95%;
  }
  #contact .contactOverlay .callWhatsapp {
    padding: 0;
  }
  .crackyBack {
    padding: 1rem;
  }
  .beforeAndAfter {
    padding: 2rem 1rem;
  }
  .beforeAndAfter .bnfContents {
    padding: 0px;
  }
  .beforeAndAfter .bnfContents .bnfImage img {
    width: 240px;
  }
  .reviews {
    display: grid;
  }
  .reviews img {
    width: 70px;
    height: 100px;
    margin: 0.5rem 1rem;
  }
  .footer {
    padding: 0.5rem 0.5rem;
  }
  .formBox, .reviewImgBox {
    border-radius: 0;
    margin: 3rem 0;
    padding: 6px;
  }
  .formBox .reviewImgBox, .formBox .formticket, .reviewImgBox .reviewImgBox, .reviewImgBox .formticket {
    gap: 0.5rem;
  }
  .formBox .reviewImgBox .reviewImg, .formBox .reviewImgBox .package, .formBox .reviewImgBox .ticketImg, .formBox .formticket .reviewImg, .formBox .formticket .package, .formBox .formticket .ticketImg, .reviewImgBox .reviewImgBox .reviewImg, .reviewImgBox .reviewImgBox .package, .reviewImgBox .reviewImgBox .ticketImg, .reviewImgBox .formticket .reviewImg, .reviewImgBox .formticket .package, .reviewImgBox .formticket .ticketImg {
    height: 100px;
  }
}
@media screen and (max-width: 380px) {
  .ham-dia-content {
    display: flex;
    flex-direction: column;
  }
  .ham-dia-content .ham-order {
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
  }
  .ham-dia-content .ham-order h5 {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 1200px) {
  .bodyOverlay-js {
    display: grid;
    grid-template-columns: 3fr 7fr;
  }
  .each-pump {
    padding: 0;
    gap: 9rem;
  }
  .each-pump .contents {
    display: block;
  }
  .each-pump .contents .imageSection {
    margin: 2rem 0;
  }
  .each-pump .contents .articleSection .price img {
    width: 50px;
  }
}
@media screen and (max-width: 750px) {
  button.navPuller {
    display: block;
    background-color: var(--blue);
    cursor: pointer;
    border: none;
    width: 4rem;
    aspect-ratio: 1;
    position: fixed;
    z-index: 99;
    top: 50%;
    border-radius: 40% 0;
    transform: translate(-50%, -50%) rotate(135deg);
    transition: all 100ms;
  }
  button.navPuller img {
    position: relative;
    width: 1rem;
    display: flex;
    transform: translate(85%, -40%) rotate(225deg);
    transition: all 100ms;
  }
  button.navPuller:hover {
    border-radius: 20% 10%;
  }
  button.navPuller:hover img {
    transform: translate(45%, -70%) rotate(225deg);
  }
  .bodyOverlay {
    margin: 6rem 0;
  }
  .bodyOverlay .staticLeftNav-js {
    display: block;
    overflow: hidden;
    width: 80%;
    height: 100vh;
    z-index: 99;
    top: 0rem;
    position: fixed;
    box-shadow: 0 0 30px rgba(51, 51, 51, 0.2666666667);
  }
  .bodyOverlay .contents {
    padding: 3rem 1rem;
  }
  .bodyOverlay .contents .articleSection {
    padding: 1rem 0;
  }
  .bodyOverlay .contents .articleSection .price {
    padding: 1rem;
  }
  .bodyOverlay .contents .articleSection .price img {
    width: 40px;
  }
  .bodyOverlay .contents .articleSection .price strong {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 450px) {
  .navPuller, .navPuller-js {
    width: 3rem;
  }
  .bodyOverlay .staticLeftNav-js, .bodyOverlay-js .staticLeftNav-js {
    width: 80%;
  }
  .contents {
    padding: 3rem 3rem;
  }
  .contents .imageSection .otherImgs a img {
    width: 60px;
  }
}
@media screen and (min-width: 900px) {
  .form-back .form-wrapper {
    padding: 1rem;
  }
}