.main-site{
    box-shadow: 0px 2px 10px #ccc;
}

.section-welcome{
    background-color: #583B27;
    margin-top: 20px;
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    padding: 10px;
    color: white;
}

.alumni-box-item{
    width: 250px; 
    overflow: hidden;
}

.section-alumni-siswa {
    padding: 25px;
    background: #a4978e;
  }

.bgp{
    font-style: italic; 
    background-color: #292B2A !important;
}

.section-best-seller{
    padding: 20px;
}
.program-box-new{
    padding: 0px 20px;
    margin-bottom: 60px;
}

.section-checkl{
    display: flex;
    padding: 20px; 
    background-color: #3c2415;   
}

.section-checkl-img{
    width: 200px;
    margin-right: 25px;
}

.section-checkl-text{
    color: white;
    font-size: 1.2em;
    font-weight: bold;
  
}
.section-textsdbhvc{
    text-align: center;
    padding: 30px; 
    font-size: 2em;
    padding-bottom: 0px;
}

.section-eruigh{
    text-align: center;
    background: #000;
    padding: 20px;
      padding-top: 20px;
    margin-top: 20px;
    color: white;
    font-size: 3em;
    font-style: italic;
    font-weight: bold;
    line-height: 1.5em;
    padding-top: 40px;
  
}

.section-hets{
    margin-top: 30px;
    text-align: center;
    font-size: 4em;
    line-height: normal;
    color: #d70000;
    text-transform: capitalize;
    font-style: italic;
    text-shadow: 2px 3px 5px #000;    
}

.section-bpos-2{
    background-color: #583B27;
    text-align: center;
    font-size: 1.6em;
    font-weight: 700;
    padding: 10px;
    color: white;
    line-height: normal;
}

.btn-shopee {
    color: #fff;
    background-color: #cf5108;
    border-color: #cf5108;
}


.btn-tokped {
    color: #fff;
    background-color: #27bd9c;
    border-color: #27bd9c;
}

.btn-tiktok {
    color: #fff;
    background-color: #949191;
    border-color: #949191;
}

.link-icon-box{
    display: flex;
}

.link-icon{
    width: 20px;
    margin-right: 10px;
}


.link-icon img{
    width: 100%;
}

.link-icon-box .text-icon{

}

.section-btn-act{
    padding: 20px;
    padding-bottom: 20px;
  text-align: center;
  padding-bottom: 50px;
}

.section-testimoni-bx{
    padding: 25px;
}

.testimoni-box-item{
    width: 250px;
    border-radius: 20px;
    border: 3px solid #dddd;
    overflow: hidden;
}

.cta-modul{
    margin-top: 14px; 
}

.cta-modul-text{
    text-align: center;
    font-size: 1.2em;
    color: black;
    text-shadow: 0px 0px 0px #eee;
    line-height: normal;
    margin-bottom: 10px;
}

.button-best-seller{
    text-align: center;
}

.section-cta-whatsapp{
    margin-top: 15px;
    padding-bottom: 25px;
    border-bottom: 20px solid #583B27;
}

.cta-whatsapp{
    display: block;
    width: 280px;
    margin: 0 auto;
}

.cta-whatsapp img{
    width: 100%;
}

.footer{
    background: #583B27;
    padding: 50px 15px;
}

.footer-desc{
    font-size: 14px;
    line-height: normal;
    color: white;
}

.footer-address{
    color: white;
    font-size: 14px;
    line-height: normal;
}

.footer-contact{
    color: white;
}
.footer-contact ul{
    padding: 0px;
    font-size: 12px;
}

.section-program{
    /* background-image: url('../assets/program.jpg'); 
    background-color: #332a2a;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: calc(0.664 * 114vw);
    padding-top: 261px; */

}

.program-box{
    padding: 0px 0px; 
    margin-top: -769px;
    margin-left: 15px;
    clear: both;
    position: absolute;
    max-width: 90vw;
}

.program-box-item{
    width: 225px;
    overflow: hidden;
    border-radius: 20px;
}

.program-box-item img{
    width: 100%;
}

@media (max-width: 767px) {
    .program-box{ 
        margin-top: -371px;
        margin-left: 10px;
    }

    .program-box-item {
        width: 115px;
        overflow: hidden;
        border-radius: 20px;
      }

      .cta-modul-text{
        font-size: 12px;
        margin-bottom: 3px;
      }

      .cta-modul .btn{
        padding: 5px;
        font-size: 11px;
      }

      .cta-modul{
        margin-top: 5px;
      }
}