@font-face {
  font-family: Astrohead;
  src: url("../fonts/Astrohead.woff2") format("woff2"),
  url('../fonts/Astrohead.ttf') format('ttf'),
  url("../fonts/Astrohead.woff") format("woff"),
  url('../fonts/Astrohead.eot') format('embedded-opentype'),
  url('../fonts/Astrohead.eot?#iefix') format('embedded-opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Astrohead;
  src: url("../fonts/AstroheadLight.woff2") format("woff2"),
  url('../fonts/AstroheadLight.ttf') format('ttf'),
  url("../fonts/AstroheadLight.woff") format("woff"),
  url('../fonts/AstroheadLight.eot') format('embedded-opentype'),
  url('../fonts/AstroheadLight.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bai Jamjuree;
  src: url("../fonts/Bai-Jamjuree-Regular.woff2") format("woff2"),
  url('../fonts/Bai-Jamjuree-Regular.ttf') format('ttf'),
  url("../fonts/Bai-Jamjuree-Regular.woff") format("woff"),
  url('../fonts/Bai-Jamjuree-Regular.eot') format('embedded-opentype'),
  url('../fonts/Bai-Jamjuree-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bai Jamjuree SemiBold;
  src: url("../fonts/Bai-Jamjuree-SemiBold.woff2") format("woff2"),
  url('../fonts/Bai-Jamjuree-SemiBold.ttf') format('ttf'),
  url("../fonts/Bai-Jamjuree-SemiBold.woff") format("woff"),
  url('../fonts/Bai-Jamjuree-SemiBold.eot') format('embedded-opentype'),
  url('../fonts/Bai-Jamjuree-SemiBold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: Bai Jamjuree, serif;
  font-size: 16px;
  /* max-width: 2240px; */
  margin: 0 auto!important;
  background: #080808;
}

.main {
  background: #0A0A0B url("../images/pattern.png") center;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Astrohead', serif;
  font-style: normal;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  font-feature-settings: 'pnum' on, 'lnum' on;
}

h1 {
  font-size: 96px;
}

h2 {
  font-size: 60px;
}

h3 {
  font-size: 48px;
}

h4 {
  font-size: 32px;
  margin-bottom: 40px;
}

h5 {
  font-size: 24px;
  line-height: 36px;
}

h6 {
  font-size: 20px;
}
@media screen and (max-width: 1599px) {
  h4 {
    margin-bottom: 24px;
  }


  .absolute-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 10% !important;
    height: 85% !important;
  }
}
@media screen and (max-width: 991px) {
  h4 {
    font-size: 20px;
    margin-bottom: 24px;
  }
  h6 {
    font-size: 16px;
  }
}

p {
  margin-bottom: 16px;
}

.backgroundVideo {
  margin: 18px -40px 0 -40px;
  position: relative;
}

.video {
  width: 100%;
  max-height: 70vh;
  overflow: hidden;
  object-fit: cover;
  object-position: top;
}

.title1 {
  font-family: Astrohead, serif;
  font-style: normal;
  font-size: 18px;
  font-weight: normal;
  font-feature-settings: 'pnum' on, 'lnum' on;
}
.title2 {
  font-family: Astrohead, serif;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #fff;
}

.pd-l-100 {
  padding-left: 100px;
}
.pd-t-40 {
  padding-top: 40px;
}
.pd-tb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pd-tb-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}
.pd-b-160 {
  padding-bottom: 160px;
}
.mg-b-40 {
  margin-bottom: 40px;
}

.primary {
  color: #36CD77;
}
.anchor {
  position: relative;
  top: -90px;
  width: 0;
  height: 0;
  overflow: hidden;
}

.game-timeline {
  color: #36CD77;
}

.block-chain-timeline {
  color: #ffab2e;
}

.user-timeline {
  color: #0b6ffb;
}

.bg-dark{
  background: #141415 !important;
}

.dropdown-menu {
  background: #1C1C1E;
  -webkit-clip-path: polygon(100% 0, 100% 90%, 90% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 90%, 90% 100%, 0 100%, 0 0);
  border: 1px solid #313135;
  padding-top: 16px;
  padding-bottom: 24px;
}

.dropdown-menu .dropdown-item {
  padding: 12px 24px;
}
.dropdown-menu .dropdown-item:hover {
  color: #36CD77;
  background: #1C1C1E;
}

.dropdown-menu .dropdown-item:focus {
  color: #36CD77;
  background: #1C1C1E;
}


.download2 .dropdown-menu-dark .dropdown-item.active{
  color: #36CD77;
  background: #1C1C1E;
}

.top-navbar .navbar-toggler {
  border: none !important;
  background: transparent !important;
  outline: none;
  box-shadow: none;
}
.top-navbar .navbar-toggler svg path,
.top-navbar .navbar-toggler svg circle {
  stroke: #36CD77;
}
.top-navbar .navbar-toggler.collapsed svg path,
.top-navbar .navbar-toggler.collapsed svg circle {
  stroke: #fff;
}

.top-navbar .navbar-brand-ftribe {
  margin-left: auto;
}

.logo {
  width: 48px;
  height: 48px;
  margin-left: 10px;
}
.logo-text {
  font-family: Astrohead, serif;
  font-weight: bold;
  font-size: 14px;
  padding-left: 64px;
  padding-bottom: 12px;
  text-transform: uppercase;
}

/*.banners {*/
/*  position: relative;*/
/*  !*padding: 200px 0;*!*/
/*  !*background-image: url("../images/1.header/header-1-z0.jpg");*!*/
/*  background-size: cover;*/
/*  overflow: hidden;*/
/*}*/

.banners {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: revert;
  background-size: cover;
  /*max-height: 70vh;*/
}
.banners .img-fluid {
  width: 100%;
}

.absolute-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
  height: 75%;
}


.absolute-container .container, .absolute-container .container .slide {
  height: 100%;
}


.absolute-container  .contract-address {
  position: absolute;
  bottom: 0;
}

.absolute-container  .contract-address .info {
  font-family: Bai Jamjuree;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  color: #ABABB0;
  margin-bottom: 5px;
}

.fa-copy {
  padding: 5px;
}

.fa-copy:hover {
  cursor: pointer;
}

.fa-copy:hover  svg path, .fa-copy:hover  svg rect {
  stroke: #36CD77;
}

.absolute-container  .banner-right {
  position: absolute;
  bottom: 10px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.absolute-container  .banner-right  svg{
  width: 70%;
}

.absolute-container  .contract-address .address {
  font-family: Bai Jamjuree;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  color: #FFFFFF;
  padding: 10px;
}

.absolute-container .contract-address .address-box {
  --aug-border-all: 1px;
  --aug-inlay-all: 0;
  --aug-border-bg: none;
  --aug-inset-bg: #313135;
  --aug-inlay-bg: rgb(0 0 0 / 40%);
}

#image-top-mobile{
  display: none;
}


.banners .slide {
  text-align: right;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  width: 100%;
}

.banners .slide .ct-1 {
  font-family: Astrohead;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  text-transform: uppercase;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #FFFFFF;
  line-height: 140%;
}

.banners .slide .ct-2 {
  line-height: 140%;
  font-family: Astrohead;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  text-transform: uppercase;
  font-feature-settings: 'pnum' on, 'lnum' on;
}
.banners .slide .ct-3 {
  font-weight: bold;
  font-size: 56px;
}

.banners .slide .banner-left {
  text-align: left;
}


.banners .slide .banner-left .av-box-1 {
  color: #FFFFFF;
  font-family: Astrohead;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
}

.banners .slide .banner-left .av-box-2 {
  line-height: 140%;
  font-size: 40px;
  font-family: Astrohead;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}

.banners .slide .button-group {
  margin-top: 48px;
}

.banners .slide .buy-box-button {
  display: flex;
  align-content: center;
  align-items: center;
}

.banners .slide .buy-box-button-2 {
  display: flex;
  align-content: center;
  align-items: center;
}

.download-title{
  margin-top: 42px;
}

.banners .slide .trailer-button {
  padding-top: 36px;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
}

.banners .slide-image{
  /* position: relative; */
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: right;
  align-items: center;
  overflow: hidden;
}

.banners .slide-image img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.banners .slide-image img.img1 {
  object-position: 25%;
}
.banners .slide-image img.img2 {
  object-position: 25%;
}
.banners .slide-image img.img3 {
  object-position: 25%;
}

.banners .slide-image h2{
  z-index: 1;
  position: relative;
  color: #fff;
  font-size: 90px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 32px;
  line-height: 60px;
}

.banners .slide-image h2 span{
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 10px;
}
.main-nav .navbar-brand {
  padding: 11px 0;
}
.main-nav.fixed-top .navbar-brand {
  padding: 0;
}
.main-nav.fixed-top .navbar-brand svg {
  width: 36px;
  height: 36px;
}
.menu-bar .nav-link{
  margin: 0 5px 0 5px;
}

#navbarF2, .top-menu {
  font-family: Bai Jamjuree, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}
