/*General Style */
@import url("../css/bootstrap.min.css");
@import url("../fonts/font-awesome-6/css/all.min.css");
@import url("../css/slimmenu.min.css");
@import url("../css/owl.carousel.css");

/* -----------------Google Fonts----------------- */
/*font-family: "Poppins", sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* -----------------Google Fonts----------------- */
:root {
  --primary: #0A3971;
  --black: #000000;
  --textColor: rgba(0, 0, 0, 0.5);
  --white: #ffffff;
  --lightgray: #f5f5f5;
  --bodyFont: "Poppins", sans-serif;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  padding: 0px;
  /* overflow: hidden;
  -ms-overflow-style: scrollbar; */
  font-size: 18px;
  line-height: 1.9;
  font-weight: 400;
  letter-spacing: 0;
  font-family: var(--bodyFont);
  color: var(--textColor);
  background-color: var(--white);

}

p {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--textColor);
}

@media (max-width: 1600px) {

  body,
  p {
    font-size: 17px;
    line-height: 1.8;
    letter-spacing: 0.4px;
  }
}

@media (max-width: 991px) {

  body,
  p {
    font-size: 16px;
    letter-spacing: 0.3px;
  }
}

@media (max-width: 575px) {

  body,
  p {
    font-size: 15px;
    line-height: 1.7;
  }
}

img {
  max-width: 100%;
  height: auto;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: transparent;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: var(--primary);
}

::selection {
  background-color: var(--black);
  color: var(--white);
}

::-moz-selection {
  background-color: var(--black);
  color: var(--white);
}

::-webkit-selection {
  background-color: var(--black);
  color: var(--white);
}

@media (max-width: 767px) {
  ::-webkit-scrollbar {
    width: 6px;
  }
}

/* ------------------------------------------------------------------
Typography
------------------------------------------------------------------- */
b,
strong {
  font-weight: 700;
}

a {
  color: var(--black);
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
  color: var(--primary);
  outline: 0;
}

h1:not(.site-title):before,
h2:before {
  display: none;
}

h1 {
  font-size: 100px;
  line-height: 1.1;
  letter-spacing: 0px;
  font-weight: 900;
}

@media (max-width: 1600px) {
  h1 {
    font-size: 70px;
  }
}

@media (max-width: 1440px) {
  h1 {
    font-size: 64px;
  }
}

@media (max-width: 1199px) {
  h1 {
    font-size: 56px;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  h1 {
    font-size: 26px;
    line-height: 1.2;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 22px;
  }
}

h2 {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: capitalize;
}

@media (max-width: 1600px) {
  h2 {
    font-size: 38px;
  }
}

@media (max-width: 1440px) {
  h2 {
    font-size: 34px;
  }
}

@media (max-width: 991px) {
  h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 1.25;
  }
}

@media (max-width: 575px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: inherit;
  letter-spacing: 0;
}

@media (max-width: 1600px) {
  h3 {
    font-size: 24px;
    letter-spacing: 0.5px;
  }
}

@media (max-width: 991px) {
  h3 {
    font-size: 22px;
    letter-spacing: 0.3px;
  }
}

@media (max-width: 575px) {
  h3 {
    font-size: 20px;
    line-height: 1.35;
  }
}

h4 {
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
  text-transform: inherit;
}

@media (max-width: 1600px) {
  h4 {
    font-size: 21px;
  }
}

@media (max-width: 1199px) {
  h4 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  h4 {
    font-size: 19px;
    line-height: 1.3;
  }
}

@media (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  h4 {
    font-size: 17px;
  }
}

h1,
h2,
h3,
h4 {
  color: var(--black);
  margin: 0 0 20px;
  text-transform: uppercase;
}

h1 span,
h2 span,
h3 span,
h4 span {
  color: var(--primary);
}

p,
ol,
ul,
blockquote {
  margin: 0 0 15px;
  padding: 0;
}

