/*video section*/

.banner-wrapper {
  height: 90vh;
  position: relative;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-sec {
  height: 100%;
  overflow: hidden;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000030;
  /* background-color: rgba(6, 127, 157, 0.78); */
  /* background-color: rgb(6 127 157 / 56%); */
  z-index: 0;
  /* display: none; */
}

.hero-scetion .hero-content {
  height: 100%;
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  position: relative;
}

.hero-scetion .hero-content {
  width: 90%;
  text-align: center;
  margin: auto;
  color: rgb(255, 255, 255);
}

.nst {
  font-size: 5rem;
}

.hero-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

/* .hero-content h1 {
  font-family: GoudyOldStyle Roman;
  font-size: 70px;
  width: 90%;
  margin: auto;
  text-shadow: 0 0 2px #000;
  margin-bottom: 0px;
  margin-top: 50px;
  font-weight: normal;
  color: var(--white-color);
} */

.hero-content h1 {
  font-size: 54px;
  width: 100%;
  margin: 0 auto 20px;
  text-shadow: 0 0 3px #000;
  letter-spacing: 3px;
  /* max-width: 725px; */
  color: var(--white-color);
  font-family: var(--banner-heading-font);
  line-height: 1.9;
  text-transform: uppercase;
}

.hero-content p {
  text-shadow: 0 0 2px #000;
  color: #fff;
  /*font-size: 20px;*/
  letter-spacing: 3px;
  font-family: var(--banner-heading-font);
}

.h-big {
  font-family: var(--secondary-font);
  color: #fff;
  text-shadow: 0px 0px 4px #000;
  text-transform: capitalize;
  font-size: 60px;
  text-align: center;
  letter-spacing: 0px;
  max-width: 1140px;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 20px;
}

.h-big span {
  font-size: 96px;
}

.h-li-big {
  color: #fff;
  font-size: 20px;
  text-shadow: 0px 0px 5px #000;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.search-bar .container {
  position: relative;
}

.search-bar form {
  position: relative;
  margin: auto;
  justify-content: center;
  width: 95%;
  left: 0;
  right: 0;
  bottom: 50px;
  background: var(--white-color);
  padding: 0 0;
  border-radius: 0px;
  z-index: 2;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11);
  margin-top: 0;
  padding: var(--p16);
  border-radius: 25px;
}

.search-bar form::before {
  content: "";
  position: absolute;
  width: calc(100% + 24px);
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.1);
  height: 100%;
  left: -12px;
  top: 0;
  z-index: -1;
}

.search-bar form::after {
  content: "";
  position: absolute;
  width: calc(100% + 12px);
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.2);
  height: 100%;
  left: -6px;
  top: 0;
  z-index: -1;
}

.search-bar select {
  font-size: var(--f14);
  color: var(--heading-color);
  line-height: 32px;
  font-weight: 400;
  border-radius: 0px;
  padding: 0 var(--p15) 0 var(--p10);
  background: transparent;
  border: 0px solid #e0e0e0;
  text-indent: 0px;
  height: 32px;
  width: 100%;
}

.search-bar input {
  font-size: var(--f14);
  color: var(--heading-color);
  line-height: 32px;
  font-weight: 400;
  border-radius: 0px;
  padding: 0;
  padding-left: var(--p10);
  background: transparent;
  border: 0px solid #e0e0e0;
}

.search-bar input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--heading-color);
  opacity: 1;
  /* Firefox */
}

.search-bar i {
  color: var(--heading-color);
  position: absolute;
  top: 1.5rem;
  font-size: var(--f16);
  right: 20px;
}

.location-dropdown {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
    appearance: none;
    cursor: pointer;
}

form.Search-bar select {
    padding-left: 20px;
}

.search-bar .col-3 {
  position: relative;
  padding-left: var(--p16);
  padding-right: var(--p16);
  padding-top: var(--p17);
  padding-bottom: var(--p17);
  background: #e3e3e3;
  width: 19%;
  border-radius: 25px;
}

.search-bar .row {
  justify-content: space-between;
}

.search-bar .col-3:before {
  position: absolute;
  content: "";
  top: 24px;
  right: 0;
  width: 1px;
  height: 15px;
  background: #999;
  display: none;
}

.search-bar .col-3.guest:before,
.search-bar .col-3.srch-btn:before {
  display: none;
}

