@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 
 /* Toggle button styles */
  .toggle-button {
    display: none;
    padding: 0.5rem;
  }
  
  #navbar-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
  }
  
  .bar {
    display: block;
    width: 20px;
    height: 2px;
    margin: 3px auto;
    background-color: var(--color-darkslateblue-100);
  }
  
  @media screen and (max-width: 780px) {
    .toggle-button {
      display: block; 
    }
  
    .hover-navbar.active{
      flex-direction: column;
      gap: 0;
      padding: 0;
      align-items: center;
    }
  
    .hover-navbar {
      flex-direction: column; 
      align-items: flex-start;
      padding: 20px;
    }
  
    .hover-navbar > .navbar-links,
    .hover-navbar > .navbar-links1 {
      display: none; 
    }
  
    .hover-navbar.active > .navbar-links,
    .hover-navbar.active > .navbar-links1{
      display: flex; 
      gap: 0; 
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    .hover-navbar.active > .header
    {
      display: none;
    }
    .hover-navbar.active > .navbar-links1{
      padding: 0 2.2rem;;
    }
    .hover-navbar.active > .news-events-wrapper{
      padding: 0.5rem 0;
    }
  }
  @media (min-width: 1440px){
    .navbar-links1{
      flex: 0.5019 !important;
      flex-direction: row !important;
      justify-content: space-between !important;
      padding: 0 14.812rem 0 2.5rem;
      box-sizing: border-box;
      max-width: 100%;
      gap: 1.25rem !important;
    }
  }

.navbar-links1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-20xl-7);
}

@media screen and (max-width: 780px) {
  .home-link,
  .technology-link{
    padding: 0.85rem 0;
  }
  .navbar-links1 {
    flex-direction: column; 
    align-items: flex-start;
    gap: 20px; 
  }

  .navbar.active > .navbar-links1 {
    display: flex; 
  }

  .news-events-wrapper,
  .about-us-wrapper,
  .contact-us-wrapper {
    padding: var(--padding-11xl) 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .news-events,
  .about-us,
  .contact-us1 {
    text-decoration: none;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    min-width: auto; 
    white-space: nowrap;
  }
}


.home {
  text-decoration: none;
  position: relative;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  min-width: 2.438rem;
}
.home-link {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1.875rem 0;
}
.technology {
  text-decoration: none;
  position: relative;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  min-width: 4.75rem;
}
.technology-link {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1.875rem 0;
}
#portfolio1 {
  text-decoration: none;
  position: relative;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  min-width: 3.688rem;
}
.keyboard-arrow-down-icon {
  height: 1.25rem;
  width: 1.25rem;
  position: relative;
  min-height: 1.25rem;
}
a{
  text-decoration: none;
}
#portfolio {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1.875rem 0;
  gap: 0.312rem;
  cursor: pointer;
}
.contact-us {
  width: 0.063rem;
  height: 1.938rem;
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.contact-link,
.navbar-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1.562rem 0 0;
}
.navbar-links {
  flex: 0.5019;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 2.5rem 0 14.812rem;
  box-sizing: border-box;
  max-width: 100%;
  gap: 1.25rem;
}
.group-icon {
  height: 2.188rem;
  position: relative;
}
.property-name-container-child {
  width: 4.25rem;
  height: 0.781rem;
  position: relative;
  object-fit: contain;
}
.vinder-property {
  text-decoration: none;
  position: relative;
  letter-spacing: 0.25em;
  line-height: 0.95rem;
  font-weight: 700;
  color: inherit;
  white-space: nowrap;
}
.property-name-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.25rem;
}
.header,
.logo-container {
  display: flex;
  flex-direction: row;
}
.logo-container {
  align-items: flex-end;
  justify-content: flex-start;
  gap: 0.937rem;
}
.header {
  align-items: center;
  justify-content: center;
  padding: 1.406rem 0;
  font-size: 0.75rem;
}
.frame-child {
  width: 0.063rem;
  height: 1.938rem;
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.navbar-links-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1.562rem 0 0;
}
.news-events {
  text-decoration: none;
  position: relative;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  min-width: 6.188rem;
  white-space: nowrap;
}
.news-events-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1.875rem 0;
}
.about-us {
  text-decoration: none;
  position: relative;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  min-width: 3.813rem;
  white-space: nowrap;
}
.about-us-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1.875rem 0;
}
.contact-us1 {
  text-decoration: none;
  position: relative;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  min-width: 4.625rem;
  white-space: nowrap;
}
.contact-us-wrapper,
.hover-navbar,
.navbar-links1 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.contact-us-wrapper {
  padding: 1.875rem 0;
}
.hover-navbar,
.navbar-links1 {
  max-width: 100%;
}
.navbar-links1 {
  flex: 1;
  gap: 2.481rem;
}
.hover-navbar {
  align-self: stretch;
  backdrop-filter: blur(80px);
  background-color: #fff;
  gap: 1.187rem;
  top: 0;
  z-index: 99;
  position: sticky;
  text-align: left;
  font-size: 1rem;
  color: #262262;
  font-family: Arsenal;
  width: 100%;
  position: fixed;
  flex-wrap: wrap;
}
@media (max-width: 1250px) {
  .navbar-links{
    padding-left: 2rem;
  }

  .navbar-links1{
    flex: 0;
  }
  .hover-navbar{
    justify-content: center;
  }

}
@media (max-width: 930px){
  .navbar-links,
  .navbar-links1{
    padding: 0;
  }
  .navbar-links1{
    gap: 1rem;
  }
}

@media (max-width : 1040px) {
  .header {
    padding: 1rem 0;
  }
}

@media (max-width: 780px) {
  .navbar-links,
  .navbar-links1{
    display: none;
  }
  .hover-navbar{
    gap: 0;
  }
  .contact-link,
  .navbar-links-inner{
    display: none;
  }
  .about-us-wrapper,
  .technology-link,
  .contact-us-wrapper,
  .news-events-wrapper,
  .home-link,
  #portfolio{
    padding: 0.5rem 0;
  }
  #portfolio{
    padding-left: 1rem;
  }
  .home-link{
    margin-top: 1rem;
  }
}

