* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Titan One';
    font-weight: normal;
    font-style: normal;
}

body {
    overflow-x: hidden;
    /* font-family: var(--font-rigidsquare),sans-serif !important; */
}
@font-face {
    font-family: __rigidSquare_0ada58;
    src: url(/_next/static/media/f505632453c16cbe-s.p.otf) format("opentype");
    font-display: swap;
    font-weight: 300
}

@font-face {
    font-family: __rigidSquare_0ada58;
    src: url(/_next/static/media/7c60b6dac3a205b7-s.p.otf) format("opentype");
    font-display: swap;
    font-weight: 700
}

@font-face {
    font-family: __rigidSquare_0ada58;
    src: url(/_next/static/media/35197b47bf0b197f-s.p.otf) format("opentype");
    font-display: swap;
    font-weight: 800
}

@font-face {
    font-family: __rigidSquare_Fallback_0ada58;
    src: local("Arial");
    ascent-override: 87.79%;
    descent-override: 24.95%;
    line-gap-override: 0.00%;
    size-adjust: 108.22%
}

.__className_0ada58 {
    font-family: __rigidSquare_0ada58, __rigidSquare_Fallback_0ada58
}

.__variable_0ada58 {
    --font-rigidsquare: "__rigidSquare_0ada58", "__rigidSquare_Fallback_0ada58"
}
@import url('https://fonts.googleapis.com/css2?family=Titan+One&display=swap');
@font-face {
    font-family: 'Titan One';
    src: url('https://tambola.octro.com/fonts/TitanOne.eot');
    src: url('https://tambola.octro.com/fonts/TitanOne.eot?#iefix') format('embedded-opentype'), url('https://tambola.octro.com/fonts/TitanOne.woff2') format('woff2'), url('https://tambola.octro.com/fonts/TitanOne.woff') format('woff'), url('https://tambola.octro.com/fonts/TitanOne.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Viga';
    src: url('https://tambola.octro.com/fonts/Viga-Regular.eot');
    src: url('https://tambola.octro.com/fonts/Viga-Regular.eot?#iefix') format('embedded-opentype'), url('https://tambola.octro.com/fonts/Viga-Regular.woff2') format('woff2'), url('https://tambola.octro.com/fonts/Viga-Regular.woff') format('woff'), url('https://tambola.octro.com/fonts/Viga-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*==========Group css===========*/

.flex-div {
    display: flex;
}

.jus-center {
    justify-content: center !important;
}

.jus-right {
    justify-content: right !important;
}

.jus-start {
    justify-content: flex-start !important;
}

.txt-cntr {
    text-align: center !important;
}

.txt-left {
    text-align: left !important;
}

.jus-end {
    justify-content: flex-end;
}

.jus-bet {
    justify-content: space-between !important;
}

.jus-arnd {
    justify-content: space-around !important;
}

.align-bot {
    align-items: flex-end;
}

.align-mid {
    align-items: center;
}

.align-top {
    align-items: flex-start;
}

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

.flex-wrap {
    flex-wrap: wrap;
}

.dirc-col {
    flex-direction: column;
}

.positionR {
    position: relative;
}

.full-width {
    width: 100% !important;
}

.width-auto {
    width: auto !important;
}

.width-half {
    width: 50% !important;
}

.input-div.full-width {
    width: 100% !important;
}

.no-pad {
    padding: 0 !important;
}

.no-marg {
    margin: 0 !important;
}

.no-marg-top {
    margin-top: 0 !important;
}

.marg-t-b-50 {
    margin: 50px 0px;
}

.no-pad-top {
    padding-top: 0 !important;
}

.no-pad-btm {
    padding-bottom: 0 !important;
}

.bg-none {
    background: none !important;
}

.brdr-none {
    border: 0 !important;
}

.shad-none {
    box-shadow: none !important;
}

.child-half {
    width: calc(50% - 3px) !important;
}

.pad10 {
    padding: 10px !important;
}

.padtop10 {
    padding-top: 10px !important;
}

.padbottom10 {
    padding-bottom: 10px !important;
}

.padtop-t-b-100 {
    padding: 100px 0px;
}

.padtop-l-r-100 {
    padding: 0px 100px;
}

.padtop-l-r-60 {
    padding: 0px 60px;
}

/*=======Group css========*/

.container {
    max-width: 1800px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
}

.navbg {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
    height: 65px;
    color: #000;
}

.nav {
    padding-top: 12px;
}

.logo img {
    width: 150px;
    margin-right: 5px;
}

.app-name {
    font-family: "Titan One", Helvetica;
    color: #000;
    font-size: 25px;
    /* line-height: 45px; */
    /* margin-bottom: 7px; */
    font-weight: normal;
    text-align: left;
    letter-spacing: 1.5px;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 5px;
    text-shadow: 0px 4px 4px #000;
    display: inline-block;
    text-decoration: none;
}

.logo a {
    text-decoration: none;
    display: flex;
    align-items: flex-end;
}

/* Responsive for screen width 680px and below */
@media screen and (max-width: 680px) {
  .logo a {
    top: 0; /* or any other adjustment you want for smaller screens */
    flex-direction: column; /* example: stack logo vertically */
    align-items: center;
    top: -13px;
    position: relative;
  }
}


.elimentBg {
    background-size: cover;
    background-position: bottom;
    padding-bottom: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    background-color: #fee440;
}

.bannerBg .container {
    height: 100%;
}

.navWebSec * {
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.navWebSec li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 1em;
    overflow: hidden;
    font-family: "Titan One", Helvetica;
}

.navWebSec a {
    padding: 0.38em 0;
    color: #ffffff;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    margin: 0;
    text-decoration: none;
    font-weight: 500;
    font-size: 24px;
    text-shadow: 0px 4px 4px #000;
}

.navWebSec a:before,
.navWebSec a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.navWebSec a:before {
    bottom: -100%;
    display: block;
    height: 7px;
    width: 100%;
    content: "";
    background-color: #fff;
    border-radius: 10px 0px 10px 0px;
}

.navWebSec a:after {
    padding: 0.3em 0;
    position: absolute;
    top: 100%;
    left: 0;
    content: attr(data-hover);
    color: #ffffff;
    white-space: nowrap;
}

.navWebSec li:hover a,
.navWebSec .current a {
    transform: translateY(-100%);
}

.socialIcon ul {
    list-style: none;
}

.socialIcon ul li {
    width: 60px;
    border-radius: 50%;
    display: inline-block;
    --shadaw: 1px 1px 41.5px 22px rgba(0, 0, 0, 0.1);
}

.socialIcon ul li img {
    width: 100%;
}

.baanerSection {
    background: rgb(21, 152, 252);
    background: linear-gradient(180deg, rgba(21, 152, 252, 1) 50%, rgba(70, 173, 252, 1) 78%);
    height: 100vh;
}

#home .baanerSection {
    overflow: hidden;
    position: relative;
}

#home .baanerSec {
    padding: 0;
}

#home .bannerMain {
    position: relative;
}

