@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
    text-decoration: none;
    border: none;
    scroll-behavior: smooth;
    font-family: 'Montserrat', sans-serif;
}

:root {
    --main-color: #062452;
    --bg-color: #fff;
    --bg-black: #000;
    --bg-second-color: #f7f8f9;
    --bg-third-color: #f4f4f4;
    --bg-transparent-main: rgb(172 134 59 / 70%);
    --bg--green: #18a800;
    
    --text-dark: #888;
    --text-color-dark-heading: #3a3d45;
    --text-color-light: #fff;
    --text-color-dark: #1b1c1f;
    --text-color-main: var(--main-color);

    --star-color: #ffb600;
	
    --border-green-color: .2rem solid rgb(18 141 125 / 45%);
    --border-main-color: .2rem solid var(--main-color);
    --border-white: 0.2rem solid var(--bg-color);
    --border: .2rem solid #ccc;

    --box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    --box-shadow-whatsapp: 1px 1px 4px rgba(60, 60, 60, 0.4);
    --box-shadow-project: -1px 2px 10px 1px rgba(0, 0, 0, 0.15);
    --box-shadow-drop-down: 0 3px 4px rgba(0, 0, 0, .2);
    --box-shadow-green: 0 3px 5px rgb(24 168 0);

    --swiper-navigation-size: 1.5rem !important;
/*	--swiper-navigation-top-offset: 45% !important;*/
	--swiper-pagination-color: var(--bg-color);
	--swiper-pagination-bullet-inactive-opacity: .7;
	--swiper-pagination-bullet-horizontal-gap: 2px;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
	font-size: 1.4rem;
}
section {
    padding: 5rem 3% 5rem;
}
footer {
    padding: 2rem 3%;
}
a {
    cursor: pointer;
    color: var(--bg-black);
}
a:active {
    color: var(--bg-black);
}
a.btn:active {
    color: var(--bg-black);
}
a.btn.reverse:active {
    color: var(--main-color)
}

