/*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: #0000001c;
  z-index: 0;
}
.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(--heading-font);
  font-size: 70px;
  width: 90%;
  margin: auto;
  text-shadow: 0 0 2px #000;
  margin-bottom: 0px;
  margin-top: 50px;
}
.hero-content p {
  text-shadow: 0 0 2px #000;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.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;
}
.booking-area {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.search-bar form {
  position: relative;
  margin: auto;
  justify-content: center;
  width: 80%;
  left: 0;
  right: 0;
  bottom: 0px;
  background: #fff;
  padding: 0 0;
  border-radius: 0px;
  z-index: 2;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
  margin-top: 30px;
  border-radius: 40px;
}

.search-bar select {
  font-size: 14px;
  color: var(--other-color);
  line-height: 32px;
  font-weight: 400;
  border-radius: 0px;
  padding: 0 15px 0 10px;
  background: #fff;
  text-indent: 0px;
  border: 0px solid #e0e0e0;
  height: 32px;
  width: 100%;
}

.search-bar input {
  font-size: 14px !important;
  color: var(--other-color);
  line-height: 32px;
  font-weight: 400;
  border-radius: 0px;
  padding: 0;
  padding-left: 10px;
  background: #fff;
  border: 0px solid #e0e0e0;
}
.search-bar input#end_date {
  padding-left: 20px;
}

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

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

.search-bar .col-3 {
  position: relative;
  width: 25%;
  padding-left: 10px;
  padding-right: 0;
  padding-top: 17px;
  padding-bottom: 17px;
}
.search-bar .col-3:before {
  position: absolute;
  content: "";
  top: 24px;
  right: 0;
  width: 1px;
  height: 15px;
  background: #999;
}
.search-bar .check:before {
  position: absolute;
  content: "";
  top: 9px;
  right: 0;
  width: 1px;
  height: 15px;
  background: #999;
}
.search-bar .check i {
  top: 7px;
}
.search-bar .col-3.guest:before,
.search-bar .col-3.srch-btn:before {
  display: none;
}

div#guestsss11 {
  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;
}

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

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

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

#guestsss11 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;
}
#guestsss11 button.button11.button1 {
  margin-left: var(--m14);
}
.search-bar .col-3.srch-btn {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.search-bar button.main-btn {
  width: 100%;
  height: 66px;
  letter-spacing: 2px;
  border-radius: 0 40px 40px 0;
  border: 1px solid #fff;
}

.search-bar button.main-btn.close111 {
  height: 43px;
  padding: 5px 15px;
  font-size: 14px !important;
  border: 1px solid var(--btn-color);
  border-radius: 20px;
  position: relative !important;
  left: 0px !important;
  right: 0px !important;
  color: #fff !important;
}
.search-bar .datepicker-common-2 {
  padding: 0;
  width: 50%;
}
.search-bar .main-check {
  padding-left: 10px;
  padding-right: 0;
  padding-top: 17px;
  padding-bottom: 17px;
  width: 50%;
}
.search-bar .main-check .row {
  position: relative;
  justify-content: space-around;
}
div#guestsss1 {
  width: 100%;
  min-width: 250px;
  background: #fff;
  padding: 20px;
  position: absolute;
  z-index: 9;
  left: 0;
  border-radius: 10px;
  display: none;
  box-shadow: 0px 0px 3px 0px #888888;
}

#guestsss1 .close12 {
  position: absolute;
  right: 10px;
  left: auto;
  top: 0rem;
  font-size: 18px;
  color: var(--secondary-color);
  cursor: pointer;
}
#guestsss1 button.main-btn.close1112 {
  height: 43px;
  padding: 5px 15px;
  font-size: 14px !important;
  border: 1px solid var(--btn-color);
  border-radius: 0px;
  position: relative !important;
  left: 0px !important;
  right: 0px !important;
  color: #fff !important;
}
#guestsss1 button.main-btn.btn.close1112:hover {
  background: var(--other-color) !important;
  border-color: var(--other-color) !important;
}
#guestsss1 .adult-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

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

#guestsss1 button.button1 {
  background: transparent;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 19px;
  line-height: 30px;
  margin-left: 0;
  border: 1px solid #000;
  color: #000;
  transition: all 0.3s;
  cursor: pointer;
}
#guestsss1 button.button11.button1 {
  margin-left: 14px;
}
.datepicker-section {
  position: relative;
}
.datepicker-common-2 {
  padding: 0;
}
input#demo17 {
  position: absolute;
  left: 0px;
  top: 0px !important;
  width: 100% !important;
  opacity: 0;
  height: 32px !important;
  z-index: 9;
}

.search-bar .col-lg.md-3.icns.mb-lg-0.position-relative {
  padding-left: 10px;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-right: 0px;
}
.search-bar input#show-target-data1 {
  padding: 0px;
  padding-left: 10px;
  font-size: 16px;
  height: 32px;
  border: 0px solid transparent;
  background-color: transparent;
}
.search-bar .col-lg.md-4.md-lg-0.srch-btn {
  padding: 0px;
}
.search-bar .check:before {
  position: absolute;
  content: "";
  top: 8px;
  right: 1px;
  width: 1px;
  height: 15px;
  background: #999;
}
/*start about*/