.search-bar .col-3.srch-btn {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.search-bar button.main-btn {
  width: 100%;
  height: 66px;
  letter-spacing: 2px;
  border-radius: 25px;
}

.search-bar button.main-btn.close111 {
  height: 43px;
  padding: var(--p5) var(--p15);
  font-size: var(--f14);
}

div#guestsss {
  width: 100%;
  min-width: 250px;
  background: var(--white-color);
  padding: var(--p20);
  position: absolute;
  z-index: 9;
  left: 0;
  border-radius: 10px;
  display: none;
  box-shadow: 0px 0px 3px 0px #888888;
}

#guestsss .close1 {
  position: absolute;
  right: 10px;
  left: auto;
  top: 0.3rem;
  font-size: var(--f18);
  color: var(--secondary-color);
  cursor: pointer;
}

#guestsss .adult-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--m20);
}

#guestsss .adult-box p {
  letter-spacing: 0px;
  color: var(--black-color);
  text-shadow: 0px 0px 0px #000;
  font-size: var(--f14);
  text-align: left;
  margin: 0px;
}

#guestsss button.button1 {
  background: transparent;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: var(--f19);
  line-height: 30px;
  margin-left: 0;
  border: 1px solid var(--black-color);
  color: var(--black-color);
  transition: all 0.3s;
  cursor: pointer;
}

#guestsss button.button11.button1 {
  margin-left: var(--m14);
}

.scroll .chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.scroll .chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.scroll .chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.scroll .chevron:before,
.scroll .chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: var(--white-color);
}

.scroll .chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.scroll .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;
  }

  33% {
    opacity: 1;
    transform: translateY(30px);
  }

  67% {
    opacity: 1;
    transform: translateY(40px);
  }

  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.scroll .text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: var(--primary-font);
  font-size: var(--f12);
  color: var(--white-color);
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

.form-control:focus {
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3 !important;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25) !important;
}

.col-lg-3.submit-aptbtn {
    position: relative;
}

/*.video-cont {*/
/*  position: absolute;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  bottom: 0px;*/
/*  background: rgba(0, 0, 0, 0.4);*/
/*  padding-top: 0;*/
/*  flex-direction: column;*/
/*}*/

.video-cont h2 {
  margin-top: 100px;
  /* font-weight: 600; */
  line-height: 1.3em;
  letter-spacing: 2px;
  text-shadow: 0px 0px 10px rgba(2, 1, 1, 0.47843137254901963);
  text-align: center;
  font-size: 40px;
  margin-bottom: 0px;
  color: var(--white-color);
  /* font-family: var(--primary-font); */
}

.video-cont .container {
  margin-bottom: 0px;
  max-width: 1076px !important;
  /* padding: 10px; */
}

.video-cont .scroll {
  position: absolute;
  bottom: 10px;
  display: none;
}

.video-cont {
  text-align: center;
}

.video-cont h1 {
  max-width: 100%;
  margin: auto;
  margin-bottom: 30px;
  color: #ffffff;
  text-shadow: 0px 0px 2px #000;
  /*text-transform: capitalize;*/
  font-size: var(--f80);
  text-shadow: 0px 0px 10px rgba(2, 1, 1, 0.47843137254901963);
  line-height: 90px;
  letter-spacing: 0;
  font-family: var(--heading-font);
  font-weight: 400;
  text-align: center;
  position: relative;
  /* text-transform: uppercase; */
}

.video-cont a.main-btn.video-btn {
  display: inline-block;
  padding: 8px 20px;
  border-color: var(--secondary-color);
  margin: auto;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.video-cont h1:before {
  position: absolute;
  content: "";
  top: -90px;
  left: 50%;
  width: 1px;
  height: 60px;
  background-color: #be9a78;
  transform: translateX(-50%);
  display: none;
}

.video-cont p {
  /* max-width: 1266px; */
  margin: auto;
  margin-bottom: var(--m20);
  color: var(--white-color);
  text-shadow: 1px 1px 4px #000;
  text-shadow: 0px 0px 10px rgba(2, 1, 1, 0.47843137254901963);
  text-transform: uppercase;
  font-size: var(--f16);
  text-align: center;
  letter-spacing: 1px;
  /* color: var(--secondary-color); */
  margin-top: 0;
  font-weight: 400;
}

.video-cont .features-video {
  display: flex;
  gap: 60px;
  display: none;
}

.video-cont .features-video li {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.video-cont .features-video i {
  font-size: var(--f25);
  color: var(--white-color);
}

.video-cont .features-video span {
  color: var(--white-color);
  font-size: var(--f15);
}

.video-cont .features-video li .active-hotel {
  background: #297cbb;
  padding: var(--p13);
  border-radius: 50%;
}

section.video-banner {
  height: 100vh;
  padding: 0;
  position: relative;
  z-index: 1;
}

section.video-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.video-banner button#play {
  display: none;
}

section.video-banner button#pause {
  display: none;
}

