html {
    background-color: rgba(38, 46, 52, 1);
    scroll-behavior: smooth;
}

body {
    margin: 0px;
    --sb-track-color: #262e34;
    --sb-thumb-color: #89bcd9;
    --sb-size: 6px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #262E34 inset;
    -webkit-text-fill-color: white;
    transition: background-color 5000s ease-in-out 0s;
}

.profile-elipse-hover {
    background-image: url("./img/Property 1 Default.svg");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    width: 580px;
    height: 615.9999894576091px;
    opacity: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-elipse-hover:hover {
    background-image: url("./img/Property 1 hover.svg");
    transition: 0.3s ease;
    width: 579.9999900737229px;
    height: 615.9999894576091px;
    opacity: 1;
    top: 82.3px;
    left: 62.23px;
    z-index: 9999;
}

.profile-picture-div {
    width: 610px;
    height: 631px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-picture-img {
    width: 669px;
    height: 872px;
    object-position: center 50%;
    object-fit: cover;
}

.logowhite-text {
    font-family: Josefin Sans;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    color: rgba(137, 188, 217, 1);
    margin: 0px;
}


.arrow-down-img {
    cursor: pointer;
    transition: 0.3s ease;
}

.arrow-down-div {
    border-radius: 30px;
    height: 300px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 40px;
}

.arrow-down-img:hover {
    background-color: #3F454A;
    transition: 0.3s ease;
    border-radius: 30px;
}

.arrow-down-img-clicked {
    background-color: #3F454A;
    transition: 0.3s ease;
    border-radius: 30px;
}


.vector-29-container {
    position: relative;
    display: inline-block;
}

.vector-29-container:hover .vector-29-bg {
    transform: scaleX(1.15);
}

.vector-29-bg {
    display: block;
    height: auto;
    width: auto;
    transform-origin: center;
    transition: transform 0.35s ease;
}

.brace-left {
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: 20px;
}

.brace-right {
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: 20px;
}

.social-icon {
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease;
    border-radius: 50%;
}

.social-icon:hover {
    background-color: #89BCD9;
}

.email:hover circle,
.email:hover rect,
.email:hover path {
    stroke: rgba(38, 46, 52, 1);

}

.github:hover path {
    fill: rgba(38, 46, 52, 1);
}

.linkedin:hover path {
    stroke: rgba(38, 46, 52, 1);
    stroke-width: 2;
}

.why-me {
    height: 307px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.why-me-p {
    font-family: Anta;
    font-weight: 400;
    font-style: Regular;
    font-size: 60px;
    text-align: center;
    color: #89BCD9;
    margin-bottom: 50px;
}

.why-me-details {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;

}

.why-me-content-limit {
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
}

.i-am {
    font-family: Josefin Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    color: #89BCD9;
}

.why-me-details-standpoint-text {
    display: flex;
    align-items: center;
    justify-content: center;

}

.why-me-details-standpoint-text-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-left: 20px;
    white-space: nowrap;
    min-width: 445px;
}

.why-me-details-standpoint-text-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    padding-right: 20px;
}

.why-me-details-text-text {
    font-family: Josefin Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    color: #F8F5EC;
    margin: 0px;
    text-align: center;
    max-width: 600px;
}

.why-me-details-text-button {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 73px;
    gap: 20px;
}

.lets-talk-button {
    width: 90px;
    height: 38px;
    border-radius: 30px;
    border-width: 1px;
    padding-top: 13px;
    padding-right: 30px;
    padding-bottom: 13px;
    padding-left: 30px;
    gap: 10px;
    border: 1px solid #89BCD9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 20px;
}

.lets-talk-button:hover {
    background-color: #3F454A;
    transition: 0.3s ease;
}

.lets-talk-text {
    font-family: Josefin Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    color: #89BCD9;
    white-space: nowrap;

}

.my-skills {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

}

.skills-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    row-gap: 25px;
    flex-wrap: wrap;
    max-width: 300px;
}

.skill-icon-text-currently {
    font-family: Josefin Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    color: #89BCD9;
    margin: 0px;
}

.skill-icon-text-positioning {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.need-a-team-player-spacing{
    padding-top: 40px;
    padding-bottom: 40px;
}

.projects-text-direction{
    text-decoration: none;
}

.my-skills-default-elipse {
    position: relative;
    width: clamp(280px, 10vw, 380px);
    aspect-ratio: 1 / 1;
    background: url("./img/Default my skills elipse.svg") center/contain no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 2rem;
    overflow: visible;
    z-index: 1;
}

#why-me,
#skills,
#projects{
    scroll-margin-top: 100px;
}

#contact-me {
    scroll-margin-top: 150px;
}

.my-skills-default-elipse::after {
    content: "";
    inset: -12%;
    position: absolute;
    background: url("./img/Hover my skills elipse.svg") center/contain no-repeat;
    opacity: 0;
    transition: opacity 0.35s ease-out;
    z-index: -1;
}

.my-skills-default-elipse:hover::after {
    opacity: 1;
}

.skills-currently-learning-positioning {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 79px;
}

