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

/* (((((((((((((((((((((((((((((((((((((((( DEMO )))))))))))))))))))))))))))))))))))))))) */
.demo-section {
  padding: 8% 0% 5% 10%;
  color: white;
  margin: 0 auto;
}

.demo-content {
  margin-bottom: 40px;
}

.demo-content h2 {
  font-size: 36px;
  font-family: "Priego SemiBold";
  font-weight: 700;
  margin-bottom: 20px;
}

.demo-content p {
  font-family: "Priego Regular";
  padding-right: 10%;
  font-weight: 400;
  color: #ffffffcc;
  font-size: 16px;
  text-align: justify;
  letter-spacing: 0;
  line-height: 25px;
}

.demo-video iframe {
  position: relative;
  width: 90%;
  height: 600px;
}

.demo-video img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}
/* (((((((((((((((((((((((((((((((((((((((( DEMO )))))))))))))))))))))))))))))))))))))))) */

/* (((((((((((((((((((((((((((((((((((((((( 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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.demo-section {
  color: white;
  margin: 0% 0% 0% -1.7%;
}

.demo-content {
  margin-bottom: 0px;
  max-width: none;
}

.demo-content h2 {
  font-size: 48px;
  font-family: "Priego SemiBold";
  font-weight: 700;
  margin-bottom: 20px;
}

.demo-content p {
  font-family: "Poppins";
  font-weight: 400;
  color: #ffffffcc;
  font-size: 20px;
  text-align: justify;
  letter-spacing: 0;
  line-height: 30px;
}

.demo-video iframe {
  width: 90%;
  height: 900px;
}

  /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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: 27px;
  font-family: "Priego SemiBold";
  padding: 1% 0% 1% 0%;
}

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

.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) {
/* 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 Demo */
.demo-section{
  padding: 8% 0% 0% 5%;
  color: white;
  margin: 0 auto;
}

.demo-section .demo-content{
  padding: 15% 0% 0% 4%;
  color: white;
  margin: 0 auto;
}

.demo-section .demo-video {
  padding: 0% 0% 0% 4%;
}


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