#body_on {
  background-image: url("zeventes24back.png");
}

#top_footer {
  width: 100vw;
  height: inherit;
  display: flex;
  flex-direction: row;
}

#logo_con_ {
  background-image: url("logopicone.png");
  width: 200px;
  background-position: center;
  margin: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  height: 50px;
}

#nav_con_1 {
  display: flex;
  align-items: center;
  height: inherit;
  justify-content: center;
  margin-left: 50px;
  margin-right: 50px;
  flex-direction: row;
}

#txt_serv_select {
  font-size: x-large;
  margin-top: 1px;
  color: var(--bs-secondary-bg);
  font-weight: 400;
  text-align: center;
}

#icon_1 {
  color: var(--bs-link-hover-color);
  height: 50px;
  width: 50px;
  margin: 5px;
}

#nav_con_btns {
  display: flex;
  align-items: center;
  height: inherit;
  margin-left: 50px;
  margin-right: 50px;
  flex-direction: row;
}

#nav_bt_con {
  align-items: center;
  display: flex;
  flex-direction: column;
}

#txt_event_btn {
  color: var(--bs-white);
  transition: all 0.3s;
  text-align: center;
}

.c_txt_event_btn:hover {
  cursor: pointer;
  color: var(--bs-light-text-emphasis);
}

/* bookings button */
#nav_bt_con-2 {
  margin-left: 20px;
  visibility: hidden;
  align-items: center;
  display: flex;
  flex-direction: column;
}

#icon_-2 {
  color: var(--bs-link-hover-color);
  height: 50px;
  width: 50px;
  margin: 5px;
}

#txt_event_btn-2 {
  color: var(--bs-white);
  transition: all 0.3s;
  text-align: center;
}

#txt_event_btn-3 {
  color: var(--bs-white);
  transition: all 0.3s;
  text-align: center;
}

#icon_-3 {
  color: var(--bs-link-hover-color);
  height: 50px;
  width: 50px;
  margin: 5px;
}

#nav_bt_con-3 {
  margin-left: 20px;
  align-items: center;
  background-color: var(--bs-body-color);
  display: flex;
  flex-direction: column;
}

@media (max-width: 992px) {
  #detail_con {
    margin-left: 0;
    width: 100vw;
    height: inherit;
    flex-direction: column;
    margin-top: 15px;
    display: flex;
    background-color: var(--bs-body-color);
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  #detail_con {
    margin-left: 0;
    width: 100vw;
    height: inherit;
    flex-direction: column;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    background-color: var(--bs-body-color);
    margin-right: 50px;
  }
}

@media (max-width: 576px) {
  #txt_upload_title {
    font-size: larger;
    text-align: center;
    font-weight: 700;
  }
}

@media (min-width: 576px) {
  #txt_upload_title {
    margin-left: 5px;
    text-align: start;
    font-weight: 700;
  }
}

#nav_bt_con-4 {
  margin-left: 0;
  align-items: center;
  background-color: var(--bs-body-color);
  display: flex;
  flex-direction: column;
}

#icon_-4 {
  color: var(--bs-link-hover-color);
  height: 50px;
  width: 50px;
  margin: 5px;
}

#txt_event_btn-4 {
  color: var(--bs-white);
  transition: all 0.3s;
  text-align: center;
}
/* advertising button */
#nav_bt_con-5 {
  margin-left: 20px;
  align-items: center;
  visibility: hidden;
  box-shadow: none;
  display: flex;
  flex-direction: column;
}

#icon_-5 {
  color: var(--bs-link-hover-color);
  height: 50px;
  width: 50px;
  margin: 5px;
}

#txt_event_btn-5 {
  color: var(--bs-white);
  transition: all 0.3s;
  text-align: center;
}

@media (min-width: 768px) {
  #dj_mix_fom {
    width: inherit;
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  #dj_mix_fom {
    width: 100vw;
    display: flex;
    flex-direction: column;
  }
}

#txt_input_mix_title {
  color: white;
  background: none;
}

#input_mix_description {
  color: white;
  background: none;
}

#input_target_loc {
  color: white;
  background: none;
}

#youtube_link {
  color: #82fb58;
  background: none;
}

@media (min-width: 768px) {
  #btn_pay {
  width: 50vw;
  margin-top: 20px;
}
 
}

@media (max-width: 768px) {
  #btn_pay {
  width: 100vw;
  margin-top: 20px;
}
 
}




@media (min-width: 768px) {
  #pay_log_n_del_con {
    width: auto;
    margin: 10px;
    display: flex;
    flex-direction: row;
  }
}

@media (max-width: 768px) {
  #pay_log_n_del_con {
    width: 100vw;
    margin: 5px;
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  #pay_logos_con {
    width: 40vw;
    justify-content: center;
    flex-direction: column;
    display: flex;
    margin: 5px;
  }
}

@media (max-width: 768px) {
  #pay_logos_con {
    width: 100vw;
    justify-content: center;
    flex-direction: column;
    display: flex;
    margin: 5px;
  }
}

@media (min-width: 768px) {
  #txt_p_f {
    font-size: medium;
    margin: 10px;
    margin-top: 0;
    color: white;
    text-align: start;
  }
}

@media (max-width: 768px) {
  #txt_p_f {
    font-size: medium;
    margin: 1px;
    margin-top: 0;
    color: white;
    text-align: center;
  }
}

@media (min-width: 768px) {
  #oz_lgo {
    background-image: url("62d66e5e91cf8411b77eea97_Blog%20Banner-the%20easy,%20fast,%20trusted%20payment%20solution%20for%20customers_Blog-Cover-665x430.jpeg");
    background-size: contain;
    background-repeat: no-repeat;
    align-self: center;
    background-position: center;
    height: 200px;
    width: inherit;
  }
}

@media (max-width: 768px) {
  #oz_lgo {
    background-image: url("62d66e5e91cf8411b77eea97_Blog%20Banner-the%20easy,%20fast,%20trusted%20payment%20solution%20for%20customers_Blog-Cover-665x430.jpeg");
    background-size: contain;
    background-repeat: no-repeat;
    align-self: center;
    background-position: center;
    height: 500px;
    width: inherit;
  }
}

@media (max-width: 992px) {
  #nav_con_btns {
    display: flex;
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  #nav_con_btns {
    display: flex;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .inputs_t {
    width: 50vw;
  }
}

@media (max-width: 768px) {
  .inputs_t {
    margin: 1px;
    width: 80vw;
  }
}