.about_wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
.upper-head {
  width: 80%;
  margin: auto;
  text-align: center;
  margin-bottom: 60px;
}
.upper-head h2 {
  font-size: 40px;
  font-family: var(--heading-font);
  margin-bottom: 30px;
  color: var(--heading-color);
}
section.card-sec .upper-head {
  width: 80%;
  margin: auto;
  text-align: center;
  margin-bottom: 60px;
}
.about_wrapper a.main-btn {
  width: 150px;
  text-align: center;
}
section.card-sec .upper-head h2 {
  font-size: 40px;
  font-family: var(--heading-font);
  margin-bottom: 30px;
}
.heading_sec {
  margin-bottom: 40px;
  text-align: center;
}
.about-img1 {
  text-align: right;
}
.about-img1 img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 15px;
}
.about-img2 img {
  position: absolute;
  left: 0px;
  width: 75%;
  bottom: -20px;
  /* border-radius: 30px; */
  border: 5px solid #fff;
  object-fit: cover;
  height: 250px !important;
}
.about_wrapper .col-lg-6.text-center.text-lg-start p {
  /*line-height: 30px;*/
  margin-bottom: 15px;
}
.subhead {
  color: var(--secondary-text);
  font-size: 18px;
  /*line-height: 35px;*/
}
.about_wrapper .col-lg-6.text-center.text-lg-start {
  padding-right: 0%;
  width: 60%;
}

.about_wrapper .col-lg-6.mb-4.mb-lg-0.ps-lg-4.position-relative.text-center {
  width: 40%;
}

.about_wrapper h3 {
  font-size: 2.25rem;
  /* color: var(--primary-color); */
  font-family: var(--heading-font);
}

.heading_sec h3 {
  font-size: 40px;
  font-family: var(--heading-font);
}
.about_wrapper .heading_sec {
  margin-bottom: 0px;
  text-align: left;
}
.about_wrapper .abt-para {
  height: 75px;
  overflow: hidden;
  margin-bottom: 20px;
}
.about_wrapper .heading_sec h3 {
  line-height: 1.2;
  font-size: 36px;
  color: var(--heading-color);
}
.about_wrapper .col-lg-6.abt-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5%;
}
/*end about section*/
/*properties section css*/

/* section.home-list {
  padding: var(--p60) var(--p12);
  background: var(--lt-bg-color);
}
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 .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: 320px;
  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: 20px 20px 0 0;
}
section.home-list .pro-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--p40) var(--p25) var(--p25) var(--p25);
  background: var(--white-color);
  box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.05);
  margin-top: -20px;
  border-radius: 0 0 20px 20px;
}

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: 60px;
  overflow: hidden;
  width: 98%;
  font-family: var(--other-font);
}
section.home-list p.desp {
  max-height: 60px;
  overflow: hidden;
}
section.home-list h3.title a {
  color: var(--territiary-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;
}
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;
  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;
}
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: 15px;
  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);
} */

/* new property css strat form here ! */
section.home-list {
  padding: var(--p60) var(--p12);
  background: var(--lt-bg-color);
}
section.home-list .row {
  gap: 30px 0;
  justify-content: center;
}
section.home-list .how-we-value-heading span {
  font-size: var(--f14);
  font-family: var(--secondary-font);
  font-weight: 600;
  color: var(--white-color);
  background: var(--heading-color);
  border-radius: 50px;
  padding: 4px 18px;
}
section.home-list .view i:hover {
  background-color: var(--btn-color);
  color: var(--white-color);
}
section.home-list .view {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: var(--m10);
}
section.home-list .view .forward {
  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: 32%;
  padding: 0;
}
section.home-list .pro {
  display: flex;
  justify-content: center;
  margin-top: var(--m30);
}
section.home-list img.img-fluid {
  width: 100%;
  height: 250px;
  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;
}
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;
}

section.home-list .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.home-list .pro-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--p60) var(--p25) var(--p25) var(--p25);
  background: var(--white-color);
  /* border-radius: 0 0 25px 25px; */
  box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.05);
  margin-top: -40px;
}

section.home-list .rating i {
  color: #e3e3e3;
  margin-right: var(--m3);
  font-size: var(--f14);
}
section.home-list .rating i.checked {
  color: #fcaf3d;
}
section.home-list .rating {
  margin-bottom: var(--m15);
  display: none;
}
section.home-list h3.title {
  font-size: var(--f20);
  line-height: 1.2;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 25px;
  height: 25px;
  overflow: hidden;
}
section.home-list h3.title a {
  color: var(--black-color);
  text-transform: capitalize;
}
section.home-list p.adr {
  font-size: var(--f14);
  font-weight: 400;
  color: var(--para-color);
  margin-bottom: var(--m15);
  line-height: 1.5;
  height: 26px;
  overflow: hidden;
  display: flex;
  align-items: baseline;
}
section.home-list .amn {
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: space-between; */
}
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;
  gap: 10px;
}
section.home-list i {
  margin-right: var(--m8);
  color: var(--heading-color);
  display: block;
  text-align: center;
}
section.home-list ul li {
  font-size: var(--f14);
  color: var(--primary-color);
  font-weight: 500;
}
section.home-list ul.last li {
  color: var(--other-color);
}
section.home-list h5 {
  font-size: var(--f14);
  color: var(--white-color);
  font-weight: 500;
  margin-bottom: 0;
  position: absolute;
  bottom: 22px;
  border-radius: 30px;
  right: 20px;
  z-index: 1;
  text-shadow: 0px 0px 3px #000;
  background-color: rgba(0, 0, 0, 0.3);
  padding: var(--p4) var(--p10);
}
section.home-list .pro-img {
  position: relative;
}
section.home-list h5 span {
  font-weight: 600;
  font-size: var(--f22);
  color: var(--white-color);
}

