/* Global Styles */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

/* Navigation */
nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    height: auto;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0rem calc((100vw - 1300px) / 2);
    z-index: 1000;
    box-shadow: 0 .5rem 1rem rgb(0, 0, 0, .1);
}

.logo {
    height: 100px;
    padding: 0 2rem;
    background: transparent;
}

nav a {
    text-decoration: none;
    color: #183D2C;
    font-weight: bold;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 125%;
    padding: 0 1.5rem;
}

nav a:hover {
    color: #000000;
}

/* Hero Section */
.hero {
    background: #183D2C;
    padding: 7%;
}

.hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 85vh;
    padding: 3rem calc((100vw - 1300px) / 2);
}

.column-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; /* Align text to the left */
    color: #ffffff;
    padding: 0rem 2rem;
}

.column-left h1 {
    margin-bottom: 1rem;
    font-size: 3rem;
}

.column-left p {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 1.5;
}

button {
    padding: 1rem 3rem;
    font-size: 1rem;
    border: none;
    color: #183D2C;
    background: #FFFFFF;
    cursor: pointer;
    border-radius: 50px;
}

button:hover {
    background: #000;
    color: #FFFFFF;
}

.column-right {
    display: flex;
    justify-content: flex-end; /* Align image to the right */
    align-items: center;
    padding: 0rem 2rem;
}

.hero-image {
    width: 80%;
    height: auto;
}

/* About Section */
.about {
    background: #f4f4f4;
    padding: 1rem 2rem;
}

.about-container {
    display: flex;
    flex-direction: row; /* Align image and text side by side */
    align-items: center;
    max-width: 2000px;
    margin: 0 auto;
    text-align: left; /* Align text to the left */
}

.about-left {
    width: 30%; /* Adjust width for the text section */
    padding-right: 20%; /* Add padding to separate text and image */
    position: relative;
}

.about-right {
    width: 70%; /* Adjust width for the image section */
}

.about-photo {
    width: 270%;
    height: auto;
    border-radius: 8px;
}

.about h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.about p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 1.5rem; /* Add spacing between paragraphs */
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    nav {
        flex-direction: column;
        align-items: center;
    }

    nav a {
        padding: 0.5rem;
        font-size: 1rem;
    }

    .hero-container {
        grid-template-columns: 1fr;
        padding: 1rem;
    }

    .column-left {
        padding: 0;
        text-align: center;
    }

    .column-left h1 {
        font-size: 2.5rem;
    }

    .column-left p {
        font-size: 1.2rem;
    }

    .hero-image {
        width: 100%;
        height: auto;
    }

    .about-container {
        flex-direction: column; /* Stack image and text vertically */
        text-align: center;
        padding: 0 1rem;
    }

    .about-left {
        padding-right: 0;
    }

    .about-right {
        margin-top: 1rem; /* Add some spacing between text and image */
        width: 100%;
    }

    .contact-container,
    .partners-container,
    .support-container,
    .box-container {
        padding: 0 1rem;
    }
}

/* Contact Section */
.contact {
    background: #ffffff;
    padding: 4rem 2rem;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.contact h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.contact p {
    font-size: 1.2rem;
    line-height: 1.4;
}

.contact a {
    color: #009688;
    text-decoration: none;
}

.contact a:hover {
    text-decoration: underline;
}

.contact-icon {
    width: 40px;
    height: 20px;
    vertical-align: middle;
    margin-right: 8px;
}

.contact-icon2 {
    width: 35px;
    height: 35px;
    margin-right: 1px;
}

.contact-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1px; /* Add spacing between items */
}

.contact-item2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem; /* Add spacing between items */
}

.contact-item span {
    font-size: 1rem;
}

/* Partners Section */
.partners {
    background: #f4f4f4;
    padding: 4rem 2rem;
}

.partners-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.partners h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.partner-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.partner-logo {
    width: 120px;
    height: auto;
    margin: 1rem;
}

/* Activities Section */
.activities-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
    padding-bottom: 0px;
    text-align: center;
}

.activity {
    margin-bottom: 20px;
}

.activity-image {
    width: 100%;
    max-width: 900px; /* Sesuaikan ukuran sesuai kebutuhan */
    height: auto;
    border-radius: 10px; /* Opsional: menambahkan border-radius */
    margin-bottom: 10px; /* Jarak antara gambar dan teks */
}

.activity-text {
    font-family: 'Roboto', sans-serif;
    font-size: 80px;
    color: #333; /* Warna teks */
    margin-top: 0;
}

.activities h2 {
    font-size: 2.5rem; /* Adjust this value to make it larger or smaller */
    margin-bottom: 1rem; /* Add some space below the heading */
    font-weight: bold; /* Make the font bold */
    text-align: center; /* Center the text */
    color: #0c0c0c; /* Optional: Change the color if needed */
}

/* Our Support Section */
.support {
    padding: 30px;
    opacity: 0; /* Start hidden */
    transform: translateY(100px); /* Start slightly out of view */
    transition: opacity 0.5s ease-out, transform 0.5s ease-out; /* Animate in */
}

.support-container {
    display: flex;
    flex-direction: column;
    background: #f4f4f4;
    align-items: center;
    padding: 50px;
    text-align: center;
}

.support-container h2 {
    font-size: 2.5rem;
    color: #000000;
    margin-bottom: 1rem;
}

.support p {
    font-size: 1.2rem;
    color: #183D2C;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.support-logo {
    width: 500px;
    height: auto;
}

.support.visible {
    opacity: 1;
    transform: translateY(0);
}

/*Footer section */

footer{
    background-color: #183D2C;
}
.footerContainer{
    width: 100%;
    padding: 30px 30px 20px ;
}
.socialIcons{
    display: flex;
    justify-content: center;
}
.socialIcons a{
    text-decoration: none;
    padding:  10px;
    background-color: white;
    margin: 10px;
    border-radius: 50%;
}
.socialIcons a i{
    font-size: 2em;
    color: rgb(24, 61, 44);
    opacity: 0,9;
}
/* Hover affect on social media icon */
.socialIcons a:hover{
    background-color: #111;
    transition: 0.5s;
}
.socialIcons a:hover i{
    color: white;
    transition: 0.5s;
}
.footerNav{
    margin: 30px 0;
}
.footerNav ul{
    display: flex;
    justify-content: center;
    list-style-type: none;
}
.footerNav ul li a{
    color:white;
    margin: 20px;
    text-decoration: none;
    font-size: 1.3em;
    opacity: 0.7;
    transition: 0.5s;
    font-weight: bold;

}
.footerNav ul li a:hover{
    opacity: 1;
}
.footerBottom{
    background-color: #000;
    padding: 20px;
    text-align: center;
}
.footerBottom p{
    color: white;
}
.designer{
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0px 5px;
}
@media (max-width: 700px){
    .footerNav ul{
        flex-direction: column;
    } 
    .footerNav ul li{
        width:100%;
        text-align: center;
        margin: 10px;
    }
    .socialIcons a{
        padding: 8px;
        margin: 4px;
    }

}