@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

html {
    font-family: 'Inter', sans-serif;
    opacity: 0; 
    transition: opacity 1s ease-in-out; 
}

html.fade-in {
    opacity: 1; 
}

body {
    margin: 0;
    padding: 0;
    background-color: #1F2937;
    color: #CBD5E0;
}

::selection {
    background-color: #4FD1C5; 
    color: #1C3D5A; 
}

.background-overlay {
    pointer-events: none;
    position: sticky;
    inset: 0;
    z-index: 30;
    transition: background 0.3s ease;
    background: radial-gradient(circle, rgba(29, 78, 216, 0.15), transparent 40%);
    background-size: 1200px 1200px; 
    background-repeat: no-repeat; 
    display: none;
}
   

@media (min-width: 1024px) {
    .background-overlay {
        position: absolute;
    }
}

h1 {
    font-weight: bold;
    letter-spacing: -0.02em;
    color: #CBD5E0;
    margin-top: 40px;
}

h1 a {
    text-decoration: none;
    color: #CBD5E0;
}


h2 {
    font-weight: medium;
    letter-spacing: -0.02em;
    color: #CBD5E0; 
}

.mini-about {
    margin-top: 8px;
    margin-bottom: 56px;
}

p {
    color: #94A3B9;
    font-size: 16px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #64748B;
}

nav {
    display: block;
}

.nav-indicator {
    height: 1px;
    background-color: #64748B;
    transition: all 0.3s ease;
}

a:hover .nav-indicator,
a:focus-visible .nav-indicator {
    background-color: #C0CCDA;
}

.nav-text {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #64748B;
    transition: color 0.3s ease;
}

a:hover .nav-text,
a:focus-visible .nav-text {
    color: #C0CCDA;
}

.socials-unordered {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 24px;
}

.socials-list {
    display: inline-block;
    margin-right: 10px;
}

svg {
    fill: #91A1B8;
    vertical-align: middle;
    transition: fill 0.3s ease;
    min-width: 32px;
}

a:hover svg {
    fill: #C0CCDA;
}

#about a {
    font-weight: 500;
    color: #C6D1EC;
}

#about a:hover {
    color: #4DB6AC;
}

.about-heading {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.about-content {
    margin-top: 24px;
    margin-bottom: 24px;
    line-height: 1.625;
}

.experience-heading {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.projects-heading {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

@media screen and (max-width: 1023px) {
    /* h2 {
    } */

    /* h1 {
        font-size: ; 
    } */

    .about-heading {
        display: block;
    }

    .experience-heading {
        display: block;
    }

    .projects-heading {
        display: block;
    }

    nav {
        display: none;
    }
    
}

.sticky-container {
    position: sticky;
    top: 0;
    z-index: 20;
    margin-left: -6px;
    margin-bottom: 4px;
    width: 100%;
    background: inherit;
    backdrop-filter: blur(10px);
  }

.dates {
    color: #5D6D86;
    font-size: 12px;
}
  
.job-title {
    color: #55D5CB;
    font-size: 16px;
    display: inline-block;
} 

.company {
    color: #55D5CB;
    font-size: 16px;
    display: inline-block;
}

.company-svg {
    height: 20px;
    width: 20px;
    min-width: 20px;
}

p.section-content {
    font-size: 14px;
    line-height: 1.5;
}

ul.technologies-list {
    margin-top: 2px; 
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.technologies-list li {
    margin-right: 4px;
    margin-top: 2px;
}

div.tech-badge {
    display: flex;
    align-items: center;
    border-radius: 9999px;
    background-color: rgba(100, 200, 150, 0.1);
    padding: 5px 12px; 
    font-size: 12px; 
    font-weight: 500; 
    line-height: 1.5; 
    color: #5AE0D1; 
}

div.container {
    display: flex;
    flex-direction: column; 
    height: 100vh;
}

header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;   
}

main {
    padding-right: 24px;
    padding-left: 24px;
}

header {
    padding-right: 24px;
    padding-left: 24px;
}

.image-container {
    max-width: 600px;
    /* height: 165px; */
    overflow: hidden;
    margin-top: 16px;
    margin-right: 20px; 
    display: flex;
    flex-direction: column;
    justify-content: center; 
    border-radius: 4px;
    border: 2px solid #ccc;
}

/* @media screen and (min-width: 639px) {
    .image-container {
        min-width: 120px;
        height: 68px;
      }
} */


@media screen and (min-width: 1026px) {
    div.container {
        display: flex;
        flex-direction: row;
        height: 100vh;
    }

    header {
        width: 50%;
        height: 100%;
        max-height: 100vh;
        justify-content: space-between;
        padding-left: 160px;
        padding-right: 80px;
    }
    
    main {
        width: 50%;
        height: 100vh;
        padding-right: 160px;
        padding-left: 160px;
        overflow-y: scroll;
    }

    .profile-image { 
        margin-top: 96px;/* Adjust size as needed */
        height: 300px; /* Adjust size as needed */
    }

    .socials-unordered {
        margin-bottom: 80px;
    }

    .about-content {
        margin-top: 88px;
        margin-bottom: 80px;
    }
}   

main::-webkit-scrollbar {
    display: none;
}

.main {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.overlay {
    display: flex;
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: background-color 0.3s ease-in, box-shadow 0.3s ease-in, filter 0.3s ease-in;
}

.overlay:hover {
    background-color: rgba(15, 23, 42, 0.5); 
    box-shadow: inset 0 1px 0 0 rgba(135, 148, 165, 0.1);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.dates-container {
    min-width: 150px;
    justify-content: center;
}

.dates {
    width: 100%;
    margin-top: 16px;
}


@media screen and (min-width: 640px) {
    /* .overlay {
        flex-direction: row;
    } */
}

  
.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.experience-section {
    margin-bottom: 24px;
}

.projects-section {
    margin-bottom: 40px;
}

nav ul li.focused a span {
    color: #C0CCDA;
}

.project-links {
    font-size: 12px;
    color: #94A3B9;
    margin-right: 8px;
}

.project-links:hover {
    color: #C0CCDA;
}

.profile-image { 
    margin-top: 96px;/* Adjust size as needed */
    height: 250px; /* Adjust size as needed */
}