/* === RESET & BASE === */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "atyp-bl-variable", sans-serif;
  scroll-behavior: smooth;
}

body {
  font-family: "atyp-bl-variable", sans-serif;
  background-color: #fff;
  color: #111;
}

/* === COLORS === */
.orange1 {
  color: #F89521;
}

.orange2 {
  color: #FCB918;
}

.orange3 {
  color: #FED401;
}

.orange4 {
  color: #FEDC00;
}

.orange1back {
  background-color: #F89521;
}

.orange2back {
  background-color: #FCB918;
}

.orange3back {
  background-color: #FED401;
}

.orange4back {
  background-color: #FEDC00;
}

/* === TYPOGRAPHY === */
.regular {
  font-weight: 400;
}

.medium {
  font-weight: 507;
}

/* custom weight — only works if your font supports it */
.semibold {
  font-weight: 612;
}

.bold {
  font-weight: 700;
}

/* === NAVBAR === */
.navbar {
  background-color: white;
  padding: 40px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: transform 0.3s ease;
}

.hide-header {
  transform: translateY(-100%);
}

.logo {
  width: 220px;
}

.container {
  margin: 0 auto;
  padding: 0 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: auto;
}

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-links a {
  text-decoration: none;
  color: #000;
  font-variation-settings: "opsz" 72, "ital" 0;
  font-size: 20px;
}

.nav-btn {
  background-color: #e89b2b;
  color: white !important;
  padding: 10px 30px;
  transition: background-color 0.3s ease;
}

.underline-hover {
  position: relative;
  color: inherit;
  margin-bottom: 20px;
  /* osigurava da ne "curi" izvan okvira */
}

.underline-hover::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: var(--underline-color, currentColor);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s ease;
}

.underline-hover:hover::after {
  transform: scaleY(1);
}

/* === HERO SECTION === */
.hero {
  background-image: url('assets/images/hero.jpg');
  background-size: cover;
  background-position: center;
  height: 90vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  overflow: hidden;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
}

.hero h1 {
  font-size: clamp(24px, 5.5vw, 69px);
  line-height: 120%;
  z-index: 1;
}

.hero .date {
  font-size: clamp(20px, 3.5vw, 45px);
  line-height: 130%;
  margin-bottom: 40px;
  font-weight: 400;
  font-feature-settings: "ss06";
}

.hero-btn {
  font-size: clamp(18px, 1.8vw, 26px);
  color: white;
  text-decoration: none;
  padding: 15px 40px;
  border-bottom: 3px solid #f3a02e;
  transition: all 0.3s ease;
}

.ticket-btn {
  font-size: clamp(19px, 1.8vw, 26px);
  color: #000;
  text-decoration: none;
  padding: 15px 40px;
  margin-top: 40px;
  border-bottom: 3px solid #f3a02e;
  z-index: 100;
}

/* === HERO BLOCK === */
.hero-block {
  padding: 80px 20px;
  background: white;
  position: relative;
}

.inline-hero {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}

.sun-animation {
  width: 340px;
  height: 127px;
  background-repeat: no-repeat;
  background-size: cover;
  animation: sunLoop .7s steps(4) infinite;
  position: absolute;
  right: -76px;
  z-index: 0;
}

.sun-animation2 {
  display: none;
}

@keyframes sunLoop {

  0%,
  24% {
    background-image: url('assets/images/1.png');
  }

  25%,
  49% {
    background-image: url('assets/images/2.png');
  }

  50%,
  74% {
    background-image: url('assets/images/3.png');
  }

  75%,
  99% {
    background-image: url('assets/images/4.png');
  }

  100% {
    background-image: url('assets/images/1.png');
  }
}

/* === FIRST BLOCK === */
.first-block {
  position: relative;
  padding: 120px 200px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 80px;
}

.about_id {
  position: absolute;
  top: -120px;
  left: 0;
  width: 1px;
  height: 1px;
}

.bitcoin-logo {
  position: absolute;
  height: 85vh;
  right: 200px;
  top: 0;
  z-index: 0;
}

