.marketplace-wrapper {
  margin-top: 4.8125rem;
  margin-inline: auto;
}

.marketplace-title-wrapper {
  max-width: var(--max-screen-width);
  margin: 0 auto;
}

.marketplace-content {
  display: flex;
  justify-content: space-between;
}

.marketplace-wrapper .marketplace-title {
  font-weight: var(--font-weight-bolder);
  font-size: var(--font-size-extra-large);
  line-height: 6rem;
  color: var(--blue);
  margin: 0 0 2rem 0;
}

.title-first-section {
  color: var(--main-text-color);
}

.marketplace-top-left-section {
  max-width: 38rem;
  margin-top: 3.1875rem;
}

.marketplace-wrapper .marketplace-info-card {
  padding: 2rem 2.625rem;
  width: 30rem;
  color: var(--placeholder-color);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-xl);
  line-height: 2.1875rem;
  box-shadow: 0 0.25rem 2rem 0 #0000001a;
  background-color: var(--white);
}

.marketplace-top-right-section {
  position: relative;
}

.marketplace-info-card {
  box-sizing: border-box;
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: var(--border-radius);
}

.marketplace-blue-stroke {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
}

.marketplace-description {
  font-weight: var(--font-weight-regular);
  line-height: 3.125rem;
  font-size: var(--font-size-xxxl);
  color: var(--main-text-color);
  margin: 0;
}

.marketplace-offers-link {
  display: block;
  width: max-content;
  border-radius: var(--border-radius);
  text-decoration: none;
  font-weight: var(--font-weight-bold);
  line-height: 1.5rem;
  font-size: var(--font-size-l);
  color: var(--white);
  background-color: var(--blue);
  padding: 0.75rem 2rem;
  margin-top: 2rem;
}

.dots-image {
  margin-block: 2rem 3.3125rem;
}

.marketplace-offers-wrapper {
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  max-width: 94rem;
  background-color: var(--main-bg-color);
  padding-block: 5.1rem;
  padding-inline: 4.1875rem 6rem;
}

.marketplace-easy-deals,
.marketplace-exclusive-offers {
  box-sizing: border-box;
  max-width: 28.3125rem;
  font-size: var(--font-size-xxl);
  line-height: 2.625rem;
  color: var(--placeholder-color);
  z-index: 3;
}

.marketplace-easy-deals {
  position: relative;
  top: 1rem;
}

.marketplace-exclusive-offers {
  position: relative;
  bottom: 3rem;
}

.exclusive-offers-title {
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-xxxl);
  line-height: 3.125rem;
  color: var(--blue);
  margin-block: 0 1.5rem;
}

.exclusive-offers-subtitle {
  color: var(--main-text-color);
  font-weight: var(--font-weight-bold);
  line-height: 4.0625rem;
  font-size: var(--font-size-xxxxl);
  max-width: 40rem;
}

.marketplace-discount-animation {
  width: 44rem;
  height: 43rem;
}

.title-icon-mobile {
  display: none;
}

.marketplace-blue-stroke-1200 {
  display: none;
}

/* Responsive */
@media only screen and (min-width: 1367px) and (max-width: 1450px) {
  .marketplace-offers-wrapper {
    padding-inline: 4rem;
  }
}

@media only screen and (max-width: 1366px) {
  .marketplace-content {
    padding-inline: 3rem;
  }

  .marketplace-offers-wrapper {
    padding-right: 3rem;
  }

  .dots-image {
    width: calc(100% - 6rem);
    display: block;
    margin-inline: auto;
  }

  .marketplace-discount-animation {
    width: 35rem;
    height: 100%;
  }

  .marketplace-blue-stroke {
    display: none;
  }

  .marketplace-blue-stroke-1200 {
    display: block;
    position: absolute;
    right: -0.625rem;
    top: 0;
    z-index: 4;
    height: 98rem;
  }
}

