body {
    font-family: "Poppins", sans-serif;
    font-family: "Cabin", sans-serif;
}

/* Navbar */

/* End Navbar */

/* Container1 */
.satu .row .element1 {
    display: flex;
    justify-content: center;
}
.satu .container .element1 video{
    width: 100%;
}
.satu .text {
    text-align: center;
}
.satu .text p {
    font-family: "Poppins";
    font-weight: bold;
    font-size: 2em;
    color: #0f3d3e;
    text-shadow: 2px 2px #9fbab3;
}
.satu .text h {
    font-family: "Poppins";
    color: #0f3d3e;
}
/* End Container1 */

/* Container2 */
.dua{
    margin-top: 100px;
}
.dua .container .row{
    margin-left: 30px;
}
.dua .container .lengkapintegrasi img{
    width: 100px;
    height: 80px;
}
.dua .container .lengkapintegrasi .text h2{
    font-weight: bold;
    color: #0e5242;
}
.dua .container .lengkapintegrasi .text p{
    color: #0F3D3E;
}
/* End Container2 */

/* Container3 */
.tiga{
    margin-top: 300px;
}
.tiga .kotak {
    width: 500px;
    height: 300px;
    background-color: #f1f4f5;
    border-radius: 10px;
    box-shadow: 0 5px 50px -50px black;
}
.tiga .header {
    font-family: "Poppins";
    font-weight: bold;
    font-size: 2em;
    color: #125444;
    text-align: center;
}
/* .container3 .header h {
    font-family: "Poppins";
    font-weight: bold;    
    color: #125444;
    margin: 20px;
} */
/* End Container3 */

/* Container4 */
.empat {
    margin-top: 100px;
    background-color: #f1f4f5;
}
.empat .row .header {
    font-family: "Poppins";
    font-weight: bold;
    font-size: 2em;
    color: #0e5242;
}
.empat .row .col .text header {
    font-family: "Poppins";
    font-weight: bold;
    color: #0e5242;
}
.empat .row .col .text h {
    font-family: "Poppins";
    color: #0e5242;
}
/* End Container4 */

/* Container5 */
.lima {
    margin-top: 100px;
}
.lima .container .row .image img{
    width: 100%;
}
.lima .container .text .list img {
    width: 22.1px;
    height: 22.1px;
    border-radius: 70%;
}
.lima .list p {
    font-family: "Poppins";
    font-weight: 500;
    color: #166f61;
    margin-left: 10px;
}
/* End Container5 */

/* Container6 */
.enam {
    margin-top: 100px;
    margin-bottom: 100px;
}
.enam .content .element1{
    display: flex;
    justify-content: center;
}
.enam .content .element1 img{
    width: 250px;
}
/* button hubungi kami */
.button1 {
    width: 250px;
    padding: 5px;
    font-weight: bold;
    font-size: 1.1em;
    border-radius: 5px;
    background-color: #0e5242;
    color: white;
    border: 0;
}

.button1:hover {
    background-color: #0f3d3e;
    color: white;
    border: 0;
}
/* end button hubungi kami */
/* End Container6 */


/* BreakPonints */
/* Tablet-Laptop */
@media (max-width: 992px){
    
}

@media (max-width: 768px){
    
}