@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Manrope:wght@200;300;400;500;600;700;800&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.navbar{
    transition:500ms ease;
    background:transparent;
  }
  .navbar.scrolled{
    /* background:#1565D8; */
    background-image: url(bg2.svg);
    border-bottom: 0.1px solid #0F2E1A;
  }

  .navbar.scrolled2{
    /* background:#1565D8; */
    background-image: url(bg2.svg);
    border-bottom: 0.1px solid #0F2E1A;
  }

  .navbar-nav .nav-link {
      color: rgb(255, 255, 255);
  }

  .scrolled .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
  }

  @media (min-width: 992px) {
    .navbar-nav > li{
      padding-left:15px;
      padding-right:15px;
    }

    .navbar-nav .nav-link:hover {
      color: #000000;
      text-decoration: underline;
    }
    
  } 

  .backgroud-1 {
    height: 90vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 9%;
    z-index: 1;
}

.marker {
    margin: 0;
    /* padding: 0.1em 0.1em; */
    /* border-radius: 0.8em 0.3em; */
    background: transparent;
    background-image: url('mark.svg');
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: #000;
    background-size: cover;
}

.marker2 {
  margin: 0;
  padding: 0.1em 0.1em;
  /* border-radius: 0.8em 0.3em; */
  background: transparent;
  background-image: url('mark2.svg');
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
}

.title {
    font-family: Manrope;
    font-weight: 700;
    font-size: 82px;
    line-height: 95px;
}


.subtitle {
    font-family: Dm Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #CBCBCB;
}

.img-banner {
    width: 100%;
}

.title-1 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  /* or 56px */
  text-transform: capitalize;
  color: #232323;
}

.subtitle-1 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #777777;
}

.title-btn-sma {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 32px;
  /* or 135% */
  text-transform: uppercase;
}

.subtitle-btn-sma {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
}



.btn-nav-sma-smp {
  background-color: #0F2E1A;
  padding: 4%;
  color: #FFFFFF;
}

.btn-nav-sma-smp:hover {
  background-color: #f6f6f6;
  padding: 4%;
  color: #000;
}


.title-sambutan {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 140%;
  color: #000000;
}

.deskripsi-sambutan {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 180%;
  color: #777777;
}

.content-visi-misi {
  padding: 5%;
}

.title-visi {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  color: #FFFFFF;
}

.subtitle-visi {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #CDCDCD;
}

.subtitle-misi {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #CDCDCD;
}

.garis {
  border: 1px solid #484848;
}

.faq {
  background-color: #f6f6f6;
  padding: 5%;
  color: #000;
  border-radius: 45px;
}

.title-faq {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  text-transform: capitalize;
}

.subtitle-faq {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
}

.faq:hover {
  background: #0F2E1A;
  padding: 5%;
  color: #fff;
  border-radius: 45px;
}

.berita-title {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #0D0E0C;
}

.berita-subtitle {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  /* or 26px */
  color: #505050;
}

.title-ajakan {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  /* or 144% */
  letter-spacing: -0.05em;
  text-transform: capitalize;
  color: #000000;
}

.subtitle-ajakan {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  /* or 178% */
  color: #000000;
}

.btn-ajakan {
  background-color: #0F2E1A;
  padding: 2%;
  color: #FFFFFF;
}

.btn-ajakan:hover {
  background-color: #f6f6f6;
  padding: 2%;
  color: #000;
}


