* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.mobile-bottom-menu{
    width: 100%;
    position: fixed;
    height: 128px;
    left: 0px;
    bottom: 0;
    background: linear-gradient(180deg, rgba(27, 0, 41, 0) 0%, #1B0029 30.73%);
    box-shadow: -4px 0px 20px rgba(255, 255, 255, 0.16);
    z-index: 9999;
    flex-direction: column;
    display: none;
}

.mobile-bottom-menu .banner{
    background: linear-gradient(180deg, #7400AA 0%, #3D0657 100%);
    padding: 8px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.1px;
    color: #FFFFFF;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
}

.mobile-bottom-menu .banner p{
    animation: blink 1s ease-in-out infinite forwards !important;
    margin: 0;
}

.mobile-bottom-menu .cta-container{
    padding: 20px 16px;
}

.mobile-bottom-menu .cta-button{
    background: linear-gradient(180deg, #00D047 0%, #00A040 100%);
    box-shadow: 0px 4px 12px -5px rgba(40, 153, 83, 0.12);
    border-radius: 100px;
    width: 100%;
    height: 48px;
    justify-content: center;
    align-items: center;
    display: flex;
    border: 1px solid #ffffffa1;
}

.mobile-bottom-menu .cta-button button{
    background: linear-gradient(60.19deg,rgba(133,239,49,0) 25.73%,rgb(255 255 255 / 40%) 45.27%,rgba(133,239,49,0) 62.27%),rgba(255,255,255,0);
    display: inline-block;
    position: relative;
    -webkit-animation-duration: 64s;
    animation-duration: 64s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: sweep;
    animation-name: sweep;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
    border: none;
}

.hideCta{
    display: none !important;
}

.showCta{
    display: block !important;
}

.download-cta-ios{
    display: none;
}

.download-cta-ios button{
    width: 100%;
    background: #000000;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(26.0417px);
    border-radius: 104.167px;
    padding: 12px 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.download-cta-ios button img{
    width: 23px;
}

.cta-container .download-cta-ios button{
    padding: 6px 0px !important;
}

.cta-ios-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cta-ios-content div:nth-child(1){
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 10.75px;
    line-height: 13px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}

.cta-ios-content div:nth-child(2){
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18.75px;
    line-height: 23px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


.desktop-view footer{
    padding: 100px 150px 200px 150px;
}

body {
    font-family: 'Montserrat';
    font-style: normal;
    background: #FFFFFF;
}
input[type=number]::-webkit-inner-spin-button,
        input[type=number]::-webkit-outer-spin-button {
            appearance: none;
            -webkit-appearance: none;
            margin: 0;
        }
.game-desktop {
    height: 100vh;
    background: linear-gradient(180deg, rgba(10, 3, 43, 0) 0%, #0A032B 50.69%, #070223 100%);
    background-image: url('../images/games/desktop_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
hr {
    border: 0;
}
a {
    color: inherit;
}

a:link,
a:visited {
    text-decoration: none;
}

a:focus,
a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.arrow-new {
    width: 18px;
    height: 10px;
    margin-top: -7vh;
}

.secondcol .caret {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid;
}

.down-arrow {
    display: flex;
    justify-content: center;
    height: 10px;
}

.desktop-menu,
.hamburger-menu {
    z-index: 21;
    position: absolute;
    margin-left: 70vw;
    /* background: linear-gradient(180deg, rgba(78, 45, 210, 0.5) 0%, rgba(37, 21, 100, 0.5) 64.58%); */
    box-shadow: -5px 0px 40px rgba(0, 0, 0, 0.4);
   backdrop-filter: blur(66px);
    width: 220px;
    height: max-content;
    padding: 16px 16px;
    border-radius: 16px;
    -webkit-backdrop-filter: blur(66px);
}

.hamburger-menu ul {
    list-style-type: none;
}

.menu{
    justify-content: space-between;
    height: 24px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    margin-top: 16px;
    padding: 0;
    color: #FFFFFF;
}
.game-option {
    justify-content: space-between;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    padding: 16px 0 0 0;
    color: #FFFFFF;
}

.game-options li {
    margin-bottom: 0;
}

a.menu:hover{
    color:#FFA370;
    /* background:#FFA370; */
    /* -webkit-text-fill-color: transparent; */
}
.game-option {
    padding-left: 20px;
}

.game-options > ul, .game-options > li {
    list-style-type: none;
    margin-bottom: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.btn-default,
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited {
    background-color: transparent !important;
    color: #FFFFFF !important;
    border: none !important;
}

.intro-text {
    width: 35vw;
    display: flex;
    font-weight: 700;
    line-height: 120%;
    align-items: center;
    color: #FFFFFF;
}

.intro-subtext {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
}

.text-green {
    color: #25CF43;
}

.first-col {
    width: 50vw;
    display: flex;
    height: 70vh;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 7vw;
    padding-top: 10vh;
  
}

.second-col {
    width: 50vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 7vw;
    padding-top: 5vh;
}

.text-sm {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    mix-blend-mode: normal;
    font-family: 'Montserrat';
    font-style: normal;
    color: rgba(255, 255, 255, 0.7);
}

.text-sm.game-url {
    color: #DBC07B;
}

.ques {
    display: flex;
    text-align: left;
    justify-content: space-between;
    align-items: center;
}

.text-med {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF;
    font-family: 'Montserrat';
    font-style: normal;
}

.nav-container {
    padding: 6vh 7vw 0 7vw;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: space-between;
    color: #FFFFFF;
}

.firstcolMob {
    height: 100vh;
}

.game-img {
    position: relative;
    height: 80vh;
    width: 35vw;
}

.left-icons {
    width: 358px;
}

.right-icons {
    width: 358px;
    position: absolute;
    top: 37vh;
}

.deskbtndiv {
    width: 60%;
    justify-content: flex-start;
    align-items: flex-start;
}

.sms-div {
    display: flex;
    align-items: center;
    width: 35vw;
}

.mobileGameLogoheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 1000;
    padding: 15px 16px 18px 10px;
    width: 100vw;
    top: calc(100% - 80px);
    transform: translateY(100%);
    transition: all .5s ease;
    background: #29093E;
    border: 1px solid;
    border-image-source: linear-gradient(180deg, #6B3E67 20%, #6B3E67 100%);
    box-shadow: -4px 0px 20px 0px #A148E43D;
}

.move-to-top {
    animation: smoothScroll .4s forwards;
    transform: none;
}

.downloadbtnGame{
    background: linear-gradient(180deg, #00D047 0%, #00A040 100%);
box-shadow: 0px 4px 12px -5px rgba(40, 153, 83, 0.12);
border-radius: 100px;
width: 60%;
text-align: center;
height: 48px;
border:0;
}
.downloadbtntextGame {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
    width: 100%;
    justify-content: center;
    height: 100%;
}

.hideAndroid {
    display: none;
}

.phoneNumTextField {
    width: 100%;
    min-width: 210px;
    max-height: 48px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    backdrop-filter: blur(20px);
    border-radius: 12px;
}

.text91 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    margin-right: 8px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}

.phoneInputclass {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.5);
}

.smsButton {
    width: 100%;
    min-width: 210px;
    max-height: 48px;
    background: linear-gradient(180deg, #00D047 0%, #00A040 100%);
    box-shadow: 0px 4px 12px -5px rgba(40, 153, 83, 0.12);
    border-radius: 12px;
}

.qr-code {
    float: right;
    width: 116px;
    height: 116px;
    margin-left: 40px;
}

.trophy-icon {
    margin-right: 13px;
}

.smsButtonText {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.sub-intro {
    margin-top: -7vh;
    margin-left: 5.2vw;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
}

.bread-crumb {
    background-color: #29093E;
    padding: 12px 0 12px 150px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}

.dropdown-menu,
.dropdown-submenu {
    background-color: transparent !important;
    color: #FFFFFF;
}

.dropdown-menu>li>a {
    color: #FFFFFF !important;
}

footer ul li {
    list-style-type: none;
}

a {
    color: #FFFFFF;
    text-decoration: none;
}

.rush-logo {
    display: flex;
    width: 65%;
    height: 32px;
}

footer .rush-logo {
    display: inline;
    width: 140px;
    height: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
    align-content: center;
    text-align: center;
}

.row-container {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
}

footer {
    padding-bottom: 60px;
    background: linear-gradient(180deg, #050114 0%, #1B0D54 51.92%);
    padding-top: 50px;
}

footer hr {
    margin: 20px 150px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: auto;
}

footer .nav-container {
    padding-top: 36px;
    display: flex;
    padding: 0;
    margin-bottom: 0;
}

ul.nav-container li:not(:last-child) {
    margin-right: 15px;
}

footer .row-container {
    margin: 0px 150px;
}

.footer-icons {
    width: 100%;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.text-sm.game-heading {
    color: #FFFFFF
}

.first-head {
    width: 55%;
}

.main-container {
    background-image: url('../images/games/Grad2_desktop12.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 15vw 20px 15vw;
    height: 100%;
    width: 100%;
}

.main-container .intro-text {
    width: 60%;
    font-size: 28px;
    line-height: 140%;
    text-align: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
}

.main-container .row-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    mix-blend-mode: normal;
    border-radius: 24px;
}

.game-desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
}

.heading {
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 140%;
    align-items: center;
    text-align: center;
    padding: 5px;
    font-family: 'Montserrat';
    font-style: normal;
    color: #FFFFFF;
    margin-top: 60px;
}

.guide {
    margin-top: 20px;
}

.cards {
    background: rgba(255, 255, 255, 0.05);
    mix-blend-mode: normal;
    border-radius: 24px;
    width: 100%;
    padding: 30px;
}

.row-container .cards:nth-of-type(1) {
    margin-right: 50px;
}

.card-heading {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    width: 50%;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.show-hide {
    /* float: right; */
    font-size: 30px;
}

a.show-hide:focus,
a.show-hide:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
    
}

.download-div .heading {
    font-size: 20px;
    text-align: left;
    display: flex;
    margin-bottom: 0;
    margin-top: 0;
}

.sliding-div {
    margin-top: 10px;
    margin-right: 30px;
}

hr.text-sm {
    /* color:rgba(255, 255, 255, 0.1) ; */
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 20px 0px;
}

.game-def {
    text-align: left;
    margin: 20px 50px;
}

.heading.game-def {
    margin: 10px 0px;
}

.sub-heading {
    width: 62%;
    margin-bottom: 36px;
    text-align: justify;
}

.download-div .sub-heading {
    margin-bottom: 0;
}

.reasons-list {
    position: relative;
    margin-bottom: 50px;
}

.bg-image {
    height: 60%;
    right: 0;
    bottom: 0;
    position: absolute;
}

.game-list {
    margin-top: 38px;
}

.mobile-icon {
    margin-right: 15px;
    margin-top: -12px;
    height: 25px;
    width: 25px;
}

.download-div {
    background: rgba(255, 255, 255, 0.05);
    mix-blend-mode: normal;
    border-radius: 24px;
    width: 45%;
    margin: 30px;
    align-self: normal;
    padding: 32px;
}

.main-container ul {
    padding-left: 22px;
}

.testimonial-div {
    width: 100%;
    position: relative;
    margin-top: 50px;
}

.testimonial {
    background: rgba(255, 255, 255, 0.05);
    mix-blend-mode: normal;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    width: 30%;
    align-self: normal;
    position: relative;
}

.testimonial-img {
    width: 100px;
    height: 100px;
    margin-top: -50px;
    position: absolute;
}

.testimonial-text {
    margin-top: 50px;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    padding: 32px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Montserrat';
    font-style: italic;
    letter-spacing: 0em;
}

.pay-partners {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
    align-items: center;
}

.Mobile {
    height: 100vh;
    background: #070224;
    width: 100vw;
}

.firstFoldMob {
    background-image: url('../images/games/MobileHeader1.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.firstFoldMobMain {
    background-repeat: no-repeat;
    background-size: cover;
}

.secondFoldMob {
    background: #070224;
    position: relative;
}

.thirdFoldMob {
    background: linear-gradient(180deg, rgba(42, 20, 53, 0) 1.04%, #2A1435 25.52%);
}

.intro-textmob {
    width: calc(90vw);
    height: 100px;
    font-weight: 700;
    font-size: 19px;
    line-height: 120%;
    color: #FFFFFF;
}

.trophy-iconmob {
    width: 42px;
    height: 43px;
    margin-right: 10px;
}

.sub-intromob {
    font-weight: 400;
    font-size: 12.5252px;
    line-height: 140%;
    margin-left: 5px;
    color: rgba(255, 255, 255, 0.7);
}

.iphoneMobImg {
    height: 50vh;
    width: calc(100vw - 40px);
}

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

.mobile-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 15px;
    width: 100vw;
}

.ratings {
    max-width: calc(100vw - 58px);
    margin-top: -16vh;
}

.payicon-mob {
    width: 8vw;
}

.payicon-mob2 {
    width: 17vw;
}

.plus-icon {
    width: 11px;
    height: 11px;
    margin-right: 5px;
}

.minus-icon {
    width: 11px;
    margin-right: 5px;
}

.mobileMenu {
    width: 90%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-icon {
    width: 32px;
    height: 32px;
}

.game-logo {
    width: 12vw;
}

.game-logomob {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-div:not(:last-child) {
    margin-right: 2vw;
}

.logo-div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
}

.cross-icon-div {
    position: absolute;
    width: 32px;
    top: 28px;
    right: 20px;
    color: transparent;
}

.cross-icon {
    width: 32px;
    height: 32px;
}


.score-container {
    padding: 15px 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.call-break-table {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-collapse: collapse;
    border-style: hidden;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.call-break-th {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    font-family: 'Rubik';
    font-style: normal;
    align-items: center;
    text-align: center;
    line-height: 17px;
    height: 35px;
    width: 70px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.call-break-td {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    height: 34px;
    width: 29px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

a.game-option:hover {
    color:#FFA370;
    /* background:#FFA370; */
}

.wrap {
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    overflow-x: hidden;
}

.headerMob {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.android-gif-bottom-section {
    width: auto;
    height: 24px;
    margin-right: 5px;
}

@media screen and (max-width: 900px) {
    a.menu:hover{
        color:#FFF;
        /* background:#FFA370; */
        /* -webkit-text-fill-color: transparent; */
    }
    .menu {
        font-family: 'Rubik';
        /* width: 112px; */
        height: 24px;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
display: flex;
align-items: center;
margin: 0 0 16px 0;
padding: 0;
    }

    .game-option {
        font-family: 'Rubik';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 17px;
display: flex;
align-items: center;
margin: 16px 0 16px 16px;
height: 24px;
padding: 0;
    }

    .game-options > ul > li:last-child {
        padding-bottom: 0;
    }
    .minus-icon {
        width: 16px;
        /* margin-right: 5px; */
    }
    .plus-icon{
        width: 16px;
        height: 16px;
    }
    .heading {
        margin-bottom: 20px;
        font-size: 20px;
        padding: 5px;
    }
    .common-terms-margin {
        margin-bottom: 50px;
    }
    .card-heading {
        width: auto;
    }
    .cards {
        width: auto;
    }
    .cards ul {
        text-align: left;
    }
    .sub-heading {
        width: auto;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 140%;
        text-align: justify;
        color: rgba(255, 255, 255, 0.7);
    }
    .bg-image {
        height: 30%;
        width: 60%;
        right: 0;
        bottom: 0;
        position: absolute;
    }
    .showIos .heading {
        margin-top: 0;
    }
    .row-container {
        margin: 0px;
    }
    .pay-partners {
        margin-bottom: 10px;
    }
    footer .row-container {
        margin: 0px;
    }
    .rush-logo {
        text-align: center;
        float: none;
    }
    .nav-container {
        text-align: center;
    }
    .game-list {
        margin-top: 5px;
        text-align: left;
    }
    .game-list .text-sm {
        font-weight: 400;
        color: rgba(255, 255, 255, 0.5);
    }
    .testimonial {
        width: auto;
        height: 250px;
    }
    .testimonial-img {
        margin-left: 35%;
    }
    .game-logo {
        width: 40vw;
    }
    .bread-crumb {
        padding-left: 10px;
        width: 100vw;
    }
    footer {
        margin-top: 50px;
        background: linear-gradient(180deg, #050114 0%, #1B0D54 51.92%);
        width: 100vw;
    }
    footer hr {
        margin: 0 10px;
    }
    .faq {
        text-align: left;
    }
    .hamburger-menu {
        width: 280px;
        height: 100%;
        /* width: 45vw; */
        background: linear-gradient(180deg, rgba(78, 45, 210, 0.5) 0%, rgba(37, 21, 100, 0.5) 64.58%);
        box-shadow: -5px 0px 40px rgba(0, 0, 0, 0.4);
        backdrop-filter: blur(66px);
        border-radius: 16px 0px 0px 16px;
        margin-left: auto;
        position: fixed;
        top: 0;
        right: 0;
        padding: 80px 28px 50px 28px;
        z-index: 1002;
        overflow:scroll;
        /* padding: 50px 30px; */
    }

    a.game-option {
        color:linear-gradient(84.56deg, #FFA370 12.23%, #FFDF6C 94.22%);
    background: linear-gradient(84.56deg, #FFA370 12.23%, #FFDF6C 94.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    }
    .text-sm {
        font-weight: 500;
        color: rgba(255, 255, 255, 0.7);
    }
    .text-sm.game-heading {
        color: #FFFFFF
    }
    .faq .text-med {
        width: 90%;
    }
    .showAndroid .heading {
        margin-top: 0;
    }
    .Desktop {
        display: none
    }
    .desktop-view {
        display: none
    }
    .Mobile {
        display: block;
    }
    .mobile-view {
        display: block;
    }
}

    @media screen and (min-width: 910px) {
        .Desktop {
            display: block;
        }
        .desktop-view {
            display: block;
        }
        .Mobile {
            display: none;
        }
        .mobile-view {
            display: none;
        }
    }
     
    iframe {
        border-width: 0px;
        opacity: 0;
        display: none;
    }