@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{
    font-family: "Montserrat", sans-serif;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}


/* banner section-start  */
.logo-div{
    background: url(../images/banner.jpg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.part-logo{
    width: 130px;
}
/* .logo-div img{
    margin-block: 10px;
    margin-left: 20px;
} */
.call-div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:20px;
    height: 50px;
    margin-bottom: 20px;
}
.instant-call a{
    background: url(../images/customer-call.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 10px;
}
.number-call a{
    background: url(../images/call-btn.png);
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: 10px;
}
.form-div{
    background-color: #0f144c;
    padding: 40px 30px;
}
.ame-carousel h6{
    font-family: "DM Sans", sans-serif;
    color: #ffff;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}
.ame-slider p{
    color: #000;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 10px;
}
.ame-carousel{
    margin-bottom: 20px;
}
.ame-slider{    
    background: #ffff;
    padding: 20px 25px;
    border-radius: 10px;
    min-height: 168px;
}
.ame-slider img{
    width: 70px !important;
}
#topame-slider .owl-nav button{
    display: none;
}
.submit-btn{
    font-weight: 700;
    color: #0f144c;
    padding-inline: 40px;
    padding-block: 8px;
    background: #ffff;
    cursor: pointer;
    border-radius: 8px;
    font-size: 22px;
    margin-bottom: 30px;
}
.form-title h4{
    font-family: "DM Sans", sans-serif;
    color: #ffff;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 30px;
    text-align: center;
}
.call-btn a{
    color: #0f144c;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 30px;
    background-color: #ffff;
    padding-left: 45px;
    border-radius: 10px;
}
.form-group .form-control{
    background: transparent;
    border: 1px solid #ffff;
    border-radius: 5px;
    height: 45px;
    color: #ffff;
}
.form-group{
    margin-bottom: 20px;
}
.error{
    color: red;
    margin-bottom: 0px;
}
.form-group .form-control::placeholder{
    color: #ffff;
}
.p-0{
    padding: 0px;
}
/* banner section-start  */

.section-title h2{
    font-family: "DM Sans", sans-serif;
    color: #0f144c;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}
.overview-con p{
    line-height: 34px;
    font-weight: 500;
}
.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.over-amenities{
    width: 345px;
    border: 1px solid #0f144c;
    padding:15px;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}
.over-amenities p{
    margin-bottom: 0px;
    font-size: 16px;
    color: #0f144c;
    font-weight: 600;
}
/* .ame-1{
    float: left;
}
.ame-3{
    float: right;
} */
.over-amenities img{
    width: 60px;
}
.overview-ame-1{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.overview-ame-2{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.overview-con{
    margin-bottom: 20px;
}
.section2-title h2{
    font-family: "DM Sans", sans-serif;
    color: #0f144c;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 45px;
}
.amenities-list{
    margin-bottom: 20px;
}
.amenities-list img{
    border-radius: 10px;
}
.amenities-list h6{
    padding-block: 10px;
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 600;
    color: #ffff;
    text-align: center;
}
#amenties-carousel{
    cursor: pointer;
}
/* #amenties-carousel .owl-nav button{
    display: none;
} */
#amenties-carousel .owl-nav button{
    background: #ffff;
    border: none;
    padding: 7px 8px;
    border-radius: 30px;
    line-height: 0px;
    cursor: pointer;
}
#amenties-carousel .owl-nav button i{
    font-size: 19px;
}
#amenties-carousel .owl-nav .owl-prev{
    position: absolute;
    top: 34%;
    left: -45px;
}
#amenties-carousel .owl-nav .owl-next{
    position: absolute;
    top: 34%;
    right: -45px;
}
#floorplan-slider{
    cursor: pointer;
}
#floorplan-slider .owl-nav button{
    display: none;
}
.interior-img{
    margin-bottom: 20px;
}
.interior-img img{
    border-radius: 10px;
    height: 230px;
    object-fit: cover;
}
.pr-6{
    padding-right: 6px;
}
.section-2{
    background: url(../images/ban2-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.floorplan-img{
    background: #ffff;
    padding: 10px;
    border-radius: 10px;
}

.section-4{
    background: #0f144c;
}
.location-map{
    margin-bottom: 30px;
}
.location-high p{
    font-weight: 700;
    line-height: 35px;
    margin-left: 35px;
    font-size: 15px;
}
.location-map img{
    border-radius: 10px;
}
.footer{
    padding-top: 30px;
    background: #0f144c;
}
.footer-bottom p{
    color: #ffff;
    font-size: 15px;
}
.footer-bottom ul li{
    color: #ffff;
    font-size: 15px;
}
.footer-bottom ul{
    padding-bottom: 10px;
    margin-left: 20px;
    margin-bottom: 0px;
    padding-left: 0px;
}
.copy-text{
    border-top: 1px solid #ffff;
    padding-block: 15px;
}
.copy-text a{
    color: #ffff;
    text-decoration: none;
}
.copy-text p{
    margin-bottom: 0px;
}
.footer-btn{
    z-index: 99;
    width: 100%;
    position: fixed;
    bottom: -1px;
    overflow: hidden;
    box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.35);
}
.footer-btn a{
    width: 50%;
    float: left;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #0f144c;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    color: #FFF;
}
.footer-btn a:first-child {
    border-right: 2px solid #ffff;
}
.interior-img{
    position: relative;
}
.interior-overview{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    align-items: center;
    right: 0px;
    justify-content: center;
    background: #0f144cd4;
    display: flex;
    transition: all 0.5s ease-in-out;
}
#user-details table tbody tr td{
    color: #ffff;
    line-height: 35px;
}
.owl-dot{
    margin-inline: 3px;
    width: 7px;
    height: 7px;
    border: none;
    background: #ffff;
    border-radius: 10px;
    outline: none;
}
.owl-dots{
    text-align: center;
    margin-top: 15px;
}
.location-high ul li{
    list-style-type: none;
    background: url(../images/location1.png) no-repeat left top;
}
/* .interior-img:hover> .interior-overview{
    opacity: 1;
} */
.interior-overview a{
    text-align: center;
    font-weight: 600;
    color: #ffff;
    width: 100%;
    padding-block: 90px;
    text-decoration: none;
}
.amenities-btn{
    line-height: 40px;
}
.amenities-btn a{
    color: #0f144c;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 30px;
    background-color: #ffff;
    padding-left: 45px;
    border-radius: 10px;
}
.brochure-btn{
    height: 40px;
    margin-top: 20px;
    line-height: 40px;
}
.brochure-btn a{
    color: #ffff;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 30px;
    background-color: #0f144c;
    padding-left: 45px;
    border-radius: 10px;
}
.sitevisit-btn{
    line-height: 40px;
    margin-top: 20px;
}
.sitevisit-btn a{
    color: #0f144c;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 30px;
    background-color: #ffff;
    padding-left: 45px;
    border-radius: 10px;
}
#accordionExample .accordion-button{
    width: 100%;
    padding: 15px;
    text-align: left;
    border-radius: 0px !important;
    font-size: 18px;
    font-weight: 500;
    border: none;
    background: none;
    cursor: pointer;
    text-wrap: wrap;
    color: #ffff;
}
#accordionExample .accordion-body{
    padding: 15px;
    margin-bottom: 0px;
}
#accordionExample .accordion-body p{
    margin-bottom: 0px;
    color: #ffff;
}
#accordionExample .accordion-item{
    border: 1px solid #b9b9b9;
    margin-bottom: 15px;
}
#accordionExample .accordion-button::before {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    display: block;
    font-family: "FontAwesome";
    font-size: 1.1rem;
  }