section.video-banner .video-sec {
  width: 100%;
  height: 100%;
}

#datepicker-demo17.datepicker {
  left: 0;
}

.form-dates .dates {
  font-size: 44px;
  font-weight: 500;
  color: var(--primary-color);
  line-height: 1;
}








/*end banner section*/

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.more-properties .owl-nav {
  display: flex;
  justify-content: space-between;
  width: 104%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.more-properties .owl-carousel .owl-nav button.owl-next,
.more-properties .owl-carousel .owl-nav button.owl-prev {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--secondary-color);
}

.more-properties .owl-carousel .owl-nav button.owl-next i,
.more-properties .owl-carousel .owl-nav button.owl-prev i {
  font-size: 25px;
  margin-right: 0;
  color: var(--white-color);
}

.more-properties .owl-carousel .owl-nav button.owl-next,
.more-properties .owl-carousel .owl-nav button.owl-prev {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--secondary-color);
}

.more-properties .owl-carousel .owl-nav button.owl-next i,
.more-properties .owl-carousel .owl-nav button.owl-prev i {
  font-size: 25px;
  margin-right: 0;
  color: var(--white-color);
}

.more-properties .head-sec h4 {
  text-align: center;
}

.more-properties .head-sec {
  margin-bottom: 30px;
}


section.services-section .head-sec p {
  margin-bottom: 20px;
  color: var(--secondary-color);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 14px;
}

.category-popup {
  min-width: 420px;
  background: var(--lt-bg-color);
  left: 0;
  border-radius: 0;
  display: none;
  padding-bottom: 0;
  position: absolute;
  top: 100px;
}

.category-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.category-list {
  width: 100%;
  border-bottom: 1px solid rgba(46, 39, 57, 0.1);
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  display: flex;
  gap: 10px;
  position: relative;
}

.category-list:last-child {
  border-bottom: 0px solid rgba(46, 39, 57, 0.1);
  padding-bottom: 0;
  margin-bottom: 0;
}

.search-bar .category-list i {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  color: var(--secondary-color);
  margin-top: 4px;
}

.search-bar input[type="radio"] {
  position: absolute;
  width: 100%;
  height: 100%;
  background: 0 0;
  border: 0 solid;
  opacity: 0;
}

.category-list label {
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--heading-color);
  text-transform: none;
}

.category-list input[type="radio"]:hover + label,
.feat_blog_con i,
.search-bar input[type="radio"]:active + label,
.search-bar input[type="radio"]:checked + label,
section.blog-section p.tag a:hover {
  color: var(--secondary-color);
}

#model-form p.or,
.scroll .text,
.video-cont h1,
.video-cont h1 span,
.video-cont p,
section.agent h2,
section.yacht-section .yacht-content p,
section.yacht-section h4 a,
section.yacht-section p.head a {
  color: var(--white-color);
}

div#guestsss {
  width: 100%;
  min-width: 400px;
  background: var(--lt-bg-color);
  right: 0;
  border-radius: 0;
  display: none;
  border: 0px solid !important;
  box-shadow: 0 0 0;
}

.category-popup,
div#guestsss {
  padding: var(--p25);
  position: absolute;
  z-index: 9;
  top: 69px;
}

.category-popup,
div#guestsss {
  padding: var(--p25);
  position: absolute;
  z-index: 9;
  /* top: 100px; */
  top: 85px;
}

.category-popup h3,
div#guestsss h3 {
  font-size: 22px;
}

#guestsss .close1,
.category-popup .close12 {
  position: absolute;
  right: 10px;
  left: auto;
  top: 0.3rem;
  font-size: var(--f18);
  color: var(--secondary-color);
  cursor: pointer;
  display: block;
}

#guestsss .adult-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--m10);
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(46, 39, 57, 0.1);
}

#guestsss .adult-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--m10);
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(46, 39, 57, 0.1);
}

