* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "DM Sans", sans-serif;
    height: 100%;
    background-color: #fff;
    font-weight: 400;
    color: #333;
}

.container {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 50px 16px;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1184px;

        padding: 100px 16px;
    }
}

.flex-column {
    flex-direction: column;
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}

.d-flex {
    display: flex;
}

.d-grid {
    display: grid;
}

.align-center {
    align-items: center;
}

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: flex-end;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.relative {
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: #dddddd;
    font-size: 14px;
}

.inner-div {
    .header {
        box-shadow: 0px 0px 15px -3px #252525;
        position: sticky;
        top: 0px;
        background: #41474a;
        height: 65px;
        display: flex;
        align-items: center;

        .inner-div {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 20px;
            width: 100%;
            padding: 0px 16px;

            .hamburger {
                display: none;

            }

            .logo-wrapper {
                width: 35%;
                min-width: 200px;
                display: flex;
                justify-content: flex-start;
                align-items: center;

                img {}
            }

            .navbar-wrapper {
                display: flex;
                justify-content: space-between;
                align-items: center;
                gap: 20px;
                width: 65%;

                .nav-options {
                    .nav-wrapper {
                        display: flex;
                        gap: 40px;

                        .navbar-link {
                            text-decoration: none;
                            list-style: none;

                            a {
                                text-decoration: none;
                                color: #dddddd;
                                font-size: 16px;
                            }
                        }
                    }

                    .close-btn {
                        display: none;
                    }
                }

                .qoute-btn {
                    background: #fdd60c;
                    padding: 10px 20px;
                    border-radius: 6px;

                    a {
                        font-size: 14px;
                        color: #333;
                    }
                }
            }
        }
    }

    .hero {
        height: calc(100vh - 100px);
        background: url('./assets/img/Banner_ong.png');
        background-size: cover;

        .inner-div {
            display: none;
            height: 100%;

            .first-line {
                p {
                    color: #ddd;
                }
            }

            flex-direction: column;
            justify-content: space-between;
            align-items: flex-start;

            .heading {
                h1 {
                    font-size: 60px;
                    max-width: 70%;
                    color: #ddd;
                }
            }

            .para {
                display: flex;
                justify-content: space-between;
                align-items: center;

                p {
                    max-width: 54%;
                    font-size: 15px;
                    color: #ddd;
                }

                a {
                    background: #e5c900;
                    padding: 15px;
                    border-radius: 6px;
                    color: #333;
                    text-transform: uppercase;
                }
            }
        }
    }

    .first-line {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 5px;
        margin-bottom: 25px;

        p {
            font-size: 14px;
        }
    }

    .why-us {
        .inner-div {

            .heading {
                width: 55%;
                margin-bottom: 50px;

                h2 {
                    font-size: 45px;
                    font-weight: 400;
                }
            }

            .why-us-blocks {
                display: flex;
                justify-content: space-between;
                align-items: flex-start;

                .block {
                    flex-direction: column;
                    align-items: flex-start;
                    max-width: 300px;

                    img {
                        width: 20px;
                        height: 20px;
                        background: #051c2f;
                        padding: 15px;
                        border-radius: 6px;
                        margin-bottom: 10px;
                    }

                    h3 {
                        font-size: 25px;
                        margin-bottom: 10px;
                    }

                    p {
                        font-size: 18px;
                    }
                }
            }
        }

        .video-wrapper {
            padding: 50px 0 0;
            margin: 50px 0 0;
            border-top: 1px solid #e1e1e1;

            video {
                width: 100%;
                border-radius: 15px;
            }
        }
    }
}

.about-us {
    .inner-div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;

        .lhs {
            width: 45%;
            display: flex;
            justify-content: space-between;
            gap: 20px;
            align-items: flex-start;
            flex-direction: column;

            img {
                width: 100%;
                max-width: 400px;
                border-radius: 12px;
            }
        }

        .rhs {
            width: 55%;

            h2 {
                font-size: 50px;
                line-height: 1.2;
                font-weight: 400;
                margin-bottom: 30px;
            }

            p {
                font-size: 16px;
            }

            h3 {
                font-size: 16px;
                margin-bottom: 30px;
            }

            .mission-wrapper {
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
                align-items: flex-start;
                gap: 15px;

                p {
                    font-size: 14px;
                    background: #41474a;
                    PADDING: 10PX 20PX;
                    border-radius: 6px;
                    color: #ddd;
                    min-width: -webkit-fill-available
                }
            }
        }
    }
}

.services {
    background: #1c1a1a;

    .first-line {
        justify-content: center;

        img+p {
            color: #ddd;
        }
    }

    .inner-div {
        h2 {
            font-size: 50px;
            font-weight: 400;
            max-width: 600px;
            text-align: center;
            width: 100%;
            margin: auto;
            margin-bottom: 10px;
            color: #ddd;
        }

        h2+p {
            text-align: center;
            max-width: 600px;
            margin: auto;
            color: #ddd;
            margin-bottom: 30px;
        }

        .services-wrapper {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 20px;

            .service {
                width: 100%;

                img {
                    width: 100%;
                    border-radius: 12px;
                }

                h4 {
                    font-size: 16px;
                    margin: 10px 0;
                    color: #ddd;

                }

                p {
                    color: #ddd;
                    margin: 10px 0 10px;
                    font-size: 12px;
                }

                a {
                    color: #E5C900;
                }
            }
        }

        .stats-wrapper {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 20px;
            border-top: 1px solid #ddd;
            padding: 50px 0 0;
            margin: 50px 0 0;

            .stat {
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                gap: 10px;
                background: #ddd;
                width: 170px;
                height: 170px;
                border-radius: 12px;

                h4 {
                    font-size: 32px;
                }

                p {
                    max-width: 100px;
                    text-align: center;
                    font-size: 12px;
                    color: #333;
                }
            }
        }
    }
}

