strong {
  font-weight: 600;
}

body {
  background-color: #fef6f0;
}

html {
  scroll-behavior: smooth;
}

.hamburger-container {
  display: none;
  background: #fef6f0;
  padding: 42px 900px 60px 22px;
  z-index: 100;
  position: fixed;
  top: -20px;
  left: 0;
  border-bottom: 3px solid #B34246;
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  position: fixed;
  top: 24px;
  left: 24px;
  z-index: 200;
}

.hamburger-bar {
  z-index: 300;
  width: 30px;
  height: 4px;
  background: #B34245;
  margin: 4px 0;
  border-radius: 2px;
  transition: all 0.3s;
}

.hamburger.active .hamburger-bar:nth-child(1) {
  transform: translateY(12px) rotate(45deg);
  opacity: 1;
}

.hamburger.active .hamburger-bar:nth-child(2) {
  opacity: 0;
}

.hamburger.active .hamburger-bar:nth-child(3) {
  transform: translateY(-12px) rotate(-45deg);
  opacity: 1;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 30vh;
  background: #fef6f0;
  border-bottom: 3px solid #B34245;
  z-index: 150;
  flex-direction: column;
  justify-content: left;
  align-items: left;
  top: 60px;
  left: 0px;
  padding: 40px 40px 20px 40px;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-30px);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.mobile-menu .menu-link {
  font-size: 1.5rem;
  color: #B34245;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.mobile-menu .menu-link:hover {
  text-decoration: underline 2px;
}
.mobile-menu.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  display: flex;
}

.menu {
  display: flex;
  font-size: 18px;
  width: 100vw;
  justify-content: center;
  gap: 72px;
  text-decoration: none;
  padding: 42px 0px;
  list-style: none;
  padding-left: 0%;
  z-index: 100;
  position: fixed;
  top: -20px;
  left: 0;
  background: #fef6f0;
  border-bottom: 3px solid #B34246;
  /* box-shadow: 2px 2px 10px rgb(179, 66, 70); */
}

.menu-link {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #B34245;
  text-decoration: none;
  transition: color 0.5s ease-in-out, text-decoration-color 0.5s ease-in-out;
}
.menu-link:hover {
  text-decoration: underline 2px;
  margin: none;
}

#chi-sono {
  scroll-margin-top: 240px;
}

#portfolio {
  scroll-margin-top: 120px;
}

#contatti {
  scroll-margin-top: 120px;
}

h1 {
  color: #B34245;
  font-family: "DM Serif Text", serif;
  font-weight: 900;
  font-size: 72px;
  margin-bottom: 0px;
  z-index: 1;
  position: relative;
  letter-spacing: 1px;
  max-width: 60vw;
  line-height: 1.2;
}

h2 {
  font-family: "DM Serif Text", serif;
  color: #B34245;
  text-align: center;
  font-size: 54px;
  letter-spacing: 1px;
}

.chi-sono { /* contenitore chi sono */
  position: relative;
  margin: 120px 164px;
  margin-top: 180px;
}

.chi-sono-text {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.6;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: #281515;
  text-align: left;
  max-width: 600px;
  line-height: 1.6;
  letter-spacing: 1px;
  z-index: 1;
  position: relative;
  margin: 2em 0;
  max-width: 40vw;
}

.foto-profilo {
  z-index: -1;
  border-radius: 24px;
  margin-top: -260px;
  position: absolute;
  max-height: 700px;
  max-width: 40vw;
  height: auto;
  right: 20px;
}

.button-contatti {
  font-family: "Inter", sans-serif;
  letter-spacing: 1px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 900;
  color: #B34245;
  background-color: transparent;
  border: 3px solid #B34245;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.button-contatti:hover {
  background-color: #B34245;
  color: #fef6f0;
  cursor: pointer;
}

.valori {
  background-color: #B34245;
  padding: 80px 164px;
  margin-top: 240px;
  position: relative;
  z-index: 1;
}

.valori-title {
  font-family: "DM Serif Text", serif;
  color: #fef6f0;
  text-align: center;
  margin-top: 0px;
}

