@media(max-width: 600px) {
    .header-left {
        display: none;
    }
    .a-flex {
        flex-wrap: wrap;
    }
    .a-container {
        width: 92%;
    }
    .header-middle {
        width: 50%;
    }
    .header-middle img {
        width: 60%;
    }
    .header-right {
        width: 50%;
    }
    .header-right-menu1 a img {
        width: 20px;
        left: -27px;
    }
    .header-menu.active {
        padding-top: 3rem;
    }
    .close-menu {
        right: 10%;
    }
    .hero-main h1 {
        
    }
    @keyframes line-ani {
        from {
            width: 0;
            opacity: 0;
        }
        to {
            width: 130px;
            height: 17px;
            opacity: 1;
        }
   }
   .hero-main h1 {
       display: flex;
       justify-content: center;
   }
    .hero-main h1 span {
        width: auto;
        margin: 5px 0;
    }
   .hero-main h1 span b  {
    position: absolute;
    left: 20px;
    bottom: -12px;
    }
   
    .hero-text h1 span {
      margin: 0 10px;
      margin-right: 8px;
    }
    .highlights-container {
        overflow-x: scroll;
        flex-wrap: nowrap;
    }
    .highlights-container::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .highlights-box {
        min-width: 70%;
        margin: 1rem;
    }
    .highlights-box p {
        margin-top: 1rem;
    }
    .highlights-box {
        
    }
    .highlights {
        border: 0 !important;
    }
    .hero-main {
        border: 0 !important;
    }
    .about-design {
        top: 3%;
        height: 30px;
    }

    .hero-main {
        height: 90vh;
    }
    .hero-main h1 img {
        width: 12%;
        left: -10px;
    }
    .hero-main h1 {
        margin-bottom: 1rem;
    }
    .about-academy-wrapper {
        flex-direction: column;
    }
    .about-academybox {
        width: 100%;
    }
    .what-i-do-wrapper {
        flex-direction: column;
    }
    .what-i-do-box {
        width: 100%;
    }
    .skills-wrapper {
        flex-direction: column;
    }
    .skillsbox {
        width: 100%;
    }
    .about-main h3 img, .exp-heading h4 img, .skills-heading h4 img, .what-i-do-heading h4 img, .my-works-heading h4 img, .projects-title h1 img {
        width: 10%;
    }
    .my-works {
        padding: 4rem 0;
    }
    .my-works-container h2 {
        top: 3%;
    }
    .exp-design {
       right: 2%;
       width: 40px;
       height: 40px;
       top: 10%;
    }
    .c-home-left {
        width: 100%;
        padding-bottom: 1.5rem;
    }
    .c-home-right a {
        padding: 0.5rem 1rem;
        width: 100%;
    }
    .c-home-right {
        width: 100%;
        padding: 0;
    }
    .contact-home-container  {
        width: 90%;
        border-radius: 30px;
        padding: 1.5rem;
    }
    .footer-left {
        display: none;
    }
    .footer-middle {
        width: 100%;
    }
    .footer-right {
        width: 100%;
        justify-content: center;
    }
    .footer-right ul li a {
        font-size: 1rem;
    }
    .projects-wrapper {
        flex-direction: column;
    }
    .projectbox {
        width: 100%;
    }
    .projects-title {
        margin-top: 3rem;
    }
    .projects-wrapper {
        padding-top: 0;
    }
    .my-worksbox-top {
        padding: 1.5rem;
    }
    .hero-text p {
        width: 90%;
    }
    .name-ani {
        width: 150px !important;
    }
    
     /*closed */
}