@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&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=Kalnia:wght@100..700&display=swap');


body {
  font-family: "Kalnia", serif;
}

body {
  font-family: "Inter", sans-serif;

  color: #1a1c21;

  font-size: 14px;

  font-style: normal;

  font-weight: 400;

  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;

  font-family: "Inter", sans-serif;

  font-weight: 400;
}
.form-control:focus,.form-select:focus{    box-shadow: none;
    border: 0;
    border-radius: 0;outline: none;
}
.heading-1 {
  color: #fff;

  font-family: "Inter", sans-serif;

  font-size: 65px;

  font-weight: 600;

  line-height: 1.5;

  text-align: center;
}

.heading-1 span {
  font-size: 75px;
}

.overview p {
  font-size: 13px;
  line-height: 1.3;
}

.heading-2 {
  font-family: "Inter", sans-serif;

  color: #000;

  font-size: 40px;

  font-weight: 600;

  text-transform: capitalize;
}

.heading-3 {
  color: #FFF;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.heading-1 .words {
  display: inline-block;

  overflow: hidden;

  height: 113px;

  vertical-align: bottom;
}

.heading-1 .words span {
  display: block;

  color: #6394ff;

  animation: slideUp 8s infinite;

  font-weight: 400;
}

.heading-1 span.last-word {
  font-weight: 400;
}

h1 {
  font-size: 60px;

  font-weight: 600;
}

h2 {
  font-size: 52px;

  font-weight: 600;
}

h3 {
  font-size: 48px;

  font-weight: 600;
}

h4 {
  font-size: 38px;

  font-weight: 400;
}

h4 {
  font-size: 28px;

  font-weight: 400;
}

h5 {
  font-size: 18px;

  font-weight: 400;
}

h6 {
  font-size: 16px;

  font-weight: 400;
}

a {
  text-decoration: none;

  color: #212529;

  transition: 0.3s linear;

  -webkit-transition: 0.3s linear;

  -moz-transition: 0.3s linear;

  -o-transition: 0.3s linear;

  -ms-transition: 0.3s linear;
}

a:hover {
  text-decoration: none;

  color: #1f439c;
}

.btn-wrap {
  color: #000;

  font-family: "Inter", sans-serif;

  font-size: 14px;

  font-weight: 400;

  letter-spacing: -0.36px;
}

.container-fluid {
  padding: 0 5rem;
}

.header-wrapper {
  padding: 10px 0;
}

.main-section {
  padding: 30px 0;
  height: 100vh;
}

.hero {
  height: 100%;

  display: flex;

  justify-content: center;

  align-items: center;
}

.hero p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
}

.hero .hero-content {
  margin-bottom: 80px;
  position: relative;
}

.header-wrapper .navbar-brand img {
  max-width: 80%;
}

.header-wrapper .navbar .navbar-nav {
  align-items: center;
}

.header-wrapper .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;

  font-size: 14px;

  font-family: "Inter", sans-serif;

  font-weight: 600;

  letter-spacing: -0.4px;

  text-transform: capitalize;

  padding: 8px 18px;
}

.header-wrapper .navbar .navbar-nav .nav-item .nav-link {
  position: relative;

}

.header-wrapper .navbar .navbar-nav .nav-item .nav-link.active {
  color: #4CAF50 !important;
  font-weight: 700;
}

.header-wrapper .navbar .navbar-nav .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -11px;
  width: 100%;
  height: 2px;
  background-color: #4CAF50;
}

.header-wrapper .col-lg-12 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.who-we-are p span {
  font-weight: 700;
}

.who-we-are img {
  border-radius: 14px;
  box-shadow: 0 -3px 25.2px 0 rgba(0, 0, 0, 0.25);
}

.who-we-are .col-lg-7 img {
  height: 100%;
}

.who-we-are>.container-fluid>.row>.col-lg-7 {
  margin-bottom: 24px;
}

.btnEnquire {
  border-radius: 2px;

  background: rgba(255, 255, 255, 0.2);

  color: #fff;

  padding: 8px 30px;

  font-weight: 300;

  transition: 0.3s linear;

  border: 1px solid rgba(255, 255, 255, 0.2);
}

.btnEnquire:hover {
  color: #fff;

  background: transparent;

  border: 1px solid rgba(255, 255, 255, 0.2);
}

.ptb {
  padding: 40px 0;
}

.offcanvas-header {
  background: #1f439c;
}

.offcanvas.offcanvas-end {
  background: #fff !important;
  transform: translateX(-100%);
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  backface-visibility: hidden;
  bottom: 0;
}

.counter-section {
  color: #fff;
  position: relative;
  padding: 60px 0;
}

.counter-section .counter-box {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 40px 0;
}

.counter-section .counter-box h2 {
  color: #4caf50;
  text-align: center;
  font-family: Inter;
  font-size: 55px;
  font-weight: 500;
  letter-spacing: -1.5px;
  margin-bottom: 20px;
}

.counter-section .counter-box h2 span {
  color: #fff;

}

.counter-section .counter-box p {
  margin-top: 10px;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 300;
}

.counter-section .counter-box p span {
  color: #4caf50;
  font-weight: 600;
}

.counter-section .border-end {
  border-right: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.counter-section .first-counter,
.counter-section .first-counter h2 {
  text-align: left;
}

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

  20% {
    transform: translateY(0%);
  }

  25% {
    transform: translateY(-100%);
  }

  45% {
    transform: translateY(-100%);
  }

  50% {
    transform: translateY(-200%);
  }

  70% {
    transform: translateY(-200%);
  }

  75% {
    transform: translateY(-300%);
  }

  95% {
    transform: translateY(-300%);
  }

  100% {
    transform: translateY(0%);
  }
}



.screenshot_slider .owl-item .item {
  transform: translate3d(0, 0, 0);
  transform: scale(0.9);
  transition: all .25s ease-in-out;
}

