/* FONT IMPORT */

/* Google Font */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Bebas+Neue&display=swap");


:root {
  --white: #fff;
  --black: #1c1818;
  --primary: #284165;
  --secondary: #b6b1ad;
}

html {
  scroll-behavior: smooth;
  height: 100%;
  overflow-x: hidden;
}

body {
  position: relative;
  background: #f7f9f8;
  overflow-x: hidden;
  height: 100%;
  font-family: "Poppins", sans-serif;
}

@font-face {
  font-family: 'Andasia-font';
  src: url('../fonts/Animal\ Chariot.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BebasKai';
  src: url('../fonts/BebasKai.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

section {
  position: relative;
  padding: 6rem 0;
}

p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  color: #231f1fc2;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.img {
  perspective: none;
  overflow: hidden;
  transform-style: preserve-3d;
}

.img img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform, box-shadow;
  display: block;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: "Poppins", sans-serif;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

figure {
  margin: 0;
}

/* Cursor Start */

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: 2px;
  margin-top: 2px;
  width: 7px;
  height: 7px;
  z-index: 10000001;
  background-color: var(--black);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -10px;
  margin-top: -10px;
  width: 10px;
  height: 10px;
  background-color: var(--black);
  opacity: 0.7;
}

/* Cursor End */

/* PRELOADER */

/* body.loading {
  overflow: hidden;
  height: 100vh;
}

.preLoader {
  width: 100%;
  height: 100%;
  z-index: 1111;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: start;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 11113;
}

.preLoader .counter {
  color: var(--white);
  font-size: 15rem;
  font-family: var(--font-heading);
  font-weight: 700;
  position: absolute;
  bottom: 0rem;
  right: 5rem;
}

.preLoader .bar {
  height: 20%;
  width: 100vw;
  background-color: var(--primary);
} */

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
  background-color: var(--primary);
  font-size: 1.125rem;
  color: var(--white);
  /* text-transform: uppercase; */
  font-weight: 500;
  display: inline-block;
  padding: 1rem 2.4rem;
  line-height: normal;
  border-radius: 20px;
  border: 1px solid transparent;
  transition: all 1s;
  overflow: hidden;
  position: relative;
}

.themeBtn::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  transform: skewX(45deg);
  background-color: var(--secondary) !important;
  z-index: -1;
  transition: all 1s;
}

.themeBtn:hover::before {
  width: 160%;
  z-index: 0;
}

.themeBtn.borderBtn {
  background: transparent;
  border: 1px solid #fff;
  padding: 1.04em 2em;
}

/* NAV HEADER CSS */

header {
  background: #eff2ef;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 111;
  top: 0;
  width: 100%;
  transition: 0.3s ease-in-out;
  padding: 0rem 2rem 0rem 0rem;
}

.navbar-brand {
  margin: 0;
 padding: 1rem 6.2rem 0.8rem 4.4rem;
  background: #f7f9f8;
  clip-path: polygon(0% 0%, 100% 0%, 89% 100%, 0% 100%);
  position: relative;
}
.navbar-brand img{
  width: 280px;
}

.navbar-nav {
    align-items: center;
    width: 94%;
    gap: 3.2rem;
}

/* .navbar-nav .nav-item .nav-link {
  font-size: 1.1rem;
  color: var(--black);
  font-weight: 500;
  padding: 0 0;
  display: inline-block;
  position: relative;
} */
.navbar-nav .nav-item .nav-link{
      background: transparent;
    padding: 1rem 1.4rem;
    font-size: 1.3rem;
    color: var(--black);
    font-weight: 500;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
}
.navbar-nav .nav-link:hover {
  color: var(--white) !important;
  font-weight: 500;
}

/* Active Tab Styling */
/* .navbar-nav .nav-link.active { */
  /* color: var(--white) !important;
  font-weight: 500; */
  
/* } */
/* ACTIVE STATE same as hover */
.navbar-nav .nav-link.active {
  color: #fff;
  border: 1px solid #fff;
}
.nav-link::before {
    left: -165% !important;
}
/* BEFORE effect for active */
.navbar-nav .nav-link.active::before {
  left: 0 !important;
  transform: translateY(-50%) rotate(0deg);
}
.navbar-nav .nav-item:has(.nav-link.active) {
  color: var(--primary);
  /* Bullet color changes */
}

.navbar-nav .nav-link.active::before {
  width: 100%;
}

/* .navbar-nav .nav-link:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 3px;
  background: var(--secondary);
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s ease;
} */

/* .navbar-nav .nav-link:hover:before {
  width: 100%;

} */

body.menu-open {
  overflow: hidden;
}
.side-header{
  display: none;
}

