:root {
  --dark-grey: #c7c8c9;
  --main-color: #fe4ebf;
  --bs-primary: #dc3f9e;
  --bs-primary-dark: #dd2f9e;
  --bs-secondary: #707070;
  --bs-secondary-dark: #434343;
  --main-danger: #dc3746;
  --main-warning: #ffc305;
  --main-success: #4baf50;
}

html,
body {
  font-family: "Montserrat", sans-serif;
  max-width: 100%;
  font-weight: 400;
  font-size: 14px;
  background-color: #ffffff;
}

body {
  /* padding-top: 80px; */
  padding-bottom: 80px;
  overflow-x: hidden;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary-dark);
  --bs-btn-hover-border-color: var(--bs-primary-dark);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-primary-dark);
  --bs-btn-active-border-color: var(--bs-primary-dark);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-outline-primary {
  --bs-btn-color: var(--main-color);
  --bs-btn-border-color: var(--main-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--main-color);
  --bs-btn-hover-border-color: var(--main-color);
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--main-color);
  --bs-btn-active-border-color: var(--main-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--main-color);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--main-color);
  --bs-gradient: none;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary-dark);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-secondary-dark);
  --bs-btn-hover-border-color: var(--bs-secondary-dark);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-secondary-dark);
  --bs-btn-active-border-color: var(--bs-secondary-dark);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-secondary);
  --bs-btn-disabled-border-color: var(--bs-secondary);
}

.btn-light {
  --bs-btn-color: var(--main-color);
  --bs-btn-bg: #f7f7f7;
  --bs-btn-border-color: var(--bs-primary-dark);
  --bs-btn-hover-color: var(--main-color);
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: var(--bs-primary-dark);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: var(--main-color);
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: var(--bs-primary-dark);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--main-color);
  --bs-btn-disabled-bg: #f7f7f7;
  --bs-btn-disabled-border-color: #f7f7f7;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-outline-dark.with-bg-white {
  --bs-btn-bg: #fff;
}

.btn-outline-primary.with-bg-white {
  --bs-btn-bg: #fff;
}

.btn {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.1;
}

.container {
  --bs-gutter-x: 2.5rem;
}

.btn-group-lg>.btn,
.btn-lg {
  --bs-btn-padding-y: 1rem;
  --bs-btn-border-radius: 0.45rem;
}

.color-primary {
  color: var(--main-color) !important;
}

.text-dark-grey {
  color: #434343;
}

.bg-primary {
  background-color: var(--main-color) !important;
}

.bg-grey {
  background-color: #d9ddde !important;
}

.bg-light-grey {
  background-color: #f7f7f7 !important;
}

.bg-dark-grey {
  background-color: #434343 !important;
}

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

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

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

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

.border-primary {
  border-color: var(--bs-primary) !important;
}

.border-color-main {
  border-color: var(--main-color) !important;
}

.border-raduis-6px {
  border-radius: 6px !important;
}

.border-raduis-12px {
  border-radius: 12px !important;
}

.border-raduis-11px {
  border-radius: 11px !important;
}

.custom-box-shadow {
  box-shadow: 0px 3px 6px #00000029;
}

.card {
  box-shadow: 0px 3px 6px #00000029;
}

.d-table-caption {
  display: table-caption;
}

.d-inline-table {
  display: inline-table;
}

section .title {
  /*  fs-30px text-uppercase text-center text-white fw-semibold lh-1 */
  font-size: clamp(30px, 5vw, 3.5rem);
  text-transform: uppercase;
  text-align: center;
  color: white;
  font-weight: 600;
  line-height: 1;
}

/*----------------------------------------------*/

.custom-navbar {
  /* background: linear-gradient(to bottom,
      #f7f7f7 0,
      #f7f7f7 80px,
      #f7f7f7 80px,
      transparent 100%); */
  background-color: #f7f7f7;
  border-bottom: 1px solid var(--dark-grey);
}

.custom-navbar .navbar-brand {
  height: 80px;
}

.custom-navbar .navbar-toggler {
  color: var(--bs-primary);
  border: none;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}

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

.custom-navbar .navbar-toggler .icon {
  transition: transform 0.3s ease;
}

