body{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
}

.regis{
    background-image: url(img/bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.box-regis{
    background-image: url(img/logo.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;

}

.box-regis p{
    line-height: 35px;
    text-align: justify;
}

.logo-top{
    width: 65%;
}

.box-regis img{
    max-width: 100%;
}

.boxlogo{
    height: 35vh;
}

.text-title{
    color: #1496d4;
    font-weight: 900;
}

.text-title-muted{
    color: #017cc0;
    font-weight: 100;
}

@media only screen and (max-width: 600px) {
    .boxlogo{
        height: 25vh;
    }

    .logo-top{
        width: 80%;
    }
}

/* Index */

.boxhome{
    background-image: url(img/bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.boxhometop{
    background-image: url(img/logo.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 60%;
}

.text-tgl-home{
   font-size: 1.8rem;
}

.boxhometop .boxlogo{
    height: 25vh;
}

.boxhometop .logo-top {
    width: 60%;
}

.text-home-top{
    width: 66%;
}

.boxhomeabout{
    background-image: url(img/bg-polos.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 80vh;
    overflow-x: hidden;
}

.boxhomeaboutin{
    background-color: #ffffffd1;
    width: 80vw;
    margin-left:20vw;
    min-height: 70vh;
    z-index: 100;
}


.box-text{
    width: 70%;
}


.event-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
}

.event-details div {
    flex: 1;
    padding: 10px;
    margin: 5px;
    background-color: #1496d4;
    color:#fff;
    border-radius: 5px;
}

.boxrandown{
    background-image: linear-gradient(rgb(255 255 255 / 75%), rgb(255 255 255 / 75%)), url(img/bg-polos.jpg);;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 100vh; */
    overflow-x: hidden;
}

.rundown-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
.rundown-table th, .rundown-table td {
    border: 2px solid #ffffff;
    padding: 8px;
    text-align: left;
}
.rundown-table th {
    background-color: #0056b3;
    color: white;
}

.quote {
    font-style: italic;
    text-align: center;
    margin: 20px 0;
    padding: 10px;
    background-color: #e0f0ff;
    border-left: 5px solid #0056b3;
}

.boxkoment{
    background-image: url(img/bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.boxkoment .card{
    background-color: #ffffffd1;
}

 .komentar-box {
      max-height: 400px; 
      overflow-y: auto;
      border: 1px solid #dee2e6; 
      border-radius: 0.25rem; 
      padding: 1rem;
    }

.footer{
    background-color: #fff;
}

@media only screen and (max-width: 600px) {

    .boxhomeaboutin{
        width: 90vw;
        margin-left:10vw;
    }


    .boxhometop{
        background-size: 100%;
    }

    .boxhometop .boxlogo{
        height: 25vh;
    }

    .box-text{
        width: 100%;
    }

    .text-tgl-home{
        font-size: 1rem;
    }

    .text-home-top{
        width: 80%;
    }

}