@font-face {
  font-family: bolded;
  src: url(fonts/theboldfont.ttf);
}
@font-face {
  font-family: uts;
  src: url(fonts/02UtsukushiMincho.otf);
}
@font-face {
  font-family: clover;
  src: url(fonts/Aqila-DemoVersion-Regular.otf);
}
@font-face {
  font-family: brigast;
  src: url(fonts/Brigast.ttf);
}
@font-face {
  font-family:genoa ;
  src: url(fonts/GenoaRegular.ttf);
}
@font-face {
  font-family: glow;
  src: url(fonts/Cardo-Regular.ttf);
}
@font-face {
  font-family: talico;
  src: url(fonts/cluster-cosmose.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #000000;
    color: #fff;
    scroll-behavior: smooth;
  }
  footer{
    font-family:talico ;
    letter-spacing: 1px;
    font-weight: 100;
  }

  header {
    height: 100vh;
    background-image: url(assets/move.gif);
    background-size: cover;             
    background-position: center;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 2.5rem;
    overflow: hidden;
  }
  .set{
    background: solid;
    background-color: rgba(0, 0, 0, 0.678);
    position: absolute;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    backdrop-filter: blur(3px);
    z-index:1;
    display: flex;
    align-items: center;
    justify-content: center;
    float: center;
  }
  .content{
    z-index: 2;
    text-align: center;
    margin-top: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    .basic{
      text-align: center;
      font-family: glow;
      font-size: 2rem;
      margin-top: -50px;
      font-weight: 4300;
      z-index: 9;
    } 
  }
  section {
    min-height: 100vh;
    padding: 5rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 1s ease, opacity 1s ease;
    opacity: 0;
    transform: translateY(50px);
  }

  section.visible {
    opacity: 1;
  }

  .about {
    background: #000000;
    overflow: hidden;
  }

  .projects {
    min-height: 100vh;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .contact {
    background: #000000;
  }

  h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #00fff7;
  }

  p {
    max-width: 600px;
    line-height: 1.6;
    text-align: center;
  }
  .ai{
    background: solid;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(assets/bg.gif);
    background-position:  center;
    background-size: 2400px;
    background-repeat: no-repeat;
    width:100%;
    height:590px;
    overflow: hidden;
    border-radius: 0px;
    margin-bottom: 30px;
    margin-top: 30px;
    margin-left: 0%;
    transition: 0.5s ease;
    position: relative;
    top: 0px;
    left: 0px;
    .overlay{
        background: solid;
        background-color: rgba(0, 0, 0, 0.534);
        backdrop-filter: blur(40px);
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: -1;
        transition: 0.5s;
    }
    .goAi{
        z-index: 99;
        background-color: rgba(255, 255, 255, 0);
        border-radius: 60px;
        border: solid white 1px;
        padding: 30px 100px;
        position: absolute;
        top: 50%;
        left: 32.5%;
        color: white;
        font-size: 3rem;
        transition: 0.5s;
        font-family: uts;
        font-weight: 1;
    }
    .goAi:hover{
        color: black;
        transition: 0.5s;
        cursor: pointer;
        #ball{
          height: 130px;
          width: 400px;
          left: -0.8%;
          top: -0.8%;
          border-radius: 150px;
          transition: 0.6s;
        }
    }
  }
.nx{
    width:90%;
    height:590px;
    border: none; 
    margin-top: 2rem; 
    border-radius: 30px;
    float: center;
    margin-left: 5%;
    margin-bottom: 2rem;
    transition: 0.5s;
}
.cross{
  position: absolute;
  right: 100px;
  margin-top: 50px;
  border: solid white 2px;
  padding: 8px 8px;
  border-radius: 50px;
  size: 1rem;
  text-align: center;
}
.msg{
  color: white;
  background: solid;
  background-color: rgba(32, 32, 32, 0.452);
  padding: 6px 13px;
  max-width: 100px;
  border-radius: 10px;
  font-size: 0.8rem;
  position: absolute;
  right: 75px;
  margin-top: 0px;
  opacity: 0%;
  transition: 0.5s;
}
.view{
  opacity: 100%;
  transition: 0.3s;
}
.visit{
  display: block;
}
.basic {
  background-color: rgb(73, 206, 73);
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;

}

