@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;900&display=swap");
@font-face {
  font-family: go3v2;
  src: url(../fonts/go3v2.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: go3v2;
  overflow-x: hidden;
  background-color: transparent !important;
  background: linear-gradient(
    #b13130,
    #aa2d2b,
    #a62927,
    #a11f1d,
    #980f43,
    #980f43,
    #980f43
  );
}

body a {
  text-decoration: none;
}

body p {
  font-family: "Montserrat", sans-serif;
}

.topsec {
  position: relative;
  padding: 0px 0px 240px 0px;
  border-bottom: 6px solid #891615;
}

.hdimgmdl {
  position: absolute;
  bottom: 0%;
  left: 25%;
  z-index: 2;
}

.topsec .cld {
  position: absolute;
}

.topsec .fcld {
  bottom: 20%;
  left: -5%;
}

.topsec .scld {
  bottom: 40%;
  left: 60%;
}

.topsec .tcld {
  bottom: 10%;
  left: 40%;
}

.topsec .rainbow {
  position: absolute;
  top: 0;
  width: 17%;
  left: 0;
}

.topoverbg {
  background: url(../img/headerpng.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.navbar {
  overflow: hidden;
  text-align: center;
  padding-top: 10px;
}

.navbar a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 10px;
  text-decoration: none;
  font-size: 22px;
  text-shadow: #000 0 0 1px, #000 0 0 1px, #000 0 0 1px, #000 0 0 1px,
    #000 0 0 1px, #000 0 0 1px;
}

.navbar .icon {
  display: none;
  color: #000;
  padding: 0px;
  padding-top: 15px;
}

.link {
  display: flex;
  justify-content: center;
  position: relative;
}

.comings {
  border: 1px solid #000;
  background: #ededed;
  position: absolute;
  right: 15px;
  box-sizing: border-box;
  padding: 6px 26px !important;
  height: 50px;
  z-index: 100;
  margin: 0px;
  border-radius: 40px;
  font-size: 23px !important;
  text-shadow: #000 0 0 2px, #000 0 0 2px, #000 0 0 2px, #000 0 0 2px,
    #000 0 0 2px, #000 0 0 2px;
  color: #fff;
  margin-top: 2px;
  transition: 0.5s;
}

.comings::after {
  content: "";
  position: absolute;
  border-radius: 40px;
  left: 0px;
  bottom: 5px;
  width: 100%;
  border: 1px solid #000;
  background: #ca2626;
  height: 45px;
  z-index: -1;
  transition: 0.5s;
}

.comings:hover {
  background: #ca2626;
}

.comings:hover::after {
  background: #ededed;
}

.herosec {
  display: grid;
  place-content: center;
  text-align: center;
  place-items: center;
}

.about {
  background: url(../img/effect.png) no-repeat;
  position: relative;
}

.cldimg {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
}

.ifcld {
  right: 25%;
  bottom: 34%;
}

.iscld {
  right: 5%;
  bottom: 4%;
}

.treover {
  position: absolute;
  z-index: -1;
}

.ftover {
  width: 130px;
  left: 4%;
  top: 0%;
}

.stover {
  left: -2%;
  bottom: 20%;
  width: 330px;
}

.abousec {
  display: flex;
  flex-wrap: wrap;
}
.abousec img {
  width: 100%;
}

.abotxtwrap {
  color: #fff;
  display: grid;
  place-content: center;
  text-align: center;
}
.abotxtwrap h1 {
  padding-bottom: 10px;
}
.abotxtwrap p {
  font-size: 24px;
  line-height: 110%;
  font-weight: 400;
  padding: 15px 0px;
  color: #fff;
}
.abotxtwrap a img {
  width: 180px;
}
.abotxtwrap a:hover img {
  -webkit-animation: animetio 0.8s linear forwards;
  animation: animetio 0.8s linear forwards;
}

@-webkit-keyframes animetio {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1.4);
  }
  75% {
    transform: scale(1.2);
  }
  10% {
    transform: scale(1);
  }
}

@keyframes animetio {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1.4);
  }
  75% {
    transform: scale(1.2);
  }
  10% {
    transform: scale(1);
  }
}
.abgif,
.abotxtwrap {
  flex: 50%;
}
/* rarity */
.rarity {
  text-align: center;
  width: 90%;
  margin: 5% auto;
  color: white;
}
.rarity h1 {
  font-size: 58px;
}
.raritlist ul {
  margin-top: 18px;
}
.raritlist ul li {
  list-style: none;
  display: flex;
  text-align: left;
  justify-content: space-between;
  padding: 20px 0px 10px 0px;
  border-bottom: 1px solid #000;
}
.raritlist ul li span {
  display: inline-block;
  font-size: 28px;
}
.raritlist ul li span:last-child {
  font-family: "Montserrat", sans-serif;
}
.roadmapsec {
  position: relative;
  background: url(../img/effect.png);
  height: 100%;
}

