.card {
    position: relative;
    width: 100%;
    padding: 40px;
    background-color: #fff;
    border: 1px solid transparent;
}

.scaling-card,
.scaling-card-mobile {
    background-color: rgb(63 231 224 / 50%);
    height: 450px;
    width: 100%;
    overflow: unset;
    border-radius: 50px;
    z-index: 5;
}

.scaling-card .content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    text-align: center;
    background-color: #52e9e3;
    transition: 0.3s;
    border-radius: 50px;
    opacity: 0;
    padding: 2.5rem 1.5rem;
}

.pop-up-content {
    width: 100%;
    height: 100%;
    left: 0;
    text-align: center;
    overflow: hidden;
    background-color: #3fe7e0;
    transition: 0.3s;
    border-radius: 50px;
    padding: 2.5rem 1.5rem;
}

.pop-up-content .fa-close {
    cursor: pointer;
}

.scaling-card:hover .content {
    height: 140%;
    width: 100%;
    left: 0%;
    opacity: 1;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.scaling-card:hover .content img {
    width: 280px;
    margin-bottom: 1rem;
}

.scaling-card:hover .content img.icon2-inner {
    transform: translateY(-55px);
    margin-bottom: 0;
}

.scaling-card:hover .content img.icon3-inner {
    width: 320px;
    margin-bottom: 1rem;
}

.scaling-card .content h5,
.scaling-card-mobile .content h5 {
    font-size: 19px;
    text-transform: uppercase;
    margin: 25px;
    font-weight: bold;
}

.scaling-card .content p,
.scaling-card .content a,
.scaling-card-mobile .content p,
.scaling-card-mobile .content a {
    opacity: 0;
    text-align: justify;
    width: 90%;
    color: #000;
    line-height: 1.2;
}

.scaling-card:hover .content p,
.scaling-card:hover .content a {
    opacity: 1;
}

.scaling-card .image-box,
.scaling-card-mobile .image-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.scaling-card .image-box img,
.scaling-card-mobile .image-box img {
    width: 150px;
    margin-bottom: 2rem;
}

.scaling-card .image-box img.icon2,
.scaling-card-mobile .image-box img.icon2 {
    width: 280px;
    margin-bottom: 2rem;
}

.scaling-card .image-box img.icon3,
.scaling-card-mobile .image-box img.icon3 {
    width: 300px;
    margin-bottom: 2rem;
}

.scaling-card:hover .image-box img {
    opacity: 0;
}

.thrive-heart-img {
    width: 300px;
}

.thrive-card {
    height: 530px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

.thrive-card .content {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 20px;
    font-family: "Montserrat", sans-serif;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.25) 0%,
        rgba(255, 255, 255, 0.25) 1%,
        rgba(255, 255, 255, 0.15) 54%,
        rgba(245, 245, 245, 0.15) 55%,
        rgba(10, 10, 10, 0.78) 79%,
        rgba(0, 0, 0, 0.79) 80%,
        rgba(0, 0, 0, 0.91) 99%,
        rgba(0, 0, 0, 0.91) 100%
    );
}

.thrive-card .content .qoute {
    color: #fffc58;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 128px;
}

.thrive-card .content p.qoute {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    width: 80%;
}

.thrive-card .content p b {
    color: #fffc58;
}

.thrive-card .content .featured-user {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}

.more-failure {
    background-color: #c9c9c9;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 1280px) {
    .scaling-card:hover .content img.icon3-inner {
        width: 259px;
    }

    .scaling-card:hover .content img {
        width: 260px;
    }

    .scaling-card .image-box img.icon3,
    .scaling-card-mobile .image-box img.icon3 {
        width: 273px;
    }
}