.custom-navbar .navbar-toggler .icon.rotated {
  transform: rotate(-90deg);
}

.custom-navbar .navbar-collapse.slide-bar {
  position: fixed;
  top: 80px;
  bottom: 0;
  right: 0;
  width: 100%;
  transition: transform 0.3s ease;
  transform: translateX(100%);
}

.custom-navbar .navbar-collapse.slide-bar.slide-right {
  transform: translateX(0);
}

.custom-navbar .navbar-collapse {
  background-color: rgba(255, 255, 255, 0.95);
}

.custom-navbar .navbar-collapse .navbar-nav {
  height: calc(100vh - 160px);
  padding-top: 0.5rem;
  padding-bottom: 2.5rem;
  overflow-y: auto;
}

.custom-navbar .navbar-collapse .nav-item {}

.custom-navbar .navbar-collapse .nav-item .nav-link {
  font-size: 18px;
  font-weight: bold;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: black;
}

.custom-navbar.fixed-nav {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}

.custom-navbar-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f7f7f7;
  z-index: 99999;
}

.custom-navbar-bottom .bottom-navbar-nav {
  display: flex;
  align-items: end;
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 8px;
  width: 100%;
  background-color: #f7f7f7;
}

.custom-navbar-bottom .bottom-navbar-nav .bottom-nav-item {
  flex: 1;
  height: 100%;
}

.custom-navbar-bottom .bottom-navbar-nav .bottom-nav-item .bottom-nav-link {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  text-align: center;
  text-decoration: none;
  border-right: 1px solid #b9b8b8;
  position: relative;
}

.custom-navbar-bottom .bottom-navbar-nav .bottom-nav-item .bottom-nav-link.active::after,
.custom-navbar-bottom .bottom-navbar-nav .bottom-nav-item .bottom-nav-link:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #707070;
  mix-blend-mode: color;
  pointer-events: none;
}

.custom-navbar-bottom .bottom-navbar-nav .bottom-nav-item:last-child .bottom-nav-link {
  border: none;
}

.custom-navbar-bottom .bottom-navbar-nav .bottom-nav-item .bottom-nav-link .icon {}

.custom-navbar-bottom .bottom-navbar-nav .bottom-nav-item .bottom-nav-link .icon img {
  width: 32px;
  height: 32px;
}

.custom-navbar-bottom .bottom-navbar-nav .bottom-nav-item .bottom-nav-link .title {
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 10px;
  color: var(--bs-primary-dark);
  font-weight: 600;
}

/* HERO SECTION */
.hero .caption {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  text-align: end;
}

.hero .caption h1 {
  font-size: clamp(24px, calc(1.325rem + 0.9vw), 3rem);
}

/* BOUT SECTION */

.about-section .mobile-image {
  position: relative;
  height: 100%;
}

.about-section .mobile-image::before {
  content: "";
  position: absolute;
  left: 60%;
  border-left: 1px solid var(--dark-grey);
  height: 100%;
}

.about-section img {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

/* cos ti asspita */
.what-awaits-you-carousel .item {
  padding-bottom: 10px;
  height: 100%;
}

.what-awaits-you-carousel .card {
  background-color: #fffdfd;
  border: 1px solid var(--bs-primary);
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 12px;
  display: flex;
  align-items: center;
  padding: 22px;
  height: 100%;
}

.what-awaits-you-carousel .card img {
  width: 144px;
}

/* owl  */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: left;
}

.owl-theme .owl-dots .owl-dot span {
  width: 60px;
  height: 17px;
  margin: 5px;
  border-radius: 6px;
  border: 1px solid var(--bs-primary);
  background-color: #ffffff;
}

.owl-dots-light-gray.owl-theme .owl-dots .owl-dot span {
  background-color: #f7f7f7;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--main-color);
  border: 1px solid #ffffff;
}

.owl-dots-light-gray.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-light-gray.owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--main-color);
  border: 1px solid #f7f7f7;
}

.owl-carousel .owl-stage {
  padding-bottom: 15px;
  display: flex;
  align-items: stretch;
}

/* percorso */
.card-header-flag {
  display: table;
  width: 80%;
}

