* {
  padding: 0;
  margin: 0;
  scrollbar-width: none;
}

::-moz-selection { /* Code for Firefox */
  background: #5CFF23;
  color: white;
}

::selection {
  background: #5CFF23;
  color: white;
}

::-webkit-scrollbar {
  display: none;
}

.new {
  background: linear-gradient(180deg, rgba(27, 101, 1, 0) 0%, #6CFF39 100%),
    linear-gradient(180deg, #5CFF23 0%, #32BF00 100%);
  border: 2px solid;
  border-image-source: linear-gradient(180deg, rgba(27, 101, 1, 0) 0%, #6CFF39 100%);
  border: 2px
}

.nb {
  font-size: 24px;
  font-weight: 700;

}

.navSignIn {
  color: white;
}

.navSignIn:hover {
  color: white;
}

.about-hero-heading{
  font-size: 4rem;
  font-family: 'Archivo';
  font-weight: 900;
}

.about-us-list-1{
  height: 100%;
}

.bg-gradient-animated {
  position: relative;
  overflow: hidden
}

.bg-gradient-animated:before {
  animation: shiftPosition 9s infinite alternate;
  background: linear-gradient(263.82deg, #9fef00 -2.48%, #21ef00 99.33%);
  bottom: -50%;
  content: "";
  filter: blur(200px);
  height: 347px;
  left: -8%;
  position: absolute;
  width: 347px
}
@keyframes shiftPosition {
  to {
      left: 100%
  }
}

.effect-sliding-horizontal {
  /* display: block; */
  color: green;
  text-indent: 0
}

@media(min-width:568px) {
  .effect-sliding-horizontal {
      /* display: inline-block; */
      text-indent: 8px
  }
}

.effect-sliding-horizontal span {
  animation: topToBottom 15s ease-in-out infinite 0s;
  opacity: 0;
  overflow: hidden;
  position: absolute
}

@keyframes topToBottom {
  0% {
      opacity: 0
  }

  5% {
      opacity: 0;
      transform: translateY(-30px)
  }

  10% {
      opacity: 1;
      transform: translateY(0)
  }

  25% {
      opacity: 1;
      transform: translateY(0)
  }

  50% {
      opacity: 0;
      transform: translateY(30px)
  }

  80% {
      opacity: 0
  }

  to {
      opacity: 0
  }
}

.effect-sliding-horizontal span:nth-child(2) {
  animation-delay: 5s
}

.effect-sliding-horizontal span:nth-child(3) {
  animation-delay: 10s
}

@media screen and (min-width:1200px) {
    .about-us-list-1{
      height: 80%;
    }
}

@media screen and (max-width:567px) {
  .navSignIn {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #05FF00;
    border-radius: 10px;
    padding: 0.25rem 1rem;
    color: black;
  }
.tex-ind{
  text-indent: 10px;
}
  .about-hero-heading{
    font-size: 2.5rem;
    
    font-weight: 500;
  }

  .navBut {
    display: inline-block;
    width: 100%;
    margin-top: 0.7rem;
  }
  .storeIcons{
    justify-content: center;
  }
}


.cy {
  background: rgba(92, 255, 35, 1);
  width: 214.83px;
  top: 78.04px;
  left: 153.7px;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: center;
}

.tp {
  font-family: Archivo;
  font-size: 36px;
  font-weight: 800;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(255, 255, 255, 1);

}

.ac {
  color: #FFF;
  font-weight: 400;

}

.ac:hover {
  color: #FFF;
}

li a {
  margin-left: 30px !important;
}

.si {
  width: 100px;

  font-family: Inter;
  font-size: 22px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  padding-top: 5px;
}

.gt {

  color: rgba(0, 0, 0, 1);
  background: linear-gradient(180deg, #5CFF23 0%, #32BF00 100%),
    linear-gradient(180deg, rgba(133, 255, 90, 0) 0%, #6CFF39 100%);
  border: 2px solid;

  border-image-source: linear-gradient(180deg, rgba(133, 255, 90, 0) 0%, #6CFF39 100%);
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  text-align: center;



}

.cys {

  font-family: Archivo;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  color:
    rgba(255, 255, 255, 1);
  padding-top: 100px;
  padding-right: 15px;
  line-height: 45px;
}

.ct {

  color: rgba(92, 255, 35, 1);

}

.dy {
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: rgba(164, 177, 205, 1);
}

.gen {
  width: 304px;
  height: 57px;
  border-radius: 5px;
  background: linear-gradient(180deg, #5CFF23 0%, #32BF00 100%),
    linear-gradient(180deg, rgba(133, 255, 90, 0) 0%, #6CFF39 100%);

  border-image-source: linear-gradient(180deg, rgba(133, 255, 90, 0) 0%, #6CFF39 100%);

  font-family: Inter;
  font-size: 24px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
}

.cg {
  border-radius: 26px;
  /* border: 2px solid #FFF; */
  background: #1A2332;
  box-shadow: 1px 3px 5px 0px rgba(69, 235, 29, 1);

}

.certified {
  color: white;
  color: #FFF;
  font-family: Archivo;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 42px;
}

.row {
  --bs-gutter-x: 0
}

.sk {
  color: #FFF;
  font-family: Inter;
  font-size: 21px;
  text-align: center;
  /* width: 210px; */
}

.hr {
  color: #5CFF23;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.online {
  /* width: 180px;
height: 60px; */
  flex-shrink: 0;
  color: #FFF;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.44);
  font-family: Inter;
  font-size: 1rem;
  font-weight: 600;
  /* border-radius: 8px; */
}

#button1 {
  background: linear-gradient(180deg, #57F71E 0%, #1F7401 100%);
  color: white;
  border: 2px solid #a7afa4;
  border-right: none;


}

#button2 {
  background-color: transparent;


  color: white;
  border: 2px solid #a7afa4;

}

.press-start {
  font-family: "Press Start 2P", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
}


.mdcs {
  border-radius: 10px;
  background: radial-gradient(110.55% 113.21% at 23.98% -32.98%, #05FF00 0%, rgba(5, 255, 0, 0.53) 68.89%, rgba(27, 4, 77, 0.00) 100%);
  height: 300px;

}

.js-ag-carousel {
  padding: 5px 0;
}


.svg-pen {
  top: 65%;
  left: 60%;
  position: absolute;
  max-width: 7ch;
  height: 33px;
}

.svg-pen1{
  position: absolute;
  left: 62%;
  top: 65%;
  /* max-width: 7ch; */
  /* height: 33px; */
}

.svg-pen2 {
  top: 50%;
  left: 48%;

}

.svg-pen3 {
  top: 50%;
  left: 58%;

}

@media screen and (max-width: 480px) {
  .svg-pen {
    top: 65%;
    left: 48%;
    height: 63px;
    max-width: 6ch;
  }

  .svg-pen1{
    left: 40%;
    top: 82%;
    /* height: 63px; */
    max-width: 18ch;

  }

  .svg-pen2 {
    top: 50%;
    left: 30%;
  }

  .svg-pen3 {
    top: 65%;
    left: 30%;

  }
}


html,
body {
  position: relative;
  height: 100%;
}



swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.cpts {
  font-family: Press Start 2P;
  font-size: 64px;
  font-weight: 400;
  color: #FFF;
}

.coll {
  font-family: Inter;
  font-size: 36px;
  color: #FFF;
  font-weight: 400;
}




.de {
  position: relative;
  /* width: 50%; */
  overflow: hidden;
}

.col-lg-3 {
  position: relative;
  /* Ensure relative positioning for absolute children */
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #edf5f8;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  /* Allows hover on .de */
  border-radius: 10px;

  color: #000;
  display: flex;
  justify-content: center;
  align-content: center;
}

.de:hover .overlay {
  opacity: 1;
  pointer-events: auto;
  /* Re-enable hover when .de is hovered */

}

.text {
  color: rgb(7, 7, 7);
  font-size: 12px;
  text-align: center;
  margin: 20px;
  /* justify-content: center; */
  align-items: center;
  /* position: absolute; */
  /* top: 40%; 
  left: 40%;  */
  /* transform: translate(-50%, -50%); */
  /* opacity: 0; */
  /* transition: opacity 0.5s ease; */
  font-weight: 400;
  font-family: Inter;
  /* line-height: 10px; */
}

.de:hover .text {
  opacity: 1;
}

.acc {
  background: none;
  color: #FFF;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  border-bottom: 1px solid rgb(128, 128, 128);
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');

.ac {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  background: none;
}

.accd {
  width: 100%;
}

.accordion-item {
  margin-bottom: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* Softer shadow */
  border-bottom: 1px solid gray;
}

.accordion-header {
  color: #FFFFFF;
  /* White text */
  padding: 15px;
  font-size: 18px;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px 8px 0 0;
  transition: background-color 0.3s ease;
  background: none;
}



.accordion-content {
  overflow: hidden;
  padding: 0 15px;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.accordion-content p {
  margin: 15px 0;
  line-height: 1.5;
}

.icon {
  transition: transform 0.3s ease;
}

.active .icon {
  transform: rotate(45deg);
}




.boxc {
  border-radius: 10px;
  border: 2px solid #FFF;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0.13%, rgba(255, 255, 255, 0.00) 99.77%);
  backdrop-filter: blur(20.5px);
}

.team {
  border-radius: 14px;
  background: #1A2332;
}

.teamnk {
  font-family: Archivo;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  color: #FFF;
  border-bottom: dotted greenyellow;
  width: 250px;
}

.teamf {
  color: #FFF;

  font-family: Archivo;
  font-size: 16px;
}

.skills {
  color: #FFF;
  font-family: Archivo;
  font-size: 48px;
  font-weight: 400;
  text-align: center;
}


/* //////////// */
/* footer css */
.tps {
  color: #FFF;
  font-family: Archivo;
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  padding-right: 10px;
}

.cyss {
  background: rgba(92, 255, 35, 1);
  width: 180px;

  border-radius: 10px;
  font-size: 24px;
  font-weight: 700;
}

.allco {

  text-align: center;
  font-family: Inter;
  font-size: 19px;
  line-height: 40px;
}

.allcc {
  color: #FFF;
  text-decoration: none;
}

.terms {
  color: #FFF;

  font-family: Archivo;
  font-size: 20px;
  font-weight: 100;
  padding-top: 20px;
}

button {
  /* width: 200px; Set the desired width */
  /* Optional: Adjust padding as needed */
  border: none;
  cursor: pointer;
  font-size: 24px;
  background: #05FF00;
}



.Creak h2 {
  font-size: 57px !important;
  margin-top: 0% !important;
}

.scrolling-words-contain {
  /* display: flex; */
  align-items: center;
  font-size: 35px;
  font-weight: 600;
}

.scrolling-words-box {
  height: 3.4rem;
  margin: auto;
  overflow: hidden;
}

.scrolling-words-box ul {
  margin: 0 0.625rem;
  padding: 0;
  animation: scrollUp 6s infinite;
}

.scrolling-words-box ul li {
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: flex-end; */
  height: 3rem;
  list-style: none;
}

@keyframes scrollUp {
  33.33% {
    transform: translateY(-33%);
  }

  66.66% {
    transform: translateY(-66%);
  }

  99.9% {
    transform: translateY(-99%);
  }

}

.logg {
  display: grid;
  place-items: center;
  align-content: center;
  background-color: hsl(0, 0%, 10%);
  margin: 2rem;
  /* min-height: 100vh; */
  opacity: 0;
  transform: translateY(50px) scale(0.5);
  transition: all 3s;
  color: #ffffff;
  justify-content: center;
}



.cssanimation,
.cssanimation span {
  animation-duration: 4s;
  animation-fill-mode: both;
}

.cssanimation span {
  display: inline-block
}

.fadeInBottom {
  animation-name: fadeInBottom
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1
  }
}

.mobileview {
  display: none !important;
}

.desktopview {
  display: block !important;
}

@media (max-width:768px) {
  .mobileview {
    display: block !important;
  }

  .desktopview {
    display: none !important;
  }
}

.activenav {
  color: #fff !important;
}


/* counter */



.statistics {
  width: 100%;
  background: #4f8280;
  background: linear-gradient(90deg,
      rgba(79, 130, 128, 1) 0,
      rgba(119, 194, 190, 1) 100%);
}

.statistics-container {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 10px;
  margin-top: 60px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.statistics-card {
  width: 150px;
  height: auto;
}

.statistics-card>img {
  max-width: 48px;
  height: 48px;
  display: block;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.statistics-card>p {
  text-align: center;
  color: white;
  margin-bottom: 10px;
}

.statistics-card>h2 {
  text-align: center;
  color: white;
  margin-bottom: 15px;
}

@media only screen and (min-width: 980px) and (max-width: 1080px) {
  .cy {
    display: none;
  }
}

@media only screen and (max-width: 1470px) {
  .statistics-container {
    gap: 80px 200px;
  }
}


.owl-dots {
  display: none !important;
}