@font-face {
  font-family: "Oswald";
  src: url("./../fonts/Oswald-Regular.eot");
  src: url("./../fonts/Oswald-Regular.eot?#iefix") format("embedded-opentype"), url("./../fonts/Oswald-Regular.woff2") format("woff2"), url("./../fonts/Oswald-Regular.woff") format("woff"), url("./../fonts/Oswald-Regular.ttf") format("truetype"), url("./../fonts/Oswald-Regular.svg#Oswald-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("./../fonts/Oswald-Medium.eot");
  src: url("./../fonts/Oswald-Medium.eot?#iefix") format("embedded-opentype"), url("./../fonts/Oswald-Medium.woff2") format("woff2"), url("./../fonts/Oswald-Medium.woff") format("woff"), url("./../fonts/Oswald-Medium.ttf") format("truetype"), url("./../fonts/Oswald-Medium.svg#Oswald-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("./../fonts/Oswald-Bold.eot");
  src: url("./../fonts/Oswald-Bold.eot?#iefix") format("embedded-opentype"), url("./../fonts/Oswald-Bold.woff2") format("woff2"), url("./../fonts/Oswald-Bold.woff") format("woff"), url("./../fonts/Oswald-Bold.ttf") format("truetype"), url("./../fonts/Oswald-Bold.svg#Oswald-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("./../fonts/Inter-Bold.eot");
  src: url("./../fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("./../fonts/Inter-Bold.woff2") format("woff2"), url("./../fonts/Inter-Bold.woff") format("woff"), url("./../fonts/Inter-Bold.ttf") format("truetype"), url("./../fonts/Inter-Bold.svg#Inter-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("./../fonts/Inter-Regular.eot");
  src: url("./../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("./../fonts/Inter-Regular.woff2") format("woff2"), url("./../fonts/Inter-Regular.woff") format("woff"), url("./../fonts/Inter-Regular.ttf") format("truetype"), url("./../fonts/Inter-Regular.svg#Inter-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  color: #fff;
  background-color: #110D01;
  font-family: "Oswald", sans-serif;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: 700;
}
body p {
  color: #C8C5BE;
  font-family: "Inter", sans-serif;
}
body .loader {
  transition: 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #110D01;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .loader .wrapper .logo {
  width: 50px;
}
body .loader .pro-bar {
  position: absolute;
  left: 50%;
  bottom: 120px;
  transform: translate(-50%, 0);
  width: 300px;
  height: 1px;
  text-align: center;
}
body .loader .pro-bar span {
  display: block;
  width: 1%;
  height: 100%;
  background-color: #E8B008;
  margin-top: 20px;
  transition: 2s;
}
body .container {
  position: relative;
  z-index: 2;
}
body .btn {
  padding: 16px 22px;
  border-radius: 50px;
  font-weight: 700;
  position: relative;
}
body .btn-primary {
  background-color: #E8B008;
  border-color: #E8B008;
  color: #151512;
  box-shadow: inset 4px 4px 10px #FFE8AF;
  transition: 0.1s;
}
body .btn-primary span {
  position: relative;
  z-index: 2;
}
body .btn-primary:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 50px;
  box-shadow: -4px -4px 10px #91722C;
  z-index: -1;
}
body .btn-primary:before {
  border-radius: 50px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.3s;
  transition-delay: 0.1s;
  opacity: 0;
}
body .btn-primary:hover, body .btn-primary:focus {
  transform: scale(1.2);
  color: #151512;
  background-color: #E8B008;
  border-color: #E8B008;
  box-shadow: inset -4px -4px 10px #FFE8AF;
}
body .btn-primary:hover:before, body .btn-primary:focus:before {
  opacity: 1;
  width: 100%;
}
body .btn-primary:hover:after, body .btn-primary:focus:after {
  box-shadow: 4px 4px 10px #91722C;
}
body .btn-dark {
  background-color: #1A1A1A;
  border-color: #1A1A1A;
  color: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  transition: 0.1s;
}
body .btn-dark span {
  position: relative;
  z-index: 2;
}
body .btn-dark:hover, body .btn-dark:focus {
  transform: scale(1.2);
  background-color: #000;
}
body .btn-primary.no-scale:hover, body .btn-primary.no-scale:focus {
  transform: scale(1);
}
body .btn-check:checked + .btn,
body .btn.active,
body .btn.show,
body .btn:first-child:active,
body :not(.btn-check) + .btn:active {
  color: #151512;
  background-color: #E8B008;
  border-color: #E8B008;
}
body .social {
  margin: 0 16px;
  display: inline-block;
}
body .social li {
  display: inline-block;
}
body .social li a {
  width: 40px;
  height: 40px;
  margin: 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #201C0F;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.7), -4px -4px 10px rgba(58, 58, 58, 0.71);
  position: relative;
}
body .social li a:hover, body .social li a:focus {
  box-shadow: 4px 4px 10px rgba(58, 58, 58, 0.71), -4px -4px 10px rgba(0, 0, 0, 0.3);
}
body .slick-dots {
  left: 0;
  bottom: 0;
}
body .slick-dots li {
  width: 12px;
  height: 12px;
}
body .slick-dots li button {
  background: rgba(232, 176, 8, 0.5);
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
body .slick-dots li:after, body .slick-dots li:before {
  display: none;
}
body .slick-dots li.slick-active button {
  background-color: #E8B008;
  transform: scale(1.5);
}

.header .navbar {
  padding: 8px 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
.header .navbar .navbar-brand {
  display: inline-block;
  margin-right: 60px;
}
.header .navbar .navbar-nav .nav-item .nav-link {
  font-family: "Oswald", sans-serif;
  color: #FFFEFA;
  padding: 8px 14px;
}
.header .navbar .navbar-toggler {
  width: 40px;
  height: 40px;
  margin: 6px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #201C0F;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.7);
  position: relative;
  transition: 0.2s;
}
.header .navbar .navbar-toggler:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: transparent;
  z-index: -1;
  box-shadow: -4px -4px 10px rgba(58, 58, 58, 0.71);
}
.header .navbar .navbar-toggler .icon-close {
  display: none;
}
.header .navbar .navbar-toggler[aria-expanded=true] {
  background-color: #E8B008;
  display: flex;
}
.header .navbar .navbar-toggler[aria-expanded=true] .icon-close {
  display: block;
}
.header .navbar .navbar-toggler[aria-expanded=true] .icon-menu {
  display: none;
}
.header .navbar .dropdown-menu {
  min-width: 300px;
  padding: 10px 15px;
  border-radius: 26px;
  background-color: #15140E;
  border: none;
  box-shadow: -4px -4px 10px rgba(255, 255, 255, 0.2), 4px 4px 10px rgba(0, 0, 0, 0.7);
}
.header .navbar .dropdown-menu li {
  margin: 10px 0;
}
.header .navbar .dropdown-menu li a {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  text-decoration: none;
  width: 100%;
  list-style: none;
  padding: 16px 20px;
  margin: 0;
  border-radius: 16px;
  box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.7), inset -4px -4px 10px rgba(255, 255, 255, 0.2);
}
.header .navbar .dropdown-menu li a:hover, .header .navbar .dropdown-menu li a:focus {
  box-shadow: inset 4px 4px 10px rgba(255, 255, 255, 0), inset -4px -4px 10px rgba(0, 0, 0, 0.4);
}
.header .navbar .dropdown-menu li a .icon {
  margin-right: 10px;
  height: 22px;
}

.header.scroll-active .navbar {
  background-color: #15140E;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

main {
  overflow: hidden;
}
main section {
  position: relative;
}
main section .main-title {
  font-size: 56px;
}
main .hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: rgb(17, 13, 1);
  background: linear-gradient(0deg, rgb(17, 13, 1) 0%, rgb(39, 31, 5) 100%);
}
main .hero .caption {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 300px;
}
main .hero .caption .secondary-title {
  color: #E8B008;
  text-transform: uppercase;
  font-size: 24px;
}
main .hero .caption .main-title {
  color: #fff;
  font-size: 100px;
  background: linear-gradient(to right, white, white, #999896);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
main .hero .caption .obj .shine {
  position: absolute;
  left: 50%;
  top: 50%;
}
main .hero .caption .obj .shine.shine1 {
  width: 25px;
  height: 25px;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  background-color: #fff;
  margin-left: -18px;
  filter: blur(7px);
  animation: shine1 4s infinite linear;
}
@keyframes shine1 {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(0);
  }
  30% {
    transform: scale(1);
  }
  40% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
main .hero .caption .obj .shine.shine2 {
  width: 200px;
  height: 15px;
  transform: translate(-50%, -50%) rotate(34deg);
  background-color: transparent;
  margin-left: -46px;
  margin-top: 83px;
}
main .hero .caption .obj .shine.shine2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: #fff;
  border-radius: 50%;
  filter: blur(5px);
  animation: shine2 4s infinite linear;
}
@keyframes shine2 {
  0% {
    left: 0;
    opacity: 1;
  }
  50% {
    left: 80%;
  }
  70% {
    left: 0;
  }
  100% {
    left: 0;
    opacity: 0;
  }
}
main .hero .caption .obj .shine.shine3 {
  width: 130px;
  height: 15px;
  transform: translate(-50%, -50%) rotate(137deg);
  background-color: transparent;
  margin-left: 165px;
  margin-top: 50px;
}
main .hero .caption .obj .shine.shine3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: #fff;
  border-radius: 50%;
  filter: blur(5px);
  animation: shine3 4s infinite linear;
  animation-delay: 2s;
}
@keyframes shine3 {
  0% {
    left: 0;
    opacity: 1;
  }
  50% {
    left: 80%;
  }
  70% {
    left: 0;
  }
  100% {
    left: 0;
    opacity: 0;
  }
}
main .hero .caption .obj .shine.shine4 {
  width: 130px;
  height: 15px;
  transform: translate(-50%, -50%) rotate(143deg);
  background-color: transparent;
  margin-left: -125px;
  margin-top: -85px;
}
main .hero .caption .obj .shine.shine4:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: #fff;
  border-radius: 50%;
  filter: blur(5px);
  animation: shine4 4s infinite linear;
  animation-delay: 1s;
}
@keyframes shine4 {
  0% {
    left: 0;
    opacity: 1;
  }
  50% {
    left: 80%;
  }
  70% {
    left: 0;
  }
  100% {
    left: 0;
    opacity: 0;
  }
}
main .hero .caption .obj .shine.shine5 {
  width: 160px;
  height: 15px;
  transform: translate(-50%, -50%) rotate(300deg);
  background-color: transparent;
  margin-left: 67px;
  margin-top: 57px;
}
main .hero .caption .obj .shine.shine5:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  filter: blur(5px);
  animation: shine5 4s infinite linear;
  animation-delay: 1.5s;
}
@keyframes shine5 {
  0% {
    left: 0;
    opacity: 0;
  }
  50% {
    left: 80%;
    opacity: 1;
  }
}
main .hero .caption .obj .shine.shine6 {
  width: 94px;
  height: 15px;
  transform: translate(-50%, -50%) rotate(294deg);
  background-color: transparent;
  margin-left: -166px;
  margin-top: 76px;
}
main .hero .caption .obj .shine.shine6:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: #fff;
  border-radius: 50%;
  filter: blur(5px);
  animation: shine6 4s infinite linear;
}
@keyframes shine6 {
  0% {
    left: 0;
    opacity: 0;
  }
  50% {
    left: 80%;
    opacity: 1;
  }
}
main .hero .caption .obj.fadeBg {
  left: 50%;
  top: 100%;
  margin-top: -50px;
  transform: translate(-50%, 0);
  width: 300px;
  height: 200px;
  border-radius: 50%;
  background-color: #E8B008;
  filter: blur(20px);
  z-index: -1;
  opacity: 0;
  transition: 1s;
  transition-delay: 0.5s;
  animation: objZoomIn 5s infinite linear;
}
@keyframes objZoomIn {
  0% {
    transform: translate(-50%, 0) scale(0.6);
  }
  50% {
    transform: translate(-50%, 0) scale(1);
  }
  100% {
    transform: translate(-50%, 0) scale(0.6);
  }
}
main .hero .caption .obj.objMain {
  left: 50%;
  top: 60%;
  z-index: -1;
  transform: translate(-50%, 0) scale(1);
  opacity: 0;
  transition: 1s;
  animation: mainObjUpDown 5s infinite linear forwards;
}
@keyframes mainObjUpDown {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 30px;
  }
  100% {
    margin-top: 0;
  }
}
main .hero .caption .obj.objMain img {
  height: 400px;
  width: auto;
}
main .hero .heroSlider {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  display: flex;
}
main .hero .heroSlider .item {
  margin: 10px;
  display: flex;
  align-items: center;
  padding: 12px 32px 12px 24px;
  background-color: #15140E;
  border-radius: 15px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.7);
  position: relative;
  border: 1px solid transparent;
  text-decoration: none;
  color: #fff;
}
main .hero .heroSlider .item:hover, main .hero .heroSlider .item:focus {
  border-color: #E8B008;
}
main .hero .heroSlider .item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: transparent;
  z-index: -1;
  box-shadow: -4px -4px 10px rgba(58, 58, 58, 0.71);
}
main .hero .heroSlider .item .icon {
  width: 60px;
  height: 60px;
  margin-right: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #171714;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.25);
  position: relative;
}
main .hero .heroSlider .item .icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: transparent;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}
main .hero .heroSlider .item .title {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
main .hero .obj {
  position: absolute;
}
main .hero .obj.obj1 {
  left: 10%;
  top: 15%;
}
main .hero .obj.obj2 {
  left: -60px;
  top: 40%;
  animation-delay: 2s !important;
}
main .hero .obj.obj3 {
  left: 20%;
  bottom: 20%;
}
main .hero .obj.obj4 {
  right: 20px;
  top: 15%;
}
main .hero .obj.obj5 {
  right: 10%;
  bottom: 20%;
  animation-delay: 2s !important;
}
@keyframes MovingObject {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(0, 20px) scale(1);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
main .hero .coins {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  opacity: 0;
  transition: 1s;
}
main .hero .coins .obj {
  animation: MovingObject 4s infinite linear;
}
main .hero.active .coins {
  opacity: 1;
  transform: scale(1);
}
main .hero.active .caption .obj.fadeBg {
  opacity: 1;
}
main .hero.active .caption .obj.objMain {
  opacity: 1;
}
main .hero.pageTitle {
  min-height: auto;
  padding: 230px 0 180px;
}
main .hero.pageTitle .caption {
  margin-bottom: 0;
}
main .hero.pageTitle .caption .main-title {
  font-size: 80px;
  line-height: 110px;
}
main .hero.pageTitle .obj.obj1 {
  left: 10%;
  top: 25%;
}
main .hero.pageTitle .obj.obj2 {
  left: -60px;
  top: 100%;
}
main .hero.pageTitle .obj.obj3 {
  left: 25%;
  bottom: 6%;
}
main .hero.pageTitle .obj.obj4 {
  right: -50px;
  top: 35%;
}
main .hero.pageTitle .obj.obj5 {
  right: 8%;
  bottom: -20%;
}
main .services {
  padding: 0 0 80px;
}
main .services .card {
  border: none;
  border-radius: 15px;
  padding: 32px;
  background-color: #15140E;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  box-shadow: -4px -4px 10px rgba(255, 255, 255, 0.2), 4px 4px 10px rgba(0, 0, 0, 0.7);
}
main .services .card .title {
  color: #fff;
}
main .services .card p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
main .services .card .icon {
  height: 40px;
  margin-bottom: 15px;
}
main .services .card .link {
  color: #E8B008;
}
main .cta {
  padding: 240px 0 280px;
  overflow: hidden;
}
main .cta .content {
  position: relative;
  z-index: 5;
  text-align: center;
}
main .cta .content .title {
  font-size: 32px;
  font-weight: 500;
}
main .cta .obj {
  position: absolute;
}
main .cta .obj.circle {
  left: 50%;
  top: 10%;
  transform: translate(-50%);
  background-color: #E8B008;
  border-radius: 50%;
  width: 1370px;
  height: 1370px;
}
main .cta .obj.circle:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 2px;
  border-radius: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 100%;
  background-color: #110D01;
  z-index: 2;
}
main .cta .obj.circle:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -10px;
  border-radius: 50%;
  transform: translate(-50%, 0) rotate(10deg);
  width: 80%;
  height: 105%;
  background-color: #E8B008;
  filter: blur(20px);
  animation: rotateObj1 infinite linear 10s;
}
@keyframes rotateObj1 {
  0% {
    transform: translate(-50%, 0) rotate(0deg);
  }
  100% {
    transform: translate(-50%, 0) rotate(360deg);
  }
}
main .cta .obj.circle .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 1370px;
  border-radius: 50%;
}
main .cta .obj.pattern {
  left: 50%;
  top: 10%;
  transform: translate(-50%);
  border-radius: 50%;
  width: 1370px;
  height: 1370px;
  overflow: hidden;
}
main .cta .obj.pattern .bg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  width: 80%;
  height: auto;
  border-radius: 50%;
}
main .cta .obj.pattern .bg1 {
  animation: bg1 infinite 4s linear forwards;
}
@keyframes bg1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
main .cta .obj.pattern .bg2 {
  animation: bg2 infinite 4s linear forwards;
  animation-delay: 2s;
}
@keyframes bg2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
main .feature {
  padding: 0 0 120px;
  margin-top: -60px;
}
main .feature .content {
  padding-right: 60px;
}
main .feature .globe {
  position: relative;
}
main .feature .globe .globeVideo {
  border-radius: 50%;
  width: 530px;
  height: 530px;
}
main .feature .globe .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
main .feature .globe .icon:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  z-index: -1;
  border-radius: 50%;
}
main .feature .img-wrapper {
  text-align: center;
}
main .feature .obj {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: #E8B008;
  filter: blur(50px);
  opacity: 0.2;
}
main .feature .obj1 {
  bottom: 0;
  left: 0;
  transform: translate(-50%, 0);
}
main .feature .obj2 {
  top: 0;
  right: 0;
  transform: translate(50%, 0);
}
main .counter .card {
  border: none;
  border-radius: 15px;
  padding: 32px 0;
  background-color: #151512;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.7);
  position: relative;
}
main .counter .card:after {
  border-radius: 15px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -1;
  box-shadow: -4px -4px 10px rgba(58, 58, 58, 0.71);
}
main .counter .card .item {
  text-align: center;
}
main .counter .card .item .title {
  color: #fff;
  font-size: 80px;
  margin: 0;
}
main .counter .card .item p {
  font-size: 16px;
  margin: 0;
}
main .community {
  padding: 100px 0;
  position: relative;
}
main .community .titleWrapper {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
main .community .card {
  background-color: transparent;
  border: none;
  margin-bottom: 30px;
}
main .community .card .title {
  color: #fff;
  margin-bottom: 16px;
}
main .community .card .icon {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #15130D;
  box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  margin-bottom: 16px;
}
main .community .card .icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: transparent;
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.1);
}
main .community .obj {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: #FFBF00;
  filter: blur(50px);
  opacity: 0.2;
}
main .community .obj1 {
  top: 10%;
  right: 0;
  transform: translate(70%, 0);
}
main .milestones {
  padding: 0 0 80px;
  position: relative;
}
main .milestones .title-wrapper {
  text-align: center;
  margin-bottom: 80px;
}
main .milestones .title-wrapper .large-title {
  font-size: 150px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  opacity: 0.2;
}
main .milestones .title-wrapper .main-title {
  margin-top: -50px;
}
main .milestones .card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
main .milestones .card {
  width: calc(25% - 40px);
  margin: 60px 0;
  border: none;
  border-radius: 15px;
  padding: 16px 20px;
  background-color: #151512;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.7);
  position: relative;
}
main .milestones .card:after {
  border-radius: 15px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -1;
  box-shadow: -4px -4px 10px rgba(58, 58, 58, 0.71);
}
main .milestones .card .check-icon {
  position: absolute;
  left: -29px;
  right: -29px;
  top: -50px;
  height: 2px;
  background: transparent;
}
main .milestones .card .check-icon:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background: url("./../img/border.png");
}
main .milestones .card .check-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #E8B008;
  transition: 0.5s;
}
main .milestones .card .check-icon .icon {
  opacity: 0;
  position: relative;
  z-index: 3;
  margin: -12px auto 0;
  display: block;
  width: 24px;
  height: 24px;
}
main .milestones .card:nth-child(5) .check-icon:before, main .milestones .card:nth-child(6) .check-icon:before, main .milestones .card:nth-child(7) .check-icon:before, main .milestones .card:nth-child(8) .check-icon:before, main .milestones .card:nth-child(13) .check-icon:before, main .milestones .card:nth-child(14) .check-icon:before, main .milestones .card:nth-child(15) .check-icon:before, main .milestones .card:nth-child(16) .check-icon:before {
  left: auto;
  right: 0;
}
main .milestones .card:nth-child(4):before, main .milestones .card:nth-child(12):before {
  content: "";
  position: absolute;
  right: -31px;
  top: -48px;
  bottom: -70px;
  width: 2px;
  background: url("./../img/border-vertical.png");
  transition: 0.2s;
  transition-delay: 0.3s;
}
main .milestones .card:nth-child(5):before {
  content: "";
  position: absolute;
  left: -31px;
  top: -48px;
  bottom: -70px;
  width: 2px;
  background: url("./../img/border-vertical.png");
  transition: 0.2s;
  transition-delay: 0.3s;
}
main .milestones .card .title {
  color: #fff;
  font-size: 20px;
}
main .milestones .card p {
  margin: 0;
}
main .milestones .card ul {
  margin: 0;
  padding-left: 16px;
}
main .milestones .card ul li {
  color: #C8C5BE;
  font-family: "Inter", sans-serif;
}
main .milestones .card.active .check-icon:before {
  width: 100%;
}
main .milestones .card.active .check-icon .icon {
  opacity: 1;
}
main .milestones .card.active:nth-child(4):before, main .milestones .card.active:nth-child(5):before, main .milestones .card.active:nth-child(12):before {
  background: #E8B008;
}
main .milestones .card.active .title {
  color: #E8B008;
}
main .milestones .obj {
  position: absolute;
}
main .milestones .obj1 {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: #E8B008;
  filter: blur(50px);
  opacity: 0.2;
  top: 100px;
  right: 0;
  transform: translate(50%, 0);
}
main .milestones .obj2 {
  top: 200px;
  right: 0;
  transform: translate(30%, 0);
}
main .videos .video-wrapper iframe {
  width: 100%;
  height: 463px;
}
main .videos .obj {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(5deg);
  width: 70px;
  height: 120%;
  background-color: #110D01;
  overflow: hidden;
}
main .videos .obj:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 3px;
  height: 80%;
  transform: translate(-50%, -50%);
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(232, 176, 8, 0) 0%, #e8b008 50%, rgba(232, 176, 8, 0) 100%);
}
main .videos .obj:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #E8B008;
  filter: blur(50px);
  opacity: 0.2;
}
main .tokenomics {
  padding: 100px 0;
  position: relative;
}
main .tokenomics .title-wrapper {
  text-align: center;
  margin-bottom: 80px;
}
main .tokenomics .title-wrapper .large-title {
  font-size: 150px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  opacity: 0.2;
}
main .tokenomics .title-wrapper .main-title {
  margin-top: -50px;
}
main .tokenomics .graphwWrapper {
  width: 800px;
  height: 800px;
  margin: 100px auto 0;
  display: block;
  position: relative;
}
main .tokenomics .graphwWrapper .graph {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: 0.5s;
  transition-delay: 0.05s;
}
main .tokenomics .graphwWrapper .graph.hover-effect {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
main .tokenomics .graphwWrapper .graph.hover-effect.active {
  opacity: 1;
}
main .tokenomics .graphwWrapper .icon {
  width: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  margin-top: 10px;
  margin-left: 6px;
}
main .tokenomics .graphwWrapper .obj {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background-color: #E8B008;
  filter: blur(50px);
  opacity: 0.2;
}
main .tokenomics .graphwWrapper .card-wrapper .card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  border: none;
  border-radius: 15px;
  padding: 16px;
  background-color: #151512;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.7);
  text-align: center;
  transition: 0.5s;
}
main .tokenomics .graphwWrapper .card-wrapper .card:after {
  border-radius: 15px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -1;
  box-shadow: -4px -4px 10px rgba(58, 58, 58, 0.71);
}
main .tokenomics .graphwWrapper .card-wrapper .card .title {
  color: #fff;
  font-size: 18px;
  margin: 0;
  font-weight: 500;
}
main .tokenomics .graphwWrapper .card-wrapper .card .percent {
  color: #E8B008;
  font-size: 14px;
  margin: 0;
  display: none;
}
main .tokenomics .graphwWrapper .card-wrapper .card.active {
  background-color: #E8B008;
}
main .tokenomics .graphwWrapper .card-wrapper .card.active .title {
  color: #110D01;
}
main .tokenomics .graphwWrapper .card-wrapper .card1 {
  transform: translate(-520px, 200px);
}
main .tokenomics .graphwWrapper .card-wrapper .card2 {
  transform: translate(-540px, 30px);
}
main .tokenomics .graphwWrapper .card-wrapper .card3 {
  transform: translate(-600px, -180px);
}
main .tokenomics .graphwWrapper .card-wrapper .card4 {
  transform: translate(-462px, -330px);
}
main .tokenomics .graphwWrapper .card-wrapper .card5 {
  transform: translate(-132px, -418px);
}
main .tokenomics .graphwWrapper .card-wrapper .card6 {
  transform: translate(198px, -368px);
}
main .tokenomics .graphwWrapper .card-wrapper .card7 {
  transform: translate(389px, -238px);
}
main .tokenomics .graphwWrapper .card-wrapper .card8 {
  transform: translate(399px, -78px);
}
main .tokenomics .graphwWrapper .card-wrapper .card9 {
  transform: translate(399px, 172px);
}
main .tokenomics .graphwWrapper .card-wrapper .card10 {
  transform: translate(-113px, 316px);
}
main .tokenomics .obj {
  position: absolute;
}
main .tokenomics .obj1 {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: #E8B008;
  filter: blur(50px);
  opacity: 0.2;
  top: 100px;
  left: 0;
  transform: translate(-50%, 0);
}
main .tokenomics .obj2 {
  top: 200px;
  left: 0;
  transform: translate(-30%, 0);
}
main .roadmap {
  padding: 100px 0 20px;
}
main .roadmap .card-wrapper {
  padding-left: 110px;
  position: relative;
}
main .roadmap .card-wrapper .card {
  border: none;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 30px;
  background-color: #151512;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.7);
  position: relative;
}
main .roadmap .card-wrapper .card:after {
  border-radius: 15px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -1;
  box-shadow: -4px -4px 10px rgba(58, 58, 58, 0.71);
}
main .roadmap .card-wrapper .card .card-title {
  color: #fff;
  font-size: 32px;
}
main .roadmap .card-wrapper .card .item {
  border-radius: 8px;
  padding: 16px 20px;
  margin-bottom: 6px;
  box-shadow: inset 4px 4px 10px 0 rgba(0, 0, 0, 0.7), inset -4px -4px 10px 0 rgba(255, 255, 255, 0.2);
}
main .roadmap .card-wrapper .card .item .title {
  color: #E8B008;
  font-size: 20px;
}
main .roadmap .card-wrapper .card .item p {
  margin: 0;
}
main .roadmap .card-wrapper .bar {
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 100%;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.7);
  background: rgb(17, 13, 1);
  background: linear-gradient(180deg, rgb(17, 13, 1) 0%, rgb(73, 56, 3) 100%);
}
main .roadmap .card-wrapper .bar:after {
  border-radius: 15px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -1;
  box-shadow: -4px -4px 10px rgba(58, 58, 58, 0.71);
}
main .roadmap .card-wrapper .bar .inner {
  width: 100%;
  height: 0;
  background-color: #E8B008;
  border-radius: 8px;
  position: relative;
}
main .roadmap .card-wrapper .bar .inner .icon {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  border-radius: 10px;
  background: rgb(17, 13, 1);
  background: linear-gradient(180deg, rgb(17, 13, 1) 0%, rgb(73, 56, 3) 100%);
  border: 1px solid #E8B008;
  width: 100px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .roadmap .card-wrapper .bar .inner .icon img {
  width: 50px;
  height: auto;
}
main .roadmap .obj {
  position: absolute;
  top: 10%;
  left: 0;
  transform: translate(-50%, 0);
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: #E8B008;
  filter: blur(50px);
  opacity: 0.2;
}
main .team {
  padding: 80px 0 30px;
}
main .team .team-slider {
  margin-right: -800px;
}
main .team .team-slider:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #110d01 20%, rgba(17, 13, 1, 0) 100%);
  z-index: 2;
  width: 100px;
  height: 100%;
}
main .team .team-slider:before {
  content: "";
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: #E8B008;
  filter: blur(50px);
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .team .team-slider .card {
  border: none;
  background-color: #15140E;
  border-radius: 30px;
  text-align: center;
  padding: 32px 20px;
  margin: 0 -20px;
  width: 325px;
  box-shadow: inset -4px -4px 10px rgba(255, 255, 255, 0.2), inset 4px 4px 10px rgba(0, 0, 0, 0.7);
}
main .team .team-slider .card:nth-child(even) {
  margin-top: 130px;
}
main .team .team-slider .card .card-img {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: -3px -3px 10px rgba(255, 255, 255, 0.1), 1px 2px 3px #E8B008;
}
main .team .team-slider .card .card-img img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
}
main .team .team-slider .card .title {
  color: #fff;
  font-size: 28px;
}
main .team .team-slider .card p {
  text-transform: uppercase;
  color: #E8B008;
}
main .team .team-slider .card .social-link {
  text-align: center;
}
main .team .team-slider .card .social-link img {
  display: inline-block;
}
main .team .obj {
  position: absolute;
}
main .team .obj1 {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: #E8B008;
  filter: blur(50px);
  opacity: 0.2;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 0);
}
main .team .obj2 {
  bottom: 100px;
  left: 0;
  transform: translate(-30%, 0);
}
main .collaboration {
  padding: 50px;
}
main .collaboration .collaboration-slider {
  background-color: #15140E;
  padding: 0 20px;
}
main .collaboration .collaboration-slider:after, main .collaboration .collaboration-slider:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 150px;
  background: #110D01;
}
main .collaboration .collaboration-slider:after {
  top: 0;
  background: linear-gradient(180deg, #110d01 20%, rgba(17, 13, 1, 0) 100%);
}
main .collaboration .collaboration-slider:before {
  bottom: 0;
  background: linear-gradient(180deg, rgba(17, 13, 1, 0) 0%, #110d01 100%);
}
main .collaboration .collaboration-slider .item {
  background-color: #15140E;
  margin: 5px;
  padding: 30px 20px;
  border-radius: 200px;
  box-shadow: inset -4px -4px 10px rgba(255, 255, 255, 0.1), inset 4px 4px 10px rgba(0, 0, 0, 0.5);
}
main .collaboration .collaboration-slider .item img {
  display: block;
  margin: 0 auto;
  height: 50px;
  width: auto;
}
main .joinUs {
  padding: 50px;
}
main .joinUs .wrapper {
  background-color: #E8B008;
  text-align: center;
  padding: 100px 0;
  border-radius: 500px;
  position: relative;
  box-shadow: 0 0 80px rgba(232, 176, 8, 0.5);
}
main .joinUs .wrapper .content {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
main .joinUs .wrapper .content .title {
  font-size: 52px;
  color: #000;
}
main .joinUs .wrapper .content p {
  color: #000;
}
main .joinUs .wrapper .obj {
  position: absolute;
  transform: translate(0, 0);
  animation: Moving 4s infinite linear;
}
main .joinUs .wrapper .obj.obj1 {
  left: 70px;
  top: 20px;
}
main .joinUs .wrapper .obj.obj2 {
  left: 140px;
  bottom: 50px;
  animation-delay: 1s;
}
main .joinUs .wrapper .obj.obj3 {
  right: 300px;
  top: 0;
}
main .joinUs .wrapper .obj.obj4 {
  right: 10px;
  top: 150px;
  animation-delay: 1s;
}
main .joinUs .wrapper .obj.obj5 {
  right: 180px;
  bottom: 0;
}
@keyframes Moving {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
main .joinUs .wrapper .coins {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  opacity: 0;
  transition: 2s;
}
main .joinUs .wrapper.active .coins {
  opacity: 1;
  transform: scale(1);
}
main .getInTouch {
  padding: 100px 0 30px;
}
main .getInTouch .card {
  border: none;
  border-radius: 15px;
  padding: 32px;
  background-color: #15140E;
  position: relative;
}
main .getInTouch form .form-group {
  margin-bottom: 15px;
}
main .getInTouch form .form-group .label {
  font-size: 16px;
  color: #fff;
}
main .getInTouch form .form-group .form-control {
  background-color: #15140E;
  font-family: "Inter", sans-serif;
  border: none;
  border-radius: 8px;
  padding: 20px 30px;
  color: #C8C5BE;
  box-shadow: inset 3px 3px 10px rgba(0, 0, 0, 0.6), inset -3px -3px 10px rgba(255, 255, 255, 0.1);
}
main .getInTouch form .form-group .form-control::-webkit-input-placeholder {
  color: rgba(200, 197, 190, 0.5);
}
main .getInTouch form .form-group .form-control::-moz-placeholder {
  color: rgba(200, 197, 190, 0.5);
}
main .getInTouch form .form-group .form-control:-ms-input-placeholder {
  color: rgba(200, 197, 190, 0.5);
}
main .getInTouch form .form-group .form-control:-moz-placeholder {
  color: rgba(200, 197, 190, 0.5);
}
main .getInTouch form .form-group .btn:hover, main .getInTouch form .form-group .btn:focus {
  transform: scale(1);
}
main .getInTouch .titleWrapper {
  position: relative;
}
main .getInTouch .obj {
  position: absolute;
}
main .getInTouch .obj .shine {
  position: absolute;
  left: 50%;
  top: 50%;
}
main .getInTouch .obj .shine.shine1 {
  width: 25px;
  height: 25px;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  background-color: #fff;
  margin-left: -18px;
  filter: blur(7px);
  animation: shine1 4s infinite linear;
}
@keyframes shine1 {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(0);
  }
  30% {
    transform: scale(1);
  }
  40% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
main .getInTouch .obj .shine.shine2 {
  width: 200px;
  height: 15px;
  transform: translate(-50%, -50%) rotate(34deg);
  background-color: transparent;
  margin-left: -46px;
  margin-top: 83px;
}
main .getInTouch .obj .shine.shine2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: #fff;
  border-radius: 50%;
  filter: blur(5px);
  animation: shine2 4s infinite linear;
}
@keyframes shine2 {
  0% {
    left: 0;
    opacity: 1;
  }
  50% {
    left: 80%;
  }
  70% {
    left: 0;
  }
  100% {
    left: 0;
    opacity: 0;
  }
}
main .getInTouch .obj .shine.shine3 {
  width: 130px;
  height: 15px;
  transform: translate(-50%, -50%) rotate(137deg);
  background-color: transparent;
  margin-left: 165px;
  margin-top: 50px;
}
main .getInTouch .obj .shine.shine3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: #fff;
  border-radius: 50%;
  filter: blur(5px);
  animation: shine3 4s infinite linear;
  animation-delay: 2s;
}
@keyframes shine3 {
  0% {
    left: 0;
    opacity: 1;
  }
  50% {
    left: 80%;
  }
  70% {
    left: 0;
  }
  100% {
    left: 0;
    opacity: 0;
  }
}
main .getInTouch .obj .shine.shine4 {
  width: 130px;
  height: 15px;
  transform: translate(-50%, -50%) rotate(143deg);
  background-color: transparent;
  margin-left: -125px;
  margin-top: -85px;
}
main .getInTouch .obj .shine.shine4:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: #fff;
  border-radius: 50%;
  filter: blur(5px);
  animation: shine4 4s infinite linear;
  animation-delay: 1s;
}
@keyframes shine4 {
  0% {
    left: 0;
    opacity: 1;
  }
  50% {
    left: 80%;
  }
  70% {
    left: 0;
  }
  100% {
    left: 0;
    opacity: 0;
  }
}
main .getInTouch .obj .shine.shine5 {
  width: 160px;
  height: 15px;
  transform: translate(-50%, -50%) rotate(300deg);
  background-color: transparent;
  margin-left: 67px;
  margin-top: 57px;
}
main .getInTouch .obj .shine.shine5:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  filter: blur(5px);
  animation: shine5 4s infinite linear;
  animation-delay: 1.5s;
}
@keyframes shine5 {
  0% {
    left: 0;
    opacity: 0;
  }
  50% {
    left: 80%;
    opacity: 1;
  }
}
main .getInTouch .obj .shine.shine6 {
  width: 94px;
  height: 15px;
  transform: translate(-50%, -50%) rotate(294deg);
  background-color: transparent;
  margin-left: -166px;
  margin-top: 76px;
}
main .getInTouch .obj .shine.shine6:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: #fff;
  border-radius: 50%;
  filter: blur(5px);
  animation: shine6 4s infinite linear;
}
@keyframes shine6 {
  0% {
    left: 0;
    opacity: 0;
  }
  50% {
    left: 80%;
    opacity: 1;
  }
}
main .getInTouch .obj.fadeBg {
  left: 50%;
  top: 300px;
  transform: translate(-50%, 0);
  width: 300px;
  height: 200px;
  border-radius: 50%;
  background-color: #E8B008;
  filter: blur(50px);
  z-index: -1;
  transition: 1s;
  transition-delay: 0.5s;
  animation: objZoomIn2 5s infinite linear;
}
@keyframes objZoomIn2 {
  0% {
    transform: translate(-50%, 0) scale(0.6);
  }
  50% {
    transform: translate(-50%, 0) scale(1);
  }
  100% {
    transform: translate(-50%, 0) scale(0.6);
  }
}
main .getInTouch .obj.objMain {
  left: 50%;
  top: 60%;
  z-index: -1;
  transform: translate(-50%, 100px) scale(0.7);
  transition: 1s;
  animation: mainObjUpDown2 5s infinite linear forwards;
}
@keyframes mainObjUpDown2 {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 30px;
  }
  100% {
    margin-top: 0;
  }
}
main .getInTouch .obj.objMain img {
  height: 400px;
  width: auto;
}

