@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.cdnfonts.com/css/avenir');
@import url("../default/loading.css");

*,
*::before,
*::after{
  margin:0;
  padding: 0;
  box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

body {
    font-family: "Plus Jakarta Sans", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    background-color: #fff;
    overflow-x: hidden;
    font-size: 16px;
    color: #1b1b1b;
    letter-spacing: -0.2px;
    margin-top: 60px;
}

.default-container{    
    max-width: min(2560px, 100%);
    margin: 0px auto;
    display: flex;
    flex-flow: column;
    -webkit-box-pack: justify;
    justify-content: start;
    padding-bottom: 0.5rem;
    background-color: #fff;
    min-height: 100vh;
    max-height: 100%;
}

h1 {
    font-size: 4.5vw;
    font-weight: 800;
    letter-spacing: -2px;
}

h2 {
    font-size: 2.5rem;
    letter-spacing: -1px;
}

h3 {
    font-weight: 700;
    letter-spacing: -1px;
}

h5 {
    font-weight: 600;
    letter-spacing: -1px;
}

.subheadline {
    font-size: 18px;
    font-weight: 500;
}

.color-changing {
    display: inline-block;
    transition: color 1s ease;
    font-size: 5vw;
}

.subhome {
    font-size: 16px;
    font-weight: 400;
}

.b-shadow {
    box-shadow: 0px 4px 8px -4px rgb(80 80 80 / 50%);
}

.img-home {
    object-fit: contain;
    height: 100%;
    object-position: right;
}

.sec-headline {
    height: 640px;
}

.sec-headline .align-btn {
    text-align: left;
    width: 100%;
}

.box-home {
    background: #f9fafd;
    color: #1b1b1b;
    border-radius: 14px !important;
    text-decoration: none;
    transition: all 0.5s; 
    overflow: hidden;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 1%;
    min-height: 260px;
    width: 200px;
    cursor: default;
    margin: .5rem;
}

.box-yellow:hover {
    background: rgb(227 195 98 / 14%);
    transition: all 0.5s;
}

.box-red:hover {
    background: rgb(254 135 132 / 14%);
    transition: all 0.5s;
}

.box-green:hover {
    background: rgb(141 173 114 / 14%);
    transition: all 0.5s;
}

.box-purple:hover {
    background: rgb(174 162 222 / 14%);
    transition: all 0.5s;
}

.box-home .bi {
    font-size: 35px;
    opacity: .7;
}

.box-home p {
    color: #45595a;
    font-weight: 400;
}

.fold-home {
    padding: 6% 0;
}

#bg-price {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
}

#bg-price::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 0% 0%,
        #c7dcd8,
        #a493fc,
        #f2d0e4,
        #fff6be
    );
    background-size: 300% 300%;
    animation: gradientAnimation 5s ease infinite;
    z-index: -1;
}

#bg-price .headline {
    color: white;
}

#bg-price .subheadline {
    border-radius: 25px;
    width: auto;
    padding: 6px 20px;
    justify-items: center;
    justify-self: center;
    background-color: #fff;
}

#bg-price small {
    color: #414545;
    letter-spacing: 1px;
    justify-items: center;
    justify-self: center;
    font-weight: 500;
    font-size: 12px;
    margin: 5px 2px;
}

.strokeme {
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.form-separator {
    display: table;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
    margin: 18px auto;
    color: #999999;
    position: relative;
    text-align: center;
    width: 40%;
}

.form-separator:after, .form-separator:before {
    border-top: 1px solid #d8d8d8;
    content: '';
    display: table-cell;
    position: relative;
    top: .8em;
    width: 42%;
}

.box-status {
    text-align: center;
}

.box-stats > .subhome {
    font-family: 'Avenir', sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.link-default-site {
    font-family: "Plus Jakarta Sans", serif;
    color: #007bff;
    text-decoration: underline;
    font-size: 14px;
    display: inline-flex;
    transition: all 0.7s;
    /*vertical-align: -webkit-baseline-middle;*/
}

.link-default-form:hover {
    transition: all 0.7s;
    text-decoration: underline;
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/** Home */
.box-content {
    border-radius: 24px;
    background-color: #f4f4f4;
    padding: 60px;
    display: block;
    margin: 45px 0;
}

.price {
    font-weight: 700;
    margin-bottom: 0;
    color: #40d8ad;
    font-size: 40px;
}

.img-price {
    width: 245px;
    position: absolute;
    left: 175px;
    top: -30px;
}

.box-form {
    border: 2px solid #40d8ad;
    border-radius: 24px;
}

.badge-label {
    border-radius: 25px;
    width: auto;
    padding: 6px 20px;
    justify-items: center;
    justify-self: center;
    background-color: #50f1fe;
    color: #1b1b1b;
}

.border-footer {
    border-top: 1px solid #eee;
}

@media screen and (max-width: 768px) {
    #lp {
        margin-top: 90px;
    }

    .nav-lp {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #waitlist {
        display: none;
    }

    h1 {
        font-size: 6vw;
    }

    .subheadline {
        text-align: left;
    }

    .sec-headline .align-btn {
        text-align: left;
    }

    .img-home {
        object-fit: cover;
        object-position: left;
    }

    .box-home {
        padding: 4%;
        margin: 8px;
    }

    .home-text {
        font-size: 15px;
    }

    .fold-home {
        padding: 0;
    }

    /** Home */
    .box-content {
        border-radius: 20px;
        background-color: #f4f4f4;
        padding: 40px;
    }
}

@media screen and (max-width: 430px) {
    h1 {
        font-size: 11vw;
        text-align: center;
    }

    .color-changing {
        font-size: 11vw;
    }

    .sec-headline {
        height: auto;
    }

    .subheadline {
        text-align: center;
    }

    .sec-headline .align-btn {
        text-align: center;
    }

    .img-home {
        object-position: center;
    }

    .grid-img {
        margin-top: 3rem;
        height: 100%;
        width: 100%;
        display: block;
    }

    .fold-home {
        padding: 15% 0;
    }

    .strokeme {
        font-size: 9vw;
    }

    #bg-price small {
        text-align: center;
        margin-bottom: 2px;
        font-size: 13px;
    }

    .box-form {
        max-width: 370px;
    }

    .box-home {
        margin: 10px;
        width: 80%;
        padding: 10%;
    }

    .form-separator {
        width: 100%;
    }
}