﻿@font-face {
    font-family: Poppins-Regular;
    src: url(./fonts/poppins/Poppins-Regular.ttf);
}

html {
    font-size: 15px;
    font-family: Poppins-Regular;
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
    position: relative;
    min-height: 100%;
}

 

.tengah {
    text-align: center !important;
}

.kananitem {
    margin-right: 0px !important;
}

body {
    margin: 0;
    padding: 0;
}

.pattern {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: #e5e5f7;
    opacity: 0.1;
    background-image: linear-gradient(135deg, #ffdb00 25%, transparent 25%), linear-gradient(225deg, #ffdb00 25%, transparent 25%), linear-gradient(45deg, #ffdb00 25%, transparent 25%), linear-gradient(315deg, #ffdb00 25%, #e5e5f7 25%);
    background-position: 10px 0, 10px 0, 0 0, 0 0;
    background-size: 10px 10px;
    background-repeat: repeat;
    display:none;
}




header {
    width: 100%; 
    box-shadow: 0 1px 2px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.07), 0 4px 8px rgba(0,0,0,0.07), 0 8px 16px rgba(0,0,0,0.07), 0 16px 32px rgba(0,0,0,0.07), 0 32px 64px rgba(0,0,0,0.07);
    background-color: transparent;
    position: sticky;
    top: 0;
    z-index: 1000;
}

nav {
    width: 100%;
    height: 80px;
    background-color: #ffdb00;
}

.menu {
  
    
} 

.akun {
    position: absolute;
    right: 5%;
    top: 10px;
    bottom:0px;
    width: 80px;
    height: 40px;
    background-color: transparent;
    align-items: center;
    text-align: end;
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center;
    padding-top: 7px;
    cursor:pointer;
}

    .akun img {
        border: none; 
        width: 20px;
        height: 20px;
        background-color: transparent;
       
    }

        .akun:hover {
            color:darkorange;
        }

 .panelakun{
     position:absolute;
     top:45px;
     right:0%;
     width:350px;
     height:450px;
     background-color:white;
     border:1px solid grey;
     border-radius:10px;
     text-align:center;
     align-content:center;
         cursor:default;
 }
.loginpanelcontent{
    position:relative;
    width:80%;
    height:200px;
    background-color:transparent;
    display:flex;
    flex-direction:column;
     padding:20px;
    margin:auto; 
    gap:10px;
}
.panelakun img {
}
.headerpanelakun {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 95%;
    top: 10px;
    gap: 10px;
    border-bottom:1px dashed grey;
   padding:5px;
   margin:auto;
}
.belumpunyaakun{
    font-size:12px;
    font-weight:normal;
    color:grey;
}
.btndaftar{
    font-size:15px;
    color:green;
    cursor:pointer;
}
.ketmasukdengangoogle{
    position:absolute;
    left:0px;
    right:0px;
    font-size:10px;
    top:18px;
    text-align:center;
    margin:auto;
    color:grey;
    font-weight:normal;
}
.footerpanelakun {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    bottom: 0px;
    gap: 25px;
    text-align:center;
}

.btnlogingoogle {
    position: relative;
    bottom: 20px;
    left: 0px;
    right: 0px;
    width: 80%;
    height: 30px;
    border-radius: 8px;
    border: 1px solid grey;
    margin: auto;
    z-index: 8;
}

    .btnlogingoogle:hover {
        background-color:yellow;
        cursor:pointer;
    }

.logo {
     position:absolute;
     top:10px;
     bottom:10px;
    left: 5%; 
    width: 60px; 
    height:60px;
    background-color:transparent;
}

    .logo img {
        width: 100%; 
    }

.namaperusahaan {
    position:absolute;
    left:9%;
    top:0px;
    bottom:0px;
}

.maskotnama {
    position: absolute;
    left: 7%;
    top:55px;
    width: 150px;
    height:50px
}

.alamatperusahaan {
    position: absolute;
    top: 40px;
    left: 120px;
    font-size: 12px;
    width: 250px;
    color: white;
    line-height: 15px;
    display:none;
}

