/* RESET*/
body, html{ font-size: 10px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif; box-sizing: border-box;margin: 0;padding: 0;}
*,*:before,*:after{ box-sizing: border-box; }
h1,h2,h3,h4,h5,h6, p, ol,a, ul{margin: 0;padding: 0;font-family: 'inter', sans-serif;}
ol,ul{list-style-type: none;}
img{height: auto;}
a{text-decoration: none;}
hr{border:none; border-bottom: 1px solid #ddd}


/* ! Text System */
.didascalia { font-size: 1.6rem; font-weight: 300; }
li{font-size: 1.6rem; font-weight: 400; }
a { font-size: 1.6rem; font-weight: 400; }
p { font-size: 1.6rem; font-weight: 400; }
h6{font-size: 1.8rem; font-weight: 400;}
h5{font-size: 3.2rem; font-weight: 600;}
h4{font-size: 4.4rem; font-weight: 400;}
h3{font-size: 8.0rem; font-weight: 400;}
h2{font-size: 12.0rem; font-weight: 700;}
h1{font-size: 16.0rem; font-weight: 600;}


/* --------------------------------------------
# 0. GENERAL
---------------------------------------------*/
html, body {
    color: black;
    background-color: white;
}

a {
    text-decoration: none;
    cursor: pointer;
}
.font-bold{
    font-weight: 600 !important;
}


.custom-cursor {
    position: fixed;
    top: -2rem;
    left: 0;
    padding: 1rem;
    background-color: black;
    color: white;
    pointer-events: none;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 9999;
  }

header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 2000;
}

header .logo{
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: start;
}
header .logo .circle{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 100%;
    background-color: black;
}
header .logo .circle img{
    width: 1.2rem;
    height: auto;
}
header .logo a{
    color: black;
    font-size: 1.8rem;
    font-weight: 800;
    white-space: nowrap;
    transition: color 0.3s ease;

}
.nav-desktop{
    display: block;
}
.nav-mobile{
    display: none;
}
.open-menu{
    display: none;
}
header .nav{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}
.nav-content{
    overflow: hidden;

}
.nav-content:hover .nav-black{
    bottom: 0;
}
.nav-content:hover .nav-white{
    transform: translateY(-100%);
}

.nav-content a{
    position: relative;
    color: black;
}
.nav-content a .nav-white{
    background-color: transparent;
    text-align: center;
    padding: 3px;
    transition: all 0.3s ease-out;
}
.nav-content a .nav-black{
    padding: 3px;
    background-color: black;
    text-align: center;
    position: absolute;
    bottom: -100%;
    color: white;
    transition: all 0.3s ease-out;
}

/* --------------------------------------------
# 1. INDEX
---------------------------------------------*/

.hero{
    height: 100vh;
    width: 100vw;
    padding: 0rem 2rem;
    align-items: center;
    justify-content: center;
    display: flex;
    position: sticky;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.hero .text-hero{
    flex-direction: column;
    display: flex;
    width: auto;
    justify-content: center;
}
.hero .text-hero .text-nome{
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;    
}
.hero .text-hero .text-nome h1{
    line-height: 1;  
}
.hero .text-hero .text-nome img{
    height: 12rem;
    width: auto;
}
.text-designer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-direction: row;
    font-weight: 600;
}
.area-visible{
    width: auto;
    height: auto;
    overflow: hidden;
    
}
.text-designer h6{
    font-weight: 600;
}
.split .char {
    display: inline-block; 
  }


.content{
    height: auto;
    width: 100vw;
    z-index: 1000;
    position: relative;
    background-color: white;
}