section.home-list .featured span {
  font-weight: 500;
  font-size: var(--f16);
  color: var(--white-color);
  background-color: var(--heading-color);
  padding: var(--p4) var(--p10);
  display: inline-block;
  border-radius: 30px;
}
section.home-list .featured {
  position: absolute;
  bottom: 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: 15px;
  padding-bottom: 15px;
  color: var(--heading-color);
  font-weight: 600;
  margin-bottom: 0px;
}
section.home-list .how-we-value-heading h6 {
  line-height: 1.3;
  color: var(--primary-color);
  letter-spacing: 0.03em;
  font-size: var(--f17);
  font-weight: 600;
  margin-bottom: 0px;
}
section.home-list .how-we-value-heading {
  text-align: center;
  margin-bottom: 20px;
}
/* property new section css end here ! */

/* 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;
}
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: rgb(0 0 0 / 50%);
  padding: var(--p60);
  box-shadow: 0px 9px rgba(255, 255, 255, 0.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);
}
section.cta .content p {
  color: var(--white-color);
}
section.cta .content .main-btn {
  color: var(--white-color);
  border: 1px solid var(--white-color);
}
section.cta .man-img {
  position: relative;
}
section.cta .man-img img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

/* about casey */

section.about-casey {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
section.about-casey .about-shape {
  position: absolute;
  bottom: -77px;
  z-index: 9;
}

/* attractions */

:root {
  --text-light: rgba(255, 255, 255, 0.6);
  --text-lighter: rgba(255, 255, 255, 0.9);
  --spacing-s: 8px;
  --spacing-m: 16px;
  --spacing-l: 24px;
  --spacing-xl: 32px;
  --spacing-xxl: 64px;
}
.hero-section .head-sec {
  margin-bottom: var(--m30);
}
.hero-section {
  align-items: flex-start;
  display: flex;
  min-height: 100%;
  justify-content: center;
  background: var(--white-color);
}

.hero-section .card-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: var(--spacing-l);
  grid-row-gap: var(--spacing-l);
  max-width: var(--width-container);
  width: 100%;
}

@media (min-width: 540px) {
  .hero-section .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .hero-section .card-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.hero-section .card {
  list-style: none;
  position: relative;
  border: none;
  overflow: hidden;
  border-radius: 20px;
}

.hero-section .card:before {
  content: "";
  display: block;
  padding-bottom: 150%;
  width: 100%;
}

.hero-section .card__background {
  background-size: cover;
  background-position: center;
  border-radius: var(--spacing-l);
  bottom: 0;
  filter: brightness(0.75) saturate(1.2) contrast(0.85);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center;
  trsnsform: scale(1) translateZ(0);
  transition: filter 200ms linear, transform 200ms linear;
}

.hero-section .card:hover .card__background {
  transform: scale(1.05) translateZ(0);
}

.hero-section .card-grid:hover > .card:not(:hover) .card__background {
  filter: brightness(0.5) saturate(0) contrast(1.2) blur(20px);
}

.hero-section .card__content {
  left: 0;
  padding: var(--spacing-l);
  position: absolute;
  top: 0;
}

.hero-section .card__category {
  color: var(--text-light);
  font-size: 0.9rem;
  margin-bottom: var(--spacing-s);
  text-transform: uppercase;
}

.hero-section .card__heading {
  color: var(--text-lighter);
  font-size: 1.9rem;
  text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
  line-height: 1.4;
  word-spacing: 0vw;
}
.hero-section .hero-btn a.main-btn {
  display: block;
  width: 150px;
  text-align: center;
  margin: auto;
}
.hero-btn {
  text-align: center;
  margin-top: 30px;
}

/* about owner css */

/*About owner css*/
section.about-owner {
  background: var(--white-color);
}
section.about-owner .col-6.col-md-6.col-sm-12.cont {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
section.about-owner .rhea_mask {
  fill: var(--white-color);
}
section.about-owner .svg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}
section.about-owner .col-6.col-md-6.col-sm-12.img {
  position: relative;
  height: 500px;
}
section.about-owner .abt-owner {
  position: relative;
  height: 100%;
}
section.about-owner .abt-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  display: flex;
  border-radius: 50px;
}

section.about-owner img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 50px;
  transition: 0.5s all;
  border-radius: 50px;
}
section.about-owner img:hover {
  transform: scale(1.14);
}
section.about-owner svg {
  height: 588px;
  width: 100%;
}
section.about-owner .head-sec {
  text-align: left;
  margin-bottom: var(--m15);
}
section.about-owner h4 {
  font-size: var(--f21);
  font-weight: 500;
}
section.about-owner .icon-area {
  border-radius: 100%;
  border: 1px solid #b3b3b3;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: var(--f20);
  display: flex;
  justify-content: center;
  align-items: center;
}
section.about-owner .call-us,
section.about-owner .email-us {
  display: flex;
  align-items: center;
  gap: 10px;
}
section.about-owner .call-area {
  display: block;
}
section.about-owner .call-area a {
  display: block;
}
section.about-owner .call-area a:hover {
  color: var(--other-color);
}
section.about-owner .abt-detail {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: var(--m30);
}
section.about-owner a.main-btn {
  display: block;
  width: 150px;
  text-align: center;
}

