@charset "utf-8";

/*
        Resets
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}

/*
        body Structure
*/
html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #454545;
    overflow-x: hidden !important;
}

/*
        Typography
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');

div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 40px;
    font-weight: 800;
}

h2 {
    font-size: 45px;
    font-weight: 700;
    padding-top: 37px;
}

h3 {
    font-size: 26px;
    font-weight: 400;
}

h4 {
    font-size: 22px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

h6 {
    font-size: 14px;
    font-weight: 300;
}

p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;

}

p span,
p strong {
    font-weight: 800;
}

img {
    border: none;
    max-width: 100%;
}

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

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}




/*misc*/
.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.heading-center h2 {
    margin-bottom: 0;
}

.heading {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.heading small {
    font-size: 18px;
    color: #014397;
}

.heading small a {
    color: inherit;
}

.heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #014397;
    position: absolute;
    bottom: 0;
}

.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
}

.heading:after {
    left: 0%;
}

.heading span,
.heading-center span {
    color: #014397;
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #fff;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #4d4d4d !important;
    border-color: transparent !important;
    color: #fff;
}

.navbar-default {
    /* background: transparent linear-gradient(107deg, #a71e86 0%, #ee9437 100%) 0% 0% no-repeat; */
    background: transparent linear-gradient(296deg, #a71e86 0%, #ee9437 100%) 0% 0% no-repeat;
    background: radial-gradient(circle at top left, rgb(255 222 173 / 60%), transparent), radial-gradient(circle at top right, rgb(255 182 193 / 64%), transparent), radial-gradient(circle at bottom right, rgb(173 216 230 / 74%), transparent);
    border: none;
    border-radius: 0px;
}

.navbar-brand {
    position: relative;
    z-index: 999;
    width: 92px;
    padding: 0;
    height: 82px;
}

.navbar {
    min-height: 71px !important;
    margin-bottom: 0px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99999;
    background: transparent linear-gradient(296deg, #a71e86 0%, #ee9437 100%) 0% 0% no-repeat;
    background: radial-gradient(circle at top left, rgb(255 222 173 / 60%), transparent), radial-gradient(circle at top right, rgb(255 182 193 / 64%), transparent), radial-gradient(circle at bottom right, rgb(173 216 230 / 74%), transparent);
}

.navbar-nav {
    margin: 5px 0 0 0;
}


.btn {
    border: none;
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

.btn-default {
    border: solid 1px #ddd !important;

    background-color: orangered;
    color: white;
}

.btn-primary {
    background: #014397 !important;
    color: #fff;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #4d4d4d !important;
    color: #fff;
}

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

.centertext,
.center {
    text-align: center;
}

.white {
    color: white;
}

.container {
    position: relative;
    z-index: 10;
}


/* ---------------------------------- */
.header .btn {
    margin: 5px 0 0 0;
}

a.btn.text-white.rounded-pill {
    background: transparent linear-gradient(180deg, #ee9437 0%, #d06259 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-weight: normal;
    padding: 10px 23px 11px;
    border-radius: 36px !important;
    opacity: 1;
    transition: transform .4s ease-out;
}

a.btn.text-white.rounded-pill:hover {
    background: #a71e86 !important;
    color: #fff !important;
    transform: translate(0, -5px);
}

.sec-how-ply a.btn.text-white.rounded-pill {
    background: transparent !important;
    color: #181818 !important;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: bold;
    padding: 12px 28px 10px;
    border-radius: 36px !important;
    opacity: 1;
    transition: transform .4s ease-out;
    margin: auto;
    border: 2px solid#181818;
    display: table;
}





section {
    /* margin: -20px 0; */
}

/*-------------------- Home Banner ----------------------*/
.sec-banner {
    width: 100%;
    position: relative;
    padding: 50px 0;
    clear: both;
    overflow: hidden;
    background: url(../images/Banner-BG.jpg);
}

.banner-logo {
    display: block;
}

.banner-content {
    padding: 140px 0 0;
}

.sec-banner .bnr-head-2 {
    padding: 115px 0 0;
}

.sec-banner .bnr-head {
    padding: 140px 0 0;
}

.banner-info-img img {
    padding: 20px 10px 20px 10px;
    border-radius: 30px;
    background: #ffffffb5;
}

section.sec-banner {
    position: relative;
}

/* section.sec-banner .contain-bnr-2 {
    position: absolute;
    top: 0;
    bottom: unset;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.sec-banner h1 {
    color: #fff;
    font-size: 68px;
    font-weight: bold;
    /* text-align: left; */
    line-height: 1.2;
    margin: 10px 0 20px;
}

.sec-banner h1>span {
    color: #F7D688;
}

.sec-banner h3 {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    /* text-align: left; */
}


.sec-banner .guarantee-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.sec-banner .guarantee-content img {
    width: 40px;
    margin-right: 10px;
    margin-top: 5px;
}

.sec-banner .guarantee-content h4 {
    font-size: 20px;
    color: #fff;
    margin: 0;
    font-weight: 400;
}

section.sec-banner:after {
    content: "";
    width: 20%;
    height: 275px;
    background: url("../images/Left-Side-Number.svg");
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    z-index: 99;
}

section.sec-banner:before {
    content: "";
    width: 15%;
    height: 275px;
    background: url("../images/Right-Side-Bottom-Number.svg");
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
    z-index: 999;
}


/* ----------------------------- */

/*---------------- OUR GAME ---------------*/
.sec-abut-gme {
    width: 100%;
    background-size: contain;
    padding: 120px 0;
    position: relative;
    margin: 0px 0;
    /* background: transparent linear-gradient(135deg, #151517 0%, #2D2C31 100%) 0% 0% no-repeat padding-box; */
}

.sec-abut-gme::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent linear-gradient(107deg, #a71e86 0%, #ee9437 100%) 0% 0% no-repeat;
    background: radial-gradient(circle at top left, rgba(255, 222, 173, .3), transparent), radial-gradient(circle at top right, rgba(255, 182, 193, .3), transparent), radial-gradient(circle at bottom right, rgba(173, 216, 230, .3), transparent);
    background: #F7D688;
    opacity: 1;
    z-index: 9;
}

/* .sec-abut-gme:after {
    content: '';
    position: absolute;
    height: 13px;
    border-radius: 0 0 7px 7px;
    background: #d46855;
    left: 0;
    margin: 0 73px;
    right: 0;
} */





.sec-abut-gme .abt-styl p {
    color: #888888;
    font-size: 18px;
}

.sec-abut-gme .abt-styl h2 {
    /* color: #ffe9b4; */
    color: #a71e86;
    padding: 55px 0 30px;
    text-align: center;
    position: relative;
}

.sec-abut-gme .abt-styl h2:after {
    content: "";
    width: 120px;
    height: 70px;
    position: absolute;
    background: url(../images//Game-Result-title-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.sec-abut-gme .abt-styl {
    margin: auto;
}


.sec-abut-gme .col-lg-5 {
    display: flex;
    justify-content: flex-end;
    padding: 0;
}



/*------------------- Tab -------------------*/
.sec-abut-gme .sec-tab {
    width: 100%;
    height: auto;
    background: transparent linear-gradient(135deg, #151517 0%, #2D2C31 100%) 0% 0% no-repeat padding-box;
    /* background: transparent linear-gradient(135deg, #cc5b5d14 0%, #e6873f96 100%) 0% 0% no-repeat padding-box; */
    box-shadow: 0 0 13px 2px #0000001a;
    /* border: 1px solid #151517; */
    border-radius: 12px;
    opacity: 1;
    padding: 30px 0 30px;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: 100%;
    margin: 0 30px;
    text-align: center;
}

.sec-tab ul.nav.nav-tabs {
    border: none;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding: 0;
    margin: 0 15px 40px;
}

.sec-tab ul.nav.nav-tabs:last-child {
    margin: 0 30px 0px;
}

.sec-tab ul li a:hover {
    color: #181818;
    /* background: transparent linear-gradient(114deg, #ffffff 0%, #FFCC56 100%) 0% 0% no-repeat padding-box !important; */
}

.sec-tab ul li a {
    /* background: transparent linear-gradient(180deg, #2D2C31 0%, #151517 100%) 0% 0% no-repeat padding-box; */
    background: transparent linear-gradient(180deg, #ee9437 0%, #d06259 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    color: #fff;
    border-radius: 12px;
    font-size: 18px;

    text-decoration: none;
    padding: 15px 50px;
    font-weight: bold;
    position: relative;
}

.sec-tab ul li a.active {
    /* background: #F7D688; */
    background: #bd426e;
    color: #181818;
    text-align: center;
}

.sec-tab ul li a:after {
    content: "";
    width: 35px;
    height: 35px;
    background: url("../images/Gold-Star.svg");
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    right: 60px;
    z-index: 9999;
}

.col-lg-12.tab-content {
    display: contents;
    align-items: center;
    margin: 0 0 0 8%;
}

.sec-tab .tab-pane {
    background: #2D2C31 0% 0% no-repeat padding-box;
    border: 2px solid #151517;
    border-radius: 12px;
    opacity: 1;
    width: 45%;
    padding: 20px;
    margin: 5px;
}

div#menu3:last-child {
    margin: 0 0 0 8%;
    max-width: 100%;
}

.sec-tab .tab-pane h3 {
    color: #F7D688;
}

.sec-tab .tab-pane a {
    text-decoration: none;
}

.sec-tab .tab-pane p {
    color: #fff;
}

.sec-tab .tab-pane {
    display: inline-flex;
    align-items: center;
}

.sec-tab .tab-pane div {
    width: max-content;
    margin-left: 50px;
}


.tab-content span {
    color: #fff;
    background: transparent linear-gradient(135deg, #151517 0%, #2D2C31 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #151517;
    opacity: 1;
    font-size: 38px;
    border-radius: 12px;
    padding: 15px 20px;
    margin-left: 50px;
}

.sec-abut-gme {
    position: relative;
}




/*------------------- OUR GAMES -------------------*/
section.sec-our-gme {
    width: 100%;
    background: url("../images/Game-Step-BG.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
    position: relative;
    margin-top: -40px;
    z-index: 999;
}


.screenshot {
    margin: 0 20px;
    border: 6px solid #d46855;
    border-radius: 30px;
    text-align: center;
    position: relative;
}

.screenshot img {
    border-radius: 25px;
}

.screenshot::before {
    content: '';
    position: absolute;
    height: 16px;
    border-radius: 0 0 5px 5px;
    background: #d46855;
    left: 0;
    margin: -4px 76px;
    right: 0;
}

section.sec-our-gme .col-lg-6 {
    padding-top: 40px;
}

.text-styl {
    margin: auto;
}

.text-styl h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}

.text-styl p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.text-styl h3.d-flex.justify-content-end.padd-1 {
    padding-right: 45px;
}

.text-styl h3.d-flex.justify-content-end.padd-2 {
    padding-right: 58px;

}

.text-styl h3.d-flex.justify-content-end.padd-3 {
    padding-right: 68px;
}

.sec-our-gme h3 {
    color: #fff !important;
    text-align: left;
    padding: 20px 30px 0;
    line-height: 1.3;
    margin: 0 !important
}

.sec-our-gme .sec-white {
    color: #000 !important;
}



.sec-our-gme h1 {
    padding: 0 30px 0;
}

.sec-our-gme h3:nth-child(1) {
    font-size: 45px;
    position: relative;
}

.sec-our-gme h3:nth-child(1):after {
    content: "";
    width: 121px;
    height: 70px;
    position: absolute;
    background: url(../images/Heading-Coin.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 265px;
}

.sec-our-gme p {
    color: #fff;
    text-align: left;
    font-weight: 400;
    padding: 10px 30px 20px;
}




/*---------------- Rating ---------------*/
.row.strt-ply-2nd .progress {
    margin: 25px 0;
}

.col-lft h2 {
    font-size: 52px;
    width: max-content;
    color: #fff;
    text-align: left;
    position: relative;
    padding: 10px 0 0 100px;
}

.strt-ply-2nd .col-lft .progress {
    --bs-progress-bg: #000 !important;
    position: relative;
    overflow: visible;
    margin-left: 60px;
}

.strt-ply-2nd .col-lft .progress:after {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../img-2/5_Content-Area/2nd-Review-Rating/One-Star.svg);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: -5px;
    left: -35px;
}

.progress span {
    color: #fff;
    position: absolute;
    left: -60px;
    top: -10px;

    font-size: 24px;
}

.row.strt-ply-2nd .progress-bar {
    background: #FFCC56;
    border-radius: 25px;
}







/* -------------------------------- */

section.sec-how-ply {
    position: relative;
    width: 100%;
    background: url("../images/About-BG.png");
    background: radial-gradient(circle at top left, rgb(255 222 173), transparent), radial-gradient(circle at top right, rgb(255 182 193), transparent), radial-gradient(circle at bottom right, rgb(173 216 230), transparent);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
    position: relative;
    text-align: center;
    color: #000;
}

section.sec-how-ply .head-undr-lin:after {
    content: "";
    width: 121px;
    height: 70px;
    position: absolute;
    background: url(../images/Heading-Coin.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    right: 265px;
}

/* Notice section */
.notice-section {
    padding: 60px 0 200px;
}

.notice-content {
    margin-top: 40px;
}

.notice-content li {

    font-size: 50px;
    font-weight: 600;
    word-wrap: break-word;
    line-height: normal;
}




/* ---------------------------- */
.row.strt-ply-2nd {
    background: #2D2C31 0% 0% no-repeat padding-box;
    border-radius: 15px;
    opacity: 1;
    margin: 40px 0 65px;
    display: flex;
    padding-bottom: 20px;
}

.row.strt-ply-3rd {
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 15px;
    opacity: 1;
    margin: 40px 0 65px;
    display: flex;
    padding-bottom: 20px;
    padding-top: 30px;
}

.row.strt-ply-3rd .sec-our-gme h3::after {
    display: none !important;
}

.strt-ply-2nd .col-lft .progress:after {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../images/One-Star.svg);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: -5px;
    left: -35px;
}

.col-lft h2::before {
    content: "";
    width: 65px;
    height: 65px;
    background: url(../images/Review-icon.svg);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}

.col-lft h2::after {
    content: "";
    width: 150px;
    height: 25px;
    background: url(../images/All-Star.svg);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 20px;
    right: -165px;
}




.ply-3rd-user {
    background: transparent linear-gradient(107deg, #FFE88B 0%, #FFCC56 100%) 0% 0% no-repeat padding-box;
    border: 2px solid #151517;
    border-radius: 93px;
    opacity: 1;
    margin: 10px 0;
    padding: 15px 0 0;
    position: relative;
}

.ply-3rd-user h4 {
    font-size: 30px;
    font-family: "poppins";
    font-weight: bold;
    margin-bottom: 5px;
    padding: 0 0 0 38%;
}

.ply-3rd-user p {
    font-size: 20px;
    color: #181818;
    padding: 0 0 0 38%;
    margin-bottom: 15px;
}

.ply-3rd-user:nth-child(1):after {
    content: "";
    width: 60px;
    height: 60px;
    background: url(../images/User-icon.svg);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 20px;
    left: 50px;
}

.ply-3rd-user:nth-child(2):after {
    content: "";
    width: 60px;
    height: 60px;
    background: url(../images/Money-Icon.svg);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 20px;
    left: 50px;
}

/* ------------------------?--------------------- */

/*-------------------- Footer ---------------------*/
footer.sec-foot {
    background: transparent linear-gradient(90deg, #151517 0%, #2D2C31 50%, #151517 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 90px 0 0;

}

.sec-foot-1 {
    position: relative;
    padding: 30px 0 0;
    text-align: center;
}

.sec-foot-1 p {
    text-align: center;
    color: #919192;
    font-size: 16px;
    margin: 45px 0 0;
}



.sec-foot-1 ul {
    display: flex !important;
    justify-content: center;
    padding: 20px 0 20px;
}

.sec-foot-1 ul li {
    list-style: none;
}

.sec-foot-1 ul li a {
    color: #fff;
    padding: 0 20px 0;
    font-size: 16px;
}

.sec-foot-1 ul li a:hover {
    color: #fff;
}

.sec-foot-1 .nav-link:focus,
.nav-link:hover {
    color: #fff;
}

.sec-foot-2 {
    display: flex;
    justify-content: center;
}

.sec-foot-2 img {
    width: max-content;
    height: 35px;
    background: transparent;
    border: none;
}

.sec-foot-2 p {
    color: #919192;
    margin: auto;
}

.sec-foot-2 {
    width: 60%;
    border: 1px solid #919192;
    border-radius: 45px;
    padding: 10px 15px;
    margin: auto;
    opacity: 1;
}

.sec-foot-3 {
    padding: 28px 0 2px;
    display: flex;
    justify-content: center;
}

.sec-foot-3 .d-flex {
    padding: 0;
    display: flex;
}

.footer-icon {
    display: flex;
}

.footer-icon img {
    border: none;
    background: transparent;
}

.sec-foot-3 ul li a {
    padding: 0 2px 0;
}

.sec-foot-3 ul li {
    list-style: none;
}

.sec-foot-4 p {
    text-align: center;
    color: #919192;
    font-size: 16px;
    margin-bottom: 8px;
}

.sec-foot-4 p:nth-child(3) {
    margin-bottom: 25px;
}

.sec-foot-5 {
    padding: 20px 0 45px;
    display: flex;
    justify-content: space-around;
    border-top: 2px solid#151517;
}


.sec-foot-5 p {
    text-align: left;
    color: #919192;
    font-size: 16px;
}



























/**********scrollUp**********/
.scrollup {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    opacity: 0.9;
    position: fixed;
    bottom: 50px;
    right: 20px;
    color: #fff;
    font-size: 26px;
    display: none;
    background: #014397;
    z-index: 200;
}

.scrollup:hover {
    background: #4d4d4d;
    opacity: 1;
    color: #fff;
}



/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
    overflow: hidden;
    background-image: linear-gradient(145deg, #00b4c6 0%, #0088e8 100%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 9999;
    color: #fff;
}

#preloader .jumper {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    margin: auto;
    width: 50px;
    height: 50px;
}

#preloader .jumper>div {
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    opacity: 0;
    width: 50px;
    height: 50px;
    -webkit-animation: jumper 1s 0s linear infinite;
    animation: jumper 1s 0s linear infinite;
}

#preloader .jumper>div:nth-child(2) {
    -webkit-animation-delay: 0.33333s;
    animation-delay: 0.33333s;
}

#preloader .jumper>div:nth-child(3) {
    -webkit-animation-delay: 0.66666s;
    animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    5% {
        opacity: 1;
    }

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

@keyframes jumper {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    5% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.sec-foot-1 img {
    content: "";
    width: 15%;
    background: #fff;
    border-radius: 14px;
}

.header {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 768px) {

    .navbar-brand>img {
        display: block;
        background: #fff;
        border-radius: 14px;
        padding: 5px;
        margin: 10px 0;
        width: 70px;
    }

    .header {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .navbar-brand {
        height: auto;
    }



    a.btn.text-white.rounded-pill {
        font-size: 16px;
        font-weight: normal;
        padding: 6px 12px 6px;
        margin: 0;
        display: block;
    }

    .navbar {
        background: #f7d688;
    }

    .banner-info-img img {
        padding: 5px 10px 5px 10px;
    }

    .bnr-head-2 img {
        width: 105px;
        position: relative;
        top: -30px;
        right: 10px;

    }

    .bnr-head .space15 {
        padding: 6px;
    }

    h2 {
        font-size: 32px;
    }

    .notice-content li {

        font-size: 18px;
    }

    .sec-abut-gme {
        padding: 60px 0;
    }

    .sec-banner h3 {
        font-size: 24px;
        margin-bottom: 0px;
    }

    .download-btn {
        /* position: absolute; */
    }

    section.sec-banner {
        position: relative;
        margin-top: 80px;
    }

    section.sec-banner .contain-bnr-2 {
        justify-content: space-between;
    }

    .banner-info-img img {
        width: 350px;
    }

    .banner-content {
        padding: 0px 0 0;
        text-align: center;
    }


    .sec-banner h1 {
        font-size: 30px;
        margin: 3px 0 7px;
    }

    .sec-tab ul.nav.nav-tabs {
        display: grid;
        justify-content: stretch;
    }

    .sec-tab ul li a.active i {
        transform: rotate(90deg);
    }

    .screenshot {
        border-radius: 15px;
        margin: 0 10px;
    }

    .screenshot img {
        border-radius: 10px;
    }

    .nav-tabs>li {
        margin: 5px 0;
    }

    .row.strt-ply-2nd {
        display: grid;
    }

    .row.strt-ply-3rd {
        display: grid;
    }

    .sec-abut-gme .sec-tab {
        margin: 0;
    }

    .sec-our-gme h3:nth-child(1):after {
        display: none;
    }

    .sec-foot-1 img {
        content: "";
        width: 35%;
        background: #fff;
        border-radius: 14px;
    }

    .sec-foot-1 {
        position: relative;
        text-align: center;
        padding: 0 0 0;
    }

    .sec-foot-2 {
        display: grid;
        justify-content: center;
    }

    .sec-foot-2 {
        border: 0px solid #919192;
    }

    .sec-foot-5 {
        display: grid;
        text-align: center;
        padding: 20px;
    }

    .sec-how-ply a.btn.text-white.rounded-pill {
        font-size: 17px;
    }

    .sec-our-gme h3:nth-child(1) {
        font-size: 32px;
        position: relative;
    }

    .sec-foot-5 p {
        text-align: center;
    }

    footer.sec-foot {
        padding: 50px 0 0;

    }

    section.sec-our-gme {
        padding: 65px 0;
    }

    .banner-logo {
        display: none;
    }

    .dm-n {
        margin: 0 30px !important;
        font-size: 20px !important;
    }



    .sec-banner .guarantee-content {
        justify-content: center;
        margin-bottom: 15px;
    }

    .sec-banner .guarantee-content img {
        width: 20px;
        margin-right: 5px;
        margin-top: 0px;
    }

    .sec-banner .guarantee-content h4 {
        font-size: 16px;
        font-weight: 500;
    }
}