@font-face {
  font-family: 'AGaramondPro';
  src: url('../fonts/AGaramondPro-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'AGaramondPro', 'Times New Roman', Times;

}

.lang-ar{
     font-family: "Almarai", serif !important;
}

.hero-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/* Top Navigation */
.top-nav {
  position: absolute;
  top: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  z-index: 10;
}
.lang-btn{
  background-color: transparent !important;
}
.menu-btn {
  font-size: 30px;
  color: white;
  cursor: pointer;
}

.right-section {
  display: flex;
  align-items: center;
  color: white;
}

.language-selector {
  margin-right: 10px;
  cursor: pointer;
}

.top-logo {
  /* height: 30px; */
  min-width: 80px;
  max-width: 80px;

}

/* Content */
.content {
  position: relative;
  z-index: 2;
  margin-top: rem;
}

.logo {
  max-width: 320px;
  min-width: 320px;
  margin-bottom: 20px;
}

.content h1 {
  font-size: 80px;
  line-height: 101px;
  text-align: center;
  font-weight: 400;
  letter-spacing: .1rem;
  color: #fff;
  margin-top: 2rem;
}

.content p{
  font-size: 25px;
  line-height: 31px;
  text-align: center;
  font-weight: 400;
  letter-spacing: .1rem;
  color: #fff;
}
.btn-outline-light {
  font-size: 1.2rem;
  height: 60px;
  min-width: 120px;
  letter-spacing: .3rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  color: #252525;
  background-color: #fff;
  padding-inline: 1.5rem;
  padding-top: 1rem;
}

@keyframes moveUpDown {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 10px; /* Adjust the distance */
  }
  100% {
    bottom: 20px;
  }
}
/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  background-color: #272525;
  padding: 20px;
  transition: 0.3s;
  z-index: 1000;
}

.sidebar.show {
  left: 0;
}

.sidebar a {
  text-align: left;
  font-size: 35px;
  line-height: 80px;
  font-style: italic;
  cursor: pointer;
  text-decoration: none;
  font-weight: 400;
  color: #eadecc;
}

.close-btn {
  font-size: 24px;
  cursor: pointer;
  color: white;
  display: block;
  margin-bottom: 20px;
}

/* Scroll Down Arrow */
.down-arrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  color: white;
  cursor: pointer;
  animation: moveUpDown 2s infinite;
}


/* Fullscreen Hero Section */
/* explore_the_exclusive */
.explore_the_exclusive {
  background-image: url('../image/page_background.webp');
  padding-block: 7.5rem;
}

.explore_the_exclusive .THE_RESIDENCES {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: .2rem;
  /* text-align: center; */
  color: #272525;
  padding-bottom: 2rem;
}

.explore_the_exclusive .make_the_legend {
  font-size: 60px;
  line-height: 76px;
  font-weight: 400;
  text-align: left;
}

.explore_the_exclusive .your_home {
  font-size: 60px;
  line-height: 76px;
  font-weight: 400;
  text-align: left;
  font-style: italic;
}

.explore_the_exclusive .left-text {
  font-size: 24px !important;
  line-height: 32px;
  text-align: left;
  font-weight: 400;
  color: #272525;
}

/* swiper */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* a_legacy section */
.a_legacy {
  background: #272525;
  padding-block: 7.5rem;
}

.a_legacy .a_legacy_of {
  font-size: 60px;
  line-height: 76px;
  font-weight: 400;
  text-align: left;
  color: #fff;

}

.a_legacy .excellence {
  font-size: 60px;
  line-height: 76px;
  font-weight: 400;
  text-align: left;
  font-style: italic;
  color: #fff;

}

.a_legacy .left-text {
  font-size: 24px !important;
  line-height: 32px;
  text-align: left;
  font-weight: 400;
  color: #fff;

}


/* second_slider */

.second_slider img {
  height: 500px !important;
  width: 100% !important;

}

.second_slider .swiper-wrapper {
  background-color: linear-gradient(0deg, rgba(14, 17, 17, .5), rgba(14, 17, 17, 0));

}

