@font-face {
    font-family: DMSans;
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/DMSans-Thin.ttf) format("truetype"), url('../fonts/DMSans-Thin.svg#str-replace("DMSans", " ", "_")') format("svg")
}

@font-face {
    font-family: DMSans;
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/DMSans-ExtraLight.ttf) format("truetype"), url('../fonts/DMSans-ExtraLight.svg#str-replace("DMSans", " ", "_")') format("svg")
}

@font-face {
    font-family: DMSans;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/DMSans-Light.ttf) format("truetype"), url('../fonts/DMSans-Light.svg#str-replace("DMSans", " ", "_")') format("svg")
}

@font-face {
    font-family: DMSans;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/DMSans-Regular.ttf) format("truetype"), url('../fonts/DMSans-Regular.svg#str-replace("DMSans", " ", "_")') format("svg")
}

@font-face {
    font-family: DMSans;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/DMSans-Medium.ttf) format("truetype"), url('../fonts/DMSans-Medium.svg#str-replace("DMSans", " ", "_")') format("svg")
}

@font-face {
    font-family: DMSans;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/DMSans-SemiBold.ttf) format("truetype"), url('../fonts/DMSans-SemiBold.svg#str-replace("DMSans", " ", "_")') format("svg")
}

@font-face {
    font-family: DMSans;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/DMSans-Bold.ttf) format("truetype"), url('../fonts/DMSans-Bold.svg#str-replace("DMSans", " ", "_")') format("svg")
}

@font-face {
    font-family: DMSans;
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/DMSans-ExtraBold.ttf) format("truetype"), url('../fonts/DMSans-ExtraBold.svg#str-replace("DMSans", " ", "_")') format("svg")
}

@font-face {
    font-family: DMSans;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/DMSans-Black.ttf) format("truetype"), url('../fonts/DMSans-Black.svg#str-replace("DMSans", " ", "_")') format("svg")
}

