/* filepath: d:\Programming\Web Dev\rawfin.net\rawfin.net\assets\css\styles.css */
:root {
    --header-height: 3.5rem;
    --first-hue: 14;
    --sat: 100%;
    --lig: 64%;
    --sky-blue-hue: 200;
    --first-color: hsl(var(--sky-blue-hue), 100%, 50%);
    --second-hue: 219;
    /* --first-color: hsl(var(--first-hue), var(--sat), var(--lig)); */
    --first-color-alt: hsl(var(--sky-blue-hue), 100%, 50%);
    --title-color: hsl(var(--second-hue), 15%, 95%);
    --text-color: hsl(var(--second-hue), 8%, 75%);
    --text-color-light: hsl(var(--second-hue), 4%, 55%);
    --hero-color: #ededed;
    --body-color: #0d0d0d8f;
    --container-color: hsl(219deg 5.13% 13.62% / 54%);
    --skill-color: #dbdbdb;
    --skill-background: #3939398c;
    --hero-background: rgba(5, 13, 24, 0.3);
    --dark: #131313;
    --light: hsl(var(--second-hue), 100%, 99%);
    --light-transparent: #f3f3f3d6;
    --body-font: "Poppins", sans-serif;
    --biggest-font-size: 1.75rem;
    --h1-font-size: 1.5rem;
    --h2-font-size: 1.25rem;
    --h3-font-size: 1rem;
    --normal-font-size: 0.938rem;
    --small-font-size: 0.813rem;
    --smaller-font-size: 0.75rem;
    --tiny-font-size: 0.625rem;
    --font-medium: 500;
    --font-semibold: 600;
    --z-tooltip: 10;
    --z-fixed: 100;
    --z-modal: 1000;
}

@media screen and (min-width: 968px) {
    :root {
        --biggest-font-size: 2.5rem;
        --h1-font-size: 2.25rem;
        --h2-font-size: 1.5rem;
        --h3-font-size: 1.25rem;
        --normal-font-size: 1rem;
        --small-font-size: 0.875rem;
        --smaller-font-size: 0.813rem;
    }
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-margin-top: 50px;
}

html {
    background-color: #000;
    scroll-behavior: smooth;
}

body,
button,
input,
textarea {
    font-size: var(--normal-font-size);
    font-family: var(--body-font);
}

