@import url(../style/normalize.css);
@keyframes heroAnimation {
  0% {
    border-radius: 30% 70% 70% 30%/40% 40% 60% 60%; }
  20% {
    border-radius: 70% 30% 30% 70%/60% 60% 40% 40%; }
  40% {
    border-radius: 30% 70% 30% 70%/40% 60% 40% 60%; }
  60% {
    border-radius: 30% 70% 70% 30%/40% 40% 60% 60%; }
  80% {
    border-radius: 70% 30% 30% 70%/60% 60% 40% 40%; }
  100% {
    border-radius: 30% 70% 70% 30%/40% 40% 60% 60%; } }

@keyframes imageAnimation {
  0% {
    transform: translatey(0px); }
  50% {
    transform: translatey(-20px); }
  100% {
    transform: translatey(0px); } }

@keyframes shadowAnimation {
  0% {
    opacity: 100%; }
  50% {
    opacity: 60%; }
  100% {
    opacity: 100%; } }

@keyframes imageChange {
  0% {
    content: url("../assets/png/image/selected/AP_YODA_r.png"); }
  10% {
    content: url("../assets/png/image/selected/AP_SWINIA_r.png"); }
  20% {
    content: url("../assets/png/image/selected/AP_MIS_r.png"); }
  30% {
    content: url("../assets/png/image/selected/AP_MERKEL_r.png"); }
  40% {
    content: url("../assets/png/image/selected/AP_KAND_r.png"); }
  50% {
    content: url("../assets/png/image/selected/AP_BABECZKA_r.png"); }
  60% {
    content: url("../assets/png/image/selected/AP_BABA_r.png"); }
  70% {
    content: url("../assets/png/image/selected/AP_GORKA_r.png"); }
  80% {
    content: url("../assets/png/image/selected/AP_MERKEL_r.png"); }
  90% {
    content: url("../assets/png/image/selected/AP_MIS_r.png"); }
  100% {
    content: url("../assets/png/image/selected/AP_YODA_r.png"); } }

@keyframes fade {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.image__header {
  content: url("../assets/png/image/selected/AP_BABA_r.png");
  position: relative;
  width: 500px;
  animation: imageAnimation 3s ease-in-out infinite, imageChange 15s linear infinite; }

.image__footer {
  position: relative;
  bottom: 100px;
  width: 500px;
  animation: shadowAnimation 3s ease-in-out infinite; }

.header {
  background-color: white;
  min-height: 100vh;
  width: auto;
  padding-top: 100px;
  position: relative;
  overflow: hidden; }
  .header__image {
    display: block;
    content: "";
    background-image: url("../../assets/jpg/dog.JPG");
    max-height: 400px;
    display: flex;
    margin: 50px;
    border-radius: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    animation: heroAnimation 20s linear infinite; }
  .header__button {
    box-sizing: border-box;
    width: 320px;
    height: 60px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 50px;
    margin-bottom: 100px;
    border: 1px solid #000000;
    border-radius: 15px;
    background-color: transparent;
    cursor: pointer; }
    .header__button__cta {
      width: 320px;
      height: 60px;
      font-weight: bold;
      background-color: #FE6392;
      border-radius: 15px;
      border: none; }
  .header__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    padding-bottom: 100px;
    min-height: 100vh;
    align-items: center; }
  .header__button {
    box-sizing: border-box;
    width: 200px;
    height: 60px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 50px;
    border: 1px solid #000000;
    border-radius: 15px;
    background-color: transparent;
    cursor: pointer; }
    .header__button__cta {
      width: 200px;
      height: 60px;
      font-weight: bold;
      background-color: #FE6392;
      border-radius: 15px;
      border: none;
      box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px; }
  .header__buttons {
    position: relative; }

.header::before {
  content: ' ';
  background-color: #EDEDED;
  min-height: 25vh;
  width: 200%;
  left: -50%;
  bottom: 25%;
  padding-top: 100px;
  display: block;
  transform: rotate(-5deg);
  position: absolute;
  z-index: 0; }

.header::after {
  content: ' ';
  background-color: #D51B3A;
  min-height: 35vh;
  width: 200%;
  left: -50%;
  bottom: -10%;
  padding-top: 100px;
  display: block;
  transform: rotate(-5deg);
  position: absolute; }

.grid__left {
  text-align: end;
  max-width: 600px;
  position: relative; }

.heading__description {
  font-size: 19px; }

