@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@700&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
    margin: 0;
   overflow: visible; /* o overflow: auto; */
}

#gradient-canvas {
    --gradient-color-1: #ffb801;
    --gradient-color-2: #ff7100;
    --gradient-color-3: #fa803e;
    --gradient-color-4: #fb0e0e;
    position: absolute;
    height: 95vh;
    width: 100%;
    z-index: 0;
    clip-path: polygon(0% 60%, 100% 30%, 100% 68%, 0% 100%);
    margin-top: 20%;
  }
  .container{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
h1{
    font-family: 'Orbitron', sans-serif;
    font-size: 2.5vw;
}
h2{
    font-family: 'Orbitron', sans-serif;
    font-size: 1.5vw;
}
h3{
  font-family: 'Orbitron', sans-serif;
  font-size: 2vw;
}
p{
    font-family: 'Roboto', sans-serif;
    line-height: 1.8;
}
ul{
    font-family: 'Roboto', sans-serif;
    line-height: 1.8;
}
a{
    color: #fa803e;
}
header{
    position: relative;
    width: 100%;
    justify-content: space-between;
    margin-top: 10px;
    z-index: 1;
    margin: 0;
    display: flex;
    align-items: center;
}
header a{
  font-size: 1.05vw;
}
header img{
  width: 16vw;
}
  #logo{
    margin-left: 20px;
  }
  .menu{
    display: flex;
    justify-content: flex-end;
  }
  .menu-item{
    display: inline-block;
    font-family: 'Orbitron' , sans-serif;
    margin-right: 42px;
    font-size: 20px;
  }
  .buttons{
    position: relative;
    margin-top:10px;
  }
  #PLAY{
    background-color: #fa803e;
    padding: 5px;
    border-radius: 20px;
    text-decoration: none; /* Rimuovi la sottolineatura del link */
    color: white;
    transition: 0.3s ease;
  }
  #PLAY:hover{
    background-color: #fa803e71;
    color: black;
  }
  .header-link{
    text-decoration: none; /* Rimuovi la sottolineatura del link */
    color: inherit; /* Usa il colore del testo ereditato */
  }
  .header-link:hover{
    opacity: 0.5;
  }
  .contentContainer{
    margin-top: 5%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    
  }
  .content{
    width: 60%;
  }
  .feesContainers{
    width: 100%;
    height: 60%;
    margin-top: 5%;
    display: flex;
    align-items: center;
    
  }
  .feeContainer{
    height: 28vw;
    width: 30%;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3); 
  }
  .gameMode{
    margin: 0;
    margin-left: 5%;
    margin-top: 2%;
    font-size: 0.8vw;
  }
  .mode{
    color: #fa803e;
    margin: 0;
    margin-left: 5%;
  }
  .description{
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 10%; 
  }
  .feesSheet{
    border-radius: 20px;
    width: 90%;
    height: 15.3vw;
    margin-top: 10%; 
    margin-left: 5%;
    margin-right: 5%;
    background-color: #f6f9fc;
    background-color: #F3F3F3;;
  }
  .headerFeeSheet{
    display: flex;
    padding: 1%;
  }
  .headerFeeSheet p{
    width: 50%;
    text-align: center;
    font-size: 0.83vw;
    margin: 0;
    margin-top: 3%;
    margin-bottom: 3%;
  }
  .feeSheetLine1{
    display: flex;
    width: 97%;
    height: 3vw;
    margin-left: 1.5%;
    margin-right: 1.5%;
    border-radius: 20px;
    background-color: white;
  }
  .feeSheetLine1 p{
    font-size: 1.2vw;
    font-weight: bold;
    color: #fa803e;
    width: 50%;
    margin: 0;
    margin-top: 3%;
    margin-bottom: 3%;
    text-align: center;
  }
  .feeSheetLine1 span{
    font-size: 0.8vw;
    font-weight: bold;
  }
  .feeSheetLine2{
    display: flex;
    width: 97%;
    height: 3vw;
    margin-left: 1.5%;
    margin-right: 1.5%;
    border-radius: 20px;
  }
  .feeSheetLine2 p{
    font-size: 1.2vw;
    font-weight: bold;
    color: #fa803e;
    width: 50%;
    margin: 0;
    margin-top: 3%;
    margin-bottom: 3%;
    text-align: center;
  }
  .feeSheetLine2 span{
    font-size: 0.8vw;
    font-weight: bold;
  }
  .feeVariationLine{
    width: 100%;
    height: 5%;
    margin-top: 1.5%;
    display: flex;
    align-items: center;
  }
  .feeVariationLine img{
    width: 1.8vw;
    height: 1.8vw;
    border-radius: 50%;
    padding: 0.1%;
    background-color: #f3f3f3;
  }
  .feeVariationLine p{
    margin-left: 1%;
  }

  .container-4{
    position: relative;
    width: auto;
    margin-top: 61%; 
  }
  .line{
    width: 99%;
    height: 4px;
    background-color: #fa803e;
    border-radius: 50px;
  }
  footer{
    position: relative;
    width: 99%;
    display: flex;
    margin-left: 0.5%;
  }
  .copyright{
    position: relative;
    left:0px;
    width: 25%;
    font-family: 'Roboto', sans-serif;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .footer-links{
    position: relative;
    width: 50%;
    display: flex;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    align-items: center;
  }
  .footer-links a{
    position: relative;
    margin-right: 20px;
    color: #000;
    text-decoration: none;
  }
  .contact-us:after{
    content: ""; /* Aggiunge un contenuto vuoto all'elemento::after */
    position: absolute; /* Posiziona l'elemento::after rispetto all'elemento <a> */
    left: 0; /* Inizia dalla sinistra */
    bottom: -0.5em; /* Inizia dalla parte inferiore */
    width: 100%; /* Larghezza pari a quella del link */
    height: 2px; /* Altezza della linea */
    background-color: #000000; /* Colore della linea */
    transform: scaleX(0); /* Inizia con una larghezza nulla (nascosta) */
    transform-origin: 0% 50%; /* Origine della trasformazione a sinistra */
    transition: transform 0.3s ease; /* Aggiunge una transizione animata */
  }
  .contact-us:hover:after{
    transform: scaleX(1); /* Espandi la larghezza della linea al 100% al passaggio del mouse */
  }
  .privacy-policy:after{
    content: ""; /* Aggiunge un contenuto vuoto all'elemento::after */
    position: absolute; /* Posiziona l'elemento::after rispetto all'elemento <a> */
    left: 0; /* Inizia dalla sinistra */
    bottom: -0.5em; /* Inizia dalla parte inferiore */
    width: 100%; /* Larghezza pari a quella del link */
    height: 2px; /* Altezza della linea */
    background-color: #000000; /* Colore della linea */
    transform: scaleX(0); /* Inizia con una larghezza nulla (nascosta) */
    transform-origin: 0% 50%; /* Origine della trasformazione a sinistra */
    transition: transform 0.3s ease; /* Aggiunge una transizione animata */
  }
  .privacy-policy:hover:after{
    transform: scaleX(1); /* Espandi la larghezza della linea al 100% al passaggio del mouse */
  }
  .rules:after{
    content: ""; /* Aggiunge un contenuto vuoto all'elemento::after */
    position: absolute; /* Posiziona l'elemento::after rispetto all'elemento <a> */
    left: 0; /* Inizia dalla sinistra */
    bottom: -0.5em; /* Inizia dalla parte inferiore */
    width: 100%; /* Larghezza pari a quella del link */
    height: 2px; /* Altezza della linea */
    background-color: #000000; /* Colore della linea */
    transform: scaleX(0); /* Inizia con una larghezza nulla (nascosta) */
    transform-origin: 0% 50%; /* Origine della trasformazione a sinistra */
    transition: transform 0.3s ease; /* Aggiunge una transizione animata */
  }
  .rules:hover:after{
    transform: scaleX(1); /* Espandi la larghezza della linea al 100% al passaggio del mouse */
  }
  .terms-and-conditions:after{
    content: ""; /* Aggiunge un contenuto vuoto all'elemento::after */
    position: absolute; /* Posiziona l'elemento::after rispetto all'elemento <a> */
    left: 0; /* Inizia dalla sinistra */
    bottom: -0.5em; /* Inizia dalla parte inferiore */
    width: 100%; /* Larghezza pari a quella del link */
    height: 2px; /* Altezza della linea */
    background-color: #000000; /* Colore della linea */
    transform: scaleX(0); /* Inizia con una larghezza nulla (nascosta) */
    transform-origin: 0% 50%; /* Origine della trasformazione a sinistra */
    transition: transform 0.3s ease; /* Aggiunge una transizione animata */
  }
  .terms-and-conditions:hover:after{
    transform: scaleX(1); /* Espandi la larghezza della linea al 100% al passaggio del mouse */
  }
  .payment-method{
    position: relative;
    width: 25%;
    display: flex;
    justify-content: right;
    align-items: center;
  }
  .mastercard{
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
  .visa{
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }