@font-face {
  font-family: "Edwardian Script";
  src: url("../fonts/edwardian/Itcedscr.ttf");
}
.font-edward {
  font-family: "Edwardian Script";
  font-size: 3rem;
}

.site {
  overflow-x: hidden;
}

.mt-10 {
  margin-top: 6rem !important;
}

.header .grid-child {
  align-items: center;
}

.rsform-calendar-button:after {
  font-family: "Font Awesome 7 Free";
  content: "\f073";
  font-weight: 900;
  font-size: 1rem;
  color: #E7BE79;
}

.item-page .page-header {
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.item-page .page-header h1 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.right-top p {
  margin-bottom: 0;
  font-size: 0.875rem;
}
.right-top a {
  color: #fff;
  font-weight: 500;
}

.back-to-top-link {
  border-radius: 50%;
  border: 2px solid #E7BE79;
  background: #E7BE79;
  color: #000;
  width: 40px;
  height: 40px;
  line-height: 36px;
  padding: 0;
  text-align: center;
}
.back-to-top-link:hover {
  background: #fff;
  color: #000;
  border: 2px solid #E7BE79;
}

.container {
  max-width: 1000px;
}

.container-header {
  background: #000;
}

.container-banner {
  display: flex;
  column-gap: 0 !important;
  row-gap: 0 !important;
  overflow: hidden;
  flex-wrap: wrap;
}
.container-banner .moduletable {
  color: #fff;
  width: 100%;
}
.container-banner .moduletable .mod-custom {
  background-size: cover;
  background-position: center;
}
.container-banner .moduletable .mod-custom .banner-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px 40px;
}
.container-banner .moduletable .mod-custom .banner-inner a {
  color: #fff;
}
.container-banner .moduletable .mod-custom .banner-inner h2 {
  text-transform: uppercase;
  font-size: 1.5rem;
}
.container-banner .moduletable .mod-custom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  transition: all 500ms ease-out;
}

@media screen and (min-width: 992px) {
  .container-banner {
    flex-wrap: nowrap;
  }
  .container-banner .moduletable {
    flex: 1 0 0%;
    width: auto;
    height: 600px;
    position: relative;
    transition: all 500ms ease-out;
  }
  .container-banner .moduletable .mod-custom {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .container-banner .moduletable .mod-custom .banner-inner {
    width: calc(25vw - 80px);
    height: 100%;
    transform: scale(1);
    transition: all 500ms ease-out;
  }
  .container-banner .moduletable .mod-custom * {
    position: relative;
    z-index: 2;
  }
  .container-banner:hover .moduletable .mod-custom .banner-inner {
    transform: scale(0.75) translateX(-60px);
  }
  .container-banner:hover .moduletable .mod-custom:before {
    background: rgba(0, 0, 0, 0.6);
  }
  .container-banner:hover .moduletable:hover {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .container-banner:hover .moduletable:hover .mod-custom .banner-inner {
    transform: scale(1) translateX(0);
  }
  .container-banner:hover .moduletable:hover .mod-custom:before {
    background: rgba(0, 0, 0, 0.2);
  }
}
.hotel-row .hotel-box {
  text-align: center;
}
.hotel-row .hotel-box img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 4px;
}
.hotel-row .hotel-box h2 {
  margin-top: 1rem;
}
.hotel-row .hotel-box h3 {
  font-size: 1.5rem;
  margin-top: 0.5rem;
}
.hotel-row .hotel-box h3 a {
  color: inherit;
  text-decoration: none;
}
.hotel-row .hotel-box p {
  font-size: 0.875rem;
}
.hotel-row .hotel-box.package-box .img-box {
  position: relative;
}
.hotel-row .hotel-box.package-box .img-box:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(transparent, rgb(255, 255, 255));
}
.hotel-row .hotel-box.package-box img {
  height: auto;
}
.hotel-row .hotel-box.package-box .price-call {
  color: #B22217;
}
.hotel-row .hotel-box.package-box .price-call strong {
  font-size: 1.25rem;
}

.line-heading {
  display: inline-block;
  padding: 0 50px;
  margin-bottom: 4rem;
  position: relative;
  background: #fff;
}
.line-heading:before, .line-heading:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 50vw;
  height: 5px;
  background: #ddd;
  z-index: 0;
}
.line-heading:before {
  right: 100%;
}
.line-heading:after {
  left: 100%;
}

.footer {
  background-image: url("../images/footer-img.webp");
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  color: #000;
  text-align: center;
  position: relative;
  margin-top: 6rem;
}
.footer * {
  position: relative;
  z-index: 2;
}
.footer:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.footer hr {
  margin-top: 100px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  border-color: #000;
  opacity: 0.7;
}
.footer .font-edward {
  font-size: 3.5rem;
}

.actionButton,
.rsform.bookingForm .rsform-submit-button {
  display: inline-block;
  background-color: #E7BE79;
  color: black;
  padding: 20px 60px;
  text-align: center;
  border: 3px solid #E7BE79;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  font-weight: bold;
  text-decoration: none;
}

.actionButton:hover,
.rsform.bookingForm .rsform-submit-button:hover {
  background-color: white;
  color: black;
}

.icon-wrapper {
  position: relative;
  width: 100%;
}

.close-form {
  cursor: pointer;
  font-size: 2rem;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  float: right;
}

.moduletable.bookingForm {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  z-index: 2000;
  -webkit-transition: left 600ms ease-in-out;
  -o-transition: left 600ms ease-in-out;
  transition: left 600ms ease-in-out;
  overflow-y: auto;
}
.moduletable.bookingForm.active {
  left: 0;
}

.formWrapper {
  overflow: auto;
  background-color: #eee;
  padding: 0 1rem;
}

.rsform.bookingForm input:focus,
.rsform.bookingForm textarea:focus,
.rsform.bookingForm select:focus {
  border-color: rgb(224, 172, 82);
}

.rsform.bookingForm input,
.rsform.bookingForm textarea,
.rsform.bookingForm select {
  border: 1px solid rgba(231, 190, 121, 0.7);
}

.rsform.bookingForm {
  width: 100%;
  margin: 80px auto;
  max-width: 666px;
  border-radius: 0.25rem;
  padding: 30px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.rsform.bookingForm h2 {
  text-align: center;
}

.rsform.bookingForm .rsform-block.rsform-block-submit {
  text-align: center;
}

.rsform.bookingForm .control-label {
  padding-left: 20px;
}

.rsform.bookingForm .form-control,
.rsform.bookingForm .custom-select {
  height: calc(3rem + 2px);
  padding-left: 19px;
}

.rsform.bookingForm textarea.form-control {
  height: auto;
}

.rsform.bookingForm .formValidation {
  padding-left: 20px;
}