  

  @font-face {
    font-family: "PlusJacarta";
    src:
      local("PlusJacarta"),
      url("../fonts/PlusJakartaSans.ttf") format("truetype")
  }
  /* Impostazioni di base */

.animated-link {
  text-decoration: none;
  color: #FA5229;
  position: relative;
}
.back-home{
  text-decoration:none; 
  margin-top: 80px;
  position: absolute;

}
.animated-link span {
  position: relative;
}

/* Sottolineatura animata */
.animated-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #FA5229;
  bottom: -4px; /* distanza dalla base del testo */
  left: 1%;
  transition: width 0.3s ease, right 0.3s ease;
}

/* Quando il mouse passa sopra il link */
.animated-link:hover::after {
  width: 100%;
  left: 1%;
  
}

  /* Stile per il carousel */
  .slide-text {
  position: absolute;

  bottom: 50px;
  
  left: 5%;
  color: white;
  /*text-shadow: 2px 2px 13px rgba(0, 0, 0, 0.7);*/
  z-index: 10;
}
.carousel-inner {
  overflow: hidden;


}
.carousel-inner::before,
.carousel-inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 20%; /* Altezza più alta per una sfumatura più graduale */
  z-index: 1;
  pointer-events: none;
}

.carousel-inner::before {
  top: 0;
  background: linear-gradient(
    to bottom, 
    rgba(0, 0, 0, 0.7), /* Colore iniziale più scuro */
    rgba(0, 0, 0, 0.3) 40%, /* Aggiunta di un punto intermedio */
    rgba(0, 0, 0, 0) 100% /* Transizione più graduale */
  );
}

.carousel-inner::after {
  bottom: 0;
  background: linear-gradient(
    to top, 
    rgba(0, 0, 0, 0.7), 
    rgba(0, 0, 0, 0.3) 40%, 
    rgba(0, 0, 0, 0) 100%
  );
}


.carousel-inner img {
  height: 100vh;
  object-fit: cover; 
}

.gut{
  --bs-gutter-x: 1rem !!important;
}
.carousel-item img {
  transition: transform 0.5s ease-in-out;
}
/* Posizionamento pallini in basso a sinistra */
.carousel-indicators {
  position: static;
  text-align: left;
  margin:0 !important;
  justify-content: left ;
}

.img-slide{
  height: 77vh !important;
}
.form-floating>.form-select {
  padding-top: 9px !important;
}
.img-fluid{
  width: 100%;
}
.shirt-p{
  line-height: 18px; 
  font-size: 14px;
}

.floating-head{
    position: absolute;
    width: 100%;
    z-index: 100;
    top: 30px;
}
.carousel-indicators2 {
  position: static;
  text-align: center;
  margin:0 !important;
  justify-content: center !important;
  
  
}
.carousel-indicators [data-bs-target]{
  width: 9px !important;
  position: static;
  height: 9px !important;
  border: 2px solid white; /* Traccia bianca */
  background-color: transparent; /* Pallino vuoto */
  border-radius: 50%;
  margin: 0 5px; /* Spaziatura tra i pallini */
  transition: background-color 0.3s ease, transform 0.3s ease;

}
.carousel-indicators button  {
  background-color: black; /* Colore pallini */
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  border: none;
}

.carousel-indicators .active {
  background-color: white; /* Colore del pallino attivo */
}

.carousel-head{
    font-size: clamp(20px, 10vw, 60px) !important; 
    color: white;
    line-height: 1;
    text-transform: uppercase;
   
  }

  .carousel-body{
    font-size: 12px;
    color: white;
 
   
  }
  /* General */
  
  body{
    margin: 0px !important;
    padding: 0px !important;
  }

  h1, h2, h3, span {
    font-family: PlusJacarta !important;
  }
  h4{
    font-size: 16px;
  }
  .footer-menu span{
    font-size: 16px;
    color: #999999;
  }

  p{
    font-family: PlusJacarta !important;
  }

  /* Center things */

  .clampy{
    font-size: clamp(27px, 5vw, 60px) !important;
  }
  .clampy2{
    font-size: clamp(27px, 5vw, 32px) !important;
  }
  .clampy3{
    font-size: 32px;
  }
  .mt25{
    margin-top:25px;
  }
  .p-45{
    padding: 35px
  }
  .esplora-arrow{
    width:32px; margin:0
  }
  .mautob100{
    margin:0 auto 100px auto;
  }
  .img-col{
    width:100%; margin:0
  }

  .bg-white{
    height: 120px;
  }

  .spacebet-mobile{
    justify-content: space-between !important;
    width: 100%;
    max-width: 80%;
    margin-top: 30px;
    padding: 0;
  }

  .logos-footer{
   text-align: center;
    justify-content: center;
  }
  .center-left {
    transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
  }

  .center-all {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }

  .center-top {
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  }

  /* Styles */

  .opacity-effect {
  transition: opacity 0.3s ease;
  width:100%; margin:0
}

