/* Arial Regular */
@font-face {
  font-family: 'Arial';
  src: url('../fonts/arial.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Garamond Regular */
@font-face {
  font-family: 'Garamond';
  src: url('../fonts/GARA.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Garamond Bold */
@font-face {
  font-family: 'Garamond Bold';
  src: url('../fonts/GARABD.TTF') format('truetype');
  font-weight: bold;
  font-style: normal;
}

/* Garamond Italic */
@font-face {
  font-family: 'Garamond Italic';
  src: url('../fonts/GARAIT.TTF') format('truetype');
  font-weight: normal;
  font-style: italic;
}

/* Montserrat SemiBold */
@font-face {
  font-family: 'Montserrat SemiBold';
  src: url('../fonts/Mont-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

/* Myriad Pro Regular Bold */
@font-face {
  font-family: 'Myriad Pro Regular Bold';
  src: url('../fonts/MyriadPro-Regular_B.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* Tan-Mon Cheri */
@font-face {
  font-family: 'Tan-Mon Cheri';
  src: url('../fonts/TAN-MON CHERI.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

body {
  overflow-x: hidden;
  font-family: 'Arial', sans-serif;
  letter-spacing: 1px;
}

h1,
h6 {
  font-family: 'Tan-Mon Cheri', serif;
}

h2 {
  font-family: 'Tan-Mon Cheri', serif;
}

em {
  font-family: 'Garamond Italic', serif;
}

.primary-color {
  color: #c0876a
}

.slider_title {
  font-size: 3rem;
  letter-spacing: 3px;
  line-height: 1.6;
}

strong {
  font-family: 'Montserrat SemiBold', sans-serif;
}

p {
  font-family: 'Arial', sans-serif;
}

.special-text {
  font-family: 'Tan-Mon Cheri', cursive;
}

.slider_sub_text {
  font-family: 'Arial', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.5
}

.mb-s {
  margin-bottom: 2.2rem !important;
}

:root {
  --custom_color_1: #a66c50;
}

.container {
  max-width: 1280px;
}

.cstm_navbar .container .upper-side .logo img {
  width: 150px;
  height: auto;
}

/*.cstm_navbar{
    border-bottom: 1px solid rgb(255 255 255 / 60%);
}*/

.cstm_navbar .container .menu ul li a {
  text-transform: uppercase;
}

.cstm_navbar .container .upper-side .phone-email h4 {
  font-size: 14px;
}

.cstm_navbar .container .upper-side .phone-email h4 a {
  margin-bottom: 5px;
  display: inline-block;
}

.home_slider .slider-container .swiper-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .65), transparent 82%);
  width: 100%;
  height: 40%;
  z-index: 1;
  opacity: 1;
}

.home_slider .slider-container .swiper-slide:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, .65), transparent 82%);
  width: 100%;
  height: 40%;
  z-index: 1;
  opacity: 1;
}

.home_slider .slider-container .swiper-slide .container {
  padding-right: 15px;
  padding-left: 15px;
}

.home_slider .slider-container .swiper-slide .container h1 {
  font-size: 24px;
}

.home_slider .slider-container .swiper-slide {
  align-content: flex-end;
  justify-content: start;
}

.home_slider .slider-container .swiper-slide .home_content {
  background: rgba(0, 0, 0, 0.35);
  padding: 2rem;
  margin-bottom: 5rem;
  display: inline-block;
}

.cstm_navigation {
  position: absolute;
  left: auto;
  right: 0;
  bottom: 5rem;
  z-index: 1;
  transform: rotate(-90deg);
}

.slider .slider-container .inner-elements .container .cstm_navigation .button-prev {
  right: 0;
  top: 0;
  margin-top: -180px;
}

.slider .slider-container .inner-elements .container .cstm_navigation .button-next {
  right: 0;
  top: 0;
  margin-top: -60px;
}

.preloader .layer {
  background: #1e1e1d;
}

.footer_area {
  padding-top: 50px;
  background: #1e1e1d;
}

.footer .col-12 {
  margin-top: 30px;
}

.footer_area .logo {
  width: 150px;
  height: auto;
}

.footer_area .contact-box {
  float: unset;
  color: #fff;
  text-align: center;
}

.footer_area .contact-box ul {
  width: 100%;
  display: flex;
  justify-content: center;
}

.footer_area .col-12 .creation {
  float: unset;
  text-align: center;
}

.cstm_disclaimer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between
}

.cstm_disclaimer .barcode {
  width: 100px;
  margin-right: 15px
}

.cstm_disclaimer p {
  text-align: justify;
  font-size: 13px;
}

.line_with_text {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.line_with_text::before,
.line_with_text::after {
  content: "";
  flex: 1;
  background: linear-gradient(-45deg, #bc896e, transparent);
  height: 1px;
  max-width: 250px;
  width: 100%;
  margin: 0 15px;
}

.line_with_text::after {
  background: linear-gradient(45deg, #bc896e, transparent);
}

.line_text {
  flex-shrink: 0;
}

.map_block iframe {
  width: 100%;
  height: 70vh;
  border: 0;
}

.cstm_slider {
  position: relative;
}

.cstm_slider .swiper-slide img {
  filter: drop-shadow(0 12px 14px rgba(0, 0, 0, .1));
  height: 50vh;
  object-fit: cover;
}

.cstm_slider .swiper-pagination-bullets {
  bottom: -3rem;
}

.cstm_slider .swiper-pagination-bullet {
  background: rgba(0, 0, 0, .4);
  margin-left: 4px;
  margin-right: 4px;
  border-radius: unset;
  width: 20px;
  height: 3px;
}

.cstm_amenities figure img {
  height: 120px;
}

.amenities_slider_area .slider_item {
  position: relative;
  transition: .5s ease-in-out;
  margin: 30px auto;
  overflow: hidden
}

.amenities_slider_area .slider_item .slider_front {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
  text-align: center;
  min-height: 500px;
  transition: transform .7s cubic-bezier(.4, .2, .2, 1);
  backface-visibility: hidden;
  position: relative;
  overflow: hidden;
}

.amenities_slider_area .slider_item .slider_front:hover {
  transform: scale(1.1);
  cursor: pointer
}

.amenities_slider_area .slider_item .slider_front>* {
  position: relative;
  z-index: 1;
}

.amenities_slider_area .slider_item .slider_front::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.amenities_slider_area .slider_item h4 {
  font-size: 30px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #a16a50;
  margin-bottom: unset;
  margin-top: 40px;
  letter-spacing: 2px;
  text-align: center;
}

.amenities_slider_area {
  position: relative;
  overflow: hidden;
}

.amenities_slider_area .swiper-slide img {
  filter: drop-shadow(0 12px 14px rgba(0, 0, 0, .1));
  height: 50vh;
  object-fit: cover;
}

.amenities_slider_area .swiper-pagination-bullets {
  bottom: -3rem;
}

.amenities_slider_area .swiper-pagination-bullet {
  background: rgba(0, 0, 0, .4);
  margin-left: 4px;
  margin-right: 4px;
  border-radius: unset;
  width: 20px;
  height: 3px;
}

.cstm_plan .cstm_plan_img {
  filter: blur(5px);
}

.contact h3 {
  line-height: 1.5;
}

.cstm_container {
  width: 100%;
  height: 100%;
  margin-top: 100px;
}

.cstm_container .row {
  height: 100%;
}

.cstm_container .home_content {
  padding: 0 3rem;
  padding-bottom: 10rem;
}

.cstm_container .cstm_image {
  height: 100%;
}

.cstm_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px auto 0;
  width: 150px;
}

.cstm_nav .button-prev,
.cstm_nav .button-next {
  width: 60px !important;
  height: 60px !important;
  line-height: 60px !important;
  text-align: center;
  font-size: 20px !important;
  border: 2px solid var(--custom_color_1) !important;
  color: var(--custom_color_1) !important;
  border-radius: 100% !important;
  transition: all .5s ease-in-out;
}

.cstm_nav .button-prev:hover,
.cstm_nav .button-next:hover {
  background: var(--custom_color_1) !important;
  color: #FFF !important;
  text-decoration: none;
}

.cstm_connectivity iframe {
  height: 600px;
  border: none;
}

.contactus iframe {
  border: none;
}

.nav_modal {
  position: relative;
  overflow: hidden;
}

.nav_modal:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}

.nav_modal:hover:before {
  opacity: 1;
}

.nav_modal .cstm_view {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: #fff;
  font-size: 24px;
  opacity: 0;
  transition: opacity 0.3s;
}

.nav_modal:hover .cstm_view {
  opacity: 1;
}

.contact {
  padding: 150px 0;
}

.sticky_buttons {
  position: relative;
}

.sticky_buttons a {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 9;
  writing-mode: vertical-lr;
  transform: translateY(-50%) rotate(180deg);
  padding: 20px 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: unset;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: url(../img/bg.jpg);
  box-shadow: 0 0 20px rgba(235, 207, 167, 0.4);
  transition: 0.25s ease-in-out;
  text-decoration: none;
}

/* @media only screen and (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media only screen and (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media only screen and (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media only screen and (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
} */

@media only screen and (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1535px) {
    .cstm_navbar .container .menu ul li a {
        font-size: 12px;
    }

    .cstm_navbar .container .upper-side .phone-email h4 {
        font-size: 12px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .cstm_navbar .container {
    max-width: 100%;
  }

  .cstm_navbar .container .menu ul {
    padding: 0;
    margin: 0;
  }

  .cstm_navbar .container .menu ul li {
    margin-left: 30px;
  }

  .cstm_navbar .container .menu ul li:first-child {
    margin-left: unset;
  }

  .cstm_navbar .container .menu ul li a {
    font-size: 12px;
  }

  .cstm_navbar .container .upper-side .phone-email h4 {
    font-size: 12px;
  }

  .cstm_navbar .container .upper-side .logo img {
    width: 100px;
  }

  .home_slider {
    height: auto;
  }

  .cstm_container .cstm_image {
    height: 625px;
  }

  .cstm_container .home_content h1 {
    font-size: 2rem;
  }

  .cstm_container .home_content h2 {
    font-size: 2rem;
    line-height: 3rem;
  }

  .cstm_disclaimer {
    display: block;
  }

  .cstm_disclaimer .barcode {
    margin-right: unset;
    margin-bottom: 30px;
  }

  .cstm_connectivity iframe {
    height: 300px;
    margin-bottom: 30px;
  }

  .intro .content-box {
    text-align: center;
  }

  .intro figure .holder {
    transform: translate(45px, -45px);
  }

  .contact {
    padding: 80px 0;
  }

  .footer_area .logo {
    width: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cstm_navbar .container {
    max-width: 100%;
  }

  .cstm_navbar .container .menu ul {
    padding: 0;
    margin: 0;
  }

  .cstm_navbar .container .menu ul li {
    margin-left: 30px;
  }

  .cstm_navbar .container .menu ul li:first-child {
    margin-left: unset;
  }

  .cstm_navbar .container .menu ul li a {
    font-size: 12px;
  }

  .cstm_navbar .container .upper-side .phone-email h4 {
    font-size: 12px;
  }

  .cstm_navbar .container .upper-side .logo img {
    width: 100px;
  }

  .home_slider {
    height: auto;
  }

  .cstm_container .cstm_image {
    height: 625px;
  }

  .cstm_container .home_content h1 {
    font-size: 2rem;
  }

  .cstm_container .home_content h2 {
    font-size: 2rem;
    line-height: 3rem;
  }

  .cstm_disclaimer {
    display: block;
  }

  .cstm_disclaimer .barcode {
    margin-right: unset;
    margin-bottom: 30px;
  }

  .cstm_connectivity iframe {
    height: 300px;
    margin-bottom: 30px;
  }

  .intro .content-box {
    text-align: center;
  }

  .contact {
    padding: 80px 0;
  }

  .footer_area .logo {
    width: 100px;
  }
}

@media only screen and (min-width: 992px) {
  .navbar .container .upper-side .phone-email {
      display: flex !important;
        flex-direction: row-reverse;
        align-items: center;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .container .upper-side {
    grid-template-columns: 1fr 0fr 0fr;
  }

  .cstm_navbar .container .upper-side .logo img {
    width: 100px;
  }

  .home_slider {
    height: auto;
  }

  .cstm_container {
    margin-top: 70px;
  }

  .cstm_container .cstm_image {
    height: 460px;
    margin-bottom: 100px;
  }

  .cstm_container .home_content h1 {
    font-size: 2rem;
    text-align: center;
  }

  .cstm_container .home_content h2 {
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
  }

  .cstm_disclaimer {
    display: block;
  }

  .cstm_disclaimer .barcode {
    margin-right: unset;
    margin-bottom: 30px;
  }

  .cstm_disclaimer p {
    text-align: center;
  }

  .cstm_connectivity iframe {
    height: 300px;
    margin-bottom: 30px;
  }

  .intro .content-box {
    text-align: center;
  }

  .contact {
    padding: 80px 0;
  }

  .footer_area .logo {
    width: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .navbar .container .upper-side {
    grid-template-columns: 1fr 0fr 0fr;
  }

  .cstm_navbar .container .upper-side .logo img {
    width: 100px;
  }

  .home_slider {
    height: auto;
  }

  .cstm_container {
    margin-top: 70px;
  }

  .cstm_container .cstm_image {
    height: 460px;
    margin-bottom: 50px;
  }

  .cstm_container .home_content {
    padding: 0 15px 50px;
    display: inline-block;
  }

  .cstm_container .home_content h1 {
    font-size: 1.2rem;
    text-align: center;
  }

  .cstm_container .home_content h2 {
    font-size: 1.2rem;
    line-height: 3rem;
    text-align: center;
  }

  .cstm_container .home_content p {
    text-align: center;
  }

  .cstm_container .home_content a {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }

  .cstm_disclaimer {
    display: block;
  }

  .cstm_disclaimer .barcode {
    margin-right: unset;
    margin-bottom: 30px;
  }

  .cstm_disclaimer p {
    text-align: center;
  }

  .cstm_connectivity iframe {
    height: 300px;
    margin-bottom: 30px;
  }

  .intro .content-box {
    text-align: center;
  }

  .intro .content-box h2 {
    font-size: 1.2rem !important;
  }

  .line_with_text {
    font-size: 1.2rem !important;
  }

  .contactus h2 {
    text-align: center;
  }

  .contactus .contact-form {
    padding-left: 0;
    margin-top: 30px;
    padding-top: unset;
  }

  .contact {
    padding: 80px 0;
  }

  .amenities_slider_area .slider_item {
    margin: 0px auto;
  }

  .footer_area .logo {
    width: 100px;
  }

  .amenities_slider_area .slider_item h4 {
    font-size: 1.2rem;
  }

  .sticky_buttons a {
    top: auto;
    bottom: 0;
    writing-mode: unset;
    transform: unset;
    box-shadow: unset;
    width: 100%;
    padding: 15px 30px;
  }

  .footer_area {
    margin-bottom: 50px;
  }
}