body {
    transition: .4s;
    background: radial-gradient(ellipse at top, #1c1c1c 0, #090a0f 100%);
    color: var(--text-color);
}

* {
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-select: none;
}

h1,
h2,
h3 {
    color: var(--title-color);
    font-weight: var(--font-semibold);
}

ul {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

* {
    -webkit-tap-highlight-color: transparent;
}

button {
    cursor: pointer;
    outline: 0;
    border: none;
}

img {
    max-width: 100%;
    height: auto;
}

td[rowspan] {
    vertical-align: top;
    padding-right: .3rem;
    text-align: left;
}

span .bx:first-child {
    padding-bottom: .05rem;
}

.link {
    color: #007aff;
}

.typing {
    filter: drop-shadow(.125rem .125rem .225rem rgba(1, 1, 1, 1));
    font-weight: 600;
}

.bottom-gradient {
    position: absolute;
    z-index: -69;
    margin-top: -2000px;
    background: radial-gradient(ellipse at bottom, #1c1c1c 0, #090a0f 100%);
    width: 100%;
    height: 2000px;
}

.change-theme {
    transition: .3s;
    cursor: pointer;
    font-size: 1.25rem;
}

.change-theme:hover {
    color: var(--first-color);
}

body.light-theme {
    --title-color: hsl(var(--second-hue), 15%, 15%);
    --text-color: hsl(var(--second-hue), 8%, 35%);
    --body-color: hsl(var(--second-hue), 100%, 99%);
    --container-color: #fff;
    --skill-color: #353535;
    --skill-background: #cdcdcd8c;
    --hero-background: none;
    --hero-color: white;
    background: radial-gradient(ellipse at top, #ededed 0, #fff 100%);
}

.light-theme .scroll-header {
    box-shadow: 0 2px 4px hsl(0, 0%, 1%, .1);
}

.light-theme .nav__menu {
    background-color: hsl(0deg 0% 89.91% / 84%);
}

.light-theme .section__subtitle {
    color: var(--text-color);
}

.light-theme .home__social-link {
    box-shadow: 0 2px 8px hsl(var(--second-hue), 48%, 8%, .1);
}

.light-theme .footer__social-link,
.light-theme .home__social::after {
    background-color: var(--title-color);
}

.light-theme .active,
.light-theme .active-work {
    color: #fff;
}

.light-theme .button,
.light-theme .button:hover,
.light-theme .footer__copy,
.light-theme .footer__link,
.light-theme .footer__title,
.light-theme .home__scroll,
.light-theme .home__social-link {
    color: var(--title-color);
}

.light-theme .about__box {
    box-shadow: 0 2px 10px hsl(var(--second-hue), 48%, 8%, .1);
}

.light-theme .contact-card,
.light-theme .services__card,
.light-theme .skills__content,
.light-theme .testimonial__card,
.light-theme .work__card {
    box-shadow: 0 2px 16px hsl(var(--second-hue), 48%, 8%, .1);
}


.light-theme .about__img {
    box-shadow: 0 5px 16px hsl(var(--second-hue), 48%, 8%, .2);
}

.light-theme::-webkit-scrollbar {
    background-color: hsl(var(--second-hue), 8%, 66%);
}

.light-theme::-webkit-scrollbar-thumb {
    background-color: hsl(var(--second-hue), 8%, 54%);
}

.light-theme::-webkit-scrollbar-thumb:hover {
    background-color: hsl(var(--second-hue), 8%, 44%);
}

.container {
    max-width: 1200px;
}

.grid {
    display: grid;
    gap: 1.25rem;
}

.main {
    overflow: hidden;
}

.home {
    margin-top: 3rem;
}

.section {
    padding: 1.5rem 1rem;
}

.section__subtitle,
.section__title {
    text-align: center;
}

.section__title {
    margin-bottom: 1.3rem;
    color: var(--first-color);
    font-size: var(--h2-font-size);
}

.section__subtitle {
    display: block;
    color: var(--text-color-light);
    font-size: var(--smaller-font-size);
}

.bold {
    font-weight: 700;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.link-icon {
    font-size: .8rem;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--z-fixed);
    backdrop-filter: blur(10px);
    transition: .4s;
    box-shadow: 0 4px 4px hsla(0, 0%, 4%, .3);
    background-color: var(--body-color);
    width: 100%;
}

.light-theme .header {
    box-shadow: 0 2px 4px hsl(0, 0%, 1%, .1);
    background-color: var(--light-transparent);
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    height: var(--header-height);
}

.nav__logo {
    transition: .4s;
    color: var(--first-color);
    font-weight: var(--font-medium);
}

.nav__logo:hover {
    color: var(--first-color-alt);
}


.nav__menu {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    z-index: 999;
    backdrop-filter: blur(5px);
    transition: .4s;
    transition: width 2s, height 2s, background-color .4s, transform .4s;
    box-shadow: rgb(0 0 0 / 25%) 2px 16px 30px, rgb(0 0 0 / 29%) 0 8px 10px;
    border-radius: 1rem;
    background-color: #131516de;
    padding: 1rem 2.25rem;
}

.light-theme .nav__menu {
    box-shadow: rgb(0 0 0 / 4%) 2px 16px 30px, rgb(0 0 0 / 17%) 0 8px 10px;
}

.nav__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav__link {
    display: flex;
    border-radius: 5rem;
    padding: .4rem;
    color: var(--text-color);
    font-size: 1.25rem;
}

.active-link {
    filter: drop-shadow(0 2px 8px rgb(0, 0, 0));
    color: var(--first-color);
}

.about-title {
    text-align: center;
}

.about-title h1 {
    font-size: var(--biggest-font-size);
}

.about-title h3 {
    margin-bottom: 1.5rem;
    color: var(--text-color);
    font-weight: var(--font-medium);
    font-size: var(--small-font-size);
}

.button {
    display: inline-block;
    transition: .4s;
    border-radius: .5rem;
    background-color: var(--first-color);
    padding: .75rem 1rem;
    color: var(--body-color);
    font-weight: var(--font-medium);
}

.button:hover {
    background-color: var(--first-color-alt);
    color: var(--body-color);
}

.button--ghost {
    border: 2px solid var(--first-color);
    background-color: transparent;
    color: var(--first-color);
}

.about__img {
    justify-self: center;
    border-radius: 1.5rem;
    width: 220px;
}

.about__info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .5rem;
    margin: 2rem 0 0;
}

.about__box {
    border-radius: .75rem;
    background-color: var(--container-color);
    padding: .75rem .5rem;
    text-align: center;
}

.about__icon {
    margin-bottom: .5rem;
    max-width: 24px;
    max-height: 24px;
    color: var(--first-color);
    font-size: 1.5rem;
}

.about__title {
    font-size: var(--small-font-size);
}

.about__subtitle {
    font-size: var(--tiny-font-size);
}

.highlight {
    color: var(--title-color);
    font-weight: var(--font-medium);
}

.highlight {
    transition: .4s ease;
}

c {
    border-radius: 4px;
    background-color: var(--skill-background);
    padding: 1px 5px;
    color: var(--skill-color);
    white-space: nowrap;
}

.skills__container {
    justify-content: center;
    min-width: 3.5rem;
}

.skills__content {
    border-radius: 1.25rem;
    background-color: var(--container-color);
    padding: 1.5rem;
}

#skills p {
    display: contents;
}

#skills {
    margin: auto;
    max-width: 50rem;
}

.skills-title {
    margin-left: .3rem;
    color: var(--first-color);
    font-weight: var(--font-semibold);
}

.skills__title {
    margin-bottom: 1.5rem;
    color: var(--first-color);
    font-weight: var(--font-medium);
    font-size: var(--normal-font-size);
    text-align: center;
}

.skills__box {
    display: flex;
    column-gap: 2.5rem;
    justify-content: center;
}

.skills__group {
    display: grid;
    row-gap: 1rem;
    align-content: flex-start;
}

.skills__data {
    display: flex;
    column-gap: .5rem;
}

.skills .bxs-badge-check {
    color: var(--first-color);
    font-size: 1rem;
}

.skills__name {
    font-size: var(--normal-font-size);
    line-height: 18px;
}

.skills__level {
    font-size: var(--tiny-font-size);
}

.skills__star {
    margin-top: 2px;
    font-size: var(--tiny-font-size);
}

.sub__skills__level {
    padding-bottom: 10px;
    font-weight: var(--font-medium);
    font-size: var(--tiny-font-size);
}

.skill {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.services__container {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    padding-top: 1rem;
}

.services__card {
    border-radius: 1rem;
    background-color: var(--container-color);
    padding: 3rem 1.5rem 1.5rem;
}

.services__title {
    margin-bottom: 2.5rem;
    font-size: var(--h3-font-size);
}

.services__buttton {
    display: flex;
    column-gap: .25rem;
    align-items: center;
    cursor: pointer;
    color: var(--first-color);
    font-size: var(--small-font-size);
}

.work__container {
    padding-top: 1rem
}

.work__filters {
    display: flex;
    column-gap: .75rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.work__filters {
    display: flex;
    gap: 1rem
}

.card-buttons {
    display: flex;
    gap: 2rem;
}

.card-info {
    display: flex;
}

.card-icon {
    margin: auto 1rem auto 0;
    height: 3rem;
}

.card-details-icon {
    margin-bottom: 1rem;
    text-align: center;
}

.card-details-icon-img {
    border-radius: 0.5rem;
    max-width: 10rem;
    max-height: 10rem;
    align-self: center;
}

.services__icon {
    transition: .4s;
    padding-top: .1rem;
    font-size: 1rem;
}

.services__modal {
    display: grid;
    position: fixed;
    place-items: center;
    visibility: hidden;
    opacity: 0;
    z-index: var(--z-modal);
    transition: .4s;
    inset: 0;
    background-color: hsl(0deg 0% 0% / 70%);
    padding: 2rem 1rem;
}

.services__modal-content {
    position: relative;
    border-radius: 1.5rem;
    background-color: var(--dark);
    padding: 2.5rem;
}

.light-theme .services__modal-content {
    background-color: var(--light);
}

.services__modal-description,
.services__modal-title {
    text-align: center;
}

.services__modal-title {
    margin-bottom: .5rem;
    color: var(--first-color);
    font-size: var(--h3-font-size);
}

.services__modal-description {
    margin-bottom: 1rem;
    font-size: var(--small-font-size);
}

.services__modal-list {
    display: grid;
    row-gap: .2rem;
}

.services__modal-item {
    display: flex;
    column-gap: .5rem;
    align-items: flex-start;
}

.services__modal-icon {
    color: var(--first-color);
    font-size: 1.5rem;
}

.services__modal-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    cursor: pointer;
    color: var(--first-color);
    font-size: 1.5rem;
}

.active-modal {
    visibility: visible;
    opacity: 1;
}

.quote-section {
    padding: 3rem 0 6rem;
}

.quote-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    min-width: 20rem;
    max-width: 50rem;
}

.quote-container i {
    margin: auto;
    color: var(--first-color);
    font-size: 9rem;
}

.quote-container div {
    margin: auto;
    padding: 0 0 .7rem 0;
    min-width: 20rem;
    max-width: 35rem;
    font-size: 1.5rem;
}

.quote-container span {
    color: var(--first-color);
    font-weight: 700;
}

@media screen and (max-width: 815px) {
    .quote-container div {
        padding: 0;
    }

    .quote-container p {
        padding: 0 .5rem;
        font-size: var(--h2-font-size);
        text-align: center;
    }
}

.work__container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    max-width: 1450px
}

