html, body {
    min-height: 100%;
    overflow-x: hidden;
}

body {
    background-color: #fff !important;
    font-family: 'Roboto Slab', serif;
}

body .bg {
    min-height: 100%;
    background-color: rgba(180, 79, 162, 1);
    background-image: url("./images/bg-mobile_8eb0_23.svg");
    background-repeat: no-repeat;
    padding: 3rem 0;
    background-position: cover;
    transition: background-image .5s;
    padding-bottom: 0rem !important;
}

body:not(.modal-open) {
    padding-right: 0px !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500!important;
}

h1 {
    font-size: calc(1.375rem + 1.5vw)!important;
}

.help-block {
    color: #0a0a0a !important;
}

.ps-7 {
    padding-left: 78px !important;
}

.p1 {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.2;
}

.form-section {
    margin-top: 50px;
}

.form-section p {
    font-size: 13px;
    font-weight: 900;
}

.card {
    -webkit-box-shadow: 10px 10px 24px -18px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 24px -18px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 24px -18px rgba(0, 0, 0, 0.75);
    background-color: inherit !important;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: inherit;
}

#time {
    margin: 0 auto;
    font-size: 30px;
    font-weight: 700;
    color: rgba(180, 79, 162, 1);
}

.btn {
    -webkit-box-shadow: 10px 10px 24px -18px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 24px -18px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 24px -18px rgba(0, 0, 0, 0.75);
    margin: 0 auto;
    width: 80%;
    border-radius: 20px;
    font-size: 1.5rem;
    font-weight: bold
}


@media (min-width: 768px) {
    body .bg {
        background-image: url("./images/gradient_6ba9_24.png");
        background-repeat: no-repeat;
        background-position: bottom;
        background-color: #f6f6f6;
        background-size: 100vw;
    }



    .price-container {
        font-size: 20px;
        left: 95px;
        width: 150px;
        height: 150px;
    }

    .price-container p {
        margin-top: 20px;
    }

    .spec-container {
        margin-top: 250px;
    }

    .form-section {
        margin-top: 0;
    }

    .btn {
        width: 60%;
    }
}

.iti {
    width: 100%;
    color: #999;
    margin-bottom: 10px;
}


.slide-in {
    float: left;
    animation-duration: 6s;
    animation-name: slide-in;
}

@keyframes slide-in {
    0% {
        margin-left: calc(-100% - 1rem);
    }

    70% {
        margin-left: calc(-100% - 1rem);
    }

    100% {
        margin-left: 0;
    }
}



.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: inherit !important;
    border-radius: .25rem;
}

.form-section {
    background-color: white;
    z-index: 1;
    margin-top: 0;

}

#btn-submit {
    color: white;
    background: #28A75E;
    border-radius: 25px;
    font-size: 1.5rem;
}

#btn-submit:hover {
    background-color: #07EF82;
    color: white;
}