.valori-text {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.6;
  display: block;
  text-align: center;
  justify-content: center;
  padding: 0 100px;
  color: #fef6f0;
}

.link-yt {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.6;
  text-align: center;
  display: block;
  margin: 0 auto;
  color: #fef6f0;
  text-decoration: none;
  font-weight: 600;
}
.link-yt:hover {
  text-decoration: underline;
  cursor: pointer;
}

.piuma-bg {
  z-index: 0;
  position: absolute;
  width: 120px;
  margin-top: -180px;
  left: 50px;
  rotate: -10deg;
  opacity: 0.6;
}

.yt {
  width: 300px;
  border-radius: 16px;
  border: 8px solid #fef6f0;
  margin: 0 20px;
  transition: transform 0.1s ease-in-out;
}
.yt:hover {
  transform: scale(1.05);
  cursor: pointer;
}

.yt-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  flex-wrap: wrap;
}

.portfolio {
  margin: 120px 164px;
  text-align: center;
}

.paperplane-bg {
  z-index: 0;
  position: absolute;
  width: 260px;
  margin-top: 80px;
  right: 10px;
  rotate: 8deg;
  opacity: 0.6;
}

.portfolio-text {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.portfolio-gallery { /* contenitore generale del portfolio */
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  justify-content: center;
}

.cornice-rom { /* contentitore Romimmobiliare */
  width: 1112px;
  height: 427px;
  max-width: 100%;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-content: center;
  position: relative;
  margin-bottom: 6px;
}

.cornice-rom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease-in-out;
}
.cornice-rom img:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.cornice-rom-txt {
  position: absolute;
  font-family: "Inter", sans-serif;
  color: #fef6f0;
  font-size: 28px;
  text-align: left;
  left: 40px;
  bottom: 40px;
  line-height: 0.5;
  text-shadow: rgba(40, 21, 21, 0.8117647059) 2px 2px 4px;
}

.gallery { /* contenitore galleria portfolio per S2I e VC */
  display: flex;
  gap: 26px;
  justify-content: flex-start;
}

.cornice-s2i { /* contentitore Start2Impact */
  width: 638px;
  height: 427px;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.cornice-s2i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease-in-out;
}
.cornice-s2i img:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.cornice-s2i-txt {
  position: absolute;
  font-family: "Inter", sans-serif;
  color: #fef6f0;
  font-size: 28px;
  text-align: left;
  left: 40px;
  bottom: 40px;
  line-height: 0.5;
  text-shadow: rgba(40, 21, 21, 0.8117647059) 2px 2px 4px;
}

.cornice-vc { /* contentitore Veracura */
  width: 448px;
  height: 427px;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-content: center;
  position: relative;
  margin-left: 0px;
  flex-direction: row;
  justify-content: flex-end;
}

.cornice-vc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease-in-out;
}
.cornice-vc img:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.cornice-vc-txt {
  position: absolute;
  font-family: "Inter", sans-serif;
  color: #fef6f0;
  font-size: 28px;
  text-align: left;
  left: 40px;
  bottom: 40px;
  line-height: 0.5;
  text-shadow: rgba(40, 21, 21, 0.8117647059) 2px 2px 4px;
}

.cornice-mb { /* contentitore Merceria Butterfly */
  width: 1112px;
  height: 250px;
  max-width: 100%;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  position: relative;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.cornice-mb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease-in-out;
}
.cornice-mb img:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.cornice-mb-txt {
  position: absolute;
  font-family: "Inter", sans-serif;
  color: #fef6f0;
  font-size: 28px;
  text-align: left;
  left: 40px;
  bottom: 40px;
  line-height: 0.5;
  text-shadow: rgba(40, 21, 21, 0.8117647059) 2px 2px 4px;
}

.software {
  margin: 80px 164px;
  text-align: center;
}

