/**
* Theme Name: Iamcamtran Child
* Description: This is a child theme of Iamcamtran.
* Author: Phuong Nguyen
* Template: iamcamtran
* Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    margin: 0 0 20px 0;
    text-transform: none;
    letter-spacing: 0;
}

ul,
ol {
    margin: 0;
}

p {
    margin: 0 0 15px 0;
}

.hide-mobile,
.hide-tablet {
    display: none !important;
}

.hide-desktop {
    display: block;
}

@media only screen and (min-width: 768px) {}

@media only screen and (min-width: 1366px) {
    .hide-mobile {
        display: block !important;
    }

    .hide-desktop {
        display: none !important;
    }
}

.main-container {
    width: calc(100% - 50px);
    min-width: 290px;
    margin: 0 auto;
    /* padding: 0 30px; */
    vertical-align: top;
}


.col-1,
.col-2,
.col-3,
.col-4,
.col-5 {
    width: 100%;
    display: inline-block;
}

.eltdf-mobile-header {
    display: none !important;
}

@media only screen and (min-width: 541x) {
    .main-container {
    }
}

@media only screen and (min-width: 921px) {
    .main-container {
        width: calc(100% - 120px);
    }
    .main-container .row {
        display: flex;
        align-items: flex-start;
    }

    .col-1 {
        width: 25%
    }

    .col-2{
        width: 30%;
        padding-right: 10%;
    }

    .col-3 {
        width: 35%;
    }

    .col-4 {
        width: 45%;
        padding-right: 0%;
    }

    .col-5 {
        width: 30%;
    }
}

@media only screen and (min-width: 1441px) {
    .main-container {
        width: calc(100% - 160px);
    }

    .col-4 {
        width: 45%;
        padding-right: 0%;
    }

    .col-5 {
        width: 30%;
    }
}

/* -------------- HEADER -------------- */
header {
    height: 70px;
    width: 100%;
    display: flex;
    /* or inline-flex */
    flex-flow: nowrap;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: #FFFFFF;
    border: none;
    -webkit-transition: border 500ms ease-out;
    -moz-transition: border 500ms ease-out;
    -o-transition: border 500ms ease-out;
    transition: border 500ms ease-out;
}

header.border {
    /* border-bottom: 0.25px solid #848484; */
}


.on-mobile {
    display: flex;
}

.on-desktop {
    display: none !important;
}

header .main-container {
    display: flex;
    /* or inline-flex */
    flex-flow: nowrap;
    justify-content: space-between;
    align-items: center;
}

header .main-container div {
    width: 33.33%;
    height: 70px;
    display: block;
}

header .main-container>div>a {
    text-indent: -9999px;
    height: 70px;
    display: block;
}

header a.active {
    color: #000;
}

.nav-logo {
    text-align: left;
}

.nav-logo a {
    width: 120px;
    background: url('https://iamcamtran.com/wp-content/uploads/2025/09/logo.png') center center no-repeat;
	background-size: auto 70px;
    height: 70px !important;
}


@media only screen and (max-width: 1366px) {
	.nav-logo a {
		background-size: auto 50px;
		height: 50px !important;
	}
}

@media only screen and (max-width: 768px) {
	.nav-logo a {
		background-size: auto 40px;
		height: 40px !important;
		background-position: left center;
	}
}

@media only screen and (max-width: 360px) {
	.nav-logo a {
		background-size: auto 20px;
		height: 20px !important;
	}
}

.nav-left a {
    width: 50px;
    background: url('img/nav-project.svg') center center no-repeat;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out;
}

.nav-left:hover a,
.nav-left.active a {
    background: url('img/nav-project-active.svg') center center no-repeat;
}


.nav-right a {
    width: 69px;
    float: right;
    background: url('img/nav-me.svg') center center no-repeat;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out;
}

.nav-right:hover a,
.nav-right.active a {
    background: url('img/nav-me-active.svg') center center no-repeat;
}

