
section.parents {
    background-image: url("/wp-content/themes/angelsense/images/home-page/parents-bg.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: calc(100vw * (150/217));
    text-align: center;
    padding: 200px calc((100% - 1200px)/ 2);
    color: white;
    position: relative;
    z-index: 2;
}

section.parents h2 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    color: white;
}

section.parents > h3 {
    font-size: 24px;
    line-height: 30px;
}

.parents_gallery {
    margin: 100px auto;
    margin-bottom: 0;
    position: relative;
    height: 700px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-evenly;
}

.parents_gallery h3 {
    width: 80%;
    margin: 1em auto;
    font-size: 18px;
}

.parents_gallery .image {
    width: 30%;
    position: relative;
    opacity: 0.2;
    transform: scale(0.75);
    transition: all 0.6s;
    margin-bottom: 3em;
}

.parents_gallery .image.animated {
    transform: scale(1);
    opacity: 1;
}

.parents_gallery .image:nth-of-type(1) img {
    width: 80%;
}

.parents_gallery .image:nth-of-type(2) img {
    width: 60%;
}

.parents_gallery .image:nth-of-type(3) img {
    width: 70%;
}

.parents_gallery .image:nth-of-type(4) img {
    width: 60%;
}

.parents_gallery .image:nth-of-type(5) img {
    width: 50%;
}

.parents_gallery .image:nth-of-type(6) img {
    width: 55%;
}

section.video {
    padding: 50px calc((100% - 850px)/ 2);
    padding-bottom: 0;
}

section.video h2 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    color: #292929;
}

.video .video_wrap {
    margin-top: 2em;
    padding: 0em 2em;
}

.about {
    padding: 100px calc((100% - 1000px) / 2);
    background-color: #EFEFF4;
    margin-top: -125px;
    position: relative;
    z-index: 1;
}

.about article {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.about article div {
    width: 48%;
}

.about article div br {
    display: none;
}

.about article div h3 {
    margin: 0.5em 0em;
    font-size: 40px;
    font-weight: 600;
    text-align: left;
    color: #292929
}

.about article div p {
    color: #292929;
}

.about article div ul li {
    position: relative;
    padding: 0.8em 2em;
    color: #292929;
}

.about article div ul li br {
    display: none;
}

.about article div ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    background-image: url(/wp-content/themes/angelsense/images/case-study/bullet.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 19px;
    height: 24px;
}

.about article div em {
    display: block;
    font-style: normal;
    font-weight: 400;
}

.about article .personal-info {
    text-align: center;
}

.about article .personal-info p {
    margin-top: 0.5em;
    font-weight: 600;
}

.about article .personal-info img {
    display: block;
    margin: 0 auto;
}

.pricing {
    text-align: center;
    background-color: white;
    padding-bottom: 100px;
}

.pricing > h2 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    color: #292929;
}

.pricing .wrap {
    margin-top: 4em;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
}

.pricing .wrap .plan {
    margin: 0% 2.5%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    outline: 0;
    white-space: nowrap;
    background-color: white;
    border-radius: 8px;
    width: 25%;
    transition: all 0.5s;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.20);
}

.pricing .wrap .plan .title {
    display: block;
    padding: 1em 0em 0em 0em;
    position: relative;
    z-index: 1;
}

.pricing .wrap .plan .title:after {
    content: '';
    position: absolute;
    top: 90%;
    left: 50%;
    width: 100%;
    background-image: url(/wp-content/themes/angelsense/images/pricing/element.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    height: 60px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.pricing .wrap .plan .title h3 {
    font-weight: 400;
    color: #292929;
    font-size: 22px;
    line-height: 28px;
}

.pricing .wrap .plan .title .desc {
    font-size: 14px;
    line-height: 18px;
    margin-top: 0.5em;
    min-height: 40px;
}

.pricing .wrap .plan .info {
    padding: 5em 2em 4em 2em;
    text-align: left;
    color: #292929;
    background-color: #DAF0ED;
    text-align: center;
    border-radius: 0px 0px 10px 10px;
}

.pricing .wrap .plan.full .info {
    background-color: #32B4A6;
}

.pricing .wrap .plan .info .price {
    display: block;
    margin-bottom: 0em;
    font-size: 60px;
    letter-spacing: -2px;
    line-height: 60px;
}

.pricing .wrap .plan.full .info .price {
    color: white;
}

.pricing .wrap .plan .info .price {
    color: #292929;
}

.pricing .wrap .plan .info .price sup,
.pricing .wrap .plan .info .price .currency,
.pricing .wrap .plan .info .price .text {
    font-size: 16px;
    letter-spacing: 0px;
}

.pricing .wrap .plan .info .price sup {
    top: -2em;
}

.pricing .wrap .plan .info div.action {
    display: block;
}

.pricing .wrap .plan .info div.action a.action {
    border: 2px solid white;
    background-color: #32B4A6;
}

.pricing .wrap .plan.full .info div.action a.action {
    border: 2px solid white;
    background-color: #F34023;
}

.guarantee {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.3em;
    background-color: #FFD959;
    color: #292929;
    font-size: 12px;
    font-weight: 600;
    border-radius: 0px 0px 10px 10px;
    line-height: 20px;
}

section.contact {
    padding: 100px calc((100% - 700px)/ 2);
    background-color: #DAF0ED;
    text-align: center;
    color: #292929;
}

section.contact > h2 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    color: #32b4a6;
}

section.contact > p {
    margin-top: 0.5em;
    font-size: 18px;
}

section.contact a {
    text-decoration: underline;
    color: #292929;
}

section.contact form {
    margin-top: 3em;
}

section.contact form input {
    font-family: 'Open Sans', 'Arial', sans-serif;
    padding: 0.7em;
    width: 100%;
    border: none;
    border-radius: 5px;
}

section.contact form textarea {
    font-family: 'Open Sans', 'Arial', sans-serif;
    padding: 0.7em;
    margin: 0 auto;
    margin-top: 1em;
    border: none;
    border-radius: 5px;
}

.frm_required {
    display: none;
}

section.contact form button[type="submit"] {
    display: inline-block;
    margin-top: 0em;
    padding: 0.5em 2em 0.5em 2em;
    white-space: nowrap;
    text-transform: uppercase;
    position: relative;
    border-radius: 50px;
    font-size: 1.7em;
    color: white;
    background-color: #32b4a6;
    color: white;
    font-size: 1.3rem;
    font-weight: 500;
    transition: all 0.3s;
    border: none;
    margin-top: 2em;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #839dac;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #839dac;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #839dac;
}
:-moz-placeholder { /* Firefox 18- */
    color: #839dac;
}
