/* FONTS
 ========================================================================== */
@font-face {
  font-family: "Gilroy";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/Gilroy-Black.woff") format('woff'), url("../fonts/Gilroy-Black.woff2") format('woff2');
}
@font-face {
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Gilroy-Bold.woff") format('woff'), url("../fonts/Gilroy-Bold.woff2") format('woff2');
}
@font-face {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Gilroy-SemiBold.woff") format('woff'), url("../fonts/Gilroy-SemiBold.woff2") format('woff2');
}
@font-face {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Gilroy-Medium.woff") format('woff'), url("../fonts/Gilroy-Medium.woff2") format('woff2');
}
@font-face {
  font-family: "Gilroy";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Gilroy-Regular.woff") format('woff'), url("../fonts/Gilroy-Regular.woff2") format('woff2');
}
@font-face {
  font-family: "Gilroy";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Gilroy-Light.woff") format('woff'), url("../fonts/Gilroy-Light.woff2") format('woff2');
}
@font-face {
  font-family: "Isabel";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/Isabel-Black.woff") format('woff'), url("../fonts/Isabel-Black.woff2") format('woff2');
}
@font-face {
  font-family: "Isabel";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Isabel-Bold.woff") format('woff'), url("../fonts/Isabel-Bold.woff2") format('woff2');
}
@font-face {
  font-family: "Isabel";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Isabel-Regular.woff") format('woff'), url("../fonts/Isabel-Regular.woff2") format('woff2');
}
@font-face {
  font-family: "Isabel";
  font-weight: 100;
  font-style: normal;
  src: url("../fonts/Isabel-Thin.woff") format('woff'), url("../fonts/Isabel-Thin.woff2") format('woff2');
}
/* MAIN  FILES
 ========================================================================== */
