* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.nav-list {
    display: flex;
    gap: 5px;
    align-items: center;
}

.hero_section {
    background: url('./images/b1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 90vh;
}

.absolute_component {
    position: absolute;
    bottom: -10px;
    background-color: white;
    width: 100%;
}

.absolute_component>div {
    width: 800px;
}

.project_highlights {
    background-color: #f6f6f4;
    padding: 15px 0 50px;
}

.p-3 {
    padding: 0.6rem!important;
}

.w-85 {
    width: 85%!important;
}

/* .scrollOverflow {
    overflow-x: scroll;
    scrollbar-width: none;
} */


tbody, td, tfoot, th, thead, tr {
	
	font-size:0.9rem
}

.plan_and_floor {
    /*min-width: 1150px;
*/    border-radius: 20px;
    -webkit-box-shadow: 1px 1px 15px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 15px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 15px -11px rgba(0, 0, 0, 0.75);
}

.enquire_btn {
    border-radius: 50px;
    color: #dd8500;
    border: 1px solid #dd8500;
    background-color: transparent;
}

.enquire_btn:hover {
    color: white;
    background-color: #dd8500;
}

.aminities_container {
    background-color: #f6f6f4;
}


.aminities_section {
    min-width: 1150px;
}

.aminities {
    color: #dd8500;
    border-radius: 8px;
    outline: 1px solid #dd8500;
    padding: 10px;
}

.location_master_plan_container {
    background-color: #f6f6f4;
    padding: 40px 0;
    margin: 40px 0 0;
}

.owlCarousal>.owl-stage-outer {
    position: relative;
}

.owlCarousal>.owl-nav button.owl-prev {
    position: absolute;
    top: -20%;
    left: 90%;
    translate: translateY(-50%);
}

.owlCarousal>.owl-nav button.owl-next {
    position: absolute;
    top: -20%;
    translate: translateY(-50%);
    left: 95%;
}

.owlCarousal>.owl-nav button.owl-prev,
.owlCarousal>.owl-nav button.owl-next {
    background: #dd8500 !important;
    width: 50px;
    height: 50px;
    vertical-align: middle !important;
    color: white !important;
    border-radius: 50% !important;
    font-size: 30px !important;
}

.owl-prev>span,
.owl-next>span {
    margin-top: -30px;
    height: fit-content !important;
}

/*.modal {
    position: initial;
}*/

.modal-backdrop {
    position: sticky;
}

.modal-body {
    padding: 0;
    min-width: 640px;
}

.item:hover {
    height: fit-content;
}

.item img:hover {
    background-color: black;
    opacity: 0.7;
}



.footer-social-info a {
    width: 40px;
    height: 40px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    line-height: 36px;
}

.footer-social-info a i {
    font-size: 18px;
    margin: 10px;
}

/* .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    z-index: 999;
}

.middle>img {
    background-color: #04AA6D;
    color: white;
    font-size: 16px;
} */

.thumbnail {
    position: relative;
    overflow: hidden;
}

.image-link {
    display: block;
}

.img-responsive {
    transition: transform 0.3s ease-in-out;
}

.img-responsive:hover {
    transform: scale(0.95);
    /* z-index: 1000; */
}

.area_cover {
    position: relative;
}

.area_cover img,
.icons img {
    width: 40px;
    object-fit: cover;
}

.area_arrow {
    position: absolute;
    top: 4px;
    left: 44%;
}

.area_arrow img {
    width: 20px;
    rotate: 45deg;
}

.belowHeaderSection {
    margin-top: -60px;
    position: relative;
    background-color: white;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 15px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 15px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 15px -4px rgba(0, 0, 0, 0.75);
}

#navbarCollapse {
    padding: 10px;
}

.card_button {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 10px;
    justify-content: space-between;
}

.card_btn1,
.card_btn2 {
    max-width: 300px;
    width: 165px;
    margin: 0 auto;
    padding: 6px;
    border-radius: 50px;
    background-color: white;
}

.gradient {
    border: none;
    border-radius: 30px;
    background: rgb(36, 35, 0);
    background: linear-gradient(90deg, rgba(36, 35, 0, 1) 0%, rgba(255, 223, 0, 1) 0%, rgba(235, 169, 31, 1) 36%);
}

.line {
    background-color: #a3a1a1;
    margin: 2px;
}

.colordText {
    color: #74c12c
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
    background-color: #fff;
    /* border: 1px solid rgba(0, 0, 0, .125); */
    border-radius: 10px;
    max-width: 400px;
    width: 100%;
    /* margin: 0 auto; */
    padding: 10px;
    /* border: none; */
}

.card-subtitle {
    /* font-family: poppins; */
    font-weight: 700;
    padding-bottom: 0px;
    font-size: 18px;
    color: #194341
}

