

        body {
            font-family: "Roboto Condensed", sans-serif;
            background: #000D2B;
            color: #fff;
        }

       .banner img {
            max-width: 100%;
            height: auto;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

        .main-container {
            width: 100%;
            max-width: 71vw;
            margin: 0 auto;
        }

        .header {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 15px;
            background: #060336;
            box-shadow: 0 5px 10px rgba(0,0,0,0.1);
        }


        .banner {
            width: 100%;
        }

        .banner-mobile {
            display: none !important;
        }

        .info-text {
            background: #005;
            padding: 10px;
            text-align: center;
        }

        .info-text p {
            font-size: 14px;
            margin: 0 auto;
            color: #BFC5D7;
        }

        /* MAIN */
        .container {
            width: 100%;
            margin: 0 auto;
            text-align: center;
            background-image: url(https://www.favbet.ro/minio/new-website/background-steps.png);
            background-size: cover;
        }

        .container-steps {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
            margin-bottom: 2rem;
            margin-top: 2rem;
        }

        .container-frame {
            width: 220px;
            height: 220px;
            background-image: url(https://www.favbet.ro/minio/new-website/frame.png);
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
        }

        .step {
            width: 100%;
            height: 100%;
            background-image: url(https://www.favbet.ro/minio/new-website/frame.png);
            background-size: cover;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .first-step, .second-step, .third-step {

            display: flex;
            flex-direction: column;  
            justify-content: center;  
            align-items: center;      
            width: 100%;
            height: 100%;
            text-align: center;

        }

        .step h2 {
            font-size: 18px;
            margin-top: 10px;
        }

        .content h3 {
            font-size: 48px;
            margin: 20px 0;
        }

        .content p {
            max-width: 800px;
            margin: 10px auto;
            font-size: 16px;
            line-height: 1.5;
        }

        .content span {
            color: #FF267E;
            font-size: 22px;
            display: block;
            margin-top: 10px;
        }

        .play-btn {
            max-width: 300px;
            display: block;
            margin-left: auto;
            margin-right: auto;
            padding-bottom: 2rem;
        }

        .play-btn a {
            display: block;
            padding: 20px;
            background: #05C489;
            color: #003;
            font-weight: bold;
            text-decoration: none;
            border-radius: 5px;
        }

        .footer {
            background: #060336;
            padding: 20px 10px;
            text-align: center;
        }

        .licence-section {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
            margin-bottom: 10px;
        }

        .footer p {
            max-width: 1000px;
            margin: 5px auto;
            font-size: 12px;
            color: #2C3969;
        }

        .arrow {
            display: none;
        }

       @media (max-width: 756px) {

        .main-container {
            max-width: 100%;
        }

        .header img {
            width: 100%;
        }

        .banner-desk {
            display: none !important;
        }

        .banner-mobile {
            display: block !important;
        }

        .info-text p {
            font-size: 10px;
            color: #BFC5D7;
            font-size: 2.5vw;
        }

        .container-steps {
            display: flex;
            flex-wrap: nowrap;     
            gap: 3vw;
            overflow-x: auto;
            scroll-behavior: smooth;
            scroll-snap-type: x mandatory;
            align-items: stretch;
            margin-left: 8%;
            justify-content: flex-start;

        }

        .container-steps::-webkit-scrollbar {
            display: none;
        }

        .container-frame {
            min-width: 40%;
            flex-shrink: 0;
            scroll-snap-align: start;
            flex: 0 0 40%; 
        }

        .content h3 {
            font-size: 10vw;
            margin: -2rem 0;
            margin-bottom: 0;
        }

        .step h2 {
            font-size: 14px;
        }

        .content span {
            margin: 0;
            font-size: 5vw;
        }

        .content p {
            font-size: 12px;
            line-height: 12px;
            margin: 0;
        }

        .play-btn {
            padding-top: 2rem;
            padding-bottom: 2rem;
            max-width: 225px;
            font-size: 20px;
            border-radius: 2px;
        }

        .container {
            background-image: none;
            margin-top: -2rem;

        }

        .licence-section h3 {
            font-size: 10px;
            width: 72%;
        }

        .footer {
            padding: 0;
        }

        .footer p {
            font-size: 10px;
        }

        .arrow {
            position: absolute;
            top: 50%; 
            transform: translateY(-50%);
            background: transparent;
            border: none;
            cursor: pointer;
            z-index: 10;
            padding: 0;
        }

        .arrow img {
            width: 20px;
            height: auto;
        }

        .left {
            left: 5px;
        }

        .right {
            right: 5px;
        }

        .arrow {
            display: block !important;
        }

         .container-frame {
            background-image: url(https://www.favbet.ro/minio/new-website/frame-mobile.png); 
        }

        .first-step h2, .second-step h2, .third-step h2 {
            font-size: 17px;
        }

        .first-step img, .second-step img, .third-step img {
            width: 9vw;
        }
    }

       
