@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Gantari:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Sometype+Mono:ital,wght@0,400..700;1,400..700&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  background-color: #1a1a1a;
  color: #f2f2f2;
}

a {
  color: #f2f2f2;
  text-decoration: none;
}

h1 {
  text-transform: uppercase;
  font-weight: 700;
}

h2 {
  text-transform: uppercase;
  font-weight: 700;
  color: #c9ff5e;
  padding-bottom: 50px;
  font-family: "Gantari", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

img {
  max-width: 100%;
  border-radius: 25px;
}

.row {
  margin: 0 !important;
}

.main-section {
  height: 100svh;
  display: flex;
}

.container-sx {
  height: 100svh;
  width: 100%;
  background-image: url(../media/beautiful-colorful-firework-display-night-celebrate.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 50%;
  position: fixed;
}

.container-dx {
  right: 0;
  position: absolute;
  width: 50%;
}

.logo-text {
  line-height: 80%;
  height: 140px;
  display: flex;
  align-items: end;
  justify-content: center;
  margin: 0;
  font-family: "Gantari", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 8.5vw;
  text-transform: uppercase;
  z-index: 9999;
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 10px;
  background: #1a1a1a;
  background: -webkit-linear-gradient(
    180deg,
    rgba(26, 26, 26, 0) 0%,
    rgba(26, 26, 26, 0.59) 10%,
    rgba(26, 26, 26, 0.76) 27%,
    rgba(26, 26, 26, 0.83) 46%,
    rgba(26, 26, 26, 0.94) 77%,
    rgba(26, 26, 26, 1) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgba(26, 26, 26, 0) 0%,
    rgba(26, 26, 26, 0.59) 10%,
    rgba(26, 26, 26, 0.76) 27%,
    rgba(26, 26, 26, 0.83) 46%,
    rgba(26, 26, 26, 0.94) 77%,
    rgba(26, 26, 26, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(26, 26, 26, 0) 0%,
    rgba(26, 26, 26, 0.59) 10%,
    rgba(26, 26, 26, 0.76) 27%,
    rgba(26, 26, 26, 0.83) 46%,
    rgba(26, 26, 26, 0.94) 77%,
    rgba(26, 26, 26, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1A1A1A", endColorstr="#1A1A1A", GradientType=0);
}

.cta,
.menu {
  display: flex;
  flex-direction: column;
  padding: 0;
}

section {
  padding: 30px 3vw;
}

header {
  padding: 1% 3vw;
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  z-index: 9999999;
  background: #1a1a1a;
  background: -webkit-linear-gradient(
    0deg,
    rgba(26, 26, 26, 0) 0%,
    rgba(26, 26, 26, 0.59) 10%,
    rgba(26, 26, 26, 0.76) 27%,
    rgba(26, 26, 26, 0.83) 46%,
    rgba(26, 26, 26, 0.94) 77%,
    rgba(26, 26, 26, 1) 100%
  );
  background: -moz-linear-gradient(
    0deg,
    rgba(26, 26, 26, 0) 0%,
    rgba(26, 26, 26, 0.59) 10%,
    rgba(26, 26, 26, 0.76) 27%,
    rgba(26, 26, 26, 0.83) 46%,
    rgba(26, 26, 26, 0.94) 77%,
    rgba(26, 26, 26, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(26, 26, 26, 0) 0%,
    rgba(26, 26, 26, 0.59) 10%,
    rgba(26, 26, 26, 0.76) 27%,
    rgba(26, 26, 26, 0.83) 46%,
    rgba(26, 26, 26, 0.94) 77%,
    rgba(26, 26, 26, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1A1A1A", endColorstr="#1A1A1A", GradientType=0);
}

.cta {
  align-items: end;
}

.ancore {
  font-size: 2rem;
  font-weight: 700;
}

.button {
  pointer-events: auto;
  cursor: pointer;
  background: #1a1a1a;
  border: none;
  padding: 10px 60px;
  position: relative;
  display: inline-block;
  transition: all 0.3s linear;
  color: #f2f2f2;
  margin: 1%;
  font-family: "Sometype Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}

.button::before,
.button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button--pan {
  border: 2px solid #c9ff5e;
  color: #1a1a1a;
  border-radius: 15px;
  overflow: hidden;
}

.button--pan:hover {
  color: #c9ff5e;
}

.button--pan span {
  position: relative;
}

.button--pan::before {
  content: "";
  background: #c9ff5e;
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.button--pan:hover::before {
  transform: translate3d(0, -100%, 0);
}

.link {
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.link::before,
.link::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #c9ff5e;
  top: 100%;
  left: 0;
  pointer-events: none;
}

.link::before {
  content: "";
  /* show by default */
}

.link--helike:hover span {
  animation: glitchText 0.4s linear;
}

@keyframes glitchText {
  0% {
    opacity: 1;
    transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }

  10% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }

  20% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }

  35% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }

  50% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }

  60% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }

  70% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }

  80% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }

  90% {
    transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

.link--helike::before {
  height: 2px;
  opacity: 0;
}

.link--helike:hover::before {
  opacity: 1;
  animation: glitchLine 0.4s steps(2, start) forwards;
}

@keyframes glitchLine {
  0% {
    transform: scale3d(1, 1, 1);
  }

  10% {
    transform: translate3d(10px, 0, 0);
  }

  20% {
    transform: translate3d(0, 4px, 0);
  }

  30% {
    transform: scale3d(0.1, 1.4, 1) translate3d(0, -25px, 0);
    transform-origin: 100% 0%;
  }

  40% {
    transform: scale3d(1, 0.3, 1) translate3d(0, 25px, 0);
  }

  50% {
    transform: scale3d(0.5, 0.3, 1) translate3d(-100px, -80px, 0);
  }

  60% {
    transform: scale3d(1, 1.25, 1) translate3d(10px, -5px, 0);
  }

  70% {
    transform: scale3d(0.5, 0.5, 1) translate3d(0, 20px, 0);
  }

  80% {
    transform: translate3d(-30, 10px, 0) scale3d(1, 0.4, 1);
    transform-origin: 100% 0%;
  }

  90% {
    transform: scale3d(1, 0.5, 1) translate3d(0, -15px, 0);
    transform-origin: 0% 50%;
  }

  100% {
    opacity: 1;
  }
}

.intro {
  padding-top: 35vh;
}

.partner-text {
  width: 50%;
}

.partner {
  display: flex;
}

.logo-partner {
  width: 100%;
  display: flex;
}

.borgonovo,
.jupiter {
  margin: 20px;
}

.img-prodotto {
  max-width: 100%;
  border-radius: 25px;
}

.accordion-item,
.accordion-button,
.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #f2f2f2;
}

.accordion-button:focus,
.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.accordion-item {
  border: none;
  padding-bottom: 30px;
}

.accordion-button:not(.collapsed)::after {
  fill: #f2f2f2;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.contatti {
  padding-bottom: 17vh;
}

form {
  text-align: right;
}

.campo {
  background: transparent;
  color: #f2f2f2;
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 1px #f2f2f2 solid;
  width: 100%;
  padding: 10px;
  font-family: "Sometype Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.campo:focus {
  outline: none;
}

.attenzione {
  font-weight: 200;
}

.accordion-header * {
  font-weight: 300;
}

.accordion-body ul {
  margin: 0;
  padding: 0;
}

.accordion-body ul li {
  list-style: none;
  border-top: 1px solid #fff;
  padding: 15px;
}

.accordion-body ul li:last-child {
  border-bottom: 1px solid #fff;
}

h3 b,
b {
  font-weight: 700 !important;
}

.negozio-col {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  padding: 5%;
}

.mobile {
  display: none;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../media/bg-video.gif);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

.popup-overlay.hidden {
  opacity: 0;
  visibility: hidden;
}

.popup-box {
  background: rgba(0, 0, 0, 0.8);
  padding: 30px 50px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  animation: zoomIn 0.5s ease;
  margin: 20px;
}

.popup-box button {
  margin: 10px 0;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: transform 0.2s;
}

.popup-box button:hover {
  transform: scale(1.1);
}

.btn-yes {
  background: #c9ff5e;
  color: #1a1a1a;
}

.btn-no {
  background: #f2f2f2;
  color: #1a1a1a;
}

#popup1 {
  display: none;
  position: fixed;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 700px;
}

#popup1 .popup-box {
  background-image: url(../media/ercole.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  padding-left: 20%;
  text-align: left;
  background-color: #1a1a1a;
}

#popup1 .popup-box button {
  background-color: transparent;
  color: #f2f2f2;
  position: absolute;
  top: 10px;
  right: 15px;
  color: #c9ff5e;
}

.ercole {
  font-size: 12px;
  margin-left: -20px;
}

#content {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease;
}

#content.visible {
  opacity: 1;
  visibility: visible;
}

