.forth-section {
  /* min-height: 55rem; */
  background-color: #efefef;
  position: relative;
  color: #000;
  margin-bottom: 50rem;
}

.flex-forth-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  width: 100%;
  /* transform: translateY(-65%); */
  top: -56rem;
  /* margin-bottom: 6.4rem; */
}

.forth-section-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 3.2rem;
  max-width: 180rem;
}

.container_sliders {
  max-width: 160rem;
  width: 100%;
  /* padding: 40px 0; */
  overflow: hidden;
  height: 72rem;
}

.slide-container {
  margin: 0 2.4rem;
  overflow: hidden;
  height: 100%;
}

.card-slider {
  /* border-radius: 8px; */
  transition: all 0.3s;
  height: 100%;
}

.card-slider .shadow {
  box-shadow: 0px 0px 2.4rem rgba(0, 0, 0, 0.2);
  transform: scale(0.92);
  /* border-radius: 8px; */
  /* background-color: #fff; */
}

.shadow:hover {
  transform: scale(0.94);
}
.shadow {
  border-radius: 0.8rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
  overflow: hidden;
}
.card-slider {
  height: 67.5rem;
  margin: 0;
  /* padding: 10px; */
}
.card-slider .image-box {
  height: 50%;
  /* background: url(../PICTURES/villa-house-chair-interior-view-home-1210556-pxhere.com.webp); */
  background-size: cover;
  background-position: center;
  width: 100%;
  border-bottom-left-radius: 1.8rem;
  border-bottom-right-radius: 1.8rem;
}

.white-cube1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1.8rem;
  background-color: #fff;
  z-index: -10;
}

.IMG1 {
  /* background: url(../BackgroundPicturesResized/PicturesOfApartments/Apartment1.webp); */
  background-size: cover;
  background-position: center;
  position: relative;
}
.IMG2 {
  background: url(../BackgroundPicturesResized/PicturesOfApartments/Apartment2.jpeg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.IMG3 {
  background: url(../BackgroundPicturesResized/PicturesOfApartments/Apartment3.webp);
  background-size: cover;
  background-position: center;
  position: relative;
}
.IMG4 {
  background: url(../BackgroundPicturesResized/PicturesOfApartments/Apartment4V2.webp);
  background-size: cover;
  background-position: center;
  position: relative;
}
.IMG6 {
  background: url(../BackgroundPicturesResized/PicturesOfApartments/Apartment6.webp);
  background-size: cover;
  background-position: center;
  position: relative;
}

.card-slider .image-box {
  width: 100%;
  /* margin-bottom: 1.4rem; */
}

.card-slider .profile-details {
  display: flex;
  align-items: center;
  column-gap: 1.2rem;
  background-color: #fff;
}

.profile-details {
  height: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.4rem;
  padding-top: 4.8rem;
}

.card-slider .profile-details .job {
  font-size: 2rem;
  font-weight: 400;
  /* color: #4d4d4d; */
}

.swiper-navBtn {
  color: #000;
  height: 4.8rem;
  width: 4.8rem;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.5);
  transform: translateY(-50%);
}

.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 2.4rem;
  text-align: center;
}

.swiper-pagination-bullet {
  background-color: #000;
  margin-top: 3.2rem;
  padding: 0.8rem;
}

@media (width: 768px) {
  .swiper-navBtn {
  }
}

.name-job {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.name-job .name {
  font-size: 2.4rem;
  margin-bottom: 0.8rem;
}

.name-job .job {
  line-height: 1.6;
  margin-bottom: 1.6rem;
}

.link-btns2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
}

.link-btns2 a {
  display: block;
  border: none;
  background: none;
  cursor: pointer;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 500;
  color: white;
  background-color: #000;
  padding: 1.8rem 2.4rem;
  margin: 1.8rem 0;
  transition: all 0.3s;
  border-radius: 0.6rem;
}

.link-btns2 a:hover {
  transform: scale(1.1);
}