.basic {
  font-size: 2vw;
  margin-top: 1rem;
}
.images{
  height: 100%;
  width: 100%;
  size: fill;
  position: center;
  opacity: 100%;
  border: solid  rgb(0, 0, 0) 100px;

}
.images{
  position: fixed;
  height: 130%;
  width: 100%;
  size: fill;
  position: center;
  opacity: 100%;
  z-index: 99;
}
.mouser {
  position: absolute;
  width: 540px; /* or smaller */
  height: auto;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform 0.1s linear;
  z-index: -1;
  overflow: hidden;
  filter: blur(4px);
}

.anix {
  opacity: 60%;
  z-index: 99;
  mask-image: linear-gradient(
    to right,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,1) 40%,
    rgba(0,0,0,0) 60%
  );
  mask-size: 200% 100%;
  animation: slideMask 10s linear infinite;
}

@keyframes slideMask {
  0% {
    mask-position: -100% 0;
  }
  100% {
    mask-position: 200% 0;
  }
}
.ins{
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.comment{
  color: white;
  z-index: 99;
  position: absolute;
  top: 30%;
  left: 17%;
  font-family: uts;
  font-size: 3.5rem;
  font-weight: 10;
}
.goAi{
  overflow: hidden;
  #ball{
    background: solid;
    background-color: rgb(255, 255, 255);
    height: 30px;
    width: 30px;
    position: absolute;
    top: 40%;
    z-index: -1;
    left: 10%;
    border-radius: 40px;
    transition: 0.5s;
  }
}
.button{
  background: solid;
  background-color: white;
  height: 40px;
  width: 40px;
  border-radius: 30px;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 99999;
  transition: 0.5s;
}
.buttons{
  background: solid;
  background-color: white;
  height: 40px;
  width: 40px;
  border-radius: 10px;
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 999999999;
  transform: rotate(130deg);
  transition: 0.5s;
}
.back-bo{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: fixed;
  overflow: hidden;
  top: 10px;
  right: 10px;
  background: solid;
  background-color:  rgba(0, 0, 0, 0.055);
  backdrop-filter: blur(70px);
  height: 0vh;
  width: 0%;
  z-index: 9;
  animation: none;
  border-radius: 30px;
  transition: 0.5s;
}
.back--bo{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: fixed;
  overflow: hidden;
  top: 0px;
  right: 0px;
  background: solid;
  background-color:  rgba(0, 0, 0, 0.055);
  backdrop-filter: blur(70px);
  height: 100vh;
  width: 100%;
  z-index: 999999;
  animation: none;
  transition: 0.5s;
  border-radius: 0px;
}
.main-bo{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: solid;
  background-color: rgba(255, 255, 255, 0.425);
  height: 450px;
  width: 350px;
  border-radius: 30px;
}
.links{
  font-family: genoa;
  color: black;
  font-size: 3rem;
  margin-top: 40px;
  margin-bottom: 30px;
  font-weight: 1;
  border-bottom: solid rgba(0, 0, 0, 0.411) 2px;
  border-radius: 2px;
  transition: 0.1s;
}
.links:hover{
letter-spacing: 1.5px;
border-bottom: solid rgba(0, 0, 0, 0.411) 0.5px;
transition: 0.1s;
}
.toggle{
  display: grid;
  z-index: 9;
  position: absolute;
  gap: 30px;
  top: 320px;
  left: 40px;
  overflow: hidden;
}
.toggle_button{
  background-color: rgba(255, 255, 255, 0);
  padding: 20px 100px;
  border: solid white 2px;
  border-radius: 40px;
  color: white;
  font-family: bolded;
  overflow: hidden;
}
#allc{
  background: solid;
  background-color: rgb(255, 255, 255);
  padding: 15px 15px;
  z-index: -1;
  left: 20%;
  top: 6.5%;
  border-radius: 40px;
  transition: 0.5s;
  position: absolute;
  transition: 0.5s;
  overflow: hidden;
}
#allx{
  background: solid;
  background-color: rgb(255, 255, 255);
  padding: 15px 15px;
  z-index: -1;
  left: 20%;
  top: 44.5%;
  border-radius: 40px;
  transition: 0.5s;
  position: absolute;
  transition: 0.5s;
  overflow: hidden;
}
#allz{
  background: solid;
  background-color: rgb(255, 255, 255);
  padding: 15px 15px;
  z-index: -1;
  left: 20%;
  top: 82.5%;
  border-radius: 40px;
  transition: 0.5s;
  position: absolute;
  transition: 0.5s;
  overflow: hidden;
}
.achivments{
  overflow: hidden; 
}
.ai-button{
  overflow: hidden;
}
.pro-button{
  overflow: hidden;
}
.toggle_button:hover{
  overflow: hidden;
  color: black;
  transition: 0.5s;
  cursor: pointer;
  #allc{
    overflow: hidden;
    left: 0%;
    top: 1%;
    padding: 29px 165.4px;
  }
  #allx{
    padding: 29px 165.4px;
    left: 0%;
    top:38.4%;
  }
  #allz{
    padding: 29px 165.4px;
    left: 0%;
    top:75.5%;
  }
}
.hi {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'bolded', sans-serif;
  font-size: 3.5rem;
  margin: 60px 0 20px;
  text-align: center;
}

