:root {
    --swiper-navigation-sides-offset: 5px;
    --swiper-pagination-bullet-inactive-color: white
}

/* font family  */
@font-face {
    font-family: "Aileron";
    src: url("../fonts/Aileron-Light.woff2") format("woff2"), url("../fonts/Aileron-Light.woff") format("woff"), url("../fonts/Aileron-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Aileron";
    src: url("../fonts/Aileron-Regular.woff2") format("woff2"), url("../fonts/Aileron-Regular.woff") format("woff"), url("../fonts/Aileron-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Aileron";
    src: url("../fonts/Aileron-SemiBold.woff2") format("woff2"), url("../fonts/Aileron-SemiBold.woff") format("woff"), url("../fonts/Aileron-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --aileron: "Aileron";
    /* colors */
    --blue: #0055FE;
    --black: #050833;
    --gray: #cfd2d3;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

a,
button {
    transition: all 0.3s;
}

a {
    text-decoration: none;
}

/*.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-inline: 20px;
}*/

body {
    font-weight: 300;
    font-family: var(--aileron);
    color: var(--black);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
}

.hero_wrapper {
    margin: 1rem;
    min-height: 100vh
}

    .hero_wrapper h1 {
        color: white;
        font-size: 3.4rem;
        margin: 0 1rem 3rem
    }

.hero .logo {
    margin: 2.8rem auto;
    display: block;
    text-align: center
}

    .hero .logo img {
        width: 300px;
    }



@media only screen and (min-width: 1224px) {
    .hero_wrapper h1 {
        font-size: 5.5rem;
        max-width: 1000px;
        margin: 0 auto 5rem
    }

    .hero .logo {
        text-align: unset;
        margin: 4rem 0 0 4rem;
    }

        .hero .logo img {
            width: 370px;
        }
}

h5 {
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 7px;
    margin: 0 1rem 70px;
}

.title {
    font-size: 1.8rem;
    line-height: 1.45;
    margin: 1.2rem
}

.section-title__title--big {
    font-size: 76px;
}


@media only screen and (min-width: 1224px) {
    .title {
        font-size: 2.9rem;
        line-height: 1.35;
        max-width: 1000px;
        text-align: center;
        margin: 1.2rem auto
    }
}

#feature-desc > div {
    padding: 0 2rem;
}

#feature-list > ul {
    padding: 0 2rem;
}

.para-style {
    font-size: 1.5rem;
    line-height: 1.4;
}

.theme-btn {
    padding: 16px 32px;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 4px;
    background-color: transparent;
}

    .theme-btn:hover {
        background-color: #fff;
        color: var(--blue);
    }
/* Base css end */

/* hero section start */
#bg {
    background: #071768 url(/img/hero-bg.jpg) no-repeat center center;
    background-size: cover;
    z-index: -1;
    min-height: 100vh;
    position: fixed;
    width: 100vw;
    top: 0;
}


.hero__title {
    font-size: 105px;
    line-height: 1.1;
    margin-bottom: 85px;
}

.hero__content {
    max-width: 1160px;
    padding-top: 180px;
}

.scroll-down-btn img {
    width: 30px;
    height: auto;
}
/* hero section end */

/* cta section start */

.cta {
    padding-block: 90px;
    background-color: var(--blue);
}

.cta__content {
    max-width: 1124px;
}
/* cta section end */

/* feature section start */

.feature {
    background-color: white;
    padding-block: 110px;
    overflow: hidden
}

.feature__list {
    gap: 30px;
    max-width: 490px
}

    .feature__list li a {
        color: inherit;
    }

        .feature__list li a:hover {
            color: var(--blue);
        }

.feature .section-title {
    max-width: 1000px;
    margin-bottom: 100px;
    color: var(--blue);
}

.feature__item-icon {
    height: 140px;
    margin-bottom: 90px;
}

    .feature__item-icon img {
        max-height: 100%;
    }

.feature__item-title {
    font-size: 28px;
    color: var(--blue);
    line-height: 1.4;
    margin-bottom: 30px;
}

.feature__item {
    color: #000;
}

.feature__slider-wrapper {
    padding-bottom: 50px;
}



.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    border: solid 1px var(--blue);
    margin-inline: 10px !important;
    transition: all 0.3s;
    display: inline-block;
    border-radius: 12px
}

    .swiper-pagination-bullet:hover,
    .swiper-pagination-bullet-active {
        background-color: var(--blue);
    }

