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

:root {
    --cream: #E6DACE;
    --white: #FFFEFE;
    --lightcream: #F5EDE6;
    --shd: -11.31px 11.31px 17px 0px rgba(138,131,124,0.23);
}

html, body, main {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
    transition: 2s ease-in 1s;
    scroll-behavior: smooth;
}

.profile-insight {
    display: flex;
}

.insight-left {
    width: 39%;
}

.insight-right {
    width: 61%;
}

.profile-insight-detail {
    justify-content: center;
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    transition: all .25s ease-in-out;
}

.profile-insight-detail img {
    width: 248px;
    height: 248px;
    object-fit: fill;
    margin: 0 auto;
}

.profile-insight-detail-left {
    margin-left: 128px;
    min-width: 350px;
    background-color: var(--lightcream);
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .8));
    padding: 0;
}

.profile-insight-detail-left article {
    padding: 64px;
}

.profile-insight-detail-left h4 {
    line-height: 1.2em;
    font-size: 34px;
}

.profile-insight-detail-right {
    padding: 48px;
    width: 40%;
    background-color: var(--white);
}

.profile-insight-detail-right h1 {
    font-size: 128px;
    padding: 0;
    margin: 0;
}

.profile-insight-detail-right h6 {
    font-weight: normal;
    padding: 0;
    margin: 0;
}

.profile-insight-social-media {
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 16px;
}

.profile-insight-social-media img {
    width: 30px;
    height: 30px;
}

.icon-scale-animate {
    transition: all .25s ease-in-out;
}

.icon-scale-animate:hover {
    transform: scale(1.3);
}

.education-item {
    display: flex;
    margin-top: 16px;
}

.education-item img {
    width: 150px;
    height: 150px;
}

.education-item div {
    width: 100%;
}

.education-item h4 {
    font-weight: 600;
}

.item-details {
    margin-bottom: 32px;
}

.item-details h5 {
    font-weight: 600;
}

.rounded-10 {
    border-radius: 10% !important;
}

.profile-cna img {
    width: 45%;
    padding: 16px 2.5%;
    min-width: 330px;
}

.profile-cna img {
    transition: all .15s ease-in-out;
}

.profile-cna img:hover {
    transform: scale(1.1);
}

.profile-skills article {
    margin-top: 16px;
    margin-bottom: 32px;
}

.profile-skills article h4 {
    font-weight: 600;
}

.slp-wrapper {
    width: 48%;
    margin: 16px 0px;
    min-width: 330px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    padding: 16px;
    border-radius: 12px;
    transition: all .15s ease-in-out;
}

.slp-wrapper:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.project-list article {
    width: 48%;
    padding: 16px 0;
    min-width: 330px;
}

.project-list article img {
    width: 150px;
    height: 150px;
}

.btn-view {
    width: 100%;
    border: 2px solid black;
    background-color: white;
    border-radius: 8px;
    padding: 8px 0px;
    transition: all .2s ease-in-out;
    margin-top: 16px;
}

.btn-view:hover {
    border: 2px solid black;
    background-color: black;
    color: white;
}

#btn-sidebar {
    display: none;
}

#web-nav {
    display: none;
}

.accordion-button:not(.collapsed) {
    background-color: white !important;
    box-shadow: none !important; 
    color: black !important;
}

.accordion-item {
    border: none !important;
}

.accordion-button {
    border: none !important;
    padding: 1rem 0rem !important;
}

.accordion-button:focus {
    box-shadow: none !important;
    border-color: rgba(0,0,0,.125) !important;
}

#btn-top {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    position: fixed;
    bottom: 32px;
    right: 32px;
    background-color: white;
    border: 2px solid black;
    cursor: pointer;
    transition: all .15s ease-in-out;
    display: flex;
    align-content: center;
    justify-content: center;
    z-index: 1000;
}

#btn-top:hover {
    background-color: black;
}

#icn-arrow-top {
    filter: invert(0%) sepia(5%) saturate(7482%) hue-rotate(261deg) brightness(98%) contrast(106%);
    transition: all .15s ease-in-out;
    width: 50%;
}

