*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 20px;
  width: 100vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media (max-width: 767px) {
  html {
    font-size: 6.25vw;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  html {
    font-size: 1.3888888889vw;
  }
}

body {
  position: relative;
  padding: 0;
  overflow-x: clip;
}

input {
  outline: none;
  box-shadow: none;
}
input:focus, input:hover {
  outline: none;
}

body {
  font-weight: 400;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}

img {
  vertical-align: middle;
}

a {
  text-decoration: none;
}

b {
  font-weight: 700;
}

button {
  outline: none;
  box-shadow: none;
  border: none;
}

fieldset {
  border: transparent;
}

.section__title {
  font-family: "Cormorant", serif;
  font-weight: 600;
  line-height: 108%;
}
@media (max-width: 767px) {
  .section__title {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .section__title {
    font-size: 2.4rem;
  }
}

.page__title {
  line-height: 100%;
}

.wrap {
  position: relative;
  width: 100%;
  max-width: 61.1rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wrap {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

.main {
  position: relative;
}

@media (max-width: 767px) {
  .logo {
    display: none;
  }
}
@media (min-width: 768px) {
  .logo {
    height: 3rem;
    display: inline-flex;
  }
}
.logo img {
  width: auto;
  height: 100%;
}

.btn {
  cursor: pointer;
  outline: none;
}
.btn--primary {
  width: 100%;
  max-width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b1945f;
  color: #fff;
  border: 0.05rem solid #b1945f;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .btn--primary {
    padding: 0.4rem 0.5rem;
    font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .btn--primary {
    padding: 0.55rem 0.75rem;
    font-size: 0.8rem;
  }
}

.divider-img {
  width: 100%;
}
@media (max-width: 767px) {
  .divider-img {
    height: 24.5rem;
  }
  .divider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 768px) {
  .divider-img {
    max-width: 96rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
}

.social {
  margin-top: 0.9rem;
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
@media (max-width: 767px) {
  .social {
    justify-content: center;
  }
}
.social__link {
  display: flex;
  align-items: center;
  column-gap: 0.75rem;
}
.social__label {
  font-size: 0.6rem;
  color: #fff;
  text-decoration: underline;
}
.social img {
  width: 0.9rem;
  height: auto;
}

.about {
  background-color: #faf6ef;
}
@media (max-width: 767px) {
  .about {
    padding: 3.15rem 0;
  }
}
@media (min-width: 768px) {
  .about {
    padding: 6.1rem 0;
  }
}
.about .wrap {
  display: grid;
}
@media (max-width: 767px) {
  .about .wrap {
    row-gap: 2.4rem;
  }
}
@media (min-width: 768px) {
  .about .wrap {
    grid-template-columns: 49.5rem 1fr;
    column-gap: 6.5rem;
    max-width: 81.5rem;
  }
}
@media (max-width: 767px) {
  .about__img {
    height: 17.5rem;
  }
}
@media (min-width: 768px) {
  .about__img {
    height: 32.2rem;
  }
}
.about__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .section__title {
  line-height: 100%;
}
@media (max-width: 767px) {
  .about .section__title br {
    display: contents;
  }
}
.about .section__desc {
  line-height: normal;
}
@media (max-width: 767px) {
  .about .section__desc {
    margin-top: 1.5rem;
    font-size: 0.6rem;
  }
}
@media (min-width: 768px) {
  .about .section__desc {
    margin-top: 2.6rem;
    font-size: 0.8rem;
  }
}
@media (max-width: 767px) {
  .about .section__desc p:not(:first-child) {
    margin-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .about .section__desc p:not(:first-child) {
    margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  .amenities {
    padding: 2.25rem 0 1rem;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .amenities {
    padding: 7.85rem;
  }
}
@media (max-width: 767px) {
  .amenities + .divider-img {
    display: none;
  }
}
@media (max-width: 767px) {
  .amenities .wrap {
    display: contents;
  }
}
@media (min-width: 768px) {
  .amenities .wrap {
    display: grid;
    grid-template-columns: 1fr 31.35rem;
    column-gap: 5.04rem;
  }
  .amenities .wrap:not(:first-child) {
    margin-top: 5rem;
  }
}
@media (max-width: 767px) {
  .amenities__img {
    order: 2;
    min-height: 9.1rem;
    margin-top: 0.75rem;
  }
}
@media (min-width: 768px) {
  .amenities__img {
    min-height: 20.4rem;
  }
}
.amenities__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .amenities__box {
    padding: 0 1.6rem;
  }
}
.amenities .section__title {
  line-height: 100%;
}
@media (max-width: 767px) {
  .amenities .section__desc {
    margin-top: 1.75rem;
    margin-bottom: 0.65rem;
    font-size: 0.6rem;
    line-height: normal;
  }
}
@media (min-width: 768px) {
  .amenities .section__desc {
    max-width: 18rem;
    font-size: 0.8rem;
    line-height: 1.5;
  }
}
.amenities .section__desc p:not(:first-child) {
  margin-top: 1rem;
}
.amenities .section__desc h3 {
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  border-bottom: 0.05rem solid #000;
  font-family: "Cormorant", serif;
}
@media (max-width: 767px) {
  .amenities .section__desc h3 {
    padding-bottom: 0.8rem;
    font-size: 0.8rem;
  }
}
@media (min-width: 768px) {
  .amenities .section__desc h3 {
    padding-bottom: 2.25rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .amenities .section__desc ul,
  .amenities .section__desc ol {
    margin-top: 0.75rem;
    padding-left: 0.75rem;
  }
}
@media (min-width: 768px) {
  .amenities .section__desc ul,
  .amenities .section__desc ol {
    margin-top: 2.25rem;
    padding-left: 1rem;
  }
}
.amenities__text {
  font-weight: 400;
}
@media (max-width: 767px) {
  .amenities__text {
    margin-top: 2.25rem;
    font-size: 0.6rem;
    line-height: normal;
  }
}
@media (min-width: 768px) {
  .amenities__text {
    margin-top: 2.5rem;
    max-width: 18rem;
    font-size: 0.8rem;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .amenities__text p:not(:first-child) {
    margin-top: 1rem;
  }
}

.bullets {
  position: sticky;
  z-index: 1;
  bottom: 0;
  width: 100%;
  background-color: #000;
}
@media (max-width: 767px) {
  .bullets {
    padding: 0.6rem 0;
  }
}
@media (min-width: 768px) {
  .bullets {
    padding: 1.3rem 0 1rem;
  }
}
.bullets .wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .bullets__list {
    display: none;
  }
}
@media (min-width: 768px) {
  .bullets__list {
    margin: 0 4.3rem;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 0.6rem;
    text-align: center;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .bullets .btn {
    max-width: inherit;
  }
}
@media (min-width: 768px) {
  .bullets .btn {
    margin-left: auto;
  }
  .bullets .btn:hover {
    background-color: #fff;
    color: #000;
    border-color: #fff;
  }
}

.contact {
  background-color: #b1945f;
}
@media (max-width: 767px) {
  .contact {
    padding: 2.25rem 0;
  }
}
@media (min-width: 768px) {
  .contact {
    padding: 4.85rem 0;
  }
}
.contact .wrap {
  max-width: 35rem;
}
.contact__title {
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  color: #fff;
}
.contact__desc {
  text-align: center;
  color: #fff;
  line-height: normal;
}
@media (max-width: 767px) {
  .contact__desc {
    margin-top: 1.4rem;
    font-size: 0.6rem;
  }
}
@media (min-width: 768px) {
  .contact__desc {
    max-width: 28rem;
    margin: 2.25rem auto 0;
    font-size: 0.8rem;
  }
}
@media (max-width: 767px) {
  .contact__box {
    margin-top: 1.65rem;
  }
}
@media (min-width: 768px) {
  .contact__box {
    margin-top: 2.1rem;
  }
}
.contact .b24-form-header,
.contact .b24-form-sign {
  display: none;
}
.contact .b24-form-wrapper.b24-form-border-bottom {
  border: none;
  box-shadow: none;
  background-color: transparent;
}
.contact .b24-form-btn {
  background-color: #fff;
  color: #b1945f;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.contact .b24-form-control-list .b24-form-control,
.contact .b24-form-control-select .field-item,
.contact .b24-form-control-string .b24-form-control,
.contact .b24-form-control-text .b24-form-control {
  background-color: #bea371;
}
.contact .b24-form-control-icon-after .b24-form-control,
.contact .b24-form-control-icon-after .b24-form-control-label {
  color: #fff;
}
.contact .b24-form-control {
  font-family: "Montserrat", sans-serif;
}

.contact-us {
  position: fixed;
  z-index: 1;
}
@media (max-width: 767px) {
  .contact-us {
    bottom: 0.5rem;
    right: 0.5rem;
  }
}
@media (min-width: 768px) {
  .contact-us {
    bottom: 1.2rem;
    right: 2rem;
  }
}
.contact-us__box {
  position: absolute;
  bottom: 3.25rem;
  width: 100%;
  max-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.75rem;
  overflow: hidden;
  transition: 0.3s max-height;
}
.contact-us__box--show {
  max-height: 10rem;
}
.contact-us__btn {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #b1945f;
  color: #fff;
  cursor: pointer;
  border: none;
}
.contact-us__btn svg {
  height: auto;
  width: 1rem;
}
.contact-us__link {
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #faf6ef;
  color: #000;
  overflow: hidden;
}
.contact-us__link svg {
  height: auto;
  width: 0.95rem;
}

@media (max-width: 767px) {
  .details {
    padding: 2.25rem 0;
  }
}
@media (min-width: 768px) {
  .details {
    padding: 8rem 0;
  }
}
.details .section__title {
  text-align: center;
}
.details .section__desc {
  text-align: center;
}
@media (max-width: 767px) {
  .details .section__desc {
    margin-top: 1.1rem;
    font-size: 0.6rem;
  }
}
@media (min-width: 768px) {
  .details .section__desc {
    margin-top: 3.5rem;
    font-size: 1rem;
  }
}
.details .section__desc p:has(strong) {
  font-weight: 700;
}
@media (min-width: 768px) {
  .details .section__desc p:has(strong) {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .details .section__desc p:not(:has(strong)) {
    margin-top: 0.2rem;
  }
}
@media (min-width: 768px) {
  .details .section__desc p:not(:has(strong)) {
    margin-top: 1rem;
  }
}
.details__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .details__list {
    margin: 1.2rem auto 0;
  }
}
@media (min-width: 768px) {
  .details__list {
    max-width: 33rem;
    margin: 3.6rem auto 0;
  }
}
.details__item {
  justify-self: center;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .details__item {
    font-size: 0.6rem;
  }
}
@media (min-width: 768px) {
  .details__item {
    font-size: 1.6rem;
  }
}
.details__item span {
  font-family: "Cormorant", serif;
  font-weight: 700;
}
@media (max-width: 767px) {
  .details__item span {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .details__item span {
    font-size: 2.4rem;
  }
}
.details__item strong {
  margin-top: 0.5rem;
  display: block;
  font-weight: 600;
}

.footer {
  background-color: #121212;
}
.footer .wrap:has(.footer__copyright) {
  display: contents;
}
.footer .wrap:not(:has(.footer__copyright)) {
  display: grid;
}
@media (max-width: 767px) {
  .footer .wrap:not(:has(.footer__copyright)) {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}
@media (min-width: 768px) {
  .footer .wrap:not(:has(.footer__copyright)) {
    padding: 4.25rem 0;
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer__logo {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .footer__logo {
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .footer__logo {
    padding-left: 6.75rem;
    column-gap: 3.3rem;
  }
}
@media (max-width: 767px) {
  .footer__img--primaluxury {
    max-width: 5rem;
    transform: translateY(-0.5rem);
  }
}
@media (min-width: 768px) {
  .footer__img--primaluxury {
    max-width: 8rem;
    transform: translateY(-0.7rem);
  }
}
@media (max-width: 767px) {
  .footer__img--emirates {
    max-width: 5rem;
  }
}
@media (min-width: 768px) {
  .footer__img--emirates {
    max-width: 8.7rem;
  }
}
@media (max-width: 767px) {
  .footer__img--hilton {
    max-width: 5.65rem;
  }
}
@media (min-width: 768px) {
  .footer__img--hilton {
    max-width: 9.7rem;
  }
}
.footer__img img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .footer__box {
    margin-top: 2.1rem;
  }
}
@media (min-width: 768px) {
  .footer__box {
    padding-left: 5rem;
  }
}
.footer__phone-list {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .footer__phone-list {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .footer__phone-list {
    column-gap: 2.5rem;
  }
}
.footer__phone-link {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  line-height: 200%;
  color: #fff;
}
@media (max-width: 767px) {
  .footer__phone-link {
    font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .footer__phone-link {
    font-size: 0.6rem;
  }
}
.footer__phone-link::before {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  display: inline-flex;
  background-color: #fff;
  content: "";
}
.footer__title {
  font-weight: 700;
  font-size: 0.6rem;
  line-height: 200%;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 767px) {
  .footer__title {
    text-align: center;
  }
}
.footer__link {
  margin-top: 1.7rem;
  display: block;
  font-weight: 700;
  line-height: 121%;
  color: #fff;
}
@media (max-width: 767px) {
  .footer__link {
    text-align: center;
    font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .footer__link {
    font-size: 0.65rem;
  }
}
.footer__copyright {
  text-align: center;
  border-top: 0.05rem solid #b1945f;
  color: #fff;
  line-height: 200%;
}
@media (max-width: 767px) {
  .footer__copyright {
    padding: 0.25rem 1.6rem 1.1rem;
    font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .footer__copyright {
    padding: 1rem 0 1.5rem;
    font-size: 0.6rem;
  }
}

@media (max-width: 767px) {
  .location {
    padding: 2.25rem 0 0;
  }
}
@media (min-width: 768px) {
  .location {
    padding: 8rem 0;
  }
}
.location .section__title span {
  text-transform: uppercase;
}
.location__list {
  display: grid;
}
@media (max-width: 767px) {
  .location__list {
    margin: 1.5rem auto 0;
    max-width: calc(100% - 1.3rem);
  }
}
@media (min-width: 768px) {
  .location__list {
    margin-top: 3rem;
    grid-template-columns: repeat(3, max-content);
    column-gap: 3rem;
  }
}
.location__text {
  line-height: normal;
}
@media (max-width: 767px) {
  .location__text {
    font-size: 0.6rem;
  }
}
@media (min-width: 768px) {
  .location__text {
    padding-right: 3rem;
    font-size: 1rem;
    border-right: 0.05rem solid #000;
  }
}
@media (max-width: 767px) {
  .location__text:nth-child(2), .location__text:nth-child(4) {
    padding-bottom: 1rem;
    border-bottom: 0.05rem solid #000;
  }
}
@media (max-width: 767px) {
  .location__text:nth-child(3), .location__text:nth-child(5) {
    padding-top: 1rem;
  }
}
@media (min-width: 768px) {
  .location__text:nth-child(3), .location__text:nth-child(6) {
    padding-right: 0;
    border-right: none;
  }
}
.location__text strong {
  font-weight: 600;
}
.location__bg {
  overflow: hidden;
}
@media (max-width: 767px) {
  .location__bg {
    height: 22.2rem;
    margin: 2.25rem -1.6rem 0;
  }
}
@media (min-width: 768px) {
  .location__bg {
    height: 26.35rem;
    margin-top: 3rem;
  }
}
.location__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location__container {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.location__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.location__content .wrap {
  height: 100%;
}
@media (min-width: 768px) {
  .location__content .wrap {
    max-width: 58.25rem;
  }
}
.location__label {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  display: block;
  text-align: center;
  color: #000;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s opacity;
}
@media (max-width: 767px) {
  .location__label {
    font-size: 0.6rem;
  }
}
@media (min-width: 768px) {
  .location__label {
    font-size: 1rem;
  }
}
.location__label img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .location__label:has(img) {
    bottom: -3.5rem;
  }
}
@media (min-width: 768px) {
  .location__label:has(img) {
    bottom: -5rem;
  }
}
.location__button {
  position: relative;
  background-color: #121212;
  border-radius: 50%;
  cursor: pointer;
  transform: scale(1);
  transition: 0.3s transform;
}
@media (max-width: 767px) {
  .location__button {
    width: 1.05rem;
    height: 1.05rem;
  }
}
@media (min-width: 768px) {
  .location__button {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.location__button::before, .location__button::after {
  position: absolute;
  background-color: #fff;
  content: "";
}
.location__button::before {
  opacity: 1;
  transform: rotate(0);
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .location__button::before {
    top: calc(50% - 0.25rem);
    left: calc(50% - 0.025rem);
    width: 0.05rem;
    height: 0.5rem;
  }
}
@media (min-width: 768px) {
  .location__button::before {
    top: calc(50% - 0.3rem);
    left: calc(50% - 0.05rem);
    width: 0.1rem;
    height: 0.65rem;
  }
}
@media (max-width: 767px) {
  .location__button::after {
    top: calc(50% - 0.025rem);
    left: calc(50% - 0.25rem);
    width: 0.5rem;
    height: 0.05rem;
  }
}
@media (min-width: 768px) {
  .location__button::after {
    top: calc(50% - 0.05rem);
    left: calc(50% - 0.3rem);
    width: 0.65rem;
    height: 0.1rem;
  }
}
.location__img {
  width: auto;
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  .location__img {
    height: 25rem;
  }
}
@media (min-width: 768px) {
  .location__img {
    height: 37.25rem;
  }
}
.location__item {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .location__item {
    width: 6rem;
    row-gap: 0.2rem;
  }
  .location__item:first-child {
    top: 11.7rem;
    left: 1.8rem;
  }
  .location__item:nth-child(2) {
    top: 4.8rem;
    right: 2.2rem;
  }
  .location__item:nth-child(3) {
    top: 9.2rem;
    left: 0.8rem;
  }
  .location__item:nth-child(4) {
    display: none;
  }
  .location__item:nth-child(5) {
    bottom: 6.1rem;
    left: 1.8rem;
  }
  .location__item:nth-child(6) {
    bottom: 4.3rem;
    right: 2.7rem;
  }
  .location__item:nth-child(7) {
    bottom: 3.7rem;
    left: 2.5rem;
  }
  .location__item:nth-child(7) span {
    bottom: -2.5rem;
  }
}
@media (min-width: 768px) {
  .location__item {
    width: 9.35rem;
    row-gap: 0.7rem;
  }
  .location__item:first-child {
    top: 18rem;
    left: 19.5rem;
  }
  .location__item:nth-child(2) {
    top: 6.8rem;
    right: 20.5rem;
  }
  .location__item:nth-child(3) {
    top: 13.8rem;
    left: 18.2rem;
  }
  .location__item:nth-child(4) {
    bottom: 13.2rem;
    left: 7.8rem;
  }
  .location__item:nth-child(5) {
    bottom: 9.2rem;
    left: 19.6rem;
  }
  .location__item:nth-child(6) {
    bottom: 6.5rem;
    left: 28.4rem;
  }
  .location__item:nth-child(7) {
    bottom: 5.4rem;
    left: 21rem;
  }
  .location__item:nth-child(7) span {
    bottom: -3.5rem;
  }
}
.location__item--active .location__button {
  transform: scale(1.3);
}
.location__item--active .location__button:before {
  opacity: 0;
  transform: rotate(90deg);
}
.location__item--active .location__label {
  opacity: 1;
  transition: 0.5s opacity;
}

@media (max-width: 767px) {
  .payment {
    padding: 3.35rem 0;
  }
}
@media (min-width: 768px) {
  .payment {
    padding: 9rem 0 11.2rem;
  }
}
.payment .wrap {
  max-width: 81.5rem;
}
.payment .section__title {
  text-align: center;
  text-transform: uppercase;
}
.payment__list {
  display: grid;
}
@media (max-width: 767px) {
  .payment__list {
    margin-top: 2.5rem;
  }
}
@media (min-width: 768px) {
  .payment__list {
    margin-top: 7.25rem;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 5.535rem;
  }
}
.payment__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .payment__item {
    padding: 1.35rem 0;
  }
  .payment__item:not(:last-child) {
    border-bottom: 0.05rem solid #000;
  }
}
@media (min-width: 768px) {
  .payment__item {
    padding: 0 3rem;
  }
  .payment__item:not(:first-child):not(:nth-child(5))::before {
    position: absolute;
    top: calc(50% - 1.7rem);
    left: 0;
    width: 0.05rem;
    height: 3.4rem;
    background-color: #000;
    content: "";
  }
}
.payment__num {
  font-weight: 600;
  font-family: "Cormorant", serif;
}
@media (max-width: 767px) {
  .payment__num {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
@media (min-width: 768px) {
  .payment__num {
    font-size: 3.6rem;
    line-height: 5rem;
  }
}
.payment__desc {
  text-align: center;
  font-weight: 600;
  font-family: "Cormorant", serif;
}
@media (max-width: 767px) {
  .payment__desc {
    font-size: 0.6rem;
  }
}
@media (min-width: 768px) {
  .payment__desc {
    font-size: 1.8rem;
  }
}
.payment__desc span {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .payment__desc span {
    font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .payment__desc span {
    font-size: 1rem;
  }
}

.primary {
  position: relative;
}
@media (max-width: 767px) {
  .primary {
    height: 24.5rem;
    padding-top: 3.25rem;
  }
}
@media (min-width: 768px) {
  .primary {
    height: 51.2rem;
    padding-top: 7rem;
    padding-left: 9rem;
  }
}
.primary__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .primary__img--hilton {
    max-width: 6rem;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .primary__img--hilton {
    max-width: 17.1rem;
  }
}
@media (max-width: 767px) {
  .primary__img--emirates {
    max-width: 5.3rem;
    margin-top: 2.25rem;
  }
}
@media (min-width: 768px) {
  .primary__img--emirates {
    max-width: 9.35rem;
    margin-top: 4.65rem;
  }
}
.primary__img img {
  width: 100%;
  height: auto;
}
.primary__img-text {
  display: block;
  font-weight: 700;
  font-size: 0.6rem;
  color: #fff;
}
@media (max-width: 767px) {
  .primary__img-text {
    margin-bottom: 0.3rem;
  }
}
@media (min-width: 768px) {
  .primary__img-text {
    margin-bottom: 1.4rem;
  }
}
.primary__desc {
  font-family: "Oooh Baby", cursive;
  line-height: 96%;
  text-transform: capitalize;
  color: #fff;
}
@media (max-width: 767px) {
  .primary__desc {
    max-width: 7.5rem;
    margin-top: 2rem;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .primary__desc {
    max-width: 18.3rem;
    margin-top: 4.25rem;
    font-size: 2.3rem;
  }
}

@media (max-width: 767px) {
  .unit-types {
    padding: 2.25rem 0;
  }
}
@media (min-width: 768px) {
  .unit-types {
    padding: 8rem 0;
  }
}
.unit-types .section__title {
  text-align: center;
}
@media (max-width: 767px) {
  .unit-types__divider {
    display: none;
  }
}
.unit-types__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
@media (max-width: 767px) {
  .unit-types__list {
    margin-top: 2.75rem;
  }
}
@media (min-width: 768px) {
  .unit-types__list {
    margin-top: 5rem;
    gap: 4.5rem 2.5rem;
  }
}
.unit-types__item {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .unit-types__item {
    width: 100%;
    row-gap: 0.5rem;
    max-width: calc(100% - 1.3rem);
  }
}
@media (min-width: 768px) {
  .unit-types__item {
    padding-right: 2.5rem;
    row-gap: 1rem;
    border-right: 0.05rem solid #000;
  }
}
@media (min-width: 768px) {
  .unit-types__item:nth-child(3), .unit-types__item:nth-child(5) {
    border-right: none;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .unit-types__item:not(:last-child) {
    padding-bottom: 1.25rem;
    border-bottom: 0.05rem solid #000;
  }
}
@media (max-width: 767px) {
  .unit-types__item:not(:first-child) {
    padding-top: 1.25rem;
  }
}
.unit-types__title {
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .unit-types__title {
    font-size: 0.6rem;
  }
}
@media (min-width: 768px) {
  .unit-types__title {
    font-size: 1.2rem;
  }
}
.unit-types__desc {
  line-height: normal;
}
@media (max-width: 767px) {
  .unit-types__desc {
    font-size: 0.6rem;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .unit-types__desc {
    font-size: 0.8rem;
  }
}
.unit-types__cta {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .unit-types__cta {
    margin-top: 2.25rem;
  }
}
@media (min-width: 768px) {
  .unit-types__cta {
    margin-top: 5rem;
  }
}
.unit-types__cta .btn {
  max-width: 16rem;
}
.unit-types__cta .btn:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.page {
  color: #000;
  line-height: normal;
}
@media (max-width: 767px) {
  .page {
    padding: 2.5rem 0;
  }
}
@media (min-width: 768px) {
  .page {
    padding: 4rem 0;
  }
}
@media (min-width: 768px) {
  .page .wrap {
    max-width: 49.5rem;
  }
}
.page__title {
  font-family: "Cormorant", serif;
  font-weight: 600;
  line-height: 108%;
}
@media (max-width: 767px) {
  .page__title {
    font-size: 0.8rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .page__title {
    font-size: 1.6rem;
    margin-bottom: 1.25rem;
  }
}
.page h2,
.page h3 {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.page ol,
.page ul {
  padding-left: 1rem;
}
.page ol:not(:last-child),
.page ul:not(:last-child) {
  margin-bottom: 0.8rem;
}
.page p,
.page ul,
.page ol {
  font-weight: 300;
  font-size: 0.8rem;
}
.page p:not(:last-child) {
  margin-bottom: 0.8rem;
}
.page a {
  color: #000;
  text-decoration: underline;
}
.page-thankyou {
  min-height: 40vh;
  padding: 20vh 0;
}
.page-thankyou__box {
  max-width: 36rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  color: #000;
  text-align: center;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 767px) {
  .page-thankyou__box {
    row-gap: 1rem;
    font-size: 0.6rem;
  }
}
@media (min-width: 768px) {
  .page-thankyou__box {
    font-size: 0.8rem;
    row-gap: 2rem;
  }
}/*# sourceMappingURL=main.css.map */