* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul {
    list-style: none;
}
.pad-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
h2 {
    font-family: "Outfit", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}
/*.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}*/
:root {
    --colorOptional: #f2f2f2;
    --colorBtn: #ffffff;
    --bs-primary: #07518c;
    --bs-secondary: #247dc5;
        }
.btn-primary {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}
.btn-primary:hover {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}
button.btn.btn-info {
    font-size: 18px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 2px;
    background: var(--bs-primary);
    color: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    padding: 15px 30px 15px 30px;
    display: inline-block;
    border:0px;
}
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus, .btn-info.focus, .btn-info:focus {
    box-shadow: none;
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    }
.text-uppercase {text-transform: uppercase;}
.text-center { text-align:center; }
.text-color-white { color:#ffffff; }
/*Navbar*/
nav.navbar ul li a {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 1px;
}
nav.navbar.navbar-expand-lg {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

body {
    font-family: roboto;
     }
/*-- Banner Section ---*/
.banner-section {
    background-color: var(--colorOptional);
}
.banner-column {
    background: #ffffff;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}
.slider {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
}

.slide img {
    width: 100%;
    height: auto;
    display: block;
}

.slider button {
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    border-radius: 3px;
    z-index: 1;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

.banner-column h3 {
    padding: 10px 0px 10px 0px;
    border-style: dashed;
    border-width: 2px 2px 2px 2px;
    border-color: #939393;
    color: #000000;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
}
.inventary-detail h1 {
    font-size: 36px;
    font-weight: 600;
    color: var(--bs-primary);
    margin: 15px 0;
}
.inventary-detail h4 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 1.5px;
    margin: 10px 0;
}
.inventary-detail h2 {
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1.2px;
}
h2.available-inventory {
    text-transform: unset;
}
.offers-section {
    background: var(--bs-primary);
    border-radius: 5px;
    padding: 12px;
    margin: 14px 0px;
}
.offers-section p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 8px;
}
.offers-section ul {
padding: 10px 0px 10px 0px;
    border-style: dashed;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    margin-bottom: 0px;
}
.offers-section ul li {
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}
.offers-section ul li::before{
    content: "\2022";
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    font-size: 14px;
    margin-left: -2em;
}
.inventary-detail h2.available-inventory {
    color: #111111;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
.inventary-detail h2.inventory-price {
    font-size: 28px;
    font-weight: 600;
    text-transform: unset;
}
.brochure-button a {
    font-size: 18px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 2px;
    background: var(--bs-primary);
    color: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    padding: 15px 30px 15px 30px;
    display: inline-block;
}
.col-md-4.banner-column.project-highlights p{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
.project-highlights ul li {
    color: #111111;
    font-family: "Outfit", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 1px;
    text-align: left;
}
.project-highlights ul {
    padding-left: 30px;
}
.project-highlights ul li:before{
    content: "\2022";
    color: #000000;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    font-size: 14px;
    margin-left: -2em;
}
/*Intro*/

section#intro {
    background: var(--bs-primary);
    color: #ffffff;
    text-align: center;
}
#intro h2 {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
}
.intro-button {
    width: 100%;
    margin-top: 10px;
}
#intro ul li{
    text-align: center;
    display: inline-block;
}
#intro ul li .btn {
    border: 2px solid #ffffff;
}
.head {
    background: var(--bs-primary);
    display: block;
    padding: 15px;
}
.area-price button.btn {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    background-color: var(--bs-primary);
    letter-spacing: 0.5px;
}
.cost-details a {
    display: block;
}
.cost-details .btn {
    display: block;
    width: 100%;
    margin-top: 15px;
}
/*floor-plan*/
#floor-plan {
    text-align: center;
}
#floor-plan img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}


.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gallery {
    width: calc(33.33% - 20px); /* For desktop, show 3 images */
    margin-bottom: 20px;
    position: relative;
}

.gallery img {
    width: 100%;
    height: auto;
}

.caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
}
/*amenities*/
.col-3-ame {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
#amenities h2 {
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
/*Location Benefits*/

.location-benefit ul {
    list-style: disc;
}
.location-benefit ul li {
    display: block;
}
.location-benefit ul li::before{
    content: "\2022";
    color: #000;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    font-size: 14px;
    margin-left: -2em;
}
#location {
    background: var(--bs-primary);
    color: #ffffff;
    text-align: center;
}
#location > .col-6 {
  margin-right: 10px;
}
#location h2 {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
}
.location-button {
    width: 100%;
    margin-top: 10px;
}
#location ul li .btn {
    border: 2px solid #ffffff;
}
.location-benefit ul li {
  text-align: left;
  padding-left: 25px;
  margin-bottom: 8px;
}
.location-benefit h4 {
    text-align: left;
    background: var(--bs-primary);
    color: #ffffff;
    padding: 10px;
    margin-bottom: 25px;
}
section#location button.btn.btn-info {
    border: 3px solid #ffffff;
    margin-top: 30px;
}
.project-benefits {
    background: #ffffff;
    color: #000000;
}
.project-benefits {
  background: #ffffff;
  color: #000000;
  border: 3px solid #000;
  padding: 20px;
}
iframe {
  border: 3px solid #fff !important;
  padding: 10px;
}
section#video img{
    width: 100%;
}
/*Video Section*/
section#video img {
    margin-bottom: 20px;
}

