nav {
  z-index: 50;
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  min-height: 13vh;
  width: 100vw;
  background: radial-gradient(
    98.77% 221.99% at 1.23% 2.6%,
    rgba(255, 255, 255, 0.36) 8.01%,
    rgba(255, 255, 255, 0.18) 100%
  );
  border-bottom: 1.46px solid rgb(255, 255, 255);
  backdrop-filter: blur(43.663px);
  font-family: CircularMedium;
  font-size: 20px;
}

@supports (backdrop-filter: blur(43.663px)) {
  nav {
    backdrop-filter: blur(43.663px);
    -webkit-backdrop-filter: blur(43.663px);
  }
}

@supports not (backdrop-filter: blur(43.663px)) {
  nav {
    background: unset;
    background-color: rgba(255, 255, 255, 0.5);
  }
}

.logo {
  flex: 2;
  display: grid;
  place-items: center;
}

.navbar-logo {
  object-fit: cover;
  width: 3vw;
  height: 9vh;
}

.tabs,
.tabs-container {
  flex: 8;
  display: flex;
  align-content: center;
  justify-content: space-around;
  padding: 0;
}
ul {
  margin: 0;
}
nav ul li {
  margin-top: 3px;
}
.ul-items {
  align-content: center;
  justify-content: space-around;
}
.register {
  flex: 2;
  margin-right: 16vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: small;
}
.tabs a {
  color: #272d4e;
  text-decoration: none;
  z-index: 10;
  font-family: CircularMedium;
}
.animation-li {
  background-color: var(--blue3);
  display: block;
  position: relative;
  width: 0;
  height: 9px;
  margin-top: -23px;
  transition: all 400ms;
  cursor: pointer;
  z-index: 1;
}
/*li hover*/
.navbar-li:hover .animation-li {
  width: 100%;
}
/* li active */
nav ul li.active .animation-li {
  width: 100%;
}
.tabs li {
  display: grid;
  place-items: center;
  list-style: none;
}
.menu {
  display: none;
}
.menu div {
  width: 30px;
  height: 5px;
  background-color: var(--blue1);
  margin: 5px;
  transition: all 0.3s ease;
  border-radius: 2px;
}
@media screen and (max-width: 1024px) {
  .tabs {
    flex: 100;
  }
  .register {
    flex: 2;
  }
  .logo {
    flex: 10;
  }
}

@media screen and (max-width: 991px) {
  html,
  body {
    width: 100%;
    position: relative;
    overflow-x: hidden;
  }
  nav {
    z-index: 50;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    height: 10vh;
    width: 100vw;
    backdrop-filter: blur(43.663px);
    font-family: CircularMedium;
    font-size: 20px;
  }
  .navbar-logo {
    object-fit: cover;
    width: 10vw;
  }
  .register {
    display: none;
  }
  .tabs-container {
    display: flex;
    flex-direction: column;
  }
  .animation-li {
    background-color: var(--blue3);
    display: block;
    position: relative;
    width: 0;
    height: 11px;
    margin-top: -25px;
    transition: all 400ms;
    cursor: pointer;
    z-index: 1;
  }
  nav ul li.active .animation-li {
    width: 70%;
  }
  .tabs {
    position: absolute;
    background: linear-gradient(180deg, #e1dcff 0%, #d3e9ff 100%);
    background-color: turquoise;
    right: 6vw;
    height: 80vh;
    top: 16vh;
    width: 88vw;
    border-radius: 44.5px;
    font-size: larger;
    display: grid;
    place-items: center;
    transform: translateX(110%);
    transition: transform 0.3s ease-in;
    overflow-x: hidden;
  }
  li {
    margin: 0.6vh;
  }
  .tabs li {
    opacity: 0;
  }
  .menu {
    margin-right: 7vw;
    display: block;
    cursor: pointer;
    color: var(--blue1);
  }
  .logo {
    margin-left: 8vw;
    display: flex;
    align-items: center;
  }
  .ellipse {
    border-radius: 50%;
    background: linear-gradient(
      75.96deg,
      #9e0f82 13.64%,
      #ff008a 46.53%,
      #6100ff 78.88%
    );
    width: 600px;
    height: 305px;
    z-index: 2;
    top: -5%;
    position: absolute;
    filter: blur(100px);
    right: 20%;
  }
  .ellipse2 {
    border-radius: 50%;
    background: linear-gradient(94.74deg, #0075ff 8.97%, #3fd6ff 94.65%);
    width: 600px;
    height: 305px;
    z-index: 1;
    top: -5%;
    position: absolute;
    filter: blur(100px);
    left: 40%;
  }
  .hero-title img {
    display: none;
  }
}
.nav-active {
  transform: translateX(0%);
}
@keyframes tabsFade {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 9px);
}
.toggle .line2 {
  opacity: 0;
}
.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -9px);
}
.try {
  height: 50vh;
  width: 100vw;
}

.register-button {
  display: grid;
  cursor: pointer;
  place-items: center;
  height: 5.5vh;
  margin-top: -2px;
  width: 19vh;
  color: white;
  background: rgba(0, 117, 255, 1);
  border-radius: 26.5px;
  font-size: 17px;
  font-family: CircularMedium;
}
.bgcolor.scrolled {
  background: radial-gradient(
    101.59% 26006.67% at 101.59% 100%,
    rgba(50, 50, 50, 0.336) 0%,
    rgba(50, 50, 50, 0.168) 100%
  );
  filter: blur(43.663px);
}

@media screen and (min-width: 1025px) {
  .ellipse {
    border-radius: 50%;
    background: linear-gradient(
      75.96deg,
      #9e0f82 13.64%,
      #ff008a 46.53%,
      #6100ff 78.88%
    );
    width: 600px;
    height: 305px;
    z-index: 2;
    top: -38%;
    left: 15%;
    position: absolute;
    filter: blur(100px);
  }
  .ellipse2 {
    border-radius: 50%;
    background: linear-gradient(94.74deg, #0075ff 8.97%, #3fd6ff 94.65%);
    width: 600px;
    height: 305px;
    z-index: 1;
    top: -38%;
    left: 40%;
    position: absolute;
    filter: blur(100px);
  }
}

@media screen and (min-width: 992px) and (max-width: 1124px) {
  .ellipse {
    border-radius: 50%;
    background: linear-gradient(
      75.96deg,
      #9e0f82 13.64%,
      #ff008a 46.53%,
      #6100ff 78.88%
    );
    width: 600px;
    height: 305px;
    z-index: 2;
    top: -30%;
    left: 15%;
    position: absolute;
    filter: blur(100px);
  }
  .ellipse2 {
    border-radius: 50%;
    background: linear-gradient(94.74deg, #0075ff 8.97%, #3fd6ff 94.65%);
    width: 600px;
    height: 305px;
    z-index: 1;
    top: -30%;
    left: 40%;
    position: absolute;
    filter: blur(100px);
  }
}
