.page-banner {
  position: relative;
  margin-top: 100px;
  height: 55vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-banner__scroll {
  cursor: pointer;
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translate(-50%, 0);
  border: 2px solid #BD9C69;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-banner__scroll svg {
  animation: downUp 3s linear infinite;
}
@keyframes downUp {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(6px);
  }
  60% {
    transform: translateY(6px);
  }
  70% {
    transform: translateY(6px);
  }
  80% {
    transform: translateY(6px);
  }
  90% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .page-banner {
    margin-top: 75px;
  }
}
@media (max-width: 575px) {
  .page-banner {
    height: 27vh;
  }
  .page-banner__scroll {
    transform: translate(-50%, 0) scale(0.6);
    bottom: 16px;
  }
}

.intro {
  padding-bottom: 5.2083333333vw;
}
.intro h1, .intro h2, .intro h3 {
  font-size: 2.2916666667vw;
  color: #BD9C69;
  letter-spacing: 6px;
  margin-bottom: 40px;
}
.intro p {
  color: #3F3E3E;
  font-size: 0.9375vw;
  letter-spacing: 0.09375vw;
  line-height: 2.3;
}
@media (max-width: 991px) {
  .intro::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(63, 62, 62, 0.15);
  }
  .intro h1, .intro h2, .intro h3 {
    font-size: 32px;
    letter-spacing: 5px;
  }
  .intro p {
    font-size: 16px;
    letter-spacing: 1.28px;
    line-height: 2.5;
  }
}

.quote {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 9.6354166667vw 40px;
  background-color: #5C5E7C;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
}
.quote::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  height: 1px;
  width: 45%;
  background-color: #BD9C69;
}
.quote::after {
  content: "";
  position: absolute;
  bottom: 40px;
  right: 0;
  height: 1px;
  width: 45%;
  background-color: #BD9C69;
}
.quote__icon {
  margin-bottom: 45px;
}
@media (max-width: 575px) {
  .quote {
    padding: 150px 30px;
  }
  .quote__title {
    font-size: 26px;
  }
  .quote__icon {
    margin-bottom: 25px;
  }
}

.cards__title {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cards:last-child {
    padding-bottom: 50px;
  }
  .cards__text {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cards:last-child {
    padding-bottom: 30px;
  }
}

.luxury {
  overflow: hidden;
}
.luxury__title {
  margin-bottom: 40px;
}
.luxury__description p {
  margin-bottom: 10px;
}
.luxury__left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.luxury__left-container {
  border-top: 1px solid #BD9C69;
  background-color: #FFFFFF;
  padding: 60px 45px 60px 72px;
}
@media (max-width: 991px) {
  .luxury {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .luxury__left {
    position: unset;
    transform: unset;
    border-top: 0;
  }
  .luxury__left-container {
    border-top: unset;
    padding: unset;
  }
}
@media (max-width: 575px) {
  .luxury__image {
    width: 100%;
    height: 240px;
    object-fit: cover;
  }
}

.travel__title {
  margin-bottom: 5.2083333333vw;
}
.travel__subtitle {
  letter-spacing: 0.175vw;
}
.travel__image-container {
  height: 15.625vw;
  margin-bottom: 40px;
}
.travel__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.travel__readmore {
  display: table;
  margin-top: 20px;
  color: #3F3E3E;
  text-decoration: none;
  font-size: 0.8333333333vw;
  border-bottom: 1px solid #3F3E3E;
  transition: 0.3s;
  letter-spacing: 0.25vw;
}
.travel__readmore:hover {
  color: #BD9C69;
  border-color: #BD9C69;
}
@media (max-width: 991px) {
  .travel {
    padding: 100px 0 0 0;
  }
  .travel__title {
    margin-bottom: 40px;
  }
  .travel__card {
    margin-bottom: 40px;
  }
  .travel__image-container {
    height: 400px;
  }
  .travel__readmore {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .travel__image-container {
    height: 320px;
  }
}
@media (max-width: 575px) {
  .travel__title {
    text-align: left;
  }
  .travel__subtitle {
    letter-spacing: 1.44px;
  }
  .travel__image-container {
    height: 250px;
  }
}

/*# sourceMappingURL=about.css.map */
