.home-bg {
    z-index: 0;
}

.home-content .register-form {
    margin: 22px 0 0 22%;
    padding: 0.4em 0;
    vertical-align: top;
    width: 53%;
}

.home-content .register-form input[type=email] {
    font-size: var(--button-font-size);
    border: 0 none;
    border-radius: 1em;
    padding: 0.3em 0.9em;
    outline: none;
    box-shadow: 0 0 0 2px #ddd inset;
    transition: box-shadow .5s ease;
    text-align: center;
}

.home-content .register-form input[type=email]:focus {
    box-shadow: 0 0 0 2px var(--color-link) inset;
}

.home-content .register-form input[type=email], .home-content .register-form .btn-register {
    float: left;
    margin-left: 0.6em;
    width: 38%;
}

.home-content li {
    width: 17em;
    font-size: 0.85em;
    position: absolute;
    padding-top: 0;
}

.home-content li:nth-child(1) {
    bottom: -12em;
    left: 2em;
}

.home-content li:nth-child(2) {
    bottom: -16.5em;
    left: 2em;
    width: 20em;
}

.home-content li:nth-child(3) {
    bottom: -21em;
    left: 2em;
}

.home-content .terms {
    color: #888;
    margin: 4px 10% 0 0;
    display: inline-block;
    font-size: .8em !important;
}

.home-content .terms a {
    text-decoration: underline;
    color: #888
}

.home-why {
    margin-top: 3em
}

