/* Fonts */

@font-face {
  font-family: "Miama";
  src: url("../fonts/miama-webfont.woff2") format("woff2"),
    url("../fonts/miama-webfont.woff") format("woff"),
    url("/fonts/miama-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins.regular-webfont.woff2") format("woff2"),
    url("../fonts/poppins.regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins.thin-webfont.woff2") format("woff2"),
    url("../fonts/poppins.thin-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins.light-webfont.woff2") format("woff2"),
    url("../fonts/poppins.light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins.medium-webfont.woff2") format("woff2"),
    url("../fonts/poppins.medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins.semibold-webfont.woff2") format("woff2"),
    url("../fonts/poppins.semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins.bold-webfont.woff2") format("woff2"),
    url("../fonts/poppins.bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins.extrabold-webfont.woff2") format("woff2"),
    url("../fonts/poppins.extrabold-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins.black-webfont.woff2") format("woff2"),
    url("../fonts/poppins.black-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Poppins";
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Miama", sans-serif;
}

h1 {
  font-size: 12rem;
  color: var(--whiteColor);
  margin: 0;
  font-style: italic;
  font-weight: 400;
}

p {
  margin: 0;
}

.container {
  max-width: 145.1rem;
}

/* Header css */

.header-section {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999;
}

.ambika-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.8rem 0;
}

.ambika-header .menu-toggle {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.ambika-header .menu-toggle span {
  display: block;
  width: 2.7rem;
  height: 3px;
  background-color: var(--whiteColor);
  border-radius: 1rem;
  transition: 0.3s;
}

.ambika-header .menu-toggle span:nth-child(2) {
  margin-right: 0.9rem;
}

.ambika-header .menu-toggle span:nth-child(3) {
  margin-right: 1.8rem;
}

.all-menus {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--whiteColor);
  transition: 0.3s;
}

.all-menus.show {
  display: block;
}

.menu-head-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem 3rem;
  border-bottom: 1px solid var(--borderColor);
}

.menu-head-sec .close-menu-btn {
  cursor: pointer;
  transition: 0.3s;
}

.menu-list {
  padding: 2rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}

.menu-list .menu-item {
  position: relative;
  border: 1px solid var(--borderColor);
  padding: 2rem;
  min-height: 27rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 2px;
  font-size: 3.2rem;
  color: var(--blackColor);
  text-decoration: none;
}

.menu-list .menu-item .arrow-icon {
  position: absolute;
  transform: rotate(-45deg);
  transition: 0.3s;
  right: 2rem;
  top: 2rem;
}

.menu-list .menu-item:hover .arrow-icon {
  transform: rotate(0deg);
}

/* Footer css */

.footer-section {
  background-color: var(--darkOrangeColor);
  padding: 3.2rem 0 0;
}

.useful-links {
  column-count: 2;
  gap: 2rem;
}

.useful-links .useful-links-item {
  display: block;
  width: 100%;
  color: var(--whiteColor);
  font-size: 1.8rem;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  padding-left: 20px;
  margin: 0 0 4.2rem;
}

.useful-links .useful-links-item:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-right: 8px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="5.363" height="9.6" viewBox="0 0 5.363 9.6"><path id="Path_4" data-name="Path 4" d="M1.5,10.3A.8.8,0,0,1,.9,8.973L3.937,5.5.9,2.027A.8.8,0,0,1,2.1.973L6.063,5.5,2.1,10.027A.8.8,0,0,1,1.5,10.3Z" transform="translate(-0.7 -0.7)" fill="%23fff"/></svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.reg-desc {
  color: var(--whiteColor);
  margin-bottom: 2rem;
}

.copyright-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.8rem 0;
  border-top: 1px solid var(--lightbrownTwenty);
  /* margin-top: 4.2rem; */
  color: var(--lightbrownTen);
  position: relative;
}

