body {
  background-color: #000;
}
/* .main{
  position: relative;
} */
.main-container {
  z-index: 999;
  position: relative;
  /* background-color: rgba(0, 0, 0, 0.5); */
}
.hero-section {
  position: relative;
  /* height: 41svh; */
  height: 90svh;
  width: 98.9vw;
  overflow-x: hidden;
  z-index: 1 !important;
}
.main-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1 !important;
  height: 100svh;
  width: 98.9vw;
  object-fit: cover;
}
.go-down {
  position: sticky;
  top: 91%;
  left: 92%;
  z-index: 9997;
  padding: 10px;
  background: linear-gradient(
    38deg,
    rgb(219 0 243 / 40%) 6.42%,
    #210746 58.11%
  );
  width: 55px;
  border-radius: 5px;
  opacity: 0.8;
  transition: all 0.3s linear;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.go-down i {
  color: #fff;
  font-size: 24px;
  transition: updownani 0.3s linear;
}
@keyframes updownani {
  0% {
    margin-top: 5px;
  }
  25% {
    margin-top: 0;
  }
  50% {
    margin-top: 5px;
  }
  75% {
    margin-top: 0px;
  }
  100% {
    margin-top: 5px;
  }
}
/* .hero-section .hero-banner {
  position: absolute;
  top: 0;
  left: 0;
} */
/* .hero-section .hero-banner video {
  object-fit: cover;
  height: 99svh;
  width: 98.9vw;
  overflow: hidden;
  position: absolute;
  z-index: 1!important;
} */
/* .hero-section .hero-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
} */
.hero-container {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9998;
}
.hero-container h1 {
  color: #fff;
  text-align: center;
}
.hero-container .para1 {
  margin-top: 12rem;
  height: 66px;
}
/* .hero-container .para2{
margin-top: 12rem;
height: 66px;

} */
.hero-container .para1 h3 {
  color: #fff;
  font-family: Syne;
  font-size: 55px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  margin: 0;
  text-shadow: -3px 2px 5px black;
  /* vertical-align: top;
align-items: center; */
}
.hero-container .para2 h3 {
  color: #fff;
  font-family: Syne;
  font-size: 33px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: center;
  text-shadow: -3px 2px 5px black;
  /* align-items: center; */
  margin: 0;
  /* vertical-align: top;
align-items: center; */
}
.hero-container .para1 h3 .word,
.hero-container .para2 h3 .word2 {
  position: absolute;
  display: flex;
  opacity: 0;
  justify-content: center;
}
/* change-text css  */
.hero-container .para1 h3 .word .letter,
.hero-container .para2 h3 .word2 .letter {
  transform-origin: center center 25px;
}
.hero-container .para1 h3 .word .letter.out,
.hero-container .para2 h3 .word2 .letter.out {
  transform: rotateX(90deg);
  transition: 0.32s cubic-bezier(0.6, 0, 0.7, 0.2);
}
.hero-container .para1 h3 .word .letter.in,
.hero-container .para2 h3 .word2 .letter.in {
  transition: 0.38s ease;
}
.hero-container .para1 h3 .word .letter.behind,
.hero-container .para2 h3 .word2 .letter.behind {
  transform: rotateX(-90deg);
}

.second-sec {
  background: url(../img/milkyway.png);
  height: 100svh;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5rem;
  position: relative;
}
.sec-lyt-effect {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background: linear-gradient(235deg, #060c21, #00bcd4);
  position: absolute;
  filter: blur(60px);
  top: 0;
  left: -1%;
}
.sec-lyt-effect2 {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background: linear-gradient(235deg, #060c21, #00bcd4);
  position: absolute;
  z-index: 1;
  filter: blur(50px);
  opacity: 0.8;
  top: 4%;
  right: 0;
}
.second-sec h1 span {
  color: #fff;
  font-family: Syne;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 10.56px;
  text-transform: uppercase;
}
.second-sec p {
  color: #d8d8d8;
  text-align: center;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0 20%;
}
.second-sec .sec-card-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 7rem;
}
.second-sec .sec-card-cont .card {
  height: 351px;
  width: 320px;
  position: relative;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.second-sec .sec-card-cont .card p {
  position: absolute;
  top: 90%;
  left: 0;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 290px;
  text-align: left;
  padding: 0 20px;
  transition: all 0.5s linear;
}
.second-sec .sec-card-cont .card p.hover {
  display: none;
}
.second-sec .sec-card-cont #card1 {
  background: url(../img/sec-1.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.second-sec .sec-card-cont #card2 {
  background: url(../img/sec-2.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.second-sec .sec-card-cont #card3 {
  background: url(../img/sec-3.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.second-sec .sec-card-cont #card4 {
  background: url(../img/sec-4.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.second-sec .sec-card-cont #card1:hover {
  width: 500px;
}
.second-sec .sec-card-cont #card1:hover p {
  display: none;
}
.second-sec .sec-card-cont #card1:hover p.hover {
  display: block;
  transition: all 0.5s linear;
  top: 85%;
  width: 98%;
}

.second-sec .sec-card-cont #card2:hover {
  width: 500px;
}
.second-sec .sec-card-cont #card2:hover p.hover {
  display: block;
  transition: all 0.5s linear;
  top: 85%;
  width: 98%;
}
.second-sec .sec-card-cont #card2:hover p {
  display: none;
}
.second-sec .sec-card-cont #card3:hover {
  width: 500px;
}
.second-sec .sec-card-cont #card3:hover p.hover {
  display: block;
  transition: all 0.5s linear;
  top: 60%;
  width: 98%;
}
.second-sec .sec-card-cont #card3:hover p {
  display: none;
}
.second-sec .sec-card-cont #card4:hover {
  width: 500px;
}
.second-sec .sec-card-cont #card4:hover p.hover {
  display: block;
  transition: all 0.5s linear;
  top: 60%;
  width: 98%;
}
.second-sec .sec-card-cont #card4:hover p {
  display: none;
}

