@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

:root{
    --purple: #d20871;
    --black: #000000;
    --white: #FFF;
    --grey: #DFDFDE;
    --light: #efefef;
    --dark: #444;
    --green: #3b8c0a;
    --blue:  #0063ab;
    --blue1:  #0a426b;
    --orange: #ffbd59;
    --red: #ff3000;
}

*{
    font-family: 'Poppins', sans-serif;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    /*text-transform: capitalize;*/
    border: none;
    outline: none;
    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
  	        transition: all 0.2s linear;
}

*::selection{
    color: var(--white);
    background-color: var(grey);
}

a {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a:focus {
    outline: none !important;
    color: inherit;
}
a:visited {color: inherit;}

html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 6rem;
}

body{
    background-color: var(--white);
}

/*
section{
    padding: 2rem 5%;
}
*/
::-webkit-scrollbar{
    width: 0.8rem;
}

::-webkit-scrollbar-thumb{
    border-radius: 1rem;
    background-color: var(--grey);
}

::-webkit-scrollbar-track{
    background-color: var(--black);
}
.aleft {text-align: left!important;}
.aright {text-align: right!important;}
.left {float: left!important;}
.right {float: right!important;}
.clearfix, .clear {clear: both;}
.middle {height: auto; margin-top: 20%;}
.bagi2 {width: 48%;}
.mb-5 {margin-bottom: 20px;}

@media all and (max-width : 600px) {
    .bagi2 {width: 100%;}
}
/*--------------------- MastHead ---------------------*/
.masthead {padding-left: 5%; padding-right: 5%; padding-top:150px;padding-bottom:calc(100px - 50px); color: #FFF; text-align: left;}
.masthead hr{max-width:50px;border-width:3px;border-color:#a32929}
.masthead h1{font-size:40px; font-weight: 600; margin: 5px 0; padding: 0; text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);}
.masthead h4{font-size:24px; line-height: 1; font-weight: 400; margin: 5px 0; padding: 0; text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);}
.masthead p{font-size:18px; font-weight:400;line-height:24px; padding-bottom: 80px; text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);}
.masthead p a {color: var(--grey);}

@media all and (max-width : 600px) {
    .masthead {padding-top:150px;padding-bottom:calc(50px - 56px);}
    .masthead h1{font-size:30px; line-height:32px;}
    .masthead p{font-size:16px; line-height: 17px;}
}
/*--------------------- MastHead (end) ---------------------*/

/*--------------------- section ---------------------*/
.section {padding: 2rem 5%; position: relative; background: #FFF; padding-top: 50px;}
.section img {max-width: 100%;}
.section h3 {font-size: 32px; font-weight: 500; margin-bottom: 20px;}
.section h4 {font-size: 22px; font-weight: 500; margin-bottom: 5px;}
.section p {font-size: 20px; line-height: 1.5;}

@media all and (max-width : 600px) {
.section .bagi2 .bagi2_lagi .list img {width:70%; height: auto; margin-top: 0;}
.section .bagi2 .bagi2_lagi .list h3 {font-size: 12px;}
}
/*--------------------- section ---------------------*/

/*--------------------- about us (start) ---------------------*/
.about {width: 100%; margin: 20px auto;}
.about .bagi2 {width: 48%; margin-right: 2%; float: left;}
.about .bagi2 .img_ {width: 95%; height: 250px; float: left; border-radius: 5px; overflow: hidden; box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);}
.about .bagi2 .img_ img {width: 100%;}
.about .bagi2 h3 {font-size: 30px;}
.about .bagi2 p {font-size: 16px; line-height: 1.4; margin-bottom: 15px;}

@media all and (max-width : 600px) {
    .about .bagi2 {width: 100%; margin-right: 0; }
    .about .bagi2 .img_ {width: 100%; height: 220px; overflow: hidden; margin-bottom: 30px;}
    .about .bagi2 h3 {font-size: 22px;}
}
/*--------------------- about us (end) ---------------------*/

/*--------------------- work (start) ---------------------*/
.work {width: 100%; margin: 40px auto; background: var(--light);}
.work .work1 {width: 40%; margin-right: 2%; float: left; text-align: right;}
.work .work1 h1 { font-size: 65px; font-weight: 400; margin-top: 60px; margin-left: 70px; line-height: 0.9;}