.white h1,
.white h2,
.white h3,
.white h4,
.white p,
.white li,
.white span,
.white a {
  color: var(--white);
}

.white p a:hover {
  color: var(--primary);
}

ol li,
ul li {
  list-style-type: none;
}

@media (max-width: 991px) {

  h1,
  h2,
  h3,
  h4,
  p,
  ol,
  ul,
  blockquote {
    margin: 0 0 12px;
  }

  h1 br,
  h2 br,
  h3 br,
  h4 br {
    display: none;
  }
}

/* ------------------------------------------------------------------
    Form
------------------------------------------------------------------- */
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="month"],
input[type="number"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="email"],
input[type="search"],
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="file"],
textarea,
select.form-control,
select {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0;
  padding: 17px;
  height: inherit;
  z-index: 1;
  direction: ltr;
  position: relative;
  box-shadow: none;
  color: var(--black);
  background-color: var(--white);
  border: 1px solid #D2D2D2;
  border-radius: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  outline: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

select:focus,
textarea:focus {
  border-color: #5ca0d7;
  outline: 0;
  box-shadow: none;
}

input[type="submit"],
button[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  opacity: 0.5;
  font-size: 18px;
  font-weight: 300;
  color: var(--black);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  opacity: 0.5;
  font-size: 18px;
  font-weight: 300;
  color: var(--black);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  opacity: 0.5;
  font-size: 18px;
  font-weight: 300;
  color: var(--black);
}

.form-control:focus {
  box-shadow: none;
}

.form-group {
  margin-bottom: 15px;
}

select {
  cursor: pointer;
  background-image: url(../images/select_arrow.svg);
  background-position: right center;
  background-repeat: no-repeat;
  /* background-size: contain; */
  background-size: 40px;
  color: #333;
  padding-right: 35px;
}

select option {
  color: #000;
  /* font-weight: 600; */
}

.form-group {
  margin-bottom: 15px;
}

.form-group:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {

  input[type="color"],
  input[type="date"],
  input[type="datetime-local"],
  input[type="datetime"],
  input[type="month"],
  input[type="number"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  input[type="email"],
  input[type="search"],
  input[type="text"],
  input[type="password"],
  input[type="tel"],
  input[type="file"],
  textarea,
  select {
    padding: 16px 18px;
    font-size: 16px;
    line-height: 20px;
  }

  input::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    font-size: 16px;
  }

  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    font-size: 16px;
  }

  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    font-size: 16px;
  }
}

@media (max-width: 575px) {

  input[type="color"],
  input[type="date"],
  input[type="datetime-local"],
  input[type="datetime"],
  input[type="month"],
  input[type="number"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  input[type="email"],
  input[type="search"],
  input[type="text"],
  input[type="password"],
  input[type="tel"],
  input[type="file"],
  textarea,
  select {
    padding: 13px 14px;
    font-size: 15px;
    line-height: 18px;
  }

  input::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    font-size: 15px;
  }

  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    font-size: 15px;
  }

  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    font-size: 15px;
  }

  .form-group {
    margin-bottom: 10px;
  }
}

/*Buttons*/
.btn_holder {
  margin-top: 30px;
  text-align: center;
}

.btn_holder.left {
  text-align: left;
}

input[type="submit"],
button[type="submit"],
.my_btn {
  position: relative;
  background-color: var(--primary);
  text-transform: uppercase;
  cursor: pointer;
  font-size: 20px;
  line-height: 31px;
  padding: 16px 30px;
  min-width: 180px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: var(--white) !important;
  text-align: center;
  display: inline-block;
  box-shadow: none;
  border: none;
  opacity: 1;
  border-radius: 50px;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

input[type="submit"]:hover,
button[type="submit"]:hover,
.my_btn:hover,
.my_btn:focus {
  background-color: var(--black);
  color: var(--white) !important;
}

.my_btn img {
  margin-left: 7px;
  width: 24px !important;
  height: 24px;
}

.my_btn.sm {
  font-size: 14px;
  padding: 10px 20px;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: inherit;
}

.my_btn.sm img {
  margin-left: 8px;
  width: 16px !important;
  height: 16px;
  display: block !important;
}

.fit_img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
  mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.fit_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 0.8em;
  line-height: 1.2;
  color: #808080;
}

