/* (((((((((((((((((((((((((((((((((((((((( 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 )))))))))))))))))))))))))))))))))))))))) */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  overflow-x: hidden; /* cegah geser horizontal */
  padding: 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% 7%;
    font-weight: 600;
  }
  
  .navbar .navbar-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60%;
  }
  /* (((((((((((((((((((((((((((((((((((((((( NAVBAR )))))))))))))))))))))))))))))))))))))))) */
  
  /* (((((((((((((((((((((((((((((((((((((((( Informasi Haji )))))))))))))))))))))))))))))))))))))))) */
  /* Hero Section */
  .hero-section {
    background-color: #1b1b1b;
    color: white;
    padding: 100px 0; /* Tinggi hero section */
  }
  
  .hero-content {
    width: 125%;
    height: 38.5vw;
    background-color: #ffffff0d;
    border-radius: 50px;
    margin: -12vw 0% 0% 10%;
    padding: 10% 0% 0% 10%;
  }
  
  .hero-content .btn-light {
    background-color: #ffffff;
    border-radius: 25px;
    text-align: start;
  }
  
  .hero-content .btn-light:hover {
    background-color: #ffffff;
    transform: scale(1.05);
  }
  
  .hero-content .btn .btn-teks {
    color: #1b1b1b;
  }
  
  .hero-content .jumbotron .display-4 {
    font-size: 3.5vw;
    margin: 0% 0% 3% 0%;
    padding: 0vw 9vw 0vw 0vw;
    font-family: "Priego SemiBold";
    letter-spacing: 0;
    line-height: 140%;
  }
  
  .hero-content .jumbotron p.lead {
    font-family: "Poppins";
    font-size: 15px;
    color: #ccc;
    margin-bottom: 9%;
    padding-right: 26%;
  }
  
  .hero-title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  
  .hero-description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  
  /* Tombol Download */
  .btn-light {
    display: flex;
    width: 24.7%;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.3s ease;
  }
  
  .btn-light:hover {
    background-color: #f8f9fa;
  }
  
  .d-lg-block {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
  }

  .text-1 {
    font-size: 14px;

  }

  .text-2 {
    font-family: "Priego SemiBold";
    font-weight: 400;
    padding-top: 5%;
    color: #1b1b1b;
    font-size: 15px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
  }
  
  /* Kolom 2 Gambar */
  .col-lg-6 .hero-back {
    margin: -30% 0% 0% 45%;
    padding: 10% 0% 0% 0%;
    position: relative;
    height: 63vw;
    z-index: 1;
  }
  
  .col-lg-6 .hero-front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
  /* (((((((((((((((((((((((((((((((((((((((( Informasi Haji )))))))))))))))))))))))))))))))))))))))) */
  
  /* (((((((((((((((((((((((((((((((((((((((( Tentang Aplikasi )))))))))))))))))))))))))))))))))))))))) */
  .about-section {
    background-color: #1b1b1b;
    color: white;
    padding: 100px 0; /* Tinggi hero section */
  }
  /* Konten Teks */
  .about-title {
    font-size: 16px;
    font-family: "Priego SemiBold";
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
  }  

    .fitur-text {
      flex: 1;
      color: #ffffffcc;
      max-width: 500px;
    }

    .fitur-text h2 {
      font-family: "Priego SemiBold";
      font-size: 2.5vw;
      color: #ffffff;
      margin: 5% 0% 10px 0%;
    }

    .fitur-paragraph {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      font-family: 'Poppins';
      -webkit-line-clamp: 5; /* hanya tampil 5 baris */
      line-height: 1.6;
      transition: max-height 0.3s ease;
    }

    .fitur-text.expanded .fitur-paragraph {
      -webkit-line-clamp: unset;
      display: block;
    }

    .fitur-text a {
      background-color: transparent;
      font-family: "Priego Regular";
      color: #ffffffcc;
      border: none;
      text-decoration: none;
      border-radius: 8px;
      cursor: pointer;
      margin-top: 10px;
    }

    .fitur-text button:hover {
      color: #ffffff;
    }
  
  .read-more-btn {
    display: inline-block;
    font-size: 14px;
    transition: background-color 0.3s ease;
  }
  
  .read-more-btn:hover {
    background-color: #f8f9fa;
  }
  
  /* Gambar Smartphone Depan */
  .phone-mockup {
    width: 50%;
    position: absolute;
    padding: 0% 0% 0% 10%;
    margin-left: 0%;
    left: 0;
    z-index: 1;
  }
  
  /* Gambar Smartphone Belakang */
  .phone-mockup-back {
    width: 100%;
    max-width: 350px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 0;
    transform: rotateY(-10deg) translateZ(-50px); /* Efek 3D */
  }