.slider-container {
  position: relative;
}

.second_slider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 17, 17, .4);
  z-index: 2;
}

.text-left {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  z-index: 3;
  color: white;
}

.second_slider h2 {
  font-size: 60px;
  line-height: 76px;
  /* font-weight: 300; */
  text-align: left;
  margin-left: 5rem;
}

.second_slider .style_one {
  display: flex;
  flex-direction: column;
}

.second_slider .residences {
  font-style: italic;

}

.second_slider .style_two {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.second_slider .style_two p {
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  grid-column: 1 / span 4;
  margin-left: 5rem;

}

/* scroll image */
.scroll_image {
  background-image: url('../image/excellence_slide_1.webp');
  /* replace with your image path */
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  height: 100vh;
  /* Adjust height as needed */
  color: white;
  /* Adjust text color to contrast with the background image */
  padding: 50px;
  /* Adjust padding as needed */
}

/* interiors */
.interiors {
  background-image: url('../image/distinction_banner.webp');
  /* replace with your image path */
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 80vh;
  /* Adjust height as needed */
  color: white;
  /* Adjust text color to contrast with the background image */
  padding: 80px;
  /* Adjust padding as needed */
}

.interiors .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 17, 17, .4);
  z-index: 99;
}

.interiors_text {
  z-index: 999;
  position: absolute;
}

.interiors .interiors_text_1 {
  grid-row-gap: 2.75rem;
}

.interiors .interiors_text_1 p {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: .2rem;
  text-align: left;
  color: #eadecc;
}

.interiors .interiors_text_2 h2 {
  font-size: 50px;
  line-height: 76px;
  font-weight: 400;
  text-align: left;
}

.interiors .interiors_text_3 p {
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  grid-column: 1 / span 4;
}

.interiors .interiors_text_3 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}


/* Services */
.nav-tabs .nav-link {
  font-size: 1.2rem;
  color: #272525;
  border: none;
  background: transparent;
  padding: 12px 20px;

}

.nav-tabs {
  display: flex;
  border-color: #fff;
}

#serviceTabs {
  gap: 15rem;

}

#serviceTabs1 {
  gap: 3rem;

}

.nav-tabs .nav-link.active {
  background-color: #272525;
  color: white;
  /* border-radius: 5px; */
  padding-left: 5rem;
  padding-right: 5rem;
}

.text-content {
  background: #f5f2ed;
  padding: 40px;
  border-radius: 10px;
}

.img-fluid {
  border-radius: 10px;
}


.first_tab_right {
  background-image: url('../image/tab_content_bg.webp');
  display: flex;
  flex-direction: column;
  padding: 2rem;
}

.first_tab_right h2 {
  font-size: 60px;
  line-height: 76px;
  font-weight: 400;
  text-align: left;
}

.first_tab_right h2 span:last-child {
  font-style: italic;

}

.first_tab_right p {
  font-size: 24px;
  line-height: 32px;
  grid-column: 1 / span 7;
  text-align: left;
  padding-bottom: 2rem;
}

.first_tab_right h3 {
  font-size: 15px;
  line-height: 19px;
  list-style: 12px;
  font-weight: 400;
  letter-spacing: .2rem;
  color: #272525;
}

.first_tab_right li {
  font-size: 15px;
  line-height: 22px;
  position: relative;
  padding-left: 1rem;
  color: #272525;
  font-weight: 400;
}

.first_tab_left {
  margin: 0;
  padding: 0;
  /* background-image: url('../image/tab_aminity.webp'); */
  /* height: 100%; */
  /* width: 100%; */
}

.form {
  background-image: url('../image/register_background.webp');
}

.form-container {
  border-radius: 10px;
  margin: auto;
}

.form-title {
  letter-spacing: .4rem;
  font-size: 25px;
  line-height: 31px;
  /* max-width: 80%; */
  font-weight: 400;
  /* text-align: center; */
  color: #272525;
  padding-top: 3rem;
}

.form-control {
  border: none;
  border-bottom: 1px solid #000;
  /* Bottom border only */
  border-radius: 0;
  background-color: transparent;
  padding-left: 0;
  box-shadow: none;
}