.card .form-group label {
    width: 100%;
    background-color: #f8f5f3;
    border-radius: 50px;
    padding: 5px 15px;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card .form-group label i {
    color: #c5c4c3;
}

.card .form-group .form-control {
    background-color: transparent;
    border: none;
    outline: none;
}

.modal_card .form-group label {
    width: 100%;
    background-color: #f8f5f3;
    border-radius: 50px;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal_card .form-group label i {
    color: #c5c4c3;
}

.modal_card .form-group .form-control {
    background-color: transparent;
    border: none;
    outline: none;
}

.formFieldsContainer {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.dropdown {
    border: none;
    outline: none;
    color: white;
    font-size: 1rem;
    color: white;
    height: auto;
    margin: 0;
}

.dropdown:hover,
.dropdown:focus {
    color: yellow;
}

.header_second_section {
    display: flex;
    gap: 10px;
    align-items: center;
}


.contact_btn_gradient {
    padding: 8px 30px;
    display: flex;
    gap: 10px;
    align-items: center;
    border: none;
    border-radius: 30px;
    background: rgb(36, 35, 0);
    background: linear-gradient(90deg, rgba(36, 35, 0, 1) 0%, rgba(255, 223, 0, 1) 0%, rgba(235, 169, 31, 1) 36%);
}

.scrollOverflow {
    overflow-x: scroll;
    /* scrollbar-width: none !important; */
}



.heroText hr{ margin-top:10px; margin-bottom:10px;}

.heroText {
    font-size: 2.5rem;
    text-align: left;
	   margin-top:44px;
}

.heroSubText {
    font-size: 1.5rem;
    font-weight: 600;
}

.form-group p,
.form-check p {
    font-size: 13px;
    color: #6c6c6c;
    line-height: 24px;
    text-align: center;
    font-family: poppins, Calibri;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: 100%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

/* .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  } */

/* .hero_banner::before{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    content:"";
    background-image: linear-gradient(rgb(190, 190, 190), transparent);
} */

.navbar-brand img{ width:200px;}

.hero_banner {
    width: 100%;
    height: 100vh;
    position: relative;
}


.hero_section {
    padding: 7rem 0 0;
				background-size: cover !important;
				background-repeat:no-repeat !important;
				background-position:center !important;
}

.hero-caption{
    z-index: 900; 
    position: absolute; 
    top: 30%; 
    width: 100%; /*
    max-width:600px;*/
    margin: 0 auto;
    left: 4%;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
}

.carousel {
    position: relative;
}

.first_section {
    position: absolute;
    top: 0;
}

.header_text .colordText{ font-size: 30px;}

.colordText {
    color: #fff;
    font-size: 24px;
  font-weight: bold;
}

.heroText span {
    display: block;
    font-size: 26px;
}

.amenities-list {
    text-align: center;
    margin-top: 20px;
}
.amenities-list li {
    display: inline-block;
    width: 16%;
    padding: 20px 10px;
/*	border: solid 1px #dd8500;*/
	margin-bottom:5px;
}
.amenities-list li figure{overflow: hidden; background:none; box-shadow: none; margin-bottom:0px;}
.amenities-list li figure img { 
    width:60px; 
    height:55px;
    border: solid 1px #dd8500;
    padding: 10px;
    border-radius: 4px;
    margin: 0 0 10px 0;
}


.amenities-list li p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin: 6px 0;
}

.amenities-list li figure:hover img {
	width: 60px;
     padding: 10px;
}





@media (min-width: 1024px) {
    .scrollOverflow {
        scrollbar-width: none !important;
    }
}

@media (max-width: 990px) {
    .scrollOverflow {
        overflow-x: scroll;
        scrollbar-width: 5px !important;
    }

    .belowHeaderSection {
        margin-top: 0px;
        box-shadow: none;
    }

    .header_text {
        margin-top: 10%;
    }

    .heroText {
        font-size: 2rem;
    }

    #mainForm2 {
        /*-webkit-box-shadow: 0px -3px 23px -7px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px -3px 23px -7px rgba(0, 0, 0, 0.75);
        box-shadow: 0px -3px 23px -7px rgba(0, 0, 0, 0.75);*/
        /* z-index: 999; */
        margin-top: 6px;
        position: relative;
/*        box-shadow: #dfdddd 0px 2px 11px 0px;*/
    }
}

@media (max-width: 767px) {
    
				
				.header_text .colordText{ font-size: 22px;}
				
				.belowHeaderSection {
        border-radius: 0px;
    }

    .heroText {
        margin-top: 15%;
        font-size: 1.5rem;
    }
				
				
				.amenities-list li {
    width: 30%;
    padding: 20px 6px;
    /* border: solid 1px #dd8500; */
    margin-bottom: 5px;
}

ol, ul {
    padding-left: 0rem;
}
				
				

/*    .aminities_section {
        min-width: 767px;
    }*/
}

@media (max-width: 767px) {

    .owl-nav button.owl-prev,
    .owl-nav button.owl-next {
        display: none !important;
    }

    .owl-prev>span,
    .owl-next>span {
        display: none !important;
    }

    .heroText {
        font-size: 1.5rem;

    }

    .heroSubText {
        font-size: 1rem;
    }

    .card_btn1,
    .card_btn2 {
        max-width: 100%;
        width: 80%;
        margin: 0 auto;
    }

    .modal-body {
        min-width: 500px;
    }

    .modal2-body {
        min-width: 500px;
    }

    .non_relative_form {
        width: 100%;
    }

    .about {
        margin-top: 350px
    }

    .hero_section {
        padding: 5rem 0;
    }

    .card {
        width: 80%;
        margin: 0 auto;
    }

    .header_second_section {
        display: none;
    }
}


@media (min-width: 767px) {
    .relative_form {
        position: absolute;
        right: 150px;
        bottom: -150px;
    }
}

@media (max-width: 575px) {
    .relative_form {
        position: relative;
        right: 0;
        bottom: 0;
    }

    .overlap_image1>img,
    .overlap_image2>img {
        width: 100%;
        height: 300px
    }

    .modal-body {
        min-width: 400px;
    }

    .modal2-body {
        min-width: 300px;
    }
}

@media (max-width: 420px) {
    .modal-body {
        min-width: 100%;
    }

    .modal-body {
        min-width: 100%;
    }
}


.accordion-button:focus {
    border-color: white;
    outline: none;
    box-shadow: none;
}

.form-group .input:focus {
    display: none;
}

#gallery .owl-dots {
    display: none;
}


/* Default style for all screens */
.scrollOverflow {
    overflow-x: hidden;
    /* Hide the horizontal scrollbar by default */
}

/* Add horizontal scrollbar on tablets */
@media screen and (min-width: 600px) and (max-width: 1024px) {
    .scrollOverflow {
        overflow-x: scroll;
    }

    .hero_section {
        background: url(./images/b1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 70vh;
    }

    #gallery .owl-dots {
        display: block;
    }

    .hide {
        display: none !important;
    }

    .btn-warning {
        color: none !important;
        background-color: none !important;
        border: none !important
    }

}

/* Add horizontal scrollbar on mobile devices */
@media screen and (max-width: 599px) {
    .scrollOverflow {
        overflow-x: hidden;
    }

    .hero_section {
        background: url(./images/b1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 70vh;
    }

    #gallery .owl-dots {
        display: block;
        position: absolute;
        bottom: 75px;
        left: 103px;
    }

    .hide {
        display: none !important;
    }


    .btn-close:focus {
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
        opacity: 1;
    }


    .mobileBtn {
        color: none !important;
        background-color: none !important;
        border: none !important
    }

/*    .contact_btn_gradient {
        background: transparent !important;
    }
*/
    .contact_btn_gradient i {
        display: none;
        font-weight: 200;
    }

    .navbar-light .navbar-toggler {
        color: transparent !important;
        border-color: transparent !important;
    }

/*    .aminities_section .row-cols-6>* {
        flex: 0 0 auto !important; 
        width: 12.5% !important;
    }*/

    .location_master_plan_container {
        background-color: #f6f6f4;
        padding: 20px 0;
    }





}

/*
.owl-carousel .owl-nav button.owl-prev{
    display: none !important;
}*/


.deliver-num {
    font-size: 1.5em;
    color: #2f97b1;
    font-family: 'Ruluko', sans-serif;
    font-weight: 600;
    float: left;
    width: 100%;
}

.deliver-num img {
    width: 14%
}

.aminities_container .qrImg img{
    width: 215px;
}


.barCodepadding {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
}

.modal {
    /*position: fixed;*/
    top: 15%;

    /*left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;*/
}







@media screen and (max-width:1024px) {
        .deliver-num img {
            width: 28%
        }
        .aminities_container .qrImg img{
            width: 150px;
        }

        .aminities_container py-5{
            padding-top: 1rem;
            padding-bottom: 1rem;
        }

        .barCodepadding {
            padding-top: 0rem!important;
            padding-bottom: 0rem!important;
        }

        .paddBottom{
            padding-right: 1rem;
            padding-left: 1rem;
        }

        .masterPadd{
            padding-top: 2rem;
        }

        #gallery .owl-dots {
            display: block;
            position: absolute;
            bottom: 75px;
            left: 103px;
        }

        .hideBtn{
            display: none !important;
        }

        .modal {
            top: 0%;
            /*display: block;*/
            height: 100vh;
            background: #f5f5f4;
            z-index: 999;
        }

        .modal-dialog{
            top: 20%;
        }

        .plan_and_floor {
            min-width: 700px;
        }


        .aminities_section {
            
        }

}