.hero {
  min-height: 100dvh;
  padding-top: 160px;
  position: relative;
  padding-bottom: 40px;
}
@media (max-width: 1080px) {
  .hero {
    padding-top: 96px;
    padding-bottom: 64px;
  }
}
.hero:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(12, 14, 22, 0) 25.61%, rgba(12, 14, 22, 0.5) 76.61%);
  z-index: 1;
}
.hero__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .location {
  padding: 16px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(240, 222, 202, 0.0784313725);
  display: inline-flex;
  border-radius: 8px;
}
@media (max-width: 992px) {
  .hero .location {
    padding: 8px;
  }
}
.hero .location .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}
.hero .location .icon img, .hero .location .icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero__title {
  text-transform: uppercase;
}
@media (max-width: 1080px) {
  .hero__title {
    margin-top: 10px;
  }
}
.hero__title strong {
  color: #B0785A;
}
.hero__sub-title {
  max-width: 397px;
}

.place {
  padding-top: 128px;
}
@media (max-width: 1180px) {
  .place {
    padding-top: 64px;
  }
}
.place__heading-row {
  position: relative;
}
.place__sub-title {
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  left: 0;
  bottom: 134px;
  max-width: 350px;
}
.place__sub-title strong {
  font-weight: 700;
}
@media (max-width: 1080px) {
  .place__sub-title {
    position: static;
    margin-top: 16px;
  }
}
@media (max-width: 992px) {
  .place__sub-title {
    font-size: 16px;
    max-width: 300px;
  }
}
.place__title {
  text-transform: uppercase;
}
.place__title strong {
  color: #B0785A;
}
.place__title span {
  padding-left: 401px;
  line-height: 80%;
  display: block;
}
@media (max-width: 1250px) {
  .place__title span {
    padding-left: 300px;
  }
}
@media (max-width: 1080px) {
  .place__title span {
    padding-left: 0;
    line-height: 120%;
  }
  .place__title span br {
    display: none;
  }
}
.place__bg {
  position: relative;
  min-height: 909px;
  margin-top: -180px;
}
@media (max-width: 1080px) {
  .place__bg {
    min-height: 700px;
  }
}
@media (max-width: 992px) {
  .place__bg {
    min-height: 450px;
    margin-top: 64px;
  }
}
.place__bg__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.place__bg__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.place__bg__content {
  padding-top: 432px;
}
@media (max-width: 1080px) {
  .place__bg__content {
    padding-top: 232px;
  }
}
@media (max-width: 992px) {
  .place__bg__content {
    padding-top: 0;
  }
}
.place__bg__heading-1 {
  text-align: right;
  margin-left: auto;
  max-width: 610px;
}
@media (max-width: 1080px) {
  .place__bg__heading-1 {
    max-width: 450px;
  }
}
@media (max-width: 992px) {
  .place__bg__heading-1 {
    max-width: 220px;
  }
}
.place__bg__heading-2 {
  margin-top: 48px;
  max-width: 480px;
}
@media (max-width: 992px) {
  .place__bg__heading-2 {
    max-width: 220px;
  }
}
.place__bg .h4 {
  text-transform: uppercase;
}