.copyright-section .social-links {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.copyright-section .social-links .social-links-item {
  transition: 0.3s;
}

/* Home css */

.home-banner-section {
  position: relative;
  height: 100vh;
  padding: 14.6rem 0 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.home-banner-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--blackColor);
  opacity: 0.7;
  height: 100vh;
  pointer-events: none;
}

.home-banner-section .banner-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.video-box video {
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  object-fit: cover;
}

.badge-list {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--whiteColor);
  font-size: 2rem;
  font-style: italic;
  /* gap: 4.4rem; */
}

.badge-list .badge-item {
  position: relative;
}

.badge-list .badge-item:not(:first-child) {
  padding-left: 2.7rem;
}

.badge-list .badge-item:not(:last-child) {
  padding-right: 1.7rem;
}

.badge-list .badge-item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 1rem;
  height: 1rem;
  background-color: var(--orangeColor);
  border-radius: 1rem;
}

.bottom-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 1;
  position: relative;
  margin-top: auto;
  padding-top: 2rem;
}

.home-banner-section::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: 46.5rem;
  height: 23.25rem;
  border-radius: 23.25rem 23.25rem 0 0;
  border: 2px solid var(--grayColor);
  border-bottom: 0;
  z-index: 1;
  pointer-events: none;
}

.running-project-section {
  position: relative;
  padding: 10rem 0 20rem;
  z-index: 1;
  overflow: hidden;
}

.running-project-section::after {
  content: "";
  pointer-events: none;
  width: 63.3rem;
  border: 1px solid #d9d9d9;
  border-top: 0;
  border-bottom: 0;
  border-radius: 0 0 15rem 15rem;
  position: absolute;
  top: 0;
  bottom: -15rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.image-box-radius {
  border-radius: 2rem;
  overflow: hidden;
}

.image-box-radius img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.running-project-box {
  display: flex;
  align-items: center;
  gap: 3rem;
  max-width: 136rem;
  margin-left: auto;
  padding: 0 4.5rem;
}

.running-project-box .image-box-radius {
  width: 58rem;
}

.running-project-box .content-details {
  width: calc(100% - 58rem - 3rem);
}

.small-title {
  display: inline-flex;
  align-items: center;
  padding: 1rem;
  background-color: var(--lightOrange);
  font-weight: 600;
  color: var(--darkOrangeColor);
  border-radius: 3rem;
  margin-bottom: 1rem;
}

.running-project-box .content-details h2 {
  font-size: 8rem;
  margin-bottom: 3.6rem;
}

.running-project-box .content-details .text-link {
  margin-left: auto;
  margin-top: 2.8rem;
}

.text-link {
  font-weight: 600;
  text-decoration: none;
  color: var(--darkOrangeColor);
  display: inline-flex;
  gap: 5px;
  align-items: center;
}

.circle-animation-design {
  display: block;
}

.circle-animation-design .circle-design {
  width: 79rem;
  height: 79rem;
  border-radius: 100%;
  border: 1px solid #d9d9d9;
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.orange-ring {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--orangeColor);
}

.circle-animation-design .circle-design:nth-child(1) {
  left: -35rem;
  top: -20rem;
}

.circle-animation-design .circle-design:nth-child(2) {
  right: -35rem;
  top: -20rem;
}

.ring-circle,
.ring-circle2 {
  stroke-dasharray: 565.48;
  /* circumference for r=90 */
  stroke-dashoffset: 565.48;
  /* start fully hidden */
  transition: stroke-dashoffset 0.1s linear;
}

.why-choose-section {
  padding: 17rem 0 0;
  position: relative;
  overflow: hidden;
}

.why-choose-section::after {
  content: "";
  pointer-events: none;
  color: #000;
  width: 79.5rem;
  height: 160rem;
  border: 1px solid #d9d9d9;
  border-radius: 39rem;
  position: absolute;
  left: -6%;
  top: 8%;
  z-index: -1;
}

.why-choose-section::before {
  content: "";
  pointer-events: none;
  color: #000;
  width: 65.5rem;
  height: 65.5rem;
  border: 1px solid #d9d9d9;
  border-radius: 100%;
  position: absolute;
  left: -15%;
  bottom: -12%;
  z-index: -1;
}

.why-choose-section h2 {
  font-size: 14.8rem;
  margin: 0;
}

.why-choose-list {
  display: flex;
  flex-direction: column;
}

.why-choose-list .why-choose-item {
  display: flex;
  align-items: center;
  gap: 9rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #bdbdbd;
}

.why-choose-list .why-choose-item .why-choose-item-title {
  font-size: 2rem;
  width: 20rem;
}

.why-choose-list .why-choose-item p {
  width: calc(100% - 20rem - 9rem);
}

.why-choose-list .why-choose-item:not(:first-child) {
  padding-top: 4.8rem;
}

.company-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 6rem;
}

