@import url('https://fonts.cdnfonts.com/css/museo-sans-rounded');
body {
     background: rgb(49,0,144);
     background: radial-gradient(circle, rgba(49,0,144,1) 0%,rgba(15,0,48,1) 80%);
     min-height: 100vh;
}
 .loader-container {
     max-width: 210px;
     margin: 0 auto;
}
 .slot-machine {
     max-width: 400px;
     width: fit-content;
     margin: 0 auto;
     position: relative;
}
 .slot-machine > img {
     display: block;
     position: relative;
     right: -20px;
}

.slotwrapper {
    position: absolute;
    overflow: hidden;
    display: flex;
    height: 200px;
    width: 93%;
    bottom: 20px;
    padding: 0 25px;
    margin-left: 22px;
      background: #fff;
}
.slotwrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    float: left;
    width: 200px;
    height: 200px;
    font-size: 150px;
    line-height: 200px;
    text-align: center;
}
.slotwrapper ul li img {
    vertical-align: top;
}
.slotwrapper > ul > li {
    background: #fff;
    font-size: 0.5em;
/*   box-shadow: 0px 0px 49px 15px rgba(0,0,0,0.37) inset;
-webkit-box-shadow: 0px 0px 49px 15px rgba(0,0,0,0.37) inset;
-moz-box-shadow: 0px 0px 49px 15px rgba(0,0,0,0.37) inset; */
  
}
.slot-machine-btn {
    position: absolute;
    top: 50%;
    right: -70px;
    transform: translate(0, -50%);
    background: transparent;
    border: none;
    width: 80px;
    margin-top: 70px;
    transition: 0.4s all ease-in-out;
}
.slot-machine-btn.clicked {
    transform: translate(0, -50%) rotateX(190deg);
}
button#btn-example1:hover > img {
    filter: drop-shadow(2px 4px 6px yellow);
}
button#btn-example1 > img {
    transition: 0.4s all ease-in-out;
   user-select: none;
}
:not(button) img {
  pointer-events: none;
}
body {
    background: url('img/bG.jpg');    
    background-size: cover;
    background-position: center;
}
div#example1 ul {
    margin: 0 38px !important;
}
#example1 {
    max-width: 600px;
    padding: 0;
    left: calc(50% - 300px);
    top: 370px;
    background: no-repeat;
}
.slot-machine > img {
    display: block;
    position: relative;
    right: -20px;
    width: 100%;
    z-index: -1;
}
.slot-machine {
    max-width: 100%;
}
.slotwrapper > ul > li {
    background: none;
}
.slotwrapper > ul > li img, .slotwrapper > ul > li {
    width: 100%;
}
div#example1 ul:nth-child(3) {
    left: 20px;
}

div#example1 ul:nth-child(2) {
    left: 10px;
}
.slotwrapper ul li img {
    vertical-align: middle;
}

#myInput {
  background-image: url('img/search_i.png'); /* Add a search icon to input */
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 100%; /* Full-width */
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}

#myUL {
  /* Remove default list styling */
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#myUL li a {
  border: 1px solid #ddd; /* Add a border to all links */
  margin-top: -1px; /* Prevent double borders */
  background-color: #f6f6f6; /* Grey background color */
  padding: 12px; /* Add some padding */
  text-decoration: none; /* Remove default text underline */
  font-size: 18px; /* Increase the font-size */
  color: black; /* Add a black text color */
  display: block; /* Make it into a block element to fill the whole list */
}