#navbarF2 .nav-link, .top-menu .nav-link {
  color: #FFFFFF;
  padding-right: 5px;
  padding-left: 5px;
}
.top-menu .nav-link {
  color: #FFFFFF !important;

}

.top-menu .navbar-nav .nav-link:focus, .top-menu .navbar-nav .nav-link:hover {
  color: #36CD77 !important;
}
#navbarF2 .navbar-nav .nav-link {
  border-bottom: 2px solid transparent;
}
#navbarF2 .navbar-nav .nav-link:focus, #navbarF2 .navbar-nav .nav-link:hover {
  color: #36CD77;
  /* border-bottom: 2px solid #36CD77; */
  /* padding-bottom: 0; */
}


#navbarF2 .navbar-nav .nav-link.active{
  color: #36CD77;
  border-bottom: 2px solid #36CD77;
  padding-bottom: 0;
}

.synopsis {
  position: relative;
  padding: 200px 0;
  background-image: url("../images/2.f2-game/1.synopsis/bg1.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.synopsis .content {
  background-image: url("../images/2.f2-game/1.synopsis/bg2.jpg");
  background-size: cover;
  padding: 100px 64px;
  position: relative;
  --aug-tl: 50px;
  --aug-br: 50px;
  --aug-border-all: 1px;
  --aug-inlay-all: 0;
  --aug-border-bg: linear-gradient(to left, #00000000,#00000000, #2db467);
  --aug-inset-bg: #313135;
  --aug-inlay-bg: #0000009c;
  /* --aug-delegated-inlay: initial; */
  color: #ABABB0;
}
.synopsis .container {
  position: relative;
}

.synopsis .container .character {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -5%;
}

.synopsis .content h5 {
  margin-bottom: 24px;
}
.group-title {
  padding-bottom: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.group-title.right {
  margin-left: auto;
}
.game-playing .bg {
  background-size: cover;
  background-image: url("../images/2.f2-game/2.gameplay/battle-royal.jpg");
  transition: background-image 1s;
}
.game-playing .container > .row {
  min-height: 550px;
}
.game-playing .content {
  background: rgba(10, 10, 11, 0.24);
  padding: 64px;
  border: 1px solid #36CD77;
  backdrop-filter: blur(8px);
  color: #fff;
}

.game-playing .nav {
  display: unset;
}

.game-playing li {
  padding: 10px 0 10px 0;
}

.game-playing .nav-tabs .tab-item .button-default{
  font-family: Astrohead;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #FFFFFF;
}

.game-playing .nav-tabs .tab-item.active .button-default {
  --aug-border-bg: #36CD77;
  --aug-border-all: 2px;
  line-height: 65px;
  height: 64px;
  font-family: Astrohead;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #FFFFFF;
  --aug-inlay-bg: #208b4e8f;
  text-shadow: 0px 1px 1px rgb(0 0 0);
  --aug-br: 25px;
}

.game-playing .nav-tabs .tab-item .button-default:hover {
  color: #36CD77;
}


.play-to-earn {
  background-image: url("../images/2.f2-game/3.play-to-earn/bg.png");
  background-size: cover;
}

.f2-feature {
  background-image: url("../images/3.f2-features/bg1.png"), url("../images/3.f2-features/bg2.png");
  background-size: cover;
}
.f2-feature .nav-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: flex-start;
  border: none;
  padding-bottom: 40px;
}
.f2-feature .tab-content {
  padding-top: 48px;
  color: #ABABB0;
  font-size: 18px;
  font-family: Astrohead, serif;
}
.f2-feature .nav-tabs .nav-item {
  margin: 0 20px;
}
.f2-feature .nav-tabs .nav-item:first-child {
  margin-left: 0;
}
.f2-feature .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.f2-feature .nav-tabs .tab-item {
  /*-webkit-clip-path: polygon(32px 0, 100% 0, 100% 100%, 0 100%, 0 32px);*/
  /*clip-path: polygon(32px 0, 100% 0, 100% 100%, 0 100%, 0 32px);*/
  position: relative;
  /* border: 1px solid #313135; */
  box-sizing: border-box;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.f2-feature .nav-tabs .tab-item button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: #313135; */
  height: 64px;
  width: 100%;
  border: none;
  text-align: center;
  padding: 0 16px;
}
.f2-feature .nav-tabs .tab-item button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: #313135; */
  height: 64px;
  width: 100%;
  border: none;
  text-align: center;
}

.f2-feature .nav-tabs .nav-item.show .tab-item, .f2-feature .nav-tabs .tab-item.active .feature-image {
  --aug-border-bg: #36CD77;
}

.f2-feature .nav-tabs .feature-image {
  --aug-tl: 30px;
  --aug-br: 32px;
  --aug-border-all: 1px;
  --aug-inlay-all: 0;
  --aug-border-bg: #313135;
  --aug-inset-bg: none;
  --aug-inlay-bg: none;
  margin-right: 0;
}

.f2-feature .sub-content {
  display: none;
}
.f2-feature .sub-content.active {
  display: block;
}
.f2-feature .title2 {
  color: #fff;
  display: none;
}

.roadmap {
  background-image: url("../images/4.roadmap/bg.png");
  background-size: cover;
  background-color: #0A0A0B;
  background-blend-mode: screen;
}
/* .roadmap .scroll {
  height: calc(80vh);
  position: relative;
}
.roadmap .scroll.ps--active-y {
  padding-right: 20px;
} */
.roadmap .item {
  backdrop-filter: blur(8px);
  border-style: solid;
  border-image-slice: 1;
  border-width: 1px;
  padding: 16px;
  color: #ABABB0;
  margin-bottom: 36px;
}
.roadmap .item.last {
  margin-bottom: 0;
}
.roadmap .game .item {
  border-image-source: linear-gradient(to left, rgba(29, 114, 66, 1), rgba(29, 114, 66, 0.1), rgba(29, 114, 66, 0.1), rgba(29, 114, 66, 1));
  background: rgba(29, 114, 66, 0.04);
}
.roadmap .block-chain .item {
  border-image-source: linear-gradient(to left, rgba(255, 171, 46, 1), rgba(255, 171, 46, 0.1), rgba(255, 171, 46, 0.1), rgba(255, 171, 46, 1));
  background: rgba(224, 135, 0, 0.04);
}
.roadmap .user .item {
  border-image-source: linear-gradient(to left, rgba(11, 111, 251, 1), rgba(11, 111, 251, 0.1), rgba(11, 111, 251, 0.1), rgba(11, 111, 251, 1));
  background: rgba(3, 86, 185, 0.04);
}
.roadmap .item .title1 {
  padding-bottom: 16px;
  color: #FFFFFF;
}


.tokenomics {
  background-image: url("../images/5.tokenomics/bg.jpg");
  background-size: cover;
  color: #fff;
}
.tokenomics .content {
  padding: 64px 48px;
  backdrop-filter: blur(8px);
  color: #fff;
  --aug-tl: 50px;
  --aug-br: 50px;
  --aug-border-all: 1px;
  --aug-inlay-all: 0;
  --aug-border-bg: #36CD77;
  --aug-inset-bg: #313135;
  --aug-inlay-bg: rgba(20, 20, 21, 0.4);;
}
.tokenomics li {
  list-style-type: none;
  position: relative;
}

.tokenomics li::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: -20px;
  top: 15px;
}
.tokenomics .c1-item-1::before {
  background: transparent url(../icons/chart/chart-dot-1.png) scroll 0 0 no-repeat;
}
.tokenomics .c1-item-2::before {
  background: transparent url(../icons/chart/chart-dot-2.png) scroll 0 0 no-repeat;
}
.tokenomics .c1-item-3::before {
  background: transparent url(../icons/chart/chart-dot-3.png) scroll 0 0 no-repeat;
}
.tokenomics .c1-item-4::before {
  background: transparent url(../icons/chart/chart-dot-4.png) scroll 0 0 no-repeat;
}
.tokenomics .c1-item-5::before {
  background: transparent url(../icons/chart/chart-dot-5.png) scroll 0 0 no-repeat;
}
.tokenomics .c1-item-6::before {
  background: transparent url(../icons/chart/chart-dot-6.png) scroll 0 0 no-repeat;
}
.tokenomics .c1-item-7::before {
  background: transparent url(../icons/chart/chart-dot-7.png) scroll 0 0 no-repeat;
}
.tokenomics .c1-item-8::before {
  background: transparent url(../icons/chart/chart-dot-8.png) scroll 0 0 no-repeat;
}
.tokenomics .c1-item-9::before {
  background: transparent url(../icons/chart/chart-dot-9.png) scroll 0 0 no-repeat;
}
.tokenomics .c1-item-10::before {
  background: transparent url(../icons/chart/chart-dot-10.png) scroll 0 0 no-repeat;
}

