* {
    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;
}

.h3, h3 {
    font-size: 20px;
}

.fw-bold {
    font-weight: 600!important;
}

.divgap{ margin-bottom:0px;}
.aligncen {
    margin: 0 auto;
    text-align: center;
    width: 18%;
}


td, th {
    text-align: center;
    padding: 8px 0;
    font-size: 10pt !important;
    color: #000;
}

#price button {
    width: 42%;
    height: 30px;
    background: #ffc720;
    border: 1px solid #ffc720;
    border-radius: 4px;
    text-transform: uppercase;
    color: #333;
    font-size: 12px;
    font-weight: 400;
    outline: none;
    transition: 0.25s;
}

#price button:hover {
    width: 42%;
    height: 30px;
    background: #ffc720;
    border: 1px solid #ffc720;
    border-radius: 4px;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    outline: none;
    transition: 0.25s;
}



.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:45px; height:45px;}
.amenities-list li p {
    font-size: 14px;
    color: #8b8a8a;
    font-weight: 300;
    margin: 6px 0;
}

.amenities-list li figure:hover img {
	width: 45px;
}










.heroText {
    font-size: 2.5rem;
    text-align: left;
				margin-top:60px;
}

.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-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;
}

.dropdown {
    border: none;
    outline: none;
    font-size: 1rem;
    color: #000;
    height: auto;
    margin: 0;
}

.dropdown:hover,
.dropdown:focus {
    color: #333 !important;
}

.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%);
}

.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: #fff
}

.colordText1 {
    color: #fff;
				font-size:26px;
}

.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: 100%;
    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: #f6f6f4;
    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;
}

.read_more {
    color: #004442;
    text-decoration: underline;
}

/* select.form-control:not([size]):not([multiple]) {
    height: auto !important;
    background-color: #000;
}


.halfborder .form-group .form-control {
    color: #000 !important;
}


.card .form-group input[type=text] {
    color: #000 !important;
} */

.sideSlider-title {
    font-size: 24px;
    font-family: poppins, Calibri;
    margin-bottom: 12px;
    font-weight: 600;
    color: #194341;
}

