/*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-weight: bold; */
  text-align: center;
  /* font-family: americanscribe; */
  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;
}

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

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

/*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.5;
}

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;
  /* height: 100px; */
}

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 {
  position: absolute;
  z-index: 1;
  left: 17%;
  top: 20%;
  -webkit-transform: translate3d(-50%, -10px, 0);
  -moz-transform: translate3d(-50%, -10px, 0);
  transform: translate3d(-50%, -10px, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

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, 0.07);
  padding: var(--p25);
  height: 320px;
  width: 100%;
  border-radius: 25% 2%;
}

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(--m50);
  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;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  color: white;
  font-size: 14px;
  margin: 40px 10px 0;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 25% 2%;
}

/*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;
}

/* review section */
.review_sec {
  background: #f9f7f7;
  background-image: url("https://www.magnoliaoverlook.com/front/images/bg2.webp");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
}

.review_sec .main-row {
  background-image: url("https://www.magnoliaoverlook.com/front/images/testimonial-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 40%;
  background-color: var(--secondary-color);
  padding: 30px;
  position: relative;
  top: -2rem;
  margin-bottom: -4rem;
  z-index: 9;
}

.review_sec .section-title {
  margin-bottom: 0px;
  text-align: left;
}

.review_sec .section-title .line {
  background: var(--bg-white);
  margin-left: 0px;
}

.review_sec .section-title h3 {
  font-size: 30px;
  color: var(--text-white);
  line-height: 43px;
  margin-bottom: 0px;
}

button.slick-prev.slick-arrow {
  left: -10px;
}

.testiSlide .slick-arrow {
  display: inline-block !important;
  z-index: 99;
  background: #fff;
  padding: 8px 14px;
  border-radius: 50%;
  opacity: 0.7;
  color: #6e6c6c;
}

figure.testimonials blockquote p {
  margin: 0;
  color: var(--text-white);
}

.user-review {
  display: flex;
  gap: 1rem;
  align-items: center;
  position: relative;
  justify-content: flex-start;
}

.owl-carousel .owl-item .user-review img {
  max-width: 100%;
  vertical-align: middle;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px #273656;
}

.user-review .peopl h3 {
  opacity: 1;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 0rem;
  color: var(--text-white);
  line-height: 1.5;
}

.user-review .peopl p {
  opacity: 1;
  color: var(--text-white);
  margin: 0;
}

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

/*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*/

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

/* UPDATED CSS  */

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

/* banner  */

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

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

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

#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: 21%;
}

.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: #fff;
  font-weight: 500;
}

form.Search-bar {
  position: relative;
  margin: auto;
  justify-content: center;
  width: 88%;
  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: 33%;
  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%;
}

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

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: 0px !important;
  width: 100% !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 h2 {
  font-size: var(--f32);
  line-height: 1.3;
  font-weight: 600;
  color: var(--black-color);
  text-transform: capitalize;
  margin-bottom: 0px;
  font-family: var(--secondary-font);
  width: auto;
  display: inline-block;
} */

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

/* about css     */

section.about-us-sec .about-images {
  position: relative;
}

section.about-us-sec .first-img {
  width: 95%;
  height: 500px;
  object-fit: cover;
}

section.about-us-sec .about-images .second-img {
  width: 250px;
  height: 280px;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translateY(-50%);
  object-fit: cover;
}

section.about-us-sec .abt-head {
  width: 27.273%;
}

section.about-us-sec .abt-head h6 {
  font-size: 26px;
  line-height: 1.75;
  font-family: var(--heading-font);
  letter-spacing: 3px;
}

section.about-us-sec .abt-para {
  width: 72.727%;
}

section.about-us-sec .main-btn {
  min-width: 220px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 30px;
}

section.about-us-sec .about-us-cont {
  display: flex;
  align-items: center;
}

.cont-img,
section.about-us-sec.servc .about-images {
  text-align: right;
}

section.about-us-sec.servc .about-images .second-img {
  left: auto;
  right: 55%;
  object-fit: cover;
}

section.about-us-sec .about-cont h2 {
  margin-bottom: 40px;
}

section.about-us-sec .abt-info {
  display: flex;
}

section.about-us-sec {
  /* padding-top: 120px; */
}

/* feature section  */

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

.experience .col-4 {
  margin-bottom: var(--m40);
}

.experience img {
  margin-bottom: var(--m15);
  height: 47px;
  width: 47px;
}

.experience h4 {
  margin-bottom: var(--m15);
  font-size: var(--f18);
  font-weight: 600;
  font-family: var(--primary-font);
}

.experience .img {
  display: inline-block;
}

img.experience-hover {
  display: none;
}

.experience .img:hover img.experience-normal {
  display: none;
}

.experience .img:hover img.experience-hover {
  display: inline-block;
}

section.experience-sec .col-lg-4.col-md-6.col-12 {
  margin: 10px 0;
}

/* faq section css  */

.faq-sec .accordion-button::after {
  /*background-image: url("../images/download.svg");*/
  transition: all 0.5s;
}

