@font-face {
  font-family: natoSans;
  src: url("./font/NotoSans-VariableFont.ttf");
}
@font-face {
  font-family: natoSans;
  src: url("./font/NotoSans-VariableFont.ttf");
}

:root {
  --primary-color: #1D417F;
  --secondary-color: #dceff6;
  --text-dark: #000000;
  --text-light: #ffffff;
  --gray-color:#999999;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "natoSans";
  background-color: #ffffff;
  color: var(--text-dark);
}

*, *::before, *::after {
  box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "natoSans";
  color: var(--primary-color);
  margin: 0;
  font-weight: 600;
  padding: 0;
font-size: 38px;
line-height: 100%;
letter-spacing: 0%;

}
/* Space between sections */
section {
  margin-bottom: 40px;
  padding: 3rem 0;
}

/* Space between elements inside sections */
section > * + * {
  margin-top: 40px;
}

/* Space between lines */
body, p, li, h1, h2, h3, h4, h5, h6 {
  line-height: 1.6; /* For 16px, set font-size: 16px and line-height: 1.6 */
  /* margin-bottom: 16px; */
}

a {
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color: var(--secondary-color);
  text-decoration: underline;
}

.navbar {
  background-color: var(--primary-color);
}

.navbar-brand {
  width: 7%;
}
.navbar-nav li a{
font-family: "natoSans" !important;
font-weight: 500;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;

}

.navbar-nav .nav-link {
  color: var(--text-light);
  margin-left: 20px;
  font-weight: 500;
  padding: 0 0.5rem;
}

.navbar-toggler {
  border-color: var(--text-light);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.success_msg, .error_msg{
    display: none;
}

.icon-item {
  position: relative;
  padding: 0 15px;
}

.icon-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 25%;
  right: 0;
  height: 50%;
  width: 1px;
  background-color: #ccc;
}

.icon-title {
  font-family: "natoSans";
font-weight: 500;
font-size: 18px;
line-height: 100%;
margin-bottom: 0.7rem;
letter-spacing: 0%;
color: #000000;
padding-top: 0.7rem;
text-align: center;

}

.icon-item p {
  font-size: 0.9rem;
  margin: 0;
}

.rera{
    font-family: "natoSans";
font-weight: 500;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;

}
.btn-primary {
  background-color: var(--primary-color);
  color: var(--text-light);
  border: none;
}

.btn-primary:hover {
  background-color: #163465; /* darker variant */
}

section ul {
  padding-left: 20px;
  margin: 0;
}

ul li::marker {
  color: var(--primary-color);
}


ul {
      list-style: none;
    }

    .content ul li {
      margin-bottom: 1rem;
      padding-left: 1.5rem;
      position: relative;
    }
  .content ul li span{
        filter: invert(0);
    }
    .content .heading{
        margin-left: 3rem;
    }

    .content .button {
      margin-top: 1.5rem;
      background-color: #1D417F;
      color: white;
      font-family: "natoSans";
      padding: 0.8rem 1.5rem;
      text-decoration: none;
      font-size: 1rem;
      margin-left: 3rem;
font-weight: 500;
font-size: 17px;
text-align: center;

      display: inline-block;
    }

    .content .button:hover {
      background-color: #163465;
    }
    .amenities-section .slick-slider .element, .gallery-section .slick-slider .element{
  height:100%;
  width:100%;
  margin:0px 10px;
  font-size:15px;
}
.amenities-section .slick-slider img{
    border-radius: 50%;
    padding: 1.5rem;
}
.amenities-section p{
    font-family: "natoSans";
}
.gallery-section .slick-slider img{
    border-radius: 1.2rem;
    padding: 0.5rem;
}
.amenities-section .slick-slider .slick-disabled {
  opacity : 0; 
  pointer-events:none;
}
.amenities-section {
  text-align: center;
}
.amenities-heading{
    text-align: left;
}
.amenities-subtext{
    text-align: left;
    font-family: "natoSans";
}
.heading {
  font-family: 'NewYorker', serif;
  font-size: 28px;
  color: #1D417F;
  margin-bottom: 10px;
}

.subtext {
  font-size: 16px;
  margin-bottom: 30px;
}

