#fo
{
  padding: 0;
  margin: 0;
  overflow: hidden;
  background-image: linear-gradient(90deg, #020024 0%, #090979 35%, #00d4ff 100%); 
  height: 80rem;
}
.header
{
  font-family: 'Roboto', sans-serif;
  color: #090979;
  text-align: center;
  font-weight: 900;

}

.co 
{
  margin-top: 88px;
  width: 20rem !important;
}

.fb
{
  background-color: #E6E6FA;
  padding: 60px;
  border-radius: 29px;
} 
.btnn
{
  font-size: x-large;
}
.btn{
  font-family: 'Roboto', sans-serif;
  font-size: x-large;
  border-radius: 20px;
  width: 138px;
}
.form-control
{
  width: 100%;
  border: 2px solid black;
  border-radius: 10px;
}

.hd{
font-size: x-large;
font-family: 'Poppins', sans-serif;
font-weight: 700;
}
.lg-style{
  font-size: larger;
  color: green;
  font-weight: 600 !important;
}
.btn1
{
  font-family: 'Roboto', sans-serif;
  font-size: large;
    width: 25rem;
    border-radius: 2rem;
    border: 2px solid black;
}
/* .cart
{
  font-size: xx-large;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  margin-left: 4rem;
  font-size: xx-large !important;
  color: chartreuse;
} */
.ar{

  color: #5272F2;
font-size: 18px;
}
.bt{
  padding-left: 16rem;
    margin-top: 3rem;

  border-width: 2px !important;
}
.bt:hover {
  background-color:  #2E97A7 ;
  border: 2px solid  #2E97A7 ;
}
.bs{
margin-left: -16rem;
color:   #072541 !important;
}
.bs:hover {
  color: white !important;
  margin-bottom: 2rem !important;
  font-size: larger !important;
  text-decoration: none !important;
}
 
@media(max-width:768px) {
  .fb{
    width: 20rem !important;
  }
  .btn1{
    width: 7rem;
  }
  .prev
  {
    width: 18rem !important;
    height: 12rem !important;
    position: relative;
    right: 79px;
}
.btn{
  font-family: 'Roboto', sans-serif;
  font-size: smaller;
  border-radius: 12px;
  width: 134px;
  margin-left: 25px
}
  
.bm{
    color:   #072541 !important;
    font-size: large;
    position: relative;
    left: 50px;
    }
    .ar{
      display: none !important;
    }
    .bt{
      padding-left: 9rem;
        margin-top: 3rem;
        border: 2px solid black;
      border-width: 2px !important;
    }
 .bt:hover {
  background-color:  #2E97A7 ;
  border: 2px solid  #2E97A7 ;
}
}