@media (min-width: 1600px) {
  .container {
    max-width: 1460px;
  }
}

@media (min-width: 1860px) {
  .container {
    max-width: 1820px;
  }
}



/* ---- Header ----- */
.header {
  position: relative;
  width: 100%;
  z-index: 99;
  display: block;
  background-color: var(--white);
  padding: 0 50px;
}

.header .d-flex {
  position: relative;
  justify-content: space-between;
  align-items: center;
}

.header .logo a {
  display: block;
}

.header .logo a img {
  width: 286px;
  object-fit: contain;
}

.header .center_header,
.header .right_header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  gap: 30px;
}

.header .right_header {
  padding-right: 50px;
  position: relative;
  height: 48px;
}

.header .right_header .chat_icon {
  width: 38px;
  height: 38px;
}

.header .right_header .chat_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Nav Menu Sidebar */
.menu-btn {
  width: 50px;
  height: 48px;
  position: absolute;
  z-index: 2;
  overflow: hidden;
  cursor: pointer;
  top: 0;
  right: 0;
  transition: all 0.2s ease-in-out;
}

.menu-btn.active {
  position: fixed;
  right: 15px;
  top: 16px;
  width: 30px;
  height: 28px;
}

.menu-btn .bar {
  width: 100%;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  background-color: var(--primary);
  transition: all 0.2s ease-in-out;
}

.menu-btn .bar:nth-of-type(2) {
  top: calc(50% - 15px);
}

.menu-btn .bar:nth-of-type(3) {
  top: calc(50% + 15px);
}

.menu-btn.active .bar:nth-of-type(1) {
  display: none;
}

.menu-btn.active .bar:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);
}

.menu-btn.active .bar:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg);
}

.menu-btn.active .bar {
  background-color: var(--white);
}

.nav {
  position: fixed;
  top: 0;
  right: 0;
  max-width: 320px;
  height: 100%;
  padding: 70px 30px 30px 30px;
  background: #0a3871e0;
  transform: translateX(100%);
  transition: transform 0.35s;
  display: block;
  backdrop-filter: blur(16px);
}

.nav .main_menu,
.nav .main_menu+hr {
  display: none;
}

.nav .fit_img {
  height: 66px;
}

.nav ul li a:hover {
  text-decoration: underline;
}

.nav .fit_img img {
  object-fit: contain;
}

.nav hr {
  background-color: var(--white);
  opacity: 0.4;
  margin: 2rem 0;
}

.nav.active {
  transform: translateX(0);
}

.nav .nav__list_item {
  list-style-type: none;
}

/* ---- Billboard ----- */
.billboard {
  position: relative;
  background-color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 120px);
}

.billboard #slider {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}

.billboard #slider .owl-stage-outer,
.billboard #slider .owl-stage,
.billboard #slider .owl-item,
.billboard #slider .item {
  height: 100%;
}

.billboard #slider .item {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.billboard #slider .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  opacity: 0.45;
}

.billboard .container {
  position: relative;
  z-index: 1;
}

.billboard .caption h1 {
  text-shadow: 0 3px 0 rgba(0, 0, 0, 1);
}

.billboard .caption p {
  font-size: 24px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 1);
  padding-right: 40px;
}

.data_box {
  padding: 20px;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(6px);
  position: relative;
  display: block;
}

.search_box {
  position: relative;
  margin-bottom: 20px;
}

.search_box input[type="search"] {
  padding-right: 60px;
}

