*{
    padding: 0;
    margin: 0;
}
body{
    background-image: url("sport12.jpg");
    background-blend-mode: darken;
    background-size: cover;
}
.background{
    
    background-image: url("sports3.jpg");
    background-blend-mode: darken;
    background-size: cover;
}

nav{
    position: sticky;
    top:0;
    height:72px;
    z-index: 100;
    border-end-end-radius: 20px;
}
#sports{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    
}
div img{
    position: absolute;
    width: 72px;
    border: 1px solid white;
    border-radius: 50px;
   height: 69px;
   top:2px;
}
.sec{
    display: flex;
    justify-content: center;
    align-items: center;
   padding: 20px 25px;
    
    justify-content: space-around;
    
}
li {
    list-style-type:none;
}
li a{
    cursor: pointer;
    text-decoration: none;
    color: white;
    

}

.head{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 30%;
    left:10%;
    color: white;

}
.a{
    position: absolute;
    top: 65%;
    left: 14%;
    text-decoration: none;
    font-size: 20px;
    color: white;
    background-color: black;
    border-radius: 12px;
    padding:10px;
   border:2px solid white;
    
}
.sec3{
    color: white;
    background-color: rgb(46, 46, 46);
    width:100%;
    height:80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:90%;
}
.image{
    position:absolute;
   top:50%;
   left:75%;
    width:200px;
}
.abhi{
    position: absolute;
    right:78%;
    top:55%;
    color: rgb(238, 229, 229);
}