.footer {
    padding: 3%;
  }

  .title-footer {
    font-family: 'Raleway';
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    color: #fff;
  }

  .subtitle-footer {
    font-family: 'Raleway';
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
  }

  
  .backlink {
    background-color: #000; 
    padding-top: 1.5%;
  }

  .img-crop {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 5px;
}


  @media (max-width: 600px) {
    .backgroud-1 {
      height: 110vh;
      min-height: 350px;
      background: no-repeat center center scroll;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      padding: 9%;
      z-index: 1;
  }
  
  .marker {
      margin: 0;
      /* padding: 0.1em 0.1em; */
      /* border-radius: 0.8em 0.3em; */
      background: transparent;
      background-image: url('mark.svg');
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone;
      color: #000;
      background-size: cover;
  }
  
  .marker2 {
    margin: 0;
    padding: 0.1em 0.1em;
    /* border-radius: 0.8em 0.3em; */
    background: transparent;
    background-image: url('mark2.svg');
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: #fff;
  }
  
  .title {
      font-family: Manrope;
      font-weight: 700;
      font-size: 35px;
      line-height: 50px;
      margin-top: 60px;
  }
  
  
  .subtitle {
      font-family: Dm Sans;
      font-weight: 400;
      font-size: 16px;
      line-height: 22px;
      color: #CBCBCB;
  }
  
  .img-banner {
      width: 100%;
  }
  
  .title-1 {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    /* or 56px */
    text-transform: capitalize;
    color: #232323;
  }
  
  .subtitle-1 {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #777777;
  }
  
  .img-btn {
    width: 50px;
  }
  
  .title-btn-sma {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    /* or 135% */
    text-transform: uppercase;
    margin-top: 10px;
  }
  
  .subtitle-btn-sma {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 9px;
    line-height: 19px;
    text-align: center;
  }

  .arrow-btn {
    display:none;
  }
  
  
  
  .btn-nav-sma-smp {
    background-color: #0F2E1A;
    padding: 4%;
    color: #FFFFFF;
  }
  
  .btn-nav-sma-smp:hover {
    background-color: #f6f6f6;
    padding: 4%;
    color: #000;
  }
  
  
  .title-sambutan {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 26px;
    color: #000000;
    margin-top: 20px;
  }
  
  .deskripsi-sambutan {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    color: #777777;
    text-align: justify;
  }
  
  .content-visi-misi {
    padding: 5%;
  }
  
  .title-visi {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
  }
  
  .subtitle-visi {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #CDCDCD;
  }
  
  .subtitle-misi {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #CDCDCD;
    text-align: center;
  }
  
  .garis {
    border: 1px solid #484848;
  }
  
  .faq {
    background-color: #f6f6f6;
    padding: 5%;
    color: #000;
    border-radius: 45px;
  }
  
  .title-faq {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    text-transform: capitalize;
    text-align: center;
    margin-top: 10px;
  }
  
  .subtitle-faq {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
  }
  
  .faq:hover {
    background: #0F2E1A;
    padding: 5%;
    color: #fff;
    border-radius: 45px;
  }
  
  .berita-title {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
    color: #0D0E0C;
  }
  
  .berita-subtitle {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    /* or 26px */
    color: #505050;
  }
  
  .title-ajakan {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 29px;
    /* or 144% */
    letter-spacing: -0.05em;
    text-transform: capitalize;
    color: #000000;
  }
  
  .subtitle-ajakan {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    /* or 178% */
    color: #000000;
  }
  
  .btn-ajakan {
    background-color: #0F2E1A;
    padding: 4%;
    color: #FFFFFF;
    margin-top: 10px;
  }
  
  .btn-ajakan:hover {
    background-color: #f6f6f6;
    padding: 4%;
    color: #000;
    margin-top: 10px;
  }
  
  
  .footer {
    padding: 10% 4% 10% 4%;
  }

  .title-footer {
    font-family: 'Raleway';
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    margin-top: 20px;
    /* text-align: center; */
  }

  .subtitle-footer {
    font-family: 'Raleway';
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    /* text-align: center; */
  }
  
    
    .backlink {
      background-color: #000; 
      padding-top: 5%;
    }
  }
  
  
  
    @media (min-width: 1420px) {
    .backgroud-1 {
      height: 88vh;
      min-height: 350px;
      background: no-repeat center center scroll;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      padding: 9%;
      z-index: 1;
    }
  }