.baanerSec {
    padding-top: 80px;
    height: 100%;
}

.leftSec h1 {
    margin-bottom: 19px;
    font-family: "Titan One", Helvetica;
    color: #fff;
    font-size: 3.5vw;
    font-weight: normal;
    text-shadow: 0px 3.67px 3.67px #000;
    text-align: center;
    line-height: 1.1;
}

.leftSec h1 span {
    animation: color-change 3s infinite;
}

@keyframes color-change {
    0% {
        color: #fff;
    }
    50% {
        color: #eeaf11;
    }
    100% {
        color: #fff;
    }
}

.buttonSec a {
    width: 250px;
    padding: 15px 5px;
    font-size: 22px;
    font-weight: normal;
    border-radius: 30px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin: 5px;
    box-shadow: 0px 7px 10px #000;
    line-height: normal;
    text-shadow: 0px 2px 3px #003310;
}

.btnBg {
    border: solid 2px #37ffde;
    background: rgb(12, 241, 200);
    background: linear-gradient(227deg, rgb(20 186 238) 41%, rgb(12 241 200) 85%);
}

.btnBgYellow {
    border: solid 2px #ffe5ab;
    background: rgb(255, 176, 0);
    background: linear-gradient(227deg, rgba(255, 176, 0, 1) 41%, rgba(255, 95, 41, 1) 85%);
}

a.btnBgYellow {
    text-shadow: 0px 2px 3px #791f00;
}

.lrightSec img {
    width: 100%;
}

.leftSec,
.lrightSec {
    width: 60%;
    margin: 0px 5px;
}

.lrightSec {
    width: 60%;
    margin: 0px 5px;
}

.ratingSection {
    background: rgb(72, 175, 253);
    background: linear-gradient(180deg, rgba(72, 175, 253, 1) 50%, rgba(142, 205, 254, 1) 100%);
    height: 100vh;
    overflow: hidden;
    padding: 40px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ratingChild {
    width: 11vw;
    height: 11vw;
    border-radius: 100%;
    background: #000;
    box-shadow: rgb(0 0 0 / 40%) 0px 0px 30px;
    margin: 10px 20px;
}

.ratingChild h2 {
    font-size: 3.2vw;
    text-align: center;
    color: #000;
    font-weight: normal;
}
h3 ,h4{
    color: #000;
}
.ratingChild h3 {
    font-size: 1.2vw;
    text-align: center;
    color: #fff;
    font-weight: normal;
}

.lineBoder {
    width: 6vw;
    height: 0.6vw;
    background: #000;
    border-radius: 10px;
}

.playIcon {
    width: 100%;
    background-color: #000;
    padding: 1vw;
    border-radius: 20px;
    box-shadow: 0px 15px 20px -15px #111;
}

.playIcon img {
    width: 6vw;
    margin: 0 auto;
    display: block;
    transition: ease-in-out 0.3s;
    position: relative;
    transform-origin: center bottom;
    z-index: 9;
}

.playIcon img:hover {
    transform: scale(1.3);
}

.playText {
    width: 100%;
    background-color: #fff;
    padding: 1.5vw 1vw;
    border-radius: 20px;
    box-shadow: 0px 15px 20px -15px #111;
}

.playText p {
    font-size: 1vw;
    line-height: 1.1;
    text-align: center;
    font-family: "Viga-Regular", Helvetica;
    font-weight: 600;
    color: #656e74;
    margin: 0;
}

.playText img {
    position: absolute;
    top: 50%;
    right: -2vw;
    width: 3vw;
    transform: translate(0px, -50%);
}

.playText::after {
    content: '';
    background: #fff;
    position: absolute;
    height: 14px;
    width: 90%;
    left: 50%;
    top: -9px;
    z-index: 1;
    transform: translate(-50%, 0%);
}

.playText::before {
    content: '';
    background-image: radial-gradient(circle at 6px 6px, #80bff1 4px, transparent 0);
    background-size: 19px 26px;
    position: absolute;
    height: 14px;
    width: 92%;
    left: 50%;
    top: -8px;
    z-index: 2;
    transform: translate(-50%, 0%);
}

.item-wrapper {
    background: rgb(172, 218, 254);
    background: linear-gradient(180deg, rgb(142 205 254) 0%, rgba(216, 238, 255, 1) 77%);
    /* height: 100vh; */
}

.wrapperChild {
    background: #ffff;
    width: 65vw;
    margin: 10vw auto;
    border-radius: 130px;
    height: 16vw;
    /* min-height: 310px;    */
    box-shadow: rgb(0 0 0 / 40%) 0px 0px 30px;
    margin-top: 5vw;
}

.wrapperChild h2 {
    font-size: 3vw;
    line-height: 1.1;
    font-weight: normal;
    letter-spacing: 0.5px;
    text-align: left;
    color: #656e75;
}

.testimonials {
    background: rgb(210, 235, 254);
    background: linear-gradient(180deg, rgba(210, 235, 254, 1) 0%, rgba(255, 255, 255, 1) 77%);
    background: url(../images/web_footer.webp) no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-bottom: 0;
    height: auto;
    position: relative;
}

.shadow-effect {
    background: #fff;
    padding: 1vw;
    border-radius: 50px;
    text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#customers-testimonials .shadow-effect h2 {
    font-size: 24px;
    color: #fff;
    line-height: 1.1;
    font-weight: normal;
}

#customers-testimonials .shadow-effect h3 {
    font-size: 14px;
    color: #656e75;
    line-height: 1.5;
    font-weight: normal;
}

#customers-testimonials .shadow-effect p {
    font-family: 'Viga';
    font-size: 16px;
    line-height: 1.2;
    margin: 10px 0px;
    font-weight: normal;
}

.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #3190E7;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
    text-align: center;
    padding: 3vw 1vw;
    /* opacity: .1; */
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    /* opacity: 1; */
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: -50px auto 17px;
    border-radius: 100%;
}

