/*video section*/

.banner-wrapper {
  height: 100vh;
  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: #0000006b; */
  background-color: #0000009c;
  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: var(--banner-heading-font);
  font-size: 80px;
  line-height: 160px;
  width: 70%;
  margin: auto;
  text-shadow: 0 0 2px #000;
  margin-bottom: 0px;
  margin-top: 50px;
  font-weight: normal;
  color: var(--white-color);
}

.hero-content p {
  text-shadow: 0 0 2px #000;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  font-family: americanscribe;
}

.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;
}

.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: 24%;
  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 .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: .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, .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 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;
}


/* cta css */

section.cta {
  background: url('../images/cta.jpg');
  padding-left: 0;
  position: relative;
  padding-right: 0;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  height: 400px;
  display: flex;
}

section.cta .shape img {
  width: 350px;
  object-fit: cover;
}

section.cta .shape {
  position: absolute;
  top: -365px;
  z-index: 2;
}

section.cta .container {
  display: flex;
  justify-content: center;
  position: relative;
}

section.cta .content {
  width: 70%;
  background: transparent;
  padding: 0;
  /* box-shadow: 0px 9px rgba(255,255,255,.6); */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

section.cta .head-sec h2 {
  text-align: center;
  color: var(--white-color);
  text-shadow: 0 0 2px #000;
  margin-bottom: 20px;
}

section.cta .content p {
  color: var(--white-color);
}

section.cta .content .main-btn {
  color: var(--white-color);
  border: 1px solid var(--white-color);
  width: 220px;
}

section.cta .man-img {
  position: relative;
}

section.cta .man-img img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}


/*Testimonial css*/
.owl-carousel .owl-stage-outer {
  padding-left: 0;
  padding-right: 0px;
}

/*Testimonial css*/

section.testimonial .bg-img {
  background: url('../images/testy.webp');
  height: 600px;
  padding: 0;
  background-size: cover;
  position: relative;
  z-index: 1;
}

section.testimonial .attr-bnt {
  position: absolute;
  bottom: 7.7%;
  right: 45%;
  z-index: 1;
}

section.testimonial .para {
  max-height: 135px;
  overflow: hidden;
  margin-bottom: 15px;
}

section.testimonial {
  /* background: #fff; */
  position: relative;
  padding: 0;
  padding-bottom: 60px;
}


section.testimonial .col-6.cont-head {
  margin-top: 88px;
  padding: 105px 27px 0;
  background: transparent url(../images/testi-bg-a.jpg) no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
  display: none;
}

section.testimonial .col-6.cont-head::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.50;
}

section.testimonial .head-sec {
  position: relative;
  text-align: left;
  width: 100%;
  margin: auto;
  padding-left: var(--p30);
  padding-top: var(--p50);
  margin-bottom: var(--m20);
}

section.testimonial .icon {
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  z-index: 1;
  top: -5px;
}

section.testimonial .icon img {
  height: 50px;
}

section.testimonial .testy {

  margin: auto;
  padding: 0;
  padding-bottom: 0;
  border-radius: 0px;
  background: transparent;
  position: relative;
  z-index: 1;
}

section.testimonial .item {
  padding-left: var(--p15);
  padding-right: var(--p15);
  padding-bottom: var(--p5);
}

section.testimonial .top-text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}

section.testimonial .overlay {
  background-color: #fff;
  width: 100%;
  margin: auto;
  padding: 0;
  padding-bottom: 0;
  border-radius: 0px;
  position: relative;
  right: 0px;
  padding: 20px 30px;
}

section.testimonial .owl-nav {
  display: flex;
  gap: 10px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  justify-content: center;
  width: 80%;
}

.owl-carousel .owl-stage-outer {
  padding-left: 0;
  padding-right: 0px;
}

section.testimonial .owl-prev {
  font-size: 16px !important;
  border-radius: 0px;
  width: 45px;
  height: 45px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: var(--btn-color) !important;
  border: 0px solid !important;
  color: var(--white-color) !important;
}

section.testimonial .owl-next {
  font-size: 16px !important;
  border-radius: 0px;
  width: 45px;
  height: 45px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: var(--btn-color) !important;
  border: 0px solid !important;
  color: var(--white-color) !important;
}

