@font-face {
  font-family: "Integral CF";
  src: url(../fonts/IntegralCF-Regular.otf);
}

@font-face {
  font-family: "Source Code Roman";
  src: url(../fonts/SourceCodeVariable-Roman.otf);
}

body {
  padding: 0;
  margin: 0;
  border: 0;
}

.noUnderline {
  text-decoration: none;
}
.title_button_left {
  position: absolute;
  top: -22px;
  left: -14px;
  width: 33px;
  height: 49px;
  background-color: black;
  transform: rotate(48deg);
  border-right: 3px solid #daff00;
  z-index: 1;
}

.title_button_right {
  position: absolute;
  bottom: -22px;
  right: -13px;
  width: 33px;
  height: 49px;
  background-color: black;
  transform: rotate(-132deg);
  border-right: 3px solid #daff00;
  z-index: 1;
}

.overdrive {
  position: relative;
  max-width: 2800px;
  margin: 0 auto;
  overflow: hidden;
  background-color: black;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.alignCenter {
  text-align: center;
}
.logoFilter {
  filter: invert(0%) sepia(55%) saturate(0%) hue-rotate(194deg) brightness(1%)
    contrast(104%);
}
.noStyle {
  text-decoration: none;
  color: inherit;
}

.overdrive-small {
  position: relative;
  max-width: 2800px;
  margin: 0 auto;
  overflow: hidden;
  background-color: black;
  height: 25vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.overdrive_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 30%;
}

.overdrive .header {
  width: 450px;
  margin: 0 auto;
  color: white;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.overdrive .header img {
  width: 230px;
}
.overdrive-small .header .header_social,
.overdrive .header .header_social {
  font-size: 40px;
  color: white;
  margin: 4px 0 0 0;
}

.overdrive-small .header .header_social:first-of-type:hover,
.overdrive .header .header_social:first-of-type:hover {
  transition: all 0.2s;
  margin: 0;
  color: #daff00;
}

.overdrive-small .header .header_social:last-of-type:hover,
.overdrive .header .header_social:last-of-type:hover {
  transition: all 0.2s;
  margin: 0;
  color: #daff00;
}

.overdrive_block {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-width: 1100px;
  margin: auto auto auto auto;
}

.title {
  font-size: 127px;
  color: white;
  display: flex;
  font-weight: 400;
  height: 175px;
  font-family: "Integral CF";
  letter-spacing: 2px;
  animation-duration: 0.6s;
}

.title_green {
  color: #daff00;
}

.title_description_div {
  height: 47px;
}

.title_description {
  font-size: 42px;
  color: white;
  font-weight: 500;
  line-height: 1.125;
  font-family: "Source Code Roman";
  min-width: 551px;
  animation-duration: 0.6s;
}

.title_button {
  position: relative;
  z-index: 0;
  width: 264px;
  padding: 28px 30px;
  margin: 55px 0;
  border: 3px solid #daff00;
  cursor: pointer;
  text-align: center;
  color: #f7f808;
  animation-duration: 0.6s;
  font-size: 30px;
  border-top-left-radius: 24px;
  font-family: "Integral CF";
  font-weight: 400;
}

.title_button:hover {
  background-color: #daff00;
  color: #000;
}

.block_logo {
  width: 76%;
  animation-duration: 0.6s;
}

.block_line {
  width: 73%;
  margin: 20px 0;
  animation-duration: 0.6s;
}

.backgroundImage_div {
  margin: 0 auto;
  max-width: 2800px;
  position: relative;
  background-color: black;
}

.backgroundImage_div_play {
  position: absolute;
  top: 34%;
  left: 45%;
  z-index: 1;
  width: 13%;
}

.backgroundImage img {
  object-fit: cover;
  width: 100%;
  z-index: 1;
}

.backgroundImage {
  position: relative;
  z-index: 0;
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
  margin: 0 auto;
}

.container {
  position: relative;
  max-width: 2800px;
  width: 100%;
  margin: 0 auto;
  background-color: black;
  padding-bottom: 20px;
  overflow: hidden;
  margin-bottom: -2px;
}

.container_inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.container_inner .container_asterisk {
  max-width: 500px;
  max-height: 500px;
  object-fit: cover;
  margin: 30px auto 30px 20%;
  opacity: 0;
  animation-name: asterisk;
  animation-duration: 0.6s;
}

.uppercase {
  text-transform: uppercase;
}

.slash:after {
  content: "/";
}

@keyframes asterisk {
  from {
    margin: 30px 0 0px 5%;
    opacity: 1;
  }
  to {
    margin: 30px 0 0px 20%;
    opacity: 0;
  }
}

.container_asterisk_animate {
  max-width: 500px;
  max-height: 500px;
  object-fit: cover;
  margin: 30px auto 0 5%;
  animation-name: asterisk_animate;
  animation-duration: 0.6s;
}

@keyframes asterisk_animate {
  from {
    margin: 30px auto 0px 20%;
    opacity: 0;
  }
  to {
    margin: 30px auto 0px 5%;
    opacity: 1;
  }
}

.container_inner .container_title_move {
  font-size: 95px;
  font-family: "Integral CF";
  color: white;
  display: flex;
  flex-direction: column;
  margin: 40px auto 40px 11%;
  font-weight: 400;
  line-height: 1.053;
  animation-duration: 0.6s;
  animation-name: container_title_move;
}

@keyframes container_title_move {
  from {
    opacity: 0;
    margin-top: 200px;
    margin-bottom: -120px;
  }
  to {
    margin-top: 40px;
    margin-bottom: 40px;
    opacity: 1;
  }
}

.container_inner .container_title_out {
  font-size: 95px;
  font-family: "Integral CF";
  color: white;
  display: flex;
  flex-direction: column;
  margin: 40px auto 40px 11%;
  font-weight: 400;
  line-height: 1.053;
  opacity: 0;
  animation-duration: 0.6s;
  animation-name: container_title_out;
}

@keyframes container_title_out {
  from {
    opacity: 1;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  to {
    margin-top: 200px;
    margin-bottom: -120px;
    opacity: 0;
  }
}

.container_title .container_green {
  max-width: 500px;
  color: #daff00;
}

.container_title .container_white {
  max-width: 1160px;
  animation-name: container_white;
}

.container_crate {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-image: url(../images/create.svg);
  background-size: 100% 100%;
  margin: 50px 0 0 auto;
}

.container_icons {
  position: relative;
  z-index: 1;
  text-align: center;
  height: 140px;
  padding: 3%;
}

.container_icons_img {
  height: 200px;
  margin: 0 45px;
}

@keyframes icons_like {
  from {
    margin: auto 0 0 -175px;
    opacity: 0;
  }
  to {
    margin: 0 40px;
    opacity: 1;
  }
}

.assets {
  position: relative;
  width: 100%;
  max-width: 2800px;
  margin: 0 auto;
  background-color: black;
  display: flex;
  align-items: flex-end;
  padding: 7% 0px 0 0;
  overflow: hidden;
  margin-bottom: -1px;
}

.assets_background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -20%;
  top: 0;
}

.assets_text {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 150px auto 0 auto;
}

.assets .assets_description {
  color: white;
  font-size: 50px;
  font-family: "Source Code Roman";
  font-weight: 500;
}

.assets .assets_description p {
  margin: 0;
  width: fit-content;
}

.assets .assets_description p span {
  margin: 0;
  line-height: 80px;
  font-size: 90px;
  display: inline-block;
  margin-right: 20px;
}

.assets_description_long {
  width: 880px;
  object-fit: none;
  height: 3px;
}

.assets_description_seccondline {
  width: 370px;
  object-fit: none;
  height: 3px;
}

.assets_description_dotted {
  width: 488px;
  object-fit: none;
  height: 4px;
}

.assets_description_vertical {
  width: 658px;
  object-fit: none;
  height: 10px;
}

.assets_description_dashed {
  width: 783px;
  object-fit: none;
  height: 4px;
}

.assets .assets_rewards_move {
  color: white;
  font-size: 95px;
  font-family: "Integral CF";
  width: 770px;
  margin-top: 30px;
  margin-left: 100px;
  font-weight: 400;
  opacity: 0;
  line-height: 1.053;
  animation-duration: 0.6s;
  animation-name: assets_rewards_move;
}

@keyframes assets_rewards_move {
  from {
    opacity: 1;
    margin-bottom: 0px;
    margin-top: 30px;
  }
  to {
    margin-bottom: -200px;
    margin-top: 230px;
    opacity: 0;
  }
}

.assets .assets_rewards_out {
  color: white;
  font-size: 95px;
  font-family: "Integral CF";
  width: 770px;
  margin-top: 30px;
  margin-left: 100px;
  font-weight: 400;
  line-height: 1.053;
  animation-duration: 0.6s;
  animation-name: assets_rewards_out;
}

@keyframes assets_rewards_out {
  from {
    opacity: 0;
    margin-top: 230px;
    margin-bottom: -200px;
  }
  to {
    margin-bottom: 0px;
    margin-top: 30px;
    opacity: 1;
  }
}

.assets_text_img {
  width: 450px;
  margin-left: 34%;
  margin-right: -34%;
  margin-top: -74px;
}

.assets .assets_rewards_move span:first-of-type {
  color: #daff00;
}

.assets .assets_rewards_out span:first-of-type {
  color: #daff00;
}

.about {
  position: relative;
  background-color: #030200;
  max-width: 2800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 19% 0 25% 0;
}

.about_block {
  margin-left: 13%;
}

.about .about_text_move {
  width: 805px;
  font-size: 95px;
  color: white;
  font-family: "Integral CF";
  font-weight: 400;
  margin-left: 200px;
  line-height: 1.053;
  position: relative;
  z-index: 2;
  animation-duration: 0.6s;
  animation-name: about_text_move;
}

@keyframes about_text_move {
  from {
    opacity: 0;
    margin-top: 200px;
    margin-bottom: -200px;
  }
  to {
    margin-bottom: 0px;
    margin-top: 0;
    opacity: 1;
  }
}

.about .about_text_out {
  width: 805px;
  font-size: 95px;
  color: white;
  font-family: "Integral CF";
  font-weight: 400;
  margin-left: 200px;
  line-height: 1.053;
  position: relative;
  z-index: 2;
  opacity: 0;
  animation-duration: 0.6s;
  animation-name: about_text_out;
}

@keyframes about_text_out {
  from {
    opacity: 1;
    margin-bottom: 0px;
    margin-top: 0;
  }
  to {
    margin-top: 200px;
    margin-bottom: -200px;
    opacity: 0;
  }
}

.about .about_text span:first-of-type {
  color: #daff00;
}

.about .about_square {
  max-width: 400px;
  position: relative;
  z-index: 2;
}

.about_nft {
  position: absolute;
  height: 100%;
  right: 0;
  bottom: 0;
  max-width: 2800px;
}

.social {
  max-width: 2800px;
  margin: 0 auto;
  background-color: white;
  overflow: hidden;
  padding: 100px 0;
}

.social .social_icons {
  display: flex;
  justify-content: center;
  padding: 40px 0 0 0;
}

.social .social_icons_move img {
  width: 290px;
  height: 75px;
  margin: 20px;
  animation-duration: 0.6s;
  animation-name: social_icons_move;
}

@keyframes social_icons_move {
  from {
    opacity: 0;
    margin: 20px 100px;
  }
  to {
    opacity: 1;
    margin: 20px;
  }
}

.social .social_icons_out img {
  width: 290px;
  height: 75px;
  margin: 20px;
  opacity: 0;
  animation-duration: 0.6s;
  animation-name: social_icons_out;
}

@keyframes social_icons_out {
  from {
    opacity: 1;
    margin: 20px;
  }
  to {
    opacity: 0;
    margin: 20px 100px;
  }
}

.social .social_ccircles {
  height: 142px;
  margin: 0 auto;
  display: block;
  padding: 0 0 20px 0;
}

.social_title_move {
  text-align: center;
  font-size: 60px;
  font-weight: 400;
  color: black;
  font-family: "Integral CF";
  animation-duration: 0.6s;
  opacity: 0;
  animation-name: social_title_move;
}

@keyframes social_title_move {
  from {
    opacity: 1;
    margin-top: 0;
    margin-bottom: 0;
  }
  to {
    opacity: 0;
    margin-top: 100px;
    margin-bottom: -100px;
  }
}

.social_title_out {
  text-align: center;
  font-size: 60px;
  font-weight: 400;
  color: black;
  font-family: "Integral CF";
  animation-duration: 0.6s;
  animation-name: social_title_out;
}

@keyframes social_title_out {
  from {
    opacity: 0;
    margin-top: 100px;
    margin-bottom: -100px;
  }
  to {
    opacity: 1;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.social_description_move {
  text-align: center;
  font-size: 24px;
  color: black;
  transition: 0.6s;
  font-family: "nimbus-sans";
  font-weight: 400;
  opacity: 0;
  animation-duration: 0.6s;
  animation-name: social_description_move;
}

@keyframes social_description_move {
  from {
    opacity: 1;
    margin-top: 0;
    margin-bottom: 0;
  }
  to {
    opacity: 0;
    margin-top: 100px;
    margin-bottom: -100px;
  }
}

.social_description_out {
  text-align: center;
  font-size: 24px;
  color: black;
  transition: 0.6s;
  font-family: "nimbus-sans";
  font-weight: 400;
  animation-duration: 0.6s;
  animation-name: social_description_out;
}

@keyframes social_description_out {
  from {
    opacity: 0;
    margin-top: 100px;
    margin-bottom: -100px;
  }
  to {
    opacity: 1;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.footer {
  background-color: black;
  overflow: hidden;
  max-width: 2800px;
  margin: 0 auto;
}

.footer .footer_contant {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 170px 70px;
}

.footer .footer_content_center {
  color: white;
  display: flex;
  flex-direction: column;
  max-width: 500px;
  margin: 0 0 0 6%;
}

.footer .center_title {
  font-size: 72px;
  font-weight: 400;
  color: #daff00;
  line-height: 0.972;
  font-family: "Integral CF";
}

.footer .center_description {
  font-size: 24px;
  line-height: 2.917;
  font-weight: 400;
  font-family: "nimbus-sans";
}

.footer .footer_content_arrow {
  width: 130px;
  padding: 0 0 10px 0;
  transition: 0.6s;
}

.footer .footer_contant_logo {
  width: 27%;
}

.footer .footer_line {
  width: 50%;
  margin: 0 auto;
  display: flex;
}

.footer .footer_line img {
  width: 50%;
  object-fit: none;
  min-height: 1px;
  height: 2px;
}

.footer .footer_text {
  color: white;
  font-size: 16px;
  width: 450px;
  display: flex;
  font-family: "nimbus-sans";
  justify-content: space-around;
  padding: 30px 0 35px 0;
  margin: 0 auto;
}

.footer_icons {
  display: flex;
  width: 386px;
  margin: auto 40px 71px 40px;
  justify-content: space-between;
}

.footer .footer_icons a {
  display: contents;
}

.footer .footer_icons img:hover {
  transition: all 0.1s;
  filter: invert(100%) sepia(97%) saturate(3523%) hue-rotate(14deg)
    brightness(109%) contrast(103%);
  background-color: #000000;
}

.footer_line_dashed {
  animation-duration: 0.6s;
}

@keyframes footer_line_dashed {
  from {
    margin-left: -50%;
  }
  to {
    margin-left: 0%;
  }
}

.footer_line_long {
  animation-duration: 0.6s;
}

@keyframes footer_line_long {
  from {
    margin-left: 100%;
  }
  to {
    margin-left: 0%;
  }
}

@media (max-width: 2600px) {
  .overdrive_block {
    max-width: 1000px;
  }
  .title {
    font-size: 115px;
    height: 165px;
  }
  .title_description {
    font-size: 38px;
  }
}

@media (max-width: 2300px) {
  .overdrive_block {
    max-width: 870px;
  }
  .title {
    font-size: 100px;
    height: 140px;
  }
  .title_description {
    font-size: 33px;
  }
}

@media (max-width: 2100px) {
  .overdrive_block {
    max-width: 800px;
  }
  .title {
    font-size: 91px;
    height: 125px;
  }
  .title_description {
    font-size: 30px;
  }
}

@media (max-width: 2000px) {
  .title_button {
    width: 220px;
    padding: 20px 30px;
    margin: 30px 0;
  }
  .overdrive_block {
    max-width: 750px;
  }
  .title {
    font-size: 85px;
    height: 115px;
  }
  .title_description {
    font-size: 28px;
  }
  .title_description_div {
    height: 34px;
  }
  .container_inner .container_asterisk {
    max-width: 360px;
    max-height: 360px;
  }
  @keyframes asterisk {
    0% {
      margin: 30px auto 0px 5%;
      opacity: 1;
    }
    100% {
      margin: 30px auto 0px 20%;
      opacity: 0;
    }
  }
  .container_asterisk_animate {
    max-width: 360px;
    max-height: 360px;
  }
  @keyframes asterisk_animate {
    0% {
      margin: 30px auto 0px 20%;
      opacity: 0;
    }
    100% {
      margin: 30px auto 0px 5%;
      opacity: 1;
    }
  }
  .assets_text_img {
    margin-left: 2%;
    width: 350px;
    margin-right: -20%;
    margin-top: -49px;
  }
  .about .about_text_move {
    width: 615px;
    font-size: 72px;
    margin-left: 160px;
  }
  .about .about_text_out {
    width: 615px;
    font-size: 72px;
    margin-left: 160px;
  }
  .container_icons_img {
    height: 160px;
    margin: 0 30px;
  }
  .container_inner .container_title_move {
    font-size: 72px;
  }
  .container_title .container_white {
    max-width: 879px;
  }
  .container_inner .container_title_out {
    font-size: 72px;
  }
  .assets .assets_description {
    font-size: 40px;
  }
  .assets .assets_description p span {
    font-size: 65px;
  }
  .assets_description_long {
    width: 700px;
  }
  .assets_description_dashed {
    width: 558px;
  }
  .assets_description_vertical {
    width: 466px;
  }
  .assets_description_dotted {
    width: 347px;
  }
  .assets_description_seccondline {
    width: 260px;
  }
  .assets .assets_rewards_out {
    font-size: 72px;
    width: 583px;
  }
  .assets .assets_rewards_move {
    font-size: 72px;
    width: 583px;
  }
  .assets_text {
    max-width: 1150px;
  }
  .footer .center_title {
    font-size: 60px;
  }
  .footer .footer_icons img {
    width: 100px;
  }
  .footer_icons {
    width: 300px;
  }
  .footer .footer_content_center {
    max-width: 422px;
  }
  .footer .footer_contant_logo {
    width: 32%;
  }
  .footer .footer_content_arrow {
    width: 90px;
  }
  .footer .footer_contant {
    padding: 130px 70px;
  }
  .footer .footer_line {
    width: 66%;
  }
  .about {
    padding: 19% 0 19% 0;
  }
  .about .about_square {
    max-width: 320px;
  }
}

@media (max-width: 1700px) {
  .title_description {
    font-size: 23px;
  }
  .overdrive_block {
    max-width: 600px;
  }
  .title {
    font-size: 68px;
    height: 90px;
  }
  .block_line {
    margin: 15px 0;
  }
  .title_description_div {
    height: 31px;
  }
  .overdrive-small .header img,
  .overdrive .header img {
    width: 210px;
  }
  .overdrive-small .header .header_social,
  .overdrive .header .header_social {
    font-size: 32px;
  }
  .overdrive-small .header,
  .overdrive .header {
    max-width: 400px;
  }
}

@media (max-width: 1500px) {
  .overdrive-small .overdrive {
    max-height: 768px;
  }
  .title_description {
    font-size: 20px;
  }
  .container_icons {
    height: 80px;
  }
  .overdrive_block {
    max-width: 550px;
  }
  .container_inner .container_asterisk_animate {
    max-width: 250px;
    max-height: 250px;
  }
  .container_inner .container_asterisk {
    max-width: 250px;
    max-height: 250px;
  }
  .container_inner .container_title_move {
    margin: 40px auto 40px 14%;
  }
  .container_inner .container_title_out {
    margin: 40px auto 40px 14%;
  }
  .container_icons_img {
    height: 80px;
    margin: 0 15px;
  }
  .assets .assets_description {
    font-size: 36px;
    margin-left: 30px;
  }
  .assets_text_img {
    width: 310px;
    margin-left: 2%;
    margin-right: -4%;
  }
  .assets {
    padding: 0;
  }
  .assets .assets_rewards_out {
    font-size: 72px;
    width: 583px;
  }
  .assets .assets_rewards_move {
    font-size: 72px;
    width: 583px;
  }
  .about .about_square {
    max-width: 270px;
  }
  .social .social_icons_move img {
    width: 220px;
    height: 57px;
  }
  .social .social_icons_out img {
    width: 220px;
    height: 57px;
  }
  .title_button {
    padding: 20px 0px;
    font-size: 20px;
  }
  .title_button_right {
    bottom: -19px;
    right: -9px;
    width: 26px;
    height: 43px;
  }
  .title_button_left {
    top: -19px;
    left: -9px;
    width: 26px;
    height: 43px;
  }
  .title {
    font-size: 62px;
    padding-bottom: 0;
    height: 90px;
  }
  .overdrive .header {
    max-width: 350px;
  }
  .overdrive .header img {
    width: 170px;
  }
  .overdrive .header .header_social {
    font-size: 25px;
  }
  .title_description_div {
    height: 25px;
  }
  .footer .footer_icons img {
    width: 90px;
  }
  .footer .center_title {
    font-size: 46px;
  }
  .footer .center_description {
    font-size: 24px;
    width: 407px;
  }
  .footer_icons {
    padding: 10px 0;
    margin: auto 50px;
  }
  .footer .footer_content_arrow {
    width: 60px;
  }
  .footer .footer_content_center {
    max-width: 315px;
  }
  .footer .footer_contant_logo {
    width: 36%;
  }
  .footer .footer_line {
    width: 70%;
    max-width: 720px;
  }
  .footer .footer_contant {
    padding: 100px 50px;
  }
  .assets .assets_description p span {
    font-size: 50px;
  }
}

@media (max-width: 1024px) {
  .overdrive .header {
    width: 300px;
  }
  .overdrive .header img {
    width: 180px;
  }
  .overdrive .header .header_social {
    font-size: 26px;
  }
  .overdrive {
    max-height: 768px;
    background-size: cover;
    background-position: 46%;
  }
  .container_asterisk_animate {
    max-width: 25%;
    max-height: none;
    margin: 10px auto 80px -4%;
  }
  @keyframes asterisk_animate {
    from {
      margin: 10px auto 80px 20%;
      opacity: 0;
    }
    to {
      margin: 10px auto 80px -4%;
      opacity: 1;
    }
  }
  .container_inner .container_asterisk {
    max-width: 25%;
    max-height: none;
    margin: 10px auto 80px -4%;
    opacity: 0;
  }
  .container_title .container_white {
    max-width: 879px;
  }
  @keyframes asterisk {
    from {
      margin: 10px auto 80px -4%;
      opacity: 1;
    }
    to {
      margin: 10px auto 80px 20%;
      opacity: 0;
    }
  }
  .container_icons {
    padding: 4%;
  }
  .container {
    padding-bottom: 0;
  }
  .container_inner .container_title_move {
    margin: 0 auto 0 4%;
    font-size: 72px;
  }
  @keyframes container_title_move {
    from {
      opacity: 0;
      margin-top: 150px;
      margin-bottom: -150px;
    }
    to {
      margin-top: 0px;
      margin-bottom: 0px;
      opacity: 1;
    }
  }
  .container_inner .container_title_out {
    margin: 0 auto 0 4%;
    font-size: 72px;
  }
  @keyframes container_title_out {
    from {
      opacity: 1;
      margin-top: 0px;
      margin-bottom: 0px;
    }
    to {
      margin-top: 150px;
      margin-bottom: -150px;
      opacity: 0;
    }
  }
  .container_title .container_green {
    max-width: 400px;
  }
  .container_crate {
    right: -50%;
    width: 100%;
  }
  .block_line {
    width: 69%;
  }
  .assets_background {
    width: 200%;
    height: 100%;
    left: -100%;
  }
  .assets {
    padding: 100px 0px;
    height: auto;
  }
  .assets .assets_rewards_out {
    font-size: 72px;
    width: 583px;
    margin-left: -71px;
    margin-top: -15px;
    margin: 0 auto;
  }
  @keyframes assets_rewards_out {
    from {
      opacity: 0;
      margin-top: 200px;
      margin-bottom: -215px;
    }
    to {
      margin-bottom: 0px;
      margin-top: -15px;
      opacity: 1;
    }
  }
  .assets .assets_rewards_move {
    font-size: 72px;
    width: 583px;
    margin-left: -71px;
    margin-top: -15px;
    margin: 0 auto;
    opacity: 0;
  }
  @keyframes assets_rewards_move {
    from {
      margin-bottom: 0px;
      margin-top: -15px;
      opacity: 1;
    }
    to {
      opacity: 0;
      margin-top: 200px;
      margin-bottom: -215px;
    }
  }
  .assets_text_img {
    margin: 1% -35% 6% 6%;
    width: 350px;
  }
  .assets .assets_description_last {
    margin-top: -127px;
  }
  .title_button_right {
    bottom: -16px;
    right: -5px;
    width: 21px;
    height: 40px;
    border-right: 2px solid #daff00;
  }
  .title_button_left {
    top: -16px;
    left: -6px;
    width: 21px;
    height: 40px;
    border-right: 2px solid #daff00;
  }
  .title_button {
    margin: 30px 0;
    width: 174px;
    padding: 17px 9px;
    font-size: 18px;
    border: 2px solid #daff00;
    border-top-left-radius: 14px;
  }
  .backgroundImage {
    height: auto;
  }
  .container_icons_img {
    margin: 0 15px;
    height: 80px;
  }
  .assets_text {
    max-width: 100%;
  }
  .about_block {
    margin-left: -5%;
  }
  .social_title_out {
    font-size: 48px;
  }
  .social_title_move {
    font-size: 48px;
  }
  .social_description_out {
    font-size: 22px;
    padding: 10px 0;
  }
  .social_description_move {
    font-size: 22px;
    padding: 10px 0;
  }
  .social .social_icons_move img {
    width: 225px;
    height: 60px;
  }
  .social .social_icons_out img {
    width: 225px;
  }
  .footer .footer_contant {
    flex-wrap: wrap;
    padding: 30px 40px 60px 40px;
  }
  .footer .footer_content_center {
    max-width: 370px;
    margin: 0 auto;
  }
  .footer_icons {
    margin: auto auto;
    width: 38%;
    max-width: 280px;
  }
  .footer .footer_icons img {
    width: 90px;
    height: 90px;
  }
  .footer .footer_contant_logo {
    width: 100%;
    height: 164px;
    padding-bottom: 60px;
  }
  .footer .center_title {
    font-size: 48px;
    font-weight: 400;
  }
  .social .social_ccircles {
    height: 130px;
  }
  .footer .footer_text {
    padding: 22px;
  }
}

@media (max-width: 920px) {
  .title_button {
    margin: 15px 0;
  }
  .block_line_div {
    height: 45px;
  }
  .overdrive {
    height: auto;
  }
  .assets_text_img {
    margin: 1% -50% 6% -9%;
    width: 350px;
  }
  .container_title .container_white {
    max-width: 739px;
  }
  .container_inner .container_title_move {
    font-size: 60px;
  }
  .container_inner .container_title_out {
    font-size: 60px;
  }
  .footer .footer_line {
    width: 77%;
  }
  .social .social_icons_move img {
    width: 200px;
    height: 52px;
  }
  .social .social_icons_out img {
    width: 200px;
    height: 52px;
  }
  .title {
    font-size: 44px;
    height: 56px;
  }
  .overdrive_block {
    max-width: 400px;
    margin: 40px auto;
  }
  .title_description {
    font-size: 16px;
  }
  .title_description_div {
    height: 24px;
  }
}

@media (max-width: 768px) {
  .social {
    padding: 0;
  }
  .block_logo_div {
    height: auto;
  }
  .block_line {
    margin: 10px 0;
  }
  .title {
    font-size: 44px;
    height: 70px;
  }
  .title_description {
    font-size: 22px;
    letter-spacing: 0;
  }
  .title_description_div {
    height: 50px;
  }
  .block_line_div {
    height: 30px;
  }
  .overdrive_block {
    width: 430px;
    margin: 50px auto 30px auto;
  }
  .overdrive {
    background-position: 14%;
    padding-bottom: 25px;
    height: auto;
  }
  .container_inner .container_title_move {
    font-size: 36px;
    margin: 0 auto 0 7%;
  }
  @keyframes container_title_move {
    from {
      opacity: 0;
      margin-top: 100px;
      margin-bottom: -100px;
    }
    to {
      margin-top: 0px;
      margin-bottom: 0px;
      opacity: 1;
    }
  }
  .container_inner .container_title_out {
    font-size: 36px;
    margin: 0 auto 0 7%;
  }
  @keyframes container_title_out {
    from {
      margin-top: 0px;
      margin-bottom: 0px;
      opacity: 1;
    }
    to {
      opacity: 0;
      margin-top: 100px;
      margin-bottom: -100px;
    }
  }
  .container {
    height: auto;
    padding-bottom: 0;
  }
  .container_icons_img {
    margin: 0 5px;
    height: 45px;
  }
  .container_crate {
    right: -50%;
    width: 100%;
    top: -20%;
    height: 81%;
    background-size: cover;
  }
  .container_inner .container_asterisk_animate {
    max-width: 170px;
    max-height: 170px;
    margin: 10px auto 0 -6%;
  }
  @keyframes asterisk_animate {
    0% {
      margin: 10px auto 0 20%;
      opacity: 0;
    }
    100% {
      margin: 10px auto 0 -6%;
      opacity: 1;
    }
  }
  .container_inner .container_asterisk {
    max-width: 170px;
    max-height: 170px;
    margin: 10px auto 0 -6%;
  }
  @keyframes asterisk {
    0% {
      margin: 10px auto 0 -6%;
      opacity: 1;
    }
    100% {
      margin: 10px auto 0 20%;
      opacity: 0;
    }
  }
  .container_title .container_green {
    max-width: 200px;
  }
  .container_title .container_white {
    max-width: 270px;
  }
  .container_icons {
    height: auto;
  }
  .assets .assets_rewards_out {
    font-size: 36px;
    width: 292px;
    margin: 0 auto;
  }
  @keyframes assets_rewards_out {
    0% {
      opacity: 0;
      margin-top: 100px;
      margin-bottom: -115px;
    }
    100% {
      margin-bottom: 0px;
      margin-top: 0;
      opacity: 1;
    }
  }
  .assets .assets_rewards_move {
    font-size: 36px;
    width: 292px;
    margin: 0 auto;
  }
  @keyframes assets_rewards_move {
    0% {
      margin-bottom: 0px;
      margin-top: 0;
      opacity: 1;
    }
    100% {
      opacity: 0;
      margin-top: 100px;
      margin-bottom: -115px;
    }
  }
  .assets .assets_description {
    width: 379px;
    font-size: 18px;
  }
  .assets_text_img {
    margin: -1% -17% -2% 77%;
    width: 143px;
  }
  .assets .assets_description {
    width: 370px;
  }
  .assets_text {
    margin: 35px auto 0 auto;
  }
  .assets .assets_description {
    width: 474px;
  }
  .about_block {
    margin: 0 auto;
  }
  .assets_description_dashed {
    width: 330px;
  }
  .assets_description_dotted {
    width: 226px;
  }
  .assets_description_seccondline {
    width: 162px;
  }
  .overdrive_img {
    width: 150%;
  }
  .assets_description_vertical {
    width: 280px;
  }
  .assets_description_long {
    width: 350px;
  }
  .about .about_text_out {
    width: 253px;
    font-size: 36px;
    margin-left: 60px;
  }
  .about .about_text_move {
    width: 253px;
    font-size: 36px;
    margin-left: 60px;
  }
  .about {
    overflow: hidden;
    align-items: flex-start;
    min-height: 85vh;
    padding: 0;
    padding-bottom: 150px;
  }
  .about .about_square {
    max-width: 150px;
    position: relative;
    z-index: 2;
    margin-left: -10%;
  }
  .about_nft {
    left: 0;
  }
  .social .social_ccircles {
    height: 120px;
    padding: 35px 0 20px 0;
  }
  .social_title_move {
    font-size: 36px;
  }
  .social_title_out {
    font-size: 36px;
  }
  .social_description_move {
    font-size: 18px;
    padding: 10px 30px;
  }
  .social_description_out {
    font-size: 18px;
    padding: 10px 30px;
  }
  .social .social_icons {
    flex-wrap: wrap;
    padding: 25px;
  }
  .social .social_icons_move img {
    width: 120px;
    height: 40px;
  }
  @keyframes social_icons_move {
    0% {
      opacity: 0;
      margin: 100px 20px -60px 20px;
    }
    100% {
      opacity: 1;
      margin: 20px;
    }
  }
  .social .social_icons_out img {
    width: 120px;
    height: 40px;
  }
  @keyframes social_icons_out {
    0% {
      opacity: 1;
      margin: 20px;
    }
    100% {
      opacity: 0;
      margin: 100px 20px -60px 20px;
    }
  }
  .footer .footer_contant {
    padding: 30px 35px;
    flex-direction: column;
  }
  .footer .center_description {
    font-size: 24px;
    letter-spacing: 0;
    width: 290px;
    line-height: 1;
  }
  .footer .center_title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .footer .footer_content_arrow {
    width: 78px;
    padding: 0 0 15px 0;
  }
  .footer .footer_text {
    width: 315px;
  }
  .footer .footer_icons img {
    width: 70px;
    height: 70px;
  }
  .footer .footer_contant_logo {
    width: 62%;
    height: auto;
    padding-bottom: 90px;
    padding-top: 10px;
    margin: 0 auto;
  }
  .social .social_icons_move img:last-of-type {
    width: 200px;
    height: 40px;
  }
  .footer_icons {
    width: 91%;
    height: 130px;
    max-width: 300px;
    align-items: center;
  }
}

@media (max-width: 576px) {
  .block_logo {
    width: 90%;
  }
  .block_line {
    width: 80%;
  }
  .overdrive {
    height: 100vh;
    max-height: fit-content;
  }
  .overdrive .header img {
    width: 145px;
  }
  .overdrive .header {
    padding: 10px;
    width: 280px;
  }
  .overdrive .header .header_social {
    font-size: 20px;
  }
  .title_description {
    font-size: 18px;
  }
  .title_description_div {
    height: 42px;
  }
  .title_button {
    margin: 20px 0;
  }
  .overdrive_block {
    width: 278px;
    margin: auto;
  }
  .title {
    font-size: 30px;
    height: 45px;
  }
  .footer .footer_contant_logo {
    padding: 32px 0;
  }
  .footer .footer_contant {
    padding: 0 35px;
  }
  .footer_icons {
    padding: 0 0 58px 0;
    max-width: 220px;
  }
  .overdrive_img {
    width: 220%;
    height: 59%;
  }
  .about_block {
    margin-left: 0;
  }
}
