@font-face {
    font-family: Roboto-Regular;
    src: url(fonts/db378f0f3e7e0e7d5142.woff) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family:Roboto-Bold;
    src:url(fonts/0a4c9541dcd80a3c7eb4.woff) format("truetype");
    font-weight:400;
    font-style:normal;
    font-display:swap;
}

@font-face {
    font-family:PassionOne-Bold;
    src:url(fonts/2ee528f2d76f9d1ce178.woff) format("truetype");
    font-weight:400;
    font-style:normal;
    font-display:swap;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: Roboto-Regular,serif;
    margin: 0;
    padding: 0;
}

body * {
    margin: 0;
}
.main-container {
    background-image: url(images/desktop/betoffice/background.png);
    position: relative;
    height: 100%;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    z-index: 10;
    overflow-y: scroll;
    overflow-x: hidden;
}

.main-container__logo {
    width: 162px;
    height: 31px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-top: 13px;
    margin-bottom: 20px;
}
.main-container__logo_cevir {
    width: 260px;
    height: auto;
}


.logo-container {
    display: flex;
    flex-direction: column; 
    align-items: center; 
}
.main-container__bonus {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 212px;
    height: 84px;
    margin: 0 auto;
    position: relative;
    left: 0;
    top: -10px;
}

.main-container__elements {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(images/mobile/betoffice/Symbols.webp);
    z-index: -2;
}

.main-container__content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 430px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3;
    pointer-events: none;
}

.main-container__wheel-wrapper {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 270px;
    width: 280px;
    height: 280px;
    z-index: 5;
    position: relative;
    top: -50px;
    pointer-events: none;
}

.main-container__wheel-wrapper::after {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: 270px;
    width: 100%;
    height: 100%;
    background-image: url(images/desktop/betoffice/TopWheel.webp);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; 
}

.main-container__wheel-wrapper:before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 323px;
    width: 300px;
    height: 350px;
    position: absolute;
    top: 48%;
    left: 50%;
    content: "";
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 20;
}
.main-container__wheel-lights span {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.5);
    animation: blink 1.5s infinite;
    left: 50%;
    top: 50%;
    transform-origin: center;
    z-index:20;
}

.main-container__wheel-lights span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(0deg) translate(183px);
    animation-delay: 0s;
}
.main-container__wheel-lights span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(30deg) translate(183px);
    animation-delay: 0.2s;
}
.main-container__wheel-lights span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(60deg) translate(183px);
    animation-delay: 0.4s;
}
.main-container__wheel-lights span:nth-child(4) {
    transform: translate(-50%, -50%) rotate(90deg) translate(183px);
    animation-delay: 0.6s;
}
.main-container__wheel-lights span:nth-child(5) {
    transform: translate(-50%, -50%) rotate(120deg) translate(183px);
    animation-delay: 0.8s;
}
.main-container__wheel-lights span:nth-child(6) {
    transform: translate(-50%, -50%) rotate(150deg) translate(183px);
    animation-delay: 1s;
}
.main-container__wheel-lights span:nth-child(7) {
    transform: translate(-50%, -50%) rotate(180deg) translate(183px);
    animation-delay: 1.2s;
}
.main-container__wheel-lights span:nth-child(8) {
    transform: translate(-50%, -50%) rotate(210deg) translate(183px);
    animation-delay: 1.4s;
}
.main-container__wheel-lights span:nth-child(9) {
    transform: translate(-50%, -50%) rotate(240deg) translate(183px);
    animation-delay: 1.6s;
}
.main-container__wheel-lights span:nth-child(10) {
    /*transform: translate(-50%, -50%) rotate(270deg) translate(185px);*/
    /*animation-delay: 1.8s;*/
}
.main-container__wheel-lights span:nth-child(11) {
    transform: translate(-50%, -50%) rotate(300deg) translate(183px);
    animation-delay: 2.0s;
}
.main-container__wheel-lights span:nth-child(12) {
    transform: translate(-50%, -50%) rotate(330deg) translate(183px);
    animation-delay: 2.2s;
}

@keyframes blink {
    0% {
        opacity: 0.2;
        box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.2);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 15px 8px rgba(255, 255, 255, 0.8);
    }
    100% {
        opacity: 0.2;
        box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.2);
    }
}

