@font-face {
  font-family: "Italianno";
  src: url(../font/Italianno-Regular.ttf);
}
.video-cont .scroll {
  position: absolute;
  bottom: 10px;
  z-index: 2;
}
section.video-banner {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  /* margin-top: var(--m84); */
  /* padding-bottom: 0px; */
}
section.video-banner .container-fluid {
  padding: 0;
  --bs-gutter-x: 0;
}
video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px;
  margin-left: 0;
  padding: 0;
  margin: 0;
}
.video-sec {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  /* overflow: hidden; */
  border-radius: 0;
}
.video-cont:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  opacity: 0.75;
  /* background: linear-gradient(0deg,var(--black-color),transparent); */
  border-radius: 0;
  display: none;
}
.video-sec button#play,
.video-sec button#pause {
  display: none;
}
.head-sec {
  text-align: left;
  margin-bottom: var(--m30);
}
.head-sec h2 {
  margin-bottom: var(--m20);
}
.head-sec p {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-font);
  margin-bottom: 0px;
}
.search.mob {
  display: none;
}
.search-bar {
  position: absolute;
  width: 100%;
  top: 0;
}
.search-bar form {
  position: relative;
  margin: auto;
  justify-content: center;
  width: 100%;
  max-width: 700px;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--white-color);
  padding: var(--p5);
  border-radius: 10px;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.search-bar select {
  width: 100%;
  font-size: var(--f14);
  font-weight: 400;
  border-radius: 10px;
  background: var(--white-color);
  height: 60px;
  border: 2px solid transparent;
  padding: 0 var(--p36) 0 var(--p10);
  margin: 0;
  line-height: 60px;
  cursor: pointer;
  color: #4b4b4b;
  text-align: left;
  min-width: 167px;
  position: relative;
}
.search-bar select:hover {
  background: var(--lt-bg-color);
}
.search-bar input {
  font-size: var(--f14);
  font-weight: 400;
  border-radius: 10px;
  background: var(--white-color);
  height: 60px;
  border: 2px solid transparent;
  padding: 0 var(--p36) 0 var(--p10);
  margin: 0;
  line-height: 60px;
  cursor: pointer;
  color: #4b4b4b;
  text-align: left;
  min-width: 167px;
  position: relative;
}
.search-bar input:hover {
  background: var(--lt-bg-color);
}

.search-bar input::placeholder {
  color: #4b4b4b;
  opacity: 1;
}
.search-bar input#demo17 {
  top: 0;
  height: 60px;
  width: 100%;
  padding-right: 10px;
}
.search-bar i {
  color: var(--black-color);
  position: absolute;
  right: 1.7rem;
  top: 1.3rem;
  font-size: var(--f21);
}

.search-bar .col-3 {
  position: relative;
  width: 30%;
  padding-left: var(--p6);
  padding-right: var(--p6);
}
.search-bar .col-1 {
  position: relative;
  width: 10%;
  padding-left: var(--p6);
  padding-right: var(--p6);
}
.search-bar .col-6 {
  position: relative;
  width: 60%;
  padding-left: var(--p6);
  padding-right: var(--p6);
}
.search-bar .check {
  width: 50%;
  padding-left: 0px;
  padding-right: 0px;
}
.search-bar button.main-btn {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  position: relative;
  padding: 0px;
}
.search-bar button.main-btn i {
  color: var(--white-color);
  position: relative;
  left: 0;
  top: 0;
  font-size: var(--f18);
}
.search-bar button.main-btn.close111 {
  height: 43px;
  padding: var(--p5) var(--p15);
  font-size: var(--f14);
  width: 100%;
}

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 {
  margin-bottom: 0px;
  letter-spacing: 0px;
}

#guestsss button.button1 {
  background: transparent;
  height: 35px;
  width: 35px;
  text-align: center;
  border-radius: 50%;
  font-size: var(--f20);
  line-height: 35px;
  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);
}

