/*--------------------- Responsive (Start) ---------------------*/

@media (max-width: 1441px) {
  .App_banner .Apps_image_banner {
    width: 400px !important;
  }

  .player_count {
    font-size: 30px;
  }
  .compete {
    font-size: 24px;
  }
  .table-Roadmap {
    margin: 30px 0;
  }
  .national_champion_players {
    height: auto;
    width: auto;
    padding: 40px;
  }
  .portfolio .main_heading_table {
    font-size: 44px;
  }
  ul.roadmap-bullets li {
    font-size: 23px;
  }
  .toggle-btn {
    font-size: 18px;
    text-align: center;
  }
  .player-box {
    height: 35px;
    padding: 0 10px;
    font-size: 14px;
  }
  .box-container .tournament-img{
    width: 500px;   /* your div size */
    height: 443px;
    /* overflow: hidden; */
  
  }
}

@media (max-width: 991px) {
  .App_banner .Apps_image_banner {
    width: 300px !important;
  }
  html {
    font-size: 55%;
  }

  .header .navbar {
    display: none;
  }

  .header #menu-btn {
    display: initial;
  }


  .mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    left: -110%;
    height: 100%;
    width: 30rem;
    z-index: 10000;
    overflow-y: auto;
    max-height: 100%;
    background: var(--white);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 0.3rem solid var(--main-color);
    border-right: none;
    border-left: none;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
  }

  .mobile-menu.active {
    left: 0;
  }

  .mobile-menu #close-side-bar {
    position: absolute;
    top: 1rem;
    right: 2rem;
    font-size: 2.5rem;
    cursor: pointer;
    color: var(--secondary-color);
  }

  .mobile-menu #close-side-bar:hover {
    color: var(--main-color);
  }

  .mobile-menu .mobile-navbar {
    padding-top: 6rem;
  }

  .mobile-navbar .main-nav-link {
    background-color: var(--white);
    color: var(--secondary-color);
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    padding: 1.2rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-navbar .main-nav-link a {
    color: var(--secondary-color);
  }

  .mobile-navbar .main-nav-link:hover a {
    color: var(--white);
  }

  .mobile-navbar .main-nav-link:hover,
  .mobile-navbar .main-nav-link.active {
    background-color: var(--main-color);
    color: var(--white);
    border-color: var(--main-color);
  }

  .mobile-navbar .sub-nav-link {
    padding-left: 2rem;
    padding-bottom: 1rem;
    border-bottom: 0.2rem solid rgba(0, 0, 0, 0.2);
    display: none;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
  }

  .mobile-navbar .sub-nav-link a {
    color: var(--black);
    display: block;
    padding: 1rem 0rem;
    font-size: 1.8rem;
    font-weight: 400;
  }

  .mobile-navbar .sub-nav-link a:hover {
    color: var(--black);
  }
  .Our_Upcoming_event_design {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .box-container .tournament-img{
    width: 450px;   /* your div size */
    height: 343px;
    overflow: hidden;
    margin-left: 0px;
  
  }

  .mobile-menu::-webkit-scrollbar {
    width: 0.8rem;
  }

  .mobile-menu::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background-color: var(--black);
  }

  .mobile-menu::-webkit-scrollbar-track {
    background: var(--white);
  }

  .about-us .history .box-container img {
    height: 35rem;
  }

  .blog.grid,
  .blog.list {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .footer .box-container {
    -ms-grid-columns: (minmax(33rem, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(33rem, 1fr));
  }
}

@media (max-width: 768px) {
  .App_banner .Apps_image_banner {
    display: none !important;
  }
  section {
    padding: 2rem;
  }

  .header .header-1 .live {
    padding: 1rem;
  }

  .header .header-2 {
    padding: 0rem 2rem;
  }
  .header .icon-container .text a{
    font-size: 1.2rem;
    margin-right: 10px;
  }

  .header .header-contacts {
    clip-path: none;
  }

  .footer {
    padding: 0rem 2rem;
  }

  .home-item .content {
    padding: 2rem 10%;
    padding-top: 8rem;
  }

  .about-us .history .box-container .content {
    flex-wrap: wrap;
  }

  .fixture-item,
  .up-event-item {
    flex-wrap: wrap;
  }

  .fixture-item .fixture-content,
  .up-event-item .fixture-content {
    border-left: none;
  }

  .home-single-result .team-content .image-logo.left {
    flex-direction: column-reverse;
  }

  .home-single-result .team-content .image-logo.right {
    flex-direction: column;
  }
  .Our_Upcoming_event_design ul.rules {
    font-size: 1.8rem;
    color: var(--grey);
    text-align: left;
    margin:20px 45px 0 45px;
  }
  .Our_Upcoming_event_design .sub_heading-2{
    font-size: 3.2rem;
  }
  .tournaments-instruct .sub_heading{
    font-size: 2.8rem;
  }
  .tournaments-instruct .item_rules p {
    font-size: 1.8rem;
    color: var(--grey);
    text-align: left;
    margin: 25px 45px 0 45px ;
    
    /* padding-top: 20px; */
  }
  .tournaments-instruct .btn-container p{
    margin:2px 45px 
  }

  .shop {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .portfolio .main_heading_table {
    font-size: 30px;
  }

  ul.roadmap-bullets li {
    font-size: 30px;
    margin: 20px 20px;
  }
  .national_players {
    padding: 10px;
  }
  .player_count {
    font-size: 18px;
  }
  .championship_player {
    height: 149px;
    padding: 10px;
  }
  .compete {
    font-size: 14px;
  }
  .roadmap_table_data {
    margin: 10px;
  }
  ul.roadmap-bullets li {
    font-size: 24px;
    margin: 20px 20px;
  }
  .champion-box img {
    max-width: 82px;
  }
  .roadmap_table_data .heading_table {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .attachments img.seond-devider {
    width: 40px;
  }
}

@media (max-width: 450px) {
  html {
    font-size: 50%;
  }

  section {
    padding: 1rem;
  }

  .header .header-2 {
    padding: 0rem 1rem;
  }

  .footer {
    padding: 0rem 1rem;
  }

  .home-item .content {
    padding: 2rem 14%;
    padding-top: 8rem;
  }

  .contact-form .input-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-form .input-box .box {
    width: 100%;
  }

  .form .input-box .box {
    width: 100%;
  }

  .cart .cart-summary {
    width: 100%;
  }

  .leave-reply form .input-box .box {
    width: 100%;
  }
  .portfolio .main_heading_table {
    font-size: 18px;
  }
  ul.roadmap-bullets li {
    font-size: 14px;
    margin: 10px 5px;
  }
  .national_players {
    height: 120px;
  }
  .first_divider {
    height: 438px;
    margin-top: 77px;
  }
  .attachments img.seond-devider {
    width: 15px;
  }
  .championship_player {
    height: 98px;
    padding: 1px;
  }
  .player_count {
    font-size: 14px;
  }
  .compete {
    font-size: 11px;
  }
  .roadmap_table_data .heading_table {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .roadmap_table_data {
    margin: 25px 5px;
  }
  .toggle-btn {
    font-size: 10px;
    text-align: center;
  }

  .portfolio .controls .button {
    padding: 10px;
    font-size: 12px;
    text-align: center;
  }
  .table-city {
    margin-top: 20px;
  }
  .national_champion_players {
    padding: 23px;
  }
  .champion_trophy img {
    width: 80px;}
  .home-item .content h3{
    padding-top: 40px;
    font-size: 2.5rem;
  }
  .header .logo {
    padding-top: 0;

  }
  .page-title .title h2{
    font-size: 2.5rem;  
  }

/*--------------------Download Page Responsive (start)--------------------*/
@media (max-width: 768px) {
  .box .qr_code{
    flex-direction: column;
    align-items: center;
  }
  .box .qr_code div{
    margin-bottom: 1rem;

  }
}
@media (max-width: 1000px) {
   .qr-wrapper {
    width: 350px;
    height: 250px;
  }

}
@media (max-width: 500px) {
  .qr-wrapper {
   width: 300px;
   height: 200px;
 }
}
/* .box .qr_code{
  display: flex;
  justify-content: space-evenly;
  margin-top: 2rem;
 }
 .box h2{
  font-size:2.5rem ;
 }
 .box p{
  font-size:1.5rem ;
}
  .qr_code-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
 .qr-wrapper {
  width: 500px;   /* your div size */
  /* height: 400px;
  overflow: hidden;
}

.qr-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* keeps full image visible */

/*--------------------- Responsive (End) ---------------------*/