@keyframes zoomIn {
  from {
    transform: scale(0.7);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.something {
  font-family: "Inter", sans-serif;
  padding-top: 50px;
}

.something span {
  font-weight: lighter;
}

@media only screen and (max-width: 950px) {
  .container-sx {
    position: absolute;
    max-width: 100%;
    margin-bottom: 50px;
  }

  .container-dx {
    width: 100%;
  }

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .container-chiama {
    width: 100%;
    display: flex;
    position: fixed;
    bottom: 60px;
    left: 0;
    justify-content: space-between;
  }

  header {
    width: 100%;
  }

  .menu {
    display: grid;
    grid: auto-flow / 1fr 1fr;
  }

  .link {
    width: 100%;
  }

  .shadow {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #1a1a1a;
    background: -webkit-linear-gradient(
      180deg,
      rgba(26, 26, 26, 0) 0%,
      rgba(26, 26, 26, 1) 100%
    );
    background: -moz-linear-gradient(
      180deg,
      rgba(26, 26, 26, 0) 0%,
      rgba(26, 26, 26, 1) 100%
    );
    background: linear-gradient(
      180deg,
      rgba(26, 26, 26, 0) 0%,
      rgba(26, 26, 26, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1A1A1A", endColorstr="#1A1A1A", GradientType=0);
  }

  .dx-mobile {
    text-align: right;
  }

  .logo-text {
    height: 10vh;
  }

  #popup1 {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  #popup1 .popup-box {
    padding-left: 50px;
  }

  .ercole {
    margin-left: 0;
  }
}