.card-header-flag>span {
  display: table-caption;
}

.card-header-flag>span::after {
  content: "";
  position: absolute;
  right: -22px;
  bottom: -25px;
  width: 17px;
  height: 69px;
  background-color: var(--main-color);
  border-radius: 6px;
  z-index: 1;
}

.percorsi .item {
  width: 330px;
  margin: 4px;
}

.percorsi .card {
  background-color: #ffffff;
  border: 1px solid var(--bs-primary);
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  overflow: hidden;
  font-size: 16px;
}

.percorsi .owl-carousel .owl-stage {
  display: flex;
  align-items: end;
}

.prices .item {
  width: 100%;
  min-height: 194px;
  height: auto;
  display: flex;
  align-items: stretch;
}

.prices .owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.prices .owl-carousel .item {
  width: 340px;
  height: 100%;
}

/* our-customers */
.our-customers .item {
  height: 100%;
  display: flex;
}

.our-customers .card {}

.our-customers .owl-carousel .card img {
  width: 224px;
  margin: auto;
  aspect-ratio: 1 / 1;
  border-radius: 6px;
}

/* custom accordion  */

.custom-accordion .accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: 11px;
  --bs-accordion-inner-border-radius: 11px;
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("../../../media/images/common-images/pin-bottom-1.png");
  --bs-accordion-btn-icon-width: 30px;
  --bs-accordion-btn-icon-transform: rotate(0);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: none;
  --bs-accordion-btn-focus-border-color: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: black;
  --bs-accordion-active-bg: transparent;

  box-shadow: 0 3px 6px #00000029;
}

.custom-accordion .accordion-button {
  font-size: 17px;
  font-weight: 600;
  display: block;
  background-color: transparent;
}

.custom-accordion .accordion-body {
  font-weight: 500;
  position: relative;
}

.custom-accordion .accordion-body::before {
  content: "";
  position: absolute;
  left: var(--bs-accordion-body-padding-x);
  top: 0;
  width: calc(100% - var(--bs-accordion-body-padding-x) *2);

  border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.custom-accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.custom-accordion .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.extra-services .parent {
  display: grid;
  grid-template-columns: 144px 1fr 1fr;
  grid-template-areas:
    "div1 div2 div2"
    "div3 div3 div3";
}

.extra-services .div1 {
  grid-area: div1;
}

.extra-services .div2 {
  grid-area: div2;
}

.extra-services .div3 {
  grid-area: div3;
}

/* FORM */
.custom-form {
  font-size: 16px;
}

.custom-form .form-label {
  font-weight: bold;
  margin-bottom: 0.3rem;
}

.custom-form .form-control {
  padding: 0.8rem 0.75rem;
  color: #000000;
  border: 1px solid #707070;
  border-radius: 4px;
}

.custom-form .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(254, 78, 191, 0.25);
}

.custom-checkbox {
  font-family: system-ui, sans-serif;
  font-size: inherit;
  line-height: 1.1;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 1rem;
}

.custom-checkbox span {
  display: inline-block;
  margin-top: 3px;
}

.custom-checkbox--disabled {
  color: var(--form-control-disabled);
  cursor: not-allowed;
}

.custom-checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;

  font: inherit;
  color: currentColor;
  width: 24px;
  height: 24px;
  border: 1px solid #707070;
  border-radius: 4px;
  transform: translateY(-0.075em);

  display: grid;
  place-content: center;
}

.custom-checkbox input[type="checkbox"]::before {
  content: "";
  width: 15px;
  height: 15px;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: center;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  background-color: var(--main-color);
}

.custom-checkbox input[type="checkbox"]:checked::before {
  transform: scale(1);
}

/*
.custom-checkbox input[type="checkbox"]:focus {
  outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
}*/

.custom-checkbox input[type="checkbox"]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}

.custom-modal {
  --bs-modal-margin: 1.3rem;
  --bs-modal-header-padding: 0;
  --bs-modal-padding: 1.4rem;
}

.custom-modal .modal-header {
  border-bottom: none;
}

