@font-face {
    font-family: "HSN-Bold";
    src: url(../font/hsn-shahd-bold.ttf);
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: "HSN-Regular";
    src: url(../font/hsn-shahd-regular.ttf);
    font-weight: 400;
    font-style: normal;
}
.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* When element is in view, apply the fade-up effect */
.fade-up.show {
    opacity: 1;
    transform: translateY(0);
}
body{
    font-family: "HSN-Regular";
    background-color: #D6D2CF;
}

h2{
    font-family: "HSN-Bold";
    font-size: 30px;
    color: #fff;
}
h5{
    font-family: "HSN-Regular";
    color: #F2F2F2;
}
p {
    font-size: 20px;
}
html{
    scroll-behavior: smooth;
}
.language .lang{
    font-size: 20px;
}
.header{
    position: absolute;
    width: 100%;
    z-index: 9;
    background-color: #292929;
    color: #fff;
}
.header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 5px 0;
    background-color: #292929;
    -webkit-animation: slideDown 0.35s ease-out !important;
    animation: slideDown 0.35s ease-out !important;
    z-index: 99;
  }
    @keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
  
.header .navbar-nav .nav-link{
    color: #000;
    font-weight: 600;
    font-size: 17px;
    padding: 10px 20px;
    }
.navbar-expand-lg .navbar-collapse{
    justify-content: end;
}
.header .navbar-nav .nav-link.btn-inr:hover{
    color: #fff;
}
header .navbar-brand img{
    height: 65px;
}
.header .navbar-expand-lg .navbar-nav{
    align-items: flex-start;
}
.navbar-toggler-icon{
    background-image: url(../image/web.png);
}
.icon-box{
    background-color: rgb(205 205 205 / 19%);
    box-shadow: rgb(148 143 143) 0px 0px 14px -5px;
    border-image: linear-gradient( -45deg, #f5eddc, #C28769,#2B1712, #C28769 ) 30;
    border-width: 4px;
    border-style: solid;
    align-items: center;
    padding: 15px 12px;
    height: 100%;
    cursor: pointer;
    text-align: Center;

}
header.header .navbar-collapse .navbar-nav .btn-inr, .cta-section .btn.solid {
  background: linear-gradient(135deg, #fffefb, #ecb528);
  box-shadow: 2px 0px 8px 0px #28282849;
  color: #fff;
  border-radius: 30px;
}
header.header .navbar-collapse .navbar-nav .btn-inr:hover, .cta-section .btn.solid:hover{
      background: linear-gradient(
    135deg,
    #e6c87a,
    #c9a44c
  );
}
header.header .navbar-collapse .navbar-nav .btn-inr.btn-animate, .cta-section .btn.solid {
  background: linear-gradient(270deg, #c9a44c, #ecd58f,#c9a44c
  );
  background-size: 400% 400%;
  animation: gradientMove 6s ease infinite;
}

@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.call-box p{
    font-size: 12px;
    color: #000;
}
.call-box{
    align-items: flex-start;
    padding: 9px 20px;
}
.call-box h6{
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

.btn-language{
    display: inline-block;
    padding: 7px 25px;
    font-size: 16px;
    text-align: center;
    border:1px solid #c9a44c;
    box-shadow: 2px 0px 8px 0px #28282849;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
}
.menu-margin{
    margin: 15px;
    display: flex;
}
.call-box img{
    height: 25px;
}
.language-text{
    font-family: 'HSN-Regular';
}
.icon-box p{
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.icon-box img{
    height: 100%;
    max-height:100% ;
}
.icon-b{
    height: 60px;
    width: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 30px;
    margin-right: 15px;

}
.btn-inr{
    display: inline-block;
    padding: 7px 20px;
    color: #F4F0ED;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    opacity: 0.9;
}
.btn-inr-2{
    display: inline-block;
    padding: 7px 20px;
    color: #F4F0ED;
    background: #5E5649;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    opacity: 0.9;
}
.btn-inr:hover{
    opacity: 1;
}
.video-banner {
  position: relative;
  width: 100%;
  height: 650px;
  overflow: hidden;
}

.video-banner video {
  width: 100vw;
  height: 650px;
  max-height: 1080px;
  object-fit: cover; 
}

.video-banner .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
}

.video-banner .content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 0 20px;
}

.video-banner h1 {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  margin-bottom: 1rem;
}

.video-banner p {
  font-size: 1.2rem;
  opacity: 0.9;
  margin-bottom: 2rem;
}

.video-banner .btn {
  padding: 12px 32px;
  background: #ffffff;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.video-banner .btn:hover {
  background: #000;
  color: #fff;
}
@media (max-width: 768px) {
  .video-banner {
    height: 550px;
  }

  .video-banner video {
    height: 550px;
  }
}
.cta-section {
  display: flex;
  justify-content: center;
  padding: 30px 10%;
  position: relative;
  background-color: #130c0f;
  box-shadow: 0 10px 20px #7070706f;
}
.cta-padding{
    padding: 0px 10px;
}
.btn {
  padding: 5px 50px;
  font-size: 16px;
  letter-spacing: 2px;
  cursor: pointer;
}

.btn.outline {
  border: 1px solid #f6db9f;
  background: transparent;
  color: #f6db9f;
  border-radius: 30px;
}

.btn.full {
  width: 100%;
  margin-top: 20px;
}

.overlay-cta {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  opacity: 0;
  pointer-events: none;
  transition: .4s;
}
.popup {
  z-index: 99;  
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 1000px;
  background: #000000aa;
  padding: 40px;
  transform: translate(-50%, -50%) scale(.95);
  opacity: 0;
  pointer-events: none;
  transition: .4s ease;
}

.popup.active {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}
.overlay-cta.active {
  opacity: 1;
  pointer-events: auto;
}

.close {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 26px;
  cursor: pointer;
  color: #fff;
}
.main-image {
  position: relative;
  height: 60vh;
  max-height: 500px;
  overflow: hidden;
}

.main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .4s;
}
.nav-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: rgba(0,0,0,.45);
  color: #fff;
  border: none;
  font-size: 22px;
  cursor: pointer;
}