input,
select,
textarea {
    font-size: 1.4rem;
    font-weight: 500;
    padding: 1.5rem;
    width: 100%;
    border: var(--border-main-color);
    border-radius: .6rem;
    user-select: none;
    color: var(--text-color-dark);
}
select {
     -webkit-appearance: none;
     -moz-appearance: none;
     text-indent: 1px;
     text-overflow: '';
     color: #757575;
     background: var(--bg-color);
     cursor: pointer;
}
.btn {
    padding: 1.5rem 3rem;
    background-color: var(--main-color);
    color: var(--bg-color);
    border: var(--border-main-color);
    font-size: 1.6rem;
    font-weight: 600;
    border-radius: 0.6rem;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.btn:hover {
    background-color: var(--bg-color);
    color: var(--main-color);
}
.text-white{
	color: var(--bg-color);
}
.color-main{
    color: var(--main-color);
}
.color-black{
    color: var(--bg-black);
}
.icon-color{
	color: #e3a984;
}
.color-green{
	color: var(--bg--green);
}
.align-center {
    align-items: center;
}
.text-center{
	text-align: center;
	text-align: -webkit-center;
}
.text-left {
    text-align: left;
	text-align: -webkit-left;
}
.text-right{
	text-align: right;
	text-align: -webkit-right;
}
.d-flex{
    display:flex;
}
.gap1{
    gap: 1rem;
}
.d-grid{
    display:grid;
}
.uppercase{
    text-transform: uppercase;
}
h2{
	font-size: 3rem;
}
h3{
	font-size: 2rem;
}
h4{
	font-size: 1.6rem;
}
p{
	font-size: 1.5rem;
}
.w-90 {
	width: 90%;
	margin: 0 auto;
}
.w-100 {
    width: 100%;
}
.error{
    color:red;
}
.error-message{
    color:red;
}
.g-recaptcha {
    transform-origin: 0% 0px;
    -webkit-transform-origin: 0% 0px;
    transform: scale(0.70);
    -webkit-transform: scale(0.70);
        height: 0;
}    
/*Swiper*/
.swiper {
    width: 100%;
    height: 100%;
    z-index: 0 !Important;
}
.swiper-slide {
    font-size: 1.8rem;
    background: #ffffff00;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
}
.swiper-button-next, 
.swiper-button-prev {
    text-align: center;
    color: var(--bg-color) !important;
    transition: background-color .5s ease;
    font-weight: 800;
}
/* Pagination Dots */
.swiper-pagination-bullet:hover {
    background-color: var(--main-color); 
    opacity: 1;
}

/*Fixed Btn*/
.fixed-btns {
    position: fixed;
    bottom: 1rem;
    right: 2rem;
    z-index: 100;
    flex-direction: column;
    gap: 1.5rem;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.top a {
     background-color: var(--main-color);
     border-radius: 50%;
	 top: var(--swiper-navigation-top-offset, 50%) !important;
     padding: 0.5rem;
     transition: background-color .3s, opacity .5s, visibility .5s;
     opacity: 0;
     visibility: hidden;
     cursor: pointer;
}
.top a i {
     font-size: 3rem;
     color: var(--bg-color);
}
.top #back-to-top.show {
  opacity: 1;
  visibility: visible;
}
a.float {
    width: 6.2rem;
    height: 6.2rem;
	font-size: 1rem;
    color: var(--text-color-light);
	background: var(--bg--green);
    border-radius: 50%;
    box-shadow: var(--box-shadow-whatsapp);
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}


/*=====Banner hero=====*/
.hero {
    padding: 0;
    position: relative;
	background: #000;
}
.hero .hero-wrapper{
	line-height: 0;
}
.hero .hero-wrapper img {
	max-height: 90vh;
    height: 90vh;
	width: 100%;
	object-fit: cover;
    object-position: center;
	opacity: 0.5;
}
.hero-hed{
    position: absolute;
    top: 50%;
	left: 50%;
	gap: 2rem;
	width: 80%;
    /*z-index: 1;*/
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
	color: var(--bg-color);
}
.hero-hed h2 {
    font-size: 4rem;
}
.hero-hed p {
    font-size: 1.8rem;
}
.hero .btn {
    background: transparent;
    border: 0.3rem solid var(--bg-color);
}
.hero .btn:hover {
    background: var(--main-color);
	color: var(--bg-color);
    border: 0.3rem solid var(--main-color);
}


/* =====project section===== */
.project-grid {
    padding: 3rem 0rem;
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}
.project-card {
    border-radius: 1rem;
    box-shadow: var(--box-shadow-project);
	transition: transform 0.3s ease-in-out;
	display: grid;
	position: relative;
}
.project-card:hover {
	transform: translateY(-5px);
}
.project-card .swiper-slide img {
    aspect-ratio: 1/0.7;
    border-radius: 1rem 1rem 0 0rem;
}
.project-logo {
    top: 0.8rem;
    left: 0.8rem;
    position: absolute;
}
.project-logo img.projectlogo {
    width: 70px;
    height: auto;
    border-radius: 0.4rem;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
    background: var(--bg-color);
}
.projectcard-body {
    padding: 2rem;
	display: grid;
    gap: 1rem;
}
.projectcard-body .btn.btn-reverse:first-child:hover i {
    color: #fff;
}
.projectcard-body h4, .projectcard-body h3, .projectcard-body p{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.projectcard-body h3 {
    margin-bottom: 1rem;
}
.btn-flex{
	display: flex;
	gap: 1rem;
	justify-content: space-between;
}
.btn.btn-reverse {
    padding: 1rem 1.5rem;
	gap: 0.3rem;
	background: rgb(240 243 248);
    border-color: rgb(240 243 248);
    color: var(--main-color);
	width: 100%;
}
.btn.btn-reverse:hover {
    background: var(--main-color);
    color: var(--bg-color);
}
.btn-flex i {
    font-size: 2rem;
}

/* =====Our Partners section===== */
.contact-info{
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.8) 100%), url("../img/Contact-us-location.webp");
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
	background-attachment: fixed;
}
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
	align-items: center;
}
.form-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
	background: var(--main-color);
    padding: 2rem;
	color: var(--bg-color);
	border-radius: 2rem;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.form-column {
  display: flex;
  flex-direction: column;
  /*gap: 1rem;*/
  width: 100%;
  text-align: left;
}
textarea.form-control {
  resize: vertical;
}
.contact-info img{
	border-radius: 1rem;
	object-fit: cover;
}
.form-column .btn {
    padding: 1.5rem 2rem;
}

