/* ==========================================
   BYTEWEBSTER CAROUSEL - ISOLÉ
   ========================================== */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap');

.bytewebster-wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: #1a1a1a;
  color: #FFFFFFDD;
  overflow: hidden;
  font-family: "Inter", sans-serif;
}

.bytewebster-wrapper .card {
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

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

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

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

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

.bytewebster-wrapper .details {
  display: block;
  opacity: 1;
  z-index: 22;
  position: absolute;
  top: 240px;
  left: 60px;
}

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

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

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

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

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

.bytewebster-wrapper .details > .desc {
  margin-top: 16px;
  width: 500px;
}

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

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

.bytewebster-wrapper .details > .cta > .star {
  border: none;
  background-color: #ffbf00;
  width: 36px;
  height: 36px;
  border-radius: 99px;
  color: white;
  display: grid;
  place-items: center;
  cursor: pointer;
}

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

.bytewebster-wrapper .details > .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;
  cursor: pointer;
}

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

.bytewebster-wrapper .bw-nav svg {
  width: 20px;
  height: 20px;
}

.bytewebster-wrapper .bw-nav .svg-container {
  width: 20px;
  height: 20px;
}

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

.bytewebster-wrapper .bw-nav > div:first-child {
  gap: 10px;
}

.bytewebster-wrapper .bw-nav > div:last-child {
  gap: 24px;
}

.bytewebster-wrapper .bw-nav > div:last-child > .active {
  position: relative;
}

.bytewebster-wrapper .bw-nav > div:last-child > .active:after {
  bottom: -8px;
  left: 0;
  right: 0;
  position: absolute;
  content: "";
  height: 3px;
  border-radius: 99px;
  background-color: #ff0000;
}

.bytewebster-wrapper .indicator {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 8px;
  z-index: 60;
  background-color: #ff0000;
}

.bytewebster-wrapper .pagination {
  position: absolute;
  left: 60px;
  bottom: 60px;
  display: inline-flex;
}

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

.bytewebster-wrapper .pagination > .arrow:nth-child(2) {
  margin-left: 20px;
}

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

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

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

.bytewebster-wrapper .pagination .progress-sub-container .progress-sub-background .progress-sub-foreground {
  height: 3px;
  background-color: #ff0000;
}

.bytewebster-wrapper .pagination .slide-numbers {
  width: 50px;
  height: 50px;
  overflow: hidden;
  z-index: 60;
  position: relative;
  margin-left: 20px;
}

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

.bytewebster-wrapper .cover { display: none; /* temporaire */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 100;
}

/* Responsive */
@media (max-width: 768px) {
  .bytewebster-wrapper .details {
  display: block;
  opacity: 1;
    left: 20px;
    right: 20px;
    top: 180px;
  }

  .bytewebster-wrapper .details .title-1,
  .bytewebster-wrapper .details .title-2 {
    font-size: 48px;
  }

  .bytewebster-wrapper .details > .desc {
    width: calc(100vw - 40px);
    max-width: 500px;
  }

  .bytewebster-wrapper .details > .cta {
    width: calc(100vw - 40px);
    flex-wrap: wrap;
  }

  .bytewebster-wrapper .pagination {
    left: 20px;
    bottom: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .bytewebster-wrapper .pagination .progress-sub-container {
    width: calc(100vw - 40px);
    max-width: 300px;
  }
}