/* (((((((((((((((((((((((((((((((((((((((( Tentang Aplikasi )))))))))))))))))))))))))))))))))))))))) */
    
/* (((((((((((((((((((((((((((((((((((((((( Fitur )))))))))))))))))))))))))))))))))))))))) */
    .fitur-section {
      background-color: #ffffff;
    }
    .container h1 {
      font-family: "Priego Regular";
      font-size: 1.3vw;
      padding: 0% 20% 0% 20%;
    }

    .container .mb-5 h2 {
      font-family: "Priego SemiBold";
      font-size: 3vw;
      padding: 0% 25% 0% 20%;
    }

    .carousel-background {
      position: absolute;
      width: 82vw;
      height: 60%;
      margin: 10.8% 0px 0px -0px;
      justify-content: center;
      background-color: #1b1b1b0d;
      border-radius: 20px;
    }

    .carousel-indicators {
      padding: 0% 55% 15% 0%;
    }
  
    .carousel-indicators [data-bs-target] {
    background-color: #888;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    justify-content: end;
  }
  
  .carousel-indicators .active {
    background-color: #000;
  }
/* (((((((((((((((((((((((((((((((((((((((( Fitur )))))))))))))))))))))))))))))))))))))))) */

/* (((((((((((((((((((((((((((((((((((((((( TESTIMONIAL )))))))))))))))))))))))))))))))))))))))) */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+HK&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans HK', sans-serif;
  background: #1b1b1b;
}

.carousel-title {
  font-family: "Priego SemiBold";
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 50px;
}

.carousel-title h3 {
  font-family: "Priego SemiBold";
  padding-top: 10%;
  font-weight: 400;
  color: #ffffff;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 50px;
}

.carousel-title p {
  font-family: Poppins;
  padding: 0% 24% 0% 24%;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 25px;
}

.slider {
  margin-bottom: 30px;
  position: relative;
}
.slider .owl-item.active.center .slider-card {
  transform: scale(1);
  opacity: 1;
  background: #7066ff; /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #000000, #000000); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #313131, #2e2e2e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
}
.slider-card {
  background: #2c2c2c;
  color: #ffffffcc;
  padding: 0px 10px 10px 10px;
  margin: 50px 15px 90px 15px;
  border-radius: 20px;
  box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
  transform: scale(1);
  opacity: 0.5;
  transition: all 0.3s;
}
.slider-card img {
  border-radius: 5px 5px 0px 0px;
}
.owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #313131 !important;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
}
.owl-dots .owl-dot.active {
  background: #ffffff !important;
  width: 3%
}
/* Carousel */
/* (((((((((((((((((((((((((((((((((((((((( TESTIMONIAL )))))))))))))))))))))))))))))))))))))))) */

/* (((((((((((((((((((((((((((((((((((((((( PREVIEW APP )))))))))))))))))))))))))))))))))))))))) */
.preview-title {
  padding: 10% 30% 0% 30%;
  margin-bottom: 15px;
  font-family: "Priego SemiBold";
  font-weight: 400;
  color: #ffffff;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 50px;
}

.preview-teks {
  max-width: 60%;
  margin: 0 auto;
  font-family: "Poppins";
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
}

.download-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
}

.download-buttons a {
  width: 12vw;
  border-radius: 25px;
}

.download-buttons a:hover {
  transform: scale(1.09);
  border-radius: 25px;
}

