@charset "UTF-8";
.page-tabs .nav-link.active,
.page-tabs .show > .nav-link {
  background: rgba(118, 18, 250, 0.1803921569);
  font-weight: bold;
}

.page-tabs .nav-link {
      padding: 15px;
    display: inline-block;
    border: 3px solid #15253c;
    background-color: #f5f6f8;
    position: relative;
    z-index: 10;
    border-radius: 20px;
    font-size: 15px;
}

ul.page-tabs {
  align-items: center;
  margin: auto;
  max-width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 30%;
}

.page-tabs .nav-link.active {
  background: #15253c;
  color: white !important;
  border-radius: 20px;
}

.page-tabs .nav-link {
  color: var(--primary);
}

.page-head.section_head_new::before {
  top: 38px;
}

.text-black {
  color: #15253c !important;
}

.mazad-content .product_box .info h6 {
  font-size: 14px;
}

.simillar_proj .product_box .float_icons.new-labels {
  right: -20px;
  z-index: 1;
  top: 65px;
}
.simillar_proj .product_box .float_icons.new-labels span {
  width: auto;
  height: auto;
  padding: 5px 15px;
  background-color: rgba(21, 37, 60, 0.8784313725);
  color: white;
  border-radius: 50px;
}

.status-label {
  position: absolute;
  right: -20px;
  top: 15px;
  z-index: 1;
}
.status-label span {
  width: auto;
  height: auto;
  padding: 5px 15px;
  margin: 5px;
  background-color: rgba(0, 161, 237, 0.77);
  color: white;
  border-radius: 50px;
}

.simillar_proj.mazadat {
  padding: 50px 0 70px;
}

.simillar_proj.mazadat .product_box .img img {
  height: 350px;
}

.simillar_proj.mazadat .product_box .butn h6 {
  color: white;
}
.simillar_proj.mazadat .product_box .butn:hover h6 {
  color: #15253c;
}

.create-btn {
  position: absolute;
  left: 0;
  top: -40px;
  padding: 0px 25px;
}
.create-btn i {
  color: white;
}
.create-btn:hover i {
  color: #00a1ed;
}

.flipdown {
  width: 100%;
  height: auto;
}
.flipdown .rotor {
  font-size: 20px;
}

.flipdown .rotor-top,
.flipdown .rotor-bottom,
.flipdown.flipdown__theme-dark .rotor,
.flipdown.flipdown__theme-dark .rotor-top,
.flipdown.flipdown__theme-dark .rotor-leaf-front,
.flipdown.flipdown__theme-dark .rotor-bottom,
.flipdown.flipdown__theme-dark .rotor-leaf-rear {
  background-color: rgba(0, 161, 237, 0.77) !important;
}

.flipdown.flipdown__theme-dark .rotor:after {
  border-top: solid 1px #fff;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
  z-index: 1;
}

.flipdown.flipdown__theme-dark {
  font-family: "Tajawal", sans-serif;
}

.flipdown .rotor-group {
  float: right;
  padding-left: 10px;
  padding-right: 0px;
}

.flipdown .rotor,
.flipdown .rotor-leaf {
  width: 25px;
  height: 40px;
}

.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear {
  width: 25px;
  height: 20px;
}

.flipdown .rotor-leaf-front {
  line-height: 35px;
}

.flipdown .rotor-top,
.flipdown .rotor-bottom,
.flipdown .rotor:after {
  width: 25px;
  height: 20px;
}

.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  display: none;
}

.flipdown .rotor:last-child {
  margin-right: 5px;
}

.no-border {
  border: 0px !important;
}

.product_box i {
  color: #00a1ed;
}

.rotor-group-heading {
  position: absolute;
  bottom: -27px;
  text-align: center;
  width: 100%;
}

.mazad-content .product_box .info {
  padding: 0px 20px 0px 20px;
}

.mazad-content .product_box {
  margin: 30px 15px 0px;
}
.mazad-content .product_box .butn {
  margin-top: auto !important;
  margin-bottom: 20px;
}

.form-control,
.form-select {
  border-radius: 10px !important;
  background-color: #f9f9f9 !important;
  border: 1px solid rgba(153, 153, 153, 0.1333333333);
}

/*--- upload multiple images ----*/
.upload__box {
  position: relative;
  background: #f9f9f9;
  display: block;
  width: 100%;
  border-color: #f1f1f1;
  border-radius: 10px;
  border: 1px solid rgba(153, 153, 153, 0.1333333333);
  min-height: 200px;
}
.upload__inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload__btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: #f9f9f9;
  line-height: 26px;
  font-size: 14px;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.upload__img-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  height: 100%;
  height: auto;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
}
.upload__img-box {
  width: 100px;
  margin-bottom: 12px;
  position: relative;
  z-index: 10;
}
.upload__img-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;
}
.upload__img-close:after {
  content: "✖";
  font-size: 14px;
  color: white;
}