.main-container.on-mobile {
    font-size: 13px;
	margin-top: 10px;
}

@media only screen and (min-width: 541px) {
    header {
        height: 60px;
    }

    .on-mobile {
        display: none !important;
    }

    .on-desktop {
        display: flex !important;
    }

    header .main-container div {
        height: 70px;
    }

    header .main-container>div>a {
        height: 70px;
    }

    .nav-logo {
        display: flex;
        /* or inline-flex */
        align-items: center;
        text-align: center;
    }

    .nav-logo a {
        margin: 0 auto;
        width: 140px;
		height: 70px;
    }

    .nav-left a {
        width: 61px;
    }

    .nav-right a {
        width: 90px;
    }
}

@media only screen and (min-width: 921px) {
    header {
        height: 80px;
    }

    header .main-container div {
        height: 70px;
    }

    header .main-container>div>a {
        height: 70px;
    }

    .nav-logo a {
        width: 198px;
		height: 70px;
    }

    .nav-left a {
        width: 50px;
    }

    .nav-right a {
        width: 69px;
    }
}

@media only screen and (min-width: 1441px) {
    header {
        height: 108px;
    }

    header .main-container div {
        height: 70px;
    }

    header .main-container>div>a {
        height: 70px;
    }

    .nav-logo a {
        width: 198px;
		height: 70px;
    }

    .nav-left a {
        width: 73px;
    }

    .nav-right a {
        width: 107px;
    }
}

/* -------------- HEADER -------------- */


/* -------------- HOME -------------- */
.intro-section {
    padding: 92px 0 60px 0;
    /* width: 310px; */
}

.intro-title {
    font-size: 26px;
    line-height: 48px;
    margin-bottom: 25px;
}

.intro-content {
    color: #848484;
    margin-bottom: 35px;
}

.contact-info {
    font-size: 16px;
    line-height: 25px;
    color: #848484;
}

.contact-info .top {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

.contact-info .bottom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 25px;
}

.contact-info a {
    color: #8E8E8E;
}

.contact-info a.email {
    color: #000;
}

a.behance_link,
a.linked_link {
    height: 17px;
    display: inline-block;
    text-indent: -9999px;
    margin-top: 7px;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out;
}


a.behance_link {
    background: url('./img/link_behance.svg') bottom left no-repeat;
    width: 63px;
}

a.linked_link {
    background: url('./img/link_linkedin.svg') bottom right no-repeat;
    width: 68px;
}

a.behance_link:hover {
    background-image: url('./img/link_behance_active.svg');
}

a.linked_link:hover {
    background-image: url('./img/link_linkedin_active.svg');
}

.contact-info span {
    display: none;
}

.contact-info-tablet {
    display: none;
}

.contact-info-tablet a.email {
    color: #000000;
}

.intro-section {
    position: relative;
}

.intro-section .btn-latest-works {
    position: absolute;
    bottom: 80px;
    right: 0;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: right;
    color: #000000;
    background: url('img/arrow-down.svg') right bottom no-repeat;
    background-size: auto 37px;
    height: 38px;
    padding-right: 10px;
    display: none;
}

.intro-section .btn-latest-works span {
    position: absolute;
    bottom: 0;
    right: 10px;
    width: max-content;
}

.btn-latest-works-2 {
    position: relative;
    font-size: 11px;
    line-height: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: right;
    color: #848484;
    background: url('img/arrow-right-grey.svg') right bottom no-repeat;
    background-size: auto 15px;
    height: 15px;
    padding-right: 27px;
    margin-top: 20px;
    margin-bottom: 40px;
    display: block;
}

.btn-latest-works-2 span {
    position: absolute;
    bottom: 0;
    right: 27px;
    width: max-content;
}

.btn-latest-works-2:hover {
    color: #000000;
    background-image: url('img/arrow-right.svg');
}