.tokenomics .c2-item-1::before {
  background: transparent url(../icons/chart/chart-2-dot-1.png) scroll 0 0 no-repeat;
}
.tokenomics .c2-item-2::before {
  background: transparent url(../icons/chart/chart-2-dot-2.png) scroll 0 0 no-repeat;
}
.tokenomics .c2-item-3::before {
  background: transparent url(../icons/chart/chart-2-dot-3.png) scroll 0 0 no-repeat;
}
.tokenomics .c2-item-4::before {
  background: transparent url(../icons/chart/chart-2-dot-4.png) scroll 0 0 no-repeat;
}
.tokenomics .c2-item-5::before {
  background: transparent url(../icons/chart/chart-2-dot-5.png) scroll 0 0 no-repeat;
}




.tokenomics .left-content {
  margin: auto;
}

.tokenomics .content .primary {
  color: #36CD77;
  font-weight: initial;
}

.tokenomics .sub {
  font-family: Bai Jamjuree;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #ABABB0;
}

.tokenomics ul li {
  padding: 5px 0 5px 0;
}
.tokenomics .chart {
  margin: auto;
}

.team.bg {
  background-image: url("../images/6.team/bg.png");
  background-size: cover;
  color: #fff;
}
.team.advisitors {
  color: #fff;
}
.team .col-2 {
  width: 20%;
}
.team.advisitors .offset-1 {
  margin-left: 10%;
}
.team .item {
  position: relative;
}
.team .item .bottom {
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 4px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #0E1A14;
  box-shadow: inset 0px 0px 4px rgba(255, 255, 255, 0.16);
  color: #fff;
  padding: 15px 12px;
  --aug-border-all: -1px;
  --aug-inlay-all: 0;
  --aug-inset-bg: none;
  --aug-inlay-bg: none;
  z-index: 2;

}
.team .item .bottom .name-block {
  margin: auto 0;
}

.team .item .bottom .name {
  font-family: Astrohead, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}
.team .item .bottom .position {
  font-family: Bai Jamjuree;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}

.team .cover-item {
  --aug-border-all: -1px;
  --aug-inlay-all: 0;
  --aug-inset-bg: none;
  --aug-inlay-bg: none;
}


.team .bg-item {
  padding: 2px;
  position: relative;
}

.team .item-content {
  background: rgba(54, 205, 119, 0.08);
  border: 1px solid rgba(54, 205, 119, 0.2);
  box-sizing: border-box;
  padding: 12px;
  position: relative;
}


.team .bg-item:before, .team .bg-item:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 48px;
}
.team .bg-item:before {
  background: url("../images/6.team/top-left.png") no-repeat top left;
  left: -1px;
  top: -1px;
}
.team .bg-item:after {
  background: url("../images/6.team/bottom-right.png") no-repeat bottom right;
  right: -1px;
  bottom: -1px;
  z-index: 1;
}

.advisitors .item:before, .advisitors .item:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 48px;
}

.advisitors .item:before {
  background: url("../images/6.team/top-right.png") no-repeat top right;
  right: -16px;
  top: -16px;
}

.advisitors .item:after {
  background: url("../images/6.team/bottom-left.png") no-repeat bottom left;
  left: -16px;
  bottom: -16px;
}
.team .team-card {
  width: 256px;
  margin: 0 auto !important;
  padding: 0 !important;
}