.software-text {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.software-filter {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.software button {
  font-family: "Inter", sans-serif;
  border-radius: 20px;
  padding: 8px 20px;
  font-size: 15px;
  color: #fef6f0;
  font-weight: 500;
}

.button-all {
  color: #281515 !important;
  background-color: #fef6f0;
  border: solid 1px #281515;
}
.button-all:hover {
  outline: solid 2px #281515;
  cursor: pointer;
}

.button-all:active {
  color: #fef6f0 !important;
  background-color: #281515;
  border: solid 1px #281515;
  outline: solid 3px #281515;
  cursor: pointer;
}

.button-ads {
  background-color: #89A253;
  border: solid 1px #89A253;
}
.button-ads:hover {
  outline: solid 3px rgb(114.1853061224, 135.0220408163, 69.1779591837);
  cursor: pointer;
}

.button-ads:active {
  background-color: rgb(114.1853061224, 135.0220408163, 69.1779591837);
  border: solid 1px rgb(114.1853061224, 135.0220408163, 69.1779591837);
  outline: solid 3px rgb(114.1853061224, 135.0220408163, 69.1779591837);
  cursor: pointer;
}

.button-design {
  background-color: #B34245;
  border: solid 1px #B34245;
}
.button-design:hover {
  outline: solid 3px rgb(149.1910204082, 55.0089795918, 57.5093877551);
  cursor: pointer;
}

.button-design:active {
  background-color: rgb(149.1910204082, 55.0089795918, 57.5093877551);
  border: solid 1px rgb(149.1910204082, 55.0089795918, 57.5093877551);
  outline: solid 3px rgb(149.1910204082, 55.0089795918, 57.5093877551);
  cursor: pointer;
}

.button-content {
  background-color: #E3A54F;
  border: solid 1px #E3A54F;
}
.button-content:hover {
  outline: solid 3px rgb(221.4, 147, 43.8);
  cursor: pointer;
}

.button-content:active {
  background-color: rgb(221.4, 147, 43.8);
  border: solid 1px rgb(221.4, 147, 43.8);
  outline: solid 3px rgb(221.4, 147, 43.8);
  cursor: pointer;
}

.button-coding {
  background-color: #57899E;
  border: solid 1px #57899E;
}
.button-coding:hover {
  outline: solid 3px rgb(72.5118367347, 114.1853061224, 131.6881632653);
  cursor: pointer;
}

.button-coding:active {
  background-color: rgb(72.5118367347, 114.1853061224, 131.6881632653);
  border: solid 1px rgb(72.5118367347, 114.1853061224, 131.6881632653);
  outline: solid 3px rgb(72.5118367347, 114.1853061224, 131.6881632653);
  cursor: pointer;
}

.logos {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  line-height: 10px;
  padding: 0;
  margin: 80px 20px;
  list-style: none;
  justify-content: center;
  align-items: center;
}

.logos img {
  max-height: 80px;
  width: auto;
  height: auto;
  display: block;
  transition: transform 0.3s ease-in-out;
}
.logos img:hover {
  transform: scale(1.05);
}

.software-app {
  width: 100%;
  overflow-x: hidden;
  padding: 40px 10px;
}

/* all */
#all:target ~ .software-app .logos li {
  display: inline-block;
}

#ads:target ~ .software-app .logos li:not(.logo-ads) {
  display: none;
}

#design:target ~ .software-app .logos li:not(.logo-design) {
  display: none;
}

#content:target ~ .software-app .logos li:not(.logo-content) {
  display: none;
}

#coding:target ~ .software-app .logos li:not(.logo-coding) {
  display: none;
}

.image-container {
  position: relative;
  display: inline-block;
}

.image-container img {
  max-height: 80px;
  transition: transform 0.3s;
}

.tooltip {
  visibility: hidden;
  opacity: 0;
  background-color: #281515;
  color: #fef6f0;
  font-family: "Inter", sans-serif;
  line-height: 1;
  padding: 5px 8px;
  font-size: 18px;
  border-radius: 5px;
  position: absolute;
  bottom: 85%;
  left: 50%;
  margin-bottom: 12px;
  transform: translateX(-50%);
  transition: opacity 0.3s, transform 0.3s;
  pointer-events: none;
  z-index: 1;
}

.image-container:hover .tooltip {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(-10px);
}