.form-control:focus {
  background-color: var(--lt-bg-color) !important;
}
.video-cont {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  padding-left: 0;
  padding-right: 0;
}
.video-cont h1 {
  max-width: 100%;
  margin: auto;
  margin-bottom: 0;
  color: var(--white-color);
  text-shadow: 0 0 6px #00000087;
  font-size: var(--f40);
  letter-spacing: 0;
  /* font-family: var(--heading-color); */
  /* font-weight: 400; */
  text-align: center;
  position: relative;
  z-index: 1;
  line-height: 1.2;
  margin-top: 50px;
}
.video-cont p {
  max-width: 100%;
  margin: auto;
  margin-bottom: 0;
  color: var(--white-color);
  font-size: var(--f19);
  position: relative;
  font-weight: 400;
  text-shadow: 0 0 6px #00000087;
  z-index: 1;
  margin-top: var(--m10);
  text-align: center;
}
.video-cont .row.hero-cont {
  margin-top: var(--m32);
  margin-bottom: var(--m52);
  gap: 0 3%;
}
.video-cont .row.hero-cont .col-lg-4.col-md-4.col-sm-12 {
  padding: 0px;
  width: 31.333333%;
}
.video-cont .row.hero-cont p {
  font-size: var(--f15);
  margin-top: 0;
  margin-bottom: var(--m12);
}
.video-cont .row.hero-cont p.head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.video-cont .row.hero-cont p.head .black-image {
  display: none;
}
a.sticky.main-btn {
  display: none;
}
/*About company css*/
section.about-us-home h2 {
  /* color: #1b74b9; */
}
section.about-us-home li {
  position: relative;
  list-style: disc;
  left: 20px;
}

section.about-us-home .head-sec {
  text-align: center;
  margin-bottom: var(--m40);
}
section.about-us-home .abt-image {
  width: 50%;
  float: left;
  margin-right: var(--m30);
  height: 589px;
  overflow: hidden;
  margin-bottom: var(--m20);
  position: relative;
}
section.about-us-home .abt-cont {
  min-height: 589px;
}
section.about-us-home .abt-image .rhea_mask {
  fill: var(--white-color);
}
section.about-us-home .abt-image .svg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
section.about-us-home .abt-image svg {
  height: 590px;
  width: 100%;
}
section.about-us-home .abt-image .abt-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

section.about-us-home .abt-image img {
  width: 587px;
  height: 587px;
  object-fit: cover;
  margin-top: 1px;
}

section.about-us-home .owl-nav {
  /* text-align: right; */
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 2;
  transform: translatey(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: var(--p20);
  padding-right: var(--p20);
}
section.about-us-home .owl-nav button {
  background: var(--black-color) !important;
  padding: var(--p10);
  width: 35px;
  height: 35px;
  border-radius: 10px;
}
section.about-us-home .owl-nav button i {
  font-size: var(--f20);
  line-height: 35px;
  color: var(--white-color);
}
section.about-us-home .abt-para {
  height: auto !important;
  margin-bottom: var(--m30);
}
#abt-btn {
  background-color: var(--black-color);
  border-color: var(--black-color);
}
#abt-btn:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
/*Properties css*/
section.featured-pro {
  background: var(--white-color);
}
section.featured-pro .row {
  gap: 0px 1%;
}
section.featured-pro .row .col-md-3 {
  width: 32.33%;
  padding: 0px;
}

section.featured-pro img.img-fluid {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 20px;
  position: relative;
  -webkit-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}
section.featured-pro .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: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 1;
}
section.featured-pro .pro-img a {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
  border-radius: 10px 10px 0 0;
  display: block;
}
section.featured-pro .pro-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  border-radius: 0;
  padding-top: var(--p16);
  background: transparent;
}

