@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rajdhani:wght@300;400;500;600;700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

@font-face {
  font-family: "regional";
  src: url(../fonts/Regional-BoldCondensed.otf);
}

body {
  word-break: break-word;
  font-family: "Montserrat", sans-serif;
  color: #0000009c;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  background-color: #f5f0ea;
  position: relative;
}

/***** Headings *****/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #428661;
  font-family: "regional";
}

h1 {
  font-size: 110px;
  line-height: 0.9;
}

h2 {
  font-size: 100px;
  line-height: 1;
}

h3 {
  font-size: 90px;
  line-height: 1;
}

h4 {
  font-size: 35px;
  line-height: 1;
}

h5 {
  font-size: 30px;
  line-height: 1;
}

h6 {
  font-size: 18px;
  line-height: 22px;
}

p {
  font-size: 14px;
  line-height: 24px;
}

/***** Gradient Text *****/

/***** Utilities *****/

.padd {
  padding: 100px 0;
  position: relative;
}

.paddTop {
  padding-top: 100px;
}

.paddBottom {
  padding-bottom: 100px;
}

.margTop {
  margin-top: 100px;
}

.margBottom {
  margin-bottom: 100px;
}

.flx {
  display: flex;
  align-items: center;
  gap: 16px;
}

.bt {
  display: inline-block;
}

.pbtn {
  display: inline-flex;
  align-items: center;
  justify-content: start;
  gap: 32px;
  padding: 2px 2px 2px 32px;
  border-radius: 6px;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  background: #428661;
  font-family: "regional";
  border: 0;
  transition: 0.3s;
}

.maxWidth {
  max-width: 1440px;
}

/* general btn css start  */