@media only screen and (min-width: 541px) {
    .intro-section {
        padding: 135px 0 75px 0;
        /* width: 475px; */
    }

    .intro-title {
        font-size: 30px;
        line-height: 61px;
        margin-bottom: 70px;
    }

    .intro-content {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 60px;
    }

    .contact-info {
        display: none;
    }


    .contact-info-tablet {
        display: flex !important;
        flex-wrap: nowrap;
        justify-content: space-between;
        font-size: 15px;
        color: #848484;
    }
}

@media only screen and (min-width: 921px) {
    .intro-section {
        padding: 160px 0 80px 0;
        /* width: 1245px; */
    }

    .intro-title {
        font-size: 22px;
        line-height: 41px;
        margin-bottom: 20px;
    }

    .intro-content {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 40px;
    }

    .contact-info {
        font-size: 16px;
        line-height: 25px;
        display: block;
    }

    .contact-info .top {
        margin-bottom: 0px;
        text-align: left;
    }

    .contact-info .bottom {
        justify-content: flex-start;
    }

    .contact-info span {
        display: inline-block;
        margin: 0 13px 0 17px;
    }

    .contact-info-tablet {
        display: none !important;
    }

    .intro-section .btn-latest-works {
        font-size: 10px;
        line-height: 14px;
        display: block;
    }
}

@media only screen and (min-width: 1441px) {
    .intro-section {
        /* width: 1760px; */
    }

    .intro-title {
        font-size: 30px;
        line-height: 73px;
        margin-bottom: 30px;
    }

    .intro-content {
        font-size: 18px;
        line-height: 36px;
        margin-bottom: 45px;
    }

    .contact-info {
        font-size: 20px;
        line-height: 35px;
    }


    .intro-section .btn-latest-works {
        font-size: 12px;
        line-height: 14px;
        background-size: auto 53px;
        height: 53px;
        display: block;
    }
}

/* -------------- HOME -------------- */


/* -------------- PORTFOLIO LIST -------------- */
#latest-portfolio {
    min-height: 100vh;
    display: none;
}

.projects-page {
    padding-top: 62px;
    padding-bottom: 60px;
}

h1.latest-works-title-mobile {
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: #8E8E8E;
    padding: 0 0 30px 0;
    margin: 0 0 15px 0;
    border-bottom: 0.5px dashed #8E8E8E;
}

.portfolio-list,
.alm-reveal {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    justify-content: space-between;
}

.single-portfolio {
    display: flex;
    flex-flow: nowrap;
    justify-content: space-between;
    column-gap: 20px;
    padding-bottom: 30px;
    border-bottom: 0.5px solid #848484;
    margin-bottom: 15px;
}

.portfolio-info {
    padding: 0;
/*    width: 146px;*/
    width: calc(100% - 144px - 20px);
}

h3.portfolio-title {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 8px;
    padding: 0;
}

.portfolio-client {
    min-height: 15px;
    position: relative;
}

.portfolio-scope,
.portfolio-client {
    display: none;
}

a.btn-view-more {
    width: 15px;
    height: 15px;
    background: url('img/arrow-right-grey.svg') bottom right no-repeat;
    background-size: auto 15px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    text-indent: -9999px;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out;
}

.single-portfolio:hover a.btn-view-more {
    background-image: url('img/arrow-right.svg');
}

.portfolio-style-1 {
    width: 100%;
}

.portfolio-style-1 .portfolio-client {
    width: 100%;
}

.portfolio-style-2,
.portfolio-style-3 {
    flex-flow: wrap;
    width: 100%;
}

.portfolio-style-2 .large_thumb,
.portfolio-style-2 .portfolio-info>*,
.portfolio-style-3 .large_thumb,
.portfolio-style-3 .portfolio-info>* {
    width: 100%;
}

.large_thumb {
    display: none;
}

.small_thumb {
    display: block;
    width: 144px;
}

.large_thumb img,
.small_thumb img {
    width: 100%;
}

