.bar{

  /* display: inline; */
  background-image:linear-gradient(black,black,black);
  padding: 10px;


}

.home{
  display: inline;
  color: white;
  font-size: 23px;
  font-weight: bold;
  border-radius: 6px;
  border-color: #fff;
  border-width: 4px;
  border-style: groove;
}
ul{
  border-radius: 5px;
  border-color: azure;
  /* border-style: groove; */
}

#head{
    text-align: center;
    color: blue;
    text-decoration: solid;


    
    
}
#head:hover{
    /* background-color: rgb(185, 236, 232); */
    background-image:linear-gradient(rgb(121, 218, 248),rgb(147, 255, 232),rgb(140, 218, 218));
    border: #fff;
    border-width: 10px;
    border-style:double;
    border-radius: 15px;
    

    
}
#formBhaiya{
    
    background-image:linear-gradient(rgb(210, 250, 255),rgb(210, 239, 250),rgb(207, 236, 240));
    margin-left: 200px;
    margin-right: 200px;
    /* background-size: cover; */
    border-radius: 15px;
    padding-left: 20px;
    border-style:double;
    border:rgb(170, 0, 192);
}
#chunu1,.chunu2{
    color: rgb(0, 16, 61);
    text-decoration: solid;
    text-align: center;
    /* background-color: rgb(227, 243, 10); */
    border-radius: 8px;
    

}
.munnu{
    color: rgb(0, 16, 61);
    text-decoration: solid;
    text-align: center;
    /* background-color: rgb(227, 243, 10); */
    border-radius: 8px;

}
#equation{
    margin-left: 370px;
    margin-right:20px;
    padding: 10px;
    /* padding-top: 3px; */
  
    border-radius: 8px;
    text-decoration: solid;
    font-size: 17px;
    display: block;
    border-color: black;
    /* padding:20px; */
    
    /* background-image:linear-gradient(rgb(230, 230, 95),yellow,yellow,yellow); */   
}
option{
    font-size: 17px;
    text-decoration: solid;
    font-weight:bold;
    background-image:linear-gradient(white,white,white);
    padding: 5px;
}
#jadu{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  /* text-fill-color: transparent; */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
    font-size: 40px;
    

}
@keyframes textclip {
    to {
      background-position: 200% center;
    }
  }

  #algebra {

    display: block;
    display: none;
  }
  #algebra h2{
    text-align: center;
    background-image:linear-gradient(rgb(195, 248, 223),rgb(195, 255, 245),rgb(198, 245, 253));
    font-size: 30px;
    margin-left: 200px;
    margin-right: 200px;
    padding: 15px;
    border-radius: 16px;
    font-family: Calibri;
    border-width: 4px;
    border-color: rgb(140, 140, 255);
    border-style:outset;
    
  }

  .trans{
    text-align: center;
    background-image:linear-gradient(rgb(198, 245, 170),rgb(247, 247, 247),rgb(220, 231, 233));
    font-size: 20px;
    margin-left: 200px;
    margin-right: 200px;
    padding: 2px;
    display: block;
    display:none;
    
  }
  #hr{
    border-radius: 3px;
    border-color: #231557;
    /* background-image:linear-gradient(blue,blue,blue); */
  }
  /* .sub p {
    margin-left: 300px;
    margin-right: 300px;
    
  } */
  .algebra1{
    margin-left: 200px;
    margin-right: 200px;
    background-image: linear-gradient(rgb(243, 243, 243),rgb(243, 243, 243),rgb(243, 243, 243));
    font-size: 20px;
    padding: 10px;
    border-radius: 16px;
    font-size: 25px;
    margin-bottom: 30px;
    border-color: black;
    border-style: double;
    border-width: 3px;

  }
  .simulator{
    margin-right: 200px;
    margin-left: 200px;
    font-size:30px;
    /* background-image:linear-gradient(rgb(232, 246, 247),rgb(234, 247, 247),rgb(226, 234, 235)); */
    background-image: linear-gradient(rgb(243, 243, 243),rgb(243, 243, 243),rgb(243, 243, 243));
    border-radius:20px;
    padding: 20px;
    border-color:black; 
    border-width: 3px;
    border-style:double;
 
  }
  .simulator ,lable, .inputTag{
    padding-left: 20px;

  }
  #a,#b,#c,#d{
    border-color: black;
    border-radius: 16px;
    border-width: 3px;
    border-style: double;
    padding: 10px;
    margin: 10px;

  }
  .iterations{
    padding: 10px;
    margin: 10px;
    font-size:25px;
  }
  #iterations{
    border-color: black;
    border-style: double;
    border-radius: 16px;
    border-width:3px;
    font-size: 20px;
    padding: 5px;
  }

  .intervals{
    font-size: 25px;
  }
  #intervalA,#intervalB{
    border-color:black;
    border-radius: 16px;
    border-width: 3px;
    border-style: double;
    padding:6px;
  }
  .result{
    font-size:25px;
    padding: 20px;
    /* margin-left: 60px; */
    /* margin-right: 30px; */
  }
  #result{
    border-color:rgb(255, 255, 255);
    border-radius:16px;
    border-width: 4px;
    border-style: double;
    color:white;
    padding: 14px;
    font-size: 15px;
    font-weight: bold;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-image:linear-gradient(rgb(33, 31, 46),rgb(37, 37, 54),rgb(51, 46, 66));
    cursor: pointer;
  }
  .roots{
    font-size:25px ;
    margin-right: 20px;
    margin-left: 20px;
    /* margin: 0;
    display: inline; */
    
  }
  /* #graph{
    width: 1000px;
    height: 200px;
    margin-left: 300px;
    margin-right: 10px;

} */
.download{
  font-size:25px;
  padding: 20px;
}
#download{
  border-color:rgb(255, 255, 255);
  border-radius:14px;
  border-width: 4px;
  border-style: double;
  color:white;
  padding: 14px;
  font-size: 15px;
  font-weight: bold;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  background-image:linear-gradient(rgb(33, 31, 46),rgb(37, 37, 54),rgb(51, 46, 66));
  cursor: pointer;
}
#footer {
  position:flex;
  padding: 25px;
  bottom: 0;
  width: 100%;
  /* Height of the footer*/
  height: 40px;
  background-image:linear-gradient(black,black,black);
  

  
}
#footer p{
  text-align: center;
  color: white;
  padding: 5px;
}