@import url('https://fonts.googleapis.com/css2?family=Arapey:ital@0;1&family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap');

:root {
  --primary-color: #fff;
  --primary-bg-color: #0D0D0D;
  --main-font: 'Arapey', serif;
  --secondary-font: 'Manrope', sans-serif;
  --third-font: 'Karla', sans-serif;
  --gold-color: rgba(243, 185, 106, 0.70);
}

body,
#footer {
  color: var(--primary-color);
  background-color: var(--primary-bg-color);
}

strong {
  color: var(--primary-color);
}

ul {
  list-style: disc;
}

a {
  color: var(--primary-color);
}

nav,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.nav-link,
.nav-link:focus,
.nav-link:hover {
  color: var(--primary-color);
}

.logo {
  max-width: 150px;
  height: auto;
}

.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
}

.nav-link {
  font-family: var(--secondary-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hero-section-home {
  height: 100vh;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
}

.hero-section {
  height: 100vh;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
}

.hero-section-home .hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-section-home .hero-content h1,
.hero-section .hero-content h1 {
  color: var(--primary-color);
  text-align: center;
  font-family: var(--main-font);
  font-size: 130px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
}

.scroll-indicator {
  width: 2px;
  max-height: 128px;
  height: 0px;
  background-color: var(--primary-color);
  animation: scrollAnim 3s infinite ease-in-out;
  border-radius: 1px;
  position: absolute;
  top: 70%;
  left: 50%;
}

img.overlay-switch {
  /* max-width: 625px; */
  width: 100%;
  height: auto;
  transition: transform;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

.box-border {
  max-width: 550px;
  max-height: 425px;
  width: 100%;
  height: 100%;
  margin-top: 85px;
  border: 1px solid var(--gold-color);
  z-index: -1;
  display: block;
  position: absolute;
  top: 0;
  border-radius: 24px;
}

.position-box {
  top: 20%;
  left: 0;
}

.box-tecnologia {
  top: 50%;
  right: 50%;
  transform: translate(0, -100%);
}

.variant-box-border {
  margin-top: 0;
  margin-bottom: 80px;
  right: 0;
}

.box-title {
  color: var(--primary-color);
  font-family: var(--main-font);
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
}

.box-text {
  color: var(--primary-color);
  font-family: var(--secondary-font);
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.42px;
}

.box-link {
  color: var(--primary-color);
  font-family: var(--secondary-font);
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 1.7px;
  padding-bottom: 3px;
  /* border-bottom: 1px solid var(--primary-color); */
  text-decoration: none;
}

.box-link {
  position: relative;
}

.box-link:hover {
  color: var(--gold-color);
  border-color: var(--gold-color);
}

.box-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: var(--primary-color);
  transition: width .3s cubic-bezier(.23, 1, .32, 1);
  transform-origin: left;
}

.box-link.no-after::after {
  display: none;
}

.box-link:hover::after {
  width: 0;
  color: var(--gold-color);
  background-color: var(--gold-color);
  transform-origin: left;
}

.min-svg-w {
  min-width: 15px;
}

.w-45 {
  width: unset !important;
}

/* Animazione: fa pulsare la linea come se invitasse allo scroll */
@keyframes scrollAnim {
  0% {
    height: 0px;
  }

  /*50% {
    height: 64px;
  }*/

  100% {
    height: 128px;
  }
}

.spacer-210 {
  margin-top: 150px;
}

.image-outer {
  height: 155%;
}

.spacer-390 {
  margin-top: 390px !important;
}

.padding-top-60 {
  padding-top: 60px !important;
}

.padding-bottom-60 {
  padding-bottom: 60px !important;
}

.footer-text {
  color: var(--primary-color);
  font-family: var(--third-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
}

.footer-pages {
  color: var(--primary-color);
  font-family: var(--secondary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
  text-decoration: none;
}

.container-hero {
  min-height: 350px;
}

.separator {
  height: 56vh;
  width: 100%;
}

.certificazioni-title {
  color: var(--primary-color);
  font-family: var(--main-font);
  font-size: 46px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
}

.certificazioni-sub {
  color: var(--primary-color);
  font-family: var(--secondary-font);
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -1.26px;
}

.swiper-button-prev,
.swiper-button-next {
  left: unset !important;
  right: unset !important;
}

.recapiti-text {
  color: var(--primary-color);
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0.36px;
}

input.form-control,
input.form-control:focus {
  color: var(--primary-color);
  font-family: var(--secondary-font);
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.42px;
  height: 90px;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none !important;
  border: 0;
  padding-left: 0;
  padding-right: 0;
}

input.form-control::placeholder,
textarea.form-control::placeholder {
  color: var(--primary-color);
  font-family: var(--secondary-font);
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.42px;
}

textarea.form-control,
textarea.form-control:focus {
  color: var(--primary-color);
  font-family: var(--secondary-font);
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.42px;
  height: 248px;
  padding: 23px 0px;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none !important;
  color: var(--primary-color);
}

.btn-contatti {
  color: var(--primary-bg-color);
  text-align: center;
  font-family: var(--secondary-font);
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 1.7px;

  background-color: var(--primary-color);

  padding: 13px 60px;
}

.btn-contatti:hover {
  color: var(--primary-color);
  background-color: var(--primary-bg-color);
  border: 1px solid var(--primary-color);
}

.form-check-input {
  width: 15px;
  height: 15px;
  box-shadow: none !important;
  background-color: var(--primary-bg-color);
}

.form-check-input:checked {
  background-color: var(--primary-bg-color);
  border-color: var(--primary-color);
}

.form-check-input:focus {
  border-color: var(--primary-color);
}

label.error {
  margin: 0;
}

.titlebar {
  background-color: transparent;
}

.circle-border {
  max-width: 420px;
  max-height: 420px;
  width: 100%;
  height: 100%;
  border: 1px solid var(--gold-color);
  display: block;
  border-radius: 50%;
  margin: 0;
  position: relative;
  min-height: 320px;
  min-width: 320px;
}

.border-gold {
  border-color: rgba(243, 185, 106, 0.30) !important;
}

.top-75 {
  top: 75% !important;
}

.box-pelletteria {
  top: 35%;
  left: 65%;
}

.nav.nav-underline .nav-link.active {
  color: var(--primary-color) !important;
  font-family: var(--main-font);
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: initial;
}

.nav.nav-underline .nav-link {
  color: rgba(255, 255, 255, 0.50);
  font-family: var(--main-font);
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: initial;
}

.tabs-title {
  color: var(--primary-color);
  font-family: var(--main-font);
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.box-basi-galvaniche {
  top: 50%;
  left: 25%;
  transform: translate(0, -100%);
}

/*image on hover dezoom it*/
.img-overlay img {
  transform: scale(1.08);
}

.img-overlay:hover img {
  transform: scale(1);
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(217, 217, 217, 0.30);
  border-radius: 50%;
  /* cerchio */
  opacity: 0.6;
  transition: all 0.3s ease;
}

/* stile per il bullet attivo: pillola */
.swiper-pagination-bullet-active {
  width: 30px;
  /* allunga il cerchio */
  height: 10px;
  /* resta basso */
  border-radius: 999px;
  /* crea la pillola */
  background: #D9D9D9;
  /* colore attivo */
  opacity: 1;
}

@media (max-width: 1399px) {

  .nav.nav-underline .nav-link.active {
    color: var(--primary-color) !important;
    font-family: var(--main-font);
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: initial;
  }

  .nav.nav-underline .nav-link {
    color: rgba(255, 255, 255, 0.50);
    font-family: var(--main-font);
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: initial;
  }
}

@media (max-width: 1199px) {
  .image-outer {
    height: 100%;
  }

  .position-box {
    top: 0;
    left: 0;
  }

  .box-pelletteria {
    top: 10%;
    left: 45%;
  }

  .nav.nav-underline .nav-link.active {
    color: var(--primary-color) !important;
    font-family: var(--main-font);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: initial;
  }

  .nav.nav-underline .nav-link {
    color: rgba(255, 255, 255, 0.50);
    font-family: var(--main-font);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: initial;
  }
}

@media (max-width: 991px) {

  .logo {
    max-width: 92px;
  }

  .border-sm-bottom-hero {
    border-bottom: 1px solid #595959;
  }

  .bg-header-mobile {
    background-color: var(--primary-bg-color) !important;
  }

  .hero-section-home {
    height: 100vh;
    width: 100%;
  }

  .hero-section-home .hero-content {
    position: absolute;
    margin: 0 auto;
    width: max-content;
  }

  .hero-section-home .hero-content h1 {
    color: var(--primary-color);
    font-family: var(--main-font);
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
  }

  .box-title {
    color: var(--primary-color);
    font-family: var(--main-font);
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
  }

  .box-text {
    color: var(--primary-color);
    font-family: var(--secondary-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.36px;
  }

  .box-link {
    color: var(--primary-color);
    font-family: var(--secondary-font);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1.7px;
    padding-bottom: 3px;
    border-bottom: 1px solid var(--primary-color);
    text-decoration: none;
  }

  img.overlay-switch {
    max-width: 320px;
    width: 100%;
    margin-left: 21px;
  }

  .box-border {
    max-width: 320px;
    max-height: 250px;
    margin-top: 56px;
    width: 100%;
    height: 100%;
  }

  .spacer-210 {
    margin-top: 120px;
  }

  .image-outer {
    height: auto;
    position: relative !important;
  }

  .spacer-390 {
    margin-top: 160px !important;
  }

  .padding-top-60 {
    padding-top: 80px !important;
  }

  .padding-bottom-60 {
    padding-bottom: 80px !important;
  }

  .footer-text {
    color: var(--primary-color);
    text-align: center;
    font-family: var(--secondary-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
  }

  .footer-pages {
    color: var(--primary-color);
    text-align: center;
    font-family: var(--secondary-font);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    text-decoration: none;
  }

  .hero-section .hero-content h1 {
    color: var(--primary-color);
    font-family: var(--main-font);
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
  }

  .container-hero {
    min-height: 500px;
  }

  .certificazioni-title {
    color: var(--primary-color);
    font-family: var(--main-font);
    font-size: 36px;
    font-style: italic;
    font-weight: 400;
    line-height: 100%;
  }

  .certificazioni-sub {
    color: var(--primary-color);
    font-family: var(--secondary-font);
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }

  .btn-contatti {
    padding: 13px 23px;
    width: auto;
  }

  .nav.nav-underline .nav-link.active {
    color: var(--primary-color) !important;
    font-family: var(--main-font);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: initial;
  }

  .nav.nav-underline .nav-link {
    color: rgba(255, 255, 255, 0.50);
    font-family: var(--main-font);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: initial;
  }

  .w-45 {
    width: 45% !important;
  }
}

@media screen and (max-width: 575px) {
  .spacer-390 {
    margin-top: 120px !important;
  }

  .spacer-xs-80 {
    margin-top: 80px;
  }

  .spacer-xs-40 {
    margin-top: 40px;
  }

}

.product-page table th,
.product-page table td {
  border: solid 1px var(--primary-color);
  padding: 10px 20px;
}