.abouts {
  font-family: uts, sans-serif;
  font-size: 1.2rem;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto 40px;
  padding: 0 20px;
  color: #b8b8b8;
  padding-bottom: 60px;
  border-bottom: solid rgb(105, 105, 105) 1px;
}

.bolder {
  letter-spacing: 1.5px;
  font-family: genoa;
  font-weight: 10;
  display: block;
  margin-top: 30px;
  font-size: 2rem;
  font-weight: bold;
  color: #f0f0f0;
}
#linker{
  text-decoration:none;
}
html {
  scroll-behavior: smooth;
}
.button_link{
  text-decoration: none;
}
.inprojext{
  position: absolute;
  top: 10px;
  background: solid;
  background-image: url(assets/bss.gif);
  position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 40%;
  filter: blur(40px);
}
.bace{
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
footer{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.icons{
  filter: invert(1); 
  display: flex;
  justify-content: space-between;
  margin: 20px;
  gap: 30px;
}
.ico
{
  width: 30px;
}
.ico:hover{
  transform: scale(1.2);
  filter: invert(80%); 
  transition-duration: 0.5s;
}
.copy{
  font-size: 1rem;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.582);
}
  header h1 {
    color: #ffffff;
    margin-bottom: 0.5em;
    z-index: 2;
    font-family: bolded;
    letter-spacing: 1px;
    font-size: 7rem;
    display: flex;
    float: center;
    margin-left: 2%;
    transition: 0.1s;
  } 
  .bgss{
    background-color: rgba(255, 255, 255, 0);
    height: 70px;
    width: 0%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    backdrop-filter: blur(30px);
    transition: 0.1s;
  }
  .names{
    color: #ffffff;
    margin-bottom: 0.5em;
    z-index: 9999;
    font-family: bolded;
    letter-spacing: 1px;
    font-size: 2.5rem;
    display: flex;
    float: center;
    margin-top: 10px;
    margin-left: 2%;
    transition: 0.1s;
    position: fixed;
    top: 0px;
    left: -700px;
    transition: 0.2s;
  }
  .transformer{
    left: 0px;
    transition: 1s;
  }
  .transitioner{
    width: 100%;
    border-radius:0px 60px 60px 0px;
    transition: 1s;
  }
  .n-icons{
    position: fixed;
    top: -100px;
    size: 0px;
    transition: 0.5s;
  }
  .view{
    position: fixed;
    top: 17px;
    right: 80px;
    display: flex;
    justify-content: space-evenly;
    gap: 30px;
    z-index: 9999;
    filter: invert(100%);
    transition: 0.5s;
  }
  .abouts , .ups{
    animation: shower both;
    animation-timeline: view(); 
  }
  @keyframes shower {
    0%{
      opacity: 10%;
      transform: translate(-200px ,0px);
    }
    50%{
      opacity: 1;
      transform: translate(0px ,0px);
    }
    70%{
      opacity: 1;
      transform: translate(0px ,0px);
    }
    100%{
      opacity: 10%;
      transform: translate(-200px ,0px);
    }
  }
  .project-space{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    position: relative;
    left: -60px;
  }
  .divers{
    background-color: white;
    position: relative;
  }
  .side-plane{
    position: relative;
    right: -200px;
    height: 300px;
    width: 145px;
    border-radius: 30px;
    z-index: 99;
    background-image: url(assets/wallsort.jpg);
    background-size: 150px;
    background-position: -190px;
    transition-duration: 0.4s;
  }
  @keyframes movment-side {
      0%{
        background-position: -190px;
        right: -200px;
        transition-duration: 0.4s;
      }
      100%{
        background-position: 0px;
        right: 0px;
        transition-duration: 0.4s;
      }
  }
  .top-simple{
    height: 100px;
    width: 160px;
    position: relative;
    right: -80px;
    top: -20%;
    margin-right: 20px;
    margin-bottom: 10px;
    border-radius: 30px;
    z-index: 99;
    background-image: url(assets/sub-eye.jpg);
    background-position:  330px -195px;
    background-size: 600px;
    transition-duration: 0.4s;
  }
  @keyframes movment-top {
    from{
      background-position:  330px -195px;
      right: -80px;
      transition-duration: 0.4s;
    }
    to{
      background-position:  270px -195px;
      top: -20%;
      right: -10px;
      transition-duration: 0.4s;
    }
}
  .bace-big{
    background-image: url(assets/project-main.jpg);
    background-size: 720px;
    background-position: -5px -40px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 300px;
    width: 300px;
    border-radius: 30px;
    z-index: 9;
    position: relative;
    transition-duration: 0.4s;
    left: 60px;
    .inbox{
      background-color: black;
      height: 200px;
      width: 200px;
      border-radius: 40px;  
      position: absolute; 
      top: -90px;
      right: -30px;
   }
  }
  .project-idea{
    overflow: hidden;
    margin-left: -50px;
  }
  .memmo{
    position: relative;
    left: 38%;
    font-size: 3rem;
    margin-top: 40px;
  }
  .animation{
    animation: movment-big both 1.5s 1;
  }
  .tope-animation{
    animation: movment-top both 1.5s 1;
  }
  .side-animation{
    animation: movment-side both 1.5s 1;
  }
  @keyframes movment-big {
    from{
      background-position: -5px -40px;
      left: 60px;
      transition-duration: 0.4s;
    }
    to{
      background-position: -175px -40px;
      left: 160px;
      transition-duration: 0.4s;
    }
}
.divers:hover{
  transform: scale(1.2);
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 30px;
  margin-top: 40px;
  transition-duration: 0.4s;
  cursor: pointer;
}
.labels{
  display: flex;
  align-items: center;
  justify-content: center;
}
.azoeye{
  color: white;
  position: relative;
  top: 200px;
  left: 180px;
  font-family: uts ;
  font-weight: 1;
  font-size: 1rem;
  color: rgb(76, 165, 76);
  background-color: rgba(78, 78, 78, 0.377);
  padding: 10px 10px;
  border-radius: 13px;
  transform:scale(0.05) rotate(-90deg);
  transition-duration: 0.3s;
  z-index: -1;
  opacity: 0;
}
.popup{
  transform:scale(1) rotate(0deg);
  transition-duration: 0.3s;
  top: 90px;
  transition-duration: 0.3s;
  z-index: 99;
  opacity: 1;
}
.wallsort{
  color: white;
  position: relative;
  top: 160px;
  left: 80px;
  font-family: uts ;
  font-weight: 1;
  font-size: 1rem;
  color: rgb(156, 175, 156);
  background-color: rgba(78, 78, 78, 0.377);
  padding: 10px 10px;
  border-radius: 15px;
  transition-duration: 0.3s;
  z-index: -1;
  transform:scale(0.05) rotate(90deg);
  opacity: 0;
}
.visble{
  transform:scale(1) rotate(0deg);
  transition-duration: 0.3s;
  left: 365px;
  transition-duration: 0.3s;
  z-index: 99;
  opacity: 1;
}
.website{
  color: white;
  position: relative;
  top: 160px;
  left: -280px;
  font-family: uts ;
  font-weight: 1;
  font-size: 1rem;
  color: rgb(185, 76, 42);
  background-color: rgba(78, 78, 78, 0.377);
  padding: 10px 10px;
  border-radius: 15px;
  transition-duration: 0.3s;
  z-index: -40;
  transform:scale(0.05) rotate(-90deg);
  opacity: 0;
}
.fg{
  transform:scale(1) rotate(0deg);
  transition-duration: 0.3s;
  left: -434px;
  transition-duration: 0.3s;
  z-index: -1;
  opacity: 1;
}
.loading{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999999;
}
.bgblur{
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.349);
  backdrop-filter: blur(100px);
  height: 100vh;
  width: 100%;
}
.loader {
  font-family: uts;
  font-size: 2rem;
  color: white;
  font-weight: 1;
  text-align: center;
  align-items: center;
  z-index: 999999999;
  position: fixed;
  top: 50%;
  left: 36%;

  /* Mask effect */
  -webkit-mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 40%,
    rgba(0, 0, 0, 0) 60%
  );
  -webkit-mask-size: 200% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: -100% 0;
  
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 40%,
    rgba(0, 0, 0, 0) 60%
  );
  mask-size: 200% 100%;
  mask-repeat: no-repeat;
  mask-position: -100% 0;

  animation: slideMask 4s linear infinite;
}

