
.button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  margin: 5px 0;
}

.sidenav button:hover {
/*animation: rotate 3s infinite;*/
background-color: #f2f5f3;
	color:#2e0ebd;
}

/*@keyframes rotate {*/

/*25% {*/
/*transform: rotateZ(30deg);*/
/*}*/
 
/*75% {*/
/*transform: rotateZ(-30deg); */
/*}*/
 
/*}*/


/* Main navigation */
.sidenav {
background: #25db53;
color: #2e0ebd;
width:100%;
}

.portallink {
  display: flex;
  justify-content: center; /* center horizontally */
}

.portallink button {
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
}

.portallink a {
  text-decoration: none; /* लिंक underline काढून टाकण्यासाठी */
}
.portallink button a:hover {
  color:white;
}
.sportsicon{
display: block;
height:65px;
float:left;
}
.textdiv{
flex: 1; 
color:rgb(15, 15, 15);
font-weight: bold;
margin-top: 10px;
text-align: center;
}
.dsotext{
text-shadow: 2px 2px #1aa12c;
font-size: 26px;
}
.sidepantextdiv{
  display: none;
}
.azadiicon{
  background-color: #fafafa;
}
 span{
visibility: hidden;
 }
 .closebtn{
  visibility: hidden;
   }
@media screen and (max-width:600px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}

span{
visibility: visible;
 }
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #d7dfd9;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
}

.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #0e0b0b;
display: block;
transition: 0.3s;
}



.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
.sidenav button{
visibility: hidden;
}
.sidenav button a{
visibility: visible;
border: 2px solid black;
width:200px;
font-size: 16px;
background-color: #22d64f;
}
.closebtn{
visibility:visible;
}
.dsotext{
text-shadow: 2px 2px #1aa12c;
font-size: 16px;
}
.sidepantext{
  font-size: 16px;
  text-align: center;
}
.sidepantextdiv{
  display: block;
}
.sidenav button:hover {
animation:none;
}

}