/*Book Free site visit form*/

#sitevisit {
    width: 100%;
    display: flex;
    position: relative;
}
#sitevisit #email {
  margin: 0 10px;
    margin-bottom: 0px;
}
#sitevisit  #submitBtn {
  margin-top: 0 !important;
  margin-left: 10px;
}
#site-visit-form h2 {
  margin-bottom: 30px;
}
label {
    font-size: 9px;
}

/*Top Fotter*/
section#top-footer {
    background: #f2f2f2;
    padding: 20px;
}
.disclaimer small {
    font-size: 12px;
    line-height: 1em;
}
footer {
    background: #383838;
    padding: 20px;
    color: #ffffff;
    font-size: 13px;
}
footer ul li {
    display: inline-block;
}
footer ul li a {
    color: #ffffff;
    font-size: 13px;
}
#developer {
  min-height: 55vh;
}

/*---- Popup---*/
.modal-content {
    width: auto;
}
span.popup-logo img {
    width: 100%;
    height: 60px;
}
span.modal-title-secondary {
    padding: 1vw 0 .5vw;
    display: block;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
}
ul.modal-highlight span {
    font-size: 14px;
}
.modal-body.text-center {
    padding: 0;
}
span.modal-highlight-title {
    font-size: 20px;
    display: block;
    font-weight: 500;
    padding: 25px 0;
}
.modal-content .flex-fill.align-self-center {
    padding: 20px;
}
form#popupform input {
    border: 1px solid #dddddd;
    border-radius: 5;
}
input#firstName, input#email, select#country, input#phone {
    border: 1px solid #ddd;
    border-radius: 4px !important;
    margin-bottom: 10px;
    height: 42px;
}
#popupform select.my_country_name {
    width: 28%;
    float: left;
    height: 43px !important;
}
#popupform input#phone {
    float: right;
    width: 70%;
}
ul.modal-highlight li {
    margin-bottom: 1em;
}
button.close {
    padding: 10px;
}
.modal-title {
        display: block;
        font-size: 1.5vw;
        text-transform: capitalize;
        font-weight: 600;
        color: var(--colorBtn);
        padding: 16px;
        background: var(--bs-primary);
    }
#submitBtn {
  background: var(--bs-primary);
}
section#about-developer {
    background: #f1f1f1;
    padding: 20px;
}
section#brand {
    padding: 20px;
}
#brand .col-md-4 {
             text-align: end;
         }
        @media only screen and (max-width: 600px) {
        #brand .col-md-4 {
             text-align: center;
         }
        }

.brand img {
  border-right: 1px solid #ddd;
  padding-right: 10px;
width: 50px;
}

/*--- Responsive  ---*/
@media only screen and (min-width: 992px) {
    .modal-title {
        display: block;
        font-size: 1.5vw;
        text-transform: capitalize;
        font-weight: 600;
        color: var(--colorBtn);
        padding: 16px;
        background: var(--bs-primary);
    }
    .modal-highlight-bg {
        background-color: #f9f9f9;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        vertical-align: top;
        border-top-left-radius: 15px;
        width: 28vw;
    }
    .navbar-expand-lg .navbar-collapse {
        justify-content:end;
          }
}
.agreement {
  position: absolute;
  bottom: -30px;
}
@media only screen and (max-width: 786px) {
.banner-section {
    display: flex;
    flex-direction: column;
}
.banner-section .col-md-4.banner-img {
    order: 1;
    padding: 0px;
    margin-top: 75px;
}
.banner-section .col-md-4.banner-column {
    order: 2;
    margin: 20px;
}
.table-pricing th {
    display: none;
}
.table-pricing tbody tr td {
    width: 100%;
    display: block;
    text-align: center;
}
.service.pad-50 {
    padding-top: 0;
}
.banner-section .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}
header {
    position: fixed;
    z-index: 99;
    background: #ffffff;
    width: 100%;
}
section#intro {
    padding: 0 20px;
}
section#location {
    padding-left: 20px;
    padding-right: 20px;
}
.intro-button ul li:first-child {
    margin-bottom: 20px;
}
#sitevisit {
    display: block;
    padding: 20px;
}
#sitevisit #email {
    margin: 12px 0px!important;
}
.agreement {
    position: relative;
    bottom: 0;
  }
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 35vw;
        margin: 1.75rem auto;
    }
        .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
}
@media (max-width: 576px) {
    section h2 {
        font-size: 20px !important;
    }
}


/*Animation*/
@keyframes pulse {
                0% {
                    transform: scale(1);
                }
                50% {
                    transform: scale(1.1);
                }
                100% {
                    transform: scale(1);
                }
            }
 
            .pulse {
                animation: pulse 2s infinite;
            }
.gradient {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}