.jam_analog {
    background: #e7f2f7;
    position: relative;
    width: 320px;
    height: 320px;
    border: 18px solid #52b6f0;
    border-radius: 50%;
    padding: 20px;
    margin: 20px auto;
}

.xxx {
    height: 100%;
    width: 100%;
    position: relative;
}

.jarum {
    position: absolute;
    width: 50%;
    background: #232323;
    top: 50%;
    transform: rotate(90deg);
    transform-origin: 100%;
    transition: all 0.05s cubic-bezier(0.1, 2.7, 0.58, 1);
}

.lingkaran_tengah {
    width: 24px;
    height: 24px;
    background: #232323;
    border: 4px solid #52b6f0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -14px;
    margin-top: -14px;
    border-radius: 50%;
}

.jam_digital {
    position: absolute;
    top: 20%;
    left: 36%;
    margin-left: -14px;
    margin-top: -14px;
}

.jarum_detik {
    height: 2px;
    border-radius: 1px;
    background: #e01515;
}

.jarum_menit {
    height: 4px;
    border-radius: 4px;
}

.jarum_jam {
    height: 8px;
    border-radius: 4px;
    width: 35%;
    left: 15%;
}