* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* header */

header {
    width: 100%;
    color: white;
    padding: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: auto;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.container {
    width: 100%;
    align-items: center;



}

.logo {
    height: auto;
    text-align: center;
    align-items: center;
    padding: 10px;


}


/* Hero section */

.hero {
    width: 100%;
    height: 800px;
    margin-top: 200px;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.hero1 {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    text-align: center;
    max-width: 1140px;
    gap: 10px;

}

.heroin {
    width: 50%;
    height: 100%;

}
/*
.ia{
    width: 40%;
}*/

.heroin img {
    width: 100%;
    height: auto;
}

.heroin p {
    width: 100%;
    height: 100%;
    font-size: 17px;
    text-align: left;
    font-family: "Noto Sans Buhid", Sans-serif;
    font-weight: 400;
    color: #000000;
    line-height: 1.5em;
    padding: 5px 10px 10px 10px;
}

/* Icon section */

.social {
    width: 100%;
    height: 100px;

    padding: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;

}

.social1 {
    width: 100%;
    height: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.mal {
    font-size: 25px;
    color: white;
    border-radius: 50%;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: black;
    padding: 13px;

}

.ln {
    font-size: 25px;
    color: white;
    border-radius: 50%;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: black;
    padding: 13px 15px;

}


/* footer */

footer {
    width: 100%;
    height: 60px;
    background-color: white;
    font-family: "Noto Sans Buhid", Sans-serif;
    color: #646464;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

/* Responsive Design */





/* Tablet (481px to 767px) */
@media (max-width: 767px) and (min-width: 481px) {
    .logo img {
        max-width: 180px;
        height: auto;
    }

    .hero {
        height: auto;
        margin-top: 80px;
        margin-bottom: 20px;
    }

    .hero1 {
        flex-direction: column;
        padding: 0px 30px;
        gap: 20px;
    }

    .heroin {
        width: 100%;
        height: auto;
        margin: 10px 0px;
    }

    .heroin img {
        width: 100%;
        height: auto;
        max-width: 400px;
    }

    .heroin p {
        font-size: 15px;
        line-height: 1.6em;
        padding: 15px;
    }

    .social {
        height: auto;
        padding: 15px;
        margin-bottom: 20px;
    }

    .social1 {
        padding: 15px;
    }

    .mal,
    .ln {
        font-size: 22px;
        padding: 12px;
    }

    .ln {
        padding: 12px 14px;
    }

    footer {
        height: auto;
        padding: 15px;
        font-size: 14px;
    }
}

/* Mobile (up to 480px) */
@media (max-width: 480px) {
    .logo img {
        max-width: 150px;
        height: auto;
    }

    .hero {
        height: auto;
        margin-top: 70px;
        margin-bottom: 15px;
        padding: 5px;
    }

    .hero1 {
        flex-direction: column;
        padding: 0px 15px;
        gap: 15px;
    }

    .heroin {
        width: 100%;
        height: auto;
        margin: 5px 0px;
    }

    .heroin img {
        width: 100%;
        height: auto;
        max-width: 300px;
    }

    .heroin p {
        font-size: 14px;
        line-height: 1.7em;
        padding: 10px;
        text-align: justify;
    }

    .social {
        height: auto;
        padding: 10px;
        margin-bottom: 15px;
    }

    .social1 {
        padding: 10px;
    }

    .mal,
    .ln {
        font-size: 20px;
        padding: 10px;
        margin: 0 5px;
    }

    .ln {
        padding: 10px 12px;
    }

    footer {
        height: auto;
        padding: 12px;
        font-size: 12px;
    }

    footer p {
        line-height: 1.5em;
    }
}