@font-face {
  font-family: 'AvenirLTStd';
  src: url(../assets/fonts/avenir/FontsFree-Net-AvenirLTStd-Book.ttf);
}

body {
  font-family: 'AvenirLTStd', sans-serif;
}

.container {
  position: relative !important;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  mix-blend-mode: normal;
  opacity: 0.87;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.nav-item {
  color: #707070;
  padding-left: 5px;
}

.nav-link {
  color: #707070;
}

.nav-link:hover {
  color: black;
  text-decoration: underline;
}

.banner {
  padding-top: 75px;
}

.banner-img {
  border-radius: 10px;
}

.text-banner {
  position: absolute;
  width: 500px;
  height: 60%;
  left: 5%;
  top: 40%;
  font-family: 'AvenirLTStd';
  font-style: normal;
  font-size: 22px;
  line-height: 24px;
  /* text-align: justify; */
  color: #707070;
  mix-blend-mode: normal;
}

.btn-banner {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #555;
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.banner-gif {
  height: 90%;
  width: 90%;
  border-radius: 10px;
  text-align: center;
  margin-top: 20px;
}

.selection {
  border-radius: 10px;
  background-color: #F5F5F5;
  padding-left: 20px;
}

.judul-program {
  margin-top: 10%;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #283557;
  mix-blend-mode: normal;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.sub-judul-program {
  margin-top: 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 25px;
  color: #707070;
  mix-blend-mode: normal;
}

.judul {
  /*margin-top: 10%;*/
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 90px;
  color: #283557;
  mix-blend-mode: normal;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.sub-judul {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 38px;
  color: #707070;
  mix-blend-mode: normal;
}

.banner-thumb {
  height: 90%;
  width: 100%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.banner-three {
  height: 90%;
  width: 100%;
  text-align: center;
}

.center {
  text-align: center;
}

.judul-thumb {
  margin-left: 20px;
  font-weight: bolder;
  margin-top: 20px;
}

.kotak {
  width: 100%;
  height: 100%;
}

.footer {
  bottom: 0px;
  background-color: #283557;
  height: 80px;
  font-family: poppins;
  margin-top: 10px;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #F8EF22;
}

.footer li {
  list-style: none;
  line-height: 2.5em;
}

.bolder {
  font-weight: bolder;
}

.text-selection {
  font-size: 28px;
  font-weight: bolder;
  margin-bottom: 3px;
}

.pagebreak {
  margin-top: 15px;
}

.banner-two {
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 0px 0px !important;
}

.imghvr {
  background-color: #F5F5F5 !important;
}

.imghvr-fade {
  background-color: #F5F5F5 !important;
}

.daftar {
  position: absolute;
  text-align: center;
  margin-top: 22%;
  margin-left: 13%;
  font-size: 24px;
}

[class^="imghvr-"] figcaption,
[class*=" imghvr-"] figcaption {
  background-color: #000040 !important;
  border-radius: 50%;
  position: absolute;
  margin-top: 20%;
  margin-bottom: 20%;
  margin-left: 25%;
  margin-right: 20%;
  right: 20;
  height: 50%;
  width: 65%;
  color: #ffffff;
  text-align: center;
}

.text-up {
  position: absolute;
  font-size: 28px;
  color: white;
  margin-top: -200px;
  margin-left: 17%;
}

.text-up:hover {
  position: absolute;
  font-size: 38px;
  color: white;
  margin-top: -200px;
  margin-left: 14%;
}

.last-text {
  padding-top: 20px;
  font-size: 28px;
  font-weight: bolder;
}

.last-btn {
  font-size: 28px;
  margin-top: 46px;
  border-radius: 20px;
  padding: 5px 15px 5px 15px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 26px;
  text-decoration: none;
}

.bc-green {
  background-color: #00FF85;
}

.bc-orange {
  background-color: #F6C370;
}

.black {
  color: black;
}

.white {
  color: white;
}

.selection-box-green {
  text-align: center;
  border-radius: 10px;
  background-color: #F5F5F5;
}

.selection-box-orange {
  text-align: center;
  border-radius: 10px;
  background-color: #F5F5F5;
}

.selection-box-green:hover {
  border-radius: 10px;
  background-color: #00FF85;
}

.selection-box-orange:hover {
  border-radius: 10px;
  background-color: #F6C370;
}

.last-btn-green:hover {
  text-align: center;
  font-size: 36px;
  margin-top: 20px;
  border-radius: 10px;
  padding: 5px 15px 5px 15px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
  background-color: white;
  font-weight: bolder;
}

.last-btn-orange:hover {
  text-align: center;
  font-size: 36px;
  border-radius: 10px;
  padding: 5px 15px 5px 15px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
  background-color: white;
  font-weight: bolder;
  color: black;
}

.head-section {
  margin-top: 100px;
}

.gif img {
  filter: brightness(40%);
}

.gif {
  position: relative;
  text-align: center;
  color: white;
}

.title-gif {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}

.tag {
  font-size: 26px;
  text-align: center;
}

.btn-kolaborasi-white {
  width: 370px;
  padding: 15px 30px 15px 30px;
  background-color: #F6C370;
  border-radius: 30px;
  color: #F6C370;
  font-size: 26px;
  background: white;
  border: 4px solid #F6C370;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.btn-kolaborasi-orange {
  padding: 15px 25px 15px 25px;
  background-color: #F6C370;
  border-radius: 20px;
  color: white;
  font-size: 26px;
  background: #F6C370;
  border: 4px solid #F6C370;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.br-30 {
  border-radius: 30px;
}

.thanks {
  font-size: 24px;
}

.text-relawan {
  font-size: 18px;
}

.client-img {
  width: 200px;
  margin-top: 50px;
}

.text-kolab {
  font-weight: bolder;
  font-size: 18px;
}

.btn-blog,
.btn-inspiratif {
  /* position: absolute; */
  left: 25.95%;
  right: 25.8%;
  top: 25.42%;
  bottom: 63.55%;
  height: 80px;
  text-decoration: none;
  background: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 15px 15px 15px 15px;
  color: #283557;
  border: #283557 2px solid;
}

.icon{
  margin-top: 25px;
  margin-left: 15px;
  height: 30px;
}
.icon2{
  margin-top:10px;
  margin-right: 15px;
  height: 35px;
}
.icon3{
  margin-top:10px;
  margin-right: 15px;
  height: 30px;
}

.btn-blog:hover {
  background: #283557;
  color: white;
}

.btn-inspiratif:hover {
  background: #283557;
  color: white;
}

.btn-about,
.btn-visi,
.btn-tim {
  padding-right: 60px;
  padding-left: 60px;
}

.btn-about,
.btn-visi,
.btn-tim {
  /* position: absolute; */
  left: 25.95%;
  right: 25.8%;
  top: 25.42%;
  bottom: 63.55%;
  height: 80px;
  text-decoration: none;
  background: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 60px;
  padding: 15px 15px 15px 15px;
  color: #283557;
  border: #283557 2px solid;
}

.nav-item .active {
  color: #F6C370 !important;
  border-bottom: 2px solid #293557;
}

.nav-link {
  color: #333333 !important;
  font-size: 16px !important;
  transition: 0.5s;
  border-bottom: 2px solid #fff;
  font-weight: bolder;
}

#img_inspiratif {
  border-radius: 20px;
  height: 400px;
  width: 600px;
}

.section_inspiratif {
  color: white;
  font-size: 16px;
  text-align: center;
  width: 90%;
}

.newline {
  display: none;
}

.newline2 {
  display: none;
}

#left-side {
  z-index: 1;
  margin-top: -90px;
  padding-top: 105px !important;
  padding-bottom: 45px !important;
  border-radius: 20px;
}

.shape {
  padding-left: 20px;
  height: 500px;
  padding-top: 200px;
  background-color: #F5F5F5;
}

.relawan_img {
  width: 200px;
}

.beasiswa {
  margin-left: 100px;
}

.kolaborasi {
  margin-left: 25%;
  margin-right: 25%;
  font-size: 20px;
  line-height: 24px;
  color: #707070;
}

.dipilih {
  background: #283557;
  color: white;
}

.spasi {
  margin-top: 80px;
}

.newline {
  display: none;
}

.newline2 {
  display: none;
}

.group_guru {
  width: 250px;
}

.group_tim {
  width: 950px;
}

.colab_img {
  width: 900px;
}

.anggota{
  font-size: 16px;
}

@media screen and (max-width:800px) {

  .container {
    position: relative !important;
  }

  .text-banner {
    position: absolute;
    width: 300px;
    height: 50%;
    left: 50px;
    top: 35%;
    font-family: 'AvenirLTStd';
    font-style: normal;
    font-size: 11px;
    line-height: 20px;
    /* text-align: justify; */
    color: #707070;
    mix-blend-mode: normal;
  }

  .anggota{
    font-size: 12px;
    text-align: center;
  }

  .banner-gif {
    height: 90%;
    width: 100%;
    border-radius: 10px;
    text-align: center;
  }

  .group_tim {
    width: 250px;
  }

  .banner-two {
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 0px 0px !important
  }

  .banner-three {
    height: 70%;
    width: 90%;
    text-align: center;
    padding: 0px 0px !important
  }

  .selection {
    border-radius: 10px;
    background-color: #F5F5F5;
    padding-left: 20px;
  }

  .text-selection {
    font-size: 14px;
  }

  .judul {
    margin-top: 20%;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #283557;
    mix-blend-mode: normal;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }

  .sub-judul {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #707070;
    mix-blend-mode: normal;
  }

  .btn {
    font-size: 12px !important;
  }

  .daftar {
    position: absolute;
    text-align: center;
    margin-top: -10%;
    margin-left: -30%;
    font-size: 10px;
  }

  [class^="imghvr-"] figcaption,
  [class*=" imghvr-"] figcaption {
    background-color: #000040 !important;
    border-radius: 50%;
    position: relative;
    margin-top: 20%;
    margin-bottom: 20%;
    margin-left: 20%;
    margin-right: 20%;
    right: 20;
    height: 50%;
    width: 65%;
    color: #ffffff;
    text-align: center;
  }

  .group_guru {
    width: 150px;
  }

  .text-up {
    position: absolute;
    font-size: 12px;
    color: white;
    margin-top: -65px;
    margin-left: 13%;
  }

  .text-relawan {
    font-size: 16px;
  }

  .relawan_img {
    width: 150px;
    margin-top: 20px;
  }

  .text-up:hover {
    position: absolute;
    font-size: 18px;
    color: white;
    margin-top: -60px;
    margin-left: 10%;
  }

  .last-text {
    padding-top: 20px;
    font-size: 12px;
    font-weight: bolder;
  }

  .last-btn {
    font-size: 9px;
    margin-top: 17px;
    border-radius: 10px;
    padding: 5px 15px 5px 15px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 17px;
    text-decoration: none;
  }

  .bc-green {
    background-color: #00FF85;
  }

  .bc-orange {
    background-color: #F6C370;
  }

  .black {
    color: black;
  }

  .white {
    color: white;
  }

  .selection-box-green {
    text-align: center;
    border-radius: 10px;
    background-color: #F5F5F5;
  }

  .selection-box-orange {
    text-align: center;
    border-radius: 10px;
    background-color: #F5F5F5;
  }

  .selection-box-green:hover {
    border-radius: 10px;
    background-color: #00FF85;
  }

  .selection-box-orange:hover {
    border-radius: 10px;
    background-color: #F6C370;
  }

  .last-btn-green:hover {
    text-align: center;
    font-size: 10px;
    margin-top: 19px;
    border-radius: 10px;
    padding: 5px 15px 5px 15px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 15px;
    background-color: white;
    font-weight: bolder;
  }

  .last-btn-orange:hover {
    text-align: center;
    font-size: 10px;
    margin-top: 19px;
    border-radius: 10px;
    padding: 5px 15px 5px 15px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 15px;
    background-color: white;
    font-weight: bolder;
    color: black;
  }

  .head-section {
    margin-top: 80px;
  }

  .title-gif {
    font-size: 8px;
  }

  .gif img {
    filter: brightness(40%);
  }

  .gif {
    position: relative;
    text-align: center;
    color: white;
  }

  .title {
    font-size: 30px;
    font-weight: bold;
    color: #283557;
  }

  .title-gif {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
  }

  .me-4 {
    width: 20px;
    height: 20px;
    margin-right: 0.5rem !important;
  }

  .icon{
    margin-top: 25px;
    margin-left: 15px;
    height: 20px;
  }
  .icon2{
    margin-top:10px;
    /* margin-right: 15px; */
    height: 25px;
  }
  .icon3{
    margin-top:10px;
    margin-right: 15px;
    height: 20px;
  }

  .footer {
    bottom: 0px;
    background-color: #283557;
    height: 80px;
    font-family: poppins;
    margin-top: 10px;
    padding: 20px 0;
  }

  .tag {
    font-size: 14px;
    text-align: center;
  }

  .btn-kolaborasi-white {
    width: 170px;
    padding: 10px 10px 10px 10px;
    background-color: #F6C370;
    border-radius: 30px;
    color: #F6C370;
    font-size: 13px;
    background: white;
    border: 1px solid #F6C370;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }

  .btn-kolaborasi-orange {
    padding: 15px 10px 15px 10px;
    background-color: #F6C370;
    border-radius: 20px;
    color: white;
    font-size: 14px;
    background: #F6C370;
    border: 1px solid #F6C370;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }

  .left {
    text-align: left;
  }

  .right {
    text-align: right;
  }

  .text-kolab {
    font-weight: bolder;
    font-size: 12px;
    margin-top: 200px;
  }

  .img-kolab {
    height: 50%;
  }

  .thanks {
    font-size: 16px;
  }

  .judul-program {
    /* margin-top: 10%; */
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #283557;
    mix-blend-mode: normal;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }

  .sub-judul-program {
    /* margin-top: 5px; */
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    /* line-height: 25px; */
    color: #707070;
    mix-blend-mode: normal;
  }

    .colab_img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  @media screen and (max-width: 576px) {
    .colab_img {
      width: 90%; /* slightly smaller on extra small screens */
    }
  }
  
  .medsos-icon {
    text-align: center; /* Center icons */
  }

  .icon, .icon2, .icon3 {
    width: 30px; /* Set a consistent size for icons */
    height: auto; /* Maintain aspect ratio */
    margin: 0 10px; /* Add spacing between icons */
  }

  html, body {
    height: 100%; /* Ensure full height */
    margin: 0; /* Remove default margin */
  }
  
  /* Base font size for larger screens */
  body {
    font-size: 16px; /* Default font size */
  }

  /* Adjust font size for smaller screens */
  @media screen and (max-width: 768px) { /* For tablets */
    body {
        font-size: 18px; /* Increase font size for tablets */
    }
  }

  @media screen and (max-width: 576px) { /* For mobile devices */
    body {
        font-size: 20px !important; /* Increase font size for mobile */
    }
  }

  /* Specific adjustments for other elements if needed */
  .footer {
    font-size: 14px !important; /* Adjust footer font size */
  }

  .medsos-icon .icon {
    width: 40px; /* Adjust icon size if needed */
  }
  
  .footer {
    font-size: 14px !important; /* Adjust footer font size */
  }

  .judul, .sub-judul, .text-selection, .thanks {
    font-size: 1.5rem !important; /* Example of increasing font size for specific elements */
  }

  .text-diatas-gambar-kiri, .text-diatas-gambar-kanan {
    font-size: 1.5rem !important; /* Increase font size for these elements */
  }
  
  @media screen and (max-width: 576px) {
    body {
        font-size: 20px; /* Increase font size for mobile */
        margin: 0; /* Ensure no margin */
        padding: 0; /* Ensure no padding */
    }

    .container {
        padding-left: 10px; /* Reduce left padding */
        padding-right: 10px; /* Reduce right padding */
    }

    .footer {
        padding: 10px; /* Adjust footer padding */
        font-size: 14px; /* Adjust footer font size */
    }

    /* Adjust margins for specific elements if needed */
    .judul {
        margin: 10px 0; /* Reduce margin for titles */
    }

    .sub-judul {
        margin: 5px 0; /* Reduce margin for subtitles */
    }

    .text-selection {
        font-size: 18px; /* Adjust font size for selection text */
    }

    /* Add more adjustments as needed */
  }
}


/* Existing styles unchanged ... */

/* Add or override for small screen devices */
@media screen and (max-width: 576px) {
  /* Reduce container padding */
  .container,
  .container-lg {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Ensure no extra wide margins in rows */
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Adjust any problematic fixed width or margin elements */
  .bgbl-head {
    margin-left: 0 !important;
  }

  /* Adjust buttons or other elements with wide margins */
  .btn, .btn-primary, .bgbl-btn {
    padding-left: 12px !important;
    padding-right: 12px !important;
    font-size: 14px !important;
  }
  
  /* Adjust text blocks to be full width */
  .bgbl-text {
    margin: 1rem 0 !important;
  }
  
  /* General responsive fix for wide fixed widths */
  img.img-fluid {
    max-width: 100% !important;
    height: auto !important;
  }
}