.search_box button[type="submit"] {
  min-width: inherit;
  padding: 0;
  background-color: transparent;
  color: var(--primary) !important;
  width: 60px;
  height: 60px;
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search_box button[type="submit"] .fa-search {
  transition: all 0.25s ease-in-out;
}

.search_box button[type="submit"]:hover .fa-search {
  transform: rotate(90deg);
}

#location_slider {
  border-radius: 12px;
  overflow: hidden;
}

.row.sm_space {
  margin-left: -10px;
  margin-right: -10px;
}

.row.sm_space>div {
  padding-left: 10px;
  padding-right: 10px;
}

.location_title {
  height: 260px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
  overflow: hidden;
  padding: 30px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.location_title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(58deg, rgba(10, 57, 113, 1) 1%, rgba(10, 57, 113, 0.1) 50%);
}

.location_title h2 {
  position: relative;
  z-index: 1;
  color: var(--white);
  margin-bottom: 0;
}

.property_box {
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  padding: 15px;
  overflow: hidden;
  height: 100%;
}

.property_box .fit_img {
  height: 120px;
  margin-bottom: 15px;
  border-radius: 12px;
  background-color: var(--primary);
}

.property_box:hover .fit_img img {
  opacity: 0.4;
}

.property_box h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.property_box p {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 12px;
}

.property_box .btn_holder {
  margin-top: auto;
}

#location_slider .owl-stage-outer {
  overflow: hidden;
}

#location_slider .item {
  width: 100%;
  box-sizing: border-box;
}

/*  */
.billboard.amenities {
  align-items: end;
  padding-bottom: 250px;
}

.billboard.amenities .caption h1 {
  font-size: 60px;
  text-align: center;
}

.billboard.amenities #slider .item::before {
  background-color: transparent;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%);
  opacity: 1;
}

#amenities_slider .item {
  width: 100%;
}

#amenities_slider .property_box {
  text-align: center;
}

#amenities_slider .property_box h3 {
  transition: all 0.2s ease-in-out;
}

#amenities_slider .property_box .fit_img {
  padding: 20px;
  height: 140px;
  background-color: transparent;
  border: 1px solid rgba(10, 57, 113, 0.2);
  transition: all 0.2s ease-in-out;
}

#amenities_slider .property_box .fit_img img {
  object-fit: contain;
}

#amenities_slider .property_box:hover {
  background-color: var(--primary);
}

#amenities_slider .property_box:hover .fit_img {
  border-color: rgba(255, 255, 255, 0.4);
}

#amenities_slider .property_box:hover .fit_img img {
  opacity: 1;
  filter: brightness(0) invert(1);
}

#amenities_slider .property_box:hover h3 {
  color: var(--white);
}

.billboard #amenities_slider .owl-stage,
.billboard #amenities_slider .owl-item {
  display: flex;
}



/*  */
.billboard.destinations {
  background-color: transparent;
  align-items: start;
}

#destinations_slider .property_box {
  height: calc(100vh - 480px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
}

#destinations_slider .property_box h3 {
  color: var(--white);
  font-size: 30px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin: 10px 0;
  position: relative;
  z-index: 1;
}

#destinations_slider .property_box i {
  margin-top: 10px;
  font-size: 30px;
  color: var(--white);
  position: relative;
  z-index: 1;
  display: none;
}

#destinations_slider .property_box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  opacity: 0.3;
  transition: all 0.2s ease-in-out;
}

#destinations_slider .owl-item {
  transform: scale(0.85);
  transition: all 0.2s ease-in-out;
}

#destinations_slider .owl-item.center {
  transform: scale(1);
}

#destinations_slider .owl-item.center .property_box::before {
  opacity: 0;
}

#destinations_slider .owl-item.center .property_box i {
  display: block;
}

.map_imgs .fit_img {
  height: 250px;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  padding: 20px;
}

.map_imgs .fit_img img {
  object-fit: contain;
}

