/*
! Company: Allium Technologies (Ghana)
! Client: Nu-U Med Spa
! Author: Anna-Maria Oppong-Brenya
! Year: 2024
! Description: This is the about us page stylesheet for the Nu-U Med Spa website.
*/

/* Body */
.journey-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 5% 10%;
    gap: 2rem;
    background-color: #f5f5f5;
}

.journey-section .journey-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.journey-section .journey-content h1 {
    font-family: 'Playfair Display', serif;
    color: #008000;
    font-size: 2rem;
    font-weight: bold;
}

.journey-section .journey-content h2 {
    font-family: 'Playfair Display', serif;
    color: #808080;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}

.journey-content p {
    color: #808080;
    font-weight: 200;
    text-align: left;
    max-width: 800px;
}

.journey-section .journey-image {
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rebeccapurple;
    height: 320px;
    width: 80%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.journey-section .journey-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.why-us-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
}

.why-us-section .why-us-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 2rem;
    gap: 2rem;
}

.why-us-section .why-us-content h1 {
    font-family: 'Playfair Display', serif;
    color: #DD9854;
    font-size: 2rem;
    font-weight: bold;
}

.why-us-section .why-us-content p {
    color: #808080;
    font-weight: 200;
    text-align: center;
    max-width: 800px;
}

.why-us-section .why-us-content .why-us-cards {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.why-us-section .why-us-content .why-us-cards .why-us-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 200px;
}

.why-us-section .why-us-content .why-us-cards .why-us-card h1 {
    font-family: 'Playfair Display', serif;
    color: #008000;
    font-size: 1.2rem;
    font-weight: bold;
}

.why-us-section .why-us-content .why-us-cards .why-us-card p {
    color: #808080;
    font-weight: 200;
    text-align: center;
}

.why-us-section .why-us-content .why-us-cards .why-us-card .value-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 100%;
    border: 1px dashed #008000;
    padding: .8rem;
    background-color: #008000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.why-us-section .why-us-content .why-us-cards .why-us-card .value-img img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    filter: invert(100%) sepia(1%) saturate(1639%) hue-rotate(199deg) brightness(108%) contrast(108%);

}

.mission-statement {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
    background-color: #f5f5f5;
    width: 100%;
}

.mission-statement .statement-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem;
}

.mission-statement .statement-header h1 {
    font-family: 'Playfair Display', serif;
    color: #008000;
    font-size: 2rem;
    font-weight: bold;
}

.mission-statement .statement-header h1 span {
    color: #DD9854;
}

.mission-statement .statement-header p {
    color: #808080;
    font-weight: 200;
    text-align: center;
    max-width: 800px;
}

.mission-statement .statement-content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.mission-statement .statement-content .content-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
}

.mission-statement .statement-content .content-image {
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rebeccapurple;
    height: 320px;
    width: 60%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.mission-statement .statement-content .content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.mission-statement .statement-content .content-text h2 {
    font-family: 'Playfair Display', serif;
    color: #808080;
    font-size: 1.2rem;
    font-weight: bold;
}

.mission-statement .statement-content .content-text p {
    color: #808080;
    font-weight: 200;
    text-align: center;
    max-width: 800px;
}

.our-team {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    background-color: #f5f5f5;
    height: auto;
    padding: 4rem;
}

.our-team .team-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: .5rem;
    margin-top: 2rem;
}

.our-team .team-header h1 {
    font-family: 'Playfair Display', serif;
    color: #808080;
    font-size: 2rem;
    font-weight: bold;
}

.our-team .team-header h1 span {
    color: #808080;
}

.our-team .team-header p {
    color: #808080;
    font-weight: 200;
    text-align: center;
    max-width: 800px;
}

.our-team .team-cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    perspective: 1000px;
}

.our-team .team-cards .team-card {
    padding: 1rem;
    border-radius: 10px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s;
    height: 500px;
    width: 400px;
    max-width: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.our-team .team-cards .team-card:hover {
    transform: rotateY(180deg);
    transition: transform 1s;
}

.our-team .team-cards .team-card .card-front,
.our-team .team-cards .team-card .card-back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
}

.our-team .team-cards .team-card .card-back {
    background-color: #fff;
    color: #333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotateY(180deg);
    padding: 20px;
    gap: 0.5rem;
    border-radius: 10px;
}

.our-team .team-cards .team-card .card-back h3 {
    font-family: 'Playfair Display', serif;
    color: #008000;
    font-size: 1.2rem;
    font-weight: bold;
}

.our-team .team-cards .team-card .card-back sub {
    color: #DD9854;
    font-weight: 200;
    text-align: center;
    padding: 0.5rem;
}


.our-team .team-cards .team-card .card-back p {
    color: #808080;
    font-weight: 200;
    text-align: center;
}

/* read more link in a span */
.our-team .team-cards .team-card .card-back a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
    padding: 0.5rem;
    transition: all 0.3s;
}

.our-team .team-cards .team-card .card-back a:hover {
    color: #DD9854;
}

.our-team .team-cards .team-card .card-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.bio-modal h1 {
    font-family: 'Playfair Display', serif;
    color: #008000;
    font-size: 2rem;
    font-weight: bold;
}

.bio-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
}

.bio-body p {
    color: #808080;
    font-weight: 200;
    text-align: left;
    max-width: 800px;
}


/* Media Queries */

@media screen and (min-width: 320px) {}

@media screen and (min-width: 480px) {}

@media screen and (min-width: 768px) {

    .mission-statement .statement-content .content-text p,
    .our-team .team-cards .team-card .card-back p,
    .why-us-section .why-us-content p {
        text-align: left;
    }

    .journey-section .journey-content {
        align-items: flex-start;
    }

    .why-us-section {
        height: 40vh;
    }


}

@media screen and (min-width: 976px) {

    .why-us-section .why-us-content .why-us-cards,
    .our-team .team-cards {
        flex-direction: row;
    }

    .why-us-cards .why-us-card {
        width: 400px;
    }

    .journey-section {
        flex-direction: row;
    }

    .journey-section .journey-image,
    .mission-statement .statement-content .content-image {
        display: flex;
    }

    .our-team .team-cards .team-card {
        max-width: 400px;
    }
}

@media screen and (min-width: 1440px) {}