/* @font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(Oswald.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background-color: #1a1a1a;
  color: #FFFFFFDD;
  position: relative;
  overflow: hidden;
  font-family: sans;
}

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

#btn {
  position: absolute;
  top: 690px;
  inset-inline-start: 16px;
  z-index: 99;
}

.card-content {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  color: #FFFFFFDD;
  padding-inline-start: 16px;
}

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

.content-title-1,
.content-title-2 {
  font-weight: 600;
  font-size: 20px;
  /* font-family: "Oswald", sans-serif; */
  line-height: 1;
  display: none;
}

.content-start {
  width: 10px;
  height: 2px;
  border-radius: 99px;
  background-color: #FFFFFFDD;
}

.details {
  z-index: 22;
  position: absolute;
  top: 100px;
  inset-inline-start: 16px;
}

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

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

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

.details .title-1,
.details .title-2 {
  font-weight: 600;
  font-size: 30px;
  color: #fff;
  font-family: sans-serif;
  text-shadow: 0 0 5px #000;
}

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

.details>.desc {
  margin-top: 16px;
  width: 100%;
  font-size: 20px;
  text-shadow: 0 0 5px #000;
  max-width: 700px;
}

.details>.cta {
  width: 100%;
  margin-top: 24px;
  display: flex;
  align-items: center;
}

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

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

.details>.cta>.discover {
  text-decoration: none;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  height: 36px;
  border-radius: 99px;
  color: #ffffff;
  background-color: #003366;
  padding: 4px 24px;
  font-size: 12px;
  text-transform: uppercase;
}

.indicator {
  visibility: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  z-index: 60;
  background-color: #003366;
}

.pagination {
  position: fixed;
  bottom: 0px;
  right: 0;
  z-index: 60;
  width: 100vw;
  display: flex;
}

.pagination>.arrow {
  z-index: 60;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  border: 2px solid #ffffff55;
  display: grid;
  place-items: center;
  display: none;
}

.pagination>.arrow:nth-child(2) {
  margin-inline-start: 20px;
}

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

.pagination .progress-sub-container {
  margin-inline-start: 16px;
  z-index: 60;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
}

.pagination .progress-sub-container .progress-sub-background {
  width: 100%;
  height: 3px;
  background-color: #ffffff33;
}

.pagination .progress-sub-container .progress-sub-background .progress-sub-foreground {
  height: 3px;
  background-color: red;
  width: 0;
}

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

.pagination .slide-numbers .item {
  width: 50px;
  height: 50px;
  position: absolute;
  color: red;
  top: 0;
  inset-inline-start: 0;
  display: grid;
  place-items: center;
  font-size: 32px;
  font-weight: bold;
}

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

@media (min-width: 700px) {
  .details {
    top: 150px;
  }

  .details .title-box-1,
  .details .title-box-2 {
    height: 90px;
  }

  .details .title-1,
  .details .title-2 {
    font-size: 70px;
  }

  .details .title-1:lang(ru),
  .details .title-2:lang(ru),
  .details .title-1:lang(ar),
  .details .title-2:lang(ar),
  .details .title-1:lang(fa),
  .details .title-2:lang(fa) {
    font-size: 60px;
  }

  .details>.desc {
    font-size: 24px;
  }

  .indicator {
    visibility: visible;
  }

  .pagination .slide-numbers {
    width: 50px;
    visibility: visible;
  }
}