.looks {
  padding-top: 80px;
}
@media (max-width: 1180px) {
  .looks {
    padding-top: 64px;
  }
}
@media (max-width: 992px) {
  .looks__heading-row {
    flex-direction: column;
    row-gap: 16px;
    align-items: flex-start;
  }
}
.looks__heading {
  max-width: 505px;
  text-transform: uppercase;
}
@media (max-width: 1080px) {
  .looks__heading {
    max-width: 450px;
  }
}
.looks__heading strong {
  color: #B0785A;
}
.looks__desc {
  width: calc(100% - 628px);
}
@media (max-width: 1080px) {
  .looks__desc {
    width: calc(100% - 500px);
  }
}
@media (max-width: 992px) {
  .looks__desc {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .looks__desc .main-btn {
    width: 100%;
  }
}
.looks .swiper-row {
  margin-top: 48px;
}
@media (max-width: 1180px) {
  .looks .swiper-row {
    margin-top: 32px;
  }
}
.looks .swiper-row .splide__slide {
  cursor: pointer;
}
.looks .swiper-row .splide__slide:has(video) {
  position: relative;
}
.looks .swiper-row .splide__slide:has(video):before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: url(../../images/play.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.looks .swiper-row .splide__slide img, .looks .swiper-row .splide__slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  pointer-events: none;
}
.looks .swiper-row .splide__pagination {
  display: none;
}
.looks .swiper-row .splide__arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FFFFFF;
  opacity: 0.64;
  transition: 0.3s;
}
.looks .swiper-row .splide__arrow:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
}
.looks .swiper-row .splide__arrow.splide__arrow--prev:before {
  background: url(../../images/arrow-prev.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.looks .swiper-row .splide__arrow.splide__arrow--next:before {
  background: url(../../images/arrow-next.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.looks .swiper-row .splide__arrow svg {
  display: none;
}

.why-we {
  padding-top: 128px;
}
@media (max-width: 1180px) {
  .why-we {
    padding-top: 64px;
  }
}
.why-we__item {
  position: relative;
  width: calc(41.5% - 8px);
}
.why-we__item:first-child, .why-we__item:last-child {
  width: calc(58.5% - 8px);
}
@media (max-width: 768px) {
  .why-we__item:first-child, .why-we__item:last-child {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .why-we__item {
    width: 100%;
  }
}
.why-we__item__image {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .why-we__item__image {
    height: 280px;
  }
}
.why-we__item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.why-we__item__desc {
  position: absolute;
  padding: 16px;
  width: 100%;
  max-width: 70%;
  left: 8px;
  bottom: 8px;
  border-radius: 8px;
  background: rgba(240, 222, 202, 0.0784313725);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-weight: 400;
}
@media (max-width: 768px) {
  .why-we__item__desc {
    max-width: calc(100% - 16px);
  }
}

.comfort {
  padding-top: 128px;
}
@media (max-width: 1180px) {
  .comfort {
    padding-top: 64px;
  }
}
@media (max-width: 992px) {
  .comfort__title br {
    display: none;
  }
}
.comfort__title span {
  display: block;
  text-align: right;
  transform: translateY(-60px);
}
@media (max-width: 992px) {
  .comfort__title span {
    transform: translateY(-30px);
    text-align: left;
  }
}
@media (max-width: 768px) {
  .comfort__title span {
    transform: translateY(-10px);
  }
}
.comfort__content {
  min-height: 480px;
}
@media (max-width: 768px) {
  .comfort__content {
    min-height: 520px;
  }
}
.comfort__content .flex-row {
  width: 100%;
}
@media (max-width: 1080px) {
  .comfort__content .flex-row {
    flex-direction: column-reverse;
    row-gap: 24px;
  }
}
@media (max-width: 1180px) {
  .comfort__content .flex-row .right {
    column-gap: 16px;
  }
}
@media (max-width: 992px) {
  .comfort__content .flex-row .right .main-btn {
    display: none;
  }
}
.comfort__content .flex-row .columns {
  max-width: 729px;
  width: 100%;
}
.comfort__content .flex-row .columns .col {
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  border-radius: 8px;
  background: rgba(240, 222, 202, 0.0784313725);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.comfort__content .flex-row .columns .col .col-heading {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.64;
}
.comfort__content .flex-row .columns .col .col-sub-heading {
  font-size: 18px;
  font-weight: 400;
}
.comfort__content .flex-row .price {
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
.comfort__content .flex-row .price strong {
  font-size: 40px;
}
@media (max-width: 1180px) {
  .comfort__content .flex-row .price strong {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .comfort__content .flex-row .price strong {
    font-size: 24px;
  }
}
.comfort__body {
  position: relative;
  margin-top: -130px;
}
@media (max-width: 992px) {
  .comfort__body {
    margin-top: -100px;
  }
}
@media (max-width: 768px) {
  .comfort__body {
    margin-top: -40px;
  }
}
.comfort__body:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180.01deg, rgba(12, 14, 22, 0) 0.01%, rgba(12, 14, 22, 0.4) 99.99%);
}
.comfort__bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.comfort__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rooms__heading-row {
  column-gap: 98px;
}
@media (max-width: 1280px) {
  .rooms__heading-row {
    column-gap: 64px;
  }
}
@media (max-width: 1180px) {
  .rooms__heading-row {
    column-gap: 24px;
  }
}
@media (max-width: 1080px) {
  .rooms__heading-row {
    flex-direction: column;
    row-gap: 8px;
  }
}
.rooms__heading-row .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
  position: relative;
}
@media (max-width: 1080px) {
  .rooms__heading-row .col {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 8px;
  }
}
.rooms__heading-row .col:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  right: -48px;
  background: rgba(255, 255, 255, 0.24);
}
@media (max-width: 1280px) {
  .rooms__heading-row .col:not(:last-child):after {
    right: -42px;
  }
}
@media (max-width: 1180px) {
  .rooms__heading-row .col:not(:last-child):after {
    right: -32px;
  }
}
@media (max-width: 1080px) {
  .rooms__heading-row .col:not(:last-child):after {
    width: 100%;
    height: 1px;
    right: auto;
    left: 0;
    bottom: 0;
    top: auto;
  }
}
@media (max-width: 1080px) {
  .rooms__heading-row .col .col-heading {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .rooms__heading-row .col .col-heading {
    max-width: 164px;
  }
}
.rooms__heading-row .col .col-sub-heading {
  font-size: 14px;
  opacity: 0.64;
  text-align: center;
}
.rooms__heading-row .col .col-sub-heading br {
  display: none;
}
@media (max-width: 768px) {
  .rooms__heading-row .col .col-sub-heading br {
    display: block;
  }
}
@media (max-width: 1080px) {
  .rooms__heading-row .col .col-sub-heading {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .rooms__heading-row .col .col-sub-heading {
    max-width: 121px;
  }
}
@media (max-width: 992px) {
  .rooms .rooms-swiper {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
}
.rooms .rooms-swiper .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.rooms .rooms-swiper .splide__pagination {
  display: none;
}
.rooms .rooms-swiper .splide__arrow:disabled {
  display: none;
}
.rooms .rooms-swiper .splide__arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FFFFFF;
  opacity: 0.64;
  transition: 0.3s;
}
.rooms .rooms-swiper .splide__arrow:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
}
.rooms .rooms-swiper .splide__arrow.splide__arrow--prev:before {
  background: url(../../images/arrow-prev.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.rooms .rooms-swiper .splide__arrow.splide__arrow--next:before {
  background: url(../../images/arrow-next.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.rooms .rooms-swiper .splide__arrow svg {
  display: none;
}
@media (max-width: 1080px) {
  .rooms__midle-row {
    flex-direction: column;
    row-gap: 8px;
  }
}
.rooms__midle-row .col {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
}
.rooms__midle-row .col:last-child {
  border-right: none;
}
@media (max-width: 1080px) {
  .rooms__midle-row .col:last-child {
    border-bottom: none;
  }
}
@media (max-width: 1080px) {
  .rooms__midle-row .col {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  }
}
.rooms__midle-row .col .col-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
  position: relative;
}
@media (max-width: 1080px) {
  .rooms__midle-row .col .col-inner {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 8px;
  }
}
.rooms__midle-row .col .col-sub-heading {
  font-size: 14px;
  opacity: 0.64;
  text-align: center;
}
@media (max-width: 1080px) {
  .rooms__midle-row .col .col-sub-heading {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .rooms__midle-row .col .col-sub-heading {
    max-width: 121px;
  }
}
.rooms__info {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}
@media (max-width: 1180px) {
  .rooms__info {
    row-gap: 60px;
  }
}
@media (max-width: 992px) {
  .rooms__info {
    row-gap: 32px;
  }
}
@media (max-width: 992px) {
  .rooms__info .room {
    flex-direction: column;
    row-gap: 16px;
  }
}
.rooms__info .room .left {
  width: 100%;
  max-width: 505px;
}
@media (max-width: 1180px) {
  .rooms__info .room .left {
    max-width: 405px;
  }
}
@media (max-width: 992px) {
  .rooms__info .room .left {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.rooms__info .room .left .plus {
  display: none;
}
@media (max-width: 992px) {
  .rooms__info .room .left .plus {
    display: flex;
    width: 16px;
    height: 16px;
    position: relative;
  }
  .rooms__info .room .left .plus.active:after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .rooms__info .room .left .plus:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #B0785A;
    transform: translate(-50%, -50%);
    transition: 0.3s;
  }
  .rooms__info .room .left .plus:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 1px;
    background: #B0785A;
    transform: translate(-50%, -50%);
    transition: 0.3s;
  }
}
.rooms__info .room .right {
  width: calc(100% - 523px);
}
@media (max-width: 1180px) {
  .rooms__info .room .right {
    width: calc(100% - 423px);
  }
}
@media (max-width: 992px) {
  .rooms__info .room .right {
    width: 100%;
    display: none;
  }
}
.rooms__info .room .right .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 24px;
  column-gap: 32px;
  flex-flow: row;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .rooms__info .room .right .list {
    row-gap: 16px;
  }
}
.rooms__info .room .right .list li {
  width: calc(50% - 16px);
  display: flex;
  align-items: center;
  column-gap: 16px;
}
@media (max-width: 768px) {
  .rooms__info .room .right .list li {
    width: 100%;
  }
}
.rooms__info .room .right .list li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}
.rooms__info .room .right .list li .icon img, .rooms__info .room .right .list li .icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  flex: 0 0 auto;
}

.rools__row {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .rools__row {
    flex-direction: column;
    row-gap: 20px;
  }
}
.rools__body {
  position: relative;
  padding: 66px 40px;
}
@media (max-width: 768px) {
  .rools__body {
    padding: 48px 8px;
  }
}
.rools__body:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 16px;
  background: linear-gradient(251.62deg, rgba(12, 14, 22, 0) 43.69%, rgba(12, 14, 22, 0.45) 74.93%, rgba(12, 14, 22, 0.45) 93.78%), linear-gradient(0deg, rgba(12, 14, 22, 0.16), rgba(12, 14, 22, 0.16));
}
.rools__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rools__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.info-section__body {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}
@media (max-width: 1180px) {
  .info-section__body {
    row-gap: 60px;
  }
}
@media (max-width: 992px) {
  .info-section__body {
    row-gap: 32px;
  }
}
@media (max-width: 768px) {
  .info-section__row {
    flex-direction: column;
    row-gap: 16px;
    align-items: flex-start;
  }
}
.info-section__row__heading {
  width: 505px;
}
@media (max-width: 992px) {
  .info-section__row__heading {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .info-section__row__heading {
    width: 100%;
  }
}
.info-section__row__desc {
  width: calc(100% - 628px);
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media (max-width: 1180px) {
  .info-section__row__desc {
    width: calc(100% - 540px);
  }
}
@media (max-width: 992px) {
  .info-section__row__desc {
    width: calc(100% - 300px);
  }
}
@media (max-width: 768px) {
  .info-section__row__desc {
    width: 100%;
  }
}
.info-section__row__desc ul {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}
.info-section__row__desc ul li {
  padding-left: 20px;
  position: relative;
}
.info-section__row__desc ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #FFFFFF;
}

.around {
  position: relative;
  padding-bottom: 239px;
}
@media (max-width: 1180px) {
  .around {
    padding-bottom: 160px;
  }
}
@media (max-width: 992px) {
  .around {
    padding-bottom: 0;
  }
}
.around__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.around__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.around__list {
  column-gap: 217px;
  width: 100%;
}
@media (max-width: 1180px) {
  .around__list {
    column-gap: 120px;
  }
}
@media (max-width: 1080px) {
  .around__list {
    column-gap: 32px;
  }
}
@media (max-width: 992px) {
  .around__list {
    grid-template-columns: repeat(2, 1fr) !important;
    row-gap: 24px;
  }
}
@media (max-width: 768px) {
  .around__list {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.around__column__row {
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .around__column__row {
    font-size: 16px;
  }
}
.around__column__row span {
  font-weight: 400;
  opacity: 0.64;
}
.around__column__list {
  display: flex;
  flex-direction: column;
  row-gap: 8.5px;
}
@media (max-width: 992px) {
  .around__column__list {
    row-gap: 10px;
  }
}

.booking {
  padding-top: 168px;
}
@media (max-width: 1180px) {
  .booking {
    padding-top: 128px;
  }
}