.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: 550px;
    background: url(https://cdn.ghanaweb.com/tournaments/images/hbg2.jpg);
    background-size: cover;
    background-position: 30% 50%;
    background-repeat: no-repeat;   
    margin: -15px -15px 15px;
}

.headBann{
    display: flex;
    width: inherit;
    height: 500px;
    margin-top: 10px;
    overflow: hidden;
}

.CarouselCon, .MatchBoard {
    width: 50%;
    height: inherit;
}

.CarouselCon{
    display: grid;
    place-items: center;
    overflow: hidden; 
    position: relative;
    margin-top: -25px;
}

.Imgban{
    /* background-color: blue; */
    width: 480px;
    height: 450px;
    animation: Fade 12500ms forwards;
    display: flex;
    align-items: center; 
}

.tournament_logo {
/*    height: 50px;*/
    /* position: absolute; */
    /* top: 6px; */
    /* left: 55px; */
    float: right;
    margin: 15px 15px 0 0;
    width: 200px;
}

@keyframes Fade {
    0%{opacity: .4}
    50%{opacity: 1}
    90%{opacity:1}
    100%{opacity:0}
  }

.ball{
    position:absolute;
    margin-top:375px;
    z-index: 100;
    animation: ballroll 2500ms ease-in-out forwards;  
}

@keyframes ballroll {
    0%{
        margin-left: 450px;
        transform: rotate(0deg);
        opacity: 0;
       
    }

 
    100%{
        margin-left: 70px;
        transform: rotate(360deg);
        opacity: 1;
    }     
} 

.ball2{
    position:absolute;
    margin-top:375px;
    z-index: 100;
    animation: ballroll2 2500ms ease-in-out forwards;  
}

.tournament_logo img {
    width: 100%;
}

@keyframes ballroll2 {
    0%{
        margin-left: 450px;
        transform: rotate(0deg);
        opacity: 0; 
    }


    100%{
        margin-left: 180px;
        margin-bottom: 40px;
        transform: rotate(360deg);
        opacity: 1;
    }    
}

.img1{
    width: 65px;
    animation: textzoom 2000ms ease-in-out forwards;
}

.img3{
    width: 95px;
    z-index: 10;
    animation: textzoom 3000ms ease-in-out forwards;
}

.img4{
    width:69px;
    z-index: 5;
    animation: textzoom 4000ms ease-in-out forwards;
}

.img5{
    width: 20px;
    z-index: 3;
    animation: textzoom 5000ms ease-in-out forwards;
}

.img6{
    width: 55px;
    animation: textzoom 2000ms ease-in-out forwards;
}

.img7{
    width: 59px;
    z-index: 2;
    animation: textzoom 3000ms ease-in-out forwards;
}

.img8{
    width: 16px;
    z-index: 5;
    animation: textzoom 4000ms ease-in-out forwards;
}

.img9{
    width: 99px;
    z-index: 3;
    animation: textzoom 5000ms ease-in-out forwards;
}

.img10{
    width: 65px;
    z-index: 7;
    animation: textzoom 5000ms ease-in-out forwards;
}

@keyframes textzoom {
    0%{
        transform:scale(0.9);
        opacity: 0;
       
    }

    100%{
        transform:scale(1.05);
        opacity: 1;
    } 
} 

.MatchBoard{
    /* background-color: rgb(0, 229, 255);  */
}

.MbInn{
    width: 500px;
    height: inherit;
    margin: auto;
    animation: Mover 900ms ease-in-out forwards;
}

@keyframes Mover {
    0%{
        transform:scale(0);
       transform-origin: right;
        opacity: 0;
       
    }

    100%{
      
        transform:scale(0.9);
        opacity: 1;
    } 
} 

.BoardNav{
    display: block;
    width: inherit;
    height: 40px;
}

.BoardNavInn{
    width: 400px;
    display: flex;
    height: inherit;
    float: right;
}

.Mnav, .Mnav2{
    background-color: #ffffff;
    width: 50%;
    display: grid;
    place-items: center;
    cursor: pointer;
    font-size: 18px;
}

.Mnav{ 
    border-radius: 12px 0px 0px 0px;
}

.Mnav2{ 
    border-radius: 0px 12px 0px 0px;
}

.Mnav:hover,.Mnav2:hover {
    background-color: #ecac58;
    font-size: 20px;
}

.BoardCont{
    width: inherit;
    height: max-content;
    background-color: #381206;
    display: grid;
    place-items: center;
}

.groupNav{
    width: inherit;
    height: 50px;
    display: flex;
    color: #d89a49;
    align-items: center;
    justify-content: center;
}

.prevArrow, .GrpName,.NextArrow{
    width: 34%;
    font-size: 18px;
}

.prevArrow{
    text-align: right;
}

.GrpName{
    text-align: center;
}

.MatchCon{
    width: 450px;
    height: 145px;
    /* background-color: red; */
    margin: auto;
    display: flex;
    color: white;
}

