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

* {
    font-family: 'Inter', sans-serif;
}

.navbar {
    border-bottom: 1px solid #e2e2e2;
    background-color: #d6d6d633;
    backdrop-filter: saturate(150%) blur(20px);
}

.navbar-brand {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
}

.navbar-nav .nav-item .active,
.navbar-nav .nav-item {
    color: #8c8185;
    font-weight: 600;
    font-size: 1rem;
    margin: 0 1rem;
}

.navbar .cta-button a {
    color: #007aff;
    font-size: 1rem;
    letter-spacing: -0.025em;
    font-weight: 500;
    text-decoration: none;
    padding: 0.5rem 1rem;
}

.navbar .cta-button:hover,
.navbar-nav .nav-item:hover,
.navbar-brand:hover {
    background-color: #eee;
    border-radius: 10px;
    cursor: pointer;
}


/* featured image */
.featuredSection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Inter', sans-serif;
}

.personalPhoto {
    position: relative;
    width: 30vh;
    height: 30vh;
    margin-bottom: 5rem;
    border-radius: 50%;
}

.personalPhotoWrapper {
    position: relative;
    padding: 8px;
    border: 1px solid #ffffff4d;
    border-radius: 50%;
    z-index: 3;
    background-color: #d6d6d651;
}

.img-shadow {
    position: absolute;
    left: -1%;
    top: -2%;
    width: 102%;
    height: 102%;
    filter: blur(30px);
    background: linear-gradient(217deg,
            #56b6ffc0,
            #ff000000 66.67%), linear-gradient(127deg, #ff6338c0, #00ff0000 66.67%),
        linear-gradient(336deg, #de5affc0, #0000ff00 66.67%);
    border-radius: 50%;
    z-index: 1;
    transition: .5s ease-out;
}

.img-shadow.large {
    width: 150%;
    height: 150%;
    left: -25%;
    top: -25%;
    opacity: 0.33;
    transition: .5s ease-out;
}

.img-shadow.extra-large {
    width: 350%;
    height: 350%;
    left: -125%;
    top: -125%;
    opacity: 0.25;
    transition: .5s ease-out;
}

.featuredSection img {
    width: 100%;
    border-radius: 50%;
}

.featuredText .personalInfo {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
}

.featuredText .proffession h1 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 2rem;
}

.featuredText .cta-button a {
    color: #007aff;
    font-size: 1.25rem;
    letter-spacing: -0.025em;
    font-weight: 500;
    text-decoration: none;
    padding: 0.5rem 1rem;
}

.featuredText .cta-button a:hover {
    background-color: #eee;
    border-radius: 10px;
    cursor: pointer;
}

/* ----- about section ----- */

#aboutSection {
    background-color: #eee;
    align-items: stretch;
}

#aboutSection h2 {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 2rem;
    margin-left: 5rem;

    background: linear-gradient(45deg, #56b6ff, #de5affc0, #56b6ff);
    background-size: 200% auto;

    color: #000;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s linear infinite;
}

@keyframes shine {
    to {
        background-position: 200% center;
    }
}

.aboutCard {
    background-color: white;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bigCard {
    min-height: 100%;
    align-items: flex-start;
}


.aboutCard .number {
    font-size: 2.5rem;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

#projectCount .number {
    background: -webkit-linear-gradient(135deg, #009f65, #00ff1ac0);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#passionCount .number {
    background: -webkit-linear-gradient(135deg, #009ccc, #00cc69);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#dedicationCount .number {
    background: -webkit-linear-gradient(135deg, #8600fb, #ff258f);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#experienceCount .number {
    background: -webkit-linear-gradient(135deg, #fba300, #ff1687);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.aboutCard .extraText {
    font-size: 1.25rem;
}

.aboutCard .topText {
    vertical-align: top;
}

/* skills section */

.mySkills {
    border-radius: 20px;
    min-height: 450px;
    background: linear-gradient(90deg,
            #ff4c58,
            #a641ff);
}

.mySkills .col-lg-6 {
    margin: 3rem 0;
    padding: 0 3rem;
}

.skillsHeading {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.skillsHeading h3 {
    font-weight: 600;
    font-size: 2rem;
    color: #fbfbfb;
}

.skillsHeading p {
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: -.025em;
    color: #e0e0e0d0;
}

.frontEndList {
    list-style: none;
}

.skillsList li {
    display: flex;
    align-items: center;
}

.skillsList li::before {
    content: "";

    border-radius: 3px;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 0.375rem;
}

.frontEndList li::before {
    background-color: #00ff1a;
}

.backEndList li::before {
    background-color: #00e1ff;
}

.sliderWrapper {
    position: relative;
    margin-bottom: 5rem;
    border-radius: 50%;
}

.sliderMonitor {
    position: absolute;
    left: -1%;
    top: -1%;
    width: 102%;
    height: 102%;
    z-index: 1;
}

.sliderMonitor img {
    width: 100%;
}

/* ----- project section */

#projectSection h2 {
    margin-left: 5rem;
    font-weight: 600;
    font-size: 1.5rem;
    color: #515151;
}

#projectSection h3 {
    margin-left: 2rem;
    font-weight: 600;
    font-size: 3rem;
    color: black;
}

#projectSection img {
    width: 100%;
    border-radius: 20px;
}

#projectSection img:hover {
    filter: brightness(75%);
    cursor: pointer;
}

#projectSection button {
    background-color: white;
    border: none;
}

.imgWrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.imgDescriptionLayer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #45454599;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    transition: opacity .2s, visibility .2s;
    pointer-events: none;
}

.imgWrap:hover .imgDescriptionLayer {
    visibility: visible;
    opacity: 1;
    cursor: pointer;
}

.imgDescription {
    transition: .2s;
    transform: translateY(1em);
    font-size: 1.5rem;
    font-weight: 500;
}

.imgWrap:hover .imgDescription {
    transform: translateY(0);
}

/* contact section */
#contactSection {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#contactSection h2 {
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    background: linear-gradient(45deg, #56b6ff, #de5affc0, #56b6ff);
    background-size: 200% auto;

    color: #000;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s linear infinite;
}



#contactSection .mailMe {
    margin-top: 5rem;
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}

