@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
*{
    margin:0px;
    padding:0px;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}
.header{
    min-height: 100vh;
    background-image: linear-gradient(rgba(0,0,0,0.10), rgba(0,0,0,0.10)), url("/images/gg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.container{
    width:100%
}
.container{
    min-height: 100vh;
    background-image: linear-gradient(rgba(0,0,0,0.10), rgba(0,0,0,0.10)), url("/images/field.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.sports-section{
   width:85%;
   margin:20px auto; 
}
.sports-section .title{
    width:60%;
    text-align: center;
    margin:auto; 
 }
 .sports-section .title h2{
    font-size: 40px;
    color: #fc9003;
    text-transform: uppercase;
    margin-top: 50px;
 }
 .sports-section .title p{
    font-size: 18px;
    color: white;
    margin-top: 20px;
 }
 .cards{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
    margin: 25px auto;
 }
 .cards .card{
    width: 100%;
    position: relative;
 }
 .image-section img{
    width: 100%;
    height: auto;
    min-height: 40vh;

 }
 .content{
    padding: 15px 20px;
 }
 .content h4{
    font-size: 24px;
    color: white;
    font-weight: 500;
 
 }
 .content h4:hover{
    text-decoration: underline;
    transition: 0.2s ease;
    color:  #fc9003;
 }
 .content p{
    color: white;
    font-size: 15px;
 }
 .content a{
    text-decoration: none;
    color: black;
    margin-top: 12px;
    display: inline-block;
    background-color:  #fc9003;
    padding: 8px 15px;
    font-weight: bold;
 }
 .card .posted-date{
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    background-color: lightyellow;
    padding: 6px 15px;
 }
 @media screen and (max-width: 768px){

    .cards{
        grid-template-columns: 1fr;
    }
 }
    
.navbar{
  width: 100%;
  color:#fc9003;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 60px;
}
.navbar .logo{
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 10px 0px;
    color: white;
	-webkit-text-stroke: 1px #F8F8F8;
	text-shadow: 0px 1px 4px black;
}
.sports-section .nav-menu a{
    color: white;
}
.nav-menu ul{
    display: flex;
    justify-content: right;
    align-items: center;
    padding: 10px ;
}
.nav-menu ul li{
list-style: none;
padding: 10px 20px;
border-radius: 5px;
cursor: pointer;
}
.nav-menu ul li a{
    text-decoration: none;
    font-size: 18px;
    color:black;
}
.nav-menu ul li:hover{
    background-color: #fc9003;
    transition: 0.2s ease;
}
.toggle-btn{
    position: absolute;
    top: 28px;
    right: 60px;
    display: none;
    justify-content: space-between;
    flex-direction: column;
    height: 22px;
    width: 32px;
}
.toggle-btn .bar{
    height: 4px;
    width: 100%;
    background-color: black;
    border-radius: 10px;
}
.content-section{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0px 60px;
}
.content-section p{
    margin-top: 20px;
    text-align: center;
}
.content-section h1{
    color: black;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
	-webkit-text-stroke: 1px #F8F8F8;
	text-shadow: 0px 1px 4px white;
}
.content-section{
    color: black;
    font-size: 19px;
    margin-top: 10px;
    line-height: 1.5p;

}
.content-section span{
    text-transform: uppercase;
    font-weight: bold;
    font-size:larger;
}
.content-section .button{
    margin-top: 25px;
}
.content-section .button a{
    text-decoration: none;
    font-size: 20px;
    color: black;
    display: inline-block;
    background-color: #fc9003;
    border-radius: 5px;
    padding: 14px 25px;
    letter-spacing: 1.5px;
}
.content-section .button a:hover{
    background-color: black;
    transition: 0.2s ease;
    color: white;
}
.content a:hover{
    background-color: black;
    transition: 0.2s ease;
    color: white;
}
@media screen and (max-width: 768px) {
    /*.toggle-btn{
        display: flex;
        z-index: 2;
    }*/
    .navbar ul{
        width: 100%;
        min-height: 100vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("/images/5618236.jpg");
        flex-direction: column;
        align-items: center;
        padding-right: 0px;
        position: absolute;
        text-align: center;
        justify-content: center;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 1;
    }
    .nav-menu{
        display: none;
        width: 100%;
    }
    .nav-menu ul li{
        margin: 10px 0px;
    }
    .nav-menu ul li a{
        font-size: 19px;
        color: white;
    }
    .navbar .logo{
        font-size: 29px;
    }
    .content-section h1{
        font-size: 40px;
    }
    .content-section p{
        font-size: 16px;  
    }
    .content-section .button a{
        font-size: 17px;
        padding: 9px 15px;
    }
    .nav-menu.active{
        display: flex;
    }
}