﻿/*utilities*/


/*--BEGIN : jumbotron--*/

.jumbotron {
    display:flex;
    flex-direction:row;
    background-color:transparent;
    width:100%;
    height:500px;
    gap:10px;
}

.jumbotron-content{
    width:50%;
    height:100%;
    margin:auto;
    background-color:transparent;

}

.jumbotron-content-kiri {
    position: relative; 
    width: 500px;
    height: 100%;
    background-color: transparent;
   
}

.jumbotron-content-kiri-div {
    position: absolute;
    width: 100%;
    height: 300px;
    background-color: transparent;
    bottom: 0px;
    margin: auto;
    font-size: 30px;
    font-weight: normal;
    color: #558303;
    line-height:1.2;
}

.jumbotron-content-kanan {
   position:relative;
   right:0px;
   width:100%;
   height:100%;
   background-color:orange;
   border-radius:0px 0px 0px 100px;
}
.lebarextra{
    width:80%;
}
.jumbotron-content-kanan-div {
    position: absolute;
    width: 90%;
    height: 30%;
    background-color: white;
    bottom: 20%;
    right: 0px;
    border-radius: 100px 0px 0px 100px;
    font-size: 18px;
    font-weight: bold;
    color: #558303;
    line-height: 0.001;
    align-content:center;
}

    .jumbotron-content-kanan-div p {
        
        text-align: end;
        width: 200px;
        line-height: 0.001;
    }

    .pelajarilebihlanjut{
        position:relative;
        left:0px;
        top:20px;
        width:300px;
        height:30px;
        background-color:transparent; 
        color:black;
        font-size:25px;
        font-weight:bold;
        cursor:pointer;
    }

    .pelajarilebihlanjut img{
        position:absolute;
        top:0px;
    }

    .pelajarilebihlanjut a{
        position:absolute;
        left:50px;
        text-decoration:none;
        color:black;
    }
   
/*--END : jumbotron--*/

/*--BEGIN : Content--*/
.isi{
    position:relative;
    top:80px;
    display:flex;
    flex-direction:row;
    gap:10px;
    width:100%;
    height:400px;
    background-color:transparent;
    
}
.isi-content{
    position:relative;
    display:flex;
    flex-direction:column;
    width:50%;
    height:100%;
    background-color:transparent;
}

.dalam{
    position:relative;
    width:100%;
    height:40px;
}

.iconurutan{
    position:absolute;
    top:30px;
    left:20px;
    width:30px;
    height:15px;
    border-radius:20px;
    background-color:orange;
}
.dataurutan{
    position:absolute;
    top:25px;
    left:70px;
    font-size:20px;
}
.img-laptop{
    position:relative;
    left:40%;
    top:20px;
    width:330px;

}

.panelisikanan {
    position: relative;   
    text-align: right;
    right: 30px;
    color: #558303;
}
    .panelisikanan a {
        position: relative;
        line-height: 1.2;
        background-color: transparent;
        font-size: 40px;
    }

.panelkanan-decor-bulat {
    position: absolute;
    right: 0px;
    width: 90px;
    height: 180px;
    border-radius: 900px 0px 0px 900px;
    background-color: #558303;
}

/* Begin : Tentang kami*/

.tentangkami{
    position:relative;
    display:flex;
    flex-direction:row;
    width:100%;
    height:600px;
    background-color:transparent;
}

.tetnangkami-content{
    position:relative;
    top:150px;
    width:50%;
    height:80%;
    background-color:transparent;
}

.tentangkami-p{
    font-size:35px;
    animation:animasi-tentangkami-p 0.8s linear;
}
 
    @keyframes animasi-tentangkami-p {
        from {
            color:#a9a9a963;
            transform: translateX(-20%);
        }

        to {
            color: black;
            transform: translateX(0);
        }
    }

.solusibagikoperasipintar {
    position: absolute;
    bottom: 30%;
    width: 280px;
    color: #558303;
    text-align: right;
    font-size:35px;
}

/* End : tentang kami*/

/* Begin : Fitur*/
.fitur{
    position:relative;
    width:100%;
    height:800px;
    background-color:transparent;
    margin:auto;
    
}

.panelfitur{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    gap:20px;
    position:relative;
    top:150px;
    width:80%;
    height:80%;
    background-color:transparent;
    margin:auto;
    padding:10px;
}
.panelfitur-item{
    position:relative; 
    width:200px;
    height:200px;
    background-color:transparent;
    align-content:center;
}
.subjudulsection{
    position:relative;
    width:80%;
    height:80%;
    align-content:center;
    background-color:orange;
    border-radius:0px 20px 20px 0px;
    text-align:end;
    align-content:center;
}
.subjudulsection p{
    position:relative;
    top:-5px;
    font-size:25px;
    width:90%;
    color:white;
    font-weight:bold
}
.panelfitur-item-isi{
    position:relative;
    width:70%;
    height:80%;
    border:4px solid green;
    border-radius:20px;
    margin:auto;
    text-align:center;
    align-content:center;
}

.panelfitur-item-isi img{
    width:60%;
    cursor:pointer;
}
.panelfitur-item-isi p{
    position:absolute;
    width:80%;
    top:150px;
    text-align:center;
    font-size:20px;
    left:15px;
    font-weight:bold;
}
.fitur-kosong {
    position: relative;
    width: 115px;
    height: 200px;
    background-color: transparent;
    align-content: center;
}
.add-width-fitur-item{
    width:350px;
}
/* End : Fitur*/

/*Begin : Harga*/
 
.harga

{
    position: relative;
    width: 100%;
    height: 800px;
    background-color: transparent;
    margin: auto;
}

