* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    color: #283b62;
    margin-bottom: 0px;
}
p {
    color: #283b62;
    font-size: 16px;
}
body {
    font-family: "Open Sans", sans-serif;
}

/* Navbar css start */

.white-box {
    color: rgb(0, 0, 0);
    background: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border-radius: 6px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    z-index: 1;
}
nav.sticky {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
}
.enquire-btn {
    background: #004751;
    color: #fff;
    font-size: 14px;
}
.enquire-btn:hover {
    background: #004751;
    color: #fff;
}
#enquireModalLabel {
    font-size: 30px;
    color: #004751;
}
nav.navbar ul.navbar-nav {
    align-items: center;
}
.logo {
    width: 240px;
}
.floating-content {
    position: fixed;
    right: 0px;
    z-index: 1;
    top: 100px;
    flex-direction: column;
    display: flex;
    gap: 2px;
    top: 50%;
    transform: translateY(-50%);
}
.floating-content a {
    background: #014751;
    color: #fff !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.floating-content a svg {
    width: 20px;
    height: 20px;
}

.active {
    color: #20ce88 !important;
    text-decoration: none;
}
.navbar-nav .nav-item a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
}
.navbar-nav .nav-item a:hover {
    color: #20ce88;
}
/* Dropdown Menu */
.dropbtn {
    background-color: #fff;
    color: #000;
    /* padding: 16px; */
    font-size: 16px;
    border: none;
    font-weight: 600;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
}
doprin-btn {
    color: #000;
    font-size: 14px;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    color: #20ce88;
}
/* Navbar css end */

/* carousel css start */
.carousel-caption h5 {
    background: rgb(0 0 0 / 35%);
    display: block;
    padding: 15px 20px;
    font-size: 70px;
    font-weight: 600;
    line-height: 85px;
    /* width: 400px; */
    letter-spacing: 0.01em;
    margin: auto;
    max-width: 100%;
}
#carouselExampleCaptions .carousel-item img {
    height: 800px;
    object-fit: cover;
    object-position: top;
}
.carousel-caption h5 {
    color: #fff;
}
/* carousel css end */
.about-slider h5 {
    font-size: 46px;
    text-align: left;
    line-height: 60px;
    background: none;
    font-weight: 700;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
}
.about-slider .carousel-caption {
    left: 5%;
}
.project-caption h5 {
    background: none;
    font-size: 41px;
    text-align: left;
    line-height: 60px;
    font-weight: 700;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
}
.gallery-caption {
    left: 5%;
}
.gallery-caption h5 {
    background: none;
    font-size: 46px;
    text-align: left;
    line-height: 60px;
    font-weight: 700;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
}

.modal .carousel-caption h5 {
    font-size: 21px;
    line-height: 40px;
    max-width: 300px;
    width: 100%;
}
.modal.fade {
    background-color: rgb(0 0 0 / 80%);
}
.modal .modal-dialog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.btn-close {
    background-image: url("../img/close-icon.svg");
    opacity: 1;
}
.modal .carousel-item {
    transition: all 2s ease-in-out;
    /* transform: scale(1); */
}
/* Introducing Section Start */
.introducing-sec {
    padding: 50px 0px;
}
.introducing-sec .house-img-div {
    padding-top: 45px;
    position: relative;
}
.introducing-sec .house-img-div .house-img {
    width: 650px;
    height: 450px;
    object-fit: cover;
}
.introducing-sec .house-img-div .house-text-div p {
    background: #ffdeae;
    width: 300px;
    font-size: 20px;
    padding: 10px;
    text-align: left;
    position: absolute;
    right: 112px;
    top: 102px;
}
.introducing-sec .intro-div p {
    font-size: 28px;
}
.introducing-sec .intro-div h3 {
    font-weight: 700;
    margin: 10px 0;
    font-size: 36px;
}
.custm-modal-content {
    width: 800px;
    background: transparent;
    transform: translate(-20%, 5%);
    border: none;
}
/* Introducing Section End */

/* Highlight Section Start */
.highlight-sec {
    padding: 15px 0px;
    /* background-color: red; */
}
.highlight-sec h3 {
    font-weight: 700;
}
.highlight-sec .high-img-div img {
    width: 130px;
}
.highlight-sec .high-img-div p {
    font-size: 18px;
    font-weight: 500;
    padding-top: 10px;
}
/* Highlight Section End */