.skill-icon-currently {
    height: 60px;
    width: 60px;
}

.why-me-details-icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

body::-webkit-scrollbar {
    width: var(--sb-size)
}

body::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 7px;
}

body::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 7px;

}

@supports not selector(::-webkit-scrollbar) {
    body {
        scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
    }
}


.highlight {
    background: #89BCD912;
    height: 81px;
    border-radius: 15px 15px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 50px 0px 50px;
}

.last-formular-placement {
    margin-bottom: 15px;
}

.need-a-teamplayer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: auto;
}

.need-a-team-player-headline {
    font-family: Josefin Sans;
    font-weight: 400;
    font-size: 32px;
    text-align: center;
    color: #89BCD9;
}

.need-a-teamplayer-elipse-div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    overflow-x: auto;
    overflow-y: hidden;
}

.need-a-teamplayer-elipse-div:active {
    cursor: grabbing;
    /* When dragging */
}

/* Style the scrollbar */
.need-a-teamplayer-elipse-div::-webkit-scrollbar {
    height: 8px;
}

.need-a-teamplayer-elipse {
    height: 400px;
    min-width: 400px;
    background: url("./img/Need a team player elipse default.svg");
    transition: 0.3s ease;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
}

.need-a-teamplayer-elipse:hover {
    background: url("./img/Need a team player elipse hover.svg");
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
}

.blue-title-responsive {
    font-family: Josefin Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    color: #89BCD9;
    margin: 0px;
    margin-bottom: 10px;
}

.white-description-responsive {
    font-family: Josefin Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: #F8F5EC;
    margin: 0px;
    line-height: 1.8;
}

.elipse-notes-description-responsive {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}


.located-in {
    font-family: Josefin Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    color: rgba(248, 245, 236, 1);
    display: inline-block;
}


.located-in::after {
    content: "|";
    animation: blink 1s step-end infinite;
    margin-left: 1px;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.need-a-teamplayer-name {
    font-family: Josefin Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 26px;
    text-align: center;
    color: #F8F5EC;
    margin: 0px;
    margin-top: 53px;
    margin-bottom: 20px;
}

.need-a-teamplayer-details {
    font-family: Josefin Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    text-align: center;
    color: #F8F5EC;
    margin: 0px;
    margin-bottom: 20px;
}

.need-a-teamplayer-details-positioning {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1.2;
    max-width: 300px;
}

.need-a-teamplayer-link {
    font-family: Josefin Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: #89BCD9;
    cursor: pointer;
    text-decoration: none;
}

.need-a-teamplayer-link-underline {
    font-family: Josefin Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    color: #89BCD9;
}

.check-box-img {
    cursor: pointer;
    background-image: url("./img/Check box.svg");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.check-box-img:hover {
    cursor: pointer;
    background-image: url("./img/Check box hover.svg");
    background-repeat: no-repeat;
    transition: 0.1s ease;
}

.check-box-red {
    background-image: url("./img/Check box red.svg");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.check-box-red:hover {
    background-image: url("./img/Check box red.svg");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.check-box-checked {
    background-image: url("./img/Check box checked.svg");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.check-box-checked:hover {
    background-image: url("./img/Check box checked.svg");
    background-repeat: no-repeat;
}

.invalid-input {
    border: 2px solid #E44C36;
}

input::placeholder {
    color: #E44C36;
    opacity: 1;
}

textarea::placeholder {
    color: #E44C36;
    opacity: 1;
}

.error-message {
    font-family: Josefin Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: #E44C36;
    margin: 0px;
    margin-left: 17px;
}

#errorname,
#erroremail,
#errormessage {
    min-height: 24px;
    margin-bottom: 5px;
}


.message-sent-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.message-sent-content {
    background-image: url("./img/Property 1 Default.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 500px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: slideUp 0.5s ease-out;
}

.message-sent-text {
    font-family: Josefin Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    text-align: center;
    color: rgba(38, 46, 52, 1);
    max-width: 300px;
    padding: 20px;
}

@keyframes vibrate {

    0%,
    100% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-5px);
    }

    40% {
        transform: translateX(5px);
    }

    60% {
        transform: translateX(-5px);
    }

    80% {
        transform: translateX(5px);
    }
}

.vibrate {
    animation: vibrate 0.4s ease;
}


.name-arrow-responsive {
    display: none;
}

.lets-talk-button-responsive {
    display: none;
}


.arrow-down-div-responsive {
    display: none;
}

.arrow-down-img-responsive {
    display: none;
}

.arrow-up-img-responsive {
    display: none;
}

.d_none {
    display: none;
}

.d_flex {
    display: flex;
}

.d_block {
    display: block;
}

.why-me,
.my-skills,
.my-projects,
.contact-me-placement-div {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.why-me.visible,
.my-skills.visible,
.my-projects.visible,
.contact-me-placement-div.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 320px) and (max-width: 950px) {

    .game-screenshot-div {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .why-me-details-standpoint-text-icons {
        min-width: 245px;
    }

    .profile-elipse-hover {
        width: 80% !important;
        max-width: 350px;
        height: auto !important;
        aspect-ratio: 580 / 616;
        top: auto !important;
        left: auto !important;
        margin: 0 auto;
    }

    .profile-picture-div {
        width: 100%;
        height: auto;
    }

    .profile-picture-img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .profile-elipse-hover:hover {
        background-image: url("../img/Property 1 Default.svg") !important;
        width: 80% !important;
        max-width: 350px;
        height: auto !important;
        top: auto !important;
        left: auto !important;
    }

    .name-arrow-responsive {
        display: flex;
        flex-direction: column;
        padding-top: 30px;
        gap: 20px;
    }


    .lets-talk-button-responsive {
        height: 38px;
        border-radius: 30px;
        border-width: 1px;
        padding-top: 13px;
        padding-right: 30px;
        padding-bottom: 13px;
        padding-left: 30px;
        gap: 10px;
        border: 1px solid #89BCD9;
        background-color: #89BCD9;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #262E34;
    }

    .lets-talk-text {
        color: #262E34;
    }

    .why-me-p {
        margin-top: 32px;
    }

    .need-a-teamplayer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        overflow-x: auto;
    }

    .arrow-down-div-responsive {
        border-radius: 30px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        margin-top: 10px;
    }

    .arrow-down-img-responsive {
        display: block;
        cursor: pointer;
    }

    .arrow-up-img-responsive {
        display: block;
        cursor: pointer;
    }

    .my-skills-default-elipse {
        padding: 1rem;
    }

    .skills-currently-learning-positioning {
        flex-direction: column;
        gap: 40px;
    }

    .why-me-details-standpoint-text-div {
        flex-direction: column;
        gap: 5px;
        text-align: center;
        margin-bottom: 20px;
    }

    .why-me {
        height: 374px;
    }

    .lets-talk-button {
        display: none;
    }

    .menu-bar {
        display: none;
    }

    .menu-bar-responsive {
        height: 72px;
        display: flex;
        align-items: center;
        justify-content: right;
        margin-right: 15px;
        padding-bottom: 20px;
    }

    .halid-logo {
        height: 72px;
        width: 58px;
    }

    .error-message {
        margin-bottom: 20px;
    }

    .need-a-team-player {
        overflow-x: auto;
    }

    .arrow-down-img {
        display: none;
    }

    input,
    textarea {
        margin: 0;
        padding: 27px;
    }

    .input-field-responsive {
        width: 100%;
        max-width: 500px;
    }

    .last-formular-placement {
        width: 100%;
    }

    .game-screenshot {
        height: 190px;
    }

    .my-skills-default-elipse::after {
        width: fit-content;
    }

    .i-am {
        font-size: 30px;
    }

    #why-me,
    #skills{
        scroll-margin-top: 2px;
    }

    #projects{
        scroll-margin-top: 0px;
    }
    #contact-me{
        scroll-margin-top: 65px;
    }
}

