@font-face {
    font-family: Poppins;
    src: url('../assets/fonts/Poppins/static/PoppinsSans_10pt-Light.ttf');
}

@font-face {
    font-family: Poppins;
    src: url('../assets/fonts/Poppins/Poppins-Light.ttf');
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header {
    position: relative;
    font-family: Poppins, sans-serif;
    font-size: 16px;
}

.navbar {
    position: absolute;
    z-index: 999;
    width: 100%;
}

.nav-logo {
    width:50%;
}

header .dropdown-menu {
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(30px) !important;
    transition: all .4s ease;
    display: block;
}

header .dropdown:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

header .dropdown-toggle::after{
    display: none;
}

.carousel-inner{
    position: relative;
}

.carousel-item{
    position: relative;
}

.carousel-item::before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #010822;
    opacity: 0.5;
}

.page-near-complete-btn {
    position: fixed;
    top: 47%;
    left: -70px;
    z-index: 99999;
    transform: rotate(90deg);
}

.page-near-complete-btn button {
    background-color: rgb(1, 12, 54);
    color: white;
    border: none;
    outline: 0;
    font-family: Poppins, sans-serif;
    font-size: 15px;
}

.page-near-complete-btn button:hover {
    background-color: white;
    border: 1px solid rgb(1, 12, 54);
    color: rgb(1, 12, 54);
}

.page-complete-btn {
    position: fixed;
    top: 45%;
    right: 0;
    z-index: 99999;
    transform: rotate(90deg) translate(0, -33px);
}

.page-complete-btn button {
    background-color: rgb(1, 12, 54);
    color: white;
    border: none;
    outline: 0;
    font-family: Poppins, sans-serif;
    font-size: 15px;
}

.page-complete-btn button:hover {
    background-color: white;
    border: 1px solid rgb(1, 12, 54);
    color: rgb(1, 12, 54);
}

.other-banner {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 170px 0;
}

.about-banner {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../assets/images/about-banner.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 170px 0;
}

.completed-banner {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../assets/images/upcoming-bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 170px 0;
}