.download-buttons .btn-name .name-2 {
  font-family: "Priego SemiBold";
  padding: 0% 0% 0% 8%;
  font-weight: bold;
  color: #1b1b1b;
  font-size: 15px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.download-buttons .btn-name .name-1 {
  font-family: "Priego Regular";
  padding: 0% 0% 9% 8%;
  font-weight: 400;
  color: #1b1b1b;
  font-size: 10px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.img-phone {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  padding: 2rem;
  flex-direction: row;     /* pastikan default-nya horizontal */
  flex-wrap: nowrap;       /* cegah wrap kalau cukup ruang */
}

.img-phone img {
  width: 100%;
  height: auto;
  display: block;
}

.img-phone .one {
  margin-top: 10%;
}

.img-phone .three {
  margin-top: 10%;
}
/* (((((((((((((((((((((((((((((((((((((((( PREVIEW APP )))))))))))))))))))))))))))))))))))))))) */

/* (((((((((((((((((((((((((((((((((((((((( 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 */
a.title {
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  color: white;
  font-family: "Priego SemiBold";
  margin-top: -1.5%;
}

p.deskripsi {
  font-size: 16px;
  color: #ffffffcc;
  text-align: center;
  font-family: "Poppins";
  padding: 3% 5% 3% 5%;
}

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

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

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

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

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

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

.col-lg-5 p {
  font-family: "Priego Regular";
  font-size: 14px;
  padding: 1% 0% 1% 0%;
  margin-bottom: 2%;
}

.footer-icons {
  display: flex;
  gap: 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;
}

/* (((((((((((((((((((((((((((((((((((((((( FOOTER )))))))))))))))))))))))))))))))))))))))) */





/* ???????????????????????????????????????????????????????????????????????????????????????????????????????? */
/* ???????????????????????????????????????????????????????????????????????????????????????????????????????? */
/* ???????????????????????????????????????????????????????????????????????????????????????????????????????? */
/* ???????????????????????????????????????????????????????????????????????????????????????????????????????? */
/* ???????????????????????????????????????????????????????????????????????????????????????????????????????? */
/* ???????????????????????????????????????????????????????????????????????????????????????????????????????? */
/* ???????????????????????????????????????????????????????????????????????????????????????????????????????? */





@media (min-width: 1921px) and (max-width: 2560px) {
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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: 15%;
    font-size: 50px;
    padding: 1% 1% 1% 0%;
  }
  
  .navbar .nav-link {
    font-family: "Priego Regular";
    color: #ffffffcc;
    text-decoration: none;
    font-size: 35px;
  }
  
  .navbar .nav-link:hover {
    color: white;
    transform: scale(1.05);
    text-decoration: none;
    font-size: 36px;
  }
  
  .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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
  
  /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Informasi Haji ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
  /* Hero Section */
  .hero-section {
    background-color: #1b1b1b;
    color: white;
    padding: 100px 0; /* Tinggi hero section */
  }
  
  .hero-content {
    width: 120%;
    height: 38vw;
    background-color: #ffffff0d;
    border-radius: 50px;
    margin: -19% 0% 0% 5%;
    padding: 10% 0% 0% 10%;
  }
  
  .hero-content .btn-light {
    display: flex;
    width: 25%;
    height: 25%;
    align-items: center;
    margin-right: 1%;
    gap: 10px;
    padding: 10px 20px;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.3s ease;
    background-color: #ffffff;
    border-radius: 50px;
  }
  
  .hero-content .btn-light:hover {
    background-color: #ffffff;
    transform: scale(1.05);
  }
  
  .hero-content .btn .btn-teks {
    color: #1b1b1b;
  }
  
  .hero-content .jumbotron .display-4 {
    font-size: 3.5vw;
    margin: 0% 0% 2% 0%;
    padding: 0vw 9vw 0vw 0vw;
    font-family: "Priego SemiBold";
    letter-spacing: 0;
    line-height: 140%;
  }
  
  .hero-content .jumbotron p.lead {
    font-family: "Poppins";
    font-size: 1.1vw;
    color: #ccc;
    margin-bottom: 10%;
    padding-right: 26%;
  }
  
  .hero-title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  
  .hero-description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  
  /* Tombol Download */  
  .btn-light:hover {
    background-color: #f8f9fa;
  }
  
  .d-lg-block {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
  }

  .btn-sm img {
    width: 45px;
    height: auto;
  }

  .text-1 {
    font-size: 27px;
    padding: 5% 0% 0% 0%;
  }

  .text-2 {
    font-family: "Priego SemiBold";
    font-weight: 400;
    padding: 0% 0% 5% 0%;
    color: #1b1b1b;
    font-size: 39px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
  }
  
  /* Kolom 2 Gambar */
  .col-lg-6 .hero-back {
    margin: -20% 0% 0% 15%;
    position: relative;
    max-width: none;
    width: 180%;
    height: 1550px;
    z-index: 1;
  }
  
  .col-lg-6 .hero-front {
    position: absolute;
    margin: 20% 0% 0% -75%;
    top: 0;
    left: 0;
    max-width: none;
    width: 190%;
    height: auto;
    z-index: 2;
  }
  /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Informasi Haji ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
  
  /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Tentang Aplikasi ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
  .about-section {
    background-color: #1b1b1b;
    color: white;
    padding: 100px 0; /* Tinggi hero section */
  }
  /* Konten Teks */
  .about-title {
    font-size: 26px;
    font-family: "Priego Regular";
    color: #ffffff;
    margin-bottom: 10px;
  }  

    .fitur-text {
      flex: 1;
      color: #ffffffcc;
      padding-left: 10%;
      max-width: 75%;
    }

    .fitur-text h2 {
      font-family: "Priego SemiBold";
      font-size: 2.5vw;
      color: #ffffff;
      margin: 5% 0% 10px 0%;
    }

    .fitur-paragraph {
      overflow: hidden;
      font-size: 30px;
      padding: 0% 0% 0% 0%;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      font-family: 'Poppins';
      -webkit-line-clamp: 5; /* hanya tampil 5 baris */
      line-height: 1.6;
      transition: max-height 0.3s ease;
    }

    .fitur-text.expanded .fitur-paragraph {
      -webkit-line-clamp: unset;
      display: block;
    }

    .fitur-text button {
      background-color: transparent;
      color: #ffffffcc;
      border: none;
      padding: 10px 16px;
      font-weight: bold;
      border-radius: 8px;
      cursor: pointer;
      margin-top: 10px;
    }

    .fitur-text button:hover {
      color: #ffffff;
    }
  
  .read-more-btn {
    display: inline-block;
    font-size: 14px;
    transition: background-color 0.3s ease;
  }
  
  .read-more-btn:hover {
    background-color: #f8f9fa;
  }
  
  /* Gambar Smartphone Depan */
  .phone-mockup {
    width: 55%;
    position: absolute;
    padding: 0% 0% 0% 0%;
    margin-top: -5%;
    left: 0;
    z-index: 1;
  }
  
  /* Gambar Smartphone Belakang */
  .phone-mockup-back {
    width: 65%;
    max-width: none;
    margin: 0% 0% 0% 0% ;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 0;
    transform: rotateY(-10deg) translateZ(-50px); /* Efek 3D */
  }
    /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Tentang Aplikasi ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
    
    /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Fitur ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
    .fitur-section {
      background-color: #ffffff;
    }
    .container h1 {
      font-family: "Priego Regular";
      font-size: 25px;
      padding: 5% 20% 0% 20%;
    }

    .container .mb-5 h2 {
      font-family: "Priego SemiBold";
      font-size: 50px;
      padding: 0% 25% 0% 20%;
    }

    .carousel-background {
      position: absolute;
      width: 100%;
      height: 65%;
      margin: 10% 0px 0px -0px;
      justify-content: center;
      background-color: #1b1b1b0d;
      border-radius: 20px;
    }

    .carousel-indicators {
      padding: 0% 55% 27% 0%;
    }
  
    .carousel-indicators [data-bs-target] {
    background-color: #888;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    justify-content: end;
  }
  
  .carousel-indicators .active {
    background-color: #000;
  }
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Fitur ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TESTIMONIAL ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+HK&display=swap');
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Noto Sans HK', sans-serif;
  background: #1b1b1b;
}

.carousel-title {
  font-family: "Priego SemiBold";
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 50px;
}

.carousel-title h3 {
  font-family: "Priego SemiBold";
  padding: 5% 0% 1% 0%;
  font-weight: 400;
  color: #ffffff;
  font-size: 50px;
  letter-spacing: 0;
  line-height: 50px;
}

.carousel-title p {
  font-family: "Priego Regular";
  padding: 0% 24% 0% 24%;
  color: #ffffff;
  font-size: 25px;
  letter-spacing: 0;
  line-height: 35px;
}

.slider {
  margin-bottom: 30px;
  position: relative;
}
.slider .owl-item.active.center .slider-card {
  transform: scale(1);
  opacity: 1;
  background: #7066ff; /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #000000, #000000); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #313131, #2e2e2e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
}
.slider-card {
  background: #2c2c2c;
  color: #ffffffcc;
  padding: 0px 10px 10px 10px;
  margin: 50px 15px 90px 15px;
  border-radius: 20px;
  box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
  transform: scale(1);
  opacity: 0.5;
  transition: all 0.3s;
}
.slider-card img {
  border-radius: 5px 5px 0px 0px;
}

.slider-card .p-3 strong {
  font-family: "Priego SemiBold";
  font-size: 20px;
  color: #ffffff;
}

.slider-card p.small {
  font-family: "Poppins";
  font-size: 20px;
  color: #ffffffcc;
}

.slider-card p.mb-3 {
  font-family: "Poppins";
  font-size: 20px;
  padding: 0% 5% 8% 5%;
  color: #ffffffcc;
}

.owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #313131 !important;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
}
.owl-dots .owl-dot.active {
  background: #ffffff !important;
  width: 3%
}
/* Carousel */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TESTIMONIAL ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ PREVIEW APP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.preview-title {
  padding: 10% 30% 0% 30%;
  margin-bottom: 15px;
  font-family: "Priego SemiBold";
  font-weight: 400;
  color: #ffffff;
  font-size: 50px;
  letter-spacing: 0;
  line-height: 70px;
}