#myUL li a:hover:not(.header) {
  background-color: #eee; /* Add a hover effect to all links, except for headers */
}
.search_replace {
    background: url('img/Search.png');
}
.search_replace {
    max-width: 954px;
    margin: 0 auto;
    padding: 20px 25px;
    background-size: cover;
}
.search_replace_text {
    font-family: 'Museo Sans Rounded', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 33.6px;
    text-align: center;
    color: #fff;
}
input#myInput {
    width: 629px;
    height: 56px;
    border-radius: 100px;
    font-family: Roboto;
    font-size: 20.33px;
    font-weight: 400;
    line-height: 30.5px;
    letter-spacing: 0.19060511887073517px;
    text-align: left;
    padding-top: 0 !important;
    padding-bottom: 0;
    margin-left: 40px;
}
.slot-machine-btn {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0px, 0px);
    width: 156px;
    height: 56px;
    background: linear-gradient(90.57deg, #FF6D36 0.5%, #FF662C 0.51%, #D53A00 109.57%);
    border-radius: 50px;
    font-family: Museo Sans;
    font-size: 17.85px;
    font-weight: 600;
    line-height: 25.5px;
    text-align: center;
    color: #fff;
}
button#btn-example1 {
    margin-top: 25px;
    margin-bottom: 40px !important;
    margin-left: 20px;
}
.search {
    margin-top: 40px;
}
.slot-machine > img {
    top: -40px;
}
.search_replace {
    background-size: 100% 100%;
}
ul#myUL li a {
    background: #22253C;
    font-family: Museo Sans;
    font-size: 17.79px;
    font-weight: 400;
    line-height: 27.96px;
    text-align: left;
    color: #fff;
    display: flex;
    align-items: center;
    border: 0;
}
ul#myUL li a img {
    margin-right: 20px;
}
ul#myUL {
    position: absolute;
    width: 713px;
    margin-left: 35px;
    margin-top: -33px;
    border-radius: 25px;
    overflow: hidden;
    z-index: 9;
}
ul#myUL li a:hover {
    background: #2A2D4A !important;
    color: #EF5B23;
}
.main_popup {
    display: none;
}
.active .main_popup {    
    display: flex;
}
.main_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1c1c2d96;
    justify-content: center;
    align-items: center;
}
.popup-body {
    background: #1C1C2D;
    padding: 44px 160px;
    border-radius: 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.close-button {
    position: absolute;
    right: 15px;
    top: 15px;
}
.popup-title {
    font-family: 'Museo Sans Rounded', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 33.6px;
    color: #fff;
    text-align: center;
    max-width: 549px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.popup-main-button {
    background: url('img/PlayNowButton.png');
    width: 280px;
    height: 97px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    font-family: 'Museo Sans Rounded', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.popup-second-button {
    border: 1.91px solid #FF6D36;
    width: 280px;
    height: 56px;
    max-height: 56px;
    gap: 10.17px;
    border-radius: 50px;
    border: 1.91px solid #FF6D36;
    font-family: Museo Sans;
    font-size: 17.79px;
    font-weight: 600;
    line-height: 25.41px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 13px auto;
}


.winneru {
    display: flex;
    justify-content: center;
}
.search_replace_bl {
    width: 45%;
    display: flex;
    align-items: center;
    padding: 0 40px;
}
.search_replace_bl_m {
    width: 10%;
}
.search_replace_vs {
    font-family: 'Museo Sans Rounded', sans-serif;
    font-size: 72px;
    font-weight: 400;
    line-height: 72px;
    text-align: center;
    color: #fff;
}
.search_replace_bl img {
    width: 114px;
    margin-right: 20px;
}
.search_replace_game2_t, .search_replace_game1_t {
    font-family: Museo Sans;
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #EF5B23;
}
.search_replace_game1, .search_replace_game2 {
    width: 114px;
    height: 150px;
    gap: 0px;
    border-radius: 20px;
    background-repeat: no-repeat !important;
    background-size: auto 75% !important;
    background-position: center !important;
    background-color: #1c1c2d !important;
    margin-right: 20px;
}
.popup-img {
    max-width: 500px;
}

.text-spin {
    position: absolute;
    left: 48.5%;
    bottom: 32.2%;
    font-family: 'Museo Sans Rounded', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 33.6px;
    text-align: center;
    color: #FFF500;
}
ul#myUL li a img {
    max-width: 100px;
}
ul#myUL {
    max-height: 430px;
    overflow: auto;
}

* {
    font-family: 'Museo Slab', sans-serif !important;
}


.search_replace.winneru {
    opacity: 0;
    transition: 4s all;
}
/*.search_replace.winneru[style="display: flex;"] {
    opacity: 1;
}
*/
.win .slotwrapper > ul > li {
    position: relative;
}

.win div#example1:before {
    content: "";
    width: 100%;
    height: 6px;
    display: block;
    position: absolute;
    background: #fffe93;
    top: calc(50% - 3px);
    left: 20px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}
