.marketplace-bottom-section {
  background-color: var(--bg-black);
  position: relative;
  z-index: 2;
}

.marketplace-bottom-content {
  margin: 0 auto;
  padding-top: 7rem;
  position: relative;
  z-index: 5;
  max-width: var(--max-screen-width);
}

.marketplace-bottom-section .marketplace-card {
  background-color: var(--dark-purple-bg);
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  max-width: 38.75rem;
  position: relative;
  z-index: 5;
  border-radius: var(--border-radius);
  height: max-content;
}

.marketplace-card .marketplace-card-title {
  color: var(--purple);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-xxxl);
  line-height: 3.125rem;
  z-index: 3;
  position: relative;
}

.marketplace-card .marketplace-card-description {
  color: var(--orange-bg);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-xxl);
  line-height: 2.625rem;
  z-index: 3;
  position: relative;
  max-width: 21.375rem;
}

.marketplace-middleman {
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-xxxxl);
  color: var(--neon-green);
  z-index: 3;
  position: relative;
  text-align: center;
}

.marketplace-bottom-heading {
  text-align: center;
  color: var(--orange-bg);
  font-weight: var(--font-weight-bolder);
  font-size: var(--font-size-extra-large);
  line-height: 6rem;
  z-index: 5;
  position: relative;
  margin-block: 1rem 4rem;
}

.marketplace-conversation-left,
.marketplace-conversation-right {
  box-sizing: border-box;
  border-radius: 0.5rem;
  max-width: 37rem;
  background-color: var(--deep-purple);
  color: var(--orange-bg);
  padding: 3.125rem;
  position: relative;
  z-index: 5;
  font-size: var(--font-size-xxl);
  line-height: 2.625rem;
  height: max-content;
}

.marketplace-conversation-left {
  margin-right: 10rem;
  margin-left: 3rem;
}

.marketplace-conversation-right {
  margin-left: 10rem;
  margin-right: 3rem;
}
.marketplace-no-middleman-img {
  position: absolute;
  top: 25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.marketplace-design-marketers {
  text-align: center;
  max-width: 43rem;
  position: relative;
  z-index: 12;
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-xxxxl);
  line-height: 4.0625rem;
  color: var(--neon-green);
  margin-top: -3rem;
  margin-inline: auto;
}

.bottom-cards {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  max-width: max-content;
  padding: 8rem 3rem 8rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.stroke-cards-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bottom-first-row,
.bottom-second-row {
  display: flex;
  gap: 5rem;
  height: 32rem;
}

.bottom-first-row > .marketplace-card:last-of-type {
  align-self: end;
  flex-direction: row-reverse;
}

.bottom-second-row > .marketplace-card:last-of-type {
  align-self: end;
  flex-direction: row-reverse;
}

.good-marketplace {
  max-width: 60rem;
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-xxl);
  text-align: center;
  line-height: 2.625rem;
  color: var(--orange-bg);
  margin-inline: auto;
  margin-top: 2rem;
}

.marketplace-mobile-wrapper {
  height: 68.125rem;
  position: relative;
}

.marketplace-mobile-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.conversation-left-wrapper {
  padding-top: 7rem;
  display: flex;
  position: relative;
  z-index: 5;
  height: 22rem;
  justify-content: space-around;
}

.conversation-left-wrapper > .marketplace-left-arrow-animation {
  align-self: end;
}

.marketplace-right-arrow-animation > svg {
  margin-top: -5rem;
}

.marketplace-left-arrow-animation,
.marketplace-right-arrow-animation {
  max-width: 19.25rem;
  width: 100%;
}
.conversation-right-wrapper {
  display: flex;
  position: relative;
  z-index: 5;
  justify-content: space-around;
}

.conversation-right-wrapper > img {
  align-self: end;
}

.marketplace-conversation-left:after {
  content: '';
  background-color: var(--deep-purple);
  position: absolute;
  left: -2.5rem;
  top: 0;
  width: 4rem;
  height: 1rem;
  border-radius: 1rem;
}

.marketplace-conversation-left:before {
  content: '';
  background-color: var(--deep-purple);
  position: absolute;
  left: -2.85rem;
  top: 1.45rem;
  width: 5.1rem;
  height: 2rem;
  border-top-left-radius: 1rem;
  transform: rotate(60deg);
}

.marketplace-conversation-right:after {
  content: '';
  background-color: var(--deep-purple);
  position: absolute;
  right: -2.5rem;
  top: 0;
  width: 4rem;
  height: 1rem;
  border-radius: 1rem;
}

.marketplace-conversation-right:before {
  content: '';
  background-color: var(--deep-purple);
  position: absolute;
  right: -2.85rem;
  top: 1.45rem;
  width: 5.1rem;
  height: 2rem;
  border-top-right-radius: 1rem;
  transform: rotate(-60deg);
}

.marketplace-card-animation-wrapper {
  width: 8.75rem;
  height: 15.625rem;
}

/* Responsive */

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

