body {
  /* background-color: black !important; */
  background: linear-gradient(to right, black, #19191a) !important;
  overflow-x: hidden !important;
}


/* .section1{
  overflow-x: hidden !important;
} */

body::-webkit-scrollbar {
  width: 0.5em;
  background-color: #000000 !important;
}

body::-webkit-scrollbar-track {}

.dex-box {
  width: 500px;
  height: 450px;

  /* border: 1px solid red; */

}

/* .pex-box{
    width: 500px;
    height: 450px;
    
    border: 1px solid red;
    
  } */
.dex-box iframe {
  width: 100%;
  height: 100%;
  /* border: 1px solid red; */

}

body::-webkit-scrollbar-thumb {
  height: 150px !important;
  background-color: rgb(0, 255, 0);
  border-radius: 45px;
  outline: 0px solid rgb(0, 0, 0);
}

.socialbtn1 {
  background-color: white !important;
  border-radius: 15px;
  padding: 18px 60px;
  color: #000000;
  text-decoration: none;
  font-size: 25px;
}

.socialbtn1:hover {
  background-color: rgb(238, 238, 238) !important;
}

.socialbtn2:hover {
  color: rgb(172, 172, 172) !important;
}

.socialbtn2 {
  background-color: none !important;
  border-radius: 15px;
  padding: 18px 60px;
  color: #ffffff;
  text-decoration: none;
  font-size: 25px;
}

.box1 {
  position: absolute;
  height: 100px;
  width: 100px;
  box-sizing: 0px 0px 100px 100px rgba(4, 255, 4, 0.448);
  top: 1000px;
  left: 100px;
  z-index: 1111;
}

.card1 {
  background-color: #1b1b1b;
  border: 1px solid rgb(0, 255, 0);

  border-radius: 10px;
}

.card11 {
  background-color: #111111;
  border: 2px solid #282828;

  border-radius: 10px;
}

.logo-vid{
  height: 70px ; 
  width: 70px  ;
}

.section {
  position: absolute;
  padding-bottom: 200px;
  padding-bottom: 100px;
  height: 100vh;
  width: 100vw;
  /* position: relative; */
  background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.73)),
    url('../images/pixelcut-export.jpg');
  /* background-image: url('../images/matix779.jpeg'); */

  height: 100% !important;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: absolute;
}

.globe1 {
  position: absolute;
  height: 300px;
  width: 300px;
  top: 120px;
  left: calc(100vw - 22vw);
}

.hia {
  cursor: pointer;
  color: white;
}

.hia:hover {
  color: rgb(0, 255, 0) !important;
}

.globe2 {
  position: absolute;
  height: 200px;
  width: 200px;
  top: 120px;
  left: 50px;
}

.globe3 {
  position: absolute;
  height: 300px;
  width: 300px;
  top: 450px;
  left: 50px;
}

