/*
    features table css
*/
.features__table--heading__title {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 800;
  background: linear-gradient(-45deg, #f45937 35%, #da1f60 62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 576px) {
  .features__table--heading__title {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .features__table--heading__title {
    font-size: 4rem;
    line-height: 6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .features__table--heading__title {
    font-size: 5rem;
    line-height: 7rem;
  }
}
@media only screen and (min-width: 1366px) {
  .features__table--heading__title {
    font-size: 6rem;
    line-height: 8rem;
  }
}
@media only screen and (min-width: 1600px) {
  .features__table--heading__title {
    font-size: 7rem;
    line-height: 9rem;
  }
}
.features__table--heading__title del::before {
  position: absolute;
  content: "";
  width: 16rem;
  height: 0.2rem;
  background: linear-gradient(-45deg, #f45937 35%, #da1f60 62%);
  top: 78%;
  left: 44%;
}
@media only screen and (min-width: 576px) {
  .features__table--heading__title del::before {
    width: 19rem;
  }
}
@media only screen and (min-width: 768px) {
  .features__table--heading__title del::before {
    width: 20rem;
  }
}
@media only screen and (min-width: 1200px) {
  .features__table--heading__title del::before {
    width: 26rem;
  }
}
@media only screen and (max-width: 479px) {
  .features__table--heading__title del::before {
    display: none;
  }
}
.features__table--inner table {
  width: 100%;
}
.features__table--section {
  position: relative;
}
.features__table--inner {
  padding: 2rem;
  border-radius: 10px;
  position: relative;
}
.features__table--inner::before {
  position: absolute;
  content: "";
  background: linear-gradient(
    90deg,
    #d4068f 4.77%,
    #fdff8d 30.33%,
    #86bd5e 50%,
    #2b79f6 70%,
    #d704ff 100%
  );
  left: -0.1rem;
  right: -0.1rem;
  top: -0.1rem;
  bottom: -0.1rem;
  z-index: -1;
  border-radius: 2rem;
}
.features__table--inner::after {
  position: absolute;
  content: "";
  background: #071222;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 2rem;
}
.features__table {
  background: #0b182a;
  border: 1px solid #232e3e;
  border-radius: 10px;
  position: relative;
}
.features__table--shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.features__table--shape2 {
  position: absolute;
  left: 0;
  bottom: 7%;
}
@media only screen and (min-width: 768px) {
  .features__table--inner {
    padding: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .features__table--inner {
    padding: 4rem;
  }
}
.features__table table thead tr th {
  text-align: center;
  background: rgb(255, 255, 255, 0.08);
  font-size: 1.5rem;
  font-weight: 500;
  padding: 2.2rem 2rem;
  border-bottom: 1px solid #232e3e;
}
@media only screen and (min-width: 992px) {
  .features__table table thead tr th {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .features__table table thead tr th {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .features__table table thead tr th {
    min-width: 155px;
  }
}
.features__table table tbody tr td {
  padding: 1.5rem 2rem;
  min-width: 17rem;
  font-size: 1.4rem;
  text-align: center;
  border-right: 1px solid #232e3e;
  border-bottom: 1px solid #232e3e;
  opacity: 0.7;
}
@media only screen and (min-width: 992px) {
  .features__table table tbody tr td {
    min-width: 19rem;
  }
}
.features__table table tbody tr td:last-child {
  border-right: 0;
}
.features__table table tbody tr td .mark_icon {
  margin-right: 0.6rem;
}
@media only screen and (min-width: 992px) {
  .features__table table tbody tr td {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .features__table table tbody tr td {
    font-size: 1.6rem;
  }
}
.features__table table tbody tr:nth-child(2n) td {
  background: rgb(255, 255, 255, 0.02);
}
.features__table table tbody tr:nth-child(4n) td {
  background: rgb(255, 255, 255, 0.05);
}
.features__table table tfoot tr th {
  text-align: center;
  border-right: 1px solid #232e3e;
  font-size: 2.4rem;
  line-height: 2.8rem;
  padding: 2rem 1rem;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .features__table table tfoot tr th {
    font-size: 2.6rem;
    line-height: 3rem;
    padding: 2rem 1rem 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .features__table table tfoot tr th {
    padding: 2.5rem 1.5rem 3rem;
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .features__table table tfoot tr th {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
.features__table table tfoot tr th:last-child {
  border-right: 0;
}

.features__table--footer__desc {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-top: 1.2rem;
  font-weight: 400;
  display: block;
}
@media only screen and (min-width: 992px) {
  .features__table--footer__desc {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .features__table--footer__desc {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.features__table--footer__title {
  background: linear-gradient(-45deg, #ff0000 -2%, #690eff 111%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.features__table--footer__title.total {
  background: linear-gradient(-45deg, #ff0000 39%, #690eff 57%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.features__view--more__btn.outline__btn {
  z-index: 9;
  width: 15.5rem;
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: 16rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .features__view--more__btn.outline__btn {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .features__view--more__btn.outline__btn {
    width: 17.5rem;
    bottom: 20rem;
  }
}
.features__view--more__btn.outline__btn:hover::after {
  background: linear-gradient(90deg, #2b79f6 0%, #d704ff 100%);
}
.features__view--more__btn.outline__btn svg {
  margin-left: 0.5rem;
}
.features__table:not(.table--list-extended):before {
  position: absolute;
  content: "";
  inset: 0;
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(7, 18, 34, 0) 0%, #071222 80.99%);
  z-index: 1;
  width: 100%;
  height: 100%;
  min-width: 100%;
}
@media only screen and (max-width: 767px) {
  .features__table:not(.table--list-extended):before {
    display: none;
  }
}
.features__table--price__wrapper {
  position: relative;
}
.features__table--price__field {
  width: 100%;
  height: 100%;
  position: relative;
}
.features__table--price__wrapper::before {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #2b79f6 0%, #d704ff 100%);
  left: 1.5rem;
  right: 1.5rem;
  top: 1.5rem;
  bottom: 1.5rem;
  z-index: -1;
  border-radius: 1rem;
}
@media only screen and (min-width: 992px) {
  .features__table--price__wrapper::before{
    left: 2rem;
    right: 2rem;
  }
}
.features__table--price__wrapper::after {
  position: absolute;
  content: "";
  background: #071222;
  left: 1.6rem;
  right: 1.6rem;
  top: 1.6rem;
  bottom: 1.6rem;
  z-index: -1;
  border-radius: 1rem;
}
@media only screen and (min-width: 992px) {
  .features__table--price__wrapper::after{
    left: 2.1rem;
    right: 2.1rem;
  }
}
.features__table--price__field::before {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #2b79f6 0%, #d704ff 100%);
  left: 7px;
  right: 12px;
  top: -5px;
  bottom: -10px;
  z-index: -1;
  border-radius: 1rem;
  transition: filter 1s ease-in;
  filter: blur(17px);
  -webkit-filter: blur(17px);
}

@media only screen and (max-width: 767px) {
  .features__table--price__field::before {
    left: 5px;
    right: 5px;
    top: -5px;
    bottom: -5px;
    z-index: -1;
    filter: blur(17px);
    -webkit-filter: blur(9px);
  }
}

.features__table--footer__title.line__throw{
  position: relative;
}
.features__table--footer__title.line__throw::before{
  position: absolute;
  content: "";
  width: 24rem;
  height: 0.2rem;
  background: linear-gradient(-45deg, #ff0000 -2%, #690eff 111%);
  top: 54%;
  left: 0;
}
@media only screen and (max-width: 1199px) {
  .features__table--footer__title.line__throw::before {
    width: 18rem;
  }
}
@media only screen and (max-width: 991px) {
  .features__table--footer__title.line__throw::before {
    width: 15rem;
  }
}
@media only screen and (max-width: 767px) {
  .features__table--footer__title.line__throw::before {
    width: 15rem;
  }
}