

body{
    font-family: 'Poppins', sans-serif;
    color:#ffffff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.5px;
    background:url("shortcut/background-typography.png") no-repeat top left, #000000;
    background-size: 772px;
    background-attachment: fixed;

}

.boxexample{
    background:#121212;
    padding:24px;
    font-weight:200;
    font-size:16px;
    line-height:24px;
    color:#ffffff;
    border-radius:8px;
    margin-bottom:20px;
}

.boxexample label{
    color:#ffcd00;
}

.containercontent{
    max-width:1200px;
    margin: 0 auto;
    padding-top:0px;
}

.displayblock{
    display: block;
}

.displaynone{
    display: none;
}

.displaydesktop{
    display: block;
}
.displaymobile{
    display: none;
}

a{text-decoration: none;}

.judulhalaman{
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 60px;
    color: #FFFFFF;
    padding-top:0px;
    text-align: left;
    margin-bottom:20px;
}

.pageindex{
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 54px;
    color: #FFFFFF;
    margin-top:80px;
    margin-bottom:60px;
}

.listmenu{
    font-style: normal;
    font-weight: 200;
    font-size: 14px;
    line-height: 24px;
    color: rgba(255,255,255,0.7);
    padding-bottom:16px;
    border-bottom:1px solid rgba(255,255,255,0.15);
    margin-bottom:20px;
    cursor:pointer;
}

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

.listmenu label{
    margin-right:20px;
    opacity:0.5;
}

.judulsection{
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    color: #FFFFFF;
    margin-bottom:40px;
}

.judulsection label{
    margin-right:20px;
    opacity:0.5;
}

.subjudulsection{
    font-style: normal;
    font-weight: 200;
    font-size: 24px;
    line-height: 34px;
    color: #FFFFFF;
    margin-bottom:20px;
}

.penjelasan{
    font-style: normal;
    font-weight: 200;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    opacity: 0.5;
    margin-bottom:40px;
}

.contentimage img{
    width:100%;
    margin:0px 0px 40px 0px;
}

.contentimage{
    position: relative;
}

.isicontent{
    margin-top:40px;
}

.marginbottompage{
    height:100px;
}

.separatorimage{
    height:20px;
}

.text-align-right{
    text-align: right;
}

.imgsettings1{
    width:100%;
    border-radius:8px;
}

.margintopcontent{
    margin-top:148px;
}

.leftside{
    padding-right:100px;
    position: fixed;
    width:384px;
}


.separatorcontent{
    border-top:1px solid rgba(255,255,255,0.3);
    margin:80px 0px;
}

.separatorcontent2{
    border-top:1px solid rgba(255,255,255,0.1);
    margin:40px 0px;
}

.arrowback{
    margin-bottom:40px;
}

.arrowback img{
    transform: rotate(180deg);
}

.actionwrapper{
    position:absolute;
    margin:16px;
    right:0;
}

.buttonhidegrid{
    
    background:#121212;
    border-radius:200px;
    color:#fff;
    font-size:13px;
    line-height:13px;
    font-weight:500;
    letter-spacing:0px;
    padding:10px 20px;
    cursor: pointer;
    
}

@media only screen and (max-width: 1280px) {
    .containercontent{
        padding:0px 40px;
    }
    .leftside{
        padding-right:100px;
        position: fixed;
        width:340px;
    }
    
}

@media only screen and (max-width: 900px) {
    .leftside{
        position:fixed;
        width:300px;
    }
}


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

    .displaydesktop{
        display: none;
    }
    .displaymobile{
        display: block;
    }


    .leftside{
        padding-right:0px;
        position:relative;
        width:100%;
    }
    .containercontent{
        padding:0px 20px;
    }
    .imgsettings1{
        width:100%;
        max-width:100%;
    }
    .contentimage img {
        margin: 0px 0px 20px 0px;
    }
    body{
        background-attachment:scroll;
    }
    .margintopcontent{
        margin-top:40px;
    }
    .separatorcontent{
        margin:40px 0px;
    }
    .marginbottompage{
        height:40px;
    }
    .judulsection{
        font-size: 30px;
        line-height: 40px;
        margin-bottom:20px;
    }
    .subjudulsection {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
}


