/* Import font */
@import url('https://fonts.googleapis.com/css2?family=Squada+One&family=Poppins:display=swap');

.btn-danger {
  background: linear-gradient(90deg, #C30000 0%, #8D0000 100%);
}

.btn-danger:hover {
    color : #8D0000;
    background : white;
}

.btn-white {
  background: #FFF;
  color :#8D0000;
}


.btn-white:hover {
    background :#8D0000;
    color : white;
}

/* General Styles */
body {
  font-family: 'Squada One', sans-serif;
  margin: 0;
  padding: 0;
}

.container-nav {
  width: 70%;
}

/* Navbar */
.navbar {
    background-color: white; /* Buat navbar transparan */
    box-shadow: none; /* Hilangkan bayangan */
    transition: background-color 0.3s ease; /* Efek smooth saat scroll */
    font-family: "poppins";
    padding: 20px 30px;
    z-index: 1041;
  }

.navbar .nav-link {
  color: rgb(0, 0, 0) !important; /* Warna teks putih untuk navbar */
  font-weight: bold;
}

.navbar .nav-link:hover {
  color: red !important; /* Warna teks saat hover */
}

.navbar .logo img {
  width: 176px;
}

.navbar.shrink {
    /* height: 80px; Ketinggian navbar mengecil */
    transition: all 0.3s ease;
    background-color: white;
}

.navbar.shrink .logo  img {
    transition: all 0.3s ease;
    width: 80px;
}

.navbar.shrink nav a {
    font-size: 14px; /* Ukuran teks menu mengecil */
    transition: all 0.3s ease;
}

.navbar .btn {
  border-radius: 85px;
  margin: 0 20px;
}

.navbar .login {
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.navbar .register {
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
}


.navbar .navbar-toggler-icon{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  width: 1rem;
  height: 1rem;
}

.navbar .nav-link.active {
  color: red !important;
}

@media (max-width:512px) {
  .navbar .logo img {
    width: 83px;
  }

  .navbar .nav-link {
    font-size: 9px; /* Ukuran teks menu mengecil */
    transition: all 0.3s ease;
  }

  .navbar .nav-item {
    text-align: end;
  }

  .navbar .login {
    color: #C30000;
  font-family: Poppins;
  font-size: 9px;
  }

  .navbar .register {
  font-family: Poppins;
  font-size: 9px;
  }

  .navbar .btn {
    border-radius: 40px;
    margin: 0 0;
  }

.modal-backdrop.show {
    z-index: 1050 !important;
}
.modal.show {
    z-index: 1055 !important;
}

}

/* Hero Section */
.hero-section {
  position: relative;
  background-image: url('../../assets/img/baru/hero-landing-page.png'); /* Path ke gambar */
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  padding: 100px 20px;
  min-height: 1024px;
  z-index: 1040;
}

.hero-section .hero-join {
  position: relative;
  top: 450px; /* Pindahkan 50px ke bawah */
}

.hero-section h1 {
  font-size: 7rem;
  margin-bottom: 1px;
}

.hero-section h2 {
  font-size: 4rem;
  margin-bottom: 5px;
  line-height: 0.7;
}

.hero-section .btn {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 10px 80px;
  background :linear-gradient(90deg, #C30000 0%, #8D0000 100%);
  border: none;
  color: white;
  margin-top: 20px;
}

.hero-section .btn:hover {
    color : #8D0000;
    background : white;
    
}

@media (max-width: 779px) {
  .hero-section h1{
    font-size: 6rem;
  }

  .hero-section h2 {
    font-size: 3rem;
  }
}

@media (max-width: 512px) {
  .hero-section {
    min-height: 512px;
    padding: 10px 10px;
  }

  .hero-section .hero-join {
    position: relative;
    top: 245px; /* Pindahkan 50px ke bawah */
  }

  .hero-section h1{
    font-size: 4rem;
    padding: 0 0;
  }

  .hero-section h2 {
    font-size: 1rem;
  }

  .hero-section .btn {
    font-size: 0.7rem;
    padding: 7px 30px;
    margin-top: 0;
  }
}




/* Banner Section */
.banner {
  position: relative;
  color: white;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  margin-top : -100px;
  z-index: 1043;
}

.banner img {
  width: 100%;
  border-radius: 20px;
}

@media (max-width:512px) {
  .banner {
    margin-top: -50px;
    padding: 10px;
  }
}


/* =======================Info Selection====================== */

.info-section {
  padding: 50px 20px;
  background-color: #fff; /* Ganti warna background jika diperlukan */
}

.info-section .video-section {
  text-align: center;
}

.info-section .text-section {
  text-align: left;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
}

.info-section .text-section h1 {
  font-size: 7rem;
  font-weight: 500;
  margin-bottom: 20px;
}


.info-section .logo {
  max-width: 140px; /* Atur ukuran logo */
  height: auto;
}


.info-section .text-section .description {
  font-family: "poppins";
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  color: #333; /* Warna teks */
}


@media (max-width:512px){
  .info-section {
    padding: 10px 10px;
  }

  .info-section .text-section h1 {
    font-size: 4rem;
    margin-bottom: 5px;
  }

  .info-section .logo {
    max-width: 90px;
  }

  .info-section .text-section .description {
    font-size: 0.8rem;
  }
}



/* ================================Kategori Section====================== */
.category-section {
  padding: 30px 20px;
  background-color: #fff; /* Ganti warna background jika diperlukan */
}

.category-section .title {
  padding: 20px 0px;
}

 .category-section .title img{
  width: 100%;
 }

.category-section .kategori img {
  width: 100%;
  padding: 20px 0;
}

@media (max-width:512px) {
  .category-section {
    padding: 10px 10px;
  }
}


/* =============================== Regristation ========================== */
.regristation-section {
  padding: 30px 0;
}

.regristation-section .title {
  background: linear-gradient(90deg, #C30000 0%, #8D0000 100%);
  color: white;
  text-align: center;
}

.regristation-section .title h1 {
  /* font-family: "Squad One"; */
  font-size: 3rem;
}

.regristation-section img {
  width:100%;
  padding: 30px 0;
}

@media (max-width:512px) {
  .regristation-section {
    padding: 10px 0;
  }

  .regristation-section .title h1 {
    font-size: 1.5rem;
  }

  .regristation-section img {
    padding: 10px 10px;
  }
  
}

/* ===============================Supported=========================== */
.supported-section {
  padding: 30px 0;
}

.supported-section .title {
  text-align: center;
}

.supported-section .title h1 {
  font-size: 3rem;
  color: black;
}

.supported-section .card {
  height: 200px; /* Tinggi keseluruhan card */
  border-radius: 20px; /* Membulatkan sudut secara keseluruhan */
  overflow: hidden; /* Memastikan elemen tetap dalam radius card */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Bayangan */
  margin: 20px auto; /* Pusatkan card */
  display: flex;
  flex-direction: column;
  background-color: #e0e0e0;
}

.logo-section {
  background-color: #ffffff; /* Background putih untuk logo */
  flex: 2; /* Proporsi tinggi bagian logo */
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 30px; /* Radius melengkung di kiri bawah */
  border-bottom-right-radius: 30px; /* Radius melengkung di kanan bawah */
  padding: 50px 50px;
  height: 50%;
}

.supported-section .logo {
  width: 250px; /* Ukuran logo */
  height: auto;
}

.supported-section .logo2 {
  width: auto; /* Ukuran logo */
  height: 120px;
}

.supported-section .text-section {
  background-color: #e0e0e0; /* Background abu-abu untuk teks */
  flex: 1; /* Proporsi tinggi bagian teks */
  display: flex;
  justify-content: center;
  align-items: center;
}

.supported-section .text {
  font-size: 1.2rem;
  color: #000; /* Warna teks */
  text-align: center;
  text-decoration: none;
}

@media (max-width:512px) {
  .supported-section .logo-section {
    padding: 10px 10px;
    height: 50%;
    border-bottom-left-radius: 15px; /* Radius melengkung di kiri bawah */
  border-bottom-right-radius: 15px; /* Radius melengkung di kanan bawah */
  }

  .supported-section .card {
    height: 130px;
    border-radius: 10px;
  }

  .supported-section .title h1 {
    font-size: 1.5rem;
  }

  .supported-section .logo {
    width: 125px;
  }

  .supported-section .logo2 {
    height: 60px;
  }

  .supported-section .text {
    font-size: 0.6rem;
  }
}


/* ===================================Form Regristation=========================== */
.form-regristation {
  padding: 200px 0;
}

.form-regristation .card-form {
  width: 60%;
  margin : 0 auto;
  border: solid 1px #fff;
  padding: 20px 90px;
  border-radius: 30px;
  box-shadow: 0px 3px 4px 5px rgba(0, 0, 0, 0.10);
}

.form-regristation .title {
  background: linear-gradient(90deg, #C30000 0%, #8D0000 100%);
  color: #fff;
  text-align: center;
  margin: 20px 0;
}

/* .form-regristation .konten {
  width: 60%;
} */

.form-group {
  margin-bottom: 20px;
  text-align: left;
}

.form-group label {
  font-family: "poppins";
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}

.form-group input {
  font-family: "poppins";
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 1rem;
  outline: none;
}

.form-group input:focus {
  border-color: #b50000;
}

.btn-submit {
  background-color: #25d366;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
  border: none;
  border-radius: 30px;
  padding: 15px 30px;
  cursor: pointer;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
}

.btn-submit i {
  font-size: 1.5rem;
}

.btn-submit:hover {
  background-color: #1ebe57;
}

.disclaimer {
  font-family: "poppins";
  font-size: 1rem;
  color: #555555;
  margin-top: 20px;
  line-height: 1.5;
}

/* ==============================Accomodation========================= */
.accomodation {
  padding: 180px 0;
}

.accomodation .banner {
  width: 90%;
  margin: 0 auto;
}

.accomodation .konten {
  margin: 0 auto;
  text-align: center;
  width: 90%;
}


.accomodation .konten .search-container {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 10px;
  width: 300px;
  border: 1px solid #ccc;
  margin: 20px auto;
}

.accomodation .konten .search-container i {
  font-size: 1.2rem;
  color: #888;
  margin-right: 10px;
}

.accomodation .konten .search-container input {
  border: none;
  outline: none;
  background: transparent;
  font-size: 1rem;
  flex: 1;
}

.accomodation .title {
  margin: 30px 0 15px 0;
}

.accomodation .card {
  padding: 20px;
  margin: auto 0;
  box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  text-align: start;
}

.accomodation .card img {
  border-radius: 30px;
}

.accomodation .card h4 {
  font-family: "poppins";
  text-align: start;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}

.accomodation .card i {
  color: #ffd000;
}

.accomodation .card .booking {
  margin: 10px 0;
  justify-content: space-between;
}

.accomodation .card p {
  font-weight: 700;
}

.accomodation .card .booking i{
  color: #C30000;
  font-size: 25px;
  padding-right: 10px;
}

.accomodation .card .booking a {
  padding: 5px 15px;
  background-color: #C30000;
  border-radius: 10px;
  color: white;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}

.accomodation .konten .deskripsi {
  padding: 10px 20px 0 45px;
}

.accomodation .konten .deskripsi p {
  font-family: "poppins";
  font-size: 20px;
  justify-content: space-between;
  align-items: start;
  text-align: justify;
}

.accomodation .konten p span {
  font-weight: 700;
}


.footer {
  background: url('../../assets/img/baru/bg-footer.png');
  color: white;
  padding: 30px 0;
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 240px;
}

.footer-section {
  /* display: flex; */
  flex-direction: row; /* Pastikan elemen sejajar dalam satu baris */
  align-items: center; /* Pusatkan secara vertikal */
  justify-content: center;
  text-align: center;
}

.footer-logo {
  max-width: 350px;
}

.footer-text {
  font-size: 16px;
  line-height: 1.6;
}

.footer-divider {
  border-left: 2px solid white;
  height: 60px; /* Pastikan tinggi garis sejajar dengan konten */
}

.social-icons {
  display: flex;
  flex-direction: row; /* Pastikan ikon sejajar dalam satu baris */
  gap: 25px;
  justify-content: center;
}

.social-icons a {
  color: white;
  font-size: 24px;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #f00; /* Warna saat hover */
}

.garis-vertikal {
  width: 2px; /* Ubah ketebalan garis */
  height: 200px; /* Atur tinggi garis */
  background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(255, 255, 255)); /* Ubah warna sesuai keinginan */
  justify-content: center;
  margin: 2px auto;
}


@media (max-width:512px) {
  .footer {
    padding: 5px 0;
  }

  .footer-logo {
    max-width: 150px;
  }

  .footer-text {
    font-size: 10px;
    align-items: center;
  }

  .footer-section h3 {
    font-size: 12px;
  }

  .social-icons {
    gap: 10px;
  }
}