.screenshot_slider .owl-item .item img {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.screenshot_slider .owl-item .item .paras-projects-box h3 {
  padding-bottom: 20px;
  font-size: 20px;
}

.screenshot_slider .owl-item.center .item .paras-projects-box h3 {
  font-size: 24px;
  padding-bottom: 0;
  margin-bottom: 5px;
}

.screenshot_slider .owl-item.center .item {
  transform: translate3d(0, 0, 0);
  transition: all .25s ease-in-out;
}

.screenshot_slider .owl-item.center .item img {
  -webkit-transform: scale(1.11);
  -ms-transform: scale(1.11);
  transform: scale(1.11);
}

.screenshot_slider .owl-nav ,.project_slider .owl-nav{
  text-align: center;
  display: flex!important;
  justify-content: space-between;
  top: 0;
  position: absolute;
  left: -12%;
  right: -12%;
  height: 100%;
}

.screenshot_slider .owl-item img ,.project_slider .owl-item img{
  border-radius: 15.48px;
}

.paras-projects .owl-nav button {
  font-size: 24px !important;
  margin: 10px;
  color: #033aff !important;
}

.paras-projects .nav-tabs .nav-link {
  border: 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
}

.paras-projects .nav-tabs {
  border: 0;
  justify-content: end;
}

.paras-projects .nav-tabs .nav-link.active {
  border-bottom: 2px solid #1F439C;
}

.paras-projects-box h3 {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0;
  margin-bottom: 20px;
}

.paras-projects-box {
  position: relative;
}

.paras-projects .heading-2 {
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(90deg, #1F439C 0%, rgba(102, 102, 102, 0) 100%);
  border-image-slice: 1;
  padding-bottom: 16px;
  color: #212529;
  /* font-weight: 400; */
  letter-spacing: -0.96px;
  font-family: "Manrope", sans-serif;
}


.office-buildings .content {
  padding: 80px;
  height: 100%;
  position: relative;
  z-index: 1;
  top: 147px;
}


.office-buildings .content h2 {
  line-height: 1;
  font-size: 60px;
  margin-bottom: 16px;
}

.office-buildings .content p {
  color: #FFF;
  font-weight: 300;
  text-transform: capitalize;
}

.paras-build-tech {
  padding-top: 120px;
}

.paras-build-tech .heading-2 {
  padding-bottom: 40px;
}

.office-buildings .content .StartedBtn {
  border-radius: 8px;
  border: 1px solid #FFF;
  color: #FFF;
  text-align: center;
  display: block;
  padding: 13px 50px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
}

.office-buildings .content .StartedBtn i {
  transform: rotate(-45deg);
}

.office-buildings-property {
  height: 100vh;
}

.office-buildings .img-wrap {
  position: absolute;
  right: -6%;
  bottom: 0;
  width: 63%;
  z-index: 1;
}





.office-buildings {
  position: relative;
}

.paras-build-tech .heading-section {
  display: block;
  color: #1F439C;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.25;
  font-size: 60px;
  line-height: 1;
}

.heading-2 span {
  color: #1F439C;
}



.project-card {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  color: #fff;
  border-radius: 20px;
  border: 0.25px solid #e2dede;
  display: block;
}

.project-card:after {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  top: 0;
  bottom: 0;
  opacity: 0.8;
  background: linear-gradient(180deg, #1A1C21 0%, rgba(0, 0, 0, 0.00) 100%);
}

.project-card .card-bg {
  position: relative;
}

.project-card .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.project-card .content-top {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 2;
  right: 2rem;
}

.project-card .date-badge {
  position: absolute;
  top: -40px;
  right: 2rem;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
  text-align: center;
  z-index: 2;
  padding: 8px 8px;
  width: 70px;
  color: #181A20;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.project-card .card-bg {
  overflow: hidden;
  height: 400px;
}

.project-card .card-bg img {
  transition: 0.3s linear;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-card .card-bg img:hover {
  transform: scale(1.1);
}

.project-card .date-badge span {
  color: #1F439C;
  font-family: Inter;
  font-size: 15px;
  font-weight: 600;
}

.project-card .details-box {
  background: #fff;
  color: #000;
  padding: 1rem 35px;
  margin: 0px 0 0 2rem;
  position: absolute;
  border-radius: 21.022px 0 0;
  bottom: 0;
  z-index: 1;
  width: 90%;
  right: 0;
}



.project-card .details-box p {
  margin: 0;
  color: #212529;
  font-family: Inter;
  font-size: 11px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
}

.project-card .details-box h6 {
  color: #1C449C;
  font-size: 10px;
  font-weight: 400;
}

.project-card .details-box h5 {
  color: #001427;
  font-weight: 600;
  line-height: 1.5;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
}



.project-card .content-top h5 {
  color: #FFF;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
      display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project-card .content-top p {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
}

footer {
  background: url(../images/background/footer-bg.webp) no-repeat center / cover !important;
  color: #fff;
  padding: 50px 0 20px;
  font-size: 14px;
  position: relative;
}

footer h5 {
  margin-bottom: 20px;
  color: #FFF;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
}

footer a {
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  color: #BEBDBD;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
}

footer a:hover {
  text-decoration: underline;
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 30px;
  padding-top: 15px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  color: #fff;
}

.subscribe-box input {
  border: 0;
  padding: 8px;
  padding-left: 16px;
  border-radius: 4px 0 0 4px;
  outline: none;
  background: transparent;
  width: 65%;
  color: #FFF;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
}

.subscribe-box input::placeholder {
  color: #FFF;
}

.subscribe-box.d-flex {
  border-radius: 4px;
  border: 1px solid #FFF;
}

.subscribe-box button {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 600;
  line-height: 28.5px;
  border-radius: 0 4px 4px 0;
  background: transparent;
  border: 0;
  border-left: 1px solid #FFF;
  margin: 8px 0;
  padding: 5px 10px;
}

.footer-logo img {
  width: 14%;
}

footer .list a {
  position: relative;
  color: #FFF;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
}

.footer-bottom p {
  color: #fff;
}

footer .list a:not(:first-child):after {
  content: "";
  position: absolute;
  background: #fff;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  top: 8px;
  left: -10px;
}

footer hr {
  margin: 3rem 5rem;
  border: 0;
  opacity: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.hero .hero-content .subtilte {
  color: #FFF;
  font-family: Inter;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}

.overview span {
  display: block;
  color: #1A1C21;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.vision-mission .content {
  position: relative;
}

.vision-mission .content .box {
  position: absolute;
  bottom: 15px;
  border-radius: 16px;
  background: #FFF;
  width: 40%;
  right: 15px;
  padding: 30px 40px;
  padding-left: 30px;
}

.vision-mission .content .box h3 {
  color: #1F439C;
  font-family: Manrope;
  font-weight: 600;
}

.mission-wrap .content .box {
  left: 15px;
  right: auto;
}

.col-left-img {
  display: flex;
  align-items: end;
  gap: 15px;
}

.philosophy-left-images,
.philosophy-images {
  display: grid;
  gap: 15px;
}

.philosophy-left-images {
  display: flex;
  align-items: end;
}

.philosophy-images {
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 530px 369px;
}

.philosophy-images img,
.philosophy-left-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.philosophy-images .img-tall {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.philosophy-left-images .img-wide {
  width: 751px;
}

/* .Residential-box:hover .content {
  border-radius: 20px 0 0;
  background: #FFF;
  left: auto;
  width: 90%;

} */

.Residential-box .content {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 20px 30px;
  transition: all 0.3s linear;
}

.Residential-box .content .address {
  display: block;
  text-align: center;
  align-items: center;
  gap: 25px;
}



.Residential-box .address .icon {
  width: 60px;
  height: 60px;
  background: #1F439C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transform: rotate(-40deg);
  display: none;
  font-size: 30px;

}

.Residential-box:hover .address .icon {
  display: flex;
}

.Residential-box .address p {
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  margin: 0;
}

/* .Residential-box:hover .address p {
  color: #001427;
  font-weight: 600;
} */

.Residential-box {
  position: relative;
  transition: 0.3s linear;
  display: block;
  overflow: hidden;
}

.Residential-box .content h3 {
  color: #fff;
  margin-top: 0 !important;
  font-weight: 600;
  text-align: center;
}

/* .Residential-box:hover .content h3 {
  color: #1F439C;
} */

.video-section .heading-2 {
  font-weight: 500;
  margin-bottom: 30px !important;
}

.video-section p span {
  color: #1C449C;
  font-weight: 600;
}

.video-section .video-wrap {
  margin-top: 40px;
}
.gallery-grid img:nth-child(2) {
    height: 670px;
}
.gallery-grid img:nth-child(5) {
    height: 670px;
    margin-top: -303px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .philosophy-images {
            grid-template-columns: 1fr 1fr;
        grid-template-rows: 293px 310px;
        margin-top: 150px;

  }

  .philosophy-left-images .img-wide {
    width: 642px;
  }

  .gallery-grid img:nth-child(2) {
    height: 480px;
  }

  .gallery-grid img:nth-child(5) {
   height: 480px;
    margin-top: -217px;
  }
}


@media (min-width: 1400px) and (max-width: 1600px) {
  .philosophy-images {
 grid-template-columns: 1fr 1fr;
        grid-template-rows: 380px 353px;
        margin-top: 60px;
  }

  .philosophy-left-images .img-wide {
           width: 723px;
  
  }

  .gallery-grid img:nth-child(2) {
    height: 545px;
  }

  .gallery-grid img:nth-child(5) {
    height: 545px;
    margin-top: -247px;
  }
}

@media (min-width: 1700px) and (max-width: 1800px) {
  .philosophy-images {
          grid-template-columns: 1fr 2fr;
        grid-template-rows: 470px 344px;
        margin-top: 60px;
    }
  

  .gallery-grid img:nth-child(2) {
    height: 620px;
  }

     .gallery-grid img:nth-child(5) {
        height: 620px;
        margin-top: -280px;
    }
  .philosophy-left-images .img-wide {
   width: 703px;
  }
}



.paras-florett .heading-2 {
  color: #1F439C;
  font-size: 35px;
}

.paras-florett h5 {
  color: rgba(0, 0, 0, 0.54);
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 16px;
}

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

.paras-florett ul li {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
  position: relative;
  display: flex;
  align-items: center;
}

.paras-florett ul li span {
  display: inline-block;
  display: flex;
  margin-right: 10px;
}

.paras-florett .price-wrap {
  margin: 33px 0;
  padding: 0 100px;
  padding-left: 0;
  position: relative;
}

.paras-florett .content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

.paras-florett .price-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 100px;
  opacity: 0.18;
  background: #212529;
  bottom: -10px;
  height: 1px;
}

.paras-florett .price-wrap h4 {
  color: #000;
  font-weight: 500;
  font-size: 28px;
  margin: 0;
}

.paras-florett .price-wrap span {
  color: #1F439C;
  font-family: Inter;
  font-weight: 500;
  font-size: 28px;
}

.florett .content h6 {
  color: #212529;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 24px;
}

.florett .box h6 {
  color: #212529;
  font-family: "Kalnia", serif;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 12px;

}

.florett .content .row .col-md-4 {
  border-right: 1px solid rgb(0 0 0 / 20%);
  border-bottom: 1px solid rgb(0 0 0 / 20%);
}

.florett .content .row .col-md-4:nth-child(3),
.florett .content .row .col-md-4:nth-child(6) {
  border-right: 0;
}

.florett .content .row .col-md-4:nth-child(7),
.florett .content .row .col-md-4:nth-child(8) {
  border-bottom: 0;
}

.florett .box span {
  color: #212529;
  font-family: Inter;
  display: block;
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 16px;
}

.florett-cta .heading-1 {
  line-height: 1.2;
  margin-bottom: 100px !important;
}

.florett .brochureBtn {
     border-bottom: 1px solid rgb(0 0 0 / 75%);
    border-radius: 0;
    padding: 10px 0px;
    font-weight: 600;
    font-size: 16px;
}

.florett-logo {
 position: relative;
    left: -40px;
    top: -20px;
    border-radius: 100%;
    overflow: hidden;
}
.florett-logo  img{
  width: 80%;
    height: 100%;
    object-fit: cover;
    margin: auto;
}
.florett .content p span {
  color: #74BC5C;
  font-weight: 700;
  font-size: 18px;
}

.florett .btnEnquire {
 color: #fff !important;
    font-weight: 600;
    text-transform: capitalize;
    background: #1f439c !important;
    /* padding: 0; */
    margin-bottom: 70px;
    /* border: 0 !important; */
    /* border-bottom: 1px solid #1f439c; */
    margin-top: 30px;
    font-size: 16px;
}

.florett h5 {
  color: #212529;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 40px;
  font-size: 24px;
}

.florett-cta .btnEnquire {
  border-radius: 43px;
  border: 1px solid #FFF;
  background: rgba(0, 0, 0, 0.00);
  padding: 10px 60px;
  font-size: 16px;
}


.florett-cta .btnEnquire:hover {
  background: #fff;
  color: #000;
}

.florett-cta {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.amenities-box {
  position: relative;
}

.amenities-box h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  color: #FFF;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
  opacity: 0;
}

.amenities-box {
  overflow: hidden;
  border-radius: 10px;
}

.amenities-inner {
  position: relative;
}

.amenities-inner img {
  transition: 0.3s linear;
}

.amenities-box .amenities-inner:hover h4 {
  opacity: 1;
}

.amenities-inner:hover img {
  transform: scale(1.3);
}

.floor-plan {
  background: rgba(112, 129, 169, 0.61);
}

.floor-plan h2 {
  text-align: center;
  font-size: 36px;
  color: #fff;
}

.floor-plan-box {
  border-radius: 22px;
  border: 0.75px solid rgba(0, 0, 0, 0.12);
  background: #FFF;
}

.floor-plan-box img {
  border-radius: 22px 22px 0 0;
}

.floor-plan-content {
  padding: 20px;
  text-align: center;
}

.floor-plan-content h4 {
  color: #001427;
  font-weight: 600;
  line-height: 1.5;
  font-size: 24px;
}

.floor-plan-content span {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 24.5px;
  display: block;
}

.floor-plan .btnEnquire {
  border-radius: 6px;
  background: #1f439c;
  width: 100%;
  color: #FFF;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 20px;
  padding: 10px 20px;
}

.location-section .heading-1 {
  color: #1f439c;
  font-family: Manrope;
  text-transform: capitalize;
  opacity: 0.25;
  line-height: 1;
}

.location-section .sub-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
  color: #666;
}

.location-section .location-list,.list-section .arrow-list li:before {
  list-style: none;
  padding: 0;
}

.location-section .location-list li, .list-section .arrow-list li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 50px;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  display: block;
}
.list-section .arrow-list li {
  padding-left: 28px;font-size: 14px;    margin-bottom: 5px;
}
.location-section .location-list li::before,.list-section .arrow-list li:before {
  content: "";
  position: absolute;
  background: url('../images/icons/arrow.svg') no-repeat center / contain;
  left: 0;
  top: 0;
  color: #007bff;
  width: 20px;
  height: 20px;
}
.list-section .arrow-list li:before{
    top: 3px;
    width: 15px;
    height: 15px;
}
.location-section iframe {
  border-radius: 8px;
  width: 100%;
  height: 435px;
}

.location-section .location-list li span {
  font-weight: 500;
}

.luxury {
  background: rgba(238, 243, 255, 0.61);
}


.luxury-box {
  border-radius: 33px;
  background: #FFF;
  padding: 20px;
}

.luxury-box p {
  color: rgba(0, 0, 0, 0.54);
  font-family: Inter;
  font-weight: 500;
  font-size: 18px;
}

.form-label {
  color: #1A1C21;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
}

.form-control {
  border-radius: 4px;
  border: 2px solid #1F439C;
  opacity: 0.27;
  background: #FFF;
  color: #A4A4AA;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.form-control::placeholder {
  color: #A4A4AA;
}

.luxury-box .btn-wrap {
  border-radius: 4px;
  background: #1f439c;
  width: 100%;
  color: #fff;
  font-family: Inter;
  font-weight: 600;
  padding: 10px;
  font-size: 16px;
}

.nri-corner .heading-2 {
  font-size: 35px;
  color: #1F439C;
  margin-bottom: 20px;
}

.nri-corner span {
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.50);
}

.nri-corner p {
  font-size: 16.5px;
  line-height: 2;
  font-weight: 500;
}


.customer-service .image {
  padding: 60px;
}

.customer-service-box {
  border-radius: 25px;
  border: 1px solid #1C449C;
  background: #FFF;
  padding: 40px 30px;
}

.customer-service-box h4 {
  color: #000;
  font-family: Manrope;
  font-weight: 700;
}



.contactBtn {
  border-radius: 2px;
  border: 1px solid #000 !important;
  background: rgba(0, 0, 0, 0.00);
  padding: 10px 55px;
  color: #000 !important;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 18px;
}

.inner-hero .heading-1 {
  font-size: 78px;
  line-height: 1.2;
}

.inner-hero p {
  font-size: 30px;
  font-weight: 200;
}



.aboutus-banner p {
  font-weight: 500;
  font-size: 22px;
  padding-top: 16px;
}

.aboutus-counter .border-end {
  border-right: 1px solid #74BC5C !important;
}

.philosophy p {
  color: #181A20;
  font-family: Inter;
  font-weight: 400;
  line-height: 25px;
  font-size: 14px;
}

.banner-bottom {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-bottom .content h3 {
  color: rgba(255, 255, 255, 0.70);
  font-family: Inter;
  font-weight: 400;
  font-size: 37px;
  line-height: 1.5;
}

.banner-bottom .content h2 {
  color: #FFF;
}

.banner-bottom .content p {
  color: #FFF;
  text-align: justify;
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  margin-top: 20px;
}

.banner-bottom .content {
  padding: 60px;
  border-radius: 40.164px;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(29.5px);
}

.noida-retail-epicenter-inner {
  border-radius: 8px;
  padding: 40px 60px;
}

.noida-retail-epicenter-inner .header-box {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(29.5px);
  padding: 40px;
}

.noida-retail-epicenter-inner .header-box h2 {
  color: #FFF;
  line-height: 1.5;
}

.noida-retail-epicenter-inner .box {
  border-radius: 15.75px;
  border: 0.25px solid #ffffff54;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(38.71875px);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.noida-retail-epicenter-inner .box span {
  color: #FFF;
  text-align: justify;
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  display: block;
}

.noida-retail-epicenter-inner .box img {
  width: 14%;
}

div#myModal .modal-content {
  border-radius: 12px;
  background: #1F439C;
  padding: 40px;
}

div#myModal .modal-content .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 1;
  filter: brightness(0) invert(1);
}

div#myModal .modal-header {
  flex-direction: column;
  padding: 0;
  border: 0;
}


div#myModal .modal-header .modal-title {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 30px;
  font-weight: 600;
  line-height: 26px;
  /* 72.222% */
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
  width: 100%;
  padding-bottom: 20px;
}