#accordionExample .accordion-button[aria-expanded="true"]::before {
    content: "\f106" !important;
  }
  #accordionExample .accordion-header{
    position: relative;
    margin-bottom: 0px;
  }
  .section-6{
    background: #0f144c;
  }

.error{
    color:red;
}
.grecaptcha-badge{
    display: none;
}

.logo-img{
    width: 100%;
    background: #fff;
}

.nav-menu{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 35px;
    padding-right: 40px;
    list-style-type: none;
}

.nav-menu li a{
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #0f144c;
}

#accordionExample2 .accordion-button{
    width: 100%;
    padding: 15px;
    text-align: left;
    border-radius: 0px !important;
    font-size: 18px;
    font-weight: 700;
    border: none;
    border-bottom: 1px solid #b9b9b9;
    background: none;
    cursor: pointer;
    text-wrap: wrap;
    color: #0f144c;
}
#accordionExample2 .accordion-body{
    padding: 15px;
    margin-bottom: 0px;
}
#accordionExample2 .accordion-body p{
    margin-bottom: 0px;
    color: #000;
    font-weight: 500;
}
#accordionExample2 .accordion-item{
    border: 1px solid #b9b9b9;
    margin-bottom: 15px;
}#accordionExample2 .accordion-button::before {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    display: block;
    font-family: "FontAwesome";
    font-size: 1.1rem;
  }
