@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffffff;
}

.header-container {
    background-color: #24252A;
    padding: 20px 10%;
    top: 0;
    position: sticky;
    z-index: 1000;
}

li, a, button {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: white;
    text-decoration: none;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
}

.logo {
    cursor: pointer;
    width: 150px;
    height: auto;
}

.nav_links {
    list-style: none;
}

.nav_links li {
    display: inline-block;
    padding: 0px 20px;
}

.nav_links li a {
    color: white;
    transition: all 0.3s ease 0s;
}

.nav_links li a:hover {
    color: #5D2A9C;
}

button {
    padding: 9px 25px;
    background-color: #5D2A9C;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

button:hover {
    background-color: #5D2A9C;
    opacity: 0.7;
}

.image{
    width: 100%;
    height: 75vh;
    background-position: center;
    background-size: cover;
    background-image: url(muse.jpg);
}

.image-overlay{
    width: 100%;
    height: 75vh;
    background-color: rgba(60,0,116,0.5);
}

#hello-world{
    padding-left: 200px;
    padding-top: 150px;
    font-size: 75px;
    font-family: "Playfair Display", sans-serif;
    font-weight: 300;
    color: white;
    opacity: 0.9;
}

#intro{
    max-width: 600px;
    margin: 75px auto 0 200px;
    font-size: 30px;
    font-family: "Playfair Display", sans-serif;
    font-weight: 300;
    color: white;
    line-height: 1.6;
    opacity: 0.9;
}

.transitioner {
    padding: 20px 10%;
    background-image: url(flowers.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 15vh;
    width: 100%;
}

.portfolio {
    padding: 20px 10%;
    background-color: black;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 48vh;
    width: 100%;
}

#portfolio-text{
    color: white;
    font-family: "Playfair Display";
    text-align: center;
    padding: 30px;
    font-size: 100px;
    font-weight: 300;
}

#portfolio-sub {
    color: white;
    font-family: "Playfair Display", serif;
    font-size: 24px;
    text-align: center;
    line-height: 1.6;
    padding-top: 0;
    padding-bottom: 40px;
    max-width: 800px;
    margin: 0 auto;
    opacity: 0.8;
}

#portfolio-divider {
    border: none;
    border-top: 2px solid #111111;
    width: 30%;
    margin: 20px auto;
}

.category-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.category-button {
    background-color: black;
    color: white;
    padding: 10px 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    border: 2px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.category-button:hover {
    background-color: #5D2A9C;
}

.category-button:focus, .category-button:active {
    background-color: #5D2A9C;
    transform: scale(1.05);
}

.image-gallery {
    padding: 20px 10%;
    background-image: url(sand.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;  
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    padding-top: 20px;
}

.image-gallery img {
    width: 300px;
    height: auto;
    border-radius: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    border: 11px solid #dcdcdc;
    margin-bottom: 10px;
}

.hidden {
    display: none;
}

.image-gallery img {
    transition: transform 0.3s ease; 
    cursor: pointer;
}

/* When image is clicked (zoomed in) */
.image-gallery img.zoomed {
    transform: scale(2); 
    z-index: 9999; 
}

.about-me {
    padding: 20px 10%;
    background-color: black;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 40vh;
    width: 100%;
    text-align: center;
}

#about-me-text {
    color: white;
    font-family: "Playfair Display";
    font-size: 100px;
    font-weight: 300;
}

#about-me-sub {
    color: white;
    font-family: "Playfair Display", serif;
    font-size: 24px;
    text-align: center;
    line-height: 1.6;
    padding-top: 0;
    padding-bottom: 40px;
    max-width: 800px;
    margin: 0 auto;
    opacity: 0.8;
}

#aboutme-divider {
    border: none;
    border-top: 2px solid #111111;
    width: 30%;
    margin: 20px auto;
}

.about-me-info {
    padding: 20px 10%;
    background-image: url(sand.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;  
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-me-info img {
    width: 300px; 
    height: 300px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top; 
    transition: transform 0.3s ease-in-out; 
    max-width: 100%;  
    max-height: 100%;
    margin-bottom: 20px; 
}


.about-me-info img:hover {
    transform: scale(1.2); 
}


.about-me-text-sections {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    gap: 20px; 
    flex-wrap: wrap; 
}

.about-me-section {
    flex: 1;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5); 
    border-radius: 8px;
    margin-bottom: 20px;
}

.about-me-section h3 {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    color: white;
    margin-bottom: 10px;
}

.about-me-section p {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    line-height: 1.6;
    color: #d1d1d1;
}

.contact {
    padding: 20px 10%;
    background-color: black;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 45vh;
    width: 100%;
    text-align: center;
}

#contact-page-text {
    color: white;
    font-family: "Playfair Display";
    font-size: 100px;
    font-weight: 300;
    margin-bottom: 10px;
}

