* {
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #f8f8f8;
    overflow-x: hidden;
}


/* GAME STATRRTTT */


.subjudul {
  font-weight: bold;
  color: #0091fa;
  margin-left: 14px;
}

/* Cari kost */
.kost-atas {
  margin-top: 27px;
}
.img-card {
  width: 100%; /* Full width */
  aspect-ratio: 16 / 11; /* Sama dengan 220x154 */
  object-fit: cover; /* Menjaga proporsi gambar */
  border-radius: 8px; /* Rounded corners */
}

.caption-card {
  color: #606060;
  margin-top: 8px;
  font-size: 14px;
}

.tombol-kost {
  width: 239px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 71px;
  border-radius: 9px;
}

.tombol-kost:hover {
  background-color: #0091fa;
  color: white;
  border: none;
}
.tempat-card {
  cursor: pointer;
  padding-bottom: 10px;
  position: relative;
  color: #092c42;
  margin-left: 14px;
  margin-top: 20px;
}

.tempat-card.active {
  color: #092c42;
}

.tempat-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: width 0.3s ease;
}

.tempat-card.active::after {
  width: 100%;
}

.coba {
  position: relative;
  margin-top: -50px;
  margin-right: 1070px;
}

/* Footer */
.swiperKost {
  margin-top: -110px;
}

.footer-container {
  position: relative;
  width: 100%;
  height: 446px;
  background: url("../img/bgfooter.png") no-repeat center center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 10px auto;
}
.footer-content {
  color: white;
}
.footer-content h1 {
  font-size: 2em;
  /* margin-bottom: 20px; */
}
.footer-content a {
  background-color: white;
  color: black;
  border: none;
  padding: 10px 20px;
  font-size: 1em;
  border-radius: 20px;
  cursor: pointer;
}

.footer-bottom {
  background-color: #092c42;
  width: 100%;
  height: 325px;
  margin-top: -10px;
  padding: 50px;
  color: white;
}

.logo-footer {
  width: 101px;
  height: 33px;
  margin-top: -80px;
  margin-bottom: 30px;
}
.tombol-footer {
  display: block;
  width: 225px;
  height: 54px;
  margin-bottom: 23px;
  color: white;
  text-align: center;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 4px;
  text-decoration: none;
}

/* .kotak-hitam {
    content: "";
    width: 1361px;
    height: 450px;
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    border-radius: 0px 150px 0px 0px;
    left: -10px;
    top: 1654px;
    z-index: 200;
} */

.lihat-semua {
  color: #0090F8;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
}

.lihat-semua:hover {
  text-decoration: underline;
}

/* DETAIL PHP */
/* navigasi track di detail */
.track {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.img-kanan {
  width: 560px;
  height: 410px;
  flex-shrink: 0;
  margin-left: 50px;
  border-radius: 20px 0px 0px 20px;
}

.img-kiri {
  width: 270px;
  height: 195px;
  margin-left: 40px;
  flex-shrink: 0;
}
.kiri-atas {
  border-radius: 0px 20px 0px 0px;
}
.kiri-bawah {
  border-radius: 0px 0px 20px 0px;
}

.judul {
  color: #000;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sub-judul {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.7;
}

.kost-rebahan {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.8;
}

.tombol-lihat {
  width: 160px;
  height: 44px;
  position: absolute;
  top: 560px;
  right: 150px;
  flex-shrink: 0;
  border-radius: 14px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.42);
  padding: 10px 10px;
}

.btn-diskon {
  width: 100px;
  height: 44px;
  background-color: transparent;
  border: 1px solid black;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: black;
}

.btn-diskon:hover {
  background-color: #0091fa;
  color: white;
  border: none;
  cursor: pointer;
}

/* Right Section (Price and Buttons) */
.harga-tag {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.price-text {
  font-size: 18px;
  color: #333;
  margin-bottom: 8px;
}

.message-btn {
  background-color: transparent;
  border: 1px solid #333;
  border-radius: 10px;
  width: 75px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 16px;
  color: #333;
}

.message-btn:hover {
  background-color: #08f500;
  color: white;
  border: none;
  cursor: pointer;
  width: 75px;
  height: 44px;
}


.img-diskon {
  width: 190px;
  height: 44px;
  margin-right: 10px;
}
.card-kelola {
  background-color: #f1f1f1;
  padding: 50px;
  border-radius: 10px;
  width: 1120px;
  height: 144px;
  margin: 20px auto;
}

.logo-text {
  font-size: 24px;
  font-weight: bold;
  color: #007bff;
}
/* 
.vertical-line {
  border-left: 2px solid #ddd;
  height: 50px;
  margin: auto;
}

.title-text {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.subtitle-text {
  font-size: 14px;
  color: #666;
}

.arrow-icon {
  font-size: 24px;
  font-weight: bold;
  color: #000;
} */

.map-container {
  height: 250px;
  background-color: #d3d3d3;
  border-radius: 10px;
  overflow: hidden;
}
.map-overlay {
  background-color: #1f2b46;
  color: white;
  padding: 10px;
}
.location-info {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.card-kamar {
  border-bottom: 1px solid black;
  padding-bottom: 0;
  margin-bottom: 0;
}

.wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.img-kost {
  width: 266px;
  height: 170px;
  border-radius: 10px 10px 10px 10px;
}



/* Mengatur posisi dot ke bawah dan kiri */
.promo-slider .slick-dots {
  position: relative;
  bottom: -30px; /* Menempatkan dot di bawah slider */
  display: flex;
  margin-left: 100px;
  overflow: hidden;
}

.promo-slider .slick-dots li {
  margin: 0 5px; /* Memberi jarak antar titik */
}

.promo-slider .slick-dots li button:before {
  font-size: 10px; /* Ukuran titik */
  color: #333; /* Warna titik, bisa disesuaikan */
}

.promo-slider .slick-dots li.slick-active button:before {
  color: #007bff; /* Warna untuk titik yang aktif */
}

/* Promo Layout Card Styling */
/* Adjust spacing to handle multiple cards within a slide */
.slide {
  margin: 0 0 0 100px;
}



/* swiper */
.swiper-container {
  width: 100%;
  height: 100vh;
}

.swiper-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  cursor: grab;
}

.swiper-wrapper:active {
  cursor: grabbing;
}

.swiper-slide {
  min-width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.swiper-slide .content {
  padding: 200px 80px;
  padding-left: 130px; 
  padding-top: 350px;
}


.swiper-pagination-bullet {
  background: #0056b3;
}

/* swiper */