* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    scroll-behavior: smooth;
    transition: 0.4s;
}

header {
    display: flex;
    flex-direction: row;
    width: 100%;
    position: fixed;
    top: 0;
    background: white;
    box-shadow: 2px 4px 10px #cccccc8c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    z-index: 9999;
}

h1 {
    color: #0BB87C;
    font-weight: normal;
    font-size: 2.0em;
    margin-bottom: 2rem;
}

header img {
    width: 4.0rem;
}

header nav {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

header nav a {
    color: black;
    text-decoration: none;
    font-weight: lighter;
}

.menu-bar {
    background: transparent;
    border: 2px solid #0BB87C;
    width: 3rem;
    height: 3rem;
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    color: #0BB87C;
    font-size: 1.5em;
    position: fixed;
    top: 2rem;
    right: 2rem;
    z-index: 9999;
}

.menu-bar .fa-xmark {
    display: none;
}

.menu-bar .fa-bars {
    display: inline-block;
}

.hidden-menu .fa-xmark {
    display: inline-block;
}

.hidden-menu .fa-bars {
    display: none;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    overflow-x: hidden;
}

main {
    max-width: 1200px;
    margin-top: 6rem;
}

.welcome-container {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    height: 100vh;
    align-items: flex-start;
    padding-top: 4rem;
    flex-wrap: wrap;
    padding: 1rem;
    justify-content: space-evenly;
    margin-top: 4rem;
}


.welcome-img-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: fit-content;
    max-width: 90%;
}

.welcome-img-container img {
    width: 30rem;
    max-width: 90%;
}

.welcome-container h1 {
    font-size: 6.0em;
    color: #0BB87C;
    font-weight: bold;
    margin-bottom: 1rem;
}

.welcome-container h2 {
    color: #484848;
    font-weight: lighter;
    font-size: 1.5em;
}

.welcome-container .welcome {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 40rem;
    max-width: 90vw;
}

.row {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.about-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 40rem;
    max-width: 90%;
}

.about-content {
    background: #FAFAFA;
    color: #434343;
    padding: 2rem;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.about-content p {
    text-align: justify;
}

.carousel {
    width: 20rem;
    max-width: 90%;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.carousel-item {
    width: 100%;
    min-width: 100%;
    padding: 1rem;
}

.carousel-item img {
    width: 90%;
}

section {
    padding: 0rem;
    margin-top: 8rem;
    padding-top: 8rem;
    max-width: 100vw;
}

#target h1 {
    text-align: center;
}

.target-container {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: space-evenly;
    margin-top: 4rem;
    flex-wrap: wrap;
}

.target {
    padding: 2rem;
    box-shadow: 1px 1px 10px #cccccc8c;
    border-radius: 8px;
    width: 30rem;
    max-width: 90%;
}

.target h2 {
    color: #0BB87C;
    margin-bottom: 2rem;
}

.target ul {
    padding: 1rem;
}

.target ul li {
    color: #484848;
    padding: 0.3rem;
    font-weight: lighter;
}

.center {
    text-align: center;
}

.stat-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.stat-container img {
    width: 20rem;
    max-width: 90vw;
}

.stat-container {
    padding: 1rem;
}

.black-container {
    background-color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 8rem;
    padding-bottom: 4rem;
}

.black-container h1 {
    text-align: center;
    margin-bottom: 4rem;
}

.black-container section {
    width: 1200px;
    max-width: 90%;
}

.black-container img {
    width: 20rem;
}

.black-container .row .content {
    width: 50rem;
    max-width: 90%;
    justify-content: center;
    gap: 1rem;
}

.black-container .row {
    margin-bottom: 4rem;
}

.black-container .row * {
    color: white;
}

.black-container .content h2 {
    margin-bottom: 2rem;
    font-size: 3.0em;
    margin-top: 4rem;
}

.black-container .content p {
    font-size: 1.5em;
}

#contact h1 {
    text-align: center;
}

#contact {
    margin: 1rem;
    margin-bottom: 8rem;
}

.contact {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    padding: 1rem;
    align-items: center;
    justify-content: flex-start;
}

.contact .type {
    font-size: 14px;
    color: #414141;
}

.contact a i {
    font-size: 2.0em;
}

.contact a {
    text-decoration: none;
    color: #0BB87C;
}

.contact-container {
    box-shadow: 1px 2px 10px #ccccccd5;
    margin-top: 2rem;
}

.row-left {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;
}

.button {
    text-decoration: none;
    border: 1px solid #0BB87C;
    border-radius: 100px;
    padding: 0.5rem 1rem;
    color: #0BB87C;
    display: inline-block;
}

.black-container .row .button {
    color: #0BB87C;
    margin-top: 2rem;
}

#carousel {
    display: flex;
}

@media (max-width: 710px) {

    header .menu-bar {
        display: flex;
    }

    header nav {
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: white;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        height: 0;
        overflow: hidden;
    }

    header .show-nav {
        height: 100%;
    }
}