  body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    background: var(--neutral-800);
    padding-bottom: 0;
    margin-bottom: 0;
  }
h4{
  font-size: 32px;
}
  #hero, #jobs{
    min-width:100px;
    max-width:1024px;
    width:100%;
    display:flex;

  }
  .top{
    background: url(src/patternNEW.svg);
    background-color: var(--neutral-200);
    max-width: none;
    padding: 48px;
  }
  .ctaFooter{
    background-color: #111217;
  }
  
  @keyframes scroll-background {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -100px 0;
    }
  }
  #hero, .item{
    flex-wrap: wrap-reverse;
    justify-content: center;
    margin-bottom: 20px;
  }
  #jobs{
    justify-content: center;
    flex-direction:column;
    margin: 64px 0;
  }
  #photo{
    width:320px;
    height:320px;
    margin-bottom: 32px;
    border-radius: 16px;
  }
  #intro{
    min-width:320px;
    flex-grow: 1;
  }
  .social{
    height:44px;
    display:flex;
    gap:8px;
    margin: 0 0 16px 0;
  }
  .ctaFooter{
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 256px;
    margin-top: 48px;
  }
  .ctaFooter .contact{
    color: var(--primary-color);
    font-size: 2.5rem;

  }

  #subtitle{
  font-size: 1.25rem;
  color: var(--neutral-800);
  }
  .social-bt{
    width:44px;
    height:44px;
    background-color: var(--neutral-800);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
  }
  .social-bt:hover{
    background-color: var(--primary-color);
  }
  .social-bt img{
    width: 24px;
    height: 24px;
  }
  .social-bt svg{
    fill: var(--neutral-200);
  }
  .social-bt svg:hover{
    fill: var(--neutral-800);
  }
  #photo{
    width: 100%;
    max-width: 400px;
    min-width: 312px;
    min-height: 100px;
    height: 400px;
    background: url(src/eu400px.png) center top;
    background-repeat: no-repeat;    
  }
  #aboutMe{
    margin-bottom: 0;
    background-color: var(--neutral-200);
    width: 100%;
    padding: 48px 0 0 0;
    color: var(--neutral-800);
    font-weight: 300;
  }
  #aboutMe .container{
    flex-direction: row;
    gap: 32px;
    align-items: start;
  }
  #projects {
    display: flex;
    flex-direction:column;
    gap: 32px;
  }
  .items {
    min-width:320px;
    width:100%;
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
  }
  .itemDescription{
    min-width:320px;
    max-width: 480px;
    padding:0 16px 0 0;
  }
.itemImg {
  height: 400px;
  min-width: 328px;
  flex-grow: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 110%;
  position: relative;
  overflow:hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  cursor: pointer;
}
.itemImg::before {
  content: "";
  height: 400px;
  min-width: 328px;
  flex-grow: 1;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 110%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  overflow:hidden;
}
.itemImg:hover::before {
  opacity: 1;
}
#item1 .itemImg{
  background-image: url('src/dexterbg.jpg');
}
#item3 .itemImg{
  background-image: url('src/riddlerbg.png');
}

#item2 .itemImg{
  background-image: url('src/rakoon.bg.png');
}

#item4 .itemImg{
  background-image: url('src/behance.png');
}

.floatElement {
  width:100%;
  max-width: 480px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  display: flex;
  justify-content: center;
}

#item1 .floatElement{
  background-image: url('src/dexter_small.png');
  background-size: 90%;
}
#item2 .floatElement{
  background-image: url('src/rakonn_mobile.png');
  background-size: 75%;
  background-position: 30% 50%;
}
#item3 .floatElement{
  background-image: url('src/game_thumb.png');
  background-size: 40%;
}
  .itemTitle{
    margin: 0 0 12px 0;      
  }
  .itemText{
    font-size: 16px;
    margin: 0 0 12px 0;
    font-weight: 400;
  }
  .projectsTitle{
    margin:0 0 48px 0;
    text-align: left;
    width: 100%;

  }
  .projectsTitle{
    color: var(--primary-color);
  }
  h1{
    margin: 48px 0 24px 0;
  }
  
  @media (max-width: 830px) {
    h1{
        text-align: center;
    }
    .social{
        justify-content: center;
    }
    #subtitle{
        width:100%;
        max-width:none;
        text-align: center;
        font-size: 1rem;
    }
    #h3{
        text-align: center;
    }
    .projectsTitle{
      text-align: center;
    }
    .itemDescription{
        max-width: 100%;
        margin-top:24px;
        padding: 0;
  }
  #projects{
    gap: 64px;
  }
  #aboutMe .container{
    flex-direction: column;
    gap: 16px;
  }
  #photo{
    max-width: none;
  }
  .itemText, .itemTitle{
    text-align: center;
  }
  .itemButton{
    width: 100%;
  }
}
      
  @media (max-width: 480px) {
      .floatElement{
          max-width: 340px;
      }
      .projectsTitle{
          margin: 0 0 20px 0;
      }

      #jobs{
        margin: 24px 0;
      }
      .itemText{
          font-size: 14px;
      }
      .itemTitle{
          text-align: center;
      }
      #photo{
        height: 312px;
      }
      #item2 .floatElement{
        background-image: url('src/rakonn_mobile.png');
        background-size: 80%;
      }
      #item3 .floatElement{
        background-size: 50%;
      }
    }