﻿body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #403E3B;
}

    .navbar ul {
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }

        .navbar ul li {
            list-style: none;
            margin: 0;
        }

            .navbar ul li a {
                color: white;
                font-size: 18px;
                font-weight: 600;
                text-decoration: none;
            }

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.section-hero {
    width: 100%;
    background-color: rgba(181, 181, 181,0.5);
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

    .section-hero h1 {
        color: #403E3B;
        font-weight: 800;
        width: 75%;
        margin: 0 auto;
        text-align: center;
    }

    .section-hero .logo-bar {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin: 0 auto;
        font-size: 50px;
        font-weight: 900;
    }

        .section-hero .logo-bar img {
            width: 100%;
            height: 50px;
        }


.section-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    margin: 0 auto;
}

.sub-section {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}

    .sub-section img {
        width: 100%;
        height: auto;
        align-self: center;
        aspect-ratio: 1;
    }

    .sub-section ul li {
        list-style-type: "▶";
        padding: 0 10px;
        font-size: 14px;
    }

li::marker {
    color: #E62117;
    font-size: 20px;
    font-weight: 700;
}

.sub-section ul li span {
    font-weight: 700
}

.sub-section ul li span {
    font-weight: 700
}

.sub-section .title {
    font-size: clamp(36px, 5vw, 48px);
    white-space: nowrap;
    color: #403E3B;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
}

.sub-section .title-md {
    font-size: clamp(28px, 4vw, 36px);
}

.section-bold {
    font-weight: 700;
    font-size: clamp(28px, 5vw, 40px);
    line-height: 1;
}

.sub-section .get-app-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

    .sub-section .get-app-bar img {
        height: 40px;
        width: 120px;
        object-fit: contain
    }

.section-content-wrapper {
    width: 100%;
}

.section-content-sub-wrapper {
    width: 100%;
    height: 100%;
    background-color: rgba(181, 181, 181,0.75);
}

.banner-arrow {
    color: white;
    background-color: #403E3B;
    font-weight: 400;
    font-size: 28px;
    position: relative;
    height: 80px;
    padding: 0 30px;
    box-sizing: border-box;
    line-height: 1;
    display: flex;
    align-items: center;
    width: 80%;
    text-align: center;
}

    .banner-arrow span {
        width: 100%;
    }

    .banner-arrow::after {
        content: "";
        position: absolute;
        top: 11px;
        right: -29px;
        display: block;
        height: 57px;
        width: 57px;
        background-color: #403E3B;
        transform: rotate(45deg);
        z-index: -1;
    }

.contact-us-bar {
    background-color: #403E3B;
    color: white;
    padding: 10px 0;
    text-align: center;
    padding: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 32px;
}


    .contact-us-bar .title {
        font-size: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin: 0 auto;
    }

    .contact-us-bar > .title > div:first-child {
        color: #E62117;
    }

    .contact-us-bar > .title > div:last-child {
        color: #E62117;
        transform: rotate(180deg)
    }

    .contact-us-bar span {
        font-weight: 700;
    }

    .contact-us-bar a {
        border: none;
        border-radius: 5px;
        padding: 10px 20px;
        background-color: #E62117;
        color: white;
        font-size: 16px;
        text-decoration: none;
    }

.font-red {
    color: #E62117 !important;
}

.font-lg {
    transform: scale(1.2) translateX(16px);
    font-weight: 800 !important;
}

.hero-bg {
    background-image: url('/Images/MaxPreps_hero_bg.png');
}

.section-bg-1 {
    background-image: url('/Images/MaxPrep_section_bg_1.png');
    background-position: center;
}

@media (max-width : 765px) {
    .navbar {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 100%;
    }

        .navbar ul {
            margin: 0 auto;
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 10px;
        }

    .section-hero .logo-bar {
        flex-direction: column;
        gap: 10px;
    }

    .section-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 96%;
        margin: 0 auto;
    }

    .sub-section {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        padding: 20px;
    }

        .sub-section img {
            width: 100%;
            height: auto;
            align-self: stretch;
            aspect-ratio: 1;
        }
}
