@font-face {
  font-family: 'Lekton-Bold';
  src: url('../fonts/Lekton-Bold.woff2') format('woff2'),
       url('../fonts/Lekton-Bold.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'KumbhSans-Regular';
  src: url('../fonts/KumbhSans-Regular.woff2') format('woff2'),
       url('../fonts/KumbhSans-Regular.woff') format('woff');
  font-display: swap;
}
:root{
    --light-gray: #F5F5F5;
    --mint-green: #add0b3;
    --black-primary: #121212;
    --tag-css: #abdee6;
    --tag-html: #eceae4;
    --tag-php: #cbaacb;
    --tag-jquery: #ff968a;
    --tag-wordpress: #55cbcd; 
    --tag-elementor: #fee1e8;
    --tag-ajax: #ffc8a2; 
    --tag-js: #fcb9aa; 
    /* --forest-green: #2F5233; */
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: var(--black-primary);
    scroll-behavior: smooth;
}
p, a {
    color: var(--black-primary);
    font-family: 'KumbhSans-Regular';
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Lekton-Bold';
    line-height: 1.1em;
    font-weight: 400;
}
.body-container {
    width: 100%;
    display: flex;
}
nav#side-nav {
    width: 15%;
    max-width: 200px;
    padding: 50px 30px;
    background: var(--light-gray);
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 13px 0 rgba(113, 111, 111, 0.25);
    height: 100vh;
    position: sticky;
    top: 0;
    z-index: 9;
    font-family: 'KumbhSans-Regular';
}
.profile-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 32px;
}
.profile-img img {
    width: 100%;
    max-width: 100px;
    height: 100%;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 16px;
    min-width: 80px;
}
.nav-list {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.nav-list * {
    text-decoration: none;
    font-size: 13px;
}
.nav-list ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    list-style: none;
    padding: 0;
}
.nav-list * svg {
    width: 20px;
}
.v-divider {
    flex-grow: 1;
    width: 2px;
    background: #000;
    height: auto;
}
.content-container {
    flex-grow: 1;
    position: relative;
}

.section-identifier {
    height: 30px;
    overflow: hidden;
}
.scroll-identifier-container span {
    height: 30px;
    display: flex;
    align-items: center;
    color: var(--black-primary);
    font-family: 'Lekton-Bold';
    font-size: 20px;
    position: relative;
}

.scroll-identifier-container {
    display: flex;
    flex-direction: column;
    position: relative;
}

.top-items {
    display: flex;
    align-items: center;
    gap: 20px;
    position: sticky;
    width: 100%;
    top: 50px;
    left: 0;
    padding: 0 50px;
    background: #fff9;
}
.resume-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.29);
    padding: 10px 30px;
    cursor: pointer;
    font-family: 'Lekton-Bold';
    font-weight: 400;
    line-height: 1em;
}
.resume-btn svg { width: 16px; }
.h-divider {
    flex-grow: 1;
    height: 1.6px;
    width: auto;
    background: var(--black-primary);
}

.menu-toggle {
    display: none;
}
section.portfolio-content{
    overflow: hidden;
    height: 100vh;
}
section.hero h2 {
    font-size: 7rem;
    font-weight: 400;
    color: #fff;
    background: var(--black-primary);
    padding: 20px 20px 10px;
    line-height: 1em;
    width: fit-content;
    margin: 20px 0 50px;
    box-shadow: 30px 20px 0 0px var(--mint-green);
    letter-spacing: 10px;
}
section.hero h1 {
    font-size: 4rem;
    font-weight: 400;
    color: var(--mint-green);
}
section.hero h3 {
    font-size: 1.3rem;
    font-weight: 400;
}
.content-container section {
    padding: 120px 50px 50px;
}
section.hero {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
}

.work-preview-img img {
    width: 100%;
    max-width: 550px;
    height: auto;
    margin-bottom: 30px;
    box-shadow: 0 0 13px 0 rgba(113, 111, 111, 0.25);
}
span.work-tag {
    padding: 5px 10px;
    display: flex;
    font-family: 'KumbhSans-Regular';
    border: 1px solid var(--black-primary);
}
.work-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 20px 0;
}
section#works {
    display: flex;
    gap: 80px;
    justify-content: space-around;
}
.work-list-items{
    position: relative;
    padding: 50px 80px;
    background: #fff;
}
.work-list-items::before, .work-list-items::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: var(--black-primary);
    width: 50%;
    height: 50%;
    transform: translate(-2px, -2px);
    z-index: -1;
}
.work-list-items::after{
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    transform: translate(2px, 2px);

}
.work-list-items ul {
    list-style: decimal-leading-zero;
    font-family: 'Lekton-Bold';
    height: auto;
    position: relative;
    background: #fff;
}
.work-list-items ul li {
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}
.work-list-items ul li.active:before, .work-list-items ul li.active:after, 
.work-list-items ul li:hover:before, .work-list-items ul li:hover:after {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    left: 0;
    top: 50%;
    transform: translate(calc(-100% + -40px), -50%);
    border: 1px solid var(--black-primary);
}
.work-list-items ul li.active:after, .work-list-items ul li:hover:after {
    background: var(--mint-green);
    width: 8px;
    height: 8px;
    border: none;
    transform: translate(calc(-100% + -43px), -50%);
}
.work-list-items h2 { margin-bottom: 20px; }
.work-types { margin-bottom: 20px; }
.work-cta {
    display: flex;
    gap: 10px;
}

