.dashboard-sec{
    padding: 100px 0 50px;
}
.dashboard-sec .main-head{
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 88% */
    background: linear-gradient(180deg, #FECB38 0%, #FF7C33 100%), #D9D9D9;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 40px;
    margin-bottom: 35px;
}
.analytic-box{
    border-radius: 25px;
    padding: 2px;
    background: linear-gradient(to bottom ,  rgba(0, 0, 0, 0.4), rgba(240, 185, 11, 0.60));
    margin-bottom: 24px;
    height: 100%;
}
.analytic-box .border-inner{
    background: #0F0F0F;
    border-radius: 25px;
    padding: 30px  24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.analytic-box .detail-flex{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 36px;
    gap: 12px;
}
.analytic-box .detail-flex img{
    height: 64px;
    width: 64px;
    flex-shrink: 1;
    border-radius: 7px;
    padding: 12px;
    background: rgba(217, 217, 217, 0.05);
}
.analytic-box .detail-flex a{
    color: rgba(240, 185, 11, 0.60) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    text-decoration-line: underline;
}
.analytic-box h4{
    color: rgba(217, 217, 217, 0.60);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 100% */
    margin-bottom: 20px;
}
.analytic-box h2{
    color: #D9D9D9;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 55% */
    margin-bottom: 0;
}
@media (max-width:1200px){
    .analytic-box .border-inner {
        padding: 16px;
    }
    .analytic-box .detail-flex img{
        height: 45px;
        width: 45px;
        padding: 8px;
    }
    .analytic-box .detail-flex a{
        font-size: 14px;
    }
    .analytic-box h4{
        font-size: 16px;
        margin-bottom: 14px;
    }
    .analytic-box h2{
        font-size: 28px;
    }
}
@media (max-width:768px){
    .dashboard-sec .main-head{
        margin-top: 0;
        font-size: 20px
    }
    .analytic-box .detail-flex{
        margin-bottom: 10px;
    }
    .analytic-box h2 {
    font-size: 24px;
}
.analytic-box .detail-flex img {
    height: 40px;
    width: 40px;
    padding: 6px;
}
.analytic-box h4 {
    font-size: 14px;
    margin-bottom: 10px;
}
.analytic-box .detail-flex a {
    font-size: 12px;
}
}