* {
    font-family: Poppins, sans-serif;
    line-height: 20px;
    font-size: 15px;
}

html {
    margin: 0;
    padding: 1px;
    background-color: #fff;
    scroll-behavior: smooth;
}
body {
    margin: 0px;
    padding: 0px;
}

.layar-dalam {
    width: 900px;
    margin: auto;
}

.layar-penuh {
    width: 100%;
}


nav {
   z-index: 100;
   color: #fff;
   text-align: center;
   position: fixed;
   border-bottom: 1px solid #dedede;
   line-height: 60px;
   width: 100%;
   transition: background-color 0.5s ease;
}
nav.hitam {
    background-color: #333;

}
nav .logo {
    float: left;
    position: relative;
    line-height: 50px;
    text-align: center;
}
nav .logo img {
    vertical-align: middle;
    width: 150px;
}
nav .menu {
    float: right;
    height: 60px;
    max-width: 600px;
}
nav .menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}
nav .menu ul li {
    list-style-type: none;
    float: left;
    line-height: 60px;
}
nav ul li a {
    color: #FB6B00;
    text-align: center;
    padding: 0px 16px 0px 16px;
    text-decoration: none;
    font-size: 16px;
}

nav ul li a:hover {
    text-decoration: underline;
}

/* pengaturan header*/
header {
    background-image: url(jelanta/img/header.jpg);
    margin: 0;
    padding: 10px 33px 100px 0px;
    width: 97.6%;
    background-repeat: no-repeat;
}
header .intro {
    color: #fff;
    text-align: center;
    position: relative;
}
.intro h3 {
    font-size: 25px;
    margin-top: 200px;
}
.intro h1 {
    font-size: 45px;
    margin-top: 20px;
    line-height: 70px;
}
.intro p {
    font-size: 18px;
    margin-top: -15px;
    line-height: 20px;
}

.tombol {
    background-color: #FB6B00;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 0px 20px 0px 20px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;

}
.tombol-menu {
    cursor: pointer;
    position: absolute;
    top: 1rem;
    right: 1rem;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
}

.tombol-menu .garis {
    height: 3px;
    background-color: #FB6B00;
}

section {
    padding: 50px 0px 50px 0px;
}
section h3 {
    font-size: 25px;
    color: #FB6B00;
    text-align: center;

}
section h3::after {
    content: "";
    border-bottom: 5px solid #FB6B00;
    width: 52px;
    display: block;
    margin: 20px auto;
} 

#informasi {
    text-align:center;
}

#aboutus {
    text-align: center;
}
#team {
    text-align: center;
}


section p.ringkasan {
    text-align: justify;
    font-size: 15.5px ;
    color: #333;
    z-index: auto;
}
section .konten-isi p {
    text-align: justify;
    font-size: 15px;
    color: #333;
    z-index: auto;
}
section .isi2 p {
    text-align: justify;
    font-size: 15px;
    color: #333;
    z-index: auto;
}
section .isi3 p {
    font-style: normal;
    text-align: justify;
    font-size: 14px;
    color: #333;
    z-index: auto;
}

section .sistem {
    padding: 0px;
    z-index: 100;
    justify-content: center;
}
section.sistem h3 {
    margin: -40px;
    text-align: center;
}
section.sistem h6 {
    text-align: center;
    font-size: 18px;
}
section.sistem img {
    margin-top: 10px;
    margin-bottom: 0px;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 150px;
    height: 150px;
}

nav.putih {
    background-color: #fff;
}
nav .putih .tombol-menu .garis {
    background-color: #333;
}
nav.hitam ul li a {
    color: #FB6B00;
}
nav .logo img.putih {
    display: none;
}

section#gallery {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    overflow: hidden;
    padding: 10px 0 10px 0;
    background: #ccc;
}
section#gallery div {
    padding: 10px;
}
section#gallery div img {
    height: 100px;
    border-radius: 5px;
}
section#gallery div img:hover {
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
}