.matches{
    width: 50%;
    height: inherit;
 /* background-color: green;  */
    font-size: 18px;
    padding: 5px;
    display: grid;
    place-items: center;
}

.dateTime{
    width: 90%;
    font-size: 12px;
    color: #d89a49;
    margin-bottom: 10px;
}

.teams{
    width: 90%;
    height: 60px;
    margin-bottom: 10px;
}

.Team1, .Team2{
    height: 50%;
    display: flex;
    justify-content: space-between;
}

.Commentary{
    width: 90%;
    height: 45px;
    background-color: #990d34;
    display: grid;
    place-items: center;
    border-radius: 5px;
    cursor: pointer;
}

.Commentary:hover{
    font-size: 20px;
    background-color: #630822;
}

.line{
    width: 0.5%;
    height: inherit;
    background-color: white;
}

.StandingsCon{
    width: 90%;
    min-height:180px;
    background-color: white;
    margin: 25px;
    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: 34px;
    height: 30px;
    display: grid;
    place-items: center;
}


/* CSS for Content Section */

.blackstarCol{
    /* background-color: #ecac58; */
    width: inherit;
    height: 520px;
    margin-bottom: 25px;
    margin-top: 5px;
}

.headtitle{
    padding: 0px 15px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #381206;
    margin-bottom: 14px;
    color: #ecac58;
}

.headtitle .more{
    font-size: 15px;
    /* float: right; */
    cursor: pointer;
}

.headArticle{
    width: 597px;
    height: 472px;
    float: left;
}

.SmallArticle {
    width: 318px !important;
    height:400px;
    float: left;
}

.photo {
    background-color: black;
    width: inherit;
    height: 70%;
    overflow: hidden;
    position: relative;
}

.photo img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
}

.text{
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    padding: 10px;
    height: 126px;
    overflow: hidden;
}

.text2{
    height: 24%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    background-color: rgb(210, 210, 210);
    padding: 3%;
    overflow: hidden;
    line-height: 1.4;
}

.SmallArticle2 {
    float: left;
}

.article{
    width: 288.6px;
    height: 226px;
    margin-left: 20px;
    margin-bottom: 20px;
    float: left;
}

.news_list{
    margin-bottom: 0;
}
#footer{
    margin-top: 0 !important;
}

.article2{
    width: 288.7px;
    height: 265px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}

.article2:nth-child(4n){
    margin-right: 0;
}

.photo2 {
    width: 100%;
    height: 70%;
    background-size: cover;
    position: relative;
}

.photo2 img{
    width: inherit;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.liveScoreBoard{
    width: 100%;
    margin: auto;
    height: inherit;
    display: flex;
    align-items: center;
}

.liveBoardInn{
    width: 90%;
    padding-top: 20px;
    height: inherit;
    margin: auto;
}

.TeamsPhotoCon{
    width: 100%;
    height: 55%;
    margin: auto;
    display: flex;
    gap: 2px;
    
}

.teamPhoto{
    width: 50%;
    height: 100%;
}


.teamPhoto img{ 
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.NameScores{
    width: 100%;
    height: 13%;
    background-color: rgb(255, 255, 255);
    margin: auto;
    display: flex;
   align-items: center;
   border-radius: 2px;
}

.team{
    font-size: 30px;
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.score {
    width: 20%;
    height: 100%;
    font-weight: 700;
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: #ffffff;
    background-color: #850606;
}

.CommentaryBtn{
    width: 45%;
    height: 10%;
    background-color: #850606;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #ffffff;
    border-radius: 7px;
    margin-top: 5px;
    cursor: pointer;
}

.CommentaryBtn:hover{
    background-color: #430303;
    width: 40%;
    height: 9.5%;
    font-size: 23px;
}

.GrpVenBoard{
    width: 20%;
    height: 8%;
    background-color: #210101;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #ffffff;
}

.MainCon a:hover{
    text-decoration: none;
}

.pagination {
    float: left;
    margin: 10px 0 20px;
}

.pagination .disabled, .pagination .current, .pagination a {
    padding: 5px 10px;
    background: #dddddd;
    margin: 0 2px 4px;
    border-radius: 2px;
}

.pagination .current {
    background: #381206;
    color: #FFF;
}

a:hover{
    color: #381206;
}

.right_ad{
    margin-bottom: 20px;
}

.SmallArticle2.cont3 {
    float: left;
    margin-left: -20px;
    margin-top: -125px;
}

.play {
    width: 32px;
    height: 25px;
    left: 5px;
    top: 5px;
    background-image: url(https://cdn.ghanaweb.com/design/play-icon2.png);
    background-repeat: no-repeat;
    background-size: 32px;
    z-index: 3;
    position: absolute;
}

.nav.active {
    color: #FFF;
}

.CommentaryBtn a{
    color: #FFF;
}