@media (max-width: 530px) {
  .navbar-links1{
    padding-right: 2rem;
    gap: 0.8rem;
  }
  .location-content{
    margin-left: 10%;
  }
}
@media (max-width: 400px) {
  .header{
    padding: 1rem;
  }
}
.group-icon1 {
  height: 3.75rem;
  width: 3.906rem;
  position: relative;
}
.hero-image-inner-wrapper {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 0 1.312rem 0 1.25rem;
}
.frame-item {
  align-self: stretch;
  height: 0.094rem;
  position: relative;
  border-top: 1.5px solid #f7941d;
  box-sizing: border-box;
}
.hero-title-inner {
  width: 18.844rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1.562rem 0 0;
  box-sizing: border-box;
}
.kp-mall-patna {
  margin: 0;
  height: 3.125rem;
  position: relative;
  font-size: inherit;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 700;
  font-family: inherit;
  display: inline-block;
  max-width: 100%;
}
.frame-inner {
  align-self: stretch;
  height: 0.094rem;
  position: relative;
  border-top: 1.5px solid #f7941d;
  box-sizing: border-box;
}
.hero-title,
.hero-title-child {
  display: flex;
  align-items: flex-start;
}
.hero-title-child {
  width: 18.844rem;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1.562rem 0 0;
  box-sizing: border-box;
}
.hero-title {
  align-self: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.125rem;
  max-width: 100%;
}
@media (max-width: 1290px){
  .hero-title{
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
}
.your-gateway-to {
  width: 20.313rem;
  position: relative;
  display: inline-block;
}
.hero-subtitle,
.hero-title-parent {
  align-self: stretch;
  display: flex;
  align-items: flex-start;
}
.hero-subtitle {
  flex-direction: row;
  justify-content: center;
  padding: 0 1.312rem 0 1.25rem;
  text-align: center;
  font-size: 1.25rem;
  font-family: Lato;
}
.hero-title-parent {
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.625rem;
  max-width: 100%;
}
.hero-image-container,
.hero-image-wrapper {
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  max-width: 100%;
}
.hero-image-wrapper {
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  padding: 9.406rem 0;
  gap: 1.875rem;
}
.hero-image-container {
  width: 100%;
  flex-direction: row;
  justify-content: flex-end;
  padding: 0 3.687rem 0 3.75rem;
}
.dot,
.dot1,
.dot2 {
  height: 0.625rem;
  width: 0.625rem;
  position: relative;
  border-radius: 50%;
}
.dot {
  background-color: #fff;
}
.dot1,
.dot2 {
  background-color: rgba(255, 255, 255, 0.25);
}
.image-slider,
.slider-dots {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.slider-dots {
  justify-content: flex-start;
  gap: 1.875rem;
}
.image-slider {
  width: 77.5rem;
  justify-content: center;
  max-width: 100%;
}
.instance-child {
  width: 77.5rem;
  height: 0.063rem;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  max-width: 100%;
}
.area-of {
  position: relative;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  display: inline-block;
  min-width: 5.5rem;
}
.area-detail {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 2rem 0 1.75rem;
}
.l-sq-ft {
  margin: 0;
  position: relative;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: inherit;
  white-space: pre-wrap;
}
.details-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
}
.details-row1 {
  height: 4.063rem;
  width: 0.063rem;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}
.no-of-brands {
  letter-spacing: 0.25em;
  white-space: nowrap;
}
.no-of-brands,
.store {
  position: relative;
  text-transform: uppercase;
}
.brand-count,
.store-count {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.store-count {
  flex-direction: row;
  padding: 0 0.375rem;
  font-size: 2rem;
}
.brand-count {
  flex-direction: column;
  gap: 0.25rem;
}
.details-row2 {
  height: 4.063rem;
  width: 0.063rem;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}
.multiplex {
  position: relative;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  display: inline-block;
  min-width: 7.063rem;
}
.multiplex-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 1.187rem 0 0.937rem;
}
.screens {
  margin: 0;
  position: relative;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: inherit;
}
.details-row3,
.property-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
}
.property-details {
  width: 77.5rem;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 14.562rem;
  box-sizing: border-box;
  gap: 1.25rem;
  max-width: 100%;
  text-align: center;
  font-size: 1rem;
}
.hero,
.hero-image-container-parent {
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
  max-width: 100%;
}
.hero-image-container-parent {
  margin-top: 2.2rem;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 1.25rem;
  gap: 1.856rem;
  background-image: url(./public/frame-2984@3x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.hero {
  align-self: stretch;
  flex-direction: row;
  align-items: flex-start;
  padding: 0 0 6.25rem;
  text-align: left;
  font-size: 2.5rem;
  color: #fff;
  font-family: Arsenal;
}
.kp-mall-patna1 {
  margin: 0;
  position: relative;
  font-size: inherit;
  font-weight: 700;
  font-family: inherit;
}
.space-description-title {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 0 1.25rem;
}
.find-the-best {
  position: relative;
  font-size: 1.25rem;
  font-family: Lato;
  color: #828282;
  text-align: center;
}
.space-description-inner-wrappe {
  width: 25.688rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.625rem;
  max-width: 100%;
}
.space-description-wrapper {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 0 1.25rem;
  box-sizing: border-box;
  max-width: 100%;
}
.gallery-image-icon,
.gallery-image-icon1,
.gallery-image-icon2,
.gallery-image-icon3,
.gallery-image-icon4,
.gallery-image-icon5,
.gallery-image-icon6,
.gallery-image-icon7 {
  height: 21.875rem;
  flex: 1;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  object-fit: cover;
  min-width: 17.938rem;
  transition: 0.15s;
}
.gallery-image-icon:hover,
.gallery-image-icon1:hover,
.gallery-image-icon2:hover,
.gallery-image-icon3:hover,
.gallery-image-icon4:hover,
.gallery-image-icon5:hover,
.gallery-image-icon6:hover,
.gallery-image-icon7:hover{
  transform: scale(1.02);
}
.image-gallery {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.625rem 0.543rem;
  min-height: 44.375rem;
}
.space-description,
.space-description-container {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
}
.space-description-container {
  width: 77.5rem;
  flex-direction: column;
  justify-content: flex-start;
  gap: 3.125rem;
}
.space-description {
  align-self: stretch;
  flex-direction: row;
  justify-content: center;
  padding: 0 1.25rem 6.25rem;
  box-sizing: border-box;
  text-align: left;
  font-size: 2rem;
  color: #262262;
  font-family: Arsenal;
}
.amenities {
  margin: 0;
  position: relative;
  font-size: inherit;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 700;
  font-family: inherit;
}
.amenities-title {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 0 1.25rem;
}
.amenities-divider-child,
.amenities-divider-item {
  height: 0.063rem;
  width: 22.563rem;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  max-width: 100%;
}
.amenities-divider,
.amenities-wrapper {
  align-self: stretch;
  display: flex;
  align-items: flex-start;
  max-width: 100%;
}
.amenities-divider {
  flex-direction: row;
  justify-content: space-between;
  gap: 1.25rem;
  margin-top: -0.344rem;
}
.amenities-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  min-height: 2.5rem;
}
.featuring-state-of-the-art-ame {
  position: relative;
}
.amenities-description {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 0 1.25rem;
  text-align: center;
  font-size: 1rem;
  color: #828282;
  font-family: Lato;
}
.amenities-container {
  width: 77.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.625rem;
  max-width: 100%;
}
.amenities-container-wrapper {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 0 1.25rem;
  box-sizing: border-box;
  max-width: 100%;
}
.ac-unit-icon {
  height: 3rem;
  width: 3rem;
  position: relative;
}
.feature-icons {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: linear-gradient(to right, #f6e87b, #f6bf4d);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 1.25rem;
}
.air-conditioned {
  margin: 0;
  align-self: stretch;
  position: relative;
  font-size: inherit;
  font-weight: 500;
  font-family: inherit;
}
.enjoy-a-refreshing {
  align-self: stretch;
  position: relative;
  font-size: 1rem;
  font-family: Lato;
  color: #828282;
}
.feature-list,
.feature-titles {
  display: flex;
  flex-direction: column;
}
.feature-titles {
  align-self: stretch;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 0 0.312rem;
  gap: 0.937rem;
}
.feature-list {
  height: 20.438rem;
  flex: 1;
  border-radius: 10px;
  background-color: #fffaf4;
  align-items: center;
  justify-content: flex-end;
  padding: 0 1.25rem 2.5rem;
  box-sizing: border-box;
  gap: 2.5rem;
  min-width: 14.188rem;
  max-width: 14.5rem;
}
.local-police-icon {
  height: 3rem;
  width: 3rem;
  position: relative;
}
.local-police-wrapper {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: linear-gradient(to right, #f6e87b, #f6bf4d);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 1.25rem;
}
.perfect-security,
.your-safety-is {
  align-self: stretch;
  position: relative;
}
.perfect-security {
  margin: 0;
  font-size: inherit;
  font-weight: 500;
  font-family: inherit;
}
.your-safety-is {
  font-size: 1rem;
  font-family: Lato;
  color: #828282;
}
.perfect-security-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 0 1.5rem;
  gap: 0.937rem;
}
.feature-list1 {
  height: 20.438rem;
  flex: 1;
  border-radius: 10px;
  background-color: #fffaf4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0 1.25rem 2.5rem;
  box-sizing: border-box;
  gap: 2.5rem;
  min-width: 14.188rem;
  max-width: 14.5rem;
}
.local-parking-icon {
  height: 3rem;
  width: 3rem;
  position: relative;
}
.local-parking-wrapper {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: linear-gradient(to right, #f6e87b, #f6bf4d);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 1.25rem;
}
.forget-the-stress,
.parking-areas {
  align-self: stretch;
  position: relative;
}
.parking-areas {
  margin: 0;
  font-size: inherit;
  font-weight: 500;
  font-family: inherit;
}
.forget-the-stress {
  font-size: 1rem;
  font-family: Lato;
  color: #828282;
}
.parking-areas-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 0 1.5rem;
  gap: 0.937rem;
}
.feature-list2 {
  height: 20.438rem;
  flex: 1;
  border-radius: 10px;
  background-color: #fffaf4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0 1.25rem 2.5rem;
  box-sizing: border-box;
  gap: 2.5rem;
  min-width: 14.188rem;
  max-width: 14.5rem;
}
.handyman-icon {
  height: 3rem;
  width: 3rem;
  position: relative;
}
.handyman-wrapper {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: linear-gradient(to right, #f6e87b, #f6bf4d);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 1.25rem;
}
.always-at-your {
  margin: 0;
  align-self: stretch;
  position: relative;
  font-size: inherit;
  font-weight: 500;
  font-family: inherit;
}
.experience-seamless-service {
  align-self: stretch;
  position: relative;
  font-size: 1rem;
  font-family: Lato;
  color: #828282;
}
.always-at-your-service-parent,
.feature-list3 {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.always-at-your-service-parent {
  align-self: stretch;
  height: 6rem;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
  gap: 0.937rem;
  flex-shrink: 0;
}
.feature-list3 {
  height: 20.438rem;
  flex: 1;
  border-radius: 10px;
  background-color: #fffaf4;
  align-items: center;
  justify-content: flex-end;
  padding: 0 1.25rem 2.5rem;
  gap: 2.5rem;
  min-width: 14.188rem;
  max-width: 14.5rem;
}
.elevator-icon {
  height: 3rem;
  width: 3rem;
  position: relative;
}
.elevator-wrapper {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: linear-gradient(to right, #f6e87b, #f6bf4d);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 1.25rem;
}
.modern-elevators {
  margin: 0;
  align-self: stretch;
  position: relative;
  font-size: inherit;
  font-weight: 500;
  font-family: inherit;
}
.move-effortlessly-between {
  align-self: stretch;
  position: relative;
  font-size: 1rem;
  font-family: Lato;
  color: #828282;
}
.modern-elevators-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 0 1.5rem;
  gap: 0.937rem;
}
.feature-list4,
.features {
  flex: 1;
  display: flex;
  box-sizing: border-box;
}
.feature-list4 {
  height: 20.438rem;
  border-radius: 10px;
  background-color: #fffaf4;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0 1.25rem 2.5rem;
  gap: 2.5rem;
  min-width: 14.188rem;
  max-width: 14.5rem;
}
.features {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.75),
    rgba(255, 255, 255, 0.9)
  );
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  padding: 8.75rem 6.25rem 6.25rem;
  gap: 1.25rem;
  max-width: 100%;
}
.features-wrapper,
.line-div {
  align-self: stretch;
  box-sizing: border-box;
}
.features-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 0 3.125rem;
  max-width: 100%;
  text-align: center;
  font-size: 1.5rem;
  color: #000;
  font-family: Arsenal;
}
.line-div {
  height: 0.063rem;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}


@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}