section.quote  {
    background: url('jelanta/img/bgquote.jpeg');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-style: italic;
    padding: 100px;
}      
section.quote .layar-dalam p {
    display: inline;
    padding: 0px 10px 0px 0px;
    font-size: 17.5px;
}
section.quote img {
    padding: 0px;
    justify-content: left;
    display: upline;
    width: 20px;
    color: #fff;
}

.tim img {
    width: 100%;
    box-shadow: 0px -10px 25px #ccc;
    border-radius: 5px;
}
.tim, .blog, .data {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.tim h6 {
    margin: 0px;
    margin-top: 20px;
    padding: 0px;
    font-size: 15px;
    font-weight: bold;
}
#team p.ringkasan {
    text-align: center;
    font-size: 15px;
    color: #333;
    z-index: auto;
}
.tim div {
    text-align: center;
    width: 26%;

}

.blog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding: 40px;
}
.blog-heading {
    text-align: center;
    color: #FB6B00;
    text-decoration: none;
}
.blog-container {
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0px;
    flex-wrap: wrap;
}
.blog-box {
    width: 350px;
    background-color: #efefef;
    border: 1px solid #ececec;
    margin: 20px;
    box-shadow: 0px -10px 30px #ccc;
    border-radius: 17px;
}
.blog-img {
    width: 100%;
    height: auto;
}
.blog-img img {
    width: 350px;
    height: 0 auto;
    object-fit: cover;
    object-position: center;
    border-radius: 7px;

}
.blog-text {
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.blog-text span {
    padding: 5px;
    color: #FB6B00;
    font-size: 0.9rem;
}
.blog-text .blog-title {
    padding: 5px;
    font-size: 15px;
    font-weight: 500;
    color: #0c0c0c;
    text-decoration: none;
}
.blog-text .blog-title:hover {
    color: #FB6B00;
    transition: all ease 0.3s;
}
.blog-text .a {
    display: unset;
    color: #0c0c0c;
    text-decoration: none;
}
.blog-text .a:hover {
    color: #FB6B00;
    transition: all ease 0.3s;
}
.blog-more a {
    color: #0c0c0c;
    text-decoration: none;
}
.blog-more a:hover {
    color: #FB6B00;
    transition: all ease 0.3s;
}

#contact {
background-image: url(jelanta/img/img.jpg);
margin: 0px;
width: 100%;
padding: 150px 0px 150px 0px;
background-size: cover;
background-repeat: no-repeat;
}

#contact .btn-primary {
    background: #fff;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #FB6B00;
    display: inline-block;
    padding: 0px 50px 0px 50px;
    border-radius: 4px;
    text-decoration: none;
    border-color: #fff;
}
#contact .layar-dalam img {  
    flex-direction: row;
    display: inline;
    float: left;
    position: relative;
    width: 30px;
    color: #fff;
    margin-right: 12px;
    
}
#contact .layar-dalam h4 {
     font-weight: 600;
     font-size: 40px;
     line-height: 0px;
     color: #fff;
}
.contact h6 {
     padding: 0px;
     font-weight: 400;
     font-size: 23px;
     line-height: 0px;
     color: #fff;
     margin-bottom: 25px;
}
.contact a {
    font-weight: normal;
    font-size: 15px;
    line-height: 1px;
    color: #fff;
    text-decoration: none;
}

footer {
    padding: 14px 100px 0px 50px;
    background-color: #0c0c0c;
    color: #fff;
}

footer .copyright {
    width: 100%;
    margin-top: 5px;
    padding-top: 10px;
    text-align: center;
    font-size: 10px;
}

#data h3 {
    text-align: center;
}
#data {
    text-align: center;
}
#data .container {
    width: 850px;
    margin: 0 auto ;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}
