*{
    font-family: sans-serif;

}
.header-class {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: sans-serif;
    flex-direction: column;
    background-color: #1F3D2C;
    opacity: 0.7;
    color: white;
    font-weight: bold;
}

.nav-items {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-direction: column;
    padding: 1rem;
    text-decoration: none;
    a{
        text-decoration: none;
        color: white;
    }
}

.banner-1 {
    background-size: cover;
    background-image: url("images/background_sec1_img2.jpg");
    background-repeat: no-repeat;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;

    h1 {
        font-size: 4rem;
        color: white;
    }

    p {
        margin-bottom: 2rem;
        font-size: 2rem;
        color: white;
    }
}

.banner-2 {
    background-size: cover;
    background-repeat: no-repeat;
    /*background-image: url("images/fitness_banner_sec1.jpg");*/
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    display: flex;
    gap: 0.5rem;
    background-color: #1F3D2C;
    opacity: 0.7;
    margin: 0.5rem 0 ;
    h1 {
        font-size: 3.5rem;
        color: white;
    }

    img {
        width: 50%;
        margin-top: -16px;
    }

    p {
        font-size: 1.5rem;
        color: white;
    }
}

.banner-3 {
    background-image: url("images/Protein_Powder.webp");
    background-size: contain;
    background-repeat: no-repeat;
    justify-content: center;
    width: 100%;
    display: flex;
    height: 27vh;


}

.subset-banner-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    .link-div {
        display: flex;
        margin-top: 1rem;
        gap: 1rem;

        span {
            background-color: black;
            padding: 0.5rem;
            border-radius: 20%;
            border: 2px solid black;

            a {
                text-decoration: none;
                color: white;
            }

        }
    }

    h2 {
        font-size: 2rem;
        color: white;
    }
}

.desktop-wrap-div {
    background-color: #1F3D2C;
    opacity: 0.7;

}

.contact-form-section {
    padding: 1rem;
    border-radius: 0.1rem;
    background-color: #1F3D2C;
    display: flex;
    margin: 0.1rem;
    height: 50vh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0.8;
    gap: 1rem;

    span {
        font-size: 3rem;
        color: white;
        font-weight: bold;
        align-self: start;
    }

    .contact-content {
        display: flex;
        flex-direction: column;
        height: 90%;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .contact-image {
        border-radius: 0.2rem;
        background-image: url("images/contact-image.jpg");
        height: 30%;
        width: 75%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .contact-field-section {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0.5rem 0;
    }

    .contact-field {
        width: 30%;
        padding: 0.5rem;
        margin: 0.5rem 0;
        border-radius: 0.5rem;
    }

    .contact-textarea {
        width: 30%;
        padding: 1rem 0.5rem;
        margin: 0.5rem 0;
        border-radius: 0.5rem;
    }

    .contact-button {
        width: 50%;
        height: 20%;
        margin: 1rem;
        padding: 0.5rem;
        background-color: black;
        color: white;
        border-radius: 0.5rem;
        border: none;
        font-size: 1.5rem;
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.2s ease;
    }
    .contact-button:hover {
        background-color: #333333;
        transform: scale(1.05);
    }
    .social-icon {
        display: inline-block;
        background-color: #555;
        color: white;
        text-decoration: none;
        padding: 10px 20px;
        margin: 10px;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.2s ease;
    }

    .social-icon:hover {
        background-color: #f39c12;
        transform: scale(1.1);
    }


}

.footer-section {
    color: white;
    padding: 0.1rem;
    border-radius: 0.1rem;
    background-color: #1F3D2C;
    display: flex;
    margin: 0.1rem;
    height: 20vh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    opacity: 0.8;
    font-size: 1rem;
    .card-sub-link{
        a{
            text-decoration: none;
        }
    }

    div {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
        font-size: 1.1rem;

        input {
            margin: 0 0.5rem;
        }
        p{
            text-justify:auto;
        }
    }
}

@media (min-width: 807px) {
    * {
        margin: 0;
        font-family: sans-serif;
    }

    .header-class, .nav-items {
        flex-direction: row;
    }

    .header-class {
        border: 2px solid white;
    }

    .banner-1 {
        align-items: start;
    }

    .banner-1 h1, .banner-1 p {
        width: 50%;
        text-align: start;
        padding: 1rem;

        h1 {
            font-size: 2rem;
            padding-left: 1rem;
        }

        p {
            font-size: 1.5rem;
            text-justify: auto;
        }
    }

    .banner-2 {
        width: 50%;
        padding: 1rem;
        margin: 0;
        img {
            width: 15rem;
            height: 15rem;
            padding: 1rem;
            border-radius: 10%;
        }

        border: 2px solid black;
    }

    .banner-3 {
        background-size: cover;
        background-repeat: no-repeat;
        justify-content: center;
        align-items: center;
        object-fit: contain;
        width: 100%;
        display: flex;
        height: 50vh;
        flex-direction: column;
        border: 2px solid black;

    }

    .flex-display-during-conversion {
        display: flex;
        border: 2px solid black;
    }

    .subset-banner-3 {
        display: flex;
        flex-direction: column;
        .link-div {
            display: flex;
            margin-top: 1rem;

            span {
                margin-right: 1rem;
                padding: 0.5rem;
            }

            a {
                text-decoration: none;
                font-size: 2rem;
            }
        }

        h2 {
            font-size: 2.5rem;
            padding-bottom: 0.5rem;
            margin-bottom: 0.5rem;
        }

    }

    .desktop-wrap-div {
        width: 50%;
        background-color: #1F3D2C;
        opacity: 0.7;
    }

    .contact-form-section {

        .contact-content {
            flex-direction: row;

        }
        .contact-image{
            width: 100%;
        }
        .contact-button {
            width: 50%;
            height: 20%;
            cursor: pointer;
            transition: background-color 0.3s ease, transform 0.2s ease;
        }
        .contact-button:hover {
            background-color: #333333;
            transform: scale(1.05);
        }
        .contact-field{
            padding: 1rem 0.5rem;
            margin: 0.5rem 0;
            border-radius: 0.5rem;
            font-size: 1rem;
        }

        .contact-image {
            height: 90%;
        }
    }

    .footer-section {
        height: 25vh;
        flex-direction: row;

        p {
            width: 40%;
            line-height: 2rem;
        }

        div {
            width: 30%;
        }
    }
}