.logos {
  overflow: hidden;
  padding-top: 60px;
  background: rgb(255, 255, 255);
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  width: 150px;
  height: 100%;
  content: "";
  z-index: 2;
}

@media (max-width: 450px){
  .logos:before,
  .logos:after{
    width: 50px;
  }
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 50s slide infinite linear;
}

.logos-slide img {
  height: 80px;
  margin: 0 40px;
}

@keyframes slideReverse {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

.logos2 {
  overflow: hidden;
  padding-bottom: 60px;
  background: rgb(255, 255, 255);
  white-space: nowrap;
  position: relative;
}

.logos2:before,
.logos2:after {
  position: absolute;
  width: 150px;
  height: 100%;
  content: "";
  z-index: 2;
}

@media (max-width: 450px){
  .logos2:before,
  .logos2:after{
    width: 50px;
  }
}

.logos2:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.logos2:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.logos2:hover .logos-slide2 {
  animation-play-state: paused;
}

.logos-slide2 {
  display: inline-block;
  animation: 50s slideReverse infinite linear;
}

.logos-slide2 img {
  height: 80px;
  margin: 0 40px;
}
.brands-title-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1.25rem 0 0;
  box-sizing: border-box;
  min-width: 15.625rem;
  max-width: 100%;
}
@media (max-width: 1430px){
  .brands-title-inner{
    display: none;
  }
}
.brands-involved {
  margin: 0;
  height: 2.5rem;
  position: relative;
  font-size: inherit;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 700;
  font-family: inherit;
  display: inline-block;
  max-width: 100%;
  text-align: center;
}
@media (max-width: 1130px){
  .brands-involved{
    display: flex;
    width: 100%;
    justify-content: center;
  }
}
.frame-child1 {
  align-self: stretch;
  height: 0.063rem;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.brands-title,
.brands-title-child {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 100%;
}
.brands-title-child {
  flex: 1;
  flex-direction: column;
  padding: 1.25rem 0 0;
  box-sizing: border-box;
  min-width: 15.625rem;
}
@media (max-width: 1430px){
  .brands-title-child{
    display: none;
  }
}
.brands-title {
  align-self: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3.125rem;
}
.bde74bcf9cbb7ea16c26da5018cfc3-icon,
.cinepolis-logo-png-zeevector-1-icon {
  height: 5rem;
  width: 17.631rem;
  position: absolute;
  margin: 0 !important;
  top: 1.25rem;
  left: 2.031rem;
  object-fit: contain;
}
.bde74bcf9cbb7ea16c26da5018cfc3-icon {
  height: 1.875rem;
  width: 15.625rem;
  top: 2.813rem;
  left: 23.413rem;
}
.casio-logo-1-icon {
  height: 4.375rem;
  width: 7.775rem;
  top: 1.563rem;
  left: 42.788rem;
}
.casio-logo-1-icon,
.levis-logo-1-icon,
.skechers-logo-1-icon {
  position: absolute;
  margin: 0 !important;
  object-fit: contain;
}
.skechers-logo-1-icon {
  height: 7.5rem;
  width: 18.156rem;
  top: 0;
  left: 54.313rem;
}
.levis-logo-1-icon {
  height: 3.125rem;
  width: 7.519rem;
  top: 12.188rem;
  left: 1.631rem;
}
.benetton-logo-bda2bfee1c-seekl-icon,
.biba-logo-dfd68db33a-seeklogo-icon {
  height: 7.5rem;
  width: 6.3rem;
  position: absolute;
  margin: 0 !important;
  top: 10rem;
  left: 12.9rem;
  object-fit: contain;
}
.benetton-logo-bda2bfee1c-seekl-icon {
  height: 5rem;
  width: 6.2rem;
  top: 11.25rem;
  left: 22.95rem;
}
.adidas-logo-1-icon,
.puma-logo-1-icon {
  height: 4.375rem;
  position: absolute;
  margin: 0 !important;
  top: 11.563rem;
}
.adidas-logo-1-icon {
  width: 6.344rem;
  left: 32.9rem;
  overflow: hidden;
  flex-shrink: 0;
}
.puma-logo-1-icon {
  width: 8.781rem;
  left: 42.994rem;
  object-fit: contain;
}
.baskin-robbins-logo-2020-1-icon,
.lenskart-logo-1-icon,
.marks-spencer-new-logo-1-icon {
  height: 3.125rem;
  width: 7.944rem;
  position: absolute;
  margin: 0 !important;
  top: 12.188rem;
  left: 55.525rem;
  object-fit: contain;
}
.baskin-robbins-logo-2020-1-icon,
.lenskart-logo-1-icon {
  height: 6.25rem;
  width: 5.644rem;
  top: 10.625rem;
  left: 67.219rem;
}
.lenskart-logo-1-icon {
  height: 3.75rem;
  width: 19.738rem;
  top: 20rem;
  left: 27.381rem;
}

.brand-logos {
  align-self: stretch;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0 1.5rem;
  box-sizing: border-box;
}
.brand-logos,
.brands,
.brands-wrapper {
  display: flex;
  max-width: 100%;
}
.brands {
  width: 90%;
  flex-direction: column;
  justify-content: flex-start;
  gap: 6.25rem;
}
.brands-wrapper {
  align-self: stretch;
  flex-direction: row;
  justify-content: center;
  padding: 0 1.25rem 9.375rem;
  box-sizing: border-box;
  text-align: left;
  font-size: 2rem;
  color: #000;
  font-family: Arsenal;
}
.download-icon {
  height: 1.5rem;
  width: 1.5rem;
}
.download-icon,
.download-site-plan {
  position: relative;
}
.download {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.25rem;
}
.frame-child2 {
  height: 1.625rem;
  width: 0.063rem;
  position: relative;
  border-right: 1px solid rgba(38, 34, 98, 0.15);
  box-sizing: border-box;
}
.know-more {
  position: relative;
  display: inline-block;
  min-width: 5.938rem;
}
.open-in-new {
  margin: 0;
  height: 1.5rem;
  width: 1.5rem;
  position: relative;
}
.download-parent,
.more-info {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.625rem;
}
.download-parent {
  align-self: stretch;
  background-color: #fffaf4;
  justify-content: space-between;
  padding: 2.5rem 29.5rem;
  gap: 1.25rem;
  text-align: center;
  font-size: 1.25rem;
  color: #262262;
  font-family: Arsenal;
}
.image-4-icon {
  width: 30.075rem;
  position: relative;
  max-height: 100%;
  object-fit: cover;
  max-width: 100%;
}
.distance-icon {
  width: 3.125rem;
  height: 3.125rem;
  position: relative;
}
.find-us-at {
  margin: 0;
  position: relative;
  font-size: inherit;
  font-weight: 700;
  font-family: inherit;
}
.ranjeet-complex-buddh {
  align-self: stretch;
  position: relative;
  font-size: 1.25rem;
  line-height: 2rem;
  font-family: Lato;
  color: #828282;
}
.address {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.25rem;
}
.contact-us2 {
  position: relative;
  font-size: 1rem;
  display: inline-block;
  font-family: Arsenal;
  color: #262262;
  text-align: center;
  min-width: 4.563rem;
}
.contact {
  cursor: pointer;
  border: 0;
  padding: 0.625rem 1.25rem;
  background-color: #f0f0f0;
  width: 18.125rem;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  white-space: nowrap;
}
.contact:hover {
  background-color: #d6d6d6;
}
.image-4-parent,
.location {
  display: flex;
  max-width: 100%;
}
.location {
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3.125rem;
  min-width: 20.313rem;
}
.image-4-parent {
  align-self: stretch;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 6.25rem 9.625rem;
  box-sizing: border-box;
  gap: 9.375rem;
  z-index: 1;
  text-align: left;
  font-size: 2rem;
  color: #262262;
  font-family: Arsenal;
}
.connect-with-us {
  margin: 0;
  height: 2.5rem;
  position: relative;
  font-size: inherit;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 700;
  font-family: inherit;
  display: inline-block;
  max-width: 100%;
}
.fields,
.fields1,
.fields2 {
  width: 100%;
  border: 0;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.1);
  align-self: stretch;
  height: 2.5rem;
  border-radius: 10px;
  flex-direction: row;
  align-items: center;
  padding: 0.625rem 0.937rem;
  box-sizing: border-box;
  font-family: Arsenal;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.5);
  min-width: 15.625rem;
}
.fields,
.fields1,
.fields2,
.fields3,
.form {
  display: flex;
  justify-content: flex-start;
}
.fields3 {
  border: 0;
  background-color: rgba(0, 0, 0, 0.1);
  height: 7.5rem;
  width: auto;
  outline: 0;
  align-self: stretch;
  border-radius: 10px;
  flex-direction: row;
  align-items: flex-start;
  padding: 0.625rem 0.937rem;
  box-sizing: border-box;
  font-family: Arsenal;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.5);
}
.form {
  width: 37.5rem;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  max-width: 100%;
}
.innovation-child {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 5px;
  background-color: #eaeaea;
}
.innovation-child.active{
  background-color: #8a2be2;
}
.innovationssystem-blockchain {
  flex: 1;
  position: relative;
  display: inline-block;
  min-width: 22.75rem;
  max-width: 100%;
}
.innovation {
  width: 37.5rem;
  display: -webkit-inline-box;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25rem;
  max-width: 100%;
  text-align: left;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.5);
  font-family: Lato;
}
.submit {
  position: relative;
  font-size: 1rem;
  display: inline-block;
  font-family: Arsenal;
  color: #fff;
  text-align: center;
  min-width: 3rem;
}
#contact-form{
  display: flex;
  align-self: stretch;
  background-color: #fffaf4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6.25rem 1.25rem;
  gap: 2.5rem;
  max-width: 100%;
  text-align: center;
  font-size: 2rem;
  color: #000;
  font-family: Arsenal;
}
.button,
.connect-with-us-parent {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.button {
  cursor: pointer;
  border: 0;
  padding: 0.625rem 1.25rem;
  background-color: #9747ff;
  width: 18.125rem;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
}
.button:hover {
  background-color: #b061ff;
}
.connect-with-us-parent {
  align-self: stretch;
  background-color: #fffaf4;
  flex-direction: column;
  justify-content: flex-start;
  padding: 6.25rem 1.25rem;
  gap: 2.5rem;
  max-width: 100%;
  z-index: 2;
  text-align: center;
  font-size: 2rem;
  color: #000;
  font-family: Arsenal;
}
.developer-child,
.group-icon2 {
  height: 3.125rem;
  width: 3.256rem;
  position: relative;
}
.developer-child {
  width: 6.775rem;
  height: 1.25rem;
  object-fit: contain;
}
.vinder-property1 {
  position: relative;
  letter-spacing: 0.25em;
  white-space: nowrap;
}
.developer,
.developer-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.25rem;
}
.developer-info {
  flex-direction: row;
  align-items: flex-end;
  gap: 1.875rem;
}
.follow-us-on {
  position: relative;
  letter-spacing: 0.25em;
}
.facebook-icon,
.instagram-icon,
.linkedin-icon {
  height: 1.25rem;
  width: 1.25rem;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  min-height: 1.25rem;
}
.project-page {
  width: 100%;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  line-height: normal;
  letter-spacing: normal;
  font-size: 2rem;
  color: #000;
}
@media screen and (max-width: 1325px) {
  .hero-image-container,
  .property-details {
    padding-left: 1.875rem;
    padding-right: 1.813rem;
    box-sizing: border-box;
  }
  .property-details {
    padding-left: 7.25rem;
    padding-right: 7.25rem;
  }
  .frame-child2 {
    width: 100%;
    height: 0.063rem;
  }
  .download-parent {
    flex-wrap: wrap;
    justify-content: center;
  }
  .image-4-icon {
    flex: 1;
  }
  .image-4-parent {
    flex-wrap: wrap;
    gap: 4.688rem;
    padding-left: 4.813rem;
    padding-right: 4.813rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1125px) {
  .navbar-links {
    display: none;
  }
  .details-row1,
  .details-row2 {
    width: 100%;
    height: 0.063rem;
  }
  .property-details {
    justify-content: center;
    flex-wrap: wrap;
  }
  .hero,
  .space-description {
    padding-bottom: 4.063rem;
    box-sizing: border-box;
  }
  .copyright {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 800px) {
  .navbar-links {
    box-sizing: border-box;
  }
  .kp-mall-patna {
    font-size: 2rem;
  }
  .hero-title {
    gap: 1.563rem;
  }
  .hero-image-wrapper {
    padding-top: 6.125rem;
    padding-bottom: 6.125rem;
    box-sizing: border-box;
  }
  .l-sq-ft,
  .screens,
  .store {
    font-size: 1.625rem;
  }
  .property-details {
    padding-left: 3.625rem;
    padding-right: 3.625rem;
    box-sizing: border-box;
  }
  .hero-image-container-parent {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
    box-sizing: border-box;
  }
  .kp-mall-patna1 {
    font-size: 1.625rem;
  }
  .space-description-container {
    gap: 1.563rem;
  }
  .space-description {
    padding-bottom: 2.625rem;
    box-sizing: border-box;
  }
  .amenities {
    font-size: 1.625rem;
  }
  .amenities-divider {
    flex-wrap: wrap;
    justify-content: center;
  }
  .features {
    padding: 5.688rem 3.125rem 4.063rem;
    box-sizing: border-box;
  }
  .features-wrapper {
    padding-bottom: 2rem;
    box-sizing: border-box;
  }
  .brands-involved {
    font-size: 1.625rem;
  }
  .brands-title {
    justify-content: center;
    gap: 1.563rem;
  }
  .brands {
    gap: 3.125rem;
  }
  .brands-wrapper {
    padding-bottom: 6.063rem;
    box-sizing: border-box;
  }
  .download-parent {
    padding-left: 14.75rem;
    padding-right: 14.75rem;
    box-sizing: border-box;
  }
  .find-us-at {
    font-size: 1.625rem;
  }
  .location {
    gap: 1.563rem;
    align-items: center;
  }
  .image-4-parent {
    gap: 2.313rem;
    padding: 4.063rem 2.375rem;
    box-sizing: border-box;
  }
  .connect-with-us {
    font-size: 1.625rem;
  }
  .connect-with-us-parent {
    gap: 1.25rem;
    padding-top: 4.063rem;
    padding-bottom: 4.063rem;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: minmax(225px, 1fr);
  }
  .footer-info {
    flex-wrap: wrap;
  }
  .address-info {
    gap: 1.563rem;
  }
  .footer-info-parent {
    gap: 1.563rem;
    padding: 2rem 3.125rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 450px) {
  .header,
  .navbar-links {
    padding-left: 1.25rem;
    box-sizing: border-box;
  }
  .header {
    gap: 1.563rem;
    padding-right: 1.25rem;
  }
  .navbar-links1 {
    display: none;
    gap: 1.25rem;
  }
  .kp-mall-patna {
    margin-top: 2rem;
    font-size: 1.5rem;
  }
  .your-gateway-to {
    font-size: 1rem;
  }
  .l-sq-ft,
  .screens,
  .store {
    font-size: 1.188rem;
  }
  .property-details {
    justify-content: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    box-sizing: border-box;
  }
  .hero {
    padding-bottom: 2.625rem;
    box-sizing: border-box;
  }
  .kp-mall-patna1 {
    font-size: 1.188rem;
  }
  .find-the-best {
    font-size: 1rem;
  }
  .air-conditioned,
  .always-at-your,
  .amenities,
  .modern-elevators,
  .parking-areas,
  .perfect-security {
    font-size: 1.188rem;
  }
  .features {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    box-sizing: border-box;
  }
  .brands-involved {
    align-items: center;
    margin-top: 2rem;
    font-size: 1.188rem;
  }
  .brands {
    gap: 1.563rem;
  }
  .download-site-plan,
  .know-more {
    font-size: 1rem;
  }
  .download-parent {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    box-sizing: border-box;
  }
  .find-us-at {
    font-size: 1.188rem;
  }
  .ranjeet-complex-buddh {
    font-size: 1rem;
    line-height: 1.625rem;
  }
  .image-4-parent {
    gap: 1.188rem;
  }
  .connect-with-us {
    font-size: 1.188rem;
  }
  .innovationssystem-blockchain {
    min-width: 100%;
  }
  .footer-info-parent {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    box-sizing: border-box;
  }
}

/*write a new div */
.sync-saved-locally-icon {
  height: 5rem;
  width: 5rem;
  position: relative;
}
.sync-container {
  width: 77.5rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  max-width: 100%;
}
.your-message-has {
  margin: 0;
  position: relative;
  font-size: inherit;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 700;
  font-family: inherit;
}
.user-message {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 0 1.25rem;
}
.we-have-sent {
  align-self: stretch;
  position: relative;
  font-size: 1rem;
  font-family: Lato;
  color: #828282;
}
.user-message-parent {
  width: 77.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.625rem;
  max-width: 100%;
}
.write-a-new {
  position: relative;
  font-size: 1rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-family: Arsenal;
  color: #fff;
  text-align: center;
}
.input-container,
.input-container-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.input-container {
  cursor: pointer;
  border: 0;
  padding: 0.625rem 4.687rem;
  background-color: #262262;
  border-radius: 10px;
  justify-content: flex-start;
  white-space: nowrap;
}
.input-container:hover {
  background-color: #595494;
}
.input-container-wrapper {
  width: 77.5rem;
  justify-content: center;
  max-width: 100%;
}
.sync-container-parent {
  display: none;
  width: 100%;
  position: relative;
  background-color: #fffaf4;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 6.25rem 1.25rem;
  box-sizing: border-box;
  gap: 2.5rem;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  font-size: 2rem;
  color: #000;
  font-family: Arsenal;
}
@media screen and (max-width: 750px) {
  .your-message-has {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 675px) {
  .sync-container-parent {
    gap: 1.25rem;
  }
}
@media screen and (max-width: 450px) {
  .your-message-has {
    font-size: 1.188rem;
  }
  .input-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    box-sizing: border-box;
  }
}




/* dropdown div css */
.operational4 {
  text-decoration: none;
  position: relative;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  min-width: 6.25rem;
}
.frame-child15 {
  align-self: stretch;
  height: 0.125rem;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  flex-shrink: 0;
}
.operational-group {
  height: 2.813rem;
  width: 6.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  box-sizing: border-box;
  gap: var(--gap-xl);
  color: var(--color-black);
}
#upcoming3 {
  display: inline-block;
  min-width: 5.188rem;
  cursor: pointer;
}
#operational-standalone1 {
  cursor: pointer;
}
#operational-standalone1,
#upcoming3 {
  text-decoration: none;
  position: relative;
  font-weight: 700;
  color: inherit;
}
.frame-parent15 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: var(--padding-3xs) var(--padding-11xl);
  box-sizing: border-box;
  gap: var(--gap-21xl);
  max-width: 100%;
}
.frame-child16 {
  align-self: stretch;
  flex: 1;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}