@media (max-width: 1199px) {

  .side-menu {
    position: fixed;
    top: 0;
    left: -280px;
    /* hidden by default */
    width: 280px;
    height: 100%;
    background: #ffffff;
    padding-top: 15px;
    transition: 0.4s ease;
    z-index: 9999;
  }

  .side-menu.show {
    left: 0;
  }

  .navbar-nav {
    flex-direction: column;
    padding-left: 20px;
  }

  .navbar-nav .nav-link {
    color: #fff;
    padding: 10px 0;
  }
    .side-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.side-logo img {
    height: 79px;
}

.menu-close {
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
}
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 999;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.navbar-toggler .toggler-icon {
  display: inline-block;
  width: 30px;
  height: 22px;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.navbar-toggler .toggler-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transition: all 0.3s ease;
}

/* Default = Hamburger */
.navbar-toggler .toggler-icon span:nth-child(1) {
  top: 0;
  transform: rotate(0);
}

.navbar-toggler .toggler-icon span:nth-child(2) {
  top: 9px;
  opacity: 1;
}

.navbar-toggler .toggler-icon span:nth-child(3) {
  top: 18px;
  transform: rotate(0);
}

/* When menu open = X */
.navbar-toggler.active .toggler-icon span:nth-child(1) {
  top: 9px;
  transform: rotate(45deg);
}

.navbar-toggler.active .toggler-icon span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon span:nth-child(3) {
  top: 9px;
  transform: rotate(-45deg);
}


/* MAIN HERO SLIDER CSS */

.main-slider {
          height: 86vh;
}

.homeSlider.swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
}

/* Pagination container right side center */
.homeSlider .swiper-pagination {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  top: -65% !important;

  left: 97% !important;
  position: relative;
  gap: 0.8rem;
  bottom: 8rem;
  width: fit-content;
}

/* Each bullet */
.homeSlider .swiper-pagination-bullet {
  background: transparent;
  opacity: 1;
  margin: 10px 0 !important;
  position: relative;
}

/* Vertical line */

.homeSlider .swiper-pagination-bullet .line {
  width: 82px;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  display: block;
  margin: auto;
}

/* Active line */
.homeSlider .swiper-pagination-bullet-active .line {
  background: #fff;
  width: 100px !important;
  left: -42px;
  position: relative;
}

/* Numbers (hidden by default) */
.homeSlider .number {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 14px;
  opacity: 0;
  transition: 0.3s;
}

/* Show only active number */
.homeSlider .swiper-pagination-bullet-active .number {
  opacity: 1;
  right: 24px;
  top: -15px;
  font-size: 23px;
}

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
  display: none;
}


.homeSlider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.main-slider .slideOne span {
  font-size: 1.5rem;
  color: white;
}

.main-slider h1 {
  margin: 0;
  color: var(--white);
  font-size: 5.4rem;
  line-height: 1;
  font-weight: 600;
}

.main-slider p {
  color: var(--white);
  font-weight: 500;
  line-height: 2;

  margin: 0.625rem 0;
  font-size: 1.9625rem;
}

/* slide-social-icon */
.header_links {
  position: relative;
  z-index: 11;
     top: 28%;
  left: 1%;
  width: fit-content;
  display: flex;
  flex-direction: column;
}

.header_links li:first-child {
  writing-mode: sideways-rl;
  color: #fff;
  font-size: 17px;
  font-style: italic;
  margin: 0 14px 16px 12px;
}

ul.header_links li a {
  color: #fff;
  font-size: 22px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s ease;
  display: grid;
  place-items: center;
}

ul.header_links li a:hover {
  color: var(--black);
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--secondary);
  transition: all 0.3s ease;
}

ul.header_links li {
  line-height: 1;
  margin-bottom: 20px;
}

.arrow {
  animation: upDown 1.5s ease-in-out infinite;
  position: absolute;
  left: 0;
  right: -35%;
  margin: auto;
   bottom: 17%;
  text-align: center;
  width: fit-content;
  height: fit-content;
  z-index: 0;
}

.arrow i {
  height: 6.25rem;
  width: 4rem;
  display: grid;
  place-items: center;
  margin: auto;
  background-color: rgb(217 217 217 / 34%);
  border-radius: 30px;
  color: var(--white);
  font-size: 1.285rem;
  border: 2px solid var(--white);
}

@keyframes upDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
    /* neeche */
  }

  100% {
    transform: translateY(0);
    /* wapas upar */
  }
}

/* .banner-btn .themeBtn:nth-child(1) {
  background: var(--primary);
  color: #fff;
  transition: all 1s;

}

.banner-btn .themeBtn:nth-child(2) {
  background: var(--secondary);
  color: #fff;
  margin: 0 1rem;
}

.banner-btn .themeBtn:nth-child(3) {
  background: transparent;
  color: #fff;
  border-color: var(--white);
} */
.slideOne {
  /* background: linear-gradient(90deg, rgba(65, 71, 47, 0.52) 36%, rgba(255, 255, 255, 0.01) 73%); */
  background: linear-gradient(90deg, rgb(65 71 47 / 65%) 36%, rgba(255, 255, 255, 0.01) 73%);
padding: 1.6rem 1.4rem;
}

