:root {
  --color-primary: #070707;
  --color-primary-20: #1a1a18;
  --color-primary-10: #242424;
  --color-secondary: #bf9a5b;
  --color-secondary-light: #f4d790;
  --color-secondary-dark: #f4d790;
  --color-text: #1a1a18;
  --color-text-light: #22222299;
  --color-text-light2: #222222;
  --color-text-light3: #ffffff99;
  --color-grey: #5f5f5f;
  --color-yellow: #f4d790;
  --gradient-yellow: linear-gradient(180deg,
      var(--color-secondary) 0%,
      white 100%);
  --fs-title-extra-large: 60px;
  --fs-title-larger: 45px;
  --fs-title: 48px;
  --fs-title-smaller: 48px;
  --fs-title-small: 44px;
  --fs-title-smallest: 40px;
  --fs-title-extra-small: 25px;

  --fs-subtitle: 20px;
  --fs-subtitle-large: 22px;
  --fs-subtitle-small: 18px;

  --fs-content: 17px;
  --fs-content-small: 16px;
  --fs-content-smaller: 15px;
  --fs-content-extra-small: 14px;
  --fs-content-extra-smallest: 12px;

  --fs-content-larger: 19px;
  --fs-content-large: 20px;
  --fs-content-extra-large: 24px;

  --fs-button: 30px;

  --ff-cinzel: "Cinzel", serif;
  --ff-poppins: "Poppins", sans-serif;
  --ff-manrope: "Manrope", sans-serif;
  --ff-hind: "Hind Siliguri", sans-serif;
}

@media (width<1400px) {
  :root {
    --fs-title-small: 40px;
    --fs-title-extra-small: 25px;
    --fs-subtitle: 18px;
    --fs-subtitle-small: 18px;
    --fs-content: 16px;
    --fs-content-large: 18px;
  }
}

@media (width<768px) {
  :root {
    --fs-title-extra-large: 28px;
    --fs-title-larger: 40px;
    --fs-title: 20px;
    --fs-title-smaller: 20px;
    --fs-title-small: 23px;
    --fs-title-smallest: 20px;
    --fs-title-extra-small: 20px;
    --fs-subtitle: 18px;
  }
}

#modal-booking,
#modal-booking-services {
  /* .am-employee-select {
        display: none !important;
    } */
}

.fs-content,
.fs-content-large,
.fs-content-extra-large {
  line-height: 1.7;
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--color-primary) #fff;
}

.modal {
  .modal-header {
    background: var(--color-primary-20);

    .logo-modal {
      /* filter: brightness(0) invert(1); */
      width: 100%;
      max-width: 100px;
    }

    button {
      filter: brightness(0) invert(1);
    }
  }
}

html,
body {
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
  color: var(--color-primary);
  transition: 400ms;
}

a:hover {
  color: #000;
  transition: 400ms;
}

p,
ul li {
  color: var(--color-text);
  font-size: var(--fs-content);
  font-family: var(--ff-poppins);
  line-height: 1.7;
}

.text-shadow {
  text-shadow: 0px 0px 4px rgb(0, 0, 0);
}

div {
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-text-10);
  font-family: var(--ff-cinzel);

  & span {
    font-style: italic;
  }
}

.page-width {
  margin-inline: auto;
  max-width: 1600px;
  padding-inline: 1rem;

  @media (width>=768px) {
    padding-inline: 4rem;
  }
}

.text-title {
  font-size: var(--fs-title);
  font-family: var(--ff-cinzel);
  color: #fff;
  font-weight: 400;
}

.text-title-small {
  font-size: var(--fs-title-small);
  font-family: var(--ff-cinzel);
  color: #fff;
  font-weight: 400;
}

.text-title-black {
  font-size: var(--fs-title);
  font-family: var(--ff-cinzel);
  color: var(--color-text);
  font-weight: 400;
}

