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

/* Navbar */

/* End Navbar */

/* Section1 */
.satu .container .deskripsi h1{
    font-family: "Poppins";
    font-weight: bold;
    color: #0e5242;
    text-shadow: 2px 2px #9fbab3;
}
.satu .container .deskripsi p{
    font-family: "Poppins";
    color: #0F3D3E;
}
/* 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 Section1 */

/* Section2 */
.dua{
    margin-top: 200px;
}
.dua .container .kotak{
    height: 350px;
    background-color: #f1f4f5;
    border-radius: 10px;
}
.dua .container .kotak img{
    width: 80px;
    border-radius: 10px;
}
.dua .container .kotak h2{
    font-weight: bold;
    font-size: 2em;
    color: #125444;
}
.dua .container .kotak p{
    margin-top: 50px;
    font-size: 1.1em;
    font-weight: 400;
}

/* Section3 */
.tiga {
    margin-top: 200px;
    height: 315px;
    background-color: #0e5242;
    border-radius: 14px;
}
.tiga .container .image img{
    width: 100%;
    /* box-shadow: 0px 0px 10px black; */
}
.tiga .text{
    color: white;
}
/* End Section3 */

/* Section4 */
.empat{
    margin-top: 100px;
}
.empat .container .text h3{
    font-weight: bold;
    color: #125444;
}
.empat .container .text p{
    font-size: 1.2em;
    color: #0F3D3E;
}
.empat .container .text .container h4{
    color: #166F61;
}
.empat .container .text .container img{
    width: 22px;
    height: 22px; 
}
/* End Section4 */

/* Section5 */
.lima{
    margin-top: 200px;
    margin-bottom: 200px;
    background-color: #f1f4f5;
    border-radius: 0 0 13px 13px;
}
.lima .container h3{
    text-align: center;
    font-weight: 400;
    color: #0F3D3E;
}
.line{
    height: 25px;
    border-radius: 13px 13px 13px 13px;
    background-color: #0E5242;
}
/* End Section5 */



/* BreakPoints */
/* Laptop */
@media (min-width: 769px) and (max-width: 1035px){
    .tiga{
        height: 670px;
    }
}
/* Tablet */
@media (max-width: 992px){
    .empat .container .video video{
        width: 400px;
    }
}
@media (max-width: 768px){
    .tiga{
        height: 500px;
    }
    .tiga .container{
        height: 500px;
    }
    .tiga .container .image{
        display: flex;
        align-items: center;
    }
    .tiga .container .image img{
        width: 350px;
    }
}

/* Phone */
@media (max-width: 576px){
    .satu .container .video{
        margin-top: 80px;
    }
    .satu .container .video video{
        width: 350px;
    }
    .dua .container .kotak .header{
        margin-top: 20px;
    }
    .tiga{
        height: 500px;
    }
    .tiga .container .image img{
        width: 350px;
    }
    .empat .container .video video{
        width: 200px;
    }
}



/* JUNK */

/* Container2 */
/* .container2 .kotak {
    width: 500px;
    height: 300px;
    background-color: #f1f4f5;
    border-radius: 10px;
}
.container2 .header {
    font-family: "Poppins";
    font-weight: bold;
    font-size: 2em;
    color: #125444;
    margin: 20px;
}
.container2 .text {
    font-family: "Poppins";
    font-weight: thin;
    color: #125444;
    margin: 20px;
} */
/* End Container2 */