.my-bag {
  margin: 120px 164px;
  text-align: center;
  position: relative;
}

.my-bag-title {
  margin-bottom: 20px;
}

.bag {
  z-index: 0;
  position: relative;
  margin-top: 200px;
  max-width: 500px;
}

.mic {
  max-width: 80px;
  z-index: 1;
  top: 120px;
  right: 400px;
  rotate: 15deg;
  position: absolute;
  justify-content: flex-start;
  align-items: flex-start;
  transition: transform 0.3s ease-in-out;
}
.mic:hover {
  transform: scale(1.05) rotate(-5deg);
}

.osmo {
  max-width: 200px;
  z-index: 1;
  top: 380px;
  left: 130px;
  rotate: 5deg;
  position: absolute;
  justify-content: flex-start;
  align-items: flex-start;
  transition: transform 0.3s ease-in-out;
}
.osmo:hover {
  transform: scale(1.05) rotate(5deg);
}

.ipad {
  max-width: 300px;
  z-index: 1;
  bottom: 190px;
  right: 0;
  rotate: 5deg;
  position: absolute;
  justify-content: flex-start;
  align-items: flex-start;
  transition: transform 0.3s ease-in-out;
}
.ipad:hover {
  transform: scale(1.05) rotate(5deg);
}

.iphone {
  max-height: 250px;
  z-index: 1;
  top: 100px;
  left: 380px;
  rotate: -5deg;
  position: absolute;
  justify-content: flex-start;
  align-items: flex-start;
  transition: transform 0.3s ease-in-out;
}
.iphone:hover {
  transform: scale(1.05) rotate(-5deg);
}

.occhiali {
  max-width: 200px;
  z-index: 1;
  top: 160px;
  right: 0px;
  position: absolute;
  justify-content: flex-start;
  align-items: flex-start;
  transition: transform 0.3s ease-in-out;
}
.occhiali:hover {
  transform: scale(1.05) rotate(-5deg);
}

.libro {
  max-width: 150px;
  z-index: 1;
  top: 100px;
  left: 0px;
  rotate: -5deg;
  position: absolute;
  justify-content: flex-start;
  align-items: flex-start;
  transition: transform 0.3s ease-in-out;
}
.libro:hover {
  transform: scale(1.05) rotate(-5deg);
}

.tools-container img {
  transition: transform 0.3s;
}

.tooltip-mic {
  max-width: 200px;
  visibility: hidden;
  opacity: 0;
  color: #281515;
  text-align: center;
  font-family: "Sour Gummy", cursive;
  line-height: 1.6;
  font-size: 18px;
  position: absolute;
  right: 340px;
  top: 260px;
  pointer-events: none;
  z-index: 1;
}

.tools-container:hover .tooltip-mic {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, transform 0.3s;
}

.tooltip-osmo {
  max-width: 220px;
  visibility: hidden;
  opacity: 0;
  color: #281515;
  text-align: center;
  font-family: "Sour Gummy", cursive;
  line-height: 1.6;
  font-size: 18px;
  position: absolute;
  left: 160px;
  bottom: 50px;
  pointer-events: none;
  z-index: 1;
}

.tools-container:hover .tooltip-osmo {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, transform 0.3s;
}

.tooltip-ipad {
  max-width: 280px;
  visibility: hidden;
  opacity: 0;
  color: #281515;
  text-align: center;
  font-family: "Sour Gummy", cursive;
  line-height: 1.6;
  font-size: 18px;
  position: absolute;
  right: 0px;
  bottom: 100px;
  pointer-events: none;
  z-index: 1;
}

.tools-container:hover .tooltip-ipad {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, transform 0.3s;
}

.tooltip-iphone {
  max-width: 200px;
  visibility: hidden;
  opacity: 0;
  color: #281515;
  text-align: center;
  font-family: "Sour Gummy", cursive;
  line-height: 1.6;
  font-size: 18px;
  position: absolute;
  left: 360px;
  top: 360px;
  pointer-events: none;
  z-index: 1;
}

.tools-container:hover .tooltip-iphone {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, transform 0.3s;
}

