﻿/* HERO SECTION */
.main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-section {
    margin-bottom: 70px;
    display: flex;
    flex-direction: column;
}

/* ABOUT US */

.aboutus-pg-hero {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-section-aboutus-image {
    background-color: #F9F9F9;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.aboutus-pg-main-container {
    width: 360px;
    height: 460px;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    gap: 20px;
}

/* HEADING */

.aboutus-pg-heading {
    width: 325px;
    height: 263px;
    display: flex;
    flex-direction: column;
}

    .aboutus-pg-heading h2 {
        font-family: var(--font-family1);
        font-size: 2.5rem;
        font-weight: 900;
        line-height: 80px;
        color: var(--btn-bgcolor);
    }

    .aboutus-pg-heading p {
        font-family: var(--font-family1);
        font-size: 0.75rem;
        font-weight: 400;
        line-height: 22px;
        color: var(--dark-color);
    }

/* GRT IN TOUCH */

.getintouch-pg {
    width: 360px;
    height: auto;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .getintouch-pg h2 {
        top: 19px;
        font-size: 1.875rem;
        font-weight: 700;
        line-height: 39.06px;
        color: var(--btn-bgcolor);
    }

.getintouch-main-pg {
    width: 360px;
    height: auto;
    margin-top: 24px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* CONTACT US */

.contactus-pg {
    width: 360px;
    height: 196px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #676767;
}

    .contactus-pg h3 {
        display: flex;
        margin-top: -10px;
        font-size: 1.375rem;
        font-weight: 800;
        line-height: 39px;
        color: var(--basic_color);
    }

    .contactus-pg p {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        margin-top: 10px;
        font-size: 0.75rem;
        font-weight: 500;
        line-height: 39.06px;
        color: var(--basic_color);
    }

    .contactus-pg button {
        width: 169px;
        height: 52px;
        font-size: 0.875rem;
        font-weight: 700;
        line-height: 20px;
        color: var(--basic_color);
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        background-color: var(--caveat-color);
    }

/* JOIN US */

.joinus-pg {
    width: 360px;
    height: 196px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #329FAF;
}

    .joinus-pg h3 {
        margin-top: -30px;
        font-size: 1.375rem;
        font-weight: 800;
        line-height: 39px;
        letter-spacing: 0.075px;
        color: var(--basic_color);
    }

    .joinus-pg p {
        text-align: center;
        margin-top: 10px;
        font-size: 0.75rem;
        font-weight: 500;
        line-height: 15px;
        color: var(--basic_color);
    }

    .joinus-pg button {
        width: 119px;
        height: 52px;
        margin-top: 20px;
        font-size: 0.875rem;
        font-weight: 700;
        line-height: 20px;
        color: var(--basic_color);
        align-items: center;
        background-color: var(--caveat-color);
        border: none;
    }

.getintouch-pg-p {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (min-width:576px) {

    /* SCREEN SIZE 576px */

    .hero-section {
        margin-bottom: 30px;
    }

    .aboutus-pg-main-container {
        width: 576px;
        height: auto;
        margin-bottom: 10px;
        padding-left: 50px;
        padding-right: 50px;
        gap: 18px;
    }

    .aboutus-pg-heading {
        width: 476px;
        height: 256px;
    }

        .aboutus-pg-heading p {
            font-size: 1rem;
        }

    .getintouch-pg {
        width: 576px;
        height: 678px;
        margin-top: -20px;
    }

        .getintouch-pg h2 {
            font-size: 2.5rem;
        }

    .getintouch-main-pg {
        width: 576px;
        height: auto;
        margin-top: 60px;
    }

    .contactus-pg,
    .joinus-pg {
        width: 459px;
        height: 232px;
    }

        .contactus-pg h3,
        .joinus-pg h3 {
            margin-top: -10px;
            font-size: 2rem;
        }

        .contactus-pg p {
            margin-bottom: 30px;
            margin-top: 30px;
            font-size: 1.125rem;
        }

        .contactus-pg button {
            width: 184px;
        }

        .contactus-pg button,
        .joinus-pg button {
            font-size: 1rem;
        }

        .joinus-pg p {
            margin-top: 20px;
            font-size: 1.125rem;
            line-height: 30px;
        }

        .joinus-pg button {
            width: 127px;
            margin-top: 25px;
        }
}

@media screen and (min-width: 992px) {

    /* SCREEN SIZE 992px */

    .hero-section {
        margin-bottom: -120px;
    }

    .aboutus-pg-main-container {
        width: 992px;
        flex-direction: row;
        margin-top: 100px;
        padding-bottom: 30px;
        padding-right: 20px;
    }

    .aboutus-pg-heading {
        width: 356px;
        height: 359px;
        margin-top: -74px;
    }

        .aboutus-pg-heading h2 {
            font-size: 3rem;
        }

        .aboutus-pg-heading p {
            font-size: 1rem;
            line-height: 30px;
            margin-top: 20px;
        }

    .getintouch-pg {
        width: 992px;
        margin-top: -90px;
    }

        .getintouch-pg h2 {
            font-size: 2.5rem;
        }

    .getintouch-main-pg {
        width: 992px;
        height: 432px;
        margin-top: -30px;
        flex-direction: row;
    }

    .contactus-pg h3,
    .joinus-pg h3 {
        margin-top: 10px;
    }
}

@media screen and (min-width: 1200px) {

    /* SCREEN SIZE 1200px */

    .hero-section {
        margin-bottom: -10px;
    }

    .aboutus-pg-main-container {
        width: 1200px;
        height: 457px;
        margin-top: 30px;
    }

    .aboutus-pg-heading {
        width: 495px;
        height: 320px;
        margin-top: 20px;
        margin-left: 20px;
    }

        .aboutus-pg-heading h2 {
            font-size: 3.5rem;
        }

        .aboutus-pg-heading p {
            width: 454px;
            height: 210px;
            font-size: 1.125rem;
            margin-top: 20px;
        }

    .getintouch-pg {
        width: 1200px;
        margin-top: -90px;
    }

        .getintouch-pg h2 {
            font-size: 3.5rem;
        }

    .getintouch-main-pg {
        width: 1079px;
        height: 274px;
        margin-top: 90px;
        flex-direction: row;
    }

    .contactus-pg h3,
    .joinus-pg h3 {
        margin-top: 10px;
    }

    .contactus-pg,
    .joinus-pg {
        width: 530px;
        height: 274px;
    }
}

@media screen and (min-width: 2000px) {

    /* SCREEN SIZE 2000px */

    .hero-section {
        margin-bottom: -10px;
    }

    .aboutus-pg-main-container {
        width: 2000px;
        height: 862px;
        margin-top: 120px;
        gap: 40px;
        margin-bottom: -100px;
    }

    /* .hero-section-image {
        width: 1071px;
        height: 599px;
        margin-left: 290px;
        /* padding-right: 10px;
    } */

    .aboutus-pg-heading {
        width: 670px;
        height: 410px;
        margin-top: 80px;
        margin-left: 60px;
    }

        .aboutus-pg-heading h2 {
            font-size: 5.25rem;
        }

        .aboutus-pg-heading p {
            width: 616px;
            height: 180px;
            font-size: 1.125rem;
            line-height: 30px;
            margin-top: 50px;
        }

    .getintouch-pg {
        width: 1999px;
        margin-top: -10px;
    }

    .getintouch-main-pg {
        width: 100%;
        height: auto;
        margin-top: 80px;
        gap: 60px;
    }

    .contactus-pg h3,
    .joinus-pg h3 {
        margin-top: 10px;
        font-size: 800;
        font-size: 3rem;
    }

    .contactus-pg,
    .joinus-pg {
        width: 854px;
        height: 325px;
    }

        .contactus-pg p,
        .joinus-pg p {
            width: 643px;
            height: 79px;
            margin-bottom: 30px;
            text-align: center;
            margin-top: 50px;
            font-size: 2rem;
        }

        .contactus-pg button,
        .joinus-pg button {
            line-height: 39.06px;
            margin-top: 30px;
        }

        .joinus-pg p {
            line-height: 39.06px;
        }
}