.work__filters {
    display: flex;
    column-gap: .75rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.work__filters {
    display: flex;
    gap: 1rem;
}

.nav-links a,.tab,.work__item {
    transition: opacity .3s ease;
    cursor: pointer;
    border-radius: .5rem;
    padding: .25rem .75rem;
    color: var(--title-color);
    font-weight: var(--font-medium)
}


.nav-links a {
    font-weight: 400 !important;
}

.nav-links a:hover,.tab:hover,.work__item:hover {
    opacity: .8;
}


.work__card {
    margin: 1rem 1.5rem;
    border-radius: 1rem;
    background-color: var(--container-color);
    padding: 1rem;
    min-width: 18rem;
    max-width: 20rem;
}

.work__img {
    margin-bottom: .3rem;
    border-radius: 1rem;
    width: 100%;
    aspect-ratio: 16/10;
}

.work__title {
    margin-bottom: .25rem;
    font-weight: var(--font-medium);
    font-size: var(--normal-font-size);
}

.work__button {
    display: flex;
    column-gap: .25rem;
    align-items: center;
    cursor: pointer;
    width: max-content;
    color: var(--first-color);
    font-size: var(--small-font-size);
}

.work__button:hover .work__icon {
    transform: translateX(.25rem);
}

.work__icon {
    transition: .4s;
    font-size: 1rem;
}

.active,
.active-work {
    background-color: var(--first-color);
    color: var(--dark);
}

#certificates {
    padding: 2rem 0 0;
    background-color: transparent;
}

