@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed: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=Outfit:wght@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=Quicksand:wght@300..700&family=Rouge+Script&family=Sulphur+Point:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arsenal+SC:ital,wght@0,400;0,700;1,400;1,700&family=Baskervville:ital,wght@0,400..700;1,400..700&family=Funnel+Sans:ital,wght@0,300..800;1,300..800&family=Lexend+Deca:wght@100..900&family=Overlock:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');



/* @font-face {
  font-family: Nexa-ExtraLight;
  src: url('../fonts/Nexa-ExtraLight.ttf');
}
@font-face {
  font-family: Nexa-Heavy;
  src: url('../fonts/Nexa-Heavy.ttf');
} */


@font-face {
  font-family: 'Nexa Light';
  font-style: normal;
  font-weight: normal;
  src: local('Nexa Light'), url('../fonts/NexaLight.woff') format('woff');
}


@font-face {
  font-family: 'Nexa Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Nexa Bold'), url('../fonts/NexaBold.woff') format('woff');
}


:root {
  --btn-primary: #153f7b;
  --color-primary: #555555;
  /* --title-font-family: "Arsenal SC", sans-serif;  */
  --title-font-family: 'Nexa Bold';


  /* --content-font-family: "Funnel Sans", sans-serif; */
  --content-font-family: 'Nexa Light';
  --highlight-font-family: :
}

.title-font {
  font-family: var(--title-font-family);
}

body {
  font-family: var(--content-font-family);
}

.content {
  font-family: var(--content-font-family);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--title-font-family);
  /* font-weight: 600; */
}

/* styles for buttons */

.primary-btn {
  background: #fff;
  border: none;
  padding: 10px 20px;
  display: inline-block;
  font-size: 14px;
  color: var(--btn-primary);
  font-weight: 600;
  border: 1px solid var(--btn-primary);
  /* width: 120px; */
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 40px;
  /* transform: unset; */
  overflow: hidden;
  position: relative;
  font-family: 'Nexa Bold';
  /* line-height: 24px; */
  padding-bottom: 5px;
}


.primary-btn-2 {
  font-family: 'Nexa Bold';
  background: var(--btn-primary);
  border: none;
  padding: 10px 20px;
  display: inline-block;
  font-size: 15px;
  color: white;
  font-weight: 600;
  border: 1px solid white;
  /* width: 120px; */
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 40px;
  /* transform: unset; */
  overflow: hidden;
  position: relative;
  padding-bottom: 5px;
}

.secondary-btn {
  background: #fff;
  border: none;
  padding: 10px 20px;
  display: inline-block;
  font-size: 15px;
  color: var(--btn-primary);
  font-weight: 600;
  border: 1px solid var(--btn-primary);
  /* width: 120px; */
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 40px;
  /* transform: unset; */
  overflow: hidden;
  position: relative;
  padding-bottom: 5px;
}

/* .btn-text {
  display: inline-block;
  transform: skew(21deg);
} */

.primary-btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  left: 0;
  background: var(--btn-primary);
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
  border: 1px solid var(--btn-primary);
}

.primary-btn:hover {
  color: #ffffff;
  background-color: #1f4178;
}

.primary-btn-2:hover {
  color: var(--btn-primary);
  background-color: white;
  border: 1px solid var(--btn-primary);
}

.secondary-btn:hover {
  color: white;
  background-color: transparent;
  border-color: white;
}

.primary-btn:hover::before {
  left: 0;
  right: 0;
  opacity: 1;
}

.clip-left-corner {
  clip-path: polygon(25px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 40px);
}

.position-absolute {
  position: absolute !important;
}

.anniversary {
  left: -20px;
  top: -26px;
}

.position-relative {
  position: relative !important;
  z-index: 99;
}

.lh {
  line-height: 30px;
}

/* .title span {
  display: block; 
}

.text1 {
  color: var(--btn-primary);
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  animation-name: text;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

@keyframes text {
  0% {
    color: var(--color-primary);
  }
  30% {
    letter-spacing: 4px;
  }
  85% {
    letter-spacing: 2px;
  }
  100% {
    letter-spacing: 0;
  }
} */