.jumbotron{
    position:relative;
    display:flex;
    gap:20px;
    flex-direction:row;
     top:0px;
    width:100%; 
    height:600px;
    background-color:#ffdb00;
}
.jumbotron-item{
    width:50%;
    background-color:transparent;
    height:100%;
    text-align:center;
    align-content:center;
    display:flex;
    flex-direction:column;
    gap:20px;
    justify-content:center;
}
.jumbotron-item-fitur-1 {
    width: 50%;
    position: relative;
    font-size: 13px;
    display: flex;
    flex-direction: row;
    background-color: transparent;
    gap: 30px;
    margin:auto;
    text-align:center;
    justify-content:center;
}
.jumbotron-item-fitur-1 img{
    position:relative;
    top:5px;
    left:0px;
    width:20px;
}

.imgjumbotron{
    width:60%;
}
.kolom{
    position:relative;
    width:80%;
    height:80%;
    background-color:white;
    align-content:center;
    border-radius:20px 20px 20px 20px;
    margin:auto;
    border:1px solid white;
    overflow:hidden;
}
/* Container holds only one slide at a time */
.slider-box {
    width: 100%;
    max-width: 800px;
    height: 400px;
    margin: 20px auto;
    overflow: hidden; /* Hides the other images */
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Container train is 300% wide because there are 3 images */
.slider-train {
    width: 300%;
    height: 100%;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    animation: autoSlide 20s infinite; /* 12s loop length */
}

/* Each individual slide takes up exactly 1/3 of the train */
.slide {
    width: 33.3333%;
    height: 100%;
}

    .slide img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Keeps image proportions clean */
    }

/* Keyframes calculation for 3 slides */
@keyframes autoSlide {
    /* Slide 1 (Displays for 0s to 3s) */
    0%, 25% {
        left: 0%;
    }
    /* Transition from Slide 1 to 2 (Takes 1 second) */
    33% {
        left: -100%;
    }
    /* Slide 2 (Displays for 4s to 7s) */
    33%, 58% {
        left: -100%;
    }
    /* Transition from Slide 2 to 3 (Takes 1 second) */
    66% {
        left: -200%;
    }
    /* Slide 3 (Displays for 8s to 11s) */
    66%, 91% {
        left: -200%;
    }
    /* Transition back to Slide 1 (Takes 1 second) */
    100% {
        left: 0%;
    }
}
.about {
    width: 100%;
}
.btnjelajah{
    position:absolute;
    bottom:80px;    
    right:15%;
    width:200px;
    height:40px;
    background-color:transparent;
}


.btnjelajah button{
    width:100%;
    height:100%;
    border:none;
    border-radius:20px;
    cursor:pointer;  
    transition:0.3s ease-in-out;
}

    .btnjelajah button:hover {
        transform: scale(1.05);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }

.semboyan{
     margin:auto;
     font-size:30px;
     width:100%;
    text-align:center;
}
 
     

.pencarian {
    position: relative;
    left: 18.5%;
    width: 65%;
    height: 40px;
    align-items: center;
}

    .pencarian input {
        position: absolute;
        border: none;
        border-radius: 5px;
        border: 1px solid grey;
        width: 100%;
        height: 100%;
        padding-left: 40px;
    }

.iconpencarian {
    position: absolute;
    top: 25%;
    left: 1%;
    margin: auto;
    width: 20px;
    z-index: 3;
}

.pembatas {
    position: absolute;
    top:20px;
    width: 0px;
    right: 10.2%;
    border: 1px solid #b5b5b5b2;
    height: 30px;
    z-index: 4;
}

.keranjang {
    position: absolute;
    top:27px;
    right: 11.5%;
    width: 20px;
    height: 20px;
    background-color: transparent;
    z-index: 4;
    text-align: center;
    align-content: center;
}

    .keranjang img {
        cursor: pointer;
        width: 20px;
    }

        .keranjang img:hover {
            transform: scale(1.06);
        }