@media only screen and (max-width: 1200px) {
  .bottom-cards {
    gap: 2rem;
    width: 100%;
    padding: 4.5rem 1.5rem 8rem;
    box-sizing: border-box;
  }
  .stroke-cards-image {
    display: none;
  }

  .bottom-first-row {
    flex-direction: column;
    height: max-content;
    gap: 2rem;
  }

  .bottom-second-row {
    flex-direction: column;
    height: max-content;
    gap: 2rem;
  }

  .marketplace-card .marketplace-card-animation-wrapper {
    max-width: 8rem;
    width: 100%;
    display: flex;
    align-items: center;
  }

  .marketplace-card-animation-wrapper > svg {
    width: 100%;
  }

  .marketplace-bottom-section .marketplace-card {
    width: unset;
    max-width: unset;
    padding: 1.5rem 3rem;
  }

  .marketplace-card .marketplace-card-description {
    max-width: 100%;
  }

  .bottom-first-row > .marketplace-card:last-of-type,
  .bottom-second-row > .marketplace-card:last-of-type {
    align-self: unset;
  }

  .marketplace-bottom-content {
    padding-inline: 1.5rem;
  }

  .marketplace-conversation-right {
    margin-right: 2.5rem;
  }

  .marketplace-conversation-left {
    margin-left: 2.5rem;
  }
}

@media only screen and (max-width: 1080px) {
  .marketplace-right-arrow-animation > svg {
    margin-top: -2rem;
  }

  .marketplace-bottom-content {
    padding-inline: 1.5rem;
  }

  .bottom-cards {
    padding-inline: 1.5rem;
  }

  .marketplace-bottom-heading {
    font-size: var(--font-size-72);
    line-height: 5rem;
  }
}

@media only screen and (max-width: 960px) {
  .marketplace-right-arrow-animation > svg {
    margin-top: -5rem;
  }
}

@media only screen and (max-width: 930px) {
  .marketplace-conversation-right {
    margin-left: 0;
  }

  .marketplace-conversation-left {
    margin-right: 0;
  }

  .marketplace-conversation-left,
  .marketplace-conversation-right {
    max-width: 100%;
  }
}

@media only screen and (max-width: 875px) {
  .marketplace-mobile-image {
    max-width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  .marketplace-right-arrow-animation > svg {
    margin-top: -3rem;
  }
}

@media only screen and (max-width: 767px) {
  .marketplace-mobile-image {
    height: 52.31rem;
  }

  .marketplace-conversation-left {
    max-width: 22rem;
    margin-right: 0;
    margin-left: 1.7rem;
    height: max-content;
    padding: 2rem;
  }

  .marketplace-conversation-right {
    max-width: 22rem;
    margin-left: 0;
    margin-right: 1.7rem;
    padding: 2rem;
  }

  .marketplace-conversation-left:before {
    position: absolute;
    left: -2.5rem;
    transform: rotate(70deg);
  }
  .marketplace-conversation-left:after {
    position: absolute;
    left: -1.72rem;
  }

  .marketplace-conversation-right:before {
    position: absolute;
    transform: rotate(-70deg);
    right: -2.5rem;
    top: 1.47rem;
  }

  .marketplace-conversation-right:after {
    position: absolute;
    right: -1.7rem;
  }

  .conversation-left-wrapper {
    padding-top: 0;
    height: max-content;
    justify-content: space-between;
  }

  .marketplace-left-arrow-animation > svg,
  .marketplace-right-arrow-animation > svg {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }

  .marketplace-design-marketers {
    margin-top: -10.5rem;
  }

  .marketplace-middleman,
  .marketplace-bottom-heading,
  .marketplace-design-marketers {
    font-size: var(--font-size-40);
    line-height: 3rem;
  }

  .marketplace-mobile-image {
    display: none;
  }

  .conversation-left-wrapper {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    height: max-content;
  }

  .conversation-right-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 5rem;
    height: max-content;
  }

  .marketplace-conversation-right,
  .marketplace-conversation-left {
    background: transparent;
    padding: 0;
    margin: 0;
    max-width: 100%;
  }

  .marketplace-conversation-right:before,
  .marketplace-conversation-right:after,
  .marketplace-conversation-left:before,
  .marketplace-conversation-left:after {
    display: none;
  }

  .marketplace-left-arrow-animation,
  .marketplace-right-arrow-animation {
    max-width: 19rem;
  }

  .conversation-left-wrapper > .marketplace-left-arrow-animation {
    align-self: unset;
  }

  .marketplace-mobile-wrapper {
    height: 100%;
  }

  .marketplace-design-marketers {
    margin-top: 6rem;
  }

  .marketplace-bottom-section .marketplace-card,
  .bottom-first-row > .marketplace-card:last-of-type,
  .bottom-second-row > .marketplace-card:last-of-type {
    flex-direction: column;
  }
}

@media only screen and (max-width: 480px) {
  .marketplace-left-arrow-animation > svg,
  .marketplace-right-arrow-animation > svg {
    max-width: 11.25rem;
    width: 100%;
  }

  .marketplace-left-arrow-animation,
  .marketplace-right-arrow-animation {
    max-width: 15rem;
  }
  .marketplace-bottom-content {
    padding-inline: 1rem;
    padding-top: 3rem;
  }

  .marketplace-bottom-section .marketplace-card {
    padding: 1rem;
  }

  .bottom-cards {
    padding: 5rem 1rem;
  }

  .marketplace-card {
    padding: 1.5rem 1rem;
  }
}
