.login-btn{
    border: 1px solid var(--theme-color);
    width: 80px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    /* color: var(--theme-color)!important; */
}

.login-btn span{
    color: #ce87f1;
    font-weight: 400;
}

.register-btn{
    border: 1px solid var(--theme-color);
    width: 80px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background-color: var(--theme-color);
    /* color: var(--theme-color)!important; */
}

.register-btn span{
    color: #ffffff;
    font-weight: 400;
}

.login-buttons-c{
    display: flex;
}

.hamburger-menu-c{
    display: none!important;
}

.banner-bg-c::after , .banner-bg-c::before{
    display: none;
}

.slider-section-c{
    background-color: #111111;
    position: relative;
}

.slider-section-c .swiper-pagination{
  /* transform: translateY(-50px); */
    /* position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important; */
}

.slider-section-c .swiper-pagination-bullet {
    background: transparent;
  }
  .swiper-pagination-bullet-active .path {
    display: inline-block !important;
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    animation: dash linear 120s;
    animation-iteration-count: unset;
  }
  .slider-section-c .path {
    display: none;
  }
  
  @keyframes dash {
    from {
      stroke-dashoffset: 1000;
    }
  
    to {
      stroke-dashoffset: 0;
    }
  }

  .top-news-title-c{

  }

  .read-more.style-c{
    font-size: 12px!important;
  }

  .news-item-c .heading{
    flex-direction: row-reverse;
    justify-content: flex-start;
    padding-right: 10px;
  }

  .news-item-c .heading .tag{
    margin-left: 4px;
  }

  .news-item-c .contents-wrapper{
    bottom: unset!important;
    top: 15px;
    bottom: 10px;
  }

  .upcoming-match-c .rts-latest-match{
    background-color: #111111;
  }

  .upcoming-match-c .rts-latest-match .latest-match-inner::after{
    color: #ffffff08;
  }

  .upcoming-match-c .club-text{
    color: #ffffff!important;
  }

  .upcoming-match-c .rts-latest-match .countdown .countdown-el .value{
    color: #ffffff;
  }


  .countdown-el-c{
    width: unset!important;
    font-size: 16px!important;
  }

  .countdown-el-c .value{
    font-size: 24px!important;
    white-space: nowrap;
  }

  .banner-content-c{
    align-items: center!important;
  }

  .banner-bg-c-2::before{
    background-color: rgb(84, 4, 84)!important;
  }

  .banner-heading-c{
    font-size: 40px!important;
    letter-spacing: normal!important;
    font-weight: 500!important;
  }

  .section-title-c{
    text-align: right;
  }

  .section-title-area-c p{
    text-align: right;
  }

  .about-us-contents-c ul{
    flex-direction: row-reverse!important;
  }

  .about-us-contents-c ul .player{
    padding-right: 55px!important;
    margin-left: 55px!important;
    padding-left: unset!important;
    margin-right: unset!important;
  }

    .about-us-contents-c ul .player .sub , .about-us-contents-c ul .player h3{
      text-align: right;
    font-family: 'IRANSansWeb', sans-serif!important;
  }

    .about-us-contents-c ul .player::before{
      left: unset!important;
      right: 0!important;
  }

  .rts-about-section.about .about-inner .contents .section-title.section-title-c{
        color: #ffffff!important;
  }

  .rts-counter-up-section-c{
    background-color: #000000;
    padding-top: 110px;
  }

  .rts-counter-up-section-c .counter-up-inner .count-up .wrapper .counter{
    color: #ffffff!important;
    font-size: 60px!important;
    font-weight: 500!important;
  }

  .rts-counter-up-section-c .counter-up-inner .count-up .wrapper .counter-text{
    color: #ffffff!important;
  }

  .rts-champion-section-c{
    background: #000000!important;
  }

  .contact-area-c{
    background-color: #1e1e1e;
  }

  .section-latest-news-c{
    /* background-color: #1F1F1F;
    background-color: #231B2E;
    background-color: #2E1A47;
    background-color: #2E1A47;
    background-color: #181818;
    background-color: #121212; */
    background-color: #231B2E;
  }

  .section-latest-news-c .section-title-area .section-title{
    color: #ffffff;
    font-size: 36px;
    font-weight: 500;
  }

    .section-latest-news-c .section-title-area .section-subtitle{
    color: #ffffffba;
    font-family: 'IRANSansWeb', sans-serif!important;
    direction: rtl;
  }

  .latest-news-category-c{
    text-align: right;
  }

  .rts-blog-section .blog-item .contents .author-info .blog-date .date-c{
      font-family: 'IRANSansWeb', sans-serif!important;
  }

  .rts-blog-section .blog-item .contents .blog-catagory {
      font-family: 'IRANSansWeb', sans-serif!important;
      font-size: 11px!important;
  }

  .section-brands-bottom-c{
    background-color: #000000;
  }

  .footer-c{
    direction: rtl;
  }

  .footer-c .footer-text {
    font-family: 'IRANSansWeb', sans-serif!important;
    font-size: 14px!important;
  }  
  
  .footer-c .footer-widget .widget-list-item a{
    font-family: 'IRANSansWeb', sans-serif!important;
  }

  .user-name-c{
    color: #ffffff;
  }

  .login-buttons-c .title-c{
    color: #ffffff;
  }

  .title-logout-c{
    color: rgb(206, 7, 7);
    margin-left: 20px;
  }

  .list-none-c{
    direction: rtl;
  }

  .new-summary-c{
    text-align: right;
    direction: rtl;
        font-family: 'IRANSansWeb', sans-serif!important;
  }

  .news-side-img-box-c{
    width: 100px;
    height: 75px;
  }

  .banner-1-c{
    margin-top: 150px;
  }

  .swiper-pagination-c{
    margin-top: -50px!important;
  }

  .new-content-c{
    direction: rtl;
  }

  .blog-part2-c{
    color: #000000;
  }

  .blog-part2-c *{
    font-family: 'IRANSansWeb', sans-serif!important;
  }

  .rts-next-match-section-c{
    background-color: #242424;
    direction: rtl;
  }  

  .rts-next-match-section-c .team{
    color: #ffffff;
        font-family: 'IRANSansWeb', sans-serif!important;
        margin-top: 5px;
  }  
  
  .rts-next-match-section-c .table-inner-c{
    background-color: #373737!important;
  }

    .rts-next-match-section-c .button-area{
      display: flex;
      justify-content: center;
      align-items: center;
      min-width: 250px;
  }

  .matchtype-text-c{
    color: #ffffff;
        font-family: 'IRANSansWeb', sans-serif!important;
  }


  /* .rts-about-section.rts-about-section-c.about{
    background-color: unset!important;
  } */

    @media only screen and (max-width: 1024px) {
    .banner-1-c{
      margin-top: 198px;
    }
  }
  

@media only screen and (max-width: 900px) {
    .hamburger-menu-c{
        display: flex!important;
    }
    .login-buttons-c{
        display: none!important;
    }
    .banner-1-c{
      margin-top: 129px;
    }
  }