#single-project-title h1 {
  font-size: 48px;
  color: rgb(250, 250, 250);
  font-family: "Raleway", sans-serif;
  /* font-family: 'Roboto Condensed', sans-serif; */
  text-align: center;
}

#single-project-title h1 span {
  font-size: 48;
  color: rgb(0, 129, 199);
  text-align: center;
}

.project-details-container {
  /* border: 1px solid red; */
  background-color: rgb(41, 41, 41);
  padding: 10px;
  border-radius: 5px;
}

#project-details .col-lg-6 .inside-container {
  height: 20vh;
  background-color: red;
  padding: 10px;
  margin: 10px;
  border-radius: 10px;
}

.project-title-container h1 {
  font-family: "Raleway", sans-serif;
  font-size: 2rem;
  color: rgb(255, 255, 255);
  /* border: 3px solid rgb(51, 51, 51);; */
}

.project-title-container h1 span {
  font-size: 2rem;
  color: rgb(255, 0, 0);
  /* background-color: rgb(51, 51, 51); */
  /* padding: 0px 20px; */
  /* border-radius: 10px; */
}

.project-title-container hr {
  border: 2px solid red;
  opacity: 1;
  width: 50px;
}

.ftco-services-2 .services {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 0;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.8);
  background: #040e26;
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .ftco-services-2 .services {
    padding: 20px;
  }
}

.ftco-services-2 .services:before {
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  content: "";
  width: 50%;
  background: rgba(255, 255, 255, 0.1);
  z-index: -1;
  -webkit-transform: matrix(1.3, 0, -0.3, 1, 0, 0);
  -ms-transform: matrix(1.3, 0, -0.3, 1, 0, 0);
  transform: matrix(1.3, 0, -0.3, 1, 0, 0);
}

.ftco-services-2 .services.services-2 {
  background: rgb(0, 129, 199);
  margin: 10px;
  border-radius: 5px;
}

.ftco-services-2 .services.services-1 {
  /* background: #fc5e28; */
  margin: 10px;
  border-radius: 5px;
}

.ftco-services-2 .services.services-2 .icon {
  background: #040e26;
}

/* @media (min-width: 992px) {
    .ftco-services-2 .services {
      margin-top: -70px;
    }
  } */

.ftco-services-2 .services .icon {
  line-height: 1.3;
  position: relative;
  margin-bottom: 20px;
  width: 80px;
  height: 80px;
  z-index: 1;
  margin-bottom: 20px;
  background: rgb(0, 129, 199);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.ftco-services-2 .services .icon span {
  font-size: 50px;
  color: #fff;
}

@media (max-width: 767.98px) {
  .ftco-services-2 .services .icon {
    width: 50px;
    height: 50px;
  }

  .ftco-services-2 .services .icon span {
    font-size: 40px;
  }
}

.ftco-services-2 .services .media-body {
  width: calc(100% - 80px);
}

.ftco-services-2 .services .media-body h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Raleway", Arial, sans-serif;
  color: #fff;
}

@media (max-width: 767.98px) {
  .ftco-services-2 .services .media-body {
    width: calc(100% - 50px);
  }
}

#back-overlay {
  /* background-image: url("./back.jpg"); */
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.Project-heading {
  color: white;
  font-weight: 500;
  font-size: 30px;
}

.Project-heading span {
  color: #fc5e28;
  font-weight: 500;
  font-size: 50px;
}

.Project-location {
  color: white;
  font-weight: 500;
  font-size: 20px;
}
.Project-container {
  background-color: #151515;
}
.Project-container .Project-title {
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 8px;
  /* border: 0.5px solid black; */
  color: white;
  /* font-family: 'Roboto Condensed', sans-serif; */
}

.Project-container .Project-title span {
  font-size: 23px;
  background-color: rgb(0, 129, 199);
  color: white;
  padding: 2px 3px;
  font-weight: 400;
  letter-spacing: 8px;
}

#exTab1 .tab-content {
  color: white;
  background-color: #428bca;
  padding: 5px 15px;
}