.owl-carousel .owl-item .starIcon img {
    width: 20px;
    margin: 10px 3px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190E7;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #3190E7;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

.footerMain {
    width: 100%;
    padding: 20px 10px;
    background: #121B25;
    position: static;
    bottom: 0;
    left: 0;
    color: #fff;
}

.footerChild1 {
    width: 60%;
}

.footerChild2 {
    width: 40%;
}

.footerSubChil {
    width: 49%;
}

.footerSubChil ul {
    list-style: none;
}

.footerSubChil ul li {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    line-height: 1.5;
}

.footerSubChil ul li a {
    color: #ffff;
    text-decoration: none;
}

.footerChild2 p {
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.5;
    font-family: 'Viga';
}

.footerChild2::after {
    content: '';
    background: #d9d9d9;
    position: absolute;
    height: 91%;
    border-radius: 3px;
    width: 5px;
    left: -6px;
    top: 9px;
    z-index: 1;
}

.wheelSec {
    position: absolute;
    top: 28%;
    right: -20%;
    z-index: 10;
    width: 30vw;
    height: auto;
}

.wheelChi1 {
    width: 100%;
    transform: rotate(0deg);
}

.wheelChi1 img {
    width: 100%;
    display: block;
    animation: rotate-animation 20s infinite linear;
}

.wheelSteps-wrap {
    width: 50vw;
    margin-top: 2vw;
}

.wheelSteps {
    /* position: absolute; */
    top: 50%;
    /* transform: translate(0, -50%); */
    /* opacity: 0; */
    left: -50%;
    transition: ease-in-out 0.3s;
    margin: 0px 1.5vw;
    width: 100%;
}

.wheelSteps:hover {
    transform: scale(1.1);
}

.iconSecMain {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transform: rotate(0deg);
    animation: rotate-animation 20s infinite linear;
}

.iconSecMain .iconChid1 span {
    transition: ease 1s;
}

.iconSecMain.play .iconChid1.top-0 span {
    opacity: 1;
}

.iconSecMain.bitzplay .iconChid1.position-mid span {
    opacity: 1;
}

.iconSecMain.party .iconChid1.bottom span {
    opacity: 1;
}

.iconChid1 {
    width: 25%;
    position: absolute;
    left: -10%;
}

.iconChid1 span {
    color: #fff;
    right: 100%;
    top: 50%;
    position: absolute;
    white-space: pre;
    transform: translate(0, -50%);
    font-size: 2vw;
    opacity: 0;
}

.iconChid1.active {
    width: 200px;
}

.iconChid1.top-0 {
    top: -16%;
    left: 40%;
    transform: rotate(92deg);
}

.iconChid1.bottom {
    top: 50%;
    left: -16%;
    transform: translate(0%, -50%);
}

.iconChid1.ballNumblast {
    top: 86%;
    left: -2%;
    transform: translate(0%, -50%) rotate(-39deg);
}

.iconChid1.Party2 {
    top: 0%;
    left: 76%;
    transform: rotate(140deg);
}

.iconChid1.Blitz2 {
    left: 91%;
    top: 38%;
    transform: rotate(180deg);
}

.iconChid1.Blitz3 {
    left: 35%;
    top: 90%;
    transform: rotate(270deg);
}

.iconChid1.top-0.digit.Play2 {
    top: 73%;
    left: 77%;
    transform: rotate(220deg);
}

.position-mid {
    top: 0;
    transform: rotate(45deg);
    transform-origin: center;
    left: 0;
}

.iconChid1 img {
    width: 100%;
    display: block;
}

.wrapperChild img {
    width: 100%;
    position: absolute;
}

.charector3Main {
    width: 19vw;
    position: relative;
    right: -6vw;
    bottom: -1vw;
    height: 100%;
}

.charector3Main img {
    width: 19vw;
    position: absolute;
    right: -2vw;
    bottom: 3vw;
}

.charector3 {
    width: 10vw;
}

.charector3 img {
    width: 6vw;
    bottom: 3vw;
    left: 11vw;
}

.charector3 img:nth-child(2) {
    width: 2.6vw;
    top: 41%;
    left: 52%;
    transform-origin: bottom right;
}

.charector3 img:nth-child(2) {
    animation: charector0 2s ease infinite;
}

@keyframes rotate-animation {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(-180deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

@keyframes charector0 {
    0% {
        transform: rotate(5deg);
    }
    15% {
        transform: rotate(-5deg);
    }
    30% {
        transform: rotate(5deg);
    }
}

.left-0 img {
    left: -80px;
}

.sky1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
}

.sky2 {
    position: absolute;
    bottom: 0;
    right: 6%;
    width: 30%;
}

#home .sky1 img,
#home .sky2 img {
    width: 100%;
}

#home .sky1,
#home .sky2 {
    top: 100%;
}

.boolIcon {
    position: absolute;
    left: 55%;
    top: 10vw;
    transform: translate(0%, -50%);
    z-index: 0;
}

.boolIcon img {
    width: 5vw;
}

#home .boolIcon.aos-init.aos-animate {
    position: absolute;
    top: -5vw;
    right: 0;
}

.CharectorAnimation {
    width: 19vw;
    height: 100%;
    position: absolute;
    left: -3.5vw;
    bottom: 20%;
    transform: rotate(-10deg);
}

.CharectorAnimation img {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    display: block;
}

.CharectorAnimation>img:first-child {
    z-index: 2;
    animation: hide 2s infinite linear;
    position: absolute;
}


.appStorCharector {
    width: 20vw;
    margin: 0 auto;
    display: block;
}

.appStorCharector img {
    width: 100%;
}

.phone {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 45vw;
    transform: translate(-50%, -50%);
}

.appStorCharector {
    position: relative;
    top: -10vw;
    z-index: 2;
}

.storeBtnSec {
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -40%);
    width: 100%;
}

.storeBtnSec img {
    width: 50%;
    margin-top: 0%;
}

.phone img {
    width: 100%;
}

/* updated css 5:00 */

.storeBtnSec img:first-child {
    position: absolute;
    right: 66%;
    top: 0;
    z-index: 3;
    width: 50%;
    transform-origin: bottom center;
}

.storeBtnSec img:last-child {
    position: absolute;
    left: 70%;
    top: 0;
    z-index: 3;
    width: 50%;
    transform-origin: bottom center;
}

.phone img {
    width: 100%;
}

.appStorCharector>img:first-child {
    position: absolute;
    animation: hide 2s infinite linear;
}

/* updated css 5:00 */