.third-sec {
  margin-top: 5rem;
}
.third-sec h1 {
  color: #fff;
  font-family: Syne;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 7.7px;
  text-transform: uppercase;
}
.third-sec .journey-cont {
  width: 90vw;
  margin: auto;
  position: relative;
  height: 80vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding-top: 4rem;
}
.third-sec .journey-cont svg {
  height: 400px;
  width: 1275px;
  object-fit: contain;
}
.third-sec .journey-cont .journey-text {
  width: 225px;
}
.third-sec .journey-cont .journey-text h5 {
  color: #fff;

  text-align: center;
  font-family: Syne;
  font-size: 19.125px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.383px;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.6),
    0 0 20px rgba(255, 255, 255, 0.6);
}
.third-sec .journey-cont .journey-text p {
  color: #fff;

  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.6),
    0 0 20px rgba(255, 255, 255, 0.6);
}
.jrny-img {
  height: auto;
  width: auto;
  padding: 3px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.jrny-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%; /* Ensure the border-radius applies to the background */
  background: linear-gradient(to right, #ff00ff, #00ffff);
  z-index: -1;
  animation: moveBackground1 2.5s linear infinite;
}
@keyframes moveBackground1 {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.third-sec .journey-cont img {
  height: 239.27px;
  width: 239.27px;
  object-fit: contain;
  transition: all 1s;
}
.third-sec .journey-cont img:hover {
  scale: 1.09;
}
.third-sec .journey-cont .journey-img-cont1 {
  position: absolute;
  top: 13%;
  left: 12.7%;
}

.third-sec .journey-cont .journey-img-cont2 {
  position: absolute;
  top: 22.7%;
  left: 31.7%;
}
.third-sec .journey-cont .journey-img-cont3 {
  position: absolute;
  top: 13.7%;
  right: 31.7%;
}
.third-sec .journey-cont .journey-img-cont4 {
  position: absolute;
  top: 22.7%;
  right: 12.7%;
}
.canvas-jour {
  position: relative;
  /* overflow: hidden!important; */
}
.second-video-cont {
  display: flex;
  justify-content: center;
}
.second-video {
  height: auto;
  width: 80%;
  object-fit: contain;
}
.canvas-lyt-effect {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background: linear-gradient(235deg, #060c21, #00bcd4);
  position: absolute;
  filter: blur(60px);
  top: 0;
  left: -1%;
}
.canvas-lyt-effect2 {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background: linear-gradient(235deg, #060c21, #00bcd4);
  position: absolute;
  z-index: -1;
  filter: blur(50px);
  opacity: 0.8;
  top: 4%;
  right: 0;
}
.canvas-lyt-effect3 {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background: linear-gradient(235deg, #060c21, #00bcd4);
  position: absolute;
  z-index: 1;
  filter: blur(50px);
  opacity: 0.8;
  top: 4%;
  right: 0;
}

.third-sec .trending {
  margin-top: 5rem;
  position: relative;
}
.tranding-lyt-effect {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background: linear-gradient(235deg, #060c21, #00bcd4);
  position: absolute;
  z-index: -1;
  filter: blur(50px);
  opacity: 0.8;
  top: 16%;
  right: 2%;
}
.third-sec .trending #dot1 {
  position: absolute;
  z-index: -1;
  top: 16%;
  left: 4%;
}
.third-sec .trending #dot2 {
  position: absolute;
  z-index: -1;
  bottom: -4%;
  right: 4%;
}

/* #trending-h1{
  display: flex;
  align-items: center;
} */
#trending-h1 span img {
  height: 50px;
  width: 50px;
  mix-blend-mode: multiply;
  object-fit: contain;
}
#journey-h1 span img,#Industry-patners-h1 span img{
  height: 90px;
  width: 90px;
  mix-blend-mode: multiply;
  object-fit: contain;
  margin: 0 0 10px -10px;
}
#explore-h1 span img,#explore-h1-mobile span img{
  height: 90px;
  margin: 0 0 10px -10px;
}
#explore-h1-mobile{
  display: none;
}
.trending-container {
  width: 85%;
  margin: auto;
}
.third-sec .trending .trending-card-sec {
  margin-top: 2rem;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  /* overflow: hidden; */
}
.third-sec .trending .trending-card-wrapper {
  width: 600px;
}
.third-sec .trending .trending-card-wrapper h5 {
  color: #fff;
  font-family: Syne;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 5.28px;
  text-transform: uppercase;
}