.central-mall,
.guwhati {
  align-self: stretch;
  position: relative;
  letter-spacing: 0.25em;
  line-height: 1.25rem;
  text-transform: uppercase;
}
.guwhati {
  color: var(--color-blueviolet);
}
.central-mall-parent,
.rectangle-container {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: var(--gap-8xs);
}
.rectangle-container {
  width: 15.625rem;
  flex-shrink: 0;
  gap: var(--gap-xl);
}
.frame-child17 {
  align-self: stretch;
  flex: 1;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}
.aurobindo-mall,
.howrah6 {
  align-self: stretch;
  position: relative;
  letter-spacing: 0.25em;
  line-height: 1.25rem;
  text-transform: uppercase;
}
.howrah6 {
  color: var(--color-blueviolet);
}
.aurobindo-mall-parent,
.rectangle-parent1 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: var(--gap-8xs);
  cursor: pointer;
}
.rectangle-parent1 {
  width: 15.625rem;
  flex-shrink: 0;
  gap: var(--gap-xl);
}
.frame-child18 {
  align-self: stretch;
  flex: 1;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}
.howrah7,
.platina-mall {
  align-self: stretch;
  position: relative;
  letter-spacing: 0.25em;
  line-height: 1.25rem;
  text-transform: uppercase;
}
.howrah7 {
  color: var(--color-blueviolet);
}
.platina-mall-parent,
.rectangle-parent2 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: var(--gap-8xs);
  cursor: pointer;
}
.rectangle-parent2 {
  width: 15.625rem;
  flex-shrink: 0;
  gap: var(--gap-xl);
}
.frame-child19,
.kp-mall,
.patna4 {
  align-self: stretch;
  position: relative;
}
.frame-child19 {
  flex: 1;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}