div#myModal .modal-header p {
  color: #FFF;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  width: 60%;
  margin: auto;
  margin-bottom: 20px;
}

div#myModal .form-control {
  background: transparent;
  border-bottom: 1px solid #FFF;
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  opacity: 1;
  padding-left: 0;
  padding-right: 0;
}

div#myModal .form-select {
  border: 0;
  border-bottom: 1px solid #FFF;
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 10px center;
  background-size: 16px;
  padding: 10px 40px 10px 10px;
  cursor: pointer;
  filter: brightness(0) invert(1);
}

div#myModal .form-control::placeholder {
  color: #fff;
}

div#myModal .form-select option {
  background: #fff;
  color: #000;
}


div#myModal .form-select option:hover {
  background: #f0f0f0;
}

div#myModal .btn-primary {
  border-radius: 6px;
  background: #FFF;
  color: #1f439c;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 10px 20px;
  width: 100%;
}

div#myModal .modal-body {
  padding: 0;
}

.paras-projects-box:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  border-radius: 20px;
  height: 100%;
  transform: scale(0.9);
  background: linear-gradient(to bottom, #fff, #000);
  opacity: 0.3;
}

.screenshot_slider .owl-item .item img {
  height: 370px;
}

.screenshot_slider .owl-stage-outer {
  padding: 30px 0;
}



