

body{
    background-color: ;
    font-family: Verdana;

    }
a {
    text-decoration:none;
}
header{
    background-color: #4cb5ab;
    color: #1876f2;
    padding: 20px;
    overflow: hidden;
}
nav ul{
    list-style: none;
    margin: 0;
    padding:0;
    display: flex;
    justify-content: center;
}
nav li {
    margin: 0 10px ;
    color: white;
}
nav a {
    color: #000;
    text-decoration: 18px;
    text-transform: uppercase;
    padding: 10px;
    transition: background-color 0.3e ease;
}
nav a {
    background-color: #4cb5ab;
}
.live-score-nav ul {
    list-style: none;
    text-align: left;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    width: 80%;
}
.live-score-nav ul li {
    margin-left: 50px;
    border-bottom: 2px solid green;
   }
.left-sidebar{
    float: left;
    width: 40%;
    margin-left: 50px;
}
.right-sidebar{
    float: right;
    width: 40%;
    margin: 0 5%;
}
.team-info{
    width: 100%;
    margin: 1px;
    border-bottom: 1px solid #ddd;
}
.innings {
    width: 100%;
    background-color: #4cb5ab;
    color: #000;
    margin: 0px;
}
.live-score {
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.live-score ul{
    display: flex;
    width: 100%;
    margin: 0;
}
.live-score ul li{
    display: flex;
    list-style: none;
    flex-basis: 100%;
    margin: 2px;
}
.live-score b{
    list-style: none;
}
.live-score p{
    width: 90%;
    margin: 10px;
}
table{
    font-family: arial, sans-serif;
    border-collapse: collapse;
}
th, td {
    width: 100%;
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
th {
    background-color: #4cb5ab;
    color: #000;
}
tr:hover {
    background-color: #f5f5f5;

}
.overs{
    display: flex;
    border-bottom: 1px solid #ddd;
}
.overs li {
    list-style: none;
    width: 50px;
    text-align: center;
}
.overs p {
    width: 50px;
    text-align: center;
    background-color: #4cb5ab;
    color: #000;
    margin: 0;
    padding: 1px;
}

.Linnings{
    background-color: #99e4ed;
    color: #222;
    margin: 0;
}
h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.leftside {
  margin-right: auto;
}


.time-counter{
      background-color: #169084 ;
      text-align: center;
      color: #000;
      padding-top: 2px;
      margin-top: 10px;
}

.counter {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 22px;

}

.number {
  margin: 0 10px;
  border-radius: 25%;
  background-color: #19a093;
  color: #fff;
}
.menu {
  display: block;
}
.menu.open {
  display: none;
}
.extra{
    text-align: left;
    background-color: #99e4ed;
    font-size: 13px;
    overflow: hidden;
}
.extra:hover{
    background-color: #99e4ed;
}

.results-live-score{
    width: 100%;
    display: flex;
    overflow: auto;
    margin: 10px;
}
.live-score{
    width: 100%;
    margin: auto;
}
.live-score h4 {
    margin: 5px;
    color: green;
}
.team-info{
      width: 100%;
      height: 10%;
      border-bottom: 1px solid #ddd;
      margin: 5px 0 20px 0px;
      text-align: left;
      padding: 0 10px;
}
.team-info h4 {
        text-align: left;
        display: block;
        position: relative;    
}

.fa-caret-down{
    color: black;
    margin: 5px;
}
.fa-caret-down:hover{
    color: red;
    margin: 5px;
}
.PlayerOut{
        color: #222;
        font-size: 15px;
        margin-top: 5px;
}
.hidden{
        display: none;
}



/*right side bar slider container*/
.slider_container {
    position: relative;
    width: 88%;
    height: 40rem;
    margin: 1% 5%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}
.slider {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    animation: 10s cubic-bezier(1, 0.95, 0.565, 1) sliding infinite;
}

.slide {
    position: relative;
    min-width: 100%;
    height: 100%;
}
.slide img {
    width: 100%;
    height: 100%;
    background: #b4b4b451;
}
.slide .caption {
    position: absolute;
    left: 0;
    bottom: 85%;
    font-size: 5rem;
    font-weight: 600;
    /* color: #000fff; */
    text-transform: capitalize;
    background: rgba(0, 0, 0, 0.348);
    backdrop-filter: blur(10px);
    padding: 1rem 5rem;
    border-radius: 0 2rem 2rem 0;
}
.slide one {
    background: rgb(182, 19, 109);

}
.slide two {
    background: rgb(255, 64, 64);
}
.slide three {
    background: rgb(11, 173, 188);
}
.slide four {
    background: rgb(11, 188, 14);
}
.slide five {
    background: rgb(173, 11, 188);
}
@keyframes sliding {
    0% {
        transform: translate(0%);
    }
    20% {
        transform: translate(0%);
    }
    25% {
        transform: translate(-100%);
    }
    45% {
        transform: translate(-100%);
    }
    50% {
        transform: translate(-200%);
    }
    70% {
        transform: translate(-200%);
    }
    75% {
        transform: translate(-300%);
    }
    95% {
        transform: translate(-300%);
    }
    100% {
        transform: translate(-400%);
    }
}


/*this is ads area for latest news update here*/
.latest-news {
    background-color: #f9f9f9;
    padding: 50px 0;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
}
.news-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.news-item {
    flex-basis: 70%;
    margin: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.news-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.news-item h3 {
    font-size: 24px;
    margin: 10px;
}
.news-item p {
    font-size: 16px;
    margin: 10px;
}
.read-more {
    display: block;
    padding: 10px;
    background-color: #4cb5ab;
    color: #000;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.3s ease;
}
.read-more:hover{
    background-color: #169084;
}

    /* Style for the footer */
footer {
    background-color: #4cb5ab;
    color: #000;
    text-align: center;
    padding: 5px;
    margin: 0px;
}

/*--------------media--------------------*/
    @media (max-width:800px){
      nav ul{
        list-style: none;
        margin: 0;
        padding:0;
        display: flex;
        justify-content: left;
      }
      nav ul li a{
        font-size: 14px;
        text-transform: none;
        margin: 0;

      }
      .left-sidebar{
       width: 96%;
       margin: 0 1%;
      }
      .right-sidebar{
        width: 90%;
        margin: 0 4%;
      }
      .news-item {
        flex-basis: 90%;
        margin: 20px;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }
    .Linnings{
    background-color: #99e4ed;
    color: #222;
    margin: 0;
    }

        /* Style for the footer */

    footer {
      font-size: 14px;
      padding: 5px;
    }

}