.home-why .thumb {
    height: 12em;
    vertical-align: bottom;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.home-why .thumb img {
    margin: 0 11%
}

.main-title {
    z-index: 1;
}

.main-title h1 {
    margin: 9rem 7% 1.4rem 0;
    color: var(--color);
    font-size: var(--heading-font-size);
    font-weight: 700;
}

.main-title h2 {
    text-align: center;
    margin: 0 7% 0 0;
    font-size: 1.2em;
}

.main-title ul {
    text-align: left;
    font-size: 19px;
    font-weight: 400;
    margin: 0 auto;
    height: 1px;
    width: 65%;
    position: relative;
    z-index: 0;
}

.home-heading {
    position: relative;
    overflow: visible;
    height: 523px;
}

.home-bg::before {
    z-index: 0;
    content: ' ';
    background: url("../images/watch-BG.png") center center no-repeat;
    width: 249px;
    height: 249px;
    position: absolute;
    left: 0px;
    bottom: -123px;
    background-size: 150px 150px;
}

.home-bg::after {
    /*z-index: -1;*/
    /*position: absolute;*/
    /*width: 78%;*/
    /*height: 29em;*/
    /*left: 7%;*/
    /*top: -15em;*/
    /*content: ' ';*/
    /*background-size: cover;*/
    /*border-radius: 50%;*/
    /*background-color: #e2f0fb;*/
}

.home-img {
    background-image: url("../images/main-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.bulb-container, .arrow-container {
    position: relative;
}

.bulb {
    position: absolute;
    right: calc(50% - 11.7em);
    width: 1.9em;
    transform: rotate(-19deg);
    top: -1.3em;
}

.arrow-container .arrow {
    position: absolute;
    right: calc(50% - 14.9em);
    top: -1.7em;
}

.devices, .patrick-sitting {
    display: inline-block;
    position: absolute;
}

.devices {
    right: 0;
    bottom: 0;
}

.patrick-sitting {
    right: 25.3em;
    bottom: 0;
}

.why-use-container, .first-block {
    padding: 3em 0 0
}

.why-reasons-container {
    position: relative;
    height: 23em;
}

.why-reason {
    position: absolute;
    width: 22em;
    font-size: 0.9em;
    text-align: center;
}

.why-reason h5 {
    color: var(--color)
}

.why-reason-1 {
    right: -10.5em;
    top: 0;
}

.why-reason-2 {
    left: 10em;
    top: 10em;
}

.why-reason-3 {
    top: 0;
    left: 0;
}

.why-reasons-container .btn-register {
    position: absolute;
    bottom: 2.6em;
    left: 12em;
}

.feature-tabs span {
    padding: 1.3em .5em;
}

.feature-tabs span span {
    position: relative;
    cursor: pointer;
    font-weight: 500;
}

.feature-tabs span:not(.collapsed) span {
    font-weight: bolder;
}

.feature-tabs span span:after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 0%;
    height: 5px;
    border-radius: 2.5px;
    opacity: 0;
    background-color: #b1a3aa;
    transition: left .5s ease, right .5s ease, opacity .5s ease, width .5s ease;
}

.feature-tabs span:hover span:after {
    opacity: 1;
    left: 0;
    width: 100%;
}

.feature-tabs span:not(.collapsed) span:after {
    background-color: #8d8187;
    width: 100%;
}

.manage {
    list-style-type: none;
}

.manage, .analyze {
    margin-bottom: 3em
}

.analyze-manage .line {
    margin: -1em 0 0 -6.3em;
    z-index: 0;
}

.analyze-manage h4 {
    font-size: 1.6em;
    z-index: 1;
    position: relative;
    background: #fff;
}

.analyze h4 {
    margin-top: 1.1em;
    padding: 0.5em 0 1em 0;
}

.manage h4 {
    margin: 1.1em -0.2em 1em -1.7em;
    padding: 0.5em 0.2em 0.5em;
}

.convinced .thumb {
    width: 100%;
    max-width: 26rem;
    border-radius: 1em;
}

.convinced h4 {
    margin-bottom: 2.5em;
    margin-left: -1em;
    padding: 0;
}

.convinced h5 {
    margin-top: 1em;
    margin-bottom: 1em
}

@media (min-width: 1246px) {
    .home-img {
        width: 38.7em;
    }
}

@media (max-width: 1245px) {
    .home-heading {
        height: 30em;
    }

    .home-img {
        width: 43%;
        height: 92%;
        right: 0;
        bottom: 0;
        background-size: cover;
    }

    .main-title h1 {
        margin: 0.7em auto 16px;
        font-size: 1.9em;
    }

    .main-title h2 {
        font-size: 1.1em;
    }

    .home-content .terms {
        margin: 4px auto;
        font-size: .7em !important;
    }

    .home-content .register-form input[type=email] {
        font-size: 1em;
        padding: 0.3em 1em;
        vertical-align: bottom;
        margin: 0.5em 0 0;
    }

    .home-content .btn-register {
        font-size: 1em;
        padding: 0.3em 1em;
        margin: .5em 0 0;
    }

    .home-content .register-form {
        margin: 0.8em 26% 0;
        padding: 0.1em 0 0;
        vertical-align: top;
        width: 32em;
        width: 62%;
    }

    .home-bg::after {
        width: 86%;
        height: 28em;
        left: 9%;
        top: -15.4em;
    }

    .home-content li {
        font-size: 0.7em;
        padding-left: 50px;
        width: 229px;
    }

    .home-content li::before {
        width: 35px;
        height: 35px;
        background-size: contain
    }

    .home-content li:nth-child(1) {
        bottom: -13.2em;
        left: 15em;
    }

    .home-content li:nth-child(2) {
        bottom: -17em;
        left: 15em;
    }

    .home-content li:nth-child(3) {
        bottom: -21em;
        left: 15em;
    }

    .main-title ul {
        margin: -0.9em 0 0 6em;
        height: 1px;
    }

    .home-bg::before {
        width: 7em;
        height: 7em;
        position: absolute;
        left: 1em;
        bottom: -4em;
        background-size: 7em 7em;
    }

    .home-heading {
        /* overflow: hidden; */
    }

    .devices {
        width: 18em;
    }

    .patrick-sitting {
        width: 9em;
        right: 17.7em;
    }

    .why-reasons-container {
        padding-top: 2em;
        height: 19em;
    }

    .why-reason {
        font-size: 0.85em;
        width: 63%;
    }

    .why-reason-1 {
        left: 73%;
    }

    .why-reason-2 {
        left: 24%;
        top: 10em;
    }

    .why-reason-3 {
        left: 4%;
    }

    .why-reasons-container .btn-register {
        bottom: 1em;
        left: 39%;
    }

    .analyze-manage .line {
        width: 295%;
        margin: -47% 0 0 -148%;
    }

    .analyze-manage h4 {
        font-size: 1.3em;
    }

    .analyze h4 {
        margin-top: 0.7em;
        padding: 0.8em 0 1em 0;
    }

    .manage h4 {
        margin: 0.7em -1em 1.2em -1.5em;
        padding: 0.9em 0.2em 0.9em;
    }

    .manage li {
        width: 78%;
    }
}

@media (max-width: 800px) {
    .home-bg::before {
        opacity: .6;
    }
    .main-title{
        text-align: center;
    }

  .home-content li:nth-child(1) {
    bottom: -0.2em;
    left: 3em;
    width: 216px;
  }

  .home-content li:nth-child(2) {
    bottom: 0em;
    left: 3em;
  }

  .home-content li:nth-child(3) {
    bottom: 1em;
    left: 3em;
  }

    .home-heading {
        height: auto;
    }

    .home-img {
        display: none;
    }

    .main-title h1 {
        margin: 1em 0 0;
        font-size: 2em;
    }

    .main-title h2 {
        font-size: 1.1em;
        margin: 1em 0 1em;
    }

    .home-content .terms {
        float: none;
        margin: 3em 0 0;
        display: block;
    }

    .home-content .register-form input[type=email] {
        display: inline-block;
        float: none;
    }

    .home-content .register-form .btn-register {
        display: inline-block;
        float: none;
        line-height: 24px;
        margin: .5em 0 0;
    }

    .home-content .register-form {
        margin: 0 auto;
        width: auto;
        text-align: center;
    }

    .home-bg::after {
        display: none
    }

    .home-content li {
        font-size: 1em;
        padding-left: 50px;
        width: auto;
        display: block;
        position: relative;
        float: left;
    }

    /*.home-content li:nth-child(1), .home-content li:nth-child(2), .home-content li:nth-child(3) {*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*}*/

    .home-content li::before {
        width: 40px;
        height: 40px;
    }

    .main-title ul {
        margin: 1em calc(38% - 200px);
    }

    .home-content .terms {
        margin-top: 1em
    }

    .why-reasons-container {
        height: auto;
        padding: 0;
    }

    .why-reason {
        position: static;
        width: auto;
        margin: 0 1em 3em;
    }

    .why-reasons-container .btn-register {
        position: static;
        margin: 0 0 3em calc(50% - 5em);
    }

    .analyze-manage .line {
        display: none;
    }

    h4 {
        font-size: var(--sub-heading-font-size);
    }

    .analyze h4, .manage h4 {
        margin: 0.7em 0 1em;
        padding: 0;
    }

    .manage li {
        width: auto;
    }

    .feature-tabs {
        margin: 1em 0;
    }
}

@media (max-width: 767px) {
    .bulb-container .bulb, .arrow-container .arrow {
        display: none;
    }

    .convinced h4 {
        margin: 0 auto;
    }

    .thumb:not(.first) {
        margin-top: 2em
    }

    .home-why {
        margin-top: 2em
    }
}

@media (max-width: 576px) {
    .home-bg::after {
        display: none;
    }

    .home-bg::before {
        bottom: 1em;
        right: 0;
        width: calc(100% - 18px);
        padding: 0;
        margin: 0;
        height: 10em;
        background-size: 10em 10em;
        background-position: 126% bottom;
        opacity: .5;
    }

    .home-content .register-form input[type=email], .home-content .register-form .btn-register {
        display: block;
        width: 100%;
        margin-bottom: .5em;
    }

    .main-title ul {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .home-content li, .home-content li:nth-child(2) {
        padding-left: 47px;
        font-size: .9em;
        width: calc(100% - 47px);
        margin: 1.5em 0 0;
    }

    .home-content li::before {
        width: 35px;
        height: 35px;
    }

    .main-title h1 {
        margin: .2em 0;
        font-size: 1.5em;
    }
}

@media (max-width: 1000px) {
    .home-img {
        width: 40%;
        height: 65%;
        right: 0;
        bottom: 0;
        background-size: cover;
    }
}