@font-face {
    font-family: 'Helvetica';
    src: url('./assets/fonts/helvetica-light-regular-webfont.woff') format('woff'),
        url('./assets/fonts/helvetica-light-regular-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Techead Free';
    src: url('./assets/fonts/techeadfree-light.otf') format('opentype');
}
@font-face {
    font-family: 'Trap';
    src: url('./assets/fonts/trap-light.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Trap';
    src: url('./assets/fonts/trap-regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Trap';
    src: url('./assets/fonts/trap-medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Trap';
    src: url('./assets/fonts/trap-bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
html {
    scroll-behavior: smooth;
}
body{
    background-color: #F2eee9;
}
html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
header {
    margin: 0;
    padding: 0;
}

nav {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #FF559D;
}
.logo{
    font-family: 'Trap';
    font-weight: 500;
    padding-left: 3.5rem;
    color: #e1e5f2;
}
.nav-links{
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    font-family: 'Trap';
    font-weight: 300;
    color: #e1e5f2;
}
ul.nav-links {
    list-style-type: none;
    color: #e1e5f2;
}
ul.nav-links a {
    text-decoration: none;
    color: #e1e5f2;
}

#hue-icon {
    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, 
        rgba(255, 85, 157, 0.9),
        rgba(138, 43, 226, 0.4),  
        rgba(255, 180, 0, 0.2)     
    );
    border-radius: 50%;
    pointer-events: none; 
    filter: blur(100px); 
    mix-blend-mode: multiply;
    z-index: -1;
    transform: translate(-50%, -50%);
    opacity: 1.2;
}
#home {
    font-family: 'Trap';
    font-weight: 600;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    margin: 0;
    padding-left: 50px;
    color: #343434;
}

.introduction {
    font-size: 4rem;
    margin-bottom: -2%;
    margin-top: 0;
}

.role-text {
    font-size: 3rem;
    font-weight: 700;
    display: inline-block;
}

.gradient-text {
    background: linear-gradient(45deg,
    rgba(237, 70, 114, 0.8),
    rgba(138, 43, 226, 0.8),
    rgba(186, 85, 211, 0.8)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.description {
    font-size: 1rem;
    font-family: 'Helvetica';
    text-wrap: balance;
}

.scroll-indicator {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 100;
}

.scroll-arrow {
    opacity: 0.8;
    width: 40px;
    height: 40px;
}
/*RESUME SECTION STYLE*/
/* Resume Container Layout */
.resume-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    padding: 40px;
    padding-top: 0;
    font-family: 'Helvetica', sans-serif;
    max-width: 1200px;
    margin: auto;
}

/* Left Column Styling */
.left-column {
    flex: 1;
    min-width: 280px;
    padding-right: 20px;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
}

/* Right Column Styling */
.right-column {
    flex: 2;
    min-width: 500px;
    padding-left: 20px;
    box-sizing: border-box;
}

.resume-container,
.left-column,
.right-column {
    height: auto;
    overflow: visible;
}

body {
    margin: 0;
    font-family: 'Helvetica', sans-serif;
    line-height: 1.6;
    background-color: #F2eee9;
}

/* General Section Styling */
.section {
    margin-bottom: 30px;
}

.name {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.title {
    font-size: 1.2rem;
    font-style: italic;
    margin-top: -10px;
    margin-bottom: 20px;
    color: #555;
}

.section h2 {
    font-size: 1.5rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 15px;
    color: #333;
}

.section ul {
    list-style: none;
    padding: 0;
}

.section ul li {
    font-size: 1rem;
    margin-bottom: 10px;
    color: #444;
}

.experience-entry {
    margin-bottom: 20px;
}

.experience-title {
    font-weight: bold;
    font-size: 1.1rem;
    display: flex;
    justify-content: space-between;
    color: #333;
}

.experience-role {
    font-size: 1rem;
    font-weight: 700;
    margin: 5px 0;
    color: #444;
}

.duration {
    font-size: 0.9rem;
    color: #777;
}

.experience-entry ul {
    list-style: none;
    padding-left: 15px;
}

.experience-entry ul li {
    font-size: 1rem;
    margin-bottom: 5px;
    color: #444;
}

/* Visitor Counter */
.counter {
    margin-top: 30px;
}

.counter p {
    font-size: 1rem;
    color: #444;
}

/* General Styles */
.about-me-text {
    font-size: 1rem;
    color: #555;
}

.languages {
    margin-top: 20px;
}

.languages p {
    color: #444;
}

.skills-list li {
    margin-bottom: 10px;
}

/* Certifications List Styling */
.certifications-list {
    list-style-type: disc;
    margin-left: 15px;
}

.certifications-list li {
    margin-bottom: 10px;
    font-size: 1rem;
    padding-left: 10px;
}

/* Link style */
.cert-link {
    text-decoration: none;
    color: #000;
    transition: color 0.3s ease;
}

.cert-link:hover {
    color: rgba(237, 70, 114, 0.8);
}

/* Rounded Bullet Points */
.certifications-list li::marker {
    content: "•";
    font-size: 1rem;
    color: rgba(237, 70, 114, 0.8);
}

/* Projects Section Styling */
.projects-container {
    padding: 0;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    width: 100%;
    margin: 0 auto;
}

.project-card {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px;
}

.project-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%) brightness(1.5);
    transition: filter 0.3s ease;
}

.project-card:hover .project-image {
    filter: grayscale(0%) brightness(1);
}

/* Project overlay styles */
.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}

.project-card:hover .project-overlay {
    opacity: 1;
}


.project-title {
    font-family: 'Trap';
    font-weight: 500;
    font-size: 1.5rem;
    margin: 0;
}

.project-description {
    font-size: 1rem;
    text-wrap: balance;
}

.tech-icons {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: auto;
}

.tech-icon {
    width: 30px;
    height: 30px;
}

.action-icons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
}

.link-icon {
    width: 40px;
    height: 40px;
    background-color: #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.link-icon img {
    width: 20px;
    height: 20px;
}

.link-icon:hover {
    background-color: #555;
}
#projects-title {
    text-align: center; /* Center the title */
    font-size: 2.5rem; /* Adjust the size if needed */
    font-family: 'Trap';
    font-weight: 500;
    margin-bottom: 20px; /* Space below the title */
}