html, body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

body {
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

body {
  font-family: "Chivo", sans-serif;
  background-color:#030712;
  overflow-x: hidden;
}

.text-logo{
  font-weight: 600;
  color:white;
  line-height: 1.75rem;
}

.header {
  height: 64px;
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding: 0px 24px;
  justify-content: space-between;
  border-bottom: 1px solid #1f2937;
  position: fixed;
  background: rgb(3 7 18 / 40%);
  backdrop-filter: blur(8px);
  z-index: 5;
}

.nav-link {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
  font-size: 0.875rem;
  margin: 1.5rem;
  text-decoration: none;
}

.header-logo{
  display:flex;
  align-items:center
}

.sign-up{
    border-radius: 8px;
    height: 40px;
    padding: 0px 15px;
    border: none;
}

.login {
    border-radius: 8px;
    height: 40px;
    padding: 0px 15px;
    border: none;
    background: #0f1725;
    color: white;
    margin-left: 10px;
}

section.section-middle {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}

p.desc-price {
    color: #929baf;
    max-width: 900px;
    display: flex;
    text-align: center;
    line-height: 26px;
}

.nav {
  user-select: none;
}

.nav-link:hover {
  color:white;
}

.hover-button {
    transition: box-shadow 0.3s;
}

.hover-button:hover {
    box-shadow: 0 0 10px #283a5a;
}

.hover-button2 {
    transition: box-shadow 0.3s;
}

.hover-button2:hover {
    box-shadow: 0 0 10px #fefbfb;
}

.hover-button3 {
    transition: box-shadow 0.3s;
}

.hover-button3:hover {
    box-shadow: 0 0 10px #283a5a;
}

section.footer {
  position: relative;
  z-index: 3;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 127px;
}

.login-button {
  display: flex;
  align-items: center;
}

.ico {
  width: 1rem;
  height: 1rem;
  margin-right: 0.1rem;
}

.ico {
  transform: translateY(3px);
}

.title2 {
  font-size: 2.4rem;
  margin: 0px;
  text-align: center;
  margin-top: 32px;
  color: white;
  margin-top: 162px;
}

.desctitle2 {
  /* text-align: center; */
  margin-top: 10px;
  color: #8c96aa;
  margin: 0;
  font-size: 1.10rem;
  line-height: 1.4;
  max-width: 1024px;
  margin-top: 10px;
}

.info-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0px 1rem;
  align-items: center;
}

