body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f9f9f9;
    font-family: Arial, sans-serif;
    height: 100vh;
    text-align: center;
}
body, html {
    height: 100%;
}
.spinner-screen{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
span.bottom-wheel {
    position: relative;
    top: -50px;
    z-index: 1;
    width: 60%;
    display: block;
    margin: 0 auto;
}

.mount.js-mount {
    z-index: 2;
    position: relative;
}
.remove-bg,.remove-bg:hover,.remove-bg:focus,.remove-bg:focus-visible{
    background-color: transparent;
}
.bg {
    /* The image used */
    background: url('assets/bg_4.jpeg') no-repeat center;
  
    /* Full height */
    height: 100%;
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

h1 {
    margin-bottom: 20px;
}

img {
    margin: 10px;
    cursor: pointer;
}

button {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    background-color: #007BFF;
    color: white;
    transition: background-color 0.2s;
}

button:hover {
    background-color: #0056b3;
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    margin: 15% auto;
    padding: 20px;
    background-color: white;
    width: 80%;
    text-align: center;
    border-radius: 10px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
}

img.msg-game {
    width: 50%;
}

.btn-play {
    width: 40% !important;
}

.column.small-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

video#videoPlayer {
    width: 80%;
    max-width: unset;
}

div#screen4 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}
.center-col {
    max-height: 100%;
    overflow: hidden;
}
span.bottom-wheel img {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
}
div#screen4 .light {
    width: 50%;
    z-index: 1;
}
.left-half {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg-win{
    background-image: url("assets/decoration_win.png");
  
    /* Full height */
    height: 100%;
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
img.win-deco {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 50%;
    max-width: unset;
    z-index: 2;
}

img.pin {
    position: relative;
    z-index: 3;
    top: 450px;
    width: 80px;
    display: none;
}

.gift-container {
    display: block;
    position: relative;
    width: 60%;
    z-index: 4;
}

h1.gift_code {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: sans-serif;
    font-size: 2em;
}

span#coupon_code {
    font-size: 2em;
    font-weight: bolder;
    font-family: serif;
}

img#gift {
    width: 100%;
    max-width: unset;
}

.gift-right-col {
    position: relative;
    display: inline;
    right: 330px;
}

.svg2 {
    width: 700px;
    height: 680px;
}

svg {
    width: 100%;
    max-width: 600px;
    height: auto;
}

img.light {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: unset;
    left: 0;
    opacity: 0.3;
    top: 0;
    padding: 0;
    margin: 0;
    z-index: 1;
}

.row-elemets{
    z-index: 2;
}

img.congrats {height: 320px;max-width: unset;}



.btn-77 {
    width: 100% !important;
    height: 70px;
    border: none;
    border-radius: 40px;
    background: linear-gradient(to right, #bf953f, #fcf6ba, #b38728, #fbf5b7, #aa771c);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 1.2em;
    color: rgb(121, 103, 3);
    font-weight: 600;
    position: relative;
    z-index: 2;
    transition-duration: 3s;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.144);
    background-size: 200% 200%;
    text-decoration: none;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    /*** full width block ***/
    /* width: 100%; */
}

.logoIcon path {
    fill: rgb(121, 103, 3);
}

.btn-77:hover {
    transform: scale(0.95);
    transition-duration: 3s;
    animation: gradient 5s ease infinite;
    background-position: right;
}

.btn-77:disabled {
    pointer-events: none;
    opacity: .65;
    color: #7e7e7e;
    background: #dcdcdc;
    box-shadow: none;
}

#orientation-warning {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    font-size: 1.5em;
    z-index: 1001;
    text-align: center;
    padding: 20px;
}