.kp-mall,
.patna4 {
  letter-spacing: 0.25em;
  line-height: 1.25rem;
  text-transform: uppercase;
}
.patna4 {
  color: var(--color-blueviolet);
}
.kp-mall-parent,
.rectangle-parent3 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: var(--gap-8xs);
  cursor: pointer;
}
.rectangle-parent3 {
  width: 15.625rem;
  flex-shrink: 0;
  gap: var(--gap-xl);
}
.frame-child20 {
  align-self: stretch;
  flex: 1;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}
.howrah-trade-center2,
.howrah8 {
  align-self: stretch;
  position: relative;
  letter-spacing: 0.25em;
  line-height: 1.25rem;
  text-transform: uppercase;
}
.howrah8 {
  color: var(--color-blueviolet);
}
.howrah-trade-center-group,
.rectangle-parent4 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: var(--gap-8xs);
  cursor: pointer;
}
.rectangle-parent4 {
  width: 15.625rem;
  flex-shrink: 0;
  gap: var(--gap-xl);
}
.frame-parent16 {
  width: 77.5rem;
  height: 16.563rem;
  overflow-x: auto;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  box-sizing: border-box;
  gap: var(--gap-21xl);
  max-width: 100%;
  font-size: var(--font-size-sm);
  color: var(--color-black);
}



