@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://example.com/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
        url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
        url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

.material-symbols-rounded {
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 48
}

body {
    margin: 0;
    height: 100vh;
    font-family: 'Barlow', sans-serif;
}

.content {

    background: url("/assets/images/bg_landing.jpg");
    align-content: center;
    background-size: 100% 100%;
    background-position: center center;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.container {
    position: relative;
    border-radius: 100%;
}

.item {
    position: absolute;
    height: 3em;
    width: 250px;
    top: 0;
    left: 250px;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: right;
    padding-right: 50px;
    box-sizing: border-box;
    transform-origin: left center;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    font-weight: bold;
    color: white;
    padding-left: 80px;
    font-size: 1.1em;
    text-align: right;
}
.item.item-1 {
    /* transform: rotate(270deg); */
    margin-top: 0 !important;
    top: 80px;
    left: 95px;
    right: unset;
    width: 262px;
    text-align: center;
}
.item.item-2 {
    transform: rotate(315deg);
}

.item.item-3 {
    transform: rotate(-5deg);
}

.item.item-4 {
    transform: rotate(30deg);
}

.item.item-5 {
    transform: rotate(72deg);
}

.item.item-6 {
    transform: rotate(112deg);
}

.item.item-7 {
    transform: rotate(150deg);
}

.item.item-8 {
    transform: rotate(188deg);
}

.item.item-9 {
    transform: rotate(228deg);
}

.spin-block {
    height: 500px;
    width: 500px;
    background: url("/assets/images/spinner.png");
    background-size: cover;
    height: 500px;
    width: 500px;
    transition: 3s all cubic-bezier(0.05, 0.62, 0.47, 1);
    box-shadow: 0px 0px 80px 80px rgb(255 255 255 / 75%);
    border-radius: 100%;
}
.spin-block.no-animation{
    transition: 0s !important;
}

.spin-block.active{
    transform: rotate(1440deg);
}

.top-pointer {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 24px;
    top: 2px;
    z-index: 99;
}


.top-content{
    text-align: center;
}

img.hella-enter-to-win {
    height: 150px;
    display: block;
    margin:auto;
    position: relative;
    z-index: 2;
    margin-bottom:20px;
}
img.hella-spin-win {
    display: block;
    margin:auto;
    margin-bottom: 20px;
}

.voucher-code {
    border: 0 !important;
    width: 100%;
    height: 150px;
    padding: 12px;
    overflow: auto;
    box-sizing: border-box;
    font-size: 18px;
    resize: none;
}

.voucher-code-holder {
    width: 350px;
    display: flex;
    flex-direction: column;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 46%);
}

*:focus {
    outline: none;
}

.input-block {
    background: white;
    /* padding: 20px; */
}

.arrow-block {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fbcf00;
    cursor: pointer;
    align-content: center;
    padding: 8px;
}

h3.spin-win-title {
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: 1px;
}

.content-spin{
    display: none;
    background: url("/assets/images/bg_spin.jpg");
    align-content: center;
    background-size: 100% 100%;
    background-position: center center;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.content-spin.active{
    display: flex;
}

.spinner-container{
    position: relative;
}

.spinner-btn {
    background: white;
    padding: 15px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 10px;
    margin-top: 20px;
    z-index: 2;
    position: relative;
    /* margin: auto; */
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 75%);
    transition: 0.s opacity linear;
}
.spinner-btn.invisible{
    opacity: 0;
}

span.spinner-btn-text {
    font-size: 1.5em;
    font-weight: bold;
    margin-left: 20px;
    margin-right: 20px;
}



.content-reward {
    align-content: center;
    background-size: cover;
    background-position: center center;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 70%);
    z-index: 99;
    display: none;
    opacity: 0;
    transition: 0.3s all ease-in-out;
}
.content-reward.active{
    display: flex;
    opacity: 1;
}

.reward-container {
    text-align: center;
    color: white;
}

.reward-text {
    font-size: 1.5em;
    font-weight: bold;
}

.reward-content {

    font-size: 3em;
    font-weight: bold;
    margin: 10px 0 40px 0;
    max-width: 500px;
}

.reward-claim {
    width: 250px;
    margin: 20px auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    color: black;
}


.reward-stop {
    width: 250px;
    margin: 20px auto;
    background: red;
    color: white !important;
    padding: 20px;
    border-radius: 10px;
    color: black;
}