section.testimonial .owl-prev:hover,
section.testimonial .owl-next:hover {
  background: var(--btn-hover) !important;
}

section.testimonial .test-pro {
  height: 100px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

section.testimonial .test-pro:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

section.testimonial .test-pro img {
  /* position: absolute; */
  /*top: -35%;*/
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  max-width: none;
}

section.testimonial .user-icon img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid var(--white-color);
}


section.testimonial .test-card {
  text-align: center;
  background: var(--white-color);
  border-radius: 0px;
  /* box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1); */
  padding-bottom: 0;
  max-width: 900px;
  margin: auto;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .07);
  padding: var(--p25);
  height: 320px;
  width: 100%;
  border-radius: 10px;
}

section.testimonial .test-card p {
  color: var(--primary-color);
  line-height: 1.6;
  margin-bottom: 0;
  margin-top: var(--m10);
}

section.testimonial .test-card h4 {
  font-size: var(--f20);
  margin-bottom: var(--m7);
  font-weight: 600;
  color: var(--heading-color);
}

section.testimonial .cont-sec {
  margin-top: var(--m2);
  text-align: center;
}

section.testimonial i.fa-solid.fa-star {
  color: #FCAF3D;
  font-size: var(--f10);
  margin-right: var(--m3);
}

section.testimonial hr {
  width: 200px;
  opacity: 1;
  border-top: 3px solid;
  color: var(--white-color);
}

section.testimonial h3 {
  padding-left: 0;
  font-size: var(--f20);
  font-weight: 700;
  text-align: center;
  color: var(--territiary-color);
  margin-bottom: 0;
}

section.testimonial .container-fluid {
  padding: 0;
}

section.testimonial h6 {
  font-size: 16px;
  font-family: var(--heading-font);
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0;
}

section.testimonial .owl-item.active:first-child .item {
  border-right: 2px solid var(--white-color);
}

section.testimonial .para p {
  text-align: center;
  width: 90%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  color: var(--black-color);
  height: auto;
  max-height: 141px;
  margin-top: var(--m10);
  font-size: var(--f16);
  overflow: hidden;
  margin-bottom: var(--m20);
}

section.testimonial .para i {
  font-size: var(--f30);
}

section.testimonial i.fa-solid.fa-quote-right {
  position: absolute;
  right: 20px;
  bottom: -10px;
}

section.testimonial i.fa-solid.fa-quote-left {
  position: absolute;
  left: 20px;
  top: -10px;
}

section.testimonial p.clt-name {
  color: var(--heading-color);
  font-weight: bold;
  text-transform: uppercase;
  margin-top: var(--m15);
  margin-bottom: 0px;
}

section.testimonial span {
  height: auto;
  overflow: hidden;
  display: block;
}

section.testimonial .test-card:hover .test-pro {
  height: 180px;
}

section.testimonial .test-card:hover .test-pro img {
  top: 0;
  height: 100%;
}

section.testimonial a.main-bttn {
  display: inline-block;
  padding: 0px;
}