.certificates-wrapper {
    position: relative;
    max-width: 100%;
    padding: 2rem 0;
}

.testimonial__container {
    margin: 0;
    padding: 2rem 0 4rem;
    overflow: visible;
}

.testimonial__card {
    position: relative;
    margin-bottom: 0;
    border-radius: 0.75rem;
    background-color: var(--container-color);
    padding: 1rem;
    width: 300px;
    min-width: 280px;
    max-width: 320px;
    height: auto;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}


.testimonial__img {
    border-radius: 3rem;
}


.certificate__img-wrapper {
    position: relative;
    width: 100%;
    height: 210px;
    overflow: hidden;
    border-radius: 0.75rem 0.75rem 0 0;
    background-color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
}

.certificate__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.3s ease;
}

.certificate__img-wrapper:hover .certificate__img {
    transform: scale(1.05);
}

.certificate__info {
    padding: 1.25rem 1.25rem 1.5rem;
    background-color: rgba(20, 20, 20, 0.8);
}

.certificate__name {
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 0.4rem;
    line-height: 1.3;
    min-height: 2.6rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.certificate__org {
    color: var(--first-color);
    font-size: 0.8rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.certificate__link-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--first-color);
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    word-break: break-word;
    flex-wrap: wrap;
}

.certificate__link-btn i {
    font-size: 1rem;
    flex-shrink: 0;
}