#contactSection a {
    font-weight: 600;
    background: -webkit-linear-gradient(45deg, #ff4c58,
            #a641ff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contactSection .emailOptions,
.copyEmail,
.sendEmail {
    display: none;
}

.socialText p {
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
}

.socialIcons {
    display: flex;
    justify-content: center;
}

.socialIcons i {
    margin: 1rem;
    font-size: 2.5rem;
}

.socialIcons .icon-gradient:before {
    background: -webkit-gradient(linear, right top, left bottom, from(#199bff), to(#d325ff));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.socialIcons .icon-gradient:hover::before {
    background: -webkit-gradient(linear, right top, left bottom, from(#ff4c58), to(#a641ff));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* footer */



.footerDiv a {
    text-decoration: none;
}

/* modal */

.projectsModal h3 {
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1.5rem;
}

.modal-body p {
    font-size: 1rem;
    font-weight: 500;
}

.modalProjectButton {
    padding: 0.5rem 1rem;
    background-color: black;
    border-radius: 10px;
    text-decoration: none;
    color: white;
    font-weight: 600;
    font-size: 1rem;
}

.modalProjectButton:hover {
    color: #d325ff;
    background-color: #0f0f0f;
}

.modal .ctaButton {
    color: #007aff;
    margin-left: 1rem;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    letter-spacing: -0.025em;
    font-weight: 600;
    text-decoration: none;
}

.modal .ctaButton:hover {
    background-color: #eee;
    border-radius: 10px;
}

.modalList li::before {
    background-color: #de5aff;
}

/* error page */

.errorWrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.errorWrapper footer {
    margin-top: auto;
}

.errorSection {
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto 0;
}




@media screen and (min-width: 992px) {
    .personalPhoto {
        width: 25vw;
        height: 25vw;
        max-height: 40vh;
        max-width: 40vh;
    }

    .personalPhotoWrapper {
        padding: 12px;
    }

    .featuredText .proffession h1 {
        font-size: 3rem;
    }

    /* ----- about section ----- */
    #aboutSection h2 {
        font-size: 2.5rem;
    }

    .bigCardParent {
        margin: 0;
    }

    /* send/copy email contact section */
    .emailOptions {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        border: 1px solid #eee;
        border-radius: 15px;
        min-width: 500px;
    }

    .copyEmail,
    .sendEmail {
        display: block;
        flex-basis: 50%;
        height: 75px;
    }

    .copyEmail:hover,
    .sendEmail:hover {
        background-color: #eee;
        cursor: pointer;
    }

    .copyEmail p,
    .sendEmail p {
        display: inline-block;
        margin: auto 0;
        padding: 10px;
        width: 100%;
        height: 100%;
        font-weight: 600;
        font-size: 1rem;
        letter-spacing: -0.025em;

        text-align: center;
        line-height: 55px;
    }

    .copyEmail a,
    .sendEmail a {
        display: block;
        width: 100%;
        height: 100%
    }

    .copyEmail p:hover,
    .sendEmail p:hover {
        background: -webkit-linear-gradient(45deg, #199bff, #d325ff);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .copyEmail {
        border-radius: 15px 0 0 15px;
    }

    .sendEmail {
        box-shadow: -2px 0 #eee;
        border-radius: 0 15px 15px 0;
    }

    .footerDiv {
        width: 50%;
        margin: auto;
        border-top: solid 1px #eee;
    }
}