.footer {
    background: #1c1a1a;
    color: #dddddd;

    .inner-div {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 50px;
        padding-bottom: 0;

        .block {
            min-width: 265px;

            h2 {
                margin-bottom: 5px;
                font-size: 20px;
            }

            p {
                font-size: 14px;
                margin-bottom: 8px;
                color: #878787;
            }
        }
    }

    .inner-div-last {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid #ddd;
        padding: 20px 0;
        margin: 20px auto 0;
        width: 100%;

        p {}
    }
}

#contact-us {
    .inner-div {
        .address-form-wrapper {
                display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
            .address {
                    width: 50%;
                display: flex;
                justify-content: flex-start;
                align-items: flex-start;
                flex-direction: column;
                gap: 10px;

                p {
                        font-size: 18px;
                    font-weight: 700;
}

            }
            .form-wrapper{
                width: 50%;
                #contactForm{
                    label{
                            font-size: 14px;
                    }
                    input{
                            height: 35px;
    border-radius: 6px;
    width: -webkit-fill-available;
                            padding: 2px 15px;
                            border: none;
                                                    margin-bottom: 10px;
                    }
                    select{
                            width: 100%;
    height: 40px;
    border-radius: 6px;
    font-size: 14px;
    color: #757587;
    padding: 2px 10px;
    margin-bottom: 10px;
                    }
                    textarea{
                        width: -webkit-fill-available;
    border-radius: 6px;
    font-size: 14px;
    color: #757587;
    padding: 6px 10px;
    margin-bottom: 10px;
                    }
                    button[type="submit"]{
                            background: #fdd60c;
                        padding: 10px 20px;
                        border-radius: 6px;
                        width: 100%;
                        font-size: 18px;
                        font-weight: 700;
                        margin-bottom: 0;
                        height: 47px;
                        line-height: 1;
                        cursor: pointer;
                    
                    }
                }
                
            }
        }
    }
    #responseMessage{
                        text-align: center;
                        margin: 15px 0;
                        font-size: 18px;
                        font-weight: 700;
                        padding: 25px;
                        border-radius: 6px;
                }
}

@media (max-width: 450px) {
    .inner-div {
        .header {
            .inner-div {
                .hamburger {
                    display: block;
                }

                .logo-wrapper {
                    img {}
                }

                .navbar-wrapper {
                    justify-content: flex-end;

                    .nav-options {
                        position: fixed;
                        background: #fff;
                        top: 0;
                        bottom: 0;
                        left: 0;
                        right: 0;
                        justify-content: center;
                        align-items: center;
                        flex-direction: column;
                        display: none;

                        .nav-wrapper {
                            flex-direction: column;

                            .navbar-link {
                                text-align: center;

                                a {
                                    color: #333;

                                }
                            }
                        }

                        .close-btn {
                            display: block;
                            position: absolute;
                            top: 20px;
                            right: 20px;
                            color: #333;
                            font-size: 20px;
                        }
                    }

                    .qoute-btn {
                        padding: 10px 15px;
                        display: flex;
                        align-items: center;

                        a {
                            font-size: 10px;
                            white-space: nowrap;
                            font-weight: 700;
                        }
                    }
                }
            }
        }
    }

    .hero {
        height: 25vh !important;

        .inner-div {
            .image-wrapper {
                img {}
            }

            .heading {
                h1 {}
            }

            .para {
                p {}

                a {}
            }
        }
    }

    .first-line {
        margin-bottom: 30px;
    }

    .why-us {
        .inner-div {
            .heading {
                width: 100% !important;
                margin-bottom: 20px !important;

                h2 {
                    font-size: 30px !important;
                    line-height: 1 !important;
                }
            }

            .why-us-blocks {
                flex-direction: column;

                .block {
                    gap: 15px;
                    margin-bottom: 15px !important;
                    flex-direction: row !important;
                    max-width: 100% !important;

                    img {
                        margin-bottom: 0px !important;
                    }

                    h3 {
                        font-size: 16px !important;
                        margin-bottom: 2px !important;
                    }

                    p {
                        font-size: 12px !important;
                        line-height: 1 !important;
                    }
                }
            }

            .video-wrapper {
                padding: 30px 0 0;
                margin: 30px 0 0;
                display: none;

                video {}
            }
        }
    }

    .about-us {
        .inner-div {
            flex-direction: column;
            padding-top: 0;

            .lhs {
                width: 100%;

                img {}
            }

            .rhs {
                width: 100%;

                h2 {
                    font-size: 30px;
                    line-height: 1;
                    margin-bottom: 20px;
                }

                p {}

                h3 {
                    margin-bottom: 10px;
                    margin-top: 20px;
                }

                .mission-wrapper {
                    p {}
                }
            }
        }
    }

    .services {
        .inner-div {
            h2 {
                font-size: 30px;
                line-height: 1;
                margin-bottom: 20px;
            }

            p {}

            .services-wrapper {
                flex-direction: column;

                .service {
                    img {}

                    h4 {}

                    p {}

                    a {}
                }
            }

            .stats-wrapper {
                display: grid;
                grid-template-columns: auto auto;

                .stat {
                    h4 {}

                    p {}
                }
            }
        }
    }

    .footer {
        .inner-div {
            gap: 20px;
            flex-direction: column;

            .block {
                h2 {}

                p {}
            }
        }

        .inner-div-last {
            p {}

            p {}
        }
    }
    
    #contact-us {
        .inner-div {
            .address-form-wrapper {
                flex-direction: column;
                .address {
                        width: 100%;
                    gap: 15px;
                }
                .form-wrapper{
                    width: 100%;
                }
            }
        }
    }
}