button.main-btn1.close111 {
  border-radius: 0;
  padding: 10px;
  height: auto;
  background: var(--btn-color);
  color: #fff;
  border: none;
  width: 100%;
  font-size: 14px;
}

#guestsss .adult-box p {
  letter-spacing: 0;
  color: var(--para-color);
  text-shadow: 0 0 0 #000;
  font-size: var(--f16);
  text-align: left;
  margin: 0;
  display: block !important;
}

.adult-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: rgba(224, 212, 198, 0.25);
  border: 1px solid #e7ded0;
  height: 43px;
  border-radius: 50px;
}

#guestsss button.button11.button1 {
  margin-left: 0;
  background: var(--lt-bg-color);
}

#guestsss button.button11.button1 {
  margin-left: 0;
  background: var(--lt-bg-color);
}

#guestsss button.button1 {
  background: 0 0;
  height: 43px;
  width: 43px;
  text-align: center;
  border-radius: 50%;
  font-size: var(--f30);
  line-height: 30px;
  margin-left: 0;
  border: 1px solid #e7ded0;
  color: var(--para-color);
  transition: 0.3s;
  cursor: pointer;
}






/*****************************************************/

/* UPDATED CSS  */

/****************************************************/

/* banner  */

section.video-banner {
  padding: 0px;
  width: 100%;
  height: 90vh;
  position: relative;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-sec {
  width: 100%;
  height: 100%;
}

.avatars h5 {
    color: white;
    margin: auto;
}

#play {
  display: none;
}

#pause {
  display: none;
}

.search {
  position: absolute;
  /* top: 450px; */
  width: 88%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px;
  z-index: 1;
}

.search .col-3 {
  padding-left: 16px;
  padding-right: 16px;
  width: 30%;
}

.search .col-3.loc {
  width: 20%;
  position: relative;
}

/*img.destree {
    position: absolute;
    left: -5px;
}*/

.row.srch-row {
  gap: 0 20px;
}

.search .col-3:first-child,
form.Search-bar .checkbar {
  /*border-right: 1px solid #0000006e;*/
}

.search span {
  /* font-size: 16px; */
  font-family: var(--primary-font);
  color: #000;
  font-weight: 500;
}

form.Search-bar {
  position: relative;
  margin: auto;
  justify-content: center;
  width: 95%;
  left: 0;
  right: 0;
  top: -15px;
  background: #fff;
  padding: var(--p10);
  border-radius: 0px;
  z-index: 2;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
  border-radius: 10px;
}

form.Search-bar .checkbar {
  display: flex;
  width: 45%;
  gap: 10px;
  position: relative;
  padding-top: 0;
}

form.Search-bar .people {
  display: flex;
  justify-content: center;
  width: 100%;
}

form .adult_field {
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

form.Search-bar .people label {
  width: 100%;
}

form.Search-bar .people .adult {
  width: 100%;
  flex-direction: column;
}

form.Search-bar .people .children {
  width: 50%;
}

form.Search-bar .check-out {
  width: 50%;
  text-align: left;
}

form.Search-bar .check-in {
  width: 50%;
  text-align: left;
}

form.Search-bar .check-in input {
  border-right: 0 !important;
}

form.Search-bar select option {
  /* background:#222; */
  border: 1px solid #222;
}

form.Search-bar input,
form.Search-bar select {
  width: 100%;
  background: transparent;
  border: none;
  font-size: 16px;
  font-family: var(--primary-font);
  color: #a6a8a8;
  height: 33px;
}

form.Search-bar input::placeholder {
  color: #a6a8a8;
  font-size: 16px !important;
}

form.Search-bar input:focus-visible,
form.Search-bar select:focus-visible {
  outline: -webkit-focus-ring-color auto 0px !important;
}

form.Search-bar .people button {
  background: transparent;
  border-radius: 50%;
  border: 1px solid #0000006e;
  width: 25px;
  height: 25px;
  font-family: var(--primary-font);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #0000006e;
  margin-left: 0;
}

form.Search-bar .people button.disabled {
  opacity: 0.3;
}

.adult_field {
  text-align: center;
}

form.Search-bar .sub-btn {
  width: 20%;
  /* align-items: center; */
  justify-content: end;
  display: flex;
  align-items: center;
  padding-right: 0;
  /*padding-right: 16px;*/
}

form.Search-bar .adult-box {
  display: flex;
  align-items: center;
  /* gap: 10px; */
  justify-content: center;
  width: 130px;
  gap: 0px;
}

form.Search-bar .adult-box input {
  text-align: center;
  width: 35px;
  padding: 0;
}

form.Search-bar .submit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

form.Search-bar .submit-btn button {
  width: 100%;
  height: 50px;
  padding: 10px;
  border-radius: 8px;
  background: var(--secondary-color);
  color: var(--white-color);
  font-size: var(--f14);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-color: var(--secondary-color);
}

form.Search-bar .submit-btn button:hover {
  /* border-radius: 0px; */
}

form.Search-bar label {
  font-size: var(--f16);
  font-weight: 700;
  font-family: var(--primary-font);
  color: var(--black-color);
  text-transform: uppercase;
}

form.Search-bar input::placeholder {
  font-size: var(--f13);
}

form.Search-bar .people .inc {
  border: 1px solid var(--btn-color);
}

.datepicker-section {
  position: relative;
}

.datepicker-common-2 {
  padding: 0;
  position: absolute;
  width: 100%;
  height: 33px;
  left: 0;
  bottom: 0;
}

input#demo17 {
  position: absolute;
  left: 0px;
  top: auto !important;
  bottom: 20px !important;
  width: 50% !important;
  opacity: 0;
  height: 33px !important;
  z-index: 9;
}