.first-block img {
  width: 58.3333%;
  z-index: 1;
}

.inline {
  display: flex;
  align-items: end;
  gap: 40px;
}

h2 {
  font-size: clamp(33px, 4.7vw, 59px);
  line-height: 120%;
  z-index: 1;
}

h3 {
  font-size: clamp(28px, 2.8vw, 45px);
  font-weight: 400;
  line-height: 110%;
  z-index: 1;
}

h4 {
  font-size: clamp(16px, 1.7vw, 34px);
}

.host-link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.host-link a {
  font-size: clamp(16px, 1.5vw, 24px);
  color: #000;
}

.space-between {
  justify-content: space-between;
}

/* === BACKGROUND GRID === */
.coin-background {
  position: absolute;
  display: grid;
  grid-template-columns: 200px 1fr 1fr 1fr 1fr 1fr 200px;
  height: 100%;
  width: 100%;
  z-index: 0;
  top: 0;
}

.coin-background>div {
  height: 100%;
}

/* === GALLERY === */
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 120px 200px;
  margin: 0 auto;
  z-index: 1;
}

.gallery-item {
  width: 100%;
  height: auto;
  cursor: pointer;
  object-fit: cover;
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  flex-direction: column;
}

.lightbox-img {
  max-width: 90%;
  max-height: 80vh;
}

.lightbox .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  color: white;
  padding: 20px;
  cursor: pointer;
  user-select: none;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.hidden {
  display: none;
}

/* === SLIDER === */
.slider-wrapper {
  width: 100%;
  padding: 120px 200px;
}

.slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

.slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(19px, 2.2vw, 34px);
  width: 200px;
}

.slider-controls button {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.slider-container {
  overflow: hidden;
}

.slider {
  display: flex;
  gap: 40px;
  transition: transform 0.5s ease;
}

.card {
  width: calc(25% - 30px);
  padding: 20px;
  box-sizing: border-box;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}

.image {
  height: auto;
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 20px;
  object-fit: cover;
}

.image-placeholder {
  background-color: #ccc;
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 40px;
}

.slide-socials {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}

.slide-socials img {
  height: 20px;
  filter: invert(1);
}

h6 {
  font-size: clamp(19px, 1.8vw, 26px);
  line-height: 115%;
}

p {
  font-size: clamp(16px, 1.8vw, 15px);
  line-height: 115%;
  width: 100%;
}

/* === TICKET === */
.ticket-block {
  padding: 300px 0 !important;
  flex-direction: column;
}

.ticket-wrapper {
  width: calc(100% - 100px);
  justify-content: center;
  display: flex;
  gap: 20px;
}

.margin-top {
  margin-top: 40px;
}

.ticket {
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 60px 40px 120px;
  background-color: #fff;
  position: relative;
  align-items: flex-start;
  overflow: hidden;
}

.highlight {
  overflow: visible;
}

.highlight::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1, 1.1);
  z-index: -1;
}

.popular {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 0;
  padding: 10px 20px;
  background-color: #f3a02e;
  color: #fff;
  font-size: medium;
  text-align: center;
}

.ticket h1 {
  font-size: 48px;
  line-height: 110%;
}