.panelharga {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:center;
    gap: 10px;
    position: relative;
    top: 50px;
    width: 80%;
    height: 60%;
    background-color: transparent;
    margin: auto;
    padding: 10px;
}

.panelharga-heading{
    position:relative;
    width:100%;
    text-align:center;
}
.item-pengantar{
    font-size:30px; 
    width:50%;
    text-align:center;
    margin:auto;
}
.panelharga-item {
    position: relative;
    width: 320px;
    height: 420px;
    background-color: transparent;
    align-content: center;
}



/*Begin : Harga 0*/
.panelharga-item-harga0 {
    position: relative;
    width: 80%;
    height: 90%;
    border: 3px solid black;
    border-radius: 20px;
    background-color: transparent;
    overflow: hidden;
}

.panelharga-item-harga0-header {
    position: absolute;
    top: -20px;
    left: -16px;
    width: 110%;
    height: 150px;
    background-color: #3fc1f7;
    border-radius: 0px 0px 100% 100%;
    text-align: center;
}

    .panelharga-item-harga0-header h1 {
        position: relative;
        top: 30px;
        font-size: 25px;
        color: white;
    }

.panelharga-item-harga0-content {
    position: relative;
    top: 40%;
    bottom: 0px;
    width: 100%;
    height: 40px;
    background-color: transparent;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.ketharga {
    position: relative;
    top: 40px;
    font-size: 22px;
    color: gray;
    text-align: center;
    align-items: center;
}

    .ketharga p {
        width: 75%;
        text-align: center;
        font-size:17px;
        margin: auto;
    }

.panelharga-item-harga0-footer {
    position: absolute;
    bottom: -10px;
    left: 6%;
    right: 0px;
    width: 70%;
    height: 65px;
    background-color: #3fc1f7;
    border-radius: 17px 17px 17px 17px;
    text-align: center;
    align-content: center;
    color: white;
    font-size: 17px;
    cursor: pointer;
}
/*End : Harga 0*/

.panelharga-item-harga1{
    position:relative;
    width:80%;
    height:90%;
    border:3px solid black;
    border-radius:20px;
    background-color:transparent;
    overflow:hidden;
}

.panelharga-item-harga1-header {
    position: absolute;
    top:-20px;
    left:-16px;
    width: 110%;
    height: 150px;
    background-color: #558303;
    border-radius: 0px 0px 100% 100%;
    text-align:center;
}
    .panelharga-item-harga1-header h1 {
        position: relative;
        top: 30px;
        font-size: 25px;
        color: white;
    }

.panelharga-item-harga1-content{
    position:relative;
    top:40%;
    bottom:0px;
    width:100%;
    height:40px;
    background-color:transparent;
    font-size:40px;
    font-weight:bold;
    text-align:center;
}
.ketharga{
    position:relative;
    top:40px;
    font-size:22px;
    color:gray;
    text-align:center;
    align-items:center;
    
}
.ketharga p{
    width:75%;
    text-align:center; 
    margin:auto;
}

.panelharga-item-harga1-footer {
    position: absolute;
    bottom: -10px;
    left: 6%;
    right: 0px;
    width: 70%;
    height: 65px;
    background-color: #558303;
    border-radius: 17px 17px 17px 17px;
    text-align: center;
    align-content: center;
    color: white;
    font-size: 17px;
    cursor: pointer;
}

.panelharga-item-harga2 {
    position: relative;
    width: 80%;
    height: 90%;
    border: 3px solid black;
    border-radius: 20px;
    background-color: transparent;
    overflow:hidden;
}
.panelharga-item-harga2-header {
    position: absolute;
    top: -20px;
    left: -16px;
    width: 110%;
    height: 150px;
    background-color: #b3b3b3;
    border-radius: 0px 0px 100% 100%;
    text-align: center;
}

    .panelharga-item-harga2-header h1 {
        position: relative;
        top: 30px;
        font-size: 25px;
        color: white;
    }

.panelharga-item-harga2-content {
    position: relative;
    top: 40%;
    bottom: 0px;
    width: 100%;
    height: 40px;
    background-color: transparent;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.panelharga-item-harga2-footer {
    position: absolute;
    bottom: -10px;
    left: 6%;
    right: 0px;
    width: 70%;
    height: 65px;
    background-color: #b3b3b3;
    border-radius: 17px 17px 17px 17px;
    text-align: center;
    align-content: center;
    color: white;
    font-size: 17px;
    cursor: pointer;
}

.panelharga-item-harga3 {
    position: relative;
    width: 80%;
    height: 90%;
    border: 3px solid black;
    border-radius: 20px;
    background-color: transparent;
    overflow:hidden;
}

.panelharga-item-harga3-header {
    position: absolute;
    top: -20px;
    left: -16px;
    width: 110%;
    height: 150px;
    background-color: #ffad23;
    border-radius: 0px 0px 100% 100%;
    text-align: center;
}

    .panelharga-item-harga3-header h1 {
        position: relative;
        top: 30px;
        font-size: 25px;
        color: white;
    }

.panelharga-item-harga3-content {
    position: relative;
    top: 40%;
    bottom: 0px;
    width: 100%;
    height: 40px;
    background-color: transparent;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.panelharga-item-harga3-footer {
    position: absolute;
    bottom: -10px;
    left: 6%;
    right: 0px;
    width: 70%;
    height: 65px;
    background-color: #ffad23;
    border-radius: 17px 17px 17px 17px;
    text-align: center;
    align-content: center;
    color: white;
    font-size: 17px;
    cursor: pointer;
}

/*End : Harga*/
 
/*--END : Content--*/
