

:root{
    --fontsize-title-section : 1.9rem; 
    --fontsize-childtext-section :  calc(14px + (20 - 14) * ((100vw - 300px) / (1600 - 300)));;
    --fontcolor-childtext-section : #474747;

    --margin-persection : 4rem;

    --text-psize : 0.875rem;
}
@import url("../font/roboto/stylesheet.css");

body{
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}

.footer-x{
    position: relative;
    z-index: 200;
}

.btn-info{
    background-color: #fff;
    color: #000;
    border-color: #fff;
}

.btn-info:hover,
.btn-info:focus{
    background-color: rgb(250, 250, 250) !important;
    color: #000 !important;
}

.btn{
    border-radius: 2.23rem;
}

.btn-lg{
    font-size: 1rem;
    font-weight: 600;
}

.btn-md{
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    font-size: 0.9rem;
}

.btn-sm{
    font-size: 0.8rem;
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 400;
}

/* Navbar header */

.navbar-stripe {
    height: 2rem;
    background-color: rgba(0,132,255,1);
}

nav.navbar{
    position: fixed;
    width: 100%;
    top: 2rem;
    z-index: 3000;
    z-index: 5000;
    background-color: transparent;
}

nav.navbar{
    background-color: transparent ;
}

nav .navbar-nav .nav-item.active .nav-link{
    color: rgb(255, 255, 255);
    border-bottom: 2px solid #fff;
}

nav.navbar-scrolled .navbar-nav .nav-item.active .nav-link{
    border-bottom: 2px solid #3d66c3;
}

nav.navbar.navbar-stripe-scrolled {
    top: 0;
}


nav .navbar-nav .nav-link{
    color: rgb(242, 242, 242);
    font-size: 0.938rem;
}

nav .navbar-nav .nav-link:hover{
    color: #fff;
}

nav .navbar-nav li:not(:last-child){
    margin: 0 1rem;
}

nav.navbar-nav li:last-child{
    margin-left: 1rem;
}

nav.navbar .navbar-brand img{
    width: 40px;
}

nav.navbar .navbar-brand .nav-brand-title{
    margin-top: 1rem;
    margin-left: 5px;
}

nav.navbar.navbar-scrolled .navbar-brand .nav-brand-title h1{
    color: #2d2d2d;
}

nav.navbar.navbar-scrolled .navbar-brand .nav-brand-title span{
    color: #515151bd;
}

nav.navbar .navbar-brand .nav-brand-title h1{
    font-family: 'Quicksand', sans-serif;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 700;
    line-height: 0.4;
}

nav.navbar .navbar-brand .nav-brand-title span{
    font-size: 0.813rem;
    line-height: 0.8;
    color: #fff;
}
/* end Navbar Header */

#landing-home{
    position: relative;
    width: 100%;
}

#landing-home .bg{
    position: relative;
    width: 100%;
    top: 0;
    height: 100vh;
    background-image: url('../images/background/hero.jpg');
    background-size: cover;
    display: flex;
    align-items: center;
}

#landing-home .bg-color {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    /* z-index: 1; */
}

#landing-home .bg .heading{
    position: relative;
    z-index: 999;
    max-width: 870px;
}

#landing-home .bg .title h1{
    font-family: 'Quicksand', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 5rem;
    line-height: 1.7;
}

#landing-home .bg .title .btn{
    padding-right: 1.3rem;
    padding-left: 1.3rem;
}

#landing-home .bg .hlp-position{
    z-index: 3000;
}

#landing-home .bg .title p{
    font-size: 1.125rem;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.027em;
    line-height: 1.5;
}

#landing-home .bg .title p.subtitle{
    font-size: 2rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.027em;
    line-height: 1.5;
}

#landing-home .bg .title .description {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 999;
    gap: 1rem;
}

#landing-home .bg .title .description p {
    margin: 0;
}

#landing-home .bg .title .description .btn {
    white-space: nowrap;
    background-color: rgba(0,132,255,1);
    color: white;
}

#landing-home .bg .vec img{
    position: absolute;
    height: 150px;
    bottom: 0;
    width: 100%;
    z-index: 10;
}

#landing-home .bg .hand-pic img{
    position: absolute;
    z-index: 20;
    width: 100%;
    bottom: 54px;
}

/* Main Content */
.main-content {
    background-color: #cce8fe;
    position: relative;
}
.main-content-text {
    border-left: 1rem solid #0481cb;
    border-right: 1rem solid #0481cb;
    padding: 4rem 0;
    min-height: 100vh;
}
.main-content .hp {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -100px;
}

/* Tentang Kami section */

#tentang-kami {
}