.third-sec .trending .trending-card-wrapper .trending-card {
  height: 207px;
  width: 100%;
  /* border-radius: 10px; */

  border-radius: 30px;
  border: 2px solid rgba(255, 255, 255, 0.5);

  background: linear-gradient(
    38deg,
    rgb(219 0 243 / 40%) 6.42%,
    #210746 58.11%
  );

  box-shadow: 0px 1.197px 29.915px 0px rgba(69, 42, 124, 0.1);
  backdrop-filter: blur(35px);
}
.carousel-control-next,
.carousel-control-prev {
  width: 6% !important;
}

/* .third-sec .trending .trending-card-wrapper #trending-card1 .carousel-item,
.third-sec .trending .trending-card-wrapper #trending-card2 .carousel-item,.third-sec .trending .trending-card-wrapper #trending-card3 .carousel-item,
.third-sec .trending .trending-card-wrapper #trending-card4 .carousel-item{
  border-radius: 30px;
  border: 2px solid rgba(255, 255, 255, 0.50);
  
  background: linear-gradient(38deg, rgb(219 0 243 / 40%) 6.42%, #210746 58.11%);
  
  box-shadow: 0px 1.197px 29.915px 0px rgba(69, 42, 124, 0.10);
  backdrop-filter: blur(35px);
} */
.third-sec .trending .trending-card-wrapper .trending-card .carousel-item-div {
  padding: 20px 50px;
  height: 207px;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}
.third-sec
  .trending
  .trending-card-wrapper
  .trending-card
  .carousel-item
  p.date {
  color: #fff;
  font-family: Inter;
  font-size: 14.5px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 7px 14px;
  border-radius: 26.349px;
  background: #000;
  width: 130px;
  text-align: center;
}
.third-sec
  .trending
  .trending-card-wrapper
  .trending-card
  .carousel-item
  .card-btm,