#data .top-content {
    background-color: rgb(243, 243, 243);
    width: 850px;
    margin: 0 auto 10px auto;
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    box-shadow: 3px 3px 5px lightgray;
}
#data h1 {
    font-size: 16px;
    height: 100%;
    background-color: lightgray;
    line-height: 50px;
    padding: 0 50px;
    color: #FB6B00;
}
#data label {
    display: inline-block;
    height: 100%;
    margin: 0 20px;
    line-height: 50px;
    font-size: 15px;
    color: #7a7272;
    cursor: pointer;
    transition: color .5s;
}
#data label:hover {
    color: #0c0c0c;
}
#data photo {
    width: 100%;
    margin: 0 auto;
    display: inline;
    position: relative;
}
#data .pic {
    align-items: center;
    width: 100px;
    height: 100px;
    float: left;
    cursor: pointer;
    padding: 0 7px 7px 7px;
}
#data .pic img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    margin: 23px;
    object-fit: cover;
}
#FullImageView {
    z-index: 100;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
    text-align: center;
    transition: all 10s ease-out;
}
#FullImage {
    padding: 110px;
    max-width: 68%;
    max-height: 68%;
    margin: 0 auto;
    object-fit: cover;
}
#CloseButton {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 2rem;
    color: white;
    cursor: pointer;
    transition: all 10s ease-in;
}

#ub {
    justify-content: center;
    align-items: center;
}
#ub .layar-dalam p {
    width: 100%;
    margin-top: 0;
    color: #7a7272;
    font-size: 20px;
    text-align: center;
}
#ub .card-container {
    width: 100%;
    height: 450px;
    background-color: #e6e3e3;
    margin: 20px auto 20px auto;
}
#ub .card-content {
    margin-inline: 300px;
    border-radius: 10px;
    overflow: hidden;
}
#ub .card-article {
    width: 900px;
    border-radius: 10px;
    overflow: hidden;
}
#ub .card-image {
    object-fit: cover;
    position: relative;
    padding-top: 25px;
    height: 200px;
}
#ub .card-data {
    width: 100%;
    height: 100%;
    background-color: #efefef;
    margin: 0 auto;
    border-radius: 17px;
    text-align: center;
    z-index: 10;
}
#ub .card-img {
    width: 100%;
    height: 250px;
    border-radius: .75rem;
    margin: 23px;
    object-fit: cover;
    margin: 0 auto;
    position: relative;
    z-index: -5;
}
#ub .card-name {
    padding: 15px 5px 0 5px ;
    align-items: center;
    font-size: 18px;
    margin-bottom: .75rem;
}
#ub .card-description {
    font-weight: 500;
    margin-bottom: 1.75rem;
}
#ub .card-button {
    margin: 0 auto 20px auto;
    height: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 5px;
    width: 50px;
    padding: 0 25px 0 23px;
    background-color: #FB6B00;
    color: #eee;
    font-weight: 500; 
    text-decoration: none;
}
/* Swiper class */
#ub .swiper-button-prev::after,
#ub .swiper-button-next::after{
    content: '';
}
#ub .swiper-button-next,
#ub .swiper-button-prev{
    width: initial;
    height: initial;
    font-size: 3rem;
    color: #FB6B00;
}
#ub .swiper-button-prev{
    left: 0;
}
#ub .swiper-button-next{
    right: 0;
}
#ub .swiper-pagination-bullet{
    background-color: hsl(212, 32%, 40%);
    opacity: 1;
}
#ub .swiper-pagination-bullet-active{
    background-color: #FB6B00;
}

/* BreakPoints */
@media screen and (max-width: 320px) {
    #ub .card-data {
        padding: 1rem;
    }
}
@media screen and (max-width: 768px) {
    #ub .card-content {
        margin-inline: 3rem;
    }

    #ub .swiper-button-next,
    #ub .swiper-button-prev{
        display: block;
    }
}
@media screen and (max-width: 1120px) {
    #ub .card-container{
        max-width: 1120px;
    }

    #ub .swiper-button-next{
        right: -1rem;
    }
    #ub .swiper-button-prev{
        left: -1rem;
    }
}



@media screen and (max-width:991.98px) {
    header {
        width: 95%;
    }

    #data .container {
        width: 95%;
    }

    .layar-dalam {
        width: 90%;
    }

    nav .menu ul {
        display: none;
        margin-top: 60px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    nav .menu ul li {
        width: 100%;
        border-bottom: 1px solid #CCC;
        background-color: #fff;
        line-height: 40px;
    }

    nav .menu ul li a {
        color: #FB6B00;
    }

    .tombol-menu {
        display: flex;
    }


}