.loader-container .h1-loader,
.loader-container .h2-loader {
    font-weight: 700;
    font-size: 2.5rem;
    text-transform: capitalize
}

body,
button,
input,
textarea {
    font-family: JetBrains Mono, monospace
}

.loader-container,
body {
    background-color: var(--shade-blue)
}

.tech,
footer p strong {
    text-transform: uppercase
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style-type: none;
    scroll-behavior: smooth;
    line-height: 1.6;
    outline: 0;
    border: none
}

::-webkit-scrollbar {
    width: 15px
}

.container-COE footer,
.container-COE header,
.container-COE main,
body {
    width: 100%
}

::-webkit-scrollbar-track {
    border-radius: 300px;
    background-color: var(--border-color);
    border: 10px solid var(--shade-blue)
}

::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background-color: var(--shade-blue);
    border: 2px solid var(--white)
}

:root {
    --shade-blue: #000f19;
    --white: #ffffff;
    --white-sm: #fefefe;
    --green: #3CCF91;
    --light-green: #9ae6b4;
    --light-pink: #fbb6ce;
    --light-yellow: #faf089;
    --border-color: #ffffff29;
    --gray--color: #a1a1aa;
    --crimson: #dc143c
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: var(--green);
    color: var(--shade-blue);
    padding: 8px;
    z-index: 10000;
    transition: top 0.3s;
    font-weight: 700;
}

.skip-link:focus {
    top: 0;
}

:focus-visible {
    outline: 2px solid var(--green) !important;
    outline-offset: 4px !important;
}

button,
input,
textarea {
    font-size: 1.02rem
}

.loader-container {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    transition: opacity .6s cubic-bezier(.65, 0, .35, 1), visibility .6s;
    background-color: var(--shade-blue);
    will-change: opacity
}

.loader-container.fade-out {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.loader-container .h1-loader {
    color: var(--green)
}

.loader-container .h2-loader {
    color: var(--gray--color)
}

.loader {
    width: 48px;
    height: 48px;
    border: 3px solid rgba(60, 207, 145, .1);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-top: 20px;
    animation: spin 1s cubic-bezier(.4, 0, .2, 1) infinite;
    will-change: transform
}

.loader::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: var(--green);
    width: 10px;
    height: 10px;
    transform: translate(-50%, 50%);
    border-radius: 50%
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.loader-container.hide,
main .headerContent h1.admin span::after {
    display: none
}

body {
    min-height: 100vh;
    padding-bottom: 2rem
}

.aboutMe .profile,
.aboutMe .profile .about,
.aboutMe .profile .edoContainer,
.projectContainer .projects,
.projectContainer .projects .project-box .profile-icon,
main .formlink {
    display: flex
}

.container-COE {
    width: 90%;
    max-width: 1400px;
    min-height: inherit;
    margin: 0 auto
}

.container-COE main {
    margin-top: 2rem
}

main .headerContent {
    position: relative;
    padding: 2rem 0 0 3rem
}

main .headerContent #dotsImg {
    width: 8rem;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1
}

main .headerContent h3.heyStat {
    color: var(--green);
    font-size: 1.8rem
}

main .headerContent h1.admin {
    font-size: clamp(2.5rem, 8vw, 5rem);
    color: var(--white);
    font-weight: 600;
    line-height: 1.1;
    margin: .5rem 0
}

main .headerContent h1.admin span {
    background-image: linear-gradient(180deg, transparent 65%, var(--crimson) 65%, var(--crimson) 85%, transparent 85%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    display: inline
}

main .headerContent article.descAdmin {
    color: var(--white-sm);
    font-size: clamp(1.2rem, 4vw, 2.4rem);
    display: inline-block;
    max-width: 800px
}

main .headerContent article.descAdmin span {
    color: var(--green);
    font-weight: 600
}

main .formlink {
    padding: .5rem 0 0 3rem;
    flex-wrap: wrap
}

main .formlink a.linkContact {
    background-color: #202022;
    padding: .7rem 1.5rem;
    margin: .6rem .6rem 0 0;
    border-radius: .3rem;
    font-size: .9rem;
    font-weight: 600;
    color: var(--white-sm);
    align-items: center;
    display: flex;
    white-space: nowrap
}

main .formlink a.linkContact .iconSVG {
    width: 1.1rem;
    height: 1.1rem;
    margin-right: .3rem
}

.aboutMe .head-litle,
.project .head-litle {
    text-align: center;
    margin: 12.5rem 0 4.5rem
}

.aboutMe .head-litle h1,
.project .head-litle h1 {
    font-size: 2.5rem;
    color: var(--white);
    text-transform: capitalize
}

.aboutMe .profile {
    border-radius: .5rem;
    border: 1px solid var(--green);
    width: 100%;
    min-height: 100vh;
    margin: 2rem auto 10rem;
    color: var(--white);
    padding: 3rem 0;
    flex-wrap: wrap
}

.aboutMe .profile .edoContainer {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 3rem;
    width: 90%;
    margin: 0 auto
}

.aboutMe .profile .edoContainer .col h2 {
    font-size: 1.7rem;
    text-transform: capitalize;
    color: var(--white-sm);
    margin: .4rem 0;
    font-weight: 500
}

.aboutMe .profile .about {
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 0 1rem
}

.aboutMe .profile .about .admin-profile {
    width: 100%;
    max-width: 300px
}

.aboutMe .profile .about .profile-description {
    width: 100%;
    max-width: 800px
}

.aboutMe .profile .about .profile-description h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 600;
    text-transform: capitalize;
    margin: 1.2rem 0;
    color: var(--green);
    letter-spacing: .4px
}

