@media only screen and (max-width: 865px) {
    .header {
        padding: 40px 20px;
    }

    .start h1 {
        font-size: x-large;
    }

    .dropdown {
        display: block;
    }

    .middle, .reverse-start {
        display: none;
    }

    .title img {
        width: 15rem;
        border-radius: 2rem;
    }

    .first {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .first h3 {
        font-size: 1rem;
    }
    
    .first h1 {
        font-size: 2.5rem;
        color: #a5baca;
    }
    
    .about {
        padding: 0 5rem;
    }

    .about-head h1 {
        font-size: 2rem;
    }

    .about-content {
        padding: 1rem 4rem;
        color: #ebeceb;
    }

    .about-technologies {
        display: flex;
        justify-content: space-between;  
        padding: 3rem;
        color: white;
    }

    .front-end h1, .back-end h1, .db h1 {
        font-size: x-large;
        margin-bottom: .5rem;
        font-weight: 400;
    }

    .front-end h3, .back-end h3, .db h3 {
        font-weight: 200;
        width: fit-content;
        display: flex;
        align-items: center;
        gap: .4rem;
        font-size: large;
    }

    .front-end h3 svg, .back-end h3 svg, .db h3 svg {
        width: 25px;
        height: 25px;
    }

    .mongodb {
        width: 25px;
        height: 25px;
    }

    /*
    ------------------------------------------
    */

    .projects {
        padding: 2rem 5rem;
    }
    
    .projects-head {
        display: flex;
        align-items: center;
        gap: 2rem;
        color: #a5baca;
    }
    
    .projects-head h1 {
        font-size: 2rem;
    }
    
    .projects-head hr {
        width: 100%;
        height: 0;
        color: #a5baca;
    }
    
    .projects-content {
        padding: 1rem 4rem;
        color: #ebeceb;
    }
    
    .projects-work {
        display: flex;
        justify-content: space-evenly;  
        flex-wrap: wrap;
        gap: 1rem;
        padding: 3rem;
        color: white;
    }
    
    .project-1 img, .project-2 img {
        width: 15rem;
        border-radius: .3rem;
        border: solid white 1px;
    }

    /*
    ------------------------------------------
    */

    .contact-me {
        padding: 2rem 5rem;
    }
    
    .contact-me-head {
        display: flex;
        align-items: center;
        gap: 2rem;
        color: #a5baca;
    }
    
    .contact-me-head span {
        word-break: keep-all;
        white-space: nowrap;
        font-size: 2rem;
    }
    
    .contact-me-content {
        padding: 1rem 4rem;
        color: #ebeceb;
    }
    
    .contact-me-footer {
        display: flex;
        align-items: center;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 1rem;
        padding: 6rem;
        color: white;
    }

    .customer-info {
        width: 100%;
    }
    
    .customer-info input, .customer-info textarea {
        background: none;
        border: none;
        outline: none;
        border-bottom: solid white ;
        font-size: medium;
        width: 100%;
        color: white;
        padding: 10px 0 10px;
    }
    
    .customer-info label {
       color: #908f8f;
    }
    
    
    .send-email {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        width: 100%;
    }
    
    .send-email button {
        background: none;
        border: none;
        outline: none;
        border-bottom: solid white;
        color: white;
        width: 10rem;
        padding-bottom: 1rem;
        cursor: pointer;
    }
    
    .message {
        padding-top: 1rem;
        width: 100%;
    }
    
    .message textarea {
        width: 100%;
        word-break: break-all;
        white-space: inherit;
        break-inside: auto;
        padding: 13px 0 5rem;
        resize: none;
    }

    /*
    ------------------------------------------
    */
    
    footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2rem 3rem;
        display: flex;
        color: white
    }

    .social-media {
        display: flex;
        justify-content: center;
        gap: .7rem;
    }
    
    footer svg {
        width: 30px;
        height: 30px;
    }
}