.tooltip-occhiali {
  max-width: 200px;
  visibility: hidden;
  opacity: 0;
  color: #281515;
  text-align: center;
  font-family: "Sour Gummy", cursive;
  line-height: 1.6;
  font-size: 18px;
  position: absolute;
  right: 40px;
  top: 250px;
  pointer-events: none;
  z-index: 1;
}

.tools-container:hover .tooltip-occhiali {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, transform 0.3s;
}

.tooltip-libro {
  max-width: 300px;
  visibility: hidden;
  opacity: 0;
  color: #281515;
  text-align: center;
  font-family: "Sour Gummy", cursive;
  line-height: 1.6;
  font-size: 18px;
  position: absolute;
  left: -70px;
  top: 300px;
  pointer-events: none;
  z-index: 1;
}

.tools-container:hover .tooltip-libro {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, transform 0.3s;
}

.contatti {
  margin: 120px 164px;
}

.contatti-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.contatti-info > div:first-child {
  flex: 1 1 0;
  min-width: 0;
}

.contatti-title {
  margin-bottom: 60px;
  margin-top: 0px;
  position: relative;
  align-self: center;
}

.contatti-left {
  flex: 1 1 0;
  min-width: 0;
  max-width: 600px;
}

.contatti-form {
  min-width: 320px;
  max-width: 600px;
  width: 100%;
}

.contatti-text {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.6;
  text-align: left;
  max-width: 600px;
  position: relative;
}

.social {
  margin-top: 80px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.6;
  position: relative;
  display: flex;
  flex-direction: column;
}

