@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&amp;display=swap");

@font-face {
  font-family: "Menco_Black";
  src: url("../Fonts/fonnts.com-Menco_Black.otf") format("truetype");
}

/*
@font-face {
  font-family: "cutsey";
  src: url("../Fonts/Cutesy.ttf") format("truetype");
}

@font-face {
  font-family: "cuteDino";
  src: url("../Fonts/Cute\ Dino.ttf") format("truetype");
}
*/

html {
  scroll-behavior: smooth;
}

body {
  background-color: #000226;
  height: fit-content;
  margin: 0;
  font-family: "Oswald", sans-serif;
  position: relative;
  color: #293975;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

header {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  header {height: 85vh;}
}

nav,
.logo,
.header-img {
  position: relative;
  z-index: 10; /* Ensure this is high enough */
}

nav {
  display: flex;
  justify-content: space-between;
  margin: 20px 80px;
}

h2 {
  font-size: 75px;
  color: white;
  text-shadow: -0px -0px 0 #258abe, 0px 0px 0 #258abe, -0px 0px 0 #258abe,
    3px 3px 0 #258abe;
}

.social-media {
  display: flex;
}

.social-media div,
.nav-button {
  background-color: #ffd200;
  box-shadow: #2589bd 7px 7px;
  cursor: pointer;
}

.social-media div {
  font-size: 30px;
  transform: rotate(5deg);
  padding: 10px 15px;
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-media a {
  color: #293975;
}

.nav-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  color: #293975;
  font-family: "Oswald", sans-serif;
  font-weight: bolder;
  font-size: 30px;
  transform: rotate(-5deg);
}

.nav-button i {
  color: white;
}

.logo {
  width: 630px;
  margin: auto;
  display: block;
}

.header-img,
.laboratory-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: absolute;
}

@media screen and (min-width: 1330px) {
  .laboratory-img {
    height: 50vh;
    width: 11vw;
    padding: 0 120px;
  }
}

@media screen and (min-width: 1920px) {
  
  .laboratory-img {
    height: 60vh;
    width: 10vw;
    padding: 0 10vw;
  }
}

.header-img {
  background-image: url("../Imgs/ezgif.com-speed.gif");
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 50vh;
  background-size: contain;
}

.circle {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #2589bd;
  z-index: -1; /* Ensure this is low enough */
}

.suprator-container {
  position: relative;
}

.blue-suprator,
.suprator {
  width: 100%;

  position: absolute;
}

.suprator {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  font-family: "Oswald", sans-serif;
  /* transform: rotate(5deg); */
  z-index: 12;
}

.blue-suprator {
  height: 65px;
  background-color: #258abe;
  z-index: 11;
  top: 0;
}

.scrolling-text {
  display: inline-block;
  font-size: 35px;
  animation: scroll-left 30s linear infinite;
  background-color: #ffd200;
  border: 5px solid white;
  /*transform: rotate(20deg);  Rotate the text */
  padding: 7.5px 10px; /* Add padding to avoid clipping the text */
}

