/* Reset and base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.mobile{
  display: none;
}
.blx{
  display: none;
}

body {
  font-family: 'Segoe UI', sans-serif;
  background: #0f0f0f;
  color: #fff;
  overflow-x: hidden;
}

/* Header */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.05);
  position: sticky;
  top: 0;
  z-index: 100;
}

.logo img {
  height: 48px;
  object-fit: contain;
}

.nav ul {
  list-style: none;
  display: flex;
  gap: 1.5rem;
}

.nav a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  transition: 0.3s;
  display: grid;
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.267);
  padding: 2px 80px;
  border-radius: 10px;
}

.nav a:hover {
  color: #aaa;
}

/* Hero Section */
.hero {
  text-align: center;
  margin: 4rem 0 2rem;
}

.hero-logo img {
  width: 160px;
  height: auto;
  object-fit: contain;
}

.hero-subtext {
  font-size: 2.5rem;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  font-family:'Garamond';
}

/* Carousel Containers */
.carousel-section, .plans-section {
  text-align: center;
  margin: 3rem 0;
}

.carousel-section h2,
.plans-section h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

/* Shared Carousel Styling */
.carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: 1000px;
  margin: auto;
}

.carousel-track {
  display: flex;
  transition: transform 1s ease;
}

.carousel-track img,
.plan-card {
  flex: 0 0 80%;
  margin: 0 2.5%;
  border-radius: 1rem;
  object-fit: cover;
}

.carousel-track img {
  height: 300px;
  border-radius: 1.25rem;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
}