#contact-page-sub {
    color: white;
    font-family: "Playfair Display", serif;
    font-size: 24px;
    text-align: center;
    line-height: 1.6;
    padding-top: 0;
    padding-bottom: 40px;
    max-width: 800px;
    margin: 0 auto;
    opacity: 0.8;
}

#contactpage-divider {
    border: none;
    border-top: 2px solid #111111;
    width: 30%;
    margin: 20px auto;
}

.contact-info {
    padding: 40px 10%;
    background-color: rgba(160,100,255,0.4);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.contact-info h2 {
    font-family: "Playfair Display", serif;
    font-size: 36px;
    color: white;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 30px;
}




#contact-message{
    padding-top: 50px;
    font-size: 75px;
    font-family: "Playfair Display", sans-serif;
    font-weight: 300;
    color: white;
    opacity: 0.9;
    text-align: center;
}
.icon-container {
    display: flex;
    justify-content: center; 
    gap: 20px;
    align-items: center; 
}

.icon-container img {
    width: 60px; 
    height: 60px; 
    object-fit: contain; 
    padding: 0;
    margin: 0; 
    box-sizing: border-box; 
}

#linked-in, #github {
    background-color: transparent; 
    display: inline-block; 
}
.icon-container img:hover {
    transform: scale(1.2); 
}

footer {
    background-color: #333; 
    color: #fff; 
    text-align: center;
    padding: 20px 0;
    margin-top: 20px;
    position: relative; 
    bottom: 0;
    width: 100%; 
}

.footer-container {
    max-width: 90%;
    margin: 0 auto;
}

.footer-container p {
    margin: 0;
    font-size: 14px;
    font-family: 'Playfair Display'
}

.footer-container .social-links a {
    color: white;
    text-decoration: none;
    margin: 0 5px;
}

.footer-container .social-links a:hover {
    text-decoration: underline;
}

.sticky{
    position: sticky;
    top: 0;

}

@media (max-width: 768px) {

    .logo {
        width: 120px;
    }


    .nav_links li {
        display: block;
        padding: 10px 0;
    }


    #hello-world {
        font-size: 50px;
        padding-left: 20px;
    }

    #intro {
        margin: 75px auto 0;
        padding: 20px;
        font-size: 24px;
    }


    button {
        padding: 9px 20px;
    }


    .image-gallery {
        padding: 10px;
        flex-direction: column;
        gap: 15px;
    }

    .image-gallery img {
        width: 100%;
        max-width: 300px;
    }


    .about-me-info {
        padding: 15px 5%;
    }


    .footer-container p {
        font-size: 12px;
    }
}

@media (max-width: 768px) {


    .logo {
        width: 120px;
    }


    .nav_links li {
        display: block;
        padding: 10px 0;
    }


    #hello-world {
        font-size: 50px;
        padding-left: 20px;
    }

    #intro {
        font-size: 24px;
        margin: 75px auto 0;
        padding: 20px;
    }


    button {
        padding: 9px 20px;
        font-size: 16px;
    }


    .image-gallery {
        flex-direction: column;
        gap: 15px;
        padding: 10px;
    }

    .image-gallery img {
        width: 100%;
        max-width: 300px;
    }


    .about-me-info {
        padding: 15px 5%;
    }

    .about-me-text-sections {
        flex-direction: column;
        gap: 10px;
    }

    .about-me-section {
        width: 100%;
    }


    .footer-container p {
        font-size: 12px;
    }
}


@media (max-width: 480px) {


    #hello-world {
        font-size: 40px;
    }


    .about-me-text-sections {
        flex-direction: column;
    }

    .about-me-section {
        width: 100%;
        padding: 10px;
    }


    button {
        padding: 10px 15px;
        font-size: 14px;
    }


    .footer-container {
        text-align: center;
        padding: 15px;
    }


    #portfolio-text, #about-me-text, #contact-page-text {
        font-size: 50px;
    }


    input, textarea {
        width: 100%;
        margin-bottom: 15px;
    }
}
*/

html, body {
    height: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth
}
