
section.video {
    background-color: white;
    padding: 100px calc((100% - 850px)/ 2);
    text-align: center;
}

section.video .video {
    margin-top: 2em;
    margin-bottom: 2em;
}

.features {
    position: relative;
    padding: 100px calc((100% - 1200px)/ 2);
    background-color: #32B4A6;
    color: white;
}

.features h2 {
    color: white;
}

.features .wrap {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.features .wrap .feature {
    width: 32.3%;
    background-color: white;
    border-radius: 1.25rem;
    margin-bottom: 1em;
    padding: 16px 24px;
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.20);
    color: #292929;
    position: relative;
    min-height: 115px;
}

.features .wrap .feature h3 {
    color: #32B4A6;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.75rem; /* 140% */
    margin-bottom: 0em;
}

.features .wrap .feature p {
    width: 80%;
    font-size: 16px;
    margin: 0;
}

.features .wrap .feature .icon {
    position: absolute;
    top: 50%;
    right: 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.features .action {
    top: 64px;
    display: block;
    position: relative;
    z-index: 1;
}

img.smart-voice {
    display: block;
    margin: 0 auto;
    height: auto;
}

section.trackers {
    background-color: #EFEFF4;
    text-align: center;
    padding: 100px calc((100% - 1000px)/ 2);
}

section.trackers p br {
    display: none;
}

section.trackers div.wrap {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
}

section.trackers div.wrap div.tracker {
    background-color: white;
    border-radius: 20px;
    width: 450px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 8%);
    padding: 3em 2em;
    transition: all 0.5s;
    position: relative;
}

section.trackers div.wrap div.tracker.watch:before {
    content: "";
    background-image: url(/wp-content/themes/angelsense/images/home-page/New_Desktop.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 150px;
    height: 150px;
    position: absolute;
    left: -7px;
    top: -8px;
    display: none;
}

section.trackers div.wrap div.tracker a > h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    color: #878585;
    margin-bottom: 1em;
}

section.trackers div.wrap div.tracker a > h3 br {
    display: none;
}

section.trackers div.wrap div.tracker a > h3:after {
    content: "";
    display: block;
    margin: 0.5em 0em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40% auto;
    width: 100%;
    height: 275px;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.5s;
}

section.trackers div.wrap div.tracker.gps a > h3:after {
    background-image: url(/wp-content/themes/angelsense/images/gps4free.webp);
    position: relative;
    top: 0.5em;
}

/*section.trackers div.wrap div.tracker.gps:hover > h3:after {
    background-image: url(/wp-content/themes/angelsense/images/home-page/device-new2.webp);
    width: 400px;
}*/

section.trackers div.wrap div.tracker.watch a > h3:after {
    background-image: url(/wp-content/themes/angelsense/images/watchfree.webp);
    transform: translateY(20px) scale(1.05);
    position: relative;
    top: -8px;
}

/*section.trackers div.wrap div.tracker.watch:hover > h3:after {
    background-image: url(/wp-content/themes/angelsense/images/home-page/watch-pricing.webp);
    width: 400px;
}*/

section.trackers div.wrap div.tracker ul {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-top: -1.5em;
}

section.trackers div.wrap div.tracker ul li {
    color: #5f5f5f;
    padding: 0.3em 0em;
    position: relative;
    font-size: 18px;
    padding: 1em 1em;
    border-bottom: 1px solid #e6e6e6;
}

section.trackers div.wrap div.tracker ul li a {
    text-decoration: underline;
}

#actions {
    display: block;
    margin: 0 auto;
    width: 200px;
}

#actions a {
    margin: 0.5em 0em;
    font-size: 20px;
    border: 1px solid white;
    transition: all 0.3s;
    text-align: center;
    display: block;
    padding: 0.5em 1.8em;
}

#actions a:hover {
    background-color: #FC654D;
}

#actions a.learn {
    color: #f34023;
    background-color: white;
    text-decoration: underline;
    font-size: 16px;
    text-transform: capitalize;
    margin-top: -0.5em;
}

section.trackers div.wrap div.tracker ul li:last-of-type {
    border-bottom: none;
}

.trackers .quiz p {
    font-weight: 700;
    color: #5F5F5F;
    font-size: 24px;
    margin-bottom: 0.8em;
}

section.bottom p {
    margin-top: 0;
    color: white;
    font-size: 40px;
}



@media only screen and (max-width: 1280px) {
    .about-messages .content .message .wrap h3 {
        font-size: 14px;
    }
    .about-messages .content .message .wrap .text p {
        font-size: 12px;
    }
}