@keyframes hide {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    21% {
        opacity: 1;
    }
    31% {
        opacity: 1;
    }
    32% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    51% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    61% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.hand {
    position: absolute;
    left: 85%;
    top: 0;
    z-index: 3;
    width: 30%;
    transform-origin: bottom center;
}

.hand img {
    width: 100%;
    display: block;
    position: static;
}

.hand {
    animation: Rotate-eye 1.5s ease-in-out alternate infinite;
    -webkit-animation: Rotate-eye 1.5s ease-in-out alternate infinite;
}

.rightSec .baanerCharecMain>img {
    position: absolute;
}

.rightSec {
    width: 24%;
    position: absolute;
    z-index: 0;
    right: 16%;
    transform: translateY(120%);
    margin: 0 auto;
    opacity: 0;
    bottom: 1vw;
}

.active .rightSec {
    animation: 2s bounceUp 1s forwards;
    animation-timing-function: ease-in-out;
}

.active .rightSec .baanerCharecMain img:nth-child(3) {
    animation: 2s slideup 1.8s linear forwards, 2s rotate-card2 3s linear infinite;
    animation-timing-function: ease-in-out;
    transform-origin: bottom center;
}

.active .rightSec .baanerCharecMain img:nth-child(2) {
    animation: 2s rotate-card 3s linear infinite;
    animation-timing-function: ease-in-out;
    transform-origin: bottom center;
}

.active .rightSec .baanerCharecMain img:nth-child(4) {
    animation: 2s slideup 2.2s linear forwards;
    animation-timing-function: ease-in-out;
}

.active .rightSec .CharectorAnimation {
    animation: 1.6s slideup 1.7s linear forwards;
    animation-timing-function: ease-in-out;
}

.rightSec .baanerCharecMain>img:nth-child(1) {
    left: 40%;
    z-index: 1;
    width: 70%;
    bottom: 80%;
    opacity: 0.5;
}

.rightSec .baanerCharecMain>img:nth-child(2) {
    width: 55%;
    top: -20%;
    left: 40%;
    z-index: 3;
    transform: rotate(1deg) translate(0, -16%);
    position: relative;
}

.rightSec img:nth-child(4) {
    top: 60%;
    left: 16%;
    z-index: 2;
    position: absolute;
    width: 35%;
}

.rightSec img:nth-child(3) {
    top: -5%;
    width: 50%;
    left: 42%;
    z-index: 3;
    transform: rotate(-40deg) translate(0, -10%);
}

.baanerCharecMain {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.rightSec .CharectorAnimation {
    width: 100%;
    left: 25%;
    height: auto;
    top: 0;
    bottom: unset;
    z-index: 5;
    transform: rotate(7deg);
}

.rightSec .CharectorAnimation>img:nth-child(1) {
    width: 100%;
    top: 0;
}

.rightSec .CharectorAnimation>img:nth-child(2) {
    width: 100%;
    position: static;
}

/*.rightSec img:nth-child(1){top: 0;right:0; z-index: 2;} */

@keyframes Rotate-eye {
    0% {
        transform: rotate(-8deg);
    }
    100% {
        transform: rotate(12deg);
    }
}

/*
  ==============================================
  slideUp
  ==============================================
  */

.storeBtnSec img:first-child {
    -webkit-animation: 2s slideUp 2s ease-in-out infinite;
}

.storeBtnSec img:last-child {
    -webkit-animation: 2s slideUp 1s ease-in-out infinite;
}

.counter {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 4%;
}

.counter:after {
    animation: counter1 8s infinite linear;
    counter-reset: num var(--num);
    content: counter(num);
    font-size: 4vw;
    text-align: center;
    line-height: 1.5;
    color: #fff;
}

@keyframes counter1 {
    0%,
    100% {
        --num: 10;
    }
    40% {
        --num: 53;
    }
    80% {
        --num: 99;
    }
}

@-webkit-keyframes bounceUp {
    0% {
        transform: translateY(120%);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    50% {
        transform: translateY(10%);
        opacity: 1;
    }
    100% {
        transform: translateY(20%);
        opacity: 1;
    }
}

@-webkit-keyframes slideup {
    0% {
        margin-top: 0;
    }
    60% {
        margin-top: -7%;
    }
    100% {
        margin-top: 0;
    }
}

@-webkit-keyframes rotate-card {
    0% {
        transform: rotate(1deg) translate(0, -16%);
    }
    60% {
        transform: rotate(-2deg) translate(0, -16%);
    }
    100% {
        transform: rotate(1deg) translate(0, -16%);
    }
}

@-webkit-keyframes rotate-card2 {
    0% {
        transform: rotate(-40deg) translate(0, -10%);
    }
    60% {
        transform: rotate(-38deg) translate(0, -10%);
    }
    100% {
        transform: rotate(-40deg) translate(0, -10%);
    }
}

@-webkit-keyframes slideUp {
    0% {
        margin-top: 0%;
    }
    50% {
        margin-top: 4%;
    }
    100% {
        margin-top: 0%;
    }
}

/*-------------------- start our game-------------------------- */

.games.content {
    position: fixed;
    width: 600px;
    max-width: 90%;
    right: 100%;
    left: -600;
    top: 50%;
    transform: translate(0, -50%);
    height: 100vh;
    z-index: 10002;
    padding: 20px;
    background: rgb(255 255 255 / 93%);
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    transition: ease 0.52s;
    border-radius: 0px 40px 40px 0px;
}

.games.content span.click {
    position: absolute;
    background: rgb(255 255 255);
    left: 100%;
    top: 85%;
    transform: translate(0, -50%);
    padding: 6px;
    border-radius: 0px 20px 20px 0px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 0;
    cursor: pointer;
    width: 140px;
    box-shadow: rgb(0 0 0 / 26%) 5px 1px 12px;
}

.games.content.active {
    right: calc(100% - 600px);
}

.games.content span.click img {
    width: 30px;
    height: auto;
    float: right;
}

.games.content span.click b {
    font-size: 14px;
    color: #656e75;
    position: absolute;
    white-space: pre;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    padding: 6px;
    opacity: 1;
    transition: ease 0.2s;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0);
}

.games.content span.click:hover img {
    animation: jurk ease 1s infinite;
}

.games .wrap {
    width: 100%;
    display: flex;
    height: calc(100vh - 100px);
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    padding-top: 0;
    overflow: auto;
}

.games .game-icon {
    text-align: center;
    width: 80px;
    margin: 40px 10px 0 0;
    cursor: pointer;
}

.games .oGame-title {
    font-size: 13px;
    padding-top: 10px;
    color: #625f58;
    font-family: 'Viga';
}

.games .game-icon img {
    border-radius: 20px;
    transition: ease all 0.3s;
    width: 100%;
}

.games.content h3 {
    font-family: 'Viga';
    color: #625f58;
    text-align: left;
    font-size: 15px;
}

.games.content p {
    color: #625f58;
    font-family: 'Viga';
    font-size: 14px;
}

/* Animation */

@-webkit-keyframes jurk {
    0% {
        -webkit-transform: translate(-5px, 0);
    }
    10% {
        -webkit-transform: translate(5px, 0);
    }
    20% {
        -webkit-transform: translate(-5px, 0px);
    }
    30% {
        -webkit-transform: translate(0, 0px);
    }
    40% {
        -webkit-transform: translate(0, 0px);
    }
    50% {
        -webkit-transform: translate(0, 0px);
    }
    60% {
        -webkit-transform: translate(0, 0px);
    }
    70% {
        -webkit-transform: translate(0px);
    }
    80% {
        -webkit-transform: translate(5px, 0px);
    }
    90% {
        -webkit-transform: translate(-5px, 0px);
    }
    100% {
        -webkit-transform: translate(5px, 0px);
    }
}

@-webkit-keyframes menu-appear-in {
    0% {
        left: -100%;
        -webkit-animation-timing-function: ease-in-out;
    }
    60% {
        left: 10%;
        -webkit-animation-timing-function: ease-in-out;
    }
    100% {
        left: 0;
        -webkit-animation-timing-function: ease-in-out;
    }
}

@-webkit-keyframes menu-appear-out {
    0% {
        left: 0;
        -webkit-animation-timing-function: ease-in-out;
    }
    60% {
        left: 10%;
        -webkit-animation-timing-function: ease-in-out;
    }
    100% {
        left: -100%;
        -webkit-animation-timing-function: ease-in-out;
    }
}

@-webkit-keyframes fadeAppear {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

/*----------------------- End our game -------------------------------- */

/*-----updated Download page css -----*/

#downloadPage .bannerSection {
    background: rgb(21, 152, 252);
    background: linear-gradient(180deg, rgb(21 152 252) 20%, rgba(255, 255, 255, 1) 123%)
}

#downloadPage .bannerMain {
    width: 100%;
}

.downloadTextSec {
    width: 100%;
    padding: 10px;
    background: #fff;
    border-radius: 100px;
    min-height: 200px;
    box-shadow: rgb(0 0 0 / 40%) 0px 0px 30px;
}

.downloadTextSec h1 {
    font-size: 2.5vw;
    padding: 0px 4vw;
    color: #656e75;
    font-family: 'Viga';
    text-align: center;
}

#downloadPage .appStorCharector {
    top: 3px;
}

