/* poppins-100 - latin */
@font-face {
    font-display: auto; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    src: url('./fonts/poppins-v22-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-200 - latin */
@font-face {
    font-display: auto; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    src: url('./fonts/poppins-v22-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-300 - latin */
@font-face {
    font-display: auto; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/poppins-v22-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-regular - latin */
@font-face {
    font-display: auto; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/poppins-v22-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500 - latin */
@font-face {
    font-display: auto; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/poppins-v22-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600 - latin */
@font-face {
    font-display: auto; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/poppins-v22-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin */
@font-face {
    font-display: auto; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/poppins-v22-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-800 - latin */
@font-face {
    font-display: auto; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url('./fonts/poppins-v22-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-900 - latin */
@font-face {
    font-display: auto; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    src: url('./fonts/poppins-v22-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
    font-family: "Poppins", sans-serif;
}

:root {
    --light: #F7F6F3;
    --dark: #373737;
    --primary-color: #373737;
    --secondary-color: #fff;
    --tertiary-color: #D9E5FF;
    --decoration-color: #FFD6FD;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background: var(--light);
}

.logo {
    color: var(--dark);
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
}

.box__text {
    color: var(--dark);
    font-weight: 400;
    font-size: 16px;
    margin: 0px;
}

.logo:hover {
    text-decoration: underline;
}

.hamburger__links {
    display: none;
    text-align: center;
}

.menu-toggler {
    display: none;
}

.content {
    margin: 0 auto;
    max-width: 1200px;
    /* background: none; */
}

#header {
    padding: 30px 0px 10px 0px;
    position: sticky;
    top: 0px;
    background-color: rgba(247, 246, 243, 0.96);
}

.header__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#logo-container {
    display: inline-flex;
}

#logo {
    max-width: 12rem;
}

.nav__links {
    list-style: none;
}

.nav__links__item {
    display: inline-block;
    padding: 0px 24px;
}

.nav__links__item__link {
    font-weight: 300;
    font-size: 18px;
    color: var(--dark);
    text-decoration: none;
}

.nav__links__item__link:hover {
    text-decoration: underline;
}

.intro {
    font-size: 2rem;
    color: var(--dark);
    text-align: left;
}

.section {
    margin-top: 3.75rem;
    padding-top: 6.25rem;
}

.section__img__paragraph {
    justify-content: space-between;
}

.max__image {
    max-width: 100%;
    margin-top: 20px;
}

.boxes {
    margin: 4rem 0 0 0;
}

.intro__description {
    line-height: 1.3;
    margin-top: 0px;
    font-weight: 800;
    max-width: 1000px;
}

.intro__title {
    font-weight: 200;
    font-size: 22px;
    margin-top: 20px;
    color: var(--dark);
}

.selectedWork__entry {
    justify-content: space-between;
    padding: 34px;
    border-radius: 6px;
    gap: 20px;
    margin-bottom: 20px;
    flex-basis: 100%;
    background-color: var(--secondary-color);
    max-width: 590px;
}

.contact__entry {
    justify-content: space-between;
    padding: 34px;
    border-radius: 6px;
    gap: 20px;
    margin-bottom: 20px;
    flex-basis: 100%;
    background-color: var(--tertiary-color);
    max-width: 590px;
}

.work__entry__empty {
    flex-basis: 100%;
    background-color: var(--light);
    margin-bottom: 20px;
    max-width: 590px;
    padding: 34px;
}

.selectedWork__entry__title {
    color: var(--primary-color);
    font-weight: 300;
    font-size: 28px;
    margin-bottom: 12px;
}

.selectedWork__entry__image {
    border-radius: .3rem;
    width: 100%;
    min-width: 100px;
    height: auto;
}

.selectedWork__entry__description__title {
    color: var(--primary-color);
    font-weight: 500;
    font-size: 20px;
    margin-block-start: 0;
}

.selectedWork__entry__description__position {
    color: var(--dark);
    font-weight: 400;
    font-size: 14px;
    margin-top: 8px;
}

.selectedWork__entry__description__info__colleague {
    display: flex;
    gap: 12px;
}

.selectedWork__entry__description__text {
    color: var(--dark);
    font-weight: 400;
    font-size: 16px;
    margin-top: 12px;
}

.selectedWork__entry__project__name {
    color: var(--primary-color);
    font-weight: 500;
    font-size: 20px;
    margin-top: 20px;
}

.custom__button {
    color: var(--dark);
    border-width: 1px;
    border-style: solid;
    border-color: var(--primary-color); 
    border-radius: 4px;
    padding: 16px 26px;
    background-color: var(--secondary-color);
    margin-top: 1rem;
    display:inline-flex;
    gap: 10px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.1;
}

.custom__button:hover {
    color: var(--light);
    background-color: var(--primary-color);
}

.custom__button__icon {
    width: 24px;
    height: 15px;
    background-image: url(/images/arrow.svg);
}

.custom__behance__icon {
    width:24px;
    height: 15px;
    background-image: url(/images/behance_icon.svg);
}

.custom__button:hover > .custom__button__icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(7493%) hue-rotate(185deg) brightness(112%) contrast(107%);
}

.custom__button:hover > .custom__behance__icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(7493%) hue-rotate(185deg) brightness(112%) contrast(107%);
}

#more__work__button {
    display: flex;
    justify-content: center;
}

.no__margin {
    margin: 0;
}

.text-highlight {
    color: var(--primary-color);
}

.copyright {
    text-align: center;
    font-size: 14px;
    margin-top: 180px;
    margin-bottom: 40px;
    color: var(--dark);
}

.kind__words {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.colleagues{
    width: 50px;
    height: 50px;
    border-width: 4px;
    border-style: solid;
    border-color: var(--decoration-color);
    border-radius: 40px;
}

.photo__100 {
    max-width: 500px;
    height: auto;
    width: 100%;
    min-width: 100px;
    height: auto;
}

.photo__aboutme {
    max-width: 500px;
    height: auto;
    width: 100%;
    min-width: 100px;
    height: auto;
}

.photo__centered {
    height: auto;
    width: 100%;
    min-width: 100px;
    height: auto;
    margin-top: 12px;
}

.photo__50 {
    max-width: 500px;
    height: auto;
    width: 50%;
    min-width: 100px;
    height: auto;
}


.horizontal__layout {
    display: flex;
    justify-content: space-between;
    gap: 100px;
}

.horizontal__layout__about__me {
    display: flex;
    justify-content: space-between;
    gap: 100px;
    align-items: center;
}

.social__media {
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--dark);
    border-radius: 12px;
    width: 130px;
    height: 130px;
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; 
}

.contact__details {
    display: flex;
    justify-content: center;
    gap:20px;
    margin-top: 40px;
}

.contact__details__text {
    color: var(--dark);
    font-weight: 400;
    font-size: 16px;
    margin: 0px;
}

.contact__links {
    margin-top: 20px;
}

.chip {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: var(--decoration-color);
    border-radius: 4px;
    display: inline-flex;
    font-weight: 400;
    float: none;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.text__chip {
    font-weight: 400;
    font-size: 16px;
    color: var(--dark);
    margin: 0px;
}

.circle {
    width: 8px;
    height: 8px;
    background-color: #FFC300;
    border-radius: 50%; 
}

.about__me__photo {
    width: 160px;
    height: 160px;
}

.default__text {
    color: var(--dark);
    font-weight: 400;
    font-size: 16px;
    margin-top: 12px;
    max-width: 550px;  
}

.default__text__mbottom {
    color: var(--dark);
    font-weight: 400;
    font-size: 16px;
    margin-top: 12px;
    max-width: 600px;
    margin-bottom: 12px;
}

.paragraph__title {
    color: var(--primary-color);
    font-weight: 500;
    font-size: 20px;
    margin-top: 40px;
}

.paragraph__section {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 12px;
}

@media (max-width: 1360px) {
    .content {
        max-width: 1000px;;
    }

    .section {
        margin-top: 2.75rem;
        padding-top: 4.25rem;
    }

    .photo__aboutme {
        max-width: 500px;
        height: auto;
        width: 100%;
        min-width: 100px;
        height: auto;
    }

    .horizontal__layout__about__me {
        display: flex;
        justify-content: space-between;
        gap: 100px;
        align-items: center;
    }
}

@media (max-width: 1120px) {
    .content {
        max-width: 800px;
    }

    .horizontal__layout__about__me {
        display: block;
        justify-content: space-between;
        gap: 100px;
        align-items: center;
    }

    .photo__aboutme {
        max-width: 650px;
    }
    
    .section {
        margin-top: 1.75rem;
        padding-top: 3.25rem;
    }

    .horizontal__layout {
        gap: 40px;
    }
}

@media (max-width: 880px) {
    .content {
        max-width: 698px;
    }

    .nav__links {
        display: none;
    }

    /* Style the hamburger menu */
    .menu-toggler {
        padding: 10px 5px;
        display: block;
        cursor: pointer;
    }

    .menu-icon {
        display: inline-block;
        width: 24px;
        height: 24px;
        background-image: url("../images/menu_icon.svg");
    }

    .nav__links__item__link {
        display: block;
        text-decoration: underline;
        padding: 16px 0px;
    }

    #hamburger__menu {
        display: none;
    }

    .section {
        margin-top: 1.75rem;
        padding-top: 3.25rem;
    }

    .horizontal__layout {
        display: block;
    }

    .kind__words {
        display: flex;
        justify-content: space-between;
        gap: 12px;
    }

    .photo__100 {
        width: 60%;
        margin-top: 14px;
    }
}

@media (max-width: 720px) {
    #header {
        padding: 15px 0px;
    }

    .section {
        padding-top: 1.2rem;
        margin: 6rem 0 0 0;
    }

    .boxes {
        margin: 2rem 0 0 0;
    }

    .content {
        padding: 0 60px;
    }

    .logo {
        padding: 0 5px;
    }

    .kind__words {
        display: block;
    }

    .horizontal__layout{
        display: block;
    }

    .work__entry__empty {
        display: none;
    }
}

@media (max-width: 700px) {
    .content {
        padding: 0 40px;
    }

    .section {
        margin: 4rem 0 0 0;
    }

    .intro__description {
        font-size: 2.5rem;
    }
    
    .logo {
        font-size: 16px;
        font-weight: 500px;
    }

    .nav__links__item__link {
        font-size: 16px;
        padding:16px 0px;
    }

    .topnav #myLinks:active {
        display: block;
    }

    .nav__links {
        display: none;
    }

}

@media (max-width: 480px) {
    .content {
        padding: 0 20px;
    }

    .section {
        padding-top: 2rem;
        margin: 0;
    }

    .kind__words {
        display: block;
    }

    .horizontal__layout {
        display: block;
    }

    .intro__description {
        font-size: 2rem;
    }

    .selectedWork__entry__title {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .selectedWork__entry {
        padding: 20px;
    }

    .contact__entry {
        padding: 20px;
    }

    .selectedWork__entry__project__name {
        font-size: 18px;
    }

    .selectedWork__entry__description__title {
        font-size: 18px;
    }

    .paragraph__title {
        font-size: 18px;
    }

    .chip {
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 8px 6px;
    }

    .text__chip {
        font-size: 14px;
    }

    .work__entry__empty {
        display: none;
    }

    .copyright {
        margin-top: 5rem;
        font-size: 12px;
    }

    .photo__100 {
        width: 100%;
    }

    .paragraph__section {
        margin-bottom: 10px;
    }
}