﻿@charset "UTF-8";
@import url("css2.css");
* {
  box-sizing: border-box;
  margin: 0;
}

body {
  background: #000 !important;
  margin: 0;
  /* overflow: hidden; */
}

/* :root{

  --f1 : 14px;
  --f2 : 16px;
  --f3 : 18px;
  --f4 : 20px;
  --f5 : 22px;
  --f6 : 24px;
  --f7 : 30px;
  --f8 : 32px;
  --f9 : 48px;
  --f10: 50px;
  --f11: 56px;
  --f12: 60px;
  --f13: 100px;
  --f14: 150px;
  --f15: 200px;
  --f16: 220px;



} */
.webgl {
  position: fixed;
  top: 0;
  left: 0;
  outline: none;
}

canvas {
  margin: 0;
  position: fixed;
  background-color: black;
  width: 100%;
  height: 100%;
}

#loading-screen {
  position: absolute;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  /* background-image: url(/img/loading-gif.gif);
  background-repeat: no-repeat;
  background-position: center 110px; */
  opacity: 1;
  transition: 1s opacity;
}

#loading-screen.fade-out {
  opacity: 0;
  z-index: 2;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #9370db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ba55d3;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ff00ff;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loading-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
}

.loading-text h2 {
  font-size: 43px;
  font-family: "swera_demobold";
  font-weight: bolder;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  line-height: 70px;
}

.loading-text p {
  font-family: "swera_demoregular";
  font-size: 16px;
  letter-spacing: 2.2px;
  padding: 0;
  color: white;
  text-transform: uppercase;
  margin: 0;
}

p {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 24px;
  padding: 0;
  margin: 0;
}

.icon-arrow-down {
  position: absolute;
  z-index: 6;
  width: 13px;
  height: 31px;
  right: auto;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 2rem;
  margin: auto;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  animation: fade_move_down 2s ease-in-out infinite;
}

.icon-arrow-down:before {
  text-indent: 0;
  position: absolute;
  content: "";
  background-image: url("");
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  width: 13px;
  height: 31px;
  object-fit: contain;
}

@keyframes fade_move_down {
  0% {
    transform: translate(0, 10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, -10px);
    opacity: 0;
  }
}
#panel1 {
  position: absolute;
  top: 0px;
  height: 100vh !important;
  min-height: 100%;
  width: 100% !important;
}

#panel2 {
  position: absolute;
  top: 800px;
  height: 100vh !important;
  min-height: 100%;
  width: 100% !important;
}

#panel3 {
  position: absolute;
  top: 1600px;
  height: 100vh !important;
  min-height: 100%;
  width: 100% !important;
}

#panel4 {
  position: absolute;
  top: 2400px;
  height: 100vh !important;
  min-height: 100%;
  width: 100% !important;
}

#panel5 {
  position: absolute;
  top: 3200px;
  height: 100vh !important;
  min-height: 100%;
  width: 100% !important;
}

#panel6 {
  position: absolute;
  top: 4000px;
  height: 100vh !important;
  min-height: 100%;
  width: 100% !important;
}

.intro {
  position: fixed;
  pointer-events: none;
  text-align: left;
  bottom: 50px;
  left: 50px;
  color: white;
  font-family: lato;
  font-weight: 300;
  font-size: 15px;
  z-index: 1;
  width: 20%;
}

.intro h1 {
  font-size: 44px;
  font-family: "swera_demoregular";
  font-weight: bolder;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  line-height: 70px;
}

.intro p {
  font-family: "swera_demoregular";
  font-size: 14px;
  letter-spacing: 2.5px;
  padding: 0;
  color: white;
  text-transform: uppercase;
  margin: 0;
}

/* #team1 {
  transition: 1s;
  opacity: 0;
  display: none;
} */
.teamintro {
  position: fixed;
  /* pointer-events: none; */
  text-align: left;
  bottom: 0;
  right: 0;
  color: white;
  font-family: lato;
  font-weight: 300;
  font-size: 15px;
  z-index: 3;
  width: 30%;
  transition: 1s;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.teamintro h1 {
  font-size: 60px;
  font-family: "swera_demoregular";
  font-weight: bolder;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: 70px;
}

.teamintro p {
  font-family: "swera_demoregular";
  font-size: 14px;
  letter-spacing: 2.5px;
  padding: 0;
  color: white;
  text-transform: uppercase;
  margin: 0;
}

.teamintro a img {
  padding-top: 10px;
  width: 30px;
}

.teamintro2 a img {
  padding-top: 10px;
  width: 30px;
}

.teamintro2 {
  position: fixed;
  /* pointer-events: none; */
  text-align: left;
  bottom: 0;
  left: 200px;
  color: white;
  font-family: lato;
  font-weight: 300;
  font-size: 15px;
  z-index: 3;
  width: 30%;
  transition: 1s;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.teamintro2 h1 {
  font-size: 60px;
  font-family: "swera_demoregular";
  font-weight: bolder;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: 70px;
}

.teamintro2 p {
  font-family: "swera_demoregular";
  font-size: 14px;
  letter-spacing: 2.5px;
  padding: 0;
  color: white;
  text-transform: uppercase;
  margin: 0;
}

.logo {
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 999999;
}

.sound {
  position: absolute;
  top: 50px;
  right: 0px;
  z-index: 3;
  display: flex;
  align-items: center;
  transform: translate(-50%, -50%);
  color: white;
  cursor: pointer;
}

.sound::after {
  content: "ON";
}

.sound1 {
  position: absolute;
  top: 50px;
  right: 0px;
  z-index: 3;
  display: flex;
  align-items: center;
  transform: translate(-50%, -50%);
  color: white;
  cursor: pointer;
  display: none;
}

.sound1::after {
  content: "OFF";
}

.bar {
  width: 1px;
  height: 15px;
  margin: 0 4px;
  background-color: #00ffc2;
  animation: up-down 0.6s infinite;
  animation-delay: 0s;
}

.bar:nth-child(2) {
  animation-delay: 0.1s;
}

.bar:nth-child(3) {
  animation-delay: 0.2s;
}

.bar:nth-child(4) {
  animation-delay: 0.3s;
}

.bar:nth-child(5) {
  animation-delay: 0.4s;
}

.bar:nth-child(6) {
  animation-delay: 0.5s;
}

.bar1 {
  width: 2px;
  height: 8px;
  margin: 0 4px;
  background-color: #00ffc2;
  /* animation: up-down 0.6s infinite; */
  animation-delay: 0s;
}

@keyframes up-down {
  0% {
    height: 5px;
  }
  50% {
    height: 20px;
  }
  100% {
    height: 5px;
  }
}
.docs {
  position: fixed;
  bottom: 28px;
  right: 30px;
  z-index: 99999;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  border: 2px solid rgba(159, 159, 159, 0.6509803922);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 300;
  cursor: pointer;
  transition: 0.5s;
}

.docs:hover {
  background: rgba(0, 255, 195, 0.363);
  border: 2px solid #35f7ff;
  cursor: pointer;
}

.menu {
  position: absolute;
  z-index: 99999;
  bottom: 80px;
  right: 30px;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 255, 195, 0.253);
  border: 2px solid #35f7ff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 300;
  cursor: pointer;
}
@media (min-width: 650px) {
  .menu {
    display: none;
  }
}

.menu:hover {
  background: rgba(0, 255, 195, 0.363);
  border: 2px solid #35f7ff;
  cursor: pointer;
}

/* .circle2{
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0,255,194,.045);
  border: 1px solid rgba(0,255,194,.3);
  animation: circle1 1s infinite ease-out;
  animation-delay: 0.02s;
} */
.circle3 {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 255, 194, 0.02);
  border: 1px solid rgba(0, 255, 195, 0.712);
  animation: circle2 1s infinite ease-out;
}

/* @keyframes circle1 {
  0%{width: 10px; height: 10px; opacity: 0;}
  25%{width: 20px; height: 20px; opacity: 0.5;}
  50%{width: 30px; height: 30px; opacity: 1;}
  75%{width: 40px; height: 40px; opacity: 0.5;}
  100%{width: 50px; height: 50px; opacity: 0;}
} */
@keyframes circle2 {
  0% {
    width: 10px;
    height: 10px;
    opacity: 0;
  }
  25% {
    width: 30px;
    height: 30px;
    opacity: 0.5;
  }
  50% {
    width: 50px;
    height: 50px;
    opacity: 1;
  }
  75% {
    width: 70px;
    height: 70px;
    opacity: 0.5;
  }
  100% {
    width: 90px;
    height: 90px;
    opacity: 0;
  }
}
#fade {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.774);
  z-index: 1001;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: absolute;
  width: 80%;
  border: 2px solid #25c4cb;
  z-index: 1002;
  overflow: visible;
  margin: 0 auto;
  vertical-align: middle;
}

#fade2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.527);
  z-index: 1001;
  opacity: 1;
}

#light2 {
  display: block;
  position: absolute;
  top: 30%;
  z-index: 1002;
  overflow: visible;
  margin: 0 auto;
}

#boxclose {
  position: absolute;
  top: -25px;
  right: -25px;
  cursor: pointer;
  background: #30b3b9;
  border-radius: 50px;
}

#boxclose2 {
  position: absolute;
  display: flex;
  top: 10px;
  right: 30px;
  cursor: pointer;
  z-index: 1002;
  justify-content: center;
  align-items: center;
}

/* .boxclose:before {
  content: "×";
} */
#fade:hover ~ #boxclose {
  display: none;
}

#fade2:hover ~ #boxclose {
  display: none;
}

.test:hover ~ .test2 {
  display: none;
}

.keys-info {
  position: absolute;
  bottom: 10px;
  display: flex;
  justify-content: center;
  z-index: 99999;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.keys-box {
  background: rgb(17, 51, 54);
  border: 2px solid rgba(17, 149, 151, 0.2196078431);
  padding: 6px 15px 6px;
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 700;
  font-family: monospace;
}

.line2 {
  display: flex;
}

.key {
  background: rgba(5, 124, 160, 0.18);
  border-radius: 5px;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 500;
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 0 2px 4px;
  vertical-align: middle;
}

.keys {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 200px;
  padding-bottom: 10px;
}

#loading-screen {
  position: absolute;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  /* background-image: url(/img/loading-gif.gif);
  background-repeat: no-repeat;
  background-position: center 110px; */
  opacity: 1;
  transition: 1s opacity;
}

#loading-screen.fade-out {
  opacity: 0;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #9370db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ba55d3;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ff00ff;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loading-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
}

.loading-text h2 {
  padding: 0;
  font-size: 43px;
  font-family: "swera_demobold";
  font-weight: bolder;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  line-height: 70px;
}

.loading-text p {
  font-family: "swera_demoregular";
  font-size: 16px;
  letter-spacing: 2.2px;
  padding: 0;
  color: white;
  text-transform: uppercase;
  margin: 0;
}

#modalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  height: 100%;
  width: 100%;
}

.modalPopup {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 50%;
  padding: 0 0 30px;
  -webkit-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.2);
}

.modalContent {
  padding: 0 2em;
}

.headerBar {
  width: 100%;
  background: #edcb04 url("") repeat-x 0 0;
  margin: 0;
  text-align: center;
}

.headerBar img {
  margin: 1em 0.7em;
}

h1 {
  margin-bottom: 0.2em;
  font-size: 26px;
  text-transform: capitalize;
}

p {
  margin: 0.75em 0 1.5em;
}