.opacity-effect:hover {
  opacity: 0.1; /* Imposta l'opacità al 10% */
}

.image-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.text-overlay {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: black;
  text-decoration: underline;
  opacity: 0; /* Nascondi il testo di base */
  transition: opacity 0.3s ease; /* Aggiungi transizione per il testo */
}
.img-overlay {
  opacity: 0; /* Nascondi il testo di base */
  transition: opacity 0.3s ease; /* Aggiungi transizione per il testo */
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
}

.image-container:hover .text-overlay {
  opacity: 1; /* Mostra il testo al rollover */
}
.image-container:hover .img-overlay {
  opacity: 1; /* Mostra il testo al rollover */
}

.image-container:hover .opacity-effect {
  opacity: 0.1; /* Applica l'opacità al 10% anche quando il mouse è sopra l'immagine */
}

  .header-full-height {
    background-color: #000000;
    background-size: cover;
    background-position: center;
    bottom: 0;
    left: 0;
    width: 100%;
    
    z-index: -1; 
    padding-top: 24px;
  }
.inter{
  height: 100vh;
  object-fit: cover; /* Per adattare l'immagine senza distorsioni */
}
  .pag-in{
    padding-top:0px !important ;
  }

  .form-bg{
    height: 100vh; 
    min-height: 850px;
  }

  .header-logo {
    width: 253px;
    height: 23px; 
  }

  .header-shirt {
    
    position: absolute;
    right: 24px;
    cursor: pointer;
    z-index: 2;
    color: white;
    font-size: 14px;
  }
   .esplora {
    cursor: pointer;
    z-index: 2;
    color: black;
    font-size: 16px;
  }
  .header-home {
    
    position: absolute;
    left: 24px;
    cursor: pointer;
    z-index: 2;
    color: white;
    font-size: 14px;
  }

  .header-hero-div {
    width: 90%;
    position: absolute; 
    bottom: 20px;
    left: 50%; 
    z-index: 10;
  }

  .header-hero {
    width: 100%;
    max-width: 898px;
    position:absolute;
    top: 50%; 
    left: 50%;
  }

  .header-arrow {
    width: 42px;
    right: 0px;
    bottom: 0px;
    height: 42px; 
    position:absolute;
    bottom: 20px;
    cursor: pointer;
  }
  .header-arrow2 {
    width: 32px;
    right: 0px;
    bottom: 0px;
    height: 32px; 
    position:absolute;
    bottom: 20px;
    cursor: pointer;
  }

  .body-width{
    max-width: 670px;
    padding-top: 44px;
    padding-bottom: 40px;
  }
  .body-width2{
    max-width: 670px;
    padding-top: 44px;
    padding-bottom: 15px;
  }
  
  .title-size {
    font-size: 24px !important;
    line-height: 28px !important;
    margin-bottom: 34px;  
  }
  .title-size3 {
    font-size: 24px !important;
    line-height: 28px !important;
    margin-bottom: 10px;  
  }

  .par-size {
    font-size: 15px !important;
    line-height: 20px !important;
  }

  .cards-container{
    max-width: 1440px !important;
  }

  .mobile-tap{
    color: #828282;
    font-size: 13px;
    line-height: 20px;
    font-family: PlusJacarta;
    margin-bottom: 10px;
    display: none;
  }

  .card-settings{
    width: 100%; 
    min-width: 286px; 
    max-width: 320px;
    margin-bottom: 24px;
  }

  .card_s {
    perspective: 500px;
  }

  .content-card {
    transition: transform 1s;
    transform-style: preserve-3d;
    
  }

  .card_s:hover .content-card {
    transform: rotateY( 180deg ) ;
    transition: transform 0.5s;
  }

  .front, .back {
    backface-visibility: hidden;
    border-radius: 20px;
  }

  .back {
    transform: rotateY( 180deg ) translate(-50%, 0px);
    -webkit-transform: rotateY( 180deg ) translate(-50%, 0px);
    -moz-transform: rotateY( 180deg ) translate(-50%, 0px);
    -ms-transform: rotateY( 180deg ) translate(-50%, 0px);
    -o-transform: rotateY( 180deg ) translate(-50%, 0px);
    position: absolute;
    right: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
  }
  
  .custom-button-outline{
    width: 114px;
    margin-top: 40px;
    font-size: 15px ;
    line-height: 20px ;
    border-radius: 10px ;
    border: 2px solid #FA5229;
    color: #FA5229 ;
    font-family: PlusJacarta ;
    font-weight: 700 ;
    transform: scale(1) !important;
    text-decoration: none;
    padding: 9px 17px;
    background-color: #ffffff;
    
  }

  .custom-button-outline:hover{
    background-color:#FA5229 !important;
    color: #ffffff !important;
    transition: 0.2s;
  }

  /* Form */

  .form-width{
    max-width: 750px;
    position: relative;
    top: 50%;
    clear: both;
  }
  
  .custom-form{
    background-color: #000 !important ;
    color: #828282 !important;
    border-radius: 7px !important;
    margin-bottom: 22px;
    transition: 0s;
    border: 1px solid #999999 !important;
  }

  .form-control {
    border: 1px solid #999999;
  }
  .custom-label{
    color: #828282 !important;
    font-size: 14px !important;
    margin-top:-3px;
    font-family: PlusJacarta;
    width: 100%;
    white-space: inherit !important;
    word-wrap: break-word;

  }
  .label-above{
    text-align: left;
    color: white;
    font-size: 14px;
    padding-left: 7px; padding-right: 7px;
  }


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px BLACK inset !important;
    color: white !important;
}