.works-desktop{
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: block;
}
.works-mobile{
    display: none;
}
.work {
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: sticky;
    top: 0;
    left: 0;
    display: flex;
    align-items: end;
    justify-content: start;
    padding: 4rem;
    overflow: hidden;
  }
  
  .work:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to top, 
      rgba(0, 0, 0, 0.6) 0%,   /* più scuro in basso */
      rgba(0, 0, 0, 0) 40%     /* trasparente verso l'alto */
    );
    z-index: 1;
  }

    .work > * {
    position: relative;
    z-index: 2;
  }
  .work1{ z-index: 1;background-image: url(../images/mockup-1.png);}
  .work2 {  z-index: 2;background-image: url(../images/MOCKUP-MENICI-1.jpg)}
  .work3 {  z-index: 3;background-image: url(../images/copertina-mockup.jpg)}
  .work4 { z-index: 4;background-image: url(../images/beezy-1.jpg)}
  .work5 { z-index: 4;background-image: url(../images/EFFE.png)}


  .work .text-work{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    color: white;
    width: 100%;
  }
  .work .text-work h4{
    font-weight: 600;
  }
  .transparent{
    width: 100vw;
    background-color: transparent;
    height: 50vh;
    z-index: -1;
  }

  .about, .services, .tools {
    padding: 12rem 4rem 12rem 4rem;
    width: 100vw;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
    position: relative;
    flex-direction: row;
    gap: 4rem;
  }

  .about h4{
    font-weight: 600;
    position: sticky;
    top: 12rem; 
    align-self: flex-start;
  }
  .about .description{
    padding-bottom: 4rem;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: center;
    width: 50vw;
    height: auto;
    text-align: start;
    gap: 2rem;
}
.about .description p{
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
}

.services .container-description{
    display: flex;
    flex-direction: column;
    gap: 6rem;
    justify-content: start;
    align-items: start;
}
.services h4{
    font-weight: 600;
    position: sticky;
    top: 12rem; 
    align-self: flex-start;
  }
  .services .description{
    padding-bottom: 4rem;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: start;
    width: 50vw;
    height: auto;
    text-align: start;
    gap: 2rem;
}
.services .description h6{
    width: 100%;
    font-size: 2.4rem;
    text-transform: uppercase;
    font-weight: 600;
}
.services .description p{
    width: 100%;
    text-transform: uppercase;
    font-weight: 400;
}

.flex-column{
    display: flex;
    flex-direction: column;
    gap: 6rem;
}
.tools .container-tools{
    display: flex;
    flex-direction: row;
    align-items: start;
    padding: 2rem;
    background-color: #ddd;
    height: auto;
    width: 50vw;
    border-radius: 12px;
    gap: 2rem;
}
.tools .container-tools .container-icone{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    height: 100%;
    gap: 2rem;
}
.tools .container-tools .container-icone .icone{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    height: auto;
    border: 1ps solid red;
    border-radius: 12px;
    width: 6rem;
    height: 6rem;
}
.tools .container-tools .container-icone .icone img{
    width: 40px;
    height: auto;
}
.tools .container-tools:nth-child(1) .container-icone .icone img{
    width: 30px;
    height: auto;
}
.tools .container-tools:nth-child(3) .container-icone .icone img{
    width: 35px;
    height: auto;
}
.tools h4{
    font-weight: 600;
    position: sticky;
    top: 12rem; 
    align-self: flex-start;
  }
  .tools .description-tools{
    padding-bottom: 4rem;
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: start;
    width: auto;
    height: auto;
    text-align: start;
    gap: 2rem;
    background-color: white;
    padding: 2rem;
    border-radius: 12px;

}
.tools .description-tools h5{
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
}
.tools .description-tools h6{
    width: 100%;
    font-size: 2.4rem;
    text-transform: uppercase;
    font-weight: 600;
}
.tools .description-tools p{
    width: 100%;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.4rem;
}

/* --------------------------------------------
# 2. WORKS
---------------------------------------------*/

.all-works{
    width: 100vw;
    height: auto;
    gap: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 22rem 4rem 0rem 4rem;
}
.all-works{
    width: 100vw;
    height: auto;
    gap: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 22rem 4rem 0rem 4rem;
}
.all-works h4{
    font-weight: 600;
}

.all-works .container-all-works{
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}
.all-works .container-all-works .row-all-works{
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}
.all-works .container-all-works .row-all-works .content-all-works{
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    color: black;
}

