.container {
  width: 90%;
  max-width: 1110px;
  margin: auto;
}

.subTtl {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}

h1,
h2 {
  color: #FFF;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

p,
div,
li,
a,
font,
span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}

.text .white-text * {
  color: white;
}

.buy-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 10px;
  background: #FFEB36;
  border: 1px solid #FFEB36;
  transition: 0.4s;
  color: #0E0E0E;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.buy-btn:hover {
  background: transparent;
  color: #FFEB36;
}

.mint-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 10px;
  background: transparent;
  border: 1px solid #6E6E6E;
  transition: 0.4s;
  color: #6E6E6E;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.mint-btn:hover {
  background: #6E6E6E;
  color: #FFEB36;
}

section {
  padding: 60px 0;
}

.anim {
  opacity: 0;
  transition: all 0.4s, opacity 1.5s;
}

.anim.animated {
  opacity: 1;
}

.anim.delay1 {
  transition-delay: 0.1s;
}

.anim.delay2 {
  transition-delay: 0.2s;
}

.anim.delay3 {
  transition-delay: 0.3s;
}

.anim.delay4 {
  transition-delay: 0.4s;
}

.anim.delay5 {
  transition-delay: 0.5s;
}

.anim.delay6 {
  transition-delay: 0.6s;
}

.anim.delay7 {
  transition-delay: 0.7s;
}

.anim.delay8 {
  transition-delay: 0.8s;
}

.anim.delay9 {
  transition-delay: 0.9s;
}

.anim.delay10 {
  transition-delay: 1.0s;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  border-radius: 0;
  text-decoration: none;
  color: #6E6E6E;
  font-family: "Roboto", sans-serif;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off, 'kern' off;
          font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off, 'kern' off;
}

body {
  overflow-x: hidden;
  max-width: 100%;
  min-height: 100vh;
  background: #0E0E0E;
}

select,
input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
}

*:focus {
  outline: transparent;
}