.upcoming-banner {
    background: url('../assets/images/upcoming-bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 170px 0;
}

.service-banner {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../assets/images/upcoming-bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 170px 0;
}

.contact-banner {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../assets/images/upcoming-property-bg.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 170px 0;
}

.other-banner-head {
    position: absolute;
    bottom: 5%;
}

.other-banner-head h1 {
    font-size: 55px;
    font-family: Poppins, sans-serif;
}

.other-banner-head p {
    font-family: Poppins, sans-serif;
}

.about {
    background: url('../assets/images/about-bg.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    font-family: Poppins, sans-serif;
}

.about h1 {
    color: rgb(1, 12, 54);
}

.about-description {
    font-size: 18px;
    text-align: justify;
    font-family: Poppins, sans-serif;
}

.about button {
    background-color: rgb(1, 12, 54);
    outline: 0;
    font-family: Poppins, sans-serif;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.about button:hover{
    color: #111 !important;
    border: 1px solid black !important;
}

.about button::before{
    position: absolute;
    content: '';
    top:0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    color:#fff;
    background-color: #fff;
    transition: all 0.4s ease;
}

.about button:hover::before{
    width: 100%;
    color: #111 !important;
}

.amenity h1 {
    font-family: Poppins, sans-serif;
}

.amenity-icons {
    width: 15%;
    transition: all 1s ease-in-out;
}

.amenity-icons:hover {
    transform:  scale(1.13, 1.13); 
}

.facility-name{
    font-family: Poppins, sans-serif;
    width: 60%;
}

.project {
    font-family: Poppins, sans-serif;
    position: relative;
}

.project h1 {
    font-size: 45px;
}

.project-container {
    height: 600px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../assets/images/sl1.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.project-owl {
    margin-top: 70px;
}

.project-owl  .owl-stage-outer {
    box-shadow: 0px 5px 10px -10px #000000b5;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.project-owl .prehead {
    color: rgb(1, 12, 54);
}

.project-owl h1 {
    font-size: 39px;
}

.project button {
    background-color: rgb(1, 12, 54);
    outline: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.project button:hover{
    color: #111 !important;
    border: 1px solid black !important;
}

.project button::before{
    position: absolute;
    content: '';
    top:0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    color:#fff;
    background-color: #fff;
    transition: all 0.4s ease;
}

.project button:hover::before{
    width: 100%;
    color: #111 !important;
}

.owl-nav {
    position: absolute;
    top: -168px;
    right: 67px;
    display: flex;
    gap: 20px;
}

.fa-arrow-left {
    background-color: rgb(1, 12, 54);
    color: white;
    padding: 25px;
}

.fa-arrow-right {
    background-color: #fff;
    padding: 25px;
    color: grey;
}

.fa-arrow-right:hover {
    background-color: rgb(1, 12, 54);
    padding: 25px;
    color: white;
}

.choose {
    padding-top: 250px;
    background: url('../assets/images/choose-bg.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    font-family: Poppins, sans-serif;
}

.choose h1 {
    font-family: Poppins, sans-serif;
}

.choose .subhead {
    font-family: Poppins, sans-serif;
    font-size: 18px;
}

.choose-card {
    box-shadow: 0 1px 5px 0 black;
}

.choose-grid {
    border-radius: 100px;
    height: 100px;
    width: 100px;
}

.choose-grid img {
    width: 50%;
}

.choose-card-description {
    font-size: 16px;
    font-family: Poppins, sans-serif;
}

.popular {
    font-family: Poppins, sans-serif;
}

.popular .subhead {
    font-family: Poppins, sans-serif;
}

.popular-lft {
    position: relative;
}

.popular-img {
    overflow: hidden;
    height: 100%;
}

.popular-lft img {
    transition: all 0.5s ease-in-out;
}

.popular-lft img:hover {
    transform:  scale(1.1, 1.1);
}

.popular-md-up {
    position: relative;
}

.popular-md-up img {
    transition: all 0.5s ease-in;
}

.popular-md-up img:hover {
    transform:  scale(1.1, 1.1); 
}

.popular-md-down {
    position: relative;
    height: 320px;
}

.popular-md-down img {
    transition: all 0.5s ease-in-out;
}

.popular-md-down img:hover {
    transform:  scale(1.1, 1.1); 
}

.popular-rt {
    position: relative;
}

.popular-rt img {
    transition: all 0.5s ease-in-out;
}

.popular-rt img:hover {
    transform:  scale(1.1, 1.1); 
}

.property-info-name {
    position: absolute;
    z-index: 999;
    left: -1%;
    bottom: 5%;
    background: linear-gradient(to right, rgba(1, 12, 54, 0.7) 70%, rgba(255, 255, 255, 0.1));
    box-shadow: 0 1px 4px 4px #00000040;
    width: 50%;
}

.property-info-date {
    position: absolute;
    z-index: 999;
    top: 5%;
    right: -1%;
    background: linear-gradient(to left, rgba(1, 12, 54, 0.7) 70%, rgba(0, 0, 0, 0.3));
    box-shadow: 0 1px 4px 4px #00000040;
    width: 50%;
}

.property-info-hlf-name {
    position: absolute;
    z-index: 999;
    left: -1%;
    bottom: 10%;
    background: linear-gradient(to right, rgba(1, 12, 54, 0.7) 70%, rgba(255, 255, 255, 0.1));
    box-shadow: 0 1px 4px 4px #00000040;
    width: 50%;
}

.property-info-hlf-date {
    position: absolute;
    z-index: 999;
    top: 10%;
    right: -1%;
    background: linear-gradient(to left, rgba(1, 12, 54, 0.7) 70%, rgba(0, 0, 0, 0.3));
    box-shadow: 0 1px 4px 4px #00000040;
    width: 50%;
}

/* about part */

.about-about {
    font-family: Poppins, sans-serif;
}

.about-about-h1-under {
    width: 12%;
    box-shadow: 1px 0px 3px 2px rgb(1, 12, 54);
}

.about-about-upper-rt img {
    transition: all 0.5s ease-in-out;
}

.about-about-upper-rt img:hover {
    transform:  scale(1.05, 1.05); 
}

.about-about .prehead {
    color: rgb(1, 12, 54);
}

.mission {
    font-family: Poppins, sans-serif;
    background: url('../assets/images/about-mission-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.mission .subhead {
    font-family: Poppins, sans-serif;
}

.mission .col {
    box-shadow: 1px 1px 10px 1px grey;
    border: 1px solid grey;
}

.mission .col h4:hover {
    color: rgb(1, 12, 54);
}

.mission-description {
    text-align: justify;
}

/* property part */

.tab {
    overflow: hidden;
}

/* Style the buttons inside the tab */
.tab button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
  background-color: transparent;
    font-family: poppins;
    border-radius: 10px;
}

/* Change background color of buttons on hover */
.tab button:hover {
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: rgb(1, 12, 54);
    color: white;

}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 0;
}

.features {
    background-color: #f8f8f8;
}

.features-img {
    width: 25%;
    background-color: white;
}

/*.amenity {
    background-color: #f8f8f8;
}*/

.amenity i {
    background-color: rgb(1, 12, 54);
    border-radius: 50px;
    font-size: 10px;
}

.amenity p {
    font-family: Poppins;
}

.property-location {
    background-color: #f8f8f8;
}


.side-property {
    position: sticky;
    top: 0;
    background-color: #f8f8f8;
}

.side-property-single {
    position: relative;
}

.side-property-name {
    position: absolute;
    bottom: 5%;
}

.side-property-img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.side-property-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.3;
}

/* service part */

.service-service {
    background-color: #fafafa;
    font-family: Poppins, sans-serif;
}

.service-service h1 {
    font-family: Poppins, sans-serif;
}

.service-service-grid {
    position: relative;
    background-color: white;
    z-index: 3;
    border-radius: 5px;
    height: 250px;
}

.service-service-grid:hover {
    color: white;
}

.service-service-grid::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: rgb(4, 25, 109);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.service-service-grid:hover:before {
    height: 100%;
    border-radius: 5px;
}

.service-service-grid .ser-img{
    position: relative !important;
    transition: all 0.4s ease;
}

.service-service-grid:hover .ser-img{
   opacity: 0;
   transform: rotate(360deg);
}

.ser2-img{
    position: absolute !important;
    top:35px !important;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    opacity: 0;
    transition: all 0.4s ease;
}

.service-service-grid:hover .ser2-img{
    opacity: 1;
   transform: rotate(360deg);

}

/* contact page */

.contact-contact {
    background-color: #f7f7f7;
}

.contact-contact h2 {
    font-family: Poppins, sans-serif;
    color: rgb(40, 67, 177);
}

.contact-contact p {
    font-family: Poppins, sans-serif;
}

.contact-contact input {
    width: 100%;
    text-indent: 15px;
    border: 1px solid #ebebeb;
}

.contact-contact textarea {
    width: 100%;
    border: 1px solid #ebebeb;
}

.contact-contact button {
    background-color: rgb(1, 12, 54);
    outline: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.contact-contact button:hover{
    color: #111 !important;
    border: 1px solid black !important;
}

.contact-contact button::before{
    position: absolute;
    content: '';
    top:0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    color:#fff;
    background-color: #fff;
    transition: all 0.4s ease;
}

.contact-contact button:hover::before{
    width: 100%;
    color: #111 !important;
}

.contact-contact .communication-social-media i {
    background-color: #f7f7f7;

}


/* footer part */

footer {
    background: linear-gradient(to right, rgba(1, 12, 54, 0.8), rgba(1, 12, 54, 0.8)), url('../assets/images/footer-bg.jpg');
    font-family: Poppins, sans-serif;
    position: relative;
}

.footer-logo {
    width: 60%;
}

.tagline {
    font-size: 12px;
}

.footer-heading-design {
    height: 1px;
    box-shadow: 0px 0px 2px 1px white;
}

.footer-contact p {
    font-size: 14px;
}

.footer-quick p {
    font-size: 14px;
}

.footer-gallery-img {
    width: 30%;
    height: 73px;
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #051537;
}
.navbar-collapse .dropdown-menu{
    border-bottom: 2px solid #051537;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: #051537;
    color: #fff;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
    padding-top: 0;
    padding-bottom: 0;
}
header .dropdown-item{
    padding: 10px;
}
.dropdown-menu li{
    width: 100%;
}
.carousel-caption {
    z-index: 999;
    position: absolute;
    bottom: 40%;
    /*width: 100%;*/
    font-family: Poppins;
    /*left: 0%;*/
}
.carousel-caption h5{
    font-size: 80px;
    /*background-image: linear-gradient(#0000, #000);
    width: 100%;
    line-height: 100px;*/
}

/* custom headere */
.navbar-expand-lg .navbar-nav .nav-link{
    font-size: 18px;
}
.menicon img{
    width: 30px !important;
    margin-right: 10px;
}
.menicon li span{
    font-weight: 700;
    margin-right: 5px;
    font-size: 14px;
}
.last-txt P span{
    font-weight: 600;
    font-size: 14px;
}
.form-control:focus{
    box-shadow: none;
}
.nav-logo {
    width: 50%;
}
/* whatapp */
.what-app a:focus,
.what-app a:hover{
    color: #fff !important;
}
.whatbtn {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 14px;
    background-color: #1e428a;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 26px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    line-height: 53px;
}
.downbtn{
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    left: 40px;
    background-color: #fd0200;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 26px;
    box-shadow: 2px 2px 3px #999;
    z-index: 2;
    line-height: 53px;
}
.whatbtn2{
    background-color:#fd0200;
  right:14px;
    bottom: 100px;
    position:fixed;
}
.whatbtn:hover{
    color: #fff;
}
.mission .rounded-3{
    position: relative;
}
.mibox {
    position: absolute;
    top: -42px;
    right: 32px;
    width: 90px;
    height: 90px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.mibox img{
    margin: 0 auto;
    display: block;
    margin-top: 18px !important;
}
/* responsive start here */
@media (max-width:991px){
    .col {
        flex: inherit;
    }
    .page-near-complete-btn {
        position: fixed;
        top: 47%;
        left: -71px;
        z-index: 99999;
        transform: rotate(90deg);
    }
    .navbar-toggler-icon{
        filter: invert(1);
    }
    :focus-visible {
        outline: none !important;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .navbar-collapse{
        background-color: #fff;
        padding-left: 25px;
        border-bottom: 2px solid #0a1038;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        color: #151515 !important;
    }
    .navbar-nav .dropdown-menu {
        position: absolute;
    }
  .px-5 {
        padding-right: 15px!important;
        padding-left: 15px!important;
    }
    .navbar-brand{
        width: 75%;
    }
    .nav-logo {
        width: 50%;
    }
    .carousel-caption{
        bottom: 12%;
    }
    .carousel-caption h5 {
        font-size: 32px;
    }
    .other-banner-head h1{
        font-size: 36px;
    }
    .about h1{
        font-size: 21px;
    }
    .about h3{
        font-size: 21px;
    }
    .project h1 {
        font-size: 22px;
    }
    .fa-arrow-left{
        padding: 16px;
    }
    .fa-arrow-right{
        padding: 16px;
    }
    .owl-nav {
        position: absolute;
        top: -211px;
        right: 0px;
        display: flex;
        gap: 3px;
    }
    .project .item >div{
        width: 100% !important;
    }
    .project .item{
        display: flex !important;
        flex-direction: column !important;
    }
    .project .owl-carousel .owl-item img{
        height: 300px;
    }
    .choose{
        padding-top: 260px;
    }
    .property-info-name{
        width: 100%;
    }
    footer h5{
        margin-top: 15px;
    }
    .footer-gallery-img {
        width: 40%;
        height: 100%;
    }
    .property-info-hlf-date{
        right: 0;
    }
    .mission .p-5{
        padding: 1rem !important;
    }
    .modal-content{
        width:98% !important;
        z-index: 999;
        position: relative;
    }
    .modal-content button{
        width: 45% !important;
    }
    .main-wrapper img{
        width: 100% !important;
        height: 100% !important;
    }
    .contact-contact .p-4 {
        padding: 10px !important;
    }
    .contact-contact p{
        margin-bottom: 10px !important;
    }
    .communication-social-media{
        justify-content: inherit !important;
    }
    .communication-social-media a{
        margin-right: 5px;
    }
    .about-banner{
        padding: 140px 0;
    }
    .upcoming-banner{
        padding: 140px 0;
    }
    .service-banner{
        padding: 140px 0;
    }
    .contact-banner{
        padding: 140px 0;
    }
    .property-info-hlf-name{
        width: 100%;
    }
}