@font-face {
  font-family: "Deko Black";
  src: url("../img/fonts/DekoBlack.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.mikey-harms-text {
  font-family: "Deko Black", sans-serif;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: "Alata", sans-serif;
  line-height: 1;
  font-weight: 400;
  color: #333;
  background-color: #fff;
  overflow-x: hidden;
}

/**************************/
/* GENERAL REUSABLE COMPONENTS */
/**************************/

.container {
  max-width: 120rem;
  padding: 0 3.2rem;
  margin: 0 auto;
}

.grid {
  display: grid;
  column-gap: 6.4rem;
  row-gap: 9.6rem;
}

.grid:not(:last-child) {
  margin-bottom: 9.6rem;
}

.grid--2-cols {
  grid-template-columns: repeat(2, 1fr);
}

.grid--3-cols {
  grid-template-columns: repeat(3, 1fr);
}

.grid--4-cols {
  grid-template-columns: repeat(4, 1fr);
}

.grid--center-v {
  align-items: center;
}

.heading-primary,
.heading-secondary,
.heading-tertiary {
  color: #000000;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.heading-primary {
  animation: glow 2s ease-in-out infinite alternate;
  text-shadow: 0 0 10px rgba(240, 44, 44, 0.4);
  color: #ffffff;
  font-size: 5.2rem;
  line-height: 1.05;
  margin-bottom: 3.2rem;
}

@keyframes glow {
  from {
    text-shadow: 0 0 10px rgba(242, 200, 72, 0.4);
  }
  to {
    text-shadow: 0 0 25px rgba(185, 34, 34, 0.221);
  }
}

.heading-secondary {
  text-align: center;
  font-size: 4.4rem;
  line-height: 1.2;
  margin-bottom: 9.6rem;
  margin-left: 0;
}

.heading-tertiary {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 3.2rem;
  text-align: center;
}

.subheading {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #f21010;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
  letter-spacing: 0.75px;
  text-align: center;
}

.btn,
.btn:link,
.btn:visited {
  display: inline-block;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 600;
  padding: 1.6rem 3.2rem;
  border-radius: 9px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.3s;
}

.btn--full:link,
.btn--full:visited {
  background-color: #84f554;
  color: #fff;
}

.btn--full:hover,
.btn--full:active {
  background-color: #62ef7e;
}

.btn--outline:link,
.btn--outline:visited {
  background-color: #fff;
  color: #555;
}

.btn--outline:hover,
.btn--outline:active {
  background-color: #fdf2e9;
  box-shadow: inset 0 0 0 3px #fff;
}

.btn--form {
  background-color: #45260a;
  color: #fdf2e9;
  align-self: end;
  padding: 1.2rem;
}

.btn--form:hover {
  background-color: #fff;
  color: #555;
}

.link:link,
.link:visited {
  display: inline-block;
  color: #7cf969;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: all 0.3s;
}

.link:hover,
.link:active {
  color: #4beae5;
  border-bottom: 1px solid transparent;
}

.list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.list-item {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  line-height: 1.2;
}

.list-icon {
  width: 3rem;
  height: 3rem;
  color: #63e7f1;
}

*:focus {
  outline: none;
  box-shadow: 0 0 0 0.8rem rgba(89, 239, 234, 0.5);
}

/* HELPER/SETTINGS CLASSES */
.margin-right-sm {
  margin-right: 1.6rem !important;
}

.margin-bottom-md {
  margin-bottom: 4.8rem !important;
}

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

strong {
  font-weight: 500;
}

/**************************/
/* FOOTER */
/**************************/

.footer {
  padding: 12.8rem 0;
  border-top: 1px solid #eee;
}

.grid--footer {
  grid-template-columns: 1.5fr 1.5fr 1fr 1fr;
}

.logo-col {
  display: flex;
  flex-direction: column;
}

.footer-logo {
  display: block;
  margin-bottom: 3.2rem;
}

.social-links {
  list-style: none;
  display: flex;
  gap: 2.4rem;
}

.social-icon {
  height: 2.4rem;
  width: 2.4rem;
}

.copyright {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #767676;
  margin-top: auto;
}

.footer-heading {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 4rem;
}

.contacts {
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6;
}

.address {
  margin-bottom: 2.4rem;
}

.footer-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.footer-link:link,
.footer-link:visited {
  text-decoration: none;
  font-size: 1.6rem;
  color: #090802;
  transition: all 0.3s;
}

.footer-link:hover,
.footer-link:active {
  color: #f02e2e;
}

/**************************/
/* BIO CAROUSELS */
/**************************/
.bio-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 4.8rem;
  align-items: center;
  margin-bottom: 4.8rem;
}

.bio-text-col {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.bio-carousel {
  width: 100%;
  border-radius: 12px;
}

.bio-carousel-track {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
}

.bio-carousel-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 1;
}

.bio-carousel-img.active {
  opacity: 1;
  z-index: 2;
}

.bio-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  margin-top: 1.2rem;
}

.bio-carousel-arrow {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 3.6rem;
  height: 3.6rem;
  font-size: 2.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.bio-carousel-arrow:hover {
  background: rgba(0, 0, 0, 0.8);
}

.bio-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
}

.bio-dot {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #ccc;
  transition: background 0.3s;
}

.bio-dot.active {
  background: #f02e2e;
}
/**************************/
/* LIVE SECTION */
/**************************/

.section-live {
  padding: 9.6rem 0;
  background: #fafafa;
}

.live-offline {
  text-align: center;
  padding: 6.4rem 0;
}

.offline-logo-img {
  width: 12rem;
  height: auto;
}

.offline-title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1.6rem;
}

.offline-text {
  font-size: 1.8rem;
  color: #666;
  margin-bottom: 4rem;
}

.offline-links {
  display: flex;
  justify-content: center;
  gap: 2.4rem;
  flex-wrap: wrap;
}

.offline-link {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.2rem 2.4rem;
  border-radius: 100px;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}

.tiktok-link {
  background: #000;
  color: #fff;
}

.tiktok-link:hover {
  background: #333;
}

.instagram-link {
  background: linear-gradient(
    45deg,
    #f09433,
    #e6683c,
    #dc2743,
    #cc2366,
    #bc1888
  );
  color: #fff;
}

.instagram-link:hover {
  opacity: 0.85;
}

.youtube-link {
  background: #ff0000;
  color: #fff;
}

.youtube-link:hover {
  background: #cc0000;
}

.live-active {
  text-align: center;
}

.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: #f02e2e;
  color: #fff;
  padding: 0.8rem 2rem;
  border-radius: 100px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 3.2rem;
}

.live-dot-red {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #fff;
  animation: pulse 1s infinite;
}

.live-embed-box {
  position: relative;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto 3.2rem;
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
}

.live-embed-box iframe {
  width: 100%;
  height: 100%;
}

.live-platforms-text {
  font-size: 1.8rem;
  color: #666;
  margin-bottom: 2rem;
}

.live-platform-links {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.live-platform-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.4rem 2.8rem;
  border-radius: 100px;
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}

.tiktok-btn {
  background: #000;
  color: #fff;
}

.tiktok-btn:hover {
  background: #333;
  transform: translateY(-2px);
}

.instagram-btn {
  background: linear-gradient(
    45deg,
    #f09433,
    #e6683c,
    #dc2743,
    #cc2366,
    #bc1888
  );
  color: #fff;
}

.instagram-btn:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}