input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.header {
  padding: 32px 0;
  position: relative;
  z-index: 3;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo p {
  color: #FFF;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.header__logo span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.header__socials {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header__socials svg {
  display: block;
}

.header__socials svg * {
  transition: .4s;
}

.header__socials svg circle {
  fill: transparent;
}

.header__socials a.link {
  color: white;
  margin-right: 20px;
  transition: 0.4s;
}

.header__socials a.link:hover {
  color: #FFEB36;
}

.header__socials a:hover svg circle {
  fill: #FFEB36;
}

.header__socials a:hover svg path {
  fill: #0E0E0E;
}


.header__socials a.blogger svg path:nth-child(1){
	fill: transparent;
}

.header__socials a.blogger svg path:nth-child(2){
	
	stroke: black;
}

.header__socials a.blogger:hover svg path:nth-child(1){
	  fill: #FFEB36;
}

.header__socials a.blogger:hover svg path:nth-child(2){
	  fill: #0E0E0E;
	stroke: #FFEB36;
}

.footer__main {
  background: #151515;
  padding: 32px 0;
}

.footer__main .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer__logo p {
  color: #FFF;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.footer__logo span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer__socials {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.footer__socials .box {
  display: flex;
  align-items: flex-end;
  gap: 30px;
}

.footer__socials .box .author {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer__socials .box .author span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer__socials .box .author p {
  color: #FFF;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer__socials .box .links {
  display: flex;
  gap: 12px;
}

.footer__socials .box .links svg {
  display: block;
  width: 34px;
  height: 34px;
}

.footer__socials .box .links svg * {
  transition: .4s;
}

.footer__socials .box .links svg circle {
  fill: transparent;
}

.footer__socials .box .links a {
  display: block;
}

.footer__socials .box .links a:hover svg circle {
  fill: #FFEB36;
}

.footer__socials .box .links a:hover svg path {
  fill: #0E0E0E;
}

.footer__bottom {
  padding: 20px 0;
}

.footer__bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__bottom p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.footer__bottom ul {
  display: flex;
  gap: 35px;
}

.footer__bottom a {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  transition: 0.4s;
}

.footer__bottom a:hover {
  color: #FFEB36;
}

main {
  overflow: hidden;
}

.block1 {
  padding: 0 0 300px;
}

.block1 .container {
  position: relative;
}

.block1__background {
  display: block;
  width: 100%;
  height: auto;
  min-height: 500px;
}

.block1__text {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.block1__title {
  color: #FFF;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: .9;
}

.block1__description {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  max-width: 540px;
}

.block1__btn {
  width: 255px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFEB36;
  border: 1px solid #FFEB36;
  color: #0E0E0E;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 160% */
  transition: .4s;
}

.block1__btn:hover {
  background: transparent;
  color: white;
}

.block1__images .img-cont img {
  display: block;
  height: auto;
  position: absolute;
}

.block1__images .img-cont:nth-child(1) img {
  width: 250px;
  left: -90px;
  bottom: 40px;
}

.block1__images .img-cont:nth-child(2) img {
  width: 250px;
  left: 285px;
  top: -130px;
}

.block1__images .img-cont:nth-child(3) img {
  width: 156px;
  left: 664px;
  top: -220px;
}

.block1__images .img-cont:nth-child(4) img {
  width: 445px;
  left: 380px;
  top: calc(100% - 70px);
}

.block1__images .img-cont:nth-child(5) img {
  width: 276px;
  right: -145px;
  bottom: 50px;
}

.block2 {
  padding-top: 100px;
  overflow: hidden;
  position: relative;
  z-index: 4;
}

.block2 .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block2__text {
  width: 50%;
  padding-right: 100px;
}

.block2__img {
  width: 50%;
}

.block2__img img {
  display: block;
  width: calc(100% + calc((100vw - 1110px) / 2));
  margin-right: calc((100vw - 1110px) / -2);
  height: auto;
}

.block3 .container {
  display: flex;
  align-items: center;
}

.block3__img {
  width: 375px;
}

.block3__img img {
  display: block;
  width: 100%;
  height: auto;
}

.block3__text {
  width: calc(100% - 375px);
}

.block3__text svg {
  margin-bottom: 34px;
}

.block3__text blockquote {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.block3__text p {
  margin-top: 24px;
  color: #FFF;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.block4 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.block4__text {
  width: 50%;
  max-width: 445px;
}

.block4__list {
  width: 50%;
  max-width: 540px;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.block4__list .box {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.block4__list .box img {
  display: block;
  width: 65px;
  height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 50px;
}

.block4__list .box h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 100% */
  margin-bottom: 14px;
}

.block5 .container {
  display: flex;
  flex-wrap: wrap;
  gap: 90px 30px;
}

.block5__text {
  width: calc(33.333% - 20px);
}

.block5__box {
  width: calc(33.333% - 20px);
}

.block5__box.big {
  width: calc(50% - 15px);
}

.block5__box.big img {
  height: 380px;
}

.block5__box img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 320px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 24px;
}

.block5__box .chars {
  max-width: 240px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.block5__box .chars .left {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
}

.block5__box .chars .left h3 {
  color: #FFF;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.block5__box .chars .left p {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.block5__box .chars .right {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-end;
}

.block5__box .chars .right p {
  color: #FFF;
  text-align: right;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.block5__box .chars .right span {
  text-align: right;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.block5__box .btns {
  max-width: 240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
}

.block5__box .btns > * {
  width: 50%;
}

.block5__slider {
  width: 100%;
  padding-bottom: 40px;
}

.block5__slider .splide {
  width: 100%;
}

.block5__slider .splide__slide.big img {
  height: 300px;
}

.block5__slider .splide__slide img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 320px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 24px;
}

.block5__slider .splide__slide .chars {
  max-width: 240px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.block5__slider .splide__slide .chars .left {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
}

.block5__slider .splide__slide .chars .left h3 {
  color: #FFF;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.block5__slider .splide__slide .chars .left p {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.block5__slider .splide__slide .chars .right {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-end;
}

.block5__slider .splide__slide .chars .right p {
  color: #FFF;
  text-align: right;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.block5__slider .splide__slide .chars .right span {
  text-align: right;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.block5__slider .splide__slide .btns {
  max-width: 240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
}

.block5__slider .splide__slide .btns > * {
  width: 50%;
}

.block5__slider .splide__arrows {
  display: none !important;
}

.block5__slider .splide__pagination {
  bottom: -40px;
}

.block7 {
  padding-bottom: 120px;
}

.block7 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.block7__text {
  width: 50%;
  padding-right: 100px;
}

.block7__text img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.block7__text .nft {
  margin-top: 48px;
  max-width: 250px;
}

.block7__text .nft .chars {
  max-width: 240px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.block7__text .nft .chars .left {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
}

.block7__text .nft .chars .left h3 {
  color: #FFF;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.block7__text .nft .chars .left p {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.block7__text .nft .chars .right {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-end;
}

.block7__text .nft .chars .right p {
  color: #FFF;
  text-align: right;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.block7__text .nft .chars .right span {
  text-align: right;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.block7__text .nft .btns {
  max-width: 240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
}

.block7__text .nft .btns > * {
  width: 50%;
}

.block7__img {
  width: 50%;
}

.block7__img img {
  display: block;
  width: 100%;
  height: auto;
}

.block8 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.block8 img {
  display: block;
  width: 100vw;
  height: auto;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin-bottom: 30px;
}

.block8 .container {
  min-height: calc(45.714vw - 120px);
  display: flex;
  align-items: center;
}

.block8__text {
  max-width: 450px;
  margin-left: auto;
}

.block8__text .socials {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.block8__text .socials svg * {
  transition: .4s;
}

.block8__text .socials svg circle {
  fill: transparent;
}

.block8__text .socials a:hover svg circle {
  fill: #FFEB36;
}

.block8__text .socials a:hover svg path {
  fill: #0E0E0E;
}

.block9 .container {
  display: flex;
  align-items: center;
}

.block9__text {
  width: 63%;
}

.block9__text .textes {
  display: flex;
  gap: 30px;
}

.block9__text .textes .text {
  width: 50%;
}

.block9__text .socials {
  display: flex;
  gap: 16px;
  margin-top: 42px;
}

.block9__text .socials svg * {
  transition: .4s;
}

.block9__text .socials svg circle {
  fill: transparent;
}

.block9__text .socials a:hover svg circle {
  fill: #FFEB36;
}

.block9__text .socials a:hover svg path {
  fill: #0E0E0E;
}

.block9__img {
  width: 37%;
}

.block9__img img {
  display: block;
  width: 100%;
  height: auto;
}

.block10 {
  padding-bottom: 120px;
}

.block10 .subTtl {
  text-align: center;
}

.block10 h2 {
  text-align: center;
  max-width: 540px;
  margin: 0 auto;
}

.block10__slider {
  margin-top: 80px;
  width: 100%;
}

.block10 .splide {
  width: 100%;
}

.block10 .splide__slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.block10 .splide__slide img {
  display: block;
  max-width: 350px;
  max-height: 340px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 24px;
}

.block10 .splide__slide .chars {
  width: 100%;
  max-width: 240px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.block10 .splide__slide .chars .left {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
}

.block10 .splide__slide .chars .left h3 {
  color: #FFF;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.block10 .splide__slide .chars .left p {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.block10 .splide__slide .chars .right {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-end;
}

.block10 .splide__slide .chars .right p {
  color: #FFF;
  text-align: right;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.block10 .splide__slide .chars .right span {
  text-align: right;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.block10 .splide__slide .btns {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
}

.block10 .splide__slide .btns > * {
  width: 50%;
}

.block10 .splide__pagination {
  bottom: -40px;
}

.block10 .splide__arrows {
  display: none !important;
}

@media screen and (min-width: 1025px) {
  .block5__slider {
    display: none;
  }

  .block7__text img {
    display: none;
  }

  .block8 img {
    display: none;
  }

  .block10 .splide__pagination {
    display: none;
  }
}

@media screen and (max-width: 1230px) {
  .block2__img img {
    width: calc(100% + 5vw);
    margin-right: -5vw;
  }
}

@media screen and (max-width: 1200px) {
  .block1__title {
    font-size: 65px;
  }
}

@media screen and (max-width: 1024px) {
  .container {
    max-width: 500px;
  }

  .subTtl {
    font-size: 18px;
  }

  h1,
  h2 {
    font-size: 38px;
  }

  .text {
    gap: 16px;
    margin-top: 16px;
  }

  .header {
    padding: 15px 0;
  }

  .header__logo p {
    font-size: 22px;
  }

  .header__logo span {
    font-size: 14px;
  }

  .header__socials {
    gap: 12px;
  }

  .header__socials svg {
    width: 32px;
    height: 32px;
  }

  .header__socials a.link {
    font-size: 14px;
    margin-right: 10px;
  }

  .footer__main {
    padding: 25px 0;
  }

  .footer__main .container {
    flex-direction: column;
  }

  .footer__logo {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .footer__socials {
    flex-direction: column;
    width: 100%;
  }

  .footer__socials .box {
    justify-content: space-between;
    width: 100%;
  }

  .footer__bottom .container {
    flex-direction: column;
  }

  .footer__bottom ul {
    gap: 20px;
  }

  .block1 {
    padding: 60px 0 70px;
  }

  .block1__text {
    gap: 16px;
    max-width: 350px;
    padding: 0 15px;
  }

  .block1__title {
    font-size: 36px;
    line-height: 1;
  }

  .block1__description {
    font-size: 16px;
  }

  .block1__btn {
    width: 100%;
    max-width: 240px;
    height: 60px;
  }

  .block1__images .img-cont:nth-child(1) img {
    width: 112px;
    left: unset;
    right: calc(50% + 75px);
    bottom: -76px;
  }

  .block1__images .img-cont:nth-child(2) img {
    width: 126px;
    left: unset;
    right: 50%;
    top: -45px;
  }

  .block1__images .img-cont:nth-child(3) img {
    width: 78px;
    left: calc(50% + 60px);
    top: -60px;
  }

  .block1__images .img-cont:nth-child(4) img {
    width: 137px;
    left: calc(50% - 48px);
    bottom: -120px;
    top: unset;
    z-index: 2;
  }

  .block1__images .img-cont:nth-child(5) img {
    width: 124px;
    right: unset;
    left: calc(50% + 69px);
    bottom: -30px;
  }

  .block2 .container {
    flex-direction: column-reverse;
  }

  .block2__text {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .block2__img {
    width: 100vw;
    max-width: 600px;
    margin: 0 auto 30px;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }

  .block2__img img {
    width: 100%;
    -webkit-transform: none !important;
            transform: none !important;
  }

  .block3 .container {
    flex-direction: column;
  }

  .block3__img {
    width: 100%;
    margin-bottom: 15px;
  }

  .block3__text {
    width: 100%;
    text-align: center;
  }

  .block3__text svg {
    margin: 0 auto 20px;
  }

  .block3__text blockquote {
    font-size: 32px;
  }

  .block4 .container {
    flex-direction: column;
    gap: 40px;
  }

  .block4__text {
    width: 100%;
    max-width: unset;
    text-align: center;
  }

  .block4__list {
    width: 100%;
    max-width: unset;
    gap: 20px;
  }

  .block4__list .box img {
    width: 55px;
    height: 55px;
    margin-bottom: 20px;
  }

  .block5 .container {
    gap: 30px;
  }

  .block5__text {
    width: 100%;
    text-align: center;
  }

  .block5__box {
    display: none;
  }

  .block7 {
    padding-bottom: 60px;
  }

  .block7 .container {
    flex-direction: column-reverse;
  }

  .block7__text {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }

  .block7__text .nft {
    margin: 24px auto 0;
  }

  .block7__img {
    display: none;
  }

  .block8 {
    background: transparent !important;
  }

  .block8__text {
    text-align: center;
    max-width: unset;
  }

  .block8__text p {
    color: #6E6E6E !important;
  }

  .block8__text .socials {
    justify-content: center;
  }

  .block9 {
    padding-top: 0;
  }

  .block9 .container {
    flex-direction: column-reverse;
  }

  .block9__text {
    width: 100%;
    text-align: center;
  }

  .block9__text .textes {
    flex-direction: column;
    gap: 0;
  }

  .block9__text .textes .text {
    width: 100%;
  }

  .block9__text .socials {
    margin-top: 24px;
    justify-content: center;
  }

  .block9__img {
    width: 100%;
    margin-bottom: 25px;
  }

  .block10 {
    padding-bottom: 80px;
  }

  .block10__slider {
    margin-top: 30px;
  }

  .block10 .splide__slide img {
    max-width: 290px;
    max-height: 290px;
  }
}

@media screen and (max-width: 768px) {
  section {
    padding: 30px 0;
  }
}

@media screen and (max-width: 550px) {
  .container {
    max-width: calc(100% - 30px);
  }
}

.videopopup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  background: rgba(0, 0, 0, 0.86);
  padding: 30px;
  display: none;
}

.videopopup video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80vw;
  max-height: 100vh;
}

.videopopup .exit-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.videopopup .exit-btn svg {
  display: block;
  width: 34px;
  height: 34px;
}