/* .banner-btn .newBtn {
  background: var(--primary);
  border-radius: 20px;
  border: 1px solid transparent;
  padding: 1rem 1.5rem;
  color: var(--white);

} */
 .nav-link,
.banner-btn .newBtn {
  position: relative;
  display: inline-block;
  background: #d9d9d9;
  border-radius: 20px;
  border: 1px solid transparent;
  padding: 1rem 2.3rem;
  color: var(--black);
  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 1;
}

/* BEFORE EFFECT */
.nav-link::before,
.banner-btn .newBtn::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: var(--primary);
  top: 50%;
  left: -127%;
  transform: translateY(-50%) rotate(25deg);
  transition: all 0.5s ease;
  z-index: -1;
}

/* HOVER */
.banner-btn ul {
  display: flex;
  flex-wrap: wrap;
 gap:2rem;
}
.banner-btn ul li {
    list-style: disc;
    color: white;
}
.banner-btn ul li a{
  color: white;
  cursor: unset;
}
.nav-link:hover,
.banner-btn .newBtn:hover {
  color: #fff;
  border: 1px solid #fff;
}

/* BEFORE ANIMATION */
.nav-link:hover::before,
.banner-btn .newBtn:hover::before {
  left: 0 !important;
  transform: translateY(-50%) rotate(0deg);
}

/* !MAIN HERO SLIDER CSS */

.section-about .about-img {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.section-about:before {
  content: "";
  position: absolute;
  background: url(../images/left-before.png) no-repeat;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.section-about:after {
  content: "";
  position: absolute;
  /* background: url(../images/right-before.png) no-repeat; */
  height: 100%;
  width: 100%;
  top: 0;
  right: -67%;
  z-index: -1;
}
.section-about .justify-img{
     display: flex;
    height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: start;
    gap: 1.8rem;
}
.section-about .about-img h2{
      font-size: 3rem;
   
}
.section-about  .justify-end-img{
  display: flex;
    justify-content: end;
    padding-bottom: 2rem;
}
.section-about .section-youtube .content-overlay h2 {
    bottom: 15%;
    left: 50%;
    font-size: 1.8rem;
}
/* .section-about .about-img figure {
  opacity: 0;
  transform: translateY(30px);
}

.section-about .about-img .line-1 {
  position: absolute;
  display: block;
  width: 216px;
  height: 258px;
  background: #e9eae8;
  top: 61%;
  border-radius: 20px;
  z-index: -1;
  left: 56px;

  transform: scale(0);
  transform-origin: bottom left;
  opacity: 0;
}

.section-about .about-img .line-2 {
  position: absolute;
  display: block;
  width: 349px;
  height: 400px;
  background: #e9eae8;
  top: 14px;
  border-radius: 20px;
  z-index: -1;
 
  right: 54px;
  transform: scale(0);
  transform-origin: top right;
  opacity: 0;
}


.about-img.animate figure {
  animation: imgFade 0.8s ease forwards;
}

.about-img.animate .line-1 {
  animation: line1Scale 0.6s ease forwards;
  animation-delay: 0.6s;
}


.about-img.animate .line-2 {
  animation: line2Scale 0.6s ease forwards;
  animation-delay: 1s;
}


.about-img.animate figure img {
  animation: floatZigzag 4s ease-in-out 2;
  animation-delay: 1.2s;
}


@keyframes imgFade {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


@keyframes line1Scale {
  from {
    transform: scale(0);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}


@keyframes line2Scale {
  from {
    transform: scale(0);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}


@keyframes floatZigzag {
  0% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(5px, -5px);
  }

  50% {
    transform: translate(-5px, 5px);
  }

  75% {
    transform: translate(5px, 5px);
  }

  100% {
    transform: translate(0, 0);
  }
}

.about-img .year-box {
  position: absolute;
  bottom: -13%;
  left: 37%;
  display: flex;
  align-items: center;
}

.about-img .year-box p {
  line-height: 1.6;
  padding-left: 1rem;
} */

.section-about .content {
  width: 87%;
  padding-left: 0.3rem;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* .ab-conten-img {
  position: absolute;
  right: -43%;
  bottom: 0;
} */

.inner-section-1 .content span,
.section-about .content span {
  font-size: 2rem;
  color: var(--primary);
}

.inner-section-1 .content h2,
.section-about .content h2 {
  font-size: 5rem;
  padding-bottom: 1rem;
}
.section-about .content h2 {
    font-size: 3rem;
}
.top-bar {
  padding-top: 2rem;
}

.call-us-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #313131;
  font-size: 16px;
  padding-left: 2.9rem;
}

@keyframes call-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(1 43 101);
  }

  100% {
    box-shadow: 0 0 0 9px rgb(1 43 101 / 19%);
  }
}

.call-icon {
  background: #012b65;
  color: var(--black);
  border-radius: 50%;
  font-size: 18px;
  margin-right: 17px;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  animation: call-animation 2s infinite;

}

.call-icon figure img {
  width: 25px;
  height: auto;
}