.prev { right: 15px; }
.next { left: 15px; }

.thumbnails {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  overflow-x: auto;
  direction: rtl;
  justify-content: center;
}

.thumb {
  width: 100%;
  height: 60px;
  object-fit: cover;
  opacity: .5;
  border: 2px solid transparent;
  cursor: pointer;
}

.thumb.active {
  opacity: 1;
  border-color: #fff;
}
/* Mobile tweaks */
@media (max-width: 768px) {
  .main-image {
    height: 45vh;
  }

  .nav {
    width: 38px;
    height: 38px;
  }

  .thumb {
    width: 65px;
    height: 50px;
  }
}
.content{
    background-image: url(../image/bg.jpg);
    background-position: center;
    background-size: cover;
    height: auto;
    color: #D6D2CF;
}
.content-box img{
    width:30%;
}
.content-box{
    padding: 5em;
    text-align: center;
}
h2.mid-sec, .content h2{
    color: #D6D2CF;
}
.mid-amenities {
    color: #707070;
    padding: 5em;
    text-align: center;
}
.mid-amenities h2 {
    color: #707070;
    font-size: 40px;
}
.features-item{
    padding-bottom: 43px;
}
.features-icon img{
    width: 15%;
}
.features {
    padding:5em;
    text-align: center;
    background-image: url(../image/bg-2.jpg);
    background-size: cover;
    background-position: center;
    height: auto;
    color: #D6D2CF;
}
.features h2{
    color:#D6D2CF ;
}
.invest-section{
    text-align: center;
    padding: 5em;
}
.invest-section h2{
    color: #676767;
    padding: 50px;
}
.line::after {
content: "";
  display: inline-block;
  width: 80%;
  height: 1px;
  background-color: #676767;
  margin: 0 auto; 
}
.invest-item{
    padding: 20px;
    text-align: center;
}
.invest-item img{
    width: 20%;
}
span.num-text{
    font-size: 30px;
    margin-left: 20px;
}
.mid-sec p{
    line-height: 28px;
}