.img-all-works {
    width: 100%;
    padding-top: 75%;          /* altezza proporzionale */
    overflow: hidden;          /* nasconde l’eccesso dello zoom */
    position: relative;
}

.img-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
    pointer-events: none;
}

.content-all-works:hover .img-inner {
    transform: scale(1.1);     /* ingrandisce solo il contenuto */
}
.all-works .container-all-works .row-all-works:nth-child(1) .content-all-works:nth-child(1) .img-inner {
    background-image: url(../images/mockup-1.png);
}
.all-works .container-all-works .row-all-works:nth-child(1) .content-all-works:nth-child(2) .img-inner {
    background-image: url(../images/MOCKUP-MENICI-1.jpg);
}
.all-works .container-all-works .row-all-works:nth-child(2) .content-all-works:nth-child(1) .img-inner {
    background-image: url(../images/copertina-mockup.jpg);
}
.all-works .container-all-works .row-all-works:nth-child(2) .content-all-works:nth-child(2) .img-inner {
    background-image: url(../images/EFFE.png);
}
.all-works .container-all-works .row-all-works:nth-child(3) .content-all-works:nth-child(1) .img-inner {
    background-image: url(../images/beezy-1.jpg);
}
.all-works .container-all-works .row-all-works .content-all-works .category-works{
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 2rem;
    justify-content: space-between;
    align-items: center;
}


/* --------------------------------------------
# 3. PAGE VENOM
---------------------------------------------*/


/* HEADER ANIMATION BASE */
header.header-animation {
    position: fixed;
    width: 100%;
    z-index: 2000;
    background-color: transparent; /* trasparente inizialmente */
    transition: background-color 0.3s ease, color 0.3s ease;
    color: white;
}

/* logo e link desktop iniziali */
header.header-animation .logo a,
header.header-animation .nav-desktop a p {
    color: white;
    transition: color 0.3s ease;
}

/* NAV HOVER - HEADER TRASPARENTE */
header.header-animation .nav-desktop a .nav-white {
    display: block;
    color: white; /* testo bianco iniziale */
    transition: all 0.3s ease;
}

header.header-animation .nav-desktop a .nav-black {
    display: block;
    color: black; /* testo nero quando appare */
    background-color: white; /* sfondo quando appare */
    transition: all 0.3s ease;
    transform: translateY(100%);
}

/* ANIMAZIONE HOVER */
header.header-animation .nav-desktop a:hover .nav-white {
    transform: translateY(-100%);
}

header.header-animation .nav-desktop a:hover .nav-black {
    transform: translateY(0%);
}
header.header-animation .nav-desktop a:hover .nav-black p{
    filter: invert(1);
}

/* HEADER SCROLLED - sfondo bianco e testi neri */
header.header-animation.scrolled {
    background-color: white;
}

header.header-animation.scrolled .logo a,
header.header-animation.scrolled .nav-desktop a p {
    color: black; 
}

/* NAV HOVER - HEADER SCROLLED */
header.header-animation.scrolled .nav-desktop a .nav-white {
    color: black; 
}

header.header-animation.scrolled .nav-desktop a .nav-black {
    color: white; /* testo bianco sopra sfondo nero */
    background-color: black;
}

.hero-work {
    position: sticky;
    top: 0;
    height: 100vh;
    z-index: 0;
    display: flex;
    justify-content: start;
    align-items: end;
    padding: 4rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    position: relative; /* necessario per ::before */
  }
  
  .hero-work h4 {
    font-weight: 600;
  }
  
  #img-hero-venom {
    background-image: url("../images/mockup-1.png");
  }
  #img-hero-chaletly {
    background-image: url("../images/MOCKUP-MENICI-1.jpg");
  }
  #img-hero-atomic {
    background-image: url("../images/copertina-mockup.jpg");
  }
  #img-hero-effe {
    background-image: url("../images/EFFE.png");
  }
  #img-hero-beezy {
    background-image: url("../images/beezy-1.jpg");
  }
  
  .hero-work::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to top, 
      rgba(0, 0, 0, 0.6) 0%,   /* più scuro in basso */
      rgba(0, 0, 0, 0) 40%     /* trasparente verso l'alto */
    );
    z-index: 1;
  }
  
  .hero-work .area-visible {
    position: relative;
    z-index: 2; /* testo sopra la sfumatura */
  }