@font-face {
    font-family: slick;
    src: url(../fonts/slick.eot);
    src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

/********** CSS variables **********/
:root {
    --index: calc(1vw + 1vh);

    --primary: #6830F2;
    --black: #000000;
    --white: #FFFFFF;
    --transparent: transparent;

    --primary-soft: #FFF2F3;

    --Text-secondary: #595959;

    --neutrals-50: #FCFCFC;
    --neutrals-100: #F5F5F5;
    --neutrals-200: #F0F0F0;
    --neutrals-300: #D9D9D9;
    --neutrals-400: #BFBFBF;
    --neutrals-500: #8C8C8C;



    --transition: ease-out .3s;
}
/********** CSS variables **********/

body {
    font-family: 'DMSans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-size: 16px;
    line-height: 26px;
    color: var(--Text-secondary);
    font-weight: 400;
}

img {
    display: block;
    box-sizing: border-box;
}

main {
    margin-left: 320px;
    width: calc(100% - 320px);
}

@media (max-width: 1024px) {
    main {
        margin-left: 0;
        width: 100%;
    }
}

.section {
    padding: 128px 0;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .section {
        padding: 96px 0;
    }
}

@media (max-width: 640px) {
    .section {
        padding: 80px 0;
    }
}

.heading-1 {
    font-family: 'DMSans', sans-serif;
    font-size: 56px;
    font-weight: 500;
    line-height: 61.6px;
    letter-spacing: -0.5px;
    color: var(--black);
}

.heading-2 {
    font-family: 'DMSans', sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: -0.5px;
    color: var(--black);
}

.heading-3 {
    font-family: 'DMSans', sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 39.6px;
    letter-spacing: -0.5px;
    color: var(--black);
}

.heading-4 {
    font-family: 'DMSans', sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 30.8px;
    color: var(--black);
}

.heading-5 {
    font-family: 'DMSans', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 31.2px;
    color: var(--black);
}

.heading-6 {
    font-family: 'DMSans', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: var(--black);
}

.heading-7 {
    font-family: 'DMSans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: var(--black);
}
.heading-8 {
    font-family: 'DMSans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: var(--black);
}

@media (max-width: 1024px) {
    .heading-1 {
        font-size: 48px;
        line-height: 52.8px;
    }
    .heading-2 {
        font-size: 36px;
        line-height: 39.6px;
    }
    .heading-3 {
        font-size: 32px;
        line-height: 35.2px;
    }
    .heading-4 {
        font-size: 24px;
        line-height: 26.4px;
    }
    .heading-5 {
        font-size: 20px;
        line-height: 26px;
    }
    .heading-6 {
        font-size: 18px;
        line-height: 23.4px;
    }
}

@media (max-width: 640px) {
    .heading-1 {
        font-size: 40px;
        line-height: 44px;
    }
    .heading-2 {
        font-size: 30px;
        line-height: 33px;
    }
    .heading-3 {
        font-size: 28px;
        line-height: 30.8px;
    }
}

/********** Btn start **********/
.btn {
    font-family: 'DMSans', sans-serif;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 100%;
    font-weight: 700;
    text-align: center;
    border-radius: 8px;
    transition: var(--transition);
}

.btn-lg {
    min-height: 52px;
    font-size: 18px;
    padding: 0 40px;
}

.btn-md {
    min-height: 52px;
    font-size: 16px;
    padding: 0 32px;
}

.btn-sm {
    min-height: 44px;
    font-size: 14px;
    padding: 0 24px;
}

.btn-primary {
    color: var(--white);
    background-color: var(--primary);
    border: 1.5px solid var(--primary);
}

.btn-primary:hover,
.btn-primary:focus {
    text-decoration: none;
    color: var(--primary);
    background-color: var(--transparent);
}

.btn-primary:focus-visible {
    border: 1.5px solid var(--white);
    box-shadow: 0px 0px 0px 3px #6830F266;
    outline: none;
}

.btn-transparent {
    color: var(--black);
    background-color: var(--transparent);
    border: 1.5px solid var(--transparent);
}

.btn-transparent:hover,
.btn-transparent:focus {
    text-decoration: none;
    border: 1.5px solid var(--black);
}

.btn-transparent:focus-visible {
    border: 1.5px solid var(--white);
    box-shadow: 0px 0px 0px 3px #00000066;
    outline: none;
}

.btn-secondary {
    color: var(--primary);
    background-color: var(--transparent);
    border: 1.5px solid var(--primary);
}

.btn-secondary:hover,
.btn-secondary:focus {
    text-decoration: none;
    color: var(--white);
    background-color: var(--primary);
}

.btn-secondary:focus-visible {
    border: 1.5px solid var(--white);
    box-shadow: 0px 0px 0px 3px #6830F266;
    outline: none;
}

.btn-white {
    color: var(--black);
    background-color: var(--white);
    border: 1.5px solid var(--white);
}

.btn-white:hover,
.btn-white:focus {
    text-decoration: none;
    color: var(--white);
    background-color: var(--transparent);
}

.btn-white:focus-visible {
    border: 1.5px solid var(--white);
    box-shadow: 0px 0px 0px 3px #FFFFFF66;
    outline: none;
}

.btn-white-outline {
    color: var(--white);
    background-color: var(--transparent);
    border: 1.5px solid var(--white);
}

.btn-white-outline:hover,
.btn-white-outline:focus {
    text-decoration: none;
    color: var(--black);
    background-color: var(--white);
}

.btn-white-outline:focus-visible {
    color: var(--black);
    background-color: var(--white);
    border: 1.5px solid var(--white);
    box-shadow: 0px 0px 0px 3px #FFFFFF66;
    outline: none;
}

@media (max-width: 1024px) {

}

@media (max-width: 640px) {

}
/********** Btn end **********/

/********** 404 start **********/
.section-404{
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.section-404_img {
    display: block;
    max-width: 100%;
    margin: auto;
    margin-bottom: 16px;
}

.section-404_title {
    font-size: 60px;
    font-weight: 500;
    line-height: 66px;
    letter-spacing: -0.5px;
    text-align: center;
    margin-bottom: 16px;
    color: var(--white);
}

.section-404_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin-bottom: 48px;
    color: var(--white);
}

.section-404 .btn {
    min-width: 192px;
    margin: auto;
    min-height: 52px;
}

@media (max-width: 1024px) {
    .section-404_title {
        font-size: 54px;
        line-height: 59.4px;
    }
    .section-404_text {
        margin-bottom: 40px;
    }
}
@media (max-width: 640px) {
    .section-404_title {
        font-size: 40px;
        line-height: 44px;
    }
    .section-404_text {
        margin-bottom: 32px;
    }
}
/********** 404 end **********/

/********** section-ready start **********/
.section-ready {
    background: var(--primary);
}

.ready_title {
    color: var(--white);
    font-size: 60px;
    font-weight: 500;
    line-height: 66px;
    letter-spacing: -0.5px;
    text-align: center;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    max-width: 830px;
}

.ready_text {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: var(--white);
    text-align: center;
    margin-bottom: 32px;
}

.ready_btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px 20px;
}

.section-ready .btn{
    min-height: 52px;
}

