::-webkit-scrollbar {
  display: none;
}

@font-face {
  font-family: "dirtyline";
  src: url("src/fonts/PressStart2P-Regular.ttf");
}

@font-face {
  font-family: "unicaone";
  src: url("src/fonts/UnicaOne-Regular.ttf");
}
@font-face {
  font-family: "neonderthaw";
  src: url("src/fonts/Neonderthaw-Regular.ttf");
}
@font-face {
  font-family: "monotseerat";
  src: url("src/fonts/Montserrat-VariableFont_wght.ttf");
}
@font-face {
  font-family: "orbitron";
  src: url("src/fonts/Orbitron-VariableFont_wght.ttf");
}
@font-face {
  font-family: "blacksans";
  src: url("src/fonts/BlackSansaPro-Thin.otf");
}

/* //loader  */
.loadtxt {
  font-family: "dirtyline";
}
#count {
  font-family: "dirtyline";
  -webkit-text-stroke: 1px black;
  color: transparent;
}

#loadtxt2 {
  font-family: "dirtyline";
  -webkit-text-stroke: 3px blueviolet;
  color: transparent;
}

.eventstop h1 span {
  font-family: "blacksans";
}
.eventstop h1 {
  font-family: "orbitron";
}

.sec1ttxt {
  font-family: "unicaone";
}

.txtcont {
  font-family: "dirtyline";
}

.loadtxt {
  font-family: "dirtyline";
}
.infoaftersh1 {
  font-family: "orbitron";
}
.infoaftersh2 {
  font-family: "orbitron";
}

.about h1 {
  font-family: "dirtyline";
}
.about span {
  font-family: "neonderthaw";
}
.about p {
  font-family: "monotseerat";
}

#count {
  font-family: "dirtyline";
  -webkit-text-stroke: 1px black;
  color: transparent;
}

#loadtxt2 {
  font-family: "dirtyline";

  color: transparent;
}
.aartxt {
  font-family: "dirtyline";
}
.aartxt .sp {
  font-family: "dirtyline";
  -webkit-text-stroke: 1px white;

  color: transparent;
}
.filter-blue {
  filter: brightness(0) saturate(100%) invert(30%) sepia(90%) saturate(700%)
    hue-rotate(180deg);
}

/* /// credits  */

.readmore {
  box-shadow: rgba(112, 56, 176, 0.822) 0 15px 30px -5px;
}
.readmore:hover {
  background-color: rgba(112, 56, 176, 0.822);
}

.aar-text {
  background: linear-gradient(
    to right,
    rgba(198, 0, 238, 1),
    rgba(45, 31, 240, 1)
  );
  -webkit-background-clip: text; /* For Safari */
  background-clip: text; /* For other browsers */
  color: transparent;
}

