@import url("//fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap");
@font-face {
  font-family: "FTYOverKillMachinedNC";
  src: url("../fonts/FTYOverKill_Machined_NC.eot") format("eot"),
    url("../fonts/FTYOverKill_Machined_NC.woff") format("woff"),
    url("../fonts/FTYOverKill_Machined_NC.ttf") format("truetype"),
    url("../fonts/FTYOverKill_Machined_NC.svg")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
input,
select,
button {
  outline: none;
  box-shadow: none;
}
a,
a:hover {
  text-decoration: none;
  transition: all 500ms ease;
}
* {
  font-family: "Poppins", sans-serif;
}
body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 86px 0 0;
}

#myNav {
  background: #000413;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  padding: 14px 16px;
}

#myNav ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  text-align: right;
  padding: 0 15px;
  position: relative;
  letter-spacing: 1px;
}

.navbar-brand {
  color: #fff;
}
.navbar-brand img {
  max-width: 180px;
}
#myNav ul li a span {
  display: block;
  color: #2de5fb;
  font-size: 10px;
  position: absolute;
  width: calc(100% - 24px);
  letter-spacing: 0px;
  text-align: center;
  left: 12px;
  top: -12px;
}

#myNav ul {
  align-items: center;
}
.colorSwitcher {
  border-left: solid 1px #e2e2e2;
}

.colorSwitcher img {
  max-height: 25px;
}
.customBtn {
  background: linear-gradient(to right, #21f5fc 0%, #b241f2 99%);
  padding: 10px 20px !important;
  font-weight: 600 !important;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
}
.customBtn:hover {
  color: #fff;
}
a.nav-link.customBtn {
  margin-left: 20px;
}
.homeBanner {
  background: url(../images/homepage/header_bg.png) 0px -100px no-repeat #000;
  background-size: cover;
  padding: 100px 0 50px;
  position: relative;
  z-index: 1;
}
.bannerContent h3 {
  color: #2de5fb;
  font-size: 24px;
}

.bannerContent h1 {
  font-family: "FTYOverKillMachinedNC";
  color: #fff;
  font-size: 60px;
  margin: 20px 0 0;
}

.bannerContent h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  margin: 30px 0 50px;
}
.bannerImgFlash {
  position: absolute;
  right: -130px;
  bottom: -100%;
  z-index: 0;
}

.bannerImgAnimation {
  position: relative;
  z-index: 1;
}

.bannerImgFlash img.bannerRays {
  min-width: 650px;
}

.counterNum ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.counterNum ul li {
  margin-right: 40px;
}

.counterNum ul li h4 {
  font-size: 38px;
  color: #fff;
  font-family: "FTYOverKillMachinedNC";
  margin: 0;
}

.counterNum ul li h5 {
  color: #fff;
  font-size: 25px;
  opacity: 0.8;
  text-transform: uppercase;
}

.counterNum {
  margin-top: 80px;
}
.bannerSocial {
  position: absolute;
  right: 80px;
  width: 30px;
  bottom: 340px;
}

.bannerSocial ul {
  flex-wrap: wrap;
  margin: 0;
}

.bannerSocial ul li {
  margin: 7px 0;
}

.bannerSocial ul li a {
  display: block;
}

.bannerSocial ul li a img {
  width: 30px;
}
.bannerImg {
  position: absolute;
  top: 77px;
  right: 195px;
  z-index: 0;
}

.bannerImgAnimation img {
  max-width: 400px;
  animation: rotation 55s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.updatesWrp {
  padding: 25px 50px;
  border: solid 3px #4f52ff;
  background-color: #0d0931;
  margin-top: 100px;
  margin-bottom: -100px;
}

.listInline {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}

.updatesWrp li {
  min-width: 250px;
}

.updatesWrp li h4 {
  font-size: 28px;
  color: #fff;
}

.updatesWrp li h3 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin: 0 0 0 20px;
}

.updatesWrp li:last-child {
  padding: 10px 0 10px 20px;
  border-left: solid 3px #7988f6;
  align-items: center;
}
.homeVideoSec {
  padding-top: 80px;
}
.carousel .slide iframe {
  margin: 0 !important;
  width: 100% !important;
  display: block !important;
}