.mid-sec-2{
    background-image:  linear-gradient(to left, rgba(0, 0, 0, 0.491), rgba(0, 0, 0, 0.168)), url(../image/dyar-alharam-02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 600px;
    padding: 3em;
    color: #fff;
    text-align: right;
    position: relative;
}
.mid-text-2{
    margin: 0;
    position: absolute;
    width: 40%;
    top: 50%;
    left: 69%;
    transform: translate(-50%, -50%);
}
.mid-sec-3{
    background-image: url(../image/bg-2.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    color:#D6D2CF ;
    text-align: center;
    padding: 4em;
    font-family: "HSN-Bold";
}
.mid-sec-3 h3{
    font-size: 40px;
}
.mid-sec-text-3{
    padding: 25% 0% 0% 0%;
    color: #5D5649;
}
.feat-text h2{
    font-size: 7em;
    color: #C66044;
}

.amenitie-box:hover .inr-text {
    background: #3836366b;
}
/* .pre-box:hover{
    background-color: 2b372a;
}
.pre-box:hover h3{
color: #f1f1f1;
} */
.dtl-box{
    height: 100%;
    background-color: #fff;
    border-left: 4px solid #344740;
    padding: 10px;
    border-radius: 5px;
}

.dtl-box p{
margin: 0;
font-weight: 600;
}
.form-div {
    width: 50%;
}
.form-comnfooter{
    width: 100%;
    border-radius: 14px;
    color: #2D231C;
}
.form-comnfooter .form-control{
    border-bottom-color: #F4F0ED;
    color: #F4F0ED;
}

.form-comnfooter .form-control::placeholder{
    color: #0e0e0ec7;
}
.form-comn {
    padding: 30px 25px;
}
.point_sec .row{margin-top: -60px;}
.point_sec .row .col-md-4 {
    padding: 30px;
}
.form-comnbnr{
background-color: rgb(0 0 0 / 0.4);
border:3px solid #C28769;
}
.form-control:focus{
    box-shadow: none;
}
.form-comn h4{
    font-size: 35px;
    font-weight: 700;
    color:#22372c;
    text-align: center;
}
.form-comn p{
    color: #545454;
    font-weight: 600;
}
.form-comnbnr p{
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}
.frm-box{
    position: relative;
    margin-top: 15px;
}

.form-comn .btn-inr{
    display: block;
    width: 100%;
    margin-top: 15px;
    background-color: #14080A;
    color: #fff;
    border: 0;
    font-size: 20px;
    padding: 10px;

}
.form-comn .form-control{
    border: none;
    border-bottom:1px solid #2d231c56;
    background-color: transparent;
    color: #2D231C;
    padding: 19px;
    font-size: 20px;
    border-radius: 0;
}

.iti--separate-dial-code .iti__selected-dial-code{
    color:#a2a2a2;
}
.iti__arrow--up{
    border-color: #a2a2a2;
}

.form-comnmodal{
padding: 40px 40px;
border: none;
}
.form-modal .modal-dialog {
max-width: 600px;
}
.form-comnmodal .form-control::placeholder{
    color: #9ca3af;
}
form > div > input:invalid:not(:focus):not(:placeholder-shown) ~ .error {
	display: block;
	color: red;
}
.label-form-header{
    color: #fff;
}
label.error{
    display: block;
	color: red;
}
/* .bnr-p{
    display: inline-block;
    background: #f1f8e938;
    padding: 0px 5px
} */
.frm-box .iti{
    display: block;
}
.btn-close{
    position: absolute;
    right: 10px;
    top: 10px;

}
.btn-close:hover{
    color: #2b372a;
}

body.thankyou_page{
    text-align: center;
    padding: 5%;
}

.about-sec img{
    width: 100%
}
.dev-container{
    padding: 5px;
    border-radius: 20px;
}
.mid-bg{
    background-image: url(../image/al-awaly-tower-01.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    width: 100%;
    height: 650px;
    position: relative;

}

.map-sec {
    background-image: url(../image/map.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 750px;
}
.map-text{
    font-size: 20px;
    padding: 50px;
    text-align: center;
}
.project-amenities{
    padding-top: 3rem;
}

.footer{
    background-color:#292929;
    padding: 20px;
    color: #fff;
    direction: ltr;
    text-align: center;
}
.footer .social{
    padding: 15px;
}
.rega-permit p{
    font-size: 15px;
}
.social {
   list-style-type:none;
   text-align: center;
}
.social li{
    padding: 10px;
}
.footer .social a {
    padding: 3px 0;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    padding: 15px;
}
.footer .social a i {
    font-size: 15px;
    margin-right: 5px;
}
.privacy-policy{
    text-decoration: none;
    color: #fff;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container{
    left: auto;
    right: 0;
}
.btn-close{
    left: 10px;
    right: inherit;
}

.icon-b{
    margin-left: 15px;
    margin-right: inherit;
}
.dtl-box{
    border-left: inherit;
    border-right: 4px solid #90C14D;
}
.phone-tr{
    display: flex;
    align-items: center;
    direction: ltr;
    flex-direction: row-reverse;
}
.phone-tr .fa{
    margin-left: 4px;
}
input#mobile_code{
    direction: rtl;
    padding-right: 96px;
}
.iti__selected-flag {
    direction: ltr;
}
.call-box h6{
    direction: ltr;
}
.phone-tr span{
    direction: ltr;
}
input#phone1, input#phone2, input#phone{
    padding-right: 94px;
}
.feat-text h2{
    font-size: 8em;
    color: #C66044;
}
.banner-slider {
  width: 100%;
  height: 80vh;
}

/* Slide */
.slide {
  position: relative;
  height: 80vh;
  background-size: cover;
  background-position: center;
}


/* Text Overlay */
.overlay {
  position: absolute;
  bottom: 12%;
  left: 8%;
  color: #fff;
  z-index: 2;
  max-width: 600px;
}

.overlay h1 {
  font-size: 3.5rem;
  font-weight: 600;
  letter-spacing: -1px;
}

.overlay p {
  font-size: 1.1rem;
  opacity: 0.85;
  margin-top: 10px;
}

/* Owl Nav */
.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.owl-nav button {
  pointer-events: auto;
  width: 55px;
  height: 55px;
  background: rgba(255,255,255,0.15) !important;
  border-radius: 50%;
  backdrop-filter: blur(6px);
  color: #fff !important;
  font-size: 28px !important;
  transition: 0.3s ease;
}

.owl-nav button:hover {
  background: rgba(255,255,255,0.3) !important;
}

/* Position arrows */
.owl-prev {
  margin-left: 25px;
}

.owl-next {
  margin-right: 25px;
}

/* Dots */
.owl-dots {
  position: absolute;
  bottom: 25px;
  width: 100%;
  text-align: center;
}

.owl-dot span {
  background: rgba(255,255,255,0.4) !important;
}

.owl-dot.active span {
  background: #fff !important;
}
/* RTL arrow positioning */
[dir="rtl"] .owl-prev {
  margin-right: 25px;
  margin-left: 0;
}

[dir="rtl"] .owl-next {
  margin-left: 25px;
  margin-right: 0;
}

.owl-item.active .overlay {
  animation: textFadeUp 1.2s ease forwards;
}

@keyframes textFadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* Responsive */
@media (max-width: 768px) {
  .overlay h1 {
    font-size: 2.2rem;
  }

  .overlay {
    left: 6%;
    bottom: 15%;
  }

  .owl-nav button {
    width: 45px;
    height: 45px;
    font-size: 22px !important;
  }
}
.banner-section {
  min-height: 70vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.58) 100%);
}
@media (max-width: 768px) {
  .banner-section {
    min-height: 55vh;
  }

  .banner-content h2 {
    font-size: 2rem;
  }
}
.map-section {
  min-height: 90vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}