button#btn-example1, .close-button {
    cursor: pointer;
}
ul#myUL li:nth-child(1) {
    display: none;
}
.main_popup {
    z-index: 10;
}
div#example1 ul:nth-child(1) {
    left: -6px;
}
div#example1 ul:nth-child(2) {
    left: 9px;
}
div#example1 ul:nth-child(3) {
    left: 24px;
}
.search_replace_game1, .search_replace_game2 {
    min-width: 114px;
}
@media (min-width: 1280px){   
    body {
        zoom: 0.7;
    }
    .search_replace {
        max-height: 250px !important;
        height: 250px !important;
        padding-bottom: 0;
    }
        
    .mainContainer {
        overflow: hidden;
    }
    .slot-machine {
        margin-bottom: -40px;
    }
}
@media (max-width: 1280px){
    .slot-machine {
        max-width: 900px;
    }
    #example1 {
        max-width: 460px;
        padding: 0;
        left: calc(50% - 230px);
        top: 219px;
        background: no-repeat;
    }
    div#example1 ul:nth-child(3) {
        left: 10px;
    }
    input#myInput {
        width: 595px;
    }
    ul#myUL {
        position: absolute;
        width: 674px;
        margin-left: 35px;
        margin-top: -33px;
        border-radius: 25px;
        overflow: hidden;
        z-index: 9;
    }
    .text-spin {
        position: absolute;
        left: 48.5%;
        bottom: 33%;
        font-family: 'Museo Sans Rounded', sans-serif;
        font-size: 23px;
        font-weight: 400;
        line-height: 33.6px;
        text-align: center;
        color: #FFF500;
    }
    div#example1 ul:nth-child(1) {
        left: 4px;
    }
    div#example1 ul:nth-child(2) {
        left: 5px;
    }
    div#example1 ul:nth-child(3) {
        left: 6px;
    }
}
@media (max-width: 980px){
    input#myInput {
        width: 264px !important;
        margin: 0;
    }
    button#btn-example1 {
        margin-left: 0px;
        width: 100%;
    }

    .search_replace {
        background: url('img/Search_m.png');
        background-size: 100% 100%;
    }
    .slot-machine {
        max-width: 100% !important;
        overflow: hidden;
        margin-top: 50px;
    }
    .slot-machine > img {
        width: 485px;
        left: -59px;
    }
    div#example1 ul {
        margin: 0 17px !important;
    }
    #example1 {
        max-width: 379px;
        width: 231px;
        padding: 0;
        left: calc(50% - 144px);
        top: 47px;
        background: no-repeat;
    }
    #example1 {
        display: flex;
        height: 100px;
        align-items: center;
        top: 104px;
    }
    .search_replace {
        max-width: 390px !important;
        width: 327px;
    }
    .slot-machine {
        max-width: 377px !important;
    }
    ul#myUL {
        position: absolute;
        width: 330px;
        margin-left: -3px;
        margin-top: -117px;
        border-radius: 25px;
        overflow: hidden;
        z-index: 9;
    }
    .popup-body {
        max-width: 70%;
        padding: 48px;
    }
    .text-spin {
        position: absolute;
        left: 41.5%;
        bottom: 36%;
        font-family: 'Museo Sans Rounded', sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 33.6px;
        text-align: center;
        color: #FFF500;
    }
    .search_replace_game2_t, .search_replace_game1_t {
        font-size: 16px;
        line-height: 16px;
    }
    .search_replace_vs {
        font-size: 26px;
        line-height: 72px;
    }
    .search_replace_bl {
        padding: 0 10px;
    }
    .search_replace_game1, .search_replace_game2 {
        width: 80px;
        height: 63px;
        margin-right: 6px;
    }
    input#myInput {
        font-size: 16px;
    }
    .win .slotwrapper > ul > li:nth-child(7):before {
        width: 50px;
        height: 50px;
        background-size: 100%;
        top: calc(50% - 25px);
        left: calc(50% - 25px);
    }
    .search_replace_bl {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .search_replace {
        height: 400px;
        align-items: center;
    }
    .search_replace_game1, .search_replace_game2 {
        width: 73.72px;
        height: 97px;
        gap: 0px;
    }
    p.search_replace_game1_t, p.search_replace_game2_t {
        text-align: center;
    }
    .search_replace_text {
        font-size: 20px;
        line-height: 23px;
    }
    .popup-title {
        font-family: Museo Slab;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        text-align: center;
    }
    .search_replace.winneru {
        flex-direction: row;
    }
    .search_replace {
        height: 255px;
    }
    #myInput {
        background-position: 7px center;
    }
    ul#myUL {
        overflow: scroll;
    }
    div#example1 ul:nth-child(1) {
        left: 0px;
    }
    div#example1 ul:nth-child(3) {
        left: 12px;
    }
}