/*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: 115px;
  overflow: hidden;
}

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: 280px;
  width: 100%;
}
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(--m70);
  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 .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*/

/*Guests css start*/

.guests img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 15px;
}
.guests .col-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.guests .col-6.guest-img {
  gap: 20px;
}
.guests .guest-inner {
  display: flex;
  justify-content: space-between;
}
.guests .guest-inner img {
  width: 48.5%;
}
.guests .col-6.guest-content {
  padding-left: 5%;
}
.guests .col-6.guest-content p {
  /* height: 120px; */
  overflow: hidden;
}
.guests a.main-btn.show-more {
  width: 180px;
  display: block;
  text-align: center;
}

.guest-content-section {
  height: 425px;
  overflow: hidden;
}
.form-control:focus {
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25) !important;
}
.edgtf-cut-off-effect.top {
  transform: rotate(180deg);
}

/*Attraction 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);
  /* font-weight: 500; */
  margin-bottom: 0px;
  /* font-size: var(--f48); */
}
.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;
  width: 25%;
}
.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: #000;
  font-family: var(--primary-font);
  padding: 15px 0;
  text-align: center;
}

.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);
}
.datepicker {
  left: 0;
}

/* About css ==========================*/
.about-section .image-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-section .image-section .img-box {
  position: relative;
}
.about-section .image-section .img-box + .img-box {
  margin-left: 60px;
}
.about-section .image-section .img-box img {
  -webkit-box-shadow: 5px 8.66px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 8.66px 20px 0px rgba(0, 0, 0, 0.15);
}
.about-section .image-section .img-box .no-class {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ef3f3e;
  padding: 5px;
  left: -15px;
  -webkit-box-shadow: 2.5px 4.33px 25px 0px rgba(239, 63, 62, 0.4);
  box-shadow: 2.5px 4.33px 25px 0px rgba(239, 63, 62, 0.4);
}
.about-section .image-section .img-box .no-class h3 {
  font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
  color: white;
  margin-bottom: 0;
  font-weight: 700;
}