#exTab2 h3 {
  color: white;
  background-color: #428bca;
  padding: 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content {
  color: white;
  /* background-color: #428bca; */
  padding: 20px 15px;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  display: flex;
  flex-direction: column;
  padding: 20px 10px;
}

.nav-pills a {
  padding: 10px 20px;
  margin: 3px 0px;
  color: white;
  /* border-bottom: 2px solid white; */
  border-radius: 10px;
  text-decoration: none;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills li {
  margin: 20px 20px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content .tab-pane h3 {
  color: rgb(255, 255, 255);
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

#project-details {
  margin-top: 3rem;
  margin-bottom: 4rem;
}

@media (max-width: 600px) {
  #project-details {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

#back-overlay {
  /* background-image: url("./project-back.jpg"); */
  width: 100%;
  background-color: #181818;
  /* background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; */
}

.project-box-title {
  font-family: "Raleway", sans-serif;
  color: rgb(131, 131, 131);
  font-weight: 500;
  font-size: 40px;
}

.project-box-title span {
  color: rgb(0, 129, 199);
  font-weight: 600;
}

.contact-container {
  background-color: white;
  padding: 20px 20px;
}

.download-btn {
  background-color: rgb(0, 129, 199);
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 3px;
  color: white;
}

.border-related {
  border-right: 1px solid gray;
}
.project-contact-icon {
  text-align: center;
}
.project-contact-icon i {
  color: white;
  font-size: 1.6rem;
  background-color: black;
  padding: 20px 20px;
  border-radius: 50%;
  transition: 0.5s;
}

#project-detail-box:hover .project-box-title {
  color: white;
  transition: 0.5s;
}

.Ameneties-card {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Ameneties-card:hover span {
  background-color: black;
  color: white;
  transition: 0.5s;
}

.Ameneties-card img {
  border-radius: 3px;
}

.Ameneties-card span {
  position: absolute;
  margin: auto;
  /* width: 100%; */
  text-align: center;
  background-color: rgb(0, 129, 199);
  padding: 6px 40px;
  color: white;
  font-weight: 500;
  transition: 0.5s;
}

@media (min-width: 1200px) {
  .projectImageSlider {
    height: 100vh;
  }
}

.swiper-slide {
  /* display: flex; Ensures the content is centered */
  /* justify-content: center; Centers the image */
  /* align-items: center; Centers the image vertically */
}
.swiper-slide img {
  /* display: block; */
  width: 100% !important;
  height: 100%;
  /* height: auto; */
  /* object-fit: cover; */

  /* object-fit: contain ; */
  aspect-ratio: 3/2 !important;
}

#fullScreenImg {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.fullScreenContent {
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.closeBtn {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #f1f1f1;
  font-size: 30px;
  font-weight: bold;
  transition: 0.3s;
  z-index: 1000;
}

.amenities-slide-next,
.amenities-slide-prev {
  cursor: pointer;
  /* position: fixed; */
  /* top: 50%; */

  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  z-index: 1000;
}
.amenities-row {
  display: flex;
  justify-content: space-between;
}
.info-slide {
  color: white;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column;
}
.infoSlideIconContainer {
  width: 100px;
  /* object-fit: cover; */
  /* aspect-ratio: 3/2; */
  /* border-radius: 50%; */
  /* padding: 10px; */
}
.info-slide img {
  object-fit: contain !important;
  width: 100%;
}
.info-slide p {
  margin: 10px;
}
.prev {
  left: 15px;
}

.next {
  right: 15px;
}

@media (max-width: 768px) {
  .prev,
  .next {
    font-size: 16px;
  }

  .closeBtn {
    font-size: 24px;
  }
  .border-related {
    border: none;
  }
}

.gallery-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #000000;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  /* width: 80%; */
  margin: 0 auto;
  padding: 10px;
}

.gallery-item {
  flex-basis: 32.7%;
  margin-bottom: 6px;
  opacity: 0.85;
  cursor: pointer;
}

.gallery-item:hover {
  opacity: 1;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-item video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-content {
  font-size: 0.8em;
}

.lightbox {
  position: fixed;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  overflow: auto;
  top: 0;
  left: 0;
}

.lightbox-content {
  position: relative;
  width: 58%;
  margin: 6% auto;
}

.lightbox-content img {
  border-radius: 7px;
  box-shadow: 0 0 3px 0 rgba(225, 225, 225, 0.25);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lightbox-prev,
.lightbox-next {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 7px;
  top: 45%;
  cursor: pointer;
}

.lightbox-prev {
  left: 0;
}

.lightbox-next {
  right: 0;
}

.lightbox-prev:hover,
.lightbox-next:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .gallery-container {
    width: 100%;
  }

  .gallery-item {
    flex-basis: 49.8%;
    margin-bottom: 3px;
  }

  .lightbox-content {
    width: 80%;
    /* height: 60%; */
    margin: 50% auto;
  }

  .gallery-heading {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .gallery-item {
    /* flex-basis: 100%; */
    margin-bottom: 1px;
  }

  .lightbox-content {
    width: 90%;
    height: auto;
    margin: 32% auto;
  }
}

.MapContainer {
  padding: 10px 0;
  height: 400px;
}

.amenities-buttons {
  display: flex;
  justify-content: center;
}
.amenities-rows .col-lg-4 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-swiper {
  /* padding: 0 100px !important; */
  height: 100%;
  display: flex;
  justify-content: center;
}
/* @media (max-width: 576px) {
  .info-slide {
    width: 80% !important;
  }
  .info-swiper{
    width: 100% !important;
  }
} */
@media (max-width: 992px) {
  .amenities-row {
    flex-direction: column-reverse;
    padding: 10px;
  }
  .image-swiper {
    margin: 10px 0;
  }
}
/* Mobile Styles for Swipers */
@media (max-width: 576px) {
  .col-lg-12{
    width: 100%;
  }
  .amenities-row {
    display: flex;
    flex-direction: column-reverse; /* Stack sliders vertically */
    align-items: center; /* Center align sliders */
  }

  /* Info slider adjustments */
  .info-swiper {
    width: 100%; /* Full width for mobile */
  }

  .info-slide {
    width: 100% !important; /* Ensure the slides take full width */
    font-size: 14px; /* Adjust font size for readability on small screens */
    text-align: center; /* Center text */
  }

  /* Image slider adjustments */
  .amenities-slide {
    width: 100% !important; /* Full width for the image slider */
    margin-top: 20px; /* Add spacing between the sliders */
  }
  .projectImageSlider {
    height: 30vh;
  }
  .projectImageSlider video{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* Navigation buttons for Swipers */
  .amenities-buttons {
    display: flex;
    /* justify-content: space-between; */
    width: 80%;
  }

  .swiper-button-prev,
  .swiper-button-next {
    color: #000; /* Adjust the button colors */
    font-size: 18px; /* Increase button size for better interaction */
  }

  .projectImageSlider-button-next::after,
  .projectImageSlider-button-prev::after {
    color: #fff;
    content: "prev";
    background: #414141;
    padding: 18px;
    border-radius: 5px;
    margin-bottom: 300px;
  }

  .projectImageSlider-button-next,
  .projectImageSlider-button-prev {
    position: absolute;
    margin-bottom: 300px !important ;
  }
}
.projectImageSlider-bottom {
  /* position: absolute; */
  /* bottom: 2%; */
  width: 100%;
  border-radius: 8px;
  background-color: transparent;
  /* max-width: 600px; */
  z-index: 1;
  padding: 0px 35px;
  right: 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.projectImageSlider-button-next::after,
.projectImageSlider-button-prev::after {
  color: #fff;
  content: "prev";
  background: #414141;
  padding: 18px;
  border-radius: 5px;
  /* margin-bottom: 300px; */
}

.amenities-buttons #amenPrev,
#amenNext {
  font-family: Swiper-icons;
  padding: 15px 15px;
  /* background-color: white; */
  border-radius: 3px;
}

#amenPrev::after,
#amenNext::after {
  font-size: 16px;
  /* color: black; */
  color: #007bff;
}