.screenshot_slider .owl-item .item .paras-projects-box h3 {
  z-index: 1;
}


.screenshot_slider .owl-item.center .paras-projects-box:after {
  transform: scale(1.11);
}

.screenshot_slider .owl-item .item .paras-projects-box h3 {
  z-index: 1;
}

.Residential-box img {
  border-radius: 20px;
}

.Residential-box:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    border-radius: 0px;
    height: 116px;
}

.Residential-box img {
  border-radius: 20px;
  height: 400px;
  width: 100%;
}

.Residential-box .content {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 20px 30px;
  transition: all 0.3s linear;
  z-index: 1;
}

.contact-info-box {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px;
  border-radius: 15px;
  border: 1.137px solid rgba(163, 163, 163, 0.46);
  background: #FFF;
  margin-bottom: 30px;
}

.contact-icon svg,
.contact-icon i {
  font-size: 40px;
  display: flex;
  width: 80px;
  height: 80px;
  padding: 25.364px 23.561px 25.111px 24.636px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  aspect-ratio: 62 / 63;
  border-radius: 16px;
  color: #fff;
  margin-right: 15px;
  background: #1F439C;
}

.contact-form .form-control {
  border-radius: 0;
  box-shadow: none;
  border: 0;
  border-bottom: 1.117px solid #7D7D7D;
  color: #7D7D7D;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 0;
  opacity: 1;
}

