html,
body {
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll; 
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

body .btn-site {
  border-color: #b5ad93 !important;
  color: #b5ad93 !important;
}

body .btn-site:hover {
  border-color: #fff !important;
  color: #fff !important;
}

body #fullpage textarea {
  height: unset !important;
}

.hidden {
  display: none !important;
}

.social-footer {
  margin-top: 1.5rem;
}

ul.social {
  display: inline-block !important;
  width: auto !important;
}

ul#social-diagro {
  margin-left: 25px;
}

.social-title img {
  width: auto;
  height: 39px;
}

ul.social li,
ul.social li a,
ul.social li a i {
  font-size: 17px !important;
  line-height: 39px !important;
}

ul.social li {
  float: left;
  margin-left: 5px !important;
}
ul.social li:first-child {
  margin-left: 0 !important;
}

ul.social li i {
  font-style: normal !important;
}

.actor-photo {
  margin-bottom: 1rem;
}

.actor-role,
.actor-name {
  font-family: 'VVSNobleman-Display';
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.actor-role {
  color: #b5ad93;
  font-size: 14px;
}

.actor-name {
  color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
  top: 40% !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  z-index: 999;
}

.informativa-privacy {
 font-size: 12px;
 line-height: 1.2; 
}

.informativa-privacy input:not([type="submit"]),
.inofrmativa-privacy textarea:not([type="submit"]) {
  width: auto !important;
}

.informativa-privacy .wpcf7-list-item {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.informativa-privacy .wpcf7-list-item-label {
  display: inline-block;
}

.arrow {
  display: none !important;
}

.privacy-links,
.privacy-links a {
  font-size: 12px !important;
  color: #fff !important;
  text-decoration-color: none !important;
}

.privacy-links a:hover {
  color: #b5ad93 !important;
  text-decoration: underline !important;
}

@media screen and (max-width: 991px) {
  body.home h1,
  body.home .h1 {
    font-size: 17.5px;
    margin-top: 35px !important;
  }

  body #fullpage .content-slide .logo-home {
    max-width: 280px !important;
  }

  body #fullpage .arrow {
    /*
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    */
  }

  body .btn-site {
    line-height: 40px !important;
    font-size: 15px !important;
    letter-spacing: 1px !important;
  }

  body #fullpage .arrow {
    bottom: 30px !important;
    right: 5px !important;
  }

  body .title-section-b {
    font-size: 27px !important;
    letter-spacing: 2px !important;
    margin-top: 93px !important;  
  }

  body p {
    margin-bottom: 1.5rem !important;
  }

  body .navigation-slide {
    /* margin-bottom: 10px !important; */
  }

  .h-100.mobile {
    height: unset !important;
  }

  .mt-5-mobile {
    margin-top: 2.4rem !important;
  }

  .scudi,
  .copy-label,
  .mobile-hidden {
    display: none;
  }

  body #fullpage input:not([type="submit"]),
  body #fullpage textarea:not([type="submit"]) {
    margin-bottom: 7px !important;
  }

  .actor-photo,
  .actor-role,
  .actor-name {
    margin-bottom: 7px !important;
  }

  .title-section-b.mobile-margin-top {
    margin-top: 16px !important;
  }
}