.company-stats .company-stats-item {
  padding: 3rem 2.7rem;
  background-color: var(--whiteColor);
  border: 1px solid var(--borderColor);
  transition: 0.3s;
}

.company-stats .company-stats-item .count {
  font-weight: 500;
  font-size: 8.2rem;
  color: #3c3c3c;
  margin-bottom: 0.7rem;
  transition: 0.3s;
}

.company-stats .company-stats-item p {
  font-size: 2rem;
  transition: 0.3s;
}

.company-stats .company-stats-item:hover {
  background-color: var(--orangeColor);
  border-color: var(--orangeColor);
}

.company-stats .company-stats-item:hover .count,
.company-stats .company-stats-item:hover p {
  color: var(--whiteColor);
}

.text-orange {
  color: var(--orangeColor);
}

.our-projects-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.our-projects-list .our-projects-item {
  width: 100%;
  display: block;
}

.our-projects-list .our-projects-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-projects-list .our-projects-item h2 {
  font-size: 12.4rem;
  margin: 0;
  line-height: 0.8;
  margin-bottom: -11rem;
  z-index: 1;
  position: relative;
  color: #fff;
}

.our-projects-list .our-projects-item h2 span {
  display: block;
}

.our-projects-list .our-projects-item .project-detail {
  position: relative;
}

.our-projects-list .our-projects-item .project-name {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--whiteColor);
  font-size: 5rem;
  text-align: center;
  font-family: "Miama";
  padding: 3rem;
}

.gallery-with-location-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 25rem 0 10rem;
  background-color: var(--darkOrangeColor);
}

/* .gallery-with-location-section::before {
  content: "";
  pointer-events: none;
  width: 82.3rem;
  height: 82.3rem;
  border-radius: 100%;
  border: 1px solid #d9bca4;
  position: absolute;
  right: -40rem;
  top: -40rem;
} */

.gallery-with-location-section::after {
  content: "";
  pointer-events: none;
  width: 72.2rem;
  height: 110.8rem;
  border-radius: 34.9rem 34.9rem 0 0;
  border: 1px solid #d9bca4;
  position: absolute;
  left: 50%;
  top: 16.7rem;
  transform: translate(-50%, 0);
}

.gallery-with-location-section .circle-animation-design .circle-design {
  z-index: 0;
}

.left-bottom-circle {
  border-radius: 100%;
  border: 1px solid #d9bca4;
  width: 97rem;
  height: 97rem;
  position: absolute;
  left: -60rem;
  bottom: -60rem;
}

.gallery-slider {
  overflow: unset;
}

.gallery-slider .swiper-button-prev {
  left: 5%;
  color: var(--whiteColor);
}

.gallery-slider .swiper-button-next {
  right: 5%;
  color: var(--whiteColor);
}

.gallery-slider .swiper-slide {
  transition: 0.3s;
  height: unset;
}

.gallery-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s;
}

.gallery-slider .swiper-slide.swiper-slide-prev,
.gallery-slider .swiper-slide.swiper-slide-next {
  position: relative;
}