#downloadPage .playStor>.playStorChil {
    width: 60%;
    max-width: 400px;
    padding: 3vw 0px;
}

#downloadPage .playStor>.playStorChil a:first-child img {
    width: 100%;
    max-width: 400px;
    padding: 1.5vw 0px;
    box-shadow: none;
}

#downloadPage .playStor>.playStorChil>a:last-child img {
    width: 50%;
    margin: 0 auto;
    padding: 0px;
    display: block;
    box-shadow: rgb(0 0 0 / 32%) 0px 0px 22px;
    border-radius: 36px;
}

#downloadPage .appStorSec {
    background: linear-gradient(180deg, #fff, #FFE9A6);
    height: auto;
    display: inline-block;
    width: 100%;
    background-image: url('https://prizepoll.live/PollStyle/img/bgforhome12.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
}
.appStorSec {
    background: linear-gradient(180deg, #fff, #FFE9A6);
    height: auto;
    display: inline-block;
    width: 100%;
    background-image: url('https://prizepoll.live/PollStyle/img/bgforhome12.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
}



.footerChild2 a img {
    margin-bottom: 10px;
    max-width: 60px;
}

#downloadPage .boolIcon {
    position: absolute;
    left: 63%;
    top: 80px;
    transform: translate(0%, -63%);
}

#how-to-play>.baanerSection .leftSec h1 {
    font-size: 1.8vw;
    text-align: left;
    padding: 0 3vw;
}

#how-to-play .sky2.aos-init.aos-animate {
    z-index: 2;
}

#how-to-play .sky2 .baanerCharecMain>img:nth-child(2) {
    width: 90%;
    top: 20%;
    right: -3vw;
    opacity: 0.3;
    z-index: -1;
    position: absolute;
}

#how-to-play .sky2 .baanerCharecMain>img:nth-child(1) {
    top: 0%;
    right: 0;
    z-index: 2;
    width: 80%;
    display: block;
}

#how-to-play .sky2 .baanerCharecMain>img:nth-child(3) {
    top: 0%;
    left: 0;
    z-index: 2;
    width: 80%;
    position: absolute;
    animation: hide 2s infinite linear;
}

#how-to-play>.baanerSection .leftSec h1 {
    font-size: 1.7vw;
}

#how-to-play .baanerCharecMain {
    width: 21vw;
}

#how-to-play>.baanerSection .sky1 img,
#how-to-play>.baanerSection .sky2 img {
    width: 22vw;
}

#how-to-play .baanerCharecMain {
    width: 25vw;
    height: auto;
    margin: 0 auto;
    position: relative;
    right: 3vw;
    top: 1.5vw;
    z-index: -1;
}

#how-to-play .baanerSection {
    background: rgb(21, 152, 252);
    background: linear-gradient(180deg, rgba(21, 152, 252, 1) 43%, rgb(216 238 255) 100%);
    height: calc(100vh - 50px);
    height: 100vh;
}

#how-to-play .appStorSec {
    height: auto;
}

p,
b,
strong,
.content li {
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
    color: #000;
    margin: 0 0 10px;
    font-family: 'Viga';
    list-style: disc;
}

.wrap {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
}

.how_to_play_sec h2 {
    text-align: left;
    text-transform: none;
    font-weight: normal;
    color: #121B25;
    font-family: 'Viga';
    font-size: 20px;
}

.panel-body ol {
    padding-left: 20px;
}


.leftSec {
    z-index: 1;
}

.panel-heading {
    padding: 0;
}

.panel-title a {
    padding: 15px 10px;
    padding-right: 36px;
    display: block;
    text-decoration: none;
    transition: ease all 0.2s;
    font-weight: bold;
    position: relative;
    font-size: 23px;
    letter-spacing: 0.5px;
    line-height: 1.1;
    font-family: 'Viga';
}

.panel-title a:before,
.panel-title a:after {
    position: absolute;
    right: 10px;
    top: 20px;
    transition: ease all 0.2s;
}

.panel-title a:after {
    content: '';
    width: 20px;
    height: 5px;
    background: #fff;
    border-radius: 2.5px;
}

.panel-title a:before {
    content: '';
    width: 20px;
    height: 5px;
    border-radius: 2.5px;
}

.panel-title a.collapsed:before,
.panel-title a.collapsed:after {
    background: #fff;
}

.panel-title a.collapsed:after {
    transform: rotate(-90deg);
}

.panel-default>.panel-heading {
    color: #000;
    background: #121B25;
    text-align: left;
    border-radius: 20px;
}

.panel-group .panel {
    border-radius: 20px;
    /* box-shadow: rgb(0 0 0 / 32%) 0px 0px 22px; */
    margin-bottom: 12px;
}

.wrap.content h1 {
    color: #000;
}