.call-text {
  display: flex;
  flex-direction: column;
  color: var(--black);

  padding-left: 0.9rem;
  line-height: 1.3;
}

.call-text span:first-child {
  font-size: 18px;
  color: var(--secondary);
}

.call-text span:last-child {
  color: var(--black);
  font-size: 25px;
  font-weight: bold;
}

.head-btn {
  display: flex;
}

.head-btn .themeBtn {
  font-size: 1.125rem;
  padding: 0.8rem 1.6rem;
  margin-left: 2.4rem;
  border-radius: 5.5px;
}

.head-btn .call-text {
  padding-left: 0;
}

.head-btn .call-text span:last-child {
  color: var(--black);
  font-size: 20px;
}

/* Imag Shine Css Start */

.img-box {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.img-box img {
  object-fit: cover;
  transition: transform 0.8s ease, filter 0.5s ease;
}

.img-box:hover img {
  transform: scale(1.1);
  filter: brightness(1.2);
}

.shine {
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg,
      transparent,
      rgba(255, 255, 255, 0.5),
      transparent);
  transform: skewX(-25deg);
}

.img-box:hover .shine {
  animation: shineMove 0.9s ease forwards;
}

@keyframes shineMove {
  0% {
    left: -75%;
  }

  100% {
    left: 125%;
  }
}

/* -------- */
.section-architecture {
  padding-top: 9rem;
}

.section-floorPlans h2,
.section-architecture h2 {
  font-size: 5rem;
  font-weight: 600;
}

.sec-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.sec-heading .overlay-heading {
  position: absolute;
  font-size: 16rem;
  top: -150px;
  color: #ecefec;
  z-index: -1;
  font-family: 'Andasia-font', Arial, sans-serif;
}

/* .sec-heading span {

  text-align: center;
  color: var(--primary);
  font-size: 3rem;
  display: block;
  line-height: 0.4;
} */

.sec-heading p {
  width: 43%;
  text-align: center;
  color: var(--black);
  font-size: 1.2rem;
  line-height: 1.5;
  padding-bottom: 5rem;
}

/* Pagination right center */
.floorSlider .swiper-pagination,
.architectureSlider .swiper-pagination {
  position: absolute;
  top: 50%;
  right: 1rem;
  /* right side */
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
}

/* Pagination bullets vertical */
.architectureSlider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 10px 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

/* Active bullet */
.architectureSlider .swiper-pagination-bullet-active {
  background: #000;
}

/* Navigation buttons */
.testi-button-next,
.testi-button-prev,
.floor-button-prev,
.floor-button-next,
.archi-button-next,
.archi-button-prev {
  position: absolute;
  top: 26%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #e9eae8;
  color: var(--primary);
  display: grid;
  place-items: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}


.archi-button-next {
  right: 12rem;

}

.archi-button-prev {
  right: 14%;
}

.testi-button-next:hover,
.testi-button-prev:hover,
.floor-button-next:hover,
.floor-button-prev:hover,
.archi-button-next:hover,
.archi-button-prev:hover {
  background: var(--primary) !important;
  color: var(--white);
}

.section-architecture .elevation-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-architecture .elevation-content h3 {
  font-size: 3.4rem;
  line-height: 2;
  color: var(--primary);
}

/* ------- */
/* .section-unit {
  padding-top: 0;
  position: relative;
}

.section-unit .sec-heading:before {
  background: url(../images/before-unit-bg.png) no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -0;
  top: 0;
  right: -27%;
}

.section-unit h2 {
  font-size: 5rem;
  font-weight: 600;

}

.section-unit .sec-heading p {
  padding-bottom: 1rem;
}

.section-unit .btn-slid {
  display: flex;
  gap: 1.7rem;
  padding-top: 1.4rem;
}

.section-unit .btn-slid span {
  padding-right: 1rem;
}

.section-unit .btn-slid .pdf-btn {
  color: var(--black);
  font-weight: 500;
}

.section-unit .unitSlider .content {
  background: #eeeeee;
  padding: 1rem;
  border-radius: 20px;

}

.section-unit .unitSlider .content h3 {
  font-size: 2.4rem;
  font-weight: 500;
  padding-top: 1.7rem;
}

.section-unit .unitSlider .content p {
  font-size: 20px;
  line-height: 1.4;
  padding: 0.6rem 0;
}

.section-unit .unitSlider .content h4 {
  font-size: 1.4rem;
  padding-top: 0.5rem;
  font-weight: 500;
} */

/* ----- */
.section-luxury {
  background: url(../images/bg-luxury.png) no-repeat #1c385f;
  background-size: cover;
  background-position: center;
  position: relative;
}

.section-luxury:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  /* background: linear-gradient(11deg, rgb(121 106 106) 0%, rgb(255 255 255 / 60%) -3%, rgb(255 255 255) 113%); */
  border-radius: 20px;
  top: 44%;
 left: 50%;
  background: url(../images/line.png) no-repeat;
}

/* .section-luxury:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background: url(../images/line.png) no-repeat;
 
  border-radius: 20px;
  top: 44%;
  left: 64%;
} */