.contatti-social {
  display: flex;
  position: relative;
  gap: 30px;
  margin-top: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.contatti-social img {
  z-index: 1;
  max-width: 50px;
  transition: transform 0.3s ease-in-out;
}
.contatti-social img:hover {
  transform: scale(1.3);
}

.contatti-form {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 60%;
}

.form {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.6;
  font-size: 18px;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}

.form-control {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.6;
  font-size: 18px;
  padding: 12px 16px;
  border: 1px solid #281515;
  background-color: #fef6f0;
  border-radius: 10px;
}
.form-control:focus {
  outline: 2px solid #B34245;
}

.contatti-mail {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.6;
  font-size: 16px;
  margin-top: 12px;
}
.contatti-mail a {
  color: #281515;
  text-decoration: underline;
}
.contatti-mail a:hover {
  color: #fef6f0;
  background-color: #B34245;
  text-decoration: underline;
  cursor: pointer;
}

.button-invia {
  font-family: "Inter", sans-serif;
  letter-spacing: 1px;
  padding: 10px 20px;
  max-width: 100px;
  font-size: 20px;
  font-weight: 900;
  margin-top: 24px;
  color: #B34245;
  background-color: transparent;
  border: 3px solid #B34245;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.button-invia:hover {
  background-color: #B34245;
  color: #fef6f0;
  cursor: pointer;
}

.condizioni-form {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.6;
  color: rgba(40, 21, 21, 0.5803921569);
  font-size: 14px;
  margin-top: 32px;
  max-width: 600px;
}
.condizioni-form p {
  margin: 0;
}

.pencil-bg {
  z-index: 0;
  position: absolute;
  width: 380px;
  margin-top: 130px;
  left: -180px;
  rotate: 8deg;
  opacity: 0.6;
}

.copyright {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.6;
  font-size: 16px;
}

label[for]::after {
  content: " *";
  color: #B34245;
}

.form-message {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.6;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 12px 20px;
  border-radius: 8px;
  transition: color 0.3s, background 0.3s;
}

.form-message[style*=green] {
  background: #e6fbe6;
  color: #89A253;
  border: 1px solid #89A253;
}

.form-message[style*=red] {
  background: #ffeaea;
  color: #b34245;
  border: 1px solid #b34245;
}

@media (max-width: 1400px) {
  .my-bag {
    margin: 80px 40px;
  }
  .bag {
    margin-top: 80px;
    max-width: 40vw;
    opacity: 50%;
  }
  .mic {
    max-width: 80px;
    z-index: 1;
    top: 80px;
    right: 320px;
    rotate: 15deg;
    position: absolute;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .osmo {
    max-width: 140px;
    z-index: 1;
    top: 320px;
    left: 20px;
    rotate: 5deg;
    position: absolute;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .ipad {
    max-width: 220px;
    z-index: 1;
    bottom: 180px;
    right: 50px;
    rotate: 5deg;
    position: absolute;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .iphone {
    max-height: 180px;
    z-index: 1;
    top: 70px;
    left: 300px;
    rotate: -5deg;
    position: absolute;
    justify-content: flex-start;
    align-items: flex-start;
    transition: transform 0.3s ease-in-out;
  }
  .iphone:hover {
    transform: scale(1.05) rotate(-5deg);
  }
  .occhiali {
    display: none;
  }
  .libro {
    display: none;
  }
  .tooltip-mic {
    max-width: 200px;
    visibility: hidden;
    opacity: 0;
    color: #281515;
    text-align: center;
    font-family: "Sour Gummy", cursive;
    line-height: 1.6;
    font-size: 18px;
    position: absolute;
    right: 260px;
    top: 220px;
    pointer-events: none;
    z-index: 1;
  }
  .tooltip-osmo {
    max-width: 220px;
    visibility: hidden;
    opacity: 0;
    color: #281515;
    text-align: center;
    font-family: "Sour Gummy", cursive;
    line-height: 1.6;
    font-size: 18px;
    position: absolute;
    left: 20px;
    bottom: 50px;
    pointer-events: none;
    z-index: 1;
  }
  .tooltip-ipad {
    max-width: 280px;
    visibility: hidden;
    opacity: 0;
    color: #281515;
    text-align: center;
    font-family: "Sour Gummy", cursive;
    line-height: 1.6;
    font-size: 18px;
    position: absolute;
    right: 30px;
    bottom: 80px;
    pointer-events: none;
    z-index: 1;
  }
  .tooltip-iphone {
    max-width: 200px;
    visibility: hidden;
    opacity: 0;
    color: #281515;
    text-align: center;
    font-family: "Sour Gummy", cursive;
    line-height: 1.6;
    font-size: 18px;
    position: absolute;
    left: 240px;
    top: 260px;
    pointer-events: none;
    z-index: 1;
  }
  .tooltip-occhiali,
  .tooltip-libro {
    display: none;
  }
}
@media (max-width: 1200px) {
  .menu {
    font-size: 16px;
    gap: 36px;
    padding: 32px 0;
  }
  h1 {
    font-size: 54px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 38px;
  }
  .chi-sono {
    margin: 80px 40px;
    margin-top: 120px;
  }
  .chi-sono-text {
    font-size: 18px;
    max-width: 40vw;
  }
  .foto-profilo {
    max-width: 40vw;
    margin-top: -100px;
  }
  .button-contatti {
    font-size: 18px;
    padding: 8px 16px;
  }
  .valori {
    padding: 40px 40px;
    margin-top: 120px;
  }
  .valori-title {
    font-size: 28px;
  }
  .valori-text {
    font-size: 18px;
    max-width: 90vw;
  }
  .piuma-bg {
    width: 80px;
    margin-top: -100px;
    left: 20px;
  }
  .yt {
    width: 220px;
    border-radius: 12px;
    border-width: 6px;
    margin: 0 10px;
  }
  .yt-container {
    margin-top: 24px;
    gap: 12px;
  }
  .portfolio {
    margin: 80px 40px;
  }
  .portfolio-title {
    font-size: 32px;
  }
  .portfolio-text {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .portfolio-gallery,
  .gallery {
    gap: 18px;
    flex-wrap: wrap;
  }
  .cornice-rom {
    width: 100%;
    max-width: 727px;
    border-radius: 18px;
  }
  .cornice-s2i,
  .cornice-vc {
    width: 100%;
    min-width: 0;
    height: 320px;
    border-radius: 18px;
  }
  .cornice-mb {
    width: 100%;
    width: 727px;
    border-radius: 18px;
    margin-bottom: 24px;
  }
  .cornice-rom img,
  .cornice-s2i img,
  .cornice-vc img,
  .cornice-mb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease-in-out;
  }
  .cornice-rom img:hover,
  .cornice-s2i img:hover,
  .cornice-vc img:hover,
  .cornice-mb img:hover {
    transform: scale(1.1);
    cursor: pointer;
  }
  .cornice-rom-txt,
  .cornice-s2i-txt,
  .cornice-vc-txt,
  .cornice-mb-txt {
    font-size: 20px;
    left: 18px;
    bottom: 18px;
  }
  .paperplane-bg {
    width: 120px;
    margin-top: 40px;
    right: 0;
  }
  .software {
    margin: 80px 40px;
  }
  .software-text {
    font-size: 18px;
  }
  .software-filter {
    gap: 10px;
  }
  .logos {
    gap: 24px;
    margin: 120px;
  }
  .logos img {
    max-height: 60px;
  }
  .my-bag {
    margin: 80px 40px;
  }
  .bag {
    margin-top: 80px;
    max-width: 40vw;
    opacity: 50%;
  }
  .mic {
    max-width: 80px;
    z-index: 1;
    top: 80px;
    right: 200px;
    rotate: 15deg;
    position: absolute;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .osmo {
    max-width: 140px;
    z-index: 1;
    top: 220px;
    left: 20px;
    rotate: 5deg;
    position: absolute;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .ipad {
    max-width: 160px;
    z-index: 1;
    bottom: 100px;
    right: 50px;
    rotate: 5deg;
    position: absolute;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .iphone {
    max-height: 180px;
    z-index: 1;
    top: 70px;
    left: 220px;
    rotate: -5deg;
    position: absolute;
    justify-content: flex-start;
    align-items: flex-start;
    transition: transform 0.3s ease-in-out;
  }
  .iphone:hover {
    transform: scale(1.05) rotate(-5deg);
  }
  .occhiali {
    display: none;
  }
  .libro {
    display: none;
  }
  .tooltip-mic {
    max-width: 200px;
    visibility: hidden;
    opacity: 0;
    color: #281515;
    text-align: center;
    font-family: "Sour Gummy", cursive;
    line-height: 1.6;
    font-size: 18px;
    position: absolute;
    right: 140px;
    top: 220px;
    pointer-events: none;
    z-index: 1;
  }
  .tooltip-osmo {
    max-width: 220px;
    visibility: hidden;
    opacity: 0;
    color: #281515;
    text-align: center;
    font-family: "Sour Gummy", cursive;
    line-height: 1.6;
    font-size: 18px;
    position: absolute;
    left: 20px;
    bottom: 50px;
    pointer-events: none;
    z-index: 1;
  }
  .tooltip-ipad {
    max-width: 280px;
    visibility: hidden;
    opacity: 0;
    color: #281515;
    text-align: center;
    font-family: "Sour Gummy", cursive;
    line-height: 1.6;
    font-size: 18px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    pointer-events: none;
    z-index: 1;
  }
  .tooltip-iphone {
    max-width: 200px;
    visibility: hidden;
    opacity: 0;
    color: #281515;
    text-align: center;
    font-family: "Sour Gummy", cursive;
    line-height: 1.6;
    font-size: 18px;
    position: absolute;
    left: 170px;
    top: 260px;
    pointer-events: none;
    z-index: 1;
  }
  .tooltip-occhiali,
  .tooltip-libro {
    display: none;
  }
  .contatti {
    margin: 80px 40px;
  }
  .contatti-title {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .contatti-text {
    font-size: 18px;
    max-width: 90vw;
  }
  .social {
    margin-top: 40px;
    font-size: 16px;
  }
  .contatti-social {
    gap: 18px;
    margin-top: 12px;
    flex-wrap: wrap;
  }
  .contatti-social img {
    max-width: 40px;
  }
  .contatti-form {
    max-width: 45vw;
    font-size: 16px;
  }
  .form {
    max-width: 100%;
    font-size: 16px;
  }
  .form-control {
    font-size: 16px;
    padding: 10px 12px;
  }
  .button-invia {
    font-size: 16px;
    max-width: 60vw;
    width: 100%;
    padding: 10px 0;
  }
  .condizioni-form {
    font-size: 13px;
    max-width: 100%;
  }
  .pencil-bg {
    width: 220px;
    margin-top: 60px;
    left: -80px;
  }
  .logos {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .copyright {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  .menu {
    display: none !important;
  }
  .hamburger-container {
    display: block;
  }
  .hamburger {
    display: flex;
  }
  h1 {
    font-size: 38px;
    text-align: left;
    margin-bottom: 16px;
  }
  h2 {
    font-size: 32px;
  }
  .chi-sono {
    margin: 40px 12px;
    margin-top: 120px;
  }
  .chi-sono-text {
    font-size: 16px;
    max-width: 100%;
    text-align: left;
    margin: 1em 0;
  }
  .button-contatti {
    font-size: 16px;
    padding: 8px 16px;
  }
  .foto-profilo {
    max-width: 60vw;
    margin: 24px auto 0 auto;
    display: block;
    position: static;
  }
  .valori {
    padding: 40px 0px;
    margin-top: 80px;
  }
  .valori-title {
    font-size: 24px;
    text-align: center;
  }
  .valori-text {
    font-size: 16px;
    max-width: 300px;
  }
  .piuma-bg {
    display: none;
  }
  .portfolio {
    margin: 40px 12px;
  }
  .portfolio-title {
    text-align: left !important;
  }
  .portfolio-text {
    font-size: 16px;
    margin-bottom: 24px;
    text-align: left;
  }
  .portfolio-gallery,
  .gallery {
    gap: 18px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px 40px;
  }
  .cornice-rom,
  .cornice-s2i,
  .cornice-vc,
  .cornice-mb {
    width: 400px;
    max-width: 100%;
    height: 180px;
    flex-direction: column;
    flex-wrap: nowrap;
    border-radius: 16px;
  }
  .cornice-rom img,
  .cornice-s2i img,
  .cornice-vc img,
  .cornice-mb img {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 180px;
    object-fit: cover;
    display: block;
  }
  .cornice-rom-txt,
  .cornice-s2i-txt,
  .cornice-vc-txt,
  .cornice-mb-txt {
    font-size: 18px;
    left: 18px;
    bottom: 16px;
  }
  .paperplane-bg {
    display: none;
  }
  .software {
    margin: 40px 12px;
  }
  .software-text {
    font-size: 16px;
  }
  .software-filter {
    gap: 18px;
    flex-wrap: wrap;
  }
  .logos {
    gap: 26px;
    margin: 40px 0 12px 0;
  }
  .logos img {
    max-height: 60px;
    margin: 20px 0 20px 0;
  }
  .my-bag {
    margin: 40px 12px;
    display: none !important;
  }
  .contatti {
    margin: 40px 12px;
  }
  .contatti-info {
    flex-direction: column;
    gap: 32px;
    align-items: stretch;
  }
  .contatti-left,
  .contatti-form {
    max-width: 100%;
    width: 100%;
    min-width: 0;
  }
  .contatti-title {
    font-size: 32px;
    margin-bottom: 32px;
    text-align: center;
  }
  .contatti-text {
    font-size: 16px;
    max-width: 100%;
    text-align: center;
  }
  .social {
    margin-top: 32px;
    align-items: center;
    font-size: 16px;
  }
  .contatti-social {
    gap: 18px;
    margin-top: 16px;
    justify-content: center;
  }
  .contatti-social img {
    max-width: 50px;
  }
  .form {
    max-width: 100%;
    font-size: 16px;
  }
  .form-control {
    font-size: 16px;
    padding: 10px 12px;
  }
  .button-invia {
    font-size: 16px;
    max-width: 100%;
    width: 100%;
    padding: 10px 0;
  }
  .condizioni-form {
    font-size: 12px;
    max-width: 100%;
  }
  .pencil-bg {
    display: none;
  }
  .copyright {
    font-size: 12px;
  }
}

/*# sourceMappingURL=style.css.map */
