@media (max-width: 600px) {
    /*header */
    .cursor {
        display: none !important;
    }
    .logo {
        width: 35%;
    }
    .logo img {
        width: 75%;
        padding: 0.3rem;
    }
    .menu {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background-color: white;
        padding: 2rem;
        z-index: 100000;
        left: -110%;
        transition: all 1s cubic-bezier( 0.98, 0, 0.19, 0.98 );
    }
    .menu.active {
        left: 0;
    }
    .menu-services {
        opacity: 1;
        position: relative;
        width: auto;
        top: 10px;
        left: 18px;
    }
     .menu-services ul {
        
     }
    .menu-services ul li a {
        font-size: 1.2rem !important;
    
    }
    .menu ul {
        flex-direction: column;
        gap: 2rem;
        width: auto;
    }
    .menu-close-icon {
        display: block;
        position : absolute;
        right: 3%;
        top: 3%;
    }
    .menu-close-icon i {
        font-size: 2rem;
    }
     .menu ul li a {
         font-size: 1.6rem;
     }
    .nav-right {
        width: 65%;
        gap: 1rem;
    }
    .nav-contact {
        width: 70%;
        text-align: center;
    }
    .nav-icon {
      width: 30%;
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
        
    }
    .nav-icon span {
        width: 50px;
        height: 2px;
        background-color: black;
    }
    /*home page css */
    .slider-box h1 {
    }
    .slider-box span:after {
        width: 70px;
        height: 70px;
    }
    .slider-box p {
        margin: 1rem auto;
    }
    .slider-box-container .slider-right-design-1 {
        top: 7%;
    }
    .list-services-main {
        padding: 1rem 0;
    }
    .highlight-box1 {
        padding-left: 9vw;
    }
    .home-services-wrapper {
        width: 80%;
        margin-top: 4rem;
        flex-direction: column;
    }
    .home-services-box:nth-child(even) {
        display: flex;
        flex-direction: column-reverse;
    }
    .home-serive-arrow {
        top: 0;
    }
    .workprocess-container, .why-madworks-container {
        flex-direction: column;
        
    }
    .workprocess-left {
        width: 100%;
    }
    .workprocess-right {
        width: 100%;
        padding: 1rem;
        padding-top: 2.5rem;
    }
    .why-madworks-left {
        width: 100%;
    }
    .why-madworks-right {
        width: 100%;
    }
    .why-madworks-box-wrapper {
        padding: 0 2rem;
    }
    .why-madworks-box-wrapper:after {
        left: 0;
    }
    .we-are {
       width: 70px;
       height: 70px;
       left: 0;
       top: -32px;
    }
    .why-madworks-letter-logo img {
        width: 70%;
    }
    .footer-contact-ctacontainer {
        width: 80%;
        padding: 1.5rem;
    }
    .footer-logo-container {
        flex-direction: column;
    }
    .footer-logo {
        width: 100%;
        text-align: center;
    }
    .footer-social {
        width: 100%;
        padding-top: 2rem;
    }
    .footer-social ul {
        flex-wrap: wrap;
    }
    .footer-social ul li {
        margin: 0.5rem 0;
        margin-right: 0rem;
    }
    .footer-nav-container {
        flex-direction: column;
        gap: 0;
        
    }
    .footer-navbox {
        width: 100%;
    }
    .footer-social ul {
        justify-content: left;
    }
    .hero-red-design.active {
        width: 40%;
    }
    .vision-container {
        flex-direction: column;
    }
    .vision-left, .vision-right {
        width: 100%;
    }
    .about-high-wrapper {
        flex-direction: column;
    }
    .about-high-left {
        width: 100%;
        border-right: 0;
        padding-bottom: 1rem;
        border-bottom: 2px solid var(--mad-red);
    }
    .about-high-right {
        width: 100%;
        padding-top: 2rem;
    }
    .about-high-right .about-high-right-box span {
        line-height: 1.8;
    }
    .team-container {
        flex-direction: column;
    }
    .team-left {
        width: 100%;
        padding-bottom: 2rem;
        border: 0;
        border-bottom: 1px solid var(--white-light-color);
    }
    .team-right {
        width: 100%;
    }
    .team-right-wrapper {
        padding: 0;
        padding-top: 2rem;
        
    }
    .team-main {
        padding: 6rem 0;
    }
    .about-our-cliets-container {
        flex-direction: column;
    }
    .about-clients-left {
        width: 100%;
    }
    .about-clients-right {
        width: 100%;
    }
    .contact-container {
        flex-direction: column;
    }
    .contact-left {
        width: 100%;
    }
    .contact-right {
        width: 100%;
    }
    .contact-form-wrapper {
        margin: 0;
        padding: 2rem;
    }
    .s-selection {
        width: 100%;
    }
    .contact-main {
        overflow: hidden;
        padding: 1rem 0;
        padding-bottom: 3rem;
    }
    .contact-back-design {
        height: 400%;
    }
    .star-design img {
        width: 40%;
    }
    .service-container h1 {
        margin-top: 1rem;
    }
    .service-2-container {
        flex-direction: column-reverse;
    }
    .service-1-left {
        width: 100%;
        padding: 2rem 0;
    }
    .service-1-right {
        width: 100%;
    }
    .service-1-left p {
        font-size: 1.05rem;
    }
    .our-technologies-bottom {
        padding: 2rem 0;
    }
    .our-technologies-bottom ul li {
        width: 40%;
        margin: 1rem 0;
        padding: 0;
        text-align: left;
    } 
    .dev-process-container {
        flex-direction: column;
    }
    .dev-process-left {
        width: 100%;
        padding-top: 0;
    }
    .dev-process-right {
        width: 100%;
    }
    .dev-process-main {
        margin: 0;
    }
    .dev-process-right {
        padding: 0;
        padding-top: 3rem;
        padding-left: 1rem;
    }
    .dev-process-left p {
        font-size: 1rem;
    }
    .what-we-do-servicetop {
        flex-direction: column;
    }
    .what-we-do-servicetop h5 {
        width: 100%;
        margin: 1rem 0;
    }
    .what-we-do-servicetop p {
        width: 100%;
        
    }
    .what-we-do-servicesbottom {
        flex-direction: column;
    }
    .what-we-do-servicebox {
        width: 100%;
    }
    .services-clients-wrapper {
        flex-wrap: wrap;
    }
    .services-clients-box {
        width: 50%;
    }
    .dev-process-right .dev-process-box p {
        font-size: 1.05rem;
    }
    .services-clients, .what-we-do-services {
        overflow: hidden;
    }
    .our-technologies {
        overflow: hidden;
    }
    /*closed */
}