#tentang-kami .sec-img img{
    width: 100%;
    max-width: 600px;
}

#tentang-kami .sec-text, #sejarah .sec-text{
    border: .5rem solid #0481cb;
    background-color: white;
    padding: .5rem 2rem;
    padding-top: 2rem;
    border-radius: 1rem;
    position: relative;
}

#tentang-kami .sec-text{
    max-width: 36rem;
}

#tentang-kami .sec-img > .sec-text{
    display: none;
}

#tentang-kami .sec-title, #sejarah .sec-title {
    min-width: 50%;
    background-color: #0481cb;
    color: #fff;
    padding: 0.5rem;
    position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2rem;
    white-space: nowrap;
}

#tentang-kami .sec-text h2, #sejarah .sec-text h2{
    font-family: 'Quicksand', sans-serif;
    font-size: var(--fontsize-title-section);
    font-weight: 700;
    font-size: 1.5rem;
    color: #fff;
    margin: 0;
}

#tentang-kami .sec-text p, #sejarah .sec-text p{
    font-family: 'Quicksand', sans-serif;
    font-size: var(--text-psize);
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 2;
    color: #0481cb;
}

/* Tentang Kami end */

/* Sejarah section */

#sejarah {
    margin-top: var(--margin-persection);
}

#sejarah .sec-img img{
    width: 100%;
    max-width: 660px;
}

#sejarah .sec-img > .sec-text{
    display: none;
}

/* Sejarah end */

/* Tugas section */

#tugas {
    margin-top: var(--margin-persection);
}

#tugas .sec-img img{
    width: 100%;
    max-width: 660px;
}

#tugas .sec-text{
    max-width: 500px;
    margin-top: 8rem;
}

#tugas .sec-img > .sec-text{
    display: none;
}

#tugas .sec-text ul li{
    line-height: 2;
    font-size: var(--text-psize);
}

#tugas .sec-text h2{
    font-family: 'Quicksand', sans-serif;
    font-size: var(--fontsize-title-section);
    font-weight: 700;
    font-size: 2.25rem;
    color: #111;
}

#tugas .sec-text p{
    font-family: 'Quicksand', sans-serif;
    font-size: var(--text-psize);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 2;
    color: var(--fontcolor-childtext-section);
}

/* Tugas end */

/* Banner section */

#banner {
    margin-top: var(--margin-persection);
}

#banner img{
    width: 140px;   
    filter: grayscale(90%);
    opacity: 0.7;
}

#banner img:hover{
    width: 140px;   
    filter: grayscale(0%);
    opacity: 0.95;
}

/* Download */

#landing-download{
    position: relative;
    width: 100%;
}

#landing-download .bg{
    position: relative;
    width: 100%;
    overflow: hidden;
    top: 0;
    height: 80vh;

}

#landing-download .bg .vec img{
    position: absolute;
    bottom: -24vh;
    width: 100%;
    z-index: 10;
}


/* Download Page */

#download-page .box{
    position: relative;
    z-index: 400;
    max-width: 1100px;
    width: 100%;
    padding: 3rem;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0px 4px 35px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 4px 35px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 4px 35px -1px rgba(0,0,0,0.15);
    margin: -56vh auto 0 auto;
    overflow-x: auto;
}

#download-page .box thead th,
#download-page .box tbody td{
    font-size: var(--text-psize);
    border-top: none;
    border-bottom: none;
}


#download-page .box thead td .btn{
    font-size: 0.875rem;
}

#download-page .table td, 
#download-page .table th{
    vertical-align: middle;
}


/* Profil */


#profil-page .box{
    position: relative;
    z-index: 400;
    max-width: 1100px;
    width: 100%;
    padding: 3rem;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0px 4px 35px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 4px 35px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 4px 35px -1px rgba(0,0,0,0.15);
    margin: -56vh auto 0 auto;
}

.vec{
    z-index: 40;
}

#profil-page .box h1{
    font-size: 1.5rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    color: #2A6ED5;
}

#profil-page .box p{
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 2;
    text-align: justify;
}


/* SOP Page */

#sop-page .box{
    position: relative;
    z-index: 400;
    max-width: 1100px;
    width: 100%;
    padding: 3rem;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0px 4px 35px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 4px 35px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 4px 35px -1px rgba(0,0,0,0.15);
    margin: -56vh auto 0 auto;
    box-sizing: border-box;
}

#sop-page .box h1{
    font-size: 1.5rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    color: #2A6ED5;
}

#sop-page .box p{
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 2;
    text-align: justify;
}



/* Footer section */

footer{
    margin-top: var(--margin-persection);
    padding: 4rem 0;
}