.certificate__link-btn:hover {
    color: #fff;
    gap: 0.6rem;
}

.certificate__link-btn .bx-link-external {
    font-size: 0.75rem;
}

/* Remove old styles */
.certificate__overlay,
.certificate__content,
.certificate__title,
.certificate__issuer,
.certificate__footer,
.certificate__button,
.certificates-nav {
    display: none;
}

.testimonial__name {
    mask-border: .25rem;
    font-weight: var(--font-medium);
    font-size: var(--normal-font-size);
}

.testimonial__description {
    font-size: var(--small-font-size);
}

.swiper-pagination {
    bottom: 0 !important;
}

.swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.3);
    width: 8px;
    height: 8px;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet:hover {
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: var(--first-color);
    opacity: 1;
    width: 20px;
    border-radius: 4px;
}

.title {
    padding-bottom: 4rem;
    color: var(--title-color);
    font-weight: var(--font-semibold);
    font-size: var(--normal-font-size);
}

.desc {
    font-size: var(--small-font-size);
}

.timeline {
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 1.4em;
    list-style: none;
}

.timeline-content p {
    padding-bottom: .3rem;
}

.timeline-content h2 {
    padding-bottom: .3rem;
}

.timeline-content b {
    font-weight: 600;
}

.timeline-item {
    position: relative;
    padding-left: 40px;
}

.timeline-item:last-child {
    padding-bottom: 0;
}

.timeline-item:hover .anchor-highlight {
    color: var(--first-color);
}

.timeline-info {
    margin: 0 0 .5em 0;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    white-space: nowrap;
}

.timeline-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
}

.timeline-marker:before {
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    transition: background .3s ease-in-out, border .3s ease-in-out;
    border: 3px solid transparent;
    border-radius: 100%;
    background: var(--first-color);
    width: 9px;
    height: 9px;
    content: "";
}

.timeline-marker:after {
    display: block;
    position: absolute;
    top: 27px;
    bottom: 4px;
    left: 5px;
    background: #ccd5db;
    width: 3px;
    content: "";
}

.timeline-item:last-child .timeline-marker:after {
    content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
    border: 3px solid var(--first-color);
    background: 0 0;
}

.container-fluid {
    margin: 0 auto;
    min-width: 23rem;
    max-width: 60rem;
}

.timeline-content {
    padding-bottom: 1rem;
}

.timeline-content p:last-child {
    margin-bottom: 0;
}

.anchor-highlight {
    font-weight: var(--font-medium);
}

.anchor-highlight:hover {
    color: #007aff;
}

#bsc-highlight:hover,
#career-highlight:hover {
    color: #007aff;
}

.career:hover .anchor-highlight {
    color: var(--first-color);
}

.anchor-highlight {
    transition: .4s ease;
}

.period {
    padding: 0;
}

.period .timeline-info {
    display: none;
}

.period .timeline-marker:before {
    position: absolute;
    top: -6px;
    bottom: 30px;
    border: none;
    border-top: 3px solid #ccd5db;
    border-radius: 0;
    background: 0 0;
    width: 15px;
    height: auto;
    content: "";
}

.period .timeline-marker:after {
    top: auto;
    height: 32px;
    content: "";
}

.period .timeline-content {
    padding: 40px 0 70px;
}

.period .timeline-title {
    margin: 0;
}

.contact-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.5rem;
    margin: 0 auto;
    max-width: 60rem;
}

.contact__title {
    margin-bottom: 1.5rem;
    font-size: var(--h3-font-size);
    text-align: center;
}

.contact__info {
    display: grid;
    gap: 1rem;
}

.contact-card {
    cursor: pointer;
    border-radius: .75rem;
    background-color: var(--container-color);
    padding: 1rem;
    width: 12rem;
    text-align: center;
}

.contact-card-icon {
    transition: .4s;
    margin-bottom: .25rem;
    color: var(--title-color);
    font-size: 2rem;
}

.contact-card:hover .contact-card-icon {
    color: var(--first-color);
}

.contact-card-data,
.contact-card-title {
    font-size: var(--small-font-size);
}

