/*
Theme Name: 
Theme URI: 
Design by: 
Developed by: 
Version: 
License: 
Tags: 
*/
/*================================================
[  Table of contents  ]
================================================
    02 Components      

    03 Layout


======================================
[ End table content ]
======================================*/
/*=====================
    Abstracts
=======================*/
:root {
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-black2: #151515;
  --color-blue: #6374E0;
  --color-grey: #bab8b8;
  --color-grey2: #545454;
  --color-bg: #F6F7FD;
  --color-green: #7AC08C;
  --color-amber: #B49600;
  --color-violet: #9747FF;
  --color-red: #C70016;
  --color-green: #31C256;
  --color-lightgreen: #5FB400;
  --color-navyblue: #0068DB;
  --color-purple: #AB00B4;
  --color-teal: #0D848F;
  --color-lightblue: #D6FBFF;
  --color-blue2: #F6F7FD;
}

@media (max-width: 1399.98px) {
  /*=============== Header Area ============*/
  .header-area.sticky .header-btn ul li:first-child {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  /*=============== Header Area ============*/
  .header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
    -webkit-transition: padding all 0.3s ease-in-out;
    transition: padding all 0.3s ease-in-out;
  }

  .header-area .header-middle .mainmenu ul li a {
    font-size: 16px;
    padding: 5px 10px;
  }

  .header-area .header-middle .header-search form {
    padding: 0 0 0 10px;
  }

  .header-area .header-btn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
  }

  .header-area .header-btn ul li .btn-style-1 {
    padding: 8px 10px;
  }

  .header-area .header-btn ul li .btn-style-1 .icon {
    margin-right: 4px;
  }

  .header-area .header-btn ul li .btn-style-1 .icon svg {
    --svg-font-size: 16px;
  }

  .header-area.sticky {
    background: var(--color-black);
  }

  .header-area.sticky .header-middle .mainmenu {
    opacity: 0;
    pointer-events: none;
  }

  .header-area.sticky .header-middle .header-search:not(.active) {
    max-width: 70%;
  }


  header .menu .navbar-collapse .navbar-nav a:hover::after, header .menu .navbar-collapse .navbar-nav a.active::after {
    top: 16px;
    
  }
  header .menu .navbar-collapse .navbar-nav a:hover::after, header .menu .navbar-collapse .navbar-nav a::after {
    top: 16px;
    left: 95%;
  }
}
@media (max-width: 991.98px) {
  /*=============== Header Area ============*/
  .header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
    -webkit-transition: padding all 0.3s ease-in-out;
    transition: padding all 0.3s ease-in-out;
  }

  .header-area .header-middle .mainmenu {
    display: none;
  }

  .header-area .header-middle .header-search form {
    padding: 0 0 0 10px;
  }

  .header-area .header-btn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
  }

  .header-area .header-btn ul li.menu-bar {
    display: block;
    opacity: 1;
  }

  .header-area.sticky {
    background: var(--color-black);
  }

  .header-area.sticky .header-middle .mainmenu {
    opacity: 0;
    pointer-events: none;
  }

  .header-area.sticky .header-middle .header-search:not(.active) {
    max-width: 70%;
  }



  ::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 767.98px) {
  /*=============== Header Area ============*/
  
  .header-area .header-search {
    top: 70px;
    width: 80%;
  }

  .header-area .header-search form .nice-select {
    display: none;
  }

  .header-area .header-search input {
    background: transparent;
  }

  .header-area .header-btn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
  }

  .header-area .header-btn ul li {
    display: none;
    opacity: 0;
  }

  .header-area .header-btn ul li.menu-bar, .header-area .header-btn ul li.whatsApp {
    display: block;
    opacity: 1;
  }

  .header-area.sticky .header-middle .header-search {
    display: none;
  }

 


}
@media (max-width: 575.98px) {
  .live-game .container {
    width: 100%;
  }
  .header-area .header-search {
    top: 70px;
    width: 80%;
  }

  .header-area .header-search form .nice-select {
    display: none;
  }

  .header-area .header-search input {
    background: transparent;
  }
  .live-game .game-card .content{
    padding: 10px;
  }
  .live-game .game-card .content .image img {
    height: 140px;
}
.live-game .game-card .content .title h2 {
  font-size: 20px;
  line-height: 24px;
  
}
  .game-schedule .content .tab-content .today-match.match, .game-schedule .content .tab-content .world-cup-match.match {
    padding: 10px;
  }
  .versus{
    width: 8%;
  }
  .team1, .team2{
    text-align: center;
  }

  .game-schedule .content .tab-content .match .match-box .match-box-content .match-items .team2, .game-schedule .content .tab-content .today-match .match-box .match-box-content .match-items .team2, .game-schedule .content .tab-content .world-cup-match .match-box .match-box-content .match-items .team2{
    width: 32%;
    text-align: center;
  }
  .game-schedule .content .tab-content .match .match-box .match-box-content .match-items .team2, .game-schedule .content .tab-content .today-match .match-box .match-box-content .match-items .team1, .game-schedule .content .tab-content .world-cup-match .match-box .match-box-content .match-items .team1{
    width: 32%;
    text-align: center;
  }
  .game-schedule .content .tab-content .world-cup-match .match-box .match-box-content .match-items .team1,.game-schedule .content .tab-content .world-cup-match .match-box .match-box-content .match-items .team2{
    width: 34%;
    text-align: center;
  }
  
  .game-schedule .content .tab-content .match .match-box .match-box-content .match-items .btn, .game-schedule .content .tab-content .today-match .match-box .match-box-content .match-items .btn{
    width: 25%;
  }
  

  
  .game-schedule .content .tab-content .match .match-box .match-box-content .match-items .btn, .game-schedule .content .tab-content .today-match .match-box .match-box-content .match-items .btn a{
    padding: 5px;
  }
  .game-schedule .content .tab-content .world-cup-match .match-box .match-box-content .match-items {
    justify-content: center;
  }
  .game-schedule .content .tab-content .world-cup-match .match-box .match-box-content .match-items .date {
    width: 50%;
  }
  .game-schedule .content .tab-content .world-cup-match .match-box .match-box-content .match-items .btn-desktop {
    display: none;
  }
  .game-schedule .content .tab-content .world-cup-match .match-box .match-box-content .match-items .btn-mobile {
    width: 50%;
    display: block;
  }
  .game-schedule .content .tab-content .today-match .match-box .match-box-content .match-items .team1.teamimage{
    width: 14%;
    text-align: left;
  }
  .game-schedule .content .tab-content .match .match-box .match-box-content .match-items .team2.matchlink{
    width: 37%;
    margin-left: 5px;
  }
  .game-schedule .content .tab-content .today-match .match-box .match-box-content .match-items .btn.watchlink{
    width: 47%;
  }
  .navbar-toggler{
    display: block;
    margin: 0 auto;
  }
  .navbar-toggler-icon svg{
    --svg-font-size: 20px;
  }
  .navbar-toggler:focus {
    
    box-shadow: none;
}
.game-schedule .content .tab-content .match .match-box .match-box-content .match-items .team2 p, .game-schedule .content .tab-content .today-match .match-box .match-box-content .match-items .team2 p, .game-schedule .content .tab-content .world-cup-match .match-box .match-box-content .match-items .team2 p{
  font-size: 13px;
}
.game-schedule .content .tab-content .match .match-box .match-box-content .match-items .team1 p, .game-schedule .content .tab-content .today-match .match-box .match-box-content .match-items .team1 p, .game-schedule .content .tab-content .world-cup-match .match-box .match-box-content .match-items .team1 p{
  font-size: 13px;
}
.game-schedule .content .tab-content .today-match .match-box .match-box-content .match-items .watchlink a{
  font-size: 13px;
}
.game-schedule .content .tab-content .today-match.match{
    padding: 5px;
}
.game-schedule .title h2{
  font-size: 24px;
}

}
/*# sourceMappingURL=responsive.css.map */

/*# sourceMappingURL=responsive.css.map */
