﻿
.u-center-text {
    text-align: center !important;
}

.u-margin-bottom-small {
    margin-bottom: 1.5rem !important;
}

.u-margin-bottom-medium {
    margin-bottom: 4rem !important;
}

.u-margin-top-big {
    margin-top: 5rem !important;
}


*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.fcard {
    display: block;
    -webkit-perspective: 150rem;
    perspective: 150rem;
    -moz-perspective: 150rem;
    position: relative;
    min-height: 52rem;
}

.fcard h4 {
    font-size: 1.8rem;
}

.fcard p {
    font-size: 1.0rem;
    color: #797979;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-shadow: 2px 1px 1px #fff;
}

.fcard-lg {
    height: 82rem; 
    max-height: 100rem !important;
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fcard__side {
    min-height: 52rem;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 1.5rem 3.4rem rgba(0, 0, 0, 0.15);
}

.fcard__side--front {
    background: #efeeeb;
}

.fcard__side--back {
    display: block;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    border-left: 1px dotted #fff8c1;
    border-bottom: 1px thin #ffed62;
    background: #f8f8f8;
    overflow: visible;
}

.fcard:hover .fcard__side--front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.fcard:hover .fcard__side--back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

.fcard__title {
    height: 15rem;
    padding: 3.6rem 2rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fcard__title h3 {
    font-size: 2.8rem;
}
.fcard__title .fas,
.fcard__title .far {
    font-size: 4.8rem;
}

.fcard__heading {
    font-size: 4rem;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    width: 75%;
}

.fcard__heading-span {
    padding: 1rem 1.5rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.fcard__details {
    padding: 0 2rem 2rem;
}

.fcard__details ul {
    list-style: none;
    width: 80%;
    margin: 0 auto;
}

.fcard__details ul li {
    text-align: center;
    font-size: 1.0rem;
    color: #797979;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-shadow: 2px 1px 1px #fff;
    padding: 0.3rem;
}

.fcard__details ul li:not(:last-child) {
    border-bottom: 1px solid #b1b1b1;
}

.fcard__cta {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
}

.fcard__box {
    text-align: center;
    margin-bottom: 8rem;
}

.fcard__box .fas,
.fcard__box .far {
    font-size: 8.0rem;
    margin: 0;
    padding: 0;
} 

.fcard__box h1 {
    font-size: 2.8rem;
}

.fcard__box h3 {
    font-size: 1.8rem;
    padding: 12px 0 14px;
}

/* 
    Product Cards
*/
.pcard {
    position: relative;
    min-height: 20rem;
    border-radius: 7px;
    align-content: center;
    text-align: center;
    background: transparent;
}

.pcard .container {
    top: 0;
    left: 0;
    min-height: 48rem;
    width: 100%;
}

.pcard .container .header {
    display: block;
    width: 100%;
    min-height: 9.0rem;
    padding: 1.8rem 1.2rem;
    align-content: center;
    text-align: center;
    overflow: hidden;
}


.pcard .container .details {
    display: block;
    padding: 1rem;
    text-align: center;
    align-content: center;
}


.pcard .fas,
.pcard .far {
    font-size: 4.6rem;
    padding: 0;
    margin: 2.0rem 0 0 0;
}

.pcard h1 {
    margin: 1.0rem 0;
    font-size: 2.4rem;
}

.pcard h3 {
    margin: 1.0rem 0;
    font-size: 1.8rem;
}

.pcard p {
    margin: 1.0rem 0;
    font-size: 0.9rem;
}