#accordionExample2 .accordion-button[aria-expanded="true"]::before {
    content: "\f106" !important;
  }
  #accordionExample2 .accordion-header{
    position: relative;
    margin-bottom: 0px;
  }

  #accordionExample2 .accordion-body ul{
    padding-left: 35px;
  }

  .section-7{
    background: #f5f6ff;
  }

  .modal-close{
    border: none;
    background: #0f144c;
    padding: 4px 10px;
    color: #ffff;
    font-size: 26px;
    line-height: 25px;
    width: fit-content;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 100;
  }
  .form-modal h4{
    color: #000;
  }

  .form-modal #contactform_modal .form-control{
    border: 1px solid #000;
    color: #000;
  }

  .form-modal #contactform_modal .form-group{
    margin-bottom: 30px;
  }

  .form-modal #contactform_modal .submit-btn{
    font-weight: 700;
    color: #ffff;
    padding-inline: 35px;
    padding-block: 8px;
    background: #0f144c;
    cursor: pointer;
    border-radius: 8px;
    font-size: 20px;
    margin-bottom: 0px;
  }

.form-modal .form-group .form-control::placeholder{
    color: #000;
}
#formmodal .modal-dialog{
    max-width: 550px;
}
#formmodal .form-modal{
    padding-block: 40px;
    padding-inline: 20px;
}

.nav-position {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    z-index: 999;
    background: #ffff;
}

.nav-position.show-nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.whatsapp-icon {
    position: fixed;
    bottom: 25px;
    right: 20px;
    height: 50px;
    width: 50px;
    z-index: 1000;
}

  @media (min-width:1200px) and (max-width: 1450px){
    .call-btn a {
        padding: 10px 10px;
        padding-left: 40px;
        font-size: 15px;
    }
    .ame-slider {
        padding: 20px 25px;
    }
    .ame-slider p {
        font-size: 15px;
    }
    .ame-carousel h6 {
        font-size: 19px;
        
    }
    .part-logo{
        width: 50px;
    }
    .nav-menu li a {
        font-size: 14px;
    }
}

@media (max-width:798px){
    .form-div {
        padding: 15px 20px;
    }
    .call-btn a {
        padding: 10px;
        padding-left: 35px;
        font-size: 13px;
        border-radius: 10px;
    }
    .whatsapp-icon {
        bottom: 60px;
    }
    .form-title h4 {
        font-size: 25px;
        line-height: 33px;
        margin-bottom: 15px;
        text-align: center;
    }
    .overview-ame-1 {
        display: block;
        margin-bottom: 30px;
    }
    .overview-ame-2 {
        display: block;
        margin-bottom: 30px;
    }
    .over-amenities {
        margin-bottom: 30px;
        width: 100%;
    }
    .section-title h2 {
        font-size: 26px;
    }
    .section2-title h2 {
        font-size: 26px;
        margin-bottom: 35px;
    }
    .pr-6 {
        padding-right: 15px;
    }
    .footer {
        padding-block: 15px;
        background: #0f144c;
        margin-bottom: 45px;
    }
    .floorplan-img {
        margin-bottom: 20px;
    }
    .location-high p {
        font-weight: 700;
        font-size: 13px;
        line-height: 35px;
    }
    .footer-bottom p {
        color: #ffff;
        font-size: 12px;
    }
    .over-amenities p {
        font-size: 15px;
    }
    .overview-con p {
        line-height: 31px;
        font-size: 15px;
    }
    .ame-carousel h6 {
        font-size: 18px;
    }
    .accordion-button {
        padding-right: 30px;
        font-size: 16px;
    }
    .accordion-body p {
        font-size: 15px;
    }
    .video-div{
        margin-bottom: 30px;
    }
    #amenties-carousel .owl-nav button{
        display: none;
    }
    .logo-div{
        background: url(../images/banner.jpg);
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        width: auto;
        height: 530px;
    }
    .ame-slider p {
        font-size: 13px;
    }
    .ame-slider {
        padding: 15px 20px;
        min-height: 148px;
    }
    .logo-img{
        position: fixed;
        width: 100%;
        z-index: 1000;
    }
    .footer-bottom ul li {
        color: #ffff;
        font-size: 12px;
    }
}