.contact-form .form-control::placeholder {
  color: #7D7D7D;
}

.contact-form button {
  width: 100%;
  border-radius: 5px;
}

.contact-image img {
  border-radius: 10px;
  width: 100%;
}

.contact-section .btn-wrap {
  font-size: 16px;
  border-radius: 6.701px;
  background: #1F439C;
  color: #fff;
  font-weight: 600;
  padding: 10px;
}

.contact-info-box h6 {
  margin-bottom: 5px;
  color: #1f439c;
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 29.036px;
}

.contact-info-box p {
  font-size: 12px;
  margin-bottom: 0;
}

.contact-info-box p a {
  text-decoration: underline;
}

.contact-section .col-lg-7:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}

.paras-seasons-location .heading-3 {
  color: #1A1C21;
  font-weight: 700;
}



select.select-control {
  border-radius: 0;
  box-shadow: none;
  border: 0;
  border-bottom: 1.117px solid #7D7D7D;
  color: #7D7D7D;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 0;
  width: 100%;
}

.Residential-box:hover img {
  transform: scale(1.2);
}

.Residential-box img {
  transition: 0.3s linear;
}

.Residential-box {
  border-radius: 20px;
}

.video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

video.hero-bg-video {
  width: 100%;
}

ul.pagination-box {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.pagination-box li a {
  padding: 10px 12px;
  margin: 5px;
  text-align: center;
  color: #1f439d;
  cursor: pointer;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s ease;
}



.philosophy-left-images img.img-bottom-left {
  width: 40.5%;
}

ul.pagination-box li:last-child a {
  background: #1f439d2e;
}

ul.pagination-box li.active a,
ul.pagination-box li:first-child a {
  background: #1f439d;
  color: #fff;
}

ul.pagination-box li a:hover {
  background: #1f439d;
  color: #fff;
}

.top-img {
  position: sticky;
  top: 0;
}

.top-img img {
  width: 100%;
  display: block;
}

.top-img .img-display {
  overflow: hidden;
}

.top-img .img-showcase {
  display: flex;
  width: 100%;
  transition: all 0.5s ease;
}

.top-img .img-showcase img {
  min-width: 100%;
}

.top-img .img-select {
  display: flex;
}

.top-img .img-item {
  margin: 0.3rem;
}

.top-img .img-item:nth-child(1),
.top-img .img-item:nth-child(2),
.top-img .img-item:nth-child(3) {
  margin-right: 0;
}

.top-img .img-item:hover {
  opacity: 0.8;
}

.top-img .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  outline: none;
  height: 25px;
}

.top-img .owl-nav button svg {
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  padding: 5px;
}

.top-img .owl-nav button.owl-prev {
  left: 25px;
}

.top-img .owl-nav button.owl-next {
  right: 25px;
}

.top-img .owl-nav button span {
  font-size: 45px;
}

.top-img .product-thumb .item img {
  height: 100px;
}

.top-img .owl-stage-outer {
    margin: 0 5px;
}

.top-img .product-thumb .item:first-child {
    margin-left: 0;
}

.top-img .product-slider .item img {
  height: 300px;
}

.top-img .product-thumb .item {
  margin: 5px;
}
.top-img .owl-stage-outer {
    margin: 0 5px;
}

.top-img .product-thumb .item:first-child {
    margin-left: 0;
}
.paras-florett .content .description ul {
    margin-bottom: 20px;
}
.paras-florett .content h4 {
  font-size: 24px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}

.table-responsive {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  font-family: "Poppins", sans-serif;
}



.project-details table {
  width: 100%;
  border-collapse: collapse;
}

.project-details tr {
  border: 0;
}

.project-details td {
  padding: 14px 18px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 15px;
  color: #444;
}



.project-details .label {
  background: #fafafa;
  color: #777;
  font-weight: 600;
  width: 45%;
}

.project-details .btn-outline-success {
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  padding: 8px 18px;
  border-radius: 8px;
  display: inline-block;
  color: #4CAF50 !important;
  border: 1.8px solid #4CAF50 !important;
}
.project-details .btn-outline-success:hover {
  color: #fff !important;
}
.project-details iframe {
  height: 100px;
  width: 100px;
}