.parent {
  background: linear-gradient(to right, black, #19191a) !important;

  position: relative;
  width: 100vw;
  height: 100vh;
  border: 1px solid black;
}

#canvas {
  background: linear-gradient(to right, black, #19191a) !important;

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section1 {
  background: linear-gradient(to right, black, #19191a) !important;

  padding-top: 100px;
  padding-bottom: 100px;
}







@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}

.slider {
  background: none !important;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0);
  height: 50px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100vw;
}

.slider::before,
.slider::after {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  height: 50px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}

.slider .slide {
  height: 50px;
  width: 350px;
}


/* .trans-box {
  display: inline-block;
  float: right;
  position: relative;
  top: 130px;
  left: 0%;
  margin-right: 20px;
  background-color: black;
  border: 2px solid #2fff00;
  padding: 1%;
  z-index: 10000;
  border-radius: 20%;
} */


@media only screen and (max-width: 576px) {


  .section {
padding-top: 15px !important;
    
  }

  .logo-vid{
    height: 70px !important; 
    width: 70px !important;
  }

  /* .trans-box {
    padding: 3%;
    margin-bottom: 100%;

  } */

  .margin-top {
    margin-top: 30px;
  }

  .dex-box {
    width: 100%;
    height: 300px;
    /* border: 1px solid red; */

  }

  .dex-box iframe {
    width: 100%;
    height: 100%;
    /* border: 1px solid red; */

  }
}

@media only screen and (max-width: 480px) {



  .navmob {
    background-color: #000000 !important;
  }

  .card11 {
    margin-top: 50px !important;
  }

  .globe1 {
    position: absolute;
    height: 300px;
    width: 300px;
    top: 780px;
    left: calc(100vw - 95vw);
    opacity: 0.3;
  }

  .globe2 {
    position: absolute;
    height: 200px;
    width: 200px;
    top: 120px;
    left: 50px;
    opacity: 0.3;
  }

  .globe3 {
    position: absolute;
    height: 300px;
    width: 300px;
    top: 450px;
    left: 50px;
    opacity: 0.3;
  }

  .sect1 {
    padding-top: 0px !important;
  }

  .socialbtn1 {
    width: 150px;
    padding: 10px 17px !important;
    height: 60px;
  }

  .socialbtn2 {
    width: 150px;
    padding: 10px 17px !important;
    height: 60px;
  }

  .mbspace9 {
    font-size: 40px !important;
  }

  .ptoke {
    font-size: 12px !important;
  }

  .chartbox {
    width: 300px !important;
    height: 200px !important;
  }

  .mbspace {
    font-size: 50px !important;
  }

  .section {
    position: absolute;
    padding-bottom: 200px;
    padding-bottom: 100px;
    height: 160vh;
    width: 100vw;
  }

  .parent {
    background: linear-gradient(to right, black, #19191a) !important;

    position: relative;
    width: 100vw;
    height: 120vh;
    border: 1px solid black;
  }

  #canvas {
    background: linear-gradient(to right, black, #19191a) !important;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


}




.right2left {
  -webkit-animation: scroll2 40s linear infinite;
  animation: scroll2 40s linear infinite;
}

@-webkit-keyframes scroll2 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(250px * 7));
  }
}

@keyframes scroll2 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(250px * 7));
  }
}




.lef2right{
  -webkit-animation: scroll1 40s linear infinite;
  animation: scroll1 40s linear infinite;
}



@-webkit-keyframes scroll1 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-150px * 7));
  }
}

@keyframes scroll1 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-150px * 7));
  }
}

.slider1 {
  background: none !important;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0);
  height: 300px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100vw;
}

.slider1::before,
.slider1::after {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  height: 300px;
  position: absolute;
  width: 500px;
  z-index: 2;
}

.slider1::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider1::before {
  left: 0;
  top: 0;
}

.slider1 .slide-track1 {
  -webkit-animation: scroll1 40s linear infinite;
  animation: scroll1 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}

.slider1 .slide1 {
  height: 100px;
  width: 350px;
}
@-webkit-keyframes scroll2 {
  0% {
    transform: translateX(-1200px);
  }
  100% {
    transform: translateX(calc(-150px * 5)); /* Adjust based on slide width and number of slides */
  }
}

@keyframes scroll2 {
  0% {
    transform: translateX(-1200px);
  }
  100% {
    transform: translateX(calc(-150px * 5)); /* Adjust based on slide width and number of slides */
  }
}

.slider2 {
  background: none !important;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0);
  height: 300px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100vw;
}

.slider2::before,
.slider2::after {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  height: 300px;
  position: absolute;
  width: 500px;
  z-index: 2;
}

.slider2::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider2::before {
  left: 0;
  top: 0;
}

.slider2 .slide-track2 {
  -webkit-animation: scroll2 20s linear infinite; /* Adjust animation duration */
  animation: scroll2 20s linear infinite; /* Adjust animation duration */
  display: flex;
  width: fit-content; /* Adjust to allow dynamic sizing */
}

.slider2 .slide2 {
  height: 100px;
  width: 350px;
}








.container4 {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;

  font-family: sans-serif;

}

/* Book */
.book {
  position: relative;
  width: 550px;
  height: 600px;
  transition: transform 0.5s;
}

.paper {

  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  perspective: 1500px;

}

