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

body {
  margin: 0;
  background-color: #1a1a1a;
  color: #ffffffdd;
  position: relative;
  overflow: hidden;
  font-family: "Inter", sans-serif;
}

.indicator {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
  z-index: 60;
  background-color: #75aadb;
}

.cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 100;
}

.card {
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  box-shadow: 6px 6px 10px 2px rgba(0, 0, 0, 0.6);
}

.card-content {
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffffdd;
  padding-left: 16px;
}

.content-start {
  width: 30px;
  height: 5px;
  border-radius: 99px;
  background-color: #ffffffdd;
}

.content-place {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 500;
}

.content-title-1,
.content-title-2 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 20px;
}

nav {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 36px;
  font-weight: 500;
}

nav > div {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 14px;
}

nav > div:first-child {
  gap: 10px;
}

nav > div:last-child {
  gap: 24px;
}

nav svg,
nav .svg-container {
  width: 20px;
  height: 20px;
}

nav .active {
  position: relative;
}

nav .active::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 99px;
  background-color: #75aadb;
}

.details {
  position: absolute;
  top: 240px;
  left: 60px;
  z-index: 22;
}

.place-box {
  height: 46px;
  overflow: hidden;
}

.place-box .text {
  padding-top: 16px;
  font-size: 20px;
  position: relative;
}

.place-box .text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 4px;
  border-radius: 99px;
  background-color: white;
}

.title-box-1,
.title-box-2 {
  margin-top: 2px;
  height: 100px;
  overflow: hidden;
}

.title-1,
.title-2 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 72px;
  margin: 0;
}

.desc {
  margin-top: 16px;
  width: 500px;
}

.cta {
  width: 500px;
  margin-top: 24px;
  display: flex;
  align-items: center;
}

.cta .bookmark {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 99px;
  background-color: #75aadb;
  color: white;
  display: grid;
  place-items: center;
}

.cta .bookmark svg {
  width: 20px;
  height: 20px;
}

.cta .discover {
  border: 1px solid #ffffff;
  background-color: transparent;
  height: 36px;
  border-radius: 99px;
  color: #ffffff;
  padding: 4px 24px;
  font-size: 12px;
  margin-left: 16px;
  text-transform: uppercase;
}

.pagination {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-flex;
}

.arrow {
  width: 50px;
  height: 50px;
  border-radius: 999px;
  border: 2px solid #ffffff55;
  display: grid;
  place-items: center;
  z-index: 60;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.arrow:hover {
  border-color: #75aadb;
}

.arrow svg {
  width: 24px;
  height: 24px;
  stroke-width: 2;
  color: #ffffff99;
}

.play-toggle,
.arrow-right {
  margin-left: 20px;
}

.play-toggle {
  background-color: transparent;
  padding: 0;
}


.play-toggle svg {
  width: 20px;
  height: 20px;
  color: #ffffffcc;
}

.play-toggle .icon-play,
.play-toggle.is-paused .icon-pause {
  display: none;
}

.play-toggle.is-paused .icon-play {
  display: block;
}


.progress-sub-container {
  margin-left: 24px;
  width: 500px;
  height: 50px;
  display: flex;
  align-items: center;
  z-index: 60;
}

.progress-sub-background {
  width: 500px;
  height: 3px;
  background-color: #ffffff33;
}

.progress-sub-foreground {
  height: 3px;
  background-color: #75aadb;
}

.slide-numbers {
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  z-index: 60;
}

.item {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  color: white;
  font-size: 32px;
  font-weight: bold;
}