/*end Review 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.business {
  padding: var(--p80) 0;
  background: url(../images/CTA.jpeg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  -webkit-filter: blur(0);
  filter: blur(0);
  transition: filter 400ms, -webkit-filter 400ms;
}

section.business:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.05);
  top: 0;
  z-index: -1;
}

section.business .box {
  padding: 60px 60px;
  background-color: #00000085;
}

section.business h5 {
  color: var(--white-color);
  font-style: italic;
  font-weight: 500;
  margin-bottom: var(--m10);
  text-shadow: 0px 0px 3px #000;
}

section.business h2 {
  font-size: var(--f40);
  color: var(--white-color);
  font-weight: 500;
  text-shadow: 0px 0px 3px #000;
}

section.business p {
  color: var(--white-color);
  font-size: var(--f16);
  text-shadow: 0px 0px 3px #000;
}

section.business a {
  display: block;
  width: 195px;
  text-align: center;
  border-color: var(--white-color);
}

section.faq .container {
  max-width: 750px !important;
}

section.faq .head-sec h6 {
  letter-spacing: 2.4px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 37px;
  font-size: var(--f24);
}

section.faq .head-sec h2 {
  margin-bottom: 40px;
}

section.faq .head-sec img {
  margin-bottom: 80px;
}

section.faq .accordion-item {
  margin-bottom: 20px;
  border: 0px solid #fff;
  background: transparent;
}

section.faq button.accordion-button {
  font-size: var(--f20);
  color: var(--heading-color);
  padding: 0px;
  border-bottom: 1px solid #DBDEE3;
  padding-bottom: 30px;
  margin-bottom: 0px;
  padding-left: 49px;
  background: transparent;
}

section.faq .accordion-button::after {
  background-image: url("../images/plus.png");
  transition: all 0.5s;
  width: 31px;
  height: 31px;
  background-color: var(--heading-color);
  border-radius: 5px;
  background-size: 13px;
  background-position: center;
}

section.faq .accordion-button:hover::after {
  background-color: var(--btn-hover);
}

section.faq .accordion-button:not(.collapsed)::after {
  background-image: url("../images/minus.png") !important;
  background-position: center 75%;
  background-color: var(--btn-hover);
}

section.faq .accordion-button::after {
  transition: all 0.5s;
  /* margin-left: 0; */
  /* margin-right: auto; */
  position: absolute;
  left: 0;
}

section.faq .accordion-body {
  padding: 15px 18px;
  background: #f0e3ce;
  margin-top: -15px;
  margin-bottom: 10px;
}

section.faq .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: inset 0 0px 0 rgba(0, 0, 0, .125);
  margin-bottom: 0px;
  border-bottom: 0px solid;
}

.faq-btn {
  text-align: center;
}

.faq-btn .main-btn {
  width: 180px;
}


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

.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: .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, .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, .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, .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: .3s;
  cursor: pointer;
}



.para-short {
  max-height: 200px;
  /* Adjust height for the shortened paragraph */
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

#toggleBtn {
  color: var(--white-color);
  background: var(--btn-color);
  cursor: pointer;
  font-weight: normal;
  padding: 10px 20px;
  border-radius: 5px;
}




/*Booking seciton*/
.booking_sec {
  background-image: url(../images/hero_Kauai.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  background-attachment: fixed;
  padding: 0px 0px;
}

.booking_sec h3 {
  color: var(--text-white);
  margin-top: 20px;
  font-size: 35px;
}

.booking_sec .main-container {
  padding: 0px 0px;
  background-color: rgba(0, 0, 0, 0.3);
}

.booking_img {
  position: absolute;
  width: 20rem;
  height: 20rem;
  object-fit: cover;
  overflow: hidden;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: -24%;
  box-shadow: 0px 0px 0px 10px #ffffff85;
}

.booking_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  display: none;
}

.bookin_box h2 {
  line-height: 1.2;
  font-size: 2rem;
  border-left: 0px solid #fff;
  padding-left: 0px;
  /* font-weight: 700;
  font-family: var(--primary-font); */
}

.bookin_box p {
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px !important;
}

.bookin_box a {
  margin-top: 0rem !important;
  margin-bottom: 0px !important;
}

.booking-right_sec {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  justify-content: center;
  color: #fff;
  width: 100%;
  margin-left: auto;
  padding-top: 70px;
  padding-bottom: 70px;
}

.booking-right_sec p {
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
}

.booking-right_sec h2 {
  font-size: 55px;
  line-height: 1.2;
  border-left: 3px solid #fff;
  padding-left: 29px;
  color: var(--white-color);
}



/*end bookind section*/

/*  property section */


section.amenities.prop {
  /* background-color: var(--lt-bg-color); */
  position: relative;
  overflow-x: hidden;
}

section.amenities.prop .row.main.propamen h2 span {
  color: var(--secondary-color);
}

section.amenities.prop .col-lg-6 {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  width: 48%;
}

section.amenities.prop .first {
  padding-right: 0px;
  position: relative;
  width: 50%;
}

section.amenities.prop .first img {
  max-height: 481px;
}

section.amenities.prop .row {
  justify-content: space-between;
  padding-left: 12px;
  padding-right: 12px;
}

