body {
    margin: 0;
    font-family: sans-serif; 
    background-color: #f7f7f7; 
    color: #333;
    scroll-behavior: smooth; 
}


:root {
    --mint-color: #C7E8E4; 
}

:root {
    --dark-blue: #2c3e50; 
}

.profile-img {
    width: 100%; height: 100%; border-radius: 12pt;
}


.navbar {
    position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; 
    background-color: white; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
}

.nav-top-line { height: 5px; background-color: #8a2be2; }
.nav-links { display: flex; justify-content: center; padding: 0 10px; background-color: var(--dark-blue); }
.nav-item { color: white; text-decoration: none; padding: 10px 20px; text-transform: uppercase; font-size: 0.9em; transition: background-color 0.3s; }
.nav-item:hover, .nav-item[href="#hero"] { background-color: #3cb371; }



.hero {
    background: linear-gradient(to bottom, #e0ffff, #3cb371, #008080); 
    height: 100vh; width: 100%; display: flex; flex-direction: column; 
    justify-content: center; align-items: center; position: relative; 
}

.main-title, .author, .scroll-indicator { color: white; }

.main-title { 
    font-size: 3.5em; 
    font-weight: 300; 
    margin-bottom: 0.5em; 
    text-align: center; 
}

.author { font-size: 1.2em; font-weight: 300; position: absolute; top: 50%; right: 25%; transform: translateY(100px); }

.scroll-indicator { font-size: 3em; position: absolute; bottom: 20px; cursor: pointer; text-decoration: none; animation: bounce 2s infinite; }
@keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-10px); } 60% { transform: translateY(-5px); } }


.homePage{ 
    background-image: url('../img/drawing.png'); 
    height: 100vh; width: 100%; display: flex; flex-direction: column; 
    justify-content: center; align-items: center; position: relative; 
.page-title { font-size: 4em; font-weight: 700; color: rgba(0, 0, 0, 0.1); margin: 0; position: absolute; top: 350px; left: 8%; z-index: 2; }
.cta-banner { background-color: var(--dark-blue); color: white; padding: 15px 25px; border-radius: 5px; position: absolute; bottom: 50px; left: 5%; width: 300px; line-height: 1.4; z-index: 3; }
.cta-banner p { margin: 3px 0; font-size: 0.9em; }
.about-me-card { position: absolute; top: 150px; right: 5%; width: 300px; background: linear-gradient(135deg, #008080, #3cb371); color: white; padding: 20px; border-radius: 20px; border: 3px solid white; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); z-index: 3; }
}


body {
    margin: 0; 
    font-family: sans-serif; 
    background-color: #f7f7f7; 
    color: #333;
    scroll-behavior: smooth; 
}

:root {
    --mint-color: #C7E8E4; 
    --dark-blue: #2c3e50; 
}
.profile-img {
    width: 100%; height: 100%; border-radius: 12pt;
}



.work-section { 
    background-color: var(--mint-color); 
    padding: 50px 5% 100px; text-align: center; position: relative;
}

.section-title-work { font-size: 3.5em; font-weight: 300; margin-bottom: 50px; color: #333; }
.card-container { display: flex; justify-content: center; align-items: flex-start; gap: 30px; max-width: 1200px; margin: 0 auto; }
.work-card { width: 250px; height: 350px; border-radius: 20px; padding: 8px; background-color: var(--dark-blue); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); }
.large-card { height: 400px; margin-top: -25px; width: 270px; }
.card-content { background: linear-gradient(to bottom, #3cb371, #008080); height: 100%; border-radius: 15px; overflow: hidden; position: relative; display: flex; flex-direction: column; }
.image-area { flex-grow: 1; overflow: hidden; }
.card-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.label-box { background-color: var(--dark-blue); color: white; padding: 10px 0; font-size: 1.1em; font-weight: 600; text-transform: uppercase; text-align: center; position: absolute; bottom: 0; width: 100%; }



.about-section { 
    background-image:url('rootmap2/drawing.png') ;
    padding: 50px 5% 100px; text-align: center; position: relative;
}
.section-title-about { font-size: 3.5em; font-weight: 300; margin-top: 0; margin-bottom: 40px; text-align: center; color: #333; z-index: 2; position: relative; }

.about-content-wrapper { display: flex; justify-content: center; align-items: flex-start; gap: 50px; max-width: 1500px; margin: 0 auto; position: relative; z-index: 2; }
.about-img { width: 140px; height: 450px; object-fit: cover; display: block;}
.about-card-text { width: 800px; background: linear-gradient(135deg, #008080, #3cb371);  padding: 30px; border-radius: 30px; border: 5px solid var(--dark-blue); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25); line-height: 1.6; }
.about-card-text h3 { margin-top: 0; font-size: 2em; font-weight: 600; text-transform: uppercase; color: #f7f7f7; margin-bottom: 20px; }
.about-card-text p { margin-bottom: 15px; }
.about-card-text .concluding-text { font-weight: bold; margin-top: 25px; font-style: italic; }



.contact-section {
    background-color: var(--mint-color); 
    padding-top: 50px;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.section-title-contact { font-size: 3.5em; font-weight: 300; margin-bottom: 30px; color: #333; }
.contact-top { max-width: 1100px; margin: 0 auto; padding-bottom: 50px; display: flex; justify-content: space-around; align-items: center; }
.socials-text { font-size: 1.5em; font-weight: 300; color: #333; flex-basis: 50%; text-align: right; padding-right: 50px; }
.social-icons { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; flex-basis: 50%; max-width: 250px; margin: 0 auto; }
.social-link { display: flex; justify-content: center; align-items: center; width: 60px; height: 60px; border-radius: 15px; font-size: 2em; color: white; text-decoration: none; background: linear-gradient(135deg, #008080, #3cb371); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s; }
.social-link:hover { transform: scale(1.1); }



.contact-footer {
    background-color: var(--dark-blue); 
    color: white;
    padding: 30px 5%;
    display: flex;
    justify-content: center;
    gap: 80px;
    align-items: center;
    margin-top: 30px; 
}

.contact-info-item { display: flex; align-items: center; font-size: 1.1em; }
.contact-info-item i { font-size: 1.5em; margin-right: 15px; color: #3cb371;}







