* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

/* navigtion bar */
#nav {
    width: 100%;
    height: 12vh;
    border: 1px solid grey;
}

.navrap {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    /* grid-column-gap: 20px; */
    /* border: 2px solid black; */
}

.search {
    padding-top: 9px;
    margin-left: -350px;
}

#search {
    width: 90%;
    height: 8vh;
}

#nav1 {
    /* margin-top: 20px; */
    height: 10vh;
    width: 100%;
    border-bottom: 1px solid black;
}

.navrap1 {
    width: 80%;
    margin: auto;
}

.menu1 {
    margin-left: -6%;
}

.menu1 ul {
    margin-top: 20px;
}

.menu1 ul li {
    display: inline;
}

.menu1 ul li a {
    text-decoration: none;
    color: black;
    padding-right: 5px;
}

.menu1 ul li a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    border-radius: 5px;
}
.banner{
    height: 50vh;
    width: 100%;
    background-image: url(./sportsban.avif);
    background-repeat: no-repeat;
    background-size: cover;
}

/* kolkata */
.kolkata {
    height: 8vh;
    /* border: 2px solid black; */
    margin-left: 6%;
}
.kolkata h2{
    padding-top: 4%;
}

/* sports */
.sports {
    height: 304vh;
    width: 100%;
      /* border: 2px solid black;    */
}


.sportsrap {
    width:100%;
    display: grid;
    grid-template-columns: auto auto auto auto;
}


.sportsname img {
    margin-top: 22%;
    margin-left: 25%;
    border-radius: 6px;
    
}

.sportsname img:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    border-radius: 25px;
    transition: 0.2s ease-in-out;
}

.sportsname h3 {
    padding-top: 5%;
    margin-left: 27%;
}

.sportsname p {
    padding-top: 5%;
    margin-left: 27%;
}
/* footer  */
.footer {
    width: 100%;
    height: 40vh;
    background: linear-gradient(to bottom ,white,grey,grey);
    border-top: 1px solid #222;
}

.footrap {
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    padding-top: 20px;
}

/* #icon1{
    margin-top: 10px;
} */
.box8 ul li {
    list-style: none;
    font-size: 20px;
}

.box8 ul li a {
    color: black;
    font-size: 20px;
}
