.sell_your_events {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}
.sell_your_events_modal {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 14%;
}
.sell_your_events_shadow {
  min-width: 100%;
  min-height: 100%;
  z-index: 5;
  background-color: rgba(13, 13, 13, 0.8);
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  top: 0px;
  display: none;
}
.sell_your_events_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  background-color: #222222;
  border-radius: 20px;
}
.sell_your_events_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: auto 80px auto 70px;
}
.sell_your_events_box_modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: auto 80px auto 70px;
}
.sell_your_events_title {
  font-size: 28px;
  font-weight: 700;
}
.sell_your_events_text {
  max-width: 520px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.sell_your_events_btn_container {
  margin-top: 40px;
  display: flex;
}
.sell_your_events_orange {
  width: 165px;
  height: 65px;
  border-radius: 10px;
  background-color: #ff551a;
  border: none;
  box-shadow: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  margin-right: 25px;
}
.sell_your_events_border {
  width: 165px;
  height: 65px;
  border-radius: 10px;
  border: 1px solid #ff551a;
  outline: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
}
.sell_your_events_orange:hover {
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0);
  color: #ff551a;
}
.sell_your_events_border:hover {
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0);
  color: #ff551a;
}
.sell_your_events_image_container {
  background: url("../../svgs/assets/sell_events.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-width: 50%;
  min-height: 100%;
  border-radius: 0px 20px 20px 0px;
  height: 459px;
}
.sell_your_events_details_container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.sell_your_events_details_container_title {
  font-size: 24px;
  font-weight: 700;
  width: 100%;
  text-align: left;
  margin-bottom: 0px;
}
.sell_your_events_image_container_modal {
  background: url("../../svgs/assets/sell_events.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-width: 50%;
  min-height: 100%;
  border-radius: 0px 20px 20px 0px;
  height: 570px;
  position: relative;
}
.sell_your_events_image_container_modal img {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.sell_your_events_details_container_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
}
.sell_your_events_details_container_box img {
  margin-right: 20px;
  width: 40px;
}
.sell_your_events_details_container_box p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1150px) {
  .sell_your_events_modal {
    top: 15px;
  }
  .sell_your_events_container {
    flex-direction: column-reverse;
    width: 95%;
    border-radius: 10px;
    align-items: center;
  }
  .sell_your_events_image_container_modal img {
    position: absolute;
    width: 40px;
    top: 20px;
    right: 20px;
  }
  .sell_your_events_box,
  .sell_your_events_box_modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: auto 17px auto 17px;
    min-height: 270px;
  }
  .sell_your_events_box_modal {
    min-height: 450px;
    align-items: flex-start;
  }
  .sell_your_events_title {
    font-size: 18px;
  }
  .sell_your_events_text {
    max-width: 290px;
    font-size: 14px;
    line-height: 19px;
  }
  .sell_your_events_btn_container {
    margin-top: 13px;
    width: 100%;
  }
  .sell_your_events_orange {
    width: 145px;
    height: 45px;
    font-size: 16px;
    margin-right: 9px;
  }
  .sell_your_events_border {
    width: 145px;
    height: 45px;
    font-size: 16px;
  }
  .sell_your_events_image_container {
    min-width: 50%;
    min-height: 100%;
    border-radius: 20px 20px 0px 0px;
    height: 300px;
    width: 100%;
  }
  .sell_your_events_image_container_modal {
    min-width: 50%;
    min-height: 100%;
    border-radius: 20px 20px 0px 0px;
    height: 300px;
    width: 100%;
  }
  .sell_your_events_details_container_box p {
    font-size: 14px;
  }
  .sell_your_events_details_container_title {
    font-size: 18px;
  }
}