/* Footer Section Start  */
footer {
    background: #ffefd7;
    padding: 0px 0px 50px 0px;
}
footer h3 {
    text-align: center;
    padding: 35px 0px;
    font-weight: bold;
    text-transform: uppercase;
}
footer h5,
footer h6 {
    font-weight: 700;
}
footer .address-div p {
    font-size: 16px;
    color: #283b62;
    text-align: justify;
    padding-top: 8px;
}
footer .address-div a {
    color: #4b4949fc;
    font-size: 16px;
    text-decoration: none;
}
footer .address-div a:hover {
    color: #20ce88;
}

footer .address-div input,
footer .address-div textarea {
    border: 1px solid #8d8c8c;
    border-radius: 0px;
}
footer .address-div input,
input::placeholder {
    font-size: 14px;
}

footer .address-div textarea,
textarea::placeholder {
    font-size: 14px;
}

footer .address-div textarea:focus,
footer .address-div input:focus {
    outline: none;
    box-shadow: none;
}

footer .address-div .submittbtn {
    color: #fff;
    font-size: 14px;
    padding: 10px 45px;
    background: #616e89;
    border: 1px solid #616e89;
    border-radius: 0;
}
footer .address-div .submittbtn:hover {
    color: #616e89;
    background: transparent;
    transition: 0.4s;
}
/* Footer Section End  */

/* Modal Css Start */
.contact-modal-header {
    border: none;
}
.modal-inner-div {
    text-align: center;
    padding: 30px;
    position: relative;
}
.modal-inner-div img {
    width: 60px;
}
.modal-inner-div h3 {
    font-weight: 700;
    padding: 20px 0;
    text-transform: capitalize;
}
.modal-inner-div p {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 30px;
}
.modal-inner-div a {
    background: #02291a;
    color: #fff;
    border-radius: 30px;
    padding: 8px 35px;
    text-decoration: none;
    text-transform: capitalize;
}
.modal-inner-div a:hover {
    border: 1px solid #02291a;
    color: #02291a;
    background: transparent;
    transition: 1s;
}
.modal-inner-div .modal-closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
}
/* Modal Css end */

/* Copy Section Start */
.copy-section {
    background: #cbb492;
    padding: 15px 0px;
}
.copy-section .copy-main-div .copy-content-div p {
    color: #fff;
    font-size: 14px;
    padding-right: 10px;
}
.copy-section .copy-main-div .copy-content-div a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
.copy-section .copy-main-div .copy-content-div a:hover {
    color: #20ce88;
    transition: 0.4s;
}

.copy-social-div a:hover {
    color: #20ce88;
    transition: 0.4s;
}

.copy-section .copy-main-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
/* Copy Section End */
/********************** Index Page Css End *********/

/***** About Page Css Start *****/
.about-content-sec {
    padding: 50px 0px;
}
.about-content-sec p {
    line-height: 1.8;
    text-align: justify;
    font-size: 18px;
}

.amd-estate-sec {
    background: #ffdeae;
    padding: 20px 0px;
}
.amd-estate-sec h3 {
    font-weight: 700;
}
.amd-estate-sec .Estates-inner-div h5 {
    font-weight: 700;
}
.amd-estate-sec .Estates-inner-div p {
    font-size: 16px;
    color: #283b62;
    text-align: justify;
    margin-top: 10px;
}

/***** About Page Css End *****/

/***** Project Page Css Start *****/
.master-planned-sec .master-planned {
    width: 100%;
    /* height: 400px; */
}
.range-sec {
    padding: 30px 0px;
}
.range-sec h3 {
    font-weight: 600;
}
.range-sec .range-row1 p {
    text-align: justify;
}
.range-sec .dharuhera-ul {
    margin: 30px 50px;
}
.range-sec .dharuhera-ul li {
    margin-bottom: 10px;
}
.range-sec .dharuhera-ul li p {
    font-size: 16px;
    color: #283b62;
    text-align: justify;
}
.range-sec .range-located-div {
    text-align: justify;
    padding: 35px;
}
.range-sec .range-located-div p {
    font-size: 18px;
    line-height: 1.8;
}
.range-sec .range-located-div h4 {
    font-weight: 600;
}
.range-sec .dharuhera-advantage-div h3 {
    font-weight: 600;
}
.rich-sec {
    background: #dbdbdb;
    padding: 35px 0;
}
.rich-sec h3 {
    font-weight: 600;
}
.rich-sec .rich-para {
    font-size: 18px;
}
#project-detail-para {
    font-weight: 500;
    text-align: center;
}
.project-phead-div p {
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
}
.master-planned-sec h3 {
    font-weight: 600;
}
/***** Project Page Css End *****/

