header {
  background: -webkit-gradient(linear, right top, left top, from(#44347d), to(#5a48b6));
  background: linear-gradient(to left, #44347d, #5a48b6);
}

.notification {
  text-align: right;
}

.content {
  padding-top: 50px;
  padding-bottom: 40px;
  font-family: "Cairo",Sans-serif;
  min-height: 100vh;
}

.content .page-title-div {
  width: 100%;
  text-align: center;
}

.content .page-title-div .page-title {
  position: relative;
  color: black;
  font-size: 30px;
}

.content .page-title-div .page-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 4px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #2980b9), color-stop(25%, #27ae60), color-stop(50%, #27ae60), color-stop(50%, #d35400), color-stop(75%, #d35400), color-stop(75%, #8e44ad));
  background: linear-gradient(to right, #2980b9 25%, #27ae60 25%, #27ae60 50%, #d35400 50%, #d35400 75%, #8e44ad 75%);
}

.content .contnr {
  position: relative;
  width: 90%;
  right: 5%;
  margin-top: 80px;
}

.content .contnr .btn-container {
  background-color: #2980b9;
}

.content .contnr .row {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  font-family: "Cairo",Sans-serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content .contnr .row .item-card {
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 19px 0px #d0d0d0;
          box-shadow: 0 0 19px 0px #d0d0d0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: black;
  text-decoration: none;
  position: relative;
  color: #5a48b6;
  width: 300px;
  max-width: 100%;
}

.content .contnr .row .item-card .offer-title {
  font-size: 1.5rem;
}

.content .contnr .row .item-card .details {
  color: black;
  text-align: right;
  margin-bottom: 30px;
}

.content .contnr .row .item-card .details i {
  color: #27ae60;
}

.content .contnr .row .item-card .price {
  padding-top: 10px;
  color: #27ae60;
}

.content .contnr .row .item-card .price .blue {
  color: #44347d;
}

.content .contnr .row .item-card .buy {
  position: absolute;
  display: block;
  bottom: 10px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 200px;
  background-color: #5a48b6;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 20px;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}

.content .contnr .row .item-card .buy:hover {
  background-color: #44347d;
  text-decoration: none;
}

.content .contnr .row .item-card .active-order {
  position: absolute;
  display: block;
  bottom: 10px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: auto;
  color: white;
  padding: 10px;
  border: 150px;
  border-radius: 20px;
  outline: none;
  cursor: pointer;
  background-color: #27ae60;
  font-size: 15px;
  text-decoration: none;
}

.content .contnr .row .item-card .active-order:hover {
  background-color: #10502a;
  text-decoration: none;
}

.content .contnr .row .item-card:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  text-decoration: none;
}

.content .contnr .row .top-border-blue {
  border-top: 3px solid #2980b9;
}

.content .contnr .row .top-border-green {
  border-top: 3px solid #27ae60;
}

.content .contnr .row .top-border-red {
  border-top: 3px solid #d35400;
}
/*# sourceMappingURL=offers_content.css.map */