.preview-teks {
  max-width: 100%;
  padding: 0% 15% 0% 15%;
  margin: 0 auto;
  font-family: "Poppins";
  font-weight: 400;
  color: #ffffff;
  font-size: 25px;
  letter-spacing: 0;
  line-height: 40px;
}

.download-buttons {
    display: flex;
    width: 21%;
    height: 70px;
    justify-self: center;
    gap: 10px;
    margin: 2% 0% 0% 0%;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.3s ease;
}

.download-buttons a {
  width: 12vw;
  border-radius: 25px;
}

.download-buttons .btn-name {
  text-align: start;
}

.download-buttons .btn-name .name-2 {
  font-family: "Priego SemiBold";
  padding: 0% 0% 10% 5%;
  font-weight: bold;
  color: #1b1b1b;
  font-size: 25px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.download-buttons .btn-name .name-1 {
  font-family: "Priego Regular";
  padding: 10% 0% 0% 5%;
  font-weight: 400;
  color: #1b1b1b;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.img-phone {
  padding-top: 10%;
}

.img-phone img {
  width: 100%;
  max-width: 600px; /* Atur lebar maksimum gambar */
  height: auto; /* Agar proporsi gambar tetap terjaga */
}

.img-phone .one {
  margin-top: 10%;
}

.img-phone .three {
  margin-top: 10%;
}
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ PREVIEW APP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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: 86.5%;
  margin: auto;
}

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

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