.roadmap {
  display: flex;
  width: 90%;
  margin: auto;
  margin-top: 40px;
  justify-content: center;
  align-items: stretch;
  font-family: Montserrat, sans-serif;
  position: relative;
  padding-bottom: 60px;
}
.roadmap .roverlayig {
  position: absolute;
  bottom: 10px;
  right: -5%;
}
.roadmap .Rtitle {
  text-align: center;
  font-size: 50px;
}
.roadmap h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 35px;
  line-height: 100%;
  font-weight: 700;
  font-family: go3v2;
}
.roadmap p {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 130%;
}

.timeline {
  position: relative;
  display: flex;
  width: 150px;
  margin-top: 2.5%;
  margin-bottom: 5%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.romapcntnt {
  display: flex;
  width: 85%;
  min-height: 400px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.rocontentwrap {
  display: flex;
  width: 100%;
  margin-bottom: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.pourcentage {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 40px;
}

.roadmap-heading {
  margin-top: 0px;
  font-size: 48px;
  text-transform: uppercase;
}

.line {
  position: relative;
  z-index: 0;
  width: 2px;
  height: 100%;
  padding-right: 0px;
  background-color: #fff;
}

.point1 {
  position: relative;
  top: 0px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  background-color: #ff9300;
}

.point1.blanc {
  background-color: #fff;
}

.block {
  position: relative;
  width: 100%;
}

.point2 {
  position: absolute;
  top: 470px;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  background-color: rgba(255, 147, 0, 0.5);
}

.roundshape {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 25px;
}

.point3 {
  position: absolute;
  top: 870px;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  background-color: rgba(255, 147, 0, 0.5);
}

.roundsec {
  position: absolute;
  left: -95px;
  top: 8px;
  right: auto;
  bottom: auto;
  width: 95px;
}

.team {
  background: url(../img/effect.png) no-repeat;
  margin: 100px 0px;
  padding: 20px 0px;
}
.team h1 {
  text-align: center;
  color: #fff;
  font-size: 55px;
  margin: 10px 0px 20px;
}
.slider img {
  width: 100%;
}
.slider .hovertitle a {
  font-size: 25px;
  text-align: center;
  color: #fff;
}
.slider .uk-slider-items li {
  padding: 12px;
}

.proteam {
  width: 90%;
  margin: auto;
  text-align: center;
}

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

.emojimg {
  display: flex;
  justify-content: space-around;
  padding: 10px 0px;
}

.emojimg img {
  padding: 0px 20px;
}

.exclusive {
  text-align: center;
  padding-bottom: 40px;
  position: relative;
  background: url(../img/effect.png);
}

.exclusive .ovestar {
  position: absolute;
  top: 50%;
  left: 15%;
  z-index: -1;
}

.exclusive .soves {
  top: 30%;
  left: 25%;
}

.exclusive .toves {
  top: 50%;
  left: 48%;
}

.exclusive .foves {
  top: 30%;
  left: 70%;
}

.exclusive .sioves {
  top: 50%;
  left: 88%;
}

.exclusive .prowrap {
  padding: 30px 0px;
}

.exclusive h1 {
  color: #fff;
  text-shadow: #000 0 0 2px, #000 0 0 2px, #000 0 0 2px, #000 0 0 2px,
    #000 0 0 2px, #000 0 0 2px;
}

.exclusive .teamem {
  width: 250px;
  display: grid;
  place-items: center;
}

.exclusive .teamem img {
  width: 128px;
  height: 136px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
}

.exclusive .teamem h1 {
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-shadow: #000 0 0 2px, #000 0 0 2px, #000 0 0 2px, #000 0 0 2px,
    #000 0 0 2px, #000 0 0 2px;
  margin: 0;
  font-size: 24px;
  padding-top: 0px;
}

.exclusive .teamem p {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400 !important;
  font-size: 16px;
  padding: 10px 0px;
}

.freqna {
  background: url(../img/effect.png);
  margin-top: 140px;
}

.qna {
  width: 85%;
  margin: auto;
  padding: 10px 0px 140px 0px;
  text-align: center;
}

.qna h1 {
  color: #fff;
  text-shadow: #000 0 0 2px, #000 0 0 2px, #000 0 0 2px, #000 0 0 2px,
    #000 0 0 2px, #000 0 0 2px;
  margin-bottom: 50px;
}

.qna ul li {
  padding: 1em 2em;
  background: #fff;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.qna ul li a {
  color: #980f43;
  font-family: go3v2;
}

.qna ol {
  text-align: left;
  padding: 0em 1em;
}

.qna ol li {
  padding: 0em 0em;
  line-height: 150%;
}

.qna .uk-accordion-content p {
  text-align: left;
  padding: 0.7em 0em 0em 0em;
  color: #000;
}

.footer {
  background-color: #000000;
  display: grid;
  place-content: center;
  place-items: center;
  padding: 30px 0px;
  text-align: center;
}

.footer .flink {
  padding-top: 5px;
}

.footer .flink ul li {
  display: inline-block;
}

.footer .flink ul li a {
  color: #fff;
  padding: 0px 10px;
}

.footer .fimg {
  padding: 10px 0px;
}

.footer .fimg img {
  padding: 0px 3px;
}

.footer p {
  color: #808080;
  font-weight: bolder;
  font-size: 21px;
}

@media screen and (max-width: 1200px) {
  .abotxtwrap p {
    font-size: 21px;
  }
}
@media screen and (max-width: 900px) {
  .roundsec {
    left: -91px;
  }

  .hdimgmdl {
    left: 12%;
  }

  .navbar {
    position: relative;
  }

  .navbar .link {
    background: rgba(255, 255, 255, 0.5);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }

  .navbar .link a {
    float: none;
    text-shadow: none;
    color: #000;
    font-size: 20px;
    display: block;
  }

  .navbar .link a:hover {
    color: #fff;
  }

  .navbar a.icon {
    float: right;
    display: block;
    margin-right: 6%;
  }

  .navbar.responsive .link {
    transition: 0.5s;
    height: 100%;
    display: block;
    width: 85%;
    margin: auto;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    margin-top: 55px !important;
  }

  .navbar.responsive .link a {
    display: block;
    text-align: left;
  }

  .abousec {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: auto;
  }

  .roadmap {
    width: 95%;
  }
}
@media only screen and (max-width: 700px) {
  .qna ul li a {
    font-family: "Montserrat", sans-serif;
  }

  .topoverbg {
    background: url(../img/effect.png) no-repeat;
    background-size: cover;
  }

  .hdimgmdl {
    width: 96%;
    left: 1%;
  }

  .roundsec {
    left: -88px;
  }
}
@media only screen and (max-width: 600px) {
  .roundsec {
    left: -85px;
  }

  .hdimgmdl {
    width: 86%;
    left: 6%;
  }

  .raodmap ul li p {
    font-size: 17px;
  }

  .raodmap ul li span {
    font-size: 30px;
  }

  .exclusive .foves {
    top: 39%;
    left: 70%;
  }

  .exclusive .sioves {
    top: 85%;
    left: 74%;
  }

  .exclusive .toves {
    top: 69%;
    left: 18%;
  }

  .qna .uk-accordion-content p {
    font-size: 14px;
  }

  .qna ol li {
    font-size: 14px;
  }

  .topsec .rainbow {
    width: 30%;
  }

  .herosec img {
    width: 148px;
  }

  .herosec a {
    font-size: 25px;
  }

  .footer .flink ul li {
    display: block;
    padding: 10px 0px;
  }

  .footer {
    padding: 30px 20px;
  }

  .roadmap h3 {
    font-size: 27px;
  }

  .roadmap p {
    font-size: 16px;
  }

  .abotxtwrap h1 {
    font-size: 26px;
  }

  .stover {
    left: -2%;
    bottom: 0%;
    width: 270px;
  }
}
@media only screen and (max-width: 400px) {
  .topsec {
    padding: 0px 0px 140px 0px;
  }

  .abotxtwrap p {
    font-size: 18px;
  }

  .raodmap ul li {
    width: 95%;
  }

  .uk-accordion-title {
    font-size: 1rem !important;
  }

  .qna .uk-accordion-content p {
    font-size: 12px;
  }

  .exclusive h1 {
    font-size: 25px;
  }

  .roundsec {
    left: -77px;
  }

  .roadmap p {
    font-size: 13px;
  }
}
