@import url('https://fonts.googleapis.com/css2?family=Poppins: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');


body {
    font-family: "Poppins", sans-serif;
}

/* Button*/
.btn-danger{
    background-color: #bd0001;
    border-radius: 15px;
    border-color: #bd0001;
    padding: 10px 45px;
    color: white;
}

.btn-white{
    background-color: #ffffff;
    border-radius: 15px;
    border-color: #ffffff;
    padding: 10px 45px;
    color: #bd0001;
}

.btn-outline-danger{
    background-color: transparent;
    border-radius: 15px;
    border-color: #bd0001;
    padding: 10px 45px;
    color: #bd0001;
}
.btn-outline-white{
    background-color: transparent;
    border-radius: 15px;
    border-color: #bd0001;
    padding: 10px 45px;
    color: #bd0001;
}

/* Navbar */
.nav-item .nav-link {
    font-size: 18px;
    margin-left: 5px;
    margin-right: 5px;
}

.scroll-nav-active {
    background-color: rgb(252, 252, 252);
    color: #000000;
    /* border-bottom: 1px solid #bd0001; */
    box-shadow: 2px 2px 11px -2px rgba(1, 1, 1, 0.08);
}

.text-nav-active {
    color: black;
}

/* Hero */
#hero{
    background-image: url('../../assets/images/bg-header.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
}

.hero-title {
    padding-top: 200px;
}

.hero-text{
    font-size: 65px;
    font-weight: 600;
}

/* Responsive layar kecil 450 */
@media screen and (min-width: 450px) {
    .hero-text {
        font-size: 35px;
        font-weight: 600;
    }
}

/* Responsive layar kecil 550 */
@media screen and (min-width: 550px) {
    .hero-text {
        font-size: 45px;
        font-weight: 600;
    }
}

/* Responsive layar kecil 800 */
@media screen and (min-width: 800px) {
    .hero-text {
        font-size: 65px;
        font-weight: 600;
    }
}

.hero-text-1{
    font-size: 30px;
    font-weight: 600;
}

/* Gabung */
#join {
    /* background-image: url("../../assets/images/bg-video.jpg"); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}

/* Paralax Background*/
.section-news {
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    height: 100%;
    width: 100%;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.parallax-news {
    background-image: url("../../assets/images/bg-news.jpg");
}

/* Paralax Background*/
.section-pelayanan {
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    height: 100%;
    width: 100%;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.parallax-pelayanan {
    background-image: url("../../assets/images/bg-pelayanan.png");
}


/* video */
/* #video {
    background-image: url("../../assets/images/bg-video.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
} */

/* Foto*/
/* Paralax Background*/
.section-aplikasi {
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    background-color: rgb(182, 182, 182);
    height: 100%;
    width: 100%;
    /* color: #ffffff; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-videoyoutube {
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    background-color: rgb(182, 182, 182);
    height: 100%;
    width: 100%;
    /* color: #ffffff; */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Foto*/
/* Paralax Background*/
.section-foto {
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    height: 100%;
    width: 100%;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.parallax {
    background-image: url("../../assets/images/bg-foto.jpg");
}

/* Video Youtube*/
/* Paralax Background*/
.section-video {
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    height: 100%;
    width: 100%;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.parallax-video {
    background-image: url("../../assets/images/bg-video.jpg");
}

/* Video Youtube*/
/* Paralax Background*/
.section-join {
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    height: 100%;
    width: 100%;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.parallax-join {
    background-image: url("../../assets/images/bg-gabung.jpg");
}

.stripe-putih {
    height: 5px;
    width: 40px;
    background-color: #ffffff;

}

#portfolio {
    background: #fff;
    padding: 30px 0;
  }
  #portfolio .portfolio-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all ease-in-out 0.4s;
  }
  #portfolio .portfolio-item {
    overflow: hidden;
    position: relative;
    padding: 0;
    vertical-align: middle;
    text-align: center;
  }
  #portfolio .portfolio-item h2 {
    color: #ffffff;
    font-size: 24px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 700;
  }
  #portfolio .portfolio-item img {
    transition: all ease-in-out 0.4s;
    width: 100%;
  }
  #portfolio .portfolio-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  #portfolio .portfolio-item:hover .portfolio-overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
  }
  #portfolio .portfolio-info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #gambar{
      height:100px;
  }

  

  