.buttonStyle {
  border: transparent;
  border-radius: 0;
  background: #6d6d6d;
  color: #eee !important;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  padding: 6px 25px;
  text-decoration: none;
  background: -moz-linear-gradient(top, #6d6d6d 0%, #1e1e1e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6d6d6d), color-stop(100%, #1e1e1e));
  background: -webkit-linear-gradient(top, #6d6d6d 0%, #1e1e1e 100%);
  background: -o-linear-gradient(top, #6d6d6d 0%, #1e1e1e 100%);
  background: -ms-linear-gradient(top, #6d6d6d 0%, #1e1e1e 100%);
  background: linear-gradient(to bottom, #6d6d6d 0%, #1e1e1e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6d6d6d", endColorstr="#1e1e1e",GradientType=0 );
  /*	-webkit-box-shadow: 0 2px 4px 0 #999;
  box-shadow: 0 2px 4px 0 #999; */
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.buttonStyle:hover {
  background: #1e1e1e;
  color: #fff;
  background: -moz-linear-gradient(top, #1e1e1e 0%, #6d6d6d 100%, #6d6d6d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e1e1e), color-stop(100%, #6d6d6d), color-stop(100%, #6d6d6d));
  background: -webkit-linear-gradient(top, #1e1e1e 0%, #6d6d6d 100%, #6d6d6d 100%);
  background: -o-linear-gradient(top, #1e1e1e 0%, #6d6d6d 100%, #6d6d6d 100%);
  background: -ms-linear-gradient(top, #1e1e1e 0%, #6d6d6d 100%, #6d6d6d 100%);
  background: linear-gradient(to bottom, #1e1e1e 0%, #6d6d6d 100%, #6d6d6d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1e1e1e", endColorstr="#6d6d6d",GradientType=0 );
}

.returnToProfile {
  text-align: center;
  margin: 3em;
}

.returnToProfile a,
.returnToProfile a:visited {
  color: #ddd;
}

.returnToProfile a:hover {
  color: #fff;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align: left;
  background-image: url("pop_up.webp");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.sidenav a {
  padding: 4px 8px 8px 16px;
  text-decoration: none;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav h2 {
  color: #ffffff;
  padding: 20px 140px 0px 100px;
  font-family: "swera_demobold";
  font-size: 30px;
  font-weight: 700;
}

.sidenav h3 {
  color: #cfcfcf;
  padding: 20px 140px 0px 100px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  /* text-shadow: 0 0 4px #37cfdf; */
}

.sidenav p {
  color: #838383;
  padding: 0px 140px 10px 100px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 20px;
  font-weight: 300;
  text-align: justify;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 15px;
  right: 110px;
  max-width: 50px;
  max-height: 50px;
}

.sidemenu {
  height: 360px;
  width: 0;
  position: fixed;
  z-index: 99998;
  bottom: 100px;
  right: 30px;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
  text-align: left;
  background-image: url("pop_up.webp");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  opacity: 0.9;

  &::-webkit-scrollbar{
    display: none;
  }
}

.sidemenu a {
  padding: 4px 8px 8px 16px;
  text-decoration: none;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidemenu h3 {
  position: relative;
  color: #b3b3b3;
  margin: 0;
  font-family: sans-serif;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-top: 15px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1.5px;
  text-transform: capitalize;
  transition: 0.5;
}

.sidemenu h3:hover {
  text-decoration: none;
  cursor: pointer;
  color: #35f7ff;
}

.sidemenu p {
  position: relative;
  color: #b3b3b3;
  margin: 0;
  font-family: sans-serif;
  padding-left: 70px;
  padding-bottom: 15px;
  padding-top: 15px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1.5px;
  text-transform: capitalize;
  transition: 0.5;
}

.sidemenu p:hover {
  text-decoration: none;
  cursor: pointer;
  color: #35f7ff;
}

.sidemenu .closebtn {
  position: absolute;
  top: 30px;
  right: 60px;
  max-width: 20px;
  max-height: 20px;
  z-index: 99;
}

/* scrollbar  */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #35f7ff;
}

.play-button {
  /* border: 1px solid #00D4EC;
  background-color: #00D4EC10;
  color: #00D4EC;
  font-size: 20px;
  font-family: swera_demoregular;
  font-weight: 500;
  padding: 10px 35px;
  margin: 0 auto; */
  margin-bottom: 30px;
  cursor: pointer;
}

.centertext {
  text-align: center;
  /* padding-bottom: 80px; */
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  display: flex;
  margin: 0 auto;
  z-index: 999999;
  bottom: 5%;
  color: #ffffff;
  font-family: sans-serif;
  width: 50%;
  flex-direction: column;
  left: 0;
  right: 0;
  align-items: center;
}

.centertext h2 {
  font-family: "swera_demoregular";
  font-size: 14px;
  padding: 15px 70px;
  width: 150px;
  margin: 10px auto 10px;
  padding: 15px;
  background-color: #151c23;
  border: 2px solid #455253;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.centertext a {
  font-size: 10px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  color: #d3d3d3;
  transition: 2s;
  text-decoration: none;
}

.centertext a:hover {
  text-decoration: underline;
  color: #eeeeee;
}

.scroll {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  position: fixed;
  display: flex;
  align-items: center;
  margin: auto;
  z-index: 9999999;
  bottom: 2%;
  color: #ffffff;
  font-family: sans-serif;
  width: 50%;
  flex-direction: column;
  left: 0;
  right: 0;
}

#contactus {
  display: none;
  position: fixed;
  z-index: 9999999;
  width: 100%;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background-color: rgba(18, 18, 18, 0.7294117647);
}

.contact_form {
  color: #fff;
  min-width: 90%;
  position: absolute;
  height: 85%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  background-color: #181818;
  border-radius: 5px;
  padding: 50px 0px;
  border: 1px solid #052526;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

a.openform {
  padding: 0;
  color: #838383;
}

a.openform:hover {
  padding: 0;
  color: #35f7ff;
  padding-left: 10px;
}

a.closeform {
  position: absolute;
  top: 20px;
  right: 20px;
}

/* h2 {
  text-align: center;
  padding-top: 3rem;
  font-weight: normal;
  font-family: system-ui;
  color: aliceblue;
} */
.appul {
  display: flex;
  padding-top: 60px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .appul {
    flex-direction: column;
    gap: 20px;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .appul {
    gap: 20px;
    padding-top: 30px;
  }
}
.appul a img {
  width: 270px;
}

.google_app_box {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
}

.app_numbers {
  padding: 0 0 25px;
  font-size: 18px;
}

.app_numbers span {
  font-size: 48px;
  color: #32e8f0;
  font-weight: 500;
  padding-right: 10px;
}

.para {
  text-align: center;
  padding-top: 0.2rem;
  color: #7d8087;
  font-weight: normal;
  font-family: system-ui;
}

.input_text {
  padding: 20px !important;
  margin: 1.2rem !important;
  margin-top: 1.2rem !important;
  width: 100%;
  border-radius: 30px;
  outline: none;
  color: #7d8087;
  font-size: 1rem;
  background-color: #202020;
  border: 1px solid #282828;
  border-radius: 5px;
  overflow-anchor: none;
  transition: 0.5s ease-in;
}

.input_text:hover {
  border: 1px solid #35f7ff;
  background: linear-gradient(to right, rgba(53, 248, 255, 0.0745098039), rgba(5, 106, 110, 0.0666666667));
}

textarea {
  width: 80%;
  border-radius: 20px;
  padding: 15px 0px 0px 15px;
  font-size: 1rem;
  outline: none;
  color: #7d8087;
  background-color: #202020;
  border: 1px solid #282828;
  border-radius: 5px;
  overflow-anchor: none;
  transition: 0.5s ease-in;
}

textarea:hover {
  border: 1px solid #35f7ff;
  background: linear-gradient(to right, rgba(53, 248, 255, 0.0745098039), rgba(5, 106, 110, 0.0666666667));
}

ul {
  list-style: none;
}

li {
  padding: 20px;
  display: inline;
  flex-direction: row;
  align-items: center;
  width: auto;
}

label {
  cursor: pointer;
  margin-left: 30px;
}

.btn_text:hover {
  border: 1px solid #35f7ff;
  background: linear-gradient(to right, rgba(53, 248, 255, 0.0745098039), rgba(5, 106, 110, 0.0666666667));
}

.contact_bottom_text {
  padding-top: 50px;
}

.end_text {
  color: #7d8087;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 30px;
}

.end_text li {
  padding: 0;
  margin: 0;
}

.end_text li a {
  color: white;
}

.end_text li a:hover {
  color: #35f7ff;
}

label {
  margin-left: 10px;
  font-size: 16px;
  font-family: Lato;
  color: #ababab;
}

#caret-icon {
  color: #7d8087;
  cursor: pointer;
}

#registeration-phone {
  /* padding-left: 100px; */
  margin-top: 0.5rem !important;
}

#registeration-phone-container {
  position: relative;
}

#registeration-countrycode {
  color: #7d8087;
}

#registeration-countrycode-container {
  cursor: pointer;
  border-right: 1px solid #6a6a6a;
  position: absolute;
  top: 8px;
  padding: 7px;
  height: 88%;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 80px;
  justify-content: space-between;
}

#home-form {
  position: relative;
}

#registeration-country-codes {
  position: absolute;
  display: none;
  width: 500px;
  top: 230px;
  overflow: scroll;
  height: 250px;
}

.registeration-country-code-option {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background-color: #202020;
  color: #7d8087;
}

.registeration-country-code-option:hover {
  background-color: #fff;
  color: #000;
}

.registeration-country-code-option-active {
  background-color: #fff;
  color: #000;
}

.active {
  background-color: #fff;
  color: #000;
}

#registeration-dummy {
  z-index: -9999;
}

#error-msg {
  color: red;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
}

#registeration-country-codes::-webkit-scrollbar {
  display: none;
}

.icon-name1 {
  transform: scaleX(0);
  text-align: center;
  font-size: 16px;
  padding-top: 12px;
  color: #fff;
}

.icon-name2 {
  transform: scaleX(0);
  text-align: center;
  font-size: 16px;
  padding-top: 12px;
  color: #fff;
}

.icon-name3 {
  transform: scaleX(0);
  text-align: center;
  font-size: 16px;
  padding-top: 12px;
  color: #fff;
}

.icon-name4 {
  transform: scaleX(0);
  text-align: center;
  font-size: 16px;
  padding-top: 12px;
  color: #fff;
}

.icon-name5 {
  transform: scaleX(0);
  text-align: center;
  font-size: 16px;
  padding-top: 12px;
  color: #fff;
}

.icon-name6 {
  transform: scaleX(0);
  text-align: center;
  font-size: 16px;
  padding-top: 12px;
  color: #fff;
}

.icon-name7 {
  transform: scaleX(0);
  text-align: center;
  font-size: 16px;
  padding-top: 12px;
  color: #fff;
}

.icon-name8 {
  transform: scaleX(0);
  text-align: center;
  font-size: 16px;
  padding-top: 12px;
  color: #fff;
}

.footer-icon1 {
  position: relative;
  z-index: 9;
}

.footer-icon2 {
  position: relative;
  z-index: 9;
}

.footer-icon3 {
  position: relative;
  z-index: 9;
}

.footer-icon4 {
  position: relative;
  z-index: 9;
}

#contact_us_link {
  /* display: none; */
}

#blog1-container {
  display: flex;
}

#blog1_right_icon {
  color: #fff;
}

#form-container {
  display: flex;
  flex-direction: column;
}

#upper-form {
  width: 100%;
}

.form-check-label {
  text-align: left;
}

#first-form {
  position: relative;
}

#error-msg-contact {
  color: red;
  text-align: center;
  position: absolute;
  left: 68px;
}

#button-container {
  position: relative;
}

/*modal*/
.modal {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #202020 !important;
  position: relative;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #35f7ff !important;
  width: 40% !important;
  text-align: center;
}

#modal-text {
  color: #7d8087 !important;
  margin: 0;
  font-size: 18px;
  padding: 30px 0px;
}

#modal-text1 {
  color: #7d8087 !important;
  margin: 0;
  font-size: 18px;
  padding: 30px 0px;
}

#close-cross-btn {
  position: absolute;
  top: 0;
  right: 12px;
}

#close-cross-btn1 {
  position: absolute;
  top: 0;
  right: 12px;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/*modal*/
.iti {
  width: 100%;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  position: absolute !important;
  /* left: 80px !important; */
  margin-top: 0.6rem !important;
}

.iti__country-list {
  background-color: #222 !important;
  width: 500px;
}

.iti__country.iti__highlight {
  background-color: rgba(80, 80, 80, 0.9) !important;
}

.iti input {
  margin-top: 0.5rem !important;
}

#telephone {
  margin-left: 0 !important;
  margin-top: 0.5rem !important;
  padding-left: 50px !important;
}

#telephone-parent {
  margin-left: 1.2rem !important;
  width: 100%;
}

.footer-info {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
}

.footer-wrapper{
@media(max-width:1024px){
  flex-wrap:wrap;
}
  display: flex;
  align-items: stretch;;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
}
.footer-address {
  min-height: 160px;
  width: 100%;
  padding: 12px;
  border-radius: 10px;
      border: 1px solid #13595c;
    background: linear-gradient(to right, rgba(53, 248, 255, 0.0745098039), rgba(5, 106, 110, 0.0666666667));
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 350px;
}

.footer-address .addType{
font-weight: 500;
font-size: 16px;
margin-top: 10px;
}
.footer-address div {
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.footer-address img {
  max-width: 42px;
}

.footer-email {
  display: flex;
  align-items: center;
}

.footer-email div {
  padding-left: 10px;
  color: #fff;
}

@media (max-width: 1440px) {
  .heading {
    display: flex;
    margin: 30px 0px 0px 70px;
    font-family: system-ui;
  }
  label {
    margin-left: 8px;
  }
}
@media (max-width: 1024px) {
  .heading {
    display: flex;
    margin: 30px 0px 0px 50px;
    font-family: system-ui;
  }
  label {
    margin-left: 5px;
  }
}
@media (max-width: 768px) {
  /* #contact_us_link {
    display: block;
  } */
  .footer-address {
    width: 90vw;
    margin: 0 auto;
  }
  .footer-info {
    flex-direction: column;
  }
  .footer-address {
    justify-content: center;
    display: flex;
    align-items: center;
    color: #fff;
  }
  .footer-address div {
    text-align: center;
    padding-left: 5px;
    color: #fff;
    font-size: 13px;
  }
  .footer-email {
    display: flex;
    align-items: center;
  }
  .footer-email div {
    padding-left: 5px;
    color: #fff;
    font-size: 13px;
  }
  .iti__country.iti__highlight {
    background-color: rgba(80, 80, 80, 0.9) !important;
  }
  #message {
    margin: 1.2rem !important;
  }
  .btn_text {
    margin: 1.2rem !important;
  }
  .modal {
    top: 200px !important;
  }
  .modal-content {
    width: 80vw !important;
  }
  .checkbox_form {
    padding: 30px 40px 0px 50px;
  }
  .heading {
    display: flex;
    margin: 30px 0px 0px 50px;
    font-family: system-ui;
  }
  label {
    margin-left: 3px;
  }
  #error-msg-contact {
    left: 0 !important;
  }
  .iti-mobile .iti--container {
    width: 85vw;
    z-index: 9999999;
  }
  .form-check-input[type=radio] {
    appearance: auto !important;
  }
}
@media (max-width: 425px) {
  .checkbox_form {
    padding: 30px 40px 0px 30px;
  }
  .heading {
    display: flex;
    margin: 30px 0px 0px 40px;
    font-family: system-ui;
  }
  textarea {
    height: 65px;
  }
  .contact_form {
    padding: 15px 0;
  }
  .para {
    font-size: 20px;
  }
  .contact_bottom_text {
    padding: 0 !important;
  }
  #contact_us_text {
    font-size: 18px;
  }
  .sidemenu h3 {
    padding: 15px 0 15px 15px;
  }
}
.form-check-input[type=radio] {
  appearance: auto !important;
}