.col-lg-5 p {
  font-family: "Priego Regular";
  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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
}





/* ???????????????????????????????????????????????????????????????????????????????????????????????????????? */
/* ???????????????????????????????????????????????????????????????????????????????????????????????????????? */
/* ???????????????????????????????????????????????????????????????????????????????????????????????????????? */
/* ???????????????????????????????????????????????????????????????????????????????????????????????????????? */
/* ???????????????????????????????????????????????????????????????????????????????????????????????????????? */
/* ???????????????????????????????????????????????????????????????????????????????????????????????????????? */
/* ???????????????????????????????????????????????????????????????????????????????????????????????????????? */





/* Ukuran Layar PC/Laptop lebih lebar */
@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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
  
  /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Informasi Haji ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
  /* Hero Section */
  .hero-section {
    background-color: #1b1b1b;
    color: white;
    padding: 100px 0; /* Tinggi hero section */
  }
  
  .hero-content {
    width: 125%;
    height: 38.5vw;
    background-color: #ffffff0d;
    border-radius: 50px;
    margin: -12% 0% 0% 5%;
    padding: 10% 0% 0% 10%;
  }
  
  .hero-content .btn-light {
    background-color: #ffffff;
    border-radius: 30px;
  }
  
  .hero-content .btn-light:hover {
    background-color: #ffffff;
    transform: scale(1.05);
  }
  
  .hero-content .btn .btn-teks {
    color: #1b1b1b;
  }
  
  .hero-content .jumbotron .display-4 {
    font-size: 3.5vw;
    margin: 0% 0% 2% 0%;
    padding: 0vw 9vw 0vw 0vw;
    font-family: "Priego SemiBold";
    letter-spacing: 0;
    line-height: 140%;
  }
  
  .hero-content .jumbotron p.lead {
    font-family: "Poppins";
    font-size: 1.1vw;
    color: #ccc;
    margin-bottom: 10%;
    padding-right: 26%;
  }
  
  .hero-title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  
  .hero-description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  
  /* Tombol Download */
  .btn-light {
    display: flex;
    width: 21%;
    height: 70px;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.3s ease;
  }
  
  .btn-light:hover {
    background-color: #f8f9fa;
  }
  
  .btn-apple img,
  .btn-google img {
    width: 20px;
    height: auto;
  }
  
  .d-lg-block {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
  }

  .text-1 {
    font-size: 16px;
    padding: 5% 0% 0% 0%;
  }

  .text-2 {
    font-family: "Priego SemiBold";
    font-weight: 400;
    padding: 0% 0% 5% 0%;
    color: #1b1b1b;
    font-size: 25px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
  }
  
  /* Kolom 2 Gambar */
  .col-lg-6 .hero-back {
    margin: -20% 0% 0% 30%;
    padding: 0% 0% 0% 0%;
    position: relative;
    max-width: none;
    width: 130%;
    height: 1150px;
    z-index: 1;
  }
  
  .col-lg-6 .hero-front {
    position: absolute;
    margin: 6% 0% 0% -35%;
    top: 0;
    left: 0;
    max-width: none;
    width: 145%;
    height: auto;
    z-index: 2;
  }
  /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Informasi Haji ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
  
  /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Tentang Aplikasi ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
  .about-section {
    background-color: #1b1b1b;
    color: white;
    padding: 100px 0; /* Tinggi hero section */
  }
  /* Konten Teks */
  .about-title {
    font-size: 16px;
    font-family: "Priego SemiBold";
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
  }  

    .fitur-text {
      flex: 1;
      color: #ffffffcc;
      padding-left: 10%;
      max-width: 75%;
    }

    .fitur-text h2 {
      font-family: "Priego SemiBold";
      font-size: 2.5vw;
      color: #ffffff;
      margin: 5% 0% 10px 0%;
    }

    .fitur-paragraph {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      font-family: 'Poppins';
      -webkit-line-clamp: 5; /* hanya tampil 5 baris */
      line-height: 1.6;
      transition: max-height 0.3s ease;
    }

    .fitur-text.expanded .fitur-paragraph {
      -webkit-line-clamp: unset;
      display: block;
    }

    .fitur-text button {
      background-color: transparent;
      color: #ffffffcc;
      border: none;
      padding: 10px 16px;
      font-weight: bold;
      border-radius: 8px;
      cursor: pointer;
      margin-top: 10px;
    }

    .fitur-text button:hover {
      color: #ffffff;
    }
  
  .read-more-btn {
    display: inline-block;
    font-size: 14px;
    transition: background-color 0.3s ease;
  }
  
  .read-more-btn:hover {
    background-color: #f8f9fa;
  }
  
  /* Gambar Smartphone Depan */
  .phone-mockup {
    width: 55%;
    position: absolute;
    padding: 0% 0% 0% 0%;
    margin-top: -5%;
    left: 0;
    z-index: 1;
  }
  
  /* Gambar Smartphone Belakang */
  .phone-mockup-back {
    width: 65%;
    max-width: none;
    margin: 0% 0% 0% 0% ;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 0;
    transform: rotateY(-10deg) translateZ(-50px); /* Efek 3D */
  }
    /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Tentang Aplikasi ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
    
    /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Fitur ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
    .fitur-section {
      background-color: #ffffff;
    }
    .container h1 {
      font-family: "Priego Regular";
      font-size: 25px;
      padding: 5% 20% 0% 20%;
    }

    .container .mb-5 h2 {
      font-family: "Priego SemiBold";
      font-size: 50px;
      padding: 0% 25% 0% 20%;
    }

    .carousel-background {
      position: absolute;
      width: 100%;
      height: 65%;
      margin: 10% 0px 0px -0px;
      justify-content: center;
      background-color: #1b1b1b0d;
      border-radius: 20px;
    }

    .carousel-indicators {
      padding: 0% 55% 27% 0%;
    }
  
    .carousel-indicators [data-bs-target] {
    background-color: #888;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    justify-content: end;
  }
  
  .carousel-indicators .active {
    background-color: #000;
  }
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Fitur ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TESTIMONIAL ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+HK&display=swap');
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Noto Sans HK', sans-serif;
  background: #1b1b1b;
}

