body{
    font-family: 'Poppins', sans-serif;
    color:#808191;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.6px;    

    background: #131313;
    background-image: url(img/darkmodelearn.svg);
    background-repeat: no-repeat;
    background-position: top center;
}
a{
    text-decoration: none !important;
}
.container{
    max-width: 1145px;
}
.menu a{color:#fff;}
.menu{
    padding-bottom:0px;
}
.jarakatas{
    height:85px;
}
.marginbottom{
    height: 100px;
}

/* Pengaturan List Materi */

.boxmenu{
    margin-top:20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    transition: all 0.3s ease 0s;
}

.menunumber {
    font-weight: 400;
    font-size: 11px;
    line-height: 11px;
    color: #FFFFFF;
    opacity: 0.5;
    padding: 4px 0px 0px 0px;
}

.menutext {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.3px;
    color: #FFFFFF;
    opacity: 0.5;
    margin-bottom: 20px;
    padding:1px 0px 0px 10px;
}
.paddingleftindex{
    padding-left:120px;
}
.pageindexs{
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #FFFFFF;
    opacity: 0.5;
    margin: 10px 0px 28px 0px;
}
.boxmenu:hover .menutext{
    opacity: 1;
    color:#ffffff;
    font-weight: 500;
}
.boxmenu:hover .menunumber{
    opacity: 1;
    color:#ffffff;
}
.boxmenu:hover {
    border-bottom: 1px solid #ffffff;
}

/* Pengaturan Judul dan Deskripsi */

.titlethispage{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 102.02px;
    line-height: 91px;
    letter-spacing: -3px;
    color: #FFFFFF;
    margin-bottom:42px;
}

.descthispage{
    font-weight: 200;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.3px;
    color: #FFFFFF;
    opacity: 0.8;
    padding-right:300px;
    margin-bottom:60px;
}

.cta{
    padding:22px 100px;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #FFFFFF;    
    background: linear-gradient(90deg, #5D3BE7 0%, #FF554B 100%);
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.cta:hover{
    color:#ffffff;
    background: linear-gradient(90deg, #FF554B 0%, #5D3BE7 100%);
}


/* Pengaturan Testimonial */

.boxtestimonial{
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding:60px 0px;
    margin-top:120px;
}

.texttestimonial_big{
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
}

.usertestimonial_big{
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    padding-left:0px;
    margin-top:24px;
}

.usertestimonial_big img{
    opacity:1 !important;
    width:64px;
    margin-right:10px;
}

.usertestimonial_big span{
    opacity:0.5;
}

.texttestimonial_small{
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
}

.usertestimonial_small img{
    width:36px;
    margin-right:10px;
}

.usertestimonial_small span{
    opacity:0.5;
}

.usertestimonial_small{
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    margin-top:24px;
}

.testimonialsmall{
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding-bottom:36px;
    margin-bottom:36px;
}

.nopaddingnoborder{
    padding:0px;
    border:0;
    margin:0px;
}

.lefttestimonial{
    padding-right:60px;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.righttestimonial{
    padding-left:60px;
}

/* Pengaturan Materi */

.judulsection{
    font-weight: 800;
    font-size: 72px;
    line-height: 64px;
    letter-spacing: -2px;
    color: #FFFFFF;
    margin:120px 0px 60px;
    font-family: 'Inter';
}

.boxmateri{
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    padding:40px;
    margin-bottom:24px;
}

.judulmateri{
    font-family: 'Inter';
    font-weight: 500;
    font-size: 42px;
    line-height: 50px;
    letter-spacing: -1px;
    color: #FFFFFF;
    margin-bottom:24px;
}

.deskripsimateri{
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    opacity: 0.5;
    padding-right:120px;
}

.materi_box{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 24px;
    padding-bottom:24px;
}

.specialmargintop{
 margin-top:8px;
}

.materi_box:hover{
    border-bottom: 1px solid rgba(255, 255, 255, 1);    
}

.materi_nomor{
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.34;
    padding-top:4px;
}

.belumrilis{
    opacity: 0.34;
}

.materi_judul{
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
    padding-left:40px;
}

.materi_arrow{
    padding: 0px 0px;
    text-align: right;
}

/* Pengaturan Breakpoint */

.noborder{
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

@media only screen and (max-width: 1280px) {
    .container{
        padding:0px 40px;
    }
}

@media only screen and (max-width: 1130px) {
    .titlethispage{
        font-size: 90px;
        line-height: 80px;
        letter-spacing:-5px;
    }
    .paddingleftindex{
        padding-left:20px;        
    }
}

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

    .materi_box{
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 0px solid rgba(255, 255, 255, 0.1);
        padding-top:24px;
        margin-top: 24px;
        padding-bottom:0px;
    }
    .materi_box:hover{
        border-bottom: 0px solid rgba(255, 255, 255, 1);    
    }
    

    .judulsection{
        font-weight: 800;
        font-size: 40px;
        line-height: 50px;
        letter-spacing: -1px;
        color: #FFFFFF;
        margin:40px 0px 20px;
    }
    .boxmateri{
        padding:24px;
    }
    .judulmateri{       
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -1px;
    }
    .deskripsimateri{
        font-size: 16px;
        line-height: 24px;
        letter-spacing:0.5px;
        padding-right:0px;
    }
    .noborder{
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }
    .usertestimonial_big{
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
    }
    .usertestimonial_big img{
        width:36px;
        margin-right:10px;
    }
    .texttestimonial_big{
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
    }
    .container{
        padding:0px 20px;
    }
    .descthispage{
        padding-right:0px;
    }
    .cta{
        display: block;        
    }
    .paddingleftindex{
        padding-left:0px;
        margin-top:40px;
    }
    .boxtestimonial{
        border-top: 0px solid rgba(255, 255, 255, 0.06);
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        padding:40px 0px 0px;
        margin-top:0px;
    }
    .lefttestimonial{
        padding-right:0px;
        border-right: 0px solid rgba(255, 255, 255, 0.06);
    }
    .righttestimonial{
        padding-left:0px;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
        margin-top:24px;
        padding-top:24px;
    }
    .testimonialsmall{
        padding-bottom:24px;
        margin-bottom:24px;
    }
}

@media only screen and (max-width: 767px) {
    .jarakatas{
        height:40px;
    }
    .cta{
        display: block;
        padding-right:0px;
        padding-left:0px;        
    }
    .descthispage{        
        margin-bottom:24px;
        font-size: 16px;
        line-height: 24px;
    }
    .titlethispage{
        font-size: 50px;
        line-height: 45px;
        letter-spacing:-1px;
        margin-bottom:24px;
    }
    .menutext {
        font-weight: 400;
        font-size: 16px;
        line-height: 16px;
    }
    .menunumber {
        font-weight: 300;
        font-size: 14px;
        line-height: 14px;
    }
    .boxmateri{
        margin-bottom:20px;
        padding:20px;
    }

    .materi_nomor{
        font-size: 14px;
        line-height: 14px;
        padding-top:6px;
    }
    
    .materi_judul{
        font-size: 16px;
        line-height: 24px;
    }
    .deskripsimateri {
        font-size: 14px;
        line-height: 22px;
        margin-bottom:10px;
    }
    .materi_box {
        padding-top: 16px;
        margin-top: 16px;       
    }
    .judulmateri {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: 0px;
        margin-bottom: 10px;
        font-weight:600;
    }
}