.section-luxury h2 {
  font-size: 5rem;
  color: var(--white);
}

.section-luxury .sec-heading p {

  color: var(--white);
  font-size: 1.7rem;

  padding-bottom: 4.5rem;
}

.section-luxury .content {
  text-align: center;
  padding: 1rem 2.9rem;
}

.section-luxury .content h3 {
  font-size: 2.4rem;
  padding: 1rem 0;
  font-weight: 500;
  color: var(--white);
}

.section-luxury .content p {
  font-size: 20px;
  line-height: 1.3;
  color: var(--white);
}

.section-plan {
  /* background: url(../images/site-plan-bg.png) no-repeat #f7f9f8; */
  background-size: cover;
  background-position: bottom;
  position: relative;
}

.section-plan .headin-rotate {
  position: absolute;
  font-size: 7.4rem;
  color: var(--primary);
  writing-mode: sideways-lr;
  height: 100%;
  top: -10%;
  right: -2%;
  font-weight: 500;
  font-family: "BebasKai", sans-serif;
}

.content-plan {
  position: relative;
}

.content-plan ul {
  position: absolute;
  background: var(--primary);
  padding: 1rem 2.6rem;
  bottom: 14%;
  right: -3%;
  border-radius: 20px;
}

.content-plan ul li {
  color: var(--white);
  list-style: disc;
  padding: 0 0rem;
}

.content-plan ul li::marker {
  padding-left: 0.5rem;
}

.section-plan .content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.section-floorPlans .ul-list li,
.section-plan .ul-list li {
  background: url(../images/tick-icon.png) no-repeat;
  padding: 0.5rem 0 1rem 3rem;
  background-position: left;
}

.site-plan-content {


  display: flex;
  flex-wrap: wrap;
}


.site-plan-content ul {
  background: #f0dcaa;
  padding: 1.2rem 2.5rem;

  border-radius: 20px;
  margin: 0.9rem 0.8rem 0 0;
  border:1px solid transparent;
  transition: 0.4s linear;
  cursor: pointer;
}

.site-plan-content ul:hover{
  background: transparent !important;
  border-color: var(--primary);
  box-shadow: 1px 2px 9px #284165;
}
.section-floorPlans .clr-2,
.site-plan-content ul:nth-child(2) {
  background: #c6d2f4;
}
.section-floorPlans .clr-3,
.site-plan-content ul:nth-child(3) {
  background: #c2f6dd;
}
.section-floorPlans .clr-4,
.site-plan-content ul:nth-child(4) {
  background: #ecf4bd !important;
}
.section-floorPlans .clr-5,
.site-plan-content ul:nth-child(5) {
  background: #f5cfd0;
}

.site-plan-content ul li {
  list-style: disc;
  margin-left: 1.5rem;
}

.section-floorPlans .site-plan-content a ul li{
  color: var(--black);
}
.ul-mainbox {
  display: flex;
  justify-content: center;
  gap: 7rem;
  padding-top: 4rem;
}

.ul-mainbox ul li {
  font-size: 1.9rem;
  padding: 0.5rem 0 0rem 3rem !important;
}

.change-heading h2 {
  padding-bottom: 0rem !important;
}

.change-heading h4 {
  font-size: 2.9rem;
  text-align: center;
  color: var(--black);
  padding-bottom: 3rem;
}

.change-heading h4 span {
  font-weight: 700;
  color: var(--primary);
}

.section-plan .content .themeBtn {
  display: block;
  width: fit-content;
}

.section-plan .content h2 {
  font-size: 2.3rem;
  font-weight: 600;
  padding-bottom: 1.1rem;
}

/* ----- */

.section-floorPlans {
  position: relative;
  /* padding-top: 0; */
}

.section-floorPlans .sec-heading:before {
  background: url(../images/before-unit-bg.png) no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -0;
  top: 0;
  right: -27%;
}

.section-floorPlans .content h3,
.section-floorPlans .floorSlider .content h3 {
  text-align: center;
  font-size: 2rem;
  padding: 1rem 0;
  font-weight: 600;
}

.section-floorPlans .content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: end;
}

.floor-button-next, .floor-button-prev {
    top: 38%;
}

.floor-button-next {
  right: 4%;
}

.floor-button-prev {
  left: 4%;
}

.section-floorPlans .sec-heading p {
  font-weight: 500;
}

.section-floorPlans h3 {
  color: var(--primary);
}
.floorSlider .heading-display{
  display: flex;
  justify-content: space-around;
}
.section-floorPlans .para-style {
  font-size: 3.1rem;
  line-height: 1.2;
  text-align: center;
  padding-top: 3rem;
  font-weight: 500;
  color: var(--black);
}

.section-floorPlans .para-style span {
  color: var(--primary);
  font-weight: 700;
}

.section-youtube {
  padding-top: 0;
  position: relative;
}
/* -----/- */
/* .section-floorPlans .swiper-slide .content {
    background: #ffffff;
    padding: 25px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
} */