.carousel-title {
  font-family: "Priego SemiBold";
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 50px;
}

.carousel-title h3 {
  font-family: "Priego SemiBold";
  padding: 5% 0% 1% 0%;
  font-weight: 400;
  color: #ffffff;
  font-size: 50px;
  letter-spacing: 0;
  line-height: 50px;
}

.carousel-title p {
  font-family: "Priego Regular";
  padding: 0% 24% 0% 24%;
  color: #ffffff;
  font-size: 25px;
  letter-spacing: 0;
  line-height: 35px;
}

.slider {
  margin-bottom: 30px;
  position: relative;
}
.slider .owl-item.active.center .slider-card {
  transform: scale(1);
  opacity: 1;
  background: #7066ff; /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #000000, #000000); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #313131, #2e2e2e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
}
.slider-card {
  background: #2c2c2c;
  color: #ffffffcc;
  padding: 0px 10px 10px 10px;
  margin: 50px 15px 90px 15px;
  border-radius: 20px;
  box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
  transform: scale(1);
  opacity: 0.5;
  transition: all 0.3s;
}
.slider-card img {
  border-radius: 5px 5px 0px 0px;
}

.slider-card .p-3 strong {
  font-family: "Priego SemiBold";
  font-size: 20px;
  color: #ffffff;
}