.slider div {
  padding: 10px;
}

.slider img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}

.slider p {
  margin-top: 10px;
  font-size: 14px;
  text-transform: uppercase;
}

/* Slick Arrows */
.slick-prev,
.slick-next {
  background-color: #ccc;
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  z-index: 1;
}

.slick-next {
  background-color: var(--gray-color);
}
.location-section{
    background-color: var(--primary-color);
    color: #fff;
}

.location-title {
      letter-spacing: 1px;
      font-weight: 600;
    }
    .star-icon {
      display: inline-block;
      width: 16px;
      height: 16px;
      background-image: url('https://magicpage-dev.propstory.com/ImageUploads/Image_Upload/1nnx5eapkmdqzl2kn.webp');
      filter: invert(1);
      background-size: contain;
      background-repeat: no-repeat;
      margin-right: 8px;
    }
    .location-section ul li{
        font-family: "natoSans";
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5rem;

    }
    .location-section iframe{
        margin-top: 4.5rem;
    }
    .btn-visit {
      background-color: white;
      color: #0b1c4c;
      border: none;
      border-radius: 0;
      padding: 8px 16px;
      font-family: "natoSans";

font-size: 20px;
line-height: 100%;
text-align: center;

    }
    .btn-visit:hover {
      background-color: #e0e0e0;
    }

    .form-wrapper {
      margin: auto;
      padding: 50px 20px;
    }
    .form-title {
      font-family: "natoSans";
      text-align: center;
      color: var(--primary-color);
font-weight: 500;
font-size: 30px;
line-height: 100%;
margin-bottom: 15px;
text-align: center;

    }
    .form-control {
      background-color: #f6f6fb;
      border: none;
      border-radius: 0;
      padding: 12px 15px;
      font-size: 15px;
      color: #0b1c4c;
    }
    .form-control::placeholder {
      color: #0b1c4c;
      
      font-family: "natoSans";
    }
    .form-control:focus {
      box-shadow: none;
      border-bottom: 1px solid #0b1c4c;
    }
    .submit-btn {
      width: 100%;
      background-color: #173571;
      color: white;
      border-radius: 0;
      font-family: "natoSans";
      padding: 14px 0;
      border: none;
font-weight: 500;
font-size: 1.1rem;
line-height: 100%;
text-align: center;

    }
    .submit-btn:hover {
      background-color: #0b1c4c;
    }
    .phone-input {
      display: flex;
      align-items: center;
      gap: 8px;
      background-color: #f6f6fb;
      padding: 0 10px;
    }
    .modal  .phone-input {
      border-radius: 14px;
    }
    .phone-select {
      border: none;
      background-color: transparent;
      color: #0b1c4c;
      font-size: 0.9rem;
    }
    .phone-select:focus {
      outline: none;
    }
    .mobile-field {
      flex: 1;
      background-color: transparent;
      border: none;
      padding: 12px 10px;
    }
    .mobile-field:focus {
      outline: none;
    }
    .section-overlay{
        margin: 6rem 0 0;
        height: 130vh;
    padding: 0 0 10rem 0;

    }
.overlay {
    height: 130vh;
    padding: 0 0 10rem 0;
    width: auto;
    background-color: rgba(0, 0, 0, 69%);
}
.price-reg {
    background-color: var(--primary-color);
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-family: "natoSans";
}
.price-plot p{
    font-family: "natoSans";
font-weight: 400;
color: #fff;
font-size: 18px;
line-height: 0.6rem;
text-align: center;

}
.pricing-table {
  background-color: transparent;
  color: white;
  font-family: "natoSans";
  border-collapse: separate;
  border-spacing: 0 12px; /* Adds vertical spacing between rows */
}

.pricing-table th,
.pricing-table td {
  vertical-align: middle;
  text-align: center;
  padding: 14px 0;
  border: 1px solid white;
  color: #fff;
}

.table>:not(caption)>*>* {
  background-color: transparent;
}

.pricing-table a.btn-enquire {
  background-color: #0f3c84; /* blue button */
  color: white;
  display: inline-block;
  width: 100%;
  padding: 14px 0;
  text-decoration: none;
}