.about-section .about-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-left: 60px;
}
.about-section .about-text h5 {
  font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-style: italic;
  color: #adadad;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: -2px;
}
.about-section .about-text h5 span {
  color: #ef3f3e;
}
.about-section .about-text h3 {
  font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1920 - 320)));
  text-transform: capitalize;
  font-weight: 800;
  letter-spacing: 0.001em;
  margin-bottom: 35px;
}
.about-section .about-text h2 {
  font-size: calc(18px + (45 - 18) * ((100vw - 320px) / (1920 - 320)));
  color: #ef3f3e;
  font-weight: 800;
  margin-bottom: 35px;
}
.about-section .about-text p {
  font-size: calc(14px + (22 - 14) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 25px;
}

.about-section.three-image .image-section .img-box + .img-box {
  margin-left: 45px;
}

.about-section.three-image .about-text {
  padding-left: 20px;
}
.about-section.three-image .about-text h5 {
  font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 30px;
}
.about-section.three-image .about-text h2 {
  color: black;
  font-size: calc(18px + (40 - 18) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 10px;
}
.about-section.three-image .about-text h2 span {
  font-size: calc(16px + (30 - 16) * ((100vw - 320px) / (1920 - 320)));
  text-transform: lowercase;
  margin-bottom: 0;
  display: block;
  margin-top: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
.about-section.three-image .about-text p {
  font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
}

.about-section.about_page .image-section .img-box:nth-child(odd) {
  margin-bottom: 40px;
}
.about-section.about_page .image-section .img-box:nth-child(odd) .title-box {
  bottom: -40px;
}

.about-section.about_page .image-section .img-box:nth-child(even) {
  margin-top: 40px;
}
.about-section.about_page .image-section .img-box:nth-child(even) .title-box {
  top: -40px;
}

.about-section.about_page .image-section .img-box .title-box {
  padding: 20px;
  background-color: white;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: -2px 0px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: -2px 0px 20px 0px rgba(0, 0, 0, 0.08);
  min-width: 162px;
}
.about-section.about_page .image-section .img-box .title-box h3 {
  font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
  text-transform: capitalize;
  color: black;
  margin-top: -4px;
  font-weight: 800;
  margin-bottom: 7px;
}
.about-section.about_page .image-section .img-box .title-box h6 {
  font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
  text-transform: uppercase;
  margin-bottom: -4px;
  word-break: break-word;
  color: gray;
}

.about-section.about_page .about-text {
  padding-left: 50px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about-section.about_page .about-text .title-3 {
  text-align: left;
  margin-bottom: 35px;
}
.about-section.about_page .about-text .title-3 .title-label {
  text-transform: uppercase;
  -webkit-box-shadow: 5px 8.66px 20px 0px rgba(239, 63, 62, 0.22);
  box-shadow: 5px 8.66px 20px 0px rgba(239, 63, 62, 0.22);
}
.about-section.about_page .about-text h2 {
  font-weight: 700;
}
.about-section.about_page .about-text h2 span {
  font-size: calc(18px + (40 - 18) * ((100vw - 320px) / (1920 - 320)));
  text-transform: capitalize;
  margin-top: 20px;
}
.about-section.about_page .about-text .buttons-about {
  margin-top: 45px;
}
.about-section.about_page .about-text .buttons-about .btn + .btn {
  margin-left: 20px;
}

.about_section .about_img {
  position: relative;
  margin: 0px 0;
  background: var(--territiary-color);
  border-radius: 0 25%;
  padding: 0%;
  border: 25px solid var(--territiary-color);
  overflow: hidden;
}
.about_section .about_img img {
  border-radius: 25px;
  -webkit-transition: all 400ms ease-in 0s;
  /* transition: all 0.5s ease; */
  transition: all 400ms ease-in 0s;
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.about_section .about_img .side-effect:after {
  content: "";
  position: absolute;
  top: -12px;
  height: calc(100% - 18px);
  background: url(../images/about.webp);
  border-radius: 25px;
  width: calc(100% - 65px);
  left: 76px;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-blend-mode: overlay;
  opacity: 0.3;
}
.about_section .about_img .side-effect:before {
  content: "";
  position: absolute;
  top: -20px;
  height: calc(100% - 44px);
  background: url(../images/about.webp);
  border-radius: 25px;
  width: calc(100% - 97px);
  left: 120px;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-blend-mode: overlay;
  opacity: 0.1;
}
.about_section .about_img .side-effect span:after {
  content: "";
  position: absolute;
  bottom: -12px;
  height: calc(100% - 18px);
  background: url(../images/about.webp);
  border-radius: 25px;
  width: calc(100% - 65px);
  right: 76px;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-blend-mode: overlay;
  opacity: 0.3;
}
.about_section .about_img .side-effect span:before {
  content: "";
  position: absolute;
  bottom: -20px;
  height: calc(100% - 44px);
  background: url(../images/about.webp);
  border-radius: 25px;
  width: calc(100% - 97px);
  right: 120px;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-blend-mode: overlay;
  opacity: 0.1;
}
.about_section .about_img:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  /* -webkit-transition: all 0.5s ease; */
  /* transition: all 0.5s ease; */
}
.about_section .about_img:hover .side-effect:before,
.about_section .about_img:hover .side-effect:after {
  top: 0;
  left: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.about_section .about_img:hover .side-effect span:after,
.about_section .about_img:hover .side-effect span:before {
  bottom: 0;
  right: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.about_section .about_content {
  margin-left: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.about_section .about_content h5 {
  font-size: var(--f28);
  /* color: var(--black-color); */
  text-transform: capitalize;
  font-weight: 800;
  font-style: italic;
  margin-bottom: 25px;
  position: relative;
}
.about_section .about_content h5:before {
  position: absolute;
  bottom: -20px;
  width: 100px;
  height: 2px;
  background: var(--secondary-color);
}

.about_section .about_content h5 span {
  color: var(--other-color);
}
.about_section .about_content h2 {
  color: black;
  font-weight: 800;
  text-transform: capitalize;
}
.about_section .about_content p {
  /* color: #464646; */
  line-height: 1.9;
  /* font-weight: 300; */
  font-size: var(--f16);
}
.about_section .about_content .about_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about_section .about_content .about_bottom h6 {
  margin-left: 25px;
  background-color: #f7f7f7;
  color: #acacac;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 0;
  padding: 8px 12px;
  border-radius: 20px;
  font-weight: 600;
}

.about_section .about_content .about_bottom a.main-btn {
  display: block;
  width: 150px;
  text-align: center;
}

/* new attratin section csss start here ! */
/* ================================
   ART SLIDER SECTION (FULLY SCOPED)
================================ */
#art-slider-section {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
}
#art-slider-section .slider .item1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45); /* overlay */
  border-radius: 0px;
  z-index: 0;
}

/* Make text above overlay */
#art-slider-section .slider .item1 .content {
  position: relative;
  z-index: 2;
}

#art-slider-section h2 {
  color: var(--btn-color);
}

#art-slider-section .art-slider-container .heading-art {
  position: relative;
  color: white;
  z-index: 99;
  text-align: center;
  top: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 600;
  margin-bottom: 0px;
}
#art-slider-section .art-slider-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#art-slider-section .slider .item1 {
  width: 200px;
  height: 300px;
  list-style: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  background-position: center;
  border-radius: 0;
  box-shadow: 0 20px 30px rgba(255, 255, 255, 0.2) inset;
  transition: 0.7s;
}

/*** FIRST TWO MAIN SLIDES (FULL SCREEN) ***/
#art-slider-section .slider .item1:nth-child(1),
#art-slider-section .slider .item1:nth-child(2) {
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  box-shadow: none;
}

#art-slider-section .slider .item1:nth-child(3) {
  left: 50%;
}
#art-slider-section .slider .item1:nth-child(4) {
  left: calc(50% + 220px);
}
#art-slider-section .slider .item1:nth-child(5) {
  left: calc(50% + 440px);
}
#art-slider-section .slider .item1:nth-child(6) {
  left: calc(50% + 660px);
  opacity: 0;
}

/*** CONTENT STYLE ***/
#art-slider-section .content p {
  height: 98px;
  overflow: hidden;
  font-weight: 600;
  font-size: 18px;
  color: var(--white-color);
  text-align: left;
}
#art-slider-section .content {
  width: min(30vw, 400px);
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
  /* color: var(--btn-color); */
  opacity: 0;
  display: none;
  background: #c6af76b5;
  padding: 14px;
  border-radius: 10px;
}