.slider-card p.small {
  font-family: "Poppins";
  font-size: 20px;
  color: #ffffffcc;
}

.slider-card p.mb-3 {
  font-family: "Poppins";
  font-size: 20px;
  padding: 0% 5% 8% 5%;
  color: #ffffffcc;
}

.owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #313131 !important;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
}
.owl-dots .owl-dot.active {
  background: #ffffff !important;
  width: 3%
}
/* Carousel */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TESTIMONIAL ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ PREVIEW APP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.preview-title {
  padding: 10% 30% 0% 30%;
  margin-bottom: 15px;
  font-family: "Priego SemiBold";
  font-weight: 400;
  color: #ffffff;
  font-size: 50px;
  letter-spacing: 0;
  line-height: 70px;
}

.preview-teks {
  max-width: 100%;
  padding: 0% 15% 0% 15%;
  margin: 0 auto;
  font-family: "Poppins";
  font-weight: 400;
  color: #ffffff;
  font-size: 25px;
  letter-spacing: 0;
  line-height: 40px;
}

.download-buttons {
    display: flex;
    width: 21%;
    height: 70px;
    justify-self: center;
    gap: 10px;
    margin: 2% 0% 0% 0%;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.3s ease;
}

.download-buttons a {
  width: 12vw;
  border-radius: 25px;
}

.download-buttons .btn-name {
  text-align: start;
}

.download-buttons .btn-name .name-2 {
  font-family: "Priego SemiBold";
  padding: 0% 0% 10% 5%;
  font-weight: bold;
  color: #1b1b1b;
  font-size: 25px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.download-buttons .btn-name .name-1 {
  font-family: "Priego Regular";
  padding: 10% 0% 0% 5%;
  font-weight: 400;
  color: #1b1b1b;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.img-phone {
  padding-top: 10%;
}

.img-phone img {
  width: 100%;
  max-width: 600px; /* Atur lebar maksimum gambar */
  height: auto; /* Agar proporsi gambar tetap terjaga */
}

.img-phone .one {
  margin-top: 10%;
}

.img-phone .three {
  margin-top: 10%;
}
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ PREVIEW APP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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: 86.5%;
  margin: auto;
}

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

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

.col-lg-5 p {
  font-family: "Priego Regular";
  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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
}





/* ???????????????????????????????????????????????????????????????????????????????????????????????????????? */
/* ???????????????????????????????????????????????????????????????????????????????????????????????????????? */
/* ???????????????????????????????????????????????????????????????????????????????????????????????????????? */
/* ???????????????????????????????????????????????????????????????????????????????????????????????????????? */
/* ???????????????????????????????????????????????????????????????????????????????????????????????????????? */
/* ???????????????????????????????????????????????????????????????????????????????????????????????????????? */