.text-title-small-black {
  font-size: var(--fs-title-small);
  font-family: var(--ff-cinzel);
  color: var(--color-text);
  font-weight: 400;
}

.text-subtitle-black {
  font-size: var(--fs-subtitle);
  font-family: var(--ff-cinzel);
  color: var(--color-text);
  font-weight: 400;
}

.text-subtitle-small {
  font-family: var(--ff-cinzel);
  font-size: var(--fs-subtitle-small);
  color: #fff;
  font-weight: 400;
}

.text-subtitle-extra-small {
  font-size: var(--fs-subtitle-extra-small);
  font-family: var(--ff-poppins);
  color: #fff;
}

.text-subtitle-extra-small-black {
  font-size: var(--fs-subtitle-extra-small);
  font-family: var(--ff-poppins);
  color: var(--color-text);
}

.text-content-large {
  font-family: var(--ff-poppins);
  font-size: var(--fs-content-large);
  font-weight: 500;
  color: var(--color-text);
}

.text-content-extra-large {
  font-family: var(--ff-poppins);
  font-size: var(--fs-content-extra-large);
  font-weight: 500;
  color: var(--color-text);
}

.text-content {
  font-size: var(--fs-content);
  font-family: var(--ff-poppins);
  color: var(--color-text);
}

.text-content-small {
  font-size: 16px;
  font-family: var(--ff-poppins);
  color: #fff;
}

.text-footer-title {
  font-size: var(--fs-subtitle-large);
  font-family: var(--ff-poppins);
  font-weight: 700;
  color: var(--color-text);
}

html,
body {}

.ff-cinzel {
  font-family: var(--ff-cinzel);
}

.ff-poppins {
  font-family: var(--ff-poppins);
}

.ff-manrope {
  font-family: var(--ff-manrope);
}

.ff-hind {
  font-family: var(--ff-hind);
}

.fs-title-extra-large {
  font-size: var(--fs-title-extra-large);
}

.fs-title-larger {
  font-size: var(--fs-title-larger);
}

.fs-title {
  font-size: var(--fs-title);
}

.fs-title-small {
  font-size: var(--fs-title-small);
}

.fs-title-smaller {
  font-size: var(--fs-title-smaller);
}

.fs-title-smallest {
  font-size: var(--fs-title-smallest);
}

.fs-title-extra-small {
  font-size: var(--fs-title-extra-small);
}

.fs-subtitle {
  font-size: var(--fs-subtitle);
}

.fs-subtitle-small {
  font-size: var(--fs-subtitle-small);
}

.fs-subtitle-large {
  font-size: var(--fs-subtitle-large);
}

.fs-content {
  font-size: var(--fs-content);
}

.fs-content-small {
  font-size: var(--fs-content-small);
}

.fs-content-extra-small {
  font-size: var(--fs-content-extra-small);
}

.fs-content-large {
  font-size: var(--fs-subtitle-small);
}

.fs-content-extra-large {
  font-size: var(--fs-content-extra-large);
}

.color-primary {
  color: var(--color-primary);
}

.color-primary-20 {
  color: var(--color-primary-20);
}

.color-primary-10 {
  color: var(--color-primary-10);
}

.color-secondary {
  color: var(--color-secondary);
}

.color-text {
  color: var(--color-text);
}

.color-text-light {
  color: var(--color-text-light);
}

.color-text-light2 {
  color: var(--color-text-light2);
}

.color-yellow {
  color: var(--color-yellow);
}

.color-grey {
  color: var(--color-grey);
}

.dbg-primary {
  background: var(--color-primary);
}

.dbg-secondary {
  background: var(--color-secondary);
}

.dbg-yellow {
  background: var(--color-yellow);
}

button:focus-visible {
  outline: none;
}

