*{
    font-family: "Poppins", sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
/* BATAS ALL SETTING */

/* NAVBAR */
.container{
    width: 80%;
    margin-inline: auto;
}

@media(max-width: 1000px){
    .container{
        width: 90%;
    }
}

.navbar{
    padding: 40px 0;   
}

.navbar-box{
    display: flex;
    justify-content:space-between;
    align-items: center;
}

.navbar-box .logo{
    color: black;
}

.navbar-box .menu{
    display: flex;
    gap: 30px;
    align-items: center;
}

.navbar-box .menu li{
    list-style-type: none;
}

.navbar-box .menu li a{
    text-decoration: none;
    color: black;
}

.navbar-box .menu li a:hover{
    color: chocolate   
}

@media(max-width: 1125px){
    .navbar-box{
        flex-direction: column;
        gap: 20px;
    }
    .navbar-box .menu{
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 10px;
    }
}
/* NAVBAR END */


/* HERO */
.hero-box{
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8)), url(../images/hero1.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 20px;
    padding: 100px 20px;
    color: white;
}

.hero-box h1{
    margin-bottom: 5px;
    font-size: 30px;  
}

.hero-box h2{
    font-size: 16px;
    opacity: 75%;
}

.hero-box p{
    margin-bottom: 30px;
    line-height: 1.5;
    width: 600px;
    opacity: 60%;
    padding: 20px;
}

@media(max-width: 683px){
    .hero-box p{
        width: 100%;
    }
}
@media(max-width: 432px){
    .hero-box h1{
        font-size: 25px;
    }
    .hero-box h2{
        font-size: 14px;
    }
    .hero-box p{
        font-size: 12px;
    }
}

.hero-box a{
    text-decoration: none;
    color: white;
    background-color: chocolate;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 12px;
    margin-left: 40px;
}

.hero-box a:hover{
    background-color: rgb(234, 143, 79);
}
/* HERO END */

/* TENATANG KAMI */
.tentang{
    padding: 100px 0;
}

.tentang-box{
    display: flex;
    gap: 50px;
}

@media(max-width: 700px){
    .tentang-box{
        flex-direction: column;
    }
}

@media(max-width: 432px){
    .tentang-box .desc-tentang p{
        font-size: 14px;
    }
}

.tentang-box img{
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.tentang-box .box figcaption{
    margin-top: 20px;
}

.tentang-box .desc-tentang h1{
    padding-bottom: 10px;
}

.tentang-box .desc-tentang p{
    line-height: 2;
    text-align: justify;
}
/* TENTANG KAMI END */

/* PROFILE */
.profile{
    padding-bottom: 50px;
}

/* judul profile */
.profile-box .judul-profile{
    padding-bottom: 30px;
}

.profile-box .judul-profile h1{
    background-color: #3b5262;
    color: aliceblue;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 30px;
}

.profile-box .desc-judul{
    display: flex;
    gap: 50px;
}

.logo img{
    width: 230px;
    border-radius: 15px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);;
}

.profile-box .desc-judul p{
    text-align: justify;
    line-height: 2;
}

@media(max-width: 700px){
    .profile-box .desc-judul{
        flex-direction: column;
    }
}

.profile-box .judul-box p{
    line-height: 2;
    align-items: center;
    text-align: justify; 
}
/* judul profile end */

/* data profile */

.profile-box .box p{
    font-size: 30px;
    font-style: bold;
    padding: 30px 0 10px;
}

.profile-box .desc{
    border: 1px;
    border-style: solid;
    border-color: chocolate;
    line-height: 2;
    text-align: justify;
    border-radius: 10px;
    padding: 20px 45px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);;
}

.profile-box .desc p{
    font-size: 16px;  
}

.profile-box .desc ul li{
    margin-left: 20px;
}

.logo img{
    width: 230px;
    border-radius: 10px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);;
}

.profile-box .desc-judul p{
    text-align: justify;
    line-height: 2;
}

@media(max-width: 700px){
    .profile-box .desc-judul{
        flex-direction: column;
    }
}