/*Invest Dubai*/
.invest-bg{
	background: var(--main-color);
	color: var(--bg-color);
	padding: 8rem 3%;
}
.invest-icon {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    gap: 0rem;
    text-align: center;
    margin: 3rem auto 0;
}
.icon-hed {
	padding: 2rem 3rem;
	display: flex;
	gap: 4rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.icon-hed img {
    width: 8rem;
    height: 8rem;
    border: var(--border-white);
    padding: 1.5rem;
    border-radius: 50%;
}
.icon-hed p {
	font-size: 1.6rem;
	font-weight: 600;
	text-transform: uppercase;
}
.icon-hed:last-child {
	border-right: none;
}

/* =====Testimonial Section===== */
#testimonial-swiper {
   margin: 3rem 0rem 0;
   text-align: center;
   position: relative; 
}
.testimonial-item {
   background: #0000;
   padding: 2rem;
   border-radius: 1rem;
   box-shadow: var(--box-shadow);
   display: flex;
   gap: 2rem;
   flex-direction: column;
   text-align: left;
}
.testimonial-item img {
   width: 7rem;
   border-radius: 100%;
}
.testimonial-hed {
   display: flex;
   gap: 2rem;
   justify-content: flex-start;
   align-items: center;
}
.testimonial-hed h5{
	color: #333;
	font-weight: 500;
	font-size: 1.2rem;
}
#testimonial-swiper .swiper-btns {
    margin-top: 4rem;
}
#testimonial-swiper .swiper-button-next, 
#testimonial-swiper .swiper-button-prev {
    display: contents !important;
}
#testimonial-swiper .swiper-button-next::after, 
#testimonial-swiper .swiper-button-prev::after {
    background-color: var(--main-color);
    text-align: center;
    color: var(--bg-color) !important;
    border-radius: 50rem;
    width: 4.5rem;
    height: 4.5rem;
    transition: background-color .5s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.testi-hed {
    display: flex;
	flex-direction: column;
    gap: 1rem;
}
.stari {
    display: flex;
    gap: 0.3rem;
    font-size: 2rem;
    color: #f8a206;
}



/* =====Our Partners section===== */
.partners{
	display: grid;
	grid-template-columns: 0.5fr 2fr;
	gap: 1rem;
	align-items: center;
    background: #f8f9fb;
}
#partners-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
#partners-swiper .swiper-slide img {
    width: 100%;
    height: 11.5rem;
    object-fit: contain;
}

/* ======Footer section =====*/
.footer{
	text-align: center;
	color: var(--text-color-light);
	padding: 2rem 0;
	display: flex;
    justify-content: space-around;
    background: var(--main-color);
}
.footer a {
    color: var(--text-color-light);
}