.btn-primary-14 {
  color: white;
  text-decoration: none;
  margin: 0px !important;
  display: inline-flex;
  height: 55px;
  overflow: hidden;
  font-family: var(--ff-poppins), sans-serif;
  font-weight: 500;
  font-size: 16px;
  width: auto;
  padding: 0px 20px;
  transition: none;
  border-radius: 6px;
  max-width: 340px;
  margin: 1rem auto;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;

  @media (width <=765px) {
    min-height: 40px;
  }

  @media (width >=765px) {
    white-space: nowrap;
  }

  & br {
    display: none;
  }

  &:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--color-secondary);
    z-index: 0;
  }

  &:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -10px;
    background-color: white;
    transform: translateX(-100%);
    transition: 400ms;
    z-index: 0;
  }

  @media (width >=765px) {
    &:hover {
      color: var(--color-secondary);
      border: 1px solid var(--color-secondary);
    }


    &:hover:after {
      transform: translateX(0);
    }
  }

  & div {
    display: flex;
    justify-content: center;
    height: 50px;
    align-items: center;
    transition: 400ms;
    z-index: 1;
  }

  &:hover div {
    opacity: 0;
    z-index: 1;
  }

  & span {
    padding: 0px 10px;
    z-index: 1;
    transition: 100ms;
  }

  &:hover span {
    transform: translateX(10px);
  }

  & div svg path {
    transition: 400ms;
  }

  &:hover div svg path {
    fill: var(--color-secondary) !important;
    transform: translateX(10px);
    opacity: 0;
  }
}

.btn-primary-light-14 {
  color: var(--color-secondary);
  text-decoration: none;
  margin: 0px !important;
  display: inline-flex;
  height: 55px;
  overflow: hidden;
  font-family: var(--ff-poppins), sans-serif;
  font-weight: 500;
  font-size: 16px;
  width: auto;
  padding: 0px 20px;
  transition: none;
  border-radius: 6px;
  max-width: 300px;
  margin: 1rem auto;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  border: 1px solid transparent;
  -webkit-tap-highlight-color: transparent;

  @media (width <=765px) {
    height: 40px;
  }

  @media (width >=765px) {
    white-space: nowrap;
  }

  &:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
    z-index: -1;
  }

  &:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--color-secondary);
    transform: translateX(-100%);
    transition: 400ms;
    z-index: -1;
  }

  @media (width >=765px) {
    &:hover {
      color: white;
      border: 1px solid white;
    }

    &:hover:after {
      transform: translateX(0);
    }
  }

  & div {
    display: flex;
    justify-content: center;
    height: 50px;
    align-items: center;
    transition: 400ms;
    z-index: 1;
  }

  &:hover div {
    opacity: 0;
    z-index: 1;
  }

  & span {
    padding: 0px 10px;
    z-index: 1;
    transition: 100ms;
  }

  &:hover span {
    transform: translateX(10px);
  }

  & div svg path {
    transition: 400ms;
  }

  &:hover div svg path {
    fill: white !important;
    transform: translateX(10px);
    opacity: 0;
  }
}

.btn-primary,
.btn-primary-large,
.btn-primary-border,
.btn-primary-large-border,
.btn-dark {
  border-radius: 6px;
  text-align: center;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--ff-poppins);
  transition: 0.4s;
  font-weight: 600;
  background: var(--color-secondary);
  cursor: pointer;

  @media (width>=768px) {
    &:hover {
      background: var(--color-primary);
      color: white;
      transition: 400ms;

      & svg {
        transform: translateX(5px);
        /* filter: brightness(0) invert(); */

        & path {
          fill: white;
        }
      }
    }
  }

  svg {
    transition: 400ms;

    & path {
      transition: 400ms;
    }
  }

  span {
    gap: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  br {
    display: none;
  }
}

