﻿
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.ubuntu-light {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.ubuntu-regular {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.ubuntu-medium {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.ubuntu-bold {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.ubuntu-light-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.ubuntu-regular-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.ubuntu-medium-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.ubuntu-bold-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: italic;
}

body {
    /*background-color: #160840;*/
}

.content-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.bottom-background {
    position: absolute;
    top: 0;
    z-index: 1;
    width: auto;
    height: 100%;
}

.top-background {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    object-fit: contain;
    z-index: 3;
}

.middle-layer-left,
.middle-layer-right {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    object-fit: none;
    z-index: 2;
}

.middle-layer-left {
    left: 0;
    transform: rotate(-25deg);
    mix-blend-mode: plus-lighter;
}

.middle-layer-right {
    right: 0;
    transform: rotate(25deg);
    mix-blend-mode: plus-lighter;
}

nav {
    height: 74px;
    margin: 0;
    top: 0;
    overflow: hidden;
    position: relative;
    z-index: 99;
    background-color: #160840;
}

    nav ul {
        margin: 0;
        padding: 0;
    }

        nav ul li {
            display: inline-block;
            list-style-type: none;
            vertical-align: middle;
        }

.left-nav {
    margin-left: 0px;
    margin-right: auto;
    width: 40%;
    text-align: left;
}

.center-nav {
    margin-left: auto;
    margin-right: auto;
    width: 20%;
    text-align: center;
}

.right-nav {
    margin-left: auto;
    margin-right: 0px;
    width: 40%;
    text-align: right;
}

.main-navigation {
    display: flex;
    place-content: center;
    place-items: center;
    vertical-align: middle;
}

.menu-button {
    padding: 13px 14px;
    width: 50px;
    height: 50px;
    color: rgb(255, 255, 255);
    background-color: rgb(131, 66, 237);
    box-shadow: 0 .2em 0 rgb(82, 27, 171);
    font-size: 20px;
    border-radius: 14px;
    border: 0px;
    display: flex;
    place-content: center;
    color: rgb(255, 255, 255);
}

.register-button {
    font-family: "Ubuntu";
    padding: 13px 14px;
    width: 160px;
    height: 50px;
    color: rgb(255, 255, 255);
    background-color: rgb(100, 193, 255);
    box-shadow: 0 .2em 0 rgb(34, 80, 199);
    font-size: 20px;
    border-radius: 14px;
    border: 0px;
    font-weight: 700;
    transition: box-shadow .2s linear, transform .2s linear;
    display: flex;
    place-content: center;
    place-items: center;
}

.login-button {
    font-family: "Ubuntu";
    transition: box-shadow .2s linear, transform .2s linear;
    padding: 13px 14px;
    width: 160px;
    height: 50px;
    color: rgb(255, 255, 255);
    background-color: rgb(131, 66, 237);
    box-shadow: 0 .2em 0 rgb(82, 27, 171);
    font-size: 20px;
    border-radius: 14px;
    border: 0px;
    font-weight: 700;
    display: flex;
    place-content: center;
    place-items: center;
}

.search-button {
    font-family: "Ubuntu";
    font-size: 16px;
    font-weight: 600;
    background: rgba(131, 66, 237, .2);
    border: 1px solid rgba(131, 66, 237, .8);
    border-radius: 14px;
    padding: 10px 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 58px;
    color: rgb(179, 172, 210);
    display: flex;
    place-content: center;
    place-items: center;
}

.menu-button:hover,
.login-button:hover {
    border-color: #cfe2ff;
    box-shadow: inset 0 0 1em rgb(255, 255, 255), 0 .2em 0 rgb(82, 27, 171);
    transition-delay: 0s;
}

.register-button:hover {
    border-color: #cfe2ff;
    box-shadow: inset 0 0 1em rgb(255, 255, 255), 0 .2em 0 rgb(34, 80, 199);
    transition-delay: 0s;
}

.menu-link {
    text-decoration: none;
    padding: 20px 0;
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    font-family: "Ubuntu";
    transition: .5s color;
}

    .menu-link:hover {
        transition-delay: 0s;
        color: rgb(255, 216, 107);
    }

.button-icon {
    height: 24px;
    width: 24px;
    place-content: center;
}

.embla {
    overflow: hidden;
}

.embla__container {
    display: flex;
}

.embla__slide {
    flex: 0 0 20%;
    min-width: 0;
}

.spin-button-container {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    cursor: pointer;
    /*transition: transform 0.2s;*/
}

.bttGetPrize:active {
    animation: pulse 0.5s ease-out;
}

.spin-button {
    width: 170px;
    height: 170px;
}

.canvas-container {
    display: flex;
    place-self: center;
    position: absolute;
    width: 700px;
    height: 700px;
}

.top-content {
    position: relative;
    width: 100%;
    z-index: 4;
    max-height: 100vh;
    height: 100vh;
    align-content: center;
    text-align: center;
    top: 20px;
}

.btt-sorte {
    position: relative;
    z-index: 2;
    /* top: 20px; */
}

#lblspinbutton {
    position: relative;
    z-index: 3;
    top: -80px;
    font-weight: 800;
    font-size: 28px;
    text-align: center;
    font-family: 'ubuntu';
    color: #6a3f00;
}

.lblspinbuttonextendido {
    width: min-intrinsic;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    display: table-caption;
    display: -ms-grid;
    -ms-grid-columns: min-content;
    /*text-align: left !important;*/
    line-height: 26px;
    left: 46px;
    top: -90px !important;
}

@keyframes light {
    0% {
        opacity: 0.5
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0.5
    }
}


@keyframes grow {
    0% {
        height: 190px
    }

    to {
        height: 200px
    }
}

@media screen and (max-width: 1919px) {
    @keyframes grow {
        0% {
            height: 155px
        }

        to {
            height: 193px
        }
    }
}

@media screen and (max-width: 1279px) {
    @keyframes grow {
        0% {
            height: 190px
        }

        to {
            height: 250px
        }
    }
}

@media screen and (max-width: 767px) {
    @keyframes grow {
        0% {
            width: 90px
        }

        to {
            width: 112px
        }
    }
}

.prize-body {
    box-shadow: 0 0 50px 15px #a94be5;
    background: url(/img/bg-prizes.webp);
    background-color: #010E3B;
    font-weight: 800;
    font-size: 18px;
    max-width: 350px;
    width: 350px;
    color: #FFF;
    text-align: center;
    font-family: 'ubuntu';
    border: 2px solid #C7C6D5;
    /* outline: 10px solid #401971; */
    border-radius: 15px;
    /* background: url(img/casino-sky-desktop@2x.jpg); */
    background-position: bottom;
}

.prize-icon {
    width: 70px;
    height: 70px;
}

.prize-container {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    place-content: center;
}

.spin-title {
    background-color: blueviolet;
    width: 50%;
    border: 2px solid #FFF;
    border-radius: 15px;
    place-self: center;
    margin-top: -40px;
    z-index: 20;
}

.spin-button-container:before {
    content: "";
    width: 170px;
    height: 170px;
    background: #a94be5;
    opacity: .2;
    filter: blur(12px);
    border-radius: 50%;
    z-index: 0;
    position: absolute;
    animation: light 1.4s infinite;
}

.prize-enclosure {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media screen and (min-width:820px) and (max-width:1419px) {
    /*.canvas-container {
        display: flex;
        place-self: start;
        position: relative;
        width: 700px;
        height: 700px;*/
    /*top: 30px;*/
    /*}*/
}

@media screen and (min-width:0px) and (max-width: 819px) {
    .prize-container {
        width: 100%;
        bottom: 50px;
        place-items: center;
        position: absolute;
        height: auto;
        z-index: 10;
        display: flex;
        flex-direction: column;
        place-content: center;
        top: auto;
    }

    .canvas-container {
        display: flex;
        place-self: center;
        position: relative;
        width: 350px;
        height: 350px;
        /*align-items: center;*/
        margin: 0 auto;
    }

    .spin-button {
        width: 140px;
        height: 140px;
    }

    .spin-button-container:before {
        content: "";
        width: 140px;
        height: 140px;
        background: #a94be5;
        opacity: .2;
        filter: blur(12px);
        border-radius: 50%;
        z-index: 0;
        position: absolute;
        animation: light 1.4s infinite;
    }

    .prize-enclosure {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .spin-title {
        background-color: blueviolet;
        border: 2px solid #FFF;
        border-radius: 15px;
        place-self: center;
        margin-top: -30px;
        white-space: nowrap;
        padding-right: 1rem;
        padding-left: 1rem;
        width: auto;
    }

    .prize-body {
        padding: 1rem !important;
        margin: 0.5rem !important;
        box-shadow: 0 0 50px 15px #a94be5;
        background: url(/img/bg-prizes.webp);
        background-color: #010E3B;
        font-weight: 800;
        font-size: 18px;
        max-width: 350px;
        width: 350px;
        color: #FFF;
        text-align: center;
        font-family: 'ubuntu';
        border: 2px solid #C7C6D5;
        border-radius: 15px;
        background-position: bottom;
    }

    .button-container {
        padding: 1rem !important;
        margin: 1rem !important;
        box-shadow: 0 0 50px 15px #a94be5;
        background: url(/img/bg-prizes.webp);
        background-color: #010E3B;
        font-weight: 800;
        font-size: 18px;
        max-width: 350px;
        width: 350px;
        color: #FFF;
        text-align: center;
        font-family: 'ubuntu';
        border: 2px solid #C7C6D5;
        border-radius: 15px;
        background-position: bottom;
    }

    #bttGetPrize {
        font-weight: 800;
        font-size: 32px;
        color: #eec85d;
        text-align: center;
        font-family: 'ubuntu';
        border: 0;
        background-color: transparent;
        text-decoration: solid;
    }

    .button-container:before {
        content: "";
        width: 400px;
        height: 100px;
        background: #eec85d;
        opacity: .2;
        filter: blur(12px);
        border-radius: 10%;
        position: absolute;
        animation: light 1.4s infinite;
        left: 10px;
        top: 11px;
        z-index: -1;
    }
}
