@media only screen and (max-width: 600px) {
    body {
        overflow-x: hidden;
    }

    html {
        overflow-x: hidden;
    }
    
    
    
    .navbar-wrapper {
        height: 80px;
        flex-direction: column;
    }

    .nav-menu i {
        font-size: var(--font-m);
    }

    .about-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .about-img img {
        width: 150px;
    }

    .about-text {
        margin-top: 10px;
    }
    

    .about-text h3 {
        font-size: var(--font-l);
        font-weight: var(--text-light);
    }

    .text-four {
        font-size: var(--font-xs);
    }

    .about-text p {
        margin-top: 15px;
    }

    .about-left, .about-right {
        width: 250px;
    }

    .about-info-header h4 {
        font-size: var(--font-m);
    }

    .location img {
        width: 20px;
    }

    .location-city h6{
        font-size: var(--font-xs);
    }

    .about-contact-phone img {
        width: 40px;
    }

    .contact-large {
        font-size: var(--font-s);
    }

    .contact-small {
        font-size: var(--font-xs);
    }

    .about-social-wrapper img {
        width: 30px;
    }

    .brain-image img {
        width: 80px;
    }

    .brain-text p {
        font-size: var(--font-xs);
    }
    
    /* SECTION TWO */

    .section-two-info {
        width: 290px;
    }
    

    .section-two-quote p {
        font-size: var(--font-xs);
    }

    .cog-heading {
        font-size: 80px;
    }

    .cog-paragraph {
        font-size: var(--font-xs);
    }
    
    /* SUPER POWERS*/

    .super-power-contianer {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .super-power-wrapper {
        width: 100%;
        padding: 0px 40px;
    }

    .super-heading {
        font-size: var(--font-m);
    }

    .super-img {
        width: 290px;
        margin-left: -5px;
    }

    .super-paragraph, .super-grey-text, .super-subheading {
        font-size: var(--font-s);
        width: 280px;
    }

    .underline-main {
        width: 100%;;
    }

    .super-items img {
        width: 240px;
    }

    /* WHAT ELSE*/

    .what-else-item-icon {
        width: 200px;
    }
    
    .what-else-info p {
        font-size: var(--font-xss);
    }

    .pro-dna-images {
        width: 100%;
        margin: 40px 0px;
    }

    .pro-dna-image-item {
        width: 100px;

    }
    
    .pro-dna-image-item img {
        width: 100px;
    }
    
    .monument img {
        width: 70px;
    }

    .language {
        font-size: var(--font-xss);
    }
    
    .percent {
        font-size: var(--font-m);
    }

    .pro-dna-banner p {
        font-size: var(--font-s);
    }

    .pro-dna-list {
        border: 3px solid var(--dark-grey);
        padding: 20px;
        margin: 20px;
    }

    .pro-dna-list p {
        font-size: var(--font-xs);
    }

    .skills {
        margin-top: 20px;
        margin-bottom: 30px;
    }

  /* EDUCATION */

    .seperator {
        height: 8px;
    }

    .seperator-circle {
        width: 100px;
        height: 100px;
    }

    .accordion-wrapper {
        margin-top: 80px;
    }

    .accordion-wrapper h4 {
        font-size: var(--font-m);

    }

    /* CAREER */

    .career-header h2 {
        font-size: var(--font-m);
    }

    .career-subheading h4 {
        font-size: var(--font-s);

    }

    .education {
        overflow-x: hidden;
    }

    .ball-small {
        width: 110px;
        height: 110px;
        font-size: var(--font-tiny);
    }
    
    .ball-medium {
        width: 130px;
        height: 130px;
        font-size: var(--font-tiny);
        font-weight: var(--text-heavy);
    }
    
    .ball-large {
        width: 160px;
        height: 160px;
        font-size: var(--font-xss);
        font-weight: var(--text-heavy);
    }

    .large-text p {
        font-size: var(--font-xs);
        line-height: 20px;
    }


    .ball01 {
        position: relative;
        top: 0px;
        left: 50px;
    }
    
    .ball02 {
        position: absolute;
        top: 80px;
        left: 190px;
    }
    
    .ball03 {
        position: absolute;
        top: 0px;
        left: 300px;
    }
    
    .ball04 {
        position: relative;
        top: 20px;
        left: 50px;
    }
    
    .ball05 {
        position: absolute;
        top: 190px;
        left: 250px;
    }
    
    .ball06 {
        position: relative;
        top: 30px;
        left: 90px;
    }
    
    .ball07 {
        position: relative;
        top: 30px;
        left: 100px;
    }
    
    .ball08 {
        position: relative;
        top: -150px;
        left: 280px;
    }

    /* EXPERIENCE */


    .experience-wrapper {
        width: 280px;
    }

    .experience-left-circle, .experience-right-circle {
        width: 30px;
        height: 30px;
        border: 3px solid var(--main);
    }

    .experiance-label-heading {
        font-size: var(--font-xs);
        border: 3px solid var(--main);
        padding: 5px 5px;
    }

    .experience-seperator {
        width: 200px;
        height: 5px;
    }
    


    /* ACCORDION */
    
    .accordion-item-exp {
        width: 320px;
      }

      .accordion-header-box-exp p {
        font-size: var(--font-tiny);
        margin-left: 0px;
        font-weight: var(--text-medium);
      }
      

    .travel-heading {
        font-size: var(--font-xs);
    }


    /* FORM */

    .form-group {
        width: 100%;
    }




    .footer-social-wrapper {
        width: 100%;
       flex-direction: column;
    }

    .footer-info {
        flex-direction: column;
    }

    .footer-contact-details a {
        text-align: center;
 
    }
    

}