.profile .about .profile-description p,
.project .box p,
footer p {
    color: var(--gray--color)
}

.profile .about .profile-description p {
    margin: .6rem 0;
    font-size: 1.05rem
}

.projectContainer .projects {
    justify-content: space-between;
    flex-wrap: wrap
}

.projectContainer .projects .project-box {
    width: 45%;
    padding-bottom: 1.2rem;
    border-radius: .3rem .3rem 0 0;
    overflow: hidden;
    margin: 2.2rem 0;
    border-bottom: 1px solid var(--border-color)
}

.projectContainer .projects .project-box section {
    margin: .5rem auto .9rem;
    height: 16rem;
    border-radius: .5rem;
    overflow: hidden
}

.projectContainer .projects .project-box section img {
    width: 100%;
    border-radius: .5rem;
    object-fit: cover;
    transition: .2s ease-in-out
}

.projectContainer .projects .project-box img:hover {
    transform: scale(1.05)
}

.projectContainer .projects .project-box .title-project {
    margin: .3rem 0;
    display: flex;
    align-items: baseline;
    justify-content: space-between
}

.project .box .title-project h1,
.projectContainer .projects .project-box .title-project h1 {
    font-weight: 400;
    font-size: 1.6rem;
    color: var(--gray--color);
    text-transform: capitalize
}

.description {
    color: #a0a0a0;
    font-size: 1.02rem;
    padding: 2rem .5rem;
    font-weight: 400
}

.tech {
    color: #2682fb;
    background-color: #2269f722;
    padding: .2rem .6rem;
    font-size: .8rem;
    font-weight: 600;
    border-radius: .4rem;
    margin: .3rem
}

footer {
    display: block;
    margin: 4rem 0 1.2rem
}

footer p {
    font-family: 0.9rem;
    font-weight: 500;
    text-align: center
}

footer p strong {
    font-size: 1.01rem;
    font-weight: 500;
    color: var(--green)
}

@media only screen and (max-width:1240px) {
    .aboutMe .profile {
        display: flex;
        text-align: center;
        flex-direction: column;
        padding-top: 3rem
    }

    .aboutMe .profile .about .admin-profile img {
        width: 100%;
        margin: 0
    }

    .aboutMe .profile .about .profile-description {
        width: 100%
    }

    .profile .about .profile-description p {
        text-wrap: balance
    }

    .aboutMe .profile .about,
    .aboutMe .profile .edoContainer {
        flex-direction: column
    }

    .aboutMe .profile .edoContainer .col li {
        text-align: unset;
        list-style-type: none
    }
}

@media only screen and (max-width:1150px) {
    .projectContainer {
        flex-direction: column
    }

    .projectContainer .project-box {
        min-width: 100%;
        height: auto;
        margin: 1.2rem 0 0
    }

    .projectContainer .projects .project-box section {
        height: fit-content
    }
}

@media only screen and (max-width:1030px) {
    main .headerContent h1.admin span {
        display: block;
        width: fit-content
    }
}

@media only screen and (max-width:820px) {
    .projectContainer .projects .project-box {
        min-width: 100%
    }

    main .headerContent h1.admin {
        text-wrap: balance
    }

    main .headerContent article.descAdmin {
        font-size: 2rem
    }

    .project .box .creative-title {
        font-size: 3rem
    }
}

@media only screen and (max-width:750px) {
    main .formlink {
        flex-direction: column
    }
}

@media only screen and (max-width:680px) {

    main .formlink,
    main .headerContent {
        padding: 0
    }

    .aboutMe .profile .about .admin-profile {
        width: 70%
    }

    main .headerContent article.descAdmin {
        font-size: 1.5rem;
        margin: .4rem 0
    }

    .aboutMe .profile .about .profile-description h2 {
        font-size: 2.1rem
    }
}

@media only screen and (max-width:500px) {
    .projectContainer .project-box h1 {
        font-size: 1.11rem !important
    }

    main .headerContent h1.admin span::after {
        display: none
    }

    .profile .about .profile-description p {
        font-size: .95rem;
        padding: .5rem .1rem;
        line-height: 1.6
    }

    .project .box .creative-title {
        font-size: 1.8rem
    }

    footer p strong {
        display: block;
        margin-top: .5rem
    }

    .aboutMe .profile .edoContainer ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: .75rem;
        padding: 0
    }

    .aboutMe .profile .edoContainer li {
        margin: 0 !important;
        white-space: nowrap;
        font-size: .8rem;
        padding: .5rem 1rem
    }

    .aboutMe .profile .edoContainer .col h2 {
        font-size: 1.4rem;
        text-align: center;
        margin-bottom: 1rem
    }
}