/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./src/app/globals.css ***!
  \********************************************************************************************************************************************************/
:root {
  --font-outfit: "Outfit", sans-serif;
  --font-italiana: "Italiana", sans-serif;
}

body {
  box-sizing: border-box;
  font-family: var(--font-outfit);
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.custom-font {
  font-family: var(--font-italiana);
}

.font-9 {
  font-size: 9px;
}

.font-10 {
  font-size: 10px;
}

.font-11 {
  font-size: 11px;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px;
}

.font-17 {
  font-size: 17px;
}

.font-18 {
  font-size: 18px;
}

.font-19 {
  font-size: 19px;
}

.font-20 {
  font-size: 20px;
}

.font-21 {
  font-size: 21px;
}

.font-22, .font-23 {
  font-size: 22px;
}

.font-24 {
  font-size: 24px;
}

.font-25 {
  font-size: 25px;
}

.font-28 {
  font-size: 28px;
}

.font-30 {
  font-size: 30px;
}

.font-32 {
  font-size: 32px;
}

.font-35 {
  font-size: 35px;
}

.font-40 {
  font-size: 40px;
}

.font-50 {
  font-size: 50px;
}

.font-55 {
  font-size: 55px;
}

.font-60 {
  font-size: 60px;
}

.font-65 {
  font-size: 65px;
}

.font-80 {
  font-size: 80px;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.ls-1 {
  letter-spacing: 1px;
}

.pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.list-s-none {
  list-style: none;
}

.br-0 {
  border-radius: 0;
}

.br-2 {
  border-radius: 2px;
}

.br-5 {
  border-radius: 5px;
}

.br-10 {
  border-radius: 10px;
}

.br-15 {
  border-radius: 15px;
}

.br-20 {
  border-radius: 20px;
}

.br-25 {
  border-radius: 25px;
}

.br-30 {
  border-radius: 30px;
}

.text-black {
  color: #000;
}

.text-blue {
  color: #06f;
}

.text-pink {
  color: #ff91b0;
}

.text-grey {
  color: #141414;
  opacity: .55;
}

.text-grey-1 {
  color: #77838f;
}

.bg-red {
  background-color: #dc0000;
}

.bg-blue {
  background-color: #06f;
}

.bg-pink {
  background-color: #ff91b0;
}

.bg-pink-1 {
  background-color: #ffebf1;
}

.bg-pink-2 {
  background-color: #e38995;
}

.bg-green {
  background-color: #00783b;
}

.bg-green-1 {
  background-color: #4caf50;
}

.bg-voilet {
  background-color: #7469b6;
}

.bg-transparent {
  background-color: rgba(0, 0, 0, 0);
}

.bg-grey {
  background-color: #efefef;
}

.bg-grey-9 {
  background-color: #f9f9f9;
}

.b-none {
  border: none;
  outline: none;
}

.min-w-100 {
  min-width: 100%;
}

.opacity-55 {
  opacity: .55;
}

.z-max {
  z-index: 999;
}

.cursor-pointer {
  cursor: pointer;
}

.overlay-booking {
  opacity: .42;
  z-index: 0;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.border-white {
  border: 1px solid #fff;
}

.border-grey {
  border: 1px solid #e6e6e6;
}

.border-black {
  border: 1px solid #3b3b3b;
}

.border-grey-1 {
  border: 1px solid #c9c9c9;
}

.icon-box {
  width: 25px;
  height: 25px;
  box-shadow: 0 0 3px rgba(160, 160, 160, .25);
}

.line-clamp-7 {
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.line-white {
  opacity: .25;
  background-color: #fff;
  width: auto;
  height: 1px;
}

input[type="checkbox"] {
  transform: scale(1.4);
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.nowrap {
  white-space: nowrap;
}

.box-shadow {
  box-shadow: 0 0 4px rgba(136, 136, 136, .25);
}

.border-dashed {
  border: 1.3px dashed #a6a6a6;
}

.line-h {
  background-color: #eaeaea;
  width: 1px;
  height: auto;
}

.shadow-inner:before {
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: inset 0 -37px 12px rgba(0, 0, 0, .5);
}

.text-dec-none {
  text-decoration: none;
}

.shadow-inner {
  border-radius: 16px;
  overflow: hidden;
}

textarea {
  resize: none;
}

@media screen and (max-width: 580px) {
  .bg-white-mobile {
    background-color: #fff;
  }

  .text-center-sm {
    text-align: center;
  }

  .font-sm-35 {
    font-size: 35px;
  }

  .font-sm-30 {
    font-size: 30px;
  }

  .font-sm-22 {
    font-size: 22px;
  }

  .font-sm-16 {
    font-size: 16px;
  }

  .font-sm-15 {
    font-size: 15px;
  }

  .font-sm-14 {
    font-size: 14px;
  }

  .font-sm-13 {
    font-size: 13px;
  }

  .font-sm-12 {
    font-size: 12px;
  }

  .font-sm-11 {
    font-size: 11px;
  }

  .font-sm-10 {
    font-size: 10px;
  }

  .package-box {
    width: 150px !important;
    height: 150px !important;
  }

  .justify-sm-around {
    justify-content: space-around;
  }

  .justify-sm-center {
    justify-content: center !important;
  }

  .woman-img-home {
    margin-top: 0 !important;
  }

  .footer-links {
    justify-content: center !important;
  }

  .deal-items h2 {
    margin-bottom: 0;
    padding: 0 1rem !important;
  }
}

.whatsapp-icon {
  z-index: 1000;
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 22px;
}

.whatsapp-icon a {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .plr {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .mt-20 {
    margin-top: 20px !important;
  }

  .size-in-mo {
    width: 180px !important;
    height: 50px !important;
  }

  .gap-25 {
    gap: 25px !important;
  }

  .gap-35 {
    gap: 45px !important;
  }

  .fontSize-18 {
    font-size: 11px !important;
  }

  .p-t-10 {
    padding-top: 10px !important;
  }

  .p-t-7 {
    padding-top: 7px !important;
  }

  .p-t-4 {
    padding-top: 3px !important;
  }

  .p-t-2 {
    padding-top: 2px !important;
  }

  .break-word {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
  }
}

.size-in-mo {
  width: 170px !important;
  height: 42px !important;
}

.plr1 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.hide-in-mobile {
  display: none !important;
}

/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./src/app/style.css ***!
  \******************************************************************************************************************************************************/
.bg-home {
  background-image: url("/_next/static/media/homebanner.d9be26ca.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

@media screen and (max-width: 768px) {
  .plrtb {
    padding: 20px 10px 30px !important;
  }

  .popup {
    color: #000;
    z-index: 1000;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    padding: 8px;
    font-size: 14px;
    position: fixed;
    bottom: 20px;
    left: 45%;
    transform: translateX(-50%);
  }

  .row123 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .moheadercolorbg {
    background-color: #ff91b0 !important;
  }

  .moheadercolorbg1 {
    background-color: #fff !important;
  }

  .mt-20 {
    margin-top: 25px !important;
  }

  .bg-about {
    background-image: url("/images/aboutPage/aboutBg.svg") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 200px !important;
  }

  .pl-10 {
    padding-left: 13px !important;
  }

  .ptl-10 {
    padding-top: 5px !important;
    padding-left: 7px !important;
  }

  .pb-20 {
    padding-top: 5px !important;
    padding-bottom: 25px !important;
  }

  .textcenter {
    text-align: center !important;
  }
}

.navbar-shadow {
  box-shadow: 0 2px 4px rgba(224, 224, 224, .25);
}

.active-package {
  border: 1px solid #ff91b0;
}

.package-carousel .swiper {
  padding: 0 1.5rem !important;
}

.swiper-button-disabled {
  opacity: 1 !important;
}

.swiper-button-next:after {
  background-image: url("/_next/static/media/right.d571b216.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  content: "" !important;
}

.swiper-button-prev:after {
  background-image: url("/_next/static/media/left.99bd9017.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  content: "" !important;
}

.custom-buttons .swiper-button-next, .custom-buttons .swiper-button-prev {
  background: #fff;
  box-shadow: 0 0 4px rgba(180, 180, 180, .25);
  border-radius: 50% !important;
  width: 50px !important;
  height: 50px !important;
}

.service-buttons .swiper-button-next, .service-buttons .swiper-button-prev {
  background: #efefef;
  box-shadow: 0 0 4px rgba(180, 180, 180, .25);
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
}

.package-carousel .swiper-button-prev {
  left: 0 !important;
}

.package-carousel .swiper-button-next {
  right: 0 !important;
}

.service-carousel .swiper-button-prev {
  top: auto;
  right: 100px;
  bottom: 18px !important;
  left: auto !important;
}

.service-carousel .swiper-button-next {
  top: auto;
  bottom: 18px !important;
  right: 18px !important;
}

.package-carousel .swiper-pagination-bullets, .package-carousel .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, -3px) !important;
}

.swiper-pagination-bullet-active {
  background-color: #5d5d5d !important;
}

.package-box {
  text-align: center;
  background: linear-gradient(#fdd6d7, #fee8ea, #fbbfbf);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 210px;
  padding: 0 1rem;
  display: flex;
}

.whychoosebox {
  border-radius: 100%;
  width: 60px;
  height: 60px;
}

.testimonial-img {
  background-color: #d9d9d9;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.border-testo {
  border-radius: 25px 25px 25px 0;
}

.accordion {
  --bs-accordion-border-color: #fff !important;
}

.accordion-button:not(.collapsed) {
  background-color: #fff;
}

.accordion-item {
  margin-bottom: 1rem;
  border: 1px solid #edeefd !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.line {
  background-color: #c9c9c9;
  width: 100%;
  height: 1px;
}

.navbar-toggler {
  border: 0 !important;
}

.line-footer {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.advantages-box {
  height: 140px;
  box-shadow: 0 0 3px rgba(129, 129, 129, .25);
}

.woman-img-home {
  margin-top: -152px;
}

.footer-links {
  justify-content: flex-end;
  gap: 1.5rem;
  display: flex;
}

.deal-items {
  text-align: center;
  max-width: 300px;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.deal-items h2 {
  margin-bottom: 0;
  padding: 0 2rem;
}

.overflow-hidden {
  overflow: hidden;
}

.bg-booking {
  background-image: url("/_next/static/media/bookingbg.2d3c1df0.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.focus-none:focus {
  box-shadow: none !important;
}

.activePackage {
  color: #ff91b0;
}

.activePackage:after {
  content: "";
  background-color: #ff91b0;
  width: 50%;
  height: 1.5px;
  display: block;
}

.bg-about {
  background-image: url("/images/aboutPage/aboutBg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.bg-offer {
  background-image: url("/_next/static/media/offerImg.28a0ba50.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 430px;
}

@media screen and (max-width: 580px) {
  .custom-buttons .swiper-button-next, .custom-buttons .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
  }

  .bg-offer {
    height: 290px;
  }
}

.fixed-bottom-bar {
  color: #fff;
  z-index: 1000;
  background-color: #1d1d1d;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
}

.fixed-bottom-bar1 {
  color: #fff;
  z-index: 1000;
  background-color: #1d1d1d;
  justify-content: center;
  width: 100%;
  padding: 10px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
}

.w-icon {
  width: 35px;
  height: 35px;
}

.subtotal-section {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10px;
  display: flex;
}

.subtotal-section .price {
  font-size: 16px;
  font-weight: bold;
}

.book-now-btn {
  color: #fff;
  cursor: pointer;
  background-color: #ff91b0;
  border: none;
  border-radius: 5px;
  padding: 8px 20px;
  font-size: 16px;
}

@media screen and (max-width: 800px) {
  .pt-30 {
    padding-top: 30px !important;
  }

  .mt-0 {
    margin-top: 0 !important;
  }

  .mt-30 {
    margin-top: 30px !important;
  }

  .mb-15 {
    margin-bottom: 15px !important;
  }
}

