
:root {

    --bg: #ffffff;
    --text: #1d2746;
    --muted: #6f7896;
    --line: #e7e8f3;
    --pill: #efecff;
    --blue: #3f5efb;
    --purple: #b44cff;
    --soft-card: #ffffff;
    --shadow: 0 18px 50px rgba(33, 41, 82, .08);
    --radius: 18px;
    --radius-lg: 24px;
}
/*Title*/
/*Section Title*/
.section-title {
    font-size: 68px;
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -1.6px;
    margin: 24px 0 18px;

}

@media (max-width: 1399.98px) {
    .section-title {
        font-size: 54px;
    }
}

@media (max-width: 1199.98px) {

    .section-title {
        font-size: 44px;
    }
}



@media (max-width: 991.98px) {
    .section-title {
        font-size: 38px;
    }



}

@media (max-width: 767.98px) {
    .section-title {
        font-size: 32px;
    }

}

.title-1 {
font-size: 68px;
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -1.6px;
    margin: 24px 0 18px;
}

.title-2{
    font-size: 34pt;
    font-weight: bold;
}


.title-3 {
    font-size: 24pt;
    font-weight: bold;
}

.title-4 {
    font-size: 16pt;
    font-weight: bold;
}


.title-5 {
    font-size: 14pt;
    font-weight: bolder;
}


.muted-title{
    color: var(--muted);
}
