/* (((((((((((((((((((((((((((((((((((((((( FONTS )))))))))))))))))))))))))))))))))))))))) */
@font-face {
  font-family: 'Priego Thin';
  src: url('../fonts/Fontspring-DEMO-priego-thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Priegon Thin Italic';
  src: url('../fonts/Fontspring-DEMO-priego-thinitalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Priego extralight';
  src: url('../fonts/Fontspring-DEMO-priego-extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Priego extralight italic';
  src: url('../fonts/Fontspring-DEMO-priego-extralightitalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Priego Light';
  src: url('../fonts/Fontspring-DEMO-priego-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Priego Light Italic';
  src: url('../fonts/Fontspring-DEMO-priego-lightitalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Priego Regular';
  src: url('../fonts/Fontspring-DEMO-priego-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Priego Regular Italic';
  src: url('../fonts/Fontspring-DEMO-priego-regularitalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Priego Medium';
  src: url('../fonts/Fontspring-DEMO-priego-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Priego Medium Italic';
  src: url('../fonts/Fontspring-DEMO-priego-mediumitalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Priego SemiBold';
  src: url('../fonts/Fontspring-DEMO-priego-semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Priego SemiBold Italic';
  src: url('../fonts/Fontspring-DEMO-priego-semibolditalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Priego Bold';
  src: url('../fonts/Fontspring-DEMO-priego-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Priego Bold Italic';
  src: url('../fonts/Fontspring-DEMO-priego-bolditalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Priego ExtraBold';
  src: url('../fonts/Fontspring-DEMO-priego-extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Priego ExtraBold Italic';
  src: url('../fonts/Fontspring-DEMO-priego-extrabolditalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Priego Black';
  src: url('../fonts/Fontspring-DEMO-priego-black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Priego Black Italic';
  src: url('../fonts/Fontspring-DEMO-priego-blackitalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}
/* (((((((((((((((((((((((((((((((((((((((( FONTS )))))))))))))))))))))))))))))))))))))))) */

  body {
    margin: 0;
    background-color: #1b1b1b;
  }

  /* (((((((((((((((((((((((((((((((((((((((( NAVBAR )))))))))))))))))))))))))))))))))))))))) */
  .navbar {
    background-color: #1b1b1b;
  }
  
  .navbar .navbar-brand {
    font-family: "Priego SemiBold";
    color: white;
    width: 20%;
    font-size: 24px;
    padding: 1% 0% 1% 7%;
  }
  
  .navbar .nav-link {
    font-family: "Priego Regular";
    color: #ffffffcc;
    text-decoration: none;
    font-size: 100%;
  }
  
  .navbar .nav-link:hover {
    color: white;
    transform: scale(1.05);
    text-decoration: none;
    font-size: 16px;
  }
  
  .navbar .nav-link.active {
    font-family: "Priego SemiBold";
    color: #ffffffcc;
    padding: 1% 0% 1% 0%;
    font-weight: 600;
  }
  
  .navbar .navbar-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60%;
  }
  /* (((((((((((((((((((((((((((((((((((((((( NAVBAR )))))))))))))))))))))))))))))))))))))))) */

/* (((((((((((((((((((((((((((((((((((((((( FAQ (Accordion) )))))))))))))))))))))))))))))))))))))))) */
.accordion-item {
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #ffffff;
}

/* Ubah tombol agar bagian atas menyatu */
.accordion-button {
  background-color: #1b1b1b;
  font-family: "Priego SemiBold";
  font-size: 1.3vw;
  color: #ffffff;
  border: none;
}

.accordion-button:hover {
  background-color: #383838;
}

/* Saat tombol aktif */
.accordion-button:not(.collapsed) {
  background-color: #3d3d3d;
  color: #ffffff; 
}

/* Bagian isi menyatu langsung di bawah tombol */
.accordion-collapse {
  background-color: #1f1f1f;
}

.accordion-body {
  padding: 1rem 1.25rem;
  color: #ccc;
  background-color: #383838;
}

/* Heading dan section */
.faq-accordion {
  color: #584242;
  max-width: 85vw;
  margin: 0 auto;
  margin-top: 8%;
  margin-bottom: 3%;
}

.faq-accordion h1 {
  font-family: "Priego SemiBold";
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 32px;
  padding: 0% 0% 0% 0%;
}

.faq-accordion p.lead {
  padding: 0% 16% 2% 16%;
  font-family: "Poppins";
  color: #ffffffcc;
  font-size: 1.1vw;
}


/* Tombol dan teks bawah */
.text-center.text-white {
  font-family: "Priego SemiBold";
  margin-top: 20px;
}

.text-white.mb-5 {
  font-family: "Poppins";
}

/* (((((((((((((((((((((((((((((((((((((((( FAQ (Accordion) )))))))))))))))))))))))))))))))))))))))) */

/* (((((((((((((((((((((((((((((((((((((((( FOOTER )))))))))))))))))))))))))))))))))))))))) */
.footer {
  background-color: #252525;
  color: white;
  padding: 10px 0px 1px 0px;
  font-family: sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
}

.footer .footer-logo {
  font-family: "Priego SemiBold";
  font-size: 32px;
  font-weight: bold;
  padding: 0% 0% 0% 1%;
}

.col-lg-5 h3 {
  font-weight: bold;
  font-size: 16px;
  font-family: "Priego SemiBold";
}

.col-lg-5 p {
  font-family: "Priego Regular";
  font-size: 14px;
}

.footer-icons {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.footer-icons img {
  width: 24px;
  height: 24px;
}

.footer-divider {
  border: 0;
  border-top: 2px solid #ffffff;
  padding: 1% 0% 0% 0%;
}

.footer-copy {
  text-align: center;
  color: #aaa;
  font-size: 14px;
}

/* Responsif untuk layar kecil */
@media (max-width: 768px) {
  .footer-columns {
    flex-direction: column;
    gap: 20px;
  }

  .footer-column {
    min-width: 100%;
  }

  .footer-icons {
    flex-wrap: wrap;
  }
}
/* (((((((((((((((((((((((((((((((((((((((( FOOTER )))))))))))))))))))))))))))))))))))))))) */

@media (min-width: 1441px) and (max-width: 1920px)  {
    /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ NAVBAR ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
  .navbar {
    background-color: #1b1b1b;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 5%; /* Sesuaikan agar tidak terlalu tinggi */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); /* Tambahkan bayangan agar terlihat */
  }
  
  .navbar .navbar-brand {
    font-family: "Priego Regular";
    color: white;
    width: 17%;
    font-size: 25px;
    padding: 1% 1% 1% 3%;
  }
  
  .navbar .nav-link {
    font-family: "Priego Regular";
    color: #ffffffcc;
    text-decoration: none;
    font-size: 25px;
  }
  
  .navbar .nav-link:hover {
    color: white;
    transform: scale(1.05);
    text-decoration: none;
    font-size: 28px;
  }
  
  .navbar .nav-link.active {
    font-family: "Priego SemiBold";
    color: #ffffffcc;
    padding: 1% 0% 1% 7%;
    font-weight: 600;
  }
  
  .navbar .navbar-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 65%;
  }
  /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ NAVBAR ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FAQ (Accordion) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.faq-accordion {
  color: #584242;
  max-width: 85vw;
  margin: 0 auto;
  margin-top: 8%;
  margin-bottom: 3%;
}

.faq-accordion h1 {
  font-family: "Priego SemiBold";
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 3vw;
  padding: 0% 0% 0% 0%;
}

.faq-accordion p {
  padding: 0% 1% 2% 1%;
  font-family: "Poppins";
  color: #ffffffcc;
  font-size: 1.1vw;
}

/* Mengganti warna tombol accordion (button) */
.accordion-button {
  background-color: #1b1b1b;
  font-family: "Priego SemiBold";
  font-size: 35px;
  color: #ffffff;
  border: none;
}

/* Mengganti warna latar belakang body accordion */
.accordion-body {
  font-family: "Poppins";
  background-color: #3d3d3d;
  padding: 2%; 
  font-size: 24px;
  color: #ffffff; 
}

/* Mengganti warna tombol saat di-hover */
.accordion-button:hover {
  background-color: #383838;
}

/* Mengganti warna tombol saat accordion dibuka */
.accordion-button:not(.collapsed) {
  background-color: #3d3d3d;
  color: #ffffff; 
}

/* Mengganti warna border antar item accordion */
.accordion-item {
  border-color: #dee2e6; 
  font-family: "Priego Regular";
  width: 100%;
}

/* Mengganti warna shadow pada accordion */
.accordion-button:focus {
  box-shadow: none; 
}

/* Tombol dan teks bawah */
p.title {
  font-size: 25px;
  color: white;
  font-family: "Priego SemiBold";
  margin-top: -2%;
}

p.deskripsi {
  font-size: 25px;
  color: #ffffffcc;
  text-align: center;
  margin: 3% 5% 5% 5%;
}
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FAQ (Accordion) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FOOTER ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.footer {
  background-color: #252525;
  color: white;
  padding: 10px 0px 1px 0px;
  font-family: sans-serif;
}

.footer-container {
  max-width: 100%;
  margin: auto;
}

.footer .container-fluid {
  width: 85.5%;
}

.footer .footer-logo {
  font-family: "Priego SemiBold";
  font-size: 80px;
  font-weight: bold;
  padding: 2% 0% 2% 7.9%;
}

.col-lg-5 h3,
.col-lg-2 h3 {
  font-weight: bold;
  font-size: 25px;
  padding: 0.5%;
  font-family: "Priego SemiBold";
}

.col-lg-5 p {
  font-family: "Priego Regular";
  padding: 0.5%;
  font-size: 25px;
}

.footer-icons {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.footer-icons img {
  width: 50%;
  height: auto;
}

.footer-divider {
  border: 0;
  border-top: 2px solid #ffffff;
  padding: 1% 0% 0% 0%;
}

.footer-copy {
  text-align: center;
  color: #aaa;
  font-size: 24px;
}
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FOOTER ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
}

@media (min-width: 360px) and (max-width: 430px) { 
  /* FAQ Accordion */
  .faq-accordion h1 {
    font-size: 5.5vw;
  }

  .faq-accordion p.lead {
    font-size: 16px;
    padding: 0% 0% 10% 0%;
  }

  .accordion-button,
  .accordion-body {
    font-size: 3.5vw;
  }

  /* Footer */
  .footer {
    padding: 20px 0px;
  }

  .footer-container {
    text-align: start;
    max-width: 100%;
    padding: 0 5%;
  }

  .footer .footer-logo {
    font-size: 6vw;
    padding-left: 10px;
  }

  .footer .col-lg-5 h3,
  .footer .col-lg-2 h3 {
    font-size: 4vw;
  }

  .footer .col-lg-5 p {
    font-size: 3.2vw;
  }

  .footer-copy {
    font-size: 3vw;
  }

  .footer-icons {
    padding: 20px 0px 20px 0px;
    justify-content: center;
    margin-top: 10px;
  }
 }