.how-to_playChil {
    /* background: #121B25; */
    /* background: linear-gradient(180deg, #fff, #FFE9A6); */
    border-radius: 25px;
    padding: 20px;
    /* box-shadow: rgb(0 0 0 / 32%) 0px 0px 22px; */
}

.how-to_playChil {
    /* background: #121B25; */
    /* border-radius: 30px; */
    padding: 3vw;
    /* box-shadow: rgb(0 0 0 / 32%) 0px 0px 22px; */
    margin-bottom: 3vw;
    border: 1px solid;
}

.how_to_play img {
    width: 100%;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border: none;
    padding: 3vw;
}

#privacy-policy .storeBtnSec img:first-child,
#privacy-policy .storeBtnSec img:last-child {
    -webkit-animation: unset;
}

#privacy-policy .downloadTextSec {
    min-height: 8vw;
}

#privacy-policy .downloadTextSec h1 {
    font-size: 3.5vw;
}

.how-to_playChil h1 {
    font-size: 36px;
}

#home .testimonialconta {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
}

.logo {
    position: absolute;
    top: 6px;
    left: 0;
}

.socialIcon {
    position: absolute;
    right: 0;
}

.navSec {
    position: relative;
}

div#main_nav {
    width: 100%;
    justify-content: center;
}

/* .appStorSec{
    height: auto;
} */

/*-----End Download page css -----*/

@media screen and (min-width:1024px) and (max-width:1366px) and (orientation: landscape) {
    .ratingChild {
        width: 15vw;
        height: 15vw;
    }
    .ratingChild h2 {
        font-size: 4.3vw;
    }
    .ratingChild h3 {
        font-size: 1.6vw;
    }
    .wheelSteps-wrap {
        width: 60vw;
    }
    .playIcon img {
        width: 8vw;
    }
    .playText p {
        font-size: 1.6vw;
    }
}

@media screen and (min-width:768px) and (max-width:1080px) and (orientation: portrait) {
    #privacy-policy .downloadTextSec h1 {
        font-size: 6vw;
    }
    .how-to_playChil {
        padding: 6vw;
    }
    .footerMain.flex-div.align-mid {
        flex-direction: column;
    }
    .footerChild2,
    .footerChild1 {
        width: 100%;
    }
    .footerChild2::after {
        display: none;
    }
    .footerChild2 a img {
        width: 100%;
        max-width: 40px;
    }
    .downloadTextSec h1 {
        font-size: 5.5vw;
    }
    .downloadTextSec {
        min-height: 23vw;
        width: 90%;
        margin: 0 auto;
    }
    #downloadPage .appStorSec {
        height: auto;
    }
    .games.content span.click {
        top: 75%;
        width: 40px;
    }
    .footerMain {
        padding: 20px;
    }
    .footerSubChil ul li {
        font-size: 13px;
    }
    #downloadPage .playStor>.playStorChil {
        width: 80%;
    }
    #downloadPage .playStor>.playStorChil>a img {
        width: 65%;
    }
    .appStorCharector {
        width: 32vw;
    }
    #downloadPage .appStorCharector {
        width: 65%;
    }
    .padtop-t-b-100 {
        padding: 50px 0px;
    }
    .buttonSec a {
        width: 38vw;
        padding: 10px 5px;
        font-size: 4vw;
    }
    .bannerMain.flex-div {
        flex-direction: column;
    }
    .leftSec,
    .lrightSec {
        width: 100%;
    }
    #how-to-play .baanerSection {
        height: 100vh;
    }
    #how-to-play>.baanerSection .leftSec h1 {
        font-size: 4vw;
    }
    .boolIcon {
        left: 87%;
        top: 20vw;
    }
    .boolIcon img {
        width: 11vw;
    }
    #how-to-play .baanerCharecMain {
        width: 70%;
        flex: 1;
    }
    #how-to-play .baanerCharecMain {
        width: 70%;
    }
    #how-to-play .sky2.aos-init.aos-animate {
        top: 100px;
        width: 90%;
        right: 5vw;
    }
    .sky1 img,
    .sky2 img {
        width: 99vw;
    }
    #how-to-play .baanerCharecMain {
        right: 8vw;
        top: 12px;
    }
    #how-to-play .baanerSec .leftSec {
        padding-top: 70vw;
        position: relative;
        z-index: 4;
    }
    .sky1 {
        display: none;
    }
    .games.content {
        height: 100vh;
        width: 280px;
        transform: translate(0, 0);
        top: 0;
    }
    .games.content.active {
        left: 0;
    }
    .games .game-icon {
        width: 66px;
        margin: 11px 10px 0 0;
    }
    .ratingChild {
        width: 25vw;
        height: 25vw;
        margin: 10px;
    }
    .lineBoder {
        width: 10vw;
        height: 6px;
        display: none;
    }
    .ratingChild h2 {
        font-size: 7vw;
    }
    #home .bannerMain {
        flex-direction: column;
    }
    .ratingChild h3 {
        font-size: 2.5vw;
    }
    .CharectorAnimation {
        left: 50% !important;
        width: 50%;
        transform: translate(-50%, 0);
        top: unset;
        bottom: 0;
        height: 44vw;
    }
    .wrapperChild {
        width: 90vw;
        justify-content: center;
        margin-top: 50vw;
    }
    .wrapperChild h2 {
        font-size: 5vw;
        text-align: center;
    }
    #customers-testimonials .item {
        padding: 10vw 2vw;
    }
    .shadow-effect {
        padding: 2vw;
    }
    .rightSec {
        width: 40%;
        left: 20%;
        right: unset;
        bottom: 10vw;
    }
    #home .sky2 {
        width: 100%;
        right: -16vw;
    }
    .counter:after {
        font-size: 10vw;
    }
    #home .sky2 img {
        width: 70%;
        margin-top: -7vw;
    }
    #home .leftSec {
        position: absolute;
        top: 30vw
    }
    .leftSec h1 {
        font-size: 4.5vw;
    }
    .playText p {
        font-size: 3.5vw;
        margin: 3vw;
    }
    .charector3Main {
        width: 50%;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0%);
        top: unset;
        bottom: 100%;
    }
    .charector3Main img {
        width: 100%;
        bottom: -5px;
    }
    .charector3 img {
        width: 13vw;
        left: 24vw;
    }
    .charector3 img:nth-child(2) {
        top: 28%;
        left: 46%;
        width: 6vw;
    }
    /* .playIcon {
        padding: 1vw;
        width: 14vw;
    } */
    /* .playText {
        width: 45vw;
    } */
    .wheelSteps-wrap {
        right: calc(100% - -20vw);
        /* width: 65vw; */
        flex-direction: column;
    }
    .wheelSteps {
        margin-top: 5vw;
        width: 100%;
        margin-bottom: 3vw;
    }
    .playText img {
        right: -4vw;
        width: 7.5vw;
    }
    .playIcon img {
        width: 15vw;
        margin: 10px auto;
    }
    .ratingSection {
        height: auto;
    }
    /* .playText::before {
        background-image: radial-gradient(circle at 4px 4px, #80bff1 4px, transparent 0);
        background-size: 40px 15px;
        height: 80%;
    } */
    /* .playText::after {
        height: 80%;

    } */
    #how-to-play>.baanerSection .sky2 img {
        width: 95%;
    }
}

