:root {
    --page-primary-bg: #4F5AE4;
    --page-secondary-bg: #4F5AE4;
    --page-fade: #F4F5FF;
    --text-theme: #000000;
    --text-grey: #5D5D5D;
}

main section {
    font-family: 'Gilroy' !important;
}

.link--active,
.link--active:hover {
    color: var(--page-primary-bg) !important;
    text-decoration: underline !important;
}

.object-cover {
    object-fit: cover;
}

.banner-heading {
    font-size: clamp(2.5rem, 6vw, 3.4rem);
}

.page-primary {
    background-color: var(--page-primary-bg);
}

.page-secondary {
    background-color: var(--page-secondary-bg);
}

.page-fade {
    background-color: var(--page-fade);
}

.text-theme {
    color: var(--text-theme);
}

.text-grey {
    color: var(--text-grey) !important;
}

.circle-icon,
.border-0 {
    border: none;
}

.button {
    border-radius: 50px !important;
    font-family: 'Gilroy' !important;
    padding: 12px 16px !important;
    min-width: 220px;
}

.button-primary,
.button-primary:hover {
    background-color: var(--page-secondary-bg) !important;
    color: var(--white-color) !important;
}

.button-secodnary,
.button-secodnary:hover {
    background-color: var(--white-color) !important;
    color: var(--page-secondary-bg) !important;
}

.z-1 {
    position: relative;
    z-index: 1;
}

.highlight {
    color: var(--page-primary-bg) !important;
}

/* Hero Section */

.hero-section {
    width: 100%;
    aspect-ratio: 1920 / 1002;
    background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1920 1002' xmlns='http://www.w3.org/2000/svg'><defs><linearGradient id='g' x1='960' y1='0' x2='960' y2='1001.55' gradientUnits='userSpaceOnUse'><stop stop-color='%234F5AE4'/><stop offset='1' stop-color='white'/></linearGradient></defs><path d='M0 0H1920V764C1920 764 1332.84 1005.62 938.5 1001.5C560.46 997.551 0 764 0 764V0Z' fill='url(%23g)'/></svg>") no-repeat center;
    background-size: cover;
    margin-bottom: 130px;
}

.banner-img {
    margin-block: 70px -200px;
}

.banner-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.banner-block {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 22px;
    background-color: var(--white-color);
    padding: 20px 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px #00000026;
}

.banner-block p {
    font-weight: 600;
    color: var(--text-grey);
    font-size: 18px;
}

.banner-wrapper.wrapper-1 .banner-block {
    margin: 0 0 0 50px;
}

.banner-wrapper.wrapper-1 .banner-block:last-child {
    margin: 0 50px 0 0;
}

.banner-wrapper.wrapper-2 .banner-block {
    margin: 0 50px 0 0;
}

.banner-wrapper.wrapper-2 .banner-block:last-child {
    margin: 0 0 0 50px;
}

