body {
    background-color: #FFF2F9;
    font-family: 'Nunito', sans-serif;
}

a {
    color: #E65EA2;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #E65EA2;
}

.wrapper {
    max-width: 578px;
}

.progress {
    background: #FFF2F9;
    border-radius: 100px;
    height: 8px;
}

.progress-bar {
    background-color:#E65EA2 !important;
    border-radius: 100px;
}

.header {
    padding-top: 32px;
    background: linear-gradient(180deg, #FE86C2 0%, #FFE5F2 60%, rgba(255,255,255,0) 100%);
    position: relative;
    height: calc(150px + 55px);
}
.header-content {
    position: relative;
    z-index: 1;
}
.header::after {
    content: '';
    background: linear-gradient(180deg, transparent 0%, #FFF2F9 95%);
    background-size: contain;
    background-repeat: repeat-y;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.cloud {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}
.cloud img {
    height: 100%;
    object-fit: contain;
}
.cloud-left,
.cloud-right {
    height: 50px;
    width: auto;
    display: inline-block;
}

.logo {
    text-align: center;
    height: 75px;
    width: auto;
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
}
.logo img {
    object-fit: contain;
    height: 100%
}

.content {
    position: relative;
    z-index: 1;
    margin-top: -55px;
    margin-bottom: 32px;
}

.avatar {
    position: relative;
    width: 90px;
    text-align: center;
}
.avatar img {
    max-width: 100%;
}
.avatar-name {
    background-color: #47B647;
    border-radius: 0.25rem;
    color: white;
    font-weight: bold;
    padding: 0.15rem;
    position: relative;
    margin-top: -0.5rem;
}

.love-meter {
    position: relative;
    height: auto;
    max-width: 150px;
    display: block;
    margin: 0 auto;
}
.love-meter img {
    max-width: 100%;
}
.love-meter > .number {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 2.5rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
    font-family: 'Lobster Bisque', 'Nunito', sans-serif;
}

.lead {
    text-align: center;
    margin-bottom: 24px;
    font-weight: 500;
}
.lead strong {
    font-weight: bold;
    position: relative;
}
.lead strong::after {
    content: '';
    height: 8px;
    width: 100%;
    display: inline-block;
    background: url(../img/wave.png) repeat-x center center;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    background-size: contain;
}

.banner {
    background-image: url(../img/love-repeat.png);
    background-size: contain;
    animation-name: animate-bg;
    animation-timing-function: linear;
    animation-duration: 2000s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    opacity: 0.3;
}

@keyframes animate-bg {
	100% {background-position: 0 100000px}
}
@-webkit-keyframes animate-bg {
	100% {background-position: 0 100000px}
}
@-moz-keyframes animate-bg {
	100% {background-position: 0 100000px}
}
@-o-keyframes animate-bg {
	100% {background-position: 0 100000px}
}

/* .button {
    display: inline-block;
    margin: 0 auto;
}
.button-sh {
    position: relative;
    display: block;
    margin: 0 auto;
    z-index: 0;
    margin-top: -20px;
    height: 20px;
    background-color: #47B647;
    filter: blur(15px);
    width: 75%;
    border-radius: 50rem;
} */
.button-green {
    background: linear-gradient(180deg, #65BC45 0%, #39B449 100%);
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 1rem rgba(0, 0, 0, 0.1);
    border-radius: 50rem;
    font-size: 1.75rem;
    padding: .5rem 2.5rem;
    position: relative;
    z-index: 1;
    max-height: 65px;
    box-shadow: 0 .35rem 1rem rgba(91, 186, 70, .5);
}
.button-green:hover{
    color: white;
}
.button-green:focus {
    box-shadow: none;
    color: white;
}
.button-green object {
    pointer-events: none;
}
.button-green.touch {
    box-shadow: none;
}

.button-pink {
    background: #FFE5F2;
    color: #E65EA2;
    font-weight: bold;
    text-shadow: 2px 2px 1rem rgba(0, 0, 0, 0.1);
    border-radius: 50rem;
    font-size: 1.75rem;
    padding: .5rem 2.5rem;
    position: relative;
    z-index: 1;
    max-height: 65px;
}
.button-pink:hover{
    color: #E65EA2;
    background: #ffcce5;
}
.button-pink:focus {
    box-shadow: none;
    color: #E65EA2;
    background: #ffcce5;
}
.button-pink object {
    pointer-events: none;
}
.button-pink.touch {
    box-shadow: none;
}

.button-green.btn-sm, .button-pink.btn-sm {
    font-size: 14px;
    padding: .5rem 1rem;
}

h3.title {
    text-align: center;
    margin-bottom: 32px;
    color: #000;
    font-weight: bold;
}

.fact {
    position: relative;
    margin-bottom: 24px;
}
.fact:last-of-type {
    margin-bottom: 0;
}
.fact .fact-header {
    background-color: #E65EA2;
    color: white;
    padding: 0.65rem 0.875rem;
    text-align: center;
    display: block;
    border-radius: 1rem 1rem 0 0;
    font-weight: bold;
}
.fact ul {
    margin: 0;
    padding: 0;
    border-radius: 0 0 1rem 1rem;
}
.fact ul li {
    list-style: none;
    padding: 0.65rem 0.875rem;
    background-color: #FFE2F1;
    font-size: 0.875rem;
    position: relative;
}
.fact ul li:last-child {
    border-radius: 0 0 1rem 1rem;
}
.fact ul li:nth-child(even) {
    background-color: rgba(255, 226, 241, 0.3);
}
.fact ul li .icon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    text-align: center;
    border-radius: 50%;
    margin-right: 0.15rem;
    vertical-align: middle;
    font-size: 1rem;
    color: #E65EA2;
}
.fact ul li > .number {
    display: inline-block;
    margin-right: auto;
    position: absolute;
    right: 0.875rem;
    font-weight: bold;
    top: 50%;
    transform: translateY(-100%);
}

.footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 0.5rem;
    text-align: center;
    font-size: 0.875rem;
}

.bounce {
    animation: bounce 2s ease infinite;
}
.bounce:hover,
.bounce:focus {
    animation: none;
}

@keyframes bounce {
    70% {
        transform: translateY(0%);
    }
    80% {
        transform: translateY(-10%);
    }
    90% {
        transform: translateY(0%);
    }
    95% {
        transform: translateY(-7%);
    }
    97% {
        transform: translateY(0%);
    }
    99% {
        transform: translateY(-3%);
    }
    100% {
        transform: translateY(0);
    }
}


.pulse-small {
    -webkit-animation: pulse-small linear .8s infinite;
    -ms-animation: pulse-small linear .8s infinite;
    animation: pulse-small linear .8s infinite;
}

@keyframes pulse-small {
    0% {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(1.2, 1.2, 1.2);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

.form {
    position: relative;
    z-index: 1;
    margin-top: -55px;
    margin-bottom: 32px;
}
.form .form-title {
    font-size: 1.125rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.125rem;
}
.form .form-label {
    font-weight: bold;
}
.form .form-control,
.form .input-group {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075);
}
.form .input-group .form-control {
    box-shadow: none;
}
.form .form-control.focus {
    box-shadow: 0 .125rem .5rem rgba(91, 186, 70, .5);
    border-color: transparent;
    outline: none;
}

.bs-stepper .bs-stepper-circle {
    background-color: white;
    color: black;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.bs-stepper .bs-stepper-header .step.active .bs-stepper-circle {
    background-color: #E65EA2;
    color: white;
}

.select-gender {
    margin: 0;
    padding: 0;
}
.select-gender .select-gender-option {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.select-gender .select-gender-option label {
    border: 2px solid transparent;
    padding: 5px;
    border-radius: 50%;
}
.select-gender .select-gender-option label.touch {
    border-color: #E65EA2;
    cursor: pointer;
}
.select-gender .select-gender-option input {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.25rem;
    visibility: hidden;
}
.select-gender .select-gender-option input:checked+label {
    border-color: #E65EA2;
}
.select-gender .select-gender-option p {
    font-weight: bold;
    margin-bottom: 0;
}

.card {
    border-radius: 0.5rem;
    border-color: transparent;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.text-underline {
    position: relative;
}
.text-underline::after {
    content: '';
    height: 8px;
    width: 100%;
    display: inline-block;
    background: url(../img/wave.png) repeat-x center center;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    background-size: contain;
}