.contact-card-title {
    font-weight: var(--font-medium);
}

.contact-card-data {
    display: block;
    margin-bottom: .5rem;
}

.contact-button {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--first-color);
    font-size: var(--small-font-size);
}

.contact-button:hover .contact-button-icon,
.contact-card:hover .contact-button-icon {
    transform: translateX(.25rem);
}

.contact-button-icon {
    transition: .4s;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}

.contact__form-div {
    position: relative;
    margin-bottom: 2rem;
    height: 4rem;
}

.contact__form-input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    outline: 0;
    border: 2px solid var(--text-color-light);
    border-radius: .75rem;
    background: 0 0;
    padding: 1.5rem;
    width: 100%;
    height: 100%;
    color: var(--text-color);
}

.contact__form-tag {
    position: absolute;
    top: - .75rem;
    left: 1.25rem;
    z-index: 10;
    background-color: var(--body-color);
    padding: .25rem;
    font-size: var(--smaller-font-size);
}

.contact__form-area {
    height: 11rem;
}

.contact__form-area textarea {
    resize: none;
}

.copied-notification {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    border-radius: 5px;
    background-color: #4caf50;
    padding: 10px 20px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.clipboard-notification {
    position: fixed;
    top: 10px;
    right: 10px;
    border-radius: 5px;
    background-color: #4caf50;
    padding: 10px;
    color: #fff;
}

.footer {
    background-color: var(--first-color);
}

.footer__container {
    padding: 2rem 0 6rem;
}

.footer__link,
.footer__title {
    color: var(--dark);
}

.footer__title {
    margin-bottom: 2rem;
    text-align: center;
}

.footer__list {
    display: flex;
    column-gap: 1.5rem;
    justify-content: center;
    margin-bottom: 2rem;
}

.footer__social {
    display: flex;
    column-gap: 1.25rem;
    justify-content: center;
}

.footer__social-link {
    display: inline-flex;
    border-radius: .5rem;
    background-color: var(--dark);
    padding: .4rem;
    color: var(--first-color);
    font-size: 1.25rem;
}

.footer__copy {
    display: block;
    margin-top: 4.5rem;
    color: var(--dark);
    font-size: var(--smaller-font-size);
    text-align: center;
}

.icon {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 80%;
    line-height: 1;
    text-rendering: auto;
    text-transform: none;
}

::-webkit-scrollbar {
    border-radius: .5rem;
    background-color: hsl(var(--second-hue), 8%, 38%);
    width: .6rem;
}

::-webkit-scrollbar-thumb {
    border-radius: .5rem;
    background-color: hsl(var(--second-hue), 8%, 26%);
}

::-webkit-scrollbar-thumb:hover {
    background-color: hsl(var(--second-hue), 8%, 20%);
}

@media screen and (max-width: 320px) {
    .nav__menu {
        padding: 1rem 1.5rem;
    }

    .home__buttons {
        flex-direction: column;
    }

    .home__handle {
        width: 150px;
        height: 253px;
    }

    .home__img {
        width: 130px;
    }

    .about__info {
        grid-template-columns: repeat(2, 1fr);
    }

    .skills__box {
        column-gap: 1rem;
    }

    .skills__name {
        font-size: var(--small-font-size);
    }

    .services__container {
        grid-template-columns: 145px;
        justify-content: center;
    }

    .tab,
    .work__item {
        font-size: var(--small-font-size);
    }

    .work__filters {
        column-gap: .25rem;
    }
}

@media screen and (min-width: 576px) {
    .nav__menu {
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 328px;
    }

    .about__info {
        grid-template-columns: repeat(3, 140px);
        justify-content: center;
    }

    .services__container {
        grid-template-columns: repeat(2, 160px);
        justify-content: center;
    }

    .services__modal-content {
        padding: 2.5rem;
        width: 500px;
    }

    .contact__info {
        grid-template-columns: 300px;
        justify-content: center;
    }

    .contact__form {
        margin: 0 auto;
        width: 360px;
    }
}

@media screen and (min-width: 767px) {
    .work__card {
        margin: 1.2rem;
        width: auto;
    }
}

@media screen and (max-width: 768px) {
    .nav-links {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .testimonial__container {
        margin: 0;
        padding: 0 1rem;
    }

    .about-title h3 {
        margin-bottom: .5rem;
    }
}

@media screen and (max-width: 400px) {
    .testimonial__container {
        padding: 0 3rem;
    }

    .testimonial__card {
        min-width: 18rem;
        max-width: 20rem;
    }

    .contact-container {
        gap: .5rem;
    }
}

@media screen and (max-width: 460px) {
    .contact-card {
        width: 10rem;
    }

    .timeline-item {
        padding-left: 30px;
    }

    .timeline-content p {
        text-align: left;
    }
}

@media screen and (min-width: 992px) {
    .div1 {
        grid-area: 1/1/4/2;
    }

    .div2 {
        grid-area: 1/2/3/3;
    }

    .div3 {
        grid-area: 4/1/9/2;
    }

    .div4 {
        grid-area: 3/2/7/3;
    }

    .div5 {
        grid-area: 9/1/12/2;
    }

    .div6 {
        grid-area: 7/2/12/3;
    }

    .container {
        margin-right: auto;
        margin-left: auto;
    }

    .section {
        padding: 2.5rem 0;
    }

    .nav {
        height: calc(var(--header-height) + 1rem);
    }

    .home__handle {
        width: 290px;
        height: 400px;
    }

    .home__img {
        width: 220px;
    }

    .home__social-link {
        padding: .4rem;
        font-size: 1.25rem;
    }

    .home__social::after {
        transform: rotate(90deg) translate(16px, 0);
    }

    .home__scroll-icon {
        font-size: 2rem;
    }

    .about__container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 3rem;
    }

    .about__img {
        width: 24rem;
    }

    .about__box {
        padding: 1rem 1.25rem;
    }

    .skills__container {
        column-gap: 3rem;
        row-gap: 2.5rem;
    }

    .services__container {
        grid-template-columns: repeat(3, 192px);
        column-gap: 3rem;
    }

    .services__card {
        padding: 5rem 2rem 1.5rem;
    }

    .work__card {
        padding: 1.25rem;
    }

    .testimonial__card {
        padding: 1.5rem 2rem;
    }
}

#loading-container {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100%;
}

