.typed-cursor {
    color: inherit;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    font-weight: 400;
}

.write-a-book .typed-cursor::before {
    content: "eleanor";
    background: #12a4e2;
    position: absolute;
    font-size: 12px;
    line-height: 14px;
    padding: 4px 8px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 16px;
    margin-top: -8px;
    margin-left: -4px;
}

.blue-cursor+.typed-cursor::before {
    background: #12a4e2 !important;
    content: "John";
}

.green-cursor+.typed-cursor::before {
    background: #9fd50b !important;
    content: "Mary";
}

@keyframes blink {
    0% {
        color: transparent;
    }

    50% {
        color: inherit;
    }

    100% {
        color: transparent;
    }
}

@-webkit-keyframes blink {
    0% {
        color: transparent;
    }

    50% {
        color: inherit;
    }

    100% {
        color: transparent;
    }
}

@-moz-keyframes blink {
    0% {
        color: transparent;
    }

    50% {
        color: inherit;
    }

    100% {
        color: transparent;
    }
}

.home .slider-home {
    background-image: -webkit-linear-gradient(bottom left, #dabcc8, #6777c3, #e79b9e, #d1403f, #5b5d92, #20273d, #a4c367, #9dc3d1);
    background-size: 800% 100%;
    background-position: 0% 80%;
    box-sizing: border-box;
    height: 80vh;
    padding: 80px 0 40px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-bottom-left-radius: 50% 150px !important;
    border-bottom-right-radius: 50% 150px !important;
    filter: drop-shadow(0px 0px 9px #00000085);
}

@media (min-width: 600px) {
    .home .slider-home {
        overflow: visible;
        background-position: 0% 50%;
    }
}

.home .slider-home .nav-link>a.active:after {
    border-bottom: 2px solid #9fd50b;
}

.home h2:not(.mimic-h1),
.home .mimic-h2:not(.mimic-h1),
.home .defer-headings h5:not(.mimic-h1),
.defer-headings .home h5:not(.mimic-h1) {
    font-size: 24px;
    line-height: 32px;
}

@media (min-width: 600px) {

    .home h2:not(.mimic-h1),
    .home .mimic-h2:not(.mimic-h1),
    .home .defer-headings h5:not(.mimic-h1),
    .defer-headings .home h5:not(.mimic-h1) {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (min-width: 900px) {

    .home h2:not(.mimic-h1),
    .home .mimic-h2:not(.mimic-h1),
    .home .defer-headings h5:not(.mimic-h1),
    .defer-headings .home h5:not(.mimic-h1) {
        font-size: 40px;
        line-height: 48px;
    }
}

.home .header-text {
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -ms-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
    padding-top: 40px;
    text-align: center;
}

@media (min-width: 600px) {
    .home .header-text {
        text-align: left;
        padding-left: 32px;
    }
}

@media (min-width: 900px) {}

.home .header-text h1,
.home .header-text .mimic-h1,
.home .header-text .defer-headings h4,
.defer-headings .home .header-text h4,
.home .header-text .defer-headings .mimic-h4,
.defer-headings .home .header-text .mimic-h4 {
    font-size: 32px;
    line-height: 40px;
}

@media (min-width: 600px) {

    .home .header-text h1,
    .home .header-text .mimic-h1,
    .home .header-text .defer-headings h4,
    .defer-headings .home .header-text h4,
    .home .header-text .defer-headings .mimic-h4,
    .defer-headings .home .header-text .mimic-h4 {
        font-size: 40px;
        line-height: 48px;
    }
}

@media (min-width: 900px) {

    .home .header-text h1,
    .home .header-text .mimic-h1,
    .home .header-text .defer-headings h4,
    .defer-headings .home .header-text h4,
    .home .header-text .defer-headings .mimic-h4,
    .defer-headings .home .header-text .mimic-h4 {
        font-size: 54px;
        line-height: 56px;
    }
}

.home .header-text h3,
.home .header-text .mimic-h3,
.home .header-text .defer-headings h6,
.defer-headings .home .header-text h6 {
    font-size: 18px;
    line-height: 32px;
    order: 3;
    text-align: center;
}

@media (min-width: 600px) {

    .home .header-text h3,
    .home .header-text .mimic-h3,
    .home .header-text .defer-headings h6,
    .defer-headings .home .header-text h6 {
        text-align: left;
        width: 75%;
        font-size: 24px;
        line-height: 36px;
        order: 0;
    }
}

@media (min-width: 900px) {

    .home .header-text h3,
    .home .header-text .mimic-h3,
    .home .header-text .defer-headings h6,
    .defer-headings .home .header-text h6 {
        width: 100%;
    }
}

.home .header-text .signup-form p {
    line-height: 2em;
}

.home .svg-container {
    display: flex;
    place-items: flex-end;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.home .svg-container img {
    position: absolute;
    width: 100%;
    display: block;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.home .adventure-image {
    -webkit-transition: background-position 2s ease;
    -moz-transition: background-position 2s ease;
    -ms-transition: background-position 2s ease;
    -o-transition: background-position 2s ease;
    transition: background-position 2s ease;
    background-position: 0% 100%;
}

.home .adventure-image .image-one {
    opacity: 1;
}

.home .adventure-image .text-typed {
    color: #9924dc;
}

.home .romance-image {
    -webkit-transition: background-position 1s ease;
    -moz-transition: background-position 1s ease;
    -ms-transition: background-position 1s ease;
    -o-transition: background-position 1s ease;
    transition: background-position 1s ease;
    background-position: 30% 0%;
}

.home .romance-image .image-two {
    opacity: 1;
}

.home .romance-image .text-typed {
    color: #9924dc;
}

.home .mystery-image {
    -webkit-transition: background-position 1s ease;
    -moz-transition: background-position 1s ease;
    -ms-transition: background-position 1s ease;
    -o-transition: background-position 1s ease;
    transition: background-position 1s ease;
    color: #fff;
    background-position: 66% 0%;
}

.home .mystery-image .image-three {
    opacity: 1;
}

.home .mystery-image .text-typed {
    color: #c96bff;
}

.home .self-help-image {
    background-position: 100% 0%;
    -webkit-transition: background-position 1s ease;
    -moz-transition: background-position 1s ease;
    -ms-transition: background-position 1s ease;
    -o-transition: background-position 1s ease;
    transition: background-position 1s ease;
}

.home .self-help-image .image-four {
    opacity: 1;
}

.home .self-help-image .text-typed {
    color: #9924dc;
}

@media screen and (max-width:992px) and (min-width: 767px) {
    .svg-container {
        align-items: flex-end;
    }
}


section.slider-home input[type=submit] {
    width: auto;
    text-align: center;
    text-indent: 0;
    margin: 0 10px;
    padding: 0 30px;
    background: linear-gradient(180deg, #a416f4, #8906ce);
    color: #ffff;
    border: 0;
    border-radius: 5px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .home .slider-home {
        height: 100vh;
        padding: 0px 0 0px 0;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    section.slider-home input[type=submit] {
        padding: 0 5px;
    }
}