#icn-arrow-top:hover {
    filter: invert(97%) sepia(100%) saturate(12%) hue-rotate(211deg) brightness(102%) contrast(104%);
}

.nav-link {
    cursor: pointer !important;
}

.custom-navigation {
    margin: 0px 8px 16px 8px;
}

.custom-navigation-web {
    margin: 0px 8px;
}

.custom-navigation h6, .custom-navigation-web h6 {
    padding-bottom: 0;
    color: black !important;
}

.custom-navigation.active, .custom-navigation-web.active {
    display: inline-block;
    border-bottom: 3px solid var(--cream);
}

.navbar-light .navbar-toggler {
    border: none !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
}

.web-nav {
    display: flex;
    align-content: center;
}

.custom-navigation-web:hover {
    display: inline-block;
    border-bottom: 3px solid var(--cream);
}

.footer-contact-item {
    display: flex;
    padding: 4px 0;
    flex-wrap: wrap;
}

.footer-contact-item h5 {
    min-width: 25%;
    font-weight: 400;
}

.footer-contact-item a {
    width: 50%;
    font-weight: 400;
}

.footer-contact-item a h5 {
    width: 100%; 
    font-weight: 400;
}

/* Colors */
.bg-cream {
    background-color: var(--cream) !important;
}

.bg-light-cream {
    background-color: var(--lightcream) !important;
}


.bg-white {
    background-color: var(--white) !important;
}

.footer-section {
    display: flex;
    width: 100%;
}

.footer-contact-section {
    width: 50%;
}

.footer-email-section {
    width: 50%;
}

@media only screen and (max-width: 1210px) {
    .profile-insight-detail-right {
        width: 100%;
    }
}


@media only screen and (max-width: 1210px) {
    .footer-section {
        display: block !important;
    }

    .footer-contact-section {
        width: 100%;
    }

    .footer-email-section {
        width: 100%;
        margin-top: 64px;
    }
}

@media only screen and (max-width: 1210px) {
    .profile-insight-detail {
        top: 10%;
    }

    .profile-insight-detail-left {
        margin-bottom: 64px;
    }

    .profile-insight-detail-right {
        width: 100%;
    }

    #panelsStayOpen-collapseThree .accordion-body {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 800px) {
    .profile-insight-detail-left {
        margin-left: 16px;
        width: 350px;
        min-width: 400px;
    }

    .profile-insight-detail-left article {
        padding: 32px;
    }

    .profile-insight-detail-right {
        padding: 24px;
    }
}

@media only screen and (max-width: 844px) {
    .slp-wrapper {
        width: 100%;
    }
}

@media only screen and (max-width: 812px) {
    .project-list article {
        width: 100%;
    }

    .profile-cna img {
        width: 100% !important;
        height: 400px;
    }
}

@media only screen and (max-width: 595px) {
    .footer-contact-item {
        display: block !important;
        margin-top: 16px;
    }

    .profile-cna img {
        height: 350px;
    }
}

@media only screen and (max-width: 542px) {
    .profile-insight-detail-left {
        min-width: 300px;
    }

    .profile-cna img {
        height: 325px;
    }
}

@media only screen and (max-width: 480px) {
    .profile-insight-detail-left h4 {
        font-size: 28px;
        padding-bottom: 16px !important;
        padding-top: 16px !important
    }

    .profile-insight-detail-left article img {
        width: 150px;
        height: 150px;
    }

    .education-item {
        display: block;
        text-align: center;
    }

    .education-item div {
        text-align: left;
    }

    .education-item h4 {
        margin-top: 16px;
    }

    .project-list article {
        display: block !important;
        text-align: center;
    }

    .project-list article div {
        margin-top: 16px;
        text-align: left;
    }

    .profile-cna img {
        height: 250px;
    }
}

@media only screen and (max-width: 403px) {
    .profile-cna img, .project-list article, .slp-wrapper {
        min-width: 250px;
    }

    .profile-cna img {
        height: 200px;
    }

    .profile-insight-detail-right h1 {
        font-size: 96px;
    }
}