.details-work{
    padding: 4rem 4rem 8rem 4rem;
    gap: 4rem;
    width: 100%;
    position: relative;
    background: white; /* o un colore solido */
    z-index: 1;
}
.details-work .width-50{
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 4rem;
    width: 50%;
    position: relative;
  background: white; /* o un colore solido */
  z-index: 1;
}
.details-work .details{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
}
.details-work .details .details-type{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 1rem;
}
.details-work .details .details-type a{
    text-decoration: underline;
    color: black;
}
.description-work{
    display: flex;
    gap: 1rem;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}
.description-work p{
    text-transform: uppercase;
}

.images-works{
    padding: 0rem 4rem 12rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    width: 100vw;
    height: auto;
}
.image-100 {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
  }
  
  .image-100 img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
  }
.row-images-50 {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    width: 100%;
  }
  
  .image-50 {
    flex: 1 1 50%;
    aspect-ratio: 4/3; /* mantiene proporzione uguale */
    overflow: hidden;
  }
  
  .image-50 img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* riempie senza deformarsi */
    display: block;
  }

  .next-work a{
    color: black;
  }
  
  


/* --------------------------------------------
# CONTACT
---------------------------------------------*/

.contact{
    width: 100vw;
    height: auto;
    padding: 8rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10rem;
    flex-direction: column;
}
.contact .container-cta{
    display: flex;
    flex-direction: column;
    gap: 4rem;
    align-items: center;
    justify-content: center;
}
.contact img{
   width: 24rem;
   height: auto;
}

.contact .container-cta .container-h2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 12px;
}
.contact .container-cta h2{
    text-align: center;
    font-weight: 600;
    line-height: 1;
}