.portfolio-page .portfolio-img,
.portfolio-row {
    margin-bottom: 40px;
}

img.portfolio-img {width: 100%;}

.embed-container {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin-bottom: 40px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 541px) {
    .projects-page {
        padding-top: 140px;
        padding-bottom: 80px;
    }

    h1.latest-works-title-mobile {
        display: none;
    }

    .single-portfolio {
        column-gap: 15px;
        padding-bottom: 25px;
        margin-bottom: 0;
        border-bottom: none;
    }

    .small_thumb {
        display: none;
    }

    .large_thumb {
        display: block;
    }

    h3.portfolio-title {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 25px;
        padding: 0;
    }

    .portfolio-scope,
    .portfolio-client {
        font-size: 10px;
        line-height: 17px;
        margin-bottom: 15px;
        display: block;
    }

    .portfolio-client {
        min-height: 16px;
    }

    .portfolio-client>* {
        display: block;
    }

    .portfolio-meta-title {
        font-size: 8px;
        line-height: 10px;
        text-transform: uppercase;
        color: #848484;
    }

    .portfolio-info {
        padding: 30px 0 0 0;
        border-top: 0.5px solid #848484;
    }

    .portfolio-style-1>* {
        flex: 1 auto;
    }

    .portfolio-style-1 .large_thumb {
        max-width: 413px;

    }

    .portfolio-style-1 .portfolio-info {
        max-width: 292px;

    }

    .portfolio-style-2 {
        /* width: 345px; */
        width: calc((100% - 35px)/2);
    }

    .portfolio-style-3 {
        width: 420px;
    }

    .portfolio-style-2>*,
    .portfolio-style-3>* {
        flex: 0 0 100%;
    }

    .portfolio-style-2,
    .portfolio-style-3 {
        flex-direction: row;
        flex-flow: wrap;
        row-gap: 25px;
    }

    .portfolio-style-2 .portfolio-info,
    .portfolio-style-3 .portfolio-info {
        display: flex;
        flex-flow: wrap;
        justify-content: flex-start;
        padding-top: 25px;
    }

}

@media only screen and (min-width: 921px) {
    .projects-page {
        padding-top: 160px;
        padding-bottom: 80px;
    }

    .portfolio-list,
    .alm-reveal {
        column-gap: 65px;
    }

    .portfolio-list {
        display: flex !important;
    }

    .single-portfolio {
        column-gap: 60px;
        padding-bottom: 60px;
    }

    h3.portfolio-title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
        padding: 0;
    }

    .portfolio-scope,
    .portfolio-client {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 20px;
        display: block;
    }

    .portfolio-client {
        min-height: 25px;
    }

    .portfolio-meta-title {
        font-size: 11px;
        line-height: 12px;
    }

    a.btn-view-more {
        width: 26px;
        height: 25px;
        background-size: auto 25px;
    }

    .portfolio-style-1 .portfolio-info {
        padding: 35px 0 0 0;
        width: 40%;
        max-width: 40%;
    }

    .portfolio-style-1 .large_thumb {
/*
        min-width: 718px;
*/
        width: 55%;
        max-width: 55%;
    }

    .portfolio-style-2 {
/*        width: 590px;*/
        width: calc((100% - 70px)/2);
    }

    .portfolio-style-3 {
        width: 710px;
    }

    .portfolio-style-2,
    .portfolio-style-3 {
        row-gap: 30px;
    }

    .portfolio-style-2 .portfolio-info,
    .portfolio-style-3 .portfolio-info {
        padding-top: 25px;
    }

    .portfolio-style-2 .portfolio-scope,
    .portfolio-style-3 .portfolio-scope {
        width: 210px;
    }

    .portfolio-style-2 .portfolio-client,
    .portfolio-style-3 .portfolio-client {
        width: 100%;
    }
}