#leftSidebar {
  position: fixed;
  top: 35%;
  right: 2%;
  z-index: 1;
}

#leftSidebar > ul {
  /* all of these are for demo only: */
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

#leftSidebar > ul > li {
  display: block;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  text-align: right;
  padding: 0;
  position: relative;
  padding: 5px;
}

nav#leftSidebar ul li a {
  position: relative;
}

nav#leftSidebar ul li a span {
  display: flex;
  justify-content: center;
}

nav#leftSidebar ul li a span::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  width: 8px;
  height: 8px;
  border-radius: 18px;
  opacity: 1;
  background-color: #505050;
}

nav#leftSidebar ul li a.active span::after {
  background-color: #fff;
  border: 1px solid #cc8d0c;
  width: 12px;
  height: 12px;
  margin-top: -2px;
}

.new-text {
  position: absolute;
  top: 10px;
  right: 40px;
  color: rgba(183, 183, 183, 0);
  font-size: 12px;
  font-family: "swera_demoregular";
  font-weight: 700;
  letter-spacing: 2px;
  text-align: right;
  width: 250px;
}

/* .new-text::after{
content: '';
  width: 30px;
  height: 1px;
  background-color: #3c3c3c;
  position: absolute;
  right: -40px;
  top: 10px;
} */
#a1 {
  display: none;
}

#a:hover + #a1 {
  display: block;
}

#b1 {
  display: none;
}

#b:hover + #b1 {
  display: block;
}

#c1 {
  display: none;
}

#c:hover + #c1 {
  display: block;
}

#d1 {
  display: none;
}

#d:hover + #d1 {
  display: block;
}

#e1 {
  display: none;
}

#e:hover + #e1 {
  display: block;
}

#f1 {
  display: none;
}

#f:hover + #f1 {
  display: block;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.blog1_main {
  position: fixed;
  text-align: left;
  bottom: 0;
  left: 10%;
  color: white;
  font-family: lato;
  font-weight: 300;
  font-size: 15px;
  z-index: 3;
  width: 35%;
  top: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog1_main h1 {
  font-size: 30px;
  font-family: "swera_demoregular";
  font-weight: bolder;
  letter-spacing: 1px;
  color: #cbcbcb;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.blogs_para {
  max-height: 350px;
  overflow: overlay;
  padding-right: 20px;
  padding-top: 20px;
}

.blogs_para p {
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0;
  color: #cbcbcb;
}

.trailorsec {
  width: 318px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
@media (max-width: 992px) {
  .trailorsec {
    width: 200px;
    position: absolute;
    bottom: 10px;
    left: auto;
    right: 10px;
  }
}

.trailorsec img {
  width: 100%;
  cursor: pointer;
  opacity: 0.8;
}

.trailorsec img:hover {
  width: 100%;
  cursor: pointer;
  opacity: 1;
}

.bannerabout {
  /* height: 100vh; */
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .bannerabout {
    /* height: 70vh; */
  }
}

.bannercommunity {
  padding: 100px 0;
  /* padding-top:0px; */
  display: flex;
  align-items: end;
}

.bannerabout h1 {
  color: #ffffff;
  font-size: var(--f12);
  font-weight: 700;
  /* text-transform: uppercase; */
  width: 65%;
  padding: 0;
  white-space: pre-wrap;
  font-family: "swera_demoregular";
}
@media (max-width: 992px) {
  .bannerabout h1 {
    width: 100%;
    text-align: center;
  }
}

.bannerabout p {
  color: #bfbfbf;
  font-size: 16px;
  width: 50%;
}

.bannerabout h2 {
  color: #fff;
  font-size: 18px;
}

.scrollleft {
  position: relative;
  overflow: hidden;
  border-top: 2px solid #35f7ff;
  border-bottom: 2px solid #35f7ff;
  background-color: rgba(53, 248, 255, 0.1568627451);
  height: 130px;
  margin-bottom: 100px;
  transform: rotate(0deg);
}

.scroll-img {
  transform: rotate(-2deg);
}

.marquee {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
}

.marquee span {
  display: inline-block;
  font-size: 110px;
  font-weight: 500;
  position: relative;
  left: 100%;
  animation: marquee 40s linear infinite;
  color: #35f7ff;
  text-transform: uppercase;
}

.marquee:hover span {
  animation-play-state: paused;
}

.marquee span:nth-child(1) {
  animation-delay: 0s;
}

.marquee span:nth-child(2) {
  animation-delay: 0.2s;
}

.marquee span:nth-child(3) {
  animation-delay: 0.4s;
}

.marquee span:nth-child(4) {
  animation-delay: 0.6s;
}

.marquee span:nth-child(5) {
  animation-delay: 0.8s;
}

@keyframes marquee {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}
.video-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.5); */
  background: radial-gradient(310.48% 100% at 50% 0%, rgba(8, 10, 11, 0.62) 5.96%, rgba(8, 10, 11, 0.46) 69%, #080a0b 100%);
}

@media (min-width: 601px) {
  .video-container .mobile-video {
    display: none;
  }
  .video-container .desktop-video {
    display: block;
  }
}
@media (max-width: 600px) {
  .video-container .mobile-video {
    display: block;
  }
  .video-container .desktop-video {
    display: none;
  }
}
.video-sec {
  font-family: "swera_demoregular";
  color: #35f7ff;
  font-size: 100px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 100px;
  position: relative;
}

.video-ul {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.video-sec ul li {
  padding: 30px 0px;
}

.astro {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 0;
  animation: astro 4s linear infinite;
  cursor: pointer;
}

@keyframes astro {
  0% {
    top: 50px;
  }
  50% {
    top: 0px;
  }
  100% {
    top: 50px;
  }
}
.abouttext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: var(--f7);
  width: 80%;
  color: #ffffff;
  /* line-height: 60px; */
  padding: 50px 0;
}
.abouttext > .row {
  justify-content: center;
}

.abouttext p {
  font-family: Mulish;
  font-size: var(--f4);
  /* text-transform: uppercase; */
  line-height: calc(var(--f4) + 10px);
  font-weight: 400 !important;
  padding-top: 60px;
  text-align: center;
}

.bluecolor {
  color: #35f7ff;
}

.team {
  padding: 100px 0px 150px;
}

.teams {
  display: flex;
  color: #fff;
}

.teams h2 {
  font-size: 30px;
  padding-top: 10px;
  position: relative;
}

.plus {
  color: #35f7ff;
  display: inline-block;
  background-color: #121616;
  border: 1px solid #112728;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 2px;
  font-size: 30px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.5s ease-in;
  margin-left: 20px;
}

/* .plus:hover{
  color: #35f7ff;
  border: 1px solid #35f7ff;
  background: linear-gradient(to right, #35f8ff13, #056a6e11);
  cursor: pointer;
} */
.plus:hover {
  color: #35f7ff;
  border: 1px solid #35f7ff;
  background: linear-gradient(to right, rgba(53, 248, 255, 0.0745098039), rgba(5, 106, 110, 0.0666666667));
  cursor: pointer;
  width: 200px;
  /* border-radius: 5px; */
  position: relative;
}

.plus:hover ::after {
  content: "View Team";
  position: absolute;
  top: 0;
  left: 0;
}

.teams p {
  font-size: 14px;
  padding: 5px 0;
  margin: 0;
}

.team1 {
  /* text-align: right; */
  padding-right: 100px;
}

.member-left {
  padding-bottom: 200px;
}

.member-left img {
  width: 90%;
}

.member-right {
  padding-top: 200px;
}

.member-right img {
  width: 90%;
}

.about-h2 {
  font-size: var(--f12);
  font-weight: 500;
  padding: 50px 0 10px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: "swera_demoregular";
}

.team h3 {
  font-size: 18px;
  font-weight: 500;
  padding: 0px 0 50px;
  text-align: center;
  color: #9e9e9e;
}

.accord-item {
  background-color: transparent;
  border: 0;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: ease;
  animation-name: styles_viewBottom__s398_;
  animation-fill-mode: both;
}

.accord-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 25px 40px;
  font-size: 1rem;
  color: #ffffff;
  text-align: left;
  background-color: #101010;
  border: 1px solid #161616;
  border-radius: 5px;
  overflow-anchor: none;
  transition: 0.5s ease-in;
}

.accord-button:hover {
  border: 1px solid #35f7ff;
  background: linear-gradient(to right, rgba(53, 248, 255, 0.0745098039), rgba(5, 106, 110, 0.0666666667));
}

.accord-button:active {
  border: 1px solid #35f7ff;
  background: linear-gradient(to right, rgba(53, 248, 255, 0.0745098039), rgba(5, 106, 110, 0.0666666667));
}

.about-community-main {
  display: flex;
}

.about-community {
  display: flex;
  justify-content: space-around;
}

.about-community img {
  background-color: #121616;
  border: 1px solid #112728;
  border-radius: 5px;
  transition: 0.5s ease-in;
  width: 100px;
  padding: 20px;
  transform: rotate(-5deg);
}

.about-community img:hover {
  border: 1px solid #35f7ff;
  background: linear-gradient(to right, rgba(53, 248, 255, 0.0745098039), rgba(5, 106, 110, 0.0666666667));
  transform: rotate(0deg);
}

.fullheight {
  padding: 100px;
  background-color: black;
}

.heading_h2 {
  text-align: center;
  color: #fff;
  font-size: 5rem;
}

.flexing {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  line-height: 47px;
  height: 47px;
  padding: 0px 15px;
}

.customdiv {
  margin-top: 40px;
}

.accord-button::after {
  content: "+";
  background-image: none;
  line-height: 14px;
  font-size: 30px;
  position: absolute;
  right: 10px;
  color: #35f7ff;
}

.accord-button:not(.collapsed)::after {
  content: "−";
  background-image: none;
  transform: none;
}

.txtblack {
  color: #adadad;
  font-size: 14px;
  font-weight: 300;
  font-family: sans-serif;
  padding: 10px 10px;
  text-align: left;
}

.customtop {
  margin-top: 20px;
}

.accordion-button:not(.collapsed) {
  color: black;
  background-color: white;
  box-shadow: none;
}

.maindiv {
  padding-bottom: 100px;
}

.for-canvas {
  overflow: hidden;
}

#my_canvas {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100% !important;
}

.bottom-footer {
  display: flex;
  color: rgb(143, 143, 143);
  font-size: 16px;
  border-top: 1px solid #252525;
  transition: 1s ease;
}

.bot-text {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
  font-size: 16px;
}

.bot-text p {
  padding: 0;
  margin: 0;
  font-size: 16px;
}

.bottom-footer a {
  color: rgb(143, 143, 143);
  text-decoration: none;
  transition: 1s ease;
}

.bottom-footer a:hover {
  color: #35f7ff;
}