.main_destinations {
  background-color: var(--primary);
  border-radius: 12px;
  padding: 20px;
}

.main_destinations h1 {
  font-size: 30px;
  text-align: center;
  color: var(--white);
  margin: 0 0 15px;
}

.destinations_list {
  height: calc(100vh - 534px);
  overflow-y: scroll;
  padding-right: 5px;
  ;
}

.destinations_list::-webkit-scrollbar-track {
  background-color: transparent;
}

.destinations_list::-webkit-scrollbar {
  width: 8px;
}

.destinations_list::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.4);
}

.dstns_box {
  display: flex;
  flex-wrap: wrap;
  border-radius: 12px;
  background-color: var(--white);
  overflow: hidden;
  margin-bottom: 8px
}

.dstns_box .fit_img {
  flex: 0 0 230px;
  height: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.dstns_text {
  padding: 15px;
  flex: 1;
}

.dstns_text h3 {
  font-size: 22px;
  margin-bottom: 0px;
  font-weight: 700;
}

.dstns_text ul {
  margin-bottom: 0;
}

.dstns_text ul li {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.6;
  font-weight: 600;
}

@media(max-width:1600px) {
  .billboard .caption p {
    font-size: 21px;
    padding-right: 0px;
    line-height: 1.5;
  }

  .search_box {
    margin-bottom: 10px;
  }

  .data_box {
    padding: 10px;
  }

  .location_title {
    height: 210px;
    margin-bottom: 10px;
  }

  .header .right_header .chat_icon {
    width: 34px;
    height: 34px;
  }



  .property_box h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .property_box p {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 5px;
  }

  .property_box {
    padding: 8px;
  }

  .property_box .fit_img {
    height: 100px;
    margin-bottom: 8px;
  }

  .my_btn.sm {
    font-size: 12px;
    padding: 7px 15px;
    line-height: 20px;
  }

  .my_btn.sm img {
    margin-left: 6px;
    width: 14px !important;
    height: 14px;
  }

  input[type="color"],
  input[type="date"],
  input[type="datetime-local"],
  input[type="datetime"],
  input[type="month"],
  input[type="number"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  input[type="email"],
  input[type="search"],
  input[type="text"],
  input[type="password"],
  input[type="tel"],
  input[type="file"],
  textarea,
  select.form-control,
  select {
    padding: 15px;
    font-size: 16px;
    line-height: 20px;
  }

  .search_box button[type="submit"] {
    width: 52px;
    height: 52px;
    ;
    font-size: 20px;
  }

  .row.sm_space>div {
    padding-left: 5px;
    padding-right: 5px;
  }

  .row.sm_space {
    margin-left: -5px;
    margin-right: -5px;
  }

  .billboard {
    position: relative;
    background-color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 102px);
  }

  .billboard.amenities .caption h1 {
    font-size: 50px;
  }

  #amenities_slider .property_box .fit_img {
    padding: 20px;
    height: 100px;
  }

  .billboard.amenities {
    padding-bottom: 40px;
  }

  .dstns_text ul li {
    font-size: 14px;
  }

  .dstns_text h3 {
    font-size: 18px;
    letter-spacing: 0;
  }

  .main_destinations h1 {
    font-size: 22px;
    text-align: center;
    color: var(--white);
    margin: 0 0 15px;
  }

  .map_imgs .fit_img {
    height: 220px;
    padding: 20px;
  }

  .destinations_list {
    height: calc(100vh - 430px);
  }

  #destinations_slider .property_box {
    height: calc(100vh - 400px);
  }

  #destinations_slider .property_box h3 {
    font-size: 24px;
  }

  .dstns_box .fit_img {
    flex: 0 0 180px;
  }
}