/* .title svg {
	font-family:var(--title-font-family);
}
.title svg text {
	text-transform: uppercase;
	animation: stroke 5s infinite alternate;
	stroke-width: 2;
	stroke: #365fa0;
	font-size: 40px;
} */
/* @keyframes stroke {
	0%   {
		fill: rgba(72,138,20,0); stroke: rgba(54,95,160,1);
		stroke-dashoffset: 25%; stroke-dasharray: 0 50%; stroke-width: 2;
	}
	70%  {fill: rgba(72,138,20,0); stroke: rgba(54,95,160,1); }
	80%  {fill: rgba(72,138,20,0); stroke: rgba(54,95,160,1); stroke-width: 3; }
	100% {
		fill: rgba(72,138,204,1); stroke: rgba(54,95,160,0); 
		stroke-dashoffset: -25%; stroke-dasharray: 50% 0; stroke-width: 0;
	}
} */


.stroke-1 {
  color: black;
  -webkit-text-fill-color: #55555561;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #00000061;
}


/* render stroke behind text-fill color */

.stroke-2 {
  /* -webkit-text-stroke: 0.04em #00000061; */
  paint-order: stroke fill;
  text-shadow: none;
  color: #133f7b;
}


@media only screen and (max-width:650px) {
  .large-text {
    font-size: 4rem !important;
  }

  .marquee-container {
    height: 12rem;
  }

}

.large-text {
  font-size: 7rem;
  font-style: italic;
  font-weight: 800;
  text-align: center;
}


/* .gradient-text {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  padding-top: 5px;
  color: white;
  background-color: white;
} */


.gradient-text {
    text-shadow: -1px -2px 0 #153e7a, 2px -2px 0 #153f7b, -2px 2px 0 #545454, 2px 2px 0 #555555;
    padding-top: 5px;
    color: #ffffff;
    background-color: white;
    letter-spacing: 2px;
}

.marquee-container {
  overflow: hidden;
  position: relative;
  height: 20rem;
  /* adjust as needed */
  background: #f5f5f5;
}

.marquee {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  top: 9%;

  animation: marquee-rtl 40s linear infinite;
}

.marquee.ltr {
  position: absolute;
  top: 40%;
  animation: marquee-ltr 40s linear infinite;
}

