*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* magic ror */
html {
    scroll-behavior: smooth;
}
/* top */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #4a90e2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 40px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}
/* homepage part */
#home {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    padding: 100px 50px;
}

.home-container {
    width: 85%;
    max-width: 1000px;
    background: white;
    border-radius: 15px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.home-image img {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #4a90e2;
}

.home-info {
    flex: 1;
}

.home-info h1 {
    font-size: 40px;
    margin-bottom: 10px;
}

.home-info span {
    color: #4a90e2;
}

.home-info h2 {
    color: #666;
    margin-bottom: 20px;
}

.home-info p {
    font-size: 18px;
    line-height: 1.8;
}


/* Logo sa port */
.logo {
    font-size: 24px;
    font-weight: bold;
    color:#e8f1ff(121, 10, 10);
    letter-spacing: 1px;
}

/* Navigation */
nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    height: 45px;
}

/* Navigation Links pics */
nav button {
    text-decoration: none;
    text-align: center;
    color: white;
    font-size: 17px;
    font-weight: 500;
    transition: 0.3s;
}

/* Hover Effect */
nav a:hover {
    color: #ffe082;
    border-bottom: 2px solid white;
    padding-bottom: 3px;
}


/* Header sec */
header {
    background: #4a90e2;
    color: white;
    text-align: center;
    padding: 20px;
}

/* Every section sa screen */
section {
    height: 100vh; /* SCREEN NI SYA BRUH */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    text-align: center;
}

/* Different BG colors */
#about {
    background: #ffffff;
}

#hobbies {
    background: #e8f1ff;
}

#goal {
    background: #ffffff;
    display: flex;
    padding: 100px;
    justify-items: center;
    align-items: center;
}

#goal .goal-container{
    text-align: center;
}

#contact {
    background: #e8f1ff;
}

h2 {
    color: #4a90e2;
    margin-bottom: 20px;
    font-size: 40px;
}

p, li {
    font-size: 20px;
    max-width: 700px;
    line-height: 1.8;
}

ul {
    list-style-position: inside;
}
/* butsec */
button {
    margin-top: 20px;
    padding: 12px 25px;
    font-size: 18px;
    background: #4a90e2;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

button:hover {
    background: #2f6db5;
}
/* hobs sec */
.hobby-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.hobby-card {
    width: 250px;
    background: white;
    border: 2px solid #4a90e2;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
    transition: 0.3s;
}

.hobby-card:hover {
    transform: translateY(-8px);
}

.hobby-card h3 {
    color: #4a90e2;
    margin-bottom: 10px;
}

.hobby-card p {
    font-size: 15px;
    color: #555;
}

/* about */
#about {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;

    background-color: #f5f5f5;
    padding: 100px;
}

.about-container {
    /* width: 70%; */
    width: 700px;
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    text-align: justify;

    font-size: 18px;
    line-height: 1.8;
}

footer{
    text-align: center;
    font-size: 20px;
    height: 80px;
    padding: 50px;
}

footer h2{
    font-size: 20px;
}

footer h5{
    font-size: 10px;
}
/* four glimpse */
 #gallery {
    min-height: 100vh;
    background-color: #f5f5f5;
    text-align: center;
    padding: 100px 50px;
}

.gallery-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 40px;
}

.gallery-card {
    width: 220px;
    height: 220px;
    background: white;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.gallery-card:hover {
    transform: scale(1.05);
}

.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.contact-container{
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
}

.contact-container a{
    text-decoration: none;
    color: #4a90e2;
    text-shadow: 1px 1px #1b1919;
    font-size: 20px;
}

.contact-container p{
    text-align: center;
    font-size: 30px;
    font-weight: bold;

    color: #555;
}

.nav-member {
    color: white;
    font-size: 17px;
    font-weight: 500;
    transition: 0.3s;
}