.btn-light {
  border-radius: 6px;
  text-align: center;
  display: inline-flex;
  padding: 17px 25px;

  gap: 8px;
  align-items: center;
  justify-content: center;
  color: var(--color-secondary);
  font-family: var(--ff-poppins);
  transition: 0.4s;
  font-weight: 600;
  background: white;
  cursor: pointer;

  @media (width>=768px) {
    &:hover {
      background: var(--color-primary);
      color: white;
      transition: 400ms;

      & svg {
        transform: translateX(5px);
        /* filter: brightness(0) invert(); */

        & path {
          fill: white;
        }
      }
    }
  }

  svg {
    transition: 400ms;

    & path {
      transition: 400ms;
    }
  }

  span {
    gap: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  br {
    display: none;
  }
}

.btn-primary {
  padding: 17px 25px;
}

.btn-primary-border {
  padding: 6px 19px;
  border: 1px solid var(--color-secondary);

  @media (width>=768px) {
    &:hover {
      border-color: #fff;
    }
  }
}

.btn-primary-large {
  padding: 20px 60px;
  font-size: 20px;
}

.btn-primary-large-border {
  padding: 19px 59px;
  border: 1px solid var(--color-primary);

  @media (width>=768px) {
    &:hover {
      border-color: #fff;
    }
  }
}

.btn-dark {
  background-color: var(--color-text);
  padding: 15px 40px;

  @media (width>=768px) {
    &:hover {
      background: var(--color-secondary);
    }
  }
}

.wpcf7-list-item {
  margin: 0;
}

input {
  outline: none;
}

.contact-form {

  input,
  textarea,
  select {
    box-shadow: none !important;
    outline: none !important;
    width: 100%;
    border: 1px solid #ddd !important;
    border-radius: 50rem;
    padding: 10px 15px;
    overflow: hidden;
  }

  .btn-primary {
    br {
      display: none !important;
    }
  }

  .btn-close:focus,
  .btn-menu-offcanvas:focus {
    box-shadow: none;
  }

  textarea {
    border-radius: 15px;
    height: 130px;
  }

  .check-policies {
    p {
      width: 100%;
    }

    a {
      position: absolute;
      transition: 0.4s;
      width: fit-content;
      color: var(--color-text);
      font-weight: 600 !important;

      &:hover {
        color: var(--color-primary);
      }
    }

    .wpcf7-not-valid-tip {
      position: absolute;
      width: 220px;
      left: 15px;
      top: 17px;
    }
  }

  .check-policies input {
    width: auto;
  }
}

.check-policies {
  .wpcf7-not-valid-tip {
    position: absolute !important;
    top: 21px;
    width: 300px;
    font-size: 16px;
    text-align: start;
  }
}

footer .wpcf7-response-output {
  color: white;
}

/* tooltip */
.tooltip-inner {
  background-color: var(--color-secondary);
  color: #fff;

  /* Mobile */
  @media (width<=768px) {
    display: none;
  }
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: var(--color-secondary);

  /* Mobile */
  @media (width<=768px) {
    display: none;
  }
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: var(--color-secondary);

  /* Mobile */
  @media (width<=768px) {
    display: none;
  }
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: var(--color-secondary);

  /* Mobile */
  @media (width<=768px) {
    display: none;
  }
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: var(--color-secondary);

  /* Mobile */
  @media (width<=768px) {
    display: none;
  }
}

/* Subtitle Dash */

.dash {
  font-size: var(--fs-content);
  font-weight: bold;

  @media (width>=768px) {
    &:before {
      margin-right: 10px;
      bottom: 5px;
      position: relative;
    }
  }

  &.dash--white {
    @media (width>=768px) {
      &:before {
        content: url("./assets/icons/guion-white.svg");
      }
    }
  }

  &.dash--secondary {
    @media (width>=768px) {
      &:before {
        content: url("./assets/icons/guion-secondary.svg");
      }
    }
  }

  &.dash--primary {
    @media (width>=768px) {
      &:before {
        content: url("./assets/icons/guion-black.svg");
      }
    }
  }

  &.dash--gray {
    @media (width>=768px) {
      &:before {
        content: url("./assets/icons/guion-black.svg");
      }
    }
  }
}