@charset "UTF-8";
@font-face {
    font-family: "Korolev-Light";
    src: url("./fonts/Korolev/eot/Korolev Light.eot"),
        url("./fonts/Korolev/woff2/Korolev Light.woff2") format("woff2"),
        url("./fonts/Korolev/woff/Korolev-Light.woff") format("woff"),
        url("./fonts/Korolev/ttf/Korolev Light.ttf") format("truetype"),
        url("./fonts/Korolev/svg/Korolev-Light.svg#Korolev") format("svg");
}
 
@font-face {
    font-family: "Korolev-Medium";
    src: url("./fonts/Korolev/eot/Korolev Medium.eot"),
        url("./fonts/Korolev/woff2/Korolev Medium.woff2") format("woff2"),
        url("./fonts/Korolev/woff/Korolev-Medium.woff") format("woff"),
        url("./fonts/Korolev/ttf/Korolev Medium.ttf") format("truetype"),
        url("./fonts/Korolev/svg/Korolev-Medium.svg#Korolev") format("svg");
}
 
@font-face {
    font-family: "Korolev-Bold";
    src: url("./fonts/Korolev/eot/Korolev Bold.eot"),
        url("./fonts/Korolev/woff2/Korolev Bold.woff2") format("woff2"),
        url("./fonts/Korolev/woff/Korolev-Bold.woff") format("woff"),
        url("./fonts/Korolev/ttf/Korolev Bold.ttf") format("truetype"),
        url("./fonts/Korolev/svg/Korolev-Bold.svg#Korolev") format("svg");
}
.txt-title{font-size: var(--txt-title);}
.txt-p-title{font-size: var(--p-title);}
.txt-xlarge{font-size: var(--xlarge);}
.txt-large{font-size: var(--large);}
.txt-xmedium{font-size: var(--xmedium);}
.txt-medium{font-size: var(--medium);}
.txt-small{font-size: var(--small);}
body{
    background-color: #0F1315;
    margin: 0;
	font-family: "Korolev-Medium";
}

/*HEADER*/

header{
    padding: 1rem 4rem;
    align-items:center
}

.noexcess{
    float:right
}

header img{
    width: 150px;
}

/*PROMO*/

.promo{
    padding: 2.8rem 2rem;
    background-image: url('https://cdn.snai.it/promozioni/sources/background-calcio5.jpg');
    background-size: cover;
    background-position: center;
}

.versione-mobile{
    display:none
}

.squadre{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 1.5%;
    text-align: center;
}

.squadre div{
    width: 20%;
}

.maglie{
        width: 150px;
    }
.blocco-squadra{
    display:flex;
}

.blocco-squadra h3{
    text-transform: uppercase
}

.versus{
    margin: 4px;
}

h3{
    color: #fff;
    font-size: 50px;
    font-family: 'Korolev-Bold';
    text-transform: uppercase
}

.squadra-uno{
    text-align:right
}

.squadra-due{
    text-align:left
}

.bonus{
    text-align: center;
    font-size: 76px;
    color:white;
    margin: 0 !important;
}

.scommessa{
    margin: 2rem;
    font-family: 'Korolev-Light';
    margin: 1rem;
    font-weight: 200;
}

.maggiorata{
    margin: 2rem;
    font-family: 'Korolev-Light';
    margin: 1rem;
    font-weight: 200;
    font-size: 50px;
}

.quota{
    display: flex;
    justify-content: center;
    gap: 1%;
}

.vecchia-quota{
    font-size: 50px;
    font-family: Arial;
    color: rgba(211, 211, 211, 0.585);
    text-decoration: line-through;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 1rem;
    font-family: 'Korolev-Medium';
}
#info svg {
    width: 0.6rem;
    
}
.iconButton {
    border-radius: 3rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.0rem;
    height: 40px;
    text-align: center;
    width: 40px;
    border: 2px solid #e96105;
    position: relative;
	cursor: pointer
}
  
.iconButton span {
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transition: all 0.3s;
    width: 0;
}  
.iconButton:hover span {
    width: 2.6rem;
    height: 2.6rem;  
    border-radius: 2.6rem;
    margin: -1.3rem;
}
.iconInfo{
    fill: #ffffff;
    height: 20px;
}      
.iconButton:hover .iconInfo{
    z-index: 999;
}
.iconCollapse{
    position: absolute;
    top: 0.5%;
    right: 1%;  
    fill: #e96105;
    width: 22px;
    height: auto;
    cursor: pointer;
    display: block;
}  
.info span {
    background-color: #e96105;
}