@media (min-width: 950px) and (max-width: 1400px) {

    .need-a-teamplayer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow-x: auto;
    }

    .profile-picture-div {
    width: 409px;
    height: 218px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .profile-elipse-hover {
    height: 463.999989px;
    width: 456px;
}
    .profile-elipse-hover:hover{
     height: 463.999989px;
     width: 456px;
    }

    .profile-picture-img{
        height: 625px;
    }

    .arrow-down-div{
        height: 221px;
    }

    #why-me, #skills, #projects, #contact-me {
    margin-top: 30px;
}

}

@media(min-width:1200px){
    .located-in{
        min-width: 357px;
    }
}

@media (min-width: 320px) and (max-width: 500px) {

    .i-am {
        font-size: 21px;
    }

    .need-a-teamplayer-elipse {
        background-size: 333px;
        background-repeat: no-repeat;
        min-width: 333px;
    }

    .need-a-teamplayer-elipse:hover {
        background-size: 333px;
        background-repeat: no-repeat;
        min-width: 333px;
    }

    .need-a-teamplayer-elipse {
        justify-content: center;
    }

    .need-a-teamplayer-elipse-div {
        padding-left: 30px;
        padding-right: 30px;
    }

    .need-a-teamplayer-details {
        font-size: 16px;
    }

    .standpoint-icon {
        height: 30px;
    }

    .why-me-details-standpoint-text-icons {
        margin-left: 0px;
        padding-left: 10px;
    }

    .why-me-details-standpoint-text-div {
        padding-right: 0px;
      
    }

    .located-in {
        font-size: 21px;
    }

    .menu-eclipse-responsive {
        width: 80%;
    }

    .why-me-details-text-text {
        font-size: 19px;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 1.2;
        text-align: center;
    }

    .game-screenshot-el-pollo-loco {
        height: 160px;
    }

    .why-me-p {
        font-size: 44px;
    }

    .project-details-description-item {
        padding-bottom: 20px !important;
    }

    .highlight {
        background: #89BCD912;
        height: 81px;
        border-radius: 15px 15px 0px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px 15px 0px 15px;
    }

}