html, body {
  overflow-x: hidden;
}

body {
  background-color: #1B1C1C;
}

@font-face {
  font-family: 'NeueMachina-Light';
  font-weight: 300;
  src: url(font/NeueMachina-Light.otf);
}

@font-face {
  font-family: 'NeueMachina-Regular';
  font-weight: 500;
  src: url(font/NeueMachina-Regular.otf);
}

@font-face {
  font-family: 'NeueMachina-Ultrabold';
  font-weight: 700;
  src: url(font/NeueMachina-Ultrabold.otf);
}

.container-fluid {
  padding-left: calc(3vh - 1px);
  padding-right: calc(3vh - 1px);
}

h1{
  font-family: 'NeueMachina-Ultrabold';
  font-weight: 700;
  font-style: normal;
  font-size: 3.5rem;
  line-height: 3.5rem;
  color: #F6F6F6;
}
h2{
  font-family: 'NeueMachina-Ultrabold';
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #F6F6F6;
}
h3{
  font-family: 'NeueMachina-Ultrabold';
  font-weight: 700;
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #F6F6F6;
}
h4{
  font-family: 'NeueMachina-Light';
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #F6F6F6;
}
h5{
  font-family: 'NeueMachina-Ultrabold';
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1rem;
  color: #F6F6F6;
}
h6{
  font-family: 'NeueMachina-Ultrabold';
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.3rem;
  color: #F6F6F6;
}
.inter {
  padding-left: calc(3vh - 1px);
  padding-right: calc(3vh - 1px);
}
.fascia {
  position: fixed;
  bottom: calc(0vh - 0px);
  right: 0;
  left: 0;
  padding-left: calc(3vh - 1px);
  padding-right: calc(3vh - 1px);
  z-index: 1080;
  background-color: #1B1C1C;
  height: 40px;
  width: auto;
  padding-top: 13px;
}
.buttom {
  width: auto;
  text-align: center;
  background-color: #BC362F;
  outline-color: #BC362F;
  border: 1px;
  padding: 12px;
  font-family: 'NeueMachina-Ultrabold';
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1rem;
  transition: 0.3s;
  color: #F6F6F6;
  text-decoration: none;
}

  .buttom:hover {
    width: auto;
    text-align: center;
    background-color: #BC362F;
    outline-color: #BC362F;
    border: 1px;
    padding: 12px;
    font-family: 'NeueMachina-Ultrabold';
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    line-height: 1rem;
    transition: 0.3s;
    color: #F6F6F6;
    text-decoration: none;
  }

  @media (min-width: 576px) {
    h1{
      font-family: 'NeueMachina-Ultrabold';
      font-weight: 700;
      font-style: normal;
      font-size: 6rem;
      line-height: 6rem;
      color: #F6F6F6;
    }
    h2{
      font-family: 'NeueMachina-Ultrabold';
      font-weight: 700;
      font-style: normal;
      font-size: 2rem;
      line-height: 2.3rem;
      color: #F6F6F6;
    }
    h3{
      font-family: 'NeueMachina-Ultrabold';
      font-weight: 700;
      font-style: normal;
      font-size: 1.2rem;
      line-height: 1.6rem;
      color: #F6F6F6;
    }
    h4{
      font-family: 'NeueMachina-Light';
      font-weight: 300;
      font-style: normal;
      font-size: 1rem;
      line-height: 1.4rem;
      color: #F6F6F6;
    }
    h5{
      font-family: 'NeueMachina-Ultrabold';
      font-weight: 700;
      font-style: normal;
      font-size: 1rem;
      line-height: 1rem;
      color: #F6F6F6;
    }
    h6{
      font-family: 'NeueMachina-Ultrabold';
      font-weight: 700;
      font-style: normal;
      font-size: 3rem;
      line-height: 3.3rem;
      color: #F6F6F6;
    }
    .fascia {
      position: fixed;
      bottom: calc(0vh - 0px);
      right: 0;
      left: 0;
      padding-left: calc(3vh - 1px);
      padding-right: calc(3vh - 1px);
      z-index: 1080;
      background-color: #1B1C1C;
      height: 40px;
      width: auto;
      padding-top: 13px;
    }
    .buttom {
      width: auto;
      text-align: center;
      background-color: #BC362F;
      outline-color: #BC362F;
      border: 1px;
      padding: 12px;
      font-family: 'NeueMachina-Ultrabold';
      font-weight: 700;
      font-style: normal;
      font-size: 1rem;
      line-height: 1rem;
      transition: 0.3s;
      color: #F6F6F6;
      text-decoration: none;
    }

      .buttom:hover {
        width: auto;
        text-align: center;
        background-color: #BC362F;
        outline-color: #BC362F;
        border: 1px;
        padding: 12px;
        font-family: 'NeueMachina-Ultrabold';
        font-weight: 700;
        font-style: normal;
        font-size: 1rem;
        line-height: 1rem;
        transition: 0.3s;
        color: #F6F6F6;
        text-decoration: none;
      }
  }