@media(max-width:991px){
    .form-comn{
        padding: 20px;
        width: 100%;
    }
    .form-div{
        padding-top: 26px;
        padding-bottom: 26px;
    }
    .branch-flag{
        width: 80px;
    }
    .banner_sec h1{
        font-size: 2rem;
    }
    .banner_sec p, .btn-inr{
        font-size: 14px;
    }
    .uae-flag{
        padding-top:20px;
    }
    .banner_sec h3{
        font-size: 18px;
    }
    .banner_sec{
        height: auto;
    }
    .header .navbar-nav .nav-link.btn-inr{
        display: inline;
    }
    header .navbar-brand img{
        height: 65px;
        padding-right: 25px;
    }
    .point_sec .col-md-4{
        margin-bottom: 15px;
    }
    .mid-sec{
        padding: 0;
    }
    .about-sec{
        padding: 1rem;
    }
    .dev-sec{
        padding: 0;
    }
    .about-mada{
        padding-top:0;
    }
    #plan .col-md-4{
        margin-bottom: 15px;
    }
    .pre-box h5{
        font-size: 15px;
    }
    .content-box .col-lg-6{
        margin-bottom: 10px;
    }
    .amenitie-box{
        height: 170px;
    }
    .payment-plan-bg{
        padding: 1rem;
    }
    .footer-container{
        flex-direction: column-reverse;
    }

}
@media(max-width: 767px) {
	.contact-info-link{padding-bottom: 15px;}
	.point_sec .row .col-md-4 {
    padding-bottom: 0px;
	margin-bottom:0;
}
.banner-slider{
    height: 60%;
}
.content-box{
    padding: 0em;
}
h2, h3 {
    font-size: 27px;
}
h4{
    font-size: 15px;
}
.map-sec img {
    width: 100%;
}
.box-features{
    padding: 10px;
}
.mid-amenities h2{
    font-size: 30px;
}
.mid-sec-3 h3{
    font-size: 32px;
}
.navbar-nav{
    padding-bottom: 20px;
}
    .inr-text h4{
        font-size: 16px;
    }
    .amenitie-box{
        height: 150px;
    }
    .hdng-sub{
        font-size: 25px;
    }
    .pre-box h3{
        font-size:45px;
    }
    .payment-plan{
        width: 50%;
    }
    .developer-row{
        flex-direction: column-reverse;
     }
     .footer{
        text-align: center;
    }
    .copyright {
        padding: 10px;
    }
    .footer .social a i {
        vertical-align: middle;
    }
    .footer .social a {
        padding: 10px;
        
    }
    .content img{
        width: 100%;
    }

    .mid-sec img{
        width: 100%;
    }
    .mid-amenities{
        padding: 3rem;
    }
    .about-mada{
        padding-top: 40px;
    }
    .content{
        padding: 10%;
    }
    .mid-sec .align-items-center{
        flex-direction: column-reverse;
    }
    .mid-sec-text-3{
        text-align: center;
        color: #F4F0ED;
        font-size:28px;
    }
    .project-logo {
        text-align: center;
    }
    .project-logo img{
        width:80%;
        padding-top: 25%;
    }
    .qr-code img{
    width: 50%;
}
.form-div{
    padding: 38px;
    width: 100%;
}
.offices {
flex-direction: column;
align-items: flex-start;
flex-direction: column-reverse;
}
.office-footer .row.align-items-center.justify-content-center{
    flex-direction: column-reverse;
}

.office-block {
width: 100%;
justify-content: flex-start;
flex-direction: column-reverse;
}
.office-details{
    text-align: center;
}
.store-buttons{
    display: grid;
}

label{
    font-size: 15px;
}
.map-sec{
    height: 550px;
    background-position: 35%;
}
.mid-sec-2{
    padding: 2em;
}
.mid-amenities{
    background-size: auto;
}
.footer .row {
    flex-direction: column-reverse;
}
.grid-container{
    display: block;
}
.grid-text{
    margin: 0;
}
section.mid-sec.content{
    padding-bottom: 0;
}
section.content.content-2{
    padding-top: 0;
}
.amenities-item{
    width: 50%;
}
.amenities-icon img{
    width: 35%;
}
.line::after{
    display: none;
}
.invest-section h2{
    padding: 0px;
}
.invest-section{
    padding: 3em;
}
.map-section{
    min-height: 50vh;
}
.features{
    padding: 3em;
}
.invest-section .row{ 
    justify-content: center;
}
.invest-item{
    width: 50%;
    text-align: center;
}
span.num-text{
    display: block;
    text-align: center;
}
.invest-item img{
    width: 50%;
}
}