.scroll .chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.scroll .chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.scroll .chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.scroll .chevron:before,
.scroll .chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: var(--white-color);
}

.scroll .chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.scroll .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;
  }

  33% {
    opacity: 1;
    transform: translateY(30px);
  }

  67% {
    opacity: 1;
    transform: translateY(40px);
  }

  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.scroll .text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: var(--primary-font);
  font-size: var(--f12);
  color: var(--white-color);
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

.form-control:focus {
  background-color: var(--white-color) !important;
  border-color: var(--white-color) !important;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25) !important;
}

/*.video-cont {*/
/*  position: absolute;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  bottom: 0px;*/
/*  background: rgba(0, 0, 0, 0.4);*/
/*  padding-top: 0;*/
/*  flex-direction: column;*/
/*}*/

.video-cont h1 {
  max-width: 100%;
  margin: auto;
  margin-bottom: 0;
  color: #ffffff;
  text-shadow: 0px 0px 2px #000;
  text-transform: capitalize;
  font-size: var(--f60);
  letter-spacing: 2px;
  font-family: var(--secondary-font);
  font-weight: 600;
  text-align: center;
  position: relative;
  margin-top: var(--m50);
}

.number-head {
  font-weight: 700;
  font-family: var(--secondary-font);
  font-size: var(--f18);
  letter-spacing: 0.1765px;
}

.number-head:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 5px;
  background: var(--secondary-color);
  margin-left: var(--m11);
  margin-top: -1px;
}



.head-sec span {
  font-size: var(--f45);
  font-weight: 400;
  line-height: 1;
  margin-top: -10px;
  color: var(--btn-hover);
  font-family: var(--other-font);
  text-align: right;
}

/* video bottom section */

.banner-text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--p20);
  gap: 30px;
  background: #fffaf4;
}

.banner-text .main-btn {
  border-radius: 10px;
  background: #fffaf4;
  border: 0px solid var(--btn-color);
  color: var(--btn-color);
  text-decoration: none;
  font-size: var(--f14);
  width: 200px;
  text-align: center;
  padding: var(--p10) var(--p15);
}

.banner-text .main-btn:hover {
  color: var(--white-color);
  box-shadow: inset 0 50px 0 0 var(--btn-color);
}

.banner-text h2 {
  font-size: var(--f32);
  margin-bottom: 0px;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: transparent !important;
  opacity: 1;
}


.footer-section {
  position: relative;
  margin-top: 60px;
}





/*updated new css start */




/*banner css start*/


/* HERO LAYOUT */
.hero-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-left {
    width: 60%;
    color: #fff;
}

.hero-left h1 {
    font-size: 50px;
    font-weight: 300;
    line-height: 1.2;
    text-align: left;
}

.hero-left span {
    font-weight: 600;
}

.hero-right {
    width: 35%;
    color: #fff;
}

.avatars {
    display: flex;
    margin-bottom: 10px;
}

.avatars img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: -5px;
    border: 2px solid #fff;
}

