@font-face {
  font-family: 'Avenir';
  src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/2729/AvenirNext_Variable.ttf') format('truetype');
}


* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Avenir", sans-serif !important;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
	font-family: "Avenir", sans-serif !important;
}
h1,
h2,
p {
  margin-bottom: 0px;
}
a{
	text-decoration: none !important;
	color: #fff !important;
}
/* mobile nav start */
.mobile {
  display: none;
}
/* mobile nav end */

/* hero section start */

.hero {
  background: url("https://promotions.binghatti.com/wp-content/uploads/2025/06/bg-img.webp") no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
	position: relative;
}

.hero .top_section .logo {
  padding: 64px 0px;
}

.hero .top_section .content h1 {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 400 !important;
  line-height: 38.4px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.hero .top_section .content p {
  font-size: 16px;
  font-weight: 400;
}

.hero .bottom_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-bottom: 30px;
}

.bottom_btns button {
  border: none;
  outline: none;
  padding: 16px 44px;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  border-radius: 128px;
}

.bottom_btns .download {
  background: #000;
  border: 1px solid #fff;
	transition: background 1s ease-in-out !important;
}

.bottom_btns .register {
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #fff;
}
.download:hover,.register:hover, .enquire:hover{
	background: linear-gradient(to right, rgba(160, 114, 61, 1), rgba(160, 114, 61, 1), rgba(226, 193, 154, 1)) !important;
	border-radius: 128px;
}
.learn button:hover{
	background: linear-gradient(to right, rgba(160, 114, 61, 1), rgba(160, 114, 61, 1), rgba(226, 193, 154, 1)) !important;
	border-radius: 128px;
}
.enquiry {
  background: linear-gradient(to left, rgba(226, 193, 154, 1), rgba(160, 114, 61, 1), rgba(160, 114, 61, 1)) ;
  background-size: 0% 100% !important;
  background-repeat: no-repeat;
  background-position: right;
  transition: background-size 0.5s ease-in-out;
  color: #fff; /* Optional for contrast */
}

