@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');



@media (min-width: 992px) {
    .btn-wa {
      width: 60px;
    }
    .act-btn{
      /* background:green; */
      display: block;
      width: 30px;
      height: 30px;
      line-height: 50px;
      text-align: center;
      color: white;
      font-size: 30px;
      font-weight: bold;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      text-decoration: none;
      transition: ease all 0.3s;
      position: fixed;
      right: 45px;
      bottom: 45px;
      z-index: 999;
    }

    .navbar-nav > li{
        padding-left:15px;
        padding-right:15px;
      }

      .nav, ul, li{
        font-family: Inter;
        font-weight: 500;
        font-size: 15px;
        color:#696871;
      }

      .navbar-nav .nav-link:hover {
          text-decoration: underline;
          font-family: Inter;
          font-weight: 600;
          font-size: 15px;
          color: #FF5001;
      }

      .btn-login {
        background-color: #FFFF00;
        width: 200px;
        height: 40px;
        padding: 6px;
      }

    .carousel-item {
        height: 91vh;
        min-height: 350px;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .carousel-cap {
        position: absolute;
        right: 15%;
        bottom: 1.25rem;
        left: 3%;
        padding-top: 1.25rem;
        padding-bottom: 4.25rem;
        color: #fff;
        text-align: left;
    }
    
    .title-slide{
      font-family: Inter;
      font-weight: 800;
      font-size: 55px;
    }
    
    .sub-slide {
      font-family: Mulish;
      font-weight: 400;
      font-size: 19px;
    }

    .title-1 {
        font-family: Inter;
        font-weight: 600;
        font-size: 40px;
      }
      
      .sub-title-1 {
        font-family: Inter;
        font-weight: 400;
        font-size: 17px;
        color: #626262;
        text-align: justify;
      }

      /* Berita */

      .berita {
        background-color: #F7F7F7;
        padding: 3%;
      }

      .title-konten {
        font-family: Inter;
        font-size: 40px;
        font-weight: 600;
      }

      .subtitle-konten {
        color: #7E7E7E;
        font-family: Inter;
        font-size: 18px;
        font-weight: 400;
      }

      .img-center-crop {
        width: 100%;
        height: 281px;
        object-fit: cover;
        border-radius: 10px;
      }
       .center-crop-rek {
        width: 100%;
        height: 281px;
        object-fit: cover;
        border-radius: 10px;
      }

      .card {
        /* Add shadows to create the "card" effect */
        box-shadow: 0 10px 20px rgba(41,41,42,0.07);
        transition: 0.3s;
        border-radius: 10px;
      }
      
      /* On mouse-over, add a deeper shadow */
      .card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
      }

      .date-news {
        font-family: Inter;
        font-size: 12px;
        font-weight: 400;
        color: #8E8E8E;
      }

      .title-news {
        font-family: Inter;
        font-size: 20px;
        font-weight: 600;
      }

      .sub-news {
        font-family: Inter;
        font-size: 13px;
        font-weight: 400;
        color: #AEAEAE;
      }

      .btn-berita {
        background-color: #fff;
        width: 394px;
        height: 55px;
        padding: 15px;
        font-size: 15px;
        color: #A1A1A1;
        font-family: Inter;
        border-radius: 5px;
    }
      .btn-berita2 {
        background-color: #F7F7F7;
        width: 394px;
        height: 55px;
        padding: 15px;
        font-size: 15px;
        color: #A1A1A1;
        font-family: Inter;
        border-radius: 5px;
    }

    /* Kegiatan */
    .kegiatan {
      padding: 3%;
    }

    .layouts-1 {
      width: 100%;
      height: 100%;
      background: no-repeat center center scroll;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      border-radius: 10px;
      padding: 3%;
    }

    .date-layouts-1 {
      color: #fff;
      font-family: Inter;
      font-weight: 400;
      font-size: 12px;
      text-shadow: 2px 2px 4px #000000;
    }

    .title-layouts-1 {
      color: #fff;
      font-family: Inter;
      font-weight: 600;
      font-size: 20px;
      text-shadow: 2px 2px 4px #000000;
    }

    .subtitle-layouts-1 {
      color: #C5C5C5;
      font-family: Inter;
      font-weight: 400;
      font-size: 12px;
      text-shadow: 2px 2px 4px #000000;
    }

    /* tentang kami */
    .title-tentangkami {
      font-family: Inter;
      font-size: 50px;
      font-weight: 600;
    }

    .subtitle-tentangkami {
      font-family: Inter;
      font-size: 18px;
      font-weight: 400;
      color: #9E9E9E;
    }

    .video-tentangkami {
      width: 100%;
      height: 600px;
    }

    /* footer */
    .footer {
      padding-top: 3%;
    }

    .logo-footer {
      width: 260px;
    }

    .title-footer {
      font-family: Inter;
      font-weight: 500;
      font-size: 20px;
    }

    .subtitle-footer {
      font-family: Inter;
      font-weight: 400;
      font-size: 16px;
    }

    /* detail page */
    .date-detail{
      font-family: Inter;
      font-weight: 400;
      font-size: 20px;
      color: #757575;
    }

    .title-detail {
      font-family: Inter;
      font-weight: 500;
      font-size: 40px;
    }

    .text-detail {
      text-align: justify;
      font-family: Inter;
      font-weight: 400;
      font-size: 20px;
      line-height: 50px;
    }

    /* Album */
    .btn-info-alumni {
      background-color: #fff;
        width: 328px;
        height: 65px;
        padding: 15px;
        font-size: 15px;
        font-family: Inter;
        font-weight: 500;
        font-size: 23px;
        border-radius: 10px;
        border: 1px solid #E8E8E8;
        text-align: center;
    }

    .layouts-2 {
      width: 100%;
      height: 450px;
      background: no-repeat center center scroll linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      border-radius: 10px;
      padding: 3%;
    }

    .layouts-3 {
      width: 100%;
      height: 250px;
      background: no-repeat center center scroll linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      border-radius: 10px;
      padding: 3%;
    }

    .title-layouts-2 {
      color: #fff;
      font-family: Inter;
      font-weight: 600;
      font-size: 25px;
    }

    .title-layouts-2:hover {
      color: #FFFF00;
    }

    .subtitle-layouts-2 {
      color: #C5C5C5;
      font-family: Inter;
      font-weight: 400;
      font-size: 12px;
    }

    .layouts-2:hover {
      box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

    /* album kelas */
    .btn-info-alumni-kelas {
      background-color: #fff;
      width: 200px;
      height: 40px;
      padding: 6px;
      font-size: 18px;
      font-family: Inter;
      font-weight: 500;
      border-radius: 10px;
      border: 1px solid #E8E8E8;
    }

    .img-kelas {
      object-fit: cover;
      width: 100%;
      height: 350px;
      border-radius: 10px;
    }

    /* template unlimited page (temp) */
    .bg-temp {
      background: no-repeat center center scroll;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      width: 100%;
      height: 440px;
    }

    .title-temp-1 {
      color: #FFF;
      font-family: Inter;
      font-weight: 600;
      font-size: 45px;
    }

    .title-konten-temp {
      font-family: Inter;
      font-weight: 600;
      font-size: 40px;
    }

    .subtitle-konten-temp {
      font-family: Inter;
      font-weight: 400;
      font-size: 18px;
      color: #9E9E9E;
    }

    .bg-temp-card {
      background-color: #F7F7F7;
    }

    .title-info-temp {
      font-family: Inter;
      font-weight: 600;
      font-size: 40px;
      color: #3CADFF;
    }

    .subtitle-info-temp {
      font-family: Inter;
      font-weight: 400;
      font-size: 18px;
      color: #929292;
    }

    .title-map {
      font-family: Inter;
      font-weight: 600;
      font-size: 40px;
    }

    .map-loc {
      width: 100%;
      height: 430px;
    }

    /* PSB */

    /* navbar */
    .fixed-top {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      z-index: 99;
  }

  .bg-psb {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 600px;
  }

  .subtitle-psb-1 {
    font-family: Inter;
      font-weight: 400;
      font-size: 18px;
      color: #fff;
  }

  .form-label {
    font-family: Inter;
    font-size: 18px;
    color: #454545;
  }
  
  input {
    height: 50px;
    border-radius: 11px;
  }
  
  select {
    height: 50px;
    border-radius: 11px;
  }
  
  
}


@media (max-width: 600px) {

  .btn-wa {
    width: 60px;
  }
  .act-btn{
    /* background:green; */
    display: block;
    width: 30px;
    height: 30px;
    line-height: 50px;
    text-align: center;
    color: white;
    font-size: 30px;
    font-weight: bold;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-decoration: none;
    transition: ease all 0.3s;
    position: fixed;
    right: 45px;
    bottom: 45px;
    z-index: 999;
  }

  .navbar-nav > li{
      padding-left:15px;
      padding-right:15px;
    }

    .nav, ul, li{
      font-family: Inter;
      font-weight: 500;
      font-size: 16px;
      color:#696871;
    }

    .navbar-nav .nav-link:hover {
        text-decoration: underline;
        font-family: Inter;
        font-weight: 600;
        font-size: 13px;
        color: #FF5001;
    }

    .btn-login {
      background-color: #FFFF00;
      width: 180px;
      height: 40px;
      padding: 8px;
      font-size: 15px;
    }

  .carousel-item {
      height: 91vh;
      min-height: 350px;
      background: no-repeat center center scroll;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
  }

  .carousel-cap {
      position: absolute;
      right: 15%;
      bottom: 1.25rem;
      left: 3%;
      padding-top: 1.25rem;
      padding-bottom: 3.25rem;
      color: #fff;
      text-align: left;
  }
  
  .title-slide{
    font-family: Inter;
    font-weight: 800;
    font-size: 27px;
  }
  
  .sub-slide {
    font-family: Mulish;
    font-weight: 400;
    font-size: 15px;
  }

  .title-1 {
      font-family: Inter;
      font-weight: 600;
      font-size: 27px;
    }
    
    .sub-title-1 {
      font-family: Inter;
      font-weight: 400;
      font-size: 16px;
      color: #626262;
      text-align: justify;
    }

    /* Berita */

    .berita {
      background-color: #F7F7F7;
      padding: 3%;
    }

    .title-konten {
      font-family: Inter;
      font-size: 27px;
      font-weight: 600;
    }

    .subtitle-konten {
      color: #7E7E7E;
      font-family: Inter;
      font-size: 15px;
      font-weight: 400;
    }

    .img-center-crop {
      width: 100%;
      height: 175px;
      object-fit: cover;
      border-radius: 10px;
    }
    .center-crop-rek {
      width: 100%;
      height: 175px;
      object-fit: cover;
      border-radius: 10px;
    }

    .card {
      /* Add shadows to create the "card" effect */
      box-shadow: 0 10px 20px rgba(41,41,42,0.07);
      transition: 0.3s;
      border-radius: 10px;
    }
    
    /* On mouse-over, add a deeper shadow */
    .card:hover {
      box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

    .date-news {
      font-family: Inter;
      font-size: 12px;
      font-weight: 400;
      color: #8E8E8E;
    }

    .title-news {
      font-family: Inter;
      font-size: 22px;
      font-weight: 600;
    }

    .sub-news {
      font-family: Inter;
      font-size: 14px;
      font-weight: 400;
      color: #AEAEAE;
    }

    .btn-berita {
      background-color: #fff;
      width: 230px;
      height: 51px;
      padding: 12px;
      font-size: 16px;
      color: #A1A1A1;
      font-family: Montserrat;
      border-radius: 5px;
  }
    .btn-berita2 {
      background-color: #F7F7F7;
      width: 230px;
      height: 51px;
      padding: 12px;
      font-size: 16px;
      color: #A1A1A1;
      font-family: Montserrat;
      border-radius: 5px;
  }

  /* Kegiatan */
  .kegiatan {
    padding: 3%;
  }

  .layouts-1 {
    width: 100%;
    height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 10px;
    padding:3%;
  }

  .date-layouts-1 {
    color: #fff;
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    text-shadow: 2px 2px 4px #000000;
  }

  .title-layouts-1 {
    color: #fff;
    font-family: Inter;
    font-weight: 600;
    font-size: 22px;
    text-shadow: 2px 2px 4px #000000;
  }

  .subtitle-layouts-1 {
    color: #C5C5C5;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    text-shadow: 2px 2px 4px #000000;
  }

  /* tentang kami */
  .title-tentangkami {
    font-family: Inter;
    font-size: 26px;
    font-weight: 600;
  }

  .subtitle-tentangkami {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    color: #9E9E9E;
  }

  .video-tentangkami {
    width: 100%;
    height: 190px;
  }

  /* footer */
  .footer {
    padding-top: 3%;
  }

  .logo-footer {
    width: 200px;
  }

  .title-footer {
    font-family: Inter;
    font-weight: 500;
    font-size: 21px;
  }

  .subtitle-footer {
    font-family: Inter;
    font-weight: 400;
    font-size: 15px;
  }

  /* detail page */
  .date-detail{
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    color: #757575;
  }

  .title-detail {
    font-family: Inter;
    font-weight: 500;
    font-size: 25px;
  }

  .text-detail {
    text-align: justify;
    font-family: Inter;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
  }

  /* Album */
  .btn-info-alumni {
    background-color: #fff;
      width: 200px;
      height: 50px;
      padding: 15px;
      font-family: Inter;
      font-weight: 500;
      font-size: 15px;
      border-radius: 10px;
      border: 1px solid #E8E8E8;
      text-align: center;
      /* margin-left: 30px; */
  }

  .layouts-2 {
    width: 100%;
    height: 250px;
    background: no-repeat center center scroll linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 10px;
    padding: 2%;
  }

  .layouts-3 {
    width: 100%;
    height: 180px;
    background: no-repeat center center scroll linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 10px;
    padding: 2%;
  }

  .title-layouts-2 {
    color: #fff;
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;
  }

  .title-layouts-2:hover {
    color: #FFFF00;
  }

  .subtitle-layouts-2 {
    color: #C5C5C5;
    font-family: Inter;
    font-weight: 400;
    font-size: 10px;
  }

  .layouts-2:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }

  /* album kelas */
  .btn-info-alumni-kelas {
    background-color: #fff;
    width: 120px;
    height: 30px;
    padding: 6px;
    font-size: 12px;
    font-family: Inter;
    font-weight: 500;
    border-radius: 10px;
    border: 1px solid #E8E8E8;
  }

  .img-kelas {
    object-fit: cover;
    width: 100%;
    height: 180px;
    border-radius: 10px;
  }

  /* template unlimited page (temp) */
  .bg-temp {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 200px;
  }

  .title-temp-1 {
    color: #FFF;
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;
  }

  .title-konten-temp {
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;
  }

  .subtitle-konten-temp {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    color: #9E9E9E;
  }

  .bg-temp-card {
    background-color: #F7F7F7;
  }

  .title-info-temp {
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;
    color: #3CADFF;
  }

  .subtitle-info-temp {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    color: #929292;
  }

  .title-map {
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;
  }

  .map-loc {
    width: 100%;
    height: 230px;
  }

  
  .bg-psb {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 200px;
  }

  
  .subtitle-psb-1 {
    font-family: Inter;
      font-weight: 400;
      font-size: 14px;
      color: #fff;
  }


}