.custom-modal .modal-content {
  border: 2px solid var(--bs-primary);
  border-radius: 6px;
  min-height: calc(100vh - 250px);
  box-shadow: 0px 3px 6px #00000029;
}

.custom-modal .modal-body {
  position: relative;
}

.custom-modal .modal-body .btn-close {
  border-radius: 100%;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  background: transparent;
  opacity: 1;
  cursor: pointer;
}

.modal-backdrop {
  --bs-backdrop-opacity: 0;
}

.percorsi .item .card-body {
  height: 400px;
  overflow-y: auto;
}

.star-rating {
  display: inline-block;
  cursor: pointer;
}

.star-rating input {
  display: none;
}

.star-rating label {
  color: var(--main-color);
  padding: 0 2px;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* Small */
@media (min-width: 430px) {
  .owl-theme .owl-dots .owl-dot span {
    width: 70px;
  }
}

@media (min-width: 576px) {}

/* Medium */
@media (min-width: 768px) {
  .hero {
    height: calc(100vh - 80px) !important;
  }

  .hero::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }

  .hero .caption {
    display: flex;
    align-items: end;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    text-align: center;
    background: #000000;
    background: linear-gradient(0deg, rgb(0 0 0 / 80%) 10%, rgba(0, 0, 0, 0) 80%);
  }

  .hero img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }
}

/* Large */
@media (min-width: 992px) {
  body {
    padding-bottom: 0;
  }

  section .title {
    margin: 30px 0;
    text-align: left;
  }

  .custom-navbar .navbar-collapse .navbar-nav {
    flex-direction: column;
    border-left: 1px solid var(--bs-border-color);
  }

  .custom-navbar .navbar-collapse.slide-bar {
    width: 400px;
  }

  .custom-navbar .navbar-collapse .navbar-nav {
    height: calc(100vh - 80px);
  }

  .custom-navbar .collapse:not(.show) {
    display: block !important;
  }

  .about-section img {
    max-height: 100%;
  }

  .percorsi .item {
    width: 480px;
  }

  .extra-services .parent {
    grid-template-columns: minmax(0, 300px) 2fr;
    grid-template-areas:
      "div1 div2 div2"
      "div1 div3 div3";
    gap: 1rem;
  }

  .prices .item {
    /* max-width: 360px !important; */
  }

  .prices .owl-carousel .item {
    width: 100%;
    height: 100%;
  }

  .my-owl-slider-prices .owl-stage {
    display: flex;
  }

  .percorsi .percorso .card-body {
    /* height: 800px;
    overflow-y: auto; */
  }

  .card-header-flag>span>span {
    display: inline-flex;
    height: 70px;
    align-items: end;
  }

  .custom-modal .modal-content {
    min-height: auto;
  }

  .modal-backdrop {
    --bs-backdrop-bg: #ffffff;
    --bs-backdrop-opacity: 0.8;
  }
}

/* Extra large */
@media (min-width: 1200px) {}

/* Extra extra large */
@media (min-width: 1400px) {}





/* class accessibility  */

html.aw-dark-contrast .owl-theme .owl-dots .owl-dot.active span.aw-contrast,
html.aw-dark-contrast .owl-theme .owl-dots .owl-dot:hover span.aw-contrast {
  border: 1px solid white;
}

html.aw-light-contrast .owl-theme .owl-dots .owl-dot.active span.aw-contrast,
html.aw-light-contrast .owl-theme .owl-dots .owl-dot:hover span.aw-contrast {
  border: 1px solid black;
}

/* ICON SHOW PASSWORD */
.show_hide_pw {
  position: absolute;
  right: 1px;
  bottom: 1px;
  height: calc(100% - 2px);
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--dark-grey);
  color: var(--main-color);
  cursor: pointer;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}


.pw_strength>span {
  height: 5px;
  background-color: var(--dark-grey);
  border-radius: 15px;
}

.pw_strength>span::before {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--main-color);
  border-radius: 15px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.pw_strength.weak>span::before {
  width: 33%;
  background-color: var(--main-danger);
}

.pw_strength.medium>span::before {
  width: 66%;
  background-color: var(--main-warning);
}

.pw_strength.strong>span::before {
  width: 100%;
  background-color: var(--main-success);
}