.small-div {
  background: linear-gradient(to right, #c600ee 0%, #2d1ff0 100%);
}

.smal {
  background: linear-gradient(to right, #c600ee 0%, #2d1ff0 100%);
}

.card-container {
  /* Changed class name from "parent" to "card-container" */
  width: 250px;
  height: 250px;
  perspective: 1000px;
}

.card {
  height: 100%;
  border-radius: 50px;
  background: linear-gradient(to right, #c600ee 0%, #2d1ff0 100%);
  transition: all 0.5s ease-in-out;
  transform-style: preserve-3d;
  box-shadow: rgba(5, 71, 17, 0) 40px 50px 25px -40px,
    rgba(5, 71, 17, 0.2) 0px 25px 25px -5px;
}

.glass {
  transform-style: preserve-3d;
  position: absolute;
  inset: 8px;
  border-radius: 55px;
  border-top-right-radius: 100%;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.349) 0%,
    rgba(255, 255, 255, 0.815) 100%
  );
  /* -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px); */
  transform: translate3d(0px, 0px, 25px);
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  transition: all 0.5s ease-in-out;
}

.content {
  padding: 100px 60px 0px 30px;
  transform: translate3d(0, 0, 26px);
}

.content .title {
  display: block;
  color: #ffffff;
  font-weight: 900;
  font-size: 20px;
}

.content .text {
  display: block;
  color: rgba(0, 137, 78, 0.7647058824);
  font-size: 15px;
  margin-top: 20px;
}

.bottom {
  padding: 10px 12px;
  transform-style: preserve-3d;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translate3d(0, 0, 26px);
}

.bottom .view-more {
  display: flex;
  align-items: center;
  width: 40%;
  justify-content: flex-end;
  transition: all 0.2s ease-in-out;
}

.bottom .view-more:hover {
  transform: translate3d(0, 0, 10px);
}

.bottom .view-more .view-more-button {
  background: none;
  border: none;
  color: #00c37b;
  font-weight: bolder;
  font-size: 12px;
}

.bottom .view-more .svg {
  fill: none;
  stroke: #00c37b;
  stroke-width: 3px;
  max-height: 15px;
}

.bottom .social-buttons-container {
  display: flex;
  gap: 10px;
  transform-style: preserve-3d;
}

.bottom .social-buttons-container .social-button {
  width: 30px;
  aspect-ratio: 1;
  padding: 5px;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  border: none;
  display: grid;
  place-content: center;
  box-shadow: rgba(5, 71, 17, 0.5) 0px 7px 5px -5px;
}

.bottom .social-buttons-container .social-button:first-child {
  transition: transform 0.2s ease-in-out 0.4s, box-shadow 0.2s ease-in-out 0.4s;
}

.bottom .social-buttons-container .social-button:nth-child(2) {
  transition: transform 0.2s ease-in-out 0.6s, box-shadow 0.2s ease-in-out 0.6s;
}

.bottom .social-buttons-container .social-button:nth-child(3) {
  transition: transform 0.2s ease-in-out 0.8s, box-shadow 0.2s ease-in-out 0.8s;
}

.bottom .social-buttons-container .social-button .svg {
  width: 15px;
  fill: #00894d;
}

.bottom .social-buttons-container .social-button:hover {
  background: black;
}

.bottom .social-buttons-container .social-button:hover .svg {
  fill: white;
}

.bottom .social-buttons-container .social-button:active {
  background: rgb(255, 234, 0);
}

.bottom .social-buttons-container .social-button:active .svg {
  fill: black;
}

.logo {
  position: absolute;
  right: 0;
  top: 0;
  transform-style: preserve-3d;
}

.logo .circle {
  display: block;
  position: absolute;
  aspect-ratio: 1;
  border-radius: 50%;
  top: 0;
  right: 0;
  box-shadow: rgba(100, 100, 111, 0.2) -10px 10px 20px 0px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: rgba(0, 249, 203, 0.2);
  transition: all 0.5s ease-in-out;
}

.logo .circle1 {
  width: 170px;
  transform: translate3d(0, 0, 20px);
  top: 8px;
  right: 8px;
}

.logo .circle2 {
  width: 140px;
  transform: translate3d(0, 0, 40px);
  top: 10px;
  right: 10px;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  transition-delay: 0.4s;
}

.logo .circle3 {
  width: 110px;
  transform: translate3d(0, 0, 60px);
  top: 17px;
  right: 17px;
  transition-delay: 0.8s;
}

.logo .circle4 {
  width: 80px;
  transform: translate3d(0, 0, 80px);
  top: 23px;
  right: 23px;
  transition-delay: 1.2s;
}

.logo .circle5 {
  width: 50px;
  transform: translate3d(0, 0, 100px);
  top: 30px;
  right: 30px;
  display: grid;
  place-content: center;
  transition-delay: 1.6s;
}

.logo .circle5 .svg {
  width: 20px;
  fill: white;
}

.card-container:hover .card {
  /* Changed class name from "parent" to "card-container" */
  transform: rotate3d(1, 1, 0, 30deg);
  box-shadow: rgba(5, 71, 17, 0.3) 30px 50px 25px -40px,
    rgba(5, 71, 17, 0.1) 0px 25px 30px 0px;
}

.card-container:hover .card .bottom .social-buttons-container .social-button {
  /* Changed class name from "parent" to "card-container" */
  transform: translate3d(0, 0, 50px);
  box-shadow: rgba(5, 71, 17, 0.2) -5px 20px 10px 0px;
}

.card-container:hover .card .logo .circle2 {
  transform: translate3d(0, 0, 60px);
}

.card-container:hover .card .logo .circle3 {
  transform: translate3d(0, 0, 80px);
}

.card-container:hover .card .logo .circle4 {
  transform: translate3d(0, 0, 100px);
}

.card-container:hover .card .logo .circle5 {
  transform: translate3d(0, 0, 120px);
}

/* //fixrd explore  */
/* CSS Variables */

.text {
  text-shadow: 1px 1px 1px #919191, 1px 2px 1px #919191, 1px 3px 1px #919191,
    1px 4px 1px #919191, 1px 5px 1px #919191, 1px 6px 1px #919191,
    1px 7px 1px #919191, 1px 8px 1px #919191, 1px 9px 1px #919191,
    1px 10px 1px #919191, 1px 18px 6px rgba(16, 16, 16, 0.4),
    1px 22px 10px rgba(16, 16, 16, 0.2), 1px 25px 35px rgba(16, 16, 16, 0.2),
    1px 30px 60px rgba(16, 16, 16, 0.4);
}

.stbtntxt {
  background: linear-gradient(to right, #c600ee 0%, #2d1ff0 100%);
  -webkit-background-clip: text; /* For Safari */
  background-clip: text; /* For other browsers */
  color: transparent;
  /* background: linear-gradient(to right, #C600EE 0%, #2D1FF0 100%); */
  color: blue; /* Ensures text is visible */
  text-shadow: 1px 1px 1px #c600ee, /* Purple */ 1px 2px 1px #b100d4,
    1px 3px 1px #9b00b9, 1px 4px 1px #8b00a0, 1px 5px 1px #7a0090,
    1px 6px 1px #690080, 1px 7px 1px #580070, 1px 8px 1px #470060,
    1px 9px 1px #360050, 1px 10px 1px #2a0040,
    /* Blue Transition */ 1px 18px 6px rgba(16, 16, 16, 0.4),
    1px 22px 10px rgba(16, 16, 16, 0.2), 1px 25px 35px rgba(16, 16, 16, 0.2),
    1px 30px 60px rgba(16, 16, 16, 0.4);
}

/* // container  credits */

.containr {
  width: 100%;
  height: fit-content;
  font-family: "Akkurat Mono";
  overflow: hidden;
}

.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* section {
  position: relative;
  width: 100vw;
  height: 100vh;
} */

.pinned {
  background: linear-gradient(to right, #000000, #434343);
}

.pinned .about {
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* .link {
  display: flex;
  justify-content: flex-end;
}

.link a {
  padding: 0.35em;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
} */

.progress-bar {
  width: 2px;
  height: 120px;
  background-color: rgb(40, 40, 40);
}

.progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: 2;
  background-color: #fff;
}

.img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.25);
  width: 25%;
  height: 70%;
  z-index: -1;
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}

.img img {
  filter: contrast(1) brightness(1);
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-sropped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

@media (max-width: 576px) {
  .img {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -30%) scale(1.25);
    width: 85%;
    height: 65%;
    z-index: -1;
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  .progress-bar {
    position: absolute;
    top: 80%;
    left: 90%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 120px;
    background-color: rgb(40, 40, 40);
  }
}

@media (min-width: 640px) and (max-width: 1024px) {
  .img {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -30%) scale(1.25);
    width: 55%;
    height: 60%;
    z-index: -1;
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }

  .progress-bar {
    position: absolute;
    top: 80%;
    left: 90%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 120px;
    background-color: rgb(40, 40, 40);
  }
}

.info p {
  font-family: "orbitron", sans-serif;
}

.ss {
  -webkit-text-stroke: 2px white;
  color: transparent;
}