.front,
.back {
  border: 2px solid rgb(0, 243, 0);
  background-color: black;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform-origin: left;
  transition: transform 0.5s;
}

.front {
  z-index: 1;
  backface-visibility: hidden;
  border-left: 2px solid rgb(0, 243, 0);
}

.back {
  z-index: 0;
}

.front-content,
.back-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.back-content {
  transform: rotateY(180deg)
}

/* Paper flip effect */
.flipped .front,
.flipped .back {
  transform: rotateY(-180deg);
}

/* Controller Buttons */
.button1 {
  border: none;
  background-color: transparent;
  cursor: pointer;
  margin: 200px;
  transition: transform 0.5s;
  background-color: none;
  height: 70px !important;
  width: 70px !important;
  border-radius: 45px !important;
}

.button1:focus {
  outline: none;
}

.button1:hover i {
  color: #636363;
}

i {
  font-size: 50px;
  color: gray;
}

/* Paper stack order */
#p1 {
  z-index: 3;
}

#p2 {
  z-index: 2;
}

#p3 {
  z-index: 1;
}

.mbspacerd3 {
  font-size: 20px !important;
}

/* Book End  */




@media only screen and (max-width: 1400px) {

  /* Book */
  .roadimg1 {
    height: 300px !important;
    width: auto !important;
  }

  .mbspacerd1 {
    font-size: 25px !important;
  }

  .mbspacerd2 {
    font-size: 20px !important;
  }

  .mbspacerd3 {
    font-size: 16px !important;
  }

  .mbspace {
    font-size: 35px !important;
  }

  .book {
    position: relative;
    width: 400px;
    height: 550px;
    transition: transform 0.5s;
  }

  .paper {

    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    perspective: 1500px;

  }

  .front,
  .back {
    border: 2px solid rgb(0, 243, 0);
    background-color: black;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform-origin: left;
    transition: transform 0.5s;
  }

  .front {
    z-index: 1;
    backface-visibility: hidden;
    border-left: 2px solid rgb(0, 243, 0);
  }

  .back {
    z-index: 0;
  }

  .front-content,
  .back-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .back-content {
    transform: rotateY(180deg)
  }

  /* Paper flip effect */
  .flipped .front,
  .flipped .back {
    transform: rotateY(-180deg);
  }

  /* Controller Buttons */
  .button1 {
    border: none;
    background-color: transparent;
    cursor: pointer;
    margin: 50px;
    transition: transform 0.5s;
    background-color: none;
    height: 70px !important;
    width: 70px !important;
    border-radius: 45px !important;
  }

  .button1:focus {
    outline: none;
  }

  .button1:hover i {
    color: #636363;
  }

  i {
    font-size: 50px;
    color: gray;
  }

  /* Paper stack order */
  #p1 {
    z-index: 3;
  }

  #p2 {
    z-index: 2;
  }

  #p3 {
    z-index: 1;
  }

  /* Book End  */
}



/* FAQ START  */

.accordion {
  background-color: #181818;
  max-width: 700px;
  margin: 50px auto;
  border-top: 6px solid #55ff00;
  line-height: 1.6;
  /* box-shadow: 5px 5px 10px 0px #a4bac1; */
}

.accordion__item {
  border-bottom: 1px solid #2a2a2a;
}

.accordion__title {
  padding: 15px 15px 15px 40px;
  display: block;
  position: relative;
  font-weight: 400;
}

.accordion__title:before {
  font-family: FontAwesome;
  content: "";
  font-size: 20px;
  position: absolute;
  left: 15px;
  top: 12px;
  color: #55ff00;
}

.accordion__title h5 {

  display: inline-block;
}

.accordion__title:hover,
.accordion__title:focus {
  cursor: pointer;
  outline: none;
}

.accordion__title:hover h5,
.accordion__title:focus h5 {
  border-bottom-color: #2a2a2a;
  display: inline-block;
}

.is-expanded .accordion__title:before {
  content: "";
}

.accordion__content-inner {
  padding: 0 40px 10px 40px;
}

.accordion__content {
  transition: height 0.3s ease-out;
  height: 0;
  overflow: hidden;
}

/* FAQ END  */