﻿html, body {
    background-color: #000000;
    height: 100%;
    margin: 0;
}
#form1 {
    height: 100%;
    width: 100%;
}
#wrapper {
    width: 100%;
    max-width: 1536px;
    min-height: 100vh;
    margin: 0 auto;
    background-color: #006c40;
    display: flex;
    position: relative;
    overflow: hidden;
}
#Info {
    position: absolute;
    left: 30px;
    top: 120px;
    color: #FFF;
}
.dice1hold {
    z-index: 3;
}
.dice2hold {
    z-index: 3;
}
.dice3hold {
    z-index: 3;
}
.dice4hold {
    z-index: 3;
}
.dice5hold {
    z-index: 3;
}
.dice6hold {
    z-index: 3;
}
.dice1hold img {
    display: block;
    width: 100%;
    height: auto;
}

.dice2hold img {
    display: block;
    width: 100%;
    height: auto;
}

.dice3hold img {
    display: block;
    width: 100%;
    height: auto;
}

.dice4hold img {
    display: block;
    width: 100%;
    height: auto;
}

.dice5hold img {
    display: block;
    width: 100%;
    height: auto;
}

.dice6hold img {
    display: block;
    width: 100%;
    height: auto;
}
.holdline {
    position: absolute;
    height: 6px;
    width: 0px;
    left: calc(50% - 1px);
    bottom: 35.15vw;
    box-shadow: 20px 20px 20px;
    z-index: 3;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.1), 0 4px 12px rgba(0, 0, 0, 0.5);
}
.holdline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    padding: 3px;
    background: linear-gradient(135deg, #a96a00, #fefe76, #a96a00);
    background: linear-gradient(135deg, #fefe76, #a96a00, #fefe76);
    background-size: 200% 200%;
    background-position: left center;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
    pointer-events: none;
}
.container {
    min-width: 62px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.dicecontainer {
    width: 100%;
    height: 100%;
    perspective: 1000px;
}
.dice {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}
.face {
    width: 100%;
    height: 100%;
    position: absolute;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    /* box-shadow: rgba(0,0,0,0.8) 10px 10px 20px; */
}
.dice1 {
    transform: rotate3d(0, 0, 0, 0deg);
}
.dice2 {
    transform: rotate3d(0, 0, 0, 90deg); /* rotate3d(1, 0, 0, 90deg*/
}
.dice3 {
    transform: rotate3d(0, 0, 0, 90deg); /* rotate3d(0, 1, 0, 90deg)*/
}
.dice4 {
    transform: rotate3d(0, 0, 0, -90deg); /* rotate3d(0, 1, 0, -90deg)*/
}
.dice5 {
    transform: rotate3d(0, 0, 0, -90deg); /* rotate3d(1, 0, 0, -90deg)*/
}
.dice6 {
    transform: rotate3d(0, 0, 0, 180deg); /* rotate3d(1, 0, 0, -180deg)*/
}
.front {
    transform: rotateY(0deg) translateZ(31px);
    background-image: url("../graphics/Dice_1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.right {
    transform: rotateY(90deg) translateZ(31px);
    background-image: url("../graphics/Dice_2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.left {
    transform: rotateY(-90deg) translateZ(31px);
    background-image: url("../graphics/Dice_5.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.back {
    transform: rotateY(180deg) translateZ(31px);
    background-image: url("../graphics/Dice_6.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.top {
    transform: rotateX(90deg) translateZ(31px);
    background-image: url("../graphics/Dice_4.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bottom {
    transform: rotateX(-90deg) translateZ(31px);
    background-image: url("../graphics/Dice_3.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


@media screen and (max-width: 900px) and (orientation: portrait) {
    #banner {
        position: absolute;
        left: 2.75vw;
        width: 94.5vw;
        top: 2.75vw;
        background-color: #FFFFFF;
        aspect-ratio: 320/50;
    }
    .dice1hold {
        position: absolute;
        display: inline-block;
        border-radius: 10px;
        position: absolute;
        left: 2.75vw;
        bottom: 18.95vw;
        width: 13.5vw;
        height: 13.5vw;
        box-shadow: 10px 10px 20px;
        transform: rotate(0deg);
        background-color: #FFFFFF;
    }
    .dice2hold {
        display: inline-block;
        border-radius: 10px;
        position: absolute;
        left: 18.95vw;
        bottom: 18.95vw;
        width: 13.5vw;
        height: 13.5vw;
        box-shadow: 10px 10px 20px;
        transform: rotate(0deg);
        background-color: #FFFFFF;
    }
    .dice3hold {
        display: inline-block;
        border-radius: 10px;
        position: absolute;
        left: 35.15vw;
        bottom: 18.95vw;
        width: 13.5vw;
        height: 13.5vw;
        box-shadow: 10px 10px 20px;
        transform: rotate(0deg);
        background-color: #FFFFFF;
    }
    .dice4hold {
        display: inline-block;
        border-radius: 10px;
        position: absolute;
        left: 51.35vw;
        bottom: 18.95vw;
        width: 13.5vw;
        height: 13.5vw;
        box-shadow: 10px 10px 20px;
        transform: rotate(0deg);
        background-color: #FFFFFF;
    }
    .dice5hold {
        display: inline-block;
        border-radius: 10px;
        position: absolute;
        left: 67.55vw;
        bottom: 18.95vw;
        width: 13.5vw;
        height: 13.5vw;
        box-shadow: 10px 10px 20px;
        transform: rotate(0deg);
        background-color: #FFFFFF;
    }
    .dice6hold {
        display: inline-block;
        border-radius: 10px;
        position: absolute;
        left: 83.75vw;
        bottom: 18.95vw;
        width: 13.5vw;
        height: 13.5vw;
        box-shadow: 10px 10px 20px;
        transform: rotate(0deg);
        background-color: #FFFFFF;
    }
    .TButton {
        position: absolute;
        height: 13.5vw;
        width: 29.7vw;
        bottom: 2.7vw;
        right: 2.75vw;
        background: linear-gradient(315deg, #0c0c0c, #3a3a3a);
        border-radius: 16px 16px 16px 16px;
        overflow: hidden;
        z-index: 2;
        box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.1), 0 4px 12px rgba(0, 0, 0, 0.5);
        transition: box-shadow 0.3s ease, transform 0.3s ease;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .TButton::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: inherit;
        padding: 6px;
        background: linear-gradient(135deg, #a96a00, #fefe76, #a96a00, #fefe76, #a96a00);
        background-size: 200% 200%;
        background-position: left center;
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: 3;
        pointer-events: none;
        transition: background-position 1s ease;
    }
    .TButton:hover::before {
        background-position: right center;
    }
    .TButton:hover {
        box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
        transform: translateY(2px);
    }
    .TButton h1 {
        font-size: 150%;
        font-weight: bold;
        text-transform: uppercase;
        background: linear-gradient(135deg, #d4af37, #f7e199, #d4af37);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-shadow: 0 1px 2px rgba(0,0,0,0.1);
        font-family: 'Trajan Pro', serif;
        margin: 0;
        letter-spacing: 2px;
        text-align: center;
        position: relative;
        z-index: 5;
    }
    .NTButton {
        position: absolute;
        height: 13.5vw;
        width: 29.7vw;
        bottom: 2.7vw;
        left: 18.95vw;
        background: linear-gradient(315deg, #0c0c0c, #3a3a3a);
        border-radius: 16px 16px 16px 16px;
        overflow: hidden;
        z-index: 2;
        box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.1), 0 4px 12px rgba(0, 0, 0, 0.5);
        transition: box-shadow 0.3s ease, transform 0.3s ease;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .NTButton::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: inherit;
        padding: 6px;
        background: linear-gradient(315deg, #fefe76, #a96a00, #fefe76);
        background-size: 200% 200%;
        background-position: left center;
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: 3;
        pointer-events: none;
        transition: background-position 1s ease;
    }
    .NTButton:hover::before {
        background-position: right center;
    }

    .NTButton:hover {
        box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
        transform: translateY(2px);
    }
    .NTButton h1 {
        font-size: 150%;
        font-weight: bold;
        text-transform: uppercase;
        background: linear-gradient(135deg, #d4af37, #f7e199, #d4af37);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-shadow: 0 1px 2px rgba(0,0,0,0.1);
        font-family: 'Trajan Pro', serif;
        margin: 0;
        letter-spacing: 2px;
        text-align: center;
        position: relative;
        z-index: 2;
    }
    .Beger {
        position: absolute;
        right: calc(50% - 170px);
        bottom: calc(35.15vw - 350px);
        transform: rotate(0deg);
        width: 339px;
        height: 400px;
        background-image: url("../graphics/rafle.png");
        z-index: 2;
        filter: drop-shadow(10px 10px 20px rgba(0,0,0,0.8));
    }
    .dice1pos, .dice2pos, .dice3pos, .dice4pos, .dice5pos, .dice6pos {
        position: absolute;
        bottom: 136px;
        right: 136px;
    }
}
@media screen and (min-width: 900px) and (max-width: 1135px) {
    #banner {
        position: relative;
        left: 72px;
        width: 728px;
        height: 90px;
        top: 12px;
        background-color: #FFFFFF;
        aspect-ratio: 728/90;
    }
    .holdline {
        bottom: 68px;
        left: 366px;
    }
    .dice1hold {
        position: absolute;
        display: inline-block;
        border-radius: 10px;
        left: 12px;
        bottom: 12px;
        width: 48px;
        height: 48px;
        box-shadow: 10px 10px 20px;
        transform: rotate(0deg);
        background-color: #FFFFFF;
    }
    .dice2hold {
        position: absolute;
        display: inline-block;
        border-radius: 10px;
        left: 72px;
        bottom: 12px;
        width: 48px;
        height: 48px;
        box-shadow: 10px 10px 20px;
        transform: rotate(0deg);
        background-color: #FFFFFF;
    }
    .dice3hold {
        position: absolute;
        display: inline-block;
        border-radius: 10px;
        left: 132px;
        bottom: 12px;
        width: 48px;
        height: 48px;
        box-shadow: 10px 10px 20px;
        transform: rotate(0deg);
        background-color: #FFFFFF;
    }
    .dice4hold {
        position: absolute;
        display: inline-block;
        border-radius: 10px;
        left: 192px;
        bottom: 12px;
        width: 48px;
        height: 48px;
        box-shadow: 10px 10px 20px;
        transform: rotate(0deg);
        background-color: #FFFFFF;
    }
    .dice5hold {
        position: absolute;
        display: inline-block;
        border-radius: 10px;
        left: 252px;
        bottom: 12px;
        width: 48px;
        height: 48px;
        box-shadow: 10px 10px 20px;
        transform: rotate(0deg);
        background-color: #FFFFFF;
    }
    .dice6hold {
        position: absolute;
        display: inline-block;
        border-radius: 10px;
        left: 312px;
        bottom: 12px;
        width: 48px;
        height: 48px;
        box-shadow: 10px 10px 20px;
        transform: rotate(0deg);
        background-color: #FFFFFF;
    }
    .TButton {
        position: absolute;
        height: 168px;
        width: 168px;
        bottom: 12px;
        right: 12px;
        background: linear-gradient(315deg, #0c0c0c, #3a3a3a);
        border-radius: 84px 84px 84px 84px;
        overflow: hidden;
        z-index: 3;
        box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.1), 0 4px 12px rgba(0, 0, 0, 0.5);
        transition: box-shadow 0.3s ease, transform 0.3s ease;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .TButton::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: inherit;
        padding: 6px;
        background: linear-gradient(135deg, #a96a00, #fefe76, #a96a00, #fefe76, #a96a00);
        background-size: 200% 200%;
        background-position: left center;
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: 4;
        pointer-events: none;
        transition: background-position 1s ease;
    }
    .TButton:hover::before {
        background-position: right center;
    }
    .TButton:hover {
        box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
        transform: translateY(2px);
    }
    .TButton h1 {
        font-size: 250%;
        font-weight: bold;
        text-transform: uppercase;
        background: linear-gradient(135deg, #d4af37, #f7e199, #d4af37);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-shadow: 0 1px 2px rgba(0,0,0,0.1);
        font-family: 'Trajan Pro', serif;
        margin: 0;
        letter-spacing: 2px;
        text-align: center;
        position: relative;
        z-index: 5;
    }
    .NTButton {
        position: absolute;
        height: 72px;
        width: 168px;
        top: 114px;
        right: 16px;
        background: linear-gradient(315deg, #0c0c0c, #3a3a3a);
        border-radius: 16px 16px 16px 16px;
        overflow: hidden;
        z-index: 0;
        box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.1), 0 4px 12px rgba(0, 0, 0, 0.5);
        transition: box-shadow 0.3s ease, transform 0.3s ease;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .NTButton::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: inherit;
        padding: 6px;
        background: linear-gradient(315deg, #fefe76, #a96a00, #fefe76);
        background-size: 200% 200%;
        background-position: left center;
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: 1;
        pointer-events: none;
        transition: background-position 1s ease;
    }
    .NTButton:hover::before {
        background-position: right center;
    }
    .NTButton:hover {
        box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
        transform: translateY(2px);
    }
    .NTButton h1 {
        font-size: 125%;
        font-weight: bold;
        text-transform: uppercase;
        background: linear-gradient(135deg, #d4af37, #f7e199, #d4af37);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-shadow: 0 1px 2px rgba(0,0,0,0.1);
        font-family: 'Trajan Pro', serif;
        margin: 0;
        letter-spacing: 2px;
        text-align: center;
        position: relative;
        z-index: 2;
    }
    .Beger {
        position: absolute;
        right: -36px;
        bottom: -69px;
        transform: rotate(-45deg);
        width: 237px;
        height: 280px;
        background-image: url("../graphics/rafle.png");
        z-index: 2;
        filter: drop-shadow(10px 10px 20px rgba(0,0,0,0.8));
    }
    .dice1pos, .dice2pos, .dice3pos, .dice4pos, .dice5pos, .dice6pos {
        position: absolute;
        bottom: 96px;
        right: 96px;
    }
}
@media screen and (min-width: 1136px) and (max-width: 1337px) {
    #banner {
        position: relative;
        left: 96px;
        width: 728px;
        height: 90px;
        top: 16px;
        background-color: #FFFFFF;
        aspect-ratio: 728/90;
    }
    .holdline {
        bottom: 92px;
        left: 480px;
    }
    .dice1hold {
        position: absolute;
        display: inline-block;
        border-radius: 10px;
        left: 16px;
        bottom: 16px;
        width: 64px;
        height: 64px;
        box-shadow: 10px 10px 20px;
        transform: rotate(0deg);
        background-color: #FFFFFF;
    }
    .dice2hold {
        position: absolute;
        display: inline-block;
        border-radius: 10px;
        left: 96px;
        bottom: 16px;
        width: 64px;
        height: 64px;
        box-shadow: 10px 10px 20px;
        transform: rotate(0deg);
        background-color: #FFFFFF;
    }
    .dice3hold {
        position: absolute;
        display: inline-block;
        border-radius: 10px;
        left: 176px;
        bottom: 16px;
        width: 64px;
        height: 64px;
        box-shadow: 10px 10px 20px;
        transform: rotate(0deg);
        background-color: #FFFFFF;
    }
    .dice4hold {
        position: absolute;
        display: inline-block;
        border-radius: 10px;
        left: 256px;
        bottom: 16px;
        width: 64px;
        height: 64px;
        box-shadow: 10px 10px 20px;
        transform: rotate(0deg);
        background-color: #FFFFFF;
    }
    .dice5hold {
        position: absolute;
        display: inline-block;
        border-radius: 10px;
        left: 336px;
        bottom: 16px;
        width: 64px;
        height: 64px;
        box-shadow: 10px 10px 20px;
        transform: rotate(0deg);
        background-color: #FFFFFF;
    }
    .dice6hold {
        position: absolute;
        display: inline-block;
        border-radius: 10px;
        left: 416px;
        bottom: 16px;
        width: 64px;
        height: 64px;
        box-shadow: 10px 10px 20px;
        transform: rotate(0deg);
        background-color: #FFFFFF;
    }
    .TButton {
        position: absolute;
        height: 240px;
        width: 240px;
        bottom: 16px;
        right: 16px;
        background: linear-gradient(315deg, #0c0c0c, #3a3a3a);
        border-radius: 120px 120px 120px 120px;
        overflow: hidden;
        box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.1), 0 4px 12px rgba(0, 0, 0, 0.5);
        transition: box-shadow 0.3s ease, transform 0.3s ease;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 3;
    }
    .TButton::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: inherit;
        padding: 6px;
        background: linear-gradient(135deg, #a96a00, #fefe76, #a96a00, #fefe76, #a96a00);
        background-size: 200% 200%;
        background-position: left center;
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: 4;
        pointer-events: none;
        transition: background-position 1s ease;
    }
    .TButton:hover::before {
        background-position: right center;
    }
    .TButton:hover {
        box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
        transform: translateY(2px);
    }
    .TButton h1 {
        font-size: 250%;
        font-weight: bold;
        text-transform: uppercase;
        background: linear-gradient(135deg, #d4af37, #f7e199, #d4af37);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-shadow: 0 1px 2px rgba(0,0,0,0.1);
        font-family: 'Trajan Pro', serif;
        margin: 0;
        letter-spacing: 2px;
        text-align: center;
        position: relative;
        z-index: 5;
    }
    .NTButton {
        position: absolute;
        height: 90px;
        width: 240px;
        top: 16px;
        right: 16px;
        background: linear-gradient(315deg, #0c0c0c, #3a3a3a);
        border-radius: 16px 16px 16px 16px;
        overflow: hidden;
        z-index: 0;
        box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.1), 0 4px 12px rgba(0, 0, 0, 0.5);
        transition: box-shadow 0.3s ease, transform 0.3s ease;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .NTButton::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: inherit;
        padding: 6px;
        background: linear-gradient(315deg, #fefe76, #a96a00, #fefe76);
        background-size: 200% 200%;
        background-position: left center;
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: 3;
        pointer-events: none;
        transition: background-position 1s ease;
    }
    .NTButton:hover::before {
        background-position: right center;
    }
    .NTButton:hover {
        box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
        transform: translateY(2px);
    }
    .NTButton h1 {
        font-size: 125%;
        font-weight: bold;
        text-transform: uppercase;
        background: linear-gradient(135deg, #d4af37, #f7e199, #d4af37);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-shadow: 0 1px 2px rgba(0,0,0,0.1);
        font-family: 'Trajan Pro', serif;
        margin: 0;
        letter-spacing: 2px;
        text-align: center;
        position: relative;
        z-index: 2;
    }
    .Beger {
        position: absolute;
        right: -68px;
        bottom: -101px;
        transform: rotate(-45deg);
        width: 339px;
        height: 400px;
        background-image: url("../graphics/rafle.png");
        z-index: 2;
        filter: drop-shadow(10px 10px 20px rgba(0,0,0,0.8));
    }
    .dice1pos, .dice2pos, .dice3pos, .dice4pos, .dice5pos, .dice6pos {
        position: absolute;
        bottom: 136px;
        right: 136px;
    }
}
@media screen and (min-width: 1338px) {
    #banner {
        position: relative;
        left: 96px;
        width: 970px;
        height: 90px;
        top: 16px;
        background-color: #FFFFFF;
        aspect-ratio: 970/90;
    }
    .holdline {
        bottom: 92px;
        left: 480px;
    }
    .dice1hold {
        position: absolute;
        display: inline-block;
        border-radius: 10px;
        left: 16px;
        bottom: 16px;
        width: 64px;
        height: 64px;
        box-shadow: 10px 10px 20px;
        transform: rotate(0deg);
        background-color: #FFFFFF;
        display: none;  
    }
    .dice2hold {
        position: absolute;
        display: inline-block;
        border-radius: 10px;
        left: 96px;
        bottom: 16px;
        width: 64px;
        height: 64px;
        box-shadow: 10px 10px 20px;
        transform: rotate(0deg);
        background-color: #FFFFFF;
        display: none;
    }
    .dice3hold {
        position: absolute;
        display: inline-block;
        border-radius: 10px;
        left: 176px;
        bottom: 16px;
        width: 64px;
        height: 64px;
        box-shadow: 10px 10px 20px;
        transform: rotate(0deg);
        background-color: #FFFFFF;
        display: none;
    }
    .dice4hold {
        position: absolute;
        display: inline-block;
        border-radius: 10px;
        left: 256px;
        bottom: 16px;
        width: 64px;
        height: 64px;
        box-shadow: 10px 10px 20px;
        transform: rotate(0deg);
        background-color: #FFFFFF;
        display: none;
    }
    .dice5hold {
        position: absolute;
        display: inline-block;
        border-radius: 10px;
        left: 336px;
        bottom: 16px;
        width: 64px;
        height: 64px;
        box-shadow: 10px 10px 20px;
        transform: rotate(0deg);
        background-color: #FFFFFF;
        display: none;
    }
    .dice6hold {
        position: absolute;
        display: inline-block;
        border-radius: 10px;
        left: 416px;
        bottom: 16px;
        width: 64px;
        height: 64px;
        box-shadow: 10px 10px 20px;
        transform: rotate(0deg);
        background-color: #FFFFFF;
        display: none;
    }
    .TButton {
        position: absolute;
        height: 240px;
        width: 240px;
        bottom: 16px;
        right: 16px;
        background: linear-gradient(315deg, #0c0c0c, #3a3a3a);
        border-radius: 120px 120px 120px 120px;
        overflow: hidden;
        box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.1), 0 4px 12px rgba(0, 0, 0, 0.5);
        transition: box-shadow 0.3s ease, transform 0.3s ease;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 3;
    }
    .TButton::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: inherit;
        padding: 6px;
        background: linear-gradient(135deg, #a96a00, #fefe76, #a96a00, #fefe76, #a96a00);
        background-size: 200% 200%;
        background-position: left center;
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: 4;
        pointer-events: none;
        transition: background-position 0.4s ease;
    }
    .TButton:hover::before {
        background-position: right center;
    }
    .TButton:hover {
        box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
        transform: translateY(2px);
    }
    .TButton h1 {
        font-size: 250%;
        font-weight: bold;
        text-transform: uppercase;
        background: linear-gradient(135deg, #d4af37, #f7e199, #d4af37);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-shadow: 0 1px 2px rgba(0,0,0,0.1);
        font-family: 'Trajan Pro', serif;
        margin: 0;
        letter-spacing: 2px;
        text-align: center;
        position: relative;
        z-index: 5;
    }
    .NTButton {
        position: absolute;
        height: 90px;
        width: 240px;
        top: 16px;
        right: 16px;
        background: linear-gradient(315deg, #0c0c0c, #3a3a3a);
        border-radius: 16px 16px 16px 16px;
        overflow: hidden;
        z-index: 0;
        box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.1), 0 4px 12px rgba(0, 0, 0, 0.5);
        transition: box-shadow 0.3s ease, transform 0.3s ease;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .NTButton::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: inherit;
        padding: 6px;
        background: linear-gradient(315deg, #fefe76, #a96a00, #fefe76);
        background-size: 200% 200%;
        background-position: left center;
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: 1;
        pointer-events: none;
        transition: background-position 0.4s ease;
    }
    .NTButton:hover::before {
        background-position: right center;
    }
    .NTButton:hover {
        box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
        transform: translateY(2px);
    }
    .NTButton h1 {
        font-size: 125%;
        font-weight: bold;
        text-transform: uppercase;
        background: linear-gradient(135deg, #d4af37, #f7e199, #d4af37);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-shadow: 0 1px 2px rgba(0,0,0,0.1);
        font-family: 'Trajan Pro', serif;
        margin: 0;
        letter-spacing: 2px;
        text-align: center;
        position: relative;
        z-index: 2;
    }
    #thrownumber {
        position: absolute;
        top: 16px;
        right: 330px;
    }
    #thrownumber::before {
        content: '';
/*         position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: inherit;
        padding: 6px;*/
        background: linear-gradient(135deg, #a96a00, #fefe76, #a96a00, #fefe76, #a96a00);
        background-size: 200% 200%;
        background-position: left center;
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: 4;
        pointer-events: none;
        transition: background-position 0.4s ease;
    }
    #thrownumber h1 {
        font-size: 500%;
        font-weight: bold;
        text-transform: uppercase;
        background: linear-gradient(135deg, #d4af37, #f7e199, #d4af37);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-shadow: 0 1px 2px rgba(0,0,0,0.1);
        font-family: 'Trajan Pro', serif;
        margin: 0;
        letter-spacing: 2px;
        text-align: center;
        position: relative;
        z-index: 5;
    }
    .Beger {
        position: absolute;
        right: -68px;
        bottom: -101px;
        transform: rotate(-45deg);
        width: 339px;
        height: 400px;
        background-image: url("../graphics/rafle.png");
        z-index: 2;
        filter: drop-shadow(10px 10px 20px rgba(0,0,0,0.8));
    }
    .dice1pos {
        position: absolute;
        bottom: 230px;
        right: 90px;
    }
    .dice2pos {
        position: absolute;
        bottom: 170px;
        right: 160px;
    }
    .dice3pos {
        position: absolute;
        bottom: 170px;
        right: 90px;
    }
    .dice4pos {
        position: absolute;
        bottom: 100px;
        right: 160px;
    }
    .dice5pos {
        position: absolute;
        bottom: 100px;
        right: 90px;
    }
    .dice6pos {
        position: absolute;
        bottom: 30px;
        right: 160px;
    }
    .shadow3d {
        position: absolute;
        bottom: -8px;
        left: 75%;
        transform: translateX(-50%);
        width: 90px;
        height: 50px;
        background: rgba(0, 0, 0, 0.65);
        border-radius: 50%;
        filter: blur(12px);
        pointer-events: none;
        transform-origin: center;
        transition: width 0.04s linear, height 0.04s linear, background 0.04s linear, transform 0.04s linear;
        z-index: -1;
    }
}