@media(max-width:1440px) {
  .header .logo a img {
    width: 200px;
  }

  input[type="submit"],
  button[type="submit"],
  .my_btn {
    padding: 12px 20px;
    min-width: 160px;
    font-size: 16px;
    line-height: 24px;
  }

  .my_btn img {
    margin-left: 5px;
    width: 22px !important;
    height: 22px;
  }

  .header .right_header {
    padding-right: 44px;
    height: 44px;
  }

  .menu-btn {
    width: 44px;
    height: 44px;
  }

  .menu-btn .bar:nth-of-type(2) {
    top: calc(50% - 12px);
  }

  .menu-btn .bar:nth-of-type(3) {
    top: calc(50% + 12px);
  }

  .nav hr {
    margin: 1.5rem 0;
  }

  .header .center_header,
  .header .right_header {
    gap: 10px;
  }

  .location_title {
    height: 170px;
    padding: 15px;
  }

  #location_slider.owl-carousel .owl-nav {
    left: 15px;
    gap: 20px;
  }

  #location_slider.owl-carousel .owl-nav button.owl-prev,
  #location_slider.owl-carousel .owl-nav button.owl-next {
    width: 24px;
    height: 12px;
  }

  input[type="color"],
  input[type="date"],
  input[type="datetime-local"],
  input[type="datetime"],
  input[type="month"],
  input[type="number"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  input[type="email"],
  input[type="search"],
  input[type="text"],
  input[type="password"],
  input[type="tel"],
  input[type="file"],
  textarea,
  select.form-control,
  select {
    padding: 11px 15px;
    font-size: 15px;
    line-height: 18px;
    border-radius: 8px;
  }

  input::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    font-size: 15px;
  }

  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    font-size: 15px;
  }

  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    font-size: 15px;
  }

  .search_box button[type="submit"] {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .property_box .fit_img {
    height: 80px;
    margin-bottom: 5px;
  }

  .property_box h3 {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.15;
    letter-spacing: 0;
  }

  .property_box p {
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 5px;
  }

  .billboard .caption p {
    font-size: 18px;
  }

  .billboard {
    height: calc(100vh - 80px);
  }
}

@media(max-width:1199px) {
  .header {
    padding: 15px 50px;
  }

  .mainmenu {
    display: none;
  }

  .center_header {
    flex: 1;
    justify-content: end;
    padding-right: 20px;
  }

  .my_btn img {
    margin-left: 5px;
    width: 20px !important;
    height: 20px;
  }

  input[type="submit"],
  button[type="submit"],
  .my_btn {
    padding: 10px 20px;
    min-width: 140px;
    font-size: 15px;
    line-height: 24px;
  }

  .nav .main_menu {
    margin-top: 20px;
  }

  .nav .main_menu,
  .nav .main_menu+hr {
    display: block;
  }

  .nav hr {
    margin: 1rem 0;
  }

  .my_btn.sm {
    font-size: 11px;
    padding: 6px 10px;
    line-height: 20px;
  }

  .property_box p {
    font-size: 12px;
    letter-spacing: 0;
  }

  .header .right_header .chat_icon {
    width: 30px;
    height: 30px;
  }

  .map_imgs .fit_img {
    height: 180px;
    padding: 15px;
    margin-bottom: 15px;
  }

  .dstns_box .fit_img {
    flex: 0 0 130px;
  }

  .dstns_text {
    padding: 10px;
  }

  .dstns_text h3 {
    font-size: 15px;
    line-height: 1.2;
  }

  .dstns_text ul li {
    font-size: 12px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0;
  }
}

@media(max-width:991px) {

  html,
  body {
    overflow-y: scroll;
  }

  .billboard {
    height: auto;
    padding: 50px 0;
  }

  .vh100 {
    min-height: 100vh;
  }

  .billboard #slider {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
  }

  .data_box {
    margin-top: 10px;
  }

  .nav .fit_img {
    height: 56px;
  }

  .billboard.amenities {
    padding-bottom: 40px;
    height: calc(100vh - 80px);
  }

  .billboard.amenities .caption h1 {
    font-size: 34px;
  }

  .billboard.destinations {
    padding-top: 20px;
  }

  #destinations_slider .property_box {
    height: 400px;
  }

  div#destinations_slider {
    margin-bottom: 20px;
  }

  .destinations_list {
    height: auto;
    padding: 0;
  }
}