.work-cta a {
    display: flex;
    text-decoration: none;
    gap: 10px;
    border: 1px solid var(--black-primary);
    padding: 5px 10px;
}
.work-cta svg { width: 20px; }
.mobile-work-carousel {
    display: none;
}

section#tech {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
}
.tech-title h2 { font-size: 3em; }
.tech-logos {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 900px;
    justify-content: center;
}
.tech-logo img {
    width: 100%;
    max-width: 80px;
    object-fit: contain;
    height: 80px;
}

section#work-exp{
    display: flex;
    gap: 40px;
}

div#work-exp-list {
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.work-exp-content {
    width: 100%;
    padding: 20px;
    border: 1px solid var(--black-primary);
    max-width: 500px;
    overflow-y: scroll;
}
div.work-exp-item { margin-bottom: 15px; }
div#work-exp-list > div > div.h-divider { margin-bottom: 20px; }
.work-detail li { margin-bottom: 10px; }
.work-detail { padding: 20px; }

.work-detail * { font-family: 'KumbhSans-Regular'; }


@media only screen and (max-width: 991.5px){
    section.portfolio-content { height: 90vh; }
    section.hero {
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    h2, .work-exp-content h2{ font-size: 2rem !important; }
    section.hero h1 { font-size: 3rem; }
    section.hero h2 { font-size: 5rem; }
    .work-list-items::before, .work-list-items::after { display: none; }
.work-list-items ul {
    list-style: none;
    display: flex;
    gap: 25px;
    justify-content: center;
}
.work-list-items ul li {
    width: 20px;
    height: 20px;
}
.work-list-items ul li span {
    display: none;
}
.work-list-items h2 {
    display: none;
}
.work-list-items ul li:before, .work-list-items ul li.active:before, .work-list-items ul li:after, .work-list-items ul li.active:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 50%;
    transform: none;
    border: 1px solid var(--black-primary);
}
.work-list-items ul li:after, .work-list-items ul li.active:after {
    background: var(--mint-green);
    width: 15px;
    height: 15px;
    border: none;
    top: 50%;
    transform: none;
    left: 50%;
    transform: translate(-45%, 25%);
}
.work-list-items ul li.active {
    width: 50px;
}
.work-list-items ul li.active:after {
    background: var(--mint-green);
    width: 39px;
    height: 15px;
    border: none;
    top: 50%;
    transform: none;
    left: 50%;
    transform: translate(-49%, 22%);
}
.work-preview-details {
    max-width: fit-content;
    margin: auto;
}
section#works {
    gap: 20px;
    flex-direction: column;
    justify-content: center;
}
.work-list-items {
    padding: 20px;
}
    .body-container { flex-direction: column-reverse; }
    nav#side-nav {
        width: 100%;
        max-width: 100%;
        padding: 20px;
        flex-direction: row;
        height: 10vh;
        top: auto;
        bottom: 0;
    }
    .profile-img { display: none; }
    .nav-list { flex-direction: row-reverse; }
    .nav-list ul { flex-direction: row; }
    .top-items {
        gap: 20px;
        position: sticky;
        top: 15px;
        padding: 0 50px;
        z-index: 9;
        background: #fff8;
    }
    .scroll-identifier-container span {
        font-size: 14px;    
    }
    .work-preview-img img {
        max-width: 350px;
        margin: 0 auto 30px;
        display: block;
    }
    .mobile-work-carousel {
        display: block;
    }
    .hide-tablet {
        display: none;
    }
    .owl-dots {
        display: flex;
        justify-content: center;
    }
    button.owl-dot {
        width: 20px;
        height: 20px;
        background: var(--mint-green) !important;
        border-radius: 50%;
        margin: 5px;
    }
    button.owl-dot:not(.active) {
        opacity: 0.5;
    }
    .content-container section { padding: 50px; }
    .tech-logo img {
        max-width: 50px;
        height: 50px;
    }
    div#work-exp-list h2 { font-size: 1.5rem !important; }
    div#work-exp-list, section#work-exp { gap: 20px; }
    .work-exp-content { flex: 1; }
    .resume-btn { padding: 5px 20px; font-size: 13px; }

}

@media only screen and (max-width: 768.5px){
    section#work-exp { flex-direction: column; }
    div#work-exp-list, .work-exp-content { max-width: 100%; }
    ul.section-links {
        flex-direction: column;
        position: absolute;
        bottom: 0;
        right: 0;
        background: var(--light-gray);
        padding: 20px;
        transform: translateY(100%);
        transition: 0.3s;
        z-index: 2;
        display: none;
    }
    ul.section-links.active{
        transform: translateY(-50%);
        display: flex;
    }
    .menu-toggle { display: block; font-size: 35px; }
    .top-items { padding: 0 20px; }
    .resume-btn, .scroll-identifier-container span { font-size: 10px; }
}