.swiper-pagination--white .swiper-pagination-bullet {
    border-color: #fff;
}

    .swiper-pagination--white .swiper-pagination-bullet:hover,
    .swiper-pagination--white .swiper-pagination-bullet-active {
        background-color: #fff;
    }
/* feature section end */


/*logos*/
.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: linear;
}


/* partner section start */

.partner {
    padding-block: 100px;
    background-color: #251E21;
    text-align: center
}

.customer-swiper {
    margin:3.75rem 10px 10px
}
.customer-swiper img {
    max-height: 70px
}

swiper-slide {
    width: fit-content;
}

.testimonials-swiper {
    color: white;
    padding: 5px 5px 30px
}

@media only screen and (min-width: 1224px) {
    .testimonials-swiper {
        padding: 5px 50px 40px
    }
}
/* partner section end */
/* schedule section start */
.schedule {
    padding: 110px 0 100px;
    background: linear-gradient(45deg, #0069FF 30%, #008BFF 50%, #0040FF)
}

.schedule__content .section-title__title {
    margin-bottom: 66px;
}

.schedule h2 {
    font-size: 3rem;
    margin: 0 1.3rem;
}

@media only screen and (min-width: 1224px) {
    .schedule h2 {
        font-size: 3.5rem;
        margin: 0
    }
}


.faq {
    padding: 120px 16px;
    background-color: #eaeff1;
}

@media only screen and (min-width: 1224px) {
    .faq {
        padding: 120px 0;
        background-color: #eaeff1;
    }
}
        .faq h2 {
            font-size: 2.75rem
        }

    .faq__title {
        margin-bottom: 60px;
    }

        .faq__title .section-title__title {
            color: var(--blue);
        }

    .faq-accordion {
        max-width: 1096px;
        gap: 48px;
    }

    .accordion-button {
        padding: 20px 48px;
        font-size: 22px;
        color: #171c29 !important;
    }

    @media only screen and (min-width: 1224px) {
        .accordion-button {
            padding: 28px 50px;
            font-size: 26px;
        }
    }

    .accordion-item {
        border: 1px solid #171c29 !important;
        border-radius: 50px !important;
    }

    .accordion-button::after {
        content: "+";
        background-image: unset !important;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: unset !important;
        font-size: 32px;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: unset;
        content: "-";
    }

    .accordion-body {
        padding: 0 50px 50px;
        color: #171c29;
    }
    /* faq section end */

    /* contact section start */
    .contact {
        background-color: #251E21;
        padding: 70px 0 120px;
    }

        .contact h5 {
            letter-spacing: unset
        }

    .contact__form {
        max-width: 490px;
    }

    .form__input-field {
        border: 0;
        border-bottom: 1px solid #F8F6F2;
        font-size: 23px;
        padding: 10px;
    }

        .form__input-field::placeholder {
            color: #f5f6f1;
        }

    .form__input-list {
        gap: 20px;
        margin-bottom: 80px;
    }

    .form__input-field--textarea {
        min-height: 140px;
        resize: none;
    }

    .contact__content {
        margin-top: 70px;
    }

    .contact__logo img {
        width: 275px;
    }

    .contact__logo {
        margin-bottom: 65px;
    }

    .contact__content h5,
    .contact__content p {
        font-size: 1.3rem;
        line-height: 1.5;
    }

        .contact__content p a {
            color: inherit;
        }

            .contact__content p a:hover {
                text-decoration: underline;
            }
    /* contact section end */


    .feature_swiper i {
        color: var(--blue);
        font-size: 5rem;
        margin-bottom: 3rem
    }


    #chat {
        padding: 4rem 1rem
    }

    .feature_swiper .swiper-slide {
        padding: 0.5rem 1.5rem
    }

        .feature_swiper .swiper-slide p {
            font-size: 1.5rem
        }

    @media only screen and (min-width: 1224px) {
        .feature_swiper .swiper-slide {
            padding: 0.5rem 1rem
        }
    }

    #send-message h5 {
        color: white
    }

    .feature_swiper {
        text-align: center;
    }

        .feature_swiper img {
            max-height: 90px;
            margin-bottom: 4rem
        }

        .feature_swiper h4 {
            color: var(--blue);
            font-weight: 500;
            margin-bottom: 1.5rem
        }

        .feature_swiper .swiper-slide {
            padding: 5PX 50PX 30px;
            user-select: none
        }

    @media only screen and (min-width: 1224px) {
        .feature_swiper .swiper-slide p {
            padding: 1px;
        }
    }