.carousel.carousel-slider .control-arrow,
.faqScroll .slick-arrow,
.slick-arrow {
  background: url(../images/homepage/backward_arrow.svg) 0 0 no-repeat !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  left: -70px !important;
  width: 50px !important;
  height: 50px !important;
  background-size: cover !important;
  opacity: 1 !important;
  display: block !important;
}
.slick-arrow {
  top: 58% !important;
}
.carousel.carousel-slider .control-arrow::before,
.slick-arrow:before {
  display: none !important;
}
.carousel.carousel-slider .control-arrow.control-next,
.slick-arrow.slick-next {
  background: url(../images/homepage/forward_arrow.svg) 0 0 no-repeat !important;
  left: auto !important;
  right: -70px !important;
  background-size: cover !important;
}

.carousel.carousel-slider {
  overflow: visible !important;
}
.customSec {
  padding: 100px 0;
}
.dark {
  background: #000;
  margin-top: -2px;
}

.sectionHeading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 40px;
}

.sectionHeading h2 {
  font-size: 44px;
  color: #fff;
  font-family: "FTYOverKillMachinedNC";
  margin: 0 0 10px;
}

.sectionHeading h3 {
  font-size: 20px;
  color: #fff;
}
.headingBtn {
  min-width: 165px;
}
.customBtn2 {
  display: block;
  padding: 10px 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  transition: all 500ms ease;
  text-transform: uppercase;
}
.customBtn2 i {
  background: linear-gradient(to right, #21f5fc 0%, #b241f2 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.customBtn2:hover {
  color: #fff;
}
.customBtn2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  background: linear-gradient(to right, #21f5fc 0%, #b241f2 99%);
  height: 100%;
  z-index: -1;
  transition: all 500ms ease;
}
.customBtn2:hover:after {
  width: 100%;
  transition: all 500ms ease;
}
.slideImg {
  background: url(../images/player_bg.png) 0 0 no-repeat;
  background-size: 100% 270px;
  background-position: left bottom;
}
.slideImg img {
  max-width: 245px;
  display: block;
  margin: 0 auto;
  height: 300px;
  object-fit: contain;
}
.slideWrp {
  position: relative;
  padding: 0 15px 30px;
}

.slideContent {
  position: absolute;
  left: 40px;
  bottom: -6px;
  width: calc(100% - 80px);
  background: url(../images/name_plate.svg) 0 0 no-repeat;
  text-align: center;
  background-size: contain;
  height: 80px;
  padding: 15px 0 0;
}

.slideContent h3 {
  margin: 0;
  font-size: 24px;
  font-family: "FTYOverKillMachinedNC";
  color: #fff;
  line-height: 1.1;
}

.slideContent p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}
.museum,
.aboutUs {
  padding: 100px 0;
  background: url(../images/homepage/digital_bg.png) 0 0 no-repeat;
  background-size: cover !important;
}
.aboutUs {
  background: url(../images/homepage/about_bg.png) 0 0 no-repeat;
  background-attachment: fixed;
}
.videoFrame {
  background: url(../images/homepage/videoframe.svg) 0 0 no-repeat;
  background-size: cover;
  padding: 15px 15px 0;
}
.videoFrame1 {
  /* background: url(../images/homepage/videoframe1.svg) 0 0 no-repeat; */
  background: url(../images/homepage/videoframe.svg) 0 0 no-repeat;
  background-size: cover;
  padding: 15px 15px 0;
}

