* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
h1 {
  font-size: 3rem;
  font-weight: normal;
  margin-bottom: -10px;
  margin-left: 20px;
}

h5 {
  font-size: 1rem;
  font-weight: normal;
}

h6 {
  font-weight: normal;
}

hr {
  border: 0;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(250, 250, 250, 0.75),
    rgba(0, 0, 0, 0)
  );
  height: 1px;
  margin: 10px 25%;
  width: 50%;
}

.container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  background-position: bottom;
  border-radius: 50%;
}

.outer {
  background-color: rgba(127, 134, 168, 0.2);
  background-size: cover;
  height: 50vh;
  padding: 10px;
  filter: blur(3px);
}

.inner {
  display: block;
  height: 45vh;
  background-color: rgba(1, 19, 25, 0.3);
  background-size: cover;
  box-shadow: rgba(255, 255, 255, 0.7) 0px 5px 5px -1px,
    rgba(255, 255, 255, 0.3) 0px 1px 3px -1px;
  filter: saturate(0.7) brightness(0.7);
}

.details {
  display: flex;
  justify-content: center;
  align-items: center;
  display: block;
  height: 45vh;
  aspect-ratio: 1/1;
  text-align: center;
  color: #fff;
}

.middle {
  display: inline-grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: -20px;
}

.bottom h3 {
  width: 50%;
  margin-bottom: 10px;
}

.date {
  text-transform: uppercase;
}

.image {
  padding-top: 20px;
}

.cities {
  position: fixed;
  top: 0;
  left: 0;
  height: 100px;
  width: 50vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cities {
  width: 100vw;
  display: flex;
  justify-content: center;
  z-index: 100;
}

#cities {
  width: 100%;
  padding: 5px;
  font-size: 1.5rem;
  color: rgb(11, 91, 133);
  border-color: rgb(11, 91, 133);
  background-color: transparent;
}

#cities option {
  background: transparent;
  background-color: transparent;
  opacity: 0.5;
}

.video {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  height: 50vh;
  aspect-ratio: 1/1;
}

.video video {
  height: 100%;
  clip-path: circle(34.5%);
}

.bg-night {
  background-color: rgba(0, 0, 0, 0.9);
}

.bg-day {
  background-color: #fff;
}