.gallery-slider .swiper-slide.swiper-slide-prev::before,
.gallery-slider .swiper-slide.swiper-slide-next::after {
  content: "";
  position: absolute;
  background-color: var(--orangeColor);
  opacity: 0.6;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.gallery-slider .swiper-slide.swiper-slide-active img,
.gallery-slider .swiper-slide.swiper-slide-prev img,
.gallery-slider .swiper-slide.swiper-slide-next img {
  max-width: 15rem;
  margin: 0 auto;
}

.gallery-slider .swiper-slide.swiper-slide-prev img {
  margin-right: 0;
}

.gallery-slider .swiper-slide.swiper-slide-next img {
  margin-left: 0;
}

.gallery-with-location-section.animate-in
  .gallery-slider
  .swiper-slide.swiper-slide-active
  img,
.gallery-with-location-section.animate-in
  .gallery-slider
  .swiper-slide.swiper-slide-prev
  img,
.gallery-with-location-section.animate-in
  .gallery-slider
  .swiper-slide.swiper-slide-next
  img {
  max-width: 100%;
}

.gallery-with-location-section .gallery-slider .swiper-slide .slider__geo {
  opacity: 0;
  transform: translate3d(100px, 100px, 0);
  transition: 2s;
}

.gallery-with-location-section .gallery-slider .swiper-slide .slider__space {
  opacity: 0;
  transform: translate3d(-100px, 100px, 0);
  transition: 2s;
}

.gallery-with-location-section .gallery-slider .swiper-slide .slide-title {
  opacity: 0;
  transition: 2s;
  transform: translate3d(100rem, 0, 0);
}

.gallery-with-location-section.animate-in
  .gallery-slider
  .swiper-slide.swiper-slide-active
  .slider__geo,
.gallery-with-location-section.animate-in
  .gallery-slider
  .swiper-slide.swiper-slide-active
  .slide-title {
  opacity: 1;
  transform: unset;
}

.gallery-with-location-section.animate-in
  .gallery-slider
  .swiper-slide.swiper-slide-active
  .slider__space {
  opacity: 1;
  transform: unset;
}

.slider__meta {
  position: absolute;
  left: 0;
  right: 0;
  top: -15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

.slider__geo {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.slide-title {
  font-family: Miama;
  font-weight: 400;
  font-style: italic;
  font-size: 20rem;
  line-height: 0.7;
  position: absolute;
  left: -8rem;
  top: -5rem;
  color: var(--whiteColor);
}

.gallery-with-location-section .swiper-pagination {
  top: -21rem;
  bottom: unset;
}

.gallery-with-location-section .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid var(--whiteColor);
  opacity: 1;
}

.gallery-with-location-section .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid var(--whiteColor);
  opacity: 1;
}

.gallery-with-location-section
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--orangeColor);
  border-color: var(--orangeColor);
}

/* Client Testimonails section css */

.section--behind {
  position: relative;
  background-color: var(--whiteColor);
  padding: 17rem 0 25rem;
}

.behind__imgs {
  min-height: 520px;
  max-width: 490px;
  margin: 0 auto;
  scale: 0.5;
  transition: all 0.8s ease;
}

.section--behind.animate-in .behind__imgs {
  transition: all 0.8s ease;
  max-width: 1090px;
  scale: 0.9;
}

.behind-imgs__item {
  position: absolute;
  cursor: pointer;
}

.behind-imgs__item {
  transition: all 1s;
}

.behind-imgs__item--img-1 {
  top: 172px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.behind-imgs__item--img-2 {
  left: 55%;
  top: 66px;
  transform: translate3d(-620px, -140px, 0);
  z-index: 2;
}

.behind-imgs__item--img-3 {
  right: 70%;
  top: 66px;
  transform: translate3d(670px, -140px, 0);
  z-index: 3;
}

.behind-imgs__item--img-4 {
  left: 50%;
  top: 266px;
  transform: translate3d(-584px, 135px, 0);
  z-index: 4;
}

.behind-imgs__item--img-5 {
  right: 60%;
  top: 250px;
  transform: translate3d(670px, 120px, 0);
  z-index: 5;
}

.client-says-title {
  text-align: center;
}

.client-says-title h2 {
  font-size: 8rem;
  margin: 0;
}

/* Animated half circle */

.animated-half-circle {
  position: absolute;
  width: 46.5rem;
  height: 23.25rem;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  z-index: 1;
}

.animated-half-circle::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: 46.5rem;
  height: 23.25rem;
  border-radius: 23.25rem 23.25rem 0 0;
  border: 2px solid transparent;
  border-top-color: var(--orangeColor);
  border-left-color: var(--orangeColor);
  border-right-color: var(--orangeColor);
  border-bottom: none;
  z-index: 1;
  pointer-events: none;
  animation: drawHalfCircle 2s ease forwards;
}

