@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Lilita+One&family=Spicy+Rice&display=swap');

/* 
font-family: "Figtree", sans-serif;
font-family: "Lilita One", sans-serif;
font-family: "Spicy Rice", serif;
 */

/* body,
html {
    overflow-x: hidden;
} */
/* body,html{
    width: 100%;
} */

:root {
    --figtree: "Figtree", sans-serif;
    --lilitaOne: "Lilita One", sans-serif;
    --spicyRice: "Spicy Rice", serif;
    --black: #000;
    --white: #fff;
    scroll-behavior: smooth;
    --bodyBg: #FAF9EE;
    --themeYellow: #FBC81E;
    --themeBrown: #BC5A18;
    --bodyColor: #0B0525;
    --themeGreen: #C1D95F;
    --themeLightYellow: #FFE6B4;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--figtree);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-weight: normal;
    font-style: normal;
    color: var(--bodyColor);
    font-size: 20px;
    line-height: 1.5;
    background-color: var(--bodyBg);
}


b,
strong {
    font-weight: 700;
}

p {
    margin: 0 0 22px 0;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 25px 0;
    padding: 0;
    font-family: var(--lilitaOne);
    text-transform: uppercase;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}



h1,
.h1-title {
    font-size: 96px;
    line-height: 1;
}

h2,
.h2-title {
    font-size: 76px;
    line-height: 1;
}

h3,
.h3-title {
    font-size: 60px;
    line-height: 1;
}

h4,
.h4-title {
    font-size: 40px;
    line-height: 1.2;

}

h5,
.h5-title {
    font-size: 32px;
    line-height: 1.2;

}




a {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-decoration: none !important;
    outline: none !important;
    color: var(--themeYellow);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

a:hover {
    color: var(--bodyColor);
}

img {
    max-width: 100%;
}


input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
    background-color: transparent;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #000;
    border: 1px solid rgba(255, 255, 255, 0.7);
    height: 58px;
    padding: 0 16px;
    outline: none !important;
}

textarea {
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 12px 16px;
    width: 100%;
    color: #000;
    height: 158px;
    outline: none !important;
}

select {
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: 100%;
    padding: 0 11px;
    background: url(images/sort-down.svg) no-repeat calc(100% - 16px) center transparent;
    background-size: 18px;
    padding-right: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

input[type="submit"] {
    background: #eab71e;
    color: #000000;
    height: 58px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;

    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
    background: #000;
    color: #eab71e;
}

::-webkit-input-placeholder {
    opacity: 0.7;
    color: #000;
}

:-ms-input-placeholder {
    opacity: 0.7;
    color: #000;
}

::-moz-placeholder {
    opacity: 0.7;
    color: #000;
}

:-moz-placeholder {
    opacity: 0.7;
    color: #000;
}







/* images alignment for wordpress content pages */
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
    clear: both;
}



/* custom checkbox */

.form_input_check label {
    position: relative;
    margin: 0;
    padding-left: 40px;
    display: inline-block;
}

.form_input_check label span {
    margin: 0;
    padding: 0;
}

.form_input_check label input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    border: 1px solid #3E3E42;
    background: transparent;
}

.form_input_check label input[type="checkbox"]+span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(images/tick.svg) no-repeat center center;
    background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/* .form_input_check input[type="checkbox"]:checked + span::before {

    } */

.form_input_check label input[type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}



/* custom radio */

.form_input_radio label {
    position: relative;
    margin: 0;
    padding-left: 30px;
    display: inline-block;
}

.form_input_radio label span {
    margin: 0;
    padding: 0;
}

.form_input_radio label input[type="radio"] {
    visibility: hidden;
    display: none;
}

.form_input_radio label input[type="radio"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border: 2px solid #000000;
    border-radius: 100%;
    background: #fff;
}

.form_input_radio label input[type="radio"]+span::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #4b0049;
    position: absolute;
    top: 6px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/* .form_input_radio input[type="radio"]:checked + span::before {

    } */

.form_input_radio label input[type="radio"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* custom radio end */

/* back to top */

#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    background-color: #bdd653;
    display: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    line-height: 68px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    z-index: 9;
}

#scroll:hover {
    background: #88a725;
}

#scroll i {
    color: #fff;
    font-size: 44px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#scroll:hover i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}




/* navbar*/

.navbar-brand {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 228px;
    display: inline-block;
}

.navbar {
    justify-content: center;
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.navbar-nav li {
    position: relative;
    list-style: none;
}

.navbar-nav>li {
    margin: 0 15px;
    padding: 20px 0;
    position: relative;
}

.navbar-nav>li:last-child {
    margin-right: 0;
}

.navbar-nav>li:first-child {
    margin-left: 0;
}

.navbar-nav>li>a {
    color: #000;
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    font-weight: normal;
}

.navbar-nav>li>a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #3B61DC;
    /* opacity: 0; */
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
    color: #3B61DC;
}

.navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
    width: 100%;
}


/* navbar submenu*/

.sub-menu {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 140px;
    padding: 0;
}

.sub-menu>li>a {
    color: #000;
    display: block;
    width: 100%;
    padding: 6px 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.sub-menu>li {
    width: 100%;
    display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
    background: #eab71e;
    color: #fff;
}



.navbar-nav>li:last-child>.sub-menu {
    right: 0;
    left: inherit;
    padding: 0;
}

/* 2nd level submenu */
.navbar-nav>li>.sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}


/* for push-menu */
.navbar-collapse .navbar-toggler {
    display: none;
}

#navoverlay {
    display: block;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    margin: 0;
    padding: 0;
    z-index: 99;
    -webkit-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

/* for push-menu end*/

.container {
    padding: 0 15px;
    width: 100%;
}

.main-head {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    padding-top: 41px;
}

.bnnr-section {
    position: relative;
    z-index: 1;
}

