@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;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{
    /* padding-top: 15px; */
    background: #000000;
    background-image: url(bg1.svg);
    border-bottom: 0.1px solid #0000005b;
  }

  .navbar.scrolled2{
    background: #000000;
    background-image: url(bg1.svg);
    border-bottom: 0.1px solid #000000;
  }

  .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 14px;
  }

  .scrolled .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
  }

  .navbar-nav a.active { 
    color: #fff; 
    font-family: 'Raleway';
    font-style: normal;
    /* opacity: 1; */
    font-weight: 600;
    text-decoration: underline;
    }

    .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
        color: #fff;
        background-color: #ffffff10 !important;
    }

  @media (min-width: 992px) {

    .navbar-nav > li{
      padding-left:15px;
      padding-right:15px;
    }

    .navbar-nav .nav-link:hover {
      color: #fff;
      font-family: 'Manrope';
      font-weight: 600;
      text-decoration: underline;
    }

  } 

  .carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

    .btn-psb {
        background: #FAE084;
        border: #FAE084;
    }

    .backgroud-1 {
        height: 82vh;
        min-height: 730px;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 12px;
    }

    .backgroud-4 {
        height: 46vh;
        min-height: 440px;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 12px;
    }

    .backgroud-5 {
        height: 9vh;
        min-height: 80px;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .padding-7 {
        padding-top: 7%;
        padding-right: 5%;
        padding-left: 5%;
        padding-bottom: 1%;
    }
    
    .tag-line {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 27px;
        letter-spacing: 0.02em;
        color: #FAE084;
    }

    .title {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 600;
        font-size: 43px;
        line-height: 55px;
        letter-spacing: 0.02em;
        color: #FFFFFF;
    }
    
    .subtitle {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 30px;
        letter-spacing: 0.02em;
        color: #FFFFFF;
        opacity: 0.7;
    }

    /* Keunggulan */

    .sec-keunggulan {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(53.5px);
        margin-top: -150px;
        padding: 1%;
    }

    .sec-keunggulan-2 {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(53.5px);
        margin-top: -160px;
        padding: 1%;
    }

    .konten-keunggulan {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 27px;
        color: #EBE5DB;
        text-align: center;
    }

    .garis {
        position: absolute;
        width: 0px;
        height: 70%;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        /* left: 12px; */
        /* top: 823px; */
        border: 1px solid rgba(229, 243, 60, 0.26);
    }
    .title-keunggulan {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 700;
        font-size: 15px;
        line-height: 28px;
        color: #FFFFFF;
    }

    .subtitle-keunggulan {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 28px;
        color: #96C4BA;
    }

    /* Sambutan Kepsek */

    .sambutan-kepsek {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 500;
        font-size: 22px;
        line-height: 32px;
        letter-spacing: 0.02em;
        color: #052A24;
    }

    .title-kepsek {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 600;
        font-size: 40px;
        line-height: 54px;
        font-feature-settings: 'pnum' on, 'lnum' on;
        color: #232323;
    }

    .deskripsi-kepsek {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 36px;
        color: #757575;
        text-align: justify;
    }

    /* Informasi */

    .informasi {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 33px;
        text-align: center;
        letter-spacing: 0.02em;
        color: #D7E63B;
    }

    .backgroud-2 {
        margin-top: 40px;
        height: 40vh;
        min-height: 270px;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 12px;
    }

    .title-informasi {
        margin-top: 10px;
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 600;
        font-size: 34px;
        line-height: 45px;
        text-align: center;
        color: #FFFFFF;
    }

    .info-informasi {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 44px;
        color: #FFFFFF;
    }

    .deskripsi-informasi {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 28px;
        color: #96C4BA;
    }

    /* Berita */

    .konten-berita {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 36px;
        text-align: center;
        letter-spacing: 0.02em;
        color: #052A24;
    }

    .title-berita {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 600;
        font-size: 43px;
        line-height: 58px;
        text-align: center;
        font-feature-settings: 'pnum' on, 'lnum' on;
        color: #2E2E2E;
    }

    .subtitle-berita {
        margin-top: 10px;
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 36px;
        text-align: center;
        color: #757575;
    }

    .img-blog-crop {
        width: 100%;
        height: 250px;
        object-fit: cover;
        border-radius: 5px;
    }

    .judul-berita {
        margin-top: 10px;
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 700;
        font-size: 22px;
        line-height: 28px;
        font-feature-settings: 'pnum' on, 'lnum' on;
        color: #2E2E2E;
    }

    .deskripsi-berita {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 23px;
        color: #808080;
    }

    .btn-berita {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 0.02em;
        color: #052A24;
    }

    /* embed Youtube */

    .video-title {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 600;
        font-size: 41px;
        line-height: 54px;
        font-feature-settings: 'pnum' on, 'lnum' on;
        color: #232323;
    }

    .subtitle-video {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 36px;
        color: #757575;
    }

    .backgroud-3 {
        margin-top: 40px;
        height: 60vh;
        min-height: 370px;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 12px;
    }

    /* Cta */

    .title-cta {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 600;
        font-size: 40px;
        line-height: 54px;
        font-feature-settings: 'pnum' on, 'lnum' on;
        color: #FFFFFF;
    }

    .subtitle-cta {
        margin-top: 20px;
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 27px;
        color: #FFFFFF;
    }

    
    .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 {
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        background-color: #0D0D0D; 
        padding-top: 1.5%;
    }


    /* Detail berita */

    .date-detail-berita {
        margin-top: 50px;
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0.02em;
        font-feature-settings: 'salt' on, 'liga' off;
        color: #052A24;
    }

    .title-berita-detail {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 600;
        font-size: 40px;
        line-height: 54px;
        font-feature-settings: 'pnum' on, 'lnum' on;
        color: #232323;
    }

    .bagikan-detail-berita {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        font-feature-settings: 'salt' on, 'liga' off;
        color: #757575;
    }

    .list-group-item {
        margin-top: 10px;
        position: relative;
        display: block;
        padding: 0.5rem;
        color: #212529;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid rgba(0,0,0,.125);
    }

    .deskripsi-detail-berita {
        margin-top: 50px;
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 34px;
        color: #757575;
        text-align: justify;
    }

    /* download */

    .date-file {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        color: #808D9E;
        opacity: 0.7;
    }
    .title-file {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 45px;
        display: flex;
        align-items: center;
        color: #0D0D0D;
    }
    .deskripsi-file {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 38px;
        color: #808D9E;
    }

    /* Hubungi kami */
    
    .kontak-us {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 26px;
        text-transform: uppercase;
        color: #080A12;
        margin-top: 20px;
    }

    /* Galleri */
    .img-crop-galleri {
        width: 100%;
        height: 280px;
        object-fit: cover;
        border-radius: 12px;
    }
    .title-galleri {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 20px;
        /* display: flex; */
        align-items: center;
        color: #1D1E25;
    }

    .conten-end {
        display: flex;
        justify-content: end;
    }

    @media only screen and (max-width: 1400) {
        .sec-keunggulan {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(53.5px);
            margin-top: -180px;
            padding: 1%;
        }
    }

    @media only screen and (min-width: 1400px) {
        .sec-keunggulan {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(53.5px);
            margin-top: -150px;
            padding: 1%;
        }
        .backgroud-1 {
            height: 92vh;
            min-height: 790px;
            background: no-repeat center center scroll;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            padding: 12px;
        }
    }

    @media (max-width: 600px) {

    .carousel-control-next, .carousel-control-prev {
            position: absolute;
            top: 0;
            bottom: 0;
            z-index: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 7%;
            padding: 0;
            color: #fff;
            text-align: center;
            background: 0 0;
            border: 0;
            opacity: .5;
            transition: opacity .15s ease;
        }

    .img-logo {
        width: 250px;
    }


    .btn-psb {
        background: #FAE084;
        border: #FAE084;
    }

    .backgroud-1 {
        height: 100vh;
        min-height: 1080px;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 12px;
    }

    .backgroud-4 {
        height: 60vh;
        min-height: 600px;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 12px;
    }

    .backgroud-5 {
        height: 7vh;
        min-height: 72px;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .padding-7 {
        padding-top: 20%;
        padding-right: 9%;
        padding-left: 9%;
        padding-bottom: 1%;
    }
    
    .tag-line {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0.02em;
        color: #FAE084;
    }

    .title {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 35px;
        letter-spacing: 0.02em;
        color: #FFFFFF;
    }
    
    .subtitle {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.02em;
        color: #FFFFFF;
        opacity: 0.7;
    }

    /* Keunggulan */

    .sec-keunggulan {
        background: rgba(179, 176, 176, 0.1);
        backdrop-filter: blur(53.5px);
        margin-top: -340px;
        padding: 12px;
    }

    .sec-keunggulan-2 {
        background: rgba(179, 176, 176, 0.1);
        backdrop-filter: blur(53.5px);
        margin-top: -340px;
        padding: 12px;
    }

    .konten-keunggulan {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #EBE5DB;
        text-align: center;
    }

    .garis {
        visibility: hidden;
    }
    .title-keunggulan {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 24px;
        color: #FFFFFF;
    }

    .subtitle-keunggulan {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 20px;
        color: #96C4BA;
    }

    .mobile-center {
        text-align: center;
    }

    /* Sambutan Kepsek */

    .sambutan-kepsek {
        margin-top: 10px;
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.02em;
        color: #052A24;
    }

    .title-kepsek {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 34px;
        font-feature-settings: 'pnum' on, 'lnum' on;
        color: #232323;
    }

    .deskripsi-kepsek {
        margin-top: 15px;
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 25px;
        color: #757575;
        text-align: justify;
    }

    /* Informasi */

    .informasi {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        letter-spacing: 0.02em;
        color: #D7E63B;
    }

    .backgroud-2 {
        margin-top: 40px;
        height: 40vh;
        min-height: 470px;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 12px;
    }

    .title-informasi {
        margin-top: 10px;
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        color: #FFFFFF;
    }

    .info-informasi {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        color: #FFFFFF;
    }

    .deskripsi-informasi {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #96C4BA;
        margin-bottom: 20px;
    }

    /* Berita */

    .konten-berita {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        letter-spacing: 0.02em;
        color: #052A24;
    }

    .title-berita {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 34px;
        text-align: center;
        font-feature-settings: 'pnum' on, 'lnum' on;
        color: #2E2E2E;
    }

    .subtitle-berita {
        margin-top: 10px;
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 26px;
        text-align: center;
        color: #757575;
    }

    .img-blog-crop {
        width: 100%;
        height: 180px;
        object-fit: cover;
        border-radius: 5px;
        margin-top: 25px;
    }

    .judul-berita {
        margin-top: 10px;
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 700;
        font-size: 17px;
        line-height: 25px;
        font-feature-settings: 'pnum' on, 'lnum' on;
        color: #2E2E2E;
    }

    .deskripsi-berita {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #808080;
    }

    .btn-berita {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.02em;
        color: #052A24;
    }

    /* embed Youtube */

    .video-title {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 31px;
        font-feature-settings: 'pnum' on, 'lnum' on;
        color: #232323;
    }

    .subtitle-video {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        color: #757575;
    }

    /* Cta */

    .backgroud-3 {
        margin-top: 40px;
        height: 70vh;
        min-height: 450px;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 12px;
    }

    .title-cta {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        font-feature-settings: 'pnum' on, 'lnum' on;
        color: #FFFFFF;
    }

    .subtitle-cta {
        margin-top: 20px;
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 23px;
        color: #FFFFFF;
    }

    .footer {
        padding: 4% 4% 8% 4%;
      }
    
      .title-footer {
        font-family: 'Raleway';
        font-size: 17px;
        line-height: 20px;
        font-weight: 500;
        color: #fff;
        margin-top: 20px;
      }
    
      .subtitle-footer {
        font-family: 'Raleway';
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
        color: #fff;
      }

    .backlink {
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        background-color: #0D0D0D; 
        padding-top: 5%;
      }

      /* Detail berita */

    .date-detail-berita {
        margin-top: 20px;
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 28px;
        letter-spacing: 0.02em;
        font-feature-settings: 'salt' on, 'liga' off;
        color: #052A24;
    }

    .title-berita-detail {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 600;
        font-size: 23px;
        line-height: 34px;
        font-feature-settings: 'pnum' on, 'lnum' on;
        color: #232323;
    }

    .bagikan-detail-berita {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 24px;
        font-feature-settings: 'salt' on, 'liga' off;
        color: #757575;
    }

    .list-group-item {
        margin-top: 10px;
        position: relative;
        display: block;
        padding: 0.4rem;
        color: #212529;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid rgba(0,0,0,.125);
    }

    .deskripsi-detail-berita {
        margin-top: 30px;
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 28px;
        color: #757575;
        text-align: justify;
    }

     /* file download */
     .center-mobile {
        text-align: center;
        margin-top: 10px;
    }
    .cari-download {
        align-items: flex-start;
        /*align-items: flex-end;*/
    }

    /* Galleri */
    .img-crop-galleri {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 12px;
    }
    .title-galleri {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 700;
        font-size: 13px;
        line-height: 20px;
        /* display: flex; */
        align-items: center;
        color: #1D1E25;
    }

    .conten-end {
        display: flex;
        justify-content: start;
    }
    
    .img-mobile {
        margin-top: 50px;
    }
    
    }

    