:root {
    --primary: #7952b3;
    --primary-2: #8e6ebd;
    --primary-3: #f1e7ff;
    --heading-color: #1c2b46;
    --para-color: #8091a7;
    --para-color-2: #575d66;
    --white: #ffffff;
    --black: #000000;
    --green: #28a745;
    --green-100: #d0f3d8;
}
.intro-bg-gradient {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fcfbff 100%), rgba(221, 218, 255, 0.3);
}
.intro-badge {
    padding: 5px 16px;
    font-weight: 500;
    color: #7952b3;
    font-size: 14px;
    border-radius: 6px;
    background-color: #fff;
    display: inline-block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.bg-primary-dim {
    background-color: #fcfaff;
}
.intro-menu-wrap {
    display: none;
}
.intro-menu li {
    display: inline-block;
    margin-right: 30px;
}
.intro-menu li:last-child {
    margin-right: 0;
}
.intro-menu li a {
    display: block;
    font-size: 16px;
    transition: 0.2s;
    font-weight: 600;
}
.intro-menu li a:not(.btn) {
    color: #1c2b46;
}
.intro-menu li .btn-primary,
.demo-section .btn-primary {
    background-color: #7952b3;
    border-color: #7952b3;
}
.intro-menu li .btn-primary:hover,
.demo-section .btn-primary:hover {
    background-color: var(--primary-2);
    border-color: var(--primary-2);
}
.intro-menu li a:hover:not(.btn) {
    color: #7952b3;
}
.section-space {
        padding-top: 60px;
    padding-bottom: 50px;
}
.section--space {
    padding-top: 100px;
    padding-bottom: 70px;
}
.intro-section-head {
    padding-bottom: 40px;
}
.intro-section-title {
    font-size: 32px;
    line-height: 1.5;
}
.intro-section-text {
    color: var(--para-color-2);
}
.intro-section-text a {
    color: var(--primary);
}
.intro-section-text a:hover {
    color: var(--primary-2);
    text-decoration: underline;
}
.intro-section-text {
    font-size: 16px;
    line-height: 26px;
}
.intro-section-head.text-center p {
    margin-bottom: 0;
    margin-top: 12px;
}
.intro-hero-wrap {
    padding-top: 30px;
    padding-bottom: 90px;
}
.intro-hero-content p,
.intro-section-head p {
    font-weight: 500;
}
.hero-img-wrap {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.07);
}
.hero-img img {
    width: 100%;
    border-radius: 8px;
}
.icon-sm {
    height: 20px;
}
.btn .icon + span,
.btn span + .icon {
    margin-left: 6px;
}
.btn-white {
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03);
}
.btn-white:focus,
.btn-white:hover {
    color: #7952b3;
}
.demo-item {
    margin-bottom: 30px;
}
.demo-img {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(85, 58, 58, 0.09);
    display: block;
    transition: 0.3s;
    border: 3px solid #fff;
    height: 230px;
}
.demo-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 5px;
}
.demo-img:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 10px rgba(85, 58, 58, 0.1);
}
.demo-title {
    font-weight: 500;
    font-size: 16px;
}
.demo-page-link {
    display: block;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 5px rgba(85, 58, 58, 0.09);
    color: #1c2b46;
    margin-bottom: 30px;
    padding: 10px 20px;
    font-weight: 500;
    text-align: center;
}
.demo-page-link:hover {
    color: #7952b3;
}
.demo-panel {
    position: fixed;
    top: 25%;
    right: 0;
    z-index: 1024;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.demo-panel-list a {
    width: 44px;
    height: 44px;
    display: block;
    text-align: center;
    display: grid;
    place-items: center;
    font-size: 20px;
    transition: 0.2s;
    color: #1c2b46;
}
.demo-panel-list a:hover {
    color: #7952b3;
}
.demo-panel-list a + a {
    border-top: 1px solid #f5f5f5;
}
.featured-card {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(85, 58, 58, 0.09);
    margin-bottom: 30px;
}
.featured-icon-btn {
    background-color: #7952b3;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 24px;
}
.featured-body {
    padding: 30px;
}
.featured-body p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 25px;
}
.featured-list {
    display: flex;
    flex-wrap: wrap;
    margin: -6px -20px;
}
.featured-list > * {
    padding: 6px 20px;
    display: flex;
    align-items: center;
    font-weight: 500;
    color: var(--para-color-2);
    font-size: 15px;
}
.featured-list .icon {
    width: 22px;
    height: 22px;
    background-color: var(--primary-3);
    display: inline-grid;
    place-items: center;
    border-radius: 100%;
}
.copy-text {
    font-size: 15px;
}
.copy-text a {
    color: #1c2b46;
    transition: 0.2s;
}
.copy-text a:hover {
    color: #7952b3;
    text-decoration: underline;
}
.intro-list-item {
    display: flex;
    flex-wrap: wrap;
}
.intro-list-item li {
    width: 50%;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
}
.intro-list-item li a {
    color: #1c2b46;
    position: relative;
    transition: 0.2s;
    display: inline-block;
}
.intro-list-item li a::after {
    position: absolute;
    content: "";
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #1c2b46;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}
.intro-list-item li a:hover {
    color: #7952b3;
}
.intro-list-item li a:hover::after {
    bottom: 0;
    opacity: 1;
    visibility: visible;
    background-color: #7952b3;
}
@media (min-width: 992px) {
    .demo-item {
        margin-bottom: 48px;
    }
    .intro-section-text {
        font-size: 16px;
        line-height: 28px;
    }
    .intro-hero-content p,
    .intro-section-head p {
        max-width: 542px;
    }
    .intro-section-head.text-center p {
        margin-left: auto;
        margin-right: auto;
    }
    .intro-hero-content h1 {
        font-size: 34px;
        line-height: 1.4;
    }
    .intro-section-title-2 {
        font-size: 36px;
    }
    .intro-menu-wrap {
        display: block;
    }
    .intro-hero-wrap {
        padding-top: 80px;
        padding-bottom: 120px;
    }
}
@media (min-width: 576px) {
    .intro-list-item li {
        width: 33.33%;
    }
}
@media (min-width: 1401px) {
    .intro-menu-wrap {
        display: block;
    }
    .header-nav-wrap .container-fluid {
        width: 70%;
    }
    .demo-section .container-fluid {
        width: 70%;
    }
}
