@media screen and (min-width:1400px) {}

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

    .banner,
    .my-projects-content {
        /* display: none; */
    }
}

@media screen and (max-width:1200px) {
    h2 {
        position: absolute;
        font-size: 8rem;
    }

    .other-works {
        padding: 50px;
    }

    .other-works-container {
        width: 100%;
        grid-template-columns: repeat(3, 240px);
    }
}

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

    .about-me,
    .experience,
    .contact,
    .my-projects {
        padding: 50px;
    }

    .about-me-content,
    .experience-content {
        flex-direction: column;
    }

    .about-me-right {
        padding-top: 0px;
    }

    .experience-right {
        width: 100%;
    }

    .about-me-right h2 {
        top: -44px;
    }

    h1 {
        font-size: 4rem;
    }

    h2 {
        position: absolute;
        font-size: 4rem;
    }

    .other-works-container {
        width: 100%;
        grid-template-columns: repeat(2, 240px);
    }

    .project-box,
    .project-box:nth-child(even) {
        flex-direction: row;
        gap: 30px;
        text-align: center;
    }

    .project-container {
        gap: 100px;
        margin: 30px auto;
    }

    .project-box::before,
    .project-box::after {
        display: none;
    }

    .project-box-content,
    .project-box-thumb {
        margin-left: 0px !important;
        margin-right: 0px !important;
        width: 100%;
        flex: 1;
    }

    .project-box-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        vertical-align: middle;
    }

    .project-folder-icon,
    .project-more-icon {
        display: none;
    }

    .my-projects h3,
    .other-works h3,
    .contact h3 {
        padding-top: 40px;
    }

    .about-me-left {
        margin-bottom: 20px;
    }

    .about-me-right h2 {
        left: 0;
    }
}


@media screen and (max-width:660px) {
    nav ul li a span {
        display: none;
    }

    .header{
	padding:10px 20px;
    }

    nav ul li a img {
        opacity: 1;
    }

    .other-works-container {
        grid-template-columns: repeat(1, 240px);
    }

    .project-box,
    .project-box:nth-child(even) {
        flex-direction: column;
    }

    .concept_box {
        display: none;
    }

    .concept_box-img {
        display: block;
    }

    h1 {
        font-size: 2.5rem;
    }

    .project-box-content,
    .project-box:nth-child(even) .project-box-content {
        text-align: center;
    }

}

@media screen and (max-width:480px) {
    .logo-content {
        display: none;
    }

    .about-me-left {
        width: 100%;
    }

    .about-me,
    .experience,
    .contact,
    .my-projects,
    .other-works {
        padding: 50px 25px;
    }

    h2 {
        font-size: 3rem;
        opacity: 0.2;
    }
}