.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
}

.icon-success i {
  color: #198754;
  font-size: 62px !important;
}

.navbar .nav_icons .butn:hover {
  background-color: white !important;
}

@media screen and (max-width: 768px) {
  ul.page-tabs {
    max-width: 100%;
  }
  .section_head_new.page-head {
    margin-top: 85px;
  }
  .create-btn {
    top: -55px;
  }
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 640px) {
  .price.d-flex {
    display: block !important;
  }
  .create-btn {
    top: -90px;
  }
  .page-tabs .nav-link {
    padding: 14px !important;
    font-size: 13px !important;
  }
}
@media screen and (max-width: 375px) {
  .page-tabs .nav-link {
    font-size: 15px;
    padding: 15px;
  }
  .page-tabs .nav-link .nav-item {
    margin-top: 10px;
  }
}
.navbar.inner_navbar .navbar-nav .nav-item .nav-link {
  margin: 0 4px;
}

.jop .jop_header .container {
  justify-content: start;
}

.prog_banner_slider.previous_block .img::after {
  opacity: 0.3 !important;
}

.butn.sub_butn:hover a {
  color: #00a1ed;
}

.expired.status-label span {
  background-color: rgba(237, 0, 0, 0.77);
}

.go_btn {
  color: white;
}
.go_btn:hover {
  color: #00a1ed;
}

/*start auction details*/
.mazad-det {
  position: relative;
  z-index: 99;
}
.mazad-det .det-item {
  position: relative;
  display: block;
  padding: 30px;
  background-image: linear-gradient(to bottom, #15253c22, transparent);
  border-radius: 20px;
  text-align: center;
  margin-top: 15px;
}
.mazad-det .det-item.brushor {
  background-color: #15253c;
  color: #fff;
  /* background-image: linear-gradient(to bottom, #15253c, transparent); */
}
.mazad-det .det-item.brushor:hover {
  background-color: #00a1ed;
}
.mazad-det .det-item .icon {
  font-size: 30px;
  margin-bottom: 10px;
}
.mazad-det .flipdown .rotor-group {
  padding: 5px 3px;
}
.mazad-det .flipdown .rotor {
  margin: 0 1px 0 0;
}
.float-sec {
  position: fixed;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  z-index: 9999;
  display: flex;
  justify-content: center;
}
.float-date {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 15px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 5px 5px 15px 0px #0000002e;
}
.float-date .icon {
  width: 70px;
  height: 70px;
  background-color: #DADCE1;
  color: #15253c;
  border-radius: 50%;
  /* margin-inline-end: 30px; */
  flex-shrink: 0;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-start: -50px;
  border: 5px solid #fff;
}
.float-date .cont {
  margin-inline-start: 15px;
  padding-bottom: 50px !important;
}
.float-btn {
  /* position: relative; */
  margin-inline-start: 10px;
  flex-shrink: 0;
  background-color: #15253c;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 30px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  white-space: nowrap;
}
.float-btn:hover {
  background-color: #00a1ed;
  color: #fff;
}
.mazad-units {
  position: relative;
  padding-top: 100px;
}
.mazad-units .line-title {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #999;
  margin-bottom: 30px;
}
.mazad-units .unit-item {
  position: relative;
  padding: 10px;
  /* border: 1px solid #999; */
  background-color: #fff;
  box-shadow: 5px 5px 20px #0001;
  border-radius: 15px;
  margin-top: 15px;
}
.mazad-units .unit-item .img {
  position: relative;
  height: 150px;
  border-radius: 10px;
  overflow: hidden;
}
.mazad-units .unit-item .img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mazad-units .price-first {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background-color: #15253c; */
  border: 1px solid #15253c55;
  color: #15253c;
  text-align: center;
  border-radius: 10px;
  height: 100%;
  padding: 15px;
}
/*.mazad-units .price-first:hover {*/
/*  background-color: #15253c;*/
/*  color: #fff;*/
/*}*/
.mazad-units .price-first .icon {
  font-size: 25px;
  margin-bottom: 20px;
  height: 30px;
}

@media screen and (max-width: 991px) {
  .float-sec {
    width: 100%;
  }
  .float-date .icon {
    display: none;
  }
  .float-date .cont {
    margin: 0 !important;
  }
  .page-head.section_head_new::before {
        top: 25px;
    }
}
/*end auction details*/

/*# sourceMappingURL=page.css.map */