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

/* (((((((((((((((((((((((((((((((((((((((( TEAM )))))))))))))))))))))))))))))))))))))))) */
.team-section {
  background-color: #111111;
  color: #ffffff;
  padding: 10% 0% 5% 0%;
  font-family: "Inter", sans-serif;
}

.team-header h2 {
    font-size: 3.5vw;
    margin: 0% 0% 0% 7.5%;
    padding: 0vw 9vw 0vw 0vw;
    font-family: "Priego SemiBold";
    letter-spacing: 0;
    line-height: 140%;
}

.team-header p {
    font-family: "Poppins";
    font-size: 16px;
    color: #ccc;
    margin: 3% 0% 3% 7.5%;
    padding-right: 26%;
}

.team-section .container {
  max-width: 93%;
  justify-content: center;
  margin: 0% 0% 0% 6.8%;
}

.team-card {
  border-radius: 1rem;
  overflow: hidden;
  padding-right: 2rem;
  max-width: 90%;
}

.team-card img {
  width: 105%;
  height: auto;
  border-radius: 1rem;
  object-fit: cover;
  margin-bottom: 1rem;
}

.team-card h4 {
  font-size: 1rem;
  margin: 0;
  color: #ffffff;
}

.team-card .role {
  font-size: 0.875rem;
  color: #bbbbbb;
  font-style: italic;
}
/* (((((((((((((((((((((((((((((((((((((((( TEAM )))))))))))))))))))))))))))))))))))))))) */

/* (((((((((((((((((((((((((((((((((((((((( 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% 0.5%;
  }
  
  .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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TEAM ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
  .team-section {
  background-color: #111111;
  color: #ffffff;
  padding: 10% 0% 5% 0%;
  font-family: "Inter", sans-serif;
}

.team-header h2 {
    font-size: 3.5vw;
    margin: 0% 0% 0% 6%;
    padding: 0vw 9vw 0vw 0vw;
    font-family: "Priego SemiBold";
    letter-spacing: 0;
    line-height: 140%;
}

.team-header span {
  font-weight: 700;
}

.team-header p {
    font-family: "Poppins";
    font-size: 24.5px;
    color: #ccc;
    margin: 3% 0% 3% 6%;
    padding-right: 26%;
}

.team-section .container {
  max-width: 90.5%;
  justify-content: center;
  margin: 0% 0% 0% 4.6%;
}

.team-card {
  border-radius: 1rem;
  overflow: hidden;
  padding: 1rem;
  max-width: none;
}

.team-card img {
  width: 100%;
  height: auto;
  border-radius: 5.5%;
  object-fit: cover;
  margin: 0% 0% 3% 0%;
}

.team-card h4 {
  font-family: "Priego SemiBold";
  font-size: 25px;
  margin: 0;
  color: #ffffff;
  margin: 3% 0% 5% 0%;
}

.team-card .role {
  font-family: "Priego Regular";
  font-size: 20px;
  color: #bbbbbb;
  font-style: italic;
}
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TEAM ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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: 89%;
}

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

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

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

  /* Team Section */
  .team-header h2 {
  font-family: "Priego SemiBold";
  color: #ffffff;
  font-size: 32px;
  padding: 10% 0% 5% 0%;
}

.team-card {
  border-radius: 1rem;
  overflow: hidden;
  padding: 1rem;
  max-width: 450px;
}

.team-card img {
  width: 102%;
  height: auto;
  border-radius: 1rem;
  object-fit: cover;
  margin-bottom: 1rem;
}

.team-header p {
    font-size: 3.5vw;
    margin: 0% 0% 5% 6%;
    padding: 0vw 9vw 0vw 0vw;
    font-family: "Priego SemiBold";
    letter-spacing: 0;
    line-height: 140%;
}

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