input:-webkit-autofill{
  -webkit-text-fill-color: #828282 !important;
}

  textarea:focus,
  input[type="text"]:focus,
  textarea[type="text"]:focus,
  input[type="email"]:focus,

.uneditable-input:focus {   
  border-color: rgba(250, 82, 41, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(250, 82, 41, 0.5);
  outline: 0 none;
}

.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after{
  background: rgba(0,0,0,0);
}


.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color:rgba(250, 82, 41, 1) !important;
  
}

.form-floating>.form-control, .form-floating>.form-control-plaintext {
  padding: 0.5rem 0.75rem;
}
.form-floating>label{
  padding: 0.75rem 0.75rem;
}
.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
  height: 40px;
  min-height: 40px;
  line-height: 20px !important;
}



.custom-button{
 
  margin-top: 24px;
  font-size: 16px ;
  line-height: 20px ;
  border-radius: 10px ;
  border: 2px solid #000000 !important;
  color: #fff ;
  font-family: PlusJacarta ;
  font-weight: 700 ;
  transform: scale(1) !important;
  text-decoration: none;
  padding: 8px 17px 8px 17px;
  background-color: #FA5229 !important;
  
  
}

.custom-button:hover{
  background-color:#000000 !important;
  border: 2px solid #FA5229 !important;
  color: #FA5229 !important;
  transition: 0.2s;
}

  /* Footer */
.footer-size{
height: auto;
padding: 25px 20px 10px 20px;
}

.footer-text {
  font-size: 24px !important;
  line-height: 28px !important;
  color: #000000;
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin: 0px;
}



.justify-content-footer{
  justify-content: center;

}

.footer-logo{
  margin-top: 10px;
  margin-left: 3px;
  margin-right: 3px;
}

.fosbury{
  width: 86px;
  height: 14px;
}
.themedia{
  width: 45px;
  height: 42px;
}
.tml{
  width: 59px;
  height: 34px;
}
.onedigit{
  width: 91px;
  height: 22px;
}
.smalto{
  width: 85px;
  height: 34px;
}
.copyright{
  font-size: 13px;
  color: #000;
}
@media (max-width: 768px) {
   .form-bg{
    
    min-height: 1050px;
  }
  .back-home{
  margin-top: 30px;
}
}
@media (max-width: 700px) {
  .nomob {display: none}
  .esplora-div{
    margin-bottom: 20px !important;

  }
 
  .clampy{margin-top: 20px !important}
  .bg-white{
    height: 120px;
    flex-direction: column !important;
  }
}

