@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Underdog&display=swap');
@font-face {
  font-family:'BentonSans ExtraComp';
  src:url('../font/BentonSansExtraComp-Black.eot');
  src:url('../font/BentonSansExtraComp-Black.eot?#iefix') format('embedded-opentype'),
      url('../font/BentonSansExtraComp-Black.woff2') format('woff2'),
      url('../font/BentonSansExtraComp-Black.woff') format('woff'),
      url('../font/BentonSansExtraComp-Black.ttf') format('truetype'),
      url('../font/BentonSansExtraComp-Black.svg#BentonSansExtraComp-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html {
  height: 100%
}
body {
  background:#28282b;
  font-size:20px;
  font-family: "Comic Neue", cursive;
  color:#fff;
  font-weight:400;
}
/* width */
::-webkit-scrollbar {
  width:8px;
  height:2px;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px balck;
  border-radius:0px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background:#000; 
  border-radius:0px;
}
h1{
  font-size:60px;
}
h2{
  font-size:55px;
}
h3{
  font-size:50px;
}
h4{
  font-size:47px;
}
h5{
  font-size:44px;
}
h6{
  font-size:40px;
}
h1, h2, h3, h4, h5, h6 {
  font-family:"Underdog", system-ui;
  font-weight:400;
  color:#BB8D6F;
  line-height:1.0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
  color:#00be64;
}
.title{
  font-size:55px;
  margin-bottom:15px;
}
p:last-of-type {
  margin-bottom: 0;
}
a{
  color:#00be64;
  text-decoration: none;
}
a:hover {
  color:#00be64;
}
.form-group {
  margin-bottom: 20px;
}
.form-control {
  border: 2px solid #7f9f6e !important;
  border-radius: 5px;
  padding:12px 124px 12px 10px;
  font-size: 15px;
  color: #ffffff !important;
  line-height: 1.2;
  font-weight: 400;
  height: auto;
  background-color: transparent !important;
  box-shadow: none !important;
}
textarea.form-control {
  height: 167px;
}
.form-control::-webkit-input-placeholder{
  color:#7f9f6e;
}
.form-control::-moz-placeholder {
  color:#7f9f6e;
}
.form-control:-ms-input-placeholder {
  color:#7f9f6e;
}
.form-control:-moz-placeholder {
  color:#7f9f6e;
}
.btn {
  color:#00be64;
  padding: 0;
  background-color: transparent;
  border: none;
}
.btn-primary {
  font-family: "Underdog", system-ui;
  border: none !important;
  border-radius: 0px 0px 20px 20px;
  padding: 10px 15px;
  background: #000 url(../images/button-bg.webp) no-repeat top left;
  background-size: cover;
  font-weight: bold;
  transition: all ease-in-out 0.25s;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  font-size: 20px;
  min-width: 160px;
  position: relative;
  color: #ffd9b0;
  text-shadow: 3px 3px 15px rgb(0 0 0);
  box-shadow:0px 2px 0px 2px rgba(0 0 0 / 70%);
}
.btn-primary:before {
  position: absolute;
  top: -86px;
  left:50px;
  display: block;
  content: "";
  width: 70px;
  height: 95px;
  background: url(../images/button-groot.webp) no-repeat top left;
  background-size: 70px auto;
  filter: drop-shadow(2px 4px 6px black);
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count: infinite;
}
@keyframes hvr-wobble-horizontal{
16.65% {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
33.3% {
  -webkit-transform: translateX(-6px);
  transform: translateX(-6px);
}
49.95% {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
66.6% {
  -webkit-transform: translateX(-2px);
  transform: translateX(-2px);
}
83.25% {
  -webkit-transform: translateX(1px);
  transform: translateX(1px);
}
100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
}
.btn-primary:hover {
  box-shadow: 0px 0px 0px rgb(89 113 77) !important;
  background-color: #59714d !important;
}
/*default-css-end*/
/*navbar*/
.navbar{
  background:#28282b;
}
.navbar .navbar-nav{
  flex-direction:unset !important;
}
.navbar-brand img{
  max-width: 150px;
}
.navbar-nav .nav-item:not(:last-of-type) {
  margin-right: 15px;
}
.navbar-nav .nav-link{
  background-image:url(../images/menu-icon1.webp);
  background-repeat: no-repeat !important;
  background-position:bottom center !important;
  background-size:0px auto !important;
  padding:0 0 15px !important;
  color: #fff !important;
  transition:all ease-in-out 0.35s;
}
.navbar-nav .nav-link:hover{
  background-size:65px auto !important;
}
/*hero-banner*/
.hero-banner{
  padding:20px 0 0px;
}
.hero-banner:before{
  position:absolute;
  top:50%;
  left:50%;
  display:block;
  content:"GROOT";
  font-size:550px;
  font-weight:bold;
  font-family: "Comic Neue", cursive;
  transform:translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  -moz-transform:translate(-50%, -50%);
  -ms-transform:translate(-50%, -50%);
  z-index:0;
  opacity:15%;
  text-shadow:7px 7px 0px rgb(187 141 111);
}
.hero-banner h1 {
  font-size:110px;
  font-weight: bold;
  text-shadow: 0px 4px 0px rgba(0 0 0 / 70%);
}
.hero-banner .tag{
  margin-bottom:5px;
}
.tag span {
  font-size: 50px;
  background-color: #ee171f;
  color: #fff;
  padding: 8px 10px;
  font-family: 'BentonSans ExtraComp';
  text-transform: uppercase;
  line-height: 0.8;
  display: flex;
  align-items: center;
}
.tag .span-two {
  background: transparent;
  border-style: solid;
  border-width: 4px 0px;
  border-color: #ee171f;
  margin-left: 10px;
  padding: 10px 0 8px;
}
.hero-banner .sub-heading {
  font-family: 'BentonSans ExtraComp';
  font-size:110px;
  line-height:0.8;
  text-shadow: 2px 2px 0px rgba(255 255 255 / 50%);
  text-transform: uppercase;
  color: transparent;
  background-image: url(../images/text-bg.webp);
  background-repeat: no-repeat;
  background-size:30%;
  background-position:-50px 86%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animate-background 4s infinite alternate linear;
}
@keyframes animate-background {
0% {
  background-position:-50px 86%;
}
100% {
  background-position: 100% 86%;
}
}
.banner-btn{
  margin-top:130px;
}
.banner-btn a:not(:last-of-type){
  margin-right:15px;
}
.banner-right{
  text-align: center;
}
.banner-right img {
  max-height:780px;
}
/*smart-contract*/
.smart-contract{
  padding:40px 0;
}
.smart-contract ul{
  margin-top:65px;
  position:relative;
}
.smart-contract ul:before{
  position:absolute;
  top:50%;
  left:0;
  display:block;
  content:"";
  width:160px;
  height:228px;
  background:url(../images/groot-security.webp) no-repeat top left;
  background-size:160px auto;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  z-index:-1;
}
.smart-contract ul li:not(:last-of-type){
  margin-right:50px;
}
.smart-contract li img{
  max-width:200px;
}
.smart-contract li p{
  background:#2f2f33;
  border:1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #3c3c41, #5d5d5d, #3c3c41);
  padding: 10px 15px;
  box-shadow: 3px 3px 10px rgba(0 0 0 / 50%) inset;
  margin: 25px auto 0;
  max-width: 290px;
  word-break: break-all;
  font-size: 15px;
}
/*about-us*/
.about-us{
  background-image:url(../images/tokenomics-bg1.webp);
  background-repeat:no-repeat;
  background-position:left 80px bottom;
  background-size:280px auto;
  padding:50px 0;
}
.about-left{
  text-align:center;
}
.about-left img{
  max-width:990px;
}
.about-left{
  text-align: center;
  margin-bottom: 25px;
}
.about-right {
  margin: 70px auto 0;
  max-width: 830px;
}
.about-right .we-accept li:not(:last-of-type) {
  margin-right: 40px;
}
.about-right .we-accept {
  margin: 30px 0 118px;
}
.we-accept li .img-outer{
  width:50px;
  height: 50px;
  margin-bottom:10px;
  border-radius:100%;
  background:url(../images/accept-bg1.webp) no-repeat top left;
  background-size:cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.we-accept li .img-outer img {
  max-height: 38px;
  max-width: 38px;
  filter: drop-shadow(3px 3px 6px #815d46);
}
/*tokenomics-main*/
.tokenomics-main{
  position: relative;
  padding:190px 0 80px;
}
.tokenomics-right{
  position: relative;
  background: #000;
  padding:45px 15px 20px;
  box-shadow: 0px 15px 5px -10px rgba(255 255 255 / 10%);
  border-radius:30px;
}
.tokenomics-right:before {
  position:absolute;
  top:-240px;
  left:50%;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  display:block;
  content:"";
  width:150px;
  height:257px;
  background:url(../images/token-groot1.webp) no-repeat;
  background-size:150px auto;
}
.tokenomics-right li{
  text-align:left;
  padding-left:32px;
  width:32%;
  margin-right:2%;
  margin-bottom:25px;
  position:relative;
}
.tokenomics-right li:nth-of-type(3n+3){
  margin-right:0;
}
.tokenomics-right li:before{
  position: absolute;
  top:3px;
  left: 0;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background:url(../images/token-img1.webp) no-repeat;
  background-size:20px auto !important;
  border-radius:100%;
}
.tokenomics-right li:nth-of-type(2):before{
  background:url(../images/token-img2.webp) no-repeat;
}
.tokenomics-right li:nth-of-type(3):before{
  background:url(../images/token-img3.webp) no-repeat;
}
.tokenomics-right li:nth-of-type(4):before{
  background:url(../images/token-img4.webp) no-repeat;
}
.tokenomics-right li:nth-of-type(5):before{
  background:url(../images/token-img5.webp) no-repeat;
}
.tokenomics-right li:nth-of-type(6):before{
  background:url(../images/token-img6.webp) no-repeat;
}
.tokenomics-right li:nth-of-type(7):before{
  background:url(../images/token-img7.webp) no-repeat;
}
.tokenomics-right li:nth-of-type(8):before{
  background:url(../images/token-img8.webp) no-repeat;
}
.tokenomics-right li:nth-of-type(9):before{
  background:url(../images/token-img9.webp) no-repeat;
}
.tokenomics-right li:nth-of-type(10):before{
  background:url(../images/token-img10.webp) no-repeat;
}
.tokenomics-right li h6 {
  font-size: 30px;
}
.tokenomics-right li p{
  font-size:15px;
}
/*gamezone*/
.gamezone{
  background-image:url(../images/tokenomics-bg2.webp);
  background-repeat:no-repeat;
  background-position:right bottom;
  background-size:300px auto !important;
  padding: 40px 0 80px;
}
.gamezone-main{
  margin-top: 70px;
}
.game-outer{
  background: #2f2f33;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #3c3c41, #5d5d5d, #3c3c41);
  padding: 20px 15px;
  text-align: center;
  box-shadow: 3px 3px 10px rgba(0 0 0 / 50%) inset;
}
/*roadmap-main*/
.roadmap-main{
  position:relative;
  padding:30px 0 60px;
}
.roadmap-main .container {
  max-width: 1360px;
}
.roadmap-img {
  margin-bottom: 30px;
}
.roadmap-inner {
  background: #2f2f33;
  border:1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #3c3c41, #5d5d5d, #3c3c41);
  padding: 1px 15px 20px;
  text-align: center;
  box-shadow: 3px 3px 10px rgba(0 0 0 / 50%) inset;
}
.roadmap-inner .count {
  width: 55px;
  height: 55px;
  margin: -30px auto 15px;
  background-color: #2f2f33;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #3c3c41, #5d5d5d, #3c3c41);
  box-shadow:3px 3px 10px rgba(0 0 0 / 50%) inset;
}
.roadmap-heading h6 {
  font-size: 30px;
}
.roadmap-inner .road-para p {
  font-size:14px;
}
/*footer-main*/
.footer-main{
  background:#ee171f;
  padding:40px 0 0;
  position: relative;
}
.footer-main:before{
  position:absolute;
  bottom:3px;
  left:10px;
  display:block;
  content:"mr. joy";
  font-size:30px;
  text-transform:uppercase;
  color:#ffffff;
  line-height:0.8;
  font-weight:900;
  opacity:25%;
}
.footer-top img {
  max-width:250px;
  filter:drop-shadow(2px 4px 6px black);
}
.footer-middle {
  margin: 20px 0;
}
.footer-middle li:not(:last-of-type), .footer-bottom li:not(:last-of-type){
  margin-right:15px;
}
.footer-middle li a{
  color: #fff;
}
.footer-bottom {
  background: url(../images/footer-img1.webp) no-repeat right 17px bottom;
  background-size: 260px auto;
  padding-bottom: 200px;
}
.footer-bottom ul {
  margin-top: 25px;
  margin-right:65px;
}
.footer-bottom li img{
  max-width:30px;
  filter:drop-shadow(2px 2px 3px black);
}
.footer-middle .mail-outer{
  margin:10px 0px;
}
.footer-middle .mail-outer img{
  max-width: 20px;
}
.footer-middle .buy-btn {
  margin-top: 100px;
}
/*ido-page-css-start*/
.ido-main{
  background:url(../images/ido-bg2.webp) no-repeat left bottom;
  background-size:350px auto;
  padding: 100px 0;
  min-height: 100vh;
}
.ido-main .logo-outer{
  top:20px;
  left:20px;
}
.ido-main .logo-outer img{
  max-width:150px;
}
.ido-main .connect-wallet {
  max-width: 900px;
}
.ido-main .tag {
  margin-bottom:97px;
}
.login-outer .buy-btn {
  margin-top:100px;
}
.buy-token {
  background:url(../images/ido-bg.webp) no-repeat top right;
  background-size:cover;
  margin:22px auto 0;
  max-width:500px;
  border-image-source: url(../images/border-img1.webp);
  border-image-slice: 58;
  border-image-width: 25px;
  border-image-repeat: round;
  padding: 35px 30px;
  box-shadow: 3px 3px 10px rgba(0 0 0 / 50%) inset;
}
.login-outer label {
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 1px solid #565657;
  padding-left: 15px;
}
.login-outer label img{
  max-width:35px;
  margin-right: 10px;
}
.token-img{
  bottom:20px;
  right:20px;
  z-index: -1;
}
.token-img img{
  max-width:350px;
}
.buy-token .form-select{
  background-color:#1d1f20 !important;
  background-blend-mode:screen;
  padding: 12px 10px;
}
/*Responsive*/
@media screen and (min-device-width: 1200px) and (max-device-width: 1450px) {
@keyframes color-shape-movement {
  0%   {
    right:0px;
    bottom:0px;
  }
  25%  {
    right:70px;
    bottom:0px;
  }
  50%  {
    right:70px;
    bottom:70px;
  }
  75%  {
    right:0px;
    bottom:70px;
  }
  100% {
    right:0px;
    bottom:0px;
  }
}
.token-img img{
  max-width:220px;
}
.hero-banner:before {
  font-size: 360px;
}
.about-us {
  background-position: left 20px bottom;
  background-size: 200px auto;
}
}
@media only screen and (max-width: 1199px) {
.container{
  max-width:100%;
}
.hero-banner:before {
  font-size: 300px;
}
.hero-banner .sub-heading {
  font-size: 90px;
}
.hero-banner h1{
  font-size:100px;
}
.banner-right img{
  max-height: 600px;
}
.smart-contract ul {
  margin-top: 35px;
}
.smart-contract ul li:not(:last-of-type) {
  margin-right: 20px;
}
.smart-contract li img{
  max-width:150px;
}
.smart-contract li p {
  max-width: 220px;
}
.about-us{
  background-position:left 40px bottom;
  background-size:190px auto;
  padding:10px 0 50px;
}
.about-left {
  margin-bottom: 15px;
}
.about-left img{
  max-width:750px;
}
.about-right {
  margin: 50px auto 0;
}
.tokenomics-main {
  padding: 80px 0 30px;
}
.tokenomics-right:before{
  top:-165px;
  width:100px;
  height:172px;
  background-size:100px auto;
}
.tokenomics-right {
  padding: 35px 15px 10px;
}
.tokenomics-right li {
  padding-left:22px;
  width: 32.6%;
  margin-right: 1%;
  margin-bottom: 15px;
}
.tokenomics-right li:before{
  width:15px;
  height:15px;
  background-size:15px auto !important;
}
.tokenomics-right li p{
  font-size:14px;
}
.gamezone {
  background-size: 180px auto !important;
  padding: 20px 0 30px;
}
.gamezone-main{
  margin-top:30px;
}
.game-outer {
  padding:10px 15px;
}
h5{
  font-size: 30px;
}
body {
  font-size: 15px;
}
.roadmap-main{
  padding:20px 0 30px;
}
.footer-main {
  padding:20px 0 0;
}
.footer-top img{
  max-width:200px;
}
.footer-middle .mail-outer{
  margin: 8px 0px;
}
}
@media only screen and (max-width: 991px) {
.hero-banner:before{
  font-size:220px;
}
.hero-banner .sub-heading{
  font-size:70px;
}
.banner-btn {
  margin-top: 105px;
}
.tag span{
  font-size:35px;
  padding:6px 10px;
  line-height:0.7;
}
.banner-right img {
  max-height: 400px;
}
.smart-contract ul li:not(:last-of-type){
  margin-right:10px;
}
.smart-contract li p {
  max-width: 190px;
  padding: 8px 10px;
  font-size: 14px;
}
.smart-contract ul:before{
  width:120px;
  height:170px;
  background-size:120px auto;
}
.about-left img {
  max-width: 600px;
}
h1{
  font-size:33px;
}
h2{
  font-size:31px;
}
h3{
  font-size:29px;
}
h4{
  font-size:27px;
}
h5{
  font-size:26px;
}
h6{
  font-size:24px;
}
body {
  font-size:14px;
}
.title{
  font-size:31px;
}
.about-us {
  background-position: left 20px bottom;
  background-size: 150px auto;
  padding: 10px 0 30px;
}
.tokenomics-right:before{
  top:-140px;
  width:85px;
  height:146px;
  background-size:85px auto;
}
.gamezone {
  background-size: 150px auto !important;
}
.roadmap-main {
  padding: 10px 0 0px;
}
.roadmap-inner {
  margin-bottom: 50px;
}
}
@media only screen and (max-width: 767px) {
.container{
  max-width:100%;
}
.tag span {
  font-size: 30px;
  padding: 6px 8px;
}
.hero-banner .order-1{
  order:2 !important;
  -webkit-order:2 !important;
  -moz-order:2 !important;
  -ms-order:2 !important;
}
.hero-banner .order-2{
  order:1 !important;
  -webkit-order:1 !important;
  -moz-order:1 !important;
  -ms-order:1 !important;
}
.banner-right {
  margin-bottom:25px;
}
.banner-right img {
  max-height: 350px;
}
.hero-banner h1 {
  font-size: 60px;
}
.hero-banner .sub-heading {
  font-size: 40px;
  background-size:50%;
  background-position:-25px 77%;
  display:inline-block;
}
@keyframes animate-background {
0% {
  background-position:-25px 77%;
}
100% {
  background-position: 100% 77%;
}
}
.banner-btn a:not(:last-of-type) {
  margin-right: 5px;
}
.btn-primary {
  padding: 8px 10px;
  font-size: 18px;
  min-width: 130px;
}
.btn-primary:before {
  top: -63px;
  left: 40px;
  width: 50px;
  height: 75px;
  background-size: 50px auto;
}
.banner-btn {
  margin-top: 42px;
  width: 272px;
  margin-left: 40px;
}
.hero-banner:before {
  font-size:170px;
  opacity: 5%;
}
.about-left img {
  max-width:520px;
}
.about-right .we-accept {
  margin: 25px 0 78px;
}
.banner-left{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hero-banner .tag {
  width: 100%;
}
.banner-left .banner-head {
  width:calc(100% - 312px);
  width:-webkit-calc(100% - 312px);
  width:-moz-calc(100% - 312px);
  width:-ms-calc(100% - 312px);
}
.about-us {
  background-position: left bottom, right bottom 0px;
  background-size: 100px auto, 130px auto !important;
}
h1{
  font-size:39px;
}
h2{
  font-size:35px;
}
h3{
  font-size:32px;
}
h4{
  font-size:28px;
}
h5{
  font-size:25px;
}
h6{
  font-size:22px;
}
body {
  font-size:15px;
}
.title{
  font-size:35px;
}
.tokenomics-main {
  padding: 20px 0 40px;
}
.tokenomics-right:before {
  width: 100px;
  height: 172px;
  background-size: 100px auto;
  top:-164px;
}
.tokenomics-main .section-heading {
  margin:0 auto 30px;
}
.tokenomics-left{
  margin-bottom:180px;
}
.tokenomics-left img{
  max-width: 250px;
}
.roadmap-main {
  background-size:130px auto !important;
  padding:20px 0 10px;
}
.roadmap-inner {
  margin-bottom: 43px;
}
.roadmap-outer {
  margin-top: 40px;
}
.footer-main {
  padding: 50px 0 0;
}
.footer-top img {
  max-width: 180px;
}
.footer-middle {
  margin: 30px 0;
}
.footer-bottom {
  background-size: 170px auto;
  padding-bottom: 130px;
  background-position: right 60px bottom;
}
.footer-bottom h6 {
  margin-right: 60px;
}
.footer-bottom ul{
  margin-top: 15px;
  margin-right: 82px;
}
.footer-middle li:not(:last-of-type), .footer-bottom li:not(:last-of-type) {
  margin-right: 10px;
}
.footer-bottom li img {
  max-width:25px;
}
.ido-main {
  padding: 95px 0 30px;
  align-items: flex-start !important;
  background-size:250px auto;
}
.ido-main .logo-outer {
  top: 15px;
  left: 15px;
}
.ido-main .tag {
  margin-bottom:70px;
}
.buy-token {
  margin:25px auto 0;
  max-width:420px;
}
.login-outer .buy-btn {
  margin-top: 75px;
}
.token-img{
  display:none;
}
.ido-main .connect-wallet {
  max-width:485px;
}
.ido-main .tag .span-two {
  backdrop-filter: blur(12px);
}
.our-token .order-2{
  order:1 !important;
  -webkit-order:1 !important;
  -moz-order:1 !important;
  -ms-order:1 !important;
}
.our-token .order-1{
  order:2 !important;
  -webkit-order:2 !important;
  -moz-order:2 !important;
  -ms-order:2 !important;
}
.our-token .token-left{
  margin-bottom: 20px;
  text-align: center;
}
.token-left img{
  max-width:300px;
}
.our-token {
  padding: 30px 0 0;
}
.tokenomics-right li {
  margin-bottom: 15px;
}
.tokenomics-right {
  padding: 35px 15px 10px;
}
.gamezone {
  background-position: right top;
  background-size:160px auto !important;
  padding: 20px 0;
}
.gamezone-main {
  margin-top: 20px;
}
.gamezone-main .order-1{
  order:2 !important;
  -webkit-order:2 !important;
  -moz-order:2 !important;
  -ms-order:2 !important;
}
.gamezone-main .order-2{
  order:1 !important;
  -webkit-order:1 !important;
  -moz-order:1 !important;
  -ms-order:1 !important;
}
.gamezone-main .order-3{
  order:3 !important;
  -webkit-order:3 !important;
  -moz-order:3 !important;
  -ms-order:3 !important;
}
.gamezone-main .order-4{
  order:4 !important;
  -webkit-order:4 !important;
  -moz-order:4 !important;
  -ms-order:4 !important;
}
.game-slider {
  margin-bottom: 0;
}
.game-slide .img-outer img {
  max-width: 280px;
  margin-left: 0 !important;
}
.gamezone-main .more-space {
  margin-bottom: 15px;
}
.footer-middle .buy-btn {
  margin-top: 75px;
}
.smart-contract {
  padding: 40px 0 0;
}
.smart-contract ul{
  margin-top: 20px;
}
.smart-contract ul:before{
  display:none;
}
.smart-contract ul li:not(:last-of-type) {
  margin-right:12px;
}
.smart-contract li img {
  max-width: 90px;
}
.smart-contract li p {
  max-width:170px;
  font-size: 13px;
  margin:10px auto 0;
}
}
@media only screen and (max-width: 575px) {
h1{
  font-size:39px;
}
h2{
  font-size:30px;
}
h3{
  font-size:26px;
}
h4{
  font-size:22px;
}
h5{
  font-size:19px;
}
h6{
  font-size:16px;
}
body {
  font-size:14px;
}
.title{
  font-size:26px;
}
.hero-banner:before {
  font-size: 95px;
  top:180px;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  opacity: 15%;
}
.banner-left .banner-head {
  width:100% !important;
}
.banner-btn {
  margin-top:64px;
  width: 100%;
  margin-left: 0;
}
.about-us {
  background-position: left bottom, right bottom 90px;
  background-size: 70px auto, 100px auto !important;
}
.about-left img {
  max-width:280px;
}
.btn-primary{
  font-size: 15px;
  min-width: unset;
  border-radius: 0px 0px 10px 10px;
}
.btn-primary:before {
  top: -53px;
  left:20px;
  width: 40px;
  height: 65px;
  background-size: 40px auto;
}
.we-accept li .img-outer img {
  max-height: 25px;
  max-width: 25px;
}
.we-accept li .img-outer {
  width: 38px;
  height: 38px;
  margin-bottom: 5px;
}
.about-right .we-accept li:not(:last-of-type) {
  margin-right:36px;
  margin-bottom:15px;
}
.about-right .we-accept li:nth-of-type(4n+4) {
  margin-right: 0;
}
.tokenomics-left {
  margin-bottom: 120px;
}
.tokenomics-left img {
  max-width: 160px;
}
.tokenomics-right:before {
  width: 70px;
  height: 122px;
  background-size: 70px auto;
  bottom: auto;
  top: -113px;
}
.tokenomics-right li{
  width:49%;
  margin-right: 2% !important;
}
.tokenomics-right li:nth-of-type(2n+2) {
  margin-right: 0 !important;
}
.tokenomics-right {
  padding: 25px 15px 5px;
  border-radius: 15px;
}
.tokenomics-main {
  padding: 20px 0 30px;
}
.roadmap-main {
  background-size: 70px auto !important;
  padding: 20px 0 0px;
}
.footer-main {
  padding: 25px 0 0;
}
.footer-middle li:not(:last-of-type), .footer-bottom li:not(:last-of-type) {
  margin-right: 8px;
}
.footer-bottom li img {
  max-width: 25px;
}
.footer-bottom {
  background-size: 150px auto;
  padding-bottom: 110px;
  background-position:center bottom;
}
.navbar {
  position: relative !important;
  display: block !important;
  box-shadow: 0px 2px 10px rgb(0 0 0);
}
.navbar-brand {
  padding: 0;
  margin: 0 0 15px;
  display: block;
  text-align: center;
}
.navbar .navbar-nav{
  justify-content: center !important;
}
.hero-banner {
  padding: 20px 0 0px;
}
.banner-right img {
  max-height: 300px;
}
.buy-token .order-1{
  order:2 !important;
  -webkit-order:2 !important;
  -moz-order:2 !important;
  -ms-order:2 !important;
}
.buy-token .order-2{
  order:1 !important;
  -webkit-order:1 !important;
  -moz-order:1 !important;
  -ms-order:1 !important;
}
.buy-token .token-img {
  margin-bottom: 20px;
  text-align: center;
}
.buy-token .token-img img{
  max-width:80px;
}
.buy-token {
  padding: 25px 20px;
}
.ido-main .logo-outer img {
  max-width: 100px;
}
.ido-main {
  background-size:0px auto;
}
.ido-main {
  align-items: center !important;
}
.ido-main .tag .span-two {
  backdrop-filter: blur(1px);
  text-shadow:0px 0px 10px rgba(0 0 0 / 80%);
}
.token-left img {
  max-width: 200px;
}
.our-token {
  padding: 15px 0 0;
}
.about-right {
  margin: 40px auto 0;
}
.game-slide .img-outer img {
  max-width: 180px;
}
.gamezone {
  background-position: right top 50px;
  background-size: 100px auto !important;
}
.footer-bottom h6 {
  margin-right: 0;
  text-align: center;
}
.footer-bottom ul {
  margin-right: 0;
  justify-content: center !important;
}
.footer-middle {
  margin: 20px 0;
}
.footer-middle .buy-btn {
  margin-top: 65px;
}
.smart-contract ul li:not(:last-of-type) {
  margin-right: 0;
  margin-bottom: 20px;
}
.smart-contract li img {
  max-width: 120px;
}
.smart-contract li p {
  max-width: 100%;
  font-size: 14px;
}
.footer-middle .mail-outer img{
  max-width: 16px;
}
.footer-main:before{
  font-size: 25px;
}
}