.montserrat {
    font-family: "Montserrat", sans-serif;
}
.dm-sans {
    font-family: 'DM Sans';
}
.space-grotesk {
    font-family: 'Space Grotesk';
}
.font-76 {
    font-size: 76px;
    line-height: 84px;
}
.font-70 {
    font-size: 70px;
    line-height: 80px;
}
.font-68 {
    font-size: 68px;
    line-height: 80px;
}
.font-65 {
    font-size: 65px;
    line-height: 80px;
}
.font-50 {
    font-size: 50px;
}
.font-45 {
    font-size: 45px;
}
.font-54 {
    font-size: 54px;
}
.font-16 {
    font-size: 16px;
    line-height: 24px;
}
.font-18 {
    font-size: 18px;
    line-height: 26px;
}
.font-20 {
    font-size: 20px;
    line-height: 28px;
}
.font-22 {
    font-size: 22px;
    line-height: 28px;
}
.font-30 {
    font-size: 30px;
    line-height: 42px;
}
.font-34 {
    font-size: 34px;
    line-height: 46px;
}
.font24-lh32 {
    font-size: 24px;
    line-height: 32px;
}
.font-24 {
    font-size: 24px;
    line-height: 28px;
}
.font-28 {
    font-size: 28px;
    line-height: 36px;
}
.font28-lh30 {
    font-size: 28px;
    line-height: 30px;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.clr-black {
    color: #000000;
}
.clr-black1 {
    color: #0F0F10;
}
.clr-black2 {
    color: #100F0F;
}
.clr-black3 {
    color: #131314;
}
.clr-black4 {
    color: #212121;
}
.clr-black5 {
    color: #222222;
}
.clr-purple {
    color: #9146FF;
}
.clr-purple1 {
    color: #512BD4;
}
.clr-white {
    color: #fff !important;
}
.mb-24 {
    margin-bottom: 24px;
}
.mt-24 {
    margin-top: 24px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-80 {
    margin-top: 80px;
}
.mb-100 {
    margin-bottom: 100px;
}
.pt-150 {
    padding-top: 150px;
}
.pb-150 {
    padding-bottom: 150px;
}
/*Btn*/
.purplebtn-rounded {
    background: #9146FF;
    border: 1px solid #A061FF;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    vertical-align: middle;
    border-radius: 25px;
    padding: 10px 16px;
    display: inline-block;
}
.purplebtn-srounded {
    /* width: 148;
    height: 52; */
    border-radius: 12px;
    padding: 16px 18px;
    background: #9146FF;
    font-family: 'DM Sans';
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
.purplebtn-srounded:hover {
    color: #9146FF;
    border: 1px solid #9146FF;
    background: #fff;
}
.whitebtn-rounded, .transparentbtn-rounded { 
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    padding: 13px 25px;
    text-decoration: none;
    border-radius: 6px;
}
.whitebtn-rounded {
    color: #9146FF;
    background-color: #fff;
}
.transparentbtn-rounded {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 12px;
}
.transparentbtn-rounded:hover {
    color: #9146FF;
    background-color: #fff;
    border-radius: 12px;
}
@media only screen and (min-width: 1400px) and (max-width: 1921px) {
    .container-xl {
        max-width: 1280px !important;
    }
}
@media only screen and (min-width: 1300px) and (max-width: 1441px) {
    .container-xl {
        max-width: 1270px !important;
    }
}