:root {
  --blue: #092d9a;
  --bg: #0f0e0e;
  --shadow: 0 2px 2px rgb(0 0 0 / 0.5);
}

body {
  font-family: 'Work Sans', sans-serif;
  background-color: var(--bg);
  color: var(--white);
  /* min-height: 2000px; */
}

.mynavbar {
  background-color: rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(4px);
}

.mynavbar .offcanvas {
  height: 100vh;
  width: fit-content;
}

.mynavbar .navbar-brand,
.mynavbar .offcanvas-title {
  font-family: 'Bitcount Grid Single', cursive;
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--blue);
}

.mynavbar .nav-link {
  text-transform: uppercase;
  color: var(--white);
  font-size: 1rem;
}

.mynavbar .nav-link::after {
  content: '';
  display: block;
  padding-bottom: 0.5rem;
  border-bottom: 0.1rem solid var(--blue);
  transform: scaleX(0);
  transition: 0.2s linear;
}

.mynavbar .nav-link:hover {
  color: var(--blue);
}

.mynavbar .nav-link:hover::after {
  transform: scaleX(0.5);
}

.hero {
  min-height: 100vh;
  background-image: url(../img/Inter-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  filter: blur();
  background: linear-gradient(0deg, rgba(1, 1, 3, 1) 8%, rgba(255, 255, 255, 0) 50%);
}

.hero h1,
.hero h4,
.hero p {
  text-shadow: var(--shadow);
}

.hero h1 {
  font-family: 'Bitcount Grid Single', cursive;
  font-size: 6rem;
  color: #66bfe8;
}

.hero h4 {
  font-size: 1.6rem;
  margin-top: 0.2rem;
  padding-top: 0.2rem;
}

.hero p {
  font-size: 1.4rem;
}

.hero a {
  color: var(--blue);
  background-color: white;
  box-shadow: var(--shadow);
}

.hero a:hover {
  background-color: var(--blue);
  color: white;
}

.home {
  background-image: url(../img/Inter-bg-section.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 100vh;
  margin-top: -6rem;
  padding-top: 15rem;
  padding-bottom: 6rem;
}

.home h2,
.info h2,
.head2head h2,
.result h2,
.discuss h2,
.gallery h2 {
  color: var(--blue);
  font-family: 'Work Sans', sans-serif;
  font-size: 5rem;
  font-weight: bold;
}

.home h3,
.head2head h3,
.setting h3,
.edit h3,
.result h3 {
  color: rgb(16, 84, 243);
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.home p {
  color: #072ea0;
  font-size: 1.1rem;
}

.home .match {
  margin-top: 100px;
}

.home .match h3 {
  font-family: 'Bitcount Grid Single';
  font-size: 2.4rem;
  color: var(--blue);
}

.home .match img {
  width: 100%;
}

.home .versus {
  width: 50px;
  height: 50px;
  background-color: rgb(96, 137, 234);
  display: flex;
  border-radius: 20%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(65px);
}

.home .versus i {
  margin: auto;
  color: var(--blue);
}

.home .logoMatch img {
  width: 15rem;
  height: 15rem;
}

.info {
  background-color: var(--bg);
  color: white;
  padding-top: 10rem;
  padding-bottom: 6rem;
}

.info .stadion {
  font-size: 1.1rem;
}

.info .alamat {
  font-size: 1rem;
  font-weight: 300;
}

.info .card {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: white !important;
  border: 1px solid #999;
}

.info .card-header {
  border-bottom: 1px solid #999;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.info .card-body {
  font-size: 1rem;
}

.info .card-footer {
  border-top: 1px solid #999;
  font-size: 0.9rem;
  font-weight: 300;
}

.head2head,
.gallery {
  padding-top: 8rem;
  padding-bottom: 6rem;
}

.head2head p,
.result p,
.discuss p,
.gallery p {
  font-size: 1.2rem;
  font-weight: 300;
  color: var(--blue);
}

.head2head #h2h {
  color: #0f0e0e;
  margin-bottom: 0.1rem;
}

.timeline {
  list-style: none;
  padding: 1.4rem 0;
  margin-top: 1rem;
  position: relative;
}

.timeline::before {
  content: '';
  top: 0;
  bottom: 0;
  position: absolute;
  width: 1px;
  background-color: #ccc;
  left: 50%;
}

.timeline li {
  margin-bottom: 2rem;
  position: relative;
}

.timeline li::before,
.timeline li::after {
  content: '';
  display: table;
}

.timeline li::after {
  clear: both;
}

.timeline li .timeline-image {
  width: 160px;
  height: 160px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}

.timeline li .timeline-panel {
  width: 40%;
  float: left;
  border: 1px solid #ccc;
  padding: 2rem;
  position: relative;
  border-radius: 8px;
  background-color: white;
}

.timeline li .timeline-panel::before {
  content: '';
  display: inline-block;
  position: absolute;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  top: 70px;
  right: -15px;
}

.timeline li .timeline-panel::after {
  content: '';
  display: inline-block;
  position: absolute;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  top: 71px;
  right: -13px;
}

.timeline li.timeline-inverted .timeline-panel {
  float: right;
}

.timeline li.timeline-inverted .timeline-panel::before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline li.timeline-inverted .timeline-panel::after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -13px;
  right: auto;
}

.gallery {
  background-image: url(../img/Inter-bg-section.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.gallery img {
  width: 25rem;
  height: 25rem;
}

footer {
  padding: 3rem;
  background-color: var(--blue);
  color: white;
  padding-bottom: 0.2rem;
  padding-top: 0.7rem;
}

footer a {
  color: #6989e7;
  font-weight: bold;
  text-decoration: none;
}

footer a:hover {
  color: white;
}

footer li {
  list-style: none;
  display: inline;
  margin: 0.3rem;
}

.audio-icon-wrapper {
  width: 4rem;
  height: 4rem;
  font-size: 4rem;
  position: fixed;
  bottom: 2.5rem;
  right: 2rem;
  cursor: pointer;
  color: white;
  opacity: 0.5;
  mix-blend-mode: difference;
  animation: rotating 4s linear infinite;
  transform-origin: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}

@keyframes rotating {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Media Query */
/* Extra large */
@media (max-width: 1200px) {
  .home .versus {
    transform: translateX(-50%) translateY(45px);
  }
}

/* laptop */
@media (max-width: 992px) {
  html {
    font-size: 90%;
  }

  .mynavbar .nav-link {
    font-size: 1.5rem;
    text-align: center;
  }

  .home .versus {
    display: none;
  }

  .timeline::before {
    left: 60px;
  }

  .timeline li .timeline-image {
    left: 15px;
    margin-left: 45px;
    top: 16px;
  }

  .timeline li .timeline-panel {
    width: calc((100% - 200px));
    float: right;
  }

  .timeline li .timeline-panel::before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  .timeline li .timeline-panel::after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -13px;
    right: auto;
  }
}

/* tablet */
@media (max-width: 768px) {
  html {
    font-size: 80%;
  }

  .mynavbar .nav-link {
    font-size: 1.5rem;
    text-align: center;
  }

  .sticky-top {
    overflow: hidden;
  }

  .timeline li .timeline-image {
    width: 140px;
    height: 140px;
  }
}

/* mobile phone */
@media (max-width: 576px) {
  html {
    font-size: 60%;
  }

  .mynavbar .nav-link {
    text-align: center;
  }

  .timeline li .timeline-image {
    width: 80px;
    height: 80px;
  }

  .timeline li .timeline-panel {
    width: 65%;
    transform: translateX(-20px);
  }

  .timeline li .timeline-panel::before {
    top: 40px;
  }

  .timeline li .timeline-panel::after {
    top: 41px;
  }
}