/* OVERLAY FIX */
.overlay {
    background: linear-gradient(
        to right,
        rgba(10,20,30,0.85),
        rgba(10,20,30,0.3)
    );
}

/* SEARCH BAR */
.Search-bar {
    background: #fff;
    padding: 15px;
    border-radius: 18px;
    margin: 30px auto 0;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.Search-bar .field {
    background: #f1f1f1;
    border-radius: 12px;
    padding: 10px;
    position: relative;
}

.Search-bar input {
    border: none;
    background: transparent;
    width: 100%;
    outline: none;
}

.Search-bar i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.search-btn {
    width: 100%;
    height: 50px;
    background: #0b3d2e;
    color: #fff;
    border-radius: 12px;
    border: none;
}

/* TAGS */
.hero-tags {
    text-align: center;
    margin-top: 20px;
}

.hero-tags span {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    background: rgba(255,255,255,0.2);
    color: #fff;
    margin: 5px;
    font-size: 12px;
}

/* RESPONSIVE */
@media(max-width:992px){
    .hero-flex {
        flex-direction: column;
        text-align: center;
    }

    .hero-left,
    .hero-right {
        width: 100%;
    }
}

/* SEARCH WRAPPER */
.Search-bar {
    margin: 40px auto 0;
    background: #fff;
    padding: 12px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}

/* INNER ROW */
.search-inner {
    gap: 10px;
}

/* FIELD */
.Search-bar .field {
    background: #f1f1f1;
    border-radius: 12px;
    padding: 10px 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 25%;
}

/* INPUT */
.Search-bar input {
    border: none;
    background: transparent;
    outline: none;
    font-size: 14px;
    padding-left: 25px;
}

/* LABEL */
.Search-bar label {
    font-size: 11px;
    color: #666;
    margin-bottom: 2px;
}

/* ICON LEFT */
.Search-bar .with-icon i:first-child {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #444;
}

/* ICON RIGHT */
.Search-bar .arrow {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #666;
}

/* BUTTON */
.search-btn {
    width: 100%;
    height: 50px;
    background: #0b3d2e;
    color: #fff;
    border-radius: 14px;
    border: none;
    font-size: 14px;
    font-weight: 500;
}

/* TAGS */
.hero-tags {
    margin-top: 20px;
    position: relative;
    bottom: 125px;
    width: 50%;
    text-align: left;
    left: -110px;
}

.hero-tags span {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    background: rgba(255,255,255,0.25);
    color: #fff;
    margin: 5px;
    font-size: 12px;
    backdrop-filter: blur(6px);
}

.submit-aptbtn{
    width: 22%;
    padding: 0;
}


.guest-wrapper {
    position: relative;
    cursor: pointer;
}

.guest-dropdown {
    position: absolute;
    top: 110%;
    left: 0;
    width: 260px;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    display: none;
    z-index: 999;
}

.guest-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.counter {
    display: flex;
    align-items: center;
    gap: 10px;
}

.counter button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
}

.apply-btn {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    background: #0f5132;
    color: #fff;
    border: none;
}

/* property section css */



section.property-section.py-5 {
    background: white;
}

.property-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.property-card:hover {
    transform: translateY(-6px);
}

.property-img {
    position: relative;
}

.property-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

h2.prop-heading {
    font-size: 34px;
    width:65%;
    margin:auto;
}

p.text-muted.mt-2.sub-text {
    width: 50%;
    margin: auto;
}

/* Heart Icon */
.wishlist {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wishlist i {
    font-size: 16px;
}

/* Content */
.property-content {
    padding: 15px;
}

/* Top meta */
.top-meta {
    display: flex;
    gap: 10px;
    /*justify-content: space-between;*/
    font-size: 13px;
    margin-bottom: 6px;
}

.stars i {
    color: #fbbf24;
    font-size: 12px;
}

/* Title */
.title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

.title a {
    color: #000;
    text-decoration: none;
}

/* Location */
.location {
    font-size: 13px;
    color: #777;
    margin-bottom: 10px;
}

/* Rating Row */
.rating-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.rating-box {
    background: #003580;
    color: #fff;
    padding: 3px 7px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
}

.rating-text {
    font-size: 13px;
}

.reviews {
    font-size: 12px;
    color: #777;
}

/* Price */
.price {
    font-size: 13px;
    color: #555;
}

.price strong {
    font-size: 16px;
    color: #000;
}

.property-slider .item {
    padding: 5px;
}

/* Arrow Position */
.property-slider .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}