/* TAMPILAN SMARTPHONE */
@media (min-width: 360px) and (max-width: 430px) {
/* Mencegah geser horizontal */
  html, body {
    overflow-x: hidden;
  }

/* Navbar */
  .offcanvas {
    max-width: 90%;
    background-color: #1b1b1b;
  }

  .navbar .navbar-brand {
    font-size: 18px;
    padding: 0 0 0 1%;
  }

  .navbar .navbar-nav {
    align-items: start;
    flex-direction: column;
    width: 100%;
    padding-left: 0;
  }

  .navbar .nav-link {
    font-size: 14px;
    padding: 10px 0;
    text-align: left;
  }

/* Informasi Haji */
  .hero-section {
    padding: 60px 20px;
    text-align: start;
  }

  .hero-content {
    width: 120%;
    background-color: #ffffff0d;
    height: 500px;
    margin: 0% 0% 0% -6%;
    padding: 8% 0% 0% 0%;
    border-radius: 50px;
  }

  .hero-content .jumbotron .display-4 {
    font-size: 28px;
    padding: 0 25% 0 5%;
  }

  .hero-content .jumbotron .lead {
    font-size: 16px;
    padding: 0 15% 0 5%;
  }

  .btn-light {
    border-radius: 20px;
    width: 130px;
    height: 52px;
    justify-content: center;
    margin-left: 5%;
  }

  .btn-light .btn-teks .text-1 {
    font-size: 8.9px;
  }

  .col-lg-6 .hero-back {
    display: block;
    margin: 0px 0px 0px -7.5%;
    max-width: 115%;
    height: auto;
    position: relative;
    z-index: 0;
  }

  .col-lg-6 .hero-front {
    position: absolute;
    top: 0;
    left: 55%;
    padding-top: 38%;
    width: 100%;
    transform: translateX(-50%);
    z-index: 1;
  }

/* Tentang Aplikasi */
  .about-section,
  .fitur-section,
  .faq-accordion {
    padding: 40px 15px;
    text-align: start;
  }

  .phone-mockup {
    width: 100%;
    position: absolute;
    padding: 10% 0% 0% 0%;
    margin-left: 0%;
    left: 0;
    z-index: 1;
  }

  .phone-mockup-back {
    margin: 10% 0px 0px 0%;
    max-width: 100%;
    height: 23em;
    margin-left: 0%;
    left: 0;
    z-index: 0;
  }

  .about-section {
    padding: 0px 5% 15% 1%;
    margin-top: -16%;
  }

  /* Fitur */
  .fitur-text {
    text-align: start;
    margin-top: 10%;
  }

  .fitur-text .about-title {
    font-size: 16px;
    font-family: "Priego SemiBold";
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
  }

  .fitur-paragraph {
    font-size: 14px;
    line-height: 1.5;
  }

  .fitur-text h2 {
    font-size: 32px;
    font-family: "Priego SemiBold";
  }

/* Fitur */
  .fitur-section {
    padding: 0px 5% 15% 1%;
    margin-top: 0%;
  }

  .carousel-background {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }

  .carousel-item .row {
    flex-direction: column;
    text-align: center;
  }

  .carousel-item .row .carousel-teks .fw-bold {
    font-size: 18px;
    font-family: "Priego SemiBold";
    text-align: start;
  }

    .carousel-item .row .carousel-teks .text-muted {
    font-size: 18px;
    font-family: "Priego SemiBold";
    text-align: start;
  }

  .fitur-section .container h1 {
    font-family: "Priego Regular";
    font-size: 16px;
    padding: 0;
    text-align: start;
  }
  .fitur-section .container .mb-5 h2 {
    padding: 0;
    text-align: start;
    font-size: 32px;
  }

  .carousel-background {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .carousel-item img {
    width: 100%;
  }

  .carousel-indicators {
    padding: 0;
    margin-top: 20px;
  }

/* Testimonial */
  .carousel-title {
    font-family: "Poppins";
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 50px;
    text-align: center;
  }
  .carousel-title h3 {
    font-size: 32px;
  }

  .carousel-title p {
    font-size: 14px;
    padding: 0% 6%;
  }

  .preview-title {
    font-size: 5vw;
    padding: 0 5%;
  }

.slider {
  margin: -20% 0px 30px 0px;
}
.owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.owl-dots {
  text-align: center;
  margin-top: -20%;
}
.owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #313131 !important;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
}
.owl-dots .owl-dot.active {
  background: #ffffff !important;
  width: 10%
}

/* Preview App */
  .preview-title {
    font-size: 22px;
    padding: 0;
  }

  .preview-teks {
    font-size: 14px;
    padding: 0 15px;
  }


  /* Phone img */
  .img-phone {
    align-items: center;
    flex-wrap: nowrap;
    gap: 1.5rem;
  }

  .img-phone img {
    width: 50%;
  }

  .img-phone .one,
  .img-phone .three {
    padding-top: 55%;
  }
  /* Phone img */

  .preview-teks {
    max-width: 100%;
    font-size: 16px;
    padding: 0 0%;
  }

  .download-buttons {
    width: 50%;
    justify-content: center;
    gap: 0%;
    margin: 5% 0% 0% 23% ;
  }

  .download-buttons a {
    width: 80%;
  }

  /* 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;
}

p.title {
  font-size: 16px;
  color: yellow;
  font-family: "Priego SemiBold";
  margin-top: -13%;
}

p.deskripsi {
  font-size: 16px;
  color: #ffffffcc;
  text-align: center;
  font-family: "Poppins";
  padding: 0% 5% 0% 5%;
}

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

  .footer-container {
    text-align: start;
    max-width: 100%;
    padding: 0 1.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;
  }
}

/* 2560 x 1440 */