.submitbuuut {
    width: 100%;
    color: #000;
    text-align: center;
    font-size: 18px;
    background: rgb(253, 201, 38);
    background: -moz-linear-gradient(90deg, rgba(253, 201, 38, 1) 0%, rgba(235, 163, 17, 1) 50%, rgba(222, 134, 1, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(253, 201, 38, 1) 0%, rgba(235, 163, 17, 1) 50%, rgba(222, 134, 1, 1) 100%);
    background: linear-gradient(90deg, rgba(253, 201, 38, 1) 0%, rgba(235, 163, 17, 1) 50%, rgba(222, 134, 1, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdc926", endColorstr="#de8601", GradientType=1);
    border: none;
    font-weight: 600;
}

.hero_section {
    padding: 7rem 0 0;
				
}

.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;
}



.overlap_image_cotainer{
    text-align: right;
}
.overlap_image_cotainer .overlap_image2{
    position: absolute;
    top: 65px;
    left: 75px;
}

.owl-stage-outer {
    position: relative;
}

.owl-nav button.owl-prev {
    position: absolute;
    top: 40%;
    left: -75px;
    translate: translateY(-50%);
}

.owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: -60px;
    translate: translateY(-50%);
}

/*.owl-nav button.owl-prev{
   
    display: none !important;
}*/

.owl-nav button.owl-next {
    background: black !important;
    width: 50px;
    height: 50px;
    vertical-align: middle !important;
    color: white !important;
    border-radius: 50% !important;
    font-size: 30px !important;
}

.owl-nav button.owl-prev {
    background: black !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;
}

/*.overlap_image1>img,
.overlap_image2>img {
    height: 400px;
}*/


.swiper-button-next,
.swiper-button-prev {
    color: white !important;
    scale: 0.5;
}


.relative_form {
    margin-top: -20%;
}

.newProjects {
    margin-top: 60px !important;
}

@media (max-width: 1199px) {
    .newProjects {
        margin-top: 150px !important;
    }

    .heroText {
        font-size: 2rem;

    }

    .relative_form {
        margin-top: 10%;
    }

    .heroSubText {
        font-size: 1rem;
    }
}

@media (max-width: 994px) {
    .new_projects {
        margin-top: 500px !important;
    }
    /* .overlap_image_cotainer {
        height: 300px;
        border: 1px solid reds;
    }

    .overlap_image1>img,
    .overlap_image2>img {
        width: 80%;
        height: 300px
    } */

    
}


@media (max-width: 767px) {
    
			
		
			
			.heroText {
    margin-top: 0px;
}
			
			.card .form-group label {
    background-color: #fff;
}
			
			
			
				.navbar-brand img{ width:200px;}
				
				#price button {
    width: 95%;
}
				
				
				.amenities-list {
    padding-left: 0px;
}
				
				
				.divgap{ margin-bottom:30px;}
				.aligncen {
    width: 57%;
				}
				
				
				.amenities-list li {
    width: 32%;
}
				
				
				.newProjects {
        margin-top: 250px !important;
    }

    .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;

    }
				
				.colordText1 {
    color: #fff;
    font-size: 19px;
}

    .heroSubText {
        font-size: 1rem;
    }

    .card_btn1,
    .card_btn2 {
        max-width: 100%;
        width: 80%;
        margin: 0 auto;
    }

    .modal-body {
        min-width: 500px;
    }

    .non_relative_form {
        width: 100%;
    }

    .about {
        margin-top: 350px
    }

    .hero_section {
        padding: 5rem 0 0;
    }

    .card {
        width: 80%;
        margin: 0 auto;
    }

    .header_second_section {
        display: none;
    }
				

}

@media (max-width: 575px) {
    /* .relative_form {
        position: relative;
        right: 0;
        bottom: 0;
    } */
    .newProjects {
        margin-top: 210px !important;
    }

    .overlap_image1>img,
    .overlap_image2>img {
        width: 100%;
        height: 300px
    }

    .modal-body {
        min-width: 400px;
    }
}

@media (max-width: 420px) {
    .modal-body {
        min-width: 100%;
    }
}


.dropdown:hover, .dropdown:focus {
    color: yellow;
}

.bg-primary {
    background-color: #a0a0a0 !important;
}

.bg-primary:hover {
    background-color: #000 !important;
}

.dropdown-menu{
    background-color: #fff !important;
    color: #000 !important;
}

.dropdown-menu a{
    background-color: #fff !important;
    color: #000 !important;
    border-bottom: 1px solid #eaeaea;
}


.btn, .btn:focus {
    outline: 0;
    box-shadow: transparent !important; 
}

.form-control:focus {
    box-shadow: none;
}

.dropdown .dropdownMenuButton1:focus{
    outline: 0;
    box-shadow: transparent !important; 
}

.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.navbar {
    background-color: #000;
}

.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;
}


#exampleModalLong .modal-content{
    border-radius: 12px !important;
    margin-top: 30%;
}

.btn-close:focus{
    outline: none !important;
    box-shadow: none !important;
}



.inner-abt-info ol {
    margin: 0 0 1.5em;
    padding: 0;
    counter-reset: item;
}

.inner-abt-info ol li {
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    /*color: #6c6c6c;*/
    font-family: poppins, Calibri;
    padding-bottom: 16px;
    font-weight: normal;
    list-style-type: none;
    counter-increment: item;
    margin: 0;
    text-indent: -1em;
}

.inner-abt-info ol>li:before {
    display: inline-block;
    width: 1em;
    padding-right: 0.5em;
    font-weight: bold;
    text-align: right;
    content: counter(item) ".";
}

.sectiongrayBG{
    background-color: #f5f5f4;
}