.work .work2 {width: 54%; float: left;}
.work .work2 .img_ {width: 30%; height: 130px; margin-right: 5%; float: left; overflow: hidden; border-radius: 5px; box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);}
.work .work2 .img_ img {width: 100%; height: 100%;}
.work .work2 h3 {font-size: 26px;}
.work .work2 p {font-size: 16px; line-height: 1.4; margin-bottom: 15px;}
.work .work2 .work-list {height: auto; padding-bottom: 15px;}

@media all and (max-width : 600px) {
    .work {background-size: 90%;}
    .work .work1, .work .work2 {width: 100%; margin-right: 0;}
    .work .work1 {text-align: left;}
    .work .work1 h1 { font-size: 45px; text-align: left; margin-left: 0; margin-bottom: 20px;}
    .work .work2 .img_ {width: 100%; height:180px; margin-bottom: 10px;}
    .work .work-list {border-bottom: 1px dashed rgba(0, 0, 0, 0.2);}
}

/*--------------------- work (end) ---------------------*/

/*--------------------- layanan (start) ---------------------*/
.reel {width: 100%;}
.layanan {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  gap: 30px;
}
.layanan-item {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 10px;
  font-size: 30px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.layanan .layanan-item .img { width: 100%; overflow: hidden; height: 150px;}
.layanan .layanan-item .img img {width: 100%;}
.layanan .layanan-item .info {width: 90%; margin: 10px 5%; text-align: left; font-size: 12px;}
.layanan .layanan-item .info strike {text-decoration: line-through; color: rgba(0, 0, 0, 0.3);}
.layanan .layanan-item .info h3 {font-size: 20px; line-height: 1.3; font-weight: 600; margin: 0; padding: 0; letter-spacing: -1px; margin-bottom: 10px;}
.layanan .layanan-item .info h4 {font-size: 16px; font-weight: 700;}
.layanan .layanan-item .info h3, .layanan .layanan-item .info h4 {color: var(--dark);}
.layanan .layanan-item .info p {font-size: 12px; line-height: 1.4;}
.layanan .layanan-item .info .fa-check {color: var(--green);}
.layanan .layanan-item .info .fa-close {color: var(--red);}
.layanan .layanan-item .info a {color: var(--dark); font-weight: 400;}
.layanan .layanan-item .info a:hover {color: var(--blue);}

.layanan .layanan-item .kontak-wa {padding: auto; width: 100%; margin: 10px auto; font-size: 14px; line-height: 30px; text-transform: uppercase; text-align: center; background: var(--green); border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 5px; box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);}

.layanan .layanan-item .kontak-wa a {color: var(--white); font-weight: 600; }

.lihatsemua {width: 10%; padding: 10px 15px; font-size: 14px; font-weight: 600; float: right;}