/*** ACTIVE MAIN SLIDE CONTENT DISPLAY ***/
#art-slider-section .slider .item1:nth-child(2) .content {
  display: block;
  animation: showContent 0.7s ease forwards 0.3s;
}

/*** CONTENT ANIMATION ***/
@keyframes showContent {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*** NAVIGATION BUTTONS ***/
#art-slider-section .nav {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

#art-slider-section .nav .btn {
  cursor: pointer;
  width: 50px;
  height: 50px;
  font-size: 30px;
  margin: 0 10px;
  color: var(--white-color);
  background: var(--btn-color);
  padding: 10px 18px;
  border-radius: 50%;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ================================ 
   END SECTION CSS
================================ */

.luxury-legacy-section {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  background-attachment: fixed;
  padding: 90px 0;
}

.luxury-legacy-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.luxury-legacy-section .container-fluid,
.luxury-legacy-section h2,
.luxury-legacy-section p,
.luxury-legacy-section a {
  position: relative;
  z-index: 2;
}

.legacy-title {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  color: #ffffff;
}

.legacy-desc {
  font-size: 20px;
  line-height: 1.7;
  max-width: 500px;
  margin-bottom: 25px;
  color: var(--white-color);
}

/* ==============new testimonial css start here ============== */
#testimonials-carousel {
  --bg-color: #f1f1f1;
  --card-width: 300px;
  --card-height: 450px;
  --black: #080808;
  --white: #fafafa;
  --grid-color: rgba(0, 0, 0, 0.08);
  --frame-color: rgba(8, 8, 8, 0.8);
  --transition-slow: 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-fast: 0.4s cubic-bezier(0.16, 1, 0.3, 1);

  /* Testimonial-specific gradient colors */
  --customer1-bg: linear-gradient(135deg, #ff6b6b, #ff8e8e);
  --customer2-bg: linear-gradient(135deg, #4ecdc4, #7ee8e1);
  --customer3-bg: linear-gradient(135deg, #ffd166, #ffe0a3);
  --customer4-bg: linear-gradient(135deg, #06d6a0, #62f7d1);
  --customer5-bg: linear-gradient(135deg, #118ab2, #5ac8e3);
  --customer6-bg: linear-gradient(135deg, #073b4c, #3c7c8c);
}

#testimonials-carousel * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#testimonials-carousel::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #00000026;
}

#testimonials-carousel {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  background-color: var(--bg-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-feature-settings: "salt" 1, "ss01" 1, "ss02" 1;
  color: var(--black);
  overflow-x: hidden;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
#testimonials-carousel h2 {
  padding-top: 15px;
  padding-bottom: 15px;
  color: var(--white-color);
  font-weight: 600;
  margin-bottom: 0px;
  text-align: center;
}

#testimonials-carousel .carousel-container {
  position: relative;
  width: 100%;
  max-width: 1400px;
}

#testimonials-carousel .owl-carousel {
  position: relative;
  /* padding: 40px 0; */
}

#testimonials-carousel .owl-stage {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

#testimonials-carousel .owl-item {
  display: flex;
  justify-content: center;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

#testimonials-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

#testimonials-carousel .owl-nav button {
  background: var(--btn-color);
  color: var(--white);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

#testimonials-carousel .owl-nav button:hover {
  transform: translateY(-2px);
  background-color: var(--btn-hover);
}

#testimonials-carousel .owl-nav button:active {
  transform: translateY(0);
}

#testimonials-carousel .owl-nav button i {
  font-size: 20px;
}

#testimonials-carousel .owl-nav .disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

#testimonials-carousel .owl-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  display: none;
}

#testimonials-carousel .owl-dot {
  width: 8px;
  height: 8px;
  background-color: var(--black);
  border-radius: 50%;
  opacity: 0.3;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

#testimonials-carousel .owl-dot.active {
  opacity: 1;
  transform: scale(1.3);
}

/* Testimonial Card Styles - Scoped */
#testimonials-carousel .testimonial-card {
  position: relative;
  width: 300px !important;
  height: var(--card-height);
  cursor: pointer;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transform-style: preserve-3d;
  flex-shrink: 0;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

#testimonials-carousel .card-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform var(--transition-slow), opacity var(--transition-slow);
}

#testimonials-carousel .card-image {
  overflow: hidden;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}

/* Customer Avatar Styles */
#testimonials-carousel .customer-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: all var(--transition-slow);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  border: 4px solid rgba(255, 255, 255, 0.8);
}

#testimonials-carousel .customer-avatar::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  transition: all var(--transition-slow);
}

#testimonials-carousel .customer-avatar i {
  font-size: 60px;
  color: white;
  z-index: 1;
  position: relative;
  transition: all var(--transition-slow);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* Customer avatar backgrounds */
#testimonials-carousel .customer1-content .customer-avatar {
  background: var(--customer1-bg);
}

#testimonials-carousel .customer2-content .customer-avatar {
  background: var(--customer2-bg);
}

#testimonials-carousel .customer3-content .customer-avatar {
  background: var(--customer3-bg);
}

#testimonials-carousel .customer4-content .customer-avatar {
  background: var(--customer4-bg);
}

#testimonials-carousel .customer5-content .customer-avatar {
  background: var(--customer5-bg);
}

#testimonials-carousel .customer6-content .customer-avatar {
  background: var(--customer6-bg);
}

