
*{
    box-sizing: border-box;
    font-family:sans-serif;
}
html {
    scroll-behavior: smooth;
}
.navbar-top {
    position:relative;
    z-index:10;
    width: 100%;
}
.navbar-top2 {
    position:relative;
    z-index:10;
    width: 100%;
    /* background-color: rgba(8%, 62%, 62%,1); */
    background-image: linear-gradient(rgba(8%, 62%, 62%,1),rgb(22, 173, 173), rgba(255, 255, 255,0));
}
.nav-link{
    font-weight: 600;
    letter-spacing: 1.5px;
}
p{
    text-align: justify !important;
    padding: 5px !important;
}
.main-img{
  margin-top: -40px;
}
 
/* #newheader2{
    background-image: url('./images/Webp-Images/main-img.webp');
    width: 100%;
    height: 100vh;
    position: relative;
    z-index:1;
    background-size:100% 100%;
    background-position:center;
    background-repeat: no-repeat;
    text-align: center;
} */
.f-video iframe{
    width: 100%;
    height: 650px;  
}
.location-video iframe{
    width: 100%;
    height: 650px;  
}
.rightSideOfNav i{
    font-size: 25px;
    margin: 0px 5px;
}
.contact-icons i{
    font-size: 25px;
    margin: 5px 5px;
}
a.target-classCheck:target {
    display: block;    
    position: relative;     
    top: -150px;
    visibility: hidden;
}
.childHeadings{
    text-align: center;
}
.logo-img {
    width: auto;
    height: 12vh;
}
.slider:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    background-blend-mode: overlay;
}
.slider {
    position: relative;
    width: 100%;
}

.slider-text {
    position: absolute;
    top: 20%;
    z-index: 10;
    left: 35%;
    width: 100%;
    text-align: center !important;

}
.sliderLogo{
    width: 30vw;
    height: auto;
    margin: 20px 0px;
}
.carousel-item img{
    background-color: #ff2c2cc0;
    height: 100vh;
    background-blend-mode: overlay;
    object-fit: cover;
    object-position: center;
}
.slid-card-text {
    background-color: transparent;
    font-weight: bold;
    font-size: 25px !important;
    width: 100%;
}
.project-intro{
    color: black;
}
.heading{
    color: #07c0ba;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 35px !important;
    text-shadow: 1px 1px 1px #044443;
}

.openedQuestion{
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.faqParas{
    text-indent: 50px;
}

.card-img {
    width: 100%;
}

.list {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    user-select: none;
    user-select: none;
    user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.list input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */

.list:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.list input:checked~.checkmark {
    background-color: #516474;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.list input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.list .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.list small {
    font-size: 12px;
}


/* Button used to open the chat form - fixed at the bottom of the page */

.open-button {
    background-color: rgba(8%, 62%, 62%,1);
    color: white;
    padding: 10px 15px;
    border-radius: 12px;
    opacity: 0.8;
    position: fixed;
    top: 50%;
    right: -5px;
    z-index: 9;
    font-size: 15px;
    border: none;
    display: none;
}


/* The popup chat - hidden by default */

.chat-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    border: 3px solid #f1f1f1;
    z-index: 19;
}


/* Add styles to the form container */

.form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
}


/* Full-width textarea */

.form-container textarea {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
    resize: none;
    min-height: 200px;
}


/* When the textarea gets focus, do something */

.form-container textarea:focus {
    background-color: #ddd;
    outline: none;
}


/* Set a style for the submit/send button */

.form-container .btn {
    background-color: #07a035;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
}


/* Add a red background color to the cancel button */

.form-container .cancel {
    background-color: red;
}


/* Add some hover effects to buttons */

.form-container .btn:hover,
.open-button:hover {
    opacity: 1;
}
.footer-background{
    background-color: rgba(8%, 62%, 62%,1);
}
.socialIcons{
    font-size:25px;
}

.floorPlan{
    padding: 70px 20px;
    text-align: center;
    font-size: 40px;
    margin: 50px 0px;
}

.locationSubHeading{
    margin: 80px 0px;
}


.dropdown-item:hover{
    color: black !important;
}