/*.container{
    background-color: #f7f7f5;
} */

#topForm{
    z-index: 900;
    position: absolute;
    top: 80px; 
    width: 100%;
    margin: 0 auto;
    text-align: right;
    max-width: 400px; 
    right: 11%; 
    top: 28%;
}

    #readMoreBtn, #readMoreBtn1{
        display: none ;
    }





@media screen and (max-width:1024px) {
    .inner-abt-info ol>li:before {
        display: inline-block;
        width: 2em;
        padding-right: 0.5em;
        font-weight: bold;
        text-align: right;
        content: counter(item) ".";
    }

    .card {
         width: 100%!important;
									background-color:#f6f6f4; 
    }

    .social-media{
        display: flex;
        justify-content: center;
        align-items: center;
    }

/*    .navbar-light .navbar-toggler {        
        border-color: #fff;
        color: #fff;
        background-color: #fff;
    }*/

    .navbar-light .navbar-toggler-icon {
        /*background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);*/
        /*fill: #fff;
        color: #fff;
        background-color: #fff;*/
        background-image: url(../images/mob_nav.png);
								margin-right: 12px;


    }

    .mt-5 {
        margin-top: 0rem !important;
    }

    .mb-3{
        margin-bottom: 0rem !important;
        margin-top: 1rem !important;
    }

    .my-5{
        margin-bottom: 2rem !important;
        margin-top: 2rem !important;
    }

    .px-5{
        padding-right: 2rem!important;
        padding-left: 2rem!important;
    }

    #videos-part{
        display: none;  
    }

    #videos-part{
        z-index: 900;
        position: absolute;
        width: 100%;
        margin: 0 auto;
        text-align: right;
        /* max-width: 400px; */
        /* right: 11%; */
        top: 35%;
    }

    #topForm{
        z-index: 900;
        position: initial;
        top: 80px; 
        width: 100%;
        text-align: right;
        max-width: max-content; 
        right: 5%; 
        top: 75% !important;
    }

    .hero-caption {
        z-index: 900;
        position: absolute;
        top: 35%;
        width: 100%;
        /* max-width: 600px; */
        margin: 0 auto;
        left: 0%;
        max-width: 400px;
    }


        .swiper {
            height: 65vh;
        }

        .newProjects {
            margin-top: 175px !important;
        }

        .overlap_image_cotainer .overlap_image2 {
            position: absolute;
            top: 95px;
            left: -6px;
            display: none;
        }

/*        .overlap_image_cotainer img{
            max-width: 250px !important;
        }*/

        .dropdownWidth{
            width: 100% !important;
        }

        .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        height: 90vh;
        overflow-x: auto;
    }

    .item .card{
        margin-left: 0px !important;
    }

    .card_btn1, .card_btn2 {
        max-width: 100%;
        width: auto;
        margin: 0 auto;
    }

    #exampleModalLong .modal-content {
        margin-top: 10%;
    }

    .padd0{
        padding: 0px !important;
    }

    .owl-theme .owl-dots, .owl-theme .owl-nav {
        display: none;
    }

    #readMoreBtn, #readMoreBtn1{
        display: block;
        margin-top: -10px;
        border: none;
        background: none;
        color: blue;
        text-align: left;
    }

}
.sectiongrayBG .showContent, .showContent1{
    display: block !important;
}


.herotopBtn{
    color: #000;
    text-decoration: none;
}


.herotopBtn:hover{
    color: #000;
    text-decoration: none;
    outline: none;
}


.modal-content {
    width: 96%;
}


#videos-part:before{
    background-image: url(./images/dotted_img.png);
    background-position: center;
    background-size: cover;    
    margin: 0 0 0 -20px;
    position: absolute;
    left: 0px;
    top: -34px;
    width: 102px;
    height: 102px;
    z-index: 9999;
}

@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    height: 90vh;
    overflow-x: auto;
}


}