@keyframes drawHalfCircle {
  0% {
    clip-path: inset(0 100% 0 0);
    /* Hide right side */
  }
  100% {
    clip-path: inset(0 0 0 0);
    /* Reveal full shape */
  }
}

.animated-title {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeSlideColor 0.8s forwards;
}

@keyframes fadeSlideColor {
  0% {
    opacity: 0;
    transform: translateY(20px);
    color: rgb(84, 84, 84);
  }
  50% {
    opacity: 0.5;
    color: rgb(150, 150, 150);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    color: rgb(223, 223, 223);
  }
}

.content-show-on-hover {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(85 49 18 / 80%);
  padding: 3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: var(--whiteColor);
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}

.client-details {
  display: flex;
  align-items: center;
  gap: 2.7rem;
  margin-top: auto;
}

.profile {
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  position: relative;
  border: 2px solid rgb(255 255 255 / 58%);
}

.profile::after {
  content: "";
  position: absolute;
  left: -6px;
  top: -6px;
  right: -6px;
  bottom: -6px;
  border: 2px solid var(--orangeColor);
  border-radius: 100%;
}

.profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.name-with-degination {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.name-with-degination {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.name-with-degination .client-name {
  font-weight: 500;
  font-size: 16px;
}

.name-with-degination span {
  font-size: 12px;
}

.behind-imgs__item:hover {
  z-index: 6 !important;
}

.behind-imgs__item:hover .content-show-on-hover {
  opacity: 1;
  visibility: visible;
}

/* .black-text {
  color: var(--orangeColor);
  transition: color 0.3s ease-in-out;
} */

.black-text-animation span.letter {
  color: gray;
  transition: color 0.3s ease;
}

.black-text-animation span.letter.highlight {
  color: orange;
}

.badge-logos-list {
  gap: 1rem;
  margin-bottom: 5rem;
  display: flex;
}

/* .badge-logos-list .badge-logo-item {
  width: calc(100% / 2 - 0.5rem);
} */

.badge-logos-list .badge-logo-item img {
  max-width: 100%;
}

.inner-page-banner-section {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 12rem 0;
}

.inner-page-banner-section .bg-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.inner-page-banner-section .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-page-banner-section .banner-content {
  max-width: 81.7rem;
  margin: 0 auto;
  text-align: center;
}

.section-title {
  margin-bottom: 2rem;
}

.section-title h2 {
  font-size: 13rem;
  margin: 0;
}

.about-section {
  padding: 13rem 0 15rem;
  position: relative;
  overflow: hidden;
}

.about-section::before,
.about-section::after {
  content: "";
  position: absolute;
  width: 63.3rem;
  height: 70rem;
  border: 1px solid #d9d9d9;
  pointer-events: none;
  right: -10%;
  top: 0;
  border-radius: 0 0 30rem 30rem;
  z-index: -1;
  border-top: 0;
}

.about-section::before {
  right: unset;
  height: 67rem;
  left: -10%;
  right: unset;
}

.about-section .center-curve {
  content: "";
  position: absolute;
  width: 63.3rem;
  border: 1px solid #d9d9d9;
  pointer-events: none;
  left: 50%;
  top: 7.6rem;
  border-radius: 30rem 30rem 0 0;
  z-index: -1;
  bottom: 0;
  border-bottom: 0;
  transform: translate(-50%, 0);
}

.stats-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  /* display: flex; */
  gap: 2rem;
  margin-top: 5rem;
}

.stats-list .stats-item:not(:last-child) {
  padding-right: 3rem;
  position: relative;
}

.stats-list .stats-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 2rem;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #c3c3c3 45.19%, #ffffff 100%);
}