.profile-box .judul-box p{
    line-height: 2;
    align-items: center;
    text-align: justify; 
}

/* khusus tim */
.daftar-tim{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding-top: 30px;
}

.tim{
    line-height: 1.5;
    padding-bottom: 20px;
}

.tim h2{
    font-size: 12px;
    text-align: center;
}

.tim img{
    width: 250px;
    height: 200px;
    border-radius: 10px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);;
    object-fit: cover;   
}

.lihat-struktur{
  text-align: center;
  padding: 20px 0;
}

/* link struktur*/
.lihat-struktur a{
    text-decoration: none;
    color: white;
    background-color: chocolate;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 12px;
}

.lihat-struktur a:hover{
    background-color: rgb(234, 143, 79);
}
/* PROFILE END */

/* LAYANAN BISNIS */
.layanan{
    padding-top: 30px;
    padding-bottom: 100px;
}

.layanan{
    text-align: center;
}

.layanan h1{
    background-color: #3b5262;
    color: aliceblue;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 30px;
}

.layanan p{
    text-align: justify;
    line-height: 2;
    margin-bottom: 30px;
}

.layanan-box{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin-bottom: 10px;
    gap: 20px;
}

.layanan-box .box{
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.layanan-box img{
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.layanan-box .desc{
    padding: 20px;
}

.layanan-box .desc p{
    line-height: 2;
}

@media (max-width:575px){
    .layanan-box{
        gap: 40px;
    }
}
/* LAYANAN BISNIS END */


/* PORTOFOLIO */
.porto-box{
    padding-bottom: 50px;
}

.porto-box .judul-porto{
    padding-bottom: 30px;
}

.porto-box .judul-porto h1{
    background-color: #3b5262;
    color: aliceblue;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 30px;
}

.porto-box p{
    text-align: center;
    text-align: justify;
    line-height: 2;
}

/* isi porto */
.grup-porto .list-porto{
    border-style: solid;
    border-width: 1px;
    border-color: chocolate;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);;
    border-radius: 25px;
    margin-bottom: 20px;
}

.grup-porto .list-porto .box{
    padding-bottom: 10px;
}

.grup-porto .list-porto .box p{
    text-align: center;
    font-size: 18px;
}

.image-box{
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    padding: 10px;
}

@media (max-width:930px){
    .image-box{
        flex-wrap: wrap;
    }
}

.image-box img{
    width: 250px;
    height: 150px;
    border-radius: 10px;
    align-items: center;
}
/* PORTOFOLIO END */

/* FOOTER */

footer{
    padding: 50px 0 40px;
    background-color: #081f2e;
    color: white;
}

.footer-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    row-gap: 50px;
}

.footer-box h2{
    font-size: 20px;
}

.footer-box p{
    line-height: 2;
    font-size: 12px;
}


/* footer kontak */
.footer-box .box:nth-child(1){
    width: 400px;
    display: flex;
    flex-direction: column;
    align-content: center;
    gap: 10px;
}

/* footer menu */
.footer-box .box:nth-child(2){
    width: 100px;
    display: flex;
    line-height: 2;
    flex-direction: column;
    align-content: center;
    gap: 10px;
}

.footer-box .box:nth-child(2) a{
    text-decoration: none;
    font-size: 12px;
    color: white;
}

.footer-box .box:nth-child(2) a:hover{
    color: rgb(216, 137, 80);
}

/* copyright */
.copyright{
    margin-top: 10px;
    text-align: center;
}

.copyright{
    font-size: 14px;
}

.copyright p span{
    font-weight: bold;
}
/* FOOTER END */

/* SCROLL UP */
.scroll-up{
    width: 50px;
    height: 50px;
    background-color: chocolate;
    color: white;
    border-radius: 100px;
    display: grid;
    place-items: center;
    position: fixed;
    bottom: 300px;
    right: 40px;
    opacity: 0;
    transition: all 0.5s ease;
}

.scroll-up.scroll-active{
    opacity: 0.7;
}
/* SCROLL UP END */