.scrolling-text span {
  padding-right: 50px; /* Adjust spacing as needed */
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/*  ABOUT */

.about {
  display: flex;
  padding: 80px 250px;
}

/* .about-title {

f} */

.about-img {
  width: 350px;
  object-fit: contain;
}

.about-text {
  font-family: "Oswald", sans-serif;
  padding-left: 100px;
}

.about-text p {color: #ffd200;}

.about-text p,
.exchange-text {
  font-size: 24px;
  margin-bottom: 30px;
  position: relative;
  font-family: Menco_Black;
}

.about-text a {
  font-size: 30px;
  color: #258abe;
  background-color: #ffd200;
  padding: 5px 15px;
  box-shadow: rgba(89, 124, 255, 1) 7px 7px;
}

.about-text a i {
  color: white;
}

.about-img-2 {
  display: none;
}

/* TOKEN */

.token {
  background-color: #258abe;
  padding: 60px 20px;
  font-family: "Oswald", sans-serif;
}

.token-title {
  margin-top: 0;
  text-align: center;
}

.token-container {
  background-color: #98d3f3;
  width: fit-content;
  padding: 20px;
  font-size: 35px;
  border: 4px solid #ffd200;
  color: white;
  margin: auto;
  display: flex;
  align-items: center;
}

.copy-button {
  margin-left: 30px;
  font-size: 25px;
  background-color: #ffd200;
  padding: 15px;
  color: #258abe;
  box-shadow: rgba(89, 124, 255, 1) 7px 7px;
  cursor: pointer;
}

/* MEMES */
.memes-section {
  background-color: #258abe;
  padding: 30px 0 0;
}

.memes-title {
  font-family: "Oswald", sans-serif;
  text-align: center;
  margin-bottom: 0;
}

.memes {
  padding: 80px 0;
  position: relative;
}

.scroll-line {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 20px;
}

.scrolling-content {
  display: inline-block;
  animation-duration: 010s; /* Adjust the duration for desired speed */
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.left-to-right .scrolling-content {
  animation-name: scroll-left-to-right;
}

.right-to-left .scrolling-content {
  animation-name: scroll-right-to-left;
}

.meme {
  display: inline-block;
  width: 200px;
  height: 200px;
  background-color: #258abe;
  margin-right: 20px;
}

.meme img {
  width: 100%;
  height: 100%;
}

.memes-effect {
  background-color: #ffd200;
  height: 95%;
  width: 70px;
  position: absolute;
  top: 10px;
  box-shadow: 26px 1px 25px 0px rgba(255, 208, 0, .3);
  -webkit-box-shadow: 26px 1px 25px 0px rgba(255, 208, 0, .5);
  -moz-box-shadow: 26px 1px 25px 0px rgba(255, 208, 0, .5);
}

.right-effect {
  right: 0;
  box-shadow: -26px 1px 25px 0px rgba(255, 208, 0, .5);
  -webkit-box-shadow: -26px 1px 25px 0px rgba(255, 208, 0, .5);
  -moz-box-shadow: -26px 1px 25px 0px rgba(255, 208, 0, .5);
}

/* Keyframes for left-to-right scrolling */
@keyframes scroll-left-to-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(-0%);
  }
}

/* Keyframes for right-to-left scrolling */
@keyframes scroll-right-to-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.memes-bottom {
  width: 100%;
  position: absolute;
  bottom: 125px;
}

.memes-button {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  margin: auto;
  width: fit-content;
  background-color: #ffd200;
  padding: 10px 25px;
  box-shadow: rgb(255, 255, 255) 0px 10px 70px 40px;
  color: #293975;
  cursor: pointer;
}

/* SOCIAL MEDIA */

.social {
  padding: 60px 0;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.social-container {
  background-color: white;
  padding: 20px 40px 0px;
  width: fit-content;
  margin: auto;
  border-radius: 15px;
  display: flex;
  box-shadow: rgba(89, 124, 255, 1) 7px 7px;
  /* margin-bottom: 80px; */
}

.social-img {
  width: 300px;
}

.social-text {
  width: 500px;
  margin-left: 40px;
  font-family: "Menco_Black";
}

.social-lab-container .social-text {
  width: 300px;
  margin-left: 0px;
}

.social-text h2 {
  color: #258abe;
  font-size: 35px;
  text-shadow: none;
}

.social-text p {
  font-size: 18px;
  margin-bottom: 20px;
}

.social-link {
  font-size: 25px;
  color: #293975;
  background-color: #ffd200;
  margin-right: 20px;
  padding: 5px 20px;
  box-shadow: rgba(89, 124, 255, 1) 7px 7px;
}

a {
  text-decoration: none;
}

/*  Q & A */

.questions {
  padding: 80px 160px;
  position: relative;
}

.questions-title {
  text-align: center;
}

.questions-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
}

.questions-img {
  background-image: url("../Imgs/ezgif.com-animated-gif-maker.gif");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  height: 350px;
}

.accordion-container {
  width: 100%;
  max-width: 500px; /* Adjust width as needed */
}

.accordion {
  width: 100%;
  /*border: 2px solid #ffd200;*/
  border-radius: 10px;
  /*overflow: hidden;*/
  font-family: "Oswald", sans-serif;
  margin-bottom: 30px;
}

.accordion-item {
  /* border-bottom: 1px solid #ffd200; */
  margin-bottom: 70px;
  font-family: Menco_Black;
}

.accordion-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.accordion-header {
  background-color: #258abe;
  color: white;
  padding: 15px 20px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  background-color: #fff;
  padding: 0 20px;
}

.accordion-content p {
  margin: 15px 0;
  font-size: 16px;
  color: #333;
}

.accordion-item.open .accordion-content {
  max-height: 200px; /* Adjust this value based on content */
  padding: 15px 20px;
}

.accordion-item.open .accordion-header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.bear-effect-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -5; /* Lower than .questions content */
}