.property-slider .owl-nav button {
    position: absolute;
    background: #fff !important;
    width: 42px;
    height: 42px;
    border-radius: 50% !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.property-slider .owl-nav .owl-prev {
    left: -20px;
}

.property-slider .owl-nav .owl-next {
    right: -20px;
}

.property-slider .owl-nav i {
    color: #000;
    font-size: 14px;
}

/* why with us */



.why-stay-section {
    position: relative;
    padding: 80px 20px;
    border-radius: 16px;
    overflow: hidden;
    background: radial-gradient(circle at 20% 0%, #0f3d2e, #02281d 60%);
    color: #fff;
        margin: 0 20px;
}

/* Aurora glow effect */
.why-stay-section::before,
.why-stay-section::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 300px;
    background: radial-gradient(circle, rgba(0,255,150,0.3), transparent 70%);
    filter: blur(60px);
    z-index: 0;
}

.why-stay-section::before {
    top: -50px;
    left: -50px;
}

.why-stay-section::after {
    top: -50px;
    right: -50px;
    background: radial-gradient(circle, rgba(100,255,200,0.25), transparent 70%);
}

/* Keep content above glow */
.why-stay-section .container {
    position: relative;
    z-index: 2;
}

/* Tag */
.tag {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.2);
    font-size: 12px;
    letter-spacing: 1px;
    opacity: 0.8;
}

/* Heading */
.main-heading {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.4;
        color: white;
}

.sub-text {
    margin-top: 10px;
    color: rgba(255,255,255,0.7);
    font-size: 15px;
    text-align: center;
}

.sub-text span {
    color: white;
}

/* Cards */
.feature-card {
    padding: 25px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.03);
    backdrop-filter: blur(8px);
    transition: 0.3s ease;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255,255,255,0.3);
}

/* Icon */
.icon {
    font-size: 22px;
    margin-bottom: 10px;
    display: flex;
    gap: 15px;
}

/* Card text */
.feature-card h5 {
    font-size: 16px;
    color: white;
}

.feature-card p {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
        padding-left: 40px;
}

/* Responsive */
@media (max-width: 768px) {
    .main-heading {
        font-size: 26px;
    }
}



/* features section css start*/


.activities-section {
    position: relative;
}

/* Badge */
.badge-pill {
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    border: 1px solid #ddd;
    color: #666;
    text-transform: uppercase;
}

/* Heading */
.main-title {
    font-size: 34px;
    font-weight: 500;
    color: #1a2b24;
}

.sub-text {
    font-size: 14px;
    color: #6c757d;
    margin-top: 10px;
}

.sub-text span{
    color: var(--primary-color);
    font-weight: 600;
}

/* Cards */
.activity-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
}

.activity-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Sizes */
.activity-card.large {
    height: 420px;
}

.activity-card.small {
    height: 300px;
}

.activity-card.wide {
    height: 300px;
}

/* Overlay */
.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
}

/* Content */
.content {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
}

.content h4 {
    font-size: 22px;
    margin-bottom: 5px;
    color: white;
    font-weight: 600;
}

.content h5 {
    font-size: 20px;
    margin: 0;
    color: white;
}

.content p {
    font-size: 13px;
    opacity: 0.9;
    color: white;
}

/* Arrow */
.arrow-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 38px;
    height: 38px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

/* Hover */
.activity-card:hover img {
    transform: scale(1.05);
    transition: 0.4s;
}

/* Responsive */
@media (max-width: 768px) {
    .activity-card.large {
        height: 300px;
    }
}




/*guest review section css start*/


.reviews-section {
    position: relative;
    padding: 80px 20px;
    border-radius: 16px;
    overflow: hidden;
    color: #fff;
    background: radial-gradient(circle at 20% 0%, #0f3d2e, #02281d 60%);
    margin: 0 20px;
}

/* Aurora glow */
.reviews-section::before,
.reviews-section::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 300px;
    filter: blur(70px);
    background: radial-gradient(circle, rgba(0,255,150,0.25), transparent);
}

.reviews-section::before { top: -50px; left: -50px; }
.reviews-section::after { top: -50px; right: -50px; }

/* Tag */
.review-tag {
    padding: 6px 14px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.2);
    font-size: 12px;
}