/* // large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  h1{
    font-family: 'NeueMachina-Ultrabold';
    font-weight: 700;
    font-style: normal;
    font-size: 9rem;
    line-height: 9rem;
    color: #F6F6F6;
  }

  h2{
    font-family: 'NeueMachina-Ultrabold';
    font-weight: 700;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 2.8rem;
    color: #F6F6F6;
  }
  h3{
    font-family: 'NeueMachina-Ultrabold';
    font-weight: 700;
    font-style: normal;
    font-size: 1.3rem;
    line-height: 1.7rem;
    color: #F6F6F6;
  }
  h4{
    font-family: 'NeueMachina-Light';
    font-weight: 300;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.4rem;
    color: #F6F6F6;
  }
  h5{
    font-family: 'NeueMachina-Ultrabold';
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    line-height: 1rem;
    color: #F6F6F6;
  }
  h6{
    font-family: 'NeueMachina-Ultrabold';
    font-weight: 700;
    font-style: normal;
    font-size: 3rem;
    line-height: 3.3rem;
    color: #F6F6F6;
  }
  .fascia {
    position: fixed;
    bottom: calc(0vh - 0px);
    right: 0;
    left: 0;
    padding-left: calc(3vh - 1px);
    padding-right: calc(3vh - 1px);
    z-index: 1080;
    background-color: #1B1C1C;
    height: 40px;
    width: auto;
    padding-top: 13px;
  }
  .buttom {
    width: auto;
    text-align: center;
    background-color: #1B1C1C;
    outline-color: #F6F6F6;
    border: 1px solid;
    padding: 12px;
    font-family: 'NeueMachina-Ultrabold';
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.5rem;
    transition: 0.3s;
    color: #F6F6F6;
    text-decoration: none;
  }

    .buttom:hover {
        width: auto;
        text-align: center;
        background-color: #BC362F;
        outline-color: #none;
        border: 1px;
        font-family: 'NeueMachina-Ultrabold';
        font-weight: 700;
        font-style: normal;
        font-size: 1.5rem;
        line-height: 1.5rem;
        transition: 0.3s;
        color: #F6F6F6;
        text-decoration: none;
    }
    .vl3 {
      border-bottom: 1px solid #F6F6F6;
      height: auto;
      position: relative;
      margin-bottom: 20px;
    }
}

.space2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 2px;
}

.space1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 18px;
}

.space {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 24px;
}

.tag {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 48px;
}
.tag2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 65px;
}

.tagbegin {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 96px;
}

.tagbegin2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 200px;
}

.tagbegin3 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 150px;
}

.linklinea {
  color: #F6F6F6;
  line-height: 1;
  display: inline-block;
  text-decoration:none;
  cursor: pointer;
}

.linklinea:after {
  display: block;
  content: "";
  height: 1px;
  width: 0%;
  color: #F6F6F6;
  background-color: #F6F6F6;
  transition: width .3s ease-in-out;
}

.linklinea:hover {
  color: #F6F6F6;
}

.linklinea:hover:after,
.linklinea:focus:after {
  width: 100%;
}

.linklinea2 {
  color: #0072B1;
  line-height: 1;
  display: inline-block;
  text-decoration:none;
  cursor: pointer;
}

.linklinea2:after {
  display: block;
  content: "";
  height: 1px;
  width: 0%;
  color: #0072B1;
  background-color: #0072B1;
  transition: width .3s ease-in-out;
}

.linklinea2:hover {
  color: #0072B1;
}

.linklinea2:hover:after,
.linklinea2:focus:after {
  width: 100%;
}

.link {
  text-decoration: none;
  color: #F6F6F6;
}

.link:hover {
  text-decoration: none;
  color: #F6F6F6;
}

.menu {
  position: fixed;
  bottom: calc(0.5vh - 15px);
  z-index: 1080;
}
.arr-01 {
margin-right: 20px;
}
.vl {
  border-right: 1px solid #F6F6F6;
  height: auto;
  position: relative;
}
.vl2 {
  border-left: 1px solid #F6F6F6;
  height: auto;
  position: relative;
}
.vl3 {
  border-bottom: 1px solid #F6F6F6;
  height: auto;
  width: auto;
  position: relative;
  margin-bottom: 20px;
}
.video {
  position: relative;
  z-index: 1000;
}

.testo {
  position: absolute;
  display: flex;
  top: 0;
}

[data-aos-duration='4000'] [data-aos],
  [data-aos][data-aos][data-aos-duration='4000'] {
    transition-duration: 4000ms;
  }

    .hyphenate {
      word-wrap: break-word;
      overflow-wrap: break-word;

    -webkit-hyphens: auto;
       -moz-hyphens: auto;
            hyphens: auto;
  }

  .carousel-item {
    transition: transform 0.8s ease-in-out;
  }

  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: opacity 0s 0.8s;
  }

  #red {
    color: #BC362F;
  }

  .animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #1B1C1C 0%,
    #282D69 29%,
    #BC362F 67%,
    #1B1C1C 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #F6F6F6;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 8s linear infinite;
  display: inline-block;
}

@keyframes textclip {
  to 0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.animate-charcter2
{
 text-transform: uppercase;
background-image: linear-gradient(
  -225deg,
  #1B1C1C 0%,
  #282D69 29%,
  #BC362F 67%,
  #1B1C1C 100%
);
background-size: auto auto;
background-clip: border-box;
background-size: 200% auto;
color: #F6F6F6;
background-clip: text;
text-fill-color: transparent;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: textclip 10s linear infinite;
display: inline-block;
}

@keyframes textclip {
to 0% {
  background-position: 0% 50%;
}
50% {
  background-position: 100% 50%;
}
100% {
  background-position: 0% 50%;
}
}
.animate-charcter3
{
 text-transform: uppercase;
background-image: linear-gradient(
  -225deg,
  #1B1C1C 0%,
  #282D69 29%,
  #BC362F 67%,
  #1B1C1C 100%
);
background-size: auto auto;
background-clip: border-box;
background-size: 200% auto;
color: #F6F6F6;
background-clip: text;
text-fill-color: transparent;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: textclip 9s linear infinite;
display: inline-block;
}

@keyframes textclip {
to 0% {
  background-position: 0% 50%;
}
50% {
  background-position: 100% 50%;
}
100% {
  background-position: 0% 50%;
}
}

hr {
  color: #F6F6F6;
}

#cookie-policy {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  color: #fff;
  padding: 10px;
  text-align: center;
  z-index: 2000;
  }

#cookie-policy {
  background-color: #000000;
  color: white;
  padding: 5px 20px;
  border: none;
  cursor: pointer;
  margin-top: 10px;
  z-index: 2000;
}

#accept-cookies {
  width: auto;
  height: auto;
  margin: auto;
  text-align: center;
  background-color: #000000;
  outline-color: #F6F6F6;
  outline-offset: 0px;
  border: 1px solid;
  border-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  color: #F6F6F6;
  font-family: 'NeueMachina-Light';
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #F6F6F6;
}

#reject-cookies {
  width: auto;
  height: auto;
  margin: auto;
  text-align: center;
  background-color: #000000;
  outline-color: #F6F6F6;
  outline-offset: 0px;
  border: 1px solid;
  border-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  color: #F6F6F6;
  font-family: 'NeueMachina-Light';
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #F6F6F6;
}