.project-details .btn-outline-info {
  display: inline-block;
  padding: 8px 18px;
  border: 1.8px solid #1C449C;
  border-radius: 8px;
  color: #1C449C;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}

.project-details .btn-outline-info:hover {
  background: #1C449C;
  color: #fff;
}




.project-details tr th {
  border: 0;
  border-bottom: 1px solid #f0f0f0;
}

.project-details tr td {
  border: 0;
  border-bottom: 1px solid #f0f0f0;
}

.contact-image {
  height: 430px;
  overflow: hidden;
  border-radius: 16px;
}

.project-card .card-bg:hover img {
    transform: scale(1.5);
}

.brands {
    background: rgb(28 54 118);
  }

  .brands-box article {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .brands-box .brands-swiper .swiper-wrapper {
    align-items: center;
  }

  .brands-box .brands-swiper .swiper-slide::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 20%;
    background-color: #0f0f0f6b;
    content: "";
    transition: all 0.3s ease;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
  }

  .brands-box .brands-swiper .swiper-slide:hover::after {
    width: 100%;
    height: 100%;
    transition: all 0.9s ease;
    opacity: 1;
    transform: scale(1);
  }

  .brands-box .brands-swiper .swiper-slide .cardPopout {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    transform: none !important;
  }

  .brands-box .brands-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    border-radius: 5px;
  }

  .brands-box .swiper-3d .swiper-slide-shadow-right,
  .brands-box .swiper-3d .swiper-slide-shadow-left {
    background-image: none !important;
  }

  .brands-box .brands-swiper .swiper-slide a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background-color: black;
    color: white;
    border-radius: 3px;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    transition: all 0.6s ease !important;
  }

  .brands-box .brands-swiper .swiper-slide a:hover {
    color: black;
    transition: all 0.6s ease;
  }

  .brands-box .brands-swiper .swiper-slide a::after {
    position: absolute;
    right: 100%;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #2649ff;
    content: "";
    z-index: -1;
    transition: all 0.6s ease;
  }

  .brands-box .brands-swiper .swiper-slide a:hover::after {
    right: 0;
    transition: all 0.6s ease;
  }

  .brands-box .brands-swiper .swiper-scrollbar {
    --swiper-scrollbar-bottom: 0px;
    --swiper-scrollbar-size: 10px;
    display: none;
  }

  /* Style the navigation buttons */
  .brands-box .swiper-button-next,
  .brands-box .swiper-button-prev {
    position: absolute;
    width: 100px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    border-radius: 50%;
    z-index: 10;
    transition: background-color 0.3s ease;
  }

  /* Position the previous button to the left */
  .brands-box .swiper-button-prev {
    left: 10px;
  }

  /* Position the next button to the right */
  .brands-box .swiper-button-next {
    right: 10px;
  }

  .location .content .heading-2 {
    color: #1F439C;
    font-size: 32px;
    margin-bottom: 10px;
  }

  .location .content span {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    margin-bottom: 16px;
  }

  .location .content h5 {
    color: #1f439c;
    font-family: Inter;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 20px;
  }

  .location .content p {
    color: rgba(0, 0, 0, 0.80);
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
  }

  .features .content {
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.38);
    backdrop-filter: blur(17.5px);
    padding: 65px;
  }

  .features .content h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    border-bottom: 1px solid #fff;
    display: inline-block;
  }

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

  .features .content ul li {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 39px;
    /* 216.667% */
    text-transform: capitalize;
    display: flex;
  }

  .features .content ul li span {
    margin-right: 10px;
  }


  /* .gallery h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
  } */

  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
  }

  .gallery-grid img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    display: block;
  }

  .gallery-grid .wide {
    grid-column: span 3;
  }

  .floor-plans-slider h4 {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
  }
.floor-plans-slider h4 {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}

.floor-plans-slider p {
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
}

.floor-plans-slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.floor-plans-slider ul li {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
}
.paras-florett .top-img {
    position: static;
}
.no-banner .header-wrapper {
    background: #1f439d;
}
@media(min-width:992px) {
  .blog-carousel .item {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .blog-carousel {
    display: flex !important;
    flex-wrap: wrap;
    margin: 0 -12px;
  }

  .blog-carousel .item {
    padding: 0 12px;
  }
}

@media (max-width: 992px) {
  .header-wrapper .navbar .navbar-nav {
    align-items: inherit;
  }

  .contact-info-box {
    flex-direction: column;
    text-align: center;
    padding: 8px;
  }

  .contact-section>.container-fluid>.row:nth-child(2) {
    flex-direction: column-reverse;
  }

  .contact-icon svg,
  .contact-icon i {
    font-size: 24px;
    width: 40px;
    height: 40px;
    ;
  }

  .main-section {
    height: 400px;
  }

  .contact-info-box h6 {
    font-size: 14px;
  }

  div#myModal .modal-header p {
    width: 100%;
    margin-bottom: 16px;
  }

  .counter-section .counter-box p {
    font-size: 14px;
  }

  div#myModal .modal-content {
    padding: 20px;
  }

  div#myModal .modal-header .modal-title {
    font-size: 24px;
    width: 100%;
  }

  .banner-bottom {
    height: auto;
  }

  .banner-bottom .content p {
    font-size: 18px;
  }

  .banner-bottom .content h3 {
    font-size: 24px;
  }

  .video-section .heading-2 {
    margin-bottom: 16px !important;
  }

  .header-wrapper .navbar .navbar-nav .nav-item .nav-link.active::after {
    bottom: 0;
    width: 40%;
    background-color: #4CAF50;
  }

  .office-buildings-property {
    height: auto;
  }

  .luxury-box .row {
    flex-direction: column-reverse;
  }