#closeModal{
	cursor: pointer
}

.nuova-quota{
    font-size: 100px;
    font-family: 'Korolev-Bold';
    color: #E96006;
}

.info img{
    width: 40px;
}

.registrati{
    text-align: center;
    margin-top: 2rem;
}

button{
    /*font-size: 25px;
    padding: 1rem 3.5rem;
    border: none;
    border-radius: 5px;
    background-color: #E96006;
    color: #0F1315;
    font-family: 'Korolev-Bold';
    font-weight: 600;
	cursor: pointer;*/
	
	min-width: 250px;
    max-width: 350px;
    height: 100%;
    max-height: 60px;
    min-height: 50px;
    color: #1B2022;
    background-color: #E96006;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 0;
    font-family: "Korolev-Bold";
    letter-spacing: 1.62px;
    font-size: 16px;
    cursor: pointer;
}

/*STEP*/

.carousel{
	border: 1px solid #484b4d;
    border-right: 0;
    border-left: 0;
}

.step{
    display: flex;
    justify-content: center;
    justify-content: space-between;
    padding:1rem 20rem;
}

.step-mobile{
	display:none !important
}

.step div{
    display: flex;
}

.numero p{
    /* font-size: 5vw; */
    margin: 0 !important;
    color: #E96006;
    padding-right: 30px;
    font-family: 'Korolev-Medium';
    /*font-weight: 600;*/
    font-size: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    letter-spacing: 0.46px;
}

.passaggio{
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Korolev-Medium';
}

.passaggio p {
    font-size: 36px;
    /*font-weight: 600;*/
    font-family: 'Korolev-Medium';
	display: flex;
    flex-direction: column;
    letter-spacing: 0.18px;
}

.passaggio p span{
    font-size: 15px;
    font-weight: 300!important;
    font-family: 'Korolev-Light';
    letter-spacing: 0.6px;
}

.gioca{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gioca p {
    font-size: 68px;
    margin: 0 !important;
    color: white;
    font-family: 'Korolev-Medium';
}

.icona-freccia img{
    width: 20px;
    /* margin-left:20px */
}

.freccia_mobile{
    display: none!important;
}

/*MOBILE*/

.mobile{
    display: flex;
    padding-top: 2.5rem;
    /* background-image: url('img/S-linea.png'); */
    background-image: url('https://cdn.snai.it/promozioni/sources/s_bkg_opacity50.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    /* background-size: 30%; */
    background-size: 38%;
    border-bottom: 1px solid #484b4d;
    /*aggiunta cri*/
    background-position: right bottom 80%;
}

.mobile div{
    width: 40%;
}

.mobile img{
    /* width: 40%; */
    width: 50%;
}

.testo-mobile{
    padding-left: 25rem;
    padding-top: 2%;
}

.testo-mobile h2{
    font-size: 35px;
    color: white;
    font-family: 'Korolev-Bold';
}

.testo-mobile p{
    font-size: 25px;
    color: white;
    font-family: "Korolev-Light";
    word-spacing: 5px;
}

/*FOOTER*/

footer{
    background-color: #0F1315;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.pagamenti img{
    margin-right:40px	
}

.pagamenti img{
    width: 80px;
}

.legal{
    color: #fff;
    margin-top: 2%;
    font-family:'Korolev-Light' ;
}

/*MODAL*/

.open-btn {
  padding: 12px 24px;
  background: #007bff;
  border: none;
  border-radius: 8px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.open-btn:hover {
  background: #0056b3;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
}

.modal {
  margin-top:50px ;
  background: #0f1315;
  padding: 20px;
  border-radius: 10px;
  width: 40%;
  height: 80%;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  animation: slideDown 0.4s ease-out;
}


.modal div a{
    color: white;
    float: right;
    font-size: 20px;
}

.modal div img{
    width:150px 
}

iframe{
    margin-top: 20px;
    width: 100%;
    height: 90%;
}

@keyframes slideDown {
  from { transform: translateY(-20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