section.featured-pro .rating i {
  color: #e3e3e3;
  margin-right: var(--m3);
  font-size: var(--f14);
}
section.featured-pro .rating i.checked {
  color: #fcaf3d;
}
section.featured-pro .rating {
  margin-bottom: var(--m15);
}
section.featured-pro h3.title {
  font-size: var(--f18);
  line-height: 1.5;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: var(--m5);
  height: 27px;
  overflow: hidden;
}
section.featured-pro h3.title a {
  color: var(--heading-color);
}
section.featured-pro p.adr {
  font-weight: 400;
  color: var(--primary-color);
  margin-bottom: var(--m16);
  line-height: 1.5;
  height: 24px;
  overflow: hidden;
}
section.featured-pro ul {
  margin: 0 0 0;
  padding: 0;
  background-color: transparent;
  font-size: var(--f14);
  align-items: center;
  display: flex;
  gap: 0 20px;
}
section.featured-pro i {
  margin-right: var(--m5);
}
section.featured-pro ul li {
  font-size: var(--f16);
  color: var(--primary-color);
}
section.featured-pro h5 {
  font-size: var(--f14);
  color: var(--white-color);
  font-weight: 500;
  margin-bottom: 0;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
}
section.featured-pro .pro-img {
  position: relative;
}
section.featured-pro h5 span {
  font-weight: 600;
  font-size: var(--f24);
  color: var(--white-color);
}