@media (max-width: 1024px) {
  .teamintro {
    position: fixed;
    text-align: left;
    bottom: 100px;
    color: white;
    font-family: lato;
    font-weight: 300;
    font-size: 15px;
    z-index: 3;
    width: 100%;
    transition: 1s;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  .teamintro h1 {
    font-size: 40px;
    margin: 0;
    padding: 0;
    line-height: 40px;
  }
  .teamintro2 {
    position: fixed;
    text-align: left;
    bottom: 100px;
    left: 0;
    color: white;
    font-family: lato;
    font-weight: 300;
    font-size: 15px;
    z-index: 3;
    width: 100%;
    transition: 1s;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  .teamintro2 h1 {
    font-size: 40px;
    margin: 0;
    padding: 0;
    line-height: 40px;
  }
}

@media (max-width:650px){
  .sidemenu {
    z-index: 9999999;
    top: 60px;
    right: 0px;
  }
}

@media (min-width:651px){
  .sidemenu {
   display: none;
  }
}

/* RESPONSIVE FOR MOBILE */ /* RESPONSIVE FOR MOBILE */ /* RESPONSIVE FOR MOBILE */ /* RESPONSIVE FOR MOBILE */
@media only screen and (max-width: 576px) {
  .qrapp {
    gap: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .qrcodemain {
    justify-content: center;
  }
  .qrapp .social {
    align-items: center !important;
  }
  .qrcodemain img {
    width: 90%;
  }
  .blogs_para {
    overflow: visible;
  }
  .teamintro {
    position: fixed;
    text-align: left;
    bottom: 100px;
    color: white;
    font-family: lato;
    font-weight: 300;
    font-size: 15px;
    z-index: 3;
    width: 100%;
    transition: 1s;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  .teamintro h1 {
    font-size: 40px;
    margin: 0;
    padding: 0;
    line-height: 40px;
  }
  .teamintro2 {
    position: fixed;
    text-align: left;
    bottom: 100px;
    left: 0;
    color: white;
    font-family: lato;
    font-weight: 300;
    font-size: 15px;
    z-index: 3;
    width: 100%;
    transition: 1s;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  .teamintro2 h1 {
    font-size: 40px;
    margin: 0;
    padding: 0;
    line-height: 40px;
  }
  .docs {
    /* display: none; */
    top: 30px;
    right: 80px;
  }
  #fade2 {
    display: none;
  }
  .input_text {
    padding: 6px 15px;
    width: 100%;
    margin: 0px 5%;
  }
  textarea {
    width: 100%;
    margin: 0px 3% !important;
  }
  .para {
    text-align: center;
    padding-top: 0;
    color: rgb(125, 128, 135);
    font-weight: normal;
    font-family: system-ui;
    font-size: 16px;
  }
  #loading-screen {
    position: absolute;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    /* background-image: url(/img/loading-gif.gif);
    background-repeat: no-repeat;
    background-position: center 110px; */
    opacity: 1;
    transition: 1s opacity;
    /* display: none; */
  }
  .contact_form {
    height: auto;
    bottom: auto;
    display: flex;
    flex-direction: column;
  }
  label {
    text-align: left;
  }
  .centertext {
    width: 90%;
  }
  .docs {
    /* display: none; */
  }
  .menu {
    top: 30px;
  }
  /* .sidemenu {
    z-index: 9999999;
    top: -20px;
    right: 0px;
  } */
  .loading-text img {
    width: 60%;
  }
  .loading-text h2 {
    font-size: 22px;
    line-height: 40px;
  }
  .loading-text p {
    font-size: 12px;
  }
  .blog1_main {
    position: relative;
    text-align: left;
    bottom: auto;
    left: 0;
    right: 0;
    width: 85%;
    top: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .bannerabout h1 {
    /* font-size: 34px; */
    /* font-weight: 700; */
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }
  .bot-text p {
    padding: 0;
    margin: 0;
    font-size: 16px;
  }
  .bottom-footer a {
    color: rgb(143, 143, 143);
    text-decoration: none;
    transition: 1s ease;
    font-size: 14px;
  }
  .accord-button {
    padding: 17px 40px;
  }
  .customtop {
    margin-top: 15px;
  }
  .bannerabout {
    padding: 30px 0px 30px 0px !important;
    /* height: 55vh; */
  }
  .bannerabout h1 {
    font-size: 25px;
  }
  .abouttext {
    font-size: 20px;
    font-weight: 500;
    /* width: 60%; */
    line-height: 30px;
    padding: 0;
  }
  .team {
    padding: 0;
  }
  .member-left {
    padding-bottom: 30px;
  }
  .member-right {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .about-h2 {
    /* font-size: 60px; */
    padding: 30px 0 0;
    /* line-height: 60px; */
  }
  .about-community-main {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
  }
  .about-community {
    display: flex;
    justify-content: space-evenly;
    padding: 20px 0px;
  }
  .about-community img {
    width: 80px;
  }
  .maindiv {
    padding-bottom: 30px;
  }
  .abouttext p {
    color: #c7c7c7;
    text-align: justify;
    padding: 0 10px;
    line-height: 22px;
    /* font-size: 20px; */
    /* line-height: 30px; */
  }
  .bot-text {
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
    flex-direction: column;
  }
  .bottom-footer {
    font-size: 14px;
    font-weight: 500;
  }
  .member-left {
    padding: 10px 30px 0px;
  }
  .member-left img {
    width: 100%;
  }
  .member-right {
    padding: 10px 30px 0px;
  }
  .member-right img {
    width: 100%;
  }
  .keys-info {
    display: none;
  }
}
/* RESPONSIVE FOR TAB */ /* RESPONSIVE FOR TAB */ /* RESPONSIVE FOR TAB */ /* RESPONSIVE FOR TAB */ /* RESPONSIVE FOR TAB */
@media only screen and (min-width: 501px) and (max-width: 768px) {
  .loading-text h2 {
    font-size: 32px;
    line-height: 50px;
  }
  .loading-text p {
    font-size: 14px;
  }
  .loading-text img {
    width: 60%;
  }
  #fade2 {
    display: none;
  }
  .keys-info {
    display: none;
  }
}
/* RESPONSIVE FOR mini device */ /* RESPONSIVE FOR mini device */ /* RESPONSIVE FOR mini device */ /* RESPONSIVE FOR mini device */
@media only screen and (max-width: 1024px) {
  .intro {
    display: none;
  }
}
/* RESPONSIVE FOR Small device */ /* RESPONSIVE FOR Small device */ /* RESPONSIVE FOR Small device */ /* RESPONSIVE FOR Small device */
/* RESPONSIVE FOR mini device */
@media only screen and (max-width: 1366px) {
  .intro {
    width: 24%;
  }
  .intro h1 {
    font-size: 32px;
  }
  .intro p {
    font-size: 12px;
  }
  .para {
    padding-top: 0.1rem;
  }
  .input_text {
    margin: 0.5rem;
    padding: 8px;
  }
  .contact_bottom_text {
    padding: 0;
  }
  .heading {
    margin: 10px 0px 0px 70px;
  }
  #contact_us_form_text {
    font-size: 16px;
  }
}
/* RESPONSIVE FOR Small Desktop device */
/* RESPONSIVE FOR Laptop device */
/* RESPONSIVE FOR Large Desktop device */
canvas {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgb(22, 17, 26);
}

#banner-mobile {
  display: none;
}

body {
  background-color: black;
}

.desktop-none {
  display: none;
}

#myForm h2 {
  padding-bottom: 30px;
}

#mySidemenu {
  width: 0;
}

.home-form {
  display: flex;
  flex-direction: column;
}

.input_text2 {
  padding: 20px;
  margin: 0;
  width: 500px;
  border-radius: 30px;
  outline: none;
  color: #7d8087;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.0509803922);
  border: 1px solid rgba(255, 255, 255, 0.3803921569);
  border-radius: 2px;
  overflow-anchor: none;
  transition: 0.5s ease-in;
  margin-top: 14px;
}
@media (max-width: 576px) {
  .input_text2 {
    margin-top: 10px;
  }
}

.input_text2:hover {
  border: 1px solid #35f7ff;
  background: linear-gradient(to right, rgba(53, 248, 255, 0.0745098039), rgba(5, 106, 110, 0.0666666667));
}

.btn_text2 {
  margin-top: 20px;
  padding: 17px 80px;
  color: #00d4ec;
  font-family: "swera_demoregular";
  font-size: 24px;
  font-weight: 700;
  line-height: 32.31px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  transition: 1s;
  background: rgba(0, 212, 236, 0.1019607843);
  border: 2px solid #00d4ec;
  border-radius: 2px;
  overflow-anchor: none;
  transition: 0.5s ease-in;
  width: 100%;
}

.btn_text2:hover {
  border: 1px solid #35f7ff;
  background: linear-gradient(to right, rgba(53, 248, 255, 0.0745098039), rgba(5, 106, 110, 0.0666666667));
}

.entertainment {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.entertainment h3 {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  padding: 0 20%;
}

.social {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.social ul {
  display: flex;
  list-style: none;
  padding: 10px 0px;
}

.social ul li {
  margin: 0px 15px;
}
@media (max-width: 1200px) {
  .social ul li {
    margin: 0;
  }
}

.social ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #13595c;
  background: linear-gradient(to right, rgba(53, 248, 255, 0.0745098039), rgba(5, 106, 110, 0.0666666667));
  width: 60px;
  height: 60px;
  transition: 0.5s ease-in;
}

.social ul li a:hover {
  border: 1px solid #35f7ff;
  background: linear-gradient(to right, rgba(53, 248, 255, 0.0745098039), rgba(5, 106, 110, 0.0666666667));
}

.social img {
  width: 50%;
}

.container-scroll {
  position: relative;
  width: 100vw;
  overflow: hidden;
}

.scrolling-text {
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
  will-change: transform;
  backface-visibility: hidden;
}

.scrolling-text .scrolling-text-content {
  color: #101010;
  font-size: 120px;
  font-family: "swera_demobold";
  white-space: nowrap;
  transition: transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
  line-height: 1em;
  margin: 50px 50px;
  background-color: #ffffff;
  padding: 30px 0px;
  border: 1px solid #286060;
}

.btn_text:hover {
  border: 1px solid #35f7ff;
  background: linear-gradient(to right, rgba(53, 248, 255, 0.0745098039), rgba(5, 106, 110, 0.0666666667));
}

.shoppingpara {
  color: #c3c3c3;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 22px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 2px;
  padding-bottom: 30px;
}

.shoppingpara h2 {
  color: #818181;
  font-size: 18px;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 15px;
  margin: 0;
}

.shoppingpara h4 {
  font-family: "swera_demoregular";
  width: 500px;
  color: #767676;
  font-size: 16px;
  font-weight: 500;
  padding: 17px 10px;
  margin: 0;
  /* background: linear-gradient(45deg, #1a1a1a, transparent); */
  border-bottom: 1px solid #202020;
  transition: 1s;
}

.shoppingpara #edm-nights:hover {
  color: #fff;
  background: linear-gradient(45deg, #15cbd3, transparent);
  background-image: url("");
  background-size: cover;
  background-position: bottom;
}

.shoppingpara #comedy-shows:hover {
  color: #fff;
  background: linear-gradient(45deg, #15cbd3, transparent);
  background-image: url("");
  background-size: cover;
  background-position: bottom;
}

.shoppingpara #digital-concerts:hover {
  color: #fff;
  background: linear-gradient(45deg, #15cbd3, transparent);
  background-image: url("");
  background-size: cover;
  background-position: bottom;
}

.shoppingpara #light-shows:hover {
  color: #fff;
  background: linear-gradient(45deg, #15cbd3, transparent);
  background-image: url("");
  background-size: cover;
  background-position: bottom;
}

.shoppingpara #ramp-walks:hover {
  color: #fff;
  background: linear-gradient(45deg, #15cbd3, transparent);
  background-image: url("");
  background-size: cover;
  background-position: bottom;
}

.pilgrimage {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
}

.community {
  display: flex;
  flex-direction: column;
  margin: 10%;
  justify-content: center;
  background-image: url("");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0px;
}

.community h2 {
  font-family: "swera_demobold";
  font-weight: 700;
  color: #fff;
  font-size: 70px;
  text-align: center;
}

.community h3 {
  font-family: "swera_demobold";
  font-weight: 700;
  color: #fff;
  font-size: 70px;
  text-align: center;
}

.community p {
  text-align: center;
  padding: 20px 280px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin: 0;
}

.contact_bottom_text {
  padding-top: 10px;
}

.checkbox_form {
  display: flex;
  padding: 10px 0px 0px 30px;
}

label {
  margin-left: 10px;
  font-size: 14px;
  font-family: Lato;
  color: #ababab;
}

@media (max-width: 1440px) {
  .heading {
    display: flex;
    margin: 30px 0px 0px 70px;
    font-family: system-ui;
  }
  label {
    margin-left: 8px;
  }
}
@media (max-width: 1024px) {
  .heading {
    display: flex;
    margin: 30px 0px 0px 50px;
    font-family: system-ui;
  }
  label {
    margin-left: 5px;
  }
}
@media (max-width: 768px) {
  .iti__flag-box,
  .iti__country-name {
    color: #fff !important;
  }
  .socialul {
    display: flex;
    padding-top: 40px;
    flex-direction: column;
  }
  .social ul li {
    margin: 0px 15px;
    padding: 0 20px;
  }
  .checkbox_form {
    padding: 30px 40px 0px 50px;
  }
  .heading {
    display: flex;
    margin: 30px 0px 0px 50px;
    font-family: system-ui;
  }
  label {
    margin-left: 3px;
  }
}
@media (max-width: 576px) {
  .social ul li {
    margin: 0px;
  }
  #banner-desktop {
    display: none;
  }
  #banner-mobile {
    display: none;
  }
  .checkbox_form {
    padding: 10px 0px 0px 20px;
    display: flex;
    align-items: flex-start;
  }
  .m-t-5 {
    margin-top: 5px;
  }
  .heading {
    display: flex;
    margin: 30px 0px 0px 40px;
    font-family: system-ui;
  }
  textarea {
    width: 100%;
  }
}
.form-check-input[type=radio] {
  appearance: auto;
}

.heading {
  display: flex;
  margin: 30px 0px 0px 30px;
  font-family: system-ui;
  font-size: 24px;
}

.btn_text {
  margin-top: 30px;
  padding: 17px 80px;
  border-radius: 30px;
  color: white;
  font-size: 18px;
  transition: 1s;
  background-color: #202020;
  border: 1px solid #6a6a6a;
  border-radius: 5px;
  overflow-anchor: none;
  transition: 0.5s ease-in;
}

.second_box {
  height: 600px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-image: url("");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.9;
}

.second_box h2 {
  font-family: "swera_demobold";
  font-weight: 700;
  font-size: 60px;
  text-align: center;
  padding: 0px 200px;
  margin: 0;
  padding-bottom: 20px;
}

.second_box p {
  font-family: "Lato", sans-serif;
  text-align: center;
  padding: 0 200px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 2px;
}

.mailer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 300px 300px;
  background-color: #141414;
  background-image: url("");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}

.mailer h2 {
  margin-bottom: 30px;
  color: #b9b9b9;
  font-size: var(--f12);
  font-weight: bolder;
  text-align: center;
  font-family: "swera_demobold";
}

.socialul {
  align-items: center;
  display: flex;
  padding-top: 40px;
}
@media (max-width: 992px) {
  .socialul {
    flex-direction: column;
  }
}

.glitch {
  font-family: "swera_demobold";
  font-weight: 700;
  color: white;
  font-size: 60px;
  position: relative;
  max-width: 900px;
}

.footer .glitch {
  text-align: center;
}

@keyframes noise-anim {
  0% {
    clip: rect(78px, 9999px, 3px, 0);
  }
  5% {
    clip: rect(82px, 9999px, 81px, 0);
  }
  10% {
    clip: rect(65px, 9999px, 17px, 0);
  }
  15% {
    clip: rect(33px, 9999px, 47px, 0);
  }
  20% {
    clip: rect(57px, 9999px, 30px, 0);
  }
  25% {
    clip: rect(37px, 9999px, 19px, 0);
  }
  30% {
    clip: rect(46px, 9999px, 12px, 0);
  }
  35% {
    clip: rect(7px, 9999px, 92px, 0);
  }
  40% {
    clip: rect(53px, 9999px, 50px, 0);
  }
  45% {
    clip: rect(83px, 9999px, 72px, 0);
  }
  50% {
    clip: rect(75px, 9999px, 88px, 0);
  }
  55% {
    clip: rect(29px, 9999px, 48px, 0);
  }
  60% {
    clip: rect(29px, 9999px, 25px, 0);
  }
  65% {
    clip: rect(96px, 9999px, 70px, 0);
  }
  70% {
    clip: rect(90px, 9999px, 61px, 0);
  }
  75% {
    clip: rect(97px, 9999px, 16px, 0);
  }
  80% {
    clip: rect(88px, 9999px, 28px, 0);
  }
  85% {
    clip: rect(12px, 9999px, 63px, 0);
  }
  90% {
    clip: rect(83px, 9999px, 73px, 0);
  }
  95% {
    clip: rect(14px, 9999px, 52px, 0);
  }
  100% {
    clip: rect(69px, 9999px, 7px, 0);
  }
}
.glitch:after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -1px 0 red;
  top: 0;
  color: white;
  background: black;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
}

