.shimmer {
    position: relative;
    background: #3a3a3ad4;
    background-image: linear-gradient(to right, #3a3a3a 0%, #3f3f3f 10%, #4a4a4a 20%, #3f3f3f 30%, #3a3a3a 50%, #3a3a3a 100%);
    background-repeat: no-repeat;
    background-size: 800px 200px;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: shimmer;
    -webkit-animation-timing-function: ease-in-out;
    border-radius: 400px;
    opacity: 0.4;
    min-width: 70px;
}

    
    @-webkit-keyframes shimmer {
        0% {
        background-position: -400px 0;
        }
        100% {
        background-position: 400px 0; 
        }
    }
    
    #container {
        width: 500px;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #square {
        width: 150px;
        height: 150px;
    }
    
    #content {
        flex: 1;
        height: 150px;
        width: 100%;
        padding: 0.5rem 1rem 0 1rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
    }
    
    #title {
        width: 100%;
        height: 30px;
        margin-bottom: 1rem;
    }
    
    #desc {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: flex-end;
    }
    
    .line{  
        width: 100%;
        height: 15px;
    }
    

    #kbox {
        width: 100%;
        height: 150px;
        border-radius: 10px;
    }
    
/* <div id="square" class="shimmer"></div>
<div id="content">
<div id="title" class="shimmer"></div>
<div id="desc">
<div class="line shimmer"></div>
<div class="line shimmer"></div>
<div class="line shimmer"></div>
<div class="line shimmer"></div>
</div>
</div> */


.klw10{
    max-width: 10%;
    margin: auto;
}
.klw50{
    max-width: 50%;
    margin: auto;
}
.klw60{
    max-width: 60%;
    margin: auto;
}
.klw70{
    max-width: 70%;
    margin: auto;
}
.klw80{
    max-width: 80%;
    margin: auto;
}
.klw90{
    max-width: 80%;
    margin: auto;
}

.mr0{
    margin-right: 0;
}



.circle {
    width: 100px;
    height: 10px;
    opacity: 0.2;
    margin-bottom: -20px;
}


.kkload1 {
    height: 15px;
    width: 150px;
    opacity: 0.15;
}

.klodcoll {
    display: flex;
    gap: 40px;
    margin-bottom: 20px;
    
}

.kkload2 {
    /* height: 70px;
    width: 150px;
    border-radius: 4px; */
    opacity: 0.15;
}

.kkload3 {
    width: 1200px;
    height: 200px;
    border-radius: 4px;
    opacity: 0.1;
    margin-bottom: 30px;
}