@charset "UTF-8";


/* Navbar fixed to the top */

/* --------- Fancy Animation Begin ----------*/

canvas {
    width: 100%;
    height: 100%;
    z-index: -10;
}

/* --------- Fancy Animation End ----------*/

html, body {
    overflow-x: hidden;
    max-width: 100%;
}

body {
    font-family: "League Spartan", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #666;
}

.body-padding-top {
    padding-top: 2rem;
}

.btn {
    border-radius: 20px;
}

p {
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 0.2px;
    font-weight: 300;
}

.no-wrap {
    white-space: nowrap;
}

.container {
    max-width: 1100px;
}

.navbar {
    background-color: #ffffff00;
    z-index: 999;
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-nav {
    --bs-nav-link-color: #5d5d5d;
    --bs-nav-link-hover-color: #E71E7B;
}

.navbar-custom {
    font-family: "League Spartan", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #E71E7B;
}

.nav-link {
    color: #411991;
    font-size: 17px;
    font-weight: 400;
}

.eyebrow {
    background-color: #474747;
    height: 32px;
    margin-right: auto;
    max-width: 330px;
}

.eyebrow-text {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    top: -2px;
    position: relative;
}

.dropdown-item {
    font-family: "League Spartan", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.navbar-container {
    padding-top: 2.2rem;
    padding-bottom: 1rem;
    max-width: 1300px;
    background-color: #fff;
}

.navbar-expand-lg {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.8rem;
}

.navbar-icon-adjustment {
    position: relative;
    margin-top: -6px;
}


h1, h2, h3, h4, h5, h6 {
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #666666;
}

.list-custom-home {
    font-size: 18px;
    line-height: 2.4rem;
}

.tab-label-adjustment {
    padding-top: 12px;
}

.pricing-card-row-positioning {
    margin-top: -300px;
}

.pricing-card-price {
    font-size: 5rem;
    margin-bottom: 0px;
}

.pricing-card-list {
    font-size: 16px;
    line-height: 1.6rem;
    font-weight: 300;
}

.pricing-card-dollar-superscript {
    font-size: 2.4rem;
    position: relative;
    top: -22px;
}

.pricing-card-billing-adjustment {
    margin-top: -20px;
}

.pricing-illustration {
    max-height: 900px;
    scale: 101%;
    margin-left: -36px;
}

.features-intro-section {
    margin-top: -8px;
    z-index: 500;
}


.letter-spacing-md {
    letter-spacing: 1.8px;
}

.nowrap {
    white-space: nowrap;
}

.section-light-gray {
    background-color: #f6f6f6;
}

.section-dark-gray {
    background-color: #303030;
}

.section-medium-gray {
    background-color: #eee;
}

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

.brand-pink {
    color: #E71E7B;
}

.brand-purple {
    color: #411991;
}

.brand-pink-background {
    background-color: #E71E7B;
}

.brand-purple-background {
    background-color: #411991;
}

.primary-gradient-90degrees {
    background: rgb(65, 25, 145);
    background: linear-gradient(90deg, rgba(65, 25, 145, 1) 0%, rgba(231, 30, 123, 1) 100%);
}

.primary-gradient-180degrees {
    background: rgb(65, 25, 145);
    background: linear-gradient(180deg, rgba(65, 25, 145, 1) 0%, rgba(231, 30, 123, 1) 100%);
}

.secondary-gradient-radial {
    background: rgb(65, 25, 145);
    background: radial-gradient(circle, rgba(65, 25, 145, 1) 0%, rgba(96, 54, 139, 1) 80%);
}

.button-custom-pink {
    color: #fff;
    background-color: #E71E7B;
    padding-top: 8px;
    border-radius: 28px;
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    font-size: 15px;
    -webkit-box-shadow: 3px 2px 12px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 3px 2px 12px 0px rgba(0, 0, 0, 0.33);
    position: relative;
    z-index: 500;
    transition: ease 0.4s;
    border: 2px solid #E71E7B;
    text-decoration: none;
}

.button-custom-pink:hover {
    background-color: #fff;
    color: #E71E7B;
    border: 2px solid #E71E7B;
}

.btn-custom-pink {
    height: 40px;
    color: #fff;
    background-color: #E71E7B;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 45px;
    padding-right: 30px;
    border-radius: 28px;
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    font-size: 15px;
    -webkit-box-shadow: 3px 2px 12px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 3px 2px 12px 0px rgba(0, 0, 0, 0.33);
    position: relative;
    z-index: 500;
    transition: ease 0.4s;
    border: 2px solid #E71E7B;
    background-image: url("/svg/cta-accent.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    text-decoration: none;
}

.btn-custom-pink:hover {
    background-color: #fff;
    color: #E71E7B;
    background-image: url("/svg/cta-accent-inverse.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}

.btn-custom-white {
    color: #411991;
    background-color: #fff;
    border-color: rgba(65, 25, 145, 0.36);
    border-width: 3px;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 28px;
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    font-size: 15px;
    -webkit-box-shadow: 3px 2px 12px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 3px 2px 12px 0px rgba(0, 0, 0, 0.33);
    position: relative;
    z-index: 500;
    text-decoration: none;
}

.btn-custom-white:hover {
    color: #fff;
    background-color: #411991;
    border-color: #a990da
}

.btn-custom-submit {
    color: #fff;
    background-color: #E71E7B;
    border-color: #E71E7B;
    border-width: 3px;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 28px;
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    font-size: 15px;
    -webkit-box-shadow: 3px 2px 12px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 3px 2px 12px 0px rgba(0, 0, 0, 0.33);
    position: relative;
    z-index: 500;
    text-decoration: none;
}

.btn-custom-submit:hover {
    color: #E71E7B;
    background-color: #fff;
    border-color: #E71E7B;
    border-width: 3px;
}

.link-unstyled {
    text-decoration: none;
}

.primary-section-padding {
    padding-top: 6vh;
    padding-bottom: 6vh;
}

.border-none {
    border: none;
}

.border-white {
    border: solid 1px #fff;
}

.photo-border-white {
    border: solid 4px #fff;
}

#onboarding_progress_column ul li a {
    text-decoration: none;
    color: inherit;
    opacity: 0.33;
}

#onboarding_progress_column ul li a.active {
    opacity: 1;
}

.numeral-container {
    width: 24px;
    height: 24px;
    border-color: #E71E7B;
    border-style: solid;
    border-width: 3px;
    padding: 0.66rem;
}

.inactive {
    filter: grayscale(1);
}

.opacity-33 {
    opacity: 0.33;
}

.step-indicator-label {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1rem;
    padding-left: 0.5rem;
}

.step-indicator-label a
{
    text-decoration: none;
    color: inherit;
}

.step-indicator-divider {
    border-left: 3px solid gray;
    height: 2.5rem;
    margin-left: 0.8rem;
}

.hr-white {
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-top: 0px;
    opacity: 1;
}

.accent-pink {
    border-color: #E71E7B;
    border-style: solid;
    border-width: 1px;
    opacity: 1;
    max-width: 180px;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}


.card-inner {
    box-shadow: 6px 6px 12px #b8b9be73, -6px -6px 12px #fff !important;
    background-color: transparent;
    border-color: #d1d9e6 !important;
}

.card-outer {
    box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #fff !important;
    background-color: #fff;
    border-color: #d1d9e6 !important;
}

.testimonial-card-accent {
    background-image: url("/svg/carousel-card-bottom-accent.svg");
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.drop-quote-left {
    font-family: "League Spartan", sans-serif;
    font-weight: 600;
    font-size: 5rem;
    color: #411991;
    position: absolute;
    transform: translate(-42px, -8px);
    opacity: 0.15;
}

.drop-quote-right {
    font-family: "League Spartan", sans-serif;
    font-weight: 600;
    font-size: 5rem;
    color: #411991;
    position: absolute;
    transform: translate(8px, 4px);
    opacity: 0.15;
}

.home-hero-container {
    height: 920px;
}

.home-hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #411991;
    mix-blend-mode: color;
    opacity: 0.55;
}

.home-hero-container-gradient {
    width: 100%;
    height: 100%;
    position: relative;
    background: linear-gradient(27deg, #F17C58, #411991, #e0875e, #E71E7B, #411991, #E71E7B, #F17C58);
    background-size: 600% 100%;
    animation: gradient 16s linear infinite;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

@keyframes gradient {
    0% {
        background-position: 0%
    }
    100% {
        background-position: 100%
    }
}


.home-hero-content {
    line-height: 3rem;
}

.home-hero-illustration {
    max-width: 500px;
}

.home-hero-icon-container {
    width: 100px;
    height: auto;
    transition: ease, 0.4s;
}

.home-hero-icon-container:hover {
    transform: scale(110%);
}

.hover-scale-up-125 {
    transition: ease, 0.4s;
}

.hover-scale-up-125:hover {
    transform: scale(125%);
}


.secondary-hero-container {
    height: 700px;
}

.secondary-hero-header {
    padding-top: 150px;
}

.pricing-tabs-container {
    outline: 3px solid #fff;
}

.intro-section-background {
    background-color: #f2f2f2;
    background-image: url("/svg/intro-section-background-mobile.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.features-intro-section-background {
    background-color: #f2f2f2;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}

.features-background-2 {
    background-color: #fff;
}

.build-site-hexagonal-container {
    background-color: #fff;
    background-image: url("/svg/build-site-hexagonal-background.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.about-stat-hexagonal-container {
    background-color: #fff;
    background-image: url("/svg/build-site-hexagonal-background.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.advanced-plan-section-background {
    background-color: #411991;
    background-image: url("/svg/advanced-plan-section-background.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.content {
    position: relative;
    height: 20vh;
    text-align: center;
    background-color: white;
}

.icon-container-closing {
    background-color: rgba(255, 255, 255, 0);
    border: solid 0.4rem rgba(255, 255, 255, 0.20);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    transition: ease, 0.4s;
}

.icon-container-closing:hover {
    transform: scale(115%);
    background-color: #E71E7B;
    border: solid 0.4rem rgba(255, 255, 255);
}


.testimonial-avatar {
    width: 100px;
    max-width: 100px;
    height: auto;
}

.dollar-superscript {
    font-size: 1.4rem;
}

.build-site-card-positioning {
    margin-top: -12rem;
}

.list-second-column-adjustment {
    transform: translateY(-16px);
}

.footer-copyright-text {
    font-size: 11px;
    opacity: 0.55;
    font-weight: 400;
}

.footer-nav-background {
    background-color: #26262628;
}

.footer-byline-background {
    background-color: #1e1e1e;
}

.footer-accent-top {
    border-top: solid 1.5rem #00000020;
}

.footer-nav-list-heading {
    font-size: 14px;
    text-decoration: underline;
    font-weight: 500;
    letter-spacing: 0.75px;
    opacity: 0.55;
    text-transform: uppercase;
}

.footer-nav-list {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 1.3rem;
}

.footer-nav-list.text-white li a,
.footer-nav-list.text-white li a:hover,
.footer-nav-list.text-white li a:active,
.footer-nav-list.text-white li a:visited
{
    color: #fff;
    text-decoration: none;
}

@media (min-width: 576px) {

    .home-hero-container {
        height: 1060px;
    }

    .dollar-superscript {
        font-size: 1.6rem;
    }

    .build-site-card-positioning {
        margin-top: -15rem;
    }

}

/* --------- Breakpoint md and larger --------- */
@media (min-width: 768px) {

    .eyebrow {
        max-width: 585px;
        margin-right: 24px;
    }

    .secondary-hero-container {
        height: 800px;
    }

    .pricing-card-row-positioning {
        margin-top: -400px;
    }

    .dollar-superscript {
        font-size: 1.9rem;
    }

    .intro-section-background {
        background-color: #f2f2f2;
        background-image: url("/svg/intro-section-background.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .select-plan-section-background {
        background-color: #fff;
        background-image: url("/svg/select-plan-section-background.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .build-site-card-positioning {
        margin-top: -20rem;

    }
}

/* --------- Breakpoint lg and larger --------- */
@media (min-width: 992px) {

    .nav-link {
        font-size: 15px;
    }

    .navbar-brand {
        margin-top: -12px;
    }

    .home-hero-container {
        max-height: 720px;
    }

    .intro-ai-section-illustration {
        max-width: 600px;
    }

    .home-hero-content {
        line-height: 4.2rem;
    }

    .secondary-hero-container {
        height: 740px;
    }

    .secondary-hero-header {
        padding-top: 190px;
    }

    .pricing-card-row-positioning {
        margin-top: -280px;
    }

    .dollar-superscript {
        font-size: 2.1rem;
    }

    .primary-section-padding {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .pricing-intro-section-positioning {
        margin-top: -80px;
    }


    .features-intro-section-background {
        background-image: url("/svg/features-intro-section-background-lg.svg");
        background-size: cover;
    }

    .closing-help-section {
        background-image: url("/img/closing-help-illustration.webp");
        background-size: contain;
        background-position: right bottom;
        background-repeat: no-repeat;
    }

    .features-background-1 {
        background-image: url("/svg/features-multiple-templates-colors.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center left;
    }

    .features-background-2 {
        background-image: url("/svg/features-fully-https-secure.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top right;
    }

    .features-background-3 {
        background-image: url("/svg/features-mobile-optimized.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top left;
    }

    .build-site-col-left {
        max-width: 360px;
    }

    .footer-nav-list {
        font-size: 14px;
    }

    .build-site-card-positioning {
        margin-top: -16rem;
    }

    .list-second-column-adjustment {
        transform: translateY(0px);
    }

    .flex-2-col-left {
        width: 50%;
    }
}

@media (min-width: 1100px) {


}

/* --------- Breakpoint xl and larger --------- */
@media (min-width: 1200px) {

    .home-hero-container {
        max-height: 860px;
    }

    .intro-ai-section-container {
        max-height: 800px;
    }

    .features-intro-section-background {
        background-image: url("/svg/features-intro-section-background-xl.svg");
        background-size: contain;
    }

    .features-customer-service-illustration {
        max-height: 900px;
        margin-top: 80px;
        scale: 101%;
    }

    .build-site-col-left {
        max-width: 420px;
    }

    .closing-help-section {
        background-image: url("/img/closing-help-illustration.webp");
        background-size: contain;
        background-position: right bottom;
        background-repeat: no-repeat;
        height: 580px;
    }
}

/* --------- Breakpoint xxl and larger --------- */
@media (min-width: 1400px) {

    .pricing-intro-section-positioning {
        margin-top: -100px;
    }

    .build-site-col-left {
        max-width: 380px;
    }

}

@media (min-width: 1600px) {
    .home-hero-illustration {
        position: relative;
        right: 20%;
    }
}

@media (min-width: 1800px) {
    .home-hero-illustration {
        position: relative;
        right: 25%;
    }

    .intro-section-background {
        background-size: cover;

    }

    .select-plan-section-background {
        background-size: cover;
    }

}

:root
{
    --ck-border-radius: var(--bs-border-radius);
}

.ck-powered-by-balloon.ck-balloon-panel_visible {
    display: none !important;
}

.card-img-container {
    position: relative;
    width: 100%; /* Ensure it takes up the full width of the card */
    padding-top: 75%; /* This sets a 4x3 aspect ratio, use 56.25%; for 16:9 (height is 56.25% of width) */
    overflow: hidden; /* Ensure that the image does not overflow */
}

.card-img-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; /* This makes the image cover the container without distorting */
}

.card-logo-container
{
    padding: 1em;
    text-align: center;
}

.dropzone {
    border-radius: 15px !important;
    border-style: dashed !important;
    min-height: 275px !important;
}
.dropzone.dz-preview,
.dropzone .dz-message
{
    margin: 2em 0 !important;
    min-height: 150px !important;
}

.dropzone .dz-preview .dz-image
{
    width: 132px !important;
    height: 132px !important;
    border-radius: 15px !important;
}

.dropzone .dz-preview .dz-remove
{
    text-decoration: none;
    color: red !important;
    font-weight: 500;
}

.wordcount_wrap
{
    overflow: hidden;
    padding-top: .5em;
    font-size: .85em;
    color: #555;
}

.wordcount_wrap .ck-word-count__words
{
    float: right;
    margin: 0 .5em 0 1em;
}

.wordcount_wrap .ck-word-count__characters
{
    float: right;
}

label.required::after {
    content: " *";
    color: red;
}

.ck-placeholder,
textarea::-moz-placeholder,
textarea:-moz-placeholder,
textarea::placeholder
{
    color: #c1c1bf !important;
    opacity: 1;
}