.heading__markup::after {
  content: "";
  display: block;
  background-color: #FE6392;
  width: 100%;
  height: 40px;
  position: absolute;
  box-sizing: inherit;
  z-index: -1;
  left: 3%;
  bottom: -5px; }

.heading__markup__nft:after {
  content: "";
  display: block;
  background-color: #EAE9E8;
  width: 30%;
  height: 40px;
  position: absolute;
  box-sizing: inherit;
  z-index: -1;
  left: 73%;
  bottom: 70px; }

@media (max-width: 1024px) {
  .header__grid {
    grid-template-columns: 1fr;
    justify-items: center; }
  .image {
    display: none; } }

@media (max-width: 996px) {
  .header__button {
    justify-content: center;
    align-items: center;
    margin: 20px; } }

.nav {
  width: 100vw;
  padding: 10px;
  position: fixed;
  background-color: #181818;
  color: white;
  z-index: 999;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px; }
  .nav__list {
    display: flex;
    list-style-type: none; }
    .nav__list-element {
      padding: 10px; }
  .nav__link {
    color: white;
    text-decoration: none; }
  .nav__heading {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 39px;
    letter-spacing: -0.03em;
    color: white;
    display: flex;
    align-items: center;
    margin: 0; }
  .nav__title {
    padding-left: 30px;
    margin: 0; }
  .nav__container {
    display: block;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row; }
  .nav__hamburger {
    display: none;
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    cursor: pointer; }
  .nav--open {
    display: block; }

.hamburger {
  display: none;
  opacity: 0n; }
  .hamburger__list {
    padding: 0;
    margin: 0; }
    .hamburger__list-element {
      list-style-type: none;
      padding: 10px;
      font-size: 40px; }
  .hamburger-box {
    display: inline-block;
    width: 40px;
    height: 40px; }
  .hamburger-inner {
    position: absolute;
    width: 40px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #fff;
    top: 25%;
    display: block; }
  .hamburger-inner::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #fff;
    top: -10px;
    display: block; }
  .hamburger-inner::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #fff;
    bottom: -10px;
    display: block; }
  .hamburger-is-active {
    position: absolute;
    width: 40px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #fff;
    top: 50%;
    display: block;
    transform: rotate(45deg); }
  .hamburger-is-active::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #fff;
    top: 0;
    display: block; }
  .hamburger-is-active::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #fff;
    bottom: 0;
    display: block;
    transform: rotate(273deg); }
  .hamburger--open {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    position: absolute;
    background-color: #282828;
    top: 0;
    left: 0;
    backdrop-filter: blur(10px);
    transition: opacity 1s ease;
    opacity: .99; }

@media screen and (max-width: 1000px) {
  .nav__hamburger {
    display: block;
    z-index: 999; }
  .nav__list {
    display: none; } }

@media screen and (max-width: 600px) {
  .nav__heading--image {
    width: 20px; }
  .nav__heading {
    font-size: 18px; }
  .nav__title {
    width: 200px;
    padding: 0;
    padding-left: 10px; } }

.reasons {
  background-color: #EDEDED;
  background-image: linear-gradient(175deg, #D51B3A, #D51B3A 15%, #EAE9E8 40%, #EAE9E8);
  min-height: 100vh;
  width: auto;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0; }
  .reasons__button {
    box-sizing: border-box;
    width: 320px;
    height: 60px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 100px;
    margin-bottom: 100px;
    border: 1px solid #000000;
    border-radius: 15px;
    background-color: transparent;
    cursor: pointer; }
    .reasons__button__cta {
      width: 320px;
      height: 60px;
      font-weight: bold;
      background-color: #FE6392;
      border-radius: 15px;
      border: none;
      box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px; }

.reasons__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  padding: 0;
  max-width: 940px;
  margin: auto; }
  .reasons__list--element {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 30px;
    gap: 10px;
    width: 450px;
    background: #282828;
    color: white;
    list-style-type: none;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    border-radius: 15px;
    margin: 10px; }

.list__heading {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px; }

.list__heading::after {
  content: "";
  display: block;
  background-color: #FE6392;
  width: 100%;
  height: 2px;
  box-sizing: inherit;
  z-index: -1; }