section.featured-pro .featured span {
  font-weight: 500;
  font-size: var(--f14);
  color: var(--white-color);
  background-color: var(--btn-color);
  padding: var(--p5) var(--p8);
  display: inline-block;
  border-radius: 8px;
}
section.featured-pro .featured {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}
/* cta css */
section.cta {
  padding: 0px var(--p12);
  background: var(--lt-bg-color);
}
section.cta .cta-area {
  background: var(--lt-bg-color);
  border-radius: 20px;
  padding: var(--p48);
  text-align: center;
}
section.cta .head-sec {
  text-align: center;
  margin: auto;
  margin-bottom: var(--m0);
  max-width: 100%;
}
section.cta .cta-cont {
  max-width: 100%;
  margin: auto;
}
section.cta .cta-cont h3 {
  /* color: #1b74b9; */
}
section.cta .cta-cont p {
  font-size: var(--f18);
}
section.cta .cta-social {
  margin-top: var(--m40);
}
section.cta .cta-social h4 {
  margin-bottom: var(--m10);
}
section.cta .cta-social ul {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
}
section.cta .cta-social ul a {
  display: block;
  color: var(--black-color);
}
section.cta .cta-social ul a:hover {
  color: var(--secondary-color);
}
section.cta .cta-social i {
  font-size: var(--f22);
}
/*Counter css*/
section.counter {
  background: #1e1d85;
}
section.counter .counter-box {
  text-align: center;
  padding: var(--p40);
  -webkit-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
  border-radius: 15px;
}
section.counter img.img-fluid {
  width: 80px;
  margin-bottom: var(--m20);
}
section.counter h3 {
  font-size: var(--f48);
  color: var(--white-color);
  margin-bottom: var(--m5);
  line-height: 1.2;
}
section.counter h5 {
  font-size: var(--f18);
  color: var(--white-color);
  font-weight: 500;
  margin-bottom: 0;
}
section.counter .counter-box:hover {
  background: var(--btn-color);
}
/*Testimonial css*/
section.testimonial {
  position: relative;
}
section.testimonial .owl-item {
  padding-left: var(--p5);
  padding-top: var(--p5);
  padding-right: var(--p5);
  padding-bottom: var(--p10);
}
section.testimonial .owl-item .quote-icon img {
  width: 40px;
  margin-bottom: var(--m10);
}
section.testimonial .test-list {
  transition: 0.5s;
  background: #f4fafc;
  padding: 36px 40px 34px;
  border-radius: 20px;
  position: relative;
}
section.testimonial .test-list:hover {
  transform: translateY(-5px);
}
section.testimonial .item .para {
  margin-bottom: 25px;
}
section.testimonial .item .para p {
  max-height: 102px;
  overflow: hidden;
  height: auto;
  text-align: left;
}
section.testimonial .user-icon {
  align-items: center;
  margin-top: 0;
  display: flex;
  gap: 15px;
  /* flex-direction: column; */
}
section.testimonial .user-icon p {
  margin-bottom: 0;
}
section.testimonial .user-icon img {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  object-fit: cover;
  background: var(--white-color);
}
section.testimonial p.stay {
  margin-bottom: 0px;
}
section.testimonial i.fa-solid.fa-star {
  color: #fcaf3d;
  font-size: var(--f14);
  margin-right: var(--m3);
}
section.testimonial h6 {
  width: 100%;
  margin-bottom: 5px;
}
section.testimonial #testimonial-home .owl-nav {
  text-align: right;
  position: absolute;
  top: -68px;
  right: 0;
  z-index: 2;
}
section.testimonial #testimonial-home .owl-nav button.owl-prev {
  margin-right: var(--m15);
}
section.testimonial #testimonial-home .owl-nav button {
  background: transparent;
  padding: var(--p10);
  width: 35px;
  height: 35px;
  border-radius: 10px;
}
section.testimonial #testimonial-home .owl-nav button:hover {
  background: var(--black-color) !important;
}
section.testimonial #testimonial-home .owl-nav button i {
  font-size: var(--f20);
  line-height: 35px;
  color: var(--black-color);
}
section.testimonial #testimonial-home .owl-nav button:hover i {
  color: var(--white-color);
}
section.testimonial .rating {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 18px;
}
section.about.abt-short.short_right_image h3 a {
  color: #1b74b9;
  font-family: var(--secondary-font);
}
section.about.abt-short.short_left_image h3 a {
  color: #1b74b9;
  font-family: var(--secondary-font);
}
/*Attraction css*/
section.attraction img.img-fluid {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
section.attraction .atr-cont {
  box-shadow: 0px 0px;
  background: transparent;
  padding: var(--p25);
  height: auto;
  border-radius: 0;
  overflow: hidden;
  /* padding-bottom: 0px; */
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

section.attraction .item a:before {
  content: "";
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #000000d1, transparent);
  z-index: 1;
  -webkit-transition: height 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: height 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  border-radius: 0 0 10px 10px;
}
section.attraction .item a:hover:before {
  height: 100%;
}
section.attraction .atr-cont h4 {
  height: 32.5px;
  overflow: hidden;
  color: var(--white-color);
  margin-bottom: var(--m10);
}
section.attraction .atr-cont p {
  height: 22px;
  overflow: hidden;
  color: var(--white-color);
  margin-bottom: 0px;
}
section.attraction #attr-home .owl-nav {
  text-align: right;
  position: absolute;
  top: -68px;
  right: 0;
  z-index: 2;
}
section.attraction #attr-home .owl-nav button.owl-prev {
  margin-right: var(--m15);
}
section.attraction #attr-home .owl-nav button {
  background: transparent !important;
  color: var(--black-color) !important;
  padding: var(--p10);
  width: 35px;
  height: 35px;
  border-radius: 10px;
}
section.attraction #attr-home .owl-nav button:hover {
  background: var(--black-color) !important;
  color: var(--white-color) !important;
}
section.attraction #attr-home .owl-nav button i {
  font-size: var(--f20);
  line-height: 35px;
  color: var(--black-color);
}
section.attraction #attr-home .owl-nav button:hover i {
  color: var(--white-color);
}
section.attraction a.main-btn {
  display: block;
  text-align: center;
  width: 250px;
  margin: auto;
  margin-top: var(--m30);
  /* background-color: var(--black-color); */
  /* border-color: var(--black-color); */
}
section.attraction a.main-btn:hover {
  /* background-color: var(--secondary-color); */
  /* border-color: var(--secondary-color); */
}
section.attraction .pro-btn {
  text-align: center;
}
/*Agent css*/
section.agent {
  background-image: url(../images/cta.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  padding: 0px;
}
section.agent .col-md-8,
section.agent .col-md-4 {
  padding: 0px;
}
section.agent .overlay {
  padding: var(--p100) var(--p12);
  background: rgba(0, 0, 0, 0.3);
}
section.agent h2 {
  color: var(--white-color);
  text-shadow: 0px 0px 3px #000;
}
section.agent p {
  color: #f2f2f2;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 0px;
  text-shadow: 0px 0px 3px #000;
  font-size: var(--f16);
  height: 52px;
  overflow: hidden;
}
section.agent .col-4.col-md-4.col-sm-12 {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.agent a.main-btn {
  display: block;
  width: 180px;
  text-align: center;
}

/*Newsletter css*/
section.news-letter {
  background: var(--lt-bg-color);
}

section.news-letter h2 {
  margin-bottom: var(--m20);
}
section.news-letter p {
  font-size: 18px;
  font-weight: 500;
  max-width: 480px;
  color: var(--primary-color);
  line-height: 1.5;
}
section.news-letter input.form-control {
  padding: var(--p5) var(--p5);
  background: transparent;
  border: none;
  min-height: 41px;
  color: var(--primary-color);
  font-size: var(--f14);
}

section.news-letter form {
  background: var(--white-color);
  padding: var(--p15);
  border-radius: 10px;
  display: flex;
}

#model-form .modal-content {
  background-color: var(--secondary-color);
  border: 0px;
  border-radius: 0px;
}

#model-form .modal-header {
  flex-direction: column;
  padding-bottom: 0px;
  border-bottom: 0px;
}
#model-form img.logo {
  width: 220px;
  margin-bottom: var(--m10);
}
#model-form .modal-body {
  padding-top: 0px;
}
#model-form .captcha img {
  width: 150px;
  height: 39px;
}
#model-form .modal-header i {
  color: var(--white-color);
  font-size: var(--f19);
  position: absolute;
  right: 15px;
  cursor: pointer;
  top: 10px;
}
#model-form p.call-us,
p.call-us a {
  color: var(--white-color);
  font-size: var(--f14);
  margin-bottom: var(--m10);
}
#model-form .modal-dialog {
  max-width: 370px;
}
#model-form p.or {
  color: var(--white-color);
  margin-bottom: var(--m10);
}

