@import "https://use.typekit.net/ajx5rqk.css";
@import 'https://fonts.cdnfonts.com/css/helvetica-neue-55';

html,body {
    height: 100%;
    font-family: aktiv-grotesk,sans-serif!important
}

/* Banner */
.banner {
    min-height: 100%;
    background-position: center!important;
    background-size: cover!important;
}
.owl-slider, .owl-slider * {
    height: 100%;
}
.owl-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.owl-slider .item {
    background-position: center !important;
    background-size: cover !important;
}
/* End Banner */

/* Text */
.text-1 {
    color: #FFF;
    font-size: 33px;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 50px;
}
.text-1 b {
    font-weight: 500;
}
.text-p {
    color: #FFF;
     /* 143.75% */
    letter-spacing: 0.8px;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    word-spacing: 1px;
}

/* Form */
.investment-form {
    width: 386px;
    padding: 40px 30px;
    background: rgba(46, 46, 46, 0.70);
}

.milestones-box {
    text-transform: uppercase
}

.investment-form h1 {
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
    font-size: 15px;
}

.investment-form {
    color: #fff;
    /* text-align: center; */
}

.investment-form-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.investment-form h2 {
    color: #fff;
    font-size: 13px;
    font-weight: 200;
    letter-spacing: .8px;
    text-transform: uppercase
}

.investment-form-box {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 230px
}

.error {
    display: block;
    text-align: left;
    color: #f44336;
    margin: 0 0 10px;
    font-size: 12px
}

.custom-input {
    width: 100%;
    border-radius: 5px;
    border: .5px solid rgba(255,255,255,.25);
    background: rgba(0,0,0,.5);
    display: flex;
    height: 40px;
    padding: 12.67px 36.33px 12.33px 10px;
    align-items: center;
    align-self: stretch;
    color: #fff
}

.investment-form button {
    background: transparent;
    color: #fff;
    width: 100%;
    padding: 13px 0;
    margin-top: 10px;
    font-size: 14px;
}
.form-box-phone {
    display: flex;
    align-items: center; /* Vertically align items */
    gap: 0; /* Space between fields */
}

.form-box-one select,
.form-box-two input {
    width: 100%;
    max-width: 200px; /* Adjust as per your design */
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 5px;
    border: 0.5px solid rgba(255, 255, 255, 0.25);
    background: rgba(0, 0, 0, 0.50);
    display: flex;
    height: 40px;
    /* padding: 12.67px 36.33px 12.33px 10px; */
    color: #fff;
}

.form-box-one,
.form-box-two {
    /* flex: 1; */ /* Ensures both fields take equal space */
}
.form-box-one select {border-right: none;border-radius: 5px 0 0 5px;}

.form-box-two input {border-left: none;border-radius: 0 5px 5px 0;}

select option[value=""] {
  color: #999999;
}
.form-box-one select::selection {
  columns: #fff;
}
option {
  background: #000;
}
.investment-form h1 b {
    font-weight: 500;
    letter-spacing: 2px;
    padding-bottom: 10px;
    display: inline-block;
    font-size: 17px;
}

/* End Form */

/* Header */
header#navbar {
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

/* Why Invest in Dubai */
.grid-50 {
    width: 50%;
}