.banner-icon {
    background-color: var(--page-primary-bg);
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Counter */

.counter-grid {
    display: grid;
    gap: 20px;
    justify-content: space-between;
    grid-template-columns: repeat(3, 1fr);
    padding: 30px 0 0;
}

.counter-theme {
    border-right: 1.5px solid #00000033;
    padding: 0 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.counter-text {
    color: var(--page-primary-bg);
}

.counter-text.percent::after {
    content: '%';
}

/* Listing Block */

.listing-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.listing-block li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.listing-block p {
    font-size: 20px;
    color: var(--text-grey);
    font-weight: 500 !important;
}

/* Table Block */

.diffr--block {
    padding: 90px 50px;
    border-radius: 50px;
    background-color: var(--page-fade);
}

.inner-pricing-section table {
    border-radius: 30px;
    overflow: hidden;
}

.inner-pricing-section table tr th {
    border-bottom: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    text-align: center;
    height: 90px;
    padding: 10px;
    font-size: 24px;
    color: var(--white-color);
    font-weight: 600 !important;
}

.inner-pricing-section table tr th span {
    width: 100%;
    display: inline-block;
    font-weight: 300;
}

tbody tr td:first-child {
    background-color: #8B96FF;
    font-weight: 600;
    font-size: 18px !important;
    color: var(--white-color) !important;
}

tbody tr td {
    background-color: var(--white-color);
    font-weight: 500;
    color: #1C1B21 !important;
}

.inner-pricing-section table tr th:nth-child(1) {
    background-color: #7782FF;
}

.inner-pricing-section table tr th:nth-child(2) {
    background-color: #636EF8;
}

.inner-pricing-section table tr th:last-child {
    background-color: #4F5AE4;
}

.flex-featured {
    display: flex;
    align-items: center;
    gap: 8px;
}

.inner-pricing-section img {
    width: 100%;
    max-width: 24px;
}

.inner-pricing-section table tr td {
    font-size: 17px;
    padding: 20px 20px;
    border-bottom: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
}

/* Develop Block */

.develop-intro {
    background-color: var(--page-fade);
    position: relative;
}

.develop-intro::before {
    content: '';
    position: absolute;
    background-color: var(--white-color);
    inset: auto 0 0 0;
    margin: auto;
    width: 100%;
    height: calc(100% - 50%);
}

.develop-slider .swiper-slide {
    height: auto !important;
    user-select: text !important;
    -webkit-user-select: text !important;
    -ms-user-select: text !important;
}

.develop--block {
    width: 100%;
    height: 100%;
    padding: 30px 30px;
    border-radius: 20px;
    transition: all 0.3s;
    background-color: var(--white-color);
    border: 1px solid #eee;
}

.icon--light {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    background-color: var(--page-primary-bg);
}

.develop--block:hover {
    background-color: var(--page-primary-bg);
    border-color: var(--page-primary-bg);
}

.develop--block:hover .icon--light {
    background-color: #ffffff24;
}

.develop--block:hover h4,
.develop--block:hover p {
    color: var(--white-color) !important;
}

.slider-btn {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin: 50px 0 0;
}

.slider-btn .swiper-button-next,
.slider-btn .swiper-button-prev {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border: 1px solid var(--page-primary-bg);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static !important;
    color: var(--page-primary-bg);
    margin: unset !important;
    z-index: 1 !important;
    transition: ease-in 0.3s;
}

.slider-btn .swiper-button-next:hover,
.slider-btn .swiper-button-prev:hover {
    background: var(--page-primary-bg);
    border-color: var(--page-primary-bg);
    color: var(--white-color);
    transition: ease-in 0.3s;
}

.slider-btn .swiper-button-next:after,
.slider-btn .swiper-button-prev:after  {
    font-size: 18px;
}

/* CTA Block */

.cta--wrap {
    background: url(../images/native-images/cta-intro.webp), var(--page-primary-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 60px;
    border-radius: 20px;
    overflow: hidden;
}

.cta--block {
    background-color: var(--page-primary-bg);
    padding: 50px 70px;
    border-radius: 30px;
}

/* Faq */

main .accordion-flush .accordion-item .accordion-button.collapsed {
    padding: 32px 0;
    font-size: 22px;
    font-weight: 600;
}

/* Responsive */

@media (max-width: 1599px) {

    .padding-left {
        --page-width: 1200px;
        padding-left: calc(50% - (var(--page-width) / 2) + 12px);
    }
}

@media (max-width: 1299px) {

    .banner-wrapper.wrapper-2 .banner-block,
    .banner-wrapper.wrapper-1 .banner-block:last-child {
        margin: 0 20px 0 0;
    }

    .banner-wrapper.wrapper-1 .banner-block,
    .banner-wrapper.wrapper-2 .banner-block:last-child {
        margin: 0 0 0 20px;
    }

    .banner-icon {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }

    .banner-block p {
        font-size: 16px;
    }

    .banner-block {
        gap: 10px;
    }
}


@media only screen and (max-width: 991px) {

    .text-align-center {
        text-align: center;
    }

    .button {
        width: auto !important;
    }

    .diffr--block {
        padding: 60px 20px;
        border-radius: 30px;
    }

    .cta--wrap,
    .cta--block {
        padding: 40px 20px;
    }

    .develop--block {
        padding: 20px 20px;
    }

    .counter-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .counter-grid .counter-theme:nth-child(2) {
        border: none !important;
    }

    .banner-wrapper {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }

    .banner-block {
        margin: 0 !important;
        padding: 15px;
        gap: 20px;
        font-size: 18px !important;
        flex-direction: column;
    }

    .banner-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
        padding: 8px;
    }

    .banner-img {
        margin-block: 40px -200px;
    }
}

@media only screen  and (max-width: 767px) {

    .inner-pricing-section table {
        border-radius: unset !important;
        padding: 0;
        border: none !important;
    }

    .inner-pricing-section table tr td:not(:last-child) {
        border-bottom: 1px solid #d5d5d5 !important;
    }

    .inner-pricing-section table tbody tr td:first-child:before {
        color: var(--white-color);
    }

    .inner-pricing-section table, thead, tbody, th, td, tr {
      display: block;
    }

    .inner-pricing-section thead {
        display: none;
    }

    .inner-pricing-section tr {
        padding: 10px;
        border: none !important;
    }

    .inner-pricing-section td {
        text-align: right;
        padding-left: 50% !important;
        position: relative;
        border: none !important;
    }

    .inner-pricing-section td::before {
        content: attr(data-label);
        position: absolute;
        left: 16px;
        width: 45%;
        text-align: left;
        font-weight: 600;
        color: var(--text-theme);
    }
}