.bnnr-section figure {
    width: 100%;
    height: 99%;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.bnnr-section figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.bnnr-content-main {
    width: 100%;
    padding-top: 200px;
    position: relative;
    z-index: 1;
    min-height: 850px;
    padding-bottom: 100px;
}

.bnnr-content-innr {
    max-width: 500px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.bnnr-content-innr::before {
    position: absolute;
    content: "";
    background: url(images/bnnr-content-bg.webp) center no-repeat;
    background-size: 100% 100%;
    top: -18%;
    bottom: 0;
    left: calc(((100vw - 1515px) / 2) * -1);
    right: 0;
    z-index: -1;
    pointer-events: none;
}

.bnnr-content-innr h1 {
    text-transform: uppercase;
    color: var(--themeYellow);
    -webkit-background-clip: text;
    -webkit-text-stroke: 16px transparent;
    background-color: var(--themeBrown);
    margin-bottom: 18px;
    position: relative;
    padding-left: 7px;
}

.bnnr-content-innr h1 .word {
    -webkit-background-clip: text;
    -webkit-text-stroke: 16px transparent;
    background-color: var(--themeBrown);
}

.bnnr-content-innr p {
    max-width: 390px;
    width: 100%;
    color: var(--white);
    margin-bottom: 25px;
}

.cmn-btn {
    background-image: url(images/btn-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 30px 44px;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.18;
    color: var(--white);
    -webkit-text-stroke: 0.5px var(--black);
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
}

.cmn-btn:hover {
    color: var(--white);
    -webkit-animation: zoom-effect 0.8s ease-in-out;
    animation: zoom-effect 0.8s ease-in-out;
}

@-webkit-keyframes zoom-effect {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


@keyframes zoom-effect {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.bnnr-shpe {
    width: 100%;
    pointer-events: none;
    display: block;
    transform: translateY(1px);
}

.bnnr-shpe img {
    width: 100%;
}

.bnnr-tesla4 {
    position: absolute;
    width: 15vw;
    bottom: 2.5%;
    right: 5vw;
    z-index: 1;
    pointer-events: none;
}

.bnnr-tesla4 img {
    width: 100%;
    transform: scale(2);
    transform-origin: bottom;
}

.bnnr-trees {
    position: absolute;
    width: 26.09vw;
    bottom: -1%;
    right: -4.06vw;
    z-index: 2;
}

.bnnr-trees img {
    width: 100%;
}

.page-wrapper {
    overflow: hidden;
}

.how-work-section {
    padding-top: 92px;
    position: relative;
    z-index: 2;
}

.how-work-innr {
    position: relative;
    padding: 90px 0 130px;
}

.how-work-video-col {
    width: 49%;
}

.how-work-txt-col {
    width: 51%;
}

.how-work-vido-main {
    max-width: 900px;
    width: 100%;
    position: relative;
    box-shadow: 0px 20px 90px 90px rgba(128, 67, 2, 0.5);
    margin: 0 auto;
}

.how-work-vido-main-outtr .sec-head {
    text-align: center;
    margin-bottom: 140px;
}

.how-work-vido-wrppr {
    width: 100%;
    position: relative;
    padding-bottom: 62.3%;
}

.how-work-vido-wrppr>video,
.how-work-vido-wrppr>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.ply-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(7px);
    border-radius: 50%;
    z-index: 2;
}

.ply-btn:hover {
    transform: translate(-50%, -50%) scale(1.2);

}

.hw-wrk-frame {
    position: absolute;
    width: 137%;
    height: 137%;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
}

.hw-wrk-frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sec-head h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.how-work-content {
    margin-left: 90px;
    max-width: 442px;
}

.how-work-vido-main-outtr {
    position: relative;
    z-index: 1;
}

.how-work-rw {
    align-items: center;
}

.yllw-bx {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}

.yllw-bx img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.large-txt {
    font-family: var(--spicyRice);
    font-weight: 400;
    font-size: 15.65vw;
    line-height: 1;
    background: linear-gradient(180deg, #F3F1D7 8.06%, #FAF9EE 107.37%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: absolute;
    top: -1%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: -1;
    pointer-events: none;
}

.plane {
    max-width: 150px;
    width: 100%;
    position: absolute;
    top: -4%;
    left: 20%;
    filter: drop-shadow(0px 24px 34px rgba(83, 41, 7, 0.35));
    transform: rotate(6.09deg);
    pointer-events: none;
    z-index: 3;
}

.plane img,
.cartoon-girl img,
.cartoon-girl img,
.cloud-shpe img {
    width: 100%;
}

.cartoon-girl {
    position: absolute;
    max-width: 250px;
    width: 100%;
    bottom: 5%;
    right: 25px;
    z-index: 2;
    pointer-events: none;
}

.cloud-shpe {
    position: absolute;
    max-width: 331px;
    width: 100%;
    z-index: 2;
    pointer-events: none;
}

.top-right {
    right: -103px;
    top: 33px;
}

.top-lft {
    top: 10px;
    left: 53px;
}

.each-game-sec.third .ech-gme-img-wrppr span {
    box-shadow: 0 26px 54px rgba(54, 29, 6, 0.55);
}

.the-game-section {
    padding-top: 95px;
    padding-bottom: 86px;
    position: relative;
    z-index: 2;
}

.game-sec-main-head {
    text-align: center;
    margin-bottom: 55px;
    position: relative;
    z-index: 2;
}

.game-content-outtr {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.game-content-wrpr {
    flex: 1;
    position: relative;
    z-index: 1;
    margin-left: -78px;
    padding: 132px 30px 133px 78px;
}

.brdr-bx {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    min-width: 1186px;
    background-color: var(--white);
    border-width: 10px;
    border-style: solid;
    border-radius: 50px;
    pointer-events: none;
}

.game-content-innr {
    max-width: 650px;
    width: 100%;
}

.game-content-innr p {
    max-width: 620px;
    width: 100%;
}

.game-content-innr h3 {
    margin-bottom: 15px;
}

.ech-gme-img-wrppr {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
}

.ech-gme-img-wrppr span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 414px;
    width: 100%;
    display: block;
    line-height: 0;
    border: 8px solid #AEC80C;
    border-radius: 40px;
    overflow: hidden;
}

.ech-gme-img-wrppr span img {
    width: 100%;
}

.each-game-sec {
    position: relative;
    padding: 60px 0;
}

.each-shpe-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -2;
    top: 0;
    left: 0;
    background-color: var(--bodyBg);
}

.each-shpe-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: luminosity;
    opacity: 0.23;
}

.each-game-main {
    position: relative;
    z-index: 1;
}

.each-game-sec:first-child {
    padding-top: 0;
}

.each-game-sec:last-child {
    padding-bottom: 0;
}

.each-game-sec:nth-child(even) .game-content-outtr {
    flex-direction: row-reverse;
}

.each-game-sec:nth-child(2) .ech-gme-img-wrppr span {
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 26px 54px rgba(15, 54, 6, 0.55);
}

.each-game-sec:last-child .ech-gme-img-wrppr span {
    left: auto;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
    border-color: rgba(200, 115, 12, 0.62);
}

.each-game-sec:nth-child(even) .game-content-wrpr {
    margin-right: -65px;
    margin-left: 0;
    padding: 127px 30px 127px 89px;
}

.each-game-sec:nth-child(even) .brdr-bx {
    left: auto;
    right: 0;
}

.each-shpe-bg::before {
    position: absolute;
    content: "";
    width: 110%;
    height: 42%;
    left: 50%;
    top: -32%;
    background: var(--bodyBg);
    filter: blur(37px);
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 2;
}

.airballn {
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.airballn img {
    width: 100%;
}

.airballn.one {
    filter: drop-shadow(0px 34px 34px rgba(39, 60, 3, 0.65));
    transform: rotate(16.34deg);
    width: 65px;
    top: 40px;
    right: 40px;
}

.airballn.one.game {
    top: 13%;
    right: 7%;
    z-index: 2;
}

.airballn.two {
    width: 90px;
    filter: drop-shadow(0px 24px 34px rgba(83, 41, 7, 0.45));
    transform: rotate(-14.95deg);
    top: 0;
    left: 19%;
}

.boy-with-tree {
    max-width: 340px;
    width: 100%;
    position: absolute;
    bottom: -32px;
    right: 33.5%;
    z-index: 2;
    pointer-events: none;
}

.toys-wheel {
    max-width: 300px;
    width: 100%;
    position: absolute;
    bottom: -75px;
    left: -23%;
    z-index: 2;
    pointer-events: none;
}

.toys-wheel::after {
    position: absolute;
    content: "";
    width: 140%;
    height: 50%;
    left: 50%;
    bottom: -18%;
    background: var(--bodyBg);
    filter: blur(37px);
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 1;
}

.boy-with-tree img,
.toys-wheel img {
    width: 100%;
}

.work-bg {
    position: absolute;
    width: 100%;
    bottom: -13%;
    top: 27%;
    left: 0;
    z-index: -1;
    background-color: var(--bodyBg);
    pointer-events: none;
}

.work-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: luminosity;
    opacity: 0.23;
}

.work-bg::before {
    position: absolute;
    content: "";
    width: 110%;
    height: 36%;
    left: 50%;
    top: -20%;
    background: var(--bodyBg);
    filter: blur(37px);
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 1;
}

.tree-cloud {
    width: 100%;
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.tree-cloud img {
    width: 100%;
}

.tree-cloud.left {
    bottom: -7%;
    left: -18%;
    max-width: 610px;
}

.tree-cloud.right {
    bottom: -5%;
    right: -20%;
    max-width: 560px;
}

.each-game-sec.secnd .each-shpe-bg img {
    opacity: 0.2;
}

.each-game-sec.secnd .each-shpe-bg::before {
    height: 34%;
    top: -14%;
}

.each-game-sec.secnd .each-shpe-bg::after {
    position: absolute;
    content: "";
    width: 110%;
    height: 34%;
    left: 50%;
    bottom: -26%;
    background: var(--bodyBg);
    filter: blur(34px);
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 2;
}

.cloud-each {
    max-width: 330px;
    width: 100%;
    position: absolute;
    bottom: -64px;
    right: -22px;
    z-index: 2;
    pointer-events: none;
}

.cloud-each img {
    width: 100%;
}

.cloud-each.lft {
    right: inherit;
    left: -105px;
    bottom: 21px;
}

.airballn.three {
    width: 95px;
    transform: rotate(17.82deg);
    top: 50px;
    right: 17%;
}

.building-img {
    max-width: 270px;
    width: 100%;
    position: absolute;
    top: 12%;
    right: -15%;
    z-index: 2;
    pointer-events: none;
}

.building-img img {
    width: 100%;
}

.building-img::after {
    position: absolute;
    content: "";
    width: 130%;
    height: 36%;
    left: 50%;
    bottom: -20%;
    background: var(--bodyBg);
    filter: blur(32px);
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 1;
}

.each-game-sec.third .plane {
    filter: drop-shadow(0px 24px 24px rgba(83, 41, 7, 0.45));
    transform: matrix(-0.99, 0.11, 0.11, 0.99, 0, 0);
    top: 15px;
    left: 40%;
}

.each-game-sec.third .cloud-each {
    top: 95px;
    right: -72px;
    bottom: auto;
}

.girl-thumup {
    max-width: 270px;
    width: 100%;
    position: absolute;
    left: -16%;
    bottom: -175px;
    z-index: 2;
    pointer-events: none;
}

.girl-thumup img,
.grup-icon img {
    width: 100%;
}

.grup-icon {
    width: 211px;
    position: absolute;
    left: 90px;
    bottom: 65px;
    z-index: 1;
    pointer-events: none;
}

.roadmap-section {
    position: relative;
    z-index: 1;
}

.roadmap-bg {
    position: absolute;
    width: 100%;
    top: 1px;
    bottom: 1px;
    left: 0;
    pointer-events: none;
}

.roadmap-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.roadmap-main {
    position: relative;
    z-index: 1;
}

.road-shpe,
.road-shpe img {
    width: 100%;
    display: block;
}

.road-shpe.one {
    margin-bottom: 27px;
}

.roadmap-head {
    text-align: center;
    margin-bottom: 35px;
}

.roadmap-head h2 {
    color: var(--white);
}

.all-cards-main {
    max-width: 1133px;
    width: 100%;
    margin: 0 auto;
}

.each-card-itm:not(:last-child) {
    margin-bottom: 16px;
}

.each-card-wrppr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 41px 41px 35px 42px;
    background: rgba(255, 255, 255, 0.9);
    border: 10px solid #FCD35E;
    backdrop-filter: blur(17px);
    border-radius: 30px;
}

.card-btn-lists {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: 0 0 auto;
}

.card-btn-lists li {
    padding: 0 11px;
}

.card-btn-lists li:first-child {
    padding-left: 0;
}

.card-btn-lists li:last-child {
    padding-right: 0;
}

.card-btn-lists li a {
    width: 101px;
    height: 101px;
    background: #FFB016;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
}

.card-btn-lists li a:hover {
    background-color: var(--themeGreen);
}

.each-card-info {
    flex: 1;
    padding-right: 25px;
}

.each-card-info .h4-title {
    line-height: 1.15;
    margin-bottom: 10px;
}

.each-card-info p {
    font-weight: 500;
    font-size: 36px;
    line-height: 1;
}

.road-shpe.two {
    margin-top: -10px;
}

.roadmap-content {
    position: relative;
    z-index: 1;
}

.roadmap-main .plane {
    filter: drop-shadow(0px 34px 24px rgba(9, 96, 123, 0.58));
    transform: inherit;
    left: 19%;
    top: -15%;
}

.roadmap-main .airballn {
    width: 112px;
    filter: drop-shadow(0px 34px 52px rgba(9, 96, 123, 0.58)) drop-shadow(0px 24px 54px rgba(19, 41, 6, 0.45));
    transform: rotate(20.74deg);
    top: -12.8%;
    left: inherit;
    right: 21%;
}

.train-toy {
    position: absolute;
    max-width: 790px;
    width: 100%;
    bottom: -20%;
    left: -35%;
    z-index: 2;
    pointer-events: none;
}

.train-toy img {
    width: 100%;
}

.token-rw {
    align-items: center;
}

.token-content-col {
    width: 41%;
    flex: 0 0 auto;
}

.token-img-col {
    width: 59%;
    flex: 0 0 auto;
}

.token-content {
    max-width: 600px;
    padding-top: 130px;
    position: relative;
    z-index: 2;
}

.token-content .sec-head {
    margin-bottom: 30px;
}

.token-content .sec-head h2 {
    max-width: 480px;
    margin-bottom: 15px;
}

.token-content .cmn-btn {
    background-image: url(images/btn-large.svg);
    padding: 30px 35px;
}

.token-img-main {
    margin-left: -3%;
    margin-right: -8%;
    position: relative;
}

.token-img-wrppr {
    width: 100%;
    position: relative;
    z-index: 1;
}

.token-img-wrppr img {
    width: 100%;
}

.token-img-main .plane {
    filter: none;
    top: 16%;
    left: 12%;
    transform: inherit;
}

.token-img-main .airballn {
    width: 97px;
    transform: rotate(17.82deg);
    top: 7%;
    right: 8%;
}

.coin-card-rw {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

/* Hide November Roblox element */
.all-cards-main .each-card-itm:nth-child(5) {
    display: none;
}

/* Make Tesla images 2x bigger while keeping bottom position unchanged */
.cartoon-girl img[src*="tesla3.webp"] {
    transform: scale(2);
    transform-origin: bottom;
}

.girl-thumup img[src*="tesla1.webp"] {
    transform: scale(1.5);
    transform-origin: bottom;
}

.coin-cards {
    width: 100%;
    height: 100%;
    background-color: var(--white);
    border: 5px solid #FCD35E;
    backdrop-filter: blur(17px);
    border-radius: 24px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.coin-cards p {
    font-weight: 500;
    font-size: 36px;
    line-height: 1.65;
    text-align: center;
    margin-bottom: 24px;
    color: var(--bodyColor);
}

.coin-cards img {
    width: 130px;
    height: 130px;
    border-radius: 20px;
    object-fit: cover;
}

.coin-card-main {
    position: relative;
    z-index: 2;
    margin-top: -56px;
}

.token-sec-main {
    position: relative;
    z-index: 1;
}

.token-section {
    padding-bottom: 110px;
    position: relative;
    z-index: 1;
}

.token-bg {
    height: 78%;
    position: absolute;
    top: 15%;
    left: 0;
    width: 37%;
    background-color: var(--bodyBg);
    pointer-events: none;
}

.token-bg img {
    width: 100%;
    height: 100%;
    /* object-fit: contain; */
    mix-blend-mode: luminosity;
    opacity: 0.23;
}


/* sp starts */

.main-footer {
    background-color: var(--bodyColor);
    overflow: hidden;
    position: relative;
}

.footer-inr {
    min-height: 486px;
    position: relative;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.cmn-sec-in {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.footer-left-side {
    max-width: 363px;
    position: absolute;
    bottom: -19%;
    left: -2%;
    width: 25%;
    z-index: 2;
    pointer-events: none;
}

.footer-right-side {
    pointer-events: none;
    max-width: 448px;
    position: absolute;
    bottom: -17%;
    right: -2.3%;
    width: 30%;
    z-index: 2;
}

.footer-middle-side {
    max-width: 850px;
}

.footer-middle-inr {
    width: 100%;
    height: 100%;
    padding: 46px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    max-width: 850px;
}

.footer-btn-wrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -16px -16px 0;
}

.footer-btn-wrp>* {
    margin: 0 16px 16px 0;
}

.footer-btn-wrp a {
    width: 63px;
    height: 63px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.footer-btn-wrp a:hover {
    animation: zoom-effect 0.8s ease-in-out;
}

.footer-btn-wrp a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-para-wrp p {
    color: #726E81;
    margin-bottom: 12px;
}

.footer-para-wrp>*:last-child {
    margin-bottom: 0;
}

.footer-para-wrp {
    margin: 42px 0 55px 0;
}

.footer-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -26px;
    padding-left: 0;
    list-style: none;
}

.footer-ul li {
    padding: 26px;
}

.footer-ul li a {
    color: var(--white);
}

.footer-ul li a:hover {
    color: var(--themeBrown);
}

.allrights {
    color: #726E81;
}

.allrights a {
    color: #726E81;
    margin-top: 12px;
}

.allrights a:hover {
    color: var(--themeBrown);
}

.footer-left-gr {
    position: absolute;
    left: -27%;
    top: -150%;
    z-index: 1;
    pointer-events: none;
}

.footer-right-gr {
    position: absolute;
    right: -33%;
    bottom: -140%;
    z-index: 1;
    pointer-events: none;
}

.footer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    pointer-events: none;
}

.cmn-sec-in .large-txt {
    background: rgba(255, 255, 255, 0.02);
    position: absolute;
    bottom: -100px;
    top: auto;
    z-index: 1;
    background-clip: text;
    pointer-events: none;
}

.socialpixel-sec {
    width: 100%;
    position: relative;
    padding: 100px 0 0 0;
}

.socialpixel-inr-wrp {
    position: relative;
    z-index: 1;
}

.three-imgs-wrp .socilapixel-banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    opacity: 0.2;
    mix-blend-mode: luminosity;
}

.socialpixel-inr {
    display: flex;
    align-items: flex-end;
}

.left-socialpixel {
    margin-left: -18.1%;
    margin-right: -9.9%;
    flex-grow: 1;
}

.left-socialpixel img {
    width: 100%;
}

.right-socialpixel {
    margin-right: -13.3%;
    margin-left: -5.2%;
    transform: translateY(-8px);
}

.right-socialpixel img {
    width: 100%;
}

.middle-socialpixel-img {
    width: 40.5%;
    flex: 0 0 auto;
    padding-bottom: 220px;
    padding-top: 80px;
}

.middle-socialpixel-img img {
    width: 100%;
    filter: drop-shadow(0px 4px 64px rgba(118, 96, 89, 0.62));
}

.middle-socialpixel-para h2 {
    margin-bottom: 20px;
}

.middle-socialpixel-para {
    text-align: center;
    margin: 0 auto 28px auto;
    position: relative;
    z-index: 1;
    max-width: 850px;
}

.middle-socialpixel-para::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110%;
    height: 160%;
    transform: translate(-50%, -50%);
    background-image: url("images/socialpixel-headshape.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
}

.middle-socialpixel-para p {
    margin-bottom: 10px;
}

.middle-socialpixel-para>*:last-child {
    margin-bottom: 0;
}

.left-cloud-wrp {
    max-width: 348px;
    max-height: 276px;
    height: 100%;
    width: 24%;
    position: absolute;
    top: 35px;
    left: 6.2%;
}

.airballoon-left {
    position: absolute;
    top: 30px;
    left: 20px;
    width: 28%;
    transform: rotate(-15deg);
    z-index: 1;
    pointer-events: none;
}

.airballoon-cloud {
    position: absolute;
    right: 10px;
    bottom: -60px;
    width: 95%;
    z-index: 2;
    pointer-events: none;
}

.right-cloud-wrp {
    position: absolute;
    top: 110px;
    right: 6.7%;
    max-width: 313px;
    max-height: 233px;
    width: 21%;
    height: 100%;
}

.cargoplain-socialpixel {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 2;
    width: 53%;
}

.cargoplain-cloud {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}

.socialpixel-sec .socialpixel-big-outer {
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 100%;
    transform: translate(0%, 42%);
    z-index: 3;
}

.large-txt.socialpixel-big {
    font-family: var(--lilitaOne);
    background: linear-gradient(180deg, rgba(155, 148, 146, 0.36) 8.06%, #FAF9EE 93.09%);
    background-clip: text;
    bottom: 0;
    position: relative;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    top: auto;
    text-align: center;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 15.4vw;
    display: inline-block;
}

.three-imgs-wrp .socialpixel-bottom-gr {
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    transform: translateY(50%);
    z-index: 2;
    max-height: 450px;
}

.social-pixel-outer {
    overflow: hidden;
    margin: -80px 0 -87px 0;
    position: relative;
    z-index: 4;
}

.socialpixel-sec .three-imgs-wrp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 78.5%;
    z-index: 1;
    background-color: var(--bodyBg);
}

/* sp ends */

/* sp 30-july starts */

.pause-btn {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.terms-body {
    background-color: var(--bodyBg);
}

.terms-inr h1 {
    text-transform: uppercase;
    color: var(--themeYellow);
    -webkit-background-clip: text;
    -webkit-text-stroke: 8px transparent;
    background-color: var(--themeBrown);
    margin-bottom: 18px;
    position: relative;
    padding: 7px;
    font-size: 60px;
    margin-bottom: 0;
    line-height: 1.3;
}

.terms-inr {
    min-height: 410px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
    padding: 200px 0 100px 0;
    position: relative;
    z-index: 2;
}

.terms-banner {
    width: 100%;
    position: relative;
}

.terms-banner::before {
    position: absolute;
    content: "";
    bottom: -3px;
    left: 0;
    width: 100%;
    height: calc(100% + 3px);
    background-image: linear-gradient(to top, var(--bodyBg) 0%, #0000 25%);
    z-index: 1;
    pointer-events: none;
    user-select: none;
}

.terms-banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: luminosity;
    opacity: 0.2;
}

.terms-content-in h2 {
    display: none;
}

.terms-content-in {
    padding: 100px 0;
}

.terms-cnt-inr h3 {
    font-size: 30px;
    margin: 40px 0 20px 0;
}

.terms-cnt-inr .cmn-btn {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.terms-cnt-inr table td {
    border: 1px solid var(--black);
    padding: 10px;
}

.terms-cnt-inr table {
    width: 100%;
    margin-bottom: 20px;
}

.terms-cnt-inr p {
    word-break: break-all;
    margin-bottom: 10px;
}

/* sp 30-july ends */


.bnnr-content-innr h1 .word {
    padding: 0 7px;
}

.splitting .title_wrapper {
    margin-top: -25px;
    margin-bottom: -12px;
}

[data-move="up"],
[data-move="down"],
[data-move="left"],
[data-move="right"],
[data-move="fade"],
[data-title] {
    opacity: 0;
}

.zoomed_in_img,
.bnnr_zoomed_in_img {
    overflow: hidden;
}

.zoomed_in_img img,
.bnnr_zoomed_in_img img {
    -webkit-transform: scale(1.6) translate(30px);
    -ms-transform: scale(1.6) translate(30px);
    transform: scale(1.6) translate(30px);
    opacity: 0;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.zoomed_in_img.zoom_complete img,
.bnnr_zoomed_in_img.zoom_complete img {
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    opacity: 1;
}

.for-mobile {
    display: none;
}

.light {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

/* ========== responsive css =========== */


@media (min-width:1920px) {

    .large-txt,
    .large-txt.socialpixel-big {
        font-size: 300px;
    }
}

@media(min-width:1900px) {
    .container {
        max-width: 1536px;
    }
}

@media(min-width:1025px) {

    /* navbar*/
    .navbar-nav .clickD {
        display: none;
    }

    .navbar-nav li.menu-item-has-children:hover>.sub-menu {
        display: block;
    }
}



@media(max-width:1899px) {

    h2,
    .h2-title {
        font-size: 64px;
    }

    h3,
    .h3-title {
        font-size: 46px;
    }

    h4,
    .h4-title {
        font-size: 34px;
    }

    .bnnr-content-main {
        min-height: 720px;
    }

    .bnnr-content-innr::before {
        left: calc(((100vw - 1290px) / 2) * -1);
    }

    .tree-cloud.left {
        bottom: -5%;
        max-width: 470px;
    }

    .tree-cloud.right {
        bottom: -3%;
        right: -18%;
        max-width: 460px;
    }

    .cartoon-girl {
        position: absolute;
        max-width: 200px;
        width: 100%;
        bottom: 8%;
        right: 10px;
        z-index: 2;
        pointer-events: none;
    }

    .hw-wrk-frame {
        width: 125%;
        height: 125%;
    }

    .how-work-vido-main-outtr .sec-head {
        margin-bottom: 105px;
    }

    .toys-wheel {
        max-width: 250px;
        left: -20%;
    }

    .each-game-sec:nth-child(even) .game-content-wrpr {
        margin-right: -15px;
        padding: 127px 30px 127px 50px;
    }

    .building-img {
        max-width: 200px;
        top: 30%;
    }

    .grup-icon {
        width: 140px;
        left: 160px;
        bottom: 85px;
    }

    .each-game-sec.third .plane {
        top: 10px;
        left: 20%;
    }

    .girl-thumup {
        max-width: 220px;
        bottom: -135px;
    }

    .card-btn-lists li a {
        width: 80px;
        height: 80px;
        padding: 20px;
    }

    .each-card-info p {
        font-size: 30px;
    }

    .train-toy {
        max-width: 610px;
        bottom: -17%;
        left: -36%;
    }
}

@media (min-width: 1360px) and (max-width: 1499px) {
    .container {
        max-width: 1200px;
    }
}

/* sp starts */

@media(max-width:1599px) {
    .right-socialpixel {
        margin-right: -10.3%;
    }

    .left-socialpixel {
        margin-left: -15.1%;
    }

    .social-pixel-outer {
        margin: -80px 0 -70px 0;
    }
}

/* sp end */

@media(max-width:1499px) {

    .bnnr-content-innr::before {
        left: calc(((100vw - 1170px) / 2) * -1);
    }

    .bnnr-content-main {
        min-height: 660px;
    }

    .how-work-vido-main {
        max-width: 800px;
        box-shadow: 0px 20px 50px 50px rgba(128, 67, 2, 0.5);
    }

    .ply-btn {
        width: 80px;
        height: 80px;
        padding: 27px;
    }

    .how-work-innr {
        padding: 70px 0 110px;
    }

    .game-sec-main-head {
        margin-bottom: 35px;
    }

    .ech-gme-img-wrppr {
        max-width: 45%;
    }

    .game-content-wrpr {
        margin-left: 0;
        padding: 80px 20px 80px 45px;
    }

    .each-game-sec:nth-child(even) .game-content-wrpr {
        padding: 80px 30px 80px 50px;
    }

    .each-game-sec:nth-child(even) .game-content-innr {
        max-width: 540px;
    }

    .airballn.three {
        width: 75px;
        top: 20px;
    }

    .ech-gme-img-wrppr span {
        max-width: 310px;
    }

    .brdr-bx {
        min-width: 850px;
    }

    .airballn.two {
        width: 75px;
    }

    .boy-with-tree {
        max-width: 230px;
        right: 30%;
    }

    .toys-wheel {
        max-width: 200px;
        left: -15%;
        bottom: -60px;
    }

    .toys-wheel::after {
        filter: blur(20px);
    }

    .each-game-sec {
        padding: 40px 0;
    }

    .each-game-sec.third .plane {
        top: -20px;
        left: 30%;
        max-width: 130px;
    }

    .grup-icon {
        width: 110px;
        left: 50px;
        bottom: 45px;
    }

    .girl-thumup {
        max-width: 180px;
        bottom: -125px;
        left: -12%;
    }

    .roadmap-main .plane {
        left: 18%;
        top: -14%;
        max-width: 120px;
    }

    .roadmap-main .airballn {
        width: 82px;
        top: -11%;
        right: 22%;
    }

    .all-cards-main {
        max-width: 930px;
    }

    .each-card-info p {
        font-size: 26px;
    }

    .each-card-wrppr {
        padding: 30px 30px 25px 30px;
    }

    .card-btn-lists li a {
        width: 60px;
        height: 60px;
        padding: 15px;
    }

    .card-btn-lists li {
        padding: 0 8px;
    }

    .train-toy {
        max-width: 460px;
        bottom: -20%;
        left: -16%;
    }

    .token-img-main {
        margin-left: -3%;
        margin-right: 0;
    }

    .token-img-main .plane {
        max-width: 110px;
    }

    .token-img-main .airballn {
        width: 65px;
    }

    .token-content {
        padding-top: 70px;
    }

    .token-content .sec-head h2 {
        max-width: 320px;
    }

    .coin-cards p {
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .coin-cards img {
        width: 100px;
        height: 100px;
    }

    .coin-cards {
        border-radius: 15px;
        padding: 25px 20px;
    }

    .token-section {
        padding-bottom: 80px;
    }

    /* SP start */

    .left-cloud-wrp {
        max-width: 210px;
        max-height: 100px;
    }

    .right-cloud-wrp {
        max-width: 223px;
        max-height: 153px;
    }

    /* SP end */
}


@media(max-width:1399px) {

    h1,
    .h1-title {
        font-size: 74px;
    }

    h2,
    .h2-title {
        font-size: 50px;
    }

    h3,
    .h3-title {
        font-size: 40px;
    }

    h4,
    .h4-title {
        font-size: 30px;
    }

    body {
        font-size: 18px;
    }

    .bnnr-content-innr::before {
        left: calc(((100vw - 1110px) / 2) * -1);
    }

    .navbar-brand {
        max-width: 185px;
    }

    .main-head {
        padding-top: 30px;
    }

    .bnnr-content-main {
        min-height: 600px;
        padding-top: 160px;
        padding-bottom: 80px;
    }

    .how-work-vido-main {
        max-width: 650px;
        box-shadow: 0px 20px 30px 30px rgba(128, 67, 2, 0.5);
    }

    .cloud-shpe {
        max-width: 270px;
    }

    .top-right {
        right: -45px;
        top: 0;
    }

    .plane {
        max-width: 110px;
        top: -4%;
        left: 18%;
    }

    .top-lft {
        top: 0px;
        left: 0;
    }

    .how-work-vido-main-outtr .sec-head {
        margin-bottom: 80px;
    }

    .how-work-innr {
        padding: 40px 0 60px;
    }

    .cartoon-girl {
        max-width: 160px;
        right: 55px;
    }

    .airballn.one.game {
        right: 12%;
        width: 50px;
    }

    .tree-cloud.left {
        bottom: -8%;
        max-width: 360px;
        left: -8%;
    }

    .tree-cloud.right {
        bottom: -6%;
        max-width: 360px;
    }

    .how-work-section {
        padding-top: 80px;
    }

    .the-game-section {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .ech-gme-img-wrppr {
        max-width: 40%;
    }

    .airballn.one {
        width: 45px;
        top: 20px;
        right: 20px;
    }

    .airballn.two {
        width: 55px;
        left: 21%;
    }

    .cloud-each {
        max-width: 250px;
        bottom: -80px;
        right: -12px;
    }

    .boy-with-tree {
        max-width: 180px;
        right: 27%;
        bottom: -50px;
    }

    .game-content-outtr {
        padding-left: 40px;
    }

    .brdr-bx {
        min-width: 820px;
        border-width: 6px;
    }

    .game-content-innr {
        max-width: 560px;
    }

    .game-content-wrpr {
        padding: 60px 20px 60px 45px;
    }

    .toys-wheel {
        max-width: 170px;
        left: -8%;
        bottom: -20px;
    }

    .toys-wheel::after {
        filter: blur(20px);
    }

    .ech-gme-img-wrppr span {
        max-width: 260px;
        border-radius: 20px;
        border-width: 6px;
    }

    .each-game-sec:nth-child(even) .game-content-outtr {
        padding-right: 40px;
        padding-left: 0;
    }

    .cloud-each.lft {
        left: -55px;
        bottom: 10px;
    }

    .each-game-sec:nth-child(even) .game-content-innr {
        max-width: 510px;
    }

    .building-img {
        max-width: 190px;
        top: 6%;
        right: -6%;
    }

    .airballn.three {
        width: 55px;
    }

    .each-game-sec:nth-child(2) .ech-gme-img-wrppr span {
        left: 110px;
    }

    .each-game-sec:last-child .ech-gme-img-wrppr span {
        right: 90px;
    }

    .grup-icon {
        width: 90px;
        left: 80px;
        bottom: 40px;
    }

    .each-game-sec.third .plane {
        top: -10px;
        left: 34%;
        max-width: 100px;
    }

    .each-game-sec.third .cloud-each {
        top: 25px;
        right: -30px;
    }

    .girl-thumup {
        max-width: 160px;
        bottom: -145px;
        left: -4%;
    }

    .roadmap-main .plane {
        left: 25%;
        top: -12%;
        max-width: 90px;
    }

    .roadmap-main .airballn {
        width: 60px;
        top: -10%;
        right: 26%;
    }

    .all-cards-main {
        max-width: 750px;
    }

    .each-card-info p {
        font-size: 22px;
    }

    .each-card-wrppr {
        padding: 20px;
        border-width: 6px;
        border-radius: 20px;
    }

    .card-btn-lists li a {
        width: 60px;
        height: 60px;
        padding: 15px;
    }

    .card-btn-lists li {
        padding: 0 8px;
    }

    .train-toy {
        max-width: 460px;
        bottom: -20%;
        left: -16%;
    }

    .token-img-main {
        margin-left: -3%;
        margin-right: 0;
    }

    .token-img-main .plane {
        max-width: 80px;
        top: 18%;
        left: 15%;
    }

    .token-img-main .airballn {
        width: 50px;
        top: 10%;
        right: 10%;
    }

    .token-content {
        padding-top: 85px;
    }

    .token-content .sec-head h2 {
        max-width: 320px;
    }

    .coin-cards p {
        font-size: 22px;
    }

    .coin-cards img {
        width: 80px;
        height: 80px;
        border-radius: 10px;
    }

    .coin-cards {
        border-radius: 15px;
        padding: 25px 20px;
    }

    .token-section {
        padding-bottom: 80px;
    }

    /* SP start */

    .left-cloud-wrp {
        max-width: 210px;
        max-height: 100px;
    }

    .right-cloud-wrp {
        max-width: 223px;
        max-height: 153px;
    }

    /* SP end */
}

@media(max-width:1299px) {
    .footer-right-side {
        bottom: -14%;
    }

    .footer-left-side {
        bottom: -16%;
    }

    .right-cloud-wrp {
        top: auto;
        bottom: -50%;
    }

    .left-cloud-wrp {
        top: auto;
        bottom: -30%;
    }

    .middle-socialpixel-img {
        padding-bottom: 130px;
    }

    .left-socialpixel {
        margin-left: -7.1%;
    }

    .right-socialpixel {
        margin-right: -2.3%;
    }

    .socialpixel-sec .socialpixel-big-outer {
        transform: translate(0%, 66%);
    }

    .social-pixel-outer {
        margin: -80px 0 -51px 0;
    }

    .footer-inr {
        min-height: inherit;
    }

    .footer-left-gr {
        top: -140%;
        width: 80%;
        opacity: 0.4;
    }

    .footer-right-gr {
        bottom: -120%;
        width: 80%;
        opacity: 0.6;
    }

    .footer-para-wrp {
        margin: 30px 0 40px 0;
    }

    .footer-middle-inr {
        padding: 60px 0 46px;
        max-width: 720px;
    }

    .cmn-sec-in .large-txt {
        bottom: -30px;
    }

}

/* sp ends */


@media(max-width:1199px) {

    h1,
    .h1-title {
        font-size: 66px;
    }

    h2,
    .h2-title {
        font-size: 44px;
    }

    h3,
    .h3-title {
        font-size: 35px;
    }

    .bnnr-content-innr h1,
    .bnnr-content-innr h1 .word {
        -webkit-text-stroke: 10px transparent;
        margin-bottom: 10px;
        padding-left: 4px;
    }

    .bnnr-content-innr::before {
        left: calc(((100vw - 930px) / 2) * -1);
    }

    .navbar-brand {
        max-width: 150px;
    }

    .bnnr-content-main {
        min-height: 540px;
        padding-top: 130px;
        padding-bottom: 60px;
    }

    .cmn-btn {
        padding: 24px 44px;
        font-size: 18px;
    }

    .toys-wheel {
        max-width: 140px;
        left: -8%;
        bottom: -55px;
    }

    .ech-gme-img-wrppr {
        max-width: 50%;
    }

    .boy-with-tree {
        max-width: 150px;
        right: 36%;
        bottom: -30px;
    }

    .bnnr-trees {
        width: 310px;
        bottom: -2%;
    }

    .cloud-shpe {
        max-width: 180px;
    }

    .plane {
        max-width: 80px;
        top: -2%;
        left: 15%;
    }

    .airballn.one.game {
        right: 5%;
        top: 10%;
    }

    .cloud-each {
        max-width: 180px;
        bottom: -30px;
    }

    .how-work-vido-main {
        max-width: 580px;
    }

    .cartoon-girl {
        max-width: 140px;
        right: 40px;
    }

    .tree-cloud.left {
        bottom: -4%;
        max-width: 280px;
        left: -9%;
    }

    .tree-cloud.right {
        bottom: -4%;
        max-width: 280px;
    }

    .airballn.two {
        top: -20px;
    }

    .ech-gme-img-wrppr span {
        max-width: 280px;
    }

    .game-sec-main-head {
        margin-bottom: 55px;
    }

    .each-game-sec:nth-child(2) .ech-gme-img-wrppr span {
        left: 70px;
    }

    .each-game-sec:nth-child(even) .game-content-wrpr {
        padding: 60px 20px 60px 25px;
    }

    .building-img {
        max-width: 130px;
        top: 35%;
        right: -9%;
    }

    .building-img::after {
        filter: blur(17px);
    }

    .brdr-bx {
        min-width: 650px;
        border-width: 6px;
        border-radius: 25px;
    }

    .each-game-sec.third .plane {
        top: -30px;
        left: 34%;
        max-width: 70px;
    }

    .girl-thumup {
        max-width: 140px;
        bottom: -135px;
        left: -6%;
    }

    .roadmap-main .plane {
        left: 24%;
        top: -14%;
        max-width: 80px;
    }

    .roadmap-main .airballn {
        top: -12%;
    }

    .train-toy {
        max-width: 300px;
        bottom: -12%;
        left: -19%;
    }

    /* sp update starts */

    .socialpixel-sec {
        padding: 80px 0 0 0;
    }

    .footer-left-gr {
        top: -100%;
    }

    .footer-right-gr {
        bottom: -100%;
    }

    .terms-content-in {
        padding: 80px 0;
    }

    /* sp update ends */
}

@media (max-width: 991px) {

    h1,
    .h1-title {
        font-size: 56px;
    }

    h2,
    .h2-title {
        font-size: 40px;
    }

    h3,
    .h3-title {
        font-size: 30px;
    }

    h4,
    .h4-title {
        font-size: 24px;
    }

    body {
        font-size: 16px;
    }

    .navbar-brand {
        max-width: 120px;
    }

    .bnnr-content-innr::before {
        left: calc(((100vw - 690px) / 2) * -1);
    }

    .bnnr-content-innr {
        max-width: 320px;
    }

    .bnnr-content-main {
        min-height: 480px;
        padding-top: 110px;
    }

    .bnnr-trees {
        width: 250px;
    }

    .cmn-btn {
        padding: 19px 29px;
        font-size: 16px;
    }

    .bnnr-content-innr p {
        margin-bottom: 20px;
    }

    .how-work-section {
        padding-top: 60px;
    }

    .how-work-vido-main {
        max-width: 450px;
    }

    .hw-wrk-frame {
        width: 122%;
        height: 122%;
    }

    .how-work-vido-main-outtr .sec-head {
        margin-bottom: 55px;
    }

    .ply-btn {
        width: 60px;
        height: 60px;
        padding: 15px;
    }

    .how-work-innr {
        padding: 20px 0 40px;
    }

    .plane {
        max-width: 65px;
    }

    .cloud-shpe {
        max-width: 140px;
    }

    .top-right {
        right: -25px;
    }

    .airballn.one.game {
        right: 10%;
        width: 35px;
    }

    .tree-cloud.left {
        bottom: -13%;
        max-width: 240px;
        left: -12%;
    }

    .tree-cloud.right {
        bottom: -9%;
        max-width: 240px;
        right: -12%;
    }

    .cartoon-girl {
        max-width: 95px;
        right: 30px;
        bottom: 3%;
    }

    .the-game-section {
        padding-top: 60px;
    }

    .ech-gme-img-wrppr {
        max-width: 450px;
        width: 100%;
        order: 1;
        margin: 0 auto -60px;
        position: relative;
        z-index: 2;
    }

    .game-content-wrpr {
        order: 2;
        width: 100%;
        flex: 0 0 auto;
        text-align: center;
    }

    .ech-gme-img-wrppr span {
        max-width: 260px;
    }

    .game-sec-main-head {
        margin-bottom: 35px;
    }

    .airballn.one {
        width: 35px;
    }

    .airballn.two {
        top: 0px;
        width: 45px;
        left: 12%;
    }

    .cloud-each {
        max-width: 140px;
        bottom: 55%;
    }

    .boy-with-tree {
        max-width: 130px;
        right: 1%;
        bottom: 39%;
    }

    .toys-wheel {
        max-width: 120px;
        left: -12%;
    }

    .brdr-bx {
        max-width: 100%;
        width: 100%;
    }

    .each-game-sec:nth-child(even) .game-content-outtr {
        padding-right: 0;
    }

    .each-game-sec {
        padding: 25px 0;
    }

    .each-game-sec:nth-child(2) .ech-gme-img-wrppr span {
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .each-game-sec:nth-child(even) .game-content-wrpr {
        margin-right: 0;
        padding: 90px 40px 40px 40px;
        order: 2;
        width: 100%;
        flex: 0 0 auto;
        text-align: center;
    }

    .game-content-innr,
    .each-game-sec:nth-child(even) .game-content-innr {
        max-width: 100%;
    }

    .cloud-each.lft {
        left: -45px;
        bottom: 35%;
    }

    .building-img {
        max-width: 120px;
        top: 70%;
        right: -13%;
    }

    .game-content-outtr {
        padding-left: 0;
    }

    .each-game-sec.third .plane {
        top: 10%;
        left: 14%;
    }

    .grup-icon {
        width: 80px;
        left: 50px;
    }

    .girl-thumup {
        max-width: 100px;
        bottom: -62px;
        left: -8%;
    }

    .roadmap-main .plane {
        left: 23%;
        top: -12%;
        max-width: 60px;
    }

    .each-shpe-bg::before {
        height: 40%;
        top: -25%;
    }

    .roadmap-main .airballn {
        top: -10%;
        width: 45px;
        right: 25%;
    }

    .card-btn-lists li a {
        width: 45px;
        height: 45px;
        padding: 11px;
    }

    .road-shpe.two {
        margin-top: 15px;
        padding-bottom: 2%;
    }

    .train-toy {
        max-width: 280px;
        bottom: -15%;
        left: -20%;
    }

    .token-content-col,
    .token-img-col {
        width: 100%;
    }

    .token-content {
        max-width: 100%;
        text-align: center;
    }

    .token-content .sec-head h2 {
        max-width: 100%;
    }

    .token-content .sec-head {
        margin-bottom: 20px;
    }

    .token-content .cmn-btn {
        padding: 25px 30px;
    }

    .roadmap-section {
        z-index: 2;
    }

    .token-bg {
        height: 25%;
        top: 0%;
        width: 45%;
    }

    .coin-card-main {
        padding-top: 0px;
    }

    .all-cards-main {
        max-width: 520px;
    }

    .each-game-sec:last-child .ech-gme-img-wrppr span {
        right: auto;
    }

    /* sp update starts */

    .social-pixel-outer {
        margin: -70px 0 -36px 0;
    }

    .middle-socialpixel-img {
        padding: 70px 0;
    }

    .airballoon-cloud {
        bottom: 0;
    }

    .right-cloud-wrp {
        bottom: -60%;
        max-height: 113px;
    }

    .footer-right-side {
        bottom: -11%;
    }

    .footer-left-side {
        bottom: -13%;
    }

    .footer-right-gr {
        bottom: -70%;
    }

    .footer-left-gr {
        top: -70%;
    }

    .footer-ul li {
        padding: 5px 10px;
    }

    .footer-ul {
        margin: -5px -10px;
    }

    .terms-inr h1 {
        font-size: 50px;
    }

    /* sp update ends */
}

@media (max-width: 767px) {

    h1,
    .h1-title {
        font-size: 48px;
    }

    h2,
    .h2-title {
        font-size: 36px;
    }

    h3,
    .h3-title {
        font-size: 26px;
    }

    h4,
    .h4-title {
        font-size: 22px;
    }

    .bnnr-content-innr {
        padding-top: 10px;
    }

    .bnnr-content-innr::before {
        background-image: url(images/bnnr-gr.png);
        left: calc(((100vw - 510px) / 2) * -1);
        right: -100%;
        top: -42%;
        opacity: 0.4;
    }

    .bnnr-content-main {
        min-height: 450px;
    }

    .bnnr-trees {
        width: 200px;
    }

    .yllw-bx {
        border: 4px solid #FFB016;
        border-radius: 20px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .yllw-bx img {
        width: 530px;
        height: 530px;
        object-fit: cover;
        object-position: center;
        max-width: inherit;
        display: block;
    }

    .plane {
        top: -7%;
    }

    .cartoon-girl {
        max-width: 90px;
        right: 5px;
    }

    .cloud-shpe {
        max-width: 100px;
    }

    .top-lft {
        top: -10px;
        left: -30px;
    }

    .airballn.one.game {
        right: 4%;
        top: 4%;
    }

    .tree-cloud.left {
        bottom: -6%;
        max-width: 180px;
    }

    .tree-cloud.right {
        bottom: -6%;
        max-width: 180px;
    }

    .each-shpe-bg::before {
        height: 19%;
        top: -15%;
        filter: blur(17px);
    }

    .ech-gme-img-wrppr {
        max-width: 360px;
    }

    .ech-gme-img-wrppr span {
        max-width: 210px;
    }

    .brdr-bx {
        min-width: inherit;
        border-width: 4px;
        border-radius: 15px;
    }

    .game-content-wrpr {
        padding: 75px 25px 30px 25px;
    }

    .cloud-each {
        right: -42px;
    }

    .boy-with-tree {
        max-width: 110px;
        right: -4%;
        bottom: 45%;
    }

    .toys-wheel {
        max-width: 100px;
    }

    .toys-wheel::after {
        filter: blur(10px);
    }

    .each-game-sec:nth-child(even) .game-content-wrpr {
        padding: 75px 25px 30px 25px;
    }

    .airballn.three {
        width: 45px;
        right: 10%;
    }

    .building-img {
        max-width: 100px;
        top: 70%;
        right: -13%;
    }

    .building-img::after {
        filter: blur(10px);
    }

    .each-game-sec.third .plane {
        top: 10%;
        left: 6%;
        max-width: 60px;
    }

    .girl-thumup {
        bottom: -10%;
    }

    /* sp update starts */

    .socialpixel-sec {
        padding: 60px 0 0 0;
    }

    .left-socialpixel {
        margin-left: -10.1%;
    }

    .right-socialpixel {
        margin-right: -3.3%;
    }

    .social-pixel-outer {
        margin: -70px 0 -31px 0;
    }

    .airballoon-cloud {
        bottom: -30px;
    }

    .right-cloud-wrp {
        bottom: -40%;
        max-height: 83px;
    }

    .footer-right-side {
        bottom: -7%;
    }

    .footer-left-side {
        bottom: -8%;
    }

    .footer-right-gr {
        bottom: -70%;
    }

    .footer-left-gr {
        top: -70%;
    }

    .socialpixel-sec {
        padding: 40px 0 0 0;
    }

    /* sp update ends */

    /* sp after starts */

    .token-section {
        padding-bottom: 60px;
    }

    .coin-card-rw {
        --bs-gutter-x: 24px;
        --bs-gutter-y: 24px;
    }

    .train-toy {
        max-width: 250px;
        bottom: -18%;
    }

    .coin-cards {
        padding: 15px;
    }

    .roadmap-head {
        margin-bottom: 30px;
    }

    .token-img-main .plane {
        left: 5%;
    }

    .coin-card-main {
        margin-top: 20px;
    }

    .terms-content-in {
        padding: 60px 0;
    }

    .terms-cnt-inr h3 {
        font-size: 24px;
    }

    .terms-cnt-inr p {
        font-size: 18px;
    }

    .terms-inr h1 {
        font-size: 40px;
    }

    /* sp after ends */

    .token-bg {
        height: 30%;
    }

    .terms-inr {
        min-height: 300px;
        padding: 130px 0 60px 0;
    }
}

@media (max-width: 575px) {
    .bnnr-content-innr::before {
        left: calc(((100vw - 450px) / 2) * -1);
        top: -50%;
        opacity: 0.6;
    }

    .plane {
        top: -6%;
        max-width: 50px;
        left: 12%;
    }

    .how-work-vido-main {
        max-width: 380px;
    }

    .airballn.one.game {
        right: 6%;
        top: 9%;
    }

    .each-shpe-bg::before {
        height: 22%;
        top: -18%;
    }

    .each-game-sec.secnd .each-shpe-bg::before {
        height: 24%;
        top: -10%;
    }

    .each-game-sec.secnd .each-shpe-bg::after {
        height: 24%;
        bottom: -9%;
        filter: blur(20px);
    }

    .girl-thumup {
        max-width: 75px;
    }

    /* sp update starts */

    .footer-left-side {
        bottom: -8%;
    }

    .footer-right-side {
        bottom: -5%;
    }

    .cmn-sec-in .large-txt {
        bottom: 0;
    }

    .right-cloud-wrp {
        bottom: -50%;
        max-height: 70px;
    }

    .left-cloud-wrp {
        bottom: -70%;
    }

    .airballoon-cloud {
        bottom: 0;
    }

    .airballoon-left {
        top: 20px;
        left: 10px;
    }

    /* sp update ends */

    /* sp after starts */

    .token-img-main .plane {
        left: 5%;
    }

    .token-img-main .airballn {
        right: 5%;
    }

    .coin-cards img {
        width: 60px;
        height: 60px;
    }

    /* sp after ends */

    .token-bg {
        height: 25%;
    }

    .for-mobile {
        display: block;
    }

    .for-desktop {
        display: none;
    }
}

@media (max-width: 479px) {

    h1,
    .h1-title {
        font-size: 38px;
    }

    h2,
    .h2-title {
        font-size: 28px;
    }

    h3,
    .h3-title {
        font-size: 22px;
    }

    h4,
    .h4-title {
        font-size: 18px;
    }

    body {
        font-size: 14px;
    }

    .how-work-section {
        padding-top: 40px;
    }

    .bnnr-content-innr::before {
        left: -85px;
        right: -85px;
    }

    .bnnr-content-innr {
        max-width: 320px;
        text-align: center;
        margin: 0 auto;
    }

    .navbar-brand {
        max-width: 100px;
    }

    .main-head {
        padding-top: 15px;
    }

    .bnnr-content-main {
        min-height: 420px;
        padding-top: 100px;
        padding-bottom: 40px;
    }

    .how-work-vido-main {
        max-width: 300px;
        box-shadow: 0px 10px 50px 10px rgba(128, 67, 2, 0.2);
    }

    .how-work-vido-main-outtr .sec-head {
        margin-bottom: 45px;
    }

    .airballn.one.game {
        width: 22px;
    }

    .tree-cloud.left,
    .tree-cloud.right {
        max-width: 150px;
    }

    .cartoon-girl {
        max-width: 65px;
        right: -10px;
    }

    .ply-btn {
        width: 45px;
        height: 45px;
        padding: 16px;
    }

    .ech-gme-img-wrppr {
        max-width: 330px;
    }

    .ech-gme-img-wrppr span {
        max-width: 190px;
        border-radius: 10px;
        border-width: 4px;
    }

    .airballn.one {
        width: 28px;
        top: -10px;
        right: 0px;
    }

    .airballn.two {
        width: 35px;
        left: 2%;
    }

    .boy-with-tree {
        max-width: 90px;
        right: 0;
        bottom: -5%;
        z-index: 3;
    }

    .game-content-wrpr {
        padding: 75px 15px !important;
    }

    .toys-wheel {
        max-width: 90px;
        bottom: -45px;
        left: -8%;
    }

    .airballn.three {
        width: 27px;
        right: 5%;
    }

    .building-img {
        max-width: 80px;
        top: 89%;
        right: -10%;
    }

    .building-img::after {
        filter: blur(10px);
    }

    .each-game-sec.third .plane {
        top: 7%;
        left: 0;
        max-width: 38px;
    }

    .girl-thumup {
        bottom: -10%;
    }

    .cloud-each.lft {
        left: -45px;
        bottom: 55%;
        z-index: 3;
    }

    .road-shpe.two {
        padding-bottom: 4%;
    }

    /* sp update starts */

    .socialpixel-sec .socialpixel-big-outer {
        transform: translate(0%, 100%);
    }

    .left-cloud-wrp {
        bottom: -18%;
    }

    .left-cloud-wrp {
        max-height: 80px;
    }

    .right-cloud-wrp {
        bottom: -20%;
        max-height: 50px;
    }

    .social-pixel-outer {
        margin: -60px 0 -28px 0;
    }

    .footer-middle-inr {
        padding: 40px 0 100px;
    }

    .footer-left-side {
        bottom: -7%;
        width: 40%;
    }

    .footer-right-side {
        width: 50%;
    }

    .footer-right-gr {
        width: 100%;
    }

    .footer-left-gr {
        width: 100%;
        top: -35%;
    }

    .socialpixel-sec {
        padding: 40px 0 0 0;
    }

    /* sp update ends */

    /* sp after starts */

    .card-btn-lists li a {
        width: 35px;
        height: 35px;
        padding: 9px;
    }

    .each-card-info p,
    .coin-cards p {
        font-size: 16px;
    }

    .each-card-wrppr {
        padding: 15px 10px;
    }

    .train-toy {
        max-width: 150px;
        bottom: -15%;
    }

    .coin-cards img {
        width: 50px;
        height: 50px;
    }

    .token-section {
        padding-bottom: 40px;
    }

    .token-content {
        padding-top: 60px;
    }

    .terms-cnt-inr h3 {
        font-size: 22px;
    }

    .terms-cnt-inr p {
        font-size: 16px;
    }

    .terms-inr h1 {
        font-size: 36px;
    }

    /* sp after ends */

    .token-bg {
        height: 26%;
        width: 100%;
    }

    .coin-cards {
        border-width: 2px;
    }

    .terms-inr {
        min-height: 270px;
        padding: 100px 0 40px 0;
    }

    .terms-content-in {
        padding: 40px 0;
    }

    .terms-cnt-inr .cmn-btn {
        margin-top: 30px;
    }

    .terms-cnt-inr h3 {
        margin: 30px 0 10px 0;
    }
}

@media(max-width: 374px) {
    .how-work-vido-main {
        max-width: 250px;
    }

    .game-content-wrpr {
        padding: 95px 15px 75px !important;
    }

    .airballn.one {
        width: 22px;
    }

    .airballn.two {
        width: 28px;
        left: 0;
    }

    .each-game-sec.third .plane {
        top: 7%;
        left: 0;
        max-width: 38px;
    }

    .grup-icon {
        width: 50px;
        left: 20px;
        bottom: 10px;
    }

    /* sp update starts */

    .footer-btn-wrp a {
        width: 40px;
        height: 40px;
    }


    /* sp update ends */
    /* sp after starts */

    .footer-para-wrp {
        margin: 20px 0 20px 0;
    }

    .roadmap-main .plane {
        left: 18%;
        top: -9%;
        max-width: 60px;
    }

    .roadmap-main .airballn {
        top: -9%;
        width: 45px;
        right: 22%;
    }

    .train-toy {
        max-width: 150px;
        bottom: -15%;
    }

    .token-img-main .plane {
        left: 2%;
        top: 7%;
    }

    .token-img-main .airballn {
        right: 3%;
    }

    .each-card-wrppr {
        padding: 15px 10px;
    }

    .each-card-info .h4-title {
        padding-right: 70px;
    }

    .card-btn-lists {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .card-btn-lists li {
        padding: 0 4px;
    }

    .card-btn-lists li a {
        width: 30px;
        height: 30px;
        padding: 7px;
    }

    /* sp after ends */
}