/***** Update Page Css Start *****/
.updates-sec {
    padding: 35px 0px;
}
.updates-sec h3 {
    font-weight: 600;
}
.updates-sec .update-inner-div {
    text-align: center;
}
.updates-sec .update-inner-div img {
    width: 120px;
}
.updates-sec .update-inner-div h5 {
    margin: 10px 0;
    font-weight: 600;
}
/***** Update Page Css End *****/
/***** Gallery Page Css Start ****/
.gallery-para-sec {
    padding: 40px 0px;
}
.gallery-para-sec .gallery-p-div p {
    text-align: justify;
    line-height: 1.8;
    font-size: 18px;
}
.Photo-sec .photo-inner-div {
    position: relative;
}
.Photo-sec .photo-inner-div .photo-hover-div {
    background: #ffffff;
    position: absolute;
    bottom: 0px;
    padding: 14px 20px;
    text-align: left;
    opacity: 0.8;
    width: 100%;
    display: none;
}
.Photo-sec .photo-inner-div .photo-hover-div h6 {
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
}
.Photo-sec .photo-inner-div:hover .photo-hover-div {
    display: block;
}

.Photo-sec h4 {
    font-weight: 600;
    text-transform: capitalize;
}
.Photo-sec h5 {
    font-weight: 600;
}
.Photo-sec {
    padding: 0px 0px 30px 0px;
}
.Photo-sec h3 {
    font-weight: 600;
    text-transform: capitalize;
}
#exampleModalg1 .carousel-control-next-icon,
#exampleModalg2 .carousel-control-next-icon,
#exampleModalg3 .carousel-control-next-icon,
#exampleModalg4 .carousel-control-next-icon,
#exampleModalg5 .carousel-control-next-icon,
#exampleModalg6 .carousel-control-next-icon,
#exampleModalg7 .carousel-control-next-icon,
#exampleModalg8 .carousel-control-next-icon {
    position: absolute;
    right: -155px;
}
#exampleModalg1 .carousel-control-prev-icon,
#exampleModalg2 .carousel-control-prev-icon,
#exampleModalg3 .carousel-control-prev-icon,
#exampleModalg4 .carousel-control-prev-icon,
#exampleModalg5 .carousel-control-prev-icon,
#exampleModalg6 .carousel-control-prev-icon,
#exampleModalg7 .carousel-control-prev-icon,
#exampleModalg8 .carousel-control-prev-icon {
    position: absolute;
    left: -220px;
}
#exampleModalg1 .modal-inner-div .modal-closebtn,
#exampleModalg2 .modal-inner-div .modal-closebtn,
#exampleModalg3 .modal-inner-div .modal-closebtn,
#exampleModalg4 .modal-inner-div .modal-closebtn,
#exampleModalg5 .modal-inner-div .modal-closebtn,
#exampleModalg6 .modal-inner-div .modal-closebtn,
#exampleModalg7 .modal-inner-div .modal-closebtn,
#exampleModalg8 .modal-inner-div .modal-closebtn {
    position: absolute;
    top: 0px;
    right: -160px;
}
.modal-imgdiv img {
    height: 400px;
    object-fit: contain;
}
/***** Gallery Page Css End ****/

/***** Contact Page Css Start ****/
.contact-sec {
    padding: 50px 0px;
}
.contact-sec .address-h4 {
    font-weight: 600;
}

.contact-sec a {
    color: #283b62;
    font-size: 14px;
    text-decoration: none;
}
.contact-sec a:hover {
    color: #20ce88;
}

.contact-sec .contact-map-row {
    background: #cccccc;
    padding: 45px 0px;
}
.contact-sec .map-form-div {
    display: flex;
}
.contact-sec .map-form-maindiv {
    width: 80%;
}
.contact-sec .map-form-maindiv input {
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding: 10px 10px;
    border-bottom: 1px solid black;
}
.contact-sec .map-form-maindiv input::placeholder {
    color: #2f2e2e;
}
.contact-sec .map-form-maindiv textarea {
    background: none;
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0;
}
.contact-sec .map-form-maindiv textarea::placeholder {
    color: #2f2e2e;
}
.contact-sec .map-form-maindiv input:focus,
.contact-sec .map-form-maindiv textarea:focus {
    outline: none;
    box-shadow: none;
}
.contact-sec .map-form-maindiv .submittbtn {
    color: #fff;
    font-size: 14px;
    padding: 10px 45px;
    background: #616e89;
    border: 1px solid #616e89;
    border-radius: 0;
}
.contact-sec .map-form-maindiv .submittbtn:hover {
    color: #fff;
    background: transparent;
    transition: 0.4s;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.contact-sec .social-ul {
    list-style: none;
    display: flex;
    padding: 0px;
}
.contact-sec .social-ul li {
    padding-left: 15px;
}
.contact-sec .contact-ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    padding: 0;
}
.contact-sec .contact-ul li {
    width: 20%;
}
.contact-sec .contact-ul h6 {
    font-weight: 600;
}
/***** Contact Page Css End ****/

