* {
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}

a, a:hover, a:focus {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

:root {
    --mainColor: #000;
    --lightColor: #000;
}

body {
    padding: 0%;
}

.Wraper {
    max-width: 2500px;
    margin: auto;
}

.bg-main {
    background-color: var(--mainColor) !important;
}

.text-main {
    color: var(--mainColor) !important;
}

.text-u-h:hover {
    text-decoration: underline !important;
}

header {
    border-radius: 0px 0px 30px 30px;
}

.font-10 {
    font-size: 10px;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-18 {
    font-size: 18px;
}

.font-21 {
    font-size: 21px;
}

.font-24 {
    font-size: 24px;
}

.font-50 {
    font-size: 50px;
}

.bg-black {
    background-color: #000000;
}

nav>ul>li:hover .li-child {
    display: block !important;
}

.w-200 {
    width: 200%;
}

.w-10 {
    width: 10%;
}

.w-35 {
    width: 35%;
}

.w-80 {
    width: 80%;
}

p {
    margin: 0%;
}

.st-box-c:hover {
    background-color: #F6F4F5;
    cursor: pointer;
}

.bg-light-gray {
    background-color: #000;
}

.rounded-larg {
    border-radius: 20px;
}

.pointer {
    cursor: pointer;
}

#search {
    border: 2px solid lightgray !important;
}

#search:focus-visible {
    border: 2px solid lightgray !important;
    outline: none;
}

.img-child-box {
    width: 30%;
    display: inline-block;
    border-radius: 10px;
    border: .5px solid lightgray;
    margin-bottom: 10px;
    cursor: pointer;
}

.news-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px;
    font-weight: bold;
}

.mx-10 {
    margin-left: 10% !important;
    margin-right: 10% !important;
}

.a-main-text {
    color: var(--mainColor);
}

.a-main-text:hover {
    color: rgb(47, 47, 218);
}

footer {
    border-radius: 30px 30px 0px 0px;
}

@media screen and (max-width:992px) {
    .nav-res {
        position: fixed;
        top: 0%;
        left: 101%;
        width: 100vw;
        height: 100vh;
        background-color: white;
        overflow-y: auto;
        z-index: 99999;
        transition: all 1s;
    }
    .leftSlide {
        left: 0% !important;
    }
    .nav-res>nav>ul {
        flex-direction: column;
        white-space: nowrap;
        align-content: space-between;
        width: 100%;
        padding-top: 70px;
    }
    .nav-res>nav>ul>li {
        margin-top: 20px;
        width: 100%;
        text-align: center;
        color: var(--mainColor) !important;
    }
    .nav-res>nav>ul>li>a {
        color: var(--mainColor) !important;
    }
    .nav-res>nav>ul>li>i {
        color: var(--mainColor) !important;
    }
    .w-200 {
        width: 100%;
    }
    .nav-res>nav>ul>li>ul {
        position: static !important;
        background-color: var(--mainColor);
    }
    .nav-res>nav>ul>li>ul>li {
        margin-top: 10px;
    }
    .w-md-20 {
        width: 20% !important;
    }
}

@media screen and (max-width:764px) {
    .img-child-box {
        width: 48%;
    }
    .w-sm-50 {
        width: 50% !important;
    }
}

@media screen and (max-width:450px) {
    .img-child-box {
        width: 98%;
    }
    .font-sm-35 {
        font-size: 35px;
    }
}

@media screen and (max-width:370px) {
    .font-m-18 {
        font-size: 18px !important;
    }
    .w-m-30 {
        width: 30% !important;
    }
    .w-m-50 {
        width: 50% !important;
    }
    .w-35 {
        width: 50% !important;
    }
    .font-m-11 {
        font-size: 11px !important;
    }
}

@media screen and (max-width:2600px) and (min-width:1500px) {
    .container {
        max-width: 88% !important;
    }
}

/* checkbutton start */

.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 25px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* modification */

.hover-box{
    transition: all .5s;
}

.hover-box:hover {
    margin-top: 5px !important;
    box-shadow: 0 3px 15px 2px rgb(0 0 0 / 55%);
}

    .dropdown:hover>.dropdown-menu {
  display: block;
}
#dropdownMenuButton{
  background:none;
  border:none;
}
@media only screen and (max-width: 600px) {
  .nav-res{
      position:absolute;
      top:0px;
      left:-1000px;
  }
  #dropdownMenuButton{
      color: var(--mainColor) !important;
  }
  #showDiv .text-white-remove{
      color:var(--mainColor) !important;
  }
  
  
  
}
  .left-0{
      left: 0px !important;
  }
  
  .dropdown{
      width:90%;
  }
  
  .dropdown-content a{
      padding:2px 8px;
  }
  .dropdown-content{
      min-width:200px !important;
      width:100%;
  }
  
  .team-heading{
        text-transform: capitalize;
    }
    
    .teams-logo{
        margin:0 5px;
    }
   .team-logo-img{
       max-width:50px;
   }
   
   .team-logo-img:hover{
       transform: scale(1.5);
       border: solid 2px #EC4750;
        border-radius: 50%;
        padding:5px;
        background:#EC4750;
   }
   
   .show-mobile{
       display:none;
   }
 

    @media screen and (max-width:767px) {
        .dropdown .text-white-remove{
          color:var(--mainColor) !important
      }
         .show-mobile{
           display:block;
       }
       #showBtn, .d-lg-none{
           cursor:pointer;
       }
       .show-desktop{
           display:none;
       }
       
       .pl-4, .px-4{
           padding-left:5px !important;
           padding-right:5px !important;
       }
       .btn-f{
           font-size:14px !important;
       }
    }

.cj_sticky_brand_widget {
background-color: #ff9600;
bottom: 0;
color: black;
display: block;
font-size: 25px;
left: 0;
padding: 12px 0;
position: fixed;
text-align: center;
width: 100%;
z-index: 100;
}

  .watch-cls{
        background-color: #000 !important;
        color: #fff !important;
        float:right;
       }
      .rounded{
        margin-bottom:10px;
        }
    
      .score {
         margin-left: 8px;
         font-weight: bold;
         color: #EC4750; /* same red as your highlight button */
        }
       
       .news-bg-main{
           background:#000;
           padding-top: 2rem !important;
       }
       .news-heading{
           color:#fff;
           border-bottom:solid 2px #fff;
           max-width:300px;
           font-size: 1.5rem;
           margin-bottom:20px;
       }
       .news-container{
           text-align:center;
       }
       .news-container img{
           max-width:100%;
           margin:auto;
       }
       .news-images{
           max-width:100%;
       }
       .image-container{
           max-height:220px;
           min-height:220px;
       }
.dropbtn {
  background-color: #04AA6D;
  color: black;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ec4750;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}


.dropdown-content a:hover {background-color: #DD0000;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #000000;}