.third-sec
  .trending
  .trending-card-wrapper
  .trending-card
  .carousel-item
  .card-head {
  display: flex;
  justify-content: space-between;
}
.third-sec
  .trending
  .trending-card-wrapper
  .trending-card
  .carousel-item
  .card-head
  .title
  h4 {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.third-sec
  .trending
  .trending-card-wrapper
  .trending-card
  .carousel-item
  .card-head
  .title
  h3 {
  color: #fff;
  font-family: Inter;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.third-sec
  .trending
  .trending-card-wrapper
  .trending-card
  .carousel-item
  .card-head
  .price
  h3 {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.third-sec
  .trending
  .trending-card-wrapper
  .trending-card
  .carousel-item
  .card-head
  .price
  h5 {
  color: #fff;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.5px;
}

.third-sec
  .trending
  .trending-card-wrapper
  .trending-card
  .carousel-item
  .card-btm
  .tags {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.third-sec
  .trending
  .trending-card-wrapper
  .trending-card
  .carousel-item
  .card-btm
  .tags
  p {
  color: #000000;

  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 5px 10px;
  border-radius: 20px;
  background: #ffffff;
}
.third-sec
  .trending
  .trending-card-wrapper
  .trending-card
  .carousel-item
  .card-btm
  .links
  a {
  color: #000000;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 6px 30px;
  border-radius: 20px;
  background: #ffffff;
}

.third-sec .title2 {
  border-radius: 30px;
  /* background: url(../leader-bg.png); */

  backdrop-filter: blur(35px);
  margin-top: 4rem !important;
  overflow: hidden;
}
.third-sec .title2 p {
  width: 201px;
  height: 43px;
  border-radius: 0px 0px 20px 20px;
  background: linear-gradient(180deg, #5448de 0.01%, #c0f 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  color: #fff;
  text-align: center;
  font-family: Syne;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.third-sec .title2 .title-cont {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 25vh;
}
.third-sec .title2 .title-cont div {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dae3ea;
  position: relative;
}
.third-sec .title2 .title-cont .img-div::before {
  content: "";

  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 50%; /* Ensure the border-radius applies to the background */
  background: linear-gradient(to right, #ff00ff, #00ffff);
  z-index: -1;
  animation: moveBackground2 2.5s linear infinite;
}
@keyframes moveBackground2 {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.third-sec .title2 .title-cont div img {
  height: 24px;
  object-fit: contain;
  display: block;
}
.leader-board-cont {
  position: relative;
}

#Canvas2,
#Canvas3,
#Canvas4 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: transparent !important;
}
.canvas-jour {
  max-width: 98.9vw;
  height: 100vh;
}
#journey-h1 {
  margin-top: 4rem;
}
#hero-lightpass {
  max-width: 100vw;
  max-height: 60vh;
  transform: scale(1.2);
}

.canvas-container {
  width: 100%;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.leader-board-container {
  position: relative;
}
.lyt-effect {
  height: 180px;
  width: 180px;
  border-radius: 50%;
  background: linear-gradient(235deg, #060c21, #00bcd4);
  position: absolute;
  z-index: 5;
  filter: blur(40px);
  top: 0;
  left: -5%;
}
#leader-h1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.leader-gif img {
  height: 50px;
  width: 50px;
  object-fit: contain;
}

/* Industry patners section  */
#Industry-patners-h1 {
  color: #fff;
  font-family: Syne;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 7.7px;
  text-transform: uppercase;
}
.company-logos2 {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
  white-space: nowrap;
  margin-top: 2rem;
  position: relative;
}
.company-logos2 .logo-slide {
  display: inline-block;
  animation: 19s slide2 infinite linear;
}
@keyframes slide2 {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.company-logos2 .logo-slide img {
  height: 90px;
  object-fit: contain;
  object-position: 50% 50%;
  margin: 0 40px;
}
.company-logos2:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(0, 0, 0));
  content: "";
  z-index: 2;
}
.company-logos2:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 240px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(0, 0, 0));
  content: "";
  z-index: 2;
}

@media screen and (max-width: 590px) {
  .company-logos2:before {
    width: 130px;
  }
  .company-logos2:after {
    width: 130px;
  }
}
@media screen and (max-width: 500px) {
  /* hero sec  */

  .company-logos2 .logo-slide img {
    height: 60px;
    margin: 0 20px;
  }

  .company-logos2:before {
    width: 80px;
  }

  .company-logos2:after {
    width: 80px;
  }
}
@media screen and (max-width: 480px) {

  .canvas-lyt-effect,.canvas-lyt-effect3,.sec-lyt-effect,.sec-lyt-effect2{
    opacity: 0.3;
  }
}
@media screen and (max-width: 400px) {
  .company-logos2:before {
    width: 30px;
  }
  .company-logos2:after {
    width: 30px;
  }
 
}