.frame-parent14,
#frame-root {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.frame-parent14 {
  align-items: center;
  gap: var(--gap-11xl);
  max-width: 100%;
  text-align: left;
  font-size: var(--font-size-xl);
  color: var(--color-gray-700);
  font-family: var(--font-arsenal);
}

#frame-root {
  display: none;
  z-index: 10;
  position: fixed;
  box-shadow: 0 50px 50px rgba(0, 0, 0, 0.25);
  background-color: var(--color-white);
  width: 100%;
  align-items: center;
  padding: var(--padding-xl) var(--padding-81xl) var(--padding-21xl);
  box-sizing: border-box;
  line-height: normal;
  letter-spacing: normal;
  top: 4rem;
  height: 30rem;
  transition: display 0.3s ease-out;
}
@media (max-width: 781px) {
  #frame-root,
  #frame-root2,
  #root3{
    top: 17.9rem;
    overflow-y: scroll;
    padding: 0 1.25rem;
  }
}
@media (max-width: 781px) {
  #frame-root,
  #frame-root2,
  #root3{
    top: 17.9rem;
    overflow-y: scroll;
    padding: 0 1.25rem;
  }
}
@media screen and (max-width: 725px) {
  .frame-root {
    gap: var(--gap-xl);
    padding-left: var(--padding-31xl);
    padding-right: var(--padding-31xl);
    box-sizing: border-box;
  }
}
@media screen and (max-width: 650px) {
  .frame-parent15,
  .frame-parent16 {
    gap: var(--gap-xl);
  }
}
@media screen and (max-width: 450px) {
  #operational-standalone1,
  .operational4,
  #upcoming3 {
    font-size: var(--font-size-base);
  }
  .frame-root {
    padding-left: var(--padding-xl);
    padding-right: var(--padding-xl);
    box-sizing: border-box;
  }
}

/* upcoming */

#operational5,
.upcoming4 {
  text-decoration: none;
  position: relative;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  min-width: 6.25rem;
}
.upcoming4 {
  min-width: 5.188rem;
}
.upcoming-projects-child {
  align-self: stretch;
  height: 0.125rem;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  flex-shrink: 0;
}
.upcoming-projects {
  height: 2.813rem;
  width: 5.188rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
  gap: var(--gap-xl);
  color: var(--color-black);
}
#operational-standalone2 {
  text-decoration: none;
  position: relative;
  font-weight: 700;
  color: inherit;
}
.project-information {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: var(--padding-3xs) var(--padding-11xl);
  box-sizing: border-box;
  gap: var(--gap-21xl);
  max-width: 100%;
}
.location-shapes-icon {
  align-self: stretch;
  flex: 1;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}
.kochi6,
.q1-mall2 {
  align-self: stretch;
  position: relative;
  letter-spacing: 0.25em;
  line-height: 1.25rem;
  text-transform: uppercase;
}
.kochi6 {
  color: var(--color-blueviolet);
}
.location-details,
.location-shapes-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: var(--gap-8xs);
}
.location-shapes-parent {
  width: 15.625rem;
  flex-shrink: 0;
  gap: var(--gap-xl);
}
.frame-child21 {
  align-self: stretch;
  flex: 1;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}
.ambikapur6,
.vone-vasundhara-mall2 {
  align-self: stretch;
  position: relative;
  letter-spacing: 0.25em;
  line-height: 1.25rem;
  text-transform: uppercase;
}
.ambikapur6 {
  color: var(--color-blueviolet);
}
.rectangle-parent5,
.vone-vasundhara-mall-container {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: var(--gap-8xs);
  cursor: pointer;
}
.rectangle-parent5 {
  width: 15.625rem;
  flex-shrink: 0;
  gap: var(--gap-xl);
}
.frame-child22 {
  align-self: stretch;
  flex: 1;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}
.dhanbad6,
.v1-surya-centre {
  align-self: stretch;
  position: relative;
  letter-spacing: 0.25em;
  line-height: 1.25rem;
  text-transform: uppercase;
}
.dhanbad6 {
  color: var(--color-blueviolet);
}
.v1-surya-centre-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: var(--gap-8xs);
}
.project-locations,
.rectangle-parent6 {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.rectangle-parent6 {
  align-self: stretch;
  width: 15.625rem;
  flex-direction: column;
  gap: var(--gap-xl);
}
.project-locations {
  height: 16.563rem;
  overflow-x: auto;
  flex-direction: row;
  padding: 0 2px;
  box-sizing: border-box;
  gap: var(--gap-21xl);
  font-size: var(--font-size-sm);
  color: var(--color-black);
}
#frame-root2 {
  display: none;
  z-index: 10;
  position: fixed;
  box-shadow: 0 50px 50px rgba(0, 0, 0, 0.25);
  background-color: var(--color-white);
  width: 100%;
  align-items: center;
  padding: var(--padding-xl) var(--padding-81xl) var(--padding-21xl);
  box-sizing: border-box;
  line-height: normal;
  letter-spacing: normal;
  top: 4rem;
  height: 30rem;
  transition: display 0.3s ease-out;
}
#current-project,
.page {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#current-project {
  display: block;
  align-items: center;
  gap: var(--gap-11xl);
  max-width: 100%;
  text-align: left;
  font-size: var(--font-size-xl);
  color: var(--color-gray-700);
  font-family: var(--font-arsenal);
  z-index: 9;
}
.page {
  position: relative;
  box-shadow: 0 50px 50px rgba(0, 0, 0, 0.25);
  background-color: var(--color-white);
  width: 100%;
  align-items: center;
  padding: var(--padding-xl) var(--padding-81xl) var(--padding-21xl);
  box-sizing: border-box;
  line-height: normal;
  letter-spacing: normal;
}
@media (max-width: 781px) {
  #frame-root,
  #frame-root2,
  #root3{
    top: 17.9rem;
    overflow-y: scroll;
    padding: 0 1.25rem;
  }
}
@media screen and (max-width: 1200px) {
  .project-locations {
    padding-left: var(--padding-83xl);
    padding-right: var(--padding-83xl);
    box-sizing: border-box;
  }
}
@media screen and (max-width: 750px) {
  .project-information {
    gap: var(--gap-xl);
  }
  .page,
  .project-locations {
    gap: var(--gap-xl);
    padding-left: var(--padding-32xl);
    padding-right: var(--padding-32xl);
    box-sizing: border-box;
  }
  .page {
    padding-left: var(--padding-31xl);
    padding-right: var(--padding-31xl);
  }
}
@media screen and (max-width: 450px) {
  #operational-standalone2,
  #operational5,
  .upcoming4 {
    font-size: var(--font-size-base);
  }
  .page,
  .project-locations {
    padding-left: var(--padding-xl);
    padding-right: var(--padding-xl);
    box-sizing: border-box;
  }
}