@media screen and (max-width:1080px) {
    .how-to_playChil h1 {
        font-size: 30px;
    }
    .downloadTextSec h1 {
        font-size: 3.5vw;
    }
    .downloadTextSec {
        min-height: 13vw;
        width: 100%;
        margin: 0 auto;
    }
    .logo img {
        width: 150px;
        margin-bottom: 5px;
        margin-right: 5px;
    }
    .footerChild2 p {
        font-size: 18px;
    }
    .navWebSec a {
        font-size: 18px;
    }
    .appStorCharector {
        width: 26vw;
        top: -14vw;
    }
    .phone {
        width: 80vw
    }
    .socialIcon ul li {
        width: 40px;
    }
    #downloadPage .playStor>.playStorChil {
        width: 40%;
    }
    .games.content span.click {
        top: 73%;
    }
    .footerMain {
        padding: 10px;
    }
    .footerSubChil ul li {
        font-size: 16px;
    }
    .games.content span.click {
        width: 125px;
        padding: 5px;
    }
    .games.content span.click b {
        left: 3px;
        font-size: 12px;
        padding: 0;
    }
    .how-to_playChil {
        padding: 4vw;
    }
    #privacy-policy .downloadTextSec h1 {
        font-size: 4vw;
    }
    .padtop-t-b-100 {
        padding: 5vw 0px;
    }
    .wrapperChild {
        width: 75vw;
        height: 20vw;
        margin-bottom: 30vw;
        padding: 0px 25px;
    }
    .CharectorAnimation {
        left: -45px;
        width: 33%;
    }
    .wrapperChild h2 {
        font-size: 3.5vw;
    }
    .charector3 img:nth-child(2) {
        top: 53%;
        left: 52%;
    }
}

@media screen and (max-width:926px) and (orientation: landscape) {
    .container {
        padding: 0px 15px;
    }
    #home .leftSec h1 {
        font-size: 2.5vw;
    }
    #home .buttonSec a {
        font-size: 1.8vw;
        width: 20vw;
    }
    .rightSec {
        width: 20%;
        margin: 0 auto;
    }
    .footerSubChil ul li {
        font-size: 14px;
    }
    .footerChild2 p {
        font-size: 16px;
    }
    .footerMain {
        padding: 5px;
    }
    .how-to_playChil h1 {
        font-size: 24px;
    }
    .how-to_playChil {
        padding: 5vw;
    }
    #privacy-policy .downloadTextSec h1 {
        font-size: 5vw;
    }
    .buttonSec a {
        width: 200px;
        padding: 10px 5px;
        font-size: 20px;
    }
    #how-to-play>.baanerSection .leftSec h1 {
        font-size: 2.4vw;
    }
    #how-to-play .baanerCharecMain {
        width: 21vw;
    }
    .sky1 img,
    .sky2 img {
        width: 22vw;
    }
    .games.content.active {
        right: calc(100% - 420px);
    }
    .games.content {
        width: 420px;
        padding: 26px 20px;
    }
    .games .game-icon {
        width: 73px;
        margin: 15px 10px 0 0;
    }
    .games .oGame-title {
        font-size: 10px;
        padding-top: 5px;
    }
    .padtop-l-r-60 {
        padding: 0px 35px;
    }
    .wrapperChild {
        margin: 10vw auto;
    }
    .phone {
        width: 65vw;
    }
    .appStorCharector {
        width: 22vw;
        top: -10vw;
    }
    .shadow-effect {
        padding: 3.4vw 2vw;
    }
    div#customers-testimonials {
        padding: 6vw 0px;
    }
    .ratingChild {
        width: 14vw;
        height: 14vw;
    }
    .ratingChild h2 {
        font-size: 4.3vw;
    }
    .ratingChild h3 {
        font-size: 1.6vw;
    }
    .playText img {
        right: -3vw;
        width: 5vw;
    }
    .wheelSteps-wrap {
        width: 70vw;
        right: calc(100% + 5vw);
    }
    .playText p {
        font-size: 1.7vw;
    }
    .playText {
        padding: 2vw;
    }
    .ratingSection {
        height: 60vw;
    }
    .wheelSec {
        top: 40%;
    }
    .playText::before {
        background-image: radial-gradient(circle at 10px 6px, #80bff1 3px, transparent 0);
    }
    .wheelSteps {
        margin: 0px 2vw;
    }
}

@media only screen and (min-width: 681px) {
    #main_nav {
        display: flex !important;
    }
}

@media only screen and (max-width: 680px) {
    .socialIcon {
        position: relative;
        left: 0;
        right: unset;
    }
    .container {
        padding: 0px;
    }
    .menu_icon {
        display: block;
        cursor: pointer;
    }
    .menu_icon span {
        height: 3px;
        background-color: #fff;
        width: 100%;
        display: block;
        margin-top: 3px;
        border-radius: 2px;
    }
    .navSec {
        flex-direction: column;
    }
    .logo {
        position: absolute;
        left: 40%;
        transform: translate(-50%, 0);
        top: 20px;
    }
    .navbg {
        position: absolute;
    }
    .overhide {
        overflow: hidden;
    }
    .header_nav {
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        padding-top: 55px;
        max-width: 250px;
        background: #000000d4;
        height: 100vh;
        z-index: 9;
        display: none;
        border-radius: 25px 0px 0px 25px;
    }
    .socialIcon ul li {
        width: 64px;
    }
    .navWebSec a {
        font-family: 'Viga';
        text-shadow: none;
        text-decoration: underline;
    }
    .navWebSec a:before {
        background: none;
    }
    .menu_icon {
        position: absolute;
        right: 10px;
        top: 10px;
        background: #14baff99;
        height: 40px;
        z-index: 99;
        width: 44px;
        border-radius: 10px;
        color: #fff;
        text-align: center;
        padding: 10px;
    }
    .new_add .line_1 {
        display: none;
    }
    .new_add .line_2 {
        transform: rotate(50deg);
        position: relative;
        top: 6px;
        left: 0px;
    }
    .new_add .line_3 {
        transform: rotate(-50deg);
        position: relative;
        left: -1px;
        top: 0px;
    }
    .nav {
        border-top: 2px solid #01487f;
    }
    .webmanu {
        display: none;
    }
    .navWebSec li {
        display: block;
    }
    .mobilManu {
        display: block;
    }
    .panel-title a {
        font-size: 18px;
    }
    .buttonSec a {
        font-size: 16px;
    }
    .games.content.active {
        right: calc(100% - 380px);
    }
    .games.content {
        width: 380px;
    }
    .appStorCharector {
        width: 24vw;
    }
    .phone {
        width: 80vw
    }
    #customers-testimonials .item {
        padding: 15vw;
    }
    .shadow-effect {
        padding: 6vw;
    }
}

