:root {
    --main-font: 'iranyekan-normal';
    --bold-font: 'iranyekan-bold';
    --shoor: 'shoor';
    --c1: #6462F9;
    --c2: #FF7FA7;
}

@font-face {
    font-family: 'iranyekan-bold';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/iranyekanwebboldfanum.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'iranyekan-normal';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iranyekanwebregularfanum.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'shoor';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/ShoorRounded-UltraBold.woff') format('woff');
    font-display: swap;
}


html,
body {
    font-family: var(--main-font);
}

.home .wd-page-title.page-title {
    display: none;
}

.aic {
    align-items: center;
}

.btn1 i {
    font-size: .75rem;
    color: #0B014A80;
    transition: 0.5s;
}



.btn1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background-color: #fff;
    border-radius: 1rem;
    font-size: 1rem;
    font-family: var(--main-font);
    color: #0B014A;
    width: fit-content;
    margin: 1.5rem auto 0;
    padding: .9375rem 1.375rem;
    transition: 0.5s;
}


.btn1:hover i {
    color: #fff;
}

.btn1:hover {
    background-color: var(--c1);
    color: #fff;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?ov2gpz');
    src: url('../fonts/icomoon.eot?ov2gpz#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?ov2gpz') format('truetype'),
        url('../fonts/icomoon.woff?ov2gpz') format('woff'),
        url('../fonts/icomoon.svg?ov2gpz#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-stars:before {
    content: "\e912";
}

.icon-blog:before {
    content: "\e911";
}

.icon-calendar:before {
    content: "\e910";
}

.icon-phone2:before {
    content: "\e900";
}

.icon-faq:before {
    content: "\e901";
}

.icon-phone:before {
    content: "\e902";
}

.icon-email:before {
    content: "\e903";
}

.icon-user:before {
    content: "\e904";
}

.icon-basket3:before {
    content: "\e905";
}

.icon-circle:before {
    content: "\e906";
}

.icon-info:before {
    content: "\e907";
}

.icon-marker:before {
    content: "\e908";
}

.icon-star:before {
    content: "\e909";
}

.icon-time:before {
    content: "\e90a";
}

.icon-basket2:before {
    content: "\e90b";
}

.icon-basket:before {
    content: "\e90c";
}

.icon-chevron-right:before {
    content: "\e90d";
}

.icon-chevron-left:before {
    content: "\e90e";
}

.icon-plus:before {
    content: "\e90f";
}


.space--lg {
    margin-block: 5rem;
}



.home main.wd-content-layout.content-layout-wrapper.container {
    padding-inline: unset !important;
}

.home main.wd-content-layout.content-layout-wrapper.container > section {
    margin-top: unset !important;
}


.section-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.section-header--between {
    justify-content: space-between;
}

.section-header--center {
    flex-direction: column;
    align-items: center !important;
    justify-content: center;
    text-align: center;
    margin-inline: auto;
}

.section-header__titles {
    display: flex;
    align-items: flex-start;
    gap: .625rem;
}

.section-header__titles .flex {
    flex-direction: column;
    gap: .5rem;
}

.section-header__titles i.pink {
    background: linear-gradient(180deg, #FFC6D8 0%, #FF7FA7 100%);
}

.section-header__titles i.blue {
    background: linear-gradient(180deg, #A09EFF 0%, #6462F9 100%);
}


.section-header__titles i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    color: #fff;
    transform: rotate(10deg);
    font-size: 1.25rem;
}



.section-header__t1 {
    font-family: var(--shoor);
    font-size: 1.75rem;
    line-height: 1;
    margin-bottom: unset !important;
    color: #0B014A;

}


.section--white .section-header__t1 {
    color: #fff;
}

.section-header__t2 {
    line-height: 2;
    font-size: 0.75rem;
    color: #0B014A80;
    margin-bottom: unset !important;
    font-family: var(--shoor);
}

.section--white .section-header__t2 {
    color: #FFFFFF80;
}

.section-header__btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background-color: #F3F5F9;
    padding: .5rem;
    border-radius: 1rem;
    width: fit-content;
    margin-inline: auto
}

.section-header__btns a:hover {
    color: #00E3FB;
}

.section-header__btns a {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: 0.875rem;
    font-family: var(--bold-font);
    color: #212341;
    transition: 0.5s;
}

.section-header__btns a i {
    width: 5rem;
    height: 2.25rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--c1);
    border-radius: 0.75rem;
    transition: 0.5s;
}

.section-header__btns a:hover i {
    background-color: #00E3FB;
}



.section-header__btns .sw-nav {
    display: flex;
    align-items: center;
    gap: .25rem;
}

.sw-nav-btn:not(.swiper-button-disabled):hover {
    color: var(--c1);
}

.sw-nav-btn {

    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.5s;
    color: #212341;
    font-size: 0.875rem;
}

.sw-nav-btn:not(.swiper-button-lock) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sw-nav-btn.swiper-button-disabled.swiper-button-lock {
    display: none !important;
}

.sw-nav-btn.swiper-button-disabled {
    opacity: 0.5;
    cursor: auto;
}

@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {
    .section-header__t1 {
        font-family: var(--bold-font);
        font-size: 1.0625rem;
    }

    .section-header__titles {
        gap: .5rem;
    }

    .section-header__t2 {
        font-size: 0.9375rem;
    }

    .section-header__btns a i {
        display: none;
    }


    .section-header__btns {
        padding-left: 1rem;
        gap: 1rem;
    }
}

@media (max-width: 991.98px) {
    .section-header {
        gap: .5rem;
        margin-bottom: 2rem;
    }

    .sw-nav-btn {
        height: 1rem;
        width: 1rem;
    }

    .space--lg {
        margin-block: 3rem;
    }
}

@media (max-width: 767.98px) {
    .section-header {
        justify-content: space-between;
        gap: 2rem;
        flex-wrap: wrap;
    }

    .section-header__line {
        display: none;
    }

    .section-header__titles .line-sep {
        height: .1875rem;
        width: 2.5rem;
    }

    .section-header,
    .section-header__titles {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .section-header__btns {
        width: fit-content;
        margin-inline: auto;
    }

}

@media (max-width: 575.98px) {
    .section-header {
        margin-bottom: 1rem;
    }
}


.remain_words {
    display: none;
}