footer table tr td:nth-child(1):not(.not){
    font-size: 1.3rem;
    text-align: center;
    vertical-align: top;
}

footer .table tr td{
    border-top: none;
    line-height: 1.7;
    line-height: 2;
}

footer table tr td a{
    color: #fff;
    text-decoration: none;
}

footer table tr td a:hover{
    color: rgb(219, 219, 219);
    text-decoration: none;
}

footer table tr td:nth-child(2){
    font-size: var(--text-psize);
}

footer table tr td{
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
}

footer.bg-dark{
    background-color: #181818 !important;
}

footer .table td,
footer .table th{
    vertical-align: middle;
}

/* Footer Section End */

/* ul li custom */

ul.li-custom li{
    list-style-image: url(../img/checkimg.svg);
    vertical-align: 20px;
}

/* Banner */

#banner img{
    margin: 1rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}


/* Menu */

.collapse:not(.show){
    display: block;
  }
  
/* bootstrap menu reset */
.navbar-dark .navbar-toggler{
    border: none;
}
#navbar-toggler{
    padding: 0;
}

#toggle{
    display: none;
}

@media screen and (max-width: 960px){
    nav .navbar-nav .nav-item .aktives{
        border-bottom: 1px solid transparent !important;
        background-color: #535353;
    }

    #landing-download .bg .vec img{
        display: none;
    }

    .main-content .hp {
        bottom: 0;
    }
}

nav .navbar-nav .nav-item .aktives{
    border-bottom: 2px solid #fff;    
}

nav.navbar-scrolled .navbar-nav .nav-item .aktives{
    border-bottom: 2px solid #3c66c4;    
}


@media (max-width: 576px){
    body{
        width:100vw!important;
        overflow-x: hidden!important;
    }
    .resp-img-show{
        width: 100%;
        overflow-x: hidden;
    }

    #landing-home .bg .hand-pic img{
        width: 100%;
        margin-bottom: -100px;
    }

    #tentang-kami .sec-img img{
        width: 100%;
    }   

    #tentang-kami .sec-img img{
        opacity: 0.3;
    }

    #tentang-kami .sec-img > .sec-text{
        display: block;
        top: 0;
        margin: 110px 15px;
        z-index: 300;
    }

    #sejarah .sec-img img{
        width: 100%;
    }

    #sejarah .sec-img img{
        opacity: 0.3;
    }

    #sejarah .sec-img > .sec-text{
        display: block;
        top: 0;
        margin: 110px 15px;
        z-index: 300;
    }

    #tugas .sec-img img{
        opacity: 0.3;
    }

    #tugas .sec-img > .sec-text{
        display: block;
        margin-top: -350px;
        margin-right: 15px;
        margin-left: 15px;
        z-index: 300;
    }

    #tugas .sec-img img{
        width: 100%;
    }

    #banner{
        margin-top: 9rem;
    }

}


@media screen and (max-width: 768px){
    #landing-home .bg .title h1{
        font-size: 4rem;
    }

    #landing-home .bg .title p.subtitle{
        font-size: 1.5rem;
    }

    #landing-home .bg .title p{
        font-size: 0.9rem;
    }

    #landing-home .bg .hlp-position{
        top: 50vh;
    }

    #sop-page .box{
        padding: 1rem;
    }
    #tentang-kami,
    #sejarah,
    #tugas,
    #banner{
        margin:0;
    }
    #tentang-kami .sec-text,
    #sejarah .sec-text,
    #tugas .sec-text{
        margin:30px 0;
    }

}
  
