.first_sec {
    background: #F5EEE0;
    /* padding-bottom: 400px; */
    background: url(../img/city/Noise.png), #F5EEE0 0% 0% / 50px 50px repeat;
    background-blend-mode: overlay;
    /* mix-blend-mode: overlay; */
}

.city_svg {

    margin-bottom: -5px;
}

.first_sec .text-tit {
    color: #0D0D0D;
    text-align: center;
    /* font-family: Morabba; */
    font-size: 56px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%;
    /* 84px */
}

.first_sec .text-min {
    color: #0D0D0D;
    text-align: center;
    /* font-family: Morabba; */
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    opacity: 0.8;
}

.first_sec .txt-min {
    color: #0D0D0D;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
    opacity: 0.6;
}

.first_sec .time_btnn {
    padding: 12px 24px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: #333;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.32px;
}

.first_sec .time_btnn-2 {
    padding: 12px 24px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(20, 20, 20, 0.16);
    color: #141414;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.32px;
}

.box_timeline {
    padding: 24px 48px 20px 48px;
    border-radius: 100px;
    background: #1F1F1F;
    display: flex;
    justify-content: space-between;

}

.time_btn_cr {
    border-radius: 12px;
    background: #292929;
    padding: 12px 24px;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.32px;
    border: none;
}

.shadow_svg {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    left: 0;
}

.chlng_btn {
    padding: 12px 24px;
    border-radius: 12px;
    background: #292929;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.32px;
    border: none;
}