/* CSS for Top Banner */

.Topbanner{
    width: inherit;
    height: 135px;
    background-color:#900c31 ;
    display: grid;
    place-items: center;
    background-image: 
        radial-gradient(
            farthest-corner at 29px -5px,
            #900c31 5%,
            #370211 67%
          );
}

/* CSS for Navigations */
.NavCon {
    display: inline-block;
    margin-top: 15px;
    margin-left: 47px;
}

.nav {
    padding: 0px 10px;
    height: inherit;
    font-size: 20px;
    display: inline;
    cursor: pointer;
}

.nav:hover{
    color: white;
}

/* CSS for Carousel & MatchBoard */

.headCon{
    height: 720px;
    background: url(https://cdn.ghanaweb.com/tournaments/images/hbg2.jpg);
    background-size: cover;
    background-position: 30% 50%;
    background-repeat: no-repeat;
    margin: -15px -15px 0;
}

.headBann{
    width: inherit;
    height: 650px;
    margin-top: 10px;
    overflow: hidden;
   
}

.MatchBoard {
    width: 95%;
    height: inherit;
    /* background-color: rgb(0, 229, 255);  */
    margin: auto;
}

.MbInn{
    width: 100%;
    height: inherit;
}

.BoardNav{
    display: block;
    width:inherit;
    height: 40px;
}

.BoardNavInn{
    margin-right: 20px;
    width: 400px;
    display: flex;
    height: inherit;
    float: right;
}

.Mnav, .Mnav2{
    background-color: #ffffff;
    width: 50%;
    display: grid;
    place-items: center;
    font-size: 18px;
}

.Mnav{ 
    border-radius: 12px 0px 0px 0px;
}

.Mnav2{ 
    border-radius: 0px 12px 0px 0px;
}

.Mnav:hover,.Mnav2:hover {
    background-color: #850606;
    font-size: 20px;
    color: white;
}

.Mnav2 a:hover, .Mnav2:hover a{
    color: #FFF;
}

.Mnav{
    background-color: #850606;
    color: #FFF;
}

.teamsheet{
    display: flex;
    width: 100%;
    height: 600px;
    background-color: rgb(244, 244, 244);
}


.teamStats{
    width: 35%;
    height: 580px;
    /* background-color: rgb(223, 0, 164); */
}

.CountryPhoto{
    width: 100%;
    height: 250px;
    /* background-color: green; */
    display: grid;
    place-items: center;
}

.pCon{
    width: 200px;
    height: 200px;
}

.pCon img{
    width: inherit;
    height: inherit;
    border-radius: 50%;
    object-fit: cover;
}

.playStats{
    text-align: center;
}

.MatchesPlayed{
    font-size: 20px;
    margin: 10px 0px;
}

.MatchesPlayed h1{
    font-size: 50px;
    font-weight: 700;
}

.teamfixtureResults{
     width: 65%;
    height: inherit;
    /* background-color: rgb(220, 0, 220);  */
}

.teamfixtureResults h2{
   font-size: 30px;
   margin-left: 15px;
}

.fixturesCon{
    height: 280px;
    background-color: rgb(255, 252, 252);
    margin: 0 2.5%;
    overflow: auto;
}

.fixInn{
    height: inherit;
    margin: auto;
}



.matchDayCon{
    height: 80px;
    display: grid;
    padding-top: 10px;
    place-items: center;
}

.Fixdays{
    width: 100%;
    /* background-color: grey; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    font-size: 18px;
    margin-bottom: 4px;
}

.FixDate{
    font-weight: 700;
}

.DateVenue{
    font-size: 14px;
}

.FixMatch{
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.FixMatchb{
    background-color: gainsboro;
}

.Time{
    width: 20%;
    text-align: center;
}

.team1{
    width: 35%;
    padding-left: 20px;
    display: flex;
    justify-content: left;
    gap: 8px;
    /* background-color: red; */
}

.team2 {
    width: 35%;
    padding-right: 20px;
    display: flex;
    justify-content: right;
    gap: 8px;
}



.groupTableCon{
    width: 95%;
    height: 220px;
    background-color: #FFF;
    margin: auto;
}

.StandingsCon{
    min-height:180px;
    background-color: white;
    margin-top: 10px;
    border-radius: 2px;
}

.GroupA{
    width: 95%;
    height: inherit;
    /* background-color: orange; */
    margin: auto; 
}

.grpNameCon{
    font-size: 16px;
    font-weight: 700;
    display:grid;
    place-items: center;
    justify-content: left;
    height: 30px;
}

.col1, .col3{
    display: flex;
    height: 30px;
    margin-bottom: 6px;
    background-color: rgb(244, 244, 244);
}

.col2, .col4, .col{
    display: flex;
    height: 30px;
    margin-bottom: 6px;
    /* border-bottom: 0.5px solid grey; */
    /* background-color: rgb(244, 244, 244); */
}

.CountryName{
    width: 40%;
    /* background-color: green; */
    display: flex;
    align-items: center;   
}

.CountryName div, span{
    cursor: pointer;
}

.CountryName div:hover{
   border-bottom: 0.5px solid black;
}

.CountryName div{
  font-size: 16px;
  font-weight: 700;
  margin-left: 10px;
}

.box-pts{
    font-weight: 700;
}

.points{
    display: flex;
    font-size: 14px;
}

.points div{
    width: 50px;
    height: 30px;
    display: grid;
    place-items: center;
}



/* CSS for groups */


.groupsContainer{
    background-color: rgb(240, 240, 240);
    padding: 30px;
    margin: 0 -15px -15px;
}

.grptext{
    font-size: 25px;
    margin-bottom: 20px ;
    display: flex;
    align-items: center;
    padding-left: 24px;
}

.grps{
    width: 100%;
    /* background-color: rgb(133, 12, 12); */
    display: flex;
   justify-content: space-around;
   margin-bottom: 20px;
}

.grpTMS{
    width: 24%;
    height: 100%;
    background-color: white;
    border-radius: 5px;
}

.groupNAME{
    height: 50px;
    font-size: 30px;
    font-weight: 700;
    background-color: rgb(133, 12, 12);
    border-radius: 5px 5px 0px 0px;
    display: flex;
    align-items: center;
    padding-left: 24px;
    color: #ffffff;
}

.TM{
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px;
}

.TMflag{
    width: 50px;
    height: 40px;
    cursor: pointer;
}

.TMflag img{
    width: inherit;
    height: inherit;
    object-fit: cover;
}

.TMname{
    cursor: pointer;
}

.TMname:hover{
   border-bottom: 3px solid black;
}

.MainCon a:hover {
    text-decoration: none;
}

.TM a:hover {
    text-decoration: none;
    color: #000;
}

.fixturesCon img, .grpTable img{
    height: 25px;
}

.grpTable .col1:nth-child(2n-1){
    background-color: #FFF;
}

.nav.active {
    color: #FFF;
}