section.amenities.prop img {
  height: 100%;
}

section.amenities.prop h2 {
  padding-left: 0px;
  padding-right: 0px;
}

section.amenities.prop h4 {
  height: 100px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .8));
  padding: 0px 15px;
  color: var(--text-white);
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  width: 100%;
  bottom: -8px;
  border-radius: 0px 0px 10px 10px;
  padding-top: 50px;
}


section.amenities.prop .second .row {
  gap: 30px 4%;
  padding-left: 0px;
  padding-right: 0px;
}

.prop .am:hover .prop-image img {
  transform: scale(1.1);
}

section.amenities.prop .first {
  padding-right: 0px;
  position: relative;
  width: 50%;
}

.prop .prop-image {
  overflow: hidden;
  border-radius: 10px;
  height: 350px;
}

section.amenities.prop h4 {
  height: 160px;
  background: linear-gradient(180deg, transparent, #424141);
  padding: 0px 15px;
  color: var(--white-color);
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  width: 100%;
  bottom: 0;
  /* border-radius: 0px 0px 10px 10px; */
  padding-top: 50px;
  font-family: var(--other-font);
  margin-bottom: 0;
}

section.amenities.prop p.tag {
  padding: 0;
  font-family: var(--other-font);
}

.prop .anchor {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 80%;
  z-index: 0;
  padding: 10px 15px;
  width: 100%;
  margin-top: 10px;
}

.prop .anchor a {
  width: 100%;
  display: inline-block;
  height: 100%;
  /* display: none; */
}

section.amenities.prop .col-lg-6 {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}

.prop .col-lg-3,
.prop .col-lg-6 {
  position: relative;
  padding: 0;
  overflow: hidden;
}

section.amenities.prop .second .row {
  gap: 30px 4%;
  padding-left: 0px;
  padding-right: 0px;
}

section.amenities.prop .row {
  justify-content: space-between;
  padding-left: 12px;
  padding-right: 12px;
}


section.amenities.prop img {
  height: 100%;
}

.prop img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  /* border-radius: 10px; */
  transition: transform .65s ease;
  transform: scale(1);
}

section.amenities.prop .row.main.propamen {
  margin-bottom: 0;
}

.anchor span {
  background: #2D6B2B;
  padding: 7px 20px;
  color: white;
}

.anchor-star {
  color: white;
  display: flex;
  align-items: center;
  gap: 7px;
}

.anchor-star i.fa-solid.fa-star {
  color: #DAA520;
}





/* attractions */


section.attraction .head-sec h2 {
  margin-bottom: 0px;
  text-align: left;
}

section.attraction .head-sec p {
  padding-left: 0;
  text-align: left;
  color: var(--primary-color);
}