@media only screen and (min-width: 1441px) {
    .projects-page {
        padding-top: 250px;
        padding-bottom: 80px;
    }

    .portfolio-list,
    .alm-reveal {
        column-gap: 60px;
    }

    .single-portfolio {
/*        column-gap: 90px;*/
        column-gap: 60px;
        padding-bottom: 75px;
    }

    h3.portfolio-title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 40px;
        padding: 0;
    }

    .portfolio-scope,
    .portfolio-client {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 25px;
        display: block;
    }

    .portfolio-client {
        min-height: 25px;
    }

    .portfolio-meta-title {
        font-size: 10px;
        line-height: 12px;
    }

    a.btn-view-more {
        width: 37px;
        height: 37px;
        background-size: auto 37px;
    }

    .portfolio-style-1 .portfolio-info {
        padding: 40px 0 0 0;
        min-width: 40%;
    }

    .portfolio-style-1 .large_thumb {
/*        max-width: 1014px;*/
        min-width: 55%;
    }

    .portfolio-style-2 {
/*        width: 840px;*/
        width: calc((100% - 60px)/2);
    }

    .portfolio-style-3 {
        width: 1014px;
    }

    .portfolio-style-2,
    .portfolio-style-3 {
        row-gap: 45px;
    }

    .portfolio-style-2 .portfolio-info,
    .portfolio-style-3 .portfolio-info {
        padding-top: 35px;
        margin-top: 40px;
    }

    .portfolio-style-2 .portfolio-scope,
    .portfolio-style-3 .portfolio-scope {
        width: 300px;
    }

    .portfolio-style-2 .portfolio-client,
    .portfolio-style-3 .portfolio-client {
        width: 100%;
    }
}

/* -------------- PORTFOLIO LIST -------------- */

/* -------------- PORTFOLIO -------------- */
.portfolio-page {
    padding: 62px 0 60px 0;
    font-size: 12px;
    line-height: 18px;
}

.portfolio-page p:last-child {
    margin-bottom: 0;
}

.portfolio-page .on-desktop-1,
.portfolio-page .on-desktop-2 {
    display: none;
}

.top-section {
    margin-bottom: 25px;
}