#location_slider {}

#location_slider.owl-carousel .owl-nav {
  position: absolute;
  top: 35%;
  left: 30px;
  transform: translateY(-50%);
  display: flex;
  gap: 60px;
  align-items: center;
}

#location_slider.owl-carousel .owl-nav button.owl-prev,
#location_slider.owl-carousel .owl-nav button.owl-next {
  width: 31px;
  height: 15px;
  background-color: transparent;
  color: var(--black);
  border: none;
  z-index: 1;
  display: flex;
  opacity: 1;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in-out;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: unset;
  transform: unset;
  left: unset;
  right: unset;
}

/* #location_slider.owl-carousel .owl-nav button.owl-prev {
  background-image: url(../images/left-arrow.svg);
}

#location_slider.owl-carousel .owl-nav button.owl-next {
  background-image: url(../images/right-arrow.svg);
} */

#location_slider.owl-carousel .owl-nav span {
  display: none;
}

#destinations_slider .owl-dots {
  position: relative;
  top: unset;
  bottom: unset;
  margin-top: 30px;
}

@media (max-width:1440px) {
  #location_slider.owl-carousel .owl-nav {
    left: 15px;
  }
}

@media(max-width:1199px) {
  #destinations_slider .owl-dots {
    margin-top: 25px;
  }
}

@media(max-width:991px) {
  #destinations_slider .owl-dots {
    margin-top: 20px;
  }
}

@media(max-width:767px) {
  .billboard .caption p {
    font-size: 16px;
  }

  .data_box {
    margin-top: 0;
  }

  .header {
    padding: 15px 0;
  }

  .location_title:before {
    background: linear-gradient(58deg, rgba(10, 57, 113, 1) 0%, rgba(10, 57, 113, 0.1) 100%);
  }

  .billboard.amenities .caption h1 {
    font-size: 30px;
  }

  #destinations_slider .property_box h3 {
    font-size: 20px;
  }

  .main_destinations h1 {
    font-size: 20px;
  }

  #destinations_slider .owl-dots {
    margin-top: 15px;
  }
}

@media(max-width:575px) {
  .center_header {
    padding-right: 10px;
  }

  .header .right_header {
    padding-right: 55px;
  }

  input[type="submit"],
  button[type="submit"],
  .my_btn {
    padding: 8px 15px;
    min-width: 120px;
    font-size: 14px;
    line-height: 22px;
  }

  .my_btn img {
    margin-left: 5px;
    width: 16px !important;
    height: 16px;
  }

  .header .logo a img {
    width: 160px;
  }

  .billboard.amenities {
    height: calc(100vh - 70px);
  }

  .billboard #slider .item {
    background-position: 75% 100%;
  }

  #destinations_slider .property_box {
    height: 250px;
  }
}

@media(max-width:460px) {
  #location_slider.owl-carousel .owl-nav {
    top: 17%;
    gap: 30px;
  }

  .my_btn.sm {
    font-size: 9px;
    padding: 6px 8px;
    line-height: 12px;
  }

  .property_box h3 {
    font-size: 12px;
  }

  .property_box .fit_img {
    border-radius: 8px;
  }

  #location_slider .item .row>div {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 10px;
  }


  header .my_btn {
    display: none;
  }

  .header .right_header {
    padding-right: 55px;
  }

  .header .right_header .chat_icon {
    width: 26px;
    height: 26px;
  }

  .location_title {
    height: 150px;
  }


  #destinations_slider .property_box {
    height: 350px;
  }

  #destinations_slider .owl-item,
  #destinations_slider .owl-item.center {
    transform: scale(1);
  }

  #destinations_slider .owl-item .property_box i,
  #destinations_slider .owl-item.center .property_box i {
    display: block;
  }

  #destinations_slider .owl-item.center .property_box::before {
    opacity: 0.3;
  }



  .dstns_box .fit_img {
    flex: 0 0 80px;
  }
}