/* div3 ..................*/
#operational6 {
  text-decoration: none;
  position: relative;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  min-width: 6.25rem;
  cursor: pointer;
}
#upcoming5 {
  display: inline-block;
  min-width: 5.188rem;
  cursor: pointer;
}
#operational-standalone3 {
  cursor: pointer;
}
#operational-standalone3,
#upcoming5 {
  text-decoration: none;
  position: relative;
  font-weight: 700;
  color: inherit;
}
.frame-child23 {
  align-self: stretch;
  height: 0.125rem;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  flex-shrink: 0;
}
.operational-container,
.operational-standalone-group {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.operational-standalone-group {
  height: 2.813rem;
  width: 12.5rem;
  flex-direction: column;
  align-items: center;
  padding: 0;
  gap: var(--gap-xl);
  color: var(--color-black);
}
.operational-container {
  flex-direction: row;
  align-items: flex-start;
  padding: var(--padding-3xs) var(--padding-11xl);
  gap: var(--gap-21xl);
  max-width: 100%;
}
.cinema-container-child {
  align-self: stretch;
  flex: 1;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}
.maslandpur2,
.old-purbasa-cinema {
  align-self: stretch;
  position: relative;
  letter-spacing: 0.25em;
  line-height: 1.25rem;
  text-transform: uppercase;
}
.maslandpur2 {
  color: var(--color-blueviolet);
}
.cinema-container,
.cinema-container-wrapper,
.cinema-info {
  align-self: stretch;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.cinema-info {
  flex-direction: column;
  gap: var(--gap-8xs);
}
.cinema-container,
.cinema-container-wrapper {
  flex-shrink: 0;
}
.cinema-container {
  width: 15.625rem;
  flex-direction: column;
  gap: var(--gap-xl);
}
.cinema-container-wrapper {
  height: 16.563rem;
  overflow-x: auto;
  flex-direction: row;
  padding: 0 var(--padding-xl);
  box-sizing: border-box;
  font-size: var(--font-size-sm);
  color: var(--color-black);
}
.frame-parent17,
#root3 {
  display: flex;
  justify-content: flex-start;
}
.frame-parent17 {
  position: relative;
  flex: 1;
  flex-direction: column;
  align-items: center;
  gap: var(--gap-11xl);
  max-width: 100%;
  text-align: left;
  font-size: var(--font-size-xl);
  color: var(--color-gray-700);
  font-family: var(--font-arsenal);
}
#root3 {
  display: none;
  top: 4rem;
  height: 30rem;
  width: 100%;
  z-index: 10;
  position: fixed;
  box-shadow: 0 50px 50px rgba(0, 0, 0, 0.25);
  background-color: var(--color-white);
  flex-direction: row;
  align-items: flex-start;
  padding: var(--padding-xl) var(--padding-81xl) var(--padding-21xl);
  box-sizing: border-box;
  line-height: normal;
  letter-spacing: normal;
}
@media (max-width: 781px) {
  #frame-root,
  #frame-root2,
  #root3{
    top: 17.9rem;
    overflow-y: scroll;
    padding: 0 1.25rem;
  }
}
@media screen and (max-width: 725px) {
  #root3 {
    gap: var(--gap-xl);
    padding-left: var(--padding-31xl);
    padding-right: var(--padding-31xl);
    box-sizing: border-box;
  }
}
@media screen and (max-width: 650px) {
  .operational-container {
    gap: var(--gap-xl);
  }
}
@media screen and (max-width: 450px) {
  #operational-standalone3,
  #operational6,
  #upcoming5 {
    font-size: var(--font-size-base);
  }
  .cinema-container-wrapper {
    gap: var(--gap-xl);
  }
  #root3 {
    padding-left: var(--padding-xl);
    padding-right: var(--padding-xl);
    box-sizing: border-box;
  }
}

::-webkit-scrollbar{
  height: 8px;
  width: 4px;
  background: #d6d6d6;
}
::-webkit-scrollbar-thumb:horizontal{
  background: #636363;
  border-radius: 10px;
}

@media (max-width: 600px){
  .footer-parent{
    padding-left: 2rem;
  }
}
.wood-apple{
  text-decoration: none;
  color: white;
}

a{
  text-decoration: none;
}
.contact-us7,
.footer-a,
.about-company2{
  color: white;
}
.group-icon5 {
height: 3.125rem;
width: 3.256rem;
position: relative;
}
.footer-brand-child {
width: 6.775rem;
height: 1.25rem;
position: relative;
object-fit: contain;
}
.vinder-property5 {
position: relative;
letter-spacing: 0.25em;
white-space: nowrap;
}
.footer-brand,
.footer-content {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
gap: var(--gap-9xs);
}
.footer-content {
flex-direction: row;
align-items: flex-end;
gap: var(--gap-11xl);
}
.follow-us-on2 {
position: relative;
letter-spacing: 0.25em;
}
.facebook-icon2,
.instagram-icon2,
.linkedin-icon2 {
height: 1.25rem;
width: 1.25rem;
position: relative;
overflow: hidden;
flex-shrink: 0;
min-height: 1.25rem;
}
.footer-social,
.footer2,
.social-icons2 {
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
gap: var(--gap-xl);
}
.footer-social,
.footer2 {
gap: var(--gap-7xl);
color: var(--color-white);
}
.footer2 {
flex-wrap: wrap;
align-self: stretch;
justify-content: space-between;
gap: var(--gap-xl);
color: var(--color-gainsboro);
}
.frame-child13 {
align-self: stretch;
height: 0.063rem;
position: relative;
border-top: 1px solid var(--color-gray-600);
box-sizing: border-box;
}
.office-address3 {
letter-spacing: 0.25em;
text-transform: uppercase;
}
.no-nityadhan-mukherjee2,
.office-address3 {
align-self: stretch;
position: relative;
}
.office {
flex: 1;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
gap: var(--gap-xl);
min-width: 9.375rem;
}
.about-us5 {
letter-spacing: 0.25em;
text-transform: uppercase;
}
.about-company2,
.about-us5,
.our-team2,
.terms-condition2 {
align-self: stretch;
position: relative;
}
.about-more,
.about-more-links {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
}
.about-more-links {
align-self: stretch;
gap: var(--gap-8xs);
}
.about-more {
flex: 1;
gap: var(--gap-xl);
min-width: 9.375rem;
}
.more3 {
letter-spacing: 0.25em;
text-transform: uppercase;
}
.career2,
.contact-us7,
.investors2,
.media2,
.more3 {
align-self: stretch;
position: relative;
}
.more-items {
align-self: stretch;
flex-direction: column;
gap: var(--gap-8xs);
}
.footer-info,
.more-items,
.more2 {
display: flex;
align-items: flex-start;
justify-content: flex-start;
}
.more2 {
flex: 1;
flex-direction: column;
gap: var(--gap-xl);
min-width: 9.375rem;
}
.footer-info {
width: 43.75rem;
flex-direction: row;
flex-wrap: wrap;
gap: var(--gap-31xl);
max-width: 100%;
}
.frame-child14 {
align-self: stretch;
height: 0.063rem;
position: relative;
border-top: 1px solid var(--color-gray-600);
box-sizing: border-box;
}
.all-copyrights-rights2 {
width: 37.188rem;
position: relative;
display: inline-block;
max-width: 100%;
}
.cookies2,
.terms2 {
position: relative;
display: inline-block;
min-width: 2.375rem;
}
.cookies2 {
text-decoration: none;
color: inherit;
min-width: 3.125rem;
}
.copyright2,
.terms-cookies {
display: flex;
flex-direction: row;
align-items: flex-start;
}
.terms-cookies {
width: 8.625rem;
justify-content: flex-start;
gap: var(--gap-31xl);
}
.copyright2 {
align-self: stretch;
justify-content: space-between;
max-width: 100%;
gap: var(--gap-xl);
}
.footer-parent,
.homepage {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
box-sizing: border-box;
text-align: left;
font-family: var(--font-arsenal);
}
.footer-parent {
align-self: stretch;
background: var(--color-footer);
padding: var(--padding-31xl) var(--padding-81xl);
gap: var(--gap-30xl-5);
max-width: 100%;
font-size: var(--font-size-base);
color: var(--color-white);
}

