.FixandSTANDCon{
    width: 100%;
    margin: auto;
}

.innerCon{
    width: inherit;
    height: max-content;
    background-color: rgb(255, 255, 255);
    display: grid;
}



/* CSS for Top Banner */


.Topbanner{
    width: inherit;
    height: max-content;
    background-color:#900c31 ;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: 
        radial-gradient(
            farthest-corner at 29px -5px,
            #900c31 5%,
            #370211 67%
          );
}

.qatarlogo{
    width: inherit;
    display: flex;
    justify-content: center;
}

.Topbanner img{
    max-width: 60%;
}

/* CSS for Navigations */
.NavCon{
   width:100%;
   display: inline-block;
   place-items: center;
   height: max-content;
   text-align: center;
   margin-top: 8px;
   position: relative;
}

.nav{
   padding: 0px 10px;
   height: inherit;
   font-size: 24px;
   font-weight: 400;
   display: inline;
   cursor: pointer;
}

.nav:hover{
   color: white;
}

/* CSS for Carousel & MatchBoard */

.headCon{
    width: inherit;
    height: max-content;
    background: url(https://cdn.ghanaweb.com/tournaments/images/hbg2.png);
    background-size: cover;
    background-position: 30% 50%;
    background-repeat: no-repeat;
    padding-top: 20px;
}

.headBann{
   width: inherit;
   overflow: hidden;
}

.MatchBoard {
    height: inherit;
    margin: auto;
}

.MbInn{
    width: 100%;
    height: inherit;
}


.BoardNav{
    display: block;
    width:inherit;
    height: 42px;
}

.BoardNavInn{
    width: 85%;
    display: flex;
    height: inherit;
    margin: auto;
}

.Mnav, .Mnav2{
    background-color: #ffffff;
    width: 50%;
    display: grid;
    place-items: center;
    cursor: pointer;
    font-size: 100%;
}

.Mnav {
    border-radius: 12px 0px 0px 0px;
    background-color: #850606;
    color: #FFF;
}

.Mnav2{ 
    border-radius: 0px 12px 0px 0px;
}

.Mnav:hover,.Mnav2:hover {
    background-color: #850606;
    color: white;
}

.Mnav2:hover a {
    color: white;
}

.teamsheet{
    float: right;
    display: flex;
    width: 100%;
    height: max-content;
}

.liveScoreBoard{
    width: inherit;
    height: 380px;
    background: url(https://cdn.ghanaweb.com/tournaments/images/livescorebg.png);
    background-size: cover;
    background-color: black;
    display: flex;
    align-items: center;
    position: relative;
}

.liveBoardInn{
    width: inherit;
    padding-top: 70px;
    height: inherit;
    margin: auto;
}

.TeamsPhotoCon{
        width: 100%;
        height: 55%;
        margin: auto;
        display: flex;
        gap: 5px;
}

.teamPhoto{
 width: 100%;
}


.teamPhoto img{ 
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 20% 40%; 
}

.NameScores{
    width: 100%;
    height: 13%;
    background-color: rgb(255, 255, 255);
    margin: auto;
    display: flex;
   align-items: center;
   border-radius: 2px;
}

.team{
    font-size: 18px;
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.score{
    width: 22%;
    height: 100%;
    font-weight: 700;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    color: #ffffff;
    background-color: #850606;
}


.CommentaryBtn{
    width: 35%;
    background-color: #850606;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: #ffffff;
    border-radius: 7px;
    margin-top: 5px;
    cursor: pointer;
}

.CommentaryBtn:hover{
    background-color: #430303;
    width: 35%;
}

.GrpVenBoard{
    width: 40%;
    height: 8%;
    background-color: #210101;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #ffffff;
}

.G{
    width: 100%;
    margin: 5px auto;
    display: flex;
    align-items: center;
}

.GM1{
    padding-left: 5%;
    font-size: 23px;
    height: 40px;
    margin: 20px auto;
    border-bottom: 3px solid black;
}

.fixturesCon{
    width: inherit;
    height: inherit;
    display: grid;
    background-color: #ececec;
    margin: auto;
}

.fixInn{
    width: inherit;
    /* background-color: yellow; */
    margin: auto;
}

.matchDayCon{
    height: 33%;
    display: grid;
    padding-top: 10px;
    place-items: center;
    padding: 20px;
}

.Fixdays{
    width: 100%;
    font-size: 18px;
    margin-bottom: 14px;
    text-align: center;
}

.FixDate{
    font-weight: 700;
}

.DateVenue{
    font-size: 14px;
}

.FixMatch{
    width: 100%;
    margin-bottom: 10px;
    /* height: 33.3%; */
    /* background-color: grey; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 100%;
}

.FixMatchb{
    background-color: gainsboro;
}

.Time{
    width: 20%;
    text-align: center;
}

.team1, .team2{
    width: 40%;
    display: flex;
    justify-content: left;
    gap: 4px;
}

.team2{
    justify-content: right;
    text-align: right;
}

.team1b{
    background-color: aliceblue;
}

.matchDayCon img{
    height: 20px;
    width: auto;
}

.tournament_logo {
    height: 50px;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 200px;
}
.tournament_logo img {
    width: 100%;
}
.CommentaryBtn a{
    color: #FFF;
}

.view_commentary a {
    color: #c00;
    font-size: 13px;
}