/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

@font-face {
  font-family: 'Sequel Sans Medium Head';
  src: url('../fonts/SequelSansMediumHead.ttf') format('truetype'),
}

@font-face {
  font-family: 'Sequel Sans Bold Head';
  src: url('../fonts/SequelSansBoldHead.ttf') format('truetype'),
}

@font-face {
  font-family: 'Sequel Sans Light Body';
  src: url('../fonts/SequelSansLightBody.ttf') format('truetype'),
}

:root {
  --accent: rgb(151 134 103);
  --accent-subtle: rgb(151 134 103, 0.7);
  --secondary: rgb(177, 140, 139);
  --secondary-subtle: rgb(177, 140, 139, 0.7);
  --tertiary: rgb(237, 228, 208);
  --tertiary-subtle: rgb(237, 228, 208, 0.7);
  --button-outline-dark: #24262d;
  --button-hover: #4b514d;
  --bg-body: rgb(250, 248, 245);
  --heading-font-family: "Sequel Sans Medium Head";
  --body-font-family: "Sequel Sans Light Body";
  --bold-font-family: "Sequel Sans Bold Head";
  --h1-font-size: 30px;
  --h2-font-size: 28px;
  --h3-font-size: 25px;
  --h4-font-size: 23px;
  --h5-font-size: 20px;
  --h6-font-size: 20px;
  --body-font-size: calc(var(--h2-font-size) / 2);
}

body,
main {
  background: var(--bg-body);
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-family: var(--heading-font-family);
}

strong,
b {
  font-family: var(--bold-font-family);
  font-size: var(--body-font-size);
}

h1 {
  font-size: var(--h1-font-size);
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

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

a.btn_1,
.btn_1,
.btn_4.learn-more .circle {
  background: var(--accent);
}

.title small:first-letter,
.hero .wrapper small:first-letter,
.box_item_info small:first-letter,
.slide-text small:first-letter {
  text-transform: capitalize;
}

.title small,
.hero .wrapper small,
.box_item_info small,
.slide-text small {
  text-transform: lowercase;
}

/*
.box_facilities {
  border-image: linear-gradient(to bottom, var(--secondary-subtle), rgba(0, 0, 0, 0)) 1 60%;
}
*/

.dropdown-menu {
  --bs-dropdown--padding-y: 1rem !important;
  --bs-dropdown-link-padding-x: 1rem !important;
  --bs-dropdown-border-radius: 0.375rem !important;
  padding: var(--bs-dropdown--padding-y) var(--bs-dropdown-link-padding-x);
  border-radius: var(--bs-dropdown-border-radius) !important;
}

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

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

.oak-logo {
  max-width: 70px;
  transform: scale(1.4);
}

.progress-wrap .progress-circle {
  border-radius: 100%;
}

.progress-wrap svg.progress-circle path {
  transition: all 100ms ease !important;
}

.progress-wrap::after {
  content: "\f062" !important;
  font-weight: 300 !important;
  font-family: "Font Awesome 6 Pro" !important;
  --fa: "\f062";
  --fa--fa: "\f062\f062";
  font-size: 18px !important;
}

@media (min-width: 992px) {
  .embla-carousel-certificates .embla__slide {
    transform: translate3d(0, 0, 0) !important;
    flex: 0 0 15%;
  }

  .embla-carousel .embla__slide {
    transform: translate3d(0, 0, 0) !important;
    flex: 0 0 70%;
  }

  .embla-carousel .embla__active {
    transform: translate3d(0, 0, 0) scale(1.08) !important;
    padding: 0 4rem 0 5rem !important;
    transition:
      transform 0.3s ease-in-out 0s;
    backface-visibility: hidden;
  }
}

.embla-carousel .embla__slide {
  transition:
    transform 0.3s ease-in-out 0s
}

.oak-language-dropdown .btn.btn-outline-white.dropdown-toggle.border-0.me-3.m-xl-0 {
  font-weight: 600 !important;
}

.oak-language-dropdown .dropdown-menu:has(.show) {
  display: flex !important;
  flex-direction: column;
  padding: 0.5rem;
  border-radius: 0.375rem !important;
}

.oak-language-dropdown .dropdown-menu li {
  display: block;
  margin: 0 !important;
  width: 100%;
}

.oak-language-dropdown .dropdown-menu li a {
  margin: 0 !important;
}

.oak-language-dropdown .dropdown-menu a {
  color: black;
  font-weight: 500;
}

.oak-language-dropdown .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--accent);
  border-radius: var(--bs-dropdown-border-radius);
}

.oak-language-dropdown .dropdown-item:hover,
.oak-language-dropdown .dropdown-item:focus {
  border-radius: var(--bs-dropdown-border-radius);
}

@media only screen and (max-width: 991px) {
  .main-menu #mainNav .oak-socials a {
    padding: 0 !important;
  }

  .main-menu #mainNav .oak-socials {
    padding: 1rem 0.65rem !important
  }
}

.pinned-image__container-overlay {
  background: rgba(0, 0, 0, 0.35) !important;
}