section.attraction .col-6.right {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

section.attraction .col-6.right .arrow {
  opacity: 1;
  visibility: visible;
}

section.attraction .col-6.left {
  display: flex;
  flex-direction: column;
}

section.attraction .col-md-4 {
  padding: var(--p8);
  position: relative;
}

section.attraction .col-md-4 a {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

section.attraction img.img-fluid {
  border-radius: 0px;
  -webkit-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

section.attraction .row {
  gap: 0px 0;
}

section.attraction .img-card {
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
  position: relative;
}

section.attraction .col-md-4:hover img {
  transform: scale(1.14);
  -webkit-transform: scale(1.14);
  -ms-transform: scale(1.14);
}

section.attraction .atr-cont {
  background: transparent;
  margin: 0px;
  padding: var(--p30) var(--p30);
  border-radius: 0px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 0;
  width: 100%;
  transition: all 0.3s;
}

section.attraction .atr-cont h4 {
  font-weight: 500;
  margin-bottom: 0px;
  font-size: var(--f23);
  max-height: 27px;
  overflow: hidden;
  color: var(--white-color);
  text-shadow: 0px 0px 2px #000;
  padding-right: 5px;
}

section.attraction .head-sec {
  text-align: left;
  margin-bottom: 40px;
}

section.attraction .para-attr {
  padding: 10px;
  text-align: center;
  position: absolute;
  top: 165px;
  display: none;
}

section.attraction .para-attr p {
  color: var(--white-color);
  font-size: var(--f18);
}

section.attraction .col-md-4:hover .para-attr {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.attraction .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}

section.attraction .atr-cont .arrow {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: var(--white-color);
  flex-shrink: 0;
  -webkit-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
  background: var(--btn-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  border: 1px solid var(--btn-color);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

section.attraction .arrow:hover {
  background: var(--white-color);
  color: var(--btn-color);
}

section.attraction a.main-btn {
  display: block;
  width: 180px;
  text-align: center;
  margin: auto;
}

section.attraction .pro-btn {
  text-align: center;
  margin-top: var(--m30);
}

section.attraction .col-md-4:hover .atr-cont {
  background: var(--white-color);
  box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24);
}

section.attraction .col-md-4:hover .atr-cont h4 {
  color: var(--heading-color);
  text-shadow: 0px 0px 0px #000;
}

section.attraction .col-md-4:hover .arrow {
  opacity: 1;
  visibility: visible;
}

section.attraction .right.mob {
  display: none;
}





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



/* why choose section start  */





section.why-choose-us .choose-card {
  cursor: pointer;
  background-image: url("../images/chooseus4.webp");
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 25%;
  height: 100%;
  min-height: 587px;
  display: flex;
  position: relative;
  transition: .3s ease-out !important;
  overflow: hidden
}

section.why-choose-us .choose-card:hover {
  width: 50% !important
}

section.why-choose-us .choose-card.villas {
  background-image: url("../images/chooseus1.webp")
}

section.why-choose-us .choose-card.things {
  background-image: url("../images/chooseus3.webp")
}

section.why-choose-us .choose-card.service {
  background-image: url("../images/chooseus2.png")
}

section.why-choose-us .choose-card .card-info {
  padding: 0 30px 30px
}

section.why-choose-us .choose-card h4 {
  line-height: 24px;
  font-size: 24px;
  color: var(--white-color);
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  text-shadow: 0 0 3px #00000021
}

section.why-choose-us .choose-card p {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 16.8px;
  letter-spacing: 0;
  color: var(--white-color);
  text-shadow: 0 0 3px #00000021;
  margin-bottom: 0;
  font-size: 14px
}

section.why-choose-us .choose-text {
  display: flex;
  align-items: center;
  gap: 18px
}

section.why-choose-us .choose-us {
  display: flex;
  align-items: center;
  gap: 20px
}

section.why-choose-us {
  /* background: var(--secondary-color) */
  background-image: url(../images/hero_Kauai.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  background-attachment: fixed;
  /* padding: 0px 0px; */
}

section.why-choose-us::before {
  content: '';
  /* Empty content for the overlay */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black overlay with 50% opacity */
  z-index: 1;
  /* Make sure it is above the background image */
}

section.why-choose-us>* {
  position: relative;
  z-index: 2;
  /* Content will be above the overlay */
}


section.why-choose-us .head-sec h2 {
  color: var(--white-color);
}

section.why-choose-us .head-sec p {
  color: var(--white-color);
}



/* about us section css start */


section.about-us {
  position: relative;
  padding-top: 120px;
}

p.abt-tag {
  margin-bottom: 8px;
  letter-spacing: 3px;
  line-height: 21px;
  text-transform: uppercase;
  font-size: var(--f14);
  color: #434e57;
}

p.abt-cont {
  padding-bottom: var(--p20);
  font-size: var(--f16);
}

.about-left h2 {
  /* font-size: var(--f32); */
  padding-top: 10px;
}


img.abtleft-img.abtcmn-img,
img.abtright-img.abtcmn-img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

img.abtleft-img.abtcmn-img {
  height: 390px;
}

img.abtright-img.abtcmn-img {
  height: 580px;
}

.about-right p {
  padding-top: 0px;
}

.abtrgt-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

a.read-morebtn {
  text-transform: capitalize;
}

.abt-lfticon a.read-morebtn img {
  max-width: 67px;
  height: 13px;
  margin-left: 6px;
}

.abt-rgticon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.abtrgtcall {
  display: flex;
  flex-direction: column;
}

span.call-us {
  font-size: var(--f14);
}