.stats-list .count {
  font-size: 6.6rem;
  font-weight: 500;
  line-height: 1;
}

.stats-list p {
  font-size: 2rem;
  margin: 0;
}

.border-image-box {
  border: 2px solid var(--orangeColor);
  overflow: hidden;
  width: 100%;
}

.border-image-box img {
  width: 100%;
}

.mt-40 {
  margin-top: 4rem;
}

.all-team-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1.6rem;
  margin-top: 6rem;
  position: relative;
  z-index: 2;
}

.all-team-list .all-team-item {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}

.all-team-list .all-team-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.all-team-item.active {
  outline: 2px solid var(--orangeColor);
}

.team-view-item {
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: opacity 0.3s ease;
}

.team-view-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 68rem;
  object-position: top center;
}

.team-view-item .team-detals {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
}

.team-view-item .team-detals > div {
  min-width: 13rem;
}

.team-view-item .team-detals span {
  color: var(--whiteColor);
  font-size: 14px;
}

.team-view-item .team-detals p {
  color: var(--whiteColor);
  font-size: 2.4rem;
  margin: 0;
}

.team-section {
  background-color: #fff8f3;
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}

.team-section::after {
  content: "";
  position: absolute;
  width: 79.5rem;
  border: 1px solid #d9d9d9;
  pointer-events: none;
  left: -10%;
  top: 15rem;
  bottom: 7.7rem;
  border-radius: 40rem 40rem 0 0;
  z-index: 1;
}

.our-vision-section {
  padding: 19rem 0;
  position: relative;
  overflow: hidden;
}

.our-vision-section::before,
.our-vision-section::after {
  content: "";
  position: absolute;
  width: 63.3rem;
  height: 118rem;
  border: 1px solid #d9d9d9;
  pointer-events: none;
  right: -10%;
  top: 0;
  border-radius: 0 0 100rem 100rem;
  z-index: -1;
  border-top: 0;
}

.our-vision-section::before {
  right: unset;
  height: 58rem;
  left: -10%;
}

.our-vision-section .center-curve {
  content: "";
  position: absolute;
  width: 63.3rem;
  border: 1px solid #d9d9d9;
  pointer-events: none;
  left: 50%;
  top: 7.6rem;
  border-radius: 30rem 30rem 0 0;
  z-index: -1;
  bottom: 0;
  border-bottom: 0;
  transform: translate(-50%, 0);
}

.mt-150 {
  margin-top: 15rem;
}

.pr-50 {
  padding-right: 5rem;
}

.pl-50 {
  padding-left: 5rem;
}

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 3.7rem;
}

.contact-list .contact-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2.2rem;
}

.contact-list .contact-item .icon {
  width: 3.3rem;
  height: 3.3rem;
  min-width: 3.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.google-map {
  display: flex;
  align-items: center;
}

.google-map iframe {
  width: 100%;
  height: 51.3rem;
  border: 0;
  object-fit: cover;
}

.amenities-logos-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}

.amenities-logos-item {
  padding: 3rem 2.5rem;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #000;
}

.amenities-logos-item img {
  min-width: 5rem;
  width: 5rem;
  height: 5rem;
  object-fit: contain;
}

.master-plan-section {
  padding: 10rem 0;
  position: relative;
  overflow: hidden;
}

.master-plan-section::before {
  content: "";
  pointer-events: none;
  color: #000;
  width: 79.5rem;
  height: 65.5rem;
  border: 1px solid #d9d9d9;
  border-radius: 40rem 40rem 0 0;
  position: absolute;
  left: -15%;
  bottom: -12%;
  z-index: -1;
}