/***** Privacy Page Css Start ****/
.privacy-sec {
    padding: 50px 0px;
}
.privacy-sec h1 {
    font-weight: 600;
}
.privacy-sec h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

/*********** Bottom top Button Css Start  */
body #myBtn {
    display: none !important;
    position: fixed;
    /* transform: translate(-50% -50%); */
    transform: translate(-50%, -50%);
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #283b62;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    padding: 0;
    margin: 0px;
    /* display: flex !important;
    align-items: center;
    justify-content: center; */
}

#myBtn:hover {
    background-color: #20ce88;
}

/*********** Bottom top Button Css End  */

/**** Media Query ****/
@media screen and (max-width: 575px) and (min-width: 300px) {
    .contact-sec .contact-ul li {
        width: 50%;
        text-align: center;
    }
}

@media screen and (max-width: 767px) and (min-width: 576px) {
    .contact-sec .contact-ul li {
        width: 50%;
        text-align: center;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .contact-sec .contact-ul li {
        width: 33%;
        text-align: center;
    }
}

@media screen and (max-width: 991px) and (min-width: 300px) {
    .introducing-sec .house-img-div .house-text-div p {
        width: 100%;
        padding: 10px;
        position: inherit;
        margin-top: 20px;
        text-align: justify;
    }
    .contact-sec {
        padding: 30px 0px;
    }
    .contact-sec .address-h5 {
        text-align: center;
        margin-bottom: 20px;
    }
.banner-image img, #carouselExampleCaptions .carousel-item img {
    height: 200px !important;
}

.project-caption h5 {
    font-size: 30px;
    line-height: 40px;
}
.navbar-nav .nav-item {
    padding-right: 0px !important;
    padding: 4px;
}
.carousel-caption h5 {
    padding: 15px 15px;
    font-size: 20px;
    line-height: 25px;
}
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 10px;
    padding-left:  10px;);
}
.custm-modal-content {
    width: 100%;
    background: transparent;
    transform: translate(0%);
    border: none;
    margin: 0 auto;
}
#exampleModalg1 .modal-inner-div .modal-closebtn, #exampleModalg2 .modal-inner-div .modal-closebtn, #exampleModalg3 .modal-inner-div .modal-closebtn, #exampleModalg4 .modal-inner-div .modal-closebtn, #exampleModalg5 .modal-inner-div .modal-closebtn, #exampleModalg6 .modal-inner-div .modal-closebtn, #exampleModalg7 .modal-inner-div .modal-closebtn, #exampleModalg8 .modal-inner-div .modal-closebtn {
    position: absolute;
    top: 0px;
    right: 0px;
}

#exampleModalg1 .carousel-control-next-icon,
#exampleModalg2 .carousel-control-next-icon,
#exampleModalg3 .carousel-control-next-icon,
#exampleModalg4 .carousel-control-next-icon,
#exampleModalg5 .carousel-control-next-icon,
#exampleModalg6 .carousel-control-next-icon,
#exampleModalg7 .carousel-control-next-icon,
#exampleModalg8 .carousel-control-next-icon {
    position: absolute;
    right: 0px;
}
#exampleModalg1 .carousel-control-prev-icon,
#exampleModalg2 .carousel-control-prev-icon,
#exampleModalg3 .carousel-control-prev-icon,
#exampleModalg4 .carousel-control-prev-icon,
#exampleModalg5 .carousel-control-prev-icon,
#exampleModalg6 .carousel-control-prev-icon,
#exampleModalg7 .carousel-control-prev-icon,
#exampleModalg8 .carousel-control-prev-icon {
    position: absolute;
    left: 0px;
}

.carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 5px;
    left: 5%;
    padding-top:0;
    padding-bottom: 0;
    color: #fff;
    text-align: left;
}
.kpopup-text
{
	display:none;
}
}