.grid {
    display: flex;
    padding-top: 60px;
    background: #000;
}
.grid-2 {
    padding: 50px;
    color: #fff;
    text-align: center;
}
.img-bg {
    background-position: center !important;
    background-size: cover !important;
}
.why-invest-text {
    margin-bottom: 93;
}
.why-invest-icon img {
    margin-bottom: 23px;
}
.benefits-for-investors h3 {
    font-size: 15px;
    line-height: 20.5px; /* 136.667% */
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
/* End Why Invest in Dubai */

/* Why Binghatti */
.why-binghatti .grid-2 {
    padding: 250px 50px;
}
.key-benefits-text p {
    font-size: 23px;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.key-benefits-text p span {
    width: 41px;
    height: 41px;
    border: 1px solid #AC8456;
    color: #AC8456;
    display: inline-block;
    line-height: 41px;
    margin-right: 25px;
    text-align: center;
}
.key-benefits-text {
    text-align: left;
    margin: 0 auto;
    display: inline-block;
}
.key-benefits .grid-2 {
    padding: 160px 50px;
}
/* End Why Binghatti */

/* Milestones */
.milestones-box {
    padding: 132px 0;
    background: #000;
    text-align: center;
}
h3.text-3 {
    color: #AC8456;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
}
.milestones-text p {
    color: #FFF;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
}
.milestones {
    margin-bottom: 115px;
}
.milestones-box .text-1 {
    margin-bottom: 64px;
}
/* End Milestones */


/* Branded Collection */
.branded-collection-box {
    padding: 72px 0;
    background: #000;
    color: #fff;
}
.branded-collection-box h1.text-9 {
    margin-bottom: 50px;
}
.text-8 {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px; /* 143.75% */
    letter-spacing: 0.8px;
    margin-bottom: 25px;
    text-align: center;
}
.branded-collection-text {
    bottom: 0;
    position: absolute;
    padding: 0 20px 10px 20px;
    color: #fff;
    background-image: linear-gradient(transparent, rgb(0 0 0 / 50%), black);
    width: 100%;
    left: 0;
    text-decoration: none;
    z-index: 1;
}
.branded-collection {
    position: relative;
    overflow: hidden;
    height: 500px;
}
.branded-collection-text h4 {
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
}
.branded-collection img {
    width: 100%;
    height: auto;
}
.branded-collection-icon {
    width: 14px !important;
    margin-right: 10px;
}
.branded-collection h5 {
    color: var(--OFF-WHITE, #F2F2F2);
    
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.branded-collection-box .text-1 {
	text-align: center;
}
.hide-in-desktop {
    display: none;
}
/* End Branded Collection */

/* Investment */
.investment-form-area-2 {
    background: #000;
    padding: 200px 0;
}
.investment-form-area-2 h1 {
    color: #FFF;
    font-size: 40px;
    font-weight: 250;
    line-height: 64px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 125px;
}
input, select {
    background: #000;
    border: none;
    border-bottom: 1px solid #9E9E9E;
    width: 100%;
    padding: 20px 0;
    color: rgba(255, 255, 255, 0.79);
    /* font-family: Nevis; */
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    outline: none;
}
.custom-btn {
    padding: 13px;
    cursor: pointer !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    background-image: url(https://qa-binghatti.xperience-sites.com/svg/web_button_bg.svg) !important;
    background-position: center !important;
    background-repeat: repeat-x !important;
    letter-spacing: 3px !important;
    border-radius: 4px !important;
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
    padding: 13px 130px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
}
.popup-content .custom-btn, .investment-form-area-2 .custom-btn {
    background: transparent;
    color: #fff;
    width: 100%;
    padding: 13px 0;
    margin-top: 40px;
}
.custom-input-2 {
    margin-bottom: 30px;
}
.custom-input-2 .error {
    margin-top: 5px;
}
/* End Investment */

/* footer */
.footer-assets li {
	margin-right: 5px;
	margin-left: 5px;
	display: inline;
}
.footer-assets {
	text-align: center;
	color: #fff;
	padding: 58px 0;
	font-size: 18px;
	line-height: 31px;
	background: #000;
}
.footer-assets li img {
	width: 20px;
}
.footer-assets a img {
}
.footer-assets ul {
	margin: 30px 0 0 0;
}
img.footer-logo {
    margin-bottom: 40px;
}
.footer-assets p {
    margin: 0;
}
.footer-assets * {
    color: #fff;
    text-decoration: blink;
}
/* End Footer */

.popup {
    /* position: fixed; */
    /* top: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* height: 100%; */
    /* background-color: rgb(0 0 0 / 80%); */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* z-index: 9999; */
}

.popup-content {
    /* background-color: #000000; */
    /* padding: 60px; */
    /* border-radius: 5px; */
    /* text-align: center; */
    /* position: relative; */
    /* min-width: 300px; */
    /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); */
    /* color: #fff; */
}

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}
div#popupMessage p {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
}




.want-to-invest {
    padding: 214px 0 294px 0;
    text-align: center;
    color: #fff;
}
.want-to-invest h3 {
    font-size: 31px;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: 3.41px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.want-to-invest h3.bold {
    font-weight: 600;
    margin-bottom: 63px;
}
.want-to-invest h1 {
    font-size: 62px;
    font-weight: 600;
    line-height: 50px; 
    letter-spacing: 6.82px;
}
.img {
    background-size: cover !important;!i;!;
    background-position: center !important;!i;!;
}

/* four seasons */
.four-seasons {
    padding: 131px 0;
    background: #000;
}
.four-seasons-area {
    text-align: center;
    color: #fff;
    padding: 70px 0;
    text-transform: uppercase;
}
.four-seasons-area h4 {
    font-size: 19px;
    font-weight: 300;
    line-height: 34px; 
    letter-spacing: 2px;

    margin-bottom: 34px;
}
.four-seasons-area h2 {
    font-size: 37px;
    font-weight: 500;
    line-height: 37px;
    letter-spacing: 2px;
}
.four-seasons-area h3 {
    font-size: 31px;
    font-weight: 500;
    line-height: 50px; 
}
.four-seasons-area h5 {
    font-size: 25px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 61px;
}
.four-seasons-area h6 {
    /* font-weight: 500; */
    /* line-height: 37px; */
    /* letter-spacing: 2px; */
    margin-bottom: 34px;
    /* color: #FFF; */
    /* font-family: "Aktiv Grotesk"; */
    font-size: 25px;
    /* font-style: normal; */
    font-weight: 500;
    line-height: 37px;
    letter-spacing: 2px;
}
.four-seasons-area small {
    font-size: 16px;
    position: relative;
    top: -11px;
    text-transform: lowercase;
}

/* binghatti-creek */
.img-2 {
    width: 100%;
    height: auto;
}

/* payment-plan */
.payment-plan-box {
    color: #fff;
}
.payment-plan-box h3 {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 48px;
}
.payment-plan-box h1 {
    color: #AC8456 !important;!i;!;
    font-size: 56px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}
.payment-plan-box h1 small {
    font-size: 33px;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 20px;
}
.payment-plan-box .side-line {
    position: relative;
}
.payment-plan-box  .text-7 {
    /* color: #fff; */
    margin-bottom: 80px;
    /* color: #FFF; */
    /* font-family: "Aktiv Grotesk"; */
    font-size: 33px;
    font-style: normal;
    font-weight: 275;
    /* line-height: normal; */
    text-transform: uppercase;
}
.payment-plan-box {
    padding: 104px 0;
    background: #000;
    text-align: center;
}
.payment-plan-box .text-7 b {
    font-weight: 500;
}
.side-line:after {
    border-right: 1px solid #fff;
    content: '';
    right: 0;
    position: absolute;
    top: 0;
    width: 1px;
    height: 50px;
    background: #fff;
}
.down-payment {
    text-align: center;
    margin-top: 80px;
}
img.location-img {
    margin-bottom: 13px;
}

.contact-list {
    position: fixed;
    bottom: 50px;
    right: 0;
    display: flex;
    border-radius: 25px 0 0 25px;
    flex-direction: column;
    z-index: 100;
}

.contact-list img {
    width: 20px;
}

.contact-list a {
    background: #ffffff0a;
    backdrop-filter: blur(10px);
    margin-bottom: 10px;
    border-radius: 25px 0 0 25px;
    width: 80px;
    height: 35px;
    text-align: center;
    line-height: 30;
    margin-top: 0;
    transition: transform 0.3s ease-in-out;
    line-height: 40px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-around;
    border: 1px solid #ffffff99;
    border-right: none;
    cursor: pointer;
}

.contact-list a:hover {
    transform: translateX(10px); /* Moves element 10px to the left */
}




.popup.whatsapp .popup-content {
    text-align: left;
    padding: 30px;
    margin: 0 20px;
}
.popup.whatsapp .popup-content img {
	width: 35px;position: relative;top: -4px;margin-left: 5px;
}
.popup.whatsapp .error {
    margin-top: 10px;
}
.popup.whatsapp h3 {
	margin-bottom: 20px;
}

input, select {
    -webkit-appearance: none; /* Remove iOS default style */
    -moz-appearance: none; /* Remove Firefox default style */
    appearance: none; /* Remove all OS styles */
    background: #000 !important;
    border: none;
    border-bottom: 1px solid #9E9E9E; /* Straight bottom border */
    width: 100%;
    padding: 20px 0;
    color: rgba(255, 255, 255, 0.79);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;

    /* Fix border rounding issue on iPhone */
    border-radius: 0 !important; /* Ensure sharp edges */
    box-shadow: none !important; /* Remove any iOS glow effect */
    -webkit-border-radius: 0 !important; /* Ensure no rounding on WebKit browsers */
    -webkit-box-shadow: none !important; /* Remove shadow in Safari/iOS */
}


/* Add a custom dropdown arrow for iPhone */
input::-ms-expand select::-ms-expand {
    display: none; /* Hide default dropdown arrow in IE/Edge */
}

/* Add custom dropdown styling */
.select-container {
    position: relative;
    width: 100%;
}

.select-container::after {
    content: "▼"; /* Unicode for dropdown arrow */
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    pointer-events: none;
    color: rgba(255, 255, 255, 0.79);
}

/* Disable body scrolling when popup is open */
body.no-scroll {
    overflow: hidden;
    height: 100vh;
    touch-action: none;
    -webkit-overflow-scrolling: none;
}

/* Ensure popup stays centered */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 80%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow: hidden; /* Prevent scrolling */
}

/* Prevent iPhone zoom when focusing input */
input, select {
    font-size: 16px; /* iOS forces zoom if font-size is below 16px */
}

/* Fix popup positioning issue when keyboard opens */
.popup-content {
    position: absolute;
    max-width: 700;
    width: 90%;
    background: #000;
    padding: 30px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    color: #fff;
}




@media screen and (max-width: 768px) {
	.grid {
		display: flex;
		flex-direction: column;
	}
	.grid-50 {
		width: 100%;
	}
	.investment-form-area {
        position: relative;
        background: #292929;
    }
	header#navbar {
		padding: 20px 0;
	}
	.investment-form-box {
        margin-top: 0;
    }
	.investment-form {
        background: none;
        padding: 40px 0;
    }
	.grid-1 {
		height: 600px;
	}
	.why-invest-in-dubai .grid-1 {
		order: 2;
	}
	.why-binghatti .grid-2 {
		padding: 0 15px 60px 15px;
	}
	.key-benefits .grid-2 {
		padding: 0 15px 72px 15px;
	}
	.key-benefits-text p {
		font-size: 14px;
	}
	.key-benefits-text p span {
		width: 31px;
		height: 31px;
		line-height: 31px;
		margin-right: 10px;
	}
	.key-benefits .grid-1 {
		order: 1;
	}
	h3.text-3 {
		font-size: 32px;
	}
	.milestones-text {
		margin-bottom: 60px;
	}
	.milestones-box {
		padding: 72px 0 0 0;
	}
	.text-1 {
		font-size: 25px;
	}
	.text-8 {
		margin-bottom: 40px;
	}
	.milestones {
		margin-bottom: 60px;
	}
	.milestones-box .text-1 {
		margin-bottom: 45px;
	}
	.investment-form-area-2 h1 {
		font-size: 29px;
		line-height: 41px;
		margin-bottom: 40px;
	}
	.investment-form-area-2 {
		padding: 80px 0;
	}
	.hide-in-desktop {
		display: block;
	}
	.hide-in-mobile {
		display: none;
	}
	.branded-collection-text h4 {
		font-size: 15px;
	}
	.branded-collection h5 {
		display: flex;
		font-size: 14px;
	}
	.branded-collection {
		height: auto;
	}
	.branded-collection-box {
		padding: 42px 0;
	}
	.grid-2 {
		padding: 0 15px;
	}
	.want-to-invest h1 {
		font-size: 52px;
	}
	.want-to-invest h3 {
		font-size: 21px;
		font-weight: 300;
		letter-spacing: 2px;
		padding: 0 50px;
	}
	.four-seasons {
		padding: 0;
	}
	.four-seasons-area {
		margin: 0 -11px;
	}
	.side-line:after {
		display: none;
	}
	.bottom-line:after {
        border-right: 1px solid #fff;
        content: '';
        position: absolute;
        bottom: -45px;
        left: 50%;
        transform: translateX(-50%);
        width: 90px;
        height: 1px;
        background: #fff;
    }
	.bottom-line {
        position: relative;
    }
	.contact-list {
		flex-direction: row-reverse;
		align-content: center;
		justify-content: center;
		width: 100%;
		bottom: 20px;
	}

	.contact-list a {
		border: 1px solid #000;
		background-color: #FFFFFF33;
		height: 40px;
		width: 20%;!;!importan;!i;!;
		border: 1px solid #FFFFFF99;
		border-radius: 4px;
		margin: 0 10px;
	}
	.contact-list a:hover {
		transform: unset;
	}
	.popup-content {
		max-width: 90%;
	}
	
}



@media only screen and (min-width: 1200px) {
    .milestones-box .col-xl-2 {
        width: 20%;
    }
	
}