/* Elite Membership sec start  */
  .elite-membership-sec {
    /* background: #000000; */
    padding: 100px 0 100px;
    position: relative;
    overflow: hidden;
    z-index: 0;
  }
  
  
   .elite-membership-sec .btn-grp{justify-content:center; margin-top:50px;}
  .elite-membership-sec .background_shape_left {
      position: absolute;
      content: "";
      top: 45px;
      left: 0;
      
      object-fit: cover;
      width: 336px;
      height: 411px;
      z-index: -1;
  }
  .elite-membership-sec .background_shape_right {
      position: absolute;
      content: "";
      top: 20px;
      right: 0;
     
      object-fit: cover;
      width: 419px;
      height: 411px;
      z-index: -1;
  }
  .center-title {
      position: relative;
      width: fit-content;
      margin: 0 auto;
  }
  .center-title img{
      position: absolute;
      content: "";
      
      top: -95px;
      left: -80px;
      width: 147px;
      height: 140px;
      z-index: -1;
  }
  .center-content-sec {
      margin: 0 auto;
      text-align: center;
  }
  .center-content-sec p {
    margin: 0;
  }
  .center-title p {
    font-family: Belanosima;
    font-weight: 400;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    color: #ffffff;
    position: relative;
  }
  .center-title span, .center-des span {
    color: #FFBC00;
  }
  .center-des {
      margin: 40px auto 0;
      width: 100%;
      max-width: 610px;
      position: relative;
  }
.btn-arrow_image {
    position: absolute;
    /* content: ""; */
    width: 50px;
    height: 70px;
    bottom: -80px;
    right: 100px;
   
}
  .center-des p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color:#FFFFFF;
  }

.center-des p strong{color:#FFBC00;}
/* Elite Membership sec end  */

/* Responsive Style  */

@media (max-width : 1199px){
.elite-membership-sec {
      padding: 80px 0 60px;
  }
  .center-title p, .center-title span {
      font-size: 50px;
      line-height: 62px;
  }
  .center-des p{
      font-weight: 600;
      font-size: 18px;
      line-height: 30px;
      letter-spacing: 0.7px;
      text-align: center;
      color: #FFFFFF;
  }
  .center-des {
      margin: 20px auto 0;
  }
  .center-title::before {
      top: -54px;
      left: -60px;
      width: 105px;
      height: 90px;
  }

  .elite-membership-sec .background_shape_right {
      width: 260px;
      height: 300px;
  }
  .elite-membership-sec .background_shape_left {
      width: 180px;
      height: 300px;
  }
  .btn-arrow_image {
    width: 36px;
    height: 50px;
    bottom: -70px;
    right: 90px;
}
}	

@media (max-width : 767px){
    .center-title img {
        display: none;
    }
    .btn-arrow_image {
    bottom: -50px;
    right: 20px;
    }
        .elite-membership-sec .background_shape_left {
        width: 110px;
        height: 230px;
    }
        .elite-membership-sec .background_shape_right {
        width: 160px;
        height: 250px;
    }
.center-title p, .center-title span {
        font-size: 30px;
        line-height: 40px;
    }
        .center-des p {
        font-size: 16px;
        line-height: 26px;
    }
        .center-title::before {
        top: -44px;
        left: -44px;
        width: 75px;
        height: 70px;
    }
}