#masterPlanImg{

    height: auto;
    width: 100%;
    
}
.colorDivs{
    padding: 2vh;
    margin: 5px 10px;
    position: relative;
    bottom: 10px;
    /*border-radius: 50%;*/
}
.payment-btn a{
 border: 2px solid rgb(12, 155, 155);
 box-shadow: 1px 1px 5px 2px black;
}
@media only screen and (min-width: 1140px) {
    
    .container {
        max-width: 85%;
    }
    .slider-text {
        left: 0%;
        top: 25%;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1140px) {
    
    #slogan{
        font-size: 50px;
        margin-top: 30px;
    }
    #logoInHeader{
        top: 10%;
        width: 30vw;   
    }
    .slider-text {
        left: 0%;
        top: 25%;
    }
    .slid-card-text{
        font-size: 35px;
    }
    .f-video iframe{
        width: 100%;
        height: 550px;  
    }
    .location-video iframe{
        width: 100%;
        height: 550px;    
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
      
    #slogan{
        font-size: 45px;
        margin-top: 30px;
    }
    #logoInHeader{
        top: 10%;
        width: 40vw;   
    }
    .slider-text {
        top: 25%;
        left: 0%;
    }
    .slid-card-text {
        font-size: 30px;
    }
    .f-video iframe{
        width: 100%;
        height: 500px;  
    }
    .navbar-top {
        background-color:rgba(8%, 62%, 62%,1);
    }
    .navbar-top2 {
        background-color:rgba(8%, 62%, 62%,1);
    }
   
    .location-video iframe{
        width: 100%;
        height: 500px;   
    }
}
@media only screen and (min-width: 521px) and (max-width: 768px) {
    #newheader2{
        height: auto;
        min-height: 80vh;
    }
    #slogan{
        font-size: 45px;
        margin-top: 30px;
    }
    #logoInHeader{
        top: 10%;
        width: 40vw;   
    }
    .slider-text {
        top: 25%;
        left: 0%;
    }
    .sliderLogo{
        width: 35vw;
    }
    .slid-card-text h2{
        font-size: 30px;
    }
    .slid-card-text {
        font-size: 15px !important;
    }
    .f-video iframe{
        width: 100%;
        height: 450px;  
    }
    .navbar-top {
        background-color:rgba(8%, 62%, 62%,1);
    }
    .navbar-top2 {
        background-color:rgba(8%, 62%, 62%,1);
    }
   
    .location-video iframe{
        width: 100%;
        height: 450px;  
    }
    .main-img{
        margin-top: 40px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 520px) {
   
    #slogan{
        font-size: 35px;
        margin-top:10vh;
    }
    #logoInHeader{
        top: 10%;
        width: 70vw;   
    }
    /* #newheader2{
        background-image: url('./images/for web/Final Design portrait.jpeg');
        height: auto;
        min-height: 95vh;
    }  */
    .logo-img {
        width: auto;
        height: 6vh;
    }
    .open-button {
        font-size: 10px;
        padding: 0px 0px;
        width: 50px;
    }
    .sliderLogo{
        width: 40vw;
        height: auto;
    }
    .slider-text {
        top: 25%;
        left: 0%;
    }
    .slid-card-text h2{
        font-size: 25px;
    }
    .slid-card-text {
        font-size: 13px !important;
    }
    .slid-discover-btn {
        font-size: 10px;
    }
    a.target-classCheck:target {
        display: block;    
        position: relative;     
        top: -350px;
        visibility: hidden;
    }
    #paymentPlanButton a{
        width: 80% !important;
    }
    #paymentPlanButton{
        text-align: center;
        padding: 0px;
    }
    #developerStatementVideo{
        width:100%;
    }
    .f-video iframe{
        width: 100%;
        height: 300px;  
    }
    .navbar-top {
        background-color:rgba(8%, 62%, 62%,1);
    }
    .navbar-top2 {
        background-color:rgba(8%, 62%, 62%,1);
    }
    
    .gallery h2{
        font-size: 22px;
        font-weight: 700;
    }
    .features h4{
        font-size: 21px;
        font-weight: 700;
    }
    .location h2{
        font-size: 22px;
        font-weight: 700;
    }

    .location-video iframe{
        width: 100%;
        height: 300px;  
    }
    .main-img{
        margin-top: 50px;
    }
    .heading{
    font-size: 22px !important;
    } 
}

@media only screen and (max-width: 320px) {
    /* #newheader2{
        background-image: url('./images/for web/Final Design portrait.jpeg');
        height: auto;
        min-height: 95vh;
    }  */
    #slogan{
        font-size: 30px;
    }
    #logoInHeader{
        top: 10%;
        width: 50vw;
    }
    .logo-img {
        width: auto;
        height: 5vh;
    }
    .open-button {
        font-size: 8px;
        padding: 0px 0px;
        width: 40px;
    }
    .slider-text {
        position: absolute;
        top: 30%;
        left: 0%;
        z-index: 10;
    }
    .sliderLogo{
        width: 50vw;
        height: auto;
    }
    .slid-card-text {
        font-size: 12px !important;
        padding: 0px;
    }
    .slid-card-text h2{
        font-size: 25px;
    }
    .slid-discover-btn {
        font-size: 7px;
    }
    a.target-classCheck:target {
        display: block;    
        position: relative;     
        top: -350px;
        visibility: hidden;
    }
    #paymentPlanButton a{
        width: 100% !important;
    }
    #developerStatementVideo{
        width:100%;
    }
    .f-video iframe{
        width: 100%;
        height: 220px;  
    }
    .navbar-top {
        background-color:rgba(8%, 62%, 62%,1);
    }
    .navbar-top2 {
        background-color:rgba(8%, 62%, 62%,1);
    }
    .contact-us {
        margin-top: -20px;
    }
    .location h2{
        font-size: 10px;
    }
    .location-video iframe{
        width: 100%;
        height: 220px;  
    }
    .main-img{
        margin-top: 50px;
    }
}














