@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Oswald:wght@500&display=swap");
.main {
  margin: 0;
  background-color: #1a1a1a;
  color: #FFFFFFDD;
  position: relative;
  overflow: hidden;
  font-family: "Inter", sans-serif;
  width:100%;
  height:100vh;
}

.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);
}

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

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

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

.content-place {
  font-weight: 500;
}

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

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

.details {
  z-index: 22;
  position: absolute;
  top: 240px;
  left: 60px;
}
.details .place-box {
  height: 46px;
  overflow: hidden;
}
.details .place-box .text {
  padding-top: 16px;
  font-size: 20px;
}
.details .place-box .text:before {
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  border-radius: 99px;
  background-color: white;
}

.details .place-box .precio {
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  background-color: #6600ae;
  padding: 15px 30px 15px 15px;
  clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 0% 50%, 0% 0%);
  border-radius:3px;
  display:flex;
  align-items: center;
  gap:5px;
  position: relative;
  box-shadow: inset 7px 0 0px #00000054;
}

.details .place-box .precio::after {
  content: '';
  width: 8px;
  height:8px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border-radius:50%;
  box-shadow: inset 2px 2px 2px #00000054;
}

.details .place-box .precio .valor {
  font-weight: 800;
  font-size:20px;
  line-height:13px;
  color: #e16b18;
}

.details .title-1,
.details .title-2 {
  font-weight: 600;
  font-size: 62px;
  line-height:1;
  font-family: "Oswald", sans-serif;
}
.details .title-box-1,
.details .title-box-2 {
  margin-top: 2px;
  overflow: hidden;
}
.details > .desc {
  margin-top: 16px;
  width: 500px;
}
.details > .cta {
  width: 500px;
  margin-top: 24px;
  display: flex;
  align-items: center;
}
.details > .cta > .bookmark {
  border: none;
  background-color: #ecad29;
  width: 36px;
  height: 36px;
  border-radius: 99px;
  color: white;
  display: grid;
  place-items: center;
}
.details > .cta > .bookmark svg {
  width: 20px;
  height: 20px;
}
.details > .cta > .discover {
  border: 0;
    background-color: #e16b18;
  border-radius: 99px;
  color: #ffffff;
  padding: 10px 24px;
  font-size: 12px;
  line-height: 1;
  margin-left: 16px;
  text-transform: uppercase;
  text-decoration:none;
}

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 svg {
  width: 20px;
  height: 20px;
}
nav .svg-container {
  width: 20px;
  height: 20px;
}
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 > div:last-child > .active {
  position: relative;
}
nav > div:last-child > .active:after {
  bottom: -8px;
  left: 0;
  right: 0;
  position: absolute;
  content: "";
  height: 3px;
  border-radius: 99px;
  background-color: #ecad29;
}

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

.pagination_ {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-flex;
}
.pagination_ > .arrow {
  z-index: 60;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  border: 2px solid #ffffff55;
  display: grid;
  place-items: center;
  position:relative;
}
.pagination_ > .arrow:nth-child(2) {
  margin-right: 10px;
}
.pagination_ > .arrow svg {
  width: 24px;
  height: 24px;
  stroke-width: 2;
  color: #ffffff99;
}
.pagination_ .progress-sub-container {
  margin-left: 24px;
  z-index: 60;
  width: 500px;
  height: 50px;
  display: flex;
  align-items: center;
}
.pagination_ .progress-sub-container .progress-sub-background {
  width: 500px;
  height: 3px;
  background-color: #ffffff33;
}
.pagination_ .progress-sub-container .progress-sub-background .progress-sub-foreground {
  height: 3px;
  background-color: #ecad29;
}
.pagination_ .slide-numbers {
  width: 50px;
  height: 50px;
  overflow: hidden;
  z-index: 60;
  position: relative;
}
.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;
}

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

@media (max-width:767px) {
  .details {
    width: 90%;
    lefT:5%;
    top: 40px;
  }

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

  .card_::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(152deg, rgba(0, 0, 0, 0.58) 30%, transparent 80%);
    z-index: -1;
  }

  .details .desc {
    width: 90%;
    font-size: 14px;
  }

  .details .cta {
    flex-direction: column;
    width: 90%;
    gap:20px;
    align-items: flex-start;
  }

  .pagination_ {
    left: 5%;
    top: unset;
    bottom: 20px;
  }

  .pagination_ .arrow {
    width: 40px;
    height: 40px;
  }

  .pagination_ .progress-sub-container {
    width: 90%;
  }

  .card_ {
    height: auto;
    width: 100%;
    background-size: cover;
  }

  .details .precio .valor {
    font-size: 18px;
  }

  .details .cta .discover {
    font-size: 14px;
    padding: 8px 16px;
    margin-left:0;
  }
}