@keyframes marquee-rtl {
  0% {
    transform: translateX(20%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes marquee-ltr {
  0% {
    transform: translateX(-70%);
  }

  100% {
    transform: translateX(100%);
  }
}


.count-title {
  font-family: var(--title-font-family);
}

.team-profile {
    max-width: 285px;
    position: relative;
    border-radius: 6px !important;
}
.team-profile img{
  border-radius: 10px;
}


.team-profile::after {
    content: "";
    position: absolute;
    width: 97%;
    height: 97%;
    background: url(../img/frame.png), radial-gradient(#ffffff00, #ffffff00, #555555);
    background-size: cover;
    inset: auto;
    border-radius: 10px;
}

.timeline-btn span {
  background: white;

}

.timeline-btn {
  padding: 5px 12px;
  color: white !important;
  border-radius: 30px;
  border: 1px solid #e2e2e2;
  background: white;
}

.timeline-btn.active {
  background: #153f7b !important;
  padding: 5px 12px;
  color: white !important;
  border-radius: 30px;
}

.timeline-btn.active span {

  background: #153f7b !important;
  color: white !important;
}

/* b, strong {
    color: #1e3a8a;
} */

.content i {
  color: #595959;
}

.line-design,
.line-design-2 {
  position: relative;
  color: #153f7b;
}

.line-design i,
.line-design-2 i {
  /* background:-webkit-linear-gradient(226deg, #153e7b, #00000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
  
  font-size: 45px;
  margin-left: 9px; */
  /* color: #13386d2e;   */
  color: #59595963;
}

.line-design::after {
  content: '';
  position: absolute;
  width: 60%;
  margin-left: 15px;
  height: 2px;
  background: linear-gradient(45deg, #153e7b, #00000000);
  top: 55%;
  transform: translateY(-50%);
}

.line-design-2::after {
  content: '';
  position: absolute;
  width: 60%;

  margin-left: 15px;
  height: 2px;
  background: linear-gradient(45deg, #153e7b, #00000000);
  top: 55%;
  transform: translateY(-50%);
}


/* .filter-project-card{
  display: none;
} */


.filter-project-card .content,
.project-card-normal .content {
  position: relative;
}

.filter-project-card.graphicDesign .content::after,
.project-card-normal.graphicDesign .content::after {
  content: "UPCOMING PROJECT";
  right: 0;
  top: 20px;
  position: absolute;
  font-size: 12px;
  background: #ae8e11;
  padding: 5px 5px 0px 5px;
  color: white;
}

.filter-project-card.photography .content::after, .project-card-normal.photography .content::after {
    content: "COMPLETED PROJECT";
    right: 0;
    top: 20px;
    position: absolute;
    font-size: 12px;
    background: #ae4811;
    padding: 5px 5px 0px 5px;
    color: white;
}

.filter-project-card.websiteDesign .content::after,
.project-card-normal.websiteDesign .content::after {
  content: "ONGOING PROJECT";
  right: 0;
  top: 20px;
  position: absolute;
  font-size: 12px;
  background: #0c9d4e;
  padding: 5px 5px 0px 5px;
  color: white;
}

/* .portfolio.space{
  position: relative;
  z-index: -1;
} */

.line-height-35 {
  line-height: 35px !important;
}


nav a {
  text-transform: capitalize;
}


@media only screen and (max-width:550px) {
  .tracking-custom {
    letter-spacing: 2px;
  }

}

.tracking-custom {
  letter-spacing: 2px;
}

.location-highlight {
  background: linear-gradient(#143e7bb8, #143e7bb8), url('../img/amenities/location-highlight.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.custom-line {
  position: relative;
}

.custom-line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  right: 0;
  background-color: #d1d1d1;
  z-index: -1;
  border-radius: 10px;
}



.desktop-animation {
  display: block;
}

.mobile-animation {
  display: none;
}

@media only screen and (max-width:800px) {
  .desktop-animation {
    display: none;
  }

  .mobile-animation {
    display: block;
  }

}

#nextButton {
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  border: 5px solid white;
}


.slider-title {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: 7%;
  transform: translateX(-50%);
  flex-direction: column;

}

.amenities-inner {
  position: relative;
}

.amenities-inner h3 {
  text-align: end;
  position: absolute;
  left: 0px;
  bottom: 0;
  padding: 20px 10px 5px 10px;
  background: linear-gradient(to top, black, transparent);
  width: 100%;
  color: white;
  font-size: 1.3rem;
}

.download-brochure {
    position: fixed;
    bottom: 50px;
    right: 25px;
    width: 50px;
    border-radius: 50%;
    outline: 5px solid #b4c1d6;
    z-index: 99;
    transition: 100ms ease-in;
}

.download-brochure:hover{
  scale: 1.1;
}


.download-brochure::after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    border-radius: 50%;
    top: 0;
    height: 100%;
    background-color: #b4c1d6;
    animation: zoom-in 1s ease-in-out infinite alternate;
    z-index: -1;
}

@keyframes zoom-in {
    0%{
      transform: scale(1);
      
    }
    50%{
      
      transform: scale(1.3);
      
    }
    100%{
      transform: scale(1);

    }
}

.rera {
    position: absolute;
    top: 9px;
    right: 9px;
    background: #ffffffb5;
    padding: 5px;
    font-size: 14px;
}

img.qr-code{
  width: 50px;
  margin-right: 10px;
}
.rera p{
      font-size: 11px;
}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.partners .box img{
  width: 80px !important;

}



@media only screen and (max-width:767px){
  .partners .box:nth-child(odd){
    border-left: 0 !important;
  }
  .partners .box:nth-child(7), .partners .box:nth-child(8){
    border-bottom: 0 !important;
  }
   .box-1,.box-4,.box-5,.box-8{
      background: radial-gradient(#ffffff00, #0000000a);
  }
}

@media only screen and (min-width:768px){


  .box-1,.box-6,.box-3,.box-8{
      background: radial-gradient(#ffffff00, #0000000a);
  }
  .box-5,.box-7,.box-6,.box-8{
      border-bottom: 0 !important;
  }
  .box-1,.box-5{
    border-left: 0 !important;
  }

}



.box {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    border-bottom: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7;
    /* box-shadow: 0px 0px 12px -9px black; */
    padding: 15px;
}

.benifit {
    padding: 5px 10px 0px 10px;
    background: #0f2e59;
    /* border: 2px solid #c5c5c587; */
    border-radius: 40px;
    color: #ffffff;
    margin: 0 2px;
    font-weight: 200;
    font-size: 12px;
}

.perks i{
  font-size: 40px;
  padding-bottom: 18px;
}
  .apply-btn img{
    width: 20px;
    filter: invert(1);

  }
  .apply-btn:hover img{
    filter: brightness(0) !important;
  }