.pricing-table a.btn-enquire:hover {
  background-color: #092a5a;
  text-decoration: none;
}

    #main {
      margin: 50px 0;
    }

    #main #faq .card {
      margin-bottom: 30px;
      border: 0;
    }

    #main #faq .card .card-header {
      border: 0;
      -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
      box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
      padding: 0;
    }

    #main #faq .card .card-header .btn-header-link {
      color: #fff;
      display: block;
      border-radius: 0;
      text-align: left;
      background: #5c75a0;
      color: #fff;
      padding: 16px;
text-decoration: none;
      font-family: "natoSans";
font-weight: 400;
font-size: 16px;
    }

     #main #faq .card .card-header .btn-header-link span{
        font-weight: 600;
        font-size: 1.8rem;
     }

    .card-body {
      position: relative;
      padding: 0;
    }
    .card-body p{
        color: #fff;
      display: block;
      text-align: left;
      background: #5c75a0;
      color: #fff;
      padding: 20px;
text-decoration: none;
      font-family: "natoSans";
font-weight: 400;
font-size: 16px;
    }

    #main #faq .card .card-header .btn-header-link.collapsed {
      background: #5c75a0;
      color: #fff;
    }

    #main #faq .card .collapsing {
      background: #eee;
      line-height: 30px;
    }

    #main #faq .card .collapse {
      border: 0;
    }

    #main #faq .card .collapse.show {
      background: #eee;
      line-height: 30px;
      color: #222;
    }
    
.slick-arrow {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  position: absolute;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  z-index: 2;
  margin-top: 17%;
}
.slick-prev {
  left: 5% !important;
    background-color: var(--gray-color)  !important;
    width: 4% !important;
    height: 15% !important;
}
.slick-prev:before, .slick-next:before{
    display: none !important;
}
.slick-arrow img{
    padding: 0 !important;
}
.slick-next {
    right: 86% !important;
    background-color: var(--gray-color) !important;
    width: 4% !important;
    height: 15% !important;
}
.slick-slider-gallery .slick-prev {
  left: 5% !important;
   background-color: #838181 !important;
     width: 4.1% !important;
    /* margin-top: -2rem; */
    height: 32% !important;
}
.slick-slider-gallery .slick-arrow {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  position: absolute;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  z-index: 2;
  margin-top: 13%;
}

.slick-slider-gallery .slick-next {
    right: 86% !important;
    background-color: #838181 !important;
    width: 4.1% !important;
    /* margin-top: -2rem; */
    height: 32% !important;
}

.slick-slider-floor .slick-prev {
  left: 80% !important;
     background-color: #838181 !important;
     width: 8% !important;
    /* margin-top: -2rem; */
    height: 11% !important;
}
.slick-slider-floor .slick-arrow {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  position: absolute;
  border-radius: 50%;
  /* width: 30px;
  height: 36px; */
  z-index: 2;
  margin-top: 45%;
}