.faq-sec .accordion-button:not(.collapsed)::after {
  /*background-image: url("../images/download1.svg") !important;*/
  width: 20px;
  height: 20px;
}

.faq-sec .accordion-button::after {
  transition: all 0.5s;
}

section.faq-sec {
  /* background: var(--lt-bg-color); */
}

section.faq-sec .faq-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 10px;
}

section.faq-sec .head-sec {
  text-align: left;
  margin-bottom: var(--m10);
}

section.faq-sec .accordion-button {
  padding: 12px 12px 22px 0;
  background: transparent;
  border-radius: 0 !important;
  font-size: 18px;
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color) !important;
  box-shadow: 0 0 0;
  font-family: var(--secondary-font);
}

section.faq-sec .accordion-body {
  padding: 10px 30px 30px 0;
}

section.faq-sec .accordion-body li {
  font-family: var(--primary-font);
  color: var(--white-color);
  font-size: var(--f16);
  line-height: 30px;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: left;
  list-style: initial;
}

section.faq-sec .accordion-body ul {
  padding-left: 20px;
}

section.faq-sec .accordion-item {
  border: 0px solid;
  border-bottom: 1px solid #fff;
  border-radius: 0 !important;
  background: transparent;
  /* padding: 12px 12px 22px 0; */
}

section.faq-sec .faq-img {
  padding-right: 5%;
}

.faq-content .head-sec h2 {
  font-size: 44px;
}

/* attraction section css */

section.how-we-value-wrapp .head-sec {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.how-we-value-wrapp h2 {
  color: var(--heading-color);
  margin-bottom: 0px;
  /* font-size: 44px; */
  padding-bottom: 10px;
}

.attr-btn {
  display: flex;
  justify-content: center;
}

.how-we-value-wrapp h6 {
  line-height: 1.3;
  color: var(--primary-color);
  letter-spacing: 0.03em;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0px;
}

.how-we-value-wrapp .atrr {
  padding: 8px;
  position: relative;
}

.how-we-value-wrapp .atr-btn {
  text-align: center;
}

.how-we-value-wrapp .atrr a {
  position: relative;
}

.how-we-value-wrapp 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;
}

.how-we-value-wrapp .row {
  gap: 30px 0;
}

.how-we-value-wrapp .img-card {
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.7s ease;
  position: relative;
  transform: translateY(0px);
}

.how-we-value-wrapp .img-card:hover {
  transform: translateY(-30px);
}

.how-we-value-wrapp .atr-cont {
  background: transparent;
  width: 100%;
}

.how-we-value-wrapp .atr-cont h4 {
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 20px;
  /*color: var(--white-color);*/
  font-family: var(--primary-font);
  padding: 15px 0;
  text-align: center;
  text-transform: capitalize;
}

.how-we-value-wrapp .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0);
  display: none;
}

.how-we-value-wrapp .atr-cont .arrow {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: #fff;
  flex-shrink: 0;
  -webkit-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
  background: var(--heading-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  border: 1px solid var(--heading-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;
}

.how-we-value-wrapp .arrow:hover {
  background: #fff;
  color: var(--heading-color);
}

.how-we-value-wrapp a.main-btn {
  width: 180px;
  text-align: center;
  margin: auto;
  margin-top: 10px;
}

.how-we-value-wrapp .pro-btn {
  text-align: center;
  margin-top: 30px;
}

.how-we-value-wrapp .attr:hover .atr-cont {
  background: #fff;
  box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24);
}

.how-we-value-wrapp .atrr:hover .atr-cont h4 {
  color: var(--heading-color);
  text-shadow: 0px 0px 0px #000;
}

.how-we-value-wrapp .atrr:hover .arrow {
  opacity: 1;
  visibility: visible;
}

.how-we-value-wrapp .attraction-btn {
  margin-top: 30px;
}

section.how-we-value-wrapp.atr {
  /* background: var(--lt-bg-color); */
}

section.how-we-value-wrapp .head-sec {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
}

/*** Superhost section css start ***/

section.superhost-section {
  text-align: center;
  /* border-bottom: 1px solid #9f9f9f; */
}

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

section.superhost-section hr {
  opacity: 1;
  width: 221px;
  border-color: transparent;
  display: none;
}

section.superhost-section .superhost-images {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 800px;
  margin: auto;
}

section.superhost-section .superhost-images img {
  max-width: 116px;
}

.hr_line {
  width: 400px;
  display: block;
  margin: auto;
}

/* porperty section css start */

section.home-list {
  /* padding: var(--p60) var(--p12); */
  /* background: var(--lt-bg-color); */
  /* padding-top: 120px; */
}

section.home-list .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  transition: 0.5s ease-in-out;
}

