.container-sellbooks {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  gap: 35px;
  position: relative;
  padding: 150px 20px 159px 20px;

  /* background: black; */
  @media (max-width: 991.99px) {
    padding: 80px 16px;
  }

  @media (max-width: 767.99px) {
    padding: 60px 16px;
  }

  @media (max-width: 575.99px) {
    padding: 48px 16px;
  }
}

.sell-container {
  max-width: 1618px;
  margin: 0 auto;
}

.sell {
  margin-bottom: 13px !important;
  text-align: left;

  @media (max-width: 767.99px) {
    text-align: center;
  }
}

.input-button {
  /* padding: 25px 69px !important; */
  padding-left: 25px;
  text-align: left;
  max-width: 319px;
  /* color: #c4c2c2 !important; */
  text-wrap: nowrap;
  text-decoration: none;
  width: 100%;

  @media (max-width: 1199.99px) {
    padding: 20px 40px !important;
  }

  @media (max-width: 767.99px) {
    padding: 20px 20px !important;
    width: auto;
  }

  @media (max-width: 575.99px) {
    padding: 12px !important;
    width: 100%;
  }
}

.description {
  font-weight: var(--fw-500);
  font-size: var(--fs-4xl);
  color: var(--deep-gray);
  line-height: 141%;
  max-width: 1620px;
  margin-bottom: 54px !important;
  text-align: left;

  @media (max-width: 767.99px) {
    text-align: center;
  }
}

.input-box {
  position: relative;
  display: flex;
  flex-direction: row;
  z-index: 30;
  margin-bottom: 50px;
  width: 100%;
  /* max-width: 1610px; */
  gap: 38px;

  @media (max-width: 991.99px) {
    gap: 30px;
  }

  @media (max-width: 767.99px) {
    gap: 20px;
  }
}

.enter-isbn-input {
  width: 100%;
  height: 80px;
  /* margin-top: 38px; */
  border-radius: 15.8px;
  font-weight: var(--fw-400);
  line-height: var(--leading-100);
  font-size: 18.5px !important;
  padding: 24px 89px;
  outline: none;
  border: none;
  background: var(--black);
  color: #c4c2c2 !important;

  @media (max-width: 991.99px) {
    padding: 20px 89px;
  }

  @media (max-width: 767.99px) {
    padding: 18px 89px;
  }

  @media (max-width: 567.99px) {
    padding: 18px 60px;
  }
}

.enter-isbn-input::placeholder {
  color: #c4c2c2 !important;
}

.input-icon {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: gray;
  z-index: 8;

  @media (max-width: 567.99px) {
    width: 20px;
    height: 20px;
  }
}

.sell-box {
  background-color: black;
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1620px;
  padding: 70px 57px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 50px;

  @media (max-width: 991.99px) {
    padding: 40px 30px;
    margin-top: 40px;
  }

  @media (max-width: 767.99px) {
    padding: 32px 20px;
    margin-top: 20px;
  }

  @media (max-width: 575.99px) {
    padding: 24px 24px;
  }
}

.box1 {
  max-width: 370px;
  /* min-width: 220px; */
  display: flex;
  flex-direction: column;
  gap: 21px;
  align-items: center;
  justify-content: center;
  font-weight: var(--fw-500);
  line-height: 115%;
  margin: auto;
  color: var(--white);
  background-color: var(--black);
  /* flex: 1 1 250px; */
  text-align: center;
}

.line {
  height: 120px;
  width: 1px;
  background: #ffffff80;
}

.box-text {
  line-height: 117% !important;
}

.elip2 {
  right: 0;
  bottom: -170%;
  width: 100%;
  position: absolute;
  pointer-events: none;
  opacity: 70%;

}

.elip3 {
  left: 0;
  bottom: -137%;
  width: 100%;
  position: absolute;
  pointer-events: none;
  opacity: 50%;
}

/* .elip1 {
  left: 50%;
  position: absolute;
}
.elip4 {
  left: 0;
  bottom: 200px;
  position: absolute;
}
.elip5 {
  left: 50%;
  bottom: 50px;
  position: absolute;
} */

@media (max-width: 1890px) {
  .box-text {
    font-size: 39px;
  }
}

@media (max-width: 1750px) {
  .box-text {
    font-size: 32px;
  }
}

@media (max-width: 1515px) {
  .box-text {
    font-size: var(--fs-5xl);
  }
}

@media (max-width: 1200px) {
  .Sell {
    font-size: 40px;
  }

  .description {
    font-size: 20px;
  }

  .box-text {
    font-size: var(--fs-4xl);
  }
}

@media (max-width: 992px) {
  .sell-box {
    justify-content: center;
    gap: 20px;
    text-align: center;
    align-items: center;
    align-content: center;
  }

  .box-text {
    font-size: 30px;
    line-height: 100%;
  }

  .box-text {
    font-size: var(--fs-10xl);
  }

  .line {
    display: none;
  }

  .box1 {
    max-width: 300px;
    width: 100%;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .Sell {
    font-size: 32px;
  }

  .description {
    font-size: 18px;
  }

  .enter-isbn-input {
    height: 65px;
    font-size: 16px;
  }

  .box1 {
    max-width: 245px;
    width: 100%;
    gap: 16px;
  }

  .box-img {
    width: 50px;
    height: 38.2px;
  }
}

@media (max-width: 576px) {
  .Sell {
    font-size: 26px;
  }

  .description {
    font-size: 16px;
  }

  .box1 {
    gap: 16px;
    max-width: 188px;
  }

  .enter-isbn-input {
    height: 55px;
    font-size: 14px;
    padding-left: 60px;
  }

  .input-icon {
    left: 18px;
    top: 20%;
  }

  .input-box {
    flex-direction: column;
    align-items: center;
  }

  .box-text {
    font-size: var(--fs-5xl);
  }

  .sell-box {
    gap: 16px;
    /* flex-direction: column; */
    padding: 40px 20px;
  }

  .box-img {
    width: 40px;
    height: 30.55px;
  }

  .box-text {
    font-size: 22px;
  }
}