[data-aos^=fade] {
  opacity: 1 !important;
  transition-property: opacity, transform;
}

@keyframes noise-anim-2 {
  0% {
    clip: rect(82px, 9999px, 5px, 0);
  }
  5% {
    clip: rect(2px, 9999px, 96px, 0);
  }
  10% {
    clip: rect(100px, 9999px, 28px, 0);
  }
  15% {
    clip: rect(42px, 9999px, 77px, 0);
  }
  20% {
    clip: rect(52px, 9999px, 37px, 0);
  }
  25% {
    clip: rect(10px, 9999px, 99px, 0);
  }
  30% {
    clip: rect(18px, 9999px, 79px, 0);
  }
  35% {
    clip: rect(17px, 9999px, 64px, 0);
  }
  40% {
    clip: rect(1px, 9999px, 1px, 0);
  }
  45% {
    clip: rect(79px, 9999px, 56px, 0);
  }
  50% {
    clip: rect(4px, 9999px, 72px, 0);
  }
  55% {
    clip: rect(23px, 9999px, 86px, 0);
  }
  60% {
    clip: rect(80px, 9999px, 47px, 0);
  }
  65% {
    clip: rect(11px, 9999px, 99px, 0);
  }
  70% {
    clip: rect(98px, 9999px, 8px, 0);
  }
  75% {
    clip: rect(19px, 9999px, 20px, 0);
  }
  80% {
    clip: rect(18px, 9999px, 15px, 0);
  }
  85% {
    clip: rect(16px, 9999px, 2px, 0);
  }
  90% {
    clip: rect(89px, 9999px, 88px, 0);
  }
  95% {
    clip: rect(83px, 9999px, 41px, 0);
  }
  100% {
    clip: rect(79px, 9999px, 45px, 0);
  }
}
.glitch:before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: 1px 0 blue;
  top: 0;
  color: white;
  background: black;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
}

.docs {
  position: fixed;
  bottom: 28px;
  right: 30px;
  z-index: 99999;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  border: 2px solid rgba(159, 159, 159, 0.6509803922);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 300;
  cursor: pointer;
  transition: 0.5s;
}

.docs:hover {
  background: rgba(0, 255, 195, 0.363);
  border: 2px solid #35f7ff;
  cursor: pointer;
}

.menu {
  position: absolute;
  z-index: 99999;
  bottom: 80px;
  right: 30px;
  color: white;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 255, 195, 0.253);
  border: 2px solid #35f7ff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 300;
  cursor: pointer;
}
@media (min-width: 650px) {
  .menu {
    display: none;
  }
}

.menu:hover {
  background: rgba(0, 255, 195, 0.363);
  border: 2px solid #35f7ff;
  cursor: pointer;
}

.circle3 {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 255, 194, 0.02);
  border: 1px solid rgba(0, 255, 195, 0.712);
  animation: circle2 1s infinite ease-out;
}

@keyframes circle2 {
  0% {
    width: 10px;
    height: 10px;
    opacity: 0;
  }
  25% {
    width: 30px;
    height: 30px;
    opacity: 0.5;
  }
  50% {
    width: 50px;
    height: 50px;
    opacity: 1;
  }
  75% {
    width: 70px;
    height: 70px;
    opacity: 0.5;
  }
  100% {
    width: 90px;
    height: 90px;
    opacity: 0;
  }
}
/* scrollbar  */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #35f7ff;
}

.centertext h2 {
  font-family: "swera_demoregular";
  font-size: 14px;
  padding: 15px 70px;
  width: 150px;
  margin: 10px auto 10px;
  padding: 15px;
  background-color: #151c23;
  border: 2px solid #455253;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.centertext a {
  font-size: 10px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  color: #d3d3d3;
  transition: 2s;
  text-decoration: none;
}

.centertext a:hover {
  text-decoration: underline;
  color: #eeeeee;
}

.topnav-new {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 8px 20px;
  align-items: center;
  /* background: linear-gradient(45deg, #3f434d4a, #3d41494a); */
  background-color: #060b0c;
  height: 60px;
  z-index: 10;
}

.topnav-new-left {
  display: flex;
  align-items: center;
}
@media (max-width: 1300px) {
  .topnav-new-left > a {
    margin-right: 20px;
  }
}
@media (max-width: 992px) {
  .topnav-new-left {
    justify-content: space-between;
    width: 100%;
  }
}

.topnav-new-left ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 650px) {
  .topnav-new-left ul {
    display: none;
  }
}
@media (min-width: 650px) and (max-width: 992px) {
  .topnav-new-left ul {
    margin-right: 15px;
  }
}

.topnav-new-left ul li {
  font-size: var(--f1);
  color: #e9e7f1;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: mulish;
}
@media (max-width: 1300px) {
  .topnav-new-left ul li {
    padding: 10px;
  }
}
@media (max-width: 992px) {
  .topnav-new-left ul li {
    padding: 5px;
  }
}
@media (max-width: 768px) {
  .topnav-new-left ul li {
    /* padding: 8px; */
  }
}

.topnav-new-left ul li a {
  color: #e9e7f1;
  text-decoration: none;
  transition: 0.2s ease-in;
}
.topnav-new-left ul li a:hover {
  color: #00d4ec;
}

.communitysec-newmain {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
  background-color: #000;
}

.communitysec-new {
  width: 1200px;
  display: flex;
}

.community-head {
  padding: 60px 60px 0px;
  margin-bottom: 50px;
}

.community-head h4 {
  font-size: var(--f4);
  color: rgba(255, 255, 255, 0.431372549);
  width: 50%;
}

.community-head h2 {
  font-size: var(--f13);
  font-family: swera_demoregular;
  font-weight: 900;
  letter-spacing: -1px;
  margin: 0;
  line-height: 100px;
}

.community-box1 {
  border: 1px solid #242424;
  height: 350px;
  border-radius: 10px;
  padding: 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.community-box1 h2 {
  font-size: var(--f17);
  font-family: swera_demoregular;
  /* font-weight: 900; */
}

.community-box2 {
  height: 350px;
  border-radius: 10px;
  padding: 30px;
  width: 60%;
  background-color: #edff66;
  position: relative;
}

.community-box2 h2 {
  font-size: var(--f14);
  font-family: swera_demoregular;
  font-weight: 900;
  color: #181818;
  transform: skewX(29deg);
  transform: matrix3d(1, -0.236766, 0, 0.0020603, 0, 0.821053, 0, 0, 0, 0, 1, 0, 65.8784, -20.5635, 0, 1);
  transition: 0.5s ease;
  padding: 0;
}
@media (min-width: 993px) and (max-width: 1130px) {
  .community-box2 h2 {
    margin-left: -40px;
  }
}

@media (min-width: 768px) {
  .community-box2 h2:hover {
    font-size: 150px;
    font-family: swera_demoregular;
    font-weight: 900;
    color: #181818;
    transform: matrix3d(0);
    transform: skewX(0deg);
    padding: 0 30px;
  }
}
.community-box2 h5 {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #181818;
}

.community-box3 {
  height: 700px;
  border-radius: 10px;
  padding: 30px;
  width: 100%;
  background-color: #5542ff;
  position: relative;
}

.community-box3 h2 {
  font-size: var(--f13);
  font-family: swera_demoregular;
  font-weight: 900;
  color: #181818;
  padding: 0;
}

.community-box3 h5 {
  font-size: var(--f6);
  color: #181818;
}

.community-box4 {
  /* height: 700px; */
  height: 100%;
  border-radius: 10px;
  padding: 30px;
  width: 100%;
  background-color: #5542ff;
  position: relative;
}

.community-box4 h2 {
  font-size: var(--f15);
  font-family: swera_demoregular;
  font-weight: 900;
  color: #181818;
  transition: 0.5s ease;
  padding-left: 50px;
}
@media (min-width: 993px) and (max-width: 1130px) {
  .community-box4 h2 {
    padding-left: 20px;
  }
}
@media (min-width: 600px) {
  .community-box4 h2 {
    transform: matrix3d(1, -0.236766, 0, 0.0020603, 0, 0.821053, 0, 0, 0, 0, 1, 0, 65.8784, -20.5635, 0, 1);
  }
}

@media (min-width: 768px) {
  .community-box4 h2:hover {
    font-size: 150px;
    font-family: swera_demoregular;
    font-weight: 900;
    color: #181818;
    transform: matrix3d(0);
    transform: skewX(0deg);
    padding: 0 30px;
  }
}
.community-box4 h5 {
  font-size: var(--f5);
  color: #181818;
}

.box4members {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
}

.community-box5 {
  border: 1px solid #242424;
  height: 350px;
  border-radius: 10px;
  padding: 30px;
  width: 70%;
}

.community-box5 h2 {
  font-size: var(--f10);
  font-family: swera_demoregular;
  font-weight: 900;
  text-transform: uppercase;
}

.community-box6 {
  border: 1px solid #242424;
  height: 350px;
  border-radius: 10px;
  padding: 30px;
  width: 100%;
  background-color: #fff;
}

.community-box6 h2 {
  font-size: calc(var(--f15) + 10px);
  font-family: swera_demoregular;
  font-weight: 900;
  color: #505050;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: 1s;
}

.community-box6 h2:hover {
  transform: matrix3d(0.926401, -0.196169, 0, -0.0013755, -0.151115, 0.664838, 0, -0.000516, 0, 0, 1, 0, -96.3895, 37.3016, 0, 1);
  transition: 0.5s;
}

.community-box6 h5 {
  font-size: var(--f5);
  color: #505050;
}

.communitycol {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 30px;
}

.communitycol2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

@media (max-width: 992px) {
  .community-head h2 {
    line-height: 85px;
  }
  .col-md-6.communitycol,
  .col-md-6.communitycol2 {
    width: 66%;
  }
  .container.communitysec-newmain {
    max-width: 920px;
    width: 90%;
    padding-bottom: 50px;
  }
  .communitysec-new {
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
  }
  .community-box5 {
    height: 300px;
    width: 75%;
  }
  .community-box2 {
    width: 75%;
  }
  .community-box3 {
    height: 550px;
  }
  .community-box4 {
    height: 700px;
  }
}
@media (max-width: 768px) {
  .community-head h4 {
    width: 90%;
  }
  .community-head h2 {
    line-height: 75px;
  }
  .community-box4 {
    height: 500px;
  }
  .box4members {
    width: 60%;
  }
  .container.communitysec-newmain {
    width: 80%;
  }
  .community-box4 h2 {
    padding-left: 0;
    margin-left: -20px;
  }
}
@media (max-width: 576px) {
  .box4members {
    width: 85%;
  }
  .community-box3 {
    height: 350px;
  }
  .community-head {
    padding: 35px 0;
    margin-bottom: 0;
  }
  .container.communitysec-newmain {
    padding-bottom: 0;
  }
  .community-box4 h2 {
    padding-left: 0;
  }
  .col-md-6.communitycol,
  .col-md-6.communitycol2 {
    width: 100%;
  }
  .community-box2, .community-box5 {
    width: 100%;
  }
  .community-head h2 {
    line-height: 58px;
  }
  .community-box4 {
    height: 400px;
  }
}
@media (max-width: 450px) {
  .community-box1 {
    flex-direction: column;
  }
}
.ctaright-new {
  /* padding: 8px 15px;
  background: linear-gradient(186deg, #673AB7, #1421c1b8);
  align-items: center;
  display: flex;
  border-radius: 5px; */
  border: 1px solid #00d4ec;
  background-color: rgba(0, 212, 236, 0.062745098);
  color: #00d4ec;
  font-size: 16px;
  font-family: swera_demoregular;
  font-weight: 500;
  padding: 4px 15px;
  white-space: nowrap;
  /* margin: 0 auto; */
  /* margin-bottom: 10px; */
}
@media (max-width: 650px) {
  .ctaright-new {
    margin-right: 40px;
  }
}

.herosection-new {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 100vh;
  height: fit-content;
  padding: 0 !important;
  position: relative;
}
@media (max-width: 576px) {
  .herosection-new {
    height: fit-content;
    max-height: 85vh;
  }
}

video {
  object-fit: contain;
  overflow-clip-margin: content-box;
  overflow: clip;
}

.logo {
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 999999;
}

.game h3 {
  color: #cfcfcf;
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 5px;
  margin: 0;
}

.termandpolicywrapper {
  text-align: center;
}

.termandpolicywrapper2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  a:hover{
    color: #fff;
  }
}

.termswrapper2 {
  text-decoration: none;
  color: #fff;
}

.game p {
  color: #b5b5b5;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 20px;
  font-weight: 100;
  padding-bottom: 10px;
  text-align: center;
}

.game h1 {
  font-size: 90px;
  font-family: "swera_demoregular";
  font-weight: 700;
  letter-spacing: 6px;
  line-height: 0px;
  padding: 0;
}

