@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

html,
body {
  font-family: 'Inter', sans-serif;
  height: 100%;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: ;
  margin: 0;
  color: #251531;
  background-image: url('https://blaatur.odasofiedahl.com/IMG_8911.jpeg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.timer-label {
  font-size: 1rem;
}

.countdown {
  display: flex;
  gap: 1rem;
  align-items: end;
  background-color: rgba(0, 0, 0, 0.7); /* Black background with 0.8 opacity */
  padding: 10px 5px 10px 5px;
}

.countdown-box {
  display: flex;
  flex-direction: column;
  text-align: center;
}

#dager,
#timer,
#minutter {
  font-size: 2.5rem;
}

#sekunder {
  font-size: 2rem;
}

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

.svg svg:hover {
  stroke: #f5f5f5;
  cursor: pointer;
}

.boxes {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 25rem;
}

.pakkeliste {
  padding: 1rem 1rem;
  background-color: white;
  color: black;
}

li {
  font-size: 1rem;
}

.oppmote {
  border-top: 1px solid #d1d5db;
  padding: 1rem 1rem;
  background-color: white;
  color: black;
}

.oppmote p {
  font-size: 1.1rem;
}

.oppmote h3 {
  font-style: italic;
  font-size: 1.3rem;
}

@media only screen and (min-width: 600px) {
  .boxes {
    display: flex;
    flex-direction: row;
    gap: 4rem;
    align-items: start;
    margin-top: 0;
  }
  li {
    font-size: 1.3rem;
  }
  .oppmote p {
    font-size: 1.3rem;
  }
  .oppmote h3 {
    font-size: 1.6rem;
  }
  #dager,
  #timer,
  #minutter {
    font-size: 4rem;
  }

  #sekunder {
    font-size: 3rem;
  }
  .countdown {
    gap: 2rem;
    top: 15%;
  }
  .info {
    display: none;
  }
  .oppmote {
    border-top: none;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .pakkeliste {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media only screen and (min-width: 800px) {
  #dager,
  #timer,
  #minutter {
    font-size: 6rem;
  }

  #sekunder {
    font-size: 4.5rem;
  }
  .countdown {
    gap: 4rem;
  }
}

.trykk {
  font-weight: 500;
  font-size: 1.5rem;
  user-select: none;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 1rem;
}

.footer {
  padding: 2rem;
}

.info {
  position: relative;
  top: 200px;
  padding: 1rem;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
}

a {
  color: white;
  font-size: 1.5rem;
  text-decoration: none; /* no underline */
  display: flex;
  align-items: center;
  gap: 1rem;
}

a svg {
  stroke: white;
}