/* Frame styles without SVG */
#testimonials-carousel .card-frame {
  z-index: 3;
  pointer-events: none;
  border: 1px solid transparent;
  border-image: none;
  border-radius: 8px;
  transition: border-color var(--transition-slow);
}

/* Frame effect using CSS border animation */
#testimonials-carousel .card-frame-inner {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid transparent;
  border-radius: 6px;
  opacity: 0;
  transition: opacity var(--transition-slow);
}

#testimonials-carousel .card-background {
  z-index: 0;
  background-color: var(--white);
}

#testimonials-carousel .bg-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#testimonials-carousel .grid-line {
  position: absolute;
  background-color: var(--grid-color);
  transition: transform var(--transition-slow), opacity var(--transition-fast);
}

#testimonials-carousel .grid-line.horizontal {
  width: 100%;
  height: 1px;
  transform: scaleX(0.3);
  transform-origin: left;
}

#testimonials-carousel .grid-line.vertical {
  height: 100%;
  width: 1px;
  transform: scaleY(0.3);
  transform-origin: top;
}

#testimonials-carousel .bg-objects {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#testimonials-carousel .bg-object {
  position: absolute;
  opacity: 0.3;
  transition: transform var(--transition-slow), opacity var(--transition-slow);
}

#testimonials-carousel .bg-object.circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  bottom: 40px;
  left: -30px;
  transform: translateY(20px);
}

#testimonials-carousel .bg-object.square {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  top: 40px;
  right: 30px;
  transform: rotate(45deg) translateY(-20px);
}

#testimonials-carousel .bg-object.triangle {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 70px solid rgba(0, 0, 0, 0.05);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
}

#testimonials-carousel .card-content {
  z-index: 2;
  padding: 30px;
  display: flex;
  background: var(--white);
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

#testimonials-carousel .ocean-content {
  color: var(--white);
}

#testimonials-carousel .ocean-content .content-text,
#testimonials-carousel .ocean-content .meta-text,
#testimonials-carousel .ocean-content .cta-text {
  color: var(--white);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

#testimonials-carousel .ocean-content .meta-line {
  background-color: var(--white);
}

#testimonials-carousel .ocean-content .fragment-body {
  background: rgba(15, 30, 44, 0.5);
  padding: 10px;
  border-radius: 4px;
  backdrop-filter: blur(2px);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#testimonials-carousel .content-fragment {
  position: relative;
}

#testimonials-carousel .fragment-heading {
  margin-top: auto;
  margin-bottom: 1.5rem;
  text-align: center;
}

#testimonials-carousel .customer-name {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--black);
  transition: transform var(--transition-fast), opacity var(--transition-fast);
  transform: translateY(10px);
  opacity: 0.7;
  margin-bottom: 0.5rem;
}

#testimonials-carousel .customer-role {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--black);
  opacity: 0.5;
  transform: translateY(10px);
  transition: transform var(--transition-fast), opacity var(--transition-fast);
}

#testimonials-carousel .fragment-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 2rem;
  justify-content: center;
}

#testimonials-carousel .meta-line {
  width: 40px;
  height: 1px;
  background-color: var(--black);
  transform: scaleX(0.5);
  transform-origin: left;
  transition: transform var(--transition-fast);
}

#testimonials-carousel .meta-text {
  font-family: "Space Mono", monospace;
  color: var(--black-color);
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  opacity: 0.6;
  transform: translateX(-5px);
  transition: transform var(--transition-fast), opacity var(--transition-fast);
}

#testimonials-carousel .fragment-body {
  max-width: 100%;
  margin: 1.5rem 0;
  text-align: center;
}

#testimonials-carousel .testimonial-text {
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
  opacity: 0.6;
  transition: opacity var(--transition-fast);
  font-style: italic;
  quotes: "“" "”" "‘" "’";
  height: 100px;
  overflow: hidden;
}

#testimonials-carousel .testimonial-text::before {
  content: open-quote;
  font-size: 2rem;
  line-height: 0;
  margin-right: 5px;
  vertical-align: -0.4em;
  opacity: 0.5;
}

#testimonials-carousel .testimonial-text::after {
  content: close-quote;
  font-size: 2rem;
  line-height: 0;
  margin-left: 5px;
  vertical-align: -0.4em;
  opacity: 0.5;
}

#testimonials-carousel .fragment-rating {
  margin: 1.5rem 0;
  text-align: center;
}

#testimonials-carousel .rating-stars {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 10px;
}

#testimonials-carousel .rating-stars i {
  color: #ffd700;
  font-size: 1.2rem;
  transition: transform var(--transition-fast);
}

#testimonials-carousel .fragment-cta {
  margin-top: auto;
  overflow: visible;
  text-align: center;
}

#testimonials-carousel .cta-link {
  text-decoration: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 8px 0;
  cursor: default;
}

#testimonials-carousel .cta-box {
  position: absolute;
  top: 0;
  left: -10px;
  width: calc(100% + 20px);
  height: 100%;
  background-color: var(--black);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition-fast);
}

#testimonials-carousel .ocean-content .cta-box {
  background-color: var(--white);
}

#testimonials-carousel .cta-text {
  position: relative;
  font-family: "Space Mono", monospace;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--black);
  transform: translateX(-5px);
  opacity: 0.7;
  transition: transform var(--transition-fast), opacity var(--transition-fast),
    color var(--transition-fast);
}