.game {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.right h1 {
  opacity: 0;
}

.right p {
  opacity: 0;
}

.content {
  /* overflow: hidden; */
  position: relative;
  z-index: 1;
  color: rgb(255, 255, 255);
}

.full-height {
  height: 100vh;
  display: flex;
  position: relative;
  justify-content: space-around;
}

.container1 {
  height: 415px;
}

.centertext h1 {
  font-family: "swera_demoregular";
  font-size: var(--f12);
  padding-top: 30px;
  margin: 0;
  padding: 0;
  font-weight: 900;
  line-height: 60px;
}

.centertext p {
  font-family: mulish;
  font-size: 24px;
  /* font-weight: 700; */
  text-transform: none;
  letter-spacing: 2px;
  margin-bottom: 10px;
  max-width: 700px;
  display: flex;
  flex-direction: column;
}
.centertext p span {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding-top: 10px;
}

.centertext a {
  font-size: 10px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  color: #d3d3d3;
  transition: 2s;
  text-decoration: none;
}

.centertext a:hover {
  text-decoration: underline;
  color: #eeeeee;
}

@media (max-width: 576px) {
  .centertext p span {
    padding-top: 0;
  }
}
.gamepara {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #13595c;
  background: linear-gradient(to right, rgba(53, 248, 255, 0.0745098039), rgba(5, 106, 110, 0.0666666667));
  margin-bottom: 20px;
}

h1 {
  font-size: var(--f13);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bolder;
  letter-spacing: 1px;
  padding: 200px 0 0;
}

p {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 24px;
  padding: 0;
  margin: 0;
}

.footer {
  padding-top: 70px;
  position: relative;
  /* max-height: 1000px; */
  min-height: 100vh;
  display: flex;
  position: relative;
  background-color: #000;
  background-image: url("footer-line.png");
  background-position: top left;
  background-repeat: no-repeat;
}

.rectangles {
  position: relative;
  top: 10px;
  left: 367px;
  display: flex;
}
@media (max-width: 768px) {
  .rectangles {
    left: 250px;
  }
}

.rectangles-one,
.rectangles-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 7px;
  height: 16px;
  border: solid 1px #35f7ff;
}

.rectangles-one {
  margin-right: 5px;
  background: #35f7ff;
  -webkit-animation: rectanglesOne 2s ease infinite;
  animation: rectanglesOne 2s ease infinite;
}

.rectangles-two {
  background: rgba(3, 255, 161, 0);
  -webkit-animation: rectanglesTwo 2s ease infinite;
  animation: rectanglesTwo 2s ease infinite;
}