.bear-effect {
  position: absolute;
  font-size: 20px; /* Initial font size */
  font-weight: bold;
  color: #ffd200;
  opacity: 0;
  animation: bear-animation 5s infinite;
  text-shadow: 0 0 10px rgba(255, 210, 0, 0.5), 0 0 20px rgba(255, 210, 0, 0.5),
    0 0 30px rgba(255, 210, 0, 0.5);
}

@keyframes bear-animation {
  0% {
    opacity: 0;
    transform: scale(0.5) translate(0, 0);
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(2) translate(100px, 100px); /* Random large position change */
  }
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 40px;
}

.footer-img {
  width: 350px;
}

.footer-text {
  width: 700px;
  margin-right: 200px;
}

.footer-text h2 {
  color: #ffd200;
  margin-bottom: 10px;
  font-size: 40px;
}

.footer-links {
  margin: 40px 0;
}

.footer-links a {
  color: white;
  font-size: 35px;
  margin-right: 20px;
}

.footer-links a:hover {
  color: #ffd200;
}

.footer-text span {
  color: #98d3f3;
  margin-top: 40px;
}

.footer-background {
  background-color: #258abe;
  width: 100%;
  position: absolute;
  height: 80%;
  bottom: 0;
  z-index: -5;
}

.nav-button {
  transform: rotate(-5deg);
}

.stobe-animation {
  animation: strobe 0.1s ease-in-out infinite;
}

@keyframes strobe {
  0% {
    scale: 1;
    transform-origin: center center;
  }
  100% {
    scale: 1.02;
    transform-origin: center center;
  }
}

@keyframes bouncing {
  0%,
  100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

.bouncing {
  animation: bouncing 0.5s linear infinite;
  display: block;
  width: fit-content;
}

.laboratory {
  text-align: center;
  position: relative;
  padding-top: 0px;
}

.laboratory svg {
  left: 0;
  display: block;
}

.laboratory-main {
  background-color: #258abe;
  padding-bottom: 550px;
  overflow: hidden;
}

.laboratory h2 {
  color: #ffd200;
  margin-top: 0;
  font-size: 80px;
}

.laboratory p {
  color: #fff;
  font-size: 35px;
  width: 25%;
  margin: auto;
  margin-bottom: 80px;
}

.laboratory-button {
  background-color: #ffd200;
  color: #2b2b4f;
  font-size: 30px;
  padding: 10px;
  transform: rotate(5deg);
  display: block;
  width: fit-content;
  margin: auto;
  cursor: pointer;
}

.laboratory-img {
  background-image: url("../Imgs/lab.PNG");
  width: 550px;
  height: 550px;
  left: 35%;
  bottom: 0;
}

.token-element-container {
  display: flex;
  justify-content: center;
}

.token-element-container img {
  width: 300px;
}

.token-container {
  margin-right: 40px;
  margin-left: 0px;
}

.social-media-dextools-img {
  width: 35px;
}

.exchange-text {
  text-align: center;
}

.exchange-platforms {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}

.exchange-platform {
  background-color: #258abe;
  width: 350px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px;
  box-shadow: #ffd200 7px 7px;
  cursor: pointer;
  transition: transform 0.3s ease; /* Smooth transition */
}

.exchange-platform img {
  width: 90%;
}

#mexc img {
  width: 65%;
}

.exchange-section {
  padding-bottom: 130px;
}

.exchange-platform:hover {
  transform: scale(1.08); /* Scale up on hover */
}