.filter-darken-25 {
  filter: brightness(0.75);
}

.filter-darken-35 {
  filter: brightness(0.65);
}

.filter-darken-50 {
  filter: brightness(0.5);
}

.filter-darken-75 {
  filter: brightness(0.25);
}

.pt-0x2 {
  padding-top: 0;
}

.pt-1x2 {
  padding-top: 0.5rem;
}

.pt-2x2 {
  padding-top: 1rem;
}

.pt-3x2 {
  padding-top: 2rem;
}

.pt-4x2 {
  padding-top: 3rem;
}

.pt-5x2 {
  padding-top: 6rem;
}

.pb-0x2 {
  padding-bottom: 0;
}

.pb-1x2 {
  padding-bottom: 0.5rem;
}

.pb-2x2 {
  padding-bottom: 1rem;
}

.pb-3x2 {
  padding-bottom: 2rem;
}

.pb-4x2 {
  padding-bottom: 3rem;
}

.pb-5x2 {
  padding-bottom: 6rem;
}

.aspect-ratio-4x3 {
  aspect-ratio: 4 / 3;
}

.aspect-ratio-3x4 {
  aspect-ratio: 3 / 4;
}

.aspect-ratio-3x4 {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-16x9 {
  aspect-ratio: 16 / 9;
}

.aspect-ratio-9x16 {
  aspect-ratio: 9 / 16;
}

.oak-badge {
  opacity: 0.95;
  border-radius: 100px;
  padding: 5px 13px;
}

.ohc-search-container {
  flex-wrap: wrap !important;
  padding-top: 0 !important;
}

.ohc-btn-primary {
  background-color: var(--accent);
  color: white;
}

.ohc-btn-primary:hover {
  box-shadow: var(--bs-btn-focus-box-shadow);
  border: 1px solid black !important;
}

.form-select {
  min-height: 50px;
  border-color: #ededed;
  color: #333;
  cursor: pointer;
}

.form-select:focus,
.form-check-input[type="checkbox"]:focus {
  border-color: #ddd;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
}

.form-check-input:checked {
  background-color: var(--accent);
  border-color: var(--accent);
}

.form-check-input[type="checkbox"] {
  transition: all 0.3s ease;
  cursor: pointer;
}

.modal-content {
  padding: 8px 6px !important;
  overflow-x: hidden;
}

.btn-primary,
.btn-success {
  border: none;
  color: #fff;
  background: var(--accent);
  outline: none;
  cursor: pointer;
  display: inline-flex;
  text-decoration: none;
  padding: 14px 25px 14px 25px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  gap: .5rem;
}

.ohc-btn-add-room {
  background-color: transparent !important;
  outline: 1px solid var(--button-outline-dark) !important;
  color: var(--button-outline-dark) !important;
}

.ohc-btn-add-room:hover {
  color: white !important;
}

.btn-primary:hover,
.btn-success:hover {
  background-color: var(--button-hover) !important;
}

.datepicker-month-day {
  transition: 0.3s all ease;
}

.datepicker-month-day-start,
.datepicker-month-day-end {
  background-color: var(--accent) !important;
}

.datepicker-month-day-selected:not(.datepicker-month-day-start):not(.datepicker-month-day-end) {
  background-color: var(--button-hover) !important;
}

.ohc-search-occupancy-container .row .d-flex>div {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.card-occupancy-room {
  padding: 12px 14px;
}

.card-occupancy-room:disabled {
  background-color: var(--accent);
}

.ohc-occupancy-counter {
  min-width: 20px;
  text-align: center;
}

.btn-close {
  transition: all 0.3s ease-in-out;
}

.btn-close:hover {
  transform: rotate(90deg);
  opacity: 1;
}

.styled-select.lang-selector::after {
  font-family: "Font Awesome 6 Pro" !important;
  content: "\f0ac" !important;
}

a.box_contents {
  margin: 0 !important;
}

.oak-description p {
  margin-bottom: 0 !important;
}

.error_page {
  height: auto;
  margin: 50% auto;
}

.ohc-search-container {
  width: 100%;
}

#modalHowToArrivalElement .modal-content {
  padding: 0 !important;
}

@media (min-width: 992px) {
  :root {
    --h1-font-size: 40px;
    --h2-font-size: 32px;
    --h3-font-size: 26px;
    --h4-font-size: 22px;
    --h5-font-size: 20px;
    --h6-font-size: 20px;
  }

  .error_page {
    height: 100vh;
    margin: auto;
  }

  .oak-logo {
    transform: scale(1.7);
  }
}

@media only screen and (max-width: 991px) {
  .main-menu {
    overflow-y: auto;
  }
}

@container ohc-search-container (max-width: 1085px) {
  .oak-search-field {
    flex: 1 0 0% !important;
  }
}

@container ohc-search-container (max-width: 680px) {
  .oak-search-field {
    flex-basis: 100% !important;
    width: 100% !important;
  }
}

.v-enter-active,
.v-leave-active {
  transition: opacity 0.5s ease;
}

.v-enter-from,
.v-leave-to {
  opacity: 0;
}