@keyframes slideMask {
  0% {
    -webkit-mask-position: -100% 0;
    mask-position: -100% 0;
  }
  100% {
    -webkit-mask-position: 200% 0;
    mask-position: 200% 0;
  }
}
.fade-out {
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}
.tech{
  color: white;
  background-color: rgba(255, 255, 255, 0.116);
  margin-top: 60px;
  padding: 10px 20px;
  gap: 10px;
  border-radius: 40px;
  cursor: pointer;
  backdrop-filter: blur(30px);
  outline: solid rgba(134, 134, 134, 0.527) 1px;
  transition: 0.3s;
}
.tech:hover{
  padding: 12px 62px;
  transition: 0.3s;
}
.menues{
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 9999;
}
.menues-txt{
  font-size: 0.01rem;
  position: fixed;
  right: 10px;
  top: 10px;
  color: white;
  background-color: rgba(255, 255, 255, 0.137);
  padding: 0px 0px;
  border-radius: 10px;
  opacity: 0;
  transition: 0.2s;
}
.appearing{
  padding: 5px 5px;
  font-size: 0.8rem;
  opacity: 1;
  top: 54px;
  transition: 0.2s;
}
.scroll-explore{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.screollDown{
  font-family: uts;
  font-weight: 1;
  position: fixed;
  bottom: 10px;
  z-index: 999;
  font-size: 1rem;
  color: white;
  background-color: rgba(255, 255, 255, 0);
  padding: 10px 20px;
  border-radius: 50px;
  backdrop-filter: blur(90px);
  outline: solid rgba(129, 129, 129, 0.226) 1px;
  opacity: 1;
  transition: 0.5s;
}
.fadeout{
  opacity: 0;
  z-index: -10;
  transition: 0.5s;
  bottom: 8px;
  transition: 0.5s;
}
.azo{
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 9999;
  transition-duration: 0.4s;
  animation: wave 2s infinite;
}
.bodys{
  background-color: rgba(31, 28, 28, 0.397);
  height: 80px;
  width: 130px;
  border-radius: 30px;
  overflow: hidden;
  backdrop-filter: blur(50px);
  outline: solid rgba(92, 92, 92, 0.562) 1px;
}
.eyes{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
}
.eye{
  position: relative;
  top: 24px;
  left: 24px;
  outline: solid rgb(32, 128, 32) 1px;
  background-color: rgb(60, 216, 60);
  height: 40px;
  width: 30px;
  border-radius: 10px;
  animation: blink 6s infinite;
}
@keyframes blink {
  0%{}
  43%{
    height: 40px;
    top: 24px;
  }
  44%{
    height: 10px;
    top: 34px;
  }
  50%{
    height: 40px;
    top: 24px;
  }
  60%{}
  100%{}
}
@keyframes wave{
  0%{
    right: 30px;
    bottom: 30px;
  }
  50%{
    right: 30px;
    bottom: 20px;
  }
  100%{
    right: 30px;
    bottom: 30px;
  }
}
.azo:hover{
  transform: scale(1.1);
  transition-duration: 0.4s;
}
.messgaes{
  position: fixed;
  font-weight: 1;
  bottom: 60px;
  right: 40px;
  font-family: uts;
  font-size: 0.01rem;
  z-index: -10;
  background-color: rgba(0, 0, 0, 0.055);
  outline: solid rgba(138, 138, 138, 0.329) 1px;
  padding: 0px 0px;
  border-radius: 10px;
  backdrop-filter: blur(90px);
  transform: rotate(-90deg);
  animation: popsup 10s infinite;
  transition: 0.5s;
}
@keyframes popsup {
  0%{}
  25%{
    bottom: 40px;
    font-size: 0.01rem;
    z-index: -10;
    padding: 0px 0px;
    transform: rotate(-90deg);
  }
  33%{
    bottom: 130px;
    font-size: 0.4rem;
    z-index: 999;
    padding: 10px 10px;
    transform: rotate(0deg);
  }
  80%{
    bottom: 130px;
    font-size: 0.4rem;
    z-index: 999;
    padding: 10px 10px;
    transform: rotate(0deg);
  }
  85%{
    bottom: 40px;
    font-size: 0.01rem;
    z-index: -10;
    padding: 0px 0px;
    transform: rotate(-90deg);
  }
  100%{}
}
.lab{
  color: white;
  background-color: rgba(255, 255, 255, 0);
  padding: 10px 10px;
  border-radius: 70px;
  font-size: 0.7rem;
  font-family: uts;
  font-weight: 1;
  backdrop-filter: blur(100px);
  outline: solid rgba(255, 255, 255, 0.363) 1px;
  text-align: center;
}
.duration{
  z-index: 99;
  position: absolute;
  right: 250px;
  top: 45.5%;
}
.datee{
  margin-top: 640px;
}
.dateee{
  margin-top: 540px;
}


/* Default thin scrollbar */
html::-webkit-scrollbar {
  width: 6px;
  transition: 0.5s;
  transition: width 0.3s ease;
}

/* Wider scrollbar when scrolling */
html.scroll-active::-webkit-scrollbar {
  width: 12px;
}

/* Track with blur */
html::-webkit-scrollbar-track {
  background: transparent;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
}

/* Thumb (scroll handle) */
html::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

/* Thumb on hover */
html::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.5);
  transition: 0.5s;
}
.errorMessage{
  display: none;
}
@media (max-width: 1150px) {
  body{
    max-width: 80%;
    max-height: 100vh;
    overflow: hidden;
  }
  .loading{
    display: none;
  }
  .errorMessage{
    display: block;
    z-index: 99999999;
    max-width: 100%;
    max-height: 100vh;
    overflow: hidden;
  }
  .bgblock{
    z-index: 99999999;
    background-color: rgba(255, 255, 255, 0);
    height: 150vh;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    backdrop-filter: blur(300px);
  }
  .sorry{
    z-index: 999999999;
    color: white;
    font-size: 2rem;
    position: fixed;
    top: 50%;
    left: 35px;
    font-family: glow;
    font-weight: 1;

  }
}
/*slider animation*/
.slider {
  margin-top: 30px;
  overflow: hidden;
  height: 100px;
  background: #f9f9f900;
  position: relative;
}

.slider-track {
  display: flex;
  animation: scroll 30s linear infinite;
  transition: 0.5s;
}

.logo {
  flex: 0 0 auto; /* Prevent shrinking */
  width: 120px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo img {
  width: 40px;
  object-fit: contain;
  filter: invert(1);
}

/* Scroll only half the total width (since we duplicated the logos) */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}