.container {max-width: 1330px; margin: auto; padding: 0 20px;}
.container-sm {max-width: 1100px; margin: auto; padding: 0 20px;}

.row {display: flex; align-items: center;}
.col-6 {flex: 1;}

.services-section {color: #fff; background: linear-gradient(185deg, #2589bd, #000226); padding: 60px 0;}
.services-section h3 {font-size: 40px; font-weight: bold; color: #ffd200;}
.services-section p {font-size: 20px;}
.services-section .col-6 img {max-width: 100%; margin: auto;}

.text-left {text-align: left;}
.text-right {text-align: right;}

.token h2 {font-size: 40px; color: #fff;}


.copy-right {background: transparent; color: #fff; padding: 30px 0;}

.contact-us {padding: 60px 0; background: #2589bd;}

.animated--video {text-align: center; margin: 10px 0 100px;}
.animated--video a {font-size: 40px;}

@media screen and (max-width: 767px) {
  .animated--video a {font-size: 18px;}
}

.porfolio--header {overflow: auto;}
.porfolio--header #content {display: block !important;}
.porfolio--header header {position: absolute; left: 0; top: 0; width: 100%; z-index: 2; height: inherit;}
.porfolio--header .circle {display: none !important;}

.porfolio--header .services-section {padding: 120px 0 100px 0;}

.porfolio-grid {display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px}
.porfolio-grid img {width: 100%;}

.position-relative {position: relative; line-height: 1;}
/* .position-relative a {position: relative; display: block;} */
/* .position-relative a::after {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .6);} */
.play-icon {background-color: #555; width: 45px; height: 45px; display: flex; align-items: center; justify-content: center; border-radius: 6px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 1; user-select: none; pointer-events: none;}
.play-icon img {width: 20px; margin-left: 1px;}

.position-relative:hover .play-icon{background-color: #ff0200;}

@media screen and (max-width: 1024px) {
  .porfolio-grid {grid-template-columns: repeat(3, 1fr);}
}

@media screen and (max-width: 676px) {
  .porfolio-grid {grid-template-columns: repeat(2, 1fr); grid-gap: 15px;}
}


.footer-links--footer {display:flex; flex-direction: column; gap: 5px;}
.footer-links--footer span {margin: 0; display: flex; align-items: center; gap: 10px; color: #fff;}
.footer-links--footer a {display: flex; align-items: center; gap: 10px; font-size: 16px; color: #fff; margin: 0;}
.footer-links--footer i {color: #fff !important;}
.footer-links--footer a:hover {color: #ffd200;}

@media screen and (max-width: 676px) {
  .footer-links--footer {justify-content: center;}
  .footer-links--footer span,
  .footer-links--footer a {justify-content: center;}
}

.gallery-title {font-size: 18px; margin: 5px 0 20px; font-weight: 500; color: #ffd200;}


.shorts {display: grid; grid-gap: 15px; grid-template-columns: repeat(6, 1fr);}
.shorts .short-video {width: 100%; height: 370px; object-fit: cover; border-radius: 10px; overflow: hidden;}

@media screen and (max-width: 1024px) {
  .shorts {grid-template-columns: repeat(4, 1fr);}
}

@media screen and (max-width: 812px) {
  .shorts {grid-template-columns: repeat(3, 1fr);}
  .shorts .short-video {height: 220px;}
}

.illustrations-gallery {display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px;}
.illustrations-gallery img {width: 100%; height: 100%; object-fit: cover;}

@media screen and (max-width: 1024px) {
  .illustrations-gallery {grid-template-columns: repeat(5, 1fr);}
}

@media screen and (max-width: 812px) {
  .illustrations-gallery {grid-template-columns: repeat(4, 1fr);}
}

@media screen and (max-width: 576px) {
  .illustrations-gallery {grid-template-columns: repeat(3, 1fr);}
}


.porfolio-grid-lg {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px;
}

.porfolio-grid-lg .main-video {width: 100%;}

@media screen and (max-width: 576px) {
  .porfolio-grid-lg {grid-gap: 15px;}

  .gallery-title {font-size: 14px;}

  .play-icon {width: 36px; height: 36px;}
  .play-icon img {width: 15px;}
}