﻿.page__header {
  height: calc(100vh - 16rem);
  position: relative;
}
@media (max-width: 992px) {
  .page__header {
    height: 45vh;
  }
}
.page__header__slim {
  height: 60vh;
}
@media (max-width: 992px) {
  .page__header__slim {
    height: 31vh;
  }
}
.page__header__image, .page__header__video {
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  padding-bottom: calc(2.125rem + 10.5vw);
}
@media (min-width: 1200px) {
  .page__header__image, .page__header__video {
    padding-bottom: 10rem;
  }
}
@media (max-width: 992px) {
  .page__header__image, .page__header__video {
    padding: 0 4rem 2rem 4rem;
  }
}
.page__header__image h3, .page__header__video h3 {
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #fff;
  font-family: "proxima-nova", Arial, Tahoma, sans-serif;
  padding-bottom: 2rem;
  z-index: 1;
  letter-spacing: 0.2em;
}
@media (max-width: 992px) {
  .page__header__image h3, .page__header__video h3 {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    padding-bottom: 1rem;
  }
}
.page__header__image h5, .page__header__video h5 {
  z-index: 1;
  color: #fff;
}
@media (max-width: 992px) {
  .page__header__image h5, .page__header__video h5 {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.page__header__image.has-content:before, .page__header__video.has-content:before {
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  height: 40%;
  width: 100%;
  content: "";
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 0;
}
.page__header__video {
  width: 100%;
  height: 100%;
  z-index: 0;
}
.page__header__video .has-bg-video {
  object-fit: cover;
}
.page__header__video .bg-full {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.page__header__heading-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding-bottom: calc(2.125rem + 10.5vw);
}
@media (min-width: 1200px) {
  .page__header__heading-container {
    padding-bottom: 10rem;
  }
}
@media (max-width: 992px) {
  .page__header__heading-container {
    padding: 0 4rem 2rem 4rem;
  }
}
.page__header__heading {
  z-index: 10;
}
.page__header__heading h3 {
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #fff;
  font-family: "proxima-nova", Arial, Tahoma, sans-serif;
  padding-bottom: 2rem;
  z-index: 1;
  letter-spacing: 0.2em;
}
@media (max-width: 992px) {
  .page__header__heading h3 {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    padding-bottom: 1rem;
  }
}
.page__header__heading h5 {
  z-index: 1;
  color: #fff;
}
@media (max-width: 992px) {
  .page__header__heading h5 {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.page__header__heading .header-button {
  display: flex;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5rem;
  cursor: pointer;
}
@media (max-width: 992px) {
  .page__header__heading .header-button {
    margin-bottom: 1rem;
  }
}
.page__header__heading .header-button a {
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 992px) {
  .page__header__heading .header-button a {
    padding: 0 2rem;
  }
}
.page__header__hotel-list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .page__header__hotel-list {
    display: none;
  }
}
.page__header__hotel-list .border-sides {
  position: relative;
}
.page__header__hotel-list .border-sides::before {
  content: "";
  height: 50px;
  position: absolute;
  border-left: 1px solid #fff;
  opacity: 0.4;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page__header__hotel-list .border-sides::after {
  content: "";
  height: 50px;
  position: absolute;
  border-right: 1px solid #fff;
  opacity: 0.4;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page__header__hotel {
  width: 31%;
  color: #fff;
}
.page__header__hotel--container {
  position: relative;
  display: inline-block;
}
.page__header__hotel--image {
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page__header__hotel--location {
  font-size: 14px;
  color: #fff;
  margin-bottom: 8px;
  opacity: 0.7;
}
.page__header__hotel--stars {
  display: flex;
  justify-content: center;
}
.page__header__hotel--stars img {
  margin: 0 1px;
  width: 10px;
  height: 10px;
}
.page__header__hotel--link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.page__header .circular-button {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  z-index: 10;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}
@media (max-width: 1400px) {
  .page__header .circular-button {
    left: 20px;
    bottom: -20px;
  }
}
@media (max-width: 992px) {
  .page__header .circular-button {
    width: 125px;
    height: 125px;
    left: 10px;
    bottom: 0;
    transform: translateY(50%);
  }
}
.page__header .circular-button span {
  color: #fff;
}
.page__header .circular-button span.title {
  font-size: 30px;
}
@media (max-width: 992px) {
  .page__header .circular-button span.title {
    font-size: 26px;
  }
}
.page__header .circular-button span.sub-title {
  font-size: 20px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .page__header .circular-button span.sub-title {
    display: none !important;
  }
}