.menulogin {
    position: absolute;
    right: 2%;
    width: 100px;
    height: 40px;
    background-color: transparent;
    z-index: 4;
    text-align: center;
    align-content: center;
}

    .menulogin button {
        border-radius: 5px;
        background-color: #ffdb00;
        color: black;
        border: 1px solid grey;
        width: 80%;
        height: 90%;
        cursor: pointer;
    }

.banner {
    position: relative;
    margin: auto;
    top: 100px;
    width: 80%;
    height: 250px;
    background-color: transparent;
}

.renderer {
    position: relative;
    top: 50px;
    width: 80%;
    min-height: 800px;
    margin: auto;
    /* overflow:scroll;*/
}

.jarak {
    height: 200px;
}

footer {
    position: relative;
    width: 100%;
    height: 120px;
    background-color: #ffdb00;
    bottom: 0px;
}

.divinputstyle {
    line-height: 30px;
    background-color: transparent;
    text-align:left;
       
}

.textboxstyle {
    position:relative;
    width: 90%;
    height: 45px;
    border: 0.5px solid rgb(128,128,128,0.4);
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px; 
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
}

::placeholder {
    color: #cccccc; /* Use any color value (Hex, RGB, etc.) */
    opacity: 1; /* Recommended for Firefox */
    font-size: 13px;
}

.labelket {
    position: relative;
    left: 0px;
    right: 0px; 
    margin-top: 25px;
    font-weight: normal;
    color: lightslategray;
    text-align:left;
}

.btnstandard-holder {
    position: absolute;
    width: 100%;
    background-color: transparent;
    bottom: 30px;
    right: 0px;
    margin: auto;
    text-align: center;
}



.btn_standard {
    border: 1px solid grey;
    margin: auto;
    border-radius: 5px;
    height: 45px;
    width: 100px;
    background-color: #ffdb00;
    color: black;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}



.btnstandard-holder-right {
    position: absolute;
    width: 100%;
    background-color: transparent;
    bottom: 35px;
    right: 7%;
    margin: auto;
    text-align: right;
}

.btnstandard-holder-left {
    position: absolute;
    width: 100%;
    background-color: transparent;
    bottom: 30px;
    left: 3%;
    margin: auto;
    text-align: left;
}



.btn_standard:hover {
    box-shadow: darkgray 0px 3px 5px 1px;
    transform: scale(1.04);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

/*BEGIN : Cover*/
.panelcover {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: #b5b5b5b2;
    margin: auto;
    z-index: 10;
}
/*END : Cover*/


/*Messages*/
.panelpesan {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 400px;
    height: 300px;
    background-color: white;
    z-index: 10;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.panelpesan-header {
    position: relative;
    top: 0px;
    width: 100%;
    height: 50px;
    margin: auto;
    background-color: #ffdb00;
    align-content: center;
}

    .panelpesan-header a {
        position: relative;
        left: 5%;
        font-size: 14px;
        color: black;
    }

.panelpesan-content {
    position: relative;
    top: 1px;
    width: 90%;
    height: 40%;
    background-color: transparent;
    margin: auto;
    align-content: center;
}

    .panelpesan-content img {
        position: absolute;
        width: 50px;
        height: 50px;
        left: 5%;
    }

    .panelpesan-content p {
        position: absolute;
        top: 25%;
        left: 10%;
        right: 0px;
        bottom: 0px;
        background-color: transparent;
        width: 70%;
        height: 90%;
        margin: auto;
        text-align: center;
        align-content: center;
        font-size: 16px;
    }

.panelpesan-footer {
    position: absolute;
    width: 100%;
    bottom: 70px;
    margin: auto;
}

.panelpesan-footer-btnlogin {
    bottom: -30px;
}

/*Loading Bar*/
.loadingbar {
    position: fixed;
    width: 70px;
    height: 70px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 10;
    text-align: center;
    align-content: center;
    background-color: transparent;
}

    .loadingbar img {
        position: relative;
        width: 100%;
        animation: animasiloadingbar 1s linear infinite;
    }

@keyframes animasiloadingbar {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.hide {
    display: none;
}

.show {
    display: block;
}