@media all and (max-width : 600px) {
    .reel {width: 100%; overflow-x: auto; background: none; scrollbar-color: green lightblue; position: relative;}
    .layanan {
    display: grid;
    grid-template-columns: auto;
    gap: 30px;
    }
    .layanan-item { box-shadow: 0 0 5px rgba(0, 0, 0, 0.02); }
    .layanan .layanan-item .img { height:auto;}
    .layanan .layanan-item .info h3 {font-size: 14px;}
    .lihatsemua {width:100%; padding: 10px 15px; margin: 15px 0; border-radius: 8px; font-size: 14px; font-weight: 600; float: none; background: linear-gradient(160deg,#ededed,#efefef); border: 1px solid rgba(0, 0, 0, 0.06); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); text-align: center;}

}
/*--------------------- layanan (end) ---------------------*/

/*--------------------- Berita (start) ---------------------*/
.reel {width: 100%;}
.berita {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 30% 30% 30%;
  gap: 3%;
}
.berita-item {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 10px;
  font-size: 30px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
}
.berita .berita-item .img { width: 100%; overflow: hidden; height: 200px;}
.berita .berita-item .img img {width: 100%;}
.berita .berita-item .play {position: absolute; width: 60px; height: 60px; top: 25%; left: 37%; z-index: 100; background: url(play.png) top left no-repeat; background-size: cover;}
.berita .berita-item:hover .play {opacity: 0.4;}

.berita .berita-item .info {width: 90%; margin: 10px 5%; text-align: left; font-size: 12px;}
.berita .berita-item .info strike {text-decoration: line-through; color: rgba(0, 0, 0, 0.3);}
.berita .berita-item .info h3 {font-size: 20px; line-height: 1.3; font-weight: 600; margin: 0; padding: 0; letter-spacing: -1px; margin-bottom: 10px;}
.berita .berita-item .info h4 {font-size: 16px; font-weight: 700;}
.berita .berita-item .info h3, .berita .berita-item .info h4 {color: var(--dark);}
.berita .berita-item .info p {font-size: 12px; line-height: 1.4;}
.berita .berita-item .info .fa-check {color: var(--green);}
.berita .berita-item .info .fa-close {color: var(--red);}
.berita .berita-item .info a { color: var(--green); }

.lihatsemua {width: 10%; padding: 10px 15px; font-size: 14px; font-weight: 600; float: right;}

@media all and (max-width : 600px) {
    .reel {width: 100%; overflow-x: auto; background: none; scrollbar-color: green lightblue; position: relative;}
    .berita {
    display: grid;
    grid-template-columns: auto;
    gap: 30px;
    }
    .berita-item { box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
    .berita .berita-item .img { height:auto;}
    .berita .berita-item .info {margin-top: 5px;}
    .berita .berita-item .info h3 {font-size: 18px;}
    .lihatsemua {width:100%; padding: 10px 15px; margin: 15px 0; border-radius: 8px; font-size: 14px; font-weight: 600; float: none; background: linear-gradient(160deg,#ededed,#efefef); border: 1px solid rgba(0, 0, 0, 0.06); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); text-align: center;}

}
/*--------------------- Berita (end) ---------------------*/

/*--------------------- Berita detail (start) ---------------------*/
.detail {width: 100%;}
.detail h2 {font-size: 30px; font-weight: 70px; margin-bottom: 15px;}
.detail .info {font-size: 14px; font-weight: 400; margin-bottom: 15px; font-style: italic;}
.detail .img_ {width: 100%; height: auto; overflow: hidden;}
.detail .img_ img {width: 100%;}
.detail .isi {width: 80%; margin-left: 20%; margin-top: 15px; font-size: 16px;}


.detail .videoWrapper {
  position: relative;
  padding-bottom: 56%;  /*16:9 */
  padding-top: 25px;
  height: 0;
}

.detail .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.detail .videoWrapper blockquote iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*struktur*/
.struktur {
  width: 21%;
  height: 380px;
  float: left;
  margin:2% 2% 2% 0;
  overflow: hidden;
  position: relative;
  background: #efefef;
  box-shadow: 1px 1px 25px #efefef;
}
.struktur .img_{
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.struktur .img_ img{
  min-width: 100%;
  min-height: 280px;
  height: auto;
  width: auto;
  max-width: 100%;
 }
.struktur .nama {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: -0.5;
  font-weight: 700;
  text-align: center;
  margin:8px 0;
  overflow: hidden;
}
.struktur .jabatan {
  font-size: 12px;
  text-align: center;
}

@media (max-width:500px) {

  .struktur {
    width: 96%;
    margin: 0px 2% 20px 2%;
  }
  .judul_kategori {
    font-size: 26px;
    margin-bottom: -5px;
  }

}

/*--------------------- Berita detail (end) ---------------------*/

/*--------------------- Footer (Start) ---------------------*/
footer {
    width: 90%;
    margin: 0 auto;
    background: linear-gradient(180deg, #a6e539, #0d6013);
    overflow: hidden;
    padding-top: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 5px;
}
.footer {
    margin:15px 30px;
    display: grid;
    grid-template-columns:auto;
    gap: 30px;
}
.footer-item {
  text-align: left;
  overflow: hidden;
}

.copyright {text-align: center; font-size: 12px; color: #FFF; line-height: 40px; background: var(--green);}

@media all and (max-width : 600px) {
    footer {
        padding: 0%;
        width: 100%;
    }
    .footer {
    margin:5px;
    display: grid;
    grid-template-columns: auto;
    gap: 0px;
    }
    .footer-item {
        text-align: center;
        margin: 15px auto;
    }
    .copyright {margin-bottom: 90px; background: none;}
}

/*--------------------- Footer (end) ---------------------*/

/*--------------------- Button (Start) ---------------------*/
.btn{
    display: inline-block;
    padding: 1rem 2rem;
    font-size: 1.8rem;
    color: var(--grey);
    background-color: transparent;
    border: 0.2rem solid var(--grey);
}

.btn i{
    padding-left: 1rem;
}

.btn:hover{
    color: var(--white);
    background-color: var(--grey);
    cursor: pointer;
}
/*--------------------- Button (end) ---------------------*/

/*--------------------- Scroll-Top (Start) ---------------------*/
.wa {
    /*position: fixed;
    bottom: 25px;
    right:1rem;*/
    height: 4rem;
    width: auto;
    padding: 0px 15px;
    font-size: 16px;
    font-weight: 700;
    border: 0.2rem solid rgba(255, 255, 255, 0.4);
    border-radius: 8px;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--green);
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.2);
}
.wa a {color: var(--white);}
.wa .fa {font-size: 22px; margin-right: 5px;}

.scroll-top{
    position: fixed;
    bottom: 100px;
    right:1rem;
    height: 5rem;
    width: 5rem;
    font-size: 3rem;
    font-weight:lighter;
    background: var(--black);
    color: var(--white);
    border: 0.2rem solid var(--white);
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .scroll-top:hover{
    background: var(--white);
    color:var(--black);
  }

@media all and (max-width : 600px) {
    .wa, .scroll-top {display: none!important;}
}
/*--------------------- Scroll-Top (End) ---------------------*/

/*--------------------- Pop Nav (Start) ---------------------*/
.popnav {display: none;}

@media all and (max-width : 600px) {
    .popnav {display: block; position: fixed; z-index: 1000; background: var(--white); width: 99%; margin: 2px 0.5% ; bottom: 0; border: 1px solid var(--green); border-radius: 8px;}
    .menu {display: grid; grid-template-columns: auto auto auto auto;}
    .menu-item {text-align: center; font-size: 12px; padding-top: 10px; padding-bottom: 10px;}
    .menu-item a {color: var(--green);}
    .menu-item .fa {font-size: 30px; font-weight: 200; clear: both; opacity: 0.5;}
}
/*--------------------- Pop Nav (End) ---------------------*/

.my-class .bar {
  background: var(--orange);
}

/*sosmed*/
.sosmed {
  width: 100%;
  margin-top:5px; 
  float: left; 
  text-align: center;
  color: var(--white);
}

.sosmed a {
  width: 25px;
  height: 25px;
  margin: 0 10px;
  padding: 5px;
  box-shadow: 0px 0px 3px #ccc;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
}

.sosmed a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.sosmed .i-fb {background: url(fb.png); background-size: cover; background-position: center;}
.sosmed .i-twitter {background: url(tw.png); background-size: cover; background-position: center;}
.sosmed .i-ytube {background: url(yt.png); background-size: cover; background-position: center;}
.sosmed .i-ig {background: url(ig.png); background-size: cover; background-position: center;}
.sosmed .i-wa {background: url(wa.png); background-size: cover; background-position: center;}
.sosmed .i-tt {background: url(tt.png); background-size: cover; background-position: center;}

.sosmed .i-fb,
.sosmed .i-twitter,
.sosmed .i-ytube,
.sosmed .i-ig {
  webkit-transition: 150ms;
  -moz-transition: 150ms;
  transition: 150ms;
  font-size: 18px;
  line-height: 1;
}

.sosmed .i-fb:hover,
.sosmed .i-twitter:hover,
.sosmed .i-ytube:hover,
.sosmed .i-ig:hover {
  color: var(--dark-blue)
}
/*form kontak*/
.form-kontak input,
.form-kontak textarea {
  padding: 5px 3px;
  border: 1px solid #efefef;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 15px;
}
/*form kontak*/