.card_box:hover .enquiry, .form-button:hover {
	background: linear-gradient(to right, rgba(160, 114, 61, 1), rgba(160, 114, 61, 1), rgba(226, 193, 154, 1)) !important;
  background-size: 100% 100%;
}
/* mobile hero */
.hero_img img {
  width: 100%;
  height: 100%;
}
.mobile_content {
  padding: 50px 0px;
}
.mobile_content .content h1 {
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.mobile_content .content p {
  color: #2d2d2d;
  font-size: 14px;
  line-height: 23px;
}

.mobile_content .container {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
.mobile_content button {
  border: none;
  outline: none;
  background: #000;
  color: #fff;
  border-radius: 4px;
  padding: 11px 0px;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
	width: 100%;
}
.mobile_content .border-button{
	background: #fff !important;
	border: 1px solid #000 !important;

}
.border-button a{
	color: #000 !important;
}
/* hero section end */

/* excellence section start */
.excellence {
  /* height: 100vh; */
  position: relative;
  background-color: #051a2e;
  color: white;
  overflow: hidden;
  color: #fff;
  padding: 50px 0;
  text-align: center;
}

.excellence::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://promotions.binghatti.com/wp-content/uploads/2025/06/excellence_bg-scaled.webp") center/cover no-repeat;
  opacity: 0.05; /* 5% opacity */
  z-index: 0;
}
.excellence .project_details {
  position: relative;
  z-index: 1;
}
.excellence .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 100px;
  position: relative;
  z-index: 1;
}
.excellence .heading h1 {
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 2px;
  /* line-height: 32px; */
  margin-bottom: 28px;
  font-weight: 400;
}
.excellence .heading p {
  font-size: 16px;
  font-weight: 400;
}
.border {
  width: 1px;
  height: 70px;
  background: #ffffff;
}
.excellence .project_details {
  width: 100%;
  display: flex;
  /* gap: 60px; */
  align-items: center;
  justify-content: space-between;
}
.excellence .project_details h2 {
  font-size: 44px;
  font-weight: 500;
  background: linear-gradient(to right, #909090, #ffffff, #909090);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.excellence .project_details p {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.excellence .icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
  align-items: center;
  justify-content: center;
}
.excellence .icons p {
  font-size: 16px;
  line-height: 20.5px;
  letter-spacing: 0.8px;
  padding-top: 12px;
  font-weight: 400;
}
.excellence .icons p span {
  font-weight: 700 !important;
}
.excellence button {
  border: none;
  outline: none;
  border-radius: 128px;
  padding: 16px 44px;
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
  border: 1px solid #fff;
  z-index: 10;
  font-size: 22px;
  text-transform: uppercase;
  cursor: pointer !important;
}

.mobile-exc{
	padding: 50px 0px;
	
}



.mobile-exc .container .icons{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items:center;
	gap: 50px;
	padding:0px 24px; 
}
.mobile-exc .container .icons p{
	    font-size: 14px;
    margin-top: 5px;
}
/* excellence section end */

/* projects section start */
.projects {
  padding: 32px 0px;
  padding-bottom: 64px;
}

.projects .heading h1 {
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 2px;
  line-height: 38px;
  margin-bottom: 64px;
}
.card_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.card_container .card_box {
  width: 374px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.card_container .card_img {
  width: 374px;
  height: 420px;
	position: relative;
}
.card_container .card_img img {
  width: 100%;
  height: 100%;
}
.img_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
  background: rgba(0, 0, 0, 0.5); /* black transparent */
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 1;
}

/* Show overlay on hover */
.card_box:hover .img_overlay {
  opacity: 1;
}

.card_container .card_body {
  background: linear-gradient(rgba(242, 242, 242, 1), rgba(242, 242, 242, 0));
  padding: 0px 12px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.card_container .card_body .card_content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.card_body .top h2 {
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.card_body .top p {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 400;
}
.card_body ul li,
.card_body .price p {
  font-size: 16px;
  letter-spacing: 0.3px;
}
.card_body .price h2 {
  font-size: 22px;
  letter-spacing: 0.4px;
  background: linear-gradient(
    to right,
    rgba(118, 118, 118, 1),
    rgba(0, 0, 0, 1),
    rgba(118, 118, 118, 1)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600 !important;
}

.card_body .price h2 span {
  font-weight: 400 !important;
}
.card_body .price .border_left {
  width: 1px;
  height: 25px;
  background: #000;
}
.card_body .price .first,
.card_body .price .second {
  display: flex;
  align-items: center;
  gap: 12px;
}
.card_body .enquiry {
  background: #000;
  color: #fff;
  border-radius: 6px;
  padding: 12px 0px;
  text-align: center;
}
.card_body .enquiry a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
}
.card_body .location img {
  width: 15px !important;
}

/* projects section end */

/* projects carousel start */
.projects_carousel .caption {
  color: #fff;
  position: absolute !important;
  bottom: 0%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  /* margin-top: -15%; */
  margin-bottom: 35px;
  width: 100%;
  padding: 0px 100px;
}
.projects_carousel .caption h5 {
  text-transform: uppercase;
  font-size: 26px !important;
  font-weight: 400;
  letter-spacing: 1.5px;
}
.caption h5 span {
  font-weight: 500 !important;
}
.projects_carousel .caption p {
  font-size: 20px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.projects_carousel .caption ul li {
  font-size: 16px;
  letter-spacing: 0.4px;
}
.caption .enquire {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.4);
  padding: 16px 44px;
  color: #fff;
  border-radius: 128px;
  border: 1px solid #fff;
  font-size: 22px;
  text-transform: uppercase;
  /* margin-top: -5% !important; */
}
.caption .enquire a {
  color: #fff;
  text-decoration: none;
}

.carousel-item {
  height: 100vh;
}
.carousel-item img {
  height: 700px;
  object-fit: cover;
}
.carousel-inner, .carousel-item{
	height: 700px !important;
}
/* projects carousel end */

/* invest section start */
.invest {
  /* height: 100vh; */
  position: relative;
  background-color: #051a2e;
  color: white;
  overflow: hidden;
  color: #fff;
  padding: 128px 0;
  /* text-align: justify; */
}
.invest .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 64px;
}
.invest::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://promotions.binghatti.com/wp-content/uploads/2025/06/invest_bg.webp") center/cover no-repeat;
  opacity: 0.05; /* 5% opacity */
  z-index: 0;
}
.invest .heading h1 {
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 2px;
  line-height: 38px;
}

.invest .details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
}
.invest .details .contents .icon img {
  width: 34px;
  height: 34px;
}