.main-container__wheel {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 235px;
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(images/desktop/betoffice/BottomWheel.webp);
    border-radius: 500px;
    pointer-events: none;
    z-index:2;
}

.main-container__wheel.shake {
    animation-name: wheel-shake-1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes wheel-shake-1 {
    0% {
        transform: rotate(-6deg);
    }

    50% {
        transform: rotate(6deg);
    }

    to {
        transform: rotate(-6deg);
    }
}

.main-container__wheel-button {
    width: 55px;
    height: 55px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(images/desktop/betoffice/PlayButton.webp);
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: pointer;
    pointer-events: all;
    z-index:100;
}



.main-container__quarter {
    pointer-events: none;
    letter-spacing: -.3px;
    font-size: 10px;
    position: absolute;
    margin: 0;
    color: #fff;
}

.main-container__quarter--2,.main-container__quarter--4,.main-container__quarter--6,.main-container__quarter--8 {
    font-size: 12px;
    color: #3b3b3b;
    font-weight: 700;
}

.main-container__quarter--2 span,.main-container__quarter--4 span,.main-container__quarter--6 span,.main-container__quarter--8 span {
    font-size: 10px;
    display: block;
    width: 51px;
    word-break: break-word;
    margin: 0 auto;
}

.main-container__quarter--1 strong,.main-container__quarter--3 strong,.main-container__quarter--5 strong {
    font-size: 12px;
}

.main-container__quarter--1 {
    width: 81px;
    top: 39px;
    left: 102px;
}

.main-container__quarter--2 {
    top: 61px;
    left: 159px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.main-container__quarter--3 {
    top: 123px;
    left: 184px;
    width: 84px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.main-container__quarter--4 {
    top: 161px;
    left: 159px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.main-container__quarter--5 {
    top: 209px;
    left: 100px;
    width: 81px;
    word-break: break-all;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.main-container__quarter--6 {
    top: 161px;
    left: 49px;
    width: 85px;
    word-break: break-all;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.main-container__popup {
    position: fixed;
    display: none;
    inset: 0;
    z-index: 4;
    overflow-y: scroll;
    background-color: #fff;
    padding-bottom: 30px;
}

.main-container__popup__logo {
    width: 133px;
    margin-top: 33px;
}

.main-container__popup--failure .main-container__popup__success-box {
    display: none;
}


.main-container__popup--success h3,.main-container__popup--success p {
    text-transform: uppercase;
}

.main-container__popup--success h3,.main-container__popup--success .button {
    color: #fff
}

.main-container__popup--success h3 {
    font-weight: 700;
    font-size: 18px;
    max-width: 275px;
    margin: 0 auto 10px;
}

.main-container__popup--success p {
    font-size: 14px;
    margin-bottom: 25px;
    color: #fff;
}


.main-container__popup__success-box .main-container__logo {
    display:block;
    margin-top:50px;

}

.main-container__popup--success .button {
    text-transform: uppercase;
    cursor: pointer;
    background: linear-gradient(180deg,#ffe600 0%,#ffb800 100%);
    box-shadow: inset 0 -5px #f90;
    text-shadow: 0px 1px 0px #ffe249;
    border: none;
    padding: 12px 27px;
    font-size: 10px;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
}

.main-container__popup--success .button:hover {
    background: linear-gradient(180deg,#ffb800 0%,#ffe600 100%);
    box-shadow: inset 0 -5px #f90;
}

@media (min-width: 744px) {
    .main-container__popup--success h3,.main-container__popup--success p,.main-container__popup--success .button {
        position: relative;
    }

    .main-container__popup--success h3,.main-container__popup--success p {
        color: #fff;
        max-width: 402px;
    }

    .main-container__popup--success h3 {
        font-size: 24px;
        top: -6px;
    }

    .main-container__popup--success p {
        font-size: 22px;
        top: 13px;
    }

    .main-container__popup--success .button {
        top: 20px;
        padding: 17px 65px;
        font-size: 18px;
    }
    .main-container__popup--success .main-container__popup__success-box img {
        position: relative;
        width: 370px;
        margin: 0;
    }
    .main-container__popup--success .main-container__popup__success-box img {
        width: 220px;
    }
}

.main-container__popup__success-box a.button{
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-size: 20px;
}
@media (max-width: 768px) {
    .main-container__popup__content {
        display: flex;
        justify-content: center; /* Centra orizzontalmente */
        align-items: center; /* Centra verticalmente */
        min-height: 100vh; /* Occupa l'intera altezza della viewport */
        flex-direction: column;
        width: 100%;
        box-sizing: border-box;
        margin-top: -80px;
    }

    .main-container__popup__success-box {
        text-align: center; /* Centra il testo all'interno */
        margin: 0; /* Rimuove margini indesiderati */
        padding: 20px; /* Spazio interno per il contenuto */
        box-sizing: border-box;
    }
    .main-container__popup__success-box .main-container__logo {
        width:100%;
        margin-top:0;
        margin-bottom:0;
    }
    .main-container__elements {
        margin-top:50px;
    }

}

.main-container__popup--success .main-container__popup__failure-box {
    display: none;
}

.main-container__popup--success:after {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    background-image: url(images/mobile/betoffice/MobPopupBG.webp);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
    cursor:pointer;
}

@media (min-width: 460px) {
    .main-container__popup--success:after {
        height: 378px;
        background-position: 50% 135%;
        background-size: 952px;
        cursor:pointer;
    }
    .main-container__popup__success-box .main-container__logo {
        display:none;
    }

}

.main-container__popup--shadow-text {
    color: #fff;
    font-family: PassionOne-Bold,sans-serif;
    font-size: 48px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    display: inline-block;
}

@media (min-width: 744px) {
     .main-container__popup__content {
        display:none;
    }
    .main-container {
        background-image: url(images/desktop/betoffice/background.webp);
    }

    .main-container__logo {
        width: 260px;
        height: 85px;
        margin-top: 13px;
    }
    .main-container__logo_cevir {
        width: 540px;
        height: 120px;
    }


    .main-container__bonus {
        width: 540px;
        height: 215px;
        background-image: url(30f2630edfee90cea681.png);
        top: -17px;
        left: 3px;
    }

    .main-container__elements {
        background-image: url(images/desktop/betoffice/Symbols.webp);
    }


    .main-container__wheel-wrapper {
        width: 600px;
        height: 600px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 525px;
        position: relative;
        top: -134px;
    }

    .main-container__wheel-wrapper::after {
        background-size: 525px;
    }


    .main-container__wheel-wrapper:before {
        width: 600px;
        height: 620px;
        top: 48%;
        left: 49%;
        background-size: 644px;
        background-position: center;
    }

    .main-container__wheel {
        background-repeat: no-repeat;
        background-position: center;
        background-size: 450px;
    }

    .main-container__wheel-button {
        width: 108px;
        height: 108px;
    }

    .main-container__wheel-button:after {
        font-size: 25px;
    }

    .main-container__quarter--1 strong,.main-container__quarter--3 strong,.main-container__quarter--5 strong {
        font-size: 18px;
    }

    .main-container__quarter--2 span,.main-container__quarter--4 span,.main-container__quarter--6 span {
        font-size: 14px;
        width: 90px;
        word-break: break-word;
    }

    .main-container__quarter--1 {
        font-size: 14px;
        top: 98px;
        left: 252px;
        width: auto;
    }

    .main-container__quarter--2 {
        top: 149px;
        left: 369px;
        font-size: 18px;
    }

    .main-container__quarter--3 {
        top: 271px;
        left: 427px;
        width: auto;
        font-size: 14px;
    }

    .main-container__quarter--4 {
        top: 379px;
        left: 369px;
        width: auto;
        font-size: 18px;
    }

    .main-container__quarter--5 {
        top: 454px;
        left: 256px;
        font-size: 14px;
        width: auto;
    }

    .main-container__quarter--6 {
        top: 382px;
        left: 132px;
        font-size: 18px;
        width: auto;
    }

    .main-container__popup {
        background: #232323cc;
    }

    .main-container__popup__logo {
        display: none;
    }

    .main-container__popup__content {
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        position: absolute;
    }

    .main-container__popup--success:after {
        top: 50%;
        left: 50%;
        width: 800px;
        background-size: contain;
        cursor:pointer;
    }

    .main-container__popup--success:after {
        background-image: url(images/desktop/betoffice/Popup.webp?v=2);
        transform: translate(-50%, -50%);
    }

    .main-container__popup--shadow-text {
        margin-top: 0;
        margin-bottom: 40px;
        font-size: 70px;
        cursor:pointer;
        
    }

}

@media (min-width: 1000px) {
    .main-container__bonus {
        width: 648px;
        height: 258px;
        top: -20px;
    }

    .main-container__wheel-wrapper {
        width: 700px;
        height: 700px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 630px;
        position: relative;
        top: -100px;
    }
    .main-container__wheel-wrapper::after {
        background-size: 630px;
    }
    .main-container__wheel-wrapper:before {
        width: 700px;
        height: 710px;
        background-size: 762px;
        background-position: center;
        top: 48%;
    }

    .main-container__wheel {
        background-repeat: no-repeat;
        background-position: center;
        background-size: 540px;
    }

    .main-container__wheel-button {
        width: 130px;
        height: 130px;
    }

    .main-container__quarter--1 {
        top: 129px;
        left: 303px;
    }

    .main-container__quarter--2 {
        top: 190px;
        left: 434px;
    }

    .main-container__quarter--3 {
        top: 332px;
        left: 506px;
    }

    .main-container__quarter--4 {
        top: 459px;
        left: 436px;
    }

    .main-container__quarter--5 {
        top: 541px;
        left: 305px;
    }

    .main-container__quarter--6 {
        top: 460px;
        left: 161px;
    }
    .main-container__popup--success:after {
        transform: translate(-50%,-50%);
        cursor:pointer;
    }
    .main-container__popup__content img.main-container__logo {
        display:none;
    }
    .main-container__popup__content {
        display:none;
    }
}

.main-container__wheel-wrapper {
    width: 550px;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 400px;
    position: relative;
    top: 46px;
}

.main-container__wheel-wrapper::after {
    background-size: 388px;
}

.main-container__wheel-wrapper:before {
    width: 540px;
    height: 490px;
    background-size: 495px;
    background-position: center;
    top: 48%;
}

.main-container__wheel {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 350px;
}

.main-container__wheel-button {
    width: 90px;
    height: 90px;
}

.main-container__wheel-button:after {
    font-size: 24px;
}

.main-container__quarter--1 {
    top: 70px;
    left: 241px;
    font-size: 11px;
    line-height: 22px;
}

.main-container__quarter--1 strong {
    font-size: 14px;
}

.main-container__quarter--2 {
    top: 101px;
    left: 323px;
    line-height: 22px;
    font-size: 14px;
}

.main-container__quarter--2 span {
    font-size: 11px;
}

.main-container__quarter--3 {
    font-size: 11px;
    line-height: 22px;
    width: 95px;
    top: 204px;
    left: 366px;
}

.main-container__quarter--3 strong {
    font-size: 14px;
}

.main-container__quarter--4 {
    top: 285px;
    left: 325px;
    line-height: 22px;
    font-size: 14px;
}

.main-container__quarter--4 span {
    font-size: 11px;
}

.main-container__quarter--5 {
    top: 338px;
    left: 230px;
    width: 95px;
    font-size: 11px;
    line-height: 22px;
}

.main-container__quarter--5 strong {
    font-size: 14px;
}

.main-container__quarter--6 {
    top: 287px;
    left: 138px;
    line-height: 22px;
    font-size: 14px;
}

.main-container__quarter--6 span {
    font-size: 11px;
}

@media (min-width: 1600px) {
    .main-container__logo {
        width: 300px;
        height: 70px;
    }
    .main-container__logo_cevir {
        width: 600px;
        height: 120px;
    }

    .main-container__content {
        top: 120px;
        max-width: 1400px;
        height: 670px;
    }

    .main-container__wheel-wrapper {
        width: 600px;
        height: 500px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 490px;
        position: relative;
        top: 74px;
    }

    .main-container__wheel-wrapper::after {
        background-size: 490px;
    }

    .main-container__wheel-wrapper:before {
        width: 600px;
        height: 583px;
        background-size: 594px;
        background-position: center;
        top: 48%;
    }

    .main-container__wheel {
        background-repeat: no-repeat;
        background-position: center;
        background-size: 420px;
    }

    .main-container__wheel-button {
        width: 100px;
        height: 100px;
    }

    .main-container__quarter--1 {
        top: 86px;
        left: 266px;
    }

    .main-container__quarter--2 {
        left: 358px;
        top: 118px;
    }

    .main-container__quarter--3 {
        top: 230px;
        left: 401px;
    }

    .main-container__quarter--4 {
        top: 318px;
        left: 361px;
    }

    .main-container__quarter--5 {
        top: 376px;
        left: 256px;
    }

    .main-container__quarter--6 {
        top: 322px;
        left: 155px;
    }
    .main-container__wheel-lights span:nth-child(1) {
        transform: translate(-50%, -50%) rotate(0deg) translate(230px);
    }
    .main-container__wheel-lights span:nth-child(2) {
        transform: translate(-50%, -50%) rotate(30deg) translate(230px);
    }
    .main-container__wheel-lights span:nth-child(3) {
        transform: translate(-50%, -50%) rotate(60deg) translate(230px);
    }
    .main-container__wheel-lights span:nth-child(4) {
        transform: translate(-50%, -50%) rotate(90deg) translate(230px);
    }
    .main-container__wheel-lights span:nth-child(5) {
        transform: translate(-50%, -50%) rotate(120deg) translate(230px);
    }
    .main-container__wheel-lights span:nth-child(6) {
        transform: translate(-50%, -50%) rotate(150deg) translate(230px);
    }
    .main-container__wheel-lights span:nth-child(7) {
        transform: translate(-50%, -50%) rotate(180deg) translate(230px);
    }
    .main-container__wheel-lights span:nth-child(8) {
        transform: translate(-50%, -50%) rotate(210deg) translate(230px);
    }
    .main-container__wheel-lights span:nth-child(9) {
        transform: translate(-50%, -50%) rotate(240deg) translate(230px);
    }
    .main-container__wheel-lights span:nth-child(10) {
        /*transform: translate(-50%, -50%) rotate(270deg) translate(230px);*/
    }
    .main-container__wheel-lights span:nth-child(11) {
        transform: translate(-50%, -50%) rotate(300deg) translate(230px);
    }
    .main-container__wheel-lights span:nth-child(12) {
        transform: translate(-50%, -50%) rotate(330deg) translate(230px);
    }

}

@media (min-width: 1920px) {
    .main-container {
        overflow: hidden;
    }

    .main-container__bonus {
        width: 639px;
        height: 247px;
        left: -2px;
        top: -36px;
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

    .main-container__content {
        max-width: 1300px;
        top: 50px;
        height: 1300px;
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

    .main-container__wheel-wrapper {
        width: 790px;
        height: 790px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 780px;
        position: relative;
        top: -130px;
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }
    .main-container__wheel-wrapper::after {
        background-size: 746px;
    }


    .main-container__wheel-wrapper:before {
        width: 790px;
        height: 800px;
        background-size: 923px;
        background-position: center;
        top: 48%;
    }

    .main-container__wheel {
        background-repeat: no-repeat;
        background-position: center;
        background-size: 670px;
    }

    .main-container__wheel-button {
        width: 129px;
        height: 129px;
    }

    .main-container__wheel-button:after {
        font-size: 30px;
    }

    .main-container__quarter--1,.main-container__quarter--3,.main-container__quarter--5 {
        font-size: 14px;
    }

    .main-container__quarter--1 strong,.main-container__quarter--3 strong,.main-container__quarter--5 strong,.main-container__quarter--2,.main-container__quarter--4,.main-container__quarter--6,.main-container__quarter--8 {
        font-size: 18px;
    }

    .main-container__quarter--2 span,.main-container__quarter--4 span,.main-container__quarter--6 span,.main-container__quarter--8 span {
        font-size: 14px;
    }

    .main-container__quarter--1 {
        top: 121px;
        left: 350px;
    }

    .main-container__quarter--2 {
        left: 510px;
        top: 193px;
    }

    .main-container__quarter--3 {
        top: 363px;
        left: 588px;
    }

    .main-container__quarter--4 {
        top: 530px;
        left: 507px;
    }

    .main-container__quarter--5 {
        top: 626px;
        left: 335px;
    }

    .main-container__quarter--6 {
        top: 532px;
        left: 156px;
    }
    .main-container__wheel-lights span:nth-child(1) {
        transform: translate(-50%, -50%) rotate(0deg) translate(355px);
    }
    .main-container__wheel-lights span:nth-child(2) {
        transform: translate(-50%, -50%) rotate(30deg) translate(355px);
    }
    .main-container__wheel-lights span:nth-child(3) {
        transform: translate(-50%, -50%) rotate(60deg) translate(355px);
    }
    .main-container__wheel-lights span:nth-child(4) {
        transform: translate(-50%, -50%) rotate(90deg) translate(355px);
    }
    .main-container__wheel-lights span:nth-child(5) {
        transform: translate(-50%, -50%) rotate(120deg) translate(355px);
    }
    .main-container__wheel-lights span:nth-child(6) {
        transform: translate(-50%, -50%) rotate(150deg) translate(355px);
    }
    .main-container__wheel-lights span:nth-child(7) {
        transform: translate(-50%, -50%) rotate(180deg) translate(355px);
    }
    .main-container__wheel-lights span:nth-child(8) {
        transform: translate(-50%, -50%) rotate(210deg) translate(355px);
    }
    .main-container__wheel-lights span:nth-child(9) {
        transform: translate(-50%, -50%) rotate(240deg) translate(355px);
    }
    .main-container__wheel-lights span:nth-child(10) {
        /*transform: translate(-50%, -50%) rotate(270deg) translate(355px);*/
    }
    .main-container__wheel-lights span:nth-child(11) {
        transform: translate(-50%, -50%) rotate(300deg) translate(355px);
    }
    .main-container__wheel-lights span:nth-child(12) {
        transform: translate(-50%, -50%) rotate(330deg) translate(355px);
    }
   
}


@media (min-width: 2560px) {
    .main-container__bonus {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .main-container__content {
        top: 225px;
        height: 1000px;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    .main-container__wheel-wrapper {
        top: 15px;
    }
}
/* Media query per landscape 940x360 */
@media (min-width: 660px) and (max-width: 940px) and (orientation: landscape) {
    
    
    .main-container__popup__content {
        display:block;
    }
    /* Contenitore principale */
    .main-container {
        background-size: cover;
        background-position: center;
        overflow-y: auto; /* Permetti scrolling se necessario */
    }
    .main-container__popup__content {
        margin-top:0px;
    }

    /* Logo */
    .main-container__logo {
        width: 140px; /* Riduci il logo per landscape */
        height: 40px;
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .main-container__logo_cevir {
        width: 220px; /* Riduci il logo cevir */
        height: auto;
    }

    /* Bonus */
    .main-container__bonus {
        width: 180px; /* Riduci il bonus */
        height: 70px;
        top: -5px;
    }

    /* Contenitore della ruota */
    .main-container__content {
        height: 300px; /* Riduci l'altezza per adattarsi alla viewport */
        top: 0; /* Centra meglio verticalmente */
        align-items: flex-start; /* Allinea in alto per landscape */
        padding-top: 100px;
    }

    /* Ruota */
    .main-container__wheel-wrapper {
        width: 240px; /* Riduci la ruota per la viewport */
        height: 240px;
        background-size: 230px;
        top: 0; /* Rimuovi offset negativo */
    }

    .main-container__wheel-wrapper::after {
        background-size: 230px;
    }

    .main-container__wheel-wrapper:before {
        width: 260px;
        height: 300px;
        background-size: 280px;
        top: 50%; /* Centra verticalmente */
        left: 50%;
    }

    /* Luci */
    .main-container__wheel-lights span {
        width: 10px; /* Luci più piccole */
        height: 10px;
        box-shadow: 0 0 8px 4px rgba(255, 255, 255, 0.5);
    }
    .main-container__wheel-lights span:nth-child(1) { transform: translate(-50%, -50%) rotate(0deg) translate(109px); }
    .main-container__wheel-lights span:nth-child(2) { transform: translate(-50%, -50%) rotate(30deg) translate(109px); }
    .main-container__wheel-lights span:nth-child(3) { transform: translate(-50%, -50%) rotate(60deg) translate(109px); }
    .main-container__wheel-lights span:nth-child(4) { transform: translate(-50%, -50%) rotate(90deg) translate(109px); }
    .main-container__wheel-lights span:nth-child(5) { transform: translate(-50%, -50%) rotate(120deg) translate(109px); }
    .main-container__wheel-lights span:nth-child(6) { transform: translate(-50%, -50%) rotate(150deg) translate(109px); }
    .main-container__wheel-lights span:nth-child(7) { transform: translate(-50%, -50%) rotate(180deg) translate(109px); }
    .main-container__wheel-lights span:nth-child(8) { transform: translate(-50%, -50%) rotate(210deg) translate(109px); }
    .main-container__wheel-lights span:nth-child(9) { transform: translate(-50%, -50%) rotate(240deg) translate(109px); }
    /*.main-container__wheel-lights span:nth-child(10) { transform: translate(-50%, -50%) rotate(270deg) translate(115px); }*/
    .main-container__wheel-lights span:nth-child(11) { transform: translate(-50%, -50%) rotate(300deg) translate(109px); }
    .main-container__wheel-lights span:nth-child(12) { transform: translate(-50%, -50%) rotate(330deg) translate(109px); }

    /* Ruota interna */
    .main-container__wheel {
        background-size: 200px;
    }

    /* Pulsante della ruota */
    .main-container__wheel-button {
        width: 50px;
        height: 50px;
    }

    /* Quartieri della ruota */
    .main-container__quarter {
        font-size: 8px; /* Testo più piccolo */
    }
    .main-container__quarter--1 strong,
    .main-container__quarter--3 strong,
    .main-container__quarter--5 strong {
        font-size: 10px;
    }
    .main-container__quarter--2,
    .main-container__quarter--4,
    .main-container__quarter--6 {
        font-size: 10px;
    }
    .main-container__quarter--2 span,
    .main-container__quarter--4 span,
    .main-container__quarter--6 span {
        font-size: 8px;
        width: 40px;
    }
    .main-container__quarter--1 {
        top: 35px;
        left: 90px;
        width: 70px;
    }
    .main-container__quarter--2 {
        top: 55px;
        left: 140px;
    }
    .main-container__quarter--3 {
        top: 110px;
        left: 160px;
        width: 70px;
    }
    .main-container__quarter--4 {
        top: 140px;
        left: 140px;
    }
    .main-container__quarter--5 {
        top: 180px;
        left: 90px;
        width: 70px;
    }
    .main-container__quarter--6 {
        top: 140px;
        left: 45px;
        width: 70px;
    }

    /* Popup */
    .main-container__popup__content {
        min-height: 360px; /* Adatta alla viewport */
        padding: 10px;
    }
    .main-container__popup__success-box {
        padding: 15px;
    }
    .main-container__popup__success-box .main-container__logo {
        width: 120px; /* Logo più piccolo */
        margin-top: 10px;
    }
    .main-container__popup--shadow-text {
        font-size: 36px; /* Testo più piccolo */
        margin-top: 15px;
        width:100%;
        margin-bottom: 0px;
    }
    .main-container__popup--success h3 {
        font-size: 16px;
        max-width: 250px;
    }
    .main-container__popup--success p {
        font-size: 12px;
        margin-bottom: 15px;
        top:0;
    }
    .main-container__popup--success .button {
        padding: 10px 20px;
        font-size: 14px;
    }
 
   .main-container__popup--success:after {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: cover;
        background-image: url(images/mobile/betoffice/MobPopupBG.webp);
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        z-index: -1;
        transform: none;
        cursor:pointer;
    }
     .main-container__elements {
        background-image: url(images/desktop/betoffice/Symbols.webp);
    }
    
}
.confetti-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 5; /* Above popup background, below content */
    overflow: hidden;
}

.confetti {
    position: absolute;
    width: var(--width, 12px);
    height: var(--height, 6px);
    background: #fff;
    opacity: 1;
    transform-origin: center;
    will-change: transform, opacity; /* Optimize performance */
}

/* Color variations */
.confetti:nth-child(6n) { background: #ff0000; }
.confetti:nth-child(6n + 1) { background: #00ff00; }
.confetti:nth-child(6n + 2) { background: #0000ff; }
.confetti:nth-child(6n + 3) { background: #ffff00; }
.confetti:nth-child(6n + 4) { background: #ff00ff; }
.confetti:nth-child(6n + 5) { background: #00ffff; }

/* Responsive adjustments */
@media (max-width: 768px) {
    .confetti {
        width: var(--width, 10px);
        height: var(--height, 5px);
    }
}

@media (min-width: 744px) {
    .confetti-container {
        width: 800px;
        left: 50%;
        transform: translateX(-50%);
    }
}