@media screen and (max-width: 960px){

    /* .navbar {
        position: fixed;
        z-index: 200;
        width: 100%;
        
        -webkit-box-shadow: 0px 5px 10px -4px rgba(0,0,0,0.35);
        -moz-box-shadow: 0px 5px 10px -4px rgba(0,0,0,0.35);
        box-shadow: 0px 5px 10px -4px rgba(0,0,0,0.35);
    } */

    .navbar-nav li a{
        font-size: 1.6rem !important;
    }
    
    .nav-resp{
        display: none;
        width: 100%;
    }

    .nav-resp{
        position: fixed;
        width: 100%;
        padding: 1rem 0;
        left: 0;
        height: 100%;
        z-index: 10;
        background-color: #4065c0;
        transition: all 0.3s;
        text-align: center;
        top: 0;
    }

    nav .navbar-nav li:nth-child(1){
        margin-top: 10rem;
    }

    #mainNav #toggle{
        z-index: 500;
    }

    nav .navbar-nav li:last-child{
        margin-left: 0rem;
    }

        /* menu */
    #toggle {
        display: block;
    }

    #toggle span:after,
    #toggle span:before {
        content: "";
        position: absolute;
        left: 0;
        top: -9px;
    }
    #toggle span:after{
        top: 9px;
    }
    #toggle span {
        position: relative;
        display: block;
    }

    #toggle span,
    #toggle span:after,
    #toggle span:before {
        width: 30px;
        height: 5px;
        background-color: rgb(255, 255, 255);
        transition: all 0.3s;
        backface-visibility: hidden;
        border-radius: 2px;
    }

    /* on activation */
    #toggle.on span {
        background-color: transparent;
    }
    #toggle.on span:before {
        transform: rotate(45deg) translate(5px, 5px);
    }
    #toggle.on span:after {
        transform: rotate(-45deg) translate(7px, -8px);
    }
    #toggle.on + #menu {
        opacity: 1;
        visibility: visible;
    }

    .navbar-scrolled{
        background-color: #fff !important;
        -webkit-box-shadow: 0px 4px 24px -1px rgba(0,0,0,0.05);
        -moz-box-shadow: 0px 4px 24px -1px rgba(0,0,0,0.05);
        box-shadow: 0px 4px 24px -1px rgba(0,0,0,0.05);
    }

    .navbar-scrolled #toggle span,
    .navbar-scrolled #toggle span:after,
    .navbar-scrolled #toggle span:before {
        background-color: rgb(32, 32, 32);
    }

    .navbar-scrolled #toggle.on span,
    .navbar-scrolled #toggle.on span:after,
    .navbar-scrolled #toggle.on span:before {
        background-color: rgb(255, 255, 255);
    }

    .navbar-scrolled #toggle.on span {
        background-color: transparent !important;
    }

    nav .navbar-nav .nav-item.active .nav-link{
        border-bottom: none;
    }

    nav.navbar-scrolled .navbar-nav .nav-item.active .nav-link{
        border-bottom: none;
    }
    /* end menu */
}

@media screen and (min-width: 960px){
    ul.nav-resp{
        display: inline-block !important;
    }

    ul.nav-resp li{
        display: inline-block;
    }

    .navbar-scrolled{
        background-color: #fff !important;
        -webkit-box-shadow: 0px 4px 24px -1px rgba(0,0,0,0.05);
        -moz-box-shadow: 0px 4px 24px -1px rgba(0,0,0,0.05);
        box-shadow: 0px 4px 24px -1px rgba(0,0,0,0.05);
    }
    
    .navbar-scrolled .navbar-nav li a{
        color: #4064c0d2;
    }
    
    .navbar-scrolled .navbar-nav .nav-item.active .nav-link{
        color: #4064c0;
    }
    
    .navbar-scrolled .navbar-brand .nav-brand-title h1{
        color: #4064c0 !important;
    }
    
    .navbar-scrolled .navbar-brand .nav-brand-title span{
        color: #161616 !important;
    }
}


@media screen and (max-width: 491px){
    #landing-home .bg .title h1{
        font-size: 2rem;
    }
    #landing-home .bg .title p.subtitle{
        font-size: 1rem;
    }
}

@media screen and (max-width: 960px){

   
}

@media screen and (max-width: 359px){
    #landing-home .bg .hand-pic img{
        width: 100%;
    }

    #banner{
        margin-top: 12rem;
    }
}

@media (max-height: 635px) and (max-width: 960px){

    #landing-home .bg .hlp-position{
        top: 300px;
    }

    nav .navbar-nav li:nth-child(1){
        margin-top: 100px;
    }
}

@media (max-height: 635px){
    #landing-home .bg .hlp-position{
        top: 20.625rem;
    }
}

@media (max-width: 1024px) and (min-height: 1024px){
    #landing-home .bg .title .description {
        flex-direction: column;
        align-items: start;
    }

    #landing-download .bg .vec img{
        display: none;
    }

    #landing-home .bg .hlp-position{
        top: 370px;
    }

    .main-content-text {
        min-height: 1000px;
    }
}

@media (max-width: 677px) and (max-height: 715px){
    #landing-download .bg{
        height: 400px;
    }

    #landing-download .bg .vec img{
        bottom: -100px;
    }

    #sop-page .box{
        margin: -460px auto 0 auto;
    }

    #download-page .box{
        margin: -260px auto 0 auto;
    }

    #profil-page .box{
        margin: -260px auto 0 auto;
    }
}

@media (max-height: 715px){
    #landing-download .bg{
        height: 600px;
    }

    #landing-download .bg .vec img{
        bottom: -200px;
    }

    #sop-page .box{
        margin: -370px auto 0 auto;
    }

    #download-page .box{
        margin: -370px  auto 0 auto;
    }

    #profil-page .box{
        margin: -370px auto 0 auto;
    }
}