/*----------------------------------------*/
/*  HOMEPAGE 01
/*----------------------------------------*/
.price-area {
  position: relative;
  overflow: hidden;
  padding-top: 130px;
  padding-bottom: 135px;
  .section-title {
    h2 {
      font-size: 48px;
      line-height: 64px;
      color: #000560;
      font-family: $gilroy-bold;
      text-transform: capitalize;
    }
    p {
      max-width: 75%;
      margin: auto;
    }
  }
  .price-box {
    border: 2px solid #dddddd;
    padding: 50px 0;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    @include transition(0.3s);

    &:hover {
      .primary__button {
        background-color: rgb(255, 70, 94);
      }
    }
    .price-body {
      padding-bottom: 25px;
      ul {
        li {
          margin-bottom: 8px;
          span {
            line-height: 30px;
            color: $secondary;
            font-family: $gilroy-medium;
          }
        }
      }
    }
    .price-title {
      margin-bottom: 42px;
      h4 {
        margin-bottom: 5px;
      }
    }
    .price-link {
      margin-top: auto;
      h3 {
        margin-bottom: 15px;
      }
      h4 {
        font-size: 25px;
        line-height: 49px;
        font-family: $gilroy-medium;
        margin-bottom: 13px;
        span {
          font-size: 32px;
          line-height: 49px;
          font-family: $gilroy-bold;
        }
      }

      .primary__button {
        color: $tertiary;
        background: transparent;
        border: 2px solid;
      }

      .primary__button-bgPrimary {
        &:hover {
          color: white;
          background: $tertiary;
        }
      }
    }
    &:hover {
      .primary__button-bgPrimary {
        color: white;
        background: $tertiary;
        border-color: $tertiary;
      }
      border-color: $tertiary;
    }
  }
  .mask-group3 {
    img {
      position: absolute;
      z-index: -99;
    }

    .mask9 {
      top: -20px;
      left: 7%;
    }

    .mask6 {
      top: 14%;
      right: 4%;
    }
    .mask7 {
      top: -45px;
      left: 650px;
      z-index: -1;
    }

    .mask8 {
      bottom: 12%;
      left: 2%;
    }
  }
}

/*----------------------------------------*/
/*  Price Plane 2
/*----------------------------------------*/
.priceArea {
  position: relative;
  padding: 130px 0px;
  .section-title {
    h2 {
      font-size: 48px;
      line-height: 64px;
      color: #000560;
      font-family: $gilroy-bold;
      text-transform: capitalize;
    }
    p {
      max-width: 55%;
      margin: auto;
    }
  }
  &__contentBox {
    position: relative;
    background-color: #fff;
    border-color: #c9ccd4;
    padding: 40px;
    button {
      background-color: transparent;
      outline: 0;
      border: 0;
      text-align: left;
      width: 0px;
      .primary__button {
        cursor: pointer;
        &.priceArea__Btninactive {
          background-color: transparent;
          color: #ff465e;
          &:hover {
            background-color: #ff465e;
            color: #fff;
          }
        }
      }
    }
  }
  &__planTitle {
    font-size: 20px;
    line-height: 32px;
    font-family: $gilroy-medium;
    color: #ff465e;
    margin-bottom: 15px;
  }
  &__price {
    font-size: 42px;
    line-height: 48px;
    font-family: $gilroy-bold;
    color: #000560;
    span {
      font-size: 28px;
      font-family: $gilroy-medium;
    }
  }
  &__planeFeatures {
    border: 1px solid #ff465e;
    border-left: 0px;
    border-right: 0px;
    padding: 30px 0px;
    margin: 30px 0px;
    margin-top: 25px;
    li {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
      span {
        margin-right: 15px;
        i {
          color: #ff465e;
        }
      }
      p {
        font-size: 18px;
        line-height: 30px;
        font-family: $gilroy-medium;
        color: #65729e;
      }
    }
  }
  &__moneyBack {
    font-size: 16px;
    line-height: 30px;
    font-family: $gilroy-medium;
    color: #65729e;
    margin-top: 12px;
  }
  .shape {
    .mask-bottom,
    .mask-top,
    .mask-right {
      position: absolute;
      pointer-events: none;
      z-index: 1;
    }
    .mask-top {
      top: -45px;
      left: 100px;
    }
    .mask-right {
      top: 130px;
      right: 65px;
    }
    .mask-bottom {
      left: 200px;
      bottom: -35px;
    }
  }

  &__Btninactive {
    color: #ff465e;
    border: 2px solid #ff465e;
    background-color: transparent;
    width: 165px;
    height: 50px;
    display: flex;
    align-items: center;
  }

  .primary__button-bgPrimary {
    width: 165px;
    height: 50px;
    display: flex;
    align-items: center;
  }

  // price 2
  &.priceArea-2 {
    background-color: #fff;
    margin-bottom: 60px;
  }
}

