html , body {
    background: #0c0c0c;
    scroll-behavior: smooth;
    text-decoration: none;
}

@font-face {
    font-family: 'Gotham Medium';
    src: url(/base/files/gothammedium-webfont.woff);
}

@font-face {
    font-family: 'Gotham Bold';
    src: url(/base/files/gothambold-webfont.woff);
}

body {
    overflow-x: hidden;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    background-image: 
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 40px 40px;
}

nav {
    background: #13131378;
    position: fixed;
    width: calc(100% - 40px);
    left: 5px;
    top: -15px;
    height: 55px;
    z-index: 100;
    border-radius: 7px;
    opacity: 0;
    backdrop-filter: blur(10px);
    filter: drop-shadow(0px 0px 75px #7DF9FF);
    border: solid #7df8ff19 2px;
    transition: all 1.5s;
}

nav.vis {
    opacity: 1;
    top: 5px;
    width: calc(100% - 10px);
}

.nav-logo {
    position: absolute;
    left: 5px;
    top: 2px;
    width: 50px;
    height: 50px;
    user-select: none;
}

.nav-txt {
    position: relative;
    font-size: 25px;
    color: white;
    cursor: pointer;
    text-decoration: none;
    opacity: 0.7;
    transition: all 0.5s;
}

.nav-txt:hover {
    opacity: 1;
    scale: 1.2;
    transform: rotate(360deg);
    color: #d3fdff;
    filter: drop-shadow(0px 0px 5px #7DF9FF);
}

.nav-title {
    position: absolute;
    display: block;
    font-family: 'Gotham Bold';
    color: white;
    font-size: 1.25em;
    text-align: left;
    top: 0px;
    height: 35px;
    left: 60px;
    user-select: none;
}

.nav-right {
    position: absolute;
    right: 10px;
    width: 50%;
    height: 100%;
    display: flex;
    gap: 25px;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.logo {
    position: relative;
    width: 245px;
    margin-top: 145px;
    left: 50%;
    scale: 0.7;
    opacity: 0;
    transform: translateX(-70%) rotate(45deg);
    filter: blur(25px);
    transition: opacity 0.55s ease-in-out , scale 0.65s ease , transform 0.55s ease, filter ease-in-out 1.15s;
}

.logo.vis {
    scale: 1;
    opacity: 1;
    transform: translateX(-50%) rotate(0deg);
    filter: blur(0) drop-shadow(0px 0px 110px #7DF9FF);
}

.menu {
    position: relative;
    width: 100%;
    height: auto;
}

.name {
    position: relative;
    display: block;
    font-family: 'Gotham Bold';
    color: white;
    font-size: 1.5em;
    text-align: center;
    scale: 0.6;
    opacity: 0;
    top: 75px;
    filter: blur(25px);
    transition: opacity ease-in-out 0.85s , scale ease-in-out 0.75s , filter ease-in-out 1.15s , top 1s ease;
}

.name.vis {
    opacity: 1;
    scale: 1;
    top: 0px;
    filter: blur(0);
}

.desc {
    display: block;
    font-family: 'Gotham Medium';
    color: rgb(185, 185, 185);
    text-align: center;
    position: relative;
    opacity: 0;
    top: 25px;
    filter: blur(25px);
}

.desc.vis {
    opacity: 1;
    filter: blur(0);
    top: 0px;
    transition: opacity ease-in-out 0.85s , scale ease-in-out 0.75s , filter ease-in-out 1.15s  , top 1s ease;
}

.desc2 {
    display: block;
    font-family: 'Gotham Medium';
    color: rgb(139, 139, 139);
    text-align: center;
    position: relative;
    opacity: 0;
    top: 25px;
    filter: blur(25px);
}

.desc2.vis {
    opacity: 0.5;
    filter: blur(0);
    top: 0px;
    transition: opacity ease-in-out 0.85s , scale ease-in-out 0.75s , filter ease-in-out 1.15s  , top 1s ease;
}

.menu-move {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    height: 550px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    width: 85%;
}

.ui {
    position: relative;
    display: block;
    width: 719;
    height: 508;
    max-width: 100%; 
    max-height: 100%;
    object-fit: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    scale: 0.8;
    filter: blur(25px);
    top: 10px;
    transition: opacity ease-in-out 0.85s , scale ease-in-out 1s , filter ease-in-out 1.35s, top 1s ease;
}

.ui.vis {
    opacity: 1;
    scale: 1;
    top: 0px;
    filter: blur(0) drop-shadow(0px 0px 110px #7878783a);
}

.bth {
    font-family: 'Gotham Bold';
    color: rgb(255, 255, 255);
    text-align: center;
    position: relative;
    opacity: 0;
    font-size: 1.05em;
    top: 25px;
    cursor: pointer;
    text-decoration: none;
    background: #1c1c1c;
    padding: 12px 12px;
    border-radius: 55px;
    border: solid 2px #252525;
    width: auto; 
    filter: blur(25px);
    transition: opacity ease-in-out 0.55s , scale 0.3s ease, filter ease-in-out 0.65s, top 1s ease , background 0.4s ease , border 0.4s ease , font-size 0.45s ease;
}

.bth.vis {
    opacity: 1;
    scale: 1;
    top: 0px;
    filter: blur(0px);
}

.bth:hover {
    font-size: 1.15em;
    background: #262626;
    scale: 1.05;
    border: solid 2px #4a4a4a;
}

.bths {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}

.features {
    width: calc(100% - 124px);
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}

.planlist {
    width: calc(100% - 350px);
    min-width: 350px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    gap: 80px;
}

.blockst {
    height: 100px;
}

.blockst2 {
    height: 50px;
}

.card1 {
    position: relative;
    width: 365px;
    height: 180px;
    border-radius: 10px;
    border: solid 2px #3939395a;
    background: #2525255c;
    min-width: 340px;
    opacity: 0;
    scale: 0.9;
    filter: blur(25px);
    backdrop-filter: blur(5px);
    transition: all 0.45s ease;
}

.card1.vis {
    opacity: 1;
    scale: 1;
    top: 0px;
    filter: blur(0px);
}

.card1:hover {
    scale: 1.03;
    z-index: 1;
    width: 390px;
    filter: blur(0px) drop-shadow(0px 0px 45px #7878783a);
    border: solid 2px #3f3f3f9b;
    background: #2a2a2a9d;
}

.feature-name {
    position: absolute;
    display: block;
    font-family: 'Gotham Bold';
    color: white;
    font-size: 1.5em;
    text-align: left;
    width: calc(100% - 10px);
    left: 15px;
}

.cardcontent {
    position: absolute;
    display: block;
    font-family: 'Gotham Medium';
    color: rgb(144, 144, 144);
    top: 55px;
    left: 10px;
    width: calc(100% - 10px);
    font-size: 15px;
}

.game1 {
    position: relative;
    width: 300px;
    height: 330px;
    border-radius: 10px;
    border: solid 2px #3939395a;
    background: #2525255c;
    min-width: 290px;
    opacity: 0;
    scale: 0.9;
    filter: blur(25px);
    backdrop-filter: blur(5px);
    transition: all 0.45s ease;
}

.game1.vis {
    opacity: 1;
    scale: 1;
    top: 0px;
    filter: blur(0px);
}

.game1:hover {
    scale: 1.1;
    z-index: 1;
    width: 350px;
    filter: blur(0px) drop-shadow(0px 0px 45px #787878ce);
    border: solid 2px #3f3f3f9b;
    background: #2a2a2a51;
}

.game-menu {
    position: absolute;
    height: 200px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    top: 35px;
    z-index: 1;
}

.game-menu-backdrop {
    position: absolute;
    height: 210px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    filter: blur(10px);
}

.game-text {
    position: absolute;
    display: block;
    font-family: 'Gotham Bold';
    color: white;
    top: 230px;
    font-size: 21px;
    left: 20px;
}

.game-drop {
    position: absolute;
    top: 280px;
    width: calc(100% - 10px);
    height: 45px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    gap: 0px;
}

.game-value {
    position: relative;
    width: 100%;
    height: 20px;
}

.game-key {
    position: absolute;
    font-family: 'Gotham Medium';
    color: rgba(255, 255, 255, 0.846);
    left: 5px;
    font-size: 13px;
    margin-top: 2px;
}

.game-value2 {
    position: absolute;
    font-family: 'Gotham Medium';
    color: rgba(255, 255, 255, 0.785);
    right: 5px;
    font-size: 11px;
    margin-top: 2px;
}

.fn-color-green {
    color: #73ffa9;
}

.fn-color-yellow {
    color: #fff673;
}

.fn-color-red {
    color: #ff7f73;
}

.wrapper {
  width: 100%;
  height: 450px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.inner {
  --w: 150px;
  --h: 175px;
  --translateZ: calc((var(--w) + var(--h)) + 0px);
  --rotateX: -15deg;
  --perspective: 1000px;
  position: absolute;
  width: var(--w);
  height: var(--h);
  top: 25%;
  left: calc(50% - (var(--w) / 2) - 2.5px);
  z-index: 2;
  transform-style: preserve-3d;
  transform: perspective(var(--perspective));
  animation: rotating 20s linear infinite; /* */
}

@keyframes rotating {
  from {
    transform: perspective(var(--perspective)) rotateX(var(--rotateX))
      rotateY(0);
  }
  to {
    transform: perspective(var(--perspective)) rotateX(var(--rotateX))
      rotateY(1turn);
  }
}

.cardframe {
  position: absolute;
  border: 2px solid rgba(var(--color-card));
  border-radius: 12px;
  overflow: hidden;
  backdrop-filter: blur(10px);
  inset: 0;
  transform: rotateY(calc((360deg / var(--quantity)) * var(--index)))
    translateZ(var(--translateZ));
    filter: blur(10px);
    opacity: 0;
  cursor: pointer;
  transition: all 0.5s;
}

.cardframe.vis {
    filter: blur(0px);
    opacity: 1;
}

.exec-card {
    width: 100%;
    height: 100%;
    background: #0000
    radial-gradient(
      circle,
      rgba(var(--color-card), 0.2) 0%,
      rgba(var(--color-card), 0.6) 80%,
      rgba(var(--color-card), 0.9) 100%
    );
}

.exec-logo {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    user-select: none;
    transition: all 0.5s;
}

.cardframe:hover {
    .exec-logo {
        width: 120px;
        height: 120px;
    }
}

.imga {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #0000
    radial-gradient(
      circle,
      rgba(var(--color-card), 0.2) 0%,
      rgba(var(--color-card), 0.6) 80%,
      rgba(var(--color-card), 0.9) 100%
    );
}



.card-plan {
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 2rem;
  width: 320px;
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
  background: rgba(17, 31, 39, 0.489);
  padding: 1.5rem;
  opacity: 0;
  filter: blur(10px) drop-shadow(0px 0px 0px rgb(139, 241, 250));
  backdrop-filter: blur(20px);
  transition: all 0.5s;
}

.card-plan.vis {
    opacity: 1;
    filter: blur(0px);
}

.card-plan:hover {
    scale: 1.015;
    filter: blur(0px) drop-shadow(0px 0px 65px rgba(139, 241, 250, 0.438));
}

.card-plan-prem {
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 2rem;
  width: 320px;
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
  background: rgba(125, 63, 63, 0.489);
  padding: 1.5rem;
  opacity: 0;
  filter: blur(10px) drop-shadow(0px 0px 0px rgb(250, 139, 139));
  backdrop-filter: blur(20px);
  transition: all 0.5s;
}

.card-plan-prem.vis {
    opacity: 1;
    filter: blur(0px);
}

.card-plan-prem:hover {
    scale: 1.015;
    z-index: 2;
    filter: blur(0px) drop-shadow(0px 0px 65px rgba(255, 59, 59, 0.438));
}

.header-plan {
  display: flex;
  flex-direction: column;
}

.title-plan {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #fff;
  font-family: 'Gotham Bold';
}

.price-plan {
  font-size: 3.75rem;
  line-height: 1;
  font-family: 'Gotham Bold';
  font-weight: 700;
  color: #fff;
  position: relative;
  top: 10px;
}

.desc-plan {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  line-height: 1.625;
  font-family: 'Gotham Bold';
  font-size: 18px;
  top: 13px;
  position: relative;
  color: rgba(156, 163, 175, 1);
}

.lists-plan {
  margin-bottom: 1.5rem;
  flex: 1 1 0%;
  color: rgba(156, 163, 175, 1);
  font-family: 'Gotham Bold';
  font-size: 20px;
  left: -15px;
  position: relative;
}

.action-plan {
  border: none;
  outline: none;
  display: inline-block;
  border-radius: 0.25rem;
  background-color: rgb(139, 241, 250);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-family: 'Gotham Bold';
  font-weight: 600;
  letter-spacing: 0.05em;
  cursor: pointer;
  color: rgba(17, 24, 39, 1);
  transition: all 0.5s;
}

.action-plan:hover {
    scale: 1.05;
    background-color: rgb(210, 255, 253);
    color: rgb(0, 0, 0);
}


.action-plan-prem {
  border: none;
  outline: none;
  display: inline-block;
  border-radius: 0.25rem;
  background-color: rgb(255, 110, 110);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-family: 'Gotham Bold';
  font-weight: 600;
  letter-spacing: 0.05em;
  cursor: pointer;
  color: rgba(17, 24, 39, 1);
  transition: all 0.5s;
}

.action-plan-prem:hover {
    scale: 1.05;
    background-color: rgb(255, 193, 193);
    color: rgb(0, 0, 0);
}

.spinner {
  position: fixed;
  width: 24.6px;
  height: 24.6px;
  animation-name: rotateSpin;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: normal;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  --clr: #79e6ff;
  z-index: 150;
  opacity: 1;
  transition: all 0.5s;
}

@keyframes rotateSpin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.spinner div {
  width: 100%;
  height: 100%;
  background-color: var(--clr);
  border-radius: 50%;
  animation: spinnerAni 1s infinite backwards;
}

.spinner div:nth-child(1) {
  animation-delay: 0.12s;
  background-color: var(--clr);
  opacity: .9;
}

.spinner div:nth-child(2) {
  animation-delay: 0.24s;
  background-color: var(--clr);
  opacity: .8;
}

.spinner div:nth-child(3) {
  animation-delay: 0.36s;
  background-color: var(--clr);
  opacity: .7;
}

.spinner div:nth-child(4) {
  animation-delay: 0.48s;
  background-color: var(--clr);
  opacity: .6;
}

.spinner div:nth-child(5) {
  animation-delay: 0.60s;
  background-color: var(--clr);
  opacity: .5;
}

.spinner.hidden {
    opacity: 0;
}

.backdropblur {
    position: fixed;
    width: 100%;
    display: block;
    height: 100%;
    background: #0000007b;
    backdrop-filter: blur(10px);
    z-index: 140;
    transition: all 0.5s;
}

.backdropblur.hidden {
    display: none;
}

@keyframes spinnerAni {
  0% {
    transform: rotate(0deg) translateY(-200%);
  }

  60%, 100% {
    transform: rotate(360deg) translateY(-200%);
  }
}

.foot {
    position: relative;
    width: 100%;
    background: #4242423a;
    height: 50px;
    bottom: 0;
    top: 10px;
    backdrop-filter: blur(3px);
    filter: drop-shadow(0px 0px 75px #787878);
}

footer {
    position: absolute;
    font-family: 'Gotham Medium';
    color: rgba(255, 255, 255, 0.637);
    top: 50%;
    font-size: 13px;
    transform: translateY(-50%);
    left: 10px;
}

.footer-right {
    position: absolute;
    font-family: 'Gotham Medium';
    color: rgba(255, 255, 255, 0.637);
    top: 50%;
    font-size: 13px;
    text-align: right;
    transform: translateY(-50%);
    right: 10px;
}