section.home-list .overlay a {
  color: var(--white-color);
  font-size: var(--f18);
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

section.home-list .overlay i {
  color: var(--white-color);
  font-size: var(--f18);
}

section.home-list .prop-card:hover .overlay {
  display: flex;
}

section.home-list .row {
  justify-content: center;
  gap: 30px 0;
}

section.home-list .atr-btn {
  text-align: center;
  margin-top: 40px;
}

section.home-list .how-we-value-heading span {
  font-size: var(--f14);
  font-family: var(--secondary-font);
  font-weight: 600;
  color: var(--white-color);
  border-radius: 50px;
  padding: 4px 18px;
}

section.home-list .view {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: var(--p15);
  background: #ffffffbd;
}

section.home-list .view a {
  background: var(--white-color);
  padding: var(--p10);
  box-shadow: 2.5px 4.33px 18px 0px rgb(0 0 0 / 10%);
  border-radius: 50%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  text-align: center;
}

section.home-list .view i {
  margin-right: 0;
}

section.home-list .col-4 {
  width: 33%;
}

section.home-list .pro {
  display: flex;
  justify-content: center;
  margin-top: var(--m30);
}

section.home-list img.img-fluid {
  width: 100%;
  height: 280px;
  object-fit: cover;
  position: relative;
  -webkit-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

section.home-list .pro-img:hover img {
  transform: scale(1.14);
}

section.home-list .pro-img a::before {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  position: absolute;
  top: 15px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  width: calc(100% - 66px);
  left: 33px;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
}

section.home-list .pro-img a::after {
  content: "";
  position: absolute;
  top: 8px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  width: calc(100% - 16px);
  left: 8px;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
}

section.home-list .pro-img a {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
  display: flex;
  border-radius: 0 40px;
}

section.home-list .pro-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--p40) var(--p15) var(--p20) var(--p15);
  background: white;
  box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.05);
  margin-top: -20px;
  border-radius: 0;
}

section.home-list .prop-card:hover .pro-cont {
  background: #fff;
}

section.home-list .rating i {
  color: var(--other-color);
  margin-right: 0;
  font-size: var(--f14);
}

section.home-list .adr-rev {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #36454f59;
  margin-bottom: 15px;
}

section.home-list .rating {
  margin-bottom: 0;
  color: var(--other-color);
  font-size: 16px;
  min-width: 60px;
}

section.home-list h3.title {
  font-size: var(--f24);
  line-height: 30px;
  font-weight: 700;
  color: var(--black-color);
  margin-bottom: var(--m11);
  height: 32px;
  overflow: hidden;
  width: 100%;
  font-family: var(--other-font);
}

section.home-list h3.title a {
  color: var(--secondary-color);
}

.prop-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: var(--m40);
}

section.home-list p.adr {
  font-size: var(--f15);
  font-weight: 400;
  color: var(--para-color);
  margin-bottom: 0;
  line-height: 1.5;
  height: 22px;
  overflow: hidden;
  border-bottom: 0px solid #36454f59;
  padding-bottom: 0;
}

.prop-view-btn {
  padding-top: var(--p20);
}

.prop-view-btn a {
  text-decoration: underline;
  font-size: var(--f18);
}

section.home-list .descp {
  max-height: 60px;
  overflow: hidden;
}

section.home-list .how-we-value-heading {
  text-align: center;
  margin-bottom: 40px;
}

section.home-list .amn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #36454f59;
  padding-top: var(--p20);
}

section.home-list ul {
  margin: 0 0 0;
  padding: 0;
  /* background-color: #f2f2f2; */
  font-size: var(--f14);
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

section.home-list i {
  margin-right: var(--m8);
  color: var(--secondary-color);
}

section.home-list ul li {
  font-size: var(--f14);
  color: var(--black-color);
  font-weight: 500;
}

section.home-list ul.last li {
  color: var(--other-color);
}

section.home-list h5 {
  font-size: var(--f18);
  color: var(--black-color);
  font-weight: 500;
  margin-bottom: 0;
}

section.home-list .pro-img {
  position: relative;
  /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
}

section.home-list h5 span {
  font-weight: 600;
  font-size: var(--f22);
  color: var(--black-color);
}

section.home-list .featured span {
  font-weight: 500;
  font-size: var(--f13);
  color: var(--white-color);
  background-color: var(--heading-color);
  padding: 4px 12px;
  display: inline-block;
  border-radius: 30px;
}

section.home-list .featured {
  position: absolute;
  top: 22px;
  left: 20px;
  z-index: 1;
}

section.home-list .how-we-value-heading p {
  font-size: 14px;
  color: white;
  background-color: #ef3f3e;
  text-transform: uppercase;
  padding: 4px 18px;
  line-height: 1.7;
  border-radius: 3px;
  font-family: Work Sans;
  font-weight: 600;
}

section.home-list .how-we-value-heading h2 {
  /* padding-top: 0; */
  /* padding-bottom: 15px; */
  color: var(--heading-color);
  /* font-weight: bold; */
  /* margin-bottom: 0px; */
}

section.home-list .how-we-value-heading h6 {
  line-height: 1.3;
  color: var(--secondary-color);
  letter-spacing: 0.03em;
  font-size: var(--f18);
  font-weight: bold;
  margin-bottom: 0px;
  font-family: var(--other-font);
}

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

section.briee-video video {
  height: 500px;
  object-fit: contain;
  border-radius: 10px;
  width: 100%;
}