#loading-icon {
    animation: spin 1s linear infinite;
    border: 4px solid #3498db;
    border-top: 4px solid transparent;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hero-content:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: .4s;
    background: var(--hero-background);
    content: "";
}

@media screen and (max-width: 640px) {
    .hero-content:before {
        height: 107vh !important;
    }
}

.hero-content {
    display: flex;
    transition: 0.2s;
    justify-content: center;
    align-items: center;
    background: url(../img/hero.jpg) center center/cover no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100vh;
}

.hero-content div {
    z-index: 2;
}

.hero-content * {
    color: var(--hero-color);
    text-align: center;
}

.fullname {
    filter: drop-shadow(.125rem .125rem .225rem rgba(1, 1, 1, 1));
    font-weight: 100;
    font-family: "Tilt Warp", sans-serif;
}

.expertise-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: auto;
    max-width: 1200px;
}

.skill-set {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    opacity: 1;
    transition: opacity .5s ease-in-out;
    max-width: 590px;
    height: auto;
}

.hide {
    transform: scale(.9);
    opacity: 0;
    transition: opacity .5s ease-in-out, transform .5s ease-in-out;
    height: 0;
    overflow: hidden;
}

.skill-set div {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 13px;
    background: #fff;
    padding: 10px;
    width: 64px;
    height: 64px;
}

.skill-set div span {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    margin: 48px -49px 0 0;
    border-radius: 100%;
    background: #ff7247;
    min-width: 20px;
    min-height: 20px;
    color: #000;
    font-size: 12px;
}

.skill-set div {
    transition: transform .2s ease-in-out;
}

.skill-set div:hover {
    transform: scale(1.1);
}

.skill-icon-container img {
    max-width: 48px;
    max-height: 48px;
}

.skill-icon-container .no-bg img {
    max-width: 64px;
    max-height: 64px;
}

.skill-icon-container .no-bg {
    background: 0 0;
}

.mb-0 {
    margin-bottom: 0;
}

.anchor-with-icon {
    display: flex;
    column-gap: .25rem;
    align-items: center;
    cursor: pointer;
}
