/* Jost - Medium (Weight 500) */
@font-face {
  font-family: "Jost";
  src: url("../fonts/Cinzel-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

/* Jost - SemiBold (Weight 600) */
@font-face {
  font-family: "Cinzel";
  src: url("../fonts/Cinzel-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

/* Jost - Variable Font (Weight 100–900) */
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}

/* Houstiq - Heading Font */
@font-face {
  font-family: "Cinzel";
  src: url("../fonts/Cinzel-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Cinzel";
  src: url("../fonts/Cinzel-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}


/* ===============================
   Base Typography Styles
   =============================== */

body,
p,
em,
strong {
  font-family: "Poppins", sans-serif !important;
  font-family: ;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cinzel", sans-serif !important;
  font-weight: 500;
}

p {
  font-weight: 400;
}

em {
  font-style: italic;
}

.bd-header-3 {
 /* border-bottom: 1px solid rgba(255, 255, 255, 0.3);*/
  /* background: #162034 !important; */
}
.header-sticky.is-transparent {
    background-color: rgb(255 255 255 / 50%) !important;
    backdrop-filter: saturate(130%) blur(10px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
}
.bd-header__logo {
  width: 100%;
}
.bd-header__logo img {
  max-width: 200px;
}
/* .bd-header-3.header-sticky .bd-header__logo img {
    filter: unset;
} */
.bd-header-3 .bd-header__logo .non_sticky_logo {
  display: block;
}
/* .bd-header-3 .bd-header__logo .sticky_logo {
    display: none;
}
.bd-header-3.header-sticky .bd-header__logo .non_sticky_logo {
    display: none;
}
.bd-header-3.header-sticky .bd-header__logo .sticky_logo {
    display: block;
} */
.bd-main-menu ul li a {
    font-size: 16px;
    padding: unset;
    color: #303030;
    padding-left: 50px;
    padding-right: 50px;

}
.bd-main-menu ul li a:hover {
  color: #b3806c !important;
}
/* .bd-header-3.header-sticky .bd-main-menu ul li a {
    color: var(--bd-common-black);
} */
.cstm_bnr {
  display: flex;
  align-items: center !important;
  justify-content: center;
  height: calc(100vh - 0px);
  min-height: 800px;
}

.cstm_bnr > * {
  position: relative;
  z-index: 1;
}
.iti__country-container {
   
    width: 50px;
}
.iti input.iti__tel-input, .iti input.iti__tel-input[type=text], .iti input.iti__tel-input[type=tel] {
    position: relative;
    z-index: 0;
    margin: 0 !important;
    padding-left: 50px !important;
}
.iti__selected-country {
    
    width: 50px;
}
    .iti__selected-country:hover {
        background: transparent
    }
    .dsn_banner:before {
    border-block-end-width: 0;
    border-color: var(--border-color) initial;
    border-inline-end-width: 0;
    border-inline-start-width: 0;
    border-radius: 0;
    border-style: 0;
    content: "";
    display: block;
    height: 100vh;
    left: 0;
    mix-blend-mode: var(--overlay-mix-blend-mode);
    opacity: var(--overlay-opacity);
    position: absolute;
    top: 0;
    background-image: linear-gradient(180deg, #180005 0%, #F2295B00 100%);
    width: 100%;
    z-index: 9;
}
.bd-hero__bg video {
    inset-block-start: 50%;
    inset-inline-start: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
}
.elementor-element.elementor-element-87671e0 {
    display: flex;
    flex-direction: column;
    background-color: #3333338C;
    justify-content: center;
    border-style: solid;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-color: #E6CBA2;
    border-color: #E6CBA2;
    border-radius: 30px 30px 30px 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
}
section#hero .bd-hero .bd-hero__content {
    margin-bottom: 0% !important;
}

.down_arrow {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}

.down_arrow i {
  color: #fff;
  font-size: 30px;
  animation: mover 1s infinite alternate;
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

.button_1 {
  position: relative;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding: 0 70px 40px 0px;
  text-decoration: none;
}

.button_1:hover:before {
  width: 100%;
  background: #000;
  border: 2px solid #000;
}

.button_1:active:before {
  opacity: 1;
  transition: all 0.05s ease-in-out;
}

.button_1:active span {
  color: white;
  transition: all 0.05s ease-in-out;
}

.button_1:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  background: #ffffff00;
  border: 2px solid #000;
}

.button_1:after {
  content: "\f356";
  position: absolute;
  z-index: 6;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  text-align: center;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 20px;
  color: #000;
}

.button_1:hover:after {
  color: #fff;
}

.button_1 span {
  display: block;
  position: relative;
  z-index: 3;
  color: #000;
  font-weight: 100;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.75s ease-in-out;
  font-size: 16px;
  position: relative;
  left: 0;
}

.button_1:hover span {
  color: #ffffff;
  position: relative;
  left: 20px;
}

.bd-footer__list ul li a {
  text-transform: uppercase;
}

.bd-footer__copyright-text p {
  color: #ffffff;
}

.video_area {
  display: flex;
  align-items: center;
  justify-content: center;
}

.video_area .bd-reel__play-btn {
  position: relative;
  top: unset;
  left: unset;
  transform: unset;
}

.video_area .bd-reel__play-btn .bd-reel-play-thumb {
  position: relative;
  max-width: max-content;
  margin: 0 auto;
}

/* .icons_area .bd-feature__list-item img {
    width: auto;
    height: 60px;
    margin-bottom: 15px;
} */

.icons_area .bd-feature__list-item img {
  width: 50px;
  height: 50px;
  border: 1px solid #b3806c;
  border-radius: 50%;
  padding: 5px;
  margin-bottom: 15px;
}

.overview_area .bd-facility-2__list ul {
  display: block;
}

.overview_area .bd-facility-2__list ul li {
  margin-bottom: 15px;
}

.overview_area .bd-facility-2__list ul li:last-child {
  margin-bottom: unset;
}

.overview_area .bd-facility-slider__thumb-wrap img {
  height: 80vh;
  object-fit: cover;
}

.overview_area .bd-foodmenu__tab .nav-tabs .nav-link {
  color: #ffffff;
  text-decoration: unset !important;
  text-transform: uppercase;
}

.overview_area .bd-foodmenu__tab .nav-tabs .nav-link.active {
  color: var(--bd-theme-1);
}

.overview_area .bd-offer__content-visble {
  background: var(--bd-theme-2);
}

.overview_area .bd-offer__content-visble h4 {
  font-size: 20px;
}

.overview_area .bd-offer__content {
  width: 100%;
}

.overview_area .bd-offer__title::before {
  display: none;
}

.overview_area .bd-offer__content h4 {
  font-size: 20px;
}

.overview_area .bd-offer-slider-nav .square-nav {
  border-color: #ffffff;
  color: #ffffff;
}

.icons_area .bd-feature__list-item p {
  font-size: 0.843em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

.render_area .bd-facility-side__shape-1 {
  left: 0;
  top: unset;
  bottom: 100px;
  z-index: 1;
}
.render_area .bd-facility-side__shape-1 img {
  width: 200px;
  filter: invert(1);
}

.render_area .bd-facility-side__shape-2 {
  right: 0;
  top: 150px;
}

.render_area .bd-facility-side__shape-2 img {
  width: 200px;
  filter: invert(1);
}

.pre_img {
  width: 20px;
  margin-bottom: 15px;
}

.bd-section__title-wrapper h3 {
  color: #000;
}

.cstm_counter .bd-feature__list-item {
  display: block;
  text-align: center;
}

.cstm-qr-code {
  width: 50px;
}

@media screen and (min-width: 1200px) {
  .container-fluid {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1365px) {
  .about_area .bd-section__subtitle img {
    width: 200px;
  }
  .render_area .bd-facility-side__shape-1 {
    bottom: 0;
  }
  .render_area .bd-facility-side__shape-1 img {
    width: 100px;
  }
  .render_area .bd-facility-side__shape-2 {
    top: 0;
  }
  .render_area .bd-facility-side__shape-2 img {
    width: 100px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  section {
    max-width: 100%;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .container,
  .container-fluid {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
  .bd-header .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .bd-header__logo {
    width: 100%;
  }
  .bd-header__logo img {
    max-width: 150px;
  }
  .about_area .bd-section__subtitle img {
    width: 200px;
  }
  .render_area .bd-facility-side__shape-1 {
    bottom: 0;
  }
  .render_area .bd-facility-side__shape-1 img {
    width: 80px;
  }
  .render_area .bd-facility-side__shape-2 {
    top: 0;
  }
  .render_area .bd-facility-side__shape-2 img {
    width: 80px;
  }
  .bd-hero__content {
    margin-bottom: 160px;
  }
  .bd-main-menu ul li a {
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  section {
    max-width: 100%;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .container,
  .container-fluid {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .bd-header .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .bd-header__logo img {
    max-width: 150px;
  }
  .about_area .bd-section__subtitle img {
    width: 200px;
  }
  .render_area .bd-facility-side__shape-1 {
    bottom: 0;
  }
  .render_area .bd-facility-side__shape-1 img {
    width: 80px;
  }
  .render_area .bd-facility-side__shape-2 {
    top: 0;
  }
  .render_area .bd-facility-side__shape-2 img {
    width: 80px;
  }
  .down_arrow {
    bottom: 0;
  }
  .bd-main-menu ul li a {
    font-size: 14px;
    padding: unset;
    color: #303030;
    padding-left: 0px;
    padding-right: 0px;
}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  section {
    max-width: 100%;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .container,
  .container-fluid {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .Amenities, .Amenitiesb{
	  padding-top:0 !important;
	    padding-bottom:0 !important
  }
  .bd-header .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #Amenities .pt-60

 {
     padding-top: 0px; 
}
  .bd-header__logo img {
    max-width: 150px;
  }
  .cstm-slider-text h3 {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 5.6px;
    font-size: 19px;
}
  .cstm_bnr {
    min-height: 480px;
	height:auto;
  }
  .form-card{
	  display:none;
  }
  .bd-hero__bg video {
  
    height: 450px;
}
.bd-header-3
 {
    padding: 0px 0;
}
.bd-main-menu ul li a {
    font-size: 9px;
    padding: unset;
    color: #303030;
    padding-left: 2px;
    padding-right: 2px;
}
.bd-main-menu ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    margin-inline-end: 0px;
}
.bd-header-3.header-sticky {
    padding: 6px 0;
}
h2 {
    font-size:30px;
    line-height: 1.18;
}
.bd-section__subtitle {
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: var(--bd-text-2);
    display: inline-block;
    /* text-transform: uppercase; */
}

.header-sticky.is-transparent

 {
    background-color: rgb(255 255 255 / 90%) !important;
    backdrop-filter: saturate(130%) blur(10px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
}
#header-sticky .container-fluid {
        max-width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
}
  .about_area .bd-section__subtitle img {
    width: 200px;
  }
  .render_area .bd-facility-side__shape-1 {
    top: 0;
  }
  .render_area .bd-facility-side__shape-1 img {
    width: 50px;
  }
  .render_area .bd-facility-side__shape-2 {
    top: 0;
  }
  .render_area .bd-facility-side__shape-2 img {
    width: 50px;
  }
  .down_arrow {
    bottom: 0;
  }
  /* .cstm_about {
    text-align: center;
    padding-top: 30px;
  } */
/* .bd-main-menu ul li a {
    font-size: 14px;
    padding-left: 0px;
    padding-right: 0px;
} */
#Amenities{
	position:relative;
}
#Amenities .swiper-button-prev, #Amenities .swiper-button-next {
	display:none !important;
	opacity:0;
}
@media (max-width: 479px) {
 
}

.form-card {
    width: 320px;
    background: #3333338C;
    padding: 35px 25px 40px;
    border-radius: 28px;
    text-align: center;
    position: absolute;
    z-index: 9999;
    border: 1px solid #e0be7b;
    top: 20%;
    right: 10%;
}

    .form-card h5 {
        color: #e6c27a;
        letter-spacing: 2px;
        margin: 0;
    }

    .form-card h2 {
        color: #ffffff;
        letter-spacing: 2px;
        margin: 5px 0 30px;
        text-transform: uppercase;
        font-size: 20px;
    }

.field {
    text-align: left;
    margin-bottom: 22px;
}

    .field label {
        color: #ffffff;
        font-size: 12px;
        letter-spacing: 1px;
    }

    .field input {
        width: 100%;
        border: none;
        border-bottom: 1px solid #ddd;
        background: transparent;
        padding: 8px 0;
        color: #fff;
        outline: none;
    }
        .field input:focus {
            box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
            outline: 0;
        }
.iti {
   
    width: 100%;
}
.phone-field input::placeholder { /* Chrome, Edge, Safari */
    color: #999;
}

.phone-field input::-webkit-input-placeholder {
    color: #999;
}

.phone-field input::-moz-placeholder { /* Firefox */
    color: #999;
    opacity: 1;
}

.phone-field input:-ms-input-placeholder { /* IE 10–11 */
    color: #999;
}

.phone-field input::-ms-input-placeholder { /* Edge (old) */
    color: #999;
}

input
.phone-field {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .phone-field select {
        background: transparent;
        border: none;
        border-bottom: 1px solid #ddd;
        color: #fff;
        padding: 6px 0;
        outline: none;
    }

button {
    margin-top: 25px;
    width: auto;
    padding: 12px;
    border-radius: 30px;
    border: none;
    background: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    cursor: pointer;
}

    button:hover {
        background: #e6c27a;
    }
.logo-header {
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 10px;
}

/* @media (max-width: 768px) {
 button {
    margin-top: 0px;
    width: 100%;
    padding: 9px;
    border-radius: 0px;
    border: none;
    background: #c08e7e;
    font-weight: bold;
    letter-spacing: 2px;
    cursor: pointer;
}
} */