.invest .details .contents p {
  font-size: 16px;
  line-height: 20.5px;
  letter-spacing: 0.8px;
  padding-top: 12px;
}
.invest .details .contents p span {
  font-weight: 700;
}
/* invest section end */
.links{
	text-align: left !important;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 20px;
}
.popup p a{
	color: #fff !important;
	padding-bottom: 5px !important;
    border-bottom: 1px solid #fff !important;
}

/* responsive start */
@media (max-width: 1024px) {
  .card_container {
    display: block !important; /* For fallback if JS fails */
  }
}
@media (max-width: 768px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none !important;
  }

  .excellence .heading h1 {
    font-size: 20px;
  }
  .excellence .heading p {
    font-size: 14px;
  }
  .excellence .container {
    gap: 75px;
  }
  .excellence .project_details {
    flex-direction: column;
  }
  .border {
    transform: rotate(90deg);
    height: 140px;
  }
  .card_container .card_box {
    margin: 0 auto;
  }
  .projects_carousel .caption {
    display: block;
    padding: 0px 50px;
  }
  .projects_carousel .caption h5 {
    font-size: 18px !important;
  }
  .projects_carousel .caption p {
    font-size: 14px !important;
  }
  .projects_carousel .caption ul li {
    font-size: 14px !important;
  }
  .invest .details {
    grid-template-columns: 1fr 1fr;
  }
	.projects .heading h1{
		font-size: 20px;
		margin-bottom: 32px;
	}
}

@media (max-width: 480px) {
  .projects_carousel .caption {
    padding: 0px 20px;
  }
  .carousel-item img {
/*     height: 100%; */
    object-fit: cover;
    object-position: 53%;
  }
  .third_img {
    object-position: 67% !important;
  }
  .invest {
    padding: 64px 0px;
  }
  .invest .details {
    grid-template-columns: 1fr;
  }
  .invest .container {
    align-items: start;
    gap: 32px;
    /* padding-left: 20px; */
  }
  .invest .heading h1 {
    font-size: 28px;
  }
  .invest .details .contents {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .invest .details .contents p {
    padding-top: 0px;
	  font-size: 14px;
  }
}

@media (max-width: 392px) {
  .mobile_content .content h1 {
    font-size: 16px;
  }
  .excellence .heading h1 {
    font-size: 16px;
  }
  .excellence .heading p,
  .mobile_content .content p {
    font-size: 12px;
  }
  .card_container .card_img {
    width: 335px;
        height: 380px;
  }
  .card_container .card_body {
    width: 335px;
  }
  .card_body .top h2 {
    font-size: 25px;
  }

  .card_body .top p {
    font-size: 17px;
  }
  .card_body ul li {
    font-size: 14px;
  }
	.projects_carousel .caption h5 {
        font-size: 16px !important;
    }
	.mobile-exc .container .icons p {
    font-size: 12px;
    margin-top: 5px;
}
}

@media (max-width: 380px){
	.card_container .card_img {
        width: 325px;
        height: 366px;
    }
	.card_container .card_body {
        width: 325px;
    }
}

@media (max-width: 360px){
	    .card_container .card_img {
                width: 310px;
        height: 348px;
    }
	.card_container .card_body {
        width: 310px;
    }
}

@media (max-width: 320px) {
  .card_container .card_img {
            width: 275px;
        height: 310px;
  }
  .card_container .card_body {
    width: 275px;
  }
  .card_body .top h2 {
    font-size: 21px;
  }

  .card_body .top p {
    font-size: 15px;
  }
  .card_body ul li {
    font-size: 12px;
  }
  .projects_carousel .caption {
    padding: 0px 10px;
  }
  .second_img {
    object-position: 50% !important;
  }
	.projects_carousel .caption h5 {
        font-size: 13px !important;
    }
	.invest .details .contents p {
        padding-top: 0px;
        font-size: 11px;
    }
	.mobile-exc .container .icons {
    padding: 0px 10px;
}
}