@media screen and (max-width:520px) and (orientation: portrait) {
    #privacy-policy .downloadTextSec h1 {
        font-size: 6vw;
    }
    .how-to_playChil {
        padding: 6vw;
    }
    .footerMain.flex-div.align-mid {
        flex-direction: column;
    }
    .footerChild2,
    .footerChild1 {
        width: 100%;
    }
    .footerChild2::after {
        display: none;
    }
    .footerChild2 a img {
        width: 100%;
        max-width: 40px;
    }
    .downloadTextSec h1 {
        font-size: 5.5vw;
    }
    .downloadTextSec {
        min-height: 23vw;
        width: 90%;
        margin: 0 auto;
    }
    .playStor.positionR.flex-div.align-mid.jus-center {
        flex-direction: column;
    }
    #downloadPage .appStorSec {
        height: auto;
    }
    .games.content span.click {
        top: 75%;
        width: 40px;
    }
    .games.content span.click b {
        display: none;
    }
    .footerMain {
        padding: 20px;
    }
    .footerSubChil ul li {
        font-size: 13px;
    }
    #downloadPage .playStor>.playStorChil {
        width: 80%;
        margin-bottom: 10vw;
    }
    #downloadPage .playStor>.playStorChil>a img {
        width: 65%;
    }
    .appStorCharector {
        width: 50vw;
        top: -25vw;
    }
    #downloadPage .appStorCharector {
        width: 65%;
    }
    .padtop-t-b-100 {
        padding: 50px 0px;
    }
    .buttonSec a {
        width: 38vw;
        padding: 10px 5px;
        font-size: 4vw;
    }
    .bannerMain.flex-div {
        flex-direction: column;
    }
    .leftSec,
    .lrightSec {
        width: 100%;
    }
    #how-to-play .baanerSection {
        height: 100vh;
    }
    #how-to-play>.baanerSection .leftSec h1 {
        font-size: 4vw;
    }
    .boolIcon {
        left: 70%;
        top: -63vw;
    }
    .boolIcon img {
        width: 16vw;
    }
    #how-to-play .baanerCharecMain {
        width: 70%;
        flex: 1;
    }
    #how-to-play .baanerCharecMain {
        width: 70%;
    }
    #how-to-play .sky2.aos-init.aos-animate {
        top: 100px;
        width: 90%;
        right: 5vw;
    }
    .sky1 img,
    .sky2 img {
        width: 99vw;
    }
    #how-to-play .baanerCharecMain {
        right: 8vw;
        top: 12px;
    }
    #how-to-play .baanerSec .leftSec {
        padding-top: 70vw;
        position: relative;
        z-index: 4;
    }
    .sky1 {
        display: none;
    }
    .games.content {
        height: 100vh;
        width: 280px;
        transform: translate(0, 0);
        top: 0;
    }
    .games.content.active {
        left: 0;
    }
    .games .game-icon {
        width: 66px;
        margin: 11px 10px 0 0;
    }
    .ratingChild {
        width: 50vw;
        height: 50vw;
        margin: 10px;
    }
    .lineBoder {
        width: 10vw;
        height: 6px;
        display: none;
    }
    .ratingChild h2 {
        font-size: 15vw;
    }
    #home .bannerMain {
        flex-direction: column;
    }
    .ratingChild h3 {
        font-size: 5.5vw;
    }
    .CharectorAnimation {
        left: 50%;
        width: 50vw;
        transform: translate(-50%, 0);
        top: unset;
        bottom: 90%;
        height: 50vw;
    }
    .wrapperChild {
        width: 90vw;
        justify-content: center;
        margin-top: 55vw;
    }
    .wrapperChild h2 {
        font-size: 5vw;
        text-align: center;
    }
    #customers-testimonials .item {
        padding: 10vw 2vw;
    }
    .shadow-effect {
        padding: 2vw;
        border-radius: 20px;
    }
    #customers-testimonials .shadow-effect p {
        font-size: 14px;
    }
    #customers-testimonials .shadow-effect h2 {
        font-size: 18px;
    }
    .rightSec {
        width: 60%;
        left: 7%;
        right: unset;
        bottom: 11vw;
    }
    #home .sky2 {
        width: 100%;
        right: -10vw;
    }
    .counter:after {
        font-size: 10vw;
    }
    #home .sky2 img {
        width: 90%;
        margin-top: -7vw;
    }
    #home .leftSec {
        position: absolute;
        top: 40vw
    }
    .leftSec h1 {
        font-size: 6.5vw;
    }
    .playText p {
        font-size: 5vw;
    }
    .ratingMain {
        flex-direction: column;
        width: 100%;
    }
    .charector3Main {
        width: 50vw;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0%);
        top: unset;
        bottom: 100%;
    }
    .charector3Main img {
        width: 100%;
        bottom: -1.5vw;
    }
    .charector3 img {
        width: 16vw;
        left: 25vw;
    }
    .charector3 img:nth-child(2) {
        top: 25%;
        left: 45%;
        width: 7vw;
    }
    .playText {
        width: 100%;
        padding: 8vw
    }
    .playIcon {
        padding: 5vw
    }
    .playIcon img {
        width: 28vw;
    }
    .playText::before {
        background-image: radial-gradient(circle at 13px 6px, #80bff1 3px, transparent 0);
    }
    .wheelSteps-wrap {
        top: -70%;
    }
    .wheelSteps {
        margin-top: 5vw;
        width: 100%;
        margin-bottom: 3vw;
    }
    .playText img {
        right: -4vw;
        width: 7.5vw;
    }
    #how-to-play>.baanerSection .sky2 img {
        width: 95%;
    }
    .wheelSec {
        top: 80%;
        width: 80vw;
        right: -50%;
        transform: translate(0, -80%);
        display: none;
    }
    .flex-div.align-left.jus-start.wheelSteps-wrap.party {
        flex-direction: column;
        position: relative;
        width: 69vw;
    }
    .ratingSection {
        height: auto;
    }
    .phone {
        width: 100vw;
    }
    .buttonSec a {
        margin: 0px 3vw;
    }
    #home .boolIcon.aos-init.aos-animate {
        top: -74vw;
    }
}