@media (min-width: 1025px) {
    .section-ready {
        padding: 128px 0;
    }
}

@media (max-width: 1024px) {
    .ready_title {
        font-size: 54px;
        line-height: 59.4px;
    }
    .section-ready {
        padding: 96px 0;
    }
}

@media (max-width: 640px) {
    .section-ready {
        padding: 80px 0;
    }
    .ready_title {
        font-size: 40px;
        line-height: 44px;
    }

    .ready_btn-wrap {
        flex-direction: column;
    }
}
/********** section-ready end **********/

/********** Footer start **********/
.footer {
    background: #FAFAFA;
    padding-top: 64px;
    padding-bottom: 32px;
}

.footer_top {
    display: flex;
    justify-content: space-between;
    gap: 56px 24px;
}

.footer .custom-logo-link {
    width: 160px !important;
}

.footer_logo {}

.social-networks {
    display: flex;
    gap: 16px;
}

.footer_menu {
    width: 100%;
    max-width: 655px;
}

.footer_menu .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 48px 24px;
}

.footer_menu .menu-item-has-children {
    max-width: 21%;
    min-width: 21%;
}

.footer_menu .menu-item a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 12px;
    transition: var(--transition);
}

.footer_menu .menu-item-has-children>a {
    color: var(--black);
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
    padding: 0;
    margin-bottom: 16px;
}

.footer_menu .menu-item-has-children>a:hover {
    text-decoration: none;
}

.footer_bottom {
    padding-top: 52px;
}

.footer_text {
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    text-align: justify;
    color: #8C8C8C;
    margin-bottom: 48px;
}
.footer_text a{
    color: var(--primary);
}

.footer_menu .menu-item .sub-menu .menu-item.current-menu-item a{
    color: var(--primary)!important;
}

.footer_mwali {
    display: flex;
    justify-content: center;
    padding-bottom: 48px;
}

.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    color: var(--black);
    border-top: 1px solid #F0F0F0;
    padding: 48px 0 24px 0;
}

.up__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid var(--neutrals-200);
    border-radius: 8px;
}

.up__btn:hover {
    background: var(--primary);
    border: 1px solid var(--primary);
    transition: var(--transition);
}

.up__btn:hover svg path {
    fill: white;
    transition: var(--transition);
}

@media (max-width: 1100px) {
    .footer_menu .menu-item-has-children{
        max-width: 29%;
        min-width: 29%;
        text-wrap: auto;
    }
}
@media (max-width: 1024px) {
    .footer {
        padding-top: 56px;
        padding-bottom: 24px;
    }

    .footer_top {
        flex-direction: column;
    }

    .footer_menu {
         max-width: inherit;
    }

    .footer_menu .menu-item-has-children {
        width: calc(25% - 18px);
        max-width: 100%;
    }

    .footer_bottom {
        padding-top: 44px;
    }

    .footer_text {
        margin-bottom: 40px;
    }

    .footer_mwali {
        padding-bottom: 40px;
    }

    .copyright {
        padding: 40px 0 16px 0;
    }
}

@media (max-width: 640px) {
    .footer {
        padding-top: 48px;
        padding-bottom: 20px;
    }

    .footer_top {
        gap: 48px 24px;
    }

    .footer_menu .menu {
        flex-wrap: wrap;
    }

    .footer_menu .menu-item-has-children {
        width: calc(50% - 12px);
        max-width: 100%;
    }

    .footer_bottom {
        padding-top: 36px;
    }

    .footer_text {
        margin-bottom: 24px;
    }

    .footer_mwali {
        padding-bottom: 24px;
    }

    .copyright {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        padding: 12px 0;
    }
}
/********** Footer end **********/

/********** For all pages **********/
.three-line-truncate .rt-reading-time{
    display: none!important;
}
.mt-8 {
    margin-top: 8px;
}
.mb-8 {
    margin-bottom: 8px;
}
.mt-16 {
    margin-top: 16px;
}
.mb-16 {
    margin-bottom: 16px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mt-24 {
    margin-top: 24px;
}
.mb-24 {
    margin-bottom: 24px;
}
.mt-48 {
    margin-top: 48px;
}
.mt-48 {
    margin-bottom: 48px;
}
.mt-64 {
    margin-top: 64px;
}
.mb-64 {
    margin-bottom: 64px;
}

@media (max-width: 640px) {
    .mt-64 {
        margin-top: 48px;
    }

    .mb-64 {
        margin-bottom: 48px;
    }
}


/********** For all pages end **********/

.cryptoboxes .cc-ticker-round{
    border-radius: 0!important;
}