/* Carousel Dots */
.carousel-dots {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.carousel-dots span {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.carousel-dots span.active {
  background: #fff;
  scale: 1.3;
}

/* PLANS Cards */
.plan-card {
  max-width: 230px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(40px);
  padding: 2rem;
  margin: 0 2.5%;
  text-align: center;
  cursor: pointer;
  transition: transform 0.4s ease;
  border-radius: 40px;
  box-shadow: 0 4px 30px rgba(0,0,0,0.1);
}

.plan-card:hover {
  transform: scale(1.03);
}

.plan-price {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.plan-name {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}

.plan-features {
  font-size: 0.9rem;
  color: #ccc;
  margin-bottom: 1.25rem;
}

.plan-button {
  display: inline-block;
  width: 100px;
  height: 30px;
  padding-top: 3px;
  border-radius: 60px;
  background-image: url(psd/ezgif-15776c6e47f65e.gif);
  color: #ffffff;
  font-weight: bold;
  font-size: 1rem;
  transition: 0.3s;
}

.plan-button:hover {
  color: #969696;
  transform: scale(0.9);
  transition-duration: 0.4s;
}

/* Footer */
.footer {
  margin-top: 4rem;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
}

.footer ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.footer a {
  color: #888;
  text-decoration: none;
  font-size: 0.9rem;
  transition: 0.2s;
}


.footer a:hover {
  color: #ffffff;
}
.oas{
  display: none;
}

/* Responsive */
@media (max-width: 768px) {
  .carousel-track img,
  .plan-card {
    flex: 0 0 90%;
    margin: 0 .4%;
  }
  .device{
    display: none;
  }
  .header{
    position: fixed;
    width: 100%;
    overflow: hidden;
  }
  ul{
    display: none;
    opacity: 0%;
    margin-left: -400px;
    gap: 20px;
  }
  .wsa{
    display: block;
    opacity: 100%;
    margin-left: -5px;
  }
  .hero-logo img {
    width: 220px;
    margin-right: 200px;
  }
  .pots{
    z-index: 90;
    background: solid;
    background-color: white;
    border-radius: 50px;
    padding: 15px 15px;
    width: 40px;
    height: 40px;
  }
  .pots:hover{
    border-radius: 20px;
    padding: 108px 120px;
    background-color: #5f5f5f41;
    ul{
      opacity: 100%;
      flex-direction: column;
      gap: 1rem;
      color: black;
      display: block;
      gap: 30px;
      margin-top: -56px;
      margin-left:-60px ;
      transition-duration: 2s;
    }
    transition-duration: 0.5s;
  }

  .hero-subtext {
  margin-top: -70px;
    font-size: 1.8rem;
    margin-left: -210px;
  }
  #we{
    margin-left:-233px;
    margin-bottom:-20px ;
  }
  #plan{
    margin-left:-270px;
  }
  .bos{
    display: flex;
    margin-top: 70px;
    margin-left: -10px;
  }
  .ins{
    display: none;
  }
    .ins{
    display: none;
  }
  .iki{
    display: none;
  }
  .backs{
    background: solid;
    background-color: rgb(0, 0, 0);
    padding: 10px 10px;
    background-image: url(psd/ezgif-15776c6e47f65e.gif);
    background-size: 520px;
    border: solid white 2px;
  }
  @font-face {
    font-family:Uts ;
    src: url(Fonts/02UtsukushiMincho.otf);;
  }
  @font-face {
    font-family: big;
    src: url(Fonts/Brigast.ttf);
  }
  .fonto{
    font-family:sanss; 
    stroke: none;
    font-weight: 100;
    animation: fade 5s linear;
    animation-timeline: view();
    animation-range: entry 10% cover
  }
  .a{
    font-family: big;
    opacity: 70%;
    letter-spacing: 5px;
  }
  .plan-name{
    background-color:rgba(255, 255, 255, 0.11);
    border-radius: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .q{
    font-weight: 10;
    font-family: Uts;
    color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.445);
  }
  #ins{
    width: 25px;
    margin-left: -10px;
    filter: invert(100%);
    opacity: 60%;
  }
  #ins:hover{
    opacity: 80%;
  }
  .about-section{
    font-family: Uts;
    font-weight:10;
  }
  #paaa{
    margin-left: 10px;
  }
  .abt{
    font-family:sanss; 
    stroke: none;
    font-weight: 100;
    font-size: 1.9rem;
    margin-left: 6px;
    margin-bottom: 10px;
  }
  .contacts{
    background: solid;
    background-image: url(assets/scrubble.jpg);
    background-position: -70px;
    margin-top: 30px;
    align-items: center;
    padding-top:50px ;
    padding-bottom: 30px;
    border: solid white 2px;
    .cont{
      font-family: sanss;
      font-weight: 100;
      margin-left: 4px;
      margin-top:0px;
      position: relative;
      top :-40px;
      font-size: 2rem;
      color: rgb(255, 255, 255);
    }
    .button{
      align-items: center;
      justify-content: center;
      display: grid;
      margin-bottom: 10px;
      margin-top: 10px;
      margin-left: 25px;
      padding: 10px 150px;
      border-radius: 30px;
      background: solid;
      background-color: rgba(170, 170, 170, 0.233);
      backdrop-filter: blur(20px);
      border: solid rgba(255, 255, 255, 0.349) 1px;
      z-index: 10;
      
    }
    .oas{
      z-index: 10;
      display: block;
      margin-bottom: 30px;
      font-size: 1.2rem;
      font-family: Uts;
      gap: 20px;
    }
    .button:hover{
      transform: scale(0.95);
      transition-duration: 0.5s;
    }
    #b{
      width: 30px;
    }
  }
  .earn{
    background: solid;
    background-image: url(assets/scrubble.jpg);
    background-position: -100px;
    margin-top: 30px;
    align-items: center;
    padding-top:50px ;
    padding-bottom: 30px;
    border: solid white 2px;
    margin-bottom: 40px;
    #ed{
      font-size: 2.5rem;
      font-family: sanss;
      font-weight: 100;
      margin-top: -40px;
      margin-bottom: 60px;
      margin-left: 10px;
      z-index: 10;
    }
    #mini{
      text-align: center;
      font-family: Uts;
      font-size: 2rem;
      z-index: 10;
    }
    #ref{
      font-size: 1.4rem;
      color: rgb(255, 255, 255);
      font-family: Uts;
      align-items: center;
      justify-content: center;
      padding: 10px 20px;
      margin-top: 10px;
      border-radius: 30px;
      margin-left: 31%;
      background-color: rgb(61, 61, 61);
      box-shadow: 0 0 60px rgb(31, 95, 212);
      border: none;
      animation: clrch 10s infinite;
      overflow: hidden;
      z-index: 9;
    }
    #ref:hover{
      transform: scale(0.9);
      transition-duration: 0.5s;
    }
  }
  @keyframes clrch {
    0%{
      box-shadow: 0 0 100px rgb(31, 95, 212);
    }
    20%{
      box-shadow: 0 0 100px rgb(255, 253, 122);
    }
    40%{
      box-shadow: 0 0 100px rgb(247, 104, 228);
    }
    60%{
      box-shadow: 0 0 100px rgb(31, 41, 180);
    }
    80%{
      box-shadow: 0 0 100px rgb(78, 224, 139);
    }
    100%{
      box-shadow: 0 0 100px rgb(17, 72, 173);
    }

  }
  .oas{
    z-index: -1;
    display: none;
    margin-bottom: 30px;
    font-size: 1.2rem;
    font-family: Uts;
    gap: 20px;
  }
  .bots{
    height: 300px;
    background-color: rgba(255, 255, 255, 0);
    border: none;
  }
  .s{
    background-color: rgba(255, 255, 255, 0.356);
    border: solid rgba(161, 161, 161, 0.39) 1px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    font-family: Uts;
    font-size: 1.5rem;
    background: linear-gradient(to right, #e0eafc, #cfdef3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .s:hover{
    transform: scale(1.1);
  }

  #a{
    padding: 30px 30px;
    max-width:160px;
    position: relative;
    top: 50px;
    left: 50px;
    transform: translate(10px,10px);
    animation: move 30s linear;
    animation-timeline: view();
    animation-range: entry 50% cover
    
  }
  #b{
    padding: 30px 30px;
    max-width:160px;
    position: relative;
    top: 60px;
    left: 60px;
    transform:rotate(0deg);
    animation: rot 30s linear;
    animation-timeline: view();
    animation-range: entry 50% cover
  }
  #c{
    padding: 30px 30px;
    max-width:160px;
    position: relative;
    top: 50px;
    left: 50px;
    transform: translate(10px,10px);
    animation: move 30s linear;
    animation-timeline: view();
    animation-range: entry 50% cover
  }
  @keyframes move {
    0%{
      transform: translate( 10px,10px);
    }
    30%{
      transform: translate( 150px,10px);
    }
    70%{
      transform: translate( 150px,10px);
    }
    100%{
      transform: translate( 10px,10px);
    }
  }
  @keyframes rot {
    0%{
      transform: rotate(0deg);
    }
    30%{
      transform: rotate(-180deg);
    }
    70%{
      transform: rotate(-180deg);
    }
    100%{
      transform: rotate(0deg);
    }
  }
  .contacts{
    margin-top: 0px;
    animation: fadee 3s linear;
    animation-timeline: view();
    animation-range: entry 0% cover
  }
  @keyframes fadee {
    0%{
      opacity: 90%;
    }
    40%{
      opacity: 100%;
      
    }
    100%{
    }
  }
  #asz{
    overflow-y: hidden;
    width: 180px;
    position: absolute;
    top: 540px;
    left: 48px;
    z-index: -1;
  }
  .aim{
    display: block;
    padding: 80px 0px;
    justify-content: center;
    align-items: center;
    text-align: left;
    background:url(psd/4deffb4e-3a24-4d7b-9156-112b8de40e9b.gif);
    background-position: -6px;
    background-size:800px;
  }
  #aam{
    margin-bottom: 20px;
    font-size: 2rem;
    font-family: sanss;
    margin-left: 10px;
  }
  .pa{
    margin-left: 10px;
    font-size: 1rem;
    font-family: Uts;
    font-weight: 100;
    margin-top: 10px;
  }
  .twdh{
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size: 1.7rem;
    font-family: Uts;
    background-color: rgb(167, 255, 95);
  }
  @font-face {
    font-family: sanss;
    src: url(Fonts/Canela-Regular-Trial.otf);
  }
  #q,#w,#r{
    width: 30px;
  }
  #qas{
    width: 30px;
    height: 30px;
    margin-left: 30px;
    filter: invert(80%);
  }
  .aws{
    align-items: center;
    width: 380px;
    margin-bottom: 10px;
    margin-left: 7px;
    border-radius: 20px;
    box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.596);
  }
  #labw{
    animation: lag 10s linear;
    animation-timeline: view(); 
    animation-range: entry 1% cover
    
  }
  #labe{
    animation: log 10s linear;
    animation-timeline: view();
    animation-range: entry 1% cover
  }
  @keyframes lag {
    0%{
      display: grid;
      position: relative;
      top: -190px;
      margin-bottom: 0px;
      z-index: 9;
    }
    80%{
      display: grid;
      position: relative;
      top: 10px;
      margin-bottom: 0px;
      z-index: 9;
    }
  }
  @keyframes log {
    0%{
      display: grid;
      position: relative;
      top: -360px;
      margin-bottom: 0px;
      z-index: 10;
    }
    80%{
      display: grid;
      position: relative;
      top: 10px;
      margin-bottom: 0px;
      z-index: 10;
    }
  }
  #eds{
    filter: invert(80%);
  }
  .wqa{
    width: 20px;
    display: flex;
    margin-left: 20px;
    gap: 30px;
    align-items: right;
    position: relative;

  }
  #asbg{
    overflow: hidden;
    width: 400px;
    position: relative;
    bottom: 180px;
    z-index: -1;
    animation: rotx 10s linear;
    animation-timeline: view();
    animation-range: entry 60% cover
  }
  @keyframes rotx{
    0%{
      transform: rotate(0deg);
    }
    100%{
      transform: rotate(240deg);
    }
  }

  .hero{
    overflow: hidden;
  }
  #ring{
    margin: none;
    overflow: hidden;
    position: relative;
    top:-410px;
    left: -70px;
    background-color: rgba(45, 67, 190, 0);
    border: solid blue 0px;
    border-left: 0px;
    border-bottom: 0px;
    border-radius: 900px 30px 900px 30px;
    padding: 100px 100px;
    z-index: -1;
    transform: rotate(-19deg);
    animation: flows 0.3s linear;
    animation-timeline: view();
    animation-range: entry 0% cover

  }
  @keyframes flows {
    0%{
      border: solid rgb(59, 87, 179) 90px 10px;
      border-left: 0px;
      border-bottom: 0px;
      transform: rotate(40deg);
      border-radius: 0px 0px 0px 30px;
      padding: -100px 100px;
    }
    40%{
      border: solid rgb(80, 117, 240) 130px;
      border-left: 0px;
      border-bottom: 0px;
      transform: rotate(-19deg);
      border-radius: 0px 900px 30px 0px;
      padding: 100px 100px;
    }
    100%{
      border: solid rgb(80, 117, 240) 130px;
      border-left: 0px;
      border-bottom: 0px;
      transform: rotate(-19deg);
      border-radius: 0px 900px 30px 0px;
      padding: 100px 100px;
    }
  }
  .boxv{
    position: relative;
    top: 30px;
    left: 25%;
    background-color: rgba(255, 255, 255, 0.356);
    max-width: 200px;
    padding: 20px 10px;
    border-radius: 20px;
    text-align: center;
    text-decoration: none;
    color: white;
    font-family: Uts;
  }
  #walls{
    color: white;
    font-family: Uts;
    text-decoration: underline;
    font-weight: 20;
  }
  html{
    scroll-behavior: smooth;
  }
  #intro-video {
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    background: black;
    z-index: 9999;
    overflow: hidden;
  }
  
  #intro-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .faq{
    align-items: center;
    background: solid;
    background-image: url(assets/scrubble.jpg);
    background-position: -70px;
    margin-top: 30px;
    align-items: center;
    padding-top:50px ;
    padding-bottom: 30px;
    border: solid white 2px;
    .cont{
      font-family: sanss;
      font-weight: 100;
      margin-left: 4px;
      margin-top:0px;
      position: relative;
      top :-40px;
      font-size: 2rem;
      color: rgb(255, 255, 255);
    }
    .zx{
      text-decoration: underline;
      max-width:300px;
      font-family: Uts;
      color: rgb(255, 255, 255);
      font-size: 1.2rem;
      align-items: center;
      justify-content: center;
      display: grid;
      margin-bottom: 10px;
      margin-top: 10px;
      margin-left: 45px;
      padding: 10px 150px;
      border-radius: 30px;
      background: solid;
      background-color: rgba(170, 170, 170, 0.233);
      backdrop-filter: blur(20px);
      border: solid rgba(255, 255, 255, 0.349) 1px;
      z-index: 10;
      
    }
    .oas{
      z-index: 10;
      display: block;
      margin-bottom: 30px;
      font-size: 1.2rem;
      font-family: Uts;
      gap: 20px;
    }
    .button:hover{
      transform: scale(0.95);
      transition-duration: 0.5s;
    }
    #b{
      width: 30px;
    }
  }
  .hb{
    opacity: 60%;
  }
}
@media (min-width: 828px) {
  @font-face {
    font-family:Uts ;
    src: url(Fonts/02UtsukushiMincho.otf);;
  }
  #intro-video{
    display: none;
  }
  .device{
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999999;
    .bgse{
      background-color: rgba(0, 0, 0, 0.486);
      width: 300vh;
      height: 1000vh;
      overflow: hidden;
      backdrop-filter: blur(120px);
    }
    .hed{
      position: fixed;
      top: 0px;
      left: 0px;
      color: wheat;
      z-index: 99999;
      font-family: Uts;
      font-size: 3rem;
    }
    .sorry{
      font-family: Uts;
      font-size:7rem;
      top: 30px;
      left: 30px;
      font-weight: 10;
    }
    .this{
      top:160px;
      left: 30px;
      font-weight: 10;
    }
    .use{
      top:280px;
      left: 30px;
      font-weight: 10;
    }
    .your{
      top:220px;
      left: 30px;
      font-weight: 10;
    }
    .dopp{
      position: fixed;
      top: 360px;
      color: wheat;
      z-index: 99999;
      font-family: Uts;
      font-size: 2rem;
      right: 60px;
    }
    .logoa{
      width:900px;
      left: 15%;
      top: -120px;
      opacity: 2%;
    }
    .mail{
      font-size: 1rem;
      font-weight: 10;
      top: 90%;
      left: 38%;
      opacity: 70%;
      .clrr{
        color: rgb(224, 224, 224);
        text-decoration: underline;
      }
      .clrr:active{
        color: grey;
      }
      .clrr:hover{
        color: grey;
        transition-duration: 0.5s;
      }
    }
  }
}

.trail-dot {
  position: fixed;
  width: 50px;
  height: 50px;
  background: radial-gradient(circle, #ccc9c986, #9ba4b333 );
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  outline: solid  rgb(0, 102, 255) 2px;
  transform: translate(-50%, -50%) scale(1.5); /* head is thick */
  animation: shrinkFade 1s forwards;
  opacity: 1;
  filter: blur(20px);
}

@keyframes shrinkFade {
  0% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(0.2); /* tail is thin */
    opacity: 0;
  }
}