.grid-2, .grid-3, .grid-4, .grid-5 {
  display: grid;
}
.row1540, .row1480, .row1440, .row1320, .row1270, .row1200, .row1170, .row940, .row {
  margin: 0 auto;
  max-width: 94%;
  position: relative;
}
.gap-1 {
  gap: 5px;
}
.gap-2 {
  gap: 10px;
}
.gap-3 {
  gap: 15px;
}
.gap-4 {
  gap: 20px;
}
.gap-5 {
  gap: 25px;
}
.gap-6 {
  gap: 30px;
}
.gap-7 {
  gap: 35px;
}
.gap-8 {
  gap: 40px;
}
.gap-9 {
  gap: 45px;
}
.gap-10 {
  gap: 50px;
}
.gap-11 {
  gap: 55px;
}
.gap-12 {
  gap: 60px;
}
.gap-13 {
  gap: 65px;
}
.gap-14 {
  gap: 70px;
}
.gap-15 {
  gap: 75px;
}
.gap-16 {
  gap: 80px;
}
.gap-17 {
  gap: 85px;
}
.gap-18 {
  gap: 90px;
}
.gap-19 {
  gap: 95px;
}
.gap-20 {
  gap: 100px;
}
.gap-21 {
  gap: 105px;
}
.gap-22 {
  gap: 110px;
}
.gap-23 {
  gap: 115px;
}
.gap-24 {
  gap: 120px;
}
.gap-25 {
  gap: 125px;
}
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}
.row1540 {
  width: 1540px;
}
.row1480 {
  width: 1480px;
}
.row1440 {
  width: 1440px;
}
.row1320 {
  width: 1320px;
}
.row1270 {
  width: 1270px;
}
.row1200 {
  width: 1200px;
}
.row1170 {
  width: 1170px;
}
.row940 {
  width: 940px;
}
.row {
  width: 1140px;
}
.m-space-sm {
  margin: 20px 0;
}
.m-space {
  margin: 40px 0;
}
.m-space-md {
  margin: 60px 0;
}
@media (max-width: 576px) {
  .m-space-md {
    margin: 40px 0;
  }
}
.m-space-xl {
  margin: 80px 0;
}
@media (max-width: 768px) {
  .m-space-xl {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .m-space-xl {
    margin: 40px 0;
  }
}
.m-space-lg {
  margin: 100px 0;
}
@media (max-width: 1024px) {
  .m-space-lg {
    margin: 80px 0;
  }
}
@media (max-width: 768px) {
  .m-space-lg {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .m-space-lg {
    margin: 40px 0;
  }
}
.p-space-sm {
  padding: 20px 0;
}
.p-space {
  padding: 40px 0;
}
.p-space-md {
  padding: 60px 0;
}
@media (max-width: 576px) {
  .p-space-md {
    padding: 40px 0;
  }
}
.p-space-xl {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .p-space-xl {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .p-space-xl {
    padding: 40px 0;
  }
}
.p-space-lg {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .p-space-lg {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .p-space-lg {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .p-space-lg {
    padding: 40px 0;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  color: #333;
  font-family: 'Gilroy', sans-serif;
  font-weight: 400;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
body ::-moz-selection {
  background: #edb6a7;
  color: #fff;
}
body ::selection {
  background: #edb6a7;
  color: #fff;
}
#wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
mark {
  background: none;
}
/* ==========================================================================
 FORMS & TABLE & NAVIGATION
 ========================================================================== */
input, textarea, select {
  outline: 0 none;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type='text'], input[type='number'], input[type='email'], input[type='password'], input[type='search'], input[type='tel'], textarea {
  border: 1px solid #e1e1e1;
  background: #fff;
  color: #222;
  font-family: 'Gilroy', sans-serif;
  font-size: 16px;
  height: 40px;
  padding: 0 5px 0 10px;
  width: 100%;
}
input[type='text']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #4c4c4c;
  font-family: 'Gilroy', sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='tel']::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #4c4c4c;
  font-family: 'Gilroy', sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #4c4c4c;
  font-family: 'Gilroy', sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']:focus, input[type='number']:focus, input[type='email']:focus, input[type='password']:focus, input[type='search']:focus, input[type='tel']:focus, textarea:focus {
  border-color: #edb6a7;
}
textarea {
  resize: none;
  height: 100px;
  padding: 10px;
}
button[disabled], html input[disabled] {
  cursor: default;
}
input[type='search'], input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
 TYPOGRAPHY
 ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: 'Isabel', sans-serif;
  margin-bottom: 20px;
}
h1 {
  font-size: 96px;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 32px;
  }
}
h2 {
  font-size: 40px;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 28px;
  }
}
h3 {
  font-size: 36px;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  h3 {
    font-size: 26px;
  }
}
h4 {
  font-size: 24px;
}
@media (max-width: 768px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  h4 {
    font-size: 20px;
  }
}
p {
  padding-bottom: 20px;
  line-height: 1.8;
  font-size: 15px;
}
p:last-child {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  p {
    font-size: 14px;
  }
}
a {
  color: #edb6a7;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  outline: 0;
  text-decoration: underline;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
strong, b {
  font-weight: 700;
}
i {
  font-style: normal;
}
@media screen and (min-width: 1140px) {
  ::-webkit-scrollbar {
    width: 7px;
  }
  ::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #edb6a7;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #e9a492;
  }
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex.h_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex.v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex.vh-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/* ==========================================================================
 HELPERS
 ========================================================================== */
#content {
  padding: 40px 0;
}
@media (max-width: 1140px) {
  #content {
    padding: 20px 0;
  }
}
#wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
  max-width: 1980px;
  margin: 0 auto;
  overflow-x: clip;
}
.absl {
  position: absolute;
}
.mb-0 {
  margin-bottom: 0;
}
.col-fluid {
  grid-column-start: 1;
  grid-column-end: -1;
}
.ratio-image {
  position: relative;
  width: 100%;
}
.ratio-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c {
  font-size: 0;
  line-height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' ';
}
.bg-center {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.underline {
  position: relative;
  display: inline-block;
}
.underline:after {
  display: block;
  width: 0;
  height: 1px;
  margin: auto;
  content: '';
  transition: width 0.5s ease, background-color 0.5s ease;
  background: transparent;
}
.underline:hover:after {
  width: 100%;
  background: #edb6a7;
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}
.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 20px 25px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  text-transform: capitalize;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  outline: 0;
  background: linear-gradient(120deg, #edb6a7 0%, #a47772 100%);
  background-clip: padding-box;
  appearance: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}
@media (max-width: 480px) {
  .btn {
    font-size: 14px;
    padding: 15px 20px;
  }
}
.btn:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn.transparent {
  background: transparent;
  border-color: #fff;
}
.btn.transparent:hover {
  background: #a47772;
  border-color: transparent;
}
.btn.upper {
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* ==========================================================================
 WORDPRESS DEFAULT CLASSES
 ========================================================================== */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* ==========================================================================
 WYSIWYG
 ========================================================================== */
.wys {
  max-width: 100%;
}
.wys ul li {
  font-size: 15px;
  line-height: 1.4;
  color: #4e4e4e;
  font-family: 'Gilroy', sans-serif;
  padding-bottom: 20px;
  position: relative;
  padding-left: 20px;
}
.wys ul li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  background: linear-gradient(120deg, #edb6a7 0%, #a47772 100%);
  border-radius: 50%;
}
/* ==========================================================================
 FULL FRAME
 ========================================================================== */
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
/* ==========================================================================
 CONTACT FORM 7
 ========================================================================== */
.wpcf7 {
  width: 100%;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  display: block;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  display: block;
  background: #16a085;
}
.wpcf7 .wpcf7-not-valid-tip {
  font: 500 16px/1 'Gilroy', sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ff5f5f;
  background: #eee;
}
.wpcf7 .wpcf7-response-output {
  display: none;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 15px 20px;
  cursor: pointer;
  text-align: center;
  color: white;
  background: #ff5f5f;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #1091ae;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #16a085;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block !important;
}
div.wpcf7 .wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-image: url(../img/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  margin: 0 0 0 4px;
  vertical-align: middle;
  background-color: #fff;
  padding: 5px;
  border-radius: 50%;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
div.wpcf7 form.submitting .wpcf7-spinner {
  visibility: visible;
}
/* ==========================================================================
 SOCIAL LINK
 ========================================================================== */
.some .fa {
  display: inline-block;
  font: var(--fa-font-brands);
  width: auto;
  cursor: pointer;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
}
.s-link {
  font-size: 0;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: center;
}
.s-link a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  color: #fff;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.s-link a:before {
  font-size: 18px;
  color: #0080ff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-link a.fa-facebook:hover:before {
  color: #3b5993 !important;
}
.s-link a.fa-twitter:hover:before {
  color: #55acee !important;
}
.s-link a.fa-instagram:hover:before {
  color: #181818 !important;
}
.s-link a.fa-linkedin:hover:before {
  color: #0177b5 !important;
}
.s-link a.fa-youtube:hover:before {
  color: #f80000 !important;
}
.s-link a.fa-youtube-play:hover:before {
  color: #f80000 !important;
}
.s-link a.fa-pinterest:hover:before {
  color: #bd081c !important;
}
.s-link a.fa-vimeo:hover:before {
  color: #1bb7ea !important;
}
.s-link a.fa-yelp:hover:before {
  color: #d32323 !important;
}
.s-link a.fa-google-plus:hover:before {
  color: #dd4c39 !important;
}
/* ==========================================================================
 index-style
 ========================================================================== */
.index-style .post-item {
  margin-bottom: 20px;
}
.index-style .post-title {
  font-size: 18px;
  display: block;
  padding-bottom: 15px;
}
.index-style .post-title:hover {
  color: #a47772;
}
.index-style .post-thumbnail {
  will-change: opacity;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.index-style .post-thumbnail:hover {
  opacity: 0.9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.wp-pagenavi {
  font-size: 0;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 14px;
  margin: 0 3px;
  padding: 3px 5px;
}
.wp-pagenavi a {
  border: 1px solid #ccc;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
  color: #fff;
  border-color: #edb6a7;
  background: #edb6a7;
}
#top {
  min-height: 770px;
  padding: 150px 0 50px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 1024px) {
  #top {
    padding: 90px 0 30px;
    min-height: 570px;
  }
}
@media (max-width: 768px) {
  #top {
    min-height: 450px;
  }
}
@media (max-width: 576px) {
  #top {
    min-height: 400px;
  }
}
#top:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#top > div {
  position: relative;
  z-index: 2;
}
#top > div .title {
  max-width: 835px;
}
#top > div .title * {
  color: #fff;
}
.single-rentals #top {
  min-height: 500px;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .single-rentals #top {
    min-height: 400px;
  }
}
@media (max-width: 576px) {
  .single-rentals #top {
    min-height: 300px;
  }
}
.menu-burger {
  display: none;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 101;
  cursor: pointer;
  border-radius: 4px;
}
@media (max-width: 1140px) {
  .menu-burger {
    display: block;
  }
}
.menu-burger:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #fff;
  -webkit-box-shadow: 0 7px 0 0 #fff, 0 -7px 0 0 #fff;
  box-shadow: 0 7px 0 0 #fff, 0 -7px 0 0 #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-burger:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-burger.open {
  top: -20px;
}
.menu-burger.open:before {
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(-45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
  box-shadow: none;
  background: #fff;
}
.menu-burger.open:after {
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  background: #fff;
}
.mobile-main-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  max-width: 480px;
  height: 100vh;
  background: #edb6a7;
  z-index: 100;
  padding: 50px 0 0;
  overflow: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  display: none;
}
@media (max-width: 1140px) {
  .mobile-main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .mobile-main-menu {
    width: 100%;
    max-width: 100%;
  }
}
.mobile-main-menu .desktop-hide {
  display: none;
}
@media (max-width: 600px) {
  .mobile-main-menu .desktop-hide {
    display: block;
  }
}
.mobile-main-menu .menu-btn-wrapper {
  padding: 10px;
}
.mobile-main-menu .menu-btn-wrapper .btn {
  font-size: 14px;
  margin-right: 10px;
}
.mobile-main-menu .menu-btn-wrapper .btn:last-child {
  margin-right: 0;
}
.mobile-main-menu li a {
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
}
.mobile-main-menu li a:hover {
  text-decoration: none;
}
.mobile-main-menu li.btn {
  border: 0;
  padding: 0;
  text-transform: capitalize;
  letter-spacing: normal;
}
.mobile-main-menu .sub-anchor {
  cursor: pointer;
  color: #fff;
}
.mobile-main-menu .sub-menu {
  display: none;
  padding-left: 20px;
}
.mobile-main-menu span {
  display: inline-block;
  padding: 5px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-main-menu .arrow {
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-main-menu .arrow path {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-main-menu .arrow.active {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.mobile-main-menu.open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile_menu_active {
  overflow: hidden;
}
.desctop_hide {
  display: none;
}
@media (max-width: 1140px) {
  .mobile_hide {
    display: none;
  }
  .desctop_hide {
    display: block;
  }
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
.block-center {
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
  .alignnone {
    margin: 0 0 20px;
  }
}
.numbered_pagination {
  position: relative;
  text-align: center;
  grid-column-start: 1;
  grid-column-end: -1;
}
.numbered_pagination a, .numbered_pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  color: #1d1d1d;
}
.numbered_pagination a svg path, .numbered_pagination span svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.numbered_pagination a.current, .numbered_pagination span.current {
  background-color: #edb6a7;
  color: #fff;
}
.numbered_pagination a:hover, .numbered_pagination span:hover {
  background-color: #edb6a7;
  color: #fff;
}
.numbered_pagination a:hover.next svg path, .numbered_pagination span:hover.next svg path, .numbered_pagination a:hover.prev svg path, .numbered_pagination span:hover.prev svg path {
  fill: #fff;
}
.numbered_pagination a.dots, .numbered_pagination span.dots, .numbered_pagination a.next, .numbered_pagination span.next, .numbered_pagination a.prev, .numbered_pagination span.prev {
  color: #1d1d1d;
  border-bottom: 1px solid transparent;
}
/* ==========================================================================
 HEADER
 ========================================================================== */
header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}
header > .flex {
  gap: 20px;
}
@media (max-width: 1140px) {
  header > .flex {
    align-items: center;
  }
}
header .logo-box {
  -webkit-flex-basis: 210px;
  -moz-flex-basis: 210px;
  -ms-flex-basis: 210px;
  flex-basis: 210px;
  max-width: 210px;
  position: relative;
}
@media (max-width: 1140px) {
  header .logo-box {
    -webkit-flex-basis: 180px;
    -moz-flex-basis: 180px;
    -ms-flex-basis: 180px;
    flex-basis: 180px;
    max-width: 180px;
  }
}
@media (max-width: 768px) {
  header .logo-box {
    -webkit-flex-basis: 145px;
    -moz-flex-basis: 145px;
    -ms-flex-basis: 145px;
    flex-basis: 145px;
    max-width: 145px;
  }
}
header .logo-box #logo {
  opacity: 1;
  color: #181818;
  background-color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 5px 20px;
  display: block;
  position: absolute;
  top: 0;
}
@media (max-width: 1140px) {
  header .logo-box #logo {
    position: relative;
  }
}
@media (max-width: 768px) {
  header .logo-box #logo {
    padding: 5px 10px;
  }
}
header .logo-box #logo img, header .logo-box #logo svg {
  max-width: 100%;
}
header .logo-box #logo:hover img {
  opacity: 0.8;
}
header .main-left-nav {
  justify-content: flex-start;
}
header .main-right-nav {
  justify-content: flex-end;
}
/* ==========================================================================
 Main Navigation
 ========================================================================== */