/* Different colored cards */
/* .section-floorPlans .swiper-slide:nth-child(1) .content { background: #e8f4ff; }
.section-floorPlans .swiper-slide:nth-child(2) .content { background: #eaffea; }
.section-floorPlans .swiper-slide:nth-child(3) .content { background: #fff4e6; }
.section-floorPlans .swiper-slide:nth-child(4) .content { background: #f3e8ff; }
.section-floorPlans .swiper-slide:nth-child(5) .content { background: #ffe8ec; }

.floor-plan-btn .themeBtn {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    display: inline-block;
    transition: 0.3s;
}

.floor-plan-btn .themeBtn:hover {
    background: var(--primary);
}

.section-floorPlans .para-style {
    font-size: 2.2rem;
}

.section-floorPlans .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
} */
/* .section-youtube h2 {
  position: absolute;
  bottom: 26%;
  left: 0;
  right: 0;
  margin: auto;
  width: 43%;
  text-align: center;
  font-size: 2.6rem;
  color: var(--white);
}

.section-youtube h3 {
  position: absolute;
  top: 4%;
  left: 2%;
  color: white;
  text-shadow: 4px 2px 7px #f2ebe6;
} */

.section-youtube:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 117vh;
  background: url(../images/youtube-bg.png) no-repeat;
  top: -47%;
  left: 0;
  z-index: -1;
}

.youtub-link {
  position: relative;
}

.youtub-link .control-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;


}

.youtub-link .control-btn a {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: red;
  display: grid;
  place-items: center;
  animation: pulse-animation 2s infinite;
  backdrop-filter: blur(6px);
  overflow: hidden;
  background-position: center;

}

.youtub-link .control-btn a i {
  font-size: 2rem;
  color: white;
}



@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(238, 203, 189, 0.9);
  }

  100% {
    box-shadow: 0 0 0 20px rgb(230, 42, 42, 0.1);
  }
}

/* Figure relative for absolute children */
.youtub-link {
  position: relative;
  width: 100%;
  height: auto;
  /* based on image */
  overflow: hidden;
}

/* Banner image */
.youtub-link img {
  width: 100%;
  height: auto;
  display: block;
}


.section-youtube iframe {
  border-radius: 20px;
}

/* Text overlay */
.section-youtube .content-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  /* click goes to button */
}

/* H2 bottom center */
.section-youtube .content-overlay h2 {
  position: absolute;
  bottom: 26%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.6rem;
  color: var(--white);
  text-align: center;
  width: 43%;
}

/* H3 top left with shadow */
.section-youtube .content-overlay h3 {
  position: absolute;
  top: 4%;
  left: 2%;
  color: #fff;
  text-shadow: 4px 2px 7px #f2ebe6;
  font-size: 1.5rem;
}

/* Video overlay */
.section-youtube .video-wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}




.section-gallery {
  position: relative;
  padding-top: 2rem;
}

.section-gallery .themeBtn {
  margin-top: 2rem;
}

.section-gallery:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: #e9eae8;
  top: -33%;
}

.section-gallery .gallery-after,
.section-gallery .gallery-before {
  position: absolute;
  top: 36%;
}

.section-gallery .gallery-before {
  left: 0;
}

.section-gallery .gallery-after {
  right: 0;
}

.section-gallery .content-project {
  display: flex;
  align-items: center;
  padding-bottom: 3rem;
}

.section-gallery .content-project h2 {
  font-size: 5.3rem;
  font-weight: 500;
  position: relative;
  color: var(---heading);
}

/*.section-gallery .content-project h2::before {*/
/*  position: absolute;*/
/*  content: "";*/
/*  right: -45px;*/
/*  top: 21px;*/
/*  width: 3px;*/
/*  height: 58%;*/
/*  background: #263e07;*/
/*  border-radius: 100px;*/
/*}*/

.section-gallery .content-project p {
  padding-left: 5rem;
  line-height: 1.3;
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--black);
  width: 36%;
}







.section-form {
  position: relative;
  /* padding-top: 0; */
}

.section-form::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 110vh;
  background: url(../images/before-contact.png) no-repeat;
  top: -59%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  background-size: cover;
}

.section-form h2 {
  font-size: 4.1rem;
  text-align: center;
  padding-bottom: 1.6rem;
}

.section-form form select,
.section-form form textarea,
.section-form form input {
  width: 100%;
  padding: 0.5rem 1.5rem;
  margin: 1rem 0;
  background: var(--white);
  border: 1px solid #83838347;
  height: 54px;
}


.section-form form textarea::placeholder,
.section-form form input::placeholder {
  color: var(--black);
}

.section-form form select:focus,
.section-form form textarea:focus,
.section-form form input:focus {
  box-shadow: unset;
  border-color: var(--primary);
}

.section-form form textarea {
  height: 124px;
  margin: 0;
}

.btn-style {
  display: flex;
  justify-content: center;
  width: 100%;
}