.circle{display: none;}
  /* .florett {
    background: #d2ffc3 !important;
  } */

  .florett .content .row .col-md-4:nth-child(3) {
    border-right: 1px solid rgba(0, 0, 0, 0.20);
  }

  .florett .content .row .col-md-4:nth-child(2),
  .florett .content .row .col-md-4:nth-child(4),
  .florett .content .row .col-md-4:nth-child(6),
  .florett .content .row .col-md-4:nth-child(8) {
    border-right: 0;
  }


  .florett .brochureBtn {
    text-align: center;
    display: block;
    margin: auto !important;
  }

  .paras-florett .price-wrap {
    margin: 28px 0;
    padding: 0;
    padding-left: 0;
  }

  .paras-florett .price-wrap:after {
    left: 0;
    right: 0;
  }

  .office-buildings .content {
    top: 0;
  }

  .paras-florett .price-wrap span,
  .paras-florett .price-wrap h4 {
    font-size: 16px;
  }

  .office-buildings-property {
    background: url(../images/background/dream-house-bottom-bg.webp) no-repeat center bottom / cover !important;
  }

  .office-buildings-property {
    padding-top: 40px;
  }

  .header-wrapper .navbar .navbar-nav .nav-item .nav-link {
    color: #000;
    font-size: 14px;
    font-weight: 400;
  }

  .office-buildings:after {
    background-size: cover;
    background-position: center;
    border-radius: 25px;
  }

  .btnEnquire {
    background: #1f439c;
    border: 1px solid #1f439c;
    margin-top: 10px;
    color: #fff;
  }

  .office-buildings .content {
    padding: 0 20px;
  }

  .who-we-are {
    padding-bottom: 40px;
  }

  .paras-build-tech {
    padding-top: 40px;
  }

  .paras-build-tech .heading-2 {
    padding-bottom: 0;
  }

  .btnEnquire:hover {
    background: #1f439c;
    border: 1px solid #1f439c;
    color: #fff;
  }

  .offcanvas-header img {
    max-width: 70%;
  }

  .offcanvas-header .btn-close {
    --bs-btn-close-bg: none;
    filter: none;
    font-size: 18px;
    opacity: 1;
    margin-top: -25px;
  }

  .navbar-toggler {
    background: #fff;
  }

  .container-fluid {
    padding: 0 12px;
  }

  .inner-hero .heading-1,
  .office-buildings .content h2,
  .heading-1 {
    font-size: 30px;
  }

  .heading-1 span {
    font-size: 38px;
  }

  .main-section {
    padding: 0;
  }

  .heading-1 .words {
    height: 56px;
  }

  .hero p {
    font-size: 18px;
  }



  .paras-florett .heading-2,
  .nri-corner .heading-2,
  .heading-2 {
    font-size: 28px;
  }

  .counter-section {
    padding: 40px 0;
  }

  .counter-section .counter-box {
    padding: 20px 0;
  }

  .counter-section .counter-box h2 {
    font-size: 34px;
  }

  .paras-projects .nav-tabs .nav-link {
    font-size: 14px;
  }

  .screenshot_slider .owl-nav button img {
    background: #fff;
    width: 40px;
    height: 40px;
    padding: 10px;
  }

  .screenshot_slider .owl-nav,.project_slider .owl-nav {
    left: 0;
    right: 0;
  }

  .paras-projects .owl-nav button,.project_slider .owl-nav {
    margin: 0;
  }

  .project-card .details-box {
    margin: 0px 0 0 1rem;
  }

  .project-card .content-top {
    top: 1rem;
    left: 1rem;
    right: 1rem;
  }

  h5 {
    font-size: 16px;
  }

  h4 {
    font-size: 16px;
  }

  .project-card .details-box p,
  .project-card .details-box h6 {
    font-size: 12px;
  }

  .project-card .date-badge span {
    font-size: 14px;
  }

  .project-card .date-badge {
    padding: 8px 8px;
    font-size: 12px;
    right: 1rem;
  }

  .paras-build-tech .heading-section {
    font-size: 18px;
  }

  .floor-plan h2 {
    font-size: 28px;
  }

  .floor-plan-content h4 {
    font-size: 22px;
  }
  .top-img .owl-nav button.owl-prev {
    left: 0;
}
.top-img .owl-nav button.owl-next {
    right: 0;
}
 .location .row {
      flex-direction: column-reverse;
    }

    .location .content .heading-2 {
      font-size: 28px;
    }

    .location-img {
      margin-top: 30px;
    }

    .location .content h5 {
      font-size: 18px;
    }

    .features .content {
      padding: 16px;
      width: 95%;
      margin: auto;
    }
}