.slick-slider-floor .slick-next {
    right: 0% !important;
    background-color: #838181 !important;
     width: 8% !important;
    /* margin-top: -2rem; */
    height: 11% !important;
}
    .accordion-button:focus {
      box-shadow: none;
    }
    .site-address-text{
        font-family: "natoSans";
font-weight: 400;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
    }
    .slick-slider button{
        display: block !important;
    }

    .lead-form-wrapper {
  background-color: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
}
.carousel{
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.right-form{
  margin-top: 5rem;
  height: 100vh;
  background-color: #ffffff;
    padding: 60px 25px 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100vh;
    text-align: center;
}
.intl-tel-input .country-list .country{
  color: #000;
}
.right-form .intl-tel-input .country-list{
  width: 350px;
}
.right-form .flag-container {
 margin-top: 0rem;
}
.right-form h2{
  font-size: 30px;
    margin-bottom: 10px;
    color: #0f3c84;
}
.right-form p {
    font-size: 18px;
    font-family: "natoSans";
    margin: 20px;
    color: #555;
}
.footer {
    background-color: #193974;
    color: #ffffff;
    font-family: "natoSans";
    text-align: center;
    line-height: 1.5rem;
    padding: 20px 10px;
  }

  .footer p {
    margin: 0;
    padding: 4px 0;
  }

  .footer .disclaimer {
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.6;
  }
  .footer span, a{
    font-size: 14px;
  }

  .enquiry-modal .modal-content {
  background-color: #0f3c84;
  color: white;
  border-radius: 20px;
}

.enquiry-modal .form-control {
  background-color: #ffffff;
  color: #000;
  border: none;
  border-radius: 10px;
  padding: 10px 15px;
}

.enquiry-modal .btn-primary {
  background-color: #fff;
  color: #0f3c84;
  border: none;
  border-radius: 10px;
}

.enquiry-modal .btn-primary:hover {
  background-color: #e6e6e6;
}
.carousel-item img{
    margin-top: 5rem;
    height: 100vh;
}
.call-to-action1{
    display: none;
}
/* .section_padding{
    padding: 4rem 0;
} */
.slick-prev:hover, .slick-next:hover {
    background-color: var(--primary-color) !important;
}
.padding_left{
    padding-left: 3rem;
}
.modal h5{
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .icon-item{
    margin-bottom: 2rem;
  }
   .right-form{
    margin-top:0;
    height: auto;
    padding-bottom: 4rem;
  }
h1, h2, h3, h4, h5, h6{
  font-size: 28px;
}
    .footer{
        padding:41px 10px 65px 0;
    }
    .padding_left{
    padding-left: 1rem;
}
    .content .heading{
        margin-left: 1.3rem;
    }
    .carousel-item img {
    margin-top: 4rem;
    height: auto;
}
.content .button{
    margin-left: 1.3rem;
}
    .carousel-item, .lead-form{
        height: auto;
    }
  .navbar-nav .nav-link {
    margin-left: 0;
    padding: 10px 0;
  }
  .navbar-brand{
    width: 17%;
  }
  #navbarNav{
        position: absolute;
    background: var(--primary-color);
    width: 100%;
    text-align: center;
    margin-top: 18.5rem;
    z-index: 9;
    margin-left: -11px;
    padding: 1rem;
    line-height: 4rem;
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow:none !important;
}
  .hero-section {
    text-align: center;
  }
  #menu-icon {
  color: white;
  font-size: 1.5rem;
}

.lead-form-wrapper{
    margin-top: 0;
    height: auto;
}
.content .heading{
    padding-top: 2rem;
}

.content ul li{
    padding-left: 00.5rem;
}

.slick-arrow{
    margin-top: 63%;
}
.slick-prev {
    left: 32% !important;
    background-color: var(--primary-color) !important;
                   width: 13.5% !important;
        height: 13% !important;

}
.slick-next {
    right: 35% !important;
    background-color: var(--primary-color) !important;
                   width: 13.5% !important;
        height: 13% !important;

}
.slick-slider-gallery .slick-arrow{
    margin-top: 45%;
}
.slick-slider-gallery .slick-prev {
    left: 32% !important;
    background-color: var(--primary-color) !important;
    width: 13.5% !important;
                height: 25% !important;
        top: 40%;

}
.slick-slider-gallery .slick-next {
    right: 35% !important;
    background-color: var(--primary-color) !important;
    width: 13.5% !important;
                height: 25% !important;
        top: 40%;

}

.slick-slider-floor .slick-prev {
    left: 32% !important;
    background-color: var(--primary-color) !important;
    width: 13.5% !important;
    height: 15% !important;
}
.slick-slider-floor .slick-next {
    right: 35% !important;
    background-color: var(--primary-color) !important;
    width: 13.5% !important;
    height: 15% !important;
}
.gallery-section .slick-slider img{
    padding: 0;
}
.location-section iframe{
    margin-top:0;
}
.form-wrapper{
    padding-bottom: 0;
}
  .row {
    flex-direction: row;
  }
  .call-to-action1 {
    position: fixed;
    width: 100%;
    padding: 0 !important;
    margin: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    text-align: center;
    display: block  ;
    background: var(--primary-color);
}
.call-to-action1 p {
    font-size: 17px;
    margin-bottom: 0px;
    padding: 10px;
    text-decoration: none;
    background: var(--primary-color);
    color: #fff;
}
.overlay {
    height: auto;
}
.slick-slider-floor img{
    padding-bottom: 3rem;
}
}