.main_nav {
  font-size: 0;
  padding: 20px 0;
  flex: 1;
}
.main_nav * {
  line-height: 1;
}
.main_nav a {
  display: block;
}
.main_nav a:hover {
  text-decoration: none;
}
.main_nav .level_a {
  position: relative;
  gap: 70px;
  align-items: center;
}
@media (max-width: 1380px) {
  .main_nav .level_a {
    gap: 40px;
  }
}
@media (max-width: 1180px) {
  .main_nav .level_a {
    gap: 20px;
  }
}
.main_nav .level_a li {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.main_nav .level_a li.btn {
  text-transform: capitalize;
  letter-spacing: normal;
}
.main_nav .level_a li.btn a {
  padding: 0;
}
.main_nav .level_a li.btn:hover a {
  color: #fff;
}
.main_nav .level_a > li > a {
  font-size: 16px;
  padding: 5px;
  color: #fff;
  font-family: 'Gilroy', sans-serif;
  font-weight: 500;
}
.main_nav .level_a > li:hover > a {
  color: #edb6a7;
}
.main_nav .level_a > li.menu-item-has-children {
  position: relative;
}
.main_nav .level_a > li.menu-item-has-children > a {
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.main_nav .level_a > li.menu-item-has-children:after {
  content: '\f078';
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #fff;
  display: inline-block;
}
.main_nav .level_a > li.menu-item-has-children:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  content: '';
  z-index: 1;
  display: none;
}
.main_nav .level_a > li.menu-item-has-children:hover:after {
  color: #edb6a7;
}
.main_nav .level_a > li.menu-item-has-children:hover:before {
  display: block;
}
.main_nav .level_a > li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.main_nav .level_a > li > .sub-menu {
  position: absolute;
  z-index: 100;
  display: none;
  width: 220px;
  margin-top: 7px;
  background-color: rgba(0, 0, 0, .8);
}
.main_nav .level_a > li > .sub-menu .sub-menu {
  display: block;
  padding-left: 10px;
}
.main_nav .level_a > li > .sub-menu li {
  display: block;
  list-style-type: none;
}
.main_nav .level_a > li > .sub-menu a {
  font-size: 16px;
  line-height: 1.2;
  padding: 7px 5px;
  color: #fff;
}
.main_nav .level_a > li > .sub-menu a:hover {
  text-decoration: none;
  color: #edb6a7;
}
/* ==========================================================================
 FOOTER
 ========================================================================== */
footer {
  background: #333;
  color: #fff;
}
footer .top-footer {
  padding: 20px 0;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 768px) {
  footer .top-footer {
    flex-direction: column;
  }
}
footer .top-footer .logo-box {
  -webkit-flex-basis: 170px;
  -moz-flex-basis: 170px;
  -ms-flex-basis: 170px;
  flex-basis: 170px;
  max-width: 170px;
}
@media (max-width: 1024px) {
  footer .top-footer .logo-box {
    -webkit-flex-basis: 120px;
    -moz-flex-basis: 120px;
    -ms-flex-basis: 120px;
    flex-basis: 120px;
    max-width: 120px;
  }
}
@media (max-width: 768px) {
  footer .top-footer .logo-box {
    margin: 0 auto;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
    max-width: 180px;
  }
}
footer .top-footer .footer_nav .level_a {
  gap: 70px;
}
@media (max-width: 1180px) {
  footer .top-footer .footer_nav .level_a {
    gap: 35px;
  }
}
@media (max-width: 576px) {
  footer .top-footer .footer_nav .level_a {
    flex-direction: column;
  }
}
footer .top-footer .footer_nav .level_a li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
}
footer .top-footer .footer_nav .level_a li a:hover {
  color: #edb6a7;
}
footer .top-footer .some {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 15px;
}
footer .top-footer .some a {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  color: #0e9e8b;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
footer .top-footer .some a:hover {
  background-color: #edb6a7;
  color: #fff;
}
footer .bottom-footer {
  padding: 25px 0;
  gap: 15px;
}
@media (max-width: 576px) {
  footer .bottom-footer {
    flex-direction: column;
  }
}
footer .bottom-footer .copyright span {
  color: rgba(254, 251, 251, 0.5);
  font-size: 14px;
}
footer .bottom-footer .footer-second-menu {
  gap: 40px;
}
footer .bottom-footer .footer-second-menu a {
  font-size: 14px;
  color: rgba(254, 251, 251, 0.5);
  text-decoration: none;
  position: relative;
}
footer .bottom-footer .footer-second-menu a:after {
  content: '|';
  color: rgba(254, 251, 251, 0.5);
  position: absolute;
  right: -20px;
  top: 0;
}
footer .bottom-footer .footer-second-menu a:hover span {
  color: #edb6a7;
}
footer .bottom-footer .footer-second-menu a:last-child:after {
  display: none;
}
.footer-cta--section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(51, 51, 51, 1) 50%);
  padding: 20px 0;
}
.footer-cta--wrapper {
  padding: 60px 100px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  overflow: hidden;
  gap: 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .footer-cta--wrapper {
    padding: 40px 50px;
  }
}
@media (max-width: 768px) {
  .footer-cta--wrapper {
    padding: 40px 20px;
  }
}
.footer-cta--wrapper .left .wys {
  color: #fff;
}
.footer-cta--wrapper .left .wys h2 {
  font-size: 48px;
}
@media (max-width: 1024px) {
  .footer-cta--wrapper .left .wys h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .footer-cta--wrapper .left .wys h2 {
    font-size: 30px;
  }
}
.footer-cta--wrapper .left .wys p {
  font-size: 20px;
}
.selling-cta--wrapper {
  padding: 60px 100px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  overflow: hidden;
  gap: 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .selling-cta--wrapper {
    padding: 40px 50px;
  }
}
@media (max-width: 768px) {
  .selling-cta--wrapper {
    padding: 40px 20px;
  }
}
.selling-cta--wrapper .left .wys {
  color: #fff;
}
.selling-cta--wrapper .left .wys h2 {
  font-size: 48px;
}
@media (max-width: 1024px) {
  .selling-cta--wrapper .left .wys h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .selling-cta--wrapper .left .wys h2 {
    font-size: 30px;
  }
}
.selling-cta--wrapper .left .wys p {
  font-size: 20px;
}
.text-block-label {
  color: #edb6a7;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Gilroy', sans-serif;
  letter-spacing: 2px;
  padding-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.text-block-label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #edb6a7;
}
.text-block-label.center:after {
  left: 50%;
  transform: translateX(-50%);
}
.form {
  padding: 75px 80px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1180px) {
  .form {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .form {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .form {
    padding: 40px 20px;
  }
}
.form .grid-2 {
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .form .grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.form form {
  margin-top: 50px;
}
.form form input, .form form textarea {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(168, 117, 111, 0.3);
  outline: none;
  font-size: 15px;
  padding: 20px 10px;
}
.form form label input[type='text'], .form form label input[type='email'], .form form label input[type='tel'] {
  height: 35px;
}
.form .submit-wrapper {
  margin: 30px 0;
  text-align: right;
  position: relative;
}
.form .submit-wrapper .btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  padding: 20px 60px;
}
.hp-local-fun--title {
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  .hp-local-fun--title {
    margin-bottom: 30px;
  }
}
.hp-local-fun--cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .hp-local-fun--cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .hp-local-fun--cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hp-local-fun--cards .card {
  display: grid;
  grid-template-rows: auto 1fr;
}
.hp-local-fun--cards .card--image {
  position: relative;
  z-index: 1;
}
.hp-local-fun--cards .card--image figure {
  position: relative;
  aspect-ratio: 1.3333333333;
}
.hp-local-fun--cards .card--image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hp-local-fun--cards .card--text {
  background-color: #fff;
  width: 90%;
  padding: 28px;
  margin-top: -35%;
  position: relative;
  z-index: 2;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
  display: grid;
  grid-template-columns: repeat(1, auto);
  grid-template-rows: 1fr auto;
  gap: 25px;
}
@media (max-width: 768px) {
  .hp-local-fun--cards .card--text {
    width: 100%;
    margin-top: 0;
    padding: 20px 15px;
  }
}
.hp-local-fun--cards .card--text .btn {
  width: fit-content;
}
.hp-rental-slider--section {
  margin: 40px 0 100px;
}
@media (max-width: 1024px) {
  .hp-rental-slider--section {
    margin: 40px 0 80px;
  }
}
@media (max-width: 768px) {
  .hp-rental-slider--section {
    margin: 40px 0;
  }
}
.hp-rental-slider--title {
  margin-bottom: 50px;
}
.hp-rental-slider--wrapper .swiper-slide .inner-card {
  color: #333;
  text-decoration: none;
}
.hp-rental-slider--wrapper .swiper-slide .inner-card--thumb {
  position: relative;
  aspect-ratio: 1.5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}
.hp-rental-slider--wrapper .swiper-slide .inner-card--thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hp-rental-slider--wrapper .swiper-slide .inner-card--bottom {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 15px;
}
.hp-rental-slider--wrapper .swiper-slide .inner-card--bottom .info {
  margin: 25px 0;
}
.hp-rental-slider--wrapper .swiper-slide .inner-card--bottom .features {
  background-color: rgba(248, 238, 237, 1);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  border-radius: 3px;
  padding: 15px 20px;
}
@media (max-width: 576px) {
  .hp-rental-slider--wrapper .swiper-slide .inner-card--bottom .features {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hp-rental-slider--wrapper .swiper-slide .inner-card--bottom .features .feature {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 5px;
}
.hp-rental-slider--wrapper .swiper-button-next, .hp-rental-slider--wrapper .swiper-button-prev {
  width: 87px;
  height: 87px;
  border-radius: 50%;
  background-color: rgba(248, 238, 237, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .hp-rental-slider--wrapper .swiper-button-next, .hp-rental-slider--wrapper .swiper-button-prev {
    width: 60px;
    height: 60px;
  }
}
.hp-rental-slider--wrapper .swiper-button-next:after, .hp-rental-slider--wrapper .swiper-button-prev:after {
  font-size: 18px;
  color: #a47772;
}
.hp-rental-slider--wrapper .swiper-button-prev {
  left: -8%;
}
@media (max-width: 1650px) {
  .hp-rental-slider--wrapper .swiper-button-prev {
    left: -5%;
  }
}
@media (max-width: 1024px) {
  .hp-rental-slider--wrapper .swiper-button-prev {
    left: -3%;
  }
}
.hp-rental-slider--wrapper .swiper-button-next {
  right: -8%;
}
@media (max-width: 1650px) {
  .hp-rental-slider--wrapper .swiper-button-next {
    right: -5%;
  }
}
@media (max-width: 1024px) {
  .hp-rental-slider--wrapper .swiper-button-next {
    right: -3%;
  }
}
.hp-about-us--wrapper {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  align-items: flex-start;
  gap: 140px;
}
@media (max-width: 1480px) {
  .hp-about-us--wrapper {
    gap: 80px;
  }
}
@media (max-width: 1180px) {
  .hp-about-us--wrapper {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .hp-about-us--wrapper {
    grid-template-columns: repeat(1, auto);
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .hp-about-us--wrapper .left {
    max-width: 600px;
    margin: 0 auto;
  }
}
.hp-about-us--wrapper .left figure {
  position: relative;
  aspect-ratio: 1.3333333333;
  overflow: hidden;
  border-radius: 6px;
}
.hp-about-us--wrapper .left figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .hp-about-us--wrapper .right {
    order: -1;
  }
}
.hp-exp--bg-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 1024px) {
  .hp-exp--bg-img {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1.5;
  }
}
.hp-exp--bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hp-exp--section {
  max-width: 1920px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .hp-exp--section {
    display: flex;
    flex-direction: column;
  }
}
.hp-exp--section .selling-cta--section {
  position: relative;
  z-index: 2;
  margin: 120px 0;
}
@media (max-width: 1280px) {
  .hp-exp--section .selling-cta--section {
    margin: 60px 0;
  }
}
@media (max-width: 1024px) {
  .hp-exp--section .selling-cta--section {
    margin: 30px 0;
  }
}
.hp-exp--section .selling-cta--section .row1200 {
  margin-left: 0;
}
@media (max-width: 1024px) {
  .hp-exp--section .selling-cta--section .row1200 {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .hp-exp--section .selling-cta--section .row1200 {
    width: 100%;
    max-width: 100%;
  }
}
.hp-exp--box {
  position: relative;
  z-index: 2;
  max-width: 1340px;
  padding: 100px 150px 100px 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1180px) {
  .hp-exp--box {
    padding: 80px 40px;
  }
}
@media (max-width: 1024px) {
  .hp-exp--box {
    order: -1;
  }
}
@media (max-width: 768px) {
  .hp-exp--box {
    padding: 40px 20px;
  }
}
.hp-exp--box .inner {
  max-width: 950px;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .hp-exp--box .inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hp-exp--box .inner .title * {
  color: #fff;
}
.hp-exp--box .inner .title h2 {
  margin-bottom: 0;
}
.hp-exp--box .inner .title .text-block-label:after {
  background-color: #fff;
}
.hp-exp--box .inner .tile {
  background-color: #fff;
  padding: 20px 25px;
  display: grid;
  grid-template-columns: 87px 1fr;
  align-items: center;
  gap: 30px;
}
.hp-exp--box .inner .tile .icon {
  background-color: #f8eeed;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  border-radius: 50px;
  aspect-ratio: 1;
  padding: 10px;
}
.hp-exp--box .inner .tile .icon img {
  max-width: 100%;
  max-height: 100%;
}
.guest-reviews--section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.guest-reviews--section .reviews-bg-left, .guest-reviews--section .reviews-bg-right {
  position: absolute;
  bottom: 80px;
  z-index: 1;
  max-width: 500px;
}
@media (max-width: 1024px) {
  .guest-reviews--section .reviews-bg-left, .guest-reviews--section .reviews-bg-right {
    display: none;
  }
}
.guest-reviews--section .reviews-bg-left {
  left: 0;
}
.guest-reviews--section .reviews-bg-right {
  right: 0;
}
.guest-reviews--section > div {
  position: relative;
  z-index: 2;
}
.guest-reviews--section.has-bg .guest-reviews--title > * {
  color: #fff;
}
.guest-reviews--section.has-bg .guest-reviews--title .text-block-label {
  color: #fff;
}
.guest-reviews--section.has-bg .guest-reviews--title .text-block-label:after {
  background-color: #fff;
}
.guest-reviews--section .swiper-button-next {
  right: -150px;
}
@media (max-width: 1380px) {
  .guest-reviews--section .swiper-button-next {
    right: -100px;
  }
}
@media (max-width: 1180px) {
  .guest-reviews--section .swiper-button-next {
    right: -20px;
  }
}
.guest-reviews--section .swiper-button-prev {
  left: -150px;
}
@media (max-width: 1380px) {
  .guest-reviews--section .swiper-button-prev {
    left: -100px;
  }
}
@media (max-width: 1180px) {
  .guest-reviews--section .swiper-button-prev {
    left: -20px;
  }
}
.guest-reviews--section .swiper-button-next, .guest-reviews--section .swiper-button-prev {
  width: 87px;
  height: 87px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .guest-reviews--section .swiper-button-next, .guest-reviews--section .swiper-button-prev {
    width: 60px;
    height: 60px;
  }
}
.guest-reviews--section .swiper-button-next:after, .guest-reviews--section .swiper-button-prev:after {
  font-size: 18px;
  color: #a47772;
}
.guest-reviews--title {
  text-align: center;
  margin-bottom: 50px;
}
.guest-reviews--title .text-block-label:after {
  left: 50%;
  transform: translateX(-50%);
}
.guest-reviews--quote-icon {
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  .guest-reviews--quote-icon {
    text-align: center;
  }
}
.guest-reviews--quote-icon img {
  margin-bottom: -40px;
  margin-left: 100px;
}
@media (max-width: 1024px) {
  .guest-reviews--quote-icon img {
    margin: 0 auto 40px;
  }
}
.guest-reviews--wrapper .swiper-slide .review {
  text-align: center;
}
.guest-reviews--wrapper .swiper-slide .review--photo {
  max-width: 140px;
  position: relative;
  aspect-ratio: 1;
  margin: 0 auto 50px;
  border-radius: 50%;
  overflow: hidden;
}
.guest-reviews--wrapper .swiper-slide .review--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.guest-reviews--wrapper .swiper-slide .review--text {
  margin-bottom: 50px;
}
.guest-reviews--wrapper .swiper-slide .review--text h4 {
  font-family: 'Gilroy', sans-serif;
  font-weight: 300;
  line-height: 1.6;
}
.guest-reviews--wrapper .swiper-slide .review--name span {
  font-size: 14px;
  color: #a47772;
}
.guest-reviews--wrapper .swiper-pagination {
  position: relative;
  left: 50%;
  right: auto;
  top: auto;
  bottom: auto;
  margin: 30px 0 0;
  transform: translateX(-50%) !important;
}
.guest-reviews--wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  color: #fff;
  margin: 0 15px;
  opacity: 1;
}
.guest-reviews--wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #a47772;
}
.about-content--wrapper {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  align-items: flex-start;
  gap: 140px;
}
@media (max-width: 1480px) {
  .about-content--wrapper {
    gap: 80px;
  }
}
@media (max-width: 1180px) {
  .about-content--wrapper {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .about-content--wrapper {
    grid-template-columns: repeat(1, auto);
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .about-content--wrapper .left {
    max-width: 600px;
    margin: 0 auto;
  }
}
.about-content--wrapper .left figure {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 6px;
}
.about-content--wrapper .left figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .about-content--wrapper .right {
    order: -1;
  }
}
.about-gallery--section {
  overflow: hidden;
}
.about-gallery--wrapper .swiper {
  overflow: visible;
}
.about-gallery--wrapper .swiper .swiper-slide figure {
  position: relative;
  aspect-ratio: 1;
}
.about-gallery--wrapper .swiper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-gallery--wrapper .swiper-button-prev {
  left: -55px;
}
@media (max-width: 576px) {
  .about-gallery--wrapper .swiper-button-prev {
    left: -20px;
  }
}
.about-gallery--wrapper .swiper-button-next {
  right: -55px;
}
@media (max-width: 576px) {
  .about-gallery--wrapper .swiper-button-next {
    right: -20px;
  }
}
.about-gallery--wrapper .swiper-button-next, .about-gallery--wrapper .swiper-button-prev {
  background-color: #fff;
  width: 87px;
  height: 87px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.about-gallery--wrapper .swiper-button-next:after, .about-gallery--wrapper .swiper-button-prev:after {
  color: #a47772;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .about-gallery--wrapper .swiper-button-next, .about-gallery--wrapper .swiper-button-prev {
    width: 60px;
    height: 60px;
  }
}
.contact-info--section {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .contact-info--section {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .contact-info--section {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .contact-info--section {
    margin-top: 40px;
  }
}
.contact-info--wrapper {
  display: grid;
  grid-template-columns: 1fr 1.55fr;
  align-items: flex-start;
  gap: 80px;
}
@media (max-width: 1180px) {
  .contact-info--wrapper {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .contact-info--wrapper {
    grid-template-columns: repeat(1, auto);
  }
}
.contact-info--wrapper .left .title {
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .contact-info--wrapper .left .title {
    margin-bottom: 20px;
  }
}
.contact-info--wrapper .left .info {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.contact-info--wrapper .left .info > div {
  display: grid;
  grid-template-columns: 87px 1fr;
  align-items: center;
  gap: 15px;
}
@media (max-width: 576px) {
  .contact-info--wrapper .left .info > div {
    grid-template-columns: 50px 1fr;
  }
}
.contact-info--wrapper .left .info > div .icon {
  width: 100%;
  max-width: 87px;
  aspect-ratio: 1;
  background-color: #f8eeed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.contact-info--wrapper .left .info > div .icon i {
  font-size: 26px;
  color: #a47772;
}
@media (max-width: 576px) {
  .contact-info--wrapper .left .info > div .icon i {
    font-size: 20px;
  }
}
.contact-info--wrapper .left .info > div .text span {
  display: block;
}
.contact-info--wrapper .left .info > div .text span.label {
  font-size: 24px;
  font-family: 'Isabel', sans-serif;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .contact-info--wrapper .left .info > div .text span.label {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.contact-info--wrapper .left .info > div .text .link {
  color: #333;
  font-size: 20px;
  text-decoration: none;
}
@media (max-width: 576px) {
  .contact-info--wrapper .left .info > div .text .link {
    font-size: 16px;
  }
}
.contact-info--wrapper .left .info > div .text a.link:hover {
  color: #edb6a7;
}
.contact-info--wrapper .right .form {
  background-color: #f8eeed;
  margin-bottom: -100px;
}
@media (max-width: 1024px) {
  .contact-info--wrapper .right .form {
    margin-bottom: 20px;
  }
}
/* If Footer has CTA, 
 nee to drop some sections below this cta*/
.has-footer-cta {
  margin-bottom: -140px;
  position: relative;
  z-index: 1;
}
.contact-map--section figure {
  position: relative;
  aspect-ratio: 3;
}
@media (max-width: 768px) {
  .contact-map--section figure {
    aspect-ratio: 1.5;
  }
}
@media (max-width: 576px) {
  .contact-map--section figure {
    aspect-ratio: 1;
  }
}
.contact-map--section figure img, .contact-map--section figure iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-height-block {
  height: 50px;
}
.services-text-content--wrapper {
  display: grid;
  grid-template-columns: repeat(2, 590px);
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 1350px) {
  .services-text-content--wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .services-text-content--wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .services-text-content--wrapper .text-height-block {
    display: none;
  }
}
.services-packages--section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}
.services-packages--wrapper {
  display: grid;
  grid-template-columns: 1fr 0.35fr;
  justify-content: space-between;
  gap: 140px;
}
@media (max-width: 1380px) {
  .services-packages--wrapper {
    gap: 80px;
  }
}
@media (max-width: 1250px) {
  .services-packages--wrapper {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .services-packages--wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.services-packages--wrapper .left .packages {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 650px) {
  .services-packages--wrapper .left .packages {
    grid-template-columns: repeat(1, 1fr);
  }
}
.services-packages--wrapper .left .packages .package {
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .services-packages--wrapper .left .packages .package {
    padding: 30px 20px;
  }
}
.services-packages--wrapper .left .packages .package--top {
  display: grid;
  grid-template-columns: 1fr 140px;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  margin-bottom: 50px;
}
@media (max-width: 850px) {
  .services-packages--wrapper .left .packages .package--top {
    grid-template-columns: 1fr 0.7fr;
  }
}
@media (max-width: 650px) {
  .services-packages--wrapper .left .packages .package--top {
    margin-bottom: 30px;
  }
}
.services-packages--wrapper .left .packages .package--top .title .label {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.services-packages--wrapper .left .packages .package--top .title .label:after {
  content: '';
  position: absolute;
  background-color: #a47772;
  width: 73px;
  height: 1px;
  left: 0;
  bottom: 0;
}
.services-packages--wrapper .left .packages .package--top .title .label span {
  color: #a47772;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.services-packages--wrapper .left .packages .package--top .title h4 {
  margin-bottom: 0;
}
.services-packages--wrapper .left .packages .package--top .logo figure {
  position: relative;
}
.services-packages--wrapper .left .packages .package--top .logo figure img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .services-packages--wrapper .right {
    order: -1;
  }
}
.services-packages--wrapper .right .wys .text-block-label:after {
  background-color: #fff;
}
.services-packages--wrapper .right .wys * {
  color: #fff;
}
.services-packages--wrapper .right .wys .btn {
  margin-top: 50px;
  padding: 20px 60px;
}
@media (max-width: 1024px) {
  .services-packages--wrapper .right .wys .btn {
    margin-top: 0;
  }
}
.request-form--section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0 200px;
}
@media (max-width: 1024px) {
  .request-form--section {
    padding: 60px 0 150px;
  }
}
@media (max-width: 768px) {
  .request-form--section {
    padding: 40px 0 150px;
  }
}
.request-form--wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-direction: row;
}
.request-form--wrapper .form {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  width: 100%;
  max-width: 840px;
}
.management-about--wrapper {
  display: grid;
  grid-template-columns: 1.52fr 1fr;
  align-items: center;
  gap: 140px;
}
@media (max-width: 1280px) {
  .management-about--wrapper {
    gap: 80px;
  }
}
@media (max-width: 1024px) {
  .management-about--wrapper {
    gap: 40px;
    grid-template-columns: repeat(1, auto);
  }
}
.management-about--wrapper .left figure {
  position: relative;
  aspect-ratio: 1.7777777778;
  border-radius: 6px;
  overflow: hidden;
}
.management-about--wrapper .left figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .management-about--wrapper .right {
    order: -1;
  }
}
.management-about--wrapper .right .wys {
  max-width: 470px;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .management-about--wrapper .right .wys {
    max-width: 100%;
  }
}
.management-promotion--section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0;
}
@media (max-width: 1024px) {
  .management-promotion--section {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .management-promotion--section {
    padding: 40px 0;
  }
}
.management-promotion--section.section-bg > * {
  color: #fff;
}
.management-promotion--section.section-bg .text-block-label {
  color: #fff;
}
.management-promotion--section.section-bg .text-block-label:after {
  background-color: #fff;
}
.management-promotion--section.has-selling-cta {
  padding-bottom: 180px;
}
@media (max-width: 768px) {
  .management-promotion--section.has-selling-cta {
    padding-bottom: 60px;
  }
}
.management-promotion--section.has-selling-cta ~ .selling-cta--section .selling-cta--wrapper {
  margin-top: -120px;
}
@media (max-width: 768px) {
  .management-promotion--section.has-selling-cta ~ .selling-cta--section .selling-cta--wrapper {
    margin-top: 40px;
  }
}
.management-promotion--wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
}
.management-promotion--wrapper .left {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  -webkit-flex-basis: 55%;
  -moz-flex-basis: 55%;
  -ms-flex-basis: 55%;
  flex-basis: 55%;
  max-width: 55%;
}
@media (max-width: 1024px) {
  .management-promotion--wrapper .left {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .management-promotion--wrapper .left {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.management-promotion--wrapper .left .text {
  padding-bottom: 140px;
  position: relative;
}
@media (max-width: 768px) {
  .management-promotion--wrapper .left .text {
    padding-bottom: 0;
  }
}
.management-promotion--wrapper .left .text .companies {
  position: absolute;
  left: 0;
  bottom: 50px;
  display: grid;
  grid-template-columns: repeat(4, 50px);
  align-items: center;
  gap: 60px;
  padding: 20px 45px;
  overflow: hidden;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  z-index: 2;
}
@media (max-width: 768px) {
  .management-promotion--wrapper .left .text .companies {
    position: relative;
    bottom: 0;
    width: fit-content;
    margin: 20px 0;
  }
}
@media (max-width: 576px) {
  .management-promotion--wrapper .left .text .companies {
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-content: center;
    padding: 20px;
  }
}
.management-promotion--wrapper .left .text .companies figure {
  position: relative;
}
.management-promotion--wrapper .left .text .companies figure img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.management-promotion--wrapper .left > figure {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .management-promotion--wrapper .left > figure {
    max-width: 400px;
    margin: 0 auto;
  }
}
.management-promotion--wrapper .left > figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.management-promotion--wrapper .right {
  -webkit-flex-basis: 26%;
  -moz-flex-basis: 26%;
  -ms-flex-basis: 26%;
  flex-basis: 26%;
  max-width: 26%;
}
@media (max-width: 1250px) {
  .management-promotion--wrapper .right {
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%;
  }
}
@media (max-width: 1024px) {
  .management-promotion--wrapper .right {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.management-promotion--wrapper .right figure {
  position: relative;
  margin: 50px 0;
}
@media (max-width: 1024px) {
  .management-promotion--wrapper .right figure {
    margin: 0 auto;
  }
}
.management-promotion--wrapper .right figure img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.management-benefits--wrapper {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  align-items: center;
  gap: 140px;
}
@media (max-width: 1350px) {
  .management-benefits--wrapper {
    gap: 80px;
  }
}
@media (max-width: 1180px) {
  .management-benefits--wrapper {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .management-benefits--wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.management-benefits--wrapper .left .wys {
  max-width: 520px;
}
@media (max-width: 1024px) {
  .management-benefits--wrapper .left .wys {
    max-width: 100%;
  }
}
.management-benefits--wrapper .right figure {
  position: relative;
  aspect-ratio: 1.4;
  overflow: hidden;
  border-radius: 6px;
}
.management-benefits--wrapper .right figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rental-card {
  display: block;
  position: relative;
  aspect-ratio: 0.8;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 24px;
  border-radius: 12px;
  overflow: hidden;
  color: #333;
  text-decoration: none;
}
.rental-card:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media (max-width: 1250px) {
  .rental-card {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .rental-card {
    padding: 10px;
  }
}
@media (max-width: 576px) {
  .rental-card {
    aspect-ratio: auto;
    padding: 0;
  }
}
.rental-card--thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 576px) {
  .rental-card--thumb {
    position: relative;
    aspect-ratio: 1;
    height: auto;
  }
}
.rental-card--thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rental-card--inner {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
  z-index: 2;
}
@media (max-width: 576px) {
  .rental-card--inner {
    height: auto;
  }
}
.rental-card--inner .info {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  padding: 20px;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .rental-card--inner .info {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .rental-card--inner .info {
    padding: 10px;
  }
}
.rental-card--inner .info > * {
  text-decoration: none;
}
.rental-card--inner .info p {
  font-size: 14px;
}
.rental-card--inner .info .title h4 {
  margin-bottom: 10px;
}
@media (max-width: 1280px) {
  .rental-card--inner .info .title h4 {
    font-size: 20px;
  }
}
.card-features {
  margin-top: 20px;
  gap: 10px 25px;
  justify-content: flex-start;
}
.card-features .feature {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: center;
  gap: 5px;
}
.card-features .feature .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.card-features .feature .text {
  font-size: 12px;
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
}
.rentals-cards--wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .rentals-cards--wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .rentals-cards--wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rentals-cards--pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 15px;
}
.rent-main-content--wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 100px;
}
@media (max-width: 1280px) {
  .rent-main-content--wrapper {
    gap: 50px;
  }
}
.rent-main-content--wrapper .left {
  -webkit-flex-basis: 43%;
  -moz-flex-basis: 43%;
  -ms-flex-basis: 43%;
  flex-basis: 43%;
  max-width: 43%;
}
@media (max-width: 850px) {
  .rent-main-content--wrapper .left {
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .rent-main-content--wrapper .left {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.rent-main-content--wrapper .left .gallery {
  max-width: 590px;
}
.rent-main-content--wrapper .left .gallery .main-image {
  position: relative;
}
.rent-main-content--wrapper .left .gallery .main-image .swiper-navigation {
  position: absolute;
  right: -45px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 1024px) {
  .rent-main-content--wrapper .left .gallery .main-image .swiper-navigation {
    right: -30px;
  }
}
@media (max-width: 576px) {
  .rent-main-content--wrapper .left .gallery .main-image .swiper-navigation {
    position: relative;
    right: 0;
    top: 0;
    transform: none;
    flex-direction: row-reverse;
    margin: 10px 0;
  }
}
.rent-main-content--wrapper .left .gallery .main-image .swiper-navigation .swiper-button-next, .rent-main-content--wrapper .left .gallery .main-image .swiper-navigation .swiper-button-prev {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
  margin: 0;
  width: 87px;
  height: 87px;
  border-radius: 50%;
  background-color: #f8eeed;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .rent-main-content--wrapper .left .gallery .main-image .swiper-navigation .swiper-button-next, .rent-main-content--wrapper .left .gallery .main-image .swiper-navigation .swiper-button-prev {
    width: 60px;
    height: 60px;
  }
}
.rent-main-content--wrapper .left .gallery .main-image .swiper-navigation .swiper-button-next:after, .rent-main-content--wrapper .left .gallery .main-image .swiper-navigation .swiper-button-prev:after {
  font-size: 18px;
  color: #a47772;
}
.rent-main-content--wrapper .left .gallery .main-image .features {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  padding: 20px;
  border-radius: 8px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  bottom: 24px;
  z-index: 5;
}
@media (max-width: 1024px) {
  .rent-main-content--wrapper .left .gallery .main-image .features {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .rent-main-content--wrapper .left .gallery .main-image .features {
    padding: 10px;
  }
}
@media (max-width: 576px) {
  .rent-main-content--wrapper .left .gallery .main-image .features {
    width: 96%;
    bottom: 15px;
  }
}
.rent-main-content--wrapper .left .gallery .main-image .features .card-features {
  margin-top: 0;
}
.rent-main-content--wrapper .left .gallery .mySwiper2 {
  margin-bottom: 20px;
}
.rent-main-content--wrapper .left .gallery .mySwiper2 .swiper-wrapper {
  z-index: 2;
}
.rent-main-content--wrapper .left .gallery .mySwiper2 .swiper-wrapper .swiper-slide figure {
  aspect-ratio: 1.03;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.rent-main-content--wrapper .left .gallery .mySwiper2 .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rent-main-content--wrapper .left .gallery .mySwiper .swiper-wrapper .swiper-slide figure {
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.rent-main-content--wrapper .left .gallery .mySwiper .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rent-main-content--wrapper .right {
  flex: 1;
}
@media (max-width: 850px) {
  .rent-main-content--wrapper .right {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    order: -1;
  }
}
.rent-tabs--section {
  background-image: url('../img/single-rent-tabs-bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.rent-tabs--wrapper .tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 80px;
  border-bottom: 1px solid #fff;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .rent-tabs--wrapper .tabs {
    margin-bottom: 25px;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .rent-tabs--wrapper .tabs {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .rent-tabs--wrapper .tabs {
    gap: 10px;
  }
}
.rent-tabs--wrapper .tabs .tab-title {
  padding: 16px 24px;
  color: #fff;
  font-family: 'Isabel', sans-serif;
  font-size: 24px;
  cursor: pointer;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .rent-tabs--wrapper .tabs .tab-title {
    padding: 15px;
  }
}
@media (max-width: 576px) {
  .rent-tabs--wrapper .tabs .tab-title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .rent-tabs--wrapper .tabs .tab-title {
    font-size: 16px;
    padding: 15px 10px;
  }
}
.rent-tabs--wrapper .tabs .tab-title:first-child {
  padding-left: 0;
}
.rent-tabs--wrapper .tabs .tab-title.active {
  border-bottom: 2px solid #fff;
  opacity: 1;
}
.rent-tabs--wrapper .tab-content {
  display: none;
}
.rent-tabs--wrapper .tab-content.features .inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px 50px;
}
@media (max-width: 1280px) {
  .rent-tabs--wrapper .tab-content.features .inner {
    gap: 15px 30px;
  }
}
@media (max-width: 1024px) {
  .rent-tabs--wrapper .tab-content.features .inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .rent-tabs--wrapper .tab-content.features .inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rent-tabs--wrapper .tab-content.features .inner .feature {
  display: grid;
  grid-template-columns: 0.12fr 1fr;
  align-items: center;
  gap: 0 10px;
}
.rent-tabs--wrapper .tab-content.features .inner .feature .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.rent-tabs--wrapper .tab-content.features .inner .feature .icon img, .rent-tabs--wrapper .tab-content.features .inner .feature .icon svg {
  max-width: 100%;
}
.rent-tabs--wrapper .tab-content.features .inner .feature .title span {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .rent-tabs--wrapper .tab-content.features .inner .feature .title span {
    font-size: 14px;
  }
}
.rent-tabs--wrapper .tab-content.features .inner .feature .subtitle span {
  font-size: 14px;
  color: #fff;
}
@media (max-width: 576px) {
  .rent-tabs--wrapper .tab-content.features .inner .feature .subtitle span {
    font-size: 12px;
  }
}
.rent-tabs--wrapper .tab-content.amenities .inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 1024px) {
  .rent-tabs--wrapper .tab-content.amenities .inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .rent-tabs--wrapper .tab-content.amenities .inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rent-tabs--wrapper .tab-content.amenities .inner .item .title h4 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}
.rent-tabs--wrapper .tab-content.amenities .inner .item .options {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
.rent-tabs--wrapper .tab-content.amenities .inner .item .options .option {
  position: relative;
  display: grid;
  grid-template-columns: 0.02fr 1fr;
  align-items: flex-start;
  gap: 10px;
}
.rent-tabs--wrapper .tab-content.amenities .inner .item .options .option span {
  color: #fff;
  font-size: 18px;
}
.rent-tabs--wrapper .tab-content.amenities .inner .item .options .option:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 3px;
}
.rent-tabs--wrapper .tab-content.active {
  display: inherit;
}
.rent-policy--section {
  margin: 100px 0;
}
@media (max-width: 1024px) {
  .rent-policy--section {
    margin: 80px 0;
  }
}
@media (max-width: 768px) {
  .rent-policy--section {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .rent-policy--section {
    margin: 40px 0;
  }
}
.rent-policy--section.has-map {
  margin-bottom: 0;
}
.rent-policy--wrapper {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 120px;
}
@media (max-width: 1180px) {
  .rent-policy--wrapper {
    gap: 80px;
  }
}
@media (max-width: 1024px) {
  .rent-policy--wrapper {
    gap: 50px;
  }
}
@media (max-width: 850px) {
  .rent-policy--wrapper {
    grid-template-columns: repeat(1, auto);
  }
}
@media (max-width: 768px) {
  .rent-policy--wrapper {
    gap: 30px;
  }
}
.rent-policy--wrapper .right .form {
  background-color: #f8eeed;
}
.rent-map--section {
  margin-top: -180px;
}
@media (max-width: 1250px) {
  .rent-map--section {
    margin-top: -100px;
  }
}
@media (max-width: 768px) {
  .rent-map--section {
    margin-top: 30px;
  }
}
.rent-map--section .map {
  aspect-ratio: 3;
  position: relative;
}
@media (max-width: 768px) {
  .rent-map--section .map {
    aspect-ratio: 1.3333333333;
  }
}
.rent-map--section .map img, .rent-map--section .map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rent-testimonials--top {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 140px;
  margin-bottom: -220px;
}
@media (max-width: 1380px) {
  .rent-testimonials--top {
    gap: 120px;
  }
}
@media (max-width: 1280px) {
  .rent-testimonials--top {
    gap: 80px;
  }
}
@media (max-width: 1024px) {
  .rent-testimonials--top {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .rent-testimonials--top {
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .rent-testimonials--top {
    margin-bottom: 20px;
  }
}
.rent-testimonials--top .right {
  padding-bottom: 220px;
}
@media (max-width: 1024px) {
  .rent-testimonials--top .right {
    order: -1;
    padding-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .rent-testimonials--top .left {
    -webkit-flex-basis: 590px;
    -moz-flex-basis: 590px;
    -ms-flex-basis: 590px;
    flex-basis: 590px;
    max-width: 590px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .rent-testimonials--top .left {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.rent-testimonials--top .left figure {
  position: relative;
  aspect-ratio: 1;
  border-radius: 6px;
  overflow: hidden;
}
.rent-testimonials--top .left figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rent-testimonials--bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.rent-testimonials--bottom .reviews-navigation {
  position: relative;
  -webkit-flex-basis: 190px;
  -moz-flex-basis: 190px;
  -ms-flex-basis: 190px;
  flex-basis: 190px;
  max-width: 190px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 15px;
}
@media (max-width: 1024px) {
  .rent-testimonials--bottom .reviews-navigation {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    justify-content: center;
  }
}
.rent-testimonials--bottom .reviews-navigation .swiper-button-next, .rent-testimonials--bottom .reviews-navigation .swiper-button-prev {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
  margin: 0;
  width: 87px;
  height: 87px;
  border-radius: 50%;
  background-color: #f8eeed;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 1250px) {
  .rent-testimonials--bottom .reviews-navigation .swiper-button-next, .rent-testimonials--bottom .reviews-navigation .swiper-button-prev {
    width: 60px;
    height: 60px;
  }
}
.rent-testimonials--bottom .reviews-navigation .swiper-button-next:after, .rent-testimonials--bottom .reviews-navigation .swiper-button-prev:after {
  font-size: 18px;
  color: #a47772;
}
.rent-testimonials--bottom .reviews-slider {
  -webkit-flex-basis: 66%;
  -moz-flex-basis: 66%;
  -ms-flex-basis: 66%;
  flex-basis: 66%;
  max-width: 66%;
}
@media (max-width: 1380px) {
  .rent-testimonials--bottom .reviews-slider {
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    -ms-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%;
  }
}
@media (max-width: 1024px) {
  .rent-testimonials--bottom .reviews-slider {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    order: -1;
    margin: -120px 0 40px;
  }
}
@media (max-width: 576px) {
  .rent-testimonials--bottom .reviews-slider {
    margin: 20px 0;
  }
}
.rent-testimonials--bottom .reviews-slider .swiper {
  overflow: visible;
}
.rent-testimonials--bottom .reviews-slider .swiper .swiper-wrapper {
  align-items: stretch;
}
.rent-testimonials--bottom .reviews-slider .swiper-slide {
  height: unset;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .rent-testimonials--bottom .reviews-slider .swiper-slide {
    opacity: 1;
  }
}
.rent-testimonials--bottom .reviews-slider .swiper-slide.swiper-slide-active, .rent-testimonials--bottom .reviews-slider .swiper-slide.swiper-slide-next, .rent-testimonials--bottom .reviews-slider .swiper-slide.swiper-slide-next + .swiper-slide {
  opacity: 1;
}
.rent-testimonials--bottom .reviews-slider .swiper-slide .inner {
  background-color: #222;
  padding: 35px;
  height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 40px;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .rent-testimonials--bottom .reviews-slider .swiper-slide .inner {
    padding: 20px;
  }
}
.rent-testimonials--bottom .reviews-slider .swiper-slide .inner * {
  color: #fff;
}
@media (max-width: 768px) {
  .rent-testimonials--bottom .reviews-slider .swiper-slide .inner .bottom {
    flex-direction: column;
    gap: 10px;
  }
}
.rent-testimonials--bottom .reviews-slider .swiper-slide .inner .bottom .author span {
  display: block;
}
.rent-testimonials--bottom .reviews-slider .swiper-slide .inner .bottom .author span.name {
  font-size: 20px;
  font-family: 'Isabel', sans-serif;
  font-weight: 700;
}
.rent-testimonials--bottom .reviews-slider .swiper-slide .inner .bottom .author span.date {
  font-size: 14px;
  color: #a47772;
}
.rent-testimonials--bottom .reviews-slider .swiper-slide .inner .bottom .rate {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 5px;
  text-align: center;
}
@media (max-width: 768px) {
  .rent-testimonials--bottom .reviews-slider .swiper-slide .inner .bottom .rate > span {
    font-size: 14px;
  }
}
.search-rentals--section .ownerrez-widget > iframe {
  margin-top: -75px;
  position: relative;
  z-index: 100;
}