.form-control:focus {
  border-bottom: 2px solid #000;
  outline: none;
  box-shadow: none;
}

.custom-checkbox {
  display: flex;
  align-items: center;
}

.custom-checkbox input {
  margin-right: 8px;
}

.phone-input {
  display: flex;
  align-items: center;
  /* border-bottom: 1px solid #000; */
  padding-bottom: 5px;
}

.flag-icon {
  margin-right: 8px;
  font-size: 20px;
}

.checkbox-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.btn-submit {
  height: 60px;
  border: 0;
  text-transform: uppercase;
  font-family: Adobe-Garamond !important;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
  color: #eadecc;
  background-color: #272525;
  padding-inline: 1.5rem;
  letter-spacing: .3rem;
  min-width: 120px;

}

.btn-submit-1 {
  justify-content: center !important;
  -moz-align-items: center;
  align-items: center !important;

}



.footer {
  background-color: #272525;
  color: #d4b28c;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 50px;
}

.footer-logo img {
  min-width: 145px;
  max-width: 145px;
  /* Adjust as needed */
}

.footer-main {
  grid-row-gap: .5rem;
  flex: 1 1 auto;

}

.footer-logo-aldar img {
  min-width: 80px;
  max-width: 80px;
}

.footer-links {
  column-gap: 6rem;
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  grid-row-gap: 1rem;
}

.footer-links li {
  text-decoration: none;
  font-size: 16px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
}

.footer-links a {
  color: #eadecc;
  cursor: pointer;
  text-transform: uppercase;
  background-color: transparent;
  text-decoration: none;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: .1rem;
  font-weight: 400;
}

.footer-links a:hover {
  text-decoration: underline;
}


.modal-content{
  background-image: url('../image/register_background.webp');
  margin-top: 4rem;
}
.modal-content .btn-primary{
  border: 0;
  text-transform: uppercase;
  font-family: Adobe-Garamond !important;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
  color: #eadecc;
  background-color: #272525;
  padding-inline: 1.5rem;
  letter-spacing: .3rem;
  min-width: 120px;
}
.modal-content .form-control:focus{
  background-color: transparent;
}
.modal-body{
  padding-top:0 !important;
}


/* Default styles for all devices */
body {
  font-size: 16px;
  background-color: white;
}



/* Mobile Styles: Apply when screen width is 768px or smaller */
@media (max-width: 768px) {
 .content .logo{
     max-width: 220px !important;
    min-width: 220px !important;
 }
 .content h1{
     font-size:50px !important;
      line-height: 70px !important;
 }
 .btn-outline-light{
       padding-bottom: 1rem !important;
       height: 80px !important;

 }
 .content{
     padding-right:.5rem !important;
     padding-left:.5rem !important;
 }
 .img_amenitie{
     width:100% !important;
 }
 .footer{
     display:grid !important;
 }
 .interiors{
     padding:0 !important;
 }
 .explore_the_exclusive .left-text{
     text-align:center !important;
 }
 .explore_the_exclusive .THE_RESIDENCES{
    text-align:center !important; 
 }
 .explore_the_exclusive .make_the_legend{
     text-align:center !important; 
 }
 .explore_the_exclusive .your_home{
     text-align:center !important; 
 }
 .a_legacy .a_legacy_of{
     text-align:center !important; 
 }
 .a_legacy .excellence{
     text-align:center !important; 
 }
 .a_legacy .left-text{
    text-align:center !important;  
 }
 #serviceTabs{
     gap:0 !important;
 }
 .nav-tabs .nav-link.active{
     padding-left:.5rem !important;
     padding-right:.5rem !important;
 }
 #serviceTabs1{
      gap:0 !important;
 }
 .first_tab_right h2{
     text-align:center !important; 
 }
 .first_tab_right p{
     text-align:center !important; 
 }
 .scroll_image{
     display:none !important;
 }
 .Services {
     padding-top: 0 !important;
     padding-bottom: 0 !important;
 }
}