@media (max-width: 768px) {
  .banner-bottom .content {
    padding: 16px;
  }

  .contact-info-box p {
    font-size: 10px;
  }

  .banner-bottom .content h3 {
    font-size: 16px;
  }

  .banner-bottom .content p {
    font-size: 14px;
  }

  .paras-florett .heading-2,
  .floor-plan h2,
  .heading-2 {
    font-size: 22px;
  }

  .noida-retail-epicenter-inner {
    padding: 16px 20px;
  }

  .noida-retail-epicenter-inner .header-box {
    padding: 16px;
  }

  .noida-retail-epicenter-inner .box span {
    font-size: 16px;
  }

  .noida-retail-epicenter-inner .box {
    padding: 12px;
  }

  .florett .content h6 {
    font-size: 14px;
    line-height: 22px;
  }

  .florett .btnEnquire {
    margin-bottom: 40px;
    margin-top: 30px;
    font-size: 14px;
  }

  .florett h5 {
    font-size: 20px;
  }

  .florett .brochureBtn {
    font-size: 14px;
  }

  .florett-cta {
    height: auto;
  }

  .florett-cta .heading-1 {
    margin-bottom: 30px !important;
  }

  .luxury-box p {
    font-size: 14px;
  }

  .form-label {
    font-size: 14px;
  }

  .florett-cta .btnEnquire {
    padding: 10px 50px;
    font-size: 14px;
  }

  .florett .content p span {
    font-size: 14px;
  }

  .floor-plan-content h4 {
    font-size: 20px;
  }

  .paras-florett h5 {
    font-size: 14px;
  }

  .florett .content .row .col-md-4 {
    padding: 12px !important;
  }

  .florett .box span {
    font-size: 12px;
  }

  .florett .box h6 {
    font-size: 16px;

  }

  .philosophy-images {
    grid-template-columns: 1fr;
  }

  .philosophy-left-images .img-wide {
    height: auto;
  }

  .vision-mission .content .box {
    position: inherit;
    right: 0;
    padding: 20px;
    left: 0 !important;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 0 0 16px 16px;
  }

  .paras-build-tech .heading-section {
    font-size: 16px;
  }

  .nri-corner span {
    font-size: 16px;
    ;
    line-height: 1.5;
  }

  section.customer-service h3 {
    margin-bottom: 16px !important;
    font-size: 22px;
  }

  .customer-service-box h4 {
    margin-bottom: 10px !important;
  }

  .contactBtn {
    padding: 8px 24px;
    font-size: 14px;
  }

  .customer-service-box {
    padding: 20px;
  }

  .nri-corner p {
    font-size: 14.5px;
  }

  .paras-projects .nav-tabs {
    justify-content: center;
  }

  .nri-corner .heading-2,
  .inner-hero .heading-1,
  .office-buildings .content h2,
  .heading-1 {
    font-size: 24px;
  }

  .paras-projects .nav-tabs .nav-link {
    font-size: 12px;
    padding: 10px;
  }

  .heading-1 span {
    font-size: 28px;
  }

  .heading-1 .words {
    height: 45px;
  }

  .hero p {
    font-size: 16px;
  }



  .counter-section .border-end {
    border-right: 0 !important;
  }

  .counter-section .first-counter,
  .counter-section .first-counter h2 {
    text-align: center;
  }

  .counter-section .counter-box h2 {
    font-size: 30px;
  }

  .counter-section .border-end {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
  }

  .heading-3 {
    font-size: 18px;
  }

  .paras-projects-box h3 {
    margin-bottom: 0;
  }

  .office-buildings .content p {
    font-size: 12px;
  }

  .office-buildings .content .StartedBtn {
    padding: 8px 30px;
    font-size: 14px;
  }


  .footer-bottom {
    justify-content: center !important;
    font-size: 12px;
  }

  footer .list a,
  footer a,
  footer p {
    font-size: 12px;
  }

  .footer-logo img {
    width: 50%;
    margin: auto;
    display: block;
  }

  footer hr {
    margin: 2rem 12px;
  }

  .social-icons a {
    font-size: 14px;
  }

  footer {
    padding: 20px 0 10px;
  }

  footer {
    padding: 20px 0 10px;
    background: url(../images/background/footer-bg.webp) no-repeat center left / cover !important;
  }

  .philosophy-left-images,
  .philosophy-images {
    display: none;
  }

  h3 {
    font-size: 24px;
  }

  .vision-mission .content {
    position: static;
  }

  .video-section {
    padding-top: 0;
  }

  .Residential-box .content h3 {
    color: #1F439C;
  }

  .Residential-box .content p {
    color: #1F439C;
  }

  .Residential-box .address p {
    color: #001427;
  }

  .Residential-box .content {
    padding: 20px;
    background: #fff;
    border-radius: 0 0 5px 5px;
  }

  .Residential-box .content .address {
    gap: 0;
  }

  .Residential-box .address p {
    margin-bottom: 0;
  }

  .Residential-box .content h3 {
    font-size: 14px;
  }

  .amenities-box h4 {
    padding: 8px;
    opacity: 1;
  }

  h4 {
    font-size: 16px;
  }

  .Residential-box .content {
    padding: 8px;
    height: 100px;
  }

  .Residential-box {
    box-shadow: 0 0 5px #ccc;
  }

  .Residential-box img {
    height: 230px;
  }




  .paras-seasons-location h5 {
    font-size: 14px;
  }



  .paras-seasons-location h5 {
    font-size: 14px;
  }

  .product-slider .item img {
    height: auto;
  }

  .contact-info-box h6 {
    font-size: 12px;
  }

    .gallery-grid {
  grid-template-columns: 1fr;
    }

    .gallery-grid .wide {
      grid-column: span 1;
    }


    .location .content .heading-2 {
      font-size: 22px;
    }

    .location .content h5 {
      font-size: 16px;
    }

    .features .content ul li {
      font-size: 12px;
      line-height: 2;
    }
  }
  @media (max-width: 480px) {
    .gallery-grid {
      grid-template-columns: 1fr;
    }

    .gallery-grid .wide {
      grid-column: span 1;
    }
  }

.overlay-box{
  position: relative;
}
.overlay-box:before{
  position: absolute;
  content: '';
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
  height: 100%;
  top:0
}

 

  .amenities .amenity-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.icon-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 8px solid #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.icon-circle i {
  font-size: 38px;
  color: #000;
  transition: all 0.3s ease;
}

.amenity-item p {
  font-weight: 500;
  color: #000;
  margin: 0;
  font-size: 14px;
}
.paras-seasons-overview .btnEnquire {
    border: 1px solid #1F439C;
    background: #1F439C;
    border-radius: 8px;
    padding: 14px 50px;
    font-weight: 600;
    margin-top: 20px;
    font-size: 1rem;
}
.paras-seasons-overview .heading-3 {
    font-weight: 700;
    margin-bottom: 16px;
}
/* .florett{position: relative}
  .florett-logo:before {
    content: '';
    position: absolute;
    background: url(../images/background/logo-bg.png);
    left: -164px;
    width: 615px;
    height: 600px;
    background-repeat: no-repeat;
    border-radius: 50%;
    top: -81px;
    background-size: 100%;
    z-index: -1;
} */
  .circle {
    position: absolute;
    top: -50px; 
    left: -150px;
    width: 600px;
    height: 580px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
  }
  .circle img{
    width: 320px;
    height: 320px;
    margin-left: 165px;
    margin-top: 120px;
  }
  .florett {position: relative;}
  .inquiry-btn {
    color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 8px 10px rgb(16 180 24 / 50%);
    background-color: #10b418;
    -webkit-animation: 1s 
linear infinite highlight2;
    animation: 1s 
linear infinite highlight2;
    margin-right: 10px;
    position: fixed;
    right: 16px;
    bottom: 10px;
    z-index: 999;
}
@-webkit-keyframes highlight2 {
    0% {
        box-shadow: 0 8px 10px rgba(16, 180, 24, .3), 0 0 0 0 rgba(16, 180, 24, .2), 0 0 0 0 rgba(16, 180, 24, .2)
    }

    40% {
        box-shadow: 0 8px 10px rgba(16, 180, 24, .3), 0 0 0 15px rgba(16, 180, 24, .2), 0 0 0 0 rgba(16, 180, 24, .2)
    }

    80% {
        box-shadow: 0 8px 10px rgba(16, 180, 24, .3), 0 0 0 30px rgba(16, 180, 24, 0), 0 0 0 26.7px rgba(16, 180, 24, .067)
    }

    100% {
        box-shadow: 0 8px 10px rgba(16, 180, 24, .3), 0 0 0 30px rgba(16, 180, 24, 0), 0 0 0 40px rgba(16, 180, 24, 0)
    }
}
.inquiry-btn i {
    color: #fff;
    font-size: 19px;    line-height: 52px;
}