.btn-style .themeBtn {
  padding: 1rem 4rem;
  margin-top: 1rem;
}

/* Imag Shine Css End  */
.inner-banner {
  background-size: cover;
  background-position: center;
  padding: 15rem 0;
}

.inner-banner-content h1 {
  font-size: 75px;
  font-weight: 500;
  color: var(--white);
  position: relative;
  width: fit-content;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.43) 0%, rgba(255, 255, 255, 0.06) 85%);
  padding: 1rem;
}

.about-banner {
  background-image: url(../images/B2-Inner.webp);
}

.architectural-banner {
  background-image: url(../images/B2-Inner.webp);
}

.site-plan-banner {
  background-image: url(../images/B2-Inner.webp);

}

.floor-plan-banner {
  background-image: url(../images/B2-Inner.webp);

}

.gallery-banner {
  background-image: url(../images/B2-Inner.webp);

}

.contact-banner {
  background-image: url(../images/B2-Inner.webp);

}

.section-about .extra-content {
  padding-top: 7rem;
}

.models-banner {
  background-image: url(../images/B2-Inner.webp);
}

.engineering-banner {
  background-image: url(../images/B2-Inner.webp);
}

.fancybox-content {
  background: #fff !important;
}

/* --------- */
.section-testimonial {
  background: url(../images/testimonials-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.section-testimonial h2 {
  font-size: 5rem;
  padding-bottom: 3.5rem;
  text-align: center;
}

.testimonials-main {
  padding: 3.9rem;
  background: #fff;
  border-radius: 30px;
}

.testimonials-stars {
  display: flex;
}

.testimonials-sub {
  display: flex;
  align-items: center;
}

.testimonials-sub h5 {
  padding-left: 1rem;
}

.testimonials-box p {
  padding: 2rem 0;
  color: #757c85 !important;
  font-style: italic;
}

.testimonials-stars li i {
  color: #ffcc00;
}

.testimonials-right {
  position: relative;
}

.testimonials-right figure {
  position: absolute;
  left: -273px;
  top: -102px;
}

.testimonials-main {
  border: 1px solid transparent;
}

/* Active slide */
.swiper-slide-active .testimonials-main {
  border: 1px solid var(--primary);
}


.section-testimonial .swiper-slide {
  height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonials-arrow {
  position: absolute;
  right: 15px;
  top: -22px;
  z-index: 9;
  filter: opacity(0.1);
}

.testimonialSlider {
  height: 600px;
}

.section-testimonial .swiper-wrapper {
  align-items: center;
}

.section-testimonial .swiper-slide-active .testimonials-arrow {
  filter: opacity(1);
}

.testimonialSlider .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 88px;
  user-select: none;
  padding: 0;
  top: 79% !important;
  left: 0;
}


.testimonialSlider .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  background: #62615f;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.5s ease;
  opacity: 100%;
}


.testimonialSlider .swiper-pagination-bullet-active {
  width: 60px !important;
  background-color: var(--primary) !important;
}

.section-testimonial .testi-button-next {
  right: 7.9%;
}

.section-testimonial .testi-button-next,
.section-testimonial .testi-button-prev {
  top: 60%;
  background: #a1a09e;
}

.section-testimonial .testi-button-prev {
  left: 7.9%;
}

.changes-inner .content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.changes-inner .content h2 {
  font-size: 4.2rem;
}

.brandSlider {
  margin-top: 4rem
}

.brandSlider .brand-icon {
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 1rem 0;
  height: 250px;
  /* flex-direction: column; */
  border: 1px solid #62615f88;
  border-radius: 20px;
  align-items: center;
}

.head-youtube {

  bottom: 33% !important;
}

/* ---------- */
.section-building .ul-tab {
  /* gap: 1.6rem; */
  display: flex;
  flex-direction: column;
  text-align: center;
  background: #f1f3f3;
  border-radius: 20px;
}

.section-building .ul-tab li {
  border-top: 1px solid #62615f38;

  cursor: pointer;
}

.section-building .ul-tab li a {
  font-size: 1.5rem;
  color: var(--black);
  width: 100%;
  display: block;
  padding: 0.8rem;
}

.section-building .tab-content {
  padding-left: 2rem;
  position: relative;
}

.section-building .tab-content p {
  font-size: 2rem;
  width: 69.6%;
  line-height: 1.3;
  font-weight: 500;
  color: var(--black);
  padding-bottom: 1.5rem;
}

.unit-structure {
  position: absolute;
  bottom: 6%;
  left: 0;
}

.eng-changes-sec .ul-tab li a {
  font-size: 1.3rem;

}
.inner-elevation .btn-style{
      display: flex;
    justify-content: center;
    padding-top: 3rem;
}
.pdf-btn {
  background: #fff;
  padding: 1rem 2rem;
  color: #000;
  font-weight: 500;
  position: relative;
  border-radius: 10px;
}
.pdf-btn:hover{
  color: var(--white);
  background: var(--primary);
}
.pdf-btn img{
      position: absolute;
    width: 60px;
    left: -39px;
    top: -6px;
}

.section-building .tab-content h2 {
  font-size: 4.6rem;
  padding-bottom: 1.5rem;
}

.ul-tab li a.active {
  /* background: var(--primary); */
  /* color: fff#; */
  border-radius: 10px;
}

.ul-tab li a:hover {
  /* background: var(--primary); */
  /* color: var(--white); */
  border-radius: 10px;
}

.section-building .tab-pane {
  display: none;
}

.section-building .tab-pane.active {
  display: block;
}

.inner-elevation {
  padding-top: 0;
}

.inner-elevation h2 {
  font-size: 3.8rem;
  text-align: center;
}

.inner-elevation p {
  font: 25px;
  text-align: center;
}

.inner-elevation .plan-box {
  padding: 2rem;
  background: #fff;
  margin: 2rem;
  height: 100%;
}

.inner-heading span {
  font-family: 'Andasia-font', Arial, sans-serif;
  font-size: 6.3rem;
  color: var(--primary);
  text-align: center;
  display: block;
  line-height: 1;
}

.change-heading h2,
.inner-heading h2 {
  font-size: 4.4rem;
  text-align: center;
  padding-bottom: 4rem;
  line-height: 1;
}

/* * contact-page */
.address-tab {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.address-tab a {
  color: var(--black)
}

.address-tab p {
  font-size: 22px;
  padding: 10px 0;
  color: var(--black);
  text-transform: capitalize;
}

.address-tab .tel-icon {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;

}

.address-tab:nth-of-type(1) .tel-icon {
  background: var(--primary);
}

.address-tab:nth-of-type(2) .tel-icon {
  background: var(--primary);
}

.address-tab:nth-of-type(3) .tel-icon {
  background: var(--primary);
}

.address-tab .loc-tab {
  background: #000;
}

.tel-icon i {
  font-size: 3rem;
  color: #fff;
}

.contact-map-sec iframe {
  width: 100%;
  /*height: 100%;*/
  border-radius: 10px;
  padding: 0;
}

.location-img {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.location-box {
  padding: 0;
  margin: 0;
  border: 7px solid #ffffff;
  border-radius: 17px;

}
.section-tell .heading-sec h2{
      font-size: 4.4rem;
      text-align: center;
}
.section-tell .heading-sec p{
      font-size: 1.5rem;
    text-align: center;
    padding-bottom: 5rem;
}
/* footer */
footer {
  background: url(../images/footer-bg.png) no-repeat;
  padding: 13.5rem 0 0rem;
  background-size: cover;
  background-position: center;
}

.footer-logo {
  height: 100%;
}

.footer-logo figure {
  display: flex;
  height: 100%;
  align-items: center;
}

.footer-row {
  justify-content: space-between;
}


footer .social-icon {
  display: flex;
  padding-top: 1.3rem;
  gap: 1.9rem;
  justify-content: flex-start;
  margin-bottom: 0.7rem;
}

footer .social-icon li a {
  color: var(--white);
  width: 50px;
  height: 50px;
  border: 1px solid var(--white);
  border-radius: 100%;
  display: grid;
  place-items: center;
  transition: 0.2s ease-in;
}

footer .social-icon li a:hover {
  color: var(--black);
  background: #ecf5ff;
  border-color: transparent;
}

footer .contact-details ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

footer .contact-details h4 {
  font-size: 2rem;
  padding-bottom: 1.4rem;
  color: var(--white);
}

footer .contact-details li {
  font-size: 1rem;
  display: flex;
}

footer .contact-details i {
  color: var(--white) !important;
  font-size: 1.5rem !important;
}

footer .contact-details li,
footer .contact-details a,
footer .contact-details i {
  display: flex;
  align-items: center;
  padding-right: 0.7rem;
  color: var(--white);
  line-height: 2;
}

footer .footer-menu li a.active {
  color: var(--secondary) !important;
}

footer .contact-details li a:hover,
footer .contact-details li a:hover i {
  color: var(--secondary);
}

.footer-menu ul {
  display: flex;
     gap: 9rem;
  font-size: 1.1rem;
  margin-top: 2rem;
  border-bottom: 1px solid #fff;
  padding: 2rem 0 2rem;
  border-top: 1px solid #fff;
}



.footer-menu ul li::marker {
  color: var(--white);
  font-size: 0.8rem;
}

.footer-menu ul li a {
  color: var(--white);
}

.footer-menu ul li a:hover {
  color: var(--secondary);
}

.copyright {
  padding: 0.2rem 0 1.2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.map-location iframe {
  border-radius: 20px;
}


/* #theJefferson,
#theWashing {
    scroll-margin-top: 100px; 
} */

.bg-form:before{
  background: none;
  background: white;
}


  .inner-content,
        .tab-pane {
            display: none;
        }


.eng-changes-sec .tab-pane{
  display: block !important; 
}
        .inner-content.active,
        .tab-pane.active {
            display: block;
        }