#testimonials-carousel .ocean-content .cta-text {
  color: var(--white);
}

#testimonials-carousel .ocean-content .cta-link:hover .cta-text {
  color: var(--black) !important;
}

#testimonials-carousel .align-right {
  text-align: right;
}

#testimonials-carousel .text-align-right {
  align-self: flex-end;
  text-align: right;
}

#testimonials-carousel .text-align-right .meta-line {
  transform-origin: right;
}

#testimonials-carousel .text-align-right .cta-box {
  transform-origin: right;
}

#testimonials-carousel .text-align-right .meta-text {
  transform: translateX(5px);
}

#testimonials-carousel .text-card .customer-name,
#testimonials-carousel .text-card .customer-role {
  color: var(--black);
}

/* Hover Effects - Scoped */
#testimonials-carousel .testimonial-card:hover .card-frame {
  border-color: var(--frame-color);
}

#testimonials-carousel .testimonial-card:hover .card-frame-inner {
  opacity: 1;
  border-color: var(--frame-color);
}

#testimonials-carousel .testimonial-card:hover .customer-name,
#testimonials-carousel .testimonial-card:hover .customer-role {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.05s;
}

#testimonials-carousel .testimonial-card:hover .testimonial-text {
  transition-delay: 0.1s;
  opacity: 1;
}

#testimonials-carousel .testimonial-card:hover .meta-text {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.15s;
}

#testimonials-carousel .testimonial-card:hover .meta-line {
  transform: scaleX(1);
  transition-delay: 0.05s;
}

/* Avatar hover effects */
#testimonials-carousel .testimonial-card:hover .customer-avatar {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

#testimonials-carousel .testimonial-card:hover .customer-avatar::before {
  transform: rotate(45deg);
}

#testimonials-carousel .testimonial-card:hover .customer-avatar i {
  transform: scale(1.1);
}

/* Rating stars hover effect */
#testimonials-carousel .testimonial-card:hover .rating-stars i {
  transform: translateY(-3px);
}

#testimonials-carousel .testimonial-card:hover .rating-stars i:nth-child(1) {
  transition-delay: 0.1s;
}

#testimonials-carousel .testimonial-card:hover .rating-stars i:nth-child(2) {
  transition-delay: 0.15s;
}

#testimonials-carousel .testimonial-card:hover .rating-stars i:nth-child(3) {
  transition-delay: 0.2s;
}

#testimonials-carousel .testimonial-card:hover .rating-stars i:nth-child(4) {
  transition-delay: 0.25s;
}

#testimonials-carousel .testimonial-card:hover .rating-stars i:nth-child(5) {
  transition-delay: 0.3s;
}

#testimonials-carousel .testimonial-card:hover .cta-text {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.2s;
}

#testimonials-carousel .testimonial-card:hover .cta-link:hover .cta-box {
  transform: scaleX(1);
}

#testimonials-carousel .testimonial-card:hover .cta-link:hover .cta-text {
  color: var(--white);
}

#testimonials-carousel .text-card:hover .grid-line.horizontal {
  transform: scaleX(1);
}

#testimonials-carousel .text-card:hover .grid-line.vertical {
  transform: scaleY(1);
}

#testimonials-carousel .text-card:hover .bg-object {
  opacity: 1;
  transform: translate(0, 0) rotate(0);
}

#testimonials-carousel .text-card:hover .bg-object.square {
  transform: rotate(45deg) translate(0, 0);
}

#testimonials-carousel .text-card:hover .bg-object.triangle {
  transform: translate(-50%, -50%) scale(1);
}

/* Card-specific text colors */
#testimonials-carousel .customer3-content .meta-line,
#testimonials-carousel .customer4-content .meta-line {
  background-color: var(--black);
}

#testimonials-carousel .customer5-content .meta-line,
#testimonials-carousel .customer6-content .meta-line {
  background-color: var(--black);
}

#testimonials-carousel .customer3-content .customer-name,
#testimonials-carousel .customer3-content .customer-role,
#testimonials-carousel .customer3-content .meta-text,
#testimonials-carousel .customer3-content .cta-text,
#testimonials-carousel .customer4-content .customer-name,
#testimonials-carousel .customer4-content .customer-role,
#testimonials-carousel .customer4-content .meta-text,
#testimonials-carousel .customer4-content .cta-text {
  color: var(--black);
}

#testimonials-carousel .customer5-content .customer-name,
#testimonials-carousel .customer5-content .customer-role,
#testimonials-carousel .customer5-content .meta-text,
#testimonials-carousel .customer5-content .cta-text,
#testimonials-carousel .customer6-content .customer-name,
#testimonials-carousel .customer6-content .customer-role,
#testimonials-carousel .customer6-content .meta-text,
#testimonials-carousel .customer6-content .cta-text {
  color: var(--black);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

#testimonials-carousel .customer5-content .cta-box,
#testimonials-carousel .customer6-content .cta-box {
  background-color: var(--white);
}

#testimonials-carousel .customer5-content .cta-link:hover .cta-text,
#testimonials-carousel .customer6-content .cta-link:hover .cta-text {
  color: var(--black) !important;
}

#testimonials-carousel .attribution {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 12px;
  opacity: 0.7;
  z-index: 1000;
}

#testimonials-carousel .attribution a {
  color: var(--black);
  text-decoration: none;
}


/* ==============new testimonial css end here ============== */
