/* (((((((((((((((((((((((((((((((((((((((( 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 )))))))))))))))))))))))))))))))))))))))) */

/* (((((((((((((((((((((((((((((((((((((((( KEBIJAKAN PRIVASI )))))))))))))))))))))))))))))))))))))))) */
    body {
      color: #fff;
      font-family: "Priego Regular", sans-serif;
      padding-top: 100px; /* agar isi tidak tertutup navbar */
    }

    h1, h4 {
      font-weight: bold;
    }

    h1 {
      color: #fff;
      font-family: "Priego SemiBold";
      margin-bottom: 2rem;
    }

    h4 {
      color: #ffffff;
      margin-top: 2.5rem;
      margin-bottom: 1rem;
    }

    .content-container {
      max-width: 900px;
      margin: 0 auto;
      padding: 0 1rem;
    }

    p {
      line-height: 1.8;
      font-family: poppins;
      color: #ffffffcc;
    }

    @media (max-width: 576px) {
      body {
        padding-top: 2rem;
        padding-bottom: 2rem;
      }

      .content-container {
        padding: 0 1.2rem;
      }

      h1 {
        font-size: 1.8rem;
      }

      h4 {
        font-size: 1.2rem;
      }
    }

/* (((((((((((((((((((((((((((((((((((((((( KEBIJAKAN PRIVASI )))))))))))))))))))))))))))))))))))))))) */

/* (((((((((((((((((((((((((((((((((((((((( 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;
}
/* (((((((((((((((((((((((((((((((((((((((( 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: 0% 0% 0% 0%;
    font-weight: 600;
  }
  
  .navbar .navbar-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 65%;
  }
  /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ NAVBAR ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */  
    .content-container {
      max-width: 85%;
      margin: 0 auto;
      padding: 0 1rem;
    }

    h1, h4 {
      font-weight: bold;
    }

    h1 {
      font-size: 70px;
      color: #fff;
      font-family: "Priego SemiBold";
      margin: 5% 0% 3% 0%;
    }

    h4 {
      font-size: 38px;
      color: #ffffff;
      margin: 2% 0% 1% 0%;
    }

    p {
      font-size: 24px;
      line-height: 1.5;
      font-family: poppins;
      color: #ffffffcc;
    }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FOOTER ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.footer {
  background-color: #252525;
  color: white;
  padding: 0% 0% 1% 0%;
  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: 4% 0% 1% 7.9%;
}

.col-lg-5 h3,
.col-lg-2 h3 {
  font-weight: bold;
  font-size: 28px;
  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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
}





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





/* Responsif untuk layar kecil */
@media (min-width: 360px) and (max-width: 430px) {
  /* Navbar */
  .offcanvas {
    max-width: 90%;
    background-color: #1b1b1b;
  }
  
  .offcanvas .btn-close {
    background-color: #1b1b1b;
  }

  .offcanvas .btn-close:hover {
    background-color: rgb(255, 255, 255);
  }

  .offcanvas h5 {
    color: #ffffffcc;
  }

  .navbar .navbar-brand {
    font-size: 18px;
    padding: 10px 15px;
  }

  .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;
  }

  /* Konten */
  .content-container {
    margin: 10% 0% 0% 0%;
  }

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