img.reward-img {
    position: absolute;
    top: 0;
    display: block;
    width: 500px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s all ease-in-out;
    transform-origin: bottom center;
    filter: drop-shadow(0px 0px 18px #fff);
    transform: scale(0);
    z-index: 999;
    max-height: 480px;
}
img.reward-img.show{
    transform: scale(1);
}


.container-reward {
    position: relative;
}

.chest-reward{
    position: relative;
}

.reward-gif.hidden{
    visibility: hidden;
}
.reward-gif-final{
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}
.reward-gif-final.show{
    visibility: visible;
}

.chest-reward.active .reward-gif{
    /* opacity:0.3; */
}

.header-block {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: auto;
    left: 0;
    right: 0;
    flex-wrap: wrap;
    transform-origin: top;
}

.block-menu {
    display: flex;
    align-items: center;
}

.menu-link {
    cursor: pointer;
    margin: 20px;
    letter-spacing: 2px;
}

/* custom scrollbar */
::-webkit-scrollbar {
    width: 20px;
  }
  
  ::-webkit-scrollbar-track {
    background-color: transparent;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
  }


.reward-title {
    font-size: 2em;
    font-weight: bold;
    color: white;
    text-align: center;
}

.testimony-block {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 570px;
    height: 90vh;
    overflow: auto;
    margin: auto;
    background: white;
    padding: 20px;
    z-index: 9999999;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 75%);
}
.sk-block{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 570px;
    height: 50vh;
    overflow: auto;
    margin: auto;
    background: white;
    padding: 20px;
    z-index: 9999999;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 75%);   
}

.sk-content{
    font-size: 18px;
}

.sk-content li{
    margin:16px 0;
}

.testimony-block.active,.sk-block.active{
    display: block;
}

.testimony-block iframe {
    margin: 20px 0;
    border-radius: 10px;
}

span.close {
    color: red;
    float: right;
    font-weight: bold;
    vertical-align: top;
    cursor:pointer;
}

.close span.material-symbols-rounded {
    vertical-align: inherit;
}

img.hella-top {
    margin-bottom: 10px;
}

.container-spin img.hella-top {
    width: 380px;
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
    z-index: 99;
    position: relative;
}

.container-spin {
    text-align: center;
}

.menu-link{

    display: flex;
    align-content: center;
    align-items: center;
    background: white;
    padding: 0 10px 0 20px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 20px;
}

.menu-link img{
    margin-bottom: 10px;
}

.menu-sk{

    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}

.middle-pointer {
    width: 70px;
    height: 150px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.middle-pointer img {
    width: 100%;
}


@media (max-width: 600px) {
    img.hella-top {
        width: 60vw;
    }
    
    img.hella-spin-win {
        width: 80vw;
    }
    
    img.hella-enter-to-win {
        height: auto;
        width: 40vw;
    }
    
    .block-menu {
        /* position: absolute; */
        /* bottom: 0; */
    }
    
    .content {
        padding-top: 60px;
    }
    
    .block-menu {
        margin-top: -40px;
        transform: scale(0.8);
    }
    h3.spin-win-title {
        font-size: 1.2em;
    }
    
    .voucher-code-holder {
        width: 300px;
    }

    .content-spin {
        padding-top: 0;
    }
    
    img.hella-top {
        width: 60vw !important;
    }
    .container-spin img.hella-top{
        margin-bottom: 20px !important;
    }
    
    .spin-block {
        width: 90vw;
        height: 90vw;
    }
    
    .item {
        width: 45vw;
        left: 45vw;
        padding-right: 10vw;
        font-size: 3.1vw;
    }
    
    .spinner-btn {
        width: 70vw;
        margin: 20px auto;
        font-size: 0.7em;
        padding: 5px 15px;
    }

    img.reward-img.show {
        max-width: 80vw;
        max-height: 80vw;
        width: auto;
    }
    
    img.reward-gif {
        width: 80vw;
        margin: auto;
    }
    
    img.reward-gif-final {
        width: 80vw;
        margin: auto;
        left: 10vw;
    }
    
    .reward-content {
        font-size: 2em;
    }
    
    .chest-reward.active {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        width: 100vw;
    }
    
    .reward-claim {padding: 16px 8px;}
    
    .reward-stop {
        padding: 16px 8px;
    }

    textarea.voucher-code {
        height: 100px;
    }

    .content {background-image: url(/assets/images/landing_bg_mobile.jpg);background-size: 110% 100%;}

    .content-spin {
        background-image: url(/assets/images/spin_bg_mobile.jpg);
        background-size: 110% 100%;
    }

    .header-block {
        width: 100%;
    }

    .logo-hella {
        width: 50%;
    }

    .logo-hella img {
        width: 100%;
    }

    .menu-link {
        font-size: 0;
        padding: 0;
        background: none;
    }

    .block-menu {
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center; 
        align-self: end;
    }

    .menu-link {
        align-self: end;
    }
    .testimony-block.active {
        width: 98vw;
        box-sizing: border-box;
        padding: 0 10px;
    }
    
    .testimony-block iframe {
        width: 100%;
        height: 60vw;
    }

    .sk-block.active {
        width: 90vw;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .item.item-1 {
        font-size: .80em;
        left: 4px;
        right: 0;
        top: 15%;
        margin: auto;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
    }
}