@media only screen and (max-width:1200px) {
    .row {
        padding: 0 2%;
    }
}

@media only screen and (max-width:1023px) {
    html {
        font-size: 18px;
    }
    section {
        padding: 40px 0px;
    }
    .project-item img:hover {
        transform: scale(1.09);
    }
}

@media only screen and (max-width:767px) and (max-height:1000px) {
    section {
        padding: 40px 0px;
    }
    .main-nav__links {
        display: none;
    }
    .button-mobile-menu {
        display: inline-block;
    }
    .mobile-nav {
        display: block;
    }
    .skills-section {
        -webkit-clip-path: polygon(0% 7%, 100% 0px, 100% 93%, 0px 100%);
        clip-path: polygon(0% 7%, 100% 0px, 100% 93%, 0px 100%);
    }
    .skills-container {
        grid-template-columns: 25% 25% 25% 25%;
    }
    .skills-container__skill img {
        max-width: 80%;
        max-height: 80%;
    }
    .project-item img:hover {
        transform: scale(1.09);
    }
    .contact-section {
        -webkit-clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 100%);
    }
    .contact-form {
        width: 90%;
    }
    .project-item__links a svg {
        width: 30px;
        height: 30px;
    }
    .footer-logo-name img {
        height: 60px;
    }
    .footer-links__social li a svg {
        width: 30px;
        height: 30px;
    }
}

@media only screen and (max-width:767px) {
    section {
        padding: 40px 0px;
    }
    .main-nav__links {
        display: none;
    }
    .button-mobile-menu {
        display: inline-block;
    }
    .skills-section {
        -webkit-clip-path: polygon(0% 7%, 100% 0px, 100% 93%, 0px 100%);
        clip-path: polygon(0% 7%, 100% 0px, 100% 93%, 0px 100%);
    }
    .skills-container {
        grid-template-columns: 25% 25% 25% 25%;
    }
    .skills-container__skill img {
        max-width: 80%;
        max-height: 80%;
    }
    .project-item img:hover {
        transform: scale(1.09);
    }
    .contact-section {
        -webkit-clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 100%);
    }
    .contact-form {
        width: 90%;
    }
    .project-item__links a svg {
        width: 30px;
        height: 30px;
    }
    .footer-logo-name img {
        height: 60px;
    }
    .footer-links__social li a svg {
        width: 30px;
        height: 30px;
    }
}

@media only screen and (max-width:570px) {
    .profile-image-container {
        margin: 0 50px;
    }
    .project-item__links a svg {
        width: 20px;
        height: 20px;
    }
    .footer-links__social li a svg {
        width: 20px;
        height: 20px;
    }
}

@media only screen and (max-height:430px) {
    .mobile-nav-links li {
        margin: 20px auto;
    }
    .mobile-nav-links li a {
        width: 100%;
        text-align: center;
        border: none;
    }
    .mobile-nav-links li a:hover {
        border: none;
    }
    .mobile-nav-links li:first-child {
        padding: 0;
        margin: 10px;
    }
    .mobile-nav-links li a:last-child {
        padding: 0 40px;
        margin: 0px auto;
    }
}

@media only screen and (max-width:480px) {
    .profile-image-container {
        margin: 0 25px;
    }
    .hero-about__buttons {
        justify-content: start;
    }
    .skills-container {
        grid-template-columns: 33% 33% 33%;
    }
    .main-nav li a:link, .main-nav li a:visited {
        border: none;
    }
    .footer-links-container {
        padding: 30px 0px 10px;
    }
}

@media only screen and (max-width:360px) {
    h1 {
        font-size: 200%
    }
    body {
        font-size: 80%;
    }
    .hero-about-description {
        min-width: 200px;
    }
    .profile-image-container {
        width: 40%;
        min-width: 100px;
    }
    .hero__text-box img {
        max-width: 100%;
    }
    .hero-about-description {
        display: flex;
        flex-direction: column;
    }
    .hero-about-description h1 {
        font-size: 20px;
    }
    .hero-about-description ul {
        display: flex;
        flex-direction: column;
    }
    .hero-about-description li {
        display: flex;
        flex-direction: column;
    }
    .hero-about__buttons a.btn-ghost {
        margin-left: 10px;
    }
}