.contact .container-cta .button{
    position: relative;
    color: black;
    background-color: black;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact .container-cta .button .area-visible {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.contact .container-cta .button .up {
    color: white;
    transform: translateY(0);
    transition: transform 0.3s ease-out;
}
.contact .container-cta .button .low {
    color: white;
    position: absolute;
    transform: translateY(100%); 
    transition: transform 0.3s ease-out;
}

.contact .container-cta .button:hover .up {
    transform: translateY(-100%);
}

.contact .container-cta .button:hover .low {
    transform: translateY(0);
}

.footer{
    padding: 8rem 4rem 2rem 4rem;
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 6rem;
    justify-content: start;
    align-items: start;
    border-top: 1px solid #ddd;
}
.footer a{
    color: black;
}
.footer .container-footer{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 6rem;
    justify-content: start;
    align-items: start;
}
.footer .container-footer .container-links{
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 1rem;
    text-align: start;
    width: 100%;
}
.footer .container-footer .container-links .links{
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 0px;
    text-align: start;
}

.footer .copyright{
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.footer .copyright .nav-content-link div{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.footer .copyright .nav-content-link div img{
    width: 1.6rem;
}
.footer .copyright .nav-white p{
    opacity: .6;
}


@media (max-width: 1200px) {
    h1{font-size: 10.0rem; font-weight: 600;}
    h2{font-size: 8rem; font-weight: 700;}
    h3{font-size: 4.8rem; font-weight: 400;}
    h4{font-size: 3.8rem; font-weight: 400;}

    header{
        background-color: white;
        position: fixed;
        z-index: 2000;
        transition: background-color 0.3s ease;
    }
    header.header-animation {
        background-color: white; /* trasparente inizialmente */
    }
    header.header-animation .logo a,
header.header-animation .nav-desktop a p {
    color: black;
    transition: color 0.3s ease;
}
    header.menu-open .logo a {
        color: white;
    }

    .nav-desktop{
        display: none;
    }
    .content-nav-mobile{
        display: block;
    }
    .nav-mobile{
        display: block;
    }

    .box-text-menu{
        overflow: hidden;
        position: relative;
        color: black;
        width: 10rem;
        display: flex;
        justify-content: end;
    }

    .box-text-menu .text-open{
        background-color: transparent;
        color: black;
        cursor: pointer;
        transition: all 0.3s ease-out;  

    }
    .box-text-menu .text-close{
        position: absolute;
        bottom: -100%;
        color: white;
        transition: all 0.3s ease-out;
        right: 0;
        cursor: pointer;

    }

    .box-text-menu.active .text-open {
        transform: translateY(-100%);
    }
      
    .box-text-menu.active .text-close {
        bottom: 0;
        right: 0;
    }

    .open-menu{
        position: fixed; 
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        transform: translateY(-100%);
        transition: transform 1s ease; 
        z-index: 1500;
        background-color: black;
        display: block;
    }
    .open-menu.active {
        transform: translateY(0);
    }
    .open-menu.closing {
        transition: all 0.4s ease; 
        transform: translateY(-100%);
        background-color: white;
    }
      .header.menu-open {
        background-color: black;
    }

    .open-menu .content-nav-mobile{
        height: 100%;
        width: 100%;
        align-items: end;
        justify-content: start;
        padding: 12rem 4rem;
        gap: 6rem;
        display: flex;
        flex-direction: column;
    }
    .open-menu .nav-mobile{
        display: flex;
        flex-direction: column;
        gap: 12px;
        justify-content: end;
        text-align: end;
    }
    .open-menu .nav-mobile a{
        color: white;
    }
    .open-menu .link-mobile-open{
        gap: 12px;
        color: white;
        text-align: end;
        display: flex;
        flex-direction: column;
    }
    .open-menu .link-open{
        display: flex;
        flex-direction: column;
        gap: 6px;
    }
    .open-menu .link-mobile-open a{
        color: white;
    }
    .open-menu .link-mobile-open .link-open p{
        gap: 6px;
        font-weight: 400;
    }
    .menu-item {
        opacity: 0;
        transform: translateX(-30px);
      }

      .hero{
        height: 80vh;
        width: 100vw;
        padding: 0rem 2rem;
        align-items: center;
        justify-content: center;
        display: flex;
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .hero .text-hero .text-nome img{
        height: 7.3rem;
    }

    .works-desktop{
        display: none;
    }
    .works-mobile{
        display: block;
        width: auto;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0px 40px;
    }
    .works-mobile a{ 
        color: black;
    }
    .works-mobile .work-mobile{
        display: flex;
        flex-direction: column;
        gap: 2rem;
        justify-content: center;
        align-items: center;
        margin-top: 4rem;
    }
    .works-mobile .work-mobile img{
        width: 100%;
        height: auto;
    }
    .works-mobile .work-mobile .text-work-mobile{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .works-mobile .work-mobile .text-work-mobile p:nth-child(1){
        font-weight: 600;
    }
    .works-mobile .work-mobile .text-work-mobile p:nth-child(2){
        font-weight: 400;
    }

    .about .description{
        padding-bottom: 4rem;
        width: 60vw;
    }
    .services .description{
        padding-bottom: 4rem;
        width: 60vw;
    }

    .tools .container-tools{
        flex-direction: column;
        align-items: center;
        width: 60vw;
    }

    .tools .description-tools {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .tools .container-tools .container-icone {
        flex-direction: row;
        align-items: center;
        width: 100%;
        justify-content: center;
    }
    .tools .container-tools .container-icone .icone {

        width: 8rem;
        height: 8rem;
    }
    .about, .services, .tools {
        padding: 6rem 4rem 2rem 4rem;
        width: 100vw;
        height: auto;
        display: flex
    ;
        justify-content: space-between;
        align-items: start;
        position: relative;
        flex-direction: row;
        gap: 4rem;
    }
    .services .container-description{
        gap: 4rem;
    }
    .flex-column {
        gap: 4rem;
    }

    .contact {
        gap: 8rem;
    }
    .contact .container-cta {
        display: flex
    ;
        flex-direction: column;
        gap: 4rem;
        align-items: center;
        justify-content: center;
    }
    .contact img{
        width: 20rem;
        height: auto;
     }

    .details-work .width-50{

        width: 70%;
    }

    .hero-work {
        height: 80vh;

      }
      .row-images-50 {
        flex-direction: column;
    }

}

@media (max-width: 768px){
    h1{font-size: 6rem; font-weight: 600;}
    h2{font-size: 6rem; font-weight: 700;}
    h4{font-size: 3.2rem; font-weight: 700;}
    h5{font-size: 2.6rem; font-weight: 700;}
    h6{font-size: 1.8rem; font-weight: 700;}

    .services .description h6{
        font-size: 1.8rem;
    }
    .tools .description-tools h6 {
        font-size: 1.8rem;
    }
    header{
        padding: 20px 20px;
    }

    .text-designer{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .text-designer h4{
        font-size: 2.6rem;
    }
    .hero .text-hero{
        flex-direction: column;
        display: flex;
        width: auto;
        justify-content: center;
        gap: 8px;
    }
    .hero .text-hero .text-nome img{
        height: 4.6rem;
    }

    .works-mobile{

        padding: 0px 20px;
    }

    .about, .services, .tools{
        padding: 6rem 2rem 0rem 2rem;
        width: 100vw;
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        flex-direction: column ;
        gap: 4rem;
    }
    .flex-column {
        gap: 4rem;
    }

    .about h4{
        font-weight: 600;
        position: relative;
        width: 100%;
        top: 0;
        text-align: center;
      }
      .services h4{
        font-weight: 600;
        position: relative;
        width: 100%;
        top: 0;
        text-align: center;
      }
      .tools h4{
        font-weight: 600;
        position: relative;
        width: 100%;
        top: 0;
        text-align: center;
      }

    .about .description{
        padding-bottom: 6rem;
        border-bottom: 1px solid #ddd;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 100%;
        text-align: center;
        gap: 2rem;
    }

    .services .description{
        padding-bottom: 6rem;
        border-bottom: 1px solid #ddd;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 100%;
        text-align: center;
        gap: 2rem;
    }
    .tools .container-tools {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .contact {
        height: auto;
        padding: 8rem 2rem;
        gap: 8rem;
        flex-direction: column;
    }

    .footer {
        padding: 6rem 2rem 4rem 2rem;
        width: 100vw;
        height: auto;
        display: flex
    ;
        flex-direction: column;
        gap: 4rem;
        justify-content: start;
        align-items: start;
        border-top: 1px solid #ddd;
    }

    .footer .container-footer {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 4rem;
        justify-content: center;
        align-items: center;
    }
    .footer .container-footer .container-links {
        display: flex
    ;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .footer .container-footer .container-links .links{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 0px;
        text-align: center;
    }
    
    .footer .copyright{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .all-works {
        width: 100vw;
        height: auto;
        gap: 4rem;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 20rem 2rem 0rem 2rem;
    }

    .all-works .text-designer{
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .all-works .container-all-works .row-all-works {
        width: 100%;
        flex-direction: column;
    }

    .details-work .width-50 {
        width: 100%;
    }

    .details-work {
        padding: 4rem 2rem 8rem 2rem;
        gap: 4rem;
        width: 100%;
        position: relative;
        background: white;
        z-index: 1;
    }

    .details-work .details {
        display: flex;
        align-items: start;
        justify-content: start;
        gap: 4rem;
        width: 100%;
        flex-direction: column;
    }
    .description-work {
        width: 100%;
    }

    .hero-work {
        padding: 2rem;
      }
      .images-works {
        padding: 0rem 2rem 8rem 2rem;
    }
    .row-images-50 {
        flex-direction: column;
    }
}