@media only screen and (max-width: 1200px) {
  .marketplace-blue-stroke-1200 {
    display: none;
  }

  .marketplace-top-left-section {
    margin-top: 0;
  }

  .marketplace-wrapper .marketplace-info-card {
    width: 26.5rem;
  }

  .marketplace-offers-wrapper {
    gap: 1rem;
    padding-inline: 1.5rem;
  }

  .offers-wrapper-left {
    max-width: 30rem;
  }

  .marketplace-content {
    flex-direction: column;
    padding-inline: 1.5rem;
  }

  .marketplace-top-left-section {
    max-width: 100%;
  }
  .marketplace-top-right-section {
    width: 100%;
    display: flex;
    justify-content: end;
  }
  .marketplace-wrapper .marketplace-info-card {
    width: 26.5rem;
    position: absolute;
    left: 0;
    bottom: unset;
    top: 50%;
    transform: translate(0, -50%);
  }

  .dots-image {
    display: block;
    width: calc(100% - 3rem);
    margin: 2rem auto 3rem;
  }

  .marketplace-exclusive-offers {
    bottom: unset;
    margin-top: 0;
    margin-bottom: 5rem;
  }

  .marketplace-easy-deals {
    top: unset;
    margin: 0;
  }
}

@media only screen and (max-width: 1080px) {
  .marketplace-offers-wrapper {
    gap: unset;
  }
  .marketplace-blue-stroke-1200 {
    display: none;
  }

  .marketplace-wrapper .marketplace-info-card {
    width: 26.5rem;
    position: absolute;
    left: 0;
    bottom: unset;
    top: 59%;
    transform: translate(0, -50%);
  }

  .exclusive-offers-subtitle {
    max-width: 30rem;
  }

  .marketplace-wrapper .marketplace-title {
    position: relative;
    font-size: var(--font-size-72);
    line-height: 5rem;
  }

  .marketplace-title span {
    width: calc(100% - 6rem);
    font-size: var(--font-size-72);
    line-height: 5rem;
  }
  .marketplace-title-icon {
    display: none;
  }

  .title-icon-mobile {
    display: inline-block;
  }

  .offers-wrapper-left {
    max-width: 100%;
  }
}

@media only screen and (max-width: 960px) {
  .exclusive-offers-subtitle {
    max-width: 100%;
  }
  .marketplace-offers-wrapper {
    flex-direction: column;
  }

  .marketplace-easy-deals,
  .marketplace-exclusive-offers {
    max-width: 100%;
    bottom: unset;
    margin-bottom: 0;
  }
  .marketplace-exclusive-offers {
    margin-bottom: 2rem;
  }

  .offers-wrapper-left {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .marketplace-content {
    margin-bottom: 11.25rem;
  }

  .marketplace-wrapper .marketplace-info-card {
    position: absolute;
    left: 0;
    bottom: -20%;
    top: unset;
    transform: unset;
  }

  .marketplace-wrapper {
    margin-top: 4rem;
  }
  .dots-image {
    display: none;
  }

  .marketplace-offers-wrapper {
    margin-top: 5rem;
  }

  .title-icon-mobile {
    display: none;
  }

  .marketplace-title span,
  .marketplace-wrapper .marketplace-title {
    font-size: var(--font-size-48);
    line-height: 3.5rem;
  }

  .exclusive-offers-subtitle {
    font-size: var(--font-size-40);
    line-height: 3rem;
  }
}

@media only screen and (max-width: 480px) {
  .marketplace-wrapper .marketplace-info-card {
    position: relative;
  }

  .marketplace-top-right-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }

  .marketplace-discount-animation {
    max-width: 19rem;
    width: 100%;
  }

  .marketplace-wrapper .marketplace-info-card {
    max-width: 100%;
    padding: 2rem 1.5rem;
  }

  .marketplace-content {
    gap: 2rem;
    padding-inline: 1rem;
    margin-bottom: 0;
  }

  .marketplace-offers-wrapper {
    padding-inline: 1rem;
  }
}