.list__text {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #FFFFFF; }

@media (max-width: 996px) {
  .reasons__list {
    justify-content: center; } }

@media (max-width: 820px) {
  .reasons__list--element {
    width: 300px; }
  .reasons__button {
    width: 250px; }
  .list__text {
    display: contents; }
  .buttons {
    margin: 0; } }

.collections {
  background-color: #282828;
  min-height: 100vh;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px; }
  .collections__subheading {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 41px;
    color: white; }
  .collections__description {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: white; }
    .collections__description__header {
      position: relative;
      z-index: 1;
      width: fit-content;
      font-size: 24px; }
    .collections__description__header::after {
      content: " ";
      display: block;
      background: #D51B3A;
      width: 104%;
      height: 10px;
      position: absolute;
      box-sizing: inherit;
      z-index: -1;
      left: -2%;
      bottom: -2px; }
  .collections__list {
    max-width: 1060px;
    padding: 0; }
    .collections__list--element {
      list-style-type: none; }
    .collections__list--header {
      font-family: 'Arial';
      font-style: normal;
      font-weight: 700;
      font-size: 45px;
      line-height: 70px;
      letter-spacing: -0.03em;
      margin: 15px;
      position: absolute;
      color: white;
      text-shadow: 0px 0px 10px black;
      opacity: .7; }
    .collections__list--text {
      font-family: 'Arial';
      font-style: normal;
      font-weight: 400;
      font-size: 22px;
      line-height: 18px;
      margin: 0;
      line-height: 130%;
      color: white;
      position: absolute;
      padding: 10px;
      opacity: 0; }
  .collections__button {
    box-sizing: border-box;
    width: 320px;
    height: 60px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    color: white;
    border: 1px solid white;
    border-radius: 15px;
    background-color: transparent;
    opacity: 0; }
    .collections__button__cta {
      width: 320px;
      height: 60px;
      font-weight: bold;
      background-color: #FE6392;
      border-radius: 15px;
      border: none;
      color: black;
      cursor: pointer; }

.collections__hover {
  opacity: 0; }

.collections__hover:hover {
  opacity: 1; }

.collection__button {
  width: 1060px;
  height: 200px;
  background: #979797;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  border-radius: 15px;
  border-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  padding: 50px 150px;
  cursor: pointer; }

.collection__link {
  text-decoration: none; }

.collection__container {
  display: flex;
  justify-content: center;
  flex-direction: column; }
  .collection__container__list {
    display: flex;
    flex-direction: column;
    align-items: center; }

.fm_nft {
  background-image: url("../assets/png/fm-anim.png");
  background-position: center;
  background-size: cover; }

.fm_nft:hover {
  transition: background-image .3s;
  background-image: url("../assets/png/fm.png"); }

.fm_nft:hover .collections__list--header {
  transition: opacity .3s;
  opacity: 0; }

.fm_nft:hover .collections__list--text {
  transition: opacity .3s;
  opacity: 1; }

.fm_nft:hover .collections__button {
  transition: opacity .3s;
  opacity: 1; }

.wp_nft {
  background-image: url("../assets/png/polacy-anim.png");
  background-position: center;
  background-size: cover; }

.wp_nft:hover {
  transition: background-image .3s;
  background-image: url("../assets/png/polacy.png"); }

.wp_nft:hover .collections__list--header {
  transition: opacity .3s;
  opacity: 0; }

.wp_nft:hover .collections__list--text {
  transition: opacity .3s;
  opacity: 1; }

.wp_nft:hover .collections__button {
  transition: opacity .3s;
  opacity: 1; }

.bpg_nft {
  background-image: url("../assets/png/grunwald-anim.png");
  background-position: center;
  background-size: cover; }

.bpg_nft:hover {
  transition: background-image .3s;
  background-image: url("../assets/png/grunwald.png"); }

.bpg_nft:hover .collections__list--header {
  transition: opacity .3s;
  opacity: 0; }

.bpg_nft:hover .collections__list--text {
  transition: opacity .3s;
  opacity: 1; }

.bpg_nft:hover .collections__button {
  transition: opacity .3s;
  opacity: 1; }

.ap_nft {
  background-image: url("../assets/png/animal-anim.png");
  background-position: center;
  background-size: cover; }

.ap_nft:hover {
  transition: background-image .3s;
  background-image: url("../assets/png/animal.png"); }

.ap_nft:hover .collections__list--header {
  transition: opacity .3s;
  opacity: 0; }

.ap_nft:hover .collections__list--text {
  transition: opacity .3s;
  opacity: 1; }

.ap_nft:hover .collections__button {
  transition: opacity .3s;
  opacity: 1; }

.pws_nft {
  background-image: url("../assets/png/sztuka-anim.png");
  background-position: center;
  background-size: cover; }

.pws_nft:hover {
  transition: background-image .3s;
  background-image: url("../assets/png/sztuka.png"); }

.pws_nft:hover .collections__list--header {
  transition: opacity .3s;
  opacity: 0; }

.pws_nft:hover .collections__list--text {
  transition: opacity .3s;
  opacity: 1; }

.pws_nft:hover .collections__button {
  transition: opacity .3s;
  opacity: 1; }

.nft_nft {
  background-image: url("../assets/png/nft-anim.png");
  background-position: center;
  background-size: cover; }

.nft_nft:hover {
  transition: background-image .3s;
  background-image: url("../assets/png/nft.png"); }

.nft_nft:hover .collections__list--header {
  transition: opacity .3s;
  opacity: 0; }

.nft_nft:hover .collections__list--text {
  transition: opacity .3s;
  opacity: 1; }

.nft_nft:hover .collections__button {
  transition: opacity .3s;
  opacity: 1; }

@media (max-width: 1260px) {
  .collections__list {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .collections__list--element {
      width: 90vw;
      height: auto; }
  .collection__button {
    width: 90vw;
    height: 200px; } }

@media (max-width: 820px) {
  .collection__button {
    width: 90vw;
    height: 200px; }
  .collections__list {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .collections__list--header {
      font-size: 36px;
      line-height: normal;
      padding: 0; }
  .collections__button {
    width: 250px; }
  .collections__subheading {
    font-size: 24px; } }

.faq {
  background-color: #EDEDED;
  min-height: 100vh;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center; }

.faq__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  padding: 0;
  max-width: 940px;
  margin-bottom: 100px;
  margin: auto;
  padding-bottom: 100px; }
  .faq__list--element {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 30px;
    gap: 10px;
    width: 450px;
    background: #282828;
    color: white;
    list-style-type: none;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    border-radius: 15px;
    margin: 10px; }

.list__heading {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px; }

.list__heading::after {
  content: "";
  display: block;
  background-color: #FE6392;
  width: 100%;
  height: 2px;
  box-sizing: inherit;
  z-index: -1; }

.list__text {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  width: 400px;
  color: #FFFFFF; }

@media (max-width: 996px) {
  .faq__list {
    justify-content: center; } }

@media (max-width: 820px) {
  .faq__list--element {
    width: 300px; }
  .faq__text {
    display: contents; } }

@keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translateX(100%); }
  to {
    opacity: 1;
    transform: translateX(0); } }

.about {
  background-color: #D9D9D9;
  min-height: 100vh;
  width: auto;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .about__list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    padding: 0;
    max-width: 940px;
    margin-top: 0; }
    .about__list--element {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      padding: 20px 30px;
      gap: 10px;
      width: 400px;
      background: #EDEDED;
      color: white;
      list-style-type: none;
      box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
      border-radius: 15px;
      margin-top: 0;
      margin-bottom: 20px;
      margin: 10px; }
  .about--container {
    display: flex; }
  .about__grid {
    display: flex;
    flex-direction: column;
    grid-template-rows: auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    align-items: start; }
  .about__img {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0;
    margin: 0; }
    .about__img--element {
      border-radius: 15px;
      box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px; }
  .about__text {
    line-height: 130%;
    color: black; }
  .about__reading {
    display: flex;
    align-items: center;
    flex-direction: column; }

.krasnal__container {
  max-width: 940px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #EDEDED;
  background-color: #282828;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px; }

.krasnal__name {
  font-size: 36px; }

.krasnal__list {
  list-style-type: none;
  padding: 0; }

.krasnal__top {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding: 20px; }

.krasnal__bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 20px; }

.krasnal__about {
  padding-left: 50px; }

.krasnal__quote {
  font-size: 34px; }

.krasnal__break {
  content: " ";
  height: 2px;
  background-color: #5B5B5B; }

@media (max-width: 1000px) {
  .about__grid {
    grid-template-columns: 1fr; }
  .about__list {
    align-items: center;
    flex-direction: column; }
    .about__list--element {
      width: 240px;
      align-items: center; }
  .about__img {
    align-items: center; }
    .about__img--element {
      width: 250px; }
  .krasnal__top {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .krasnal__container {
    max-width: 300px; } }

@media (max-width: 820px) {
  .about__list--element {
    width: 240px; }
  .about__img--element {
    width: 250px; } }

.footer {
  background-color: #282828;
  min-height: 100%;
  padding-top: 100px;
  color: white;
  padding-bottom: 50px; }
  .footer__container {
    display: block;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px; }

.media__list {
  list-style-type: none;
  padding: 0; }

.media__element {
  padding: 10px; }

.media__link {
  display: block;
  color: white;
  text-decoration: none;
  display: flex; }

.media__text {
  display: inline;
  padding-left: 35px;
  margin: 0; }

.credits {
  display: flex;
  justify-content: space-between; }

.contact {
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2; }
  .contact__mail {
    display: block;
    margin-top: 16px;
    padding: 10px;
    color: white;
    text-decoration: none; }

.footer__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  padding-bottom: 100px; }

.footer__heading {
  font-family: 'Arial';
  font-style: normal;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: -0.03em;
  width: fit-content;
  color: white; }

.footer__heading::after {
  content: "";
  display: block;
  background-color: #FE6392;
  width: 100%;
  height: 2px;
  box-sizing: inherit;
  z-index: -1;
  bottom: 8px; }

.menu__list {
  padding: 0;
  list-style-type: none; }
  .menu__list--element {
    padding: 10px; }

@media screen and (max-width: 600px) {
  .footer__grid {
    grid-template-columns: 1fr; }
  .credits {
    flex-direction: column; } }

.buyer {
  width: 100%;
  min-height: 100%;
  background: linear-gradient(125deg, #D51B3A 0%, #EAE9E8 100%); }
  .buyer__heading {
    padding: 0;
    margin: 0;
    font-size: 52px; }
  .buyer__content {
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around; }
  .buyer__button {
    box-sizing: border-box;
    width: 320px;
    height: 60px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 100px;
    margin-bottom: 100px;
    border: 1px solid #000000;
    border-radius: 15px;
    background-color: transparent;
    cursor: pointer; }
    .buyer__button__cta {
      width: 320px;
      height: 60px;
      font-weight: bold;
      background-color: #EAE9E8;
      border-radius: 15px;
      border: none;
      box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px; }

@media (max-width: 820px) {
  .buyer__content {
    flex-direction: column; }
  .buyer__heading {
    font-size: 34px; } }

::-webkit-scrollbar {
  width: 10px; }

/* Track */
::-webkit-scrollbar-track {
  background: #282828; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #FE6392;
  border-radius: 10px;
  border: 6px solid #FE6392; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #EDEDED; }

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  background-color: #282828; }

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

body {
  font-family: "Arial";
  background-color: #282828; }

.heading__main {
  color: #282828;
  font-family: "Arial";
  font-size: 52px;
  position: relative;
  z-index: 2; }

.heading__secondary {
  color: white;
  font-family: "Arial";
  font-size: 52px;
  position: relative;
  z-index: 2; }

.heading__secondary::after {
  content: "";
  display: block;
  background: linear-gradient(125deg, #d51b3a 0%, #ffbdd1 100%);
  width: 130%;
  height: 20px;
  position: absolute;
  box-sizing: inherit;
  z-index: -1;
  left: -15%;
  bottom: 5px; }

.color__reverse {
  color: #282828; }

.container {
  display: block;
  max-width: 1248px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px; }

.heading {
  display: flex;
  justify-content: center;
  margin-top: 100px; }

.buttons {
  display: flex;
  justify-content: center; }

.button__hover {
  transition: all .3s; }

.button__hover:hover {
  background-color: #282828;
  color: #FE6392;
  border: none;
  transform: scale(102%); }

.link__hover {
  transition: color .3s; }

.link__hover:hover {
  color: #FE6392; }

.element__hover {
  transition: transform .3s; }

.element__hover:hover {
  transform: scale(101%); }

@media (max-width: 996px) {
  .buttons {
    justify-content: center;
    flex-direction: column;
    align-items: center; }
  .buttons a button {
    margin: 20px; }
  .heading__main {
    font-size: 29px; }
  .heading__secondary {
    font-size: 36px; }
  .heading__secondary::after {
    width: 110%;
    height: 15px;
    left: -5%;
    bottom: 5px; } }

@media only screen and (max-width: 600px) {
  body {
    max-width: 100%;
    overflow-x: hidden; } }
