*,
*::after,
*::before {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
blockquote:before,
q:before {
  content: "";
  content: none;
}
blockquote:after,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1415px;
}

.container-fluid {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1465px;
}

.title {
  background: linear-gradient(90deg, #69eacb 0%, #eaccf8 48%, #6654f1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
  font-size: 55px;
  line-height: 68px;
  text-align: center;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  border-radius: 60px;
  font-family: "Poppins", sans-serif;
}
.btn--regular {
  background-color: #2F80ED;
}
.btn--stroke {
  opacity: 0.9;
  border: 1px solid #ffffff;
}
.btn--more {
  max-width: 226px;
  margin: 0 auto;
  margin-top: 65px;
  padding: 15px 55px;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
}

.social {
  display: flex;
  align-items: center;
}
.social__item:not(:last-child) {
  margin-right: 40px;
}
.social__link svg {
  width: 42px;
  height: 30px;
  fill: rgba(255, 255, 255, 0.7);
}

.crypto {
  color: rgb(255, 255, 255);
}
.crypto__about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.crypto__name-collection {
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
}
.crypto__name-collector {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  opacity: 0.7;
}
.crypto__price {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}
.crypto__price--big {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.crypto__price--green {
  text-align: right;
  color: #24ff00;
}
.crypto__price--red {
  text-align: right;
  color: #ff0000;
}

.header {
  color: rgb(255, 255, 255);
  padding: 51px 0;
}
.header__wrapper {
  display: flex;
  align-items: center;
}
.header__button {
  padding: 15px 25px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

.logo {
  margin-right: auto;
}

.nav {
  margin-right: 61px;
}
.nav__list {
  display: flex;
}
.nav__item:not(:last-child) {
  margin-right: 40px;
}
.nav__link {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

.hero__wrapper {
  display: flex;
  justify-content: space-between;
}
.hero__content {
  margin-top: 130px;
}
.hero__title {
  color: rgb(255, 255, 255);
  margin-bottom: 53px;
  max-width: 742px;
  font-weight: 500;
  font-size: 80px;
  line-height: 78px;
  letter-spacing: 0.025em;
  text-transform: capitalize;
}
.hero__title--gradient {
  background: linear-gradient(90deg, #69eacb 0%, #eaccf8 48%, #6654f1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero__desc {
  margin-bottom: 67px;
  max-width: 490px;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  color: #ffffff;
}
.hero__buttons {
  display: flex;
  margin-bottom: 67px;
}
.hero__btn {
  width: 207px;
  padding: 15px 55px;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
}
.hero__btn:not(:last-child) {
  margin-right: 26px;
}

.statistics {
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  color: rgb(255, 255, 255);
}
.statistics__item {
  text-align: center;
}
.statistics__item:not(:last-child) {
  margin-right: 42px;
}
.statistics__item-number {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
}
.statistics__item-descr {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.partners {
  padding-top: 162px;
  padding-bottom: 193px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.partners__item {
  margin-bottom: 51px;
}
.partners__item:not(:last-child) {
  margin-right: 119px;
}
.partners__item:nth-child(3) {
  margin-right: 0;
}

.trending {
  padding-top: 193px;
  padding-bottom: 130px;
}
.trending__title {
  margin-bottom: 59px;
}
.trending__item {
  width: 440px;
  height: 607px;
  padding: 20px;
  color: rgb(255, 255, 255);
  background: linear-gradient(155.14deg, rgba(255, 255, 255, 0) -2.13%, rgba(255, 255, 255, 0.15) 136.58%);
  filter: drop-shadow(0px 4px 49px rgba(0, 7, 72, 0.12));
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
  border-radius: 20px;
  transition: 0.5s;
}
.trending__item-content {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.trending__item-button {
  transition: 0.5s;
  display: none;
  padding: 15px 140px;
  margin: 0 auto;
  margin-top: 20px;
}
.trending__logo {
  margin-bottom: 20px;
}
.trending__image {
  margin-right: 20px;
}
.trending__crypto {
  margin-left: auto;
}
.trending .swiper-slide {
  opacity: 0.6;
  filter: blur(4.5px);
}
.trending .swiper-slide-active,
.trending .swiper-slide-prev,
.trending .swiper-slide-next {
  opacity: 1;
  filter: blur(0);
}
.trending .swiper-button-prev::after,
.trending .swiper-button-next::after {
  display: none;
}
.trending .swiper-button-prev,
.trending .swiper-button-next {
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70px 70px;
}
.trending .swiper-button-prev {
  margin-left: 30px;
  background-image: url("../../img/prev.png");
}
.trending .swiper-button-next {
  margin-right: 30px;
  background-image: url("../../img/next.png");
}
.trending .swiper-slide-active .trending__logo {
  transition: 0.5s;
  height: 328px;
}
.trending .swiper-slide-active .trending__item-button {
  transition: 0.5s;
  display: block;
}

.collection {
  padding-top: 130px;
  padding-bottom: 125px;
}
.collection__title {
  margin-bottom: 59px;
}

.collection-tabs-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 66px;
}
.collection-tabs-nav__item:not(:last-child) {
  margin-right: 19px;
}
.collection-tabs-nav__btn {
  padding: 16px 55px;
  font-weight: 600;
  font-size: 23px;
  line-height: 36px;
}

.collection-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.collection-tabs__item {
  background: linear-gradient(155.14deg, rgba(0, 0, 0, 0) -2.13%, rgba(255, 255, 255, 0.15) 136.58%);
  filter: drop-shadow(0px 4px 49px rgba(0, 7, 72, 0.12));
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  border-radius: 20px;
  padding: 20px;
  color: rgb(255, 255, 255);
}

.collection-item__image {
  margin-bottom: 17px;
}

.categories {
  position: relative;
  padding-top: 125px;
  padding-bottom: 110px;
}
.categories__title {
  margin-bottom: 80px;
}
.categories__item {
  background: linear-gradient(155.14deg, rgba(0, 0, 0, 0) -2.13%, rgba(255, 255, 255, 0.15) 136.58%);
  filter: drop-shadow(0px 4px 49px rgba(0, 7, 72, 0.12));
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  border-radius: 20px;
  width: 445px;
  padding: 18px;
}
.categories__images {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}
.categories__images--small-1 {
  grid-area: 1/1/2/2;
}
.categories__images--small-2 {
  grid-area: 2/1/3/2;
}
.categories__images--big {
  grid-area: 1/2/3/3;
}
.categories__text {
  display: block;
  text-align: center;
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 21.9509px;
  line-height: 33px;
}
.categories .swiper-button-prev::after,
.categories .swiper-button-next::after {
  display: none;
}
.categories .swiper-button-prev,
.categories .swiper-button-next {
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70px 70px;
}
.categories .swiper-button-prev {
  margin-top: 6px;
  margin-left: 200px;
  background-image: url("../../img/prev.png");
}
.categories .swiper-button-next {
  margin-top: 6px;
  margin-right: 200px;
  background-image: url("../../img/next.png");
}

.sell {
  padding-top: 110px;
  padding-bottom: 100px;
}
.sell__wrapper {
  padding: 64px 49px 75px;
  background: linear-gradient(105.42deg, rgba(255, 255, 255, 0.11) -3.07%, rgba(255, 255, 255, 0.11) 49.04%, rgba(255, 255, 255, 0) 97.84%);
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.25));
  border-radius: 40px;
}
.sell__title {
  margin-bottom: 83px;
}
.sell__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 91px;
}
.sell__item {
  padding-top: 90px;
  background-position: top center;
  background-repeat: no-repeat;
}
.sell__item--wallet {
  background-image: url("../../img/sell/wallet.svg");
}
.sell__item--upload {
  background-image: url("../../img/sell/upload.svg");
}
.sell__item--sale {
  background-image: url("../../img/sell/sale.svg");
}
.sell__subtitle {
  margin-bottom: 28px;
  color: rgb(255, 255, 255);
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
}
.sell__descr {
  width: 347px;
  margin: 0 auto;
  color: rgb(255, 255, 255);
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}

.articles {
  padding-top: 100px;
  padding-bottom: 107px;
}
.articles__title {
  margin-bottom: 60px;
}
.articles__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 29px;
}
.articles__item {
  background: linear-gradient(155.14deg, rgba(0, 0, 0, 0) -2.13%, rgba(255, 255, 255, 0.15) 136.58%);
  filter: drop-shadow(0px 4px 49px rgba(0, 7, 72, 0.12));
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  border-radius: 20px;
}
.articles__item-content {
  padding: 20px 34px;
}
.articles__text {
  margin-bottom: 45px;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  color: rgb(255, 255, 255);
}
.articles__date {
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  opacity: 0.7;
}

.more {
  padding-top: 107px;
  padding-bottom: 64px;
  background: #030026;
}
.more__content {
  padding-bottom: 108px;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.7);
}
.more__title {
  margin-bottom: 50px;
}
.more__subtitle {
  margin-bottom: 50px;
  text-align: center;
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

.more-form {
  margin: 0 auto;
  width: 865px;
  display: flex;
  flex-direction: row;
  padding: 4px;
}
.more-form__input {
  flex-grow: 2;
  border: none;
  padding-left: 72px;
  width: 865px;
  height: 74px;
  background: #d9d9d9;
  border-radius: 116.732px;
}
.more-form__input::-moz-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #828282;
}
.more-form__input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #828282;
}
.more-form__input::placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #828282;
}
.more-form__btn {
  margin-top: 4px;
  margin-left: -152px;
  padding: 16px 44px;
  height: 63px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

.burger {
  z-index: 30;
  display: none;
  width: 30px;
  height: 20px;
  border: none;
  margin-right: 30px;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .burger {
    display: block;
  }
}
.burger__line {
  display: block;
  width: 28px;
  height: 2px;
  border-radius: 5px;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
.burger__line:not(:last-child) {
  margin-bottom: 7px;
}

.burger.active {
  transition-delay: 0.8s;
  transform: rotate(45deg);
}

.burger.active > .burger__line:nth-child(2) {
  width: 0;
}

.burger.active > .burger__line:nth-child(1),
.burger.active > .burger__line:nth-child(3) {
  transition-delay: 0.4s;
}

.burger.active > .burger__line:nth-child(1) {
  transform: translateY(9px);
}

.burger.active > .burger__line:nth-child(3) {
  transform: translateY(-9px) rotate(90deg);
}

.footer {
  padding-top: 64px;
  padding-bottom: 37px;
  background: #030026;
  color: rgb(255, 255, 255);
}
.footer__content {
  display: flex;
  padding-bottom: 123px;
}
.footer__left {
  margin-right: 242px;
}
.footer__descr {
  margin-top: 25px;
  width: 484px;
  margin-bottom: 33px;
  font-weight: 400;
  font-size: 20px;
  line-height: 41px;
}
.footer__copyright {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__copyright svg {
  margin-right: 9px;
  width: 20px;
  height: 20px;
  fill: rgb(255, 255, 255);
}

.footer-nav {
  display: flex;
  align-items: center;
}
.footer-nav__col:not(:last-child) {
  margin-right: 234px;
}
.footer-nav__title {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
}
.footer-nav__item:not(:last-child) {
  margin-bottom: 20px;
}
.footer-nav__link {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

body {
  font-family: "Poppins", sans-serif;
  background-image: url("../../img/background-site.png");
  background-position: center;
  background-size: cover;
}

.icon {
  fill: rgb(30, 30, 30);
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.icon:hover {
  transform: scale(1.1);
}/*# sourceMappingURL=style.css.map */