/* MOBILE SMALL */
@media (max-width: 550px) {
  
  
  .back-home{
  margin-top: 15px;
}

  .spacebet-mobile{
    justify-content: space-between !important;
    flex-direction: column;
    width: 100%;
    max-width: 90%;
    margin-top: 30px;
    padding: 0;
  }
  .footer-menu{
    text-align: center;
    margin-top: 15px;
  }


  

.form-floating>textarea.form-control:not(:placeholder-shown) {
  padding-top: 2.6rem !important;
  padding-bottom: 0.625rem;
  }
}
/* MOBILE SMALL */
@media (min-width: 455px) {
  
  

  
  .footer-logo{
    margin-left: 10px;
    margin-right: 10px;
  }
  .fosbury{
    width: 95px;
    height: 15px;
  }
  .themedia{
    width: 48px;
    height: 43px;
  }
  .tml{
    width: 61px;
    height: 36px;
  }
  .onedigit{
    width: 98px;
    height: 25px;
  }
  .smalto{
    width: 85px;
    height: 34px;
  }

}

.title-size2 {
  text-transform: uppercase;
}
/* TABLET */
  @media (min-width: 576px) {
    .header-full-height {
      padding-top: 30px;
    }

   
    
    
    .title-size {
      font-size: 36px !important;
      line-height: 42px !important;
      margin-bottom: 40px;
    }
    .title-size3 {
      font-size: 48px !important;
      line-height: 48px !important;
      margin-bottom: 20px;
    }
    .title-size2 {
      font-size: 42px !important;
      font-weight: 400;
      line-height: 45px !important;
      margin-bottom: 40px;
      
    }
    .par-size {

      font-size: 18px !important;
      line-height: 25px !important;
    }
    .par-size2 {
      width: 100%;
      font-weight: 300;
      font-size: 18px !important;
      line-height: 28px !important;
    }
    .mobile-tap{
      margin-bottom: 16px;
    }
    
    .fosbury{
      width: 106px;
      height: 17px;
    }
    .themedia{
      width: 53px;
      height: 48px;
    }
    .tml{
      width: 68px;
      height: 40px;
    }
    .onedigit{
      width: 109px;
      height: 28px;
    }
    
    
  }

/* DESKTOP */
@media (min-width: 768px) {
  .slide-text {
      margin-right: 300px;
    }

  .header-full-height {
    padding-top: 30px;
  }
  
  .body-width{
    padding: 84px 0px 80px 0px !important;
  }
  .footer-logo{
    margin-left: 25px;
    margin-right: 25px;
  }
  .par-size2 {
      width: 100%;
      font-weight: 300;
      font-size: 18px !important;
      line-height: 28px !important;
    }
 
}

/* DESKTOP LARGE */
@media (min-width: 1201px) {
  .slide-text {
      margin-right: 500px;
    }
  .par-size2 {
      width: 80%;
      font-weight: 300;
      font-size: 24px !important;
      line-height: 28px !important;
    }
    .title-size2 {
      width: 80%;
      text-transform: uppercase;
    }

  .spacebet-mobile{
    margin-top: 0px;
    justify-content: space-between !important;
    width: 60%;
      
  }
  .footer-text {
    width: 40%;
    max-width: 436px;
    text-align: left;
  }
  .footer-size{
    height: auto;
    margin-bottom: 20px;
    padding: 25px 20px 0px 20px;
  }
  .justify-content-footer{
    justify-content: space-between;
  }
  .fosbury{
    width: 120px;
    height: 19px;
  }
  .themedia{
    width: 63px;
    height: 57px;
  }
  .tml{
    width: 83px;
    height: 48px;
  }
  .onedigit{
    width: 128px;
    height: 32px;
  }
  .copyright{
    font-size: 15px;
  }
}


@media (hover: none) {
  .mobile-tap{
    display: block;
  }
  
}

@media (max-width: 1256px) {
  .cards-container{
    max-width: 660px !important;
  }
}

