@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;
}

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-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:26px; 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 {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; text-align: center;}
.about .bagi2 {width: 60%; margin:0 auto;}
.about .bagi2 .img_ {width:200px; margin: 0 auto; overflow: hidden;}
.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: 90%; margin: 0 auto; }
    .about .bagi2 .img_ {height: 130px; overflow: hidden;}
}
/*--------------------- about us (end) ---------------------*/

/*--------------------- work (start) ---------------------*/
.work {width: 100%; margin: 20px auto; background: url(bg-work.png) left top no-repeat; background-size: 35%;}
.work .work1 {width: 33%; 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: 60%; float: left;}
.work .work2 .img_ {width: 30%; float: left;}
.work .work2 .img_ img {width: 90%;}
.work .work2 h3 {font-size: 26px;}
.work .work2 p {font-size: 16px; line-height: 1.4; margin-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: center;}
    .work .work1 h1 { font-size: 50px;}
    .work .work2 .img_ {width: 100%;}
    .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: auto auto auto auto;
  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; font-weight: 600; text-transform: uppercase; margin: 0; padding: 0; letter-spacing: -1px;}
.layanan .layanan-item .info h4 {font-size: 16px; font-weight: 700;}
.layanan .layanan-item .info h3, .layanan .layanan-item .info h4 {color: var(--blue);}
.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 .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) ---------------------*/

/*--------------------- addons (start) ---------------------*/
.addons {font-size: 16px; display: grid;
  grid-template-columns: auto auto;
  gap: 8px; }
.addons-item {text-align: justify; width: 100%; float: left; padding: 20px; border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 5px; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);}
.addons-name {width: auto; float: left;}
.addons-rate {width: auto; float: right;}

@media all and (max-width : 600px) {
.addons {grid-template-columns: auto;
  gap: 8px; }
}
/*--------------------- addons (end) ---------------------*/

/*--------------------- Berita (start) ---------------------*/
.reel {width: 100%;}
.berita {
  margin-top: 40px;
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 30px;
}
.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;
}
.berita .berita-item .img { width: 100%; overflow: hidden; height: 250px;}
.berita .berita-item .img img {width: 100%;}
.berita .berita-item .info {width: 90%; margin: 10px 5%; text-align: left;}
.berita .berita-item .info h3 {font-size: 18px; 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;}
    .berita {
      gap: 15px;
      width: 300%;
      margin: 20px 0;
    }
    .berita-item { box-shadow: 0 0 5px rgba(0, 0, 0, 0.02); }
    .berita .berita-item .img { height: 200px;}
    .berita .berita-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;}

}
/*--------------------- Berita (end) ---------------------*/

/*--------------------- Footer (Start) ---------------------*/
footer {
    width: 90%;
    margin: 0 auto;
    background: linear-gradient(125deg, var(--blue), var(--blue1));
    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(--blue1);}

@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: 20px; margin-top: 30px; 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(--blue);
    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);
  font-size: 18px;
}

.sosmed i {
  width: 25px;
  height: 25px;
  margin: 0 3px;
  padding: 0px;
  box-shadow: 0px 0px 3px #ccc;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
}

.sosmed i:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.sosmed a {margin-right: 20px; color: var(--white);}
.sosmed span { height: 10px; font-size: 16px;}

.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-email {background: url(email.png); background-size: cover; background-position: center;}

.sosmed .i-fb,
.sosmed .i-twitter,
.sosmed .i-ytube,
.sosmed .i-ig,
.sosmed .i-wa, 
.sosmed .i-email{
  webkit-transition: 150ms;
  -moz-transition: 150ms;
  transition: 150ms;
  font-size: 18px;
}

.sosmed .i-fb:hover,
.sosmed .i-twitter:hover,
.sosmed .i-ytube:hover,
.sosmed .i-ig:hover {
  color: var(--dark-blue)
}
@media all and (max-width : 600px) {
    .sosmed a {width: 70%!important; float: left; margin-left: 15%; text-align: left;}
}

/*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*/