.team .carousel-indicators {
  padding-top: 30px;
}

.team .carousel .social-icon svg {
  width: 16px;
  height: 16px;
}

.backers, .partners {
  background-size: cover;
  color: #fff;
  text-align: center;
}



.out-rect-block-chain {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    linear-gradient(0, transparent 0, #FFBE5C 3.89%, #E46E2B 221.23%) top left,
    linear-gradient(0, transparent 0, #FFBE5C 3.89%, #E46E2B 221.23%) top right,
    linear-gradient(-45deg, transparent 10px, #FFBE5C 3.89%, #E46E2B 221.23%) bottom right,
    linear-gradient(45deg, transparent 10px, #FFBE5C 3.89%, #E46E2B 221.23%) bottom left;
  background-size: 51% 51%;
  background-repeat: no-repeat;
  opacity: 0.2;
  filter: blur(3px);
}
.in-rect-block-chain{
  width: 100%;
  height: 100%;
  background:
  linear-gradient(278.45deg, #f9ad51 110%, #E46E2B 220%) top left,
  linear-gradient( 278.45deg, #FFBE5C 3.89%, #f9ad51 110%) top right,
  linear-gradient(-45deg, transparent 10px, #FFBE5C 3.89%, #f9ad51 110%) bottom right,
  linear-gradient(45deg, transparent 10px, #f9ad51 0.89%, #f9ad51 0%) bottom left;
  /* background-size: 100% 100%; */
  background-repeat: no-repeat;
  background-size: 51% 51%;
  z-index: 1;
}

.out-rect-game {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    linear-gradient(0, transparent 0, #9DE7BD  3.89%, #36CD77  221.23%) top left,
    linear-gradient(0, transparent 0, #9DE7BD  3.89%, #36CD77  221.23%) top right,
    linear-gradient(-45deg, transparent 10px, #9DE7BD  3.89%, #36CD77  221.23%) bottom right,
    linear-gradient(45deg, transparent 10px, #9DE7BD  3.89%, #36CD77  221.23%) bottom left;
  background-size: 51% 51%;
  background-repeat: no-repeat;
  opacity: 0.2;
  filter: blur(3px);
}
.in-rect-game{
  width: 100%;
  height: 100%;
  background:
  linear-gradient(278.45deg, #58d68e 110%, #36CD77 220%) top left,
  linear-gradient( 278.45deg, #9DE7BD  3.89%, #58d68e 110%) top right,
  linear-gradient(-45deg, transparent 10px, #9DE7BD  3.89%, #58d68e 110%) bottom right,
  linear-gradient(45deg, transparent 10px, #58d68e 0.89%, #58d68e 0%) bottom left;
  /* background-size: 100% 100%; */
  background-repeat: no-repeat;
  background-size: 51% 51%;
  z-index: 1;
}

.out-rect-user {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    linear-gradient(0, transparent 0, #5EA0FD   3.89%, #0B6FFB   221.23%) top left,
    linear-gradient(0, transparent 0, #5EA0FD   3.89%, #0B6FFB   221.23%) top right,
    linear-gradient(-45deg, transparent 10px, #5EA0FD   3.89%, #0B6FFB   221.23%) bottom right,
    linear-gradient(45deg, transparent 10px, #5EA0FD   3.89%, #0B6FFB   221.23%) bottom left;
  background-size: 51% 51%;
  background-repeat: no-repeat;
  opacity: 0.2;
  filter: blur(3px);
}
.in-rect-user{
  width: 100%;
  height: 100%;
  background:
  linear-gradient(278.45deg, #4a94fd 110%, #0B6FFB 220%) top left,
  linear-gradient( 278.45deg, #5EA0FD 3.89%, #4a94fd 110%) top right,
  linear-gradient(-45deg, transparent 10px, #5EA0FD 3.89%, #4a94fd 110%) bottom right,
  linear-gradient(45deg, transparent 10px, #4a94fd 0.89%, #4a94fd 0%) bottom left;
  /* background-size: 100% 100%; */
  background-repeat: no-repeat;
  background-size: 51% 51%;
  z-index: 1;
}


.rect-container {
  margin: auto;
  margin-bottom: 32px;
  position: relative;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 268px;
  height: 84px;
  padding: 10px;
}


.roadmap-title {
  font-family: Astrohead;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 65px;
  text-transform: uppercase;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 3px 2px rgb(0 0 0 / 60%);
}

.feature-content{
    height: 64px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #313135;
    font-family: Astrohead;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
}
.feature-content::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 7px solid #313135;
    border-top-color: transparent;
    border-left-color: transparent;
}
.miss-angle{
  background: linear-gradient(135deg, transparent 15px, #313135 0) top left,
          linear-gradient(0, transparent 0, #313135 0) top right,
          linear-gradient(-45deg, transparent 23px, #313135 0) bottom right,
          linear-gradient(0, transparent 0, #313135 0) bottom left;
          background-size: 51% 51%;
  background-repeat: no-repeat;
}
.vision {
  background: #131314;
}
.vision, .mission {
  color: #fff;
}
.mission .bg {
  background: url("../images/10.mission/bg.png") bottom center no-repeat;
  background-size: 80%;
  padding-bottom: 350px;
}
/* .img-border {
  padding: 32px;
} */

.vision h5 {
  font-weight: normal;
  color: #ABABB0;
}

.f2-feature .nav-tabs .nav-item.show .tab-item button, .f2-feature .nav-tabs .tab-item.active .miss-angle {
  background: linear-gradient(135deg, transparent 15px, #36CD77 0) top left,
  linear-gradient(0, transparent 0, #36CD77 0) top right,
  linear-gradient(-45deg, transparent 23px, #36CD77 0) bottom right,
  linear-gradient(0, transparent 0, #36CD77 0) bottom left;
  background-size: 51% 51%;
  background-repeat: no-repeat;
}

.f2-feature .nav-tabs .nav-item.show .tab-item button, .f2-feature .nav-tabs .tab-item.active .feature-content::before {
  border: 7px solid #36CD77;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-top-color: transparent;
  border-left-color: transparent;
}


.f2-feature .content {
  position: relative;
}

.f2-feature .content  .bottom-button{
  position: absolute;
  bottom: 0;
  right: 16px;
}

.f2-feature .content  .bottom-button a {
  padding: 10px;
}
.f2-feature .content  .bottom-button a.disabled svg path.path1, .custom-carousel-indicators a.disabled svg path.path1  {
  fill: url(#paint0_linear_9279_2955);
}
.f2-feature .content  .bottom-button a.disabled svg path.path2, .custom-carousel-indicators a.disabled svg path.path2 {
  fill: #45454A;
}
.f2-feature .virtualReality {
  position: relative;
}
.f2-feature .virtualReality .play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.f2-feature .virtualReality .play a {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}

.vision .img-fluid, .mission .img-fluid {
  --aug-tl: 30px;
  --aug-br: 30px;
  --aug-border-all: 0;
  --aug-inlay-all: 0;
  --aug-inset-bg: none;
  --aug-inlay-bg: none;

}

.vision .group-title {
  display: inline;
}
.vision-image .vision-image-detail{
  padding: 32px;
}
.vision-image .vision-image-detail img {
  width: 100%;
}

.vision-image {
  background: none;
  --aug-tl: 30px;
  --aug-br: 30px;
  --aug-border-all: 1px;
  --aug-inlay-all: 0;
  --aug-border-bg: linear-gradient(to right,#1D7242, #00000000, #1D7242);
  --aug-inset-bg: none;
  --aug-inlay-bg: none;
}

.mission .card {
  border-style: solid;
  border-image-slice: 1;
  border-width: 1px;
  background: none;
  --aug-bl: 30px;
  --aug-br: 30px;
  --aug-border-all: 1px;
  --aug-inlay-all: 0;
  --aug-border-bg: linear-gradient(to bottom, #00000000, #1D7242);
  --aug-inset-bg: #313135;
  --aug-inlay-bg: #0000009c;
}

.mission .card .card-body {
  background: #141415;
  padding: 40px;
}
.mission .card .card-title {
  color: #ABABB0;
  margin-bottom: 16px;
}
.mission .card .card-title:last-child {
  margin-bottom: 0;
}

footer{
  background: #0A0A0B;
}

footer .logo-text {
  color: #fff;
  padding-top: 6px;
}

footer .text-data {
  color: #fff;
}

footer li span {
  color: #fff;
}
footer .sub-link{
  list-style: disc;
  color: white;
  padding-left: 25px;
}

footer .text-data:hover, footer .text-data:focus {
  color: #36CD77;
}
footer .social li {
  padding: 0 16px;
}

.f2-feature .play-button:hover svg path {
  cursor: pointer;
  stroke: #36CD77;
  fill: #36CD77;
}

.f2-feature .play-button:hover svg circle {
  cursor: pointer;
  stroke: #36CD77;
  fill: #0d5c2f !important;
  fill-opacity: 0.8;
}


.social-icon:hover svg path {
  cursor: pointer;
  stroke: #36CD77;
}

.social-fill:hover svg path {
  cursor: pointer;
  fill: #36CD77;
}

.social-icon:hover svg {
  cursor: pointer;
}


.copyright {
  background: #1C1C1E;
  padding: 20px 0;
  color: #fff;
}

.copyright  .container{
  display: flex;
  justify-content: space-between;
}
.copyright-text {
  padding-left: 24px;
  font-size: 14px;
}
.copyright-menu , .copyright-menu-mobile {
  display: flex;
}

.copyright-menu  a, .copyright-menu-mobile a{
  color: white;
  text-decoration:none;
  margin: 10px;
  font-size: 16px;
}

.copyright-menu a:hover, .copyright-menu-mobile a:hover {
  color: #36CD77;
}

.copyright-menu-mobile{
  display: none;
  justify-content: center;
}

.button-default {
  --aug-border-all: 1px;
  --aug-inlay-all: 0;
  --aug-border-bg: #313135;
  --aug-inset-bg: #313135;
  height: 40px;
  --aug-inlay-bg: #0000009c;
  color: rgb(255, 255, 255);
  line-height: 40px;
  text-align: center;
  width: fit-content;
  padding: 0 2rem 0 2rem;
}

.btn-svg:hover svg {
  filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}

.isDisabled{
  cursor: not-allowed;
}

.f2-feature .carousel-indicators [data-bs-target] {
  background-color: #31313500;
  background-image: url("../images/shape2.png");
  background-size: cover;
  height: 8px;
  width: 50px;
  opacity: 1;
}

.f2-feature .carousel .carousel-indicators .active{
  opacity: 1;
  background-image: url("../images/shape.png");
  background-size: cover;
}

.f2-feature .carousel .play-button{
  position: absolute;
  top: 44%;
  left: 44%;
}
.f2-feature .sub-content .img-fluid {
  width: 100%;
}

.modal-content {
  background: none;
}
.modal-content .bg {
  background: #141415;
  padding-bottom: 80px;
}
.modal-content .modal-header {
  border: none;
  padding-bottom: 0;
}
.modal-content .modal-header .btn-close {
  background: none;
  margin: 0px 30px 0 auto;
}
.modal-content .modal-body {
  padding: 32px 80px 80px;
}
.modal-content .modal-body .ratio {
  background: #000;
}
#synopsisModal .modal-content .container {
  max-width: 720px !important;
  color: #ABABB0;
}
#synopsisModal {
  color: #fff;
}
#synopsisModal h5 {
  font-weight: normal;
}
#synopsisModal .banner {
  position: relative;
}
#synopsisModal .popup-logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 120px;
  text-align: center;
}

.banner .img-fluid {
  width: 100%;
}

#synopsisModal .popup-logo-text {
  text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.16);
}
#synopsisModal .banner {
  margin-bottom: 80px;
}
#synopsisModal .scroll-to-start {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
#synopsisModal .scroll-to-start svg {
  margin-top: 8px;
}
.space {
  margin: 80px 0;
  background: rgb(69,69,74);
  background: linear-gradient(90deg, rgba(69,69,74,0) 20%, rgba(69,69,74,1) 50%, rgba(69,69,74,0) 80%);
  height: 2px;
  border-radius: 100%;
}

.banners .content{
  position: relative;
}


.download1, .download2 {
  margin: 5px 0;
  text-align: end;
}
.download1 .nav-link, .download2 .nav-link {
  padding: 0 !important;
  margin: 0 !important;
}
.download2 {
  display: none;
}
.download2 .dropdown-toggle::after {
  display: none;
}
.download2 .dropdown-menu[data-bs-popper] {
  left: auto;
  right: 0;
}
.custom-carousel-indicators {
  padding-top: 28px;
}

.root-0-2-68 {
  display: flex;
  height: 100%;
}

.root-0-2-68 .f2-card-b1{
  background: transparent;
  border: 1px solid transparent;
  border-image: linear-gradient(to left, #00000000 0%, #23854d 100%);

  border-image-slice: 1;
  background-image: linear-gradient(to right, rgba(54, 205, 119, 0.08) -51.76%, rgba(29, 114, 66, 0) 85.88%);
  border-right: none;
}

.root-0-2-68 .f2-card-b2{
  background: transparent;
  border: 1px solid transparent;
  border-image: linear-gradient(to left, #00000000 0%, #8a5e1e 100%);
  border-image-slice: 1;
  background-image: linear-gradient(to right, rgba(255, 163, 32, 0.08) -45.44%, rgba(255, 171, 46, 0) 90.36%);
  border-right: none;
}

.root-0-2-68 .f2-card-b3{
  background: transparent;
  border: 1px solid transparent ;
  border-image: linear-gradient(to left, #00000000 0%, #0a4aa1 100%);
  border-image-slice: 1;
  background-image: linear-gradient(to right, rgba(11, 117, 251, 0.08) -25.44%, rgba(11, 111, 251, 0) 85.15%);
  border-right: none;
}

.root-0-2-68 .f2-card-b4{
  background: transparent;
  border: 1px solid transparent;
  border-image: linear-gradient(to left, #00000000 0%, #a8293d 100%);
  border-image-slice: 1;
  background-image: linear-gradient(to right, rgba(255, 58, 88, 0.08) -25.74%, rgba(255, 58, 88, 0) 91.03%);
  border-right: none;
}




.root-0-2-68 .f2-card {
  box-sizing: border-box;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  color: #ABABB0;
  width: 100%;
  margin: 0 1px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;

}
.root-0-2-68 .f2-card .active {
  color: #FFFFFF;
}
.root-0-2-68 .f2-card .active svg circle {
  stroke: #36CD77;
  fill: #36CD77;
}
.root-0-2-68 .f2-card .active svg path {
  stroke: #FFFFFF;
}
.root-0-2-68 .f2-card .f2-card-body {
  padding: 16px;
}
.root-0-2-68 .f2-card .f2-card-body .items {
  padding-left: 20px;
}
.root-0-2-68 .f2-card .f2-card-body .items .f2-space{
  padding-top: 16px;
}
.root-0-2-68 .f2-card .f2-card-body .items .f2-space .f2-space-item:first-child{
  padding-right: 12px;
}
.roadmap .q1 {
  margin-top: 150px;
}
.roadmap .q2 {
  margin-top: 100px;
  margin-bottom: 50px;
}
.roadmap .q3 {
  margin-top: 50px;
  margin-bottom: 100px;
}
.roadmap .q4 {
  margin-bottom: 150px;
}
.container-0-2-71 {
  height: 100vh;
  margin: 0 auto;
  display: flex;
  max-width: 1200px;
}
.padding-0-2-72 {
  padding: 20px;
}
.itemList-0-2-73 {
  display: flex;
  padding: 2px 0;
}
.checkIcon-0-2-74 {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  padding-top: 2px;
}
.text-0-2-75 {
  word-break: break-word;
}
.divider-0-2-65 {
  border-top: 1px solid #1C1C1E;
}

.download1 svg {
  width: 80%;
}
#navbarF2 .me-auto {
  width: 100%;
}

.list-unstyled .app-game svg{
  width: 50%;
}

.list-unstyled {
  padding: 5px 0;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #36CD77;
  background-color: #1C1C1E;
}


.buy-box-button-2  .dropdown-item {
  width: auto;
  padding: 0.25rem 1rem 0.25rem 0px;
}


.buy-box-button-32 a  {
  padding: 0 8px;
  margin-bottom: 16px;
  display: flex;
  align-content: space-between;
  flex-direction: column;
  align-items: center;
}

.buy-box-button-2  .dropdown-item:hover, .buy-box-button-2  .dropdown-item:active, .buy-box-button-2  .dropdown-item:focus {
  background: none;
}
.buy-box-button-2  a:hover, .buy-box-button-2 a:active,  .buy-box-button-2 a:focus {
  background: none !important;
}


@media screen and (max-width: 1400px) {
  .container {
    min-width: 100% !important;
  }
  .download1 svg {
    width: 70%;
  }

  .absolute-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 10% !important;
    height: 85% !important;
  }

  .buy-box-button-2 a {
    padding: 0 !important;
  }

  .banners .slide .banner-left .av-box-1 {
    color: #FFFFFF;
    font-family: Astrohead;
    font-style: normal;
    font-weight: bold;
    font-size: 18px !important;
    line-height: 32px !important;
    text-transform: uppercase;
  }

  .banners .slide .banner-left .av-box-2 {
    line-height: 120% !important;
    font-size: 32px !important;
    font-family: Astrohead;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
  }

  .banners .slide .button-group {
    margin-top: 36px !important;
  }

  .banners .slide .buy-box-button-2 {
    margin-top: 16px !important;
  }

  .banners .slide .buy-box-button svg, .banners .slide .buy-box-button-2 svg, .banners .slide .buy-box-button-2 img {
   width: 80% !important;
  }

}
.download-title{
  font-family: Bai Jamjuree;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  color: #FFFFFF;
}

@media screen and (max-width: 1299px) {
  .absolute-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 5% !important;
    height: 95% !important;
  }
}

@media screen and (max-width: 1199px) {

  #navbarF2 .nav-link {
    padding: 0 3px;
  }

  #navbarF2 .nav-link svg{
    width: 145px;
  }
  .synopsis {
    overflow: hidden;
    padding: 60px 0;
    background-size: 100%;
    background-position: left top;
  }
  .synopsis .container .character {
    right: -140px;
  }
  footer .img-right {
    display: none;
  }
  .feature-content {
    font-size: 14px;
  }

  .absolute-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 5% !important;
    height: 90% !important;
  }

  .banners .slide .banner-left .av-box-1 {
    color: #FFFFFF;
    font-family: Astrohead;
    font-style: normal;
    font-weight: bold;
    font-size: 16px !important;
    line-height: 32px !important;
    text-transform: uppercase;
  }

  .banners .slide .banner-left .av-box-2 {
    line-height: 120% !important;
    font-size: 28px !important;
    font-family: Astrohead;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
  }

  .banners .slide .button-group {
    margin-top: 16px !important;
  }

  .banners .slide .buy-box-button-2 {
    margin-top: 0px !important;
  }

  .banners .slide .buy-box-button svg, .banners .slide .buy-box-button-2 svg, .banners .slide .buy-box-button-2 .image-apple {
    width: 116px !important;
  }
  .banners .slide .buy-box-button svg, .banners .slide .buy-box-button-2 svg, .banners .slide .buy-box-button-2 .image-gg {
    width: 130px !important;
  }

  .banners .slide .buy-box-button svg, .banners .slide .buy-box-button-2 svg, .banners .slide .buy-box-button-2 a {
    margin-right: 20px;
  }

  .download-title {
    margin-top: 25px !important;
  }

  .absolute-container .contract-address .info, .absolute-container .contract-address .address {
    font-size: 12px !important;
  }
}
@media screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse.menu-fighter, .navbar-brand-fighters {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .absolute-container-mb {
    display: block !important;
  }
  .absolute-container {
    display: none !important;
  }

  #image-top-mobile {
    display: block !important;
  }
  #image-top {
    display: none !important;
  }




  body {
    font-size: 14px;
  }

  .download1 svg {
    width: 50%;
  }

  /*h1 {*/
  /*  font-size: 96px;*/
  /*}*/
  /*h2 {*/
  /*  font-size: 60px;*/
  /*}*/
  h3 {
    font-size: 20px;
  }

  /*h4 {*/
  /*  font-size: 32px;*/
  /*  margin-bottom: 40px;*/
  /*}*/
  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  p {
     margin-bottom: 8px;
  }

  .title1 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
  }

  .title2 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pd-l-100 {
    padding-left: 0;
  }

  .pd-t-40 {
    padding-top: 16px;
  }

  .pd-tb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pd-tb-160 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pd-b-160 {
    padding-bottom: 40px;
  }

  .mg-b-40 {
    margin-bottom: 16px;
  }

  /*Top NAV*/
  .logo {
    width: 32px;
    height: 32px;
  }

  .logo-text {
    font-size: 10px;
    line-height: 16px;
    padding-bottom: 0;
    padding-left: 44px;
  }

  .navbar-brand-ftribe svg {
    width: 52px;
    height: 24px;
  }

  .top-navbar {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
  }

  .navbar-collapse {
    position: absolute;
    left: 0;
    right: 0;
    top: 58px;
    height: calc(100vh - 58px);
    z-index: 10;
    background: #141415;
    padding: 16px;
    overflow: auto;
  }

  .navbar-collapse .top-menu {
    left: 24px;
  }

  .navbar-collapse .menu-fighter {
    right: 24px;
  }

  .top-menu .dropdown-item {
    font-size: 14px;
  }

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

  .top-social2 {
    justify-content: flex-start !important;
    padding-top: 80px;
  }

  .dropdown-menu {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    background: transparent;
    -webkit-clip-path: none;
    clip-path: none;
    border: none;
  }

  .dropdown-item {
    padding: .5rem 0rem;
    color: rgba(0, 0, 0, .5);
  }

  .main {
    padding-top: 58px;
  }

  /*banner*/
  /*.banners {*/
  /*  padding: 60px 0;*/
  /*}*/

  .banners .slide {
    padding: 0 20px;
  }

  .banners .slide .ct-1 {
    font-size: 16px;
    line-height: 140%;
    font-style: normal;
  }

  .banners .slide .ct-2 {
    font-size: 10px;
    line-height: 140%;
    font-style: normal;
  }

  .banners .slide .ct-3 {
    font-size: 16px;
    line-height: 140%;
  }

  .banners .slide .trailer-button {
    padding: 10px 0 10px 0;
    line-height: normal !important;
    height: 43px;
  }

  .synopsis {
    overflow: inherit;
    padding: 40px 0 0;
  }

  .synopsis .container .character {
    position: inherit;
    right: 0;
    text-align: center;
    margin: 0;
  }

  .synopsis .container .character img {
    margin: 0 auto;
  }

  .synopsis .content {
    background: none;
    padding: 0;
    --aug-tl: 0;
    --aug-br: 0;
    --aug-border-all: 0;
    --aug-inlay-all: 0;
    --aug-border-bg: inherit;
    --aug-inset-bg: inherit;
    --aug-inlay-bg: inherit;
  }

  .synopsis .content:before, .synopsis .content:after {
    display: none;
  }

  .synopsis .btn-modal svg {
    height: 32px;
    width: 210px;
  }
  .synopsis {
    background-size: 86%;
  }

  .group-title {
    padding-bottom: 24px;
  }

  .group-title .pd-l-100 {
    padding-left: 0;
  }

  .group-title.right > div:first-child {
    display: none;
  }

  /*Game playing*/
  .game-playing .content {
    padding: 16px;
  }

  .game-playing .bg {
    background-size: cover;
    background-image: url("../images/2.f2-game/2.gameplay/mb/Battle-Royal-1.png");
    transition: background-image 1s;
  }
  .game-playing .button-default {
    margin: 0;
  }
  .game-playing .content {
    margin-top: 16px;
  }
  .game-playing .nav-tabs .tab-item.active .button-default {
    height: 40px;
    line-height: 40px;
  }

  .game-playing .pd-tb-160 {
    padding-top: 8px;
  }

  .play-to-earn .content {
    text-align: center;
  }

  .play-to-earn .content img {
    margin: auto;
  }

  .mission {
    background: none;
    padding-bottom: 48px !important;
  }

  .mission .bg {
    background: none;
    padding-bottom: 0;
  }

  .backers .backer-img img {
    width: 80%;
  }

  .vision .row {
    margin: 0 !important;
  }

  .vision h5 {
    font-family: Bai Jamjuree, serif;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    text-transform: inherit;
    margin-bottom: 24px;
  }

  .vision .pd-b-160 {
    padding-bottom: 0;
  }

  .vision .row .p-5 {
    padding: 0 16px 16px !important;
  }

  .vision .pd-t-40 {
    padding: 0;
  }

  .vision .pd-b-140 {
    padding: 16px;
  }

  .mission .group-title {
    padding-bottom: 0;
  }

  .mission .group-title, .mission h3 {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .mission .card .f2-card-body {
    padding: 24px;
  }

  .mission .container .p-3 {
    padding-top: 0 !important;
  }
  .container .row {
    margin: 0 -16px !important;
  }

  .custom-carousel-indicators svg, .f2-feature .content  .bottom-button svg {
    height: 32px;
    width: 30px;
  }
  .custom-carousel-indicators h5 {
    padding: 0 16px;
    margin: 0;
    width: 80px;
    text-align: center;
  }

  footer .logo {
    width: 32px;
    height: 32px;
  }

  footer .footer-menu .col-xs-12 {
    padding-bottom: 16px;
  }

  footer .footer-menu {
    font-size: 16px;
    line-height: 150%;
  }

  footer .download {
    flex-direction: column;
  }

  footer .img-right {
    display: none;
  }

  footer .mx-2 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 16px;
  }

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

  footer .social {
    padding-top: 48px;
  }

  footer .social li {
    padding: 0 8px;
  }

  footer .social li:first-child {
    padding-left: 0;
  }

  footer .social li:last-child {
    padding-right: 0;
  }

  .copyright svg {
    width: 64px;
    height: 30px;
  }
  .copyright-text {
    padding-left: 16px;
    font-size: 14px;
  }

  .f2-feature .nav.nav-tabs {
    display: none;
  }
  .f2-feature .tab-content {
    font-size: 16px;
    line-height: 24px;
    padding-top: 0;
  }
  .f2-feature .p-4 {
    padding: 0 16px 16px !important;
  }
  .f2-feature .content .bottom-button {
    position: relative;
    text-align: center;
  }
  .f2-feature .title2 {
    padding-bottom: 16px;
    display: block;
  }

  .roadmap .p-4 {
    padding: 0 16px 16px !important;
  }
  .roadmap .rect-container {
    margin: 0 auto 16px auto;
  }
  .roadmap .scroll .col-sm-2 {
    width: 20%;
  }
  .roadmap .scroll .col-sm-10 {
    width: 80%;
  }
  .roadmap .q1, .roadmap .q2, .roadmap .q3, .roadmap .q4 {
    margin: 0 0 16px;
  }

  .tokenomics .left-content {
    margin-bottom: 40px;
  }
  .tokenomics .p-4 {
    padding: 0 !important;
  }
  .tokenomics .chart {
    margin: 0 16px !important;
  }

  .token-allocation {
    padding: 16px 32px 0 32px !important;
  }
  .tokenomics.pd-tb-160 {
    padding-bottom: 16px;
  }
  .tokenomics .content {
    padding: 32px 16px;
    margin: 0 16px;
    --aug-tl: 24px;
    --aug-br: 24px;
  }
  .tokenomics .content .col-sm-5 {
    width: 45%;
  }
  .tokenomics .content .col-sm-7 {
    width: 54%;
  }

  .tokenomics canvas {
      height: 350px !important;
      width: 350px !important;
      padding: 10px;
  }
  .tokenomics .chart-2 {
    margin-top: 30px !important;
  }

  .modal-content .modal-body {
    padding: 8px;
  }

  .scroll-to-start {
    display: none;
  }
  #synopsisModal .popup-logo {
    top: 20px;
  }
  .space {
    margin: 40px 0;
  }

  .modal-content .bg {
    padding-bottom: 24px;
  }
  .modal-content .modal-header .btn-close {
    background: none;
    margin: 0 0 0 auto;
  }
  .vision-image .vision-image-detail{
    padding: 16px;
  }

  .root-0-2-68 .f2-card-b1{
    background: transparent !important;
    border: 1px solid transparent !important;
    border-image: linear-gradient(to top, #00000000 0%, #23854d 100%) !important;
    border-image-slice: 1 !important;
    background-image: linear-gradient(to bottom, rgba(54, 205, 119, 0.08) -51.76%, rgba(29, 114, 66, 0) 85.88%) !important;
    border-bottom: none !important;
  }

  .root-0-2-68 .f2-card-b2{
    background: transparent !important;
    border: 1px solid transparent !important;
    border-image: linear-gradient(to top, #00000000 0%, #8a5e1e 100%) !important;
    border-image-slice: 1 !important;
    background-image: linear-gradient(to bottom, rgba(255, 163, 32, 0.08) -45.44%, rgba(255, 171, 46, 0) 90.36%) !important;
    border-bottom: none !important;
  }

  .root-0-2-68 .f2-card-b3{
    background: transparent !important;
    border: 1px solid transparent !important;
    border-image: linear-gradient(to top, #00000000 0%, #0a4aa1 100%) !important;
    border-image-slice: 1 !important;
    background-image: linear-gradient(to bottom, rgba(11, 117, 251, 0.08) -25.44%, rgba(11, 111, 251, 0) 85.15%) !important;
    border-bottom: none !important;
  }

  .root-0-2-68 .f2-card-b4{
    background: transparent !important;
    border: 1px solid transparent !important;
    border-image: linear-gradient(to top, #00000000 0%, #a8293d 100%) !important;
    border-image-slice: 1 !important;
    background-image: linear-gradient(to bottom, rgba(255, 58, 88, 0.08) -25.74%, rgba(255, 58, 88, 0) 91.03%) !important;
    border-bottom: none !important;
  }

  .banners .slide .buy-box-button svg {
    height: 32px;
    width: 156px;
  }
  .banners .slide .banner-left .av-box-1 {
    font-size: 14px;
  }
  .banners .slide .banner-left .av-box-2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {

  .copyright-menu-mobile {
    display: flex !important;
  }

  .copyright-menu {
    display: none !important;
  }

}

@media screen and (max-width: 575px) {


  .tokenomics canvas {
    height: 250px !important;
    width: 250px !important;
    padding: 10px;
  }

  .tokenomics .chart-2 {
   margin-top: 30px !important;
  }

  .modal-content {
    background: #000;
  }
  .modal-content .modal-header {
    padding-top: 0;
    padding-right: 4px;
  }
  .banners .slide .buy-box-button {
    justify-content: flex-start;
  }
  .banners .img-fluid {
    height: 200px;
    object-fit: cover;
  }
}

.aug-glow, .aug-glow > * {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  pointer-events: none;
}
/* .aug-glow {
  filter: drop-shadow(0 0 5px green) drop-shadow(0 0 0px green) brightness(2)
} */

.f2-feature .nav-tabs .tab-item.active .aug-glow {
  filter: drop-shadow(0 0 5px green) drop-shadow(0 0 0px green) brightness(2)
}

.my-augborder {
  --aug-tl: 30px;
  --aug-br: 50px;
  --aug-border-all: 1px;
  --aug-inlay-all: 0;
  --aug-inset-bg: none;
  --aug-inlay-bg: none;
}

.backers .carousel-indicators [data-bs-target], .team .carousel-indicators [data-bs-target], .partners .carousel-indicators [data-bs-target] {
  background-color: #31313500;
  background-image: url("../images/shape2.png");
  background-size: cover;
  height: 8px;
  width: 50px;
  opacity: 1;
}

.backers .carousel-indicators .active, .team .carousel-indicators .active, .partners .carousel-indicators .active{
  opacity: 1;
  background-image: url("../images/shape.png");
  background-size: cover;
  background-size: cover;
  height: 8px;
  width: 50px;
  opacity: 1;
}
.backers .carousel-indicators, .team .carousel-indicators, .partners .carousel-indicators{
  position: relative;
}

.partners  .partner-img a {
  color: unset;
  text-decoration: none;
}


.team .carousel-inner .team-card{
  margin: auto;
}

.team .img-fluid{
  width: 100%;
}


/* Core team */

@media (min-width: 576px){
 .team .col-sm-12 {
      flex: 0 0 auto;
      width: 100%;
  }
}

@media (min-width: 768px){
  .team .col-md-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
  }
}
@media (min-width: 992px){
  .team .col-lg-2 {
      flex: 0 0 auto;
      width: 26.666667%
  }

  #image-top{
    min-height: 40vh;
  }
}

@media (min-width: 1200px){
  .team .col-xl-2 {
      flex: 0 0 auto;
      width: 23%;
  }
}


@media (min-width: 1400px){
  .team .col-xxl-2 {
      flex: 0 0 auto;
      width: 20%;
      margin: 0 20px 0 20px;
  }
}


.absolute-container-mb {
  margin-top: 40px;
  display: none;
  /*background-image: url("https://d2q99sjsjjzr1t.cloudfront.net/header.jpg");*/
}

.absolute-container-mb .content, .absolute-container-mb .content .contract-address {
  display: flex;
  flex-direction: column;
}

.absolute-container-mb .content .av-box-1 {
  font-family: Astrohead;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #FFFFFF;
}
.absolute-container-mb .content .av-box-2 {
  font-family: Astrohead;
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #36CD77;
  margin-top: 8px;
}

.absolute-container-mb .content .buy-box-button {
  margin: 20px auto;
}
/*.absolute-container-mb .content .buy-box-button-32 {*/
/*  margin: 20px auto;*/
/*}*/

.absolute-container-mb .content .contract-address  {
  margin-top: 40px;
  margin-bottom: 48px;
}

.absolute-container-mb .content .contract-address .info {
  font-family: Bai Jamjuree;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #ABABB0;
}
.absolute-container-mb .content .contract-address .address {
  font-family: Bai Jamjuree;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  /*text-transform: uppercase;*/
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #FFFFFF;
}
#image-top {
  /*display: none;*/
  width: 100%;
  max-height: 70vh;
  overflow: hidden;
  object-fit: cover;
  object-position: top;
}
