body {
    margin: 0;

    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #fff;
    -webkit-font-smoothing: antialiased;

    background-color: #020206;
    scroll-behavior: smooth;
    font-weight: 300;
overflow-x: hidden;
    object-fit: cover;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0 0 0px;
}

a {
    all: unset;
    cursor: pointer;
}

button {
    cursor: pointer;
}

a, .button  {
    transition: .2s linear;
    
}

.button:hover {
    box-shadow: 2px 2px 25px #494949!important;
}

/* Container
===================*/
main {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    object-fit: cover;
    position: relative;
}

.container {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 15px;
}

header {
    position: absolute;
    margin: 0 auto;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    top: 0;
    z-index: 10;
}

.header_inner {
    border-radius: 8px;
    padding: 17px 30px;
    margin-top: 20px;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;
}


.header_inner.inn2 {
    background: #0a0a1e;
    border-radius: 8px;
    padding: 17px 30px;
    margin-top: 20px;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_logo {
    font-size: 37px;
    display: flex;
    align-items: center;
    font-weight: 100;
}

.header_logo div {
    margin-right: 14px;
}

.header_logo strong {
    margin-right: 10px;
}

.header_nav {
    font-weight: 100;
    font-size: 21px;
}

.header_nav {
    display: flex;
    grid-gap: 30px;
        position: relative;
}

.header_nav div {
    position: relative;
    display: flex;
    text-align: center;

    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_nav div a {
    position: relative;
    all: unset;
    cursor: pointer;

    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_nav div a::after {
    content: "";
    width: 0;
    height: 3px;
    background: linear-gradient(to right, #5fc8f9, #4345fb);
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 1;
    transition: width .2s linear;
    text-align: center;
    margin: 0 auto;

    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}

.header_nav div a:hover::after {
    width: 80%;
    margin-left: 10%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button {
    padding: 9px 16px;
    border-radius: 5px;
    background: linear-gradient(to right, #5fc8f9, #4345fb);
}

.intro {
    margin-top: 190px;

}

.intro_col {
    display: flex;
}

.intro_left, intro_right {
    width: 50%;
}

.intro_left p {
    font-size: 26px;
    margin-top: 35px;
}

.intro_right {
  width: 50%;
  height: 100%; 
  position: relative; 
  display: flex;
  justify-content: flex-end; 
}

.inner_right {
  width: 100%; 
  height: 100%;
  position: relative; 
  top: -80px
}

@keyframes levitate1 {
  0%, 100% { transform: scale(1) translate(9vw, 14vw); }
  25% { transform: scale(1) translate(calc(9vw - 5px), calc(14vw - 5px)); }
  50% { transform: scale(1) translate(calc(9vw + 5px), calc(14vw + 5px)); }
  75% { transform: scale(1) translate(calc(9vw - 5px), calc(14vw + 5px)); }
}

@keyframes levitate2 {
  0%, 100% { transform: scale(1) translate(4vw, -8vw); }
  25% { transform: scale(1) translate(calc(4vw + 5px), calc(-8vw - 5px)); }
  50% { transform: scale(1) translate(calc(4vw - 5px), calc(-8vw + 5px)); }
  75% { transform: scale(1) translate(calc(4vw + 5px), calc(-8vw + 5px)); }
}

@keyframes levitate3 {
  0%, 100% { transform: scale(1) translate(22vw, -9vw); }
  25% { transform: scale(1) translate(calc(22vw - 5px), calc(-9vw + 5px)); }
  50% { transform: scale(1) translate(calc(22vw + 5px), calc(-9vw - 5px)); }
  75% { transform: scale(1) translate(calc(22vw - 5px), calc(-9vw - 5px)); }
}

.block-1 {
  animation: levitate1 10s infinite;
}

.block-2 {
  animation: levitate2 10s infinite;
}

.block-3 {
  animation: levitate3 10s infinite;
}


.block {
  width: calc(20% - 10px); 
  height: calc(20% - 10px); 
  margin: 5px; 
  position: absolute;
  color: #fff; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-1 {
  top: 10%;
  left: 10%;
  transform: scale(1) translate(9vw, 14vw);
  z-index: 2;
}

.block-2 {
  top: 40%;
  left: 40%;
  z-index: 1;
  transform: scale(1) translate(4vw, -8vw);
}

.block-3 {
  bottom: 10%;
  left: 10%;
  z-index: 3;
  transform: scale(1) translate(22vw, -9vw);
}


.header_bg img {
  width: 100%;
  height: auto;
  
}


.intro_button {
    margin: 0 auto;
    text-align: center;
}

.scroll-container {
/*    overflow: hidden;*/
    object-fit: cover;
    background: black;
    color: white;
    border: 1px solid blue;
    background: linear-gradient(to right, #5fc8f9, #4345fb);
    padding: 10px 0px;
    margin-top: 150px;
    margin-bottom: 80px;
}

.scrolling-text {
    display: flex;
    animation: scroll linear infinite;
    animation-duration: 50s;
}

.scrolling-text p {
    white-space: nowrap;
    font-size: 30px;
}

@keyframes scroll {
    0% { transform: translateX(0vw); }
    100% { transform: translateX(-100%); }
}

h6 {
    font-size: 32px;
    text-align: center;
    font-weight: 300;
}

.p_button {
    display: inline-block; 
    text-align: center;
    background: #0a0a1e; 

    padding: 12px 25px;
    margin: 60px 0 30px 0;
    border-radius: 8px;
    position: relative;
}

.gradient-text {
    background: linear-gradient(to right, #5fc8f9, #4345fb); 
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; 
    color: transparent; 
    display: inline;
    font-size: 26px;
}

.info_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info_inner p {
    text-align: center;
    font-size: 24px;
    line-height: 1.3;
    color: #4b4b4c;
}

.bg_text_container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 100px;
    margin-bottom: 80px;
}

.bg_text_container img {
    width: 100%;
}

.sphere {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -52%);
    height: 100%; 
    width: auto; 
    max-width: none; 
}

.sphere img:first-child {
    height: 150%; 
    width: auto; 
    object-fit: cover; 
}

.sphere img:last-child {
    height: 35%; 
    width: auto; 
    object-fit: cover; 
    position: relative;
    z-index: 9;
    transform: translate(-50%, -57%);
    transform-origin: center; 

}



.accordion {
  max-width: 1250px!important; 
  margin: 0 auto; 
}

.accordion-item {
  margin-bottom: 5px;
}

.accordion-toggle {
    text-align: left;
    font-family: "Roboto", sans-serif;
  max-width: 1250px!important; 
  border-radius: 8px;
  font-size: 30px;
  width: 100%; 
  cursor: pointer;
  display: flex; 
  justify-content: space-between; 
  align-items: center; 
  padding: 20px 25px;
  border: none; 
  background-color: #0a0a1f;
  color: #9b9b9f;
  font-weight: 300;
}

.toggle-icon {
  
}

.accordion-content {
    font-family: "Roboto", sans-serif;
  background-color: #0a0a1f; 
  color: #9b9b9f; 
  margin-top: 5px;
  border-radius: 8px;
  padding: 1em; 
  font-size: 18px;
}


.footer_p {
    font-size: 21px;
    margin-top: 50px;
    margin-bottom: 300px;


    color: transparent;
    background: linear-gradient(to right, #5fc8f9, #4345fb);
    -webkit-background-clip: text;
    background-clip: text;

    font-weight: bold;

    text-align: center;
}

footer {
    background: linear-gradient(to right, #5fc8f9, #4345fb)!important;
}

.footer_inner {
    border-radius: 8px;
    padding: 22px 30px;
    margin-top: 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

    header .button {
        border: none;
        color: #fff;
        font-size: 19px;
        font-family: "Roboto", sans-serif;
    }

footer .button {
        border: none;
        color: #fff;
        font-size: 19px;
        font-family: "Roboto", sans-serif;
    }

.display {
    display: block;
}

.none {
    display: none;
}

.intro_button button {
    border: none;
    color: #fff;
}

.bg_decor {
    position: relative;
    object-fit: cover;
    margin: 0 auto;
    z-index: -1;
    max-width: 100vw;
    width: 100%
}

.bg_light {
    position: absolute;
    opacity: .8;
    top: .8vw;
    max-width: 100vw;
    width: 100%;
}

.bg_light img {
    max-width: 100vw;
    width: 100%;
}

@media(max-width: 756px) {
    .display {
        display: none;
    }

    .none {
        display: block;
    }
    div.header_nav {
        display: none;
    }
    .header_logo {
        font-size: 19px;
    }
    .header_logo div img {
        height: 35px;
    }
    .header_inner {
        margin-top: 10px;
        padding: 7px 15px;
    }
    .header_logo strong {
        margin-right: 5px;
    }
    .header_logo div {
        margin-right: 7px;
    }
    header .button {
        font-size: 12px;
        padding: 6px 12px;
        border: none;
        color: #fff;
        margin-left: 10px;
    }
    footer .button {
        font-size: 12px;
        padding: 6px 12px;
        border: none;
        color: #fff;
        margin-left: 10px;
    }
    .intro_left, intro_right {
        width: 100%;
    }
    .intro {
        margin-top: 140px;
    }
.inner_right {
    width: 100%;
    height: auto; 
     position: relative; 
    top: -50px;
}
    .block {
        background: rgb(0, 0, 0, 0);    
    }
@keyframes levitate1-responsive {
  0%, 100% { transform: scale(.5) translate(25vw, 220px); }
  25% { transform: scale(.5) translate(calc(25vw - 5px), calc(220px - 5px)); }
  50% { transform: scale(.5) translate(calc(25vw + 5px), calc(220px + 5px)); }
  75% { transform: scale(.5) translate(calc(25vw - 5px), calc(220px + 5px)); }
}

@keyframes levitate2-responsive {
  0%, 100% { transform: scale(.5) translate(4vw, -110px); }
  25% { transform: scale(.5) translate(calc(4vw + 5px), calc(-110px - 5px)); }
  50% { transform: scale(.5) translate(calc(4vw - 5px), calc(-110px + 5px)); }
  75% { transform: scale(.5) translate(calc(4vw + 5px), calc(-110px + 5px)); }
}

@keyframes levitate3-responsive {
  0%, 100% { transform: scale(.5) translate(85vw, -100px); }
  25% { transform: scale(.5) translate(calc(85vw - 5px), calc(-100px + 5px)); }
  50% { transform: scale(.5) translate(calc(85vw + 5px), calc(-100px - 5px)); }
  75% { transform: scale(.5) translate(calc(85vw - 5px), calc(-100px - 5px)); }
}
  .block-1 {
    animation: levitate1-responsive 10s infinite;
  }

  .block-2 {
    animation: levitate2-responsive 10s infinite;
  }

  .block-3 {
    animation: levitate3-responsive 10s infinite;
  }
    .block-1 {
      top: 10%;
      left: 10%;
      transform: scale(.5) translate(25vw, 220px);
      z-index: 2;
    }

    .block-2 {
      top: 40%;
      left: 40%;
      z-index: 1;
      transform: scale(.5) translate(4vw, -110px);
    }

    .block-3 {
      bottom: 10%;
      left: 10%;
      z-index: 3;
      transform: scale(.5) translate(85vw, -100px);
    }
    .intro_col p {
        position: relative;
        top: -80px;
    }

    .scroll-container {
    overflow: hidden;
        margin-top: 100px;
    }

    .wrapper-navigator-t3d {
        bottom: 20px;
        font-family: Manrope, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        left: 50%;
        line-height: 19px;
        position: fixed;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 1002;
        transition: .8s linear;
    }
    .container-navigator {
        -webkit-backdrop-filter: blur(30px);
        backdrop-filter: blur(30px);
        background: rgba(0, 0, 0, .46);
        border-radius: 15px;
        display: flex;
        overflow: hidden;
        padding: 0 15px;
    }
.item-navigator.active {
    opacity: 1;
}
.item-navigator {
    margin: 12px 8px;
}
.item-navigator {
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin: 15px 10px;
    opacity: .65;
    text-decoration: none;
    -webkit-user-select: none;
    user-select: none;
    width: 55px;
}
.scrolling-text {

    animation-duration: 10s;
}
}

.body {
     background-image: url('https://web.archive.org/web/20250214143453im_/https://web.archive.org/web/20241212064223im_/https://toastwallet.io/image/light2.png');
     background-repeat: no-repeat;
     background-position: center;
     background-size: 100% 100%;
}


.form {
    padding-top: 160px;
    display: flex;
    align-items: center;
}

.form_wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;

}

.input_block {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

textarea {

    min-height: 300px;
    color: #fff;
    padding: 10px;
    width: 100%;
    background: #0a0a1e;
    border: 1px solid #00ccff;
    resize: none; 
    border-radius: 5px;
}

.input_label {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    margin-bottom: 10px;
}

span#placeholder {
    color: #df3500;
    margin-right: 8px;
    cursor: pointer;
}

.star {
    color: #009cff;
    margin-left: 5px;
}

input.button {
    border: none;
    color: #fff;
    padding: 11px 25px;
    margin-top: 70px;
    margin-bottom: 20vh;
    cursor: pointer;
    font-size: 18px;
}

.input-textarea {
    color: #fff;
    padding: 10px;
    width: 100%;
    background: #0a0a1e;
    border: 1px solid #00ccff;
    resize: none; 
    border-radius: 5px;
}

@media (max-width: 756px){
    .form {
        padding-top: 130px;
    }
}