/* Common max-Sizes */

@media (max-width: 1199px) {
  .brands-area {
    padding: 35px 0px;
  }

  // Homepage-01
  .price-area {
    .mask-group3 {
      .mask8 {
        left: -55px;
      }
    }
  }
  // Services
  .priceArea {
    margin: 0px !important;

    &__contentBox {
      margin-bottom: 30px;
    }
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
}

@media (max-width: 1023px) {
  // Service
  .priceArea {
    margin: 0px !important;
    padding-bottom: 90px;
  }
}

@media (max-width: 991px) {
  .price-area {
    .section-title {
      h2 {
        margin-bottom: 0px;
      }
    }
    .mask-group3 {
      .mask6 {
        top: 135px;
        right: 15px;
      }
      .mask9 {
        left: -105px;
      }
    }
  }

  .priceArea {
    .section-title {
      p {
        max-width: 100%;
      }
    }

    &__contentBox {
      max-width: 450px;
      margin: auto;
      margin-bottom: 30px;
    }
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .priceArea {
    .shape {
      .mask-right {
        top: 70px;
      }
    }
  }
}

@media (max-width: 767px) {
  .price-area {
    .col-lg-4 {
      margin-bottom: 15px;
    }
  }
  .priceArea {
    &__contentBox {
      margin-bottom: 30px;
    }
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  // Homepage-01
  .price-area {
    .mask-group3 {
      .mask8 {
        left: 0px;
      }
      .mask9 {
        top: -125px;
      }
    }
  }
  .priceArea {
    .shape {
      .mask-right {
        top: 45px;
      }
      .mask-top {
        left: 0px;
      }
    }
  }
}

@media (max-width: 575px) {
  .price-area {
    .mask-group3 {
      .mask8 {
        bottom: 0%;
      }
      .mask6 {
        top: 2%;
      }
    }
    .section-title {
      h2 {
        font-size: 38px;
        line-height: 48px;
      }
      P {
        max-width: 100%;
      }
    }
    .align-items-stretch {
      .mb-30 {
        margin-bottom: 30px;
      }
    }
    .price-box {
      max-width: 350px;
      margin: auto;
    }
  }
  .price {
    &-title {
      margin-bottom: 15px !important;
    }
    &-body {
      ul {
        margin-bottom: 15px;
      }
    }
  }
  .priceArea {
    .section-title {
      h2 {
        font-size: 32px;
        line-height: 46px;
        font-family: $gilroy-bold;
      }
    }
  }
}

@media (min-width: 320px) and (max-width: 574px) {
  .priceArea {
    padding: 90px 0px;
    &__contentBox {
      padding: 25px;
      max-width: 100%;
    }
    .shape {
      .mask-top {
        left: 0px;
      }
      .mask-right {
        right: 0px;
        top: -15px;
      }
    }
  }

  // Homepage-01
  .price-area {
    padding-bottom: 0px;

    .section-title {
      h2 {
        font-size: 28px;
        line-height: 42px;
      }
    }

    .mask-group3 {
      .mask8 {
        display: none;
      }
      .mask9 {
        left: -120px;
        top: -130px;
      }
    }
  }

  // service deatils
  &.priceArea-2 {
    margin-bottom: 30px !important;
  }
}

/* large devices 992 - 1199*/
@media #{$lg} {
  /* common area start */
  .price-area .price-box {
    .price-body {
      margin-bottom: 15px;
      ul li {
        margin-bottom: 5px;
      }
    }
    .price-title {
      margin-bottom: 15px;
    }
  }
  .price-area {
    padding-bottom: 95px;
  }
}

/* Medium devices 768 - 991 */
@media #{$md} {
  .price-area {
    .price-box {
      padding: 40px 0;
      .price-title {
        margin-bottom: 20px;
      }
      .price-body ul li {
        margin-bottom: 8px;
      }
    }
  }
}