/* Heading */
.review-heading {
    font-size: 34px;
    font-weight: 500;
    color: white;
    width: 60%;
    margin: auto;
    padding-bottom: 15px;
}

.review-sub {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    text-align: center;
     width: 40%;
    margin: auto;
}

/* Card */
.review-card {
    padding: 25px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.03);
    backdrop-filter: blur(10px);
    height: 100%;
}

/* Top */
.top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    height: 20px;
}

.airbnb {
    filter: invert(1);
}

.stars {
    color: gold;
}

/* Text */
.review-card h5 {
    margin: 15px 0 10px;
    font-size: 17px;
    color: white;
    font-weight: 500;
}

.review-card p {
    font-size: 13px;
    color: rgba(255,255,255,0.75);
}

.author {
    margin-top: 15px;
    font-size: 13px;
}

/* Carousel spacing */
.review-carousel .owl-stage {
    display: flex;
}

.review-carousel .owl-item {
    display: flex;
}

.top-row  img {
    width: auto !important;
}

/* Arrows */
.custom-nav {
    text-align: center;
    margin-top: 30px;
}

.custom-nav button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    margin: 0 5px;
    background: #fff;
    cursor: pointer;
}



/*how booking section css start*/




.booking-section {
    position: relative;
}

/* Badge */
.booking-tag {
    padding: 6px 14px;
    border-radius: 20px;
    border: 1px solid #ddd;
    font-size: 12px;
    color: #666;
}

/* Heading */
.booking-heading {
    font-size: 34px;
    font-weight: 500;
    color: #1a2b24;
    width: 55%;
    margin: auto;
    padding-bottom: 15px;
}

.booking-sub {
    font-size: 14px;
    text-align: center;
        width: 40%;
    margin: auto;
}

.booking-sub strong{
    color: var(--primary-color);
}

/* Steps */
.step-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
}

/* Big numbers */
.step-number {
    font-size: 48px;
    color: #dcdcdc;
    font-weight: 300;
    min-width: 60px;
}

/* Content */
.step-content h5 {
    font-size: 17px;
    margin-bottom: 6px;
    font-weight: 500;
}

.step-content p {
    font-size: 13px;
    color: #6c757d;
    margin: 0;
}

/* Divider */
.divider {
    height: 1px;
    background: #e5e5e5;
    margin: 15px 0 25px 80px;
}

/* Image */
.booking-image {
    border-radius: 16px;
    overflow: hidden;
}

.booking-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive */
@media (max-width: 768px) {
    .booking-heading {
        font-size: 26px;
    }

    .step-number {
        font-size: 36px;
    }
}




/*appointment section css start */



.hero-section {
    position: relative;
    padding: 150px 20px;
    border-radius: 18px;
    overflow: hidden;
    color: #fff;
    margin: 60px 20px;
    /* Background image */
    background: url('https://images.unsplash.com/photo-1482192505345-5655af888cc4') center/cover no-repeat;
}

/* Gradient overlay */
.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(20,30,40,0.8), rgba(20,30,40,0.2));
}

/* Keep content above */
.hero-section .container {
    position: relative;
    z-index: 2;
}

/* Title */
.hero-title {
    font-size: 48px;
    font-weight: 300;
    line-height: 1.2;
    color: white;
}

.hero-title span {
    font-weight: 600;
}

/* Subtitle */
.hero-sub {
    margin-top: 15px;
    font-size: 15px;
    color: rgba(255,255,255,0.85);
}

/* Button */
.hero-btn {
    display: inline-block;
    margin-top: 20px;
    background: #fff;
    color: #000;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
}

/* Floating Card */
.hero-card {
    position: absolute;
    right: 60px;
    bottom: 60px;
    width: 280px;
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.2);
}

/* Image */
.video-thumb {
    position: relative;
}

.video-thumb img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

/* Play button */
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255,255,255,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 18px;
}

/* Card text */
.card-text {
    padding: 12px;
}

.card-text h6 {
    margin: 0;
    font-size: 14px;
    color: white;
}

.card-text p {
    font-size: 12px;
    color: rgba(255,255,255,0.7);
}

/* Responsive */
@media (max-width: 992px) {
    .hero-card {
        position: static;
        margin-top: 30px;
    }
}



 h2.main-title {
    width: 60%;
    margin: auto;
}
  
  p.sub-text{
    width: 30%;
    margin: auto;
}