.tb_space {
  margin-top: -15px;
  margin-bottom: -15px;
}

.tb_space>div {
  padding-top: 15px;
  padding-bottom: 15px;
}

#amenities_slider.owl-carousel .owl-stage {
  display: flex;
}

#amenities_slider.owl-carousel .owl-stage .item {
  height: 100%;
  padding-bottom: 20px;
}

.aminities_boxes {
  margin-top: -400px;
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}

/* .aminities_boxes .container {
  max-width: 1360px;
} */

.aminities_boxes .sections_title h1 {
  color: var(--white);
  font-size: 60px;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 1);
  text-align: center;
}

.aminities_box {
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  padding: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 100%;
  transition: all 0.25s ease-in-out;
}

.aminities_box .fit_img {
  background-color: var(--white);
  height: 160px;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 12px;
  border: 1px solid rgba(10, 57, 113, 0.2);
}

.aminities_box .fit_img img {
  object-fit: contain;
}



.aminities_box .ab_content h3 {
  margin-bottom: 10px;
  font-size: 21px;
  text-align: center;
  text-transform: inherit;
  transition: all 0.25s ease-in-out;
}

.aminities_box .ab_content p {
  font-size: 14px;
  text-align: center;
  transition: all 0.25s ease-in-out;
}

.aminities_box .ab_content p:last-child {
  margin-bottom: 0;
}

.aminities_box:hover {
  background-color: var(--primary);
}

.aminities_box:hover .ab_content p,
.aminities_box:hover .ab_content h3 {
  color: var(--white);
}


@media (max-width:1600px) {
  .aminities_boxes .sections_title h1 {
    font-size: 54px;
  }

  .aminities_box .fit_img {
    height: 140px;
  }
}

@media (max-width:1199px) {
  .aminities_boxes .sections_title h1 {
    font-size: 48px;
  }

  .aminities_box .fit_img {
    height: 120px;
  }
}

@media (max-width:991px) {
  .aminities_boxes .sections_title h1 {
    font-size: 42px;
  }

  .aminities_box .fit_img {
    height: 100px;
  }
}

@media (max-width:767px) {
  .tb_space {
    margin-top: -7px;
    margin-bottom: -7px;
  }

  .tb_space>div {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .aminities_boxes .sections_title h1 {
    font-size: 36px;
  }

  .aminities_box {
    padding: 15px;
  }

  .aminities_box .fit_img {
    margin-bottom: 15px;
    padding: 15px;
  }

}



.nav .nav__list_item {
  list-style-type: none;
  padding-bottom: 15px;
}

.nav .nav__list_item a {
  font-size: 16px;
}

.nav .nav__list_item span {
  display: block;
  font-weight: 600;
  line-height: 1;
}

.nav .nav__list_item:last-child {
  padding-bottom: 0;
}

/* Contact */
.contact {
  margin-top: -300px;
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
}

.contact_form_box {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  background-color: var(--white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 40px;
  border-radius: 20px;
}

.cf_btn>p {
  margin-bottom: 0;
}

@media (max-width:1600px) {
  .contact {
    margin-top: -200px;
  }
}

@media (max-width:1199px) {
  .contact {
    margin-top: -180px;
  }

  .contact_form_box {
    padding: 30px;
    border-radius: 16px;
  }
}

@media (max-width:991px) {
  .contact {
    margin-top: -150px;
  }

  .contact_form_box {
    padding: 20px;
    border-radius: 12px;
  }
}

@media (max-width:767px) {
  .contact_form_box {
    padding: 15px;
  }
}

/* Contact */