/* ======Popup Overlay =====*/
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 84%);  /* Dark semi-transparent background */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
/* Popup Content Box */
.popup-content {
    background: #fff;
    padding: 2rem;
    width: 100%;
    max-width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1rem;
	z-index: 99;
    text-align: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
/* Close Button */
.close-btn {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    font-size: 5rem;
    line-height: 0.5;
    color: #555;
    cursor: pointer;
}
.close-btn:hover {
    color: var(--bg-black);
}
/* Show Popup when Active */
.popup-overlay.active {
    opacity: 1;
    pointer-events: auto;
}
.popup-overlay .form-container{
    background: #0000;
    color: var(--bg-black);
}
.popup-overlay .form-column.slect{
	position: relative;
}
.popup-overlay .form-column.slect::after{
	content: "\ed35";
    font-size: 2rem;
    font-family: 'boxicons';
    color: #000;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.input-text {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 1rem;
    align-items: center;
    border: var(--border);
    display: flex;
    border-radius: .6rem;
    color: var(--text-color-light);
    background: var(--main-color);
}


/*info-circle*/
h4.info-circle {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.info-circle i {
    color: #ffcf40;
    line-height: normal;
    font-size: 2rem;
}  
/* Modal background */
#Priceinfo {
    overflow-y: hidden;
}
.custom-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

/* Modal content box */
.custom-modal-content {
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1.5rem;
    border-radius: 1rem;
    width: 33rem;
    position: relative;
    height: 38rem;
    overflow-y: scroll;
}
/* Close button */
.custom-modal .close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-size: 4.5rem;
    border-radius: 0.8rem;
    line-height: 0.5;
    padding: .5rem;
    cursor: pointer;
    background: #f7f7f7;
    border: 1px solid #dee2e6;
}
/* Table Styling */
.custom-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #dee2e6;
    border-bottom: none;
}
.custom-table td {
    padding: 1rem;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.6rem;
}
.custom-table td span {
    font-size: 2rem;
    font-weight: 600;
}

/*=====responsive breakpoints less than 5200px Queries=====*/
@media (width<=5200px) {
    html {
        font-size: 220%;
    }
}

@media (width<=5000px) {
    html {
        font-size: 200%;
    }
}

@media (width<=4500px) {
    html {
        font-size: 180%;
    }
}

@media (width<=4000px) {
    html {
        font-size: 160%;
    }
}

@media (width<=3500px) {
    html {
        font-size: 140%;
    }
}

@media (width<=3000px) {
    html {
        font-size: 120%;
    }
}

@media (width<=2500px) {
    html {
        font-size: 100%;
    }
}

@media (width<=2000px) {
    html {
        font-size: 80%;
    }
}

@media screen and (max-width: 1920px) and (min-width: 1500px) {
    html {
        font-size: 68%;
    }
}

@media (width<=1500px) {
    html {
        font-size: 60%;
    }
}

@media (width<=1200px) {
    html {
        font-size: 53%;
    }
}

@media (width<=1024px) {
    html {
        font-size: 51%;
    }
}

@media (width<992px) {
    html {
        font-size: 50%;
    }
}

@media (width<900px) {
	.project-grid {
        grid-template-columns: repeat(2, 1fr);
	}
}

@media (width<=768px) {
    
}

@media (width<601px) {
    html {
        font-size: 48%;
    }
	.property-section, .contact-grid, .project-grid {
    	grid-template-columns: 1fr;
	}
	.w-90 {
    	width: 100%;
	}
	.hero .hero-wrapper img {
        max-height: 65vh;
        height: 65vh;
    }
    .hero-hed h2 {
        font-size: 3rem;
    }
	.hero-hed {
        width: 95%;
    }
    h2 {
		font-size: 2.5rem;
	}
	h3 {
		font-size: 2rem;
	}
	.partners {
        grid-template-columns: 1fr;
        gap: 2rem;
	}
	#partners-swiper .swiper-slide img {
        height: 14rem;
	}
	.invest-icon {
        grid-template-columns: 1fr 1fr;
	}
	.icon-hed:last-child {
        grid-column: 1 / 3;
    }
    .icon-hed {
        gap: 2rem;
    }
    .invest-bg {
        padding: 5rem 3%;
    }
    .popup-content {
        max-width: 90%;
        padding: 0rem;
    }
    .popup-content .d-flex.gap1 {
        display: grid;
    }
    .d-flex.last-flex {
        display: grid;
        gap: 1rem;
    }
    .g-recaptcha {
        transform: scale(0.60);
        -webkit-transform: scale(0.60);
        height: 6rem;
    }
}

@media only screen and (max-width: 480px) {
    
}

@media only screen and (max-width: 414px) {
    
}

@media only screen and (max-width: 380px) {

}

@media only screen and (max-width: 330px) {
	
}

@media only screen and (max-width: 320px) {}