html {
    scroll-behavior: smooth
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Inter', sans-serif;
    color: #334155;
    font-size: 16px;
    font-style: normal;
    line-height: 1.5;
    background: #080D18;
}

b,
strong {
    font-weight: bold;
}

a,
.link {
    color: #7639E5;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #2E1065;
}

.hover-underline-animation {
  position: relative;
}

.hover-underline-animation:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #7639E5;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.hover-underline-animation.text-white:after{
    background: #fff;
}

.hover-underline-animation.text-dark-purple:after{
    background: #2E1065;
}

img {
    max-width: 100%;
}

p {
    margin-bottom: 0;
}

p + p {
    margin-top: 1rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.h1 {
    font-size: 60px;
    line-height: 60px;
}

.h2 {
    font-size: 48px;
    line-height: 48px;
}

@media (max-width:950px) {

    .h1 {
        font-size: 36px;
        line-height: 36px;
    }

    .h2 {
        font-size: 30px;
        line-height: 30px;
    }
}

li {
    list-style: none;
}

.container {
    max-width: 1060px;
    position: relative;
}

@media (max-width:950px) {
    .container {
        max-width: 650px;
    }
}

.btn {
    border-radius: 200px;
    background-image: linear-gradient(to right, #7C3AED, #2E1065, #2E1065, #7C3AED);
    padding: 14px 20px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    line-height: 24px;
    border: none;
    color: #fff;
    min-width: 164px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-size: 300% 100%;
}

.btn:hover {
    color: #fff;
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border: none;
}

.btn.btn-white {
    color: #020617;
    background: #fff;
}

.btn.btn-white:hover{
    background: #7639E5;
    color: #fff;
}

.btn.btn-dark {
    background: #2E1065;
}

.form-input {
    border-radius: 8px;
    background: rgba(118, 57, 229, 0.20);
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 14px 16px;
    width: 100%;
}

.form-input:focus {
    outline: none;
    background: #fff;
    color: #334155;
}

.text-white {
    color: #fff;
}

.text-light-grey {
    color: #F8F5FF;
}

.text-purple {
    color: #995CFF !important;
}

.text-blue {
    color: #64D0F2;
}

.text-purple-light {
    color: rgba(248, 245, 255, 0.50);
}

.text-purple-light-2 {
    color: rgba(46, 16, 101, 0.50);
}

.text-blue-light {
    color: #D6F4FE;
}

.text-blue-light-2 {
    color: rgba(214, 244, 254, 0.50);
}

.text-blue-light-3 {
    color: #F8FAFC;
}

.text-dark-purple {
    color: #2E1065;
}

.text-disabled {
    color: #94A3B8;
}

.text-gradient-whitegrey {
    color: rgba(255, 255, 255, 0.5);
    background: linear-gradient(180deg, #ffffff 0%, rgba(187, 187, 187, 0.5) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient {
    color: #5E23CA;
    background: linear-gradient(105deg, #35C7DB 0%, #5E23CA 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-light-grey {
    background: #F8F5FF;
}

.bg-dark-purple {
    background: #2E1065;
}

.bg-cyan-blue {
    background: #076E8E;
}

.title-block h2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.hero-section {
    padding-top: 144px;
    background: url(../images/newbackground.png) center top;
    background-repeat: no-repeat;
}

.hero-user-section {
    margin: auto;
    margin-top: 162px;
    max-width: 385px;
    font-size: 24px;
}

.hero-user-section a {
    max-width: 285px;
    margin: auto;
}

.hero-user-section .heading {
    margin-bottom: 40px;
}

@media (max-width:950px) {
    .hero-section {
        padding-top: 112px;
    }
}

.login-signup {
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.login-signup a {
    font-size: 20px;
}

.login-signup .divider {
    width: 1px;
    background: #7639E5;
    height: 28px;
}

.hero-cta {
    margin-top: 144px;
    padding: 48px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    border-radius: 24px;    
    background: linear-gradient(64deg, rgba(55, 201, 246, 0.08) 0%, rgba(44, 15, 125, 0.20) 100%), linear-gradient(174deg, rgba(50, 169, 207, 0.03) 22.23%, #39068E 94.1%), linear-gradient(103deg, #7C3AED 4.84%, #2E1065 103.33%), radial-gradient(154.34% 39.92% at 49.86% 10.08%, #5820B9 0%, #2E1065 100%), var(--main-primary-900, #2E1065);
}

.hero-cta .title-block {
    max-width: 500px;
}

@media (max-width:950px) {
    .hero-cta {
        padding: 32px;
    }

    .hero-cta {
        margin-top: 130px;
    }

    .hero-cta .title-block {
        max-width: 350px;
    }

}

.templates-section {
    padding-top: 48px;
    padding-bottom: 48px;
    position: relative;
    overflow: hidden;
}

.templates-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 248px;
    background: url(../images/dotted-bg.png) center #080D18;
}

.templates-section:after {
    content: "";
    position: absolute;
    top: 48px;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 248px;
    background: #F8F5FF;
}

.templates-col {
    padding: 48px;
    padding-right: 0;
    border-radius: 20px 0px 0px 20px;
    position: relative;
}

@media (max-width:950px) {
    .templates-col {
        padding: 32px;
    }


}

.templates-section .title-block {
    max-width: 660px;
}

.templates-list-section {
    margin-bottom: 40px;
}

.templates-list-one,
.templates-list-two {
    overflow: hidden;
}

.templates-list-one .item-wrap,
.templates-list-two .item-wrap {
    transform: translateX(0px);
    width: 400%;
    position: relative;
    white-space: nowrap;
    display: flex;
}

@media (max-width:950px) {

    .templates-section .title-block {
        max-width: 400px;
    }

    .templates-section:before {
        height: 200px;
    }.templates-section:after {
        height: 170px;
    }

    .templates-list-section:before {
        top: 150px;
    }
}

.templates-list-section .slick-list {
    margin: 0 -10px;
    overflow: visible;
}

.templates-list-section .template-images {
    height: inherit;
    position: relative;
    display: flex;
    padding: 10px;
    gap: 20px;
}

.templates-list-section .template-images .template-image-col {
    overflow: hidden;
    border-radius: 13.463px;
    box-shadow: 0px 3.36581px 3.36581px 0px rgba(0, 0, 0, 0.06), 0px 6.73163px 5.04872px 0px rgba(0, 0, 0, 0.07);
}

.link-try-template {
    font-size: 20px;
}

@media (max-width:950px) {
    .link-try-template {
        font-size: 16px;
    }
}

.hold-on-section {
    padding-top: 100px;
    padding-bottom: 144px;
    text-align: center;
}

.hold-on-section .container {
    max-width: 850px;
}

.hold-on-section .title-block h2 {
    display: block;
    margin-top: 40px;
}

@media (max-width:950px) {
    .hold-on-section {
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.step-section {
    position: relative;
}

.container {
    z-index: 1;
}

.step-section:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 237px;
    background: #080D18;
}

.step-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #F8F5FF;
    z-index: 1;
    width: 50%;
}

.step-section .step-col-div {
    padding: 48px;
    padding-left: 0;
    border-radius: 0 20px 20px 0px;
    position: relative;
}

.step-section .step-col-div .title-block {
    max-width: 700px;
}

.step-section .step-col-list {
    margin-top: 40px;
}

.step-section .step-col {
    padding-right: 36px;
    margin-bottom: 40px;
}

.step-section .step-col h3 {
    font-size: 24px;
}

.step-col-btn {}

.step-col-btn .btn {
    width: 222px;
}

@media (max-width:950px) {
    .step-section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .step-section .step-col {
        padding-right: 18px;
    }
}

.benefits-section {
    padding-top: 112px;
}

.benefits-section .title-block {
    max-width: 600px;
}

.benefits {
    margin-top: 60px;
}

.benefits-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.benefits-col .benefits-icon {
    margin-bottom: 16px;
}

.benefits-col h3 {
    font-size: 20px;
}

.benefits-col p {
    font-size: 18px;
}

@media (max-width:950px) {
    .benefits-section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .benefits-col {
        margin-bottom: 40px;
    }
}

.testimonials-section {
    padding-top: 144px;
    overflow-x: hidden;
}

.testimonials-section .title-block {
    max-width: 650px;
}

.testimonial-col {
    padding: 0 10px;
    padding-top: 60px;
    height: inherit;
    position: relative;
    /*    width: 528px !important;*/
}

.testimonial {
    padding: 120px 48px 48px 48px;
    border-radius: 24px;
    height: 100%;
    width: 500px;
    min-height: 445px;
}

.testimonial blockquote {
    font-size: 24px;
    margin: 0;
}

.testimonials-section .slick-track {
    /*    display: flex !important;*/
}

.testimonials-section .slick-list {
    margin: 0 -10px;
    overflow: visible;
}

.testimonials-section .slick-arrow {
    display: none !important;
}

.testi-quote-icon {
    position: absolute;
    left: 32px;
    top: 30px;
}

.testi-name {
    margin-top: 8px;
    margin-bottom: 40px;
}

.testi-link {}

.testi-cta-col {
    /*    width: 1060px !important;*/
}

.testi-cta-col .cta-container {
    max-width: 620px;
    margin: auto;
}

.testi-cta-col .testimonial {
    padding-top: 100px;
    min-width: 1000px;
}

.testi-cta-col .testi-quote-icon {
    left: 50%;
    width: 112px;
    margin-left: -56px;
    background: #000;
    border-radius: 100px;
    padding: 10px;
}

.testi-cta-col p {
    margin-bottom: 24px;
}

.testi-cta-col .form-input {
    width: 100%;
    height: 150px;
    transition: all 0.25s;
}

.testi-cta-col .btn {
    margin-top: 44px;
    width: 100%;
}

@media (max-width:950px) {
    .testimonials-section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .testimonial {
        padding: 90px 32px 32px 32px;
    }

    .testimonials-section {
        padding-top: 65px;
    }

    .testimonials-section .title-block {
        max-width: 350px;
    }

    .testi-quote-icon,
    .testi-quote-icon svg {
        width: 92px;
    }

    .testimonial blockquote {
        font-size: 20px;
    }
}

.faq-section {
    margin-top: 40px;
    position: relative;
}

.faq-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 248px;
    background: #080D18;
}

.faq-section:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background: #F8F5FF;
}

.faq-col {
    padding: 48px;
    padding-right: 0;
    border-radius: 20px 0px 0px 20px;
    position: relative;
}

.faqs {}

.faq {
    padding-bottom: 32px;
}

.faq + .faq {
    padding-top: 32px;
    border-top: solid 1px rgba(46, 16, 101, 0.05);
}

.faq .faq-heading {
    position: relative;
}

.faq .faq-heading h3 {
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    font-size: 20px;
    color: #2E1065;
    margin: 0;
}

.faq .faq-heading h3:before {
    content: "";
    width: 12px;
    height: 2px;
    border-radius: 15px;
    background: #2E1065;
    position: absolute;
    right: 7px;
    top: 12px;
}

.faq .faq-heading h3:after {
    content: "";
    height: 12px;
    width: 2px;
    border-radius: 15px;
    background: #2E1065;
    position: absolute;
    right: 12px;
    top: 7px;
}

.faq .faq-heading.open h3:after {
    display: none;
}

.faq .faq-content {
    padding-top: 16px;
    font-size: 20px;
}

@media (max-width:950px) {

    .faq-col {
        padding: 44px;
        padding-right: 0;
    }

    .faq-section .title-block {
        max-width: 350px;
        margin-bottom: 40px;
    }

    .faq .faq-content {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .faq-section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .faq-col {
        padding: 20px;
        padding-right: 0;
    }
    .testimonial{
        width: 320px;
        min-width: initial !important;
    }
}

.bottom-cta-section {
    padding-top: 144px;
    padding-bottom: 82px;
}

.bottom-cta-section .cta-col {
    position: relative;
    max-width: 620px;
    margin: auto;
    padding: 90px 32px 48px 32px;
    border-radius: 24px;
    background: url(../images/cta-bg.png);
    background-size: cover;
}

.bottom-cta-section .cta-col .cta-icon {
    position: absolute;
    top: 0;
    left: 50%;
    width: 112px;
    margin-left: -56px;
    margin-top: -50px;
    background: #000;
    border-radius: 100px;
    padding: 10px;
}


.bottom-cta-section .cta-col p {
    margin-bottom: 24px;
}

.bottom-cta-section .cta-col .form-input {
    width: 100%;
    height: 150px;
    transition: all 0.25s;
}

.bottom-cta-section .cta-col .btn {
    margin-top: 44px;
    width: 100%;
}

.footer {
    padding-top: 32px;
    padding-bottom: 32px;
}

.footer .footer-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.footer .logo svg {
    width: 88px;
}

.footer .login-signup {
    margin: 0;
}

.footer .login-signup .divider {
    height: 18px;
}

.footer .login-signup a {
    font-size: 16px;
}

.footer-copyright {
    border-top: solid 1px rgba(148, 163, 184, 0.20);
    padding-top: 32px;
    margin-top: 40px;
    font-size: 14px;
}

.purple-glow {
    background-image: url('../images/backgroundglow.png');
    background-size: contain;
    background-repeat: no-repeat;
}


.miniai {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: rotate(30deg);        
    transform: translateX(55px); 
}

.logocontainer {
    position: relative;
    
}