.master-plan-section::after {
  content: "";
  pointer-events: none;
  color: #000;
  width: 100.5rem;
  height: 123.5rem;
  border: 1px solid #d9d9d9;
  border-radius: 100rem 100rem 0 0;
  position: absolute;
  left: -15%;
  top: 0;
  z-index: -1;
}

.ptb-100 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.bg-box {
  background-color: #ffead3;
  border: 1rem solid #ffead3;
  max-width: 115.7rem;
  margin: 0 auto;
  position: relative;
  padding: 4rem 5rem 3rem;
  display: flex;
  gap: 4rem;
  border-radius: 8px;
  overflow: hidden;
}

.bg-box img {
  max-width: calc(100% - 9rem);
}

.amenities-section {
  padding-top: 10rem;
}

.zoom-in-zoom-out {
  min-width: 4.8rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 1;
}

.zoom-in-btn,
.zoom-out-btn {
  background-color: #a25c13;
  border: 1px solid #a25c13;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.7rem;
  height: 4.7rem;
  font-size: 2.4rem;
  color: var(--whiteColor);
}

.zoom-image {
  transition: transform 0.3s ease;
  transform-origin: center center;
  pointer-events: none;
}

.google-map-section {
  width: 100%;
  position: relative;
}

.google-map-section .map iframe {
  width: 100%;
  min-height: 51.7rem;
}

.location-box .accordion-item:not(:first-child) {
  margin-top: 2rem;
}

.location-box {
  background-color: var(--orangeColor);
  border-radius: 8px;
  position: absolute;
  top: 6rem;
  left: 5rem;
  padding: 3rem;
  width: 37.6rem;
}

.location-box .accordion,
.location-box .accordion-item,
.location-box .accordion-button {
  background-color: transparent !important;
}

.location-box .accordion-item {
  border: 0 !important;
  border-bottom: 1px solid #b7650f !important;
  padding-bottom: 1.6rem;
  border-radius: 0 !important;
}

.location-box > h2 {
  font-weight: 500;
  font-size: 2.5rem;
  color: var(--whiteColor);
  font-family: "Poppins";
  margin-bottom: 1.6rem;
}

.location-box .accordion-button {
  font-family: "Poppins";
  padding: 0;
  display: flex;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: var(--whiteColor);
  border: 0 !important;
  box-shadow: none;
}

.location-box .accordion-body {
  padding: 1.6rem 0 0 3rem;
  color: var(--whiteColor);
  font-size: 12px;
}

.arrow-list {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.arrow-list li {
  padding-left: 1.3rem;
  position: relative;
  color: var(--whiteColor);
  font-size: 12px;
  font-weight: 500;
}

.arrow-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url('data:image/svg+xml,<svg width="5" height="9" viewBox="0 0 5 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.65387e-07 1.15382L0.743627 0.5L4.79398 4.0633C4.85927 4.1204 4.91108 4.18829 4.94644 4.26308C4.9818 4.33787 5 4.41807 5 4.49907C5 4.58008 4.9818 4.66028 4.94644 4.73507C4.91108 4.80986 4.85927 4.87775 4.79398 4.93485L0.743627 8.5L0.000700531 7.84618L3.80224 4.5L1.65387e-07 1.15382Z" fill="white"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
}

.map {
  display: flex;
  width: 100%;
}

.location-box .accordion-button::after {
  filter: brightness(0) invert(1);
}

.get-in-touch {
  background-color: #ffead3;
  padding: 6rem 0;
}

.get-in-touch .form-control {
  background-color: #ffead3;
  border: 0;
  border-bottom: 1px solid #f38d21;
  padding: 0 0 1.6rem 0;
  border-radius: 0;
  font-size: 1.8rem;
  font-weight: 400;
  color: #3c3c3c;
}

.get-in-touch .btn {
  background-color: var(--darkOrangeColor);
  margin: 5rem auto 0;
  display: block;
  font-size: 2rem;
  font-weight: 500;
  padding: 1rem 6rem;
  color: var(--whiteColor);
}