#model-form .modal-header p {
  color: var(--white-color);
  line-height: 1.5;
  text-align: center;
  font-size: var(--f12);
}
#model-form .form-group {
  padding: 0px;
}
#model-form .form-control {
  border-radius: 0px;
  font-size: var(--f14);
  margin-bottom: var(--m15);
  padding: 8px 10px;
}
#model-form button.main-btn {
  padding: var(--p10) var(--p15);
  font-size: var(--f14);
  width: 100%;
}
#model-form .form-control:focus {
  background-color: var(--white-color) !important;
}
#model-form .captcha-main {
  padding: 0px;
  display: flex;
  gap: 10px;
}
#model-form button#reload {
  height: 39px;
  border-radius: 0px;
}
#model-form .captcha {
  display: flex;
}

.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);
}
.profile-list {
  position: relative;
  border-radius: 35px;
  overflow: hidden;
}
.profile-card {
  background: #fff;
  border-radius: 35px;
  padding: 10px;
  box-shadow: 3px 1px 12px rgba(0, 0, 0, 0.08);
  max-width: 96%;
  margin: 5px;
}
.profile-img {
  border-radius: 35px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.profile-card img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  /* border-radius:18px; */
}

.verified {
  background: #22c55e;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  padding: 3px 6px;
  margin-left: 6px;
}
.profile-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* gap:20px; */
  font-size: 14px;
  /* color:#555; */
  margin-bottom: 0;
}
.btn-follow {
  border-radius: 30px;
  padding: 8px 22px;
  border: 1px solid #ddd;
  background: #f9f9f9;
  font-weight: 500;
}
.btn-follow:hover {
  background: #000;
  color: #fff;
}
.profile-body {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0.75) 0%,
    rgba(255, 255, 255, 0.55) 40%,
    rgba(255, 255, 255, 0.45) 70%,
    rgba(255, 255, 255, 0) 100%
  );

  /* Blur effect */
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(20px);
  padding: 20px;
  border-radius: 0 0 25px 25px;
  /* padding-top: 10px; */
}
.profile-body h4 {
  margin-bottom: 10px;
  height: 32px;
  overflow: hidden;
}
.profile-body p {
  margin-bottom: 10px;
  color: #000;
}
.profile-body p.type {
  display: none;
}
.profile-body li {
  color: #000;
  font-size: 14px;
}
.profile-body h4 a {
  color: var(--heading-color);
}
.profile-body p.profile-para {
  height: 75px;
  overflow: hidden;
}
section.rental-sec .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
section.rental-sec .owl-carousel .owl-nav button.owl-next,
section.rental-sec .owl-carousel .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--link-color);
  color: #fff;
  border-radius: 100%;
}
section.rental-sec .owl-carousel .owl-nav button.owl-next:hover,
section.rental-sec .owl-carousel .owl-nav button.owl-prev:hover {
  background-color: var(--black-color);
}
@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;
  }
}
section.abt-sec .abt-info {
  max-width: 800px;
  text-align: center;
  margin: auto;
}
section.abt-sec {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(173, 216, 230, 1) 100%
  );
  margin-top: -10px;
}
section.abt-sec img {
  width: 100%;
}
section.review-section,
section.review-section .container-fluid,
section.review-section .col-6 {
  padding: 0;
}
section.review-section iframe {
  width: 100%;
  height: 566px;
}
section.review-section .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
section.review-section .owl-carousel .owl-nav button.owl-next,
section.review-section .owl-carousel .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--link-color);
  color: #fff;
  border-radius: 100%;
}
section.review-section .owl-carousel .owl-nav button.owl-next:hover,
section.review-section .owl-carousel .owl-nav button.owl-prev:hover {
  background-color: var(--black-color);
}
section.review-section #review-video-slider .owl-nav button.owl-next,
section.review-section #review-video-slider .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  z-index: 1;
  opacity: 0;
}
section.review-section
  .review-video:hover
  #review-video-slider
  .owl-nav
  button.owl-next,