@media (max-width: 600px){
.footer-parent{
  padding-left: 2rem;
}
}

.wood-apple{
text-decoration: none;
color: white;
}

@media screen and (max-width: 1050px) {
  .copyright2 {
      flex-wrap: wrap;
  }
}


/*------------------------------------------------*/


.checkbox-wrapper-4 * {
  box-sizing: border-box;
}
.checkbox-wrapper-4 .cbx {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
  align-items: center;
  display: flex;
}
.checkbox-wrapper-4 .cbx:not(:last-child) {
  margin-right: 6px;
}

.checkbox-wrapper-4 .cbx:hover {
  background: #fffaf4;
}

.checkbox-wrapper-4 .cbx span {
  float: left;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.checkbox-wrapper-4 .cbx span:first-child {
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  transform: scale(1);
  background-color: #f2f2f2;
  border: 1px solid #cccfdb;
  transition: all 0.2s ease;
  box-shadow: 0 1px 1px rgba(0,16,75,0.05);
}
.checkbox-wrapper-4 .cbx span:first-child svg {
  position: absolute;
  top: 5px;
  left: 4px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.cbx:hover{
  background-color: white;
}
.checkbox-wrapper-4 .cbx span:last-child {
  padding-left: 8px;
  line-height: 18px;
}
.checkbox-wrapper-4 .cbx:hover span:first-child {
  border-color:#8a2be2;
}
.checkbox-wrapper-4 .inp-cbx {
  position: absolute;
  visibility: hidden;
}
.checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child {
  background: #8a2be2;
  border-color: #8a2be2;
  animation: wave-4 0.4s ease;
}
.checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.checkbox-wrapper-4 .inline-svg {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}
@media screen and (max-width: 640px) {
  .checkbox-wrapper-4 .cbx {
    width: 100%;
    display: inline-block;
  }
}
@-moz-keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
@-webkit-keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
@-o-keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
@keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}


/* Navbar styles */
.npd-navbar {
  background-color: #333;
  padding: 10px;
}

.npd-navbar a {
  color: white;
  text-decoration: none;
  padding: 10px;
  font-family: Arsenal;
}

/* Dropdown content hidden by default */
#npd-frame-root {
  display: none;
  position: fixed;
  top: 4rem;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
}

.npd-portfolio-tabs {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  font-family: Arsenal;
}

.npd-mall-name {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3.5px;
  color: #000;
  margin-bottom: 5px;
  font-family: Arsenal;
}

.npd-mall-location {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3.5px;
  color: #9747ff;
  font-family: Arsenal;
}

.npd-portfolio-tab a {
  color: #000;
  font-size: 22px;
  font-weight: 600;
}

.npd-portfolio-tab {
  cursor: pointer;
  margin: 0 15px;
}

.npd-portfolio-tab:hover {
  color: #ff8c00; /* Highlight on hover */
}

/* Content area */
.npd-content {
  display: none; /* Hide all content by default */
  padding: 20px 40px;
  justify-content: center;
}

/* Malls Content */
.npd-mall-cards-container {
  display: flex;
  flex-wrap: nowrap; /* Ensure the cards are in a single line */
  overflow-x: auto; /* Enable horizontal scrolling */
  gap: 16px; /* Space between the cards */
}

.npd-mall-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 10px;
  gap: 40px;
  flex: 0 0 auto;
  width: 250px; 
  cursor: pointer;
}

.npd-status-labels {
  position: absolute;
  top: 10px;
  left: 10px;
  background: linear-gradient(to right, #f5e274, #f6c04e); 
  color: white; 
  padding: 5px 10px;
  font-size: 12px; /* Adjust font size */
  z-index: 100;
  font-family: Arsenal;
}

.npd-status-labels-upcoming {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #9747ff; 
  color: white; 
  padding: 5px 10px;
  font-size: 12px; /* Adjust font size */
  z-index: 100;
  font-family: Arsenal;
}

.npd-operational-wrapper {
  display: flex;
  align-items: center;
}

.npd-operational1 {
  font-weight: bold;
  position: relative;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #262262;
  font-family: Arsenal;
}

.npd-operational1-upcoming {
  font-weight: bold;
  position: relative;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #fff;
  font-family: Arsenal;
}

.npd-mall-card img {
  width: 100%;
  height: auto;
  align-self: stretch;
  flex: 1;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}

.npd-mall-info {
  text-align: start;
  margin-top: 10px;
}

.npd-mall-info b {
  display: block;
}

/* Standalone Content */
.npd-standalone-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px;
  width: 250px;
}

.npd-standalone-card img {
  width: 100%;
  height: auto;
}

.npd-standalone-info {
  text-align: center;
  margin-top: 10px;
}

.npd-standalone-info b {
  display: block;
}


@media screen and (max-width: 778px) {
  #npd-frame-root{
      top: 18rem;
      overflow-y: scroll;
  }
}


/* Overlay style */
.npd-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 90; 
  display: none; 
}

a{
  text-decoration: none;
}


.smpost-cards {
  display: flex;
  gap: 30px;
  justify-content: center;
  padding: 40px;
  padding-bottom: 60px;
  flex-wrap: wrap;
}

.smpost-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  width: 300px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.smpost-header {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  font-weight: bold;
}

.smpost-logo {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.smpost-post {
  position: relative;
  cursor: pointer;
}

.smpost-image {
  display: block;
  width: 100%;
  height: 335px;
}

.smpost-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.smpost-post:hover .smpost-overlay {
  opacity: 1;
}

.smpost-overlay-text {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 5px 10px;
  border-radius: 5px;
  font-family: var(--font-arsenal);
}

.smpost-footer {
  padding: 10px;
  border-top: 1px solid #ddd;
  text-align: center;
  font-size: 14px;
  font-family: var(--font-arsenal);
}

.smpost-footer a {
  text-decoration: none;
  color: #0077b5; /* Adjust per platform */
  font-weight: 600;
  font-family: var(--font-arsenal);
}

.smpost-footer a:hover {
  text-decoration: underline;
}

.smpost-platformname{
  font-family: "Montserrat", serif;
  font-size: 14px;
}

.smpost-title{
  font-family: var(--font-arsenal);
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 60px 40px 0 40px;
  display: flex;
  justify-content: center;
  width: 100%;
}


@media (max-width: 768px){
  .smpost-cards{
    padding: 40px 0;
  }
  .smpost-title{
    padding: 40px 0;
    text-align: center;
  }
}