body {
  padding: 0;
  margin: 0;
}

:root {
  --one-color: rgb(0, 110, 255);
  --two-color: orange;
  --three-color: rgb(218, 233, 255);
  --four-color: rgb(255, 242, 219);
  --five-color: #fbe6e6;
  --six-color: #d94042;
  --seven-color: rgb(27, 27, 27);
  --eight-color: #2dd064;
}

/* pricing list start */

.pricing-list {
  padding: 150px 0px;
  padding-top: 50px;
  width: 100%;
  overflow: hidden;
  position: relative;
  direction: rtl !important;
  background: white;
}

.pricing-list .roof {
  display: flex;
  justify-content: center;
}

.pricing-list .pricing-head {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
  border-radius: 10px;
  padding: 10px 0px;
}

.pricing-list .pricing-head h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.09cm;
  margin-bottom: 5px;
}

.pricing-list .pricing-head span {
  font-size: 15px;
  opacity: 0.7;
  margin-bottom: 10px;
}

.pricing-list .pricing-head label {
  width: 100px;
  height: 3px;
  border-bottom: 3px solid var(--two-color);
}

.pricing-list .row .colom .col-up {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pricing-list .row {
  display: flex;
  justify-content: center;
}

.pricing-list .row .price-card {
  text-align: left;
  background: linear-gradient(45deg, var(--one-color), var(--eight-color));
  padding: 20px;
  color: white;
  border-radius: 20px;
  padding-top: 40px;
  transition: 0.4s;
}

.pricing-list .row .colom:hover > .price-card {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.223);
  transform: translateY(-15px);
}

.pricing-list .row .colom:nth-child(2) .price-card {
  background: linear-gradient(45deg, var(--six-color) 30%, var(--two-color));
}

.pricing-list .row .colom:nth-child(3) .price-card {
  background: linear-gradient(45deg, #b0f, rgb(0, 4, 255));
}

.pricing-list .row .price-card .card-head {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-list .row .price-card .card-head img {
  width: 30px;
  height: 30px;
  filter: invert();
  margin-left: 10px;
}

.pricing-list .row .price-card .card-head h3 {
  font-size: 25px;
  margin-bottom: 0;
}

.pricing-list .row .price-card .sell {
  position: relative;
  width: 100%;
  color: #a35d8a;
  z-index: 10;
  margin-bottom: 40px;
  padding-left: 30px;
  padding: 10px 0px;
}

.pricing-list .row .price-card .sell::before {
  position: absolute;
  background: white;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: -20px;
  border-radius: 10px 50px 50px 0px;
  z-index: -1;
  box-shadow: 50px 0px 60px 0px rgba(0, 0, 0, 0.266);
}

.pricing-list .row .price-card .sell .price {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 0px;
  font-family: arial;
  background: -webkit-linear-gradient(var(--eight-color), var(--one-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-list .row .price-card .sell span {
  font-size: 17px;
  padding-left: 15px;
  opacity: 0.7;
  background: -webkit-linear-gradient(var(--eight-color), var(--one-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-list .row .colom:nth-child(2) .price-card .sell .price,
.pricing-list .row .colom:nth-child(2) .price-card .sell span {
  background: linear-gradient(to top, var(--six-color), var(--two-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-list .row .colom:nth-child(3) .price-card .sell .price,
.pricing-list .row .colom:nth-child(3) .price-card .sell span {
  background: linear-gradient(to top, #b0f, rgb(0, 4, 255));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-list .row .price-card .sell .price span {
  font-size: 24px;
  opacity: 1;
  padding-left: 0;
}

.pricing-list .row .price-card ul {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  padding-left: 30px;
}

.pricing-list .row .price-card ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  position: relative;
  padding: 7px 0px 7px 10px;
  z-index: 10;
  color: #a35d8a;
  direction: ltr;
}

.pricing-list .row .price-card ul li::before {
  position: absolute;
  content: "";
  width: 110%;
  height: 100%;
  background: white;
  border-radius: 30px 0px 0px 30px;
  right: -20px;
  top: 0;
  z-index: -1;
}

.pricing-list .row .price-card ul li h5 {
  font-size: 15px;
  margin-bottom: 0;
}

.pricing-list .row .price-card ul li h5 i {
  font-size: 17px;
  margin-left: 10px;
}

.pricing-list .row .price-card ul li span {
  font-size: 17px;
  opacity: 0.9;
}

.pricing-list .row .price-card .order {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.pricing-list .row .price-card .order a {
  text-decoration: none;
  color: white;
  padding: 7px 30px;
  border: 2px solid white;
  border-radius: 50px;
  transition: 0.4s;
  font-size: 17px;
}

.pricing-list .row .price-card .order a:hover {
  background: white;
  color: #a35d8a;
}

@media (max-width: 991px) {
  .pricing-list .row .colom:nth-child(1) {
    order: 4;
  }

  .pricing-list .row .colom:nth-child(3) {
    order: 3;
  }

  .pricing-list .row .active {
    margin: 0px;
    order: 3;
  }

  .pricing-list .row .colom {
    margin-bottom: 30px;
  }

  .pricing-list .row .colom .vertical {
    height: 70px;
  }

  .pricing-list {
    padding-bottom: 50px;
  }

  .pricing-list .row .only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pricing-list .row .colom .vertical {
    height: 40px;
  }

  .pricing-list .row .price-card ul {
    padding-left: 10px;
  }
}

@media (max-width: 575px) {
  .pricing-list .row .colom:nth-child(3) {
    order: 1;
  }

  .pricing-list .pricing-head {
    width: 100%;
  }
  .pricing-list .pricing-head h2 {
    font-size: 23px;
  }
  .pricing-list .row .colom:nth-child(2) .col-up {
    display: none;
  }
}

/* pricing list end */