a {
  text-decoration: none;
  color: #fff;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #fff;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */

.menuSec {
  padding: 16px 0;
  background-color: #fff;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: flex-end;
  display: flex;
  gap: 12px;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #393939;
  padding: 10px 14px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #428661;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* custom Header  */

span.bt-icn {
  width: 58px;
  height: 58px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.header-list {
  margin-left: 10px;
}

/* custom Header  */

/* ================================== About ================================= */

img.about-img1 {
  height: 600px;
  object-fit: cover;
  border-radius: 3px 157px 3px 3px;
}

a.rotate-video img {
  width: 150px;
  height: 150px;
  position: absolute;
  top: -30px;
  left: 70px;
}

.ab-text {
  position: absolute;
  width: 670px;
  background: #f5f0ea;
  z-index: 1;
  top: 210px;
  border-radius: 0 100px 0 0;
  padding: 30px 50px 0px 0px;
}

section.aboutsec .row {
  padding-bottom: 20px;
}

img.ab-star {
  position: absolute;
  right: 10px;
  top: 30px;
}

.ab-desp p {
  border-left: 3px solid #428661;
}

section.aboutsec {
  position: relative;
  padding: 140px 0 100px;
}

img.star-shapes {
  position: absolute;
  right: 20%;
  top: -40px;
  width: 60px;
}

/* =================================== About ================================= */

/* ===============================
   RESPONSIVE SERVICES SECTION
================================ */
.services-wrapper {
  display: flex;
  gap: 40px;
  height: 600px;
}

.service-card {
  position: relative;
  flex: 1;
  border-radius: 4px 4px 140px 140px;
  overflow: hidden;
  cursor: pointer;
  transition: flex 0.6s ease;
  background: #191919cc;
}

.service-card.active {
  flex: 3;
  border-radius: 4px 4px 120px 4px;
}

.service-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
  opacity: 0.2;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #000000b0, transparent);
}

.service-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 40px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.step {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #428661;
  width: 60px;
  height: 80px;
  border-radius: 0 0 45px 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 35px;
  font-family: "regional";
}

.service-card h3 {
  font-size: 30px;
  margin-bottom: 15px;
  position: relative;
  color: #fff;
  line-height: 40px;
  padding-bottom: 30px;
}

.service-card p {
  color: #ffffff8c;
}

.service-card.active p {
  opacity: 1;
  max-height: 200px;
}

.expand-btn {
  width: 45px;
  height: 45px;
  border: none;
  background: #428661;
  color: #fff;
  font-size: 18px;
  margin: 20px auto 0;
  transform: rotate(42deg);
  transition: 0.3s;
}

.service-card h3:before {
  position: absolute;
  content: "";
  width: 100%;
  left: -30px;
  background: linear-gradient(to right, #428661, transparent);
  height: 3px;
  bottom: 12px;
}

.expand-btn img {
  filter: brightness(0) invert(1);
  transition: 0.2s;
  transform: rotate(-41deg);
}

.expand-btn:hover {
  transform: scale(1.1);
}

.service-card.active img.service-bg {
  opacity: 1;
}

.service-card.active::after {
  background: linear-gradient(to top, #000000d6, transparent);
  height: 80%;
  bottom: 0%;
  top: unset;
}

.service-card.active h3 {
  font-size: 38px;
}

.service-card.active h3:before {
  background: linear-gradient(to right, #ffffff, transparent);
  height: 2px;
  width: 50%;
}

.service-card.active button.expand-btn {
  display: none;
}

.service-card.active span.step {
  left: 84%;
}

.inner-txt {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    opacity 0.4s ease,
    max-height 0.5s ease,
    transform 0.4s ease;
}

.service-card.active .inner-txt {
  opacity: 1;
  max-height: 300px;
  transform: translateY(0);
}

.outer-txt {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.service-card.active .outer-txt {
  opacity: 0;
  pointer-events: none;
  height: 0;
}

img.services-top-stars {
  position: absolute;
  top: 30px;
  z-index: 3;
  right: 10%;
  width: 60px;
}

/* Tablet */
@media (max-width: 991px) {
  .services-wrapper {
    flex-direction: column;
    height: auto;
  }

  .service-card {
    border-radius: 40px;
    flex: unset;
    height: 120px;
    transition: height 0.5s ease;
  }

  .service-card.active {
    height: 320px;
  }

  .service-card::after {
    background: rgba(0, 0, 0, 0.6);
  }

  .service-content {
    justify-content: flex-end;
    padding: 25px;
  }

  .service-card h4 {
    font-size: 20px;
  }

  .service-card p {
    font-size: 14px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .service-card {
    height: 100px;
    border-radius: 30px;
  }

  .service-card.active {
    height: 300px;
  }

  .step {
    width: 42px;
    height: 42px;
    font-size: 14px;
  }

  .service-card h4 {
    font-size: 18px;
  }

  .expand-btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

img.menu-item-img {
  height: 420px;
  border-radius: 150px 150px 5px 5px;
}
.menu-card {
  margin: 0px 5px;
}

/* ------------------------------ Get in Sec ---------------------- */

.formff {
  background-color: transparent;
}

section.get-sec:before {
  position: absolute;
  content: "";
  width: 70%;
  left: 0;
  background: #fff;
  height: 100%;
  top: 0;
}

.get-right-col {
  padding-left: 100px;
}

.form-field textarea#msg {
  height: 130px;
  position: relative;
  resize: unset;
}

.form-field textarea#msg::placeholder {
  position: absolute;
  bottom: 20px;
}

.form-field i {
  position: absolute;
  right: 0;
  top: 6px;
  color: #428661;
  font-size: 20px;
}

input[type="date"],
input[type="time"] {
  position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
  opacity: 1;
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.form-field input,
.form-field select,
.form-field textarea {
  font-weight: 500;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
  filter: brightness(0) saturate(100%) invert(26%) sepia(14%) saturate(2372%)
    hue-rotate(120deg) brightness(95%) contrast(94%);
}

section.get-sec {
  z-index: 1;
}
/* ------------------------------ Get in Sec ---------------------- */

/* -------------------------------------- Reviews ----------------------------- */

img.review-main-img {
  height: 360px;
  object-fit: cover;
  border-radius: 0px 80px 0px 80px;
  border: 9px solid #fff;
  position: relative;
  z-index: 1;
}

.review-img {
  padding: 20px;
  background: #428661;
  border-radius: 0px 100px 0px 100px;
  box-shadow: 1px 0px 20px 2px #4444443d;
  margin: 10px;
}

.review-txt {
  padding: 30px 30px 30px 60px;
  background: #fff;
  border-radius: 0px 5px 5px 0px;
  position: relative;
  left: -48px;
  box-shadow: 1px 4px 20px 2px #4444443d;
}

.review-header {
  margin: 0px 0px 24px;
}

.review-rating p {
  margin: 0;
}

.review-rating p i {
  font-size: 11px;
  color: orange;
}

section.review .large {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 65px;
  padding: 10px;
  border: 1px solid #428661;
}

.author-left-imgs {
  position: relative;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 190px;
  width: 100%;
}

section.review .small {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 65px;
  padding: 7px;
  border: 1px solid #428661;
}

.author-left-imgs img.author-img2.small {
  position: relative;
  transform: translateX(80%);
}

.review-heading p {
  color: #428661;
}

.reviewSlider .slick-slide {
  margin: 0 10px;
}

img.review-author-img4.small {
  position: absolute;
  bottom: 14%;
  right: 0px;
}

img.review-author-img3.small {
  position: absolute;
  top: -60px;
  right: 170px;
}

img.author-img5.large {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0px auto;
  bottom: -30px;
}

section.review {
  padding: 250px 0 150px;
}

section.review-sp-margin {
  margin-top: -160px;
}

.get-form .border-bottom {
  border-bottom: 2px solid #c6c6c6 !important;
}

/* -------------------------------------- Reviews ----------------------------- */

img.brands-img {
  height: 100px;
  object-fit: fill;
}

section.brands .heading p {
  font-size: 17px;
  line-height: 28px;
}

/* ------------------------------------ Footer ------------------------------ */

ul.footer-socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  border-radius: 100px;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  transition: 0.2s;
  font-size: 15px;
}

ul.footer-socials li a:hover {
  background-color: #428661;
  color: #fff;
  border: transparent;
}

/* ------------------------------------ Footer ------------------------------ */

/*footer start*/

.footerSec {
  padding-top: 80px;
  background-color: #171717;
}

.footer-text ul {
  width: 80%;
}

.ul-links {
  padding-left: 15%;
}

.news-inp input {
  width: 100%;
  height: 54px;
  background: #fff;
  color: #000;
  border: 0px;
  padding: 10px 20px;
  font-size: 13px;
  border-radius: 6px;
}

.news-inp input::placeholder {
  color: #000000a6;
  font-weight: 500;
}

.ftr-news {
  padding-left: 25px;
}

.footer-text ul li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  gap: 16px;
  border-bottom: 1px solid #c2c2c21f;
  padding: 16px 0px;
}

.copyrightsection {
  border-top: 1px solid #ffffff24;
  margin-top: 60px;
}

/* Footer css  end */

/* ------------------------------ Banner --------------------- */
.text-light {
  color: #fff !important;
}

.bt.whitebtn .pbtn {
  background: #fff;
  color: #428661;
}

.bt.whitebtn .pbtn span.bt-icn {
  background: #428661;
}

.bt.whitebtn .pbtn span.bt-icn img {
  filter: brightness(0) invert(1);
  width: auto;
}

.sliderWrap {
  position: relative;
  padding: 160px 0;
}

section.banner .maxWidth {
  max-width: 1600px;
}

.banner_text {
  padding-left: 110px;
  z-index: 1;
}

.banner-main-img {
  height: 100%;
  object-fit: cover;
}

.banner_img {
  position: absolute;
  top: 0;
  right: -20px;
  max-width: 940px;
  height: 100%;
  border-radius: 0px 0px 0px 150px;
  overflow: hidden;
}

.banner_img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(transparent, #000000);
}

/* service slider btns */

.custom-slider-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.slider-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  transition: background 0.3s ease;
}

.slider-btn.prev {
  background:
    linear-gradient(#f5f0ea, #f5f0ea) padding-box,
    linear-gradient(to left, #f5f0ea, #63636391) border-box;
  border-radius: 50px;
  border: 1px solid transparent;
}

.slider-btn.next {
  background:
    linear-gradient(#f5f0ea, #f5f0ea) padding-box,
    linear-gradient(to left, #63636391, #f5f0ea) border-box;
  border-radius: 50px;
  border: 1px solid transparent;
}

.custom-slider-controls .current-slide {
  color: #428661;
}

.custom-slider-controls .divider {
  width: 53%;
  height: 1px;
  background-color: #41414117;
  position: relative;
}

.custom-slider-controls span {
  font-size: 24px;
  color: #c4c0bb;
  letter-spacing: 3px;
  font-family: "rajdhani";
  font-weight: 600;
}

.lightbg {
  margin-top: 110px;
  margin-left: 14%;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.banerBottm {
  position: relative;
  padding-bottom: 80px;
}

.miles {
  width: 75%;
}

.milestbx1 .mils-subheading {
  font-size: 22px;
  line-height: 32px;
  font-family: "regional";
  display: inline-block;
}

.milestbx1 p {
  font-size: 12px;
  line-height: 20px;
}

.custom-slider-controls .divider:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 100%;
  background: #428661;
  right: 0;
  margin-top: -1px;
  bottom: -0.888889px;
}

section.banner::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  left: 0;
  border-radius: 0px 0px 150px 0px;
  background: url(../images/new-shape-txt.png) no-repeat center/cover;
}

.slider-btn.prev:hover {
  background:
    linear-gradient(#f5f0ea, #f5f0ea) padding-box,
    linear-gradient(to left, #f5f0ea, #428661) border-box;
}

button.slider-btn.next:hover {
  background:
    linear-gradient(#f5f0ea, #f5f0ea) padding-box,
    linear-gradient(to left, #428661, #f5f0ea) border-box;
}

.slider-btn img {
  filter: brightness(0);
  opacity: 0.4;
  transition: 0.2s;
}

.slider-btn:hover img {
  opacity: 1;
  filter: unset;
}

.pbtn:hover {
  transform: scale(0.99);
  filter: drop-shadow(5px 9px 5px #55555536);
}

.service-card.active h4 br {
  display: none;
}

/* ------------------------------ Banner --------------------- */

footer h3 {
  font-size: 35px;
}

.review-txt h3 {
  font-size: 35px;
}

.menu-card h3 {
  font-size: 30px;
}