.ticket-cutout {
  position: absolute;
  top: 25%;
  left: -1px;
  width: calc(100% + 2px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.highlight .ticket-cutout {
  top: 21%;
}

.datumi {
  display: flex;
  flex-direction: column;
}

.datumi span {
  width: max-content;
  padding: 5px;
}

.price {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 10px;
}

.price h6,
.small {
  color: #BABABA;
}

.price h6:before {
  position: absolute;
  content: "";
  left: 0;
  top: 56%;
  width: 65%;
  border-top: 3px solid #f3a02e;
}

.small {
  font-size: 12px;
}

.info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.info-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.buy-button {
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 500;
  color: #000;
  text-decoration: none;
  padding: 15px 20px;
  margin-top: 40px;
  border-bottom: 3px solid #f3a02e;
  z-index: 100;
  transition: .2s ease-in-out;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.buy-button:hover {
  color: #fff;
  background-color: #f3a02e;
}

.bullet {
  width: 5px;
  height: 5px;
}

/* === DONATE SECTION === */
.donate {
  background-image: url(assets/images/donate.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px;
  color: #fff;
  text-align: center;
}

.scan-me {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  z-index: 999;
}

.donate::before {
  z-index: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.donate img {
  height: 250px;
}

/* === FRIENDS SECTION === */
.friends {
  margin: 240px 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 120px;
}

.friends-logos {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-basis: 0, 0, 20%;
}

.friends-logos img {
  width: 120px;
  aspect-ratio: 1 / 1;
}

.dobartek {
  width: 180px !important;
}

.dvadeset1 {
  width: 140px !important;
}

/* === CTA SECTION === */
.cta {
  background-image: url(assets/images/cta.jpg);
  background-size: cover;
  width: 90%;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.cta h2 {
  color: #fff;
}

.cta-animated img {
  position: absolute;
  height: 100%;
  overflow: hidden;
  right: 8.333%;
}

/* === FOOTER === */
footer {
  margin-top: 240px;
  padding: 120px 200px;
  background-color: #000;
  position: relative;
  display: flex;
  justify-content: space-between;
  color: #fff;
  overflow: hidden;
}

.foot-brand {
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 1;
}

.social {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}

.foot-navigation {
  display: flex;
  flex-direction: row;
  gap: 120px;
  z-index: 1;
}

.foot-navigation a {
  color: #fff;
  text-decoration: none;
}

.contact,
.links {
  display: inherit;
  flex-direction: column;
  gap: 20px;
}

.contact a,
.links a {
  font-size: 25px;
}

.bitcoin-logotype {
  bottom: 0px;
  position: absolute;
  z-index: 0;
}

.bitcoin-logotype img {
  width: calc(100% - 100px);
}

.footer-mobile-bitcoin {
  display: none;
}

/* Mobile header */
.mobile-navbar {
  display: none;
  background-color: white;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 1001;
}

.mobile-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.mobile-logo {
  height: 22px;
}

.hamburger {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 0;
}

/* Hidden by default */
.mobile-menu {
  display: none;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  padding: 0 20px 20px;
  height: calc(100vh - 32px);
  gap: 16px;
}

.mobile-menu li {
  list-style: none;
  padding: 10px 0;
  width: calc(50% - 20px);
}

.mobile-menu a {
  text-decoration: none;
  color: black;
  font-size: 20px;
  text-align: left;
  font-weight: 600;
}

/* === UTILITY === */
.fullwidth {
  padding: 0;
  width: 100%;
}

/* === RESPONSIVE === */
@media (max-width: 1440px) {

  .price h6:before {
    position: absolute;
    content: "";
    left: 0;
    top: 56%;
  }

  .slider-wrapper {
    padding: 120px 50px;
  }

  .slider-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
  }

  .slider {
    display: flex;
    gap: 40px;
    transition: transform 0.5s ease;
  }

  .card {
    width: calc(25% - 30px);
  }

  .slide-socials {
    display: flex;
    gap: 24px;
    margin-top: 40px;
  }

  .slide-socials img {
    height: 20px;
    filter: invert(1);
  }

  .container {
    margin: 120px auto;
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    position: relative;
    width: auto;
  }

  .navbar .container {
    margin: 0 auto;
  }

  .bitcoin-logo {
    position: absolute;
    height: 70vh;
    right: 50px;
    top: 0;
    z-index: 0;
  }

  .coin-background {
    position: absolute;
    display: grid;
    grid-template-columns: 50px 1fr 1fr 1fr 1fr 1fr 50px;
    height: 100%;
    width: 100%;
    z-index: 0;
    top: 0;
  }

  .fullwidth {
    padding: 0;
    width: 100%;
  }

  .friends-logos {
    width: 100%;
    padding: 0 50px;
    flex-basis: 0, 0, 20%;
  }

  .ticket-block {
    align-items: center;
  }

  .cta {
    width: 100%;
    padding: 80px 0;
    gap: 40px;
  }

  .cta h2 {
    text-align: center;
  }

  .cta-animated {
    overflow: hidden;
  }

  .cta-animated img {
    position: absolute;
    height: 100%;
    right: -15%;
  }

  .sun-animation {
    right: -120px;
  }

  /* === DONATE SECTION === */
  .donate {
    padding: 120px 200px;
  }

  .scan-me {
    width: 100%;
    flex-direction: column;
    gap: 40px;
  }

  .donate img {
    height: 250px;
  }
}


@media (min-width:901px) {

  .mobile-header,
  .mobile-menu {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .hero-btn {
    font-size: clamp(19px, 1.8vw, 26px);
    color: white;
    text-decoration: none;
    padding: 15px 40px;
    border-bottom: 3px solid #f3a02e;
    transition: all 0.3s ease;
  }

  .slider-wrapper {
    padding: 120px 50px;
  }

  .slider-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
  }

  .slider {
    display: flex;
    gap: 40px;
    transition: transform 0.5s ease;
  }

  .card {
    width: calc(100% / 4 -80px);
  }

  .slide-socials {
    gap: 20px;
    margin-top: 40px;
  }

  .slide-socials img {
    height: 20px;
    filter: invert(1);
  }

  .ticket-block {
    align-items: center;
  }

  .ticket-wrapper {
    width: calc(100% - 80px);
    justify-content: center;
  }

  .ticket {
    gap: 20px;
  }

  .ticket h1 {
    font-size: 36px;
  }

  .datumi {
    display: flex;
    flex-direction: column;
  }


  .price {
    gap: 5px;
  }

  .price h6:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 72%;
    border-top: 3px solid #f3a02e;
  }

  .small {
    font-size: 12px;
  }

  .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .info-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
  }

  .bullet {
    width: 5px;
    height: 5px;
  }

  footer {
    padding: 120px 50px;
  }

  .foot-navigation {
    display: flex;
    flex-direction: row;
    gap: 40px;
    z-index: 1;
  }

  .bitcoin-logotype img {
    width: calc(100% - 100px);
  }

  .cta {
    width: 100%;
    padding: 80px 0;
    gap: 40px;
  }

  .cta-animated img {
    right: -30%;
  }

  .sun-animation {
    width: 200px;
    height: 100px;
    right: -5%;
  }

}

/* Responsive visibility */
@media (max-width: 900px) {
  .navbar {
    display: none;
  }

  .hamb {
    height: 3px;
    width: 24px;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  /* Aktivno stanje */
  .hamburger.active .orange1back {
    transform: translateY(9px) rotate(45deg);
  }

  .hamburger.active .orange2back {
    opacity: 0;
  }

  .hamburger.active .orange3back {
    opacity: 0;
  }

  .hamburger.active .orange4back {
    transform: translateY(-9px) rotate(-45deg);
  }

  .mobile-navbar {
    display: block;
  }

  .mobile-menu {
    display: none;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    padding: 0 20px 20px;
    height: calc(100vh - 32px);
    gap: 16px;
    transition: all 0.3s;
    /* za animacije ako želiš */
  }

  .mobile-menu.open {
    display: flex !important;
  }

  .gallery {
    width: 100%;
    height: 100%;
    padding: 120px 20px;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .gallery-item {
    width: 90%;
    scroll-snap-align: center;
    border-radius: 0;
  }

  .container {
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
  }

  .fullwidth {
    width: 100%;
    padding: 0;
  }

  /* === HERO SECTION === */
  .hero {
    height: 70vh;
  }

  .hero .date {
    margin-bottom: 20px;
  }

  .hero-btn {
    padding: 10px 20px;
  }

  /* === HERO BLOCK === */
  .hero-block {
    padding: 20px;
  }

  .inline-hero {
    margin-bottom: 40px;
  }

  .sun-animation {
    display: none;
    right: -76px;
  }

  .sun-animation2 {
    display: block;
    width: 250px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    animation: sunLoop .7s steps(4) infinite;
    position: absolute;
    right: -76px;
    bottom: -1px;
    z-index: 1;
  }

  .sun-animation3 {
    display: block;
    height: 35%;
    width: 50%;
    position: absolute;
    object-fit: cover;
    object-position: right;
    left: -15%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }

  /* === FIRST BLOCK === */
  .first-block {
    margin: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 80px;
  }

  .bitcoin-logo {
    position: absolute;
    height: 207px;
    right: 20px;
    top: 0px;
  }

  .first-block img {
    width: 100%;
    z-index: 1;
  }

  .inline {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 40px;
  }

  .inline:nth-child(4) {
    flex-direction: column-reverse;
  }

  /* === BACKGROUND GRID === */
  .coin-background {
    grid-template-columns: 20px 1fr 1fr 1fr 1fr 1fr 20px;
  }

  /* === SLIDER === */
  .slider-wrapper {
    padding: 120px 20px;
  }

  .slider-header {
    margin-bottom: 40px;
  }

  .slider-controls {
    display: none;
  }

  .slider-container {
    overflow-x: visible;
    scroll-snap-type: none;
  }

  .slider {
    gap: 20px;
  }

  .card h6 {
    font-size: 33px;
  }

  .card {
    flex: 0 0 80%;
  }

  h6 {
    font-size: clamp(19px, 1.8vw, 26px);
    line-height: 115%;
  }

  p {
    line-height: 115%;
    width: 100%;
  }

  /* === TICKET === */
  .ticket-block {
    padding: 100px 0 !important;
  }

  .ticket-wrapper {
    margin: 0 40px;
    padding: 40px 0;
    width: calc(100% - 80px);
    flex-direction: column;
  }

  .ticket {
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 20px 20px 120px;
    height: auto;
    max-height: 100vh;
  }

  .highlight {
    padding: 100px 20px 120px;
    height: auto;
    max-height: max-content;
  }
  .highlight::before {
    transform: scale(1, 1);
  }

  .ticket h1 {
    font-size: 32px;
    line-height: 110%;
  }

  .left-cutout,
  .right-cutout {
    display: none;
  }

  .price {
    gap: 5px;
  }

  .price h3 {
    font-size: 32px;
  }

  .price h6:before {
    width: 70%;
    top: 50%;
  }

  .info {
    gap: 10px;
  }

  .info-row p {
    font-size: 14px !important;
  }

  .info-row {
    gap: 5px;
  }

  /* === DONATE SECTION === */
  .donate {
    padding: 120px 20px;
  }

  .donate h1 {
    font-size: 16px;
    font-weight: 500;
  }

  .scan-me {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    z-index: 999;
  }

  .donate img {
    height: 150px;
  }

  /* === FRIENDS SECTION === */
  .friends {
    padding: 120px 20px;
  }

  .friends-logos {
    display: flex;
    flex-direction: column;
    gap: 120px;
    margin: 0;
  }

  .dobartek {
    width: 180px !important;
    aspect-ratio: 4 / 1 !important;
  }

  .dvadeset1 {
    aspect-ratio: 5 / 2 !important;
    object-fit: cover;
    width: 170px !important;
  }

  /* === CTA SECTION === */
  .cta-animated {
    flex-direction: column;
    overflow: visible;
    gap: 0;
    padding: 0;
  }

  .cta {
    width: 100%;
    padding: 80px 0;
    gap: 0px;
  }

  .cta h2 {
    color: #fff;
  }

  .cta-animated img {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 0;
  }

  /* === FOOTER === */
  footer {
    margin-top: 140px;
    padding: 80px 20px;
    flex-direction: column;
    gap: 120px;
  }

  .foot-navigation {
    display: flex;
    flex-direction: column;
    gap: 80px;
    z-index: 1;
  }

  .contact a,
  .links a {
    font-size: 25px;
  }

  .bitcoin-logotype {
    display: none;
  }

  .footer-mobile-bitcoin {
    z-index: 0;
    display: block;
    position: absolute;
    bottom: -26px;
    right: -75px;
  }
}

@media (max-width: 640px) {

  .price h6:before {
    width: 60%;
    top: 50%;
  }

}