/* Banner start  */
.ced-header{
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
   }
.banner-section {
    z-index: 1;
    overflow: hidden;
    background-image: url(/wp-content/uploads/2024/03/affiliate-banner.png);
    background-repeat: no-repeat;
    background-position: center top;
}

/* Banner Responsisve start  */

@media screen and (min-width: 1400px) {
    .banner-section h1 {
        font-size: 65px;
        line-height: 80px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-section h1 {
        font-size: 54px;
        line-height: 68px;
    }


}

@media screen and (min-width: 1200px) {
    .banner-section p {
        font-size: 18px;
        line-height: 32px;
    }
}

@media screen and (min-width: 576px) and (max-width: 1199px) {
    .banner-section p {
        line-height: 30px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-section h1 {
        font-size: 45px;
        line-height: 60px;
    }

}

@media screen and (min-width: 992px) {
    .banner-section {
        padding: 160px 0 0;
    }
    .banner-section h1{
        margin-top:25px
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .banner-section h1 {
        font-size: 40px;
        line-height: 55px;
    }

    .banner-section {
        padding: 140px 0 0;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .banner-section h1 {
        font-size: 32px;
        line-height: 42px;
    }

    .banner-section img {
        max-width: 450px;
    }
}

@media screen and (min-width: 768px) {
    .banner-section h1 span {
        padding: 0px 15px;
    }
}

@media screen and (max-width: 767px) {
    .banner-section h1 span {
        padding: 0px 10px;
    }

    .banner-section {
        padding: 130px 0 0;
    }

}

@media screen and (max-width:991px) {}

@media screen and (max-width: 575px) {
    .banner-section {
        background-size: 1150px;
    }

    .banner-section h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .banner-section p {
        line-height: 26px;
        font-size: 15px;
    }

    .banner-section img {
        max-width: 300px;
    }
}

/* Banner css end  */
/* Promotion section css start  */

.promotion-feat-card {
    transition: all .5s;
    border-radius: 16px;
    z-index: 1;
}

.promotion-feat-card .title {
    line-height: 26px;
    font-family: var(--ced-montserrat-sb);
}

.promotion-feat-card .para {
    line-height: 27px;
    opacity: .9;
}

.promotion-feat-card .title img {
    max-width: 60px;
}

@media screen and (min-width:1400px) {
    .promotion-feat-card {
        min-height: 240px;
    }
}

@media screen and (min-width:1200px) and (max-width:1399px) {
    .promotion-feat-card {
        min-height: 270px;
    }
}

@media screen and (min-width:1200px) {
    .promotion-feat-card .title {
        font-size: 17px;
    }

    .promotion-feat-card {
        padding: 30px;
    }

}


@media screen and (max-width:1199px) {
    .promotion-feat-card .title {
        font-size: 16px;
    }

}

@media screen and (min-width:992px) and (max-width:1199px) {

    .promotion-feat-card {
        padding: 20px;
    }
}

@media screen and (min-width:992px) {
    .promotion-feat-card {
        width: 32%;
    }

    .promotion-featured-wrapper {
        background-color: var(--ced-black-color);
        padding: 30px;
        border-radius: 30px;
    }

    .promotion-feat-card .para {
        font-size: 15px;
    }
}


@media screen and (min-width:768px) and (max-width:991px) {
    .promotion-feat-card {
        width: 47%;
    }

    .promotion-featured-wrapper {
        background-image: linear-gradient(126deg, rgba(255, 255, 255, 0.15) 2.09%, rgba(255, 255, 255, 0.05) 97.24%);
        background-color: var(--ced-black-color);
        padding: 40px 35px;
        border-radius: 20px;
    }

    .promotion-feat-card {
        min-height: 180px;
    }

    .promotion-feat-card .para {
        font-size: 14px;
    }
}

@media screen and (max-width:767px) {
    .promotion-feat-card {
        padding: 20px 20px 25px;
        background-color: var(--ced-black-color);
        background-image: linear-gradient(126deg, rgba(255, 255, 255, 0.15) 2.09%, rgba(255, 255, 255, 0.05) 97.24%);
    }

    .promotion-feat-card .para {
        font-size: 15px;
    }
}

/* How it work start  */
.how-work-section {
    background-image: url(/wp-content/uploads/2024/02/banner122.png);
    background-size: cover;
}

.step-card {
    background-color: rgba(255, 255, 255, .45);
    z-index: 1;
}

.step-card::before {
    content: '';
    position: absolute;
    z-index: -1;
    background-image: url(/wp-content/uploads/2024/03/line-gradient.svg);
}

.step-card:last-child::before {
    display: none;
}

.step-card .steps {
    text-transform: uppercase;
    color: var(--ced-blue-60);
    font-family: var(--ced-montserrat-sb);
    padding: 5px 15px;
    background-color: rgba(238, 237, 255, 1);
    border-radius: 40px;
}

.step-card .title {
    font-family: var(--ced-montserrat-sb);
    color: var(--ced-grey-60);
}

.step-card .para {
    color: var(--ced-grey-60);
    font-family: var(--ced-montserrat-m);
}

@media screen and (min-width:1400px) {
    .step-card {
        width: 260px;
        padding: 30px;
    }

    .step-card::before {
        width: calc(100% - 175px);
        right: -85px;
    }
}

@media screen and (min-width:1200px) {
    .step-card .para {
        font-size: 15px;
        line-height: 28px;
    }

    .step-card .title {
        font-size: 18px;
    }

    .step-card {
        min-height: 230px;
    }

}

@media screen and (min-width:768px) and (max-width:1199px) {
    .step-card .para {
        font-size: 14px;
        line-height: 26px;
    }

}

@media screen and (min-width:1200px) and (max-width:1399px) {

    .step-card::before {
        width: calc(100% - 165px);
        right: -65px;
    }

    .step-card {
        width: 230px;
    }

}

@media screen and (min-width:992px) and (max-width:1399px) {
    .step-card {
        padding: 25px 20px;
    }

}

@media screen and (min-width:992px) and (max-width:1199px) {
    .step-card {
        min-height: 210px;
        width: 206px;
    }

    .step-card::before {
        width: calc(100% - 168px);
        right: -38px;
    }
}

@media screen and (min-width:992px) {

    .step-card .steps {
        font-size: 12px;
    }

    .step-card {
        border-radius: 20px;
    }
}

@media screen and (max-width:991px) {
    .step-card {
        border-radius: 12px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .step-card {
        padding: 25px 16px;
        min-height: 265px;
        width: 160px;
    }

    .step-wrapper {
        gap: 15px;
    }

    .step-card::before {
        width: calc(100% - 136px);
        right: -24px;
    }

    .step-card .steps {
        font-size: 12px;
    }

    .step-card .title {
        font-size: 15px;
    }
}

@media screen and (min-width:768px) {

    .step-card::before {
        height: 2px;
        top: 42px;
    }
}

@media screen and (max-width:767px) {
    .step-card {
        width: 100%;
        padding: 25px 20px;
    }

    .step-card::before {
        left: 18px;
        width: 40px;
        height: 1%;
        transform: rotate(90deg);
        top: calc(100% + 19px);
    }

    .step-wrapper {
        gap: 40px;
    }

    .step-card .steps {
        font-size: 13px;
    }

    .step-card .para {
        font-size: 15px;
        line-height: 28px;
    }
}

 /* table section */
 .table-section {
    background-color: var(--ced-black-color);
  }

  .table-section .table-responsive {
    max-width: 1000px;
  }

  .table-section .table {
    table-layout: fixed;
  }

  .table-section .table .cell-style {
    background-color: transparent;
    border: none;
    line-height: 26px;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
  }

  .table-section .table .table-rows::before {
    content: "";
    position: absolute;

    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.07) 15.34%,
        rgba(255, 255, 255, 0.1) 51.04%,
        rgba(255, 255, 255, 0.07) 83.14%,
        rgba(255, 255, 255, 0) 100%);
  }

  .table-section .table .table-rows td::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #19191e;
  }

  .table-section .table .table-rows:first-child td::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-image: linear-gradient(0deg,
        rgba(25, 25, 30, 1) 23%,
        rgba(25, 25, 30, 0.3) 100%,
        rgba(255, 255, 255, 0.7) 100%);
  }

  .table-section .table .table-rows:last-child td::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-image: linear-gradient(0deg,
        rgba(25, 25, 30, 1) 23%,
        rgba(25, 25, 30, 0.3) 100%,
        rgba(255, 255, 255, 0.7) 100%);
    transform: rotateY(61deg);
  }

  .table-icon-box {
    background-image: linear-gradient(180deg,
        rgba(255, 255, 255, 0.23) 0%,
        rgba(255, 255, 255, 0.05) 53.05%,
        rgba(255, 255, 255, 0) 100%);
    border-radius: 8px;
    min-height: 65px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--ced-montserrat-sb);
  }

  .row-heading {
    color: var(--ced-orange-color);
    font-family: var(--ced-montserrat-sb);
    text-transform: capitalize;
  }

  @media screen and (min-width: 1200px) {
    .table-section .table .cell-style {
      padding: 22px 20px;
      width: 250px;
    }

    .chart-image {
      max-width: 1100px;
    }
  }

  @media screen and (min-width: 576px) and (max-width: 1199px) {
    .table-section .table .cell-style {
      padding: 20px 10px;
      width: 230px;
    }
  }

  @media screen and (min-width: 576px) {
    .table-icon-box {
      padding: 20px 30px;
    }

  }

  @media screen and (max-width: 575px) {
    .table-section .table .cell-style {
      padding: 16px;
      width: 200px;
      font-size: 14px;
    }

    .table-icon-box {
      padding: 20px;
    }

    .table-section .table .cell-style img {
      max-width: 20px;
    }
  }

  /* Partners start  */

  .published-app-section {
    background-image: url(/wp-content/uploads/2024/02/banner122.png);
    background-size: cover;
  }
  .app-item {
    background-color: rgba(255, 255, 255, 0.45);
  }
  .app-item span {
    color: var(--ced-grey-60);
    font-size: 15px;
    line-height: 26px;
  }
  .app-item:hover {
    box-shadow: 0 13px 20px 0px rgba(23, 28, 33, 0.08);
  }
  @media screen and (min-width: 1400px) {
    .published-app-section .partners-wrapper,
    .published-app-section .row {
      max-width: 1000px;
    }
  }
  @media screen and (min-width: 992px) {
    .app-item {
      padding: 30px 25px;
      border-radius: 15px;
    }
  }
  @media screen and (min-width: 768px) {
    .app-item {
      width: 31%;
    }
  }
  @media screen and (min-width: 992px) {
    .app-item {
      min-height: 225px;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .app-item {
      min-height: 255px;
    }
  }
  @media screen and (min-width: 576px) and (max-width: 767px) {
    .app-item {
      min-height: 235px;
      width: 48%;
    }
  }
  @media screen and (max-width: 991px) {
    .app-item {
      border-radius: 12px;
      padding: 25px 20px;
    }
  }
  @media screen and (max-width: 575px) {
    .app-item {
      width: 100%;
    }
  }