.aboutus-videoFrame {
  background: url(../images/homepage/videoframe.svg) 0 0 no-repeat;
  background-size: cover;
  padding: 12px 50px 0px 19px;
}
.museum h3,
.aboutUs h3 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
}
.strip {
  margin: 10px 0 8px;
  display: inline-block;
  padding: 4px 15px;
  background: linear-gradient(to right, #21f5fc 0%, #b241f2 99%);
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}
.bx {
  margin-bottom: 50px;
  margin-top: 30px;
}
.bx img {
  max-width: 100px;
}

.bx h3 {
  font-size: 30px;
  color: #fff;
  font-family: "FTYOverKillMachinedNC";
  margin: 30px 0 15px;
}

.bx p {
  font-size: 16px;
  color: #fff;
}
.combo {
  padding: 150px 0;
  background: url(../images/homepage/combo_bg.png) 0 0 no-repeat #000;
  position: relative;
}
.comboRays {
  position: absolute;
  left: 50%;
  bottom: 30px;
  max-width: 400px;
  transform: translate(-50%);
  opacity: 1;
  z-index: 0;
}
.comboBx img {
  /* max-width: 90%; using in slider */
  max-width: 30%;
  display: block;
  margin: 0 auto;
}
.combo .slick-arrow {
  display: none !important;
}
.combo .slick-slide {
  transform: scale(0.8);
  transition: all 100ms ease;
}
.combo .slick-center.slick-current {
  transform: scale(1);
  transition: all 100ms ease;
}
.combo .scroller {
  position: relative;
  z-index: 1;
}
.pressList {
  display: flex;
  justify-content: space-between;
}
.press .slick-slide {
  padding: 0 10px;
  min-height: 65px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.pressList img {
  max-width: 180px;
}
.press .slick-prev,
.press .slick-next {
  display: none !important;
}
.faqSlide {
  padding: 0 15px;
}
.faqSlideContent {
  padding: 60px 40px 50px;
  background: url(../images/homepage/know_about_nft.png) 0 0 no-repeat;
  background-size: 100% 100%;
  height: auto;
  width: auto;
  color: white;
  /* overflow:none; */
}

.faqSlideContent h3 {
  font-size: 26px;
  color: #fff;
  font-family: "FTYOverKillMachinedNC";
  margin: 0 0 10px;
  min-height: 65px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.faqSlideContent p {
  font-size: 16px;
  color: #fff;
  line-height: 1.88;
  margin: 0;
  overflow: none;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-height: 0px;
  overflow: hidden;
}

.partnersList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.partnersList img {
  max-width: 180px;
  opacity: 0.7;
  margin: 7px 15px;
  height: auto;
  max-height: 75px;
  min-height: 80px;
  object-fit: contain;
}

.playerImgBG {
  background: url(../images/light.png) 0 0 no-repeat;
  background-size: 88% 118%;
  background-position: 15px 0;
}
.playerImgCombo {
  display: flex;
  justify-content: center;
}
.playerImgCombo img {
  height: 320px;
  max-width: 100%;
  margin-left: 100px;
  margin-top: 0px;
}

.partnersBx {
  padding: 70px 50px;
  border: solid 3px #4f52ff;
  background-color: #0d0931;
  margin-top: 0;
}

.shopCategoryList {
  display: flex;
  justify-content: center;
}

.shopCategoryBx {
  background: url(../images/homepage/shop_by_category.png) 0 0 no-repeat;
  min-width: 200px;
  height: 205px;
  background-size: cover;
  text-align: center;
  padding: 26px 0 0 0;
}

.shopCategoryBx img {
  height: 110px;
  max-width: 100px;
  object-fit: contain;
}

.shopCategoryBx h4 {
  font-size: 19px;
  color: #fff;
  font-family: "FTYOverKillMachinedNC";
  margin: 15px 0 0;
}

.subscribeBx {
  padding: 100px;
  background: #101113;
}

.subscribeForm {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.subscribeForm input {
  width: 400px;
  height: 60px;
  padding: 0 25px;
  background: transparent;
  border: solid 1px #4cc0f9;
  color: #fff;
  font-size: 18px;
}

.subscribeForm button {
  height: 60px;
  padding: 0 50px;
  background: linear-gradient(to right, #21f5fc 0%, #b241f2 99%);
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}
.mainFooter {
  background: url(../images/homepage/footer_bg.jpg) 0 0 no-repeat;
  padding: 50px 0 0px;
  background-size: cover;
}
.footerTop {
  text-align: center;
  padding: 0 150px;
}

.footerTop p {
  color: #fff;
  font-size: 16px;
  line-height: 1.88;
  margin: 20px 0;
}

.list-inline {
  display: flex;
  margin: 0 -5px;
}

.list-inline li {
  margin: 0 5px;
}
.footerTop .list-inline {
  justify-content: center;
}

.footerTop .list-inline img {
  height: 30px;
}

.footerTop .list-inline li {
  margin: 0 10px;
}

.footerBottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  padding: 30px 0;
  border-top: solid 1px #46c2f459;
  border-bottom: solid 1px #46c2f459;
}

.footerBottom .list-inline li {
  margin: 0 10px;
}

.footerBottom .list-inline li a {
  font-size: 15px;
  opacity: 0.5;
  color: #fff;
}

.footerBottom .list-inline.footerDetails li a {
  opacity: 1;
}

.footerBottom .list-inline.footerDetails li a img {
  margin-right: 10px;
}

.footerBottom .list-inline.footerDetails li {
  margin: 0 15px;
}

.footerBottom .list-inline.footerDetails {
  margin: 0 -15px;
  align-items: center;
}

.lineBtn {
  display: inline-block;
  padding: 15px 35px;
  border: solid 1px #46c2f4;
  text-transform: uppercase;
  font-weight: 600;
}
.copyRIght {
  padding: 10px;
  text-align: center;
  color: #fff;
  opacity: 0.4;
  font-size: 14px;
}

.productDetailsWrp {
  display: flex;
}

.productDetailsCard {
  width: 450px;
  min-width: 450px;
}

.productDetailsCardImg {
  margin-top: 20px;
  background: url(../images/pdBg.png) 0 0 no-repeat;
  background-size: cover;
  position: relative;
  padding: 30px 10px;
}

.countryFlag img {
  width: 50px;
}

.countryFlag {
  position: absolute;
  left: 20px;
  top: 20px;
}

.playerImg {
  display: flex;
  justify-content: center;
}

.playerImg img {
  height: 350px;
  max-width: 100%;
}

.playerName {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
}

.playerName i {
  display: block;
  font-style: normal;
  font-size: 11px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.playerName span {
  font-size: 26px;
  color: #fff;
  font-family: "FTYOverKillMachinedNC";
  text-align: center;
  margin-right: 5px;
}

.playerStats {
  margin: 10px 0 0;
  background: #36298891;
  padding: 20px 20px 10px;
}

.playerStats h5,
.playerStatsList li {
  display: block;
  font-style: normal;
  font-size: 11px;
  color: #fff;
}

.playerStatsList li span {
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.playerStatsList li:first-child {
  width: 70px;
  font-size: 15px;
  text-transform: uppercase;
  text-align: left;
}

.playerStatsList li {
  width: 60px;
  margin: 0 15px;
  text-align: center;
}

.playerStatsList {
  margin: 0 -15px 10px;
}

.productDetailsCard .d-block a {
  color: #fff;
}
.productDetailsContent {
  padding-top: 40px;
  margin-left: 80px;
}

.productDetailsContent h2 {
  margin: 0 0 10px;
  font-size: 46px;
  color: #fff;
  font-family: "FTYOverKillMachinedNC";
}

.productDetailsContent p {
  color: #fff;
}

.productDetailsContent h4 {
  font-size: 20px;
  color: #fff;
  margin: 0 0 20px;
}

.productDetailsContent ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.productDetailsContent ul li {
  position: relative;
  margin-bottom: 5px;
  font-size: 16px;
  color: #fff;
  padding-left: 30px;
}

.productDetailsContent ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 14px;
  height: 15px;
  background: #000;
  border: solid 1px #2aebfc;
}

.modalPopUp {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  background: #000000c4;
  width: 100%;
  height: 100vh;
  z-index: 99;
  justify-content: center;
  align-items: center;
}

.modalInr {
  width: 450px;
}

.formWrp {
  background: linear-gradient(to right, #21f5fc 0%, #b241f2 99%);
  padding-top: 5px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.formheader {
  padding: 20px 20px 25px;
  background: #101113;
  display: flex;
  align-items: center;
  justify-content: center;
}

.formheader img {
  max-width: 160px;
}

.formheader .close {
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 0.2;
  text-shadow: none;
  color: #fff;
}

.formBody {
  padding: 20px;
  background: #fff;
}

.formBody h3 {
  font-family: "FTYOverKillMachinedNC";
  color: #000;
  font-size: 24px;
  margin: 0;
}

.formBody h4 {
  font-size: 18px;
  color: #00000f;
  margin: 0 0 15px;
}

.fullWidth {
  width: 100%;
  display: block;
}

.blueBtn {
  background: #4285f4;
  padding: 10px 15px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}

.blueBtn img {
  max-height: 30px;
  margin-right: 10px;
}

.formBody .customBtn {
  border: none;
  text-transform: none;
  padding: 8px 50px !important;
  border-radius: 5px;
  cursor: pointer;
}
.formBody .form-control {
  border-radius: 5px;
  border: solid 1px #8b8497;
  background-color: #f1f1f1;
  height: 45px;
  box-shadow: none;
}

.formBody label {
  color: #00000f;
  font-size: 15px;
  margin: 0 0 5px;
}

.link {
  text-decoration: underline;
}
.press img {
  max-width: 130px;
  opacity: 0.7;
  transition: all 500ms ease;
  object-fit: contain;
  width: auto !important;
}

.press img:hover {
  opacity: 1;
  transition: all 500ms ease;
}
.footerTop > img {
  max-width: 100%;
  width: 300px;
}
.speciality .customBtn {
  padding: 12px 30px !important;
}

.teams-container {
  width: 25rem;
  margin-left: auto;
  margin-right: auto;
}

.teams-image {
  /* background: url(../images/founder-bg.png) 0 0 no-repeat; */
  background-size: 70% 237px;
  background-position: 62px 62px;
}

.teams-image img {
  max-width: 300px;
  display: block;
  margin: 0 auto;
  height: 300px;
  object-fit: contain;
}

.teams-label {
  margin-top: 10px;
  margin-left: 0;
}
.alertMsg {
  color: red;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
.successtMsg {
  color: #686868;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
.normalLink {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
}

.whiteTheme .normalLink {
  color: #000;
}
.blgVdo iframe {
  height: 200px;
}

.dark .sectionHeading h2,
.dark .sectionHeading h3 {
  color: #fff !important;
}

.whiteTheme {
  background: #fff !important;
}
.whiteTheme * {
  color: #000 !important;
}

.slideContent h3,
.slideContent p,
.subscribe.whiteTheme h2,
.whiteTheme .customBtn,
.whiteTheme .faqSlideContent h3,
.whiteTheme .faqSlideContent p,
.whiteTheme .faqSlideContent p *,
.whiteTheme .partnersBx h2,
.whiteTheme .shopCategoryBx h4,
.whiteTheme .subscribeForm button,
.whiteTheme .Roadmap .Quarter-1,
.whiteTheme.contact-us-container button,
.whiteTheme .aboutus-rectangle {
  color: #fff !important;
}
.whiteTheme .underline {
  background: #000 !important;
}
.whiteTheme .Line-92 {
  border: solid 1px #1a1a1a;
}

.whiteTheme.contact-us-container input,
.whiteTheme.contact-us-container textarea,
.whiteTheme .get-in-touch-container {
  border: solid 2px #b1b1b1;
  background-color: #d9d9d9;
}

/*==========Ravikant joshi css============*/
.app {
  width: 100%;
  overflow: hidden;
}
/*==========Ravikant joshi css============*/

.dna {
  width: 2vw !important;
}

/* .slick-slide {
    display: none;
    float: left;
    height: auto !important;
    min-height: 1px !important
;
} */

#myNav ul li a {
  font-size: 11px !important;
  padding: 0px 18px;
}

.Toastify__toast-container {
  z-index: 4;
}
.dropdown-menu {
  background-color: #212121;
  border: 1px solid #332f2f;
  padding: 0px;
}
#myNav ul li a:hover {
  background: transparent;
}
#myNav ul li a.dropdown-item {
  text-align: left;
}
.dropdown-menu a {
  padding: 20px 15px !important;
  line-height: 0px;
}
.dropdown-menu a:hover {
  background: #111 !important;
}
.dropdown-divider {
  margin: 0px;
}

.vault-screen span {
  padding: 0 50px 0;
  color: #6b6a6a;
}
.vault-screen span.active {
  font-size: 2.5em;
  color: #fff;
}

.vault-screen span:hover {
  cursor: pointer;
}

/* Everything scales off of this! */
.loading-card {
  background: #fbfbfb;
  border-radius: 0.15em;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  float: left;
  font-size: 16px;
  left: 50%;
  margin: 0 auto;
  padding: 24px 32px;
  position: relative;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 320px;
}
.loading-card:hover {
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.loading-card h1 {
  color: #111;
  font-size: 24px;
  font-weight: 400;
  margin: 8px 0 24px 0;
  text-align: center;
}
.loading-card p {
  color: #303030;
  font-weight: 300;
  line-height: 24px;
  margin: 8px 0 24px 0;
  text-align: center;
}
@keyframes lspin {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(90deg);
  }
  35% {
    transform: rotate(90deg);
  }
  45% {
    transform: rotate(180deg);
  }
  60% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  85% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lspin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(90deg);
  }
  35% {
    -webkit-transform: rotate(90deg);
  }
  45% {
    -webkit-transform: rotate(180deg);
  }
  60% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
  }
  85% {
    -webkit-transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes lbounce {
  0% {
    transform: scaleX(1);
  }
  10% {
    transform: scaleX(1);
  }
  20% {
    transform: scaleX(0.8);
  }
  35% {
    transform: scaleX(0.8);
  }
  45% {
    transform: scaleX(1);
  }
  60% {
    transform: scaleX(1);
  }
  75% {
    transform: scaleX(0.8);
  }
  85% {
    transform: scaleX(0.8);
  }
  100% {
    transform: scaleX(1);
  }
}
@-webkit-keyframes lbounce {
  0% {
    -webkit-transform: scaleX(1);
  }
  10% {
    -webkit-transform: scaleX(1);
  }
  20% {
    -webkit-transform: scaleX(0.8);
  }
  35% {
    -webkit-transform: scaleX(0.8);
  }
  45% {
    -webkit-transform: scaleX(1);
  }
  60% {
    -webkit-transform: scaleX(1);
  }
  75% {
    -webkit-transform: scaleX(0.8);
  }
  85% {
    -webkit-transform: scaleX(0.8);
  }
  100% {
    -webkit-transform: scaleX(1);
  }
}
.loading-card .loader {
  box-sizing: content-box;
  height: 40px;
  margin: 0 auto 10px auto;
  position: relative;
  width: 70px;
}
.loading-card .loader:before {
  border: 2px solid #111;
  box-sizing: content-box;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
}
.loading-card .loader .spin {
  -webkit-animation: lspin 2.25s linear infinite;
  animation: lspin 2.25s linear infinite;
  height: 14px;
  left: 28px;
  position: absolute;
  top: 13px;
  width: 14px;
}
.loading-card .loader .spin:before {
  border: 3px solid #111;
  box-sizing: content-box;
  content: "";
  height: 14px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 14px;
}
.loading-card .loader .bounce {
  -webkit-animation: lbounce 2.25s linear infinite;
  animation: lbounce 2.25s linear infinite;
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.loading-card .loader .bounce:after,
.loading-card .loader .bounce:before {
  box-sizing: content-box;
  content: "";
  height: 10px;
  position: absolute;
  top: 13px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}
.loading-card .loader .bounce:before {
  border-bottom: 3px solid #111;
  border-left: 3px solid #111;
  left: 0;
}
.loading-card .loader .bounce:after {
  border-right: 3px solid #111;
  border-top: 3px solid #111;
  right: 0;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: opacity 500ms;
  z-index: 99;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  margin: 15% auto 0;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}
.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06d85f;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

.form-control,
.form-control:focus,
.form-control:active {
  background-color: #fff;
  border: 1px solid #4e4e4f;
}
.form-control[readonly] {
  background-color: #2f2f2f;
}

.font-fty {
  font-family: "FTYOverKillMachinedNC";
}
.load-balance:hover {
  cursor: pointer;
}
.bg-black {
  background: #000;
}
.inner-file .card-img-top {
  min-height: 250px;
}
.card-img-top video {
  max-width: 100%;
}
.my-nfts-card {
  max-width: 100%;
}
.card-video-top {
  max-height: 250px;
}

/* .web3modal-modal-container .fJcXnX {
  display: inline;
} */

.btn-Styling {
  border: 1px solid #2aebfc !important;
  background-color: transparent;
  color: white;
}
.blogcontenttext {
  color: white !important;
}
.countervideo {
  margin-bottom: -8px !important;
}
.videoheight {
  width: 100%;
  margin: 0;
  padding: 0;
}
.custbtnimage {
  position: relative;
  z-index: 1;
  border: none;
  border-radius: 0px;
  top: -4vw;
  /* left: 46vw; */
}
.btnCenteralign {
  background: black;
  /* position: absolute; */
  left: 44%;
  z-index: 1;
}
.btnCenteralign button a {
  color: white !important;
}
.bannerImgban {
  width: 100%;
}
.bannerimagesection {
  background-color: black;
  padding-bottom: 4vw;
}
.coomingsoon {
  color: white;
  font-size: 10px;
}
.colectiontermcondoition {
  background-color: black;
}
.flagposition {
  position: absolute;
  top: 70px;
  left: 49px;
  width: 30px;
}
.Gamebanner {
  background-color: black;
}
.layerImage {
  width: 100%;
  height: 26rem;
}
.textpostion {
  text-align: justify;
}
.transaction-table.table td {
  border: 0px;
}

.liveimage {
  background-image: url(../images/combobg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  /* background-attachment: fixed; */
  background-size: 100%;
  height: 43vw;
}
.buttonhome {
  position: absolute;
  top: 77%;
  left: 44%;
  border: none;
  width: 12vw;
}
.homecustomebutton button a {
  color: white;
}
.signuptext {
  color: white;
  /* font-weight: 600; */
  /* color: red; */
  position: absolute;
  bottom: 15px;
  text-align: center;
  width: 100%;
  font-size: 1.5vw;
  /* bottom: ; */
}
.signbutton {
  color: red;
}

.nft-file {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.nft-file .fadedbox {
  background-color: #111;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
  padding: 30px 20px;
}
.nft-file:hover .fadedbox {
  opacity: 0.8;
}
.nft-file .text {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
}
.nft-file .title {
  font-size: 0.9em;
  text-transform: uppercase;
  opacity: 0;
  transition-delay: 0.2s;
  transition-duration: 0.3s;
}
.nft-file:hover .title,
.nft-file:focus .title {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.popup-box {
  position: fixed;
  background: #00000050;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 2;
}

.box {
  position: relative;
  width: 70%;
  margin: 0 auto;
  height: auto;
  max-height: 70vh;
  margin-top: calc(100vh - 80vh);
  background: #000;
  border-radius: 4px;
  padding: 20px;
  border: 1px solid #999;
  overflow: auto;
}

.close-icon {
  content: "x";
  cursor: pointer;
  position: fixed;
  right: calc(15% - 10px);
  top: calc(100vh - 80vh - 15px);
  background: #ededed;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  border: 1px solid #999;
  font-size: 20px;
}
.moddal > div {
  overflow: hidden;
}
#popup-root .popup-content {
  background: #000;
}
.popup-content .modal {
  display: block !important;

  position: relative;
}
.ipfs-file-l:hover {
  cursor: pointer;
}
.closee {
  position: absolute;
  color: #fff !important;
  top: -24px;
  right: -17px;
  font-size: 33px;
  background: #000;
  padding: 0px 8px 0 13px;
  display: table;
}
.rating-star {
  padding: 0px !important;
  line-height: 30px;
}