@media (min-width: 768px) {
    .info-box {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.elevate-desc {
  display: grid;
  color: white;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
  margin-bottom: 3rem;
  gap: 2rem;
}

.elevate-desc-box:hover {
    transform: translate(-0.25rem, -0.25rem);
}

.elevate-desc-box {
    gap: 0.25rem;
    transition: 0.2s;
    cursor: default;
}

@media (min-width: 640px) {
    .elevate-desc {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 640px) {
    .elevate-desc {
        max-width: 56rem;
    }
}

@media (min-width: 1024px) {
    .elevate-desc {
      max-width: 64rem;
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.info {
  /* margin-top: 100px; */
  width: 100%;
  margin-bottom: 95px;
}

.elevate-desc-p {
  color: #8c96aa;
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.25rem;
}

.elevate-desc-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 0;
}

.scroll-ico {
  width: 50px;
  height: 50px;
}

.scroll-ico-box {
  margin-top: 52px;
}

.scroll-ico-box {
  position: relative;
  display: inline-block;
}

.scroll-ico {
  transition: box-shadow 0.3s;
}

.scroll-ico:hover {
  box-shadow: 0 0 10px white;
}

.scroll-ico {
    border-radius: 8px;
    width: 50px;
    height: 50px;
}


.blur {
  height: 12rem;
  width: 12rem;
  background-color: #9600f4;
  filter: blur(100px);
  border-radius: 100px;
  z-index: 0;
  position: absolute;
}

.grid {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  z-index: -1;
}

.grid-svg {
  height: 80%;
  width: 80%;
  position: relative;
  z-index: 1;
}


.title_p {
  font-size: 9rem;
  font-weight: 700;
  letter-spacing: -0.8rem;
  display: flex;
  flex-direction: column;
  position: absolute;
  justify-content: center;
  align-self: center;
  height: 100%;
  margin-bottom: 53px;
  z-index: 3;
}

.title_p > p {
  margin: 0;
  line-height: 10rem;
  width: auto;
}

.title_p > p:nth-child(1){
  align-self: flex-start;
}

.title_p > p:nth-child(2){
  color: #9600f4;
  align-self: flex-end;
}

.title_p > p:nth-child(3){
  align-self: flex-end;
}



.top-right {
  position: absolute;
  top: 144px;
  right: 68px;
  z-index: -1;
  opacity: 66%;
}

.bottom-left {
  position: absolute;
  bottom: 89px;
  left: 88px;
  z-index: -1;
}

.bottom {
  position: absolute;
  bottom: 31px;
}




.bottom {
    transition: box-shadow 0.3s, opacity 0.3s; 
}

.bottom:hover {
    opacity: 0.6;
}

.bottom {
    opacity: 0.2; 
    z-index: 10;
}



.button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  height: 50px;
  width: 160px;
  z-index: 2;
  bottom: 194px;
  z-index: 3;
}

.button-vrm {
  height: 50px;
  width: 160px;
  border: none;
  border-radius: 13px;
  background-color: hsl(358deg 0% 100% / 1%);
  box-shadow: 0px -3px 15px 0px #a733ef4d inset;
  color: #ffffff;
  position: absolute;
  transform: translateY(0px);
  transition: all 0.2s ease;
  z-index: 3;
}

.all-start-button {
  width: 100px;
  height: 60px;
  background-color: #be08ff45;
  border-radius: 100%;
  filter: blur(20px);
  position: absolute;
  bottom: -50%;
  transition: all 0.2s ease;
}

.button:hover > span {
  opacity: 60%;
}

.button:hover > button {
  transform: translateY(5px);
}

.section-middle::after {
  background-color: #030712;
  border-radius: 50%;
  content: "";
  width: 100%;
  transform: scaleX(2);
  aspect-ratio: 1 / .7;
  top: 102%;
  z-index: 2;
  position: absolute;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  height: 1263px;
}

.info-box {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0px 2rem;
  z-index: 3;
}


.section-middle::before {
  content: "";
  background-image: radial-gradient(circle at bottom center, #9e00f4, transparent 70%);
  opacity: .4;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -267px;
  z-index: 1;
}


.pricebox {
  border-radius: 10px 10px 15px 15px;
  background-color: #030712;
  box-shadow: 0px -3px 15px 0px #242529 inset;
  display: flex;
  height: 335px;
  width: 250px;
  flex-direction: column;
  align-items: center;
  transition: 0.2s;
  border: 1.5px solid #1f2937;
  height: 300px;
}

.pricebox:hover{
  transform: translate(-0.25rem, -0.25rem);
}


.desc-start_plan {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
}

.start_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border-radius: 0px 0px 10px 10px;
}

.start_plan {
  text-decoration: none;
  color: #030712 !important;
  font-weight: 600;
  font-size: 17px;
  padding: 10px 60px;
  margin-bottom: 15px;
  background: white;
  border-radius: 6px;
}

.price {
  font-family: "Poppins", sans-serif;
  margin: 0;
  margin-top: 9px;
  cursor: default;
  color: #ffffff;
}

.desc-plan {
  color: #ffffff;
  display: flex;
  text-align: center;
  line-height: 26px;
  max-width: 175px;
  margin-left: 4px;
}

.name {
  color: #ffffff;
}

.price-box {
  display: flex;
  justify-content: center;
}

.article_list {
  margin-top: 25px;
  display: flex;
  justify-content: space-around;
  max-width: 865px;
  width: 100%;
  margin-bottom: 30px;
}

.start_box1 {
  background: none;
}

.start_box3{
  background: none;
}

.start_plan_black {
  color: #ffffff;
}

.desc-box {
  display: flex;
  align-items: center;
  JUSTIFY-CONTENT: center;
  border-top: 1.5px solid #1f2937;
  width: 90%;
}

svg#Layer_1 {
  height: 23px;
}

a.start_plan.start_plan2 {
    background: #9600f4;
    color: white !important;
}

.start_plan_black:hover {
  background: #9600f4;
  color: white !important;

  
}

section.pricing {
  position:relative;
  z-index: 3;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title_pricing{
  font-size: 2rem;
  margin: 0px;
  text-align: center;
  color:white;
}

@media (max-height: 815px) {
  .title_p > p {
    line-height: 9rem;
  }
  .title_p {
    font-size: 8rem;
    letter-spacing: -0.5rem;
  }
}

@media (max-height: 950px) {
  .title_p > p {
    margin: 0;
    line-height: 9rem;
    width: auto;
  }
}

@media (max-height: 850px) {
  .button{
    bottom: 182px;
  }
}

@media (max-height: 827px) {
  .button {
    bottom: 165px;
  }
  .bottom {
    bottom: 18px;
  }
}

@media (max-height: 814px) {
  .button {
    bottom: 149px;
  }
  .bottom {
    bottom: 0px;
  }
}

@media (max-height: 746x) {
  .title_p {
    margin-bottom: 90px;
  }
  .section-middle::after {
    width: 200%;
  }
}

@media (max-width: 756px) {
  .section-middle::after {
    width: 200%;
  }
}

@media (max-width: 1280px) and (max-height: 850px) and (min-width: 750px){
  .title_p {
      font-size: 7rem !important;
      letter-spacing: -0.5rem;
  }
  .title_p p {
    line-height: 1;
  }
  .title_p {
    margin-bottom: 53px;
  }
}

@media (max-width: 1280px) and (max-height: 850px) {
  .title_p {
      font-size: 7rem;
      letter-spacing: -0.5rem;
  }

}

@media (max-width: 1280px) and (max-height: 726px) {
  .title_p {
    margin-bottom: 108px;
  }
}

@media (max-width: 1280px) and (max-height: 667px) {
  .bottom {
    height: 110px;
    bottom: 10px;
  }
  .button {
    bottom: 134px;
  }
}

@media (max-width: 790px) {
  .article_list {
    align-items: center;
    gap: 1.5rem;
    flex-direction: column;
  }
  .pricebox{
    width: 380px;
  }
  .start_plan {
    padding: 10px 123px;
  }
  section.footer {
    margin-top: 58px;
  } 
}

@media (max-width: 476px) {
  .article_list {
    align-items: center;
    gap: 1.5rem;
    flex-direction: column;
  }
  .pricebox{
    width: 250px;
  }
  .start_plan {
    padding: 10px 60px;
  }
  section.footer {
    margin-top: 54px;
  } 
}
@media (max-width: 476px) {
  section.footer {
    margin-top: 54px;
  } 
}

@media (max-width: 706px) {
  .title_p p {
    line-height: 1;
  }
  .title_p {
    font-size: 8rem;
  }
  .bottom-left {
    bottom: 50px;
    left: 22px;
  }
}

@media (max-width: 592px) {
  .title_p p {
    line-height: 1;
  }
  .title_p {
    font-size: 7rem;
    letter-spacing: -0.5rem;
  }
}

@media (max-width: 546px) {
  .title_p {
    font-size: 6rem;
  }
  .bottom-left {
    opacity: 0;
  }
}

@media (max-width: 464px) {
  .title_p {
    font-size: 5rem;
  }
}

@media (max-width: 424px) {
  .title_p {
    font-size: 4rem;
  }
  .button {
      bottom: 277px;
  }
  .bottom {
    bottom: 84px;
  }
}


@media (max-width: 424px) {
  .title_p {
      font-size: 4rem;
      letter-spacing: -0.2rem;
  }
}


@media (max-width: 425px) and (max-height: 817px) {
  .bottom {
    bottom: 5px;
  }
  .button {
    bottom: 238px;
  }
  .top-right {
    top: 52px;
    right: -37px;
  }
}

@media (max-width: 425px) and (max-height: 717px) {
  .button {
    bottom: 212px;
  }
  .button-vrm {
    height: 42px;
    width: 140px;
  }
}

@media (max-width: 425px) and (max-height: 620px) {
  .button {
    bottom: 212px;
  }
  .button-vrm {
    height: 42px;
    width: 140px;
  }
}

@media (max-width: 704px){
  .nav-top {
    display: none !important;
  }
  .header-logo, .login-button {
    flex: none !important;
  }
}

@media (min-width: 704px){
  .burger_menu_ico {
    display: none;
  }
}

@media (max-height: 710px) and (min-width: 517px) {
  .title_p {
      font-size: 6rem !important;
  }
}

.burger_menu_ico {
  margin-left: 1.5rem;
  cursor: pointer;
  background-color: transparent;
  border: none;
  color: white;
  margin-top: 2px;
}

.burger-menu {
    width: 100%;
    height: 0vh;
    position: fixed;
    z-index: 50;
    top: -100%;
    border-bottom: 1px solid rgb(31, 41, 55);
    backdrop-filter: blur(8px);
    background: rgb(3 7 18 / 55%);
    display: flex;
    flex-direction: column;
    transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0;
}

.burger-menu-element {
  display: flex;
  flex-direction: column;
}

.header-burger-menu {
  height: 3.5rem;
  display: flex;
  align-items: center;
}

.nav-link-burger {
    color: rgb(156 163 175 / 1);
    font-size: 0.875rem;
    padding: 1.5rem;
    border-bottom: 1px solid #1f2937;
    cursor: pointer;
    text-decoration: none;
}

.nav-link-burger:hover {
  color: white;
}

.burger-menu.show {
    top: 0;
    opacity: 1;
    height: 100vh;
}

.login-button {
  display: flex;
  align-items: center;
}

#nav-burger-menu {
    padding-top: 10px;
}

@media (max-width: 395px){
  .burger_menu_ico {
    margin-left: 5px;
  }
}

.loader {
  width:100%;
  height:100%;
  background: #030712;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display:flex;
  justify-content:center;
  align-items:center;
  z-index: 9999;
  position: fixed;
}

.fondu-out{
  opacity:0;
  transition: opacity 0.4s ease-out, z-index 0s 0.4s; 
  z-index: -2;
}

.login-button {
  justify-content: flex-end;
}

.header-logo, .login-button {
  flex: 1;
}
.nav {
  user-select: none;
  display: flex;
}

.presentation-video {
  position: static;
  z-index: 3;
  width: 100%;
  max-width: 64rem;
  border-radius: 10px;
  border: 1px solid #1f2937;
}

.presentation-box {
  display: flex;
  justify-content: center;
  margin-bottom: 141px;
  padding: 0px 2rem;
}

@media (max-width: 471px){
	.nav-link {
		margin: 1rem;
	}
}

@media (max-width: 384px) {
	.nav-link {
		margin: 0.72rem;
	}
}

@media (max-width: 425px) and (max-height: 620px) {
  .button {
      bottom: 29vh;
  }
}