section.review-section
  .review-video:hover
  #review-video-slider
  .owl-nav
  button.owl-prev {
  opacity: 1;
}
section.review-section .right-review-info .item {
  background: var(--white-color);
  box-shadow: 0px 2px 6px 0px #ccc;
  padding: var(--p30);
  border-radius: 20px;
  height: 356px;
  margin: 5px;
}
section.review-section .right-review-info .item .para p {
  max-height: 102px;
  overflow: hidden;
  height: auto;
  text-align: center;
}
section.review-section .right-review-info .user-icon {
  align-items: center;
  margin-top: 0;
  display: flex;
  gap: 15px;
  flex-direction: column;
}
section.review-section .right-review-info .user-icon img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  object-fit: cover;
  background: var(--white-color);
}
section.review-section .right-review-info p.stay {
  margin-bottom: 0px;
}
section.review-section .right-review-info i.fa-solid.fa-star {
  color: #fcaf3d;
  font-size: var(--f14);
  margin-right: var(--m3);
}
section.review-section .right-review-info h6 {
  width: 100%;
}
section.review-section .right-review-info .rating {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.review-section #review-video-slider .owl-nav button.owl-next {
  left: auto;
  right: 20px;
}
section.review-section .right-review-info {
  padding: 70px 40px;
}
section.review-section .review-video {
  height: 566px;
  overflow: hidden;
}
section.faq-home img {
  width: 100%;
}
section.faq-home h2 {
  text-align: center;
}
section.faq-home .accordion-flush .accordion-item {
  border: 0px solid !important;
  box-shadow: 0 0 3px #00000059;
  margin: 8px 0;
}
section.faq-home .accordion-button:not(.collapsed) {
  background-color: #fff !important;
  box-shadow: inset 0 calc(0 * 0) 0 var(--bs-accordion-border-color) !important;
  /* box-shadow: 0 0 3px #00000059 !important; */
  border-bottom: 1px solid #0000003d;
}
section.abt-fleet {
  background: linear-gradient(
    90deg,
    rgb(255 255 255) 0%,
    rgba(173, 216, 230, 1) 100%
  );
  margin-top: -10px;
}
section.abt-fleet .fleet-img img {
  width: 100%;
  height: 550px;
  object-fit: contain;
}
section.abt-fleet .cont-info {
  position: relative;
}
section.abt-fleet .cont-info span.background-text {
  font-size: 105px;
  line-height: 0.8em;
  font-weight: 500;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  font-family: var(--secondary-font);
  opacity: 0.13;
  left: -53px;
  position: absolute;
  top: -25px;
  right: 0;
}
.abt-btn .main-btn {
  width: 180px;
}
.abt-btn {
  margin-top: 20px;
}
section.abt-fleet .cont-info h6 {
  position: relative;
  z-index: 1;
  /* margin: 16px 0 7px 0; */
  text-transform: uppercase;
  font-size: 13px;
  font-family: var(--primary-font);
  letter-spacing: 0.25em;
  font-weight: 500;
  padding-top: 16px;
  margin-bottom: 7px;
}
section.abt-fleet .fleet-cont {
  display: flex;
  align-items: center;
}
section.rental-slider span.background-text {
  font-size: 105px;
  line-height: 0.8em;
  font-weight: 500;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  font-family: var(--secondary-font);
  opacity: 0.13;
  left: 50%;
  position: absolute;
  top: -25px;
  transform: translateX(-50%);
}
section.rental-slider h6 {
  position: relative;
  z-index: 1;
  /* margin: 16px 0 7px 0; */
  text-transform: uppercase;
  font-size: 13px;
  font-family: var(--primary-font);
  letter-spacing: 0.25em;
  font-weight: 500;
  padding-top: 16px;
  margin-bottom: 7px;
}
section.rental-slider .head-sec {
  text-align: center;
  margin-bottom: var(--m50);
  position: relative;
}
section.rental-slider .head-sec h2 {
  position: relative;
  z-index: 1;
}
section.rental-slider .fleet-slider-img img {
  width: 100%;
  height: 250px;
  object-fit: contain;
}
section.rental-slider .fleet-slider-img {
  margin-bottom: 40px;
}
section.rental-slider .fleet-slider-cont {
  text-align: center;
}
section.rental-slider .fleet-slider-cont h3 a {
  font-family: var(--secondary-font);
}
section.rental-slider .fleet-slider-cont ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
section.rental-slider .owl-carousel .owl-nav button.owl-next,
section.rental-slider .owl-carousel .owl-nav button.owl-prev {
  border-radius: 100%;
  width: 54px;
  height: 54px;
  line-height: 54px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  background: var(--link-color);
}
section.rental-slider .owl-carousel .owl-nav button.owl-next:hover,
section.rental-slider .owl-carousel .owl-nav button.owl-prev:hover {
  background: var(--link-hover-color);
}
section.rental-slider .owl-carousel .owl-nav button.owl-prev {
  left: 20px;
}
section.rental-slider .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 20px;
}
section.cta-sec {
  padding: 0;
  background: url("../images/cta-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 830px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: bottom;
}
section.cta-sec .cta-info {
  width: 100%;
  height: 100%;
  text-align: center;
}
section.cta-sec .cta-info img {
  width: 145px;
}
section.cta-sec hr {
  width: 490px;
  border-color: #fff;
  height: 2px;
  opacity: 1;
  margin-left: auto;
  margin-right: auto;
}
section.cta-sec h2 {
  font-size: 117px;
  font-family: var(--primary-font);
  color: var(--white-color);
  font-weight: 700;
  letter-spacing: 25px;
  margin-bottom: 0;
}
section.cta-sec h3 {
  color: var(--white-color);
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 45px;
}
section.cta-sec .main-btn {
  display: inline-flex;
}
section.testimonial .head-sec span.background-text {
  font-size: 105px;
  line-height: 0.8em;
  font-weight: 500;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  font-family: var(--secondary-font);
  opacity: 0.13;
  left: 50%;
  position: absolute;
  top: -25px;
  transform: translateX(-50%);
}
section.testimonial .head-sec h6 {
  position: relative;
  z-index: 1;
  /* margin: 16px 0 7px 0; */
  text-transform: uppercase;
  font-size: 13px;
  font-family: var(--primary-font);
  letter-spacing: 0.25em;
  font-weight: 500;
  padding-top: 16px;
  margin-bottom: 7px;
}
section.testimonial .head-sec {
  text-align: center;
  margin-bottom: var(--m50);
  position: relative;
}
section.testimonial .head-sec h2 {
  position: relative;
  z-index: 1;
}
section.testimonial h3 {
  font-size: 28px;
  margin-bottom: 15px;
  font-family: var(--primary-font);
}
section.testimonial .owl-carousel button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: rgba(30, 30, 30, 0.2);
  display: inline-block;
  margin: 0 4px;
  position: relative;
}
section.testimonial .owl-carousel button.owl-dot.active {
  background-color: var(--link-color);
}
section.testimonial .owl-dots {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.youtube-video-section {
  background: linear-gradient(
    90deg,
    rgb(255 255 255) 0%,
    rgba(173, 216, 230, 1) 100%
  );
}
section.youtube-video-section .youtube-video-info h2 {
  text-align: center;
  margin-bottom: 40px;
}
section.youtube-video-section .youtube-video-info p {
  text-align: center;
}
section.youtube-video-section .youtube-video iframe {
  width: 100%;
  height: 450px;
  margin-bottom: 15px;
}
section.youtube-video-section .owl-carousel button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: rgba(30, 30, 30, 0.2);
  display: inline-block;
  margin: 0 4px;
  position: relative;
}
section.youtube-video-section .owl-carousel button.owl-dot.active {
  background-color: var(--link-color);
}
section.youtube-video-section .owl-dots {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.social-list .social-list-icon {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 30px;
}
section.social-list .social-list-icon img {
  width: 100%;
  height: 113px;
  object-fit: contain;
  transition: all ease 0.5s;
}
section.social-list .social-list-icon a:hover img {
  transform: scale(1.1);
}
.rental-btn .main-btn {
  width: 220px;
  margin: auto;
}
.rental-btn {
  text-align: center;
  margin-top: 10px;
}

.expand-sec-outer{
    padding: var(--p60 0);
}

.expand-section {
  display: flex;
  width: 100%;
  height: 450px;
  gap: 15px;
  overflow: hidden;
}

.expand-section .custom-card {
  flex: 1;
  position: relative;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  cursor: pointer;
  overflow: hidden;
  transition: all 1.1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.expand-section .custom-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 3s ease;
  z-index: 0;
}

.expand-section .custom-card::before {
  content: "";
  position: absolute;
  inset: 0;
  transition: 1s ease;
  z-index: 1;
}

.bottom-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: rgba(46, 139, 55, 0.6);
  z-index: 2;
  transition: height 1.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.card-inner {
  position: relative;
  padding: 40px 32px;
  z-index: 3;
  max-width: 520px;
}

.subtitle {
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.card-inner h3 {
  font-size: 36px;
  margin-bottom: 10px;
  color: var(--white-color);
}

.card-inner p {
    color: var(--white-color);
}

.hover-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: max-height 0.9s ease, opacity 0.8s ease, transform 0.9s ease;
}

.hover-content p {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
}

.expand-section .main-btn {
  background: rgb(77 101 79 / 40%);
  display: inline-block;
  text-align: center;
}

.custom-card.active {
  flex: 3;
}

.custom-card.active::after {
  transform: scale(1.08);
}

.custom-card.active::before {
  background: rgba(46, 139, 55, 0.6);
}

.custom-card.active .bottom-layer {
  height: 100%;
}

.custom-card.active .hover-content {
  max-height: 300px;
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .expand-section {
    flex-direction: column;
    height: auto;
  }

  .custom-card {
    height: 260px;
  }
}
