@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

@font-face {
    font-family: 'Unibet Pro 2020';
    src: url('../webfont/Unibet_Pro_2020.eot');
    src: url('../webfont/Unibet_Pro_2020.eot?#iefix') format('embedded-opentype'),
        url('../webfont/Unibet_Pro_2020.woff2') format('woff2'),
        url('../webfont/Unibet_Pro_2020.woff') format('woff'),
        url('../webfont/Unibet_Pro_2020.ttf') format('truetype'),
        url('../webfont/Unibet_Pro_2020.svg#Unibet_Pro_2020') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


* {
    box-sizing: border-box;
}
body {
    margin: 0;
    font-family: "Inter", sans-serif;
}
.navbar {
    background-color: #050505;
}

.navbar-wrapper {
    position: absolute;
    top: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 20;
    background-color: transparent;
}

.navbarTraitors {
    background-color: rgba(0, 83, 29, .50);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 0 auto;
    padding: 0 80px;
    margin-top: -7px;
}

.navbarTraitors ul {
    grid-gap: 20px;
}

.nav-item .nav-link {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #fff;
}
.nav-item .nav-link.active {
    color: #FFF073;
    text-decoration: underline;
}

.nav-item .nav-link:hover {
    color: #FFF073;
}

.hero-section {
    position: relative;
}
.imgs-hero {
    position: relative;
    text-shadow: 0px 0px 6px black;
}
.hero-bg {
    background-image: url(../img/bg-image-unibet.png);
    background-size: cover;
    background-position: center center;
    min-height: 60vh;
    padding-top: 10vh;
    text-align: center;
}
.hero-bg h1 {
    font-family: "Unibet Pro 2020", sans-serif;
    font-size: 80px;
    text-align: center;
    line-height: 1;
    color: #3EAB37;
}
.panzoom-parent {
    position: relative;
    box-shadow: inset 0 0 5px rgb(223 212 212 / 50%);
    margin: 0;
    border-right: 20px solid #00531D;
    border-left: 20px solid #00531D;
    border-bottom: 20px solid #00531D;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 0;
}
.game-wrapper {
    max-height: 70vh;
    overflow: hidden;
}
.game-hud {
    color: #fff;
    font-size: 26px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    background: #00531D;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.clicks-container,
.score-container,
.time-container {
    background-color: #147B45;
    border: 1px solid rgba(96, 149, 92, .5);
    border-radius: 10px;
    padding: 10px;
}

.game-details-section h2, h2 {
    font-family: 'Inter', sans-serif;
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 40px 0 20px;
}

.game-details-section h2 strong {
    color: #3EAB37;
}

.steps-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    margin: 0 auto;
    grid-gap: 30px;
}

.steps-to-follow {
    padding-top: 30px;
}

.steps {
    background-color: #131313;
    background-image: url(../img/bg-bubbles.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border: 2px solid #3EAB37;
    border-radius: 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    flex: 1;
}

.steps h4 {
    font-size: 120px;
    font-family: "Unibet Pro 2020", sans-serif;
    font-weight: bold;
    text-align: center;
    color: #3EAB37;
    margin-bottom: 0;
}

.steps p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}

.participa-acum {
    position: relative;
    margin: 0 auto;
    display: block;
    padding-bottom: 40px;
}

.arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.arrow span {
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 5px solid #3EAB37;
    border-right: 5px solid #3EAB37;
    transform: rotate(45deg);
    margin: -10px;
    animation: scroll 2s infinite;
}
.arrow span:nth-child(2) {
    animation-delay: -.2s;
}

@keyframes scroll {
    0% {
        opacity: 1;
        transform: rotate(45deg) translate(-20px, -20px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

.sponsored-footer {
    position: relative;
    margin: 0 auto;
    padding: 40px 0;
    background-color: #131313;
}

.sponsored-footer .footer-logos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-gap: 40px;
}

footer .nav-link {
    color: #131313;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    font-size: 16px!important;
}

footer .nav-link:hover,
footer .nav-link:focus,
footer .nav-link:active {
    color: #3EAB37;
}

@media screen and (max-width: 992px) {
    .game-hud {
        font-size: 20px;
        padding: 10px 10px 5px 10px;
    }
}
@media screen and (max-width: 932px) {
    .hero-section {
        margin-bottom: -10px;
    }
    .navbar-wrapper {
        left: 0;
    }
    .navbarTraitors {
        padding: 0 20px;
    }
    .navbarTraitors ul {
        flex-direction: row;
    }

    .navbar-toggler {
        display: none;
    }

    .hero-bg {
        height: 100vh;
    }
}
@media screen and (max-width: 800px) {
    .hero-bg h1 {
        font-size: 50px;
    }

    .game-details-section h2 {
        padding-top: 0;
        font-size: 30px;
    }

    .navbarTraitors {
        padding: 0;
    }

    .navbarTraitors ul {
        margin: 0 10px;
    }

    .nav-item .nav-link {
        font-size: 20px;
    }

    .steps {
        padding: 5px;
    }
}

@media screen and (max-width: 480px) {
    .game-hud {
        font-size: 16px;
        padding: 10px 10px 5px 10px;
    }
}
.panzoom {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.panzoom img {
    display: block;
    object-fit: cover;
    height: 100%;
    max-width: 100%;
    min-height: 100%;
    margin: auto;
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.sprite-image {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: optimizeSpeed;
    /* transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); */
    -webkit-transition: 400ms ease 100ms;
    -moz-transition: 400ms ease 100ms;
    transition: 400ms ease 100ms;
}
/* .sprite-image:hover {
    cursor: pointer;
    transform: scale(1.1);
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
} */
.sprite-image:hover {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: optimizeSpeed;
    -webkit-transition: 400ms ease 100ms;
    -moz-transition: 400ms ease 100ms;
    transition: 400ms ease 100ms;
    cursor: pointer;
    transform: scale(1.1);
    -webkit-filter: drop-shadow(5px 0 0 #fe8f00) drop-shadow(0 5px 0 #fe8f00)
        drop-shadow(-5px 0 0 #fe8f00) drop-shadow(0 -5px 0 #fe8f00);
    filter: drop-shadow(5px 0 0 #fe8f00) drop-shadow(0 5px 0 #fe8f00)
        drop-shadow(-5px 0 0 #fe8f00) drop-shadow(0 -5px 0 #fe8f00);
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.clicked-image {
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    filter: grayscale(100%);
}
@keyframes shake {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    10% {
        transform: translate(-10px, 0) rotate(-5deg);
    }
    20% {
        transform: translate(10px, 0) rotate(5deg);
    }
    30% {
        transform: translate(-10px, 0) rotate(-5deg);
    }
    40% {
        transform: translate(10px, 0) rotate(5deg);
    }
    50% {
        transform: translate(-10px, 0) rotate(-5deg);
    }
    60% {
        transform: translate(10px, 0) rotate(5deg);
    }
    70% {
        transform: translate(-10px, 0) rotate(-5deg);
    }
    80% {
        transform: translate(10px, 0) rotate(5deg);
    }
    90% {
        transform: translate(-10px, 0) rotate(-5deg);
    }
    100% {
        transform: translate(0, 0) rotate(0);
    }
}
.shake {
    animation: shake 0.5s;
}
.buttons {
    margin-bottom: 20px;
}
.buttons > * {
    margin-bottom: 10px;
}
.buttons button {
    font: 700 18px Lucida Console, Monaco, monospace;
    text-indent: 1px;
    line-height: 1;
    font-size: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 20px 20px;
    max-height: 30px;
    max-width: 30px;
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff;
    color: #404040!important;
    border: none;
    transition: background-color .2s ease-in-out;
    z-index: 10;
    backface-visibility: hidden;
}
.buttons button:hover {
    background-color: #ddd !important;
}
.buttons button:active {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.9);
}
.gameBtn {
    padding: 10px 60px;
    min-width: 320px;
    font-size: 22px;
    border: 2px solid rgba(96, 149, 92, .5);
    border-radius: 10px;
    color: white;
    background: #147B45;
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.gameBtn:hover {
    /* padding: 25px 65px; */
    transform: scale(1.1);
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (max-width: 992px) {
    .gameBtn {
        padding: 15px 40px;
        min-width: 220px;
        font-size: 20px;
    }
}
#resetButton {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjMuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMDAgMzAwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDAgMzAwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6IzQxNDE0MTtzdHJva2Utd2lkdGg6MzA7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQo8L3N0eWxlPgo8cG9seWxpbmUgY2xhc3M9InN0MCIgcG9pbnRzPSIxNTAuNDIsMjUyLjIzIDQ3LjY0LDI1Mi4yMyA0Ny42NCwxNDkuNDUgIi8+Cjxwb2x5bGluZSBjbGFzcz0ic3QwIiBwb2ludHM9IjE0OS4zNSw0Ny43NCAyNTIuMTMsNDcuNzQgMjUyLjEzLDE1MC41MSAiLz4KPGxpbmUgY2xhc3M9InN0MCIgeDE9IjI1Mi4xMyIgeTE9IjQ3Ljc0IiB4Mj0iNDcuNjQiIHkyPSIyNTIuMjMiLz4KPC9zdmc+Cg==");
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center center;
    background-color: #f2f2f2;
}
#retryButton {
    margin-bottom: 20px;
}
label {
    font-weight: 600;
    display: inline-block;
}
.game-overlay {
    width: 100%;
    height: 100%;
    background-color: #000000d9;
    z-index: 99;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.game-over-container {
    display: none;
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.game-form-container {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    background: #222;
    background-image: url(../img/bg-bubbles-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    color: #fff;
    z-index: 13;
    overflow-y: scroll;
}
.game-form-container .form-check {
    padding-left: 0;
}
.form-check a strong {
    color: #3eab37;
}
.game-wrapper {
    position: relative;
    min-height: 100%;
    height: 100%;
}
.loading-container {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999999;
    display: none;
    background: #222;
}
#loading {
    width: 2rem;
    height: 2rem;
    border: 5px solid #f3f3f3;
    border-top: 6px solid #ff7b02;
    border-radius: 100%;
    margin: auto;
    display: flex;
    animation: spin 1s infinite linear;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.zoom-buttons {
    position: absolute;
    z-index: 9;
    padding: 10px;
    margin: 0;
}
.game-details-section {
    min-height: 80vh;
    background-color: #131313;
    color: #fff;
}
.game-section {
    background-color: #131313;
}
.contest-steps img {
    max-height: 100px;
}
.form-container {
    position: absolute;
    background: black;
    width: 100%;
    height: 100%;
    display: none;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: 12;
}
.sponsor-images {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 40px;
    grid-gap: 30px;
}

.hero-sponsor {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    grid-gap: 30px;
}

.survivor-logo {
    max-width: 200px;
    padding-top: 30px;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
}
.betano-logo {
    max-width: 200px;
    padding-top: 30px;
}
.licenta-betano {
    max-width: 200px;
    padding-top: 40px;
}
#gameMessage {
    display: none;
    color: #fff;
    margin-bottom: 50px;
    text-align: center;
}
.message-success {
	border: solid 5px;
	color: #fff;
	background: #008033;
	font-size: 17px;
}
.message-success h2 {
	font-size: 34px;
}
.message-fail {
	border: solid 5px;
	color: #fff;
	background: #bb1200;
	font-size: 17px;
}
.message-fail h2 {
	font-size: 34px;
	margin: 0;
}

.winners-1 {
    padding: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    font-weight: 600;
}

.winners {
    padding: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin: 10px 0;
    font-weight: 400;
    border: 2px solid #000;
    border-radius: 5px;
}

@media screen and (max-width: 992px) {
    .game-details-section {
        min-height: 60vh;
    }
}

.premii-section {
    margin: 0 auto;
    padding: 60px;
}

.premii-section .container {
    background-image: url(../img/bg-bubbles.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #131313;
    margin: 0 auto;
    border-radius: 10px;
}

.premii-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    margin: 0 auto;
    grid-gap: 20px;
}

.weekly-prizes {
    padding-top: 16px;
    padding-bottom: .8rem;
}

.weekly-prizes h3 {
    color: #fff;
    font-size: 50px;
    font-family: "Unibet Pro 2020", sans-serif;
}

.weekly-prizes .text-short {
    padding: 1rem;
}

.weekly-prizes .text-short span {
    font-weight: lighter;
    font-size: .9rem;
    color: #fff;
}

.img-prizes {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    grid-gap: 20px;
    border-radius: 10px;
    border: 1px solid #3EAB37;
    background-color: #131313;
}

.img-prizes .premiu {
    padding: 20px;
    margin: 0 auto;
}

.img-prizes img {
    width: 100%;
    max-width: 230px;
    padding: 10px 20px;
}

.img-prizes p {
    font-size: 18px;
    font-weight: bold;
    color: #3EAB37;
}

.img-prizes p strong {
    font-size: 22px;
    color: #fff;
}