@charset "UTF-8";
.heading-wrapper {
  position: relative;
  min-height: 48px;
}
.heading-wrapper .waved-heading {
  position: absolute;
  display: block;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: -0.025em;
  line-height: 45px;
  user-select: none;
}
.heading-wrapper .waved-heading .waved {
  padding-left: 3px;
  white-space: nowrap;
}
.heading-wrapper .waved-heading .waved > span {
  position: relative;
  display: inline-block;
}
.heading-wrapper .waved-heading .waved > span > span {
  position: relative;
  z-index: 2;
}
.heading-wrapper .waved-heading .waved > span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150%;
  height: 100%;
  border-radius: 50%;
  translate: -50% -50%;
  transform: skew(-20deg);
  background: #ec8011;
  background: linear-gradient(147deg, rgb(236, 128, 17) 38%, rgb(183, 94, 2) 94%);
}
.heading-wrapper .heading {
  position: relative;
  display: block;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: -0.025em;
  margin-bottom: 8px;
  color: #928259;
  line-height: 45px;
  z-index: 1;
}
.heading-wrapper .heading span {
  color: #ffffff;
  padding-left: 3px;
  padding-right: 6px;
}

.waved-heading,
.heading,
.subtitle {
  width: 100%;
  text-align: start;
}

.subtitle {
  padding-bottom: 0.5rem;
  font-weight: bold;
  font-size: 18px;
  font-size: 16px;
  letter-spacing: 1px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button::before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
}
.slick-prev::before,
.slick-next::before {
  font-size: 40px;
  opacity: 99;
  color: #949494;
  color: white;
  font-family: "slick";
  line-height: 1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
}

.slick-prev:before {
  content: "←";
}

.slick-next:before {
  content: "→";
}

.slick-next {
  right: 19px;
}

.slider__counter {
  bottom: 17px;
  position: absolute;
  float: right;
  right: 25px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px 25px 5px 25px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .slick-prev {
    left: 6px;
  }
  .slick-next {
    right: 15px;
  }
  .slick-prev:before,
  .slick-next:before {
    font-size: 30px;
  }
  .slider__counter {
    padding: 2px 15px 2px 15px;
    font-size: 14px;
    bottom: 20px;
    right: 22px;
  }
}
img[data-src] {
  opacity: 0;
  visibility: hidden;
}

.stage {
  position: absolute;
}

.dot-pulse {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  color: #45424B;
  box-shadow: 9999px 0 0 -5px;
  animation: dot-pulse 1.6s 0.25s infinite linear;
}
.dot-pulse::before, .dot-pulse::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  color: #45424B;
}
.dot-pulse::before {
  box-shadow: 9984px 0 0 -5px;
  animation: dot-pulse-before 1.6s 0s infinite linear;
}
.dot-pulse::after {
  box-shadow: 10014px 0 0 -5px;
  animation: dot-pulse-after 1.6s 0.5s infinite linear;
}

@keyframes dot-pulse {
  0% {
    box-shadow: 9999px 0 0 -5px;
  }
  30% {
    box-shadow: 9999px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9999px 0 0 -5px;
  }
}
@keyframes dot-pulse-before {
  0% {
    box-shadow: 9984px 0 0 -5px;
  }
  30% {
    box-shadow: 9984px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9984px 0 0 -5px;
  }
}
@keyframes dot-pulse-after {
  0% {
    box-shadow: 10014px 0 0 -5px;
  }
  30% {
    box-shadow: 10014px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 10014px 0 0 -5px;
  }
}
.more-button {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.more-button a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  background: transparent;
  color: #27412B;
  border: 1.5px solid #27412B;
  padding: 10px 32px;
  border-radius: 32px;
  outline: 0;
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all 0.2s;
}
.more-button a:hover {
  background: #ffb652;
  border-color: #ffb652;
  color: #fff;
}
@media (max-width: 767px) {
  .more-button a {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .more-button a {
    width: 90%;
  }
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

html body {
  font-family: "Trip Sans VF", "Trip Sans", "Trip Sans Mono", Arial, sans-serif;
}

.elementor-element {
  --display: unset !important;
  padding: 0 !important;
}

#header .navbar-nav {
  margin-right: 24px;
  margin-left: 24px;
  flex-grow: 1;
  align-items: center;
}
#header .navbar-nav ul {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
#header .navbar-nav ul li {
  list-style: none;
}
#header .navbar-nav ul li a {
  padding: 10px 16px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  display: block;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}
#header #navbarNav ul li a {
  padding: 10px 16px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
#header a.navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  max-width: 150px;
  min-height: 35px;
}
#header a.navbar-brand img {
  min-height: 45px;
  height: 100%;
  width: 100%;
}

/* Footer Area Css */
#footer {
  padding-top: 50px;
  padding-bottom: 30px;
  color: #dddddd;
  background-color: #555555;
  background-color: #333333;
  background-color: rgb(50, 50, 50);
  letter-spacing: 1px;
}
#footer .heading-title {
  margin-bottom: 15px;
}
#footer .heading-title h5 {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
}
#footer .about-content {
  color: #7f7f7f;
  font-size: 17px;
  font-weight: bold;
  text-align: justify;
}
#footer .contact-content .content-item {
  margin-bottom: 10px;
}
#footer .contact-content .content-item a {
  display: inline-block;
  text-decoration: none;
  color: #7f7f7f;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer !important;
}
#footer .contact-content .content-item a svg {
  width: 20px;
  height: 20px;
  fill: #7f7f7f;
  margin-right: 5px;
}
#footer .contact-content .content-item.phone a svg {
  width: 18px;
  height: 18px;
}
#footer .contact-content .content-item.whatsapp a svg {
  width: 25px;
  height: 24px;
}
#footer .payment-methods-content {
  margin-bottom: 15px;
}
#footer .payment-methods-content .content-item {
  display: flex;
  align-items: center;
  justify-content: start;
}
#footer .payment-methods-content .content-item .stage {
  right: 26%;
}
@media (max-width: 767px) {
  #footer .payment-methods-content .content-item .stage {
    left: 24%;
  }
}
#footer .payment-methods-content .content-item.pick-up img {
  width: 50%;
  min-height: 74px;
}
#footer .payment-channels ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 12px;
  width: 80%;
}
#footer .payment-channels ul li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #eee;
  border-radius: 6px;
  height: 25px;
  margin-bottom: 12px;
  margin-right: 12px;
  width: 40px;
}
/*# sourceMappingURL=style.css.map */