.footer {
  padding: 240px 0 0;
  overflow: hidden;
  position: relative;
}
.footer .email-box {
  position: relative;
  z-index: 5;
  text-align: center;
}
.footer .email-box .title {
  font-size: 24px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.footer .email-box form .input-group {
  max-width: 460px;
  display: flex;
  margin: 30px auto;
  border-radius: 50px;
  box-shadow: -4px -4px 10px rgba(58, 58, 58, 0.71);
}
.footer .email-box form .form-control {
  background-color: #15140E;
  font-family: "Inter", sans-serif;
  border: none;
  border-radius: 50px !important;
  padding: 20px 30px;
  color: #C8C5BE;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}
.footer .email-box form .form-control::-webkit-input-placeholder {
  color: rgba(200, 197, 190, 0.5);
}
.footer .email-box form .form-control::-moz-placeholder {
  color: rgba(200, 197, 190, 0.5);
}
.footer .email-box form .form-control:-ms-input-placeholder {
  color: rgba(200, 197, 190, 0.5);
}
.footer .email-box form .form-control:-moz-placeholder {
  color: rgba(200, 197, 190, 0.5);
}
.footer .email-box form .btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
  border-radius: 50px !important;
}
.footer .footer-bottom {
  position: relative;
  z-index: 3;
}
.footer .footer-bottom .logo {
  width: 160px;
  display: block;
  margin-bottom: 30px;
}
.footer .footer-bottom .logo img {
  width: 100%;
  height: auto;
}
.footer .footer-bottom .about-text {
  padding-right: 80px;
  line-height: 30px;
}
.footer .footer-bottom .menuWrapper {
  margin-top: -30px;
}
.footer .footer-bottom .menuWrapper .title {
  font-family: "Inter", sans-serif;
}
.footer .footer-bottom .menuWrapper .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
}
.footer .footer-bottom .menuWrapper .menu li a {
  text-decoration: none;
  color: #C8C5BE;
  line-height: 30px;
  font-size: 16px;
}
.footer .footer-bottom .menuWrapper .menu li a:hover, .footer .footer-bottom .menuWrapper .menu li a:focus {
  color: #E8B008;
}
.footer .footer-bottom .copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0 30px;
}
.footer .footer-bottom .copyright p {
  font-size: 14px;
  opacity: 0.7;
}
.footer .obj {
  position: absolute;
}
.footer .obj.circle {
  left: 50%;
  top: 10%;
  transform: translate(-50%);
  background-color: #E8B008;
  border-radius: 50%;
  width: 1370px;
  height: 1370px;
}
.footer .obj.circle:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 2px;
  border-radius: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 100%;
  background-color: #110D01;
  z-index: 2;
}
.footer .obj.circle:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -10px;
  border-radius: 50%;
  transform: translate(-50%, 0) rotate(10deg);
  width: 80%;
  height: 105%;
  background-color: #E8B008;
  filter: blur(20px);
  animation: rotateObj1 infinite linear 10s;
}
@keyframes rotateObj1 {
  0% {
    transform: translate(-50%, 0) rotate(0deg);
  }
  100% {
    transform: translate(-50%, 0) rotate(360deg);
  }
}
.footer .obj.circle .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 1370px;
  border-radius: 50%;
}
.footer .obj.pattern {
  left: 50%;
  top: 10%;
  transform: translate(-50%);
  border-radius: 50%;
  width: 1370px;
  height: 1370px;
  overflow: hidden;
}
.footer .obj.pattern .bg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  width: 80%;
  height: auto;
  border-radius: 50%;
}
.footer .obj.pattern .bg1 {
  animation: bg1 infinite 4s linear forwards;
}
@keyframes bg1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.footer .obj.pattern .bg2 {
  animation: bg2 infinite 4s linear forwards;
  animation-delay: 2s;
}
@keyframes bg2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modal .modal-content {
  background-color: #151512;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.7);
  position: relative;
}
.modal .modal-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -1;
  box-shadow: -4px -4px 10px rgba(58, 58, 58, 0.71);
}
.modal .modal-content .modal-body {
  padding: 40px;
  position: relative;
  text-align: center;
}
.modal .modal-content .modal-body .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  filter: invert(1);
}
.modal .modal-content .modal-body .title {
  font-size: 56px;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
  }
}
@media (max-width: 1600px) {
  main section .main-title {
    font-size: 56px;
  }
  main .hero .caption .secondary-title {
    font-size: 20px;
  }
  main .hero .caption .main-title {
    font-size: 70px;
  }
  main .hero .caption .obj.fadeBg {
    margin-top: 0;
  }
  main .hero .caption .obj.objMain {
    transform: translate(-50%, 0) scale(0.85);
  }
  main .tokenomics .graphwWrapper {
    width: 600px;
    height: 600px;
  }
  main .tokenomics .graphwWrapper .icon {
    margin-top: 3px;
    margin-left: 3px;
  }
  main .tokenomics .graphwWrapper .card-wrapper .card {
    width: 170px;
  }
  main .tokenomics .graphwWrapper .card-wrapper .card .title {
    font-size: 16px;
  }
  main .tokenomics .graphwWrapper .card-wrapper .card1 {
    transform: translate(-420px, 150px);
  }
  main .tokenomics .graphwWrapper .card-wrapper .card2 {
    transform: translate(-429px, 21px);
  }
  main .tokenomics .graphwWrapper .card-wrapper .card3 {
    transform: translate(-476px, -144px);
  }
  main .tokenomics .graphwWrapper .card-wrapper .card4 {
    transform: translate(-371px, -257px);
  }
  main .tokenomics .graphwWrapper .card-wrapper .card5 {
    transform: translate(-102px, -328px);
  }
  main .tokenomics .graphwWrapper .card-wrapper .card6 {
    transform: translate(148px, -278px);
  }
  main .tokenomics .graphwWrapper .card-wrapper .card7 {
    transform: translate(294px, -185px);
  }
  main .tokenomics .graphwWrapper .card-wrapper .card8 {
    transform: translate(303px, -63px);
  }
  main .tokenomics .graphwWrapper .card-wrapper .card9 {
    transform: translate(209px, 163px);
  }
  main .tokenomics .graphwWrapper .card-wrapper .card10 {
    transform: translate(-113px, 240px);
  }
}
@media (max-width: 1300px) {
  body p {
    font-size: 15px;
  }
  .header .navbar {
    padding: 8px;
  }
  .header .navbar .navbar-brand {
    margin-right: 20px;
  }
  main section .main-title {
    font-size: 40px;
  }
  main .hero .caption {
    margin-bottom: 200px;
  }
  main .hero .caption .main-title {
    font-size: 50px;
  }
  main .hero .caption .obj.fadeBg {
    margin-top: -30px;
    width: 180px;
    height: 180px;
  }
  main .hero .caption .obj.objMain {
    transform: translate(-50%, -10%) scale(0.7);
  }
  main .cta {
    padding: 240px 0 160px;
  }
  main .feature {
    padding: 0 0 100px;
    margin-top: 0;
  }
  main .feature .content {
    padding-right: 0;
  }
  main .feature .globe .globeVideo,
  main .feature .globe > img {
    max-width: 400px;
    height: 400px;
    margin: 0 auto;
    display: block;
  }
  main .counter .card .item .title {
    font-size: 50px;
  }
  main .counter .card .item p {
    font-size: 16px;
  }
  main .community {
    padding: 100px 0;
  }
  main .community .card .icon {
    width: 60px;
    height: 60px;
  }
  main .community .card .icon img {
    height: 20px;
  }
  main .community .card .title {
    font-size: 30px;
  }
  main .milestones {
    padding: 0 0 80px;
  }
  main .milestones .title-wrapper .large-title {
    font-size: 100px;
  }
  main .milestones .obj1 {
    top: -40px;
    transform: translate(80%, 0);
  }
  main .milestones .obj2 {
    top: 40px;
    transform: translate(50%, 0);
  }
  main .tokenomics .title-wrapper .large-title {
    font-size: 100px;
  }
  main .roadmap {
    padding: 100px 0 50px;
  }
  main .roadmap .card-wrapper .card .card-title {
    font-size: 24px;
  }
  main .team {
    padding: 50px 0;
  }
  main .team .team-slider .card {
    padding: 20px;
  }
  main .team .team-slider .card .card-img {
    width: 145px;
    height: 145px;
  }
  main .team .team-slider .card .card-img img {
    width: 120px;
    height: 120px;
  }
  main .team .team-slider .card .title {
    font-size: 20px;
  }
  main .joinUs .wrapper {
    padding: 70px 0;
  }
  main .joinUs .wrapper .content .title {
    font-size: 40px;
  }
  main .getInTouch {
    padding: 50px 0;
  }
  main .getInTouch form .form-group .form-control {
    font-size: 15px;
    padding: 12px 20px;
  }
}
@media (max-width: 1150px) {
  .header .navbar .social {
    display: none;
  }
}
@media (max-width: 992px) {
  body .btn-primary:hover, body .btn-primary:focus {
    transform: scale(1.01);
  }
  .header .navbar .navbar-brand {
    width: 150px;
  }
  .header .navbar .navbar-brand img {
    width: 100%;
    height: auto;
  }
  .header .navbar .navbar-toggler {
    z-index: 50;
    display: flex;
  }
  .header .navbar .navbar-nav .nav-item .nav-link {
    padding: 16px 20px;
    border-radius: 8px;
    box-shadow: -3px -3px 10px rgba(255, 255, 255, 0.2), 3px 3px 10px rgba(0, 0, 0, 0.7);
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .header .navbar .social {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    position: absolute;
    left: 0;
    width: 100%;
    margin: 100px 0 0;
    z-index: 2;
  }
  .header .navbar .dropdown-menu {
    min-width: auto;
    padding: 10px 10px 0;
    border-radius: 26px;
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 20px;
  }
  .header .navbar .dropdown-menu .title .icon {
    height: 22px;
    width: 22px;
  }
  .header .navbar .dropdown-menu ul {
    padding: 0 30px;
    margin: 0 0 10px;
    box-shadow: none;
  }
  .header .navbar .navbar-collapse {
    position: relative;
    padding: 80px 20px 120px;
    opacity: 0;
    transition: 0.2s;
    position: absolute;
    top: 0;
    left: 0;
    background: #15140E;
    width: 100%;
    height: 100vh;
    overflow: auto;
  }
  .header .navbar .navbar-collapse .btn {
    width: 100%;
  }
  .header .navbar .navbar-collapse.show {
    opacity: 1;
  }
  main section .main-title {
    font-size: 30px;
  }
  main .hero .obj.obj1,
  main .hero .obj.obj2,
  main .hero .obj.obj3,
  main .hero .obj.obj4,
  main .hero .obj.obj5 {
    transform: scale(0.6);
  }
  main .hero.pageTitle {
    padding: 130px 0 100px;
  }
  main .hero.pageTitle .caption .main-title {
    font-size: 60px;
  }
  main .feature .globe .globeVideo,
  main .feature .globe > img {
    max-width: 100%;
    height: auto;
  }
  main .feature .obj {
    width: 200px;
    height: 200px;
  }
  main .counter .card .item .title {
    font-size: 30px;
  }
  main .community .card .title {
    font-size: 20px;
  }
  main .milestones .title-wrapper .large-title {
    font-size: 80px;
  }
  main .milestones .title-wrapper .main-title {
    margin-top: -20px;
  }
  main .milestones .card {
    width: calc(25% - 10px);
    margin: 50px 0;
  }
  main .milestones .card .check-icon {
    left: -31px;
    right: -31px;
  }
  main .milestones .card:nth-child(4):before, main .milestones .card:nth-child(5):before {
    bottom: -50px;
  }
  main .milestones .obj1 {
    width: 200px;
    height: 300px;
  }
  main .milestones .obj2 img {
    width: 130px;
    height: auto;
  }
  main .videos .obj {
    transform: translate(-50%, -50%) rotate(-94deg);
  }
  main .tokenomics {
    padding: 100px 0 50px;
  }
  main .tokenomics .title-wrapper {
    margin-bottom: 20px;
  }
  main .tokenomics .title-wrapper .large-title {
    font-size: 80px;
  }
  main .tokenomics .title-wrapper .main-title {
    margin-top: -20px;
  }
  main .tokenomics .graphwWrapper {
    transform: scale(0.8);
    margin: 0 auto;
  }
  main .tokenomics .graphwWrapper .obj {
    width: 400px;
    height: 400px;
  }
  main .tokenomics .obj1 {
    width: 200px;
    height: 200px;
  }
  main .tokenomics .obj2 {
    top: 100px;
  }
  main .tokenomics .obj2 img {
    width: 130px;
    height: auto;
  }
  main .roadmap {
    padding: 50px 0;
  }
  main .team .main-title br {
    display: none;
  }
  main .team .obj1 {
    width: 100px;
    height: 200px;
  }
  main .team .obj2 {
    bottom: 0;
  }
  main .team .obj2 img {
    width: 130px;
    height: auto;
  }
  main .collaboration .main-title br {
    display: none;
  }
  main .collaboration .collaboration-slider .item img {
    height: 30px;
  }
  main .joinUs .wrapper .obj {
    transform: scale(0.7);
  }
  main .joinUs .wrapper .obj.obj1 {
    left: 40px;
    top: 0;
  }
  main .joinUs .wrapper .obj.obj2 {
    left: 110px;
    bottom: 20px;
  }
  main .joinUs .wrapper .obj.obj3 {
    right: 190px;
    top: -20px;
  }
  main .joinUs .wrapper .obj.obj4 {
    display: none;
  }
  main .joinUs .wrapper .obj.obj5 {
    right: 50px;
  }
  main .getInTouch .titleWrapper {
    margin-bottom: 340px;
  }
  main .getInTouch .titleWrapper .obj.fadeBg {
    top: 150px;
  }
  main .getInTouch .titleWrapper .obj.objMain {
    transform: translate(-50%, 0) scale(0.6);
  }
  .footer .footer-bottom .menuWrapper {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .footer .footer-bottom .social {
    margin: 0 16px 30px;
  }
}
@media (max-width: 767px) {
  main .hero .caption {
    margin-bottom: 150px;
  }
  main .hero .caption .main-title {
    font-size: 40px;
  }
  main .hero .caption .secondary-title {
    font-size: 16px;
  }
  main .hero .caption .obj.fadeBg {
    margin-top: -30px;
    width: 150px;
    height: 140px;
  }
  main .hero .caption .obj.objMain {
    transform: translate(-50%, -20%) scale(0.5);
  }
  @keyframes mainObjUpDown {
    0% {
      margin-top: 0;
    }
    50% {
      margin-top: 25px;
    }
    100% {
      margin-top: 0;
    }
  }
  main .hero .heroSlider .item .title {
    font-size: 16px;
  }
  main .hero .heroSlider .item .icon {
    width: 40px;
    height: 40px;
    margin-right: 16px;
  }
  main .hero .heroSlider .item .icon img {
    width: 18px;
  }
  main .hero .obj.obj1,
  main .hero .obj.obj2,
  main .hero .obj.obj3,
  main .hero .obj.obj4,
  main .hero .obj.obj5 {
    height: auto;
    transform: scale(0.5);
  }
  main .hero .obj.obj1 {
    left: 0;
    top: 60px;
    width: 90px;
  }
  main .hero .obj.obj2 {
    left: -100px;
    top: auto;
    bottom: 80px;
    width: 170px;
  }
  main .hero .obj.obj3 {
    left: -20px;
    bottom: 290px;
    width: 50px;
  }
  main .hero .obj.obj4 {
    right: -70px;
    top: 30px;
    width: 150px;
  }
  main .hero .obj.obj5 {
    right: -30px;
    bottom: 110px;
    width: 70px;
  }
  main .hero.pageTitle {
    min-height: 80vh;
  }
  main .hero.pageTitle .caption .main-title {
    font-size: 40px;
    line-height: 60px;
  }
  main .hero.pageTitle .obj.obj2 {
    left: -80px;
    top: auto;
    bottom: -60px;
  }
  main .hero.pageTitle .obj.obj3 {
    left: 26%;
    bottom: 19%;
  }
  main .hero.pageTitle .obj.obj4 {
    right: -63px;
    top: 15%;
  }
  main .hero.pageTitle .obj.obj5 {
    right: 0;
    bottom: 0;
  }
  main .cta {
    padding: 140px 0 100px;
  }
  main .cta .content .title {
    font-size: 20px;
  }
  main .cta .obj.circle {
    width: 650px;
    height: 650px;
  }
  main .cta .obj.circle:after {
    top: 8px;
  }
  main .cta .obj.pattern {
    width: 500px;
    height: 500px;
  }
  main .feature {
    padding: 0 0 80px;
  }
  main .feature .globe {
    margin-bottom: 40px;
  }
  main .feature .img-wrapper img {
    width: 100%;
  }
  main .community {
    padding: 80px 0;
  }
  main .community .main-title {
    margin-bottom: 30px;
    text-align: center;
  }
  main .community .main-title br {
    display: none;
  }
  main .community .card {
    text-align: center;
  }
  main .community .card .icon {
    display: inline-flex;
    margin: 16px auto 20px;
  }
  main .milestones {
    padding: 0 0 50px;
  }
  main .milestones .title-wrapper .large-title {
    font-size: 60px;
  }
  main .milestones .card-wrapper {
    padding-left: 60px;
  }
  main .milestones .card {
    width: 100%;
    min-height: 110px;
    margin: 0 0 20px;
  }
  main .milestones .card .check-icon {
    left: -40px;
    right: auto;
    top: -10%;
    bottom: 0;
    width: 2px;
    height: 120%;
  }
  main .milestones .card .check-icon .icon {
    margin: 0;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translate(0, -50%);
  }
  main .milestones .card .check-icon:before {
    height: 0;
    width: 2px;
    z-index: 2;
  }
  main .milestones .card .check-icon:after {
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
    background: url("./../img/border-vertical.png");
  }
  main .milestones .card:first-child .check-icon {
    top: auto;
    bottom: -10px;
    height: 60%;
  }
  main .milestones .card:first-child .check-icon .icon {
    margin-top: -2px;
    top: 0;
    transform: translate(0, 0);
  }
  main .milestones .card:first-child .check-icon:before {
    top: auto;
    bottom: 0;
    left: 0;
    width: 2px;
  }
  main .milestones .card:nth-child(4):before, main .milestones .card:nth-child(5):before {
    display: none;
  }
  main .milestones .card.active .check-icon:before {
    height: 100%;
  }
  main .milestones .obj1 {
    top: -160px;
  }
  main .milestones .obj2 {
    top: -80px;
  }
  main .videos .video-wrapper iframe {
    height: 300px;
  }
  main .videos .obj {
    width: 30px;
  }
  main .tokenomics {
    padding: 50px 0 50px;
  }
  main .tokenomics .title-wrapper {
    margin-bottom: 40px;
  }
  main .tokenomics .title-wrapper .large-title {
    font-size: 60px;
  }
  main .tokenomics .graphwWrapper {
    transform: scale(1);
    width: 100%;
    height: unset;
    padding-bottom: 0;
  }
  main .tokenomics .graphwWrapper .graph {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  main .tokenomics .graphwWrapper .icon {
    width: 70px;
    height: auto;
    margin-top: -64px;
    margin-left: 1px;
  }
  main .tokenomics .graphwWrapper .obj {
    width: 300px;
    height: 300px;
  }
  main .tokenomics .graphwWrapper .card-wrapper .card {
    position: static;
    transform: translate(0, 0);
    margin: 5px;
  }
  main .tokenomics .graphwWrapper .card-wrapper .card .percent {
    display: block;
  }
  main .tokenomics .obj2 {
    top: 0;
    transform: translate(-60%, 0);
  }
  main .roadmap {
    padding: 20px 0;
  }
  main .roadmap .card-wrapper {
    padding-left: 60px;
  }
  main .roadmap .card-wrapper .bar {
    width: 40px;
  }
  main .roadmap .card-wrapper .bar .inner .icon {
    width: 55px;
    height: 55px;
  }
  main .roadmap .card-wrapper .bar .inner .icon img {
    width: 28px;
  }
  main .team .main-title {
    text-align: center;
    margin-bottom: 40px;
  }
  main .team .team-slider:after {
    display: none;
  }
  main .team .team-slider .card {
    width: 215px;
  }
  main .team .team-slider .card p {
    font-size: 13px;
  }
  main .team .obj2 {
    bottom: -40px;
  }
  main .collaboration {
    padding: 90px 0 50px;
  }
  main .joinUs {
    padding: 0;
  }
  main .joinUs .wrapper {
    padding: 170px 0;
  }
  main .joinUs .wrapper .content .title {
    font-size: 30px;
  }
  main .joinUs .wrapper .obj.obj2 {
    left: -10px;
    bottom: 80px;
  }
  main .joinUs .wrapper .obj.obj3 {
    right: 20px;
    top: 70px;
  }
  .footer {
    padding: 130px 0 0;
  }
  .footer .email-box {
    margin-bottom: 50px;
  }
  .footer .email-box .title {
    font-size: 18px;
  }
  .footer .footer-bottom {
    background: #110d01;
    margin: 0 -15px;
    padding: 0 30px;
  }
  .footer .footer-bottom .logo {
    width: 130px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .footer-bottom .about-text {
    padding-right: 0;
    line-height: 26px;
    text-align: center;
  }
  .footer .footer-bottom .social {
    margin: 0 auto 30px;
    width: 100%;
    text-align: center;
  }
  .footer .footer-bottom .copyright {
    display: block;
    text-align: center;
  }
  .footer .obj.pattern {
    top: 30px;
    width: 500px;
    height: 500px;
  }
  .footer .obj.circle {
    top: 30px;
    width: 500px;
    height: 500px;
  }
  .footer .obj.circle:after {
    top: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
