.banner3 {
  background: url(../assets/plain-background-img.jpg);
  color: #fff;
}

.pad-tb {
  padding: 100px 0px;
}

img {
  width: 100%;
  height: auto;
}

.auction-box-image {
  background-color: #20203e;
  padding: 15px;
}

.box-section {
  background-color: #20203e;
  color: white;
  padding: 20px;
}
.box-section img{
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}

.auction-btn .bid-btn {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  padding: 12px 23px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  width: 100%;
  text-align: center;
  margin-top: 15px;
  background-image: linear-gradient(90deg, #6b43f8 0%, #d217cb 100%);
  transition: 0.3s;
}

.auction-btn .bid-btn:hover {
  transform: translateY(-5px);
  background-image: linear-gradient(90deg, #d217cb 0%, #6b43f8 100%);
}

.img-collects img {
  max-height: 135px;
  width: 100%;
  object-fit: cover;
}

.discover {
  color: #d217cb;
}

.place-a-bid h2 {
  font-size: 50px;
}

.place-a-bid p {
  line-height: 28px;
}

.place-a-bid ul li {
  list-style: none;
  line-height: 28px;
}

.place-a-bid i {
  color: #d217cb;
}

/* ---modal-css---- */
.checkout {
  padding: 20px;
  background-color: #20203e;
}

.modal-content {
  background-color: transparent;
  border: none;
}

.balance {
  margin-bottom: 10px;
}

.check-out-btn {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  padding: 14px 23px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  background-image: linear-gradient(90deg, #6b43f8 0%, #d217cb 100%);
  border: none;
  border-radius: 0;
  transition: 0.3s;
  margin-bottom: 7px;
}

.cancel-btn {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  padding: 14px 23px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  border-radius: 0;
  border: 1px solid #fff;
  background-color: transparent;
  transition: 0.3s;
  margin-bottom: 7px;
}

.check-out-btn:hover {
  background-image: linear-gradient(90deg, #d217cb 0%, #6b43f8 100%);
  transform: translateY(-5px);
  color: #fff;
}

.cancel-btn:hover {
  background: white;
  transform: translateY(-5px);
  color: #d217cb;
}

.btn-collect {
  margin-top: 15px;
}

.your-bid {
  position: relative;
  margin-bottom: 10px;
}

.value {
  right: 15px;
  position: absolute;
  top: 50%;
  display: block;
  font-size: 16px;
  transform: translateY(30%);
  color: #9797b9;
}

input {
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  width: 100%;
  padding: 0 21px;
  outline: none;
  border-radius: 0;
  background: transparent;
  color: #9797b9;
  border: 1px solid #9797b9;
}

.balance span {
  color: #9797b9;
}