@-webkit-keyframes rectanglesOne {
  50% {
    background: rgba(3, 255, 161, 0);
  }
}
@keyframes rectanglesOne {
  50% {
    background: rgba(3, 255, 161, 0);
  }
}
@-webkit-keyframes rectanglesTwo {
  50% {
    background: #03ffa1;
  }
}
@keyframes rectanglesTwo {
  50% {
    background: #03ffa1;
  }
}
.dots-lines {
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 540px) {
  .shoppingpara h4 {
    width: 100%;
  }
  .social ul li {
    margin: 0;
    padding: 0 10px;
  }
  .social ul {
    padding: 0;
    margin: 0;
  }
  .btn_text {
    margin-top: 20px;
    width: 100%;
    margin-left: 3%;
  }
  .heading {
    display: flex;
    margin: 10px 0px 0px 20px;
    font-family: system-ui;
    font-size: 24px;
  }
  .docs {
    /* display: none; */
    top: 30px;
    right: 80px;
  }
  .mobile-none {
    display: none;
  }
  .desktop-none {
    display: block;
  }
  /* .sidemenu {
    z-index: 9999999;
    top: 10px;
    right: 0px;
  } */ 
  .sidemenu .closebtn {
    top: 10px;
  }
  .rectangles {
    position: relative;
    top: -24px;
    left: 147px;
    display: flex;
  }
  .input_text2 {
    width: 100%;
  }
  .dots-lines {
    width: 100%;
  }
  .dots-lines img {
    width: 90%;
  }
  .game h3 {
    font-size: 18px;
  }
  .game p {
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 20px;
    font-weight: 100;
    text-align: center;
    padding-top: 10px;
    margin: 0;
  }
  .community {
    height: auto;
    border-radius: 0px;
    border: none;
    background-image: url("");
    box-shadow: none;
    display: flex;
    flex-direction: column;
    /* padding: 80px 20px; */
    justify-content: center;
    margin: 20px;
  }
  .centertext {
    bottom: 50%;
    transform: translate(0, 50%);
    width: 90%;
  }
  .centertext h1 {
    font-family: "swera_demoregular";
    /* font-size: 40px; */
    padding-top: 30px;
    margin: 0;
    text-align: center;
  }
  .centertext p {
    font-size: 20px;
    font-weight: 700;
  }
  .second_box {
    height: 500px;
    background-image: url("");
  }
  .second_box h2 {
    font-size: 36px;
    padding: 0 20px 20px;
    text-align: left;
  }
  .second_box p {
    text-align: center;
    padding: 0 50px 0 20px;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
  }
  .community h2 {
    font-family: "swera_demobold";
    font-weight: 700;
    color: #fff;
    font-size: 36px;
    text-align: left;
    padding-top: 0;
    padding-left: 20px;
  }
  .community p {
    text-align: left;
    padding: 0 40px 0 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
  }
  .glitch {
    font-size: 30px;
    padding: 0 20px;
  }
  .glitch:before {
    padding: 0 20px;
  }
  .glitch:after {
    padding: 0 20px;
  }
  .socialul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  form {
    width: 90%;
  }
  .mailer h2 {
    font-size: 34px;
  }
  .mailer {
    padding: 100px 20px;
  }
  .shoppingpara {
    color: #c3c3c3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 100;
    text-align: justify;
    padding: 0px 20px;
  }
}
@media (max-width: 650px) {
  .menu {
    top: 12px;
    right: 10px;
  }
}
@media (min-width: 541px) and (max-width: 800px) {
  .shoppingpara h4 {
    width: 340px;
  }
  .mailer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 20px;
    border-top: 1px solid #363636;
    border-bottom: 1px solid #363636;
  }
  .mailer h2 {
    font-size: 30px;
  }
  .shoppingpara {
    color: #c3c3c3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 24px;
    font-weight: 100;
    text-align: justify;
  }
  .glitch {
    font-family: "swera_demobold";
    font-weight: 700;
    color: white;
    font-size: 32px;
    position: relative;
    text-align: center;
  }
  .community h2 {
    font-size: 40px;
  }
  .community p {
    text-align: center;
    padding: 20px 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
  }
  .community {
    height: 500px;
  }
  .second_box h2 {
    font-family: "swera_demobold";
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    padding: 20px;
    margin: 0;
    padding-bottom: 20px;
  }
  .second_box p {
    text-align: center;
    padding: 0 20px;
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
  }
  .second_box {
    height: 400px;
  }
}
@media (min-width: 801px) and (max-width: 1024px) {
  .glitch {
    font-size: 34px;
  }
  .social ul li {
    margin: 0px 0px;
  }
  .community p {
    padding: 20px;
    font-size: 15px;
  }
  .community h2 {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .rectangles {
    left: 175px;
  }
  .social ul li {
    margin: 0px;
    padding: 0 20px;
  }
  .social ul {
    margin: 0px;
    padding: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .second_box h2 {
    font-family: "swera_demobold";
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    padding: 0px 200px;
    margin: 0;
    padding-bottom: 20px;
  }
  .second_box p {
    text-align: center;
    padding: 0 100px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }
  .community {
    height: 600px;
  }
  .community h2 {
    font-family: "swera_demobold";
    font-weight: 700;
    color: #fff;
    font-size: 50px;
    text-align: center;
    padding-top: 100px;
  }
  .community p {
    text-align: center;
    padding: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
  }
  .shoppingpara {
    color: #c3c3c3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 24px;
    font-weight: 100;
    text-align: justify;
  }
  .mailer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 50px;
    border-top: 1px solid #363636;
    border-bottom: 1px solid #363636;
  }
  .glitch {
    font-size: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .glitch {
    font-size: 50px;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .glitch {
    font-size: 40px;
  }
}
@media (min-width: 1440px) and (max-width: 1600px) {
  .community p {
    text-align: center;
    padding: 20px 120px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
  }
  .mailer {
    padding: 200px 300px;
  }
  .glitch {
    font-size: 60px;
  }
}
@media (min-width: 300px) and (max-width: 768px) {
  .appul {
    display: flex;
    flex-direction: column;
  }
  .app_numbers {
    padding: 0 0 0px;
    font-size: 18px;
  }
  .google_app_box {
    padding: 0px 0px;
  }
}
/* @media (min-width: 576px) and (max-width: 768px) {
  .google_app_box {
    padding: 0px 0px;
  }
} */
@media (min-width: 1601px) and (max-width: 1900px) {
  .mailer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 150px 240px;
    border-top: 1px solid #363636;
    border-bottom: 1px solid #363636;
  }
  .glitch {
    font-size: 60px;
  }
  .game h3 {
    font-size: 20px;
  }
  .community {
    height: 600px;
  }
  .second_box {
    height: 500px;
  }
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wave {
  width: 5px;
  height: 100px;
  background: linear-gradient(45deg, cyan, #fff);
  margin: 5px;
  animation: wave 1s linear infinite;
  border-radius: 20px;
}

.wave:nth-child(2) {
  animation-delay: 0.1s;
}

.wave:nth-child(3) {
  animation-delay: 0.2s;
}

.wave:nth-child(4) {
  animation-delay: 0.3s;
}

.wave:nth-child(5) {
  animation-delay: 0.4s;
}

.wave:nth-child(6) {
  animation-delay: 0.5s;
}

.wave:nth-child(7) {
  animation-delay: 0.6s;
}

.wave:nth-child(8) {
  animation-delay: 0.7s;
}

.wave:nth-child(9) {
  animation-delay: 0.8s;
}

.wave:nth-child(10) {
  animation-delay: 0.9s;
}

@keyframes wave {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@media only screen and (max-height: 667px) and (orientation: landscape) {
  .heading {
    display: flex;
    margin: 0px 0px 0px 30px;
    font-family: system-ui;
    font-size: 24px;
  }
  .input_text {
    padding: 10px !important;
    margin: 0.5rem !important;
  }
  textarea {
    height: 70%;
  }
  #upper-form {
    height: 120px;
  }
  .btn_text {
    margin-top: 0;
    padding: 10px 80px;
  }
  #telephone-parent {
    margin-left: 0.5rem !important;
  }
}
@media (min-width: 1921px) and (max-width: 2560px) {
  .centertext h1 {
    font-family: "swera_demoregular";
    font-size: 100px;
    padding-top: 30px;
    margin: 0;
  }
  .centertext p {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 2px;
    line-height: 27px;
  }
  .community {
    display: flex;
    align-items: center;
  }
  .community p {
    width: 800px;
    padding: 20px 0;
    font-size: 26px;
  }
  .glitch {
    font-size: 80px;
  }
  .shoppingpara {
    font-size: 22px;
    line-height: 30px;
  }
  .shoppingpara h2 {
    font-size: 26px;
  }
  .shoppingpara h4 {
    font-size: 22px;
  }
  .game p {
    font-size: 20px;
  }
  .rectangles {
    top: -15px;
    left: 600px;
  }
}
.qrapp {
  display: flex;
  justify-content: center;
  align-items: center;
}

.qrapp .dots-lines {
  text-align: left;
}

.qrapp .social {
  align-items: flex-start;
}

.qrapp .rectangles {
  top: -20px;
}

.qrcodemain {
  overflow: hidden;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}

.qrcodemain img {
  width: 280px;
}
@media (max-width: 576px) {
  .qrcodemain img {
    z-index: 1;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .appul a img {
    width: 230px;
  }
  .qrcodemain img {
    width: 70%;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .appul a img {
    width: 200px;
  }
  .qrcodemain img {
    width: 75%;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .footer .container {
    max-width: 85%;
  }
}
@media (max-width: 576px) {
  .footer .container {
    max-width: 90%;
  }
}
.logo-abs {
  position: absolute;
  /* top: 155px;
    bottom: 0;
    left: 155px; */
  width: 63px;
  height: 63px;
  background-color: #000;
  overflow: hidden;
  /* border: 2px solid #fff; */
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.logo-abs img {
  width: 80%;
  border: 0;
  padding-top: 4px;
}

.termandpolicywrapper a {
  color: #fff;
  text-decoration: none;
}

.termandpolicywrapper a:hover {
  color: #e9e9e9;
  text-decoration: underline;
}

/* Charectors */
.gamePlay {
  background-color: black;
  max-width: 1920px;
  padding: 80px 0;
  background-image: url("");
}

.gamePlay .cards-wrapper {
  /* display: grid;
  grid-template-columns: 1fr 1fr 1fr;   */
  width: 80%;
  /* overflow: hidden; */
  margin: 0 auto;
  margin-top: 30px;
}

.gamePlay .cards-wrapper .slick-track {
  padding-top: 68px;
  display: flex;
  gap: 20px;
}

/* .gamePlay .cards-wrapper .slick-next:focus,.gamePlay .cards-wrapper  .slick-prev:focus {

  background: url('/img/arrow.png');
} */
.gamePlay h3 {
  margin: 0;
  color: #fff;
  font-family: swera_demoregular;
  font-size: var(--f9);
  font-weight: 700;
  line-height: 61.68px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.gamePlay h3 span {
  color: #00d4ec;
  /* display: block; */
}

.gamePlay p {
  font-family: Mulish;
  font-size: var(--f3);
  font-weight: 400;
  line-height: 32.4px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #cccccc;
}

.gamePlay .cards-wrapper .cards h3 {
  text-align: left;
}

.gamePlay .cards-wrapper .cards {
  background: transparent;
  padding: 0;
}

.gamePlay .cards-wrapper .cards .image-div {
  position: relative;
  height: 575px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
  margin-bottom: 80px;
}

.gamePlay .cards-wrapper .cards .image-div img {
  position: absolute;
  bottom: 14px;
  max-height: 625px;
  left: 50%;
  max-width: 330px;
  width: 100%;
  transform: translate(-53%);
  transition: 0.3s ease-in-out;
}

.gamePlay .cards-wrapper .cards:hover .image-div img {
  transform: scale(1.05) translate(-50%);
  bottom: 31px;
}
.gamePlay .cards-wrapper .cards:hover .image-div {
  background-image: url("");
  background-size: 100% 100%;
}

.gamePlay .slick-arrow, .galaxies .slick-arrow {
  z-index: 2;
  transition: 0.3s ease-in-out;
  top: auto;
  bottom: -30px;
  width: 60px;
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  background-image: url("") !important;
}
.gamePlay .slick-arrow:hover, .galaxies .slick-arrow:hover {
  background-image: url("") !important;
}

.gamePlay .slick-prev, .galaxies .slick-prev {
  transform: rotate(180deg);
  left: 36%;
}
.gamePlay .slick-prev::before, .galaxies .slick-prev::before {
  content: "";
}

.gamePlay .slick-next, .galaxies .slick-next {
  left: 59%;
  bottom: -38px;
}
.gamePlay .slick-next::before, .galaxies .slick-next::before {
  content: "";
}

.gamePlay .slick-dots, .galaxies .slick-dots {
  bottom: -30px;
}

.gamePlay .slick-dots li.slick-active, .galaxies .slick-dots li.slick-active {
  width: 40px;
  background-color: #00d4ec;
  border-radius: 10px;
  height: 15px;
}

.gamePlay .slick-dots li.slick-active button:before, .galaxies .slick-dots li.slick-active button:before {
  /* width: 40px; */
  color: #00d4ec;
}

.gamePlay .slick-dots li, .galaxies .slick-dots li {
  transition: 0.3s ease-in-out;
  margin: 0 2px;
}

.gamePlay .slick-dots li button:before, .galaxies .slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 13px;
}

@media (max-width: 1300px) {
  .gamePlay .cards-wrapper .cards .image-div {
    height: 510px;
  }
  .gamePlay .cards-wrapper .cards .image-div img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .gamePlay .cards-wrapper .cards .image-div img {
    width: 82%;
  }
}
@media (max-width: 1024px) {
  .gamePlay .cards-wrapper {
    width: 85%;
  }
  .gamePlay .cards-wrapper .cards .image-div img {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .gamePlay .slick-prev, .galaxies .slick-prev {
    left: 30%;
  }
  .gamePlay .slick-next, .galaxies .slick-next {
    left: 63%;
  }
  .gamePlay .cards-wrapper .cards .image-div img {
    width: 75%;
  }
}
@media (max-width: 850px) {
  .gamePlay .cards-wrapper .cards .image-div {
    height: 450px;
  }
  .gamePlay .cards-wrapper .cards .image-div img {
    width: 82%;
  }
}
@media (max-width: 768px) {
  .gamePlay .cards-wrapper .cards .image-div {
    height: 400px;
  }
  .gamePlay .slick-prev, .galaxies .slick-prev {
    left: 25%;
  }
  .gamePlay .slick-next, .galaxies .slick-next {
    left: 68%;
  }
}
@media (max-width: 576px) {
  .gamePlay {
    padding-bottom: 30px;
  }
  .gamePlay h3 {
    line-height: 44px;
  }
  .gamePlay .cards-wrapper {
    width: 90%;
    margin-top: 0;
  }
  .gamePlay .cards-wrapper .cards .image-div {
    height: 575px;
    margin-bottom: 20px;
  }
  .gamePlay .cards-wrapper .slick-track {
    padding-top: 40px;
    gap: 0;
  }
  .gamePlay .slick-prev, .galaxies .slick-prev {
    left: 10%;
  }
  .gamePlay .slick-next, .galaxies .slick-next {
    left: 76%;
  }
}
@media (max-width: 400px) {
  .gamePlay .cards-wrapper .cards .image-div {
    height: 518px;
  }
}
/* ENVIRONMENT */
.galaxies {
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 50px;
  position: relative;
  display: flex;
  height: 100vh;
  max-height: 1000px;
  min-height: 800px;
  width: 100%;
  background-image: url("");
  background-size: 100% 100%;
  background-position: center;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.galaxies::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(68.95deg, #080a0b -1.72%, rgba(8, 10, 11, 0.952368) 8.69%, rgba(8, 10, 11, 0.83) 23.26%, rgba(8, 10, 11, 0) 80.42%), linear-gradient(180deg, rgba(8, 10, 11, 0) 87.96%, #080a0b 100%);
}

.galaxies h2 {
  font-family: swera_demoregular;
  margin: 0;
  font-size: var(--f11);
  font-weight: 700;
  line-height: 75.39px;
  letter-spacing: 0.01em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.galaxies p {
  font-family: Mulish;
  font-size: var(--f4);
  font-weight: 500;
  line-height: 25.1px;
  letter-spacing: 0.01em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.galaxies .content {
  z-index: 1;
  margin: 0 auto;
  max-width: 1112px;
  width: 65%;
}

.galaxies .card-wrapper {
  display: flex;
  justify-content: space-around !important;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2784313725);
  padding: 20px;
  display: flex;
  gap: 12px;
  z-index: 1;
}

.galaxies .card-wrapper .slick-track {
  display: flex;
  gap: 15px;
  width: 100% !important;
}

.galaxies .card-wrapper .card {
  border-radius: 0;
  cursor: pointer;
  background-clip: unset;
  background-color: rgba(255, 255, 255, 0.2784313725);
  position: relative;
  /* max-height: 160px; */
  /* flex: 1 1; */
  /* max-width: 250px; */
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2784313725);
  transition: 0.3s ease-in-out;
}
.galaxies .card-wrapper .card img {
  width: 100%;
  height: 100%;
}
.galaxies .card-wrapper .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.94) 100%);
}

@media (min-width: 1201px) {
  .galaxies .card-wrapper .card {
    min-width: 23%;
  }
}
.galaxies .card-wrapper .card:hover,
.galaxies .card-wrapper .card:active {
  border-color: #00d4ec;
}

.galaxies .card-wrapper .card h6 {
  white-space: nowrap;
  font-family: Mulish;
  font-size: var(--f3);
  font-weight: 700;
  line-height: 22.59px;
  letter-spacing: 0.03em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
}

.galaxies .galaxy-bar {
  min-height: 4px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2784313725);
  margin-top: 8px;
}

.galaxies .card-wrapper .card.selected-card {
  border-color: #00d4ec;
}

@media (min-width: 1200px) {
  .galaxies .slick-dots {
    display: none;
  }
}
@media (max-width: 1200px) {
  .galaxies .content {
    width: 80%;
  }
  .galaxies .card-wrapper {
    /* overflow: scroll; */
  }
  .galaxies .card-wrapper .card {
    min-width: 32%;
  }
}
@media (max-width: 992px) {
  .galaxies {
    min-height: 600px;
    height: 80vh;
  }
  .galaxies h2 {
    line-height: 52px;
  }
  .galaxies p {
    line-height: 20px;
  }
  .galaxies .content {
    width: 85%;
  }
  .galaxies .card-wrapper .slick-track {
    margin-left: -7.5px;
  }
  .galaxies .card-wrapper {
    /* overflow: scroll; */
  }
  .galaxies .card-wrapper .card {
    min-width: 48%;
  }
}
@media (max-width: 576px) {
  .galaxies {
    height: 80vh;
    background-size: auto 100%;
    min-height: 700px;
    justify-content: center;
  }
  .galaxies h2 {
    line-height: 40px;
    font-size: 26px;
  }
  .galaxies p {
    line-height: 20px;
  }
  .galaxies .content {
    width: 90%;
  }
  .galaxies .card-wrapper .card {
    min-width: 100%;
  }
  .galaxies .card-wrapper .slick-track {
    margin-left: 0;
    gap: 0.5px;
  }
}
/* MODE */
.modemain {
  background: #000;
  position: relative;
}

.mode {
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 80px;
}

.mode .card-content {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  color: #fff;
  /* height: 100%; */
  flex: 1 1;
}
.mode .card-content h6 {
  font-family: Mulish;
  font-size: var(--f7);
  font-weight: 900;
  line-height: 22px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
}
.mode .card-content h5 {
  max-width: 400px;
  margin: 0;
  padding-bottom: 40px;
  font-family: "swera_demobold";
  font-size: var(--f7);
  font-weight: 700;
  line-height: 43.08px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.mode .card-content p {
  padding-top: 20px;
  max-width: 600px;
  font-family: mulish;
  font-size: var(--f2);
  font-weight: 400;
  /* line-height: 31px; */
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
}

.mode .card-content.left h6,
.mode .card-content.left h5,
.mode .card-content.left p {
  padding-left: 50px;
  width: 90%;
}

.mode .card-content.right p {
  max-width: 650px;
  opacity: 1;
}

@media (max-width: 1600px) {
  .mode {
    bottom: 50px;
  }
  .mode .card-content h5 {
    max-width: 360px;
  }
}
@media (max-width: 1280px) {
  .mode {
    bottom: 30px;
  }
}
@media (max-width: 992px) {
  .mode {
    flex-direction: column;
    gap: 385px;
  }
  .mode .card-content.right {
    padding-left: 100px;
  }
}
@media (max-width: 940px) {
  .mode {
    gap: 360px;
  }
}
@media (max-width: 910px) {
  .mode {
    gap: 335px;
  }
}
@media (max-width: 870px) {
  .mode {
    gap: 300px;
  }
}
@media (max-width: 830px) {
  .mode {
    gap: 290px;
  }
  .mode .card-content h5 {
    padding-bottom: 20px;
  }
}
@media (max-width: 800px) {
  .mode {
    bottom: 14px;
    gap: 280px;
  }
}
@media (max-width: 768px) {
  .mode {
    gap: 265px;
  }
}
@media (max-width: 740px) {
  .mode {
    gap: 247px;
  }
}
@media (max-width: 710px) {
  .mode {
    gap: 230px;
  }
  .mode .card-content p {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .mode-bg-img {
    height: 100%;
  }
  .modemain {
    height: 850px;
  }
  .mode {
    flex-direction: column;
    gap: 300px;
  }
  .mode .card-content h5 {
    line-height: 28px;
    padding-bottom: 10px;
  }
  .mode .card-content h6,
  .mode .card-content h5,
  .mode .card-content p {
    padding-left: 20px !important;
    padding-top: 12px;
  }
  .mode .card-content.left {
    width: 80%;
  }
  .mode {
    bottom: 15px;
  }
  .mode .card-content.right {
    width: 95%;
    padding-left: 25px;
  }
}
@media (max-width: 530px) {
  .mode {
    bottom: 20px;
    gap: 280px;
  }
}
@media (max-width: 500px) {
  .mode {
    bottom: 10px;
    gap: 260px;
  }
  .mode .card-content h6, .mode .card-content h5, .mode .card-content p {
    padding-left: 20px !important;
    padding-top: 6px;
  }
  .mode .card-content h6, .mode .card-content h5 {
    width: 60% !important;
  }
}
@media (max-width: 430px) {
  .mode .card-content h6, .mode .card-content h5 {
    width: 80% !important;
  }
}
/* NFT */
.piecemain {
  background-image: url("");
  background-size: cover;
  background-repeat: no-repeat;
}

.piece {
  max-width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  color: #fff;
  padding: 120px 0;
}

.piece .left {
  flex: 1 1;
  max-width: 600px;
  width: 100%;
}
.piece .left h2 {
  margin: 0;
  font-family: swera_demoregular;
  font-size: var(--f10);
  font-weight: 700;
  line-height: 61.68px;
  letter-spacing: 0.03em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.piece .left h2 span {
  color: #00d4ec;
}
.piece .left p {
  padding-top: 40px;
  font-family: Mulish;
  font-size: var(--f4);
  font-weight: 400;
  line-height: 25.1px;
  letter-spacing: 0.03em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.piece .left button {
  margin-top: 30px;
  font-family: swera_demoregular;
  font-size: 13px;
  font-weight: 700;
  line-height: 17.5px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #00d4ec;
  padding: 22px;
  border: 2px solid #00d4ec;
  backdrop-filter: blur(35px);
  text-transform: uppercase;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  background: linear-gradient(194.68deg, rgba(186, 238, 244, 0.1) 11.27%, rgba(0, 212, 236, 0.1) 90.4%);
}

.piece .right {
  flex: 1 1;
  max-width: 790px;
}
.piece .right img {
  width: 100%;
}

@media (max-width: 992px) {
  .piece {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .piece {
    gap: 30px;
    max-width: 90%;
    padding: 35px 0;
    /* padding-top: 0; */
  }
  .piece .left p {
    padding-top: 12px;
    margin-bottom: 0;
  }
}
/* MISSION */
.mission {
  color: #fff;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  padding: 80px;
  background-color: #000;
}
@media (max-width: 992px) {
  .mission {
    display: none;
  }
}

.mission .hexagaon {
  position: relative;
  width: 18%;
  max-height: 266px;
}
.mission .hexagaon img {
  height: 100%;
  width: 100%;
}

.mission .center {
  position: relative;
  margin: 0 -40px;
  width: 64%;
  max-height: 266px;
  min-height: 235px;
}
.mission .center img {
  height: 100%;
  width: 100%;
}

.mission .center .content {
  position: absolute;
  top: 0;
  left: 50%;
  width: 80%;
  height: 100%;
  max-width: 940px;
  transform: translate(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mission .center .content h5 {
  font-family: "swera_demoregular";
  font-size: 24px;
  font-weight: 700;
  line-height: 32.31px;
  margin: 0;
  /* text-align: right; */
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
}
.mission .center .content button {
  text-transform: uppercase;
  color: #000;
  font-family: swera_demoregular;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  width: 200px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  border: none;
  padding: 16px 32px;
  background: #00d4ec;
}
.mission .center .content .button-wrapper {
  width: fit-content;
  margin-top: 10px;
  clip-path: polygon(7% 0%, 93% 0%, 100% 50%, 93% 100%, 7% 100%, 0% 50%);
  position: relative;
  background-color: #00d4ec;
}
.mission .center .content .left,
.mission .center .content .right {
  max-width: 320px;
}
.mission .center .content .right {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.mission .center .content .left button {
  background: #000;
  margin: 2px;
  color: #00d4ec;
  clip-path: polygon(7% 0%, 93% 0%, 100% 50%, 93% 100%, 7% 100%, 0% 50%);
}

.mission .hexagaon .mission-left-img {
  height: 115% !important;
  position: absolute;
  max-width: 200px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.mission .hexagaon .mission-right-img {
  max-height: 190px;
  position: absolute;
  width: 110%;
  left: 55%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.mission .center .content .button-wrapper .button-arrow {
  position: absolute;
  top: 2px;
  left: 50%;
  width: 95%;
  height: 92%;
  transform: translate(-50%);
}

.mission .center .content .left .button-wrapper .button-arrow {
  width: 92%;
}

@media (max-width: 1400px) {
  .mission {
    padding: 80px 10px;
  }
  .mission .center .content button {
    padding: 12px 25px;
    width: 180px;
  }
  .mission .center {
    height: 220px;
  }
  .mission .hexagaon .mission-left-img {
    max-width: 180px;
  }
}
@media (max-width: 1130px) {
  .mission .hexagaon {
    display: none;
  }
  .mission .center {
    width: 90%;
  }
}
/* New Footer */
.container-fluid.new-footer {
  padding-top: 40px;
  background: #000;
}
.container-fluid.new-footer a {
  text-decoration: none;
}

.new-footer .upper-footer {
  padding-bottom: 20px;
  width: 75%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new-footer .upper-footer .logo-img {
  height: 80px;
}
.new-footer .upper-footer .logo-img img {
  height: 100%;
}
.new-footer .upper-footer .option ul {
  display: flex;
  list-style: none;
  gap: 3rem;
  margin-bottom: 0;
}
.new-footer .upper-footer .option ul li {
  font-family: Mulish;
  font-size: 12px;
  font-weight: 700;
  line-height: 15.06px;
  letter-spacing: 0.1em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
}
.new-footer .upper-footer .social-icon {
  display: flex;
  gap: 25px;
}
.new-footer .upper-footer .social-icon > div > img {
  height: 20px;
}

.new-footer .footer-line {
  background: #000;
  height: 1px;
  background-color: #fff;
  width: 80%;
  margin: 0 auto;
}

.new-footer .lower-footer {
  background: #000;
  padding: 20px 0;
  /* .privacy-content{
    display: flex;
    width: 80%;
    margin
  } */
}
.new-footer .lower-footer .copyright {
  font-family: Mulish;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.57px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
  opacity: 50%;
}
.new-footer .lower-footer .terms-conditions {
  display: flex;
  gap: 5px;
}
.new-footer .lower-footer .terms-conditions p {
  font-family: Mulish;
  font-size: 12px;
  font-weight: 700;
  line-height: 15.06px;
  letter-spacing: 0.1em;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
}

@media (max-width: 1290px) {
  .new-footer .upper-footer .option ul {
    gap: 1.5rem;
  }
}
@media (max-width: 992px) {
  .new-footer .upper-footer {
    flex-direction: column;
    gap: 20px;
  }
  .new-footer .upper-footer .option ul {
    gap: 1rem;
  }
}
@media (max-width: 576px) {
  .new-footer .upper-footer .option ul {
    flex-direction: column;
    padding: 0;
  }
}
/* vIDEO Popup Container  */
.Video_popup_wrapper {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: -130%;
  left: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.2901960784);
  backdrop-filter: blur(2px);
  transition: 0.3s ease-in-out;
}

.Video_popup_wrapper .video-wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  height: 70%;
  /* border-radius: 10px; */
  border: 3px solid #00d4ec;
  position: relative;
}

.Video_popup_wrapper .video-wrapper .close-video {
  position: absolute;
  top: -25px;
  right: -25px;
  background-color: #000;
  border-radius: 50%;
  border: 3px solid #00d4ec;
  cursor: pointer;
}

@media (max-width: 992px) {
  .Video_popup_wrapper .video-wrapper {
    max-width: 700px;
    height: 49%;
  }
}
@media (max-width: 768px) {
  .Video_popup_wrapper .video-wrapper {
    max-width: 500px;
    height: 40.5%;
  }
}
@media (max-width: 576px) {
  .Video_popup_wrapper .video-wrapper {
    max-width: 350px;
    height: 31%;
  }
  .Video_popup_wrapper .video-wrapper .close-video {
    top: -12px;
    right: -12px;
  }
  .Video_popup_wrapper .video-wrapper .close-video img {
    width: 20px;
    height: 20px;
  }
}
/* POST POST POST POST POST POST POST POST POST POST POST POST POST POST POST POST */
.postmain {
  padding: 120px 0;
  margin: 0;
  background-color: #000;
}

#section {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", serif;
  position: relative;
  background-color: #000;
  overflow: hidden;
}
@media (min-width: 500px) and (max-width: 1100px) {
  #section {
    flex-direction: column;
  }
}

.section-box {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", serif;
  position: relative;
  background-color: #000;
}

.sectionContainer {
  /* width: 90%; */
}

.innerSection {
  display: flex;
  gap: 16px;
  position: relative;
  height: 700px;
  overflow: hidden;
  padding: 20px;
  background-color: #000;
}
@media (min-width: 500px) and (max-width: 1000px) {
  .innerSection {
    transform: rotate(-90deg);
    height: fit-content;
    max-height: 1400px;
    margin-top: -60px;
  }
}
@media (min-width: 500px) and (max-width: 800px) {
  .innerSection {
    margin-top: -100px;
  }
}

.innerContainer {
  flex: 1 1;
}
@media (min-width: 801px) and (max-width: 1000px) {
  .innerContainer {
    width: 430px;
  }
}
@media (min-width: 500px) and (max-width: 800px) {
  .innerContainer {
    width: 370px;
  }
}

.marqueeContainer .card {
  max-width: 390px;
  max-height: 546px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  line-height: 1.2;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #16181b;
  background-color: #16181b;
  margin-block: 16px;
  font-family: "mulish";
}
@media (max-width: 1500px) {
  .marqueeContainer .card {
    max-width: 340px;
    max-height: 520px;
  }
}
@media (max-width: 1300px) {
  .marqueeContainer .card {
    max-width: 300px;
    max-height: 450px;
    padding: 12px;
  }
}
@media (min-width: 500px) and (max-width: 1000px) {
  .marqueeContainer .card {
    transform: rotate(90deg);
    max-width: 350px;
    transform-origin: bottom left;
  }
}
@media (min-width: 800px) and (max-width: 1000px) {
  .marqueeContainer .card {
    margin-bottom: -12%;
    min-height: 410px;
  }
}
@media (min-width: 600px) and (max-width: 800px) {
  .marqueeContainer .card {
    min-height: 350px;
  }
}
@media (max-width: 500px) {
  .marqueeContainer .card {
    min-width: 280px;
  }
}
.marqueeContainer .card .post-link {
  text-decoration: none;
  color: #fff;
}
.marqueeContainer .card .postHead {
  display: flex;
  align-items: center;
  gap: 4px;
}
.marqueeContainer .card .postHead .profile {
  width: 50px;
  height: 50px;
}
.marqueeContainer .card .postHead .profile img {
  width: inherit;
  height: inherit;
}
.marqueeContainer .card .postHead .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  /* border: 1px solid red; */
  width: 100%;
}
.marqueeContainer .card .postHead .info .infoR {
  width: 25px;
  height: 25px;
}
.marqueeContainer .card .postHead .info .infoR img {
  width: inherit;
  height: inherit;
}
.marqueeContainer .card .postHead .info .infoL .username {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 2px;
}
.marqueeContainer .card .postHead .info .infoL .username h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.marqueeContainer .card .postHead .info .infoL .username img {
  width: 16px;
  height: 16px;
}
.marqueeContainer .card .postHead .info .infoL .date p {
  color: #9CA0AC;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  font-family: "mulish";
}
.marqueeContainer .card .post {
  max-width: 350px;
  max-height: 350px;
  position: relative;
}
@media (max-width: 1000px) {
  .marqueeContainer .card .post {
    max-width: 320px;
    overflow: hidden;
    max-height: 245px;
    border-radius: 12px;
  }
}
.marqueeContainer .card .post .postedImg {
  position: relative;
  max-width: 350px;
  max-height: 350px;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
}
.marqueeContainer .card .post .camBox {
  padding: 2px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 4px;
  z-index: 2;
  background-color: transparent;
}
.marqueeContainer .card .post .camBox img {
  width: 28px;
  height: 28px;
}
.marqueeContainer .card .post .visitBtn {
  background-color: #000;
  text-decoration: none;
  padding: 6px 12px;
  text-align: center;
  display: flex;
  width: max-content;
  cursor: pointer;
  border-radius: 5px;
  position: absolute;
  right: 6px;
  bottom: 10px;
}
.marqueeContainer .card .post .visitBtn span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.marqueeContainer .card .caption p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  font-family: "mulish";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.marqueeContainer {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  animation: scroll-up 40s cubic-bezier(0, 0, 1, 1) infinite;
  gap: 24px;
}
@media (min-width: 500px) and (max-width: 1400px) {
  .marqueeContainer {
    gap: 0;
  }
}

.marqueeContainer.scrolldown {
  animation: scroll-down 40s cubic-bezier(0, 0, 1, 1) infinite;
}

@keyframes scroll-up {
  /* 0% {
    transform: translateY(0);
  }
  50% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(-200%);
    } */
  to {
    transform: translateY(-100%);
  }
}
@keyframes scroll-down {
  /* 0% {
      transform: translateY(-200%);
    }
    50% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    } */
  from {
    transform: translateY(-100%);
  }
}
.upperGradient, .lowerGradient {
  z-index: 9;
  position: absolute;
  height: 150px;
  width: 100%;
  background: linear-gradient(180deg, rgba(9, 9, 9, 0) 0%, rgba(9, 9, 9, 0.9) 100%);
}

.upperGradient {
  top: 0;
  right: 0;
  left: 0;
  transform: rotate(180deg);
}

.lowerGradient {
  bottom: 0;
  right: 0;
  left: 0;
  /* background: linear-gradient(180deg, rgba(9, 9, 9, 0) 0%, rgba(9, 9, 9, 0.9) 100%); */
}

.newsFeed {
  /* width: 50%; */
  height: fit-content;
  position: relative;
  z-index: 99;
}
.newsFeed p {
  color: #2E3238;
  font-family: Mulish;
  font-size: 96px;
  font-weight: 900;
  line-height: 120.48px;
  white-space: nowrap;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -390px;
  /* position: absolute;
  left: 300px;
  top: 0;
  bottom: 0; */
  transform: rotate(-90deg);
}
@media (max-width: 1200px) {
  .newsFeed p {
    left: -308px;
    font-size: 80px;
  }
}
@media (max-width: 1100px) {
  .newsFeed p {
    position: unset;
    transform: rotate(0);
  }
}

@keyframes scroll-horizontalR {
  /* 0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%); 
  } */
  to {
    transform: translateX(-100%);
  }
}
@keyframes scroll-horizontalL {
  /* 0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%); 
  } */
  from {
    transform: translateX(-100%);
  }
}
@media (max-width: 1200px) {
  .postmain {
    padding: 0;
  }
}
@media (max-width: 800px) {
  #section {
    flex-direction: column;
  }
  .newsFeed {
    width: 100%;
    text-align: center;
  }
  .newsFeed p {
    transform: rotate(0deg);
    font-size: 56px;
    position: relative;
    left: 0;
    margin: 0;
  }
  .postedImg {
    width: 100%;
    height: 180px;
  }
  .card {
    margin-block: 0;
    padding: 10px;
  }
  .card .caption p {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .postmain {
    min-width: 100vw !important;
    width: 100vw;
    padding: 0;
  }
  #section {
    flex-direction: column;
    justify-content: space-between;
  }
  .sectionContainer {
    width: 97%;
  }
  .newsFeed {
    width: 100%;
    text-align: center;
  }
  .newsFeed p {
    transform: rotate(0deg);
    font-size: 56px;
  }
  .innerSection {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 24px;
    padding: 0;
    /* @media (max-width:1500px){
      gap:0px;
    } */
  }
  .marqueeContainer {
    flex-direction: row;
    animation: scroll-horizontalR 40s cubic-bezier(0, 0, 1, 1) infinite;
    /* animation: none; */
  }
  .marqueeContainer.scrolldown {
    animation: scroll-horizontalL 40s cubic-bezier(0, 0, 1, 1) infinite;
    /* animation: none; */
  }
  .postedImg {
    /* width: 225px;
    height: 200px; */
  }
  .card {
    margin-block: 0;
    padding: 10px;
  }
  .card .postHead .profile {
    height: 45px;
    width: 45px;
  }
  .card .postHead .info .infoL .username h3 {
    font-size: 17px;
  }
  .card .postHead .info .infoL .date p {
    font-size: 11px;
  }
  .card .caption p {
    font-size: 12px;
  }
  .innerContainer {
    display: flex;
    gap: 24px;
    justify-content: space-between;
  }
}
.innercontainer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
}