.MainCon{
    width: 100%;
    margin: auto;
}

/* 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;
    /* background-color: white; */
    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;
    max-height: fit-content;  
}

.headBann{
    width: inherit;
    overflow: hidden;
}

.CarouselBanner{
    width: inherit;
    max-height: 457px;
    /* background-color: yellow; */
}

.MatchBoard {
    width: 100%;
    height: inherit;
}

.MbInn {
    width: 100%;
    height: inherit;
}

.teamsheet {
    float: right;
    display: flex;
    width: 100%;
    height: max-content;
}

.Imgban{
    /* background-color: blue; */
    width: inherit;
    height: 340px;
    animation: Fade 12500ms forwards;
    display: flex;
    align-items: center; 
    justify-content: center;
}

@keyframes Fade {
    0%{opacity: .4}
    50%{opacity: 1}
    90%{opacity:1}
    100%{opacity:0}
  }

.ball{
    display: none;
    position:absolute;
    top: 668px;
    z-index: 100;
    animation: ballroll 2500ms ease-in-out forwards;  
}

@keyframes ballroll {
    0%{
        margin-left: 450px;
        transform: rotate(0deg);
        opacity: 0;
       
    }

 
    100%{
        margin-left: -290px;
        transform: rotate(360deg);
        opacity: 1;
    }     
} 

.ball2{
    display: none;
    position:absolute;
    top: 648px;
    z-index: 100;
    animation: ballroll2 2500ms ease-in-out forwards;  
}

@keyframes ballroll2 {
    0%{
        margin-left: 450px;
        transform: rotate(0deg);
        opacity: 0; 
    }


    100%{
        margin-left: 83px;
        margin-bottom: 40px;
        transform: rotate(360deg);
        opacity: 1;
    }    
}

.img1{
    margin-left: 16px;
    animation: textzoom 2000ms ease-in-out forwards; 
}

.img3{
    margin-left: -104px;
    z-index: 10;
    animation: textzoom 3000ms ease-in-out forwards;
}

.img4{
    margin-left: -121px;
    z-index: 5;
    animation: textzoom 4000ms ease-in-out forwards;
}

.img5{
    margin-left: -119px;
    z-index: 3;
    animation: textzoom 5000ms ease-in-out forwards;
}

.img6{
    margin-left: 51px;
    animation: textzoom 2000ms ease-in-out forwards;
}

.img7{
    margin-left: -79px;
    z-index: 2;
    animation: textzoom 3000ms ease-in-out forwards;
}

.img8{
    margin-left: -163px;
    z-index: 5;
    animation: textzoom 4000ms ease-in-out forwards;
}

.img9{
    margin-left: -161px;
    z-index: 3;
    animation: textzoom 5000ms ease-in-out forwards;
}

.img10{
    margin-left: -199px;
    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;
    } 
} 





/* CSS for Content Section */

.Contents{
    width: inherit;

    /* background-color: rgb(255, 253, 224); */
}

.blackstarCol{
    /* background-color: #ecac58; */
    width: inherit;
    margin-bottom: 25px;
    margin-top: 5px;
    height: max-content;
}

.headtitle{
    padding: 0px 15px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ececec;
    color: #ecac58;
}

.headtitle H2{
    cursor: pointer;
    display: inline;
}

.headtitle .more{
    font-size: 15px;
    /* float: right; */
    cursor: pointer;
}

.more:hover, H2:hover{
    border-bottom: 2.5px solid #ecac58;
}

.articlesCon{
    width: inherit;
    align-items: center;

}

.headArticle,.SmallArticle {
    width:inherit;
    height: max-content;
    margin-bottom: 10px;
}

.photo {
    background-color: black;
    width: inherit;
}

.photo img{
    width: inherit;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.text{
    width: inherit;
    height: 200px;
    font-size: 35px;
    font-weight: 500;
    padding: 30px;
}

.SmallArticle{
    justify-content: center;
    align-items: center;
}

.article{
    display: flex;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    background-color: #ececec;
}

.AfricaCol{
        width: inherit;
        margin-bottom: 25px;
        margin-top: 5px;
        height: max-content;
}

.SmallArticle2{
    align-items: center;
    justify-content: center;
}

.AfricBanner{
    width: 100%;
    /* height: 160px;
    margin-bottom: 10px; */
}

.AfricBanner img{
    width: inherit;
    height: inherit;
    object-fit: contain;
    object-position: top;
}

.article2{
    display: flex;
    width: 100%;
    height: 238px;
    margin-bottom: 10px;
}

.photo2 {
    width: 70%;
    height: 100%;
    position: relative;
}

.photo2 img{
    height: 100px;
    object-fit: cover;
    object-position: top;
}

.text2{
    width: 100%;
    display: flex;
    justify-content: space-around;
    font-size: 15px;
    background-color: #ececec;
    padding: 15px 10px 10px;
}

.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;
    margin-bottom: 5px;
}

.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;
}

.GrpVenBoard {
    width: 40%;
    height: 8%;
    background-color: #210101;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #ffffff;
}
.tournament_logo {
    height: 50px;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 200px;
}
.tournament_logo img {
    width: 100%;
}

.play {
    width: 40px;
    height: 20px;
    left: 5px;
    top: 5px;
    background-image: url(https://cdn.ghanaweb.com/design/play-icon2.png);
    background-repeat: no-repeat;
    background-size: 25px;
    z-index: 3;
    position: absolute;
}

.CommentaryBtn a{
    color: #FFF;
}