.my-projects {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.projects-names-tabs:hover {
    color: #F8F5EC;
}

.projects-text-direction{
    text-decoration: none;
}

.project-details-placement-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.project-details-description-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.project-details-description-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.project-details-description-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.project-details-description-header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.description-dot-icon {
    width: 29px;
    height: 26px;
}

.project-details-description-title {
    font-family: Josefin Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 28px;
    color: #F8F5EC;
    margin: 0;
}

.project-details-description-duration {
    font-family: Josefin Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    color: #F8F5EC;
    margin: 0;
    padding-left: 27px;
}

.project-details-description-text {
    font-family: Josefin Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    color: #F8F5EC;
    margin: 0;
    padding-left: 44px;
    line-height: 1.6;
    padding-right: 40px;
}

.project-details-pictures-div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}

.project-details-technologies-div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

.project-details-pictures-text {
    font-family: Josefin Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    color: #F8F5EC;
    margin: 0;
    line-height: 1.6;
}

.projects-pictures-techonolgies-combined {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
}

.projects-pictures-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.projects-live-test-button {
    width: 132px;
    height: 48px;
    border-radius: 30px;
    background: #89BCD9;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    cursor: pointer;
}

.projects-live-test-button:hover {
    background: #F8F5EC;
}

.projects-live-test-button-text {
    font-family: Josefin Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    color: #262E34;
    margin: 0px;
}

.projects-github-button {
    width: 120px;
    height: 48px;
    border-radius: 30px;
    border-width: 1px;
    gap: 10px;
    border: 1px solid #89BCD9;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3 ease;
    cursor: pointer;
}

.projects-github-button:hover {
    background: #464E53;
}

.projects-github-button-text {
    font-family: Josefin Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    color: #89BCD9;
    text-decoration: none;
}

.pokeDex-screenshot {
    width: 320px;
    border-radius: 30px;
}

.project-details-title-responsive {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.project-details-description-responsive {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.project-details-description-responsive-elipse {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
    flex-direction: column;
}

.project-names {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    gap: 50px;
    max-width: 1440px;
}

.project-details {
    background: #89BCD912;
    height: 548px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-names-tabs {
    font-family: Josefin Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 30px;
    color: #89BCD9;
    cursor: pointer;
    margin: 0px;
    transition: 0.3s ease;
    word-break: keep-all;
    white-space: normal;
}


.project-parent-div {
    width: 100%;
    max-width: 1238px !important;
}

.project-flex-width{
    display: flex;
    max-width: 1440px;
}

@media (min-width: 320px) and (max-width: 950px) {

    .project-details-description-item {
        padding-bottom: 20px;
    }

    .projects-pictures-buttons {
        flex-direction: column;
        width: 100%;
    }

    .projects-live-test-button,
    .projects-github-button {
        width: 100%;
        max-width: 200px;
    }

    
    .project-details {
        height: auto;
        min-height: 548px;
        padding: 20px;
        width: auto;
    }

    .project-details-placement-div {
        flex-direction: column;
        padding: 20px;
        gap: 30px;
    }

    .project-details-description-section {
        gap: 25px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        padding-left: 30px;
        width: auto;
    }

    .project-details-description-header {
        flex-wrap: wrap;
    }

    .project-details-description-title {
        font-size: 22px;
    }

    .project-details-description-duration {
        padding-left: 44px;
        /* Align with text */
        font-size: 16px;
    }

    .project-details-description-text {
        padding-left: 44px;
        font-size: 16px;
        padding-bottom: 20px;
    }

    .description-dot-icon {
        width: 20px;
        height: 18px;
    }

    .project-details-pictures-div {
        padding: 20px;
        width: 100%;
        box-sizing: border-box;
    }

    .project-details-pictures-div img {
        max-width: 100%;
        height: auto;
    }

    .pokeDex-screenshot {
        width: 100%;
        max-width: 320px;
    }

    .project-details-technologies-div {
        flex-wrap: wrap;
        gap: 20px;
    }

    .project-details-technologies-div img {
        width: 40px;
        height: 40px;
    }

    
    .project-details {
        height: auto;
        padding: 20px;
        top: 38px;
        opacity: 1;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
    }

    .project-details-placement-div {
        flex-direction: column;
        padding: 0;
        gap: 30px;
    }

    .project-details-description-div {
        order: 1;
    }

    .project-details-pictures-div {
        order: 2;
        padding: 20px 0;
    }

    .project-details-description-title {
        font-size: 20px;
    }

    .project-details-description-duration,
    .project-details-description-text {
        font-size: 14px;
        padding-left: 35px;
        padding-bottom: 20px;
    }

    .description-dot-icon {
        width: 16px;
        height: 14px;
    }

    .project-details-description-header {
        gap: 10px;
    }

    .projects-pictures-buttons {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .projects-live-test-button,
    .projects-github-button {
        width: 120px;
        height: 44px;
    }

    .projects-live-test-button-text,
    .projects-github-button-text {
        font-size: 16px;
    }

    .project-details-technologies-div {
        gap: 20px;
    }

    .project-details-technologies-div img {
        width: 35px;
        height: 35px;
    }

    .project-details-pictures-text {
        font-size: 16px;
    }

    .project-names-tabs {
        font-family: Josefin Sans;
        font-weight: 500;
        font-style: Medium;
        font-size: 20px;
        color: #89BCD9;
        cursor: pointer;
        margin: 0px;
        transition: 0.3s ease;
        word-break: keep-all;
        white-space: normal;
    }
}

@media (min-width: 950px) and (max-width: 1400px) {
   .project-details-description-title {
        font-size: 22px;
    }

    .project-details-description-text {
        font-family: Josefin Sans;
        font-weight: 400;
        font-style: Regular;
        font-size: 16px;
        color: #F8F5EC;
        margin: 0;
        padding-left: 44px;
        line-height: 1.2;
    }

    .project-details-description-item {
        padding-bottom: 20px;
    }

    .project-details-description-section {
        gap: 0px;
    }

    
    .project-details-pictures-div {
        padding-right: 40px;
    }

    .project-details-description-div {
        padding-left: 40px;
    }
}

@media (min-width: 320px) and (max-width: 500px){
    
    .project-details-description-section {
        padding-left: 0px;
    }

    .project-details {
        padding: 19px;
    }
    
    .project-names {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        width: 100%;
        gap: 0px;
    }
    
    .project-names-tabs {
        font-family: Josefin Sans;
        font-weight: 500;
        font-style: Medium;
        font-size: 17px;
        color: #89BCD9;
        cursor: pointer;
        margin: 0px;
        transition: 0.3s ease;
        word-break: keep-all;
        white-space: normal;
    }
}