body{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0.6px;
    background-color:#f5f6f8;
    background-image: url("https://res.cloudinary.com/dmkgftexa/image/upload/v1661785616/bgplaylist_lzfudw.svg");
    background-position: top center;
    background-repeat: no-repeat;
}

.container{
    max-width: 1024px;
}

a{text-decoration: none;}

.menu a {
    color: #fff;
    opacity: 0.4;
}
.menu a.active {
    color: #ffffff;
}

.title{
    font-weight: 600;
    font-size: 90px;
    line-height: 80px;
    letter-spacing: -2px;
    color: #FFFFFF;
    text-shadow: 10px 11px 30px rgba(20, 19, 74, 0.35);
    margin-top:94px;
}

.desc{
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.3px;
    color: #FFFFFF;
    opacity: 0.8;
    margin-top:142px;
    font-weight: 200;
    padding-left:10px;
}

.stackimage{
    position: absolute;
    margin:-206px 0px 0px 356px;
}

.boxputih{    
    background: #FFFFFF;
    box-shadow: 0px 15px 30px rgba(64, 72, 82, 0.05);
    border-radius: 10px;
    margin-bottom: 24px;
    overflow: auto;
    cursor: pointer;
}


.rowone{
    padding:40px;
}

.icontopic{
    position:absolute;
}

.topic{
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #121212;
    padding-left: 72px;
}

.topicdesc{
    margin-top: 4px;
    font-weight: 200;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: #777777;
    padding-left: 72px;
}

.arrowplacement{
    text-align: right;
}

.margintitlebox{
    height:60px;
}

.marginbottom{
    height:120px;
}

.list {
    border-top: 1px solid #EDF0F5;
    padding: 20px 12px 20px 112px;
    border-left:2px solid #ffffff;
}

.number {
    opacity: 0.3;
    font-weight: 400;
    font-size: 13px;
    line-height: 23px;
}

.judulartikel {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.3px;
    font-weight: 400;
}

.mins {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.3px;
    opacity: 0.5;
}

.listarrow img {
    width: 20px;
}

.boxputih a {
    color:#121212;
    text-decoration: none;
}

.boxputih a:hover{
    color:#121212;
}

.list:hover{
    background:#FBFCFF;
    border-left:2px solid #6F6EE1;
}

.rowtwo{
    display: none;
}

.gedeboss{display: block;}
.under1440{display: none;}
.under960{display:none;}

@media only screen and (max-width: 1300px) {
    .gedeboss{display: none;}
    .under1440{display: block;}
    .desc{margin-top:20px;}
    .stackimage{margin:60px 0px 0px 60px;}
    .margintitlebox{height:40px;}
}

@media only screen and (max-width: 1150px) {
    .gedeboss{display: none;}
    .under1440{display: block;}
    .desc{margin-top:20px;}
    .stackimage{margin:60px 0px 0px 0px;}
    .margintitlebox{height:40px;}
}

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

@media only screen and (max-width: 1000px) {
    .stackimage{margin:60px 0px 0px -20px;}
 }

 @media only screen and (max-width: 960px) {
    .under1440{display: none;}
    .under960{display:block;}
    .margintitlebox{height: 0px;}
    .image3d img{width:350px;margin-top:60px;}
 }

 @media only screen and (max-width: 862px) {
    .image3d img{width:300px;margin-top:120px;}
    .listarrow{display: none;}
 }

 @media only screen and (max-width: 768px) {
    .margintitlebox{height: 24px;}
    .image3d {display: none;}
 }

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

    

    .list {        
        padding: 20px 28px 20px 28px;
    }   
    .rowone{
        padding:28px;
    }
    body{
        background-position: top left;
    }
   
    .title{
        font-size: 60px;
        line-height: 50px;
        margin-top:10px;
    }
    .arrowplacement{display: none;}
    .container{padding:0px 20px;}
}