h1.portfolio-title {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

h3.section-title {
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #848484;
    padding: 0;
    margin: 0 0 3px 0;
    font-size: 7px;
}

.meta-section {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-end;
    margin-bottom: 30px;
    font-size: 9px;
    line-height: 16px;
}

.meta-section>div {
    width: 50%;
    text-align: left;
}

.meta-section>div.flex-full-w {
    width: 100%;
    margin-bottom: 15px;
}

@media only screen and (min-width: 541px) {
    .portfolio-page {
        padding: 130px 0 70px 0;
        font-size: 15px;
        line-height: 23px;
    }

    .top-section {
        margin-bottom: 35px;
    }

    h1.portfolio-title {
        font-size: 34px;
        line-height: 45px;
        margin-bottom: 30px;
    }

    h3.section-title {
        font-size: 10px;
    }

    .meta-section {
        margin-bottom: 40px;
        font-size: 12px;
        line-height: 20px;
    }

    .meta-section>div,
    .meta-section>div.flex-full-w {
        width: 33.33%;
        margin-bottom: 0px;

    }
}

@media only screen and (min-width: 921px) {
    .portfolio-page {
        padding: 140px 0 60px 0;
        font-size: 15px;
        line-height: 22px;
    }

    .portfolio-page .on-mobile-2 {
        display: none;
    }

    .portfolio-page .on-desktop-1 {
        display: block;
    }

    .portfolio-page .on-desktop-2 {
        display: flex;
    }

    .top-section {
        margin-bottom: 35px;
    }

    h1.portfolio-title {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 45px;
    }

    .meta-section>div {
        width: 50%;
        text-align: right;
    }

}

@media only screen and (min-width: 1441px) {
    .portfolio-page {
        padding: 248px 0 130px 0;
        font-size: 18px;
        line-height: 30px;
    }

    .top-section {
        margin-bottom: 110px;
    }

    h1.portfolio-title {
        font-size: 40px;
        line-height: 55px;
        margin-bottom: 90px;
    }

    h3.section-title {
        font-size: 15px;
        line-height: 20px;

    }

    .meta-section {
        font-size: 18px;
        line-height: 37px;
    }
}

.elementor-element.elementor-element-1c7fb79c .gallery-item img {
    border-style: none !important;
}

/* -------------- PORTFOLIO -------------- */


/* -------------- ABOUT -------------- */
.content-section {
    border-bottom: 0.5px dashed #848484;
    padding: 67px 0 35px 0;
    font-size: 13px;
    line-height: 18px;
    width: 100%;
}

.content-section p:last-child {
    margin-bottom: 0;
}

h2.section-title {
    font-size: 16px;
    line-height: 15px;
    color: #848484;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.intro-section h2.section-title {
    margin-bottom: 0;
}

h3.section-subtitle {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 30px;
}

h3.section-subtitle-2 {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 17px;
}

a.btn-go-to {
    background: url('img/arrow-right.svg') center right no-repeat;
    background-size: auto 15px;
    height: 15px;
    width: auto;
    display: inline-block;
    padding-right: 17px;
    margin: 30px 0 30px 0;
    font-size: 11px;
    color: #000000;
}

@media only screen and (min-width: 521px) {
    .content-section {
        padding: 110px 60px 50px 60px;
        font-size: 15px;
        line-height: 24px;
        width: auto;
    }

    h3.section-subtitle {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 35px;
    }

    h3.section-subtitle-2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    a.btn-go-to {
        background-size: auto 18px;
        height: 18px;
        padding-right: 29px;
        font-size: 15px;
    }
}

@media only screen and (min-width: 921px) {
    .content-section {
        width: 100%;
        padding: 160px 0 80px 0;
        font-size: 15px;
        line-height: 22px;
    }

    h2.section-title {
        font-size: 16px;
        line-height: 26px;
    }

    .intro-section h2.section-title {
        margin: 8px 0 0 0;
    }

    h3.section-subtitle,
    h3.section-subtitle-2 {
        font-size: 21px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    a.btn-go-to {
        height: 18px;
        padding-right: 28px;
        margin: 30px 0 0 0;
        font-size: 13px;
    }
}

@media only screen and (min-width: 1441px) {
    .content-section {
        font-size: 18px;
        line-height: 30px;
    }

    h2.section-title {
        font-size: 25px;
        line-height: 36px;
    }

    .intro-section h2.section-title {
        margin: 20px 0 0 0;
    }

    h3.section-subtitle,
    h3.section-subtitle-2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 40px;
    }

    a.btn-go-to {
        background-size: auto 17px;
        height: 23px;
        padding-right: 28px;
        margin: 30px 0 0 0;
        font-size: 18px;
    }
}

.experience-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.experience-list>div {
    width: 45%;
    margin-bottom: 20px;
}

.experience-list>div:last-child {
    margin-bottom: 0;
}

.experience-list .top {
    font-size: 12px;
    line-height: 15px;
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 0.5px solid #000000;
}

.experience-list .top span {
    font-size: 10px;
}

.experience-list .bottom {
    color: #848484;
    font-size: 10px;
}

@media only screen and (min-width: 541px) {
    .experience-list>div {
        width: 47%;
        margin-bottom: 40px;
    }

    .experience-list .top {
        font-size: 20px;
        line-height: 26px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .experience-list .top span {
        font-size: 15px;
    }

    .experience-list .bottom {
        font-size: 15px;
    }
}

@media only screen and (min-width: 921px) {
    .experience-list {
        margin-top: 2px;
    }
    .experience-list>div {
        /* width: 208px; */
        margin-bottom: 40px;
    }

    .experience-list .top {
        font-size: 21px;
        padding-bottom: 20px;
        margin-bottom: 15px;
    }

    .experience-list .top span {
        font-size: 13px;
    }

    .experience-list .bottom {
        font-size: 15px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 1441px) {
    .experience-list {
        margin-top: 2px;
    }
    .experience-list>div {
        /* width: 295px; */
        margin-bottom: 60px;
    }

    .experience-list .top {
        font-size: 28px;
        line-height: 36px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .experience-list .top span {
        font-size: 12px;
    }

    .experience-list .bottom {
        font-size: 18px;
        line-height: 35px;
    }
}

.recognition-list>div {
    max-width: 250px;
    padding: 0 0 15px 0;
    margin-bottom: 20px;
    border-bottom: 0.5px solid #000000;
}

.recognition-list>div:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.recognition-list .top {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 0px;
}

.recognition-list .bottom {
    color: #848484;
    font-size: 9px;
    line-height: 16px;
}

@media only screen and (min-width: 521px) {
    .recognition-list>div {
        max-width: 412px;
        padding: 0 0 25px 0;
        margin-bottom: 30px;
    }

    .recognition-list .top {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .recognition-list .bottom {
        font-size: 15px;
        line-height: 25px;
    }
}

@media only screen and (min-width: 921px) {
    .recognition-list {
        margin-top: 6px;
    }
    .recognition-list>div {
        max-width: 100%;
        padding-bottom: 25px;
        margin-bottom: 30px;
    }

    .recognition-list .top {
        font-size: 21px;
    }

    .recognition-list .bottom {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1441px) {
    .recognition-list {
        margin-top: 2px;
    }
    .recognition-list>div {
        margin-bottom: 40px;
    }

    .recognition-list .top {
        font-size: 30px;
        line-height: 36px;
    }

    .recognition-list .bottom {
        font-size: 18px;
        line-height: 36px;
    }
}

/* -------------- ABOUT -------------- */


/* -------------- FOOTER -------------- */
footer {
    padding: 35px 0;
    font-size: 15px;
}

footer .on-mobile-3 {
    display: block;
}

footer .on-desktop-3 {
    display: none;
}

footer .copyright {
    font-size: 8px;
    color: #848484;
}

footer .social-links {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size: 15px;
}

footer .social-links a {
    color: #848484;
}

footer .social-links a.email,
footer .social-links a:hover {
    color: #000000;
}

footer .contact-info-2 {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5px;
}

footer .contact-info-2>* {
    width: 50%;
    margin-bottom: 15px;
}

footer .contact-info-2>*:nth-child(2n) {
    text-align: right;
}

footer .contact-info-2>div {
    font-size: 15px;
}

footer .contact-info-2>div>span {
    display: none;
}

footer .contact-info-2 a {
    color: #8E8E8E;
}

footer .contact-info-2 a.email {
    color: #000;
}


@media only screen and (min-width: 541px) {
    footer .contact-info-2 {
        font-size: 15px;
        margin-bottom: 5px;
    }

    footer .contact-info-2>* {
        width: max-content;
        margin-bottom: 25px;
    }

    footer .contact-info-2>*:nth-child(2n) {
        text-align: left;
    }

    footer .contact-info-2>div>span {
        display: contents;
    }
}

@media only screen and (min-width: 921px) {
    footer {
        padding: 60px 0;
        font-size: 19px;
    }

    footer .on-mobile-3 {
        display: none !important;
    }

    footer .on-desktop-3 {
        display: flex;
    }


    footer .copyright {
        font-size: 13px;
    }

    footer .social-links {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1441px) {
    footer {
        padding: 80px 0;
        font-size: 30px;
        line-height: 40px;
    }

    footer .copyright {
        font-size: 20px;
    }

    footer .social-links {
        font-size: 25px;
    }

    footer .social-links a.behance_link,
    footer .social-links a.linked_link {
        height: 25px;
    }

    footer .social-links a.behance_link {
        width: 90px;
    }

    footer .social-links a.linked_link {
        width: 88px;
    }
}

/* -------------- FOOTER -------------- */