body {
    font-family: 'Poppins', sans-serif;
    background: #fff;
    color: #111;
}


/* h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif;
} */

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

ul {
    margin-bottom: 0;
}

ul li {
    display: inline-block;
    vertical-align: middle;
}

h1,
h2 {
    line-height: 1.1;
    color: #1c1817;
    margin: 20px 0;
    font-weight: bold;
}

h1 {
    font-size: 3.65em;
}

h2 {
    font-size: 3.125em;
}

.gradient-text {
    background: linear-gradient(135deg, hsl(250 60% 60%), hsl(214 90% 60%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

p {
    font-size: 18px;
    line-height: 1.3;
}

small,
.small {
    font-size: 15px;
}

.large-text {
    font-size: 20px;
}

.text-muted {
    color: hsl(240 4% 46%)!important;
}

.bg-hero {
    background: linear-gradient(135deg, hsl(248 53% 95%) 0%, hsl(207 71% 95%) 100%);
}

.banner-right .small-img {
    bottom: -3em;
    left: -2em;
    width: 400px;
    border-radius: 10px;
    animation: floatUpDown 2s ease-in-out infinite;
}

@keyframes floatUpDown {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}


/* Header Block Starts */

.header-block {
    padding: 1em 0;
}

.header-block .logo img {
    width: 200px;
}

.header-block ul li {
    margin: 0 1em;
}

.header-block ul li a {
    color: hsl(240 10% 15%);
    transition: all .5s ease-in-out;
    font-size: 14px;
    font-weight: 600;
}

.header-block ul li a:hover {
    color: hsl(248 53% 58%);
}

.header-block.sticky {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    position: fixed;
    z-index: 9;
    width: 100%;
    background: #fff;
    padding: 10px 0;
}

.get-btn {
    background: linear-gradient(135deg, hsl(248 53% 58%) 0%, hsl(207 71% 57%) 100%);
    transition: all 0.3s ease;
    color: #fff;
    padding: 15px 30px;
    border-radius: 10px;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
}

.get-btn.large-btn {
    font-size: 20px;
    letter-spacing: .25px;
    padding: 12px 20px;
}


/* Header Block Ends */


/* Hero */

.tagline {
    background: linear-gradient(135deg, hsl(248 53% 95%) 0%, hsl(207 71% 95%) 100%);
    color: hsl(250 60% 30%);
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 15px;
}

.join-waitlist {
    border: 2px solid #705cd6;
    padding: 18px 5px;
    font-size: 15px;
    margin: 1.5em 0;
    border-radius: 15px;
    background: linear-gradient(135deg, hsl(248 53% 95%) 0%, hsl(207 71% 95%) 100%);
    color: #705cd6;
    font-weight: 700;
}

.tools-section {
    background: hsl(240 5% 96% / .3);
}

.tools-section img {
    border-radius: 20px;
    overflow: hidden;
}

.tool-box {
    border: 2px solid hsl(240deg 1.96% 85.44% / 30%);
    border-radius: 10px;
    padding: 1em;
    background: hsl(0 0% 100%);
}

.tool-box .tool-icon {
    margin-bottom: 1em;
}

.tool-box .tool-icon svg {
    color: hsl(240 6% 90%);
    width: 35px;
    height: 35px;
}

.tool-box p {
    color: hsl(240 4% 46%);
    font-size: 13px;
    margin-bottom: 0;
}

.down-arrow {
    background: linear-gradient(135deg, hsl(250 60% 60%), hsl(214 90% 60%));
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.down-arrow svg {
    color: #fff;
    width: 25px;
    height: 25px;
}

.dashboard-box {
    box-shadow: 0 0 40px hsl(250 60% 60% / .2);
    background: #fff;
    padding: 2em;
    border: 2px solid hsl(250 60% 60%);
    border-radius: 10px;
    margin: 0 1em;
}

.dashboard-box .pinned-arrow {
    font-size: 65px;
    line-height: 1;
    margin: 0 auto 20px;
}

.steps-section .card {
    background: hsl(250 60% 95% / .3);
    border: 2px solid hsl(240 6% 90%) !important;
}

.steps-section .card-icon {
    background: #fff;
}

.steps-section .card-icon svg {
    color: hsl(250 60% 60%);
    width: 40px;
    height: 40px;
}

.step-count {
    background-color: hsl(250 60% 60%);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1em;
    color: #fff;
    border-radius: 50%;
    top: -25px;
    left: -25px;
}

.features-section {
    background: hsl(240 5% 96% / .3);
}

.features-section .card-icon svg {
    width: 35px;
    height: 35px;
}


/* Early Access Section */

.early-access {
    background: linear-gradient(135deg, #6366f1, #3b82f6);
}


/* Cards */

.card {
    padding: 1em;
    border-radius: 1rem;
    transition: transform 0.3s ease;
}

.card-icon {
    background: linear-gradient(135deg, hsl(248 53% 58%) 0%, hsl(207 71% 57%) 100%);
    color: #fff;
    display: inline-block;
    width: auto;
    padding: 10px;
    border-radius: 10px;
}

.card-icon svg {
    width: 55px;
    height: 55px;
}

.card-body .icon {
    padding: 10px;
    border-radius: 35px;
}

.card-body p {
    margin-bottom: 0;
}

.rating-block svg {
    width: 20px;
    height: 20px;
    color: hsl(250 60% 60%);
}

.card:hover {
    transform: translateY(-5px);
}

.creators-section {
    background: hsl(240 5% 96% / .3);
}

.icon-item {
    padding: 2em 1em;
    border-radius: 20px;
    background: #fff;
}

.icon {
    background: linear-gradient(135deg, hsl(250 60% 60%), hsl(214 90% 60%));
    display: inline-block;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 1em;
}

.icon svg {
    width: 40px;
    height: 40px;
}

.loyalty-box .icon {
    border-radius: 50%;
}

.loyalty-box .icon svg {
    width: 25px;
    height: 25px;
}

.loyalty-box ul {
    padding-left: 0;
}

.loyalty-box ul li {
    width: 45%;
    display: inline-flex;
    align-items: center;
    margin: 10px 0;
}

.loyalty-box ul li .arrow-icon {
    background: hsl(250 60% 60%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.loyalty-box ul li span {
    display: inline-flex;
    margin-left: 10px;
    font-weight: 500;
}

.offer-section .badge-offer {
    border: 2px solid #f03e3e;
    color: #f03e3e;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 25px;
    font-size: 0.9rem;
    background-color: #fff5f5;
}

.offer-section h2 span {
    color: #3b82f6;
}

.offer-section .progress {
    background-color: #e9ecef;
    border-radius: 20px;
    overflow: hidden;
}

.offer-section .progress-bar {
    border-radius: 20px;
    transition: width 0.5s ease;
    background: linear-gradient(135deg, hsl(250 60% 60%), hsl(214 90% 60%));
}


/* FAQ */

.faq-section .accordion {
    padding: 2em 0;
}

.faq-section .accordion-item {
    margin: 1em 0;
    border-radius: 15px !important;
}

.faq-section h2.accordion-header {
    margin: 0;
}

.faq-section .accordion-button {
    padding: 25px 25px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 15px !important;
    background: hsl(240 5% 96% / .3);
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid #dee2e6;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: #eef2ff;
    color: #3b82f6;
}


/* Simplify Block Starts */

.simplify-block {
    background: hsl(240 5% 96% / .3);
}


/* Simplify Block Ends */


/* Footer Block Starts */

.footer-block {
    border-top: 1px solid hsl(240 6% 90%);
}


/* Modal Block Starts */

.modal-body {
    padding: 4em 1em 0;
}

.modal-body input {
    border: 1px solid;
}

.modal {
    z-index: 999999999;
}

.modal-close {
    position: absolute;
    right: 2em;
    top: 2em;
    background: transparent;
    border: none;
    color: #000;
    font-size: 15px;
    padding: 0;
    text-transform: uppercase;
    z-index: 999999999;
}

.modal-body h2 {
    font-size: 2.5em;
    font-weight: 600;
    line-height: 1;
    color: #1c1817;
    margin-bottom: 20px;
}

.modal-body label {
    color: #4f4b48;
    font-size: 14px;
    margin-bottom: 5px;
}

.modal-body input,
.modal-body select {
    background: rgb(204 204 204 / 20%);
    padding: 12px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    box-shadow: none;
    border: 1px solid #ccc;
}

.modal-body select {
    width: 100%;
    /* appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(data:image/svg+xml;utf8,<svg fill="%23666" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px; */
}

.modal-body #submitButton5 {
    background: #3B82F6;
    border: 1px solid #3B82F6;
    font-weight: 600;
    padding: 13px 20px;
    border-radius: 15px;
    box-shadow: rgba(11, 10, 38, 0.16) 0px 3px 6px 0px;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
}


/* Modal Block Ends */


/* Responsive */

@media (max-width: 767.98px) {
    h1 {
        font-size: 2.5em;
        line-height: 1;
    }
    h2 {
        font-size: 2.125em;
    }
    p,
    .large-text {
        font-size: 15px;
    }
    .get-btn {
        padding: 10px 15px;
        font-size: 14px;
    }
    .get-btn.large-btn {
        font-size: 14px;
        letter-spacing: .25px;
        padding: 10px 15px;
    }
    .header-block .get-btn {
        padding: 10px;
        font-size: 12px;
    }
    .header-block .offcanvas-header .btn-close {
        opacity: 1;
    }
    .header-block .offcanvas-body ul li {
        margin: 10px 0;
    }
    .header-block .offcanvas-body ul li a {
        padding: 0;
    }
    .header-block .menu-icon img {
        width: auto;
        height: 30px;
    }
    .tagline {
        font-size: 13px;
    }
    .banner-right .small-img {
        width: 215px;
    }
    .faq-section .accordion {
        padding: 0;
    }
    .faq-section .accordion-button {
        padding: 20px 15px;
        font-size: 16px;
    }
    .tools-section {
        padding-bottom: 0 !important;
    }
    .step-count {
        left: 0;
        right: 0;
        margin: auto;
    }
}