.body{
  backdrop-filter: blur(0.2vw); 
  background-repeat: no-repeat;
  background-size: cover;
}

.logos h1{
  font-weight: 900;
  font-style: italic;
  color: rgb(255, 0, 0);
}

body a{
  text-decoration: none;
  color: rgb(255, 0, 0);
}

body li {
  list-style-type: none;
  width: 100%;
  margin-top: 1.5em;
}

li.b{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  list-style-type: none;
  width: 100%;
  border: 2px solid rgb(177, 177, 177);
  border-radius: 15px;
  padding: 1em;
}

p{
  color: rgb(0, 0, 0);
  filter:drop-shadow(0px 0px 5px rgb(255, 255, 255));
  font-weight: 500;
  font-size:larger;
  padding-top: 10px;
  margin: 0.1em;
}

.upn{
  display: flex;
  justify-content:space-around;
  flex-direction: row;
  list-style-type: none;
  width: 100%;
  border-radius: 15px;
  padding-inline: 1em;
}

.pn{
  margin-inline: 4em;
}

.header {
  top: 0px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  filter: drop-shadow(5px 1px 50px rgb(206, 206, 206));
  padding: 1em;
}

.header .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.logos img{
  width: 10em;
}


#menu .but{
  margin: 0px;
  margin-top: 0.4em;
} 

.pn .but {
  border: 2px solid rgb(210, 0, 0);
  border-radius: 25px;
  background-color: rgb(210, 0, 0);
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight:900;
  width: 2em;
  height: 2em;
}


.pn .disable{
  border: 2px solid rgb(150, 0, 0);
  border-radius: 25px;
  background-color: rgb(150, 0, 0);
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight:900;
  justify-content: center;
  align-items: center;
  margin: 0.5em;
  width: 2em;
}

.but {
  border: 2px solid rgb(210, 0, 0);
  border-radius: 5px;
  background-color: rgb(210, 0, 0);
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight:500;
  justify-content: center;
  align-items: center;
  margin: 0.5em;
}

.butcall {
  border: 2px solid green;
  border-radius: 5px;
  background-color: green;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight:500;
  justify-content: center;
  align-items: center;
  margin: 0.5em;
}

.but:hover {
  background-color: rgb(150, 0, 0);
  border: 2px solid rgb(150, 0, 0);
  color: rgb(255, 255, 255);
}

#menu {
  display: flex;
  flex-direction: column;
  padding: 1em 1.5em 2em 1.5em;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  backdrop-filter: blur(10vw);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  filter: drop-shadow(5px 10px 10px rgb(119, 119, 119));
  align-items: center;
  margin: auto;
  margin-top: 7em;
  margin-bottom: 7em;
  width: 50%;
}

.trf{
  margin-top: 5em;
  margin-left: 1.5em;
}

.tariffs{
  display: flex;
  flex-wrap: wrap;
}

.tariff{
  display: flex;
  flex-direction: row;
  padding: 1px 1.5em 1em 1.5em;
  justify-content: center;
  background-image: url(http://localhost/ms_laravel/public/images/gradient.jpg);
  backdrop-filter: blur(10vw);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  filter: drop-shadow(5px 5px 10px rgb(0, 204, 255));
  align-items: center;
  text-align: center;
  margin-top: 1em;
  margin-right: 1em;
  width: 300px;
}

.acctariff{
  display: flex;
  flex-direction: row;
  padding: 1px 1.5em 1em 1.5em;
  justify-content: center;
  background-image: url(http://localhost/ms_laravel/public/images/gradient.jpg);
  backdrop-filter: blur(10vw);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  filter: drop-shadow(5px 5px 10px rgb(0, 204, 255));
  align-items: center;
  text-align: center;
  margin: auto;
  width: 300px;
}


@media screen and (max-width: 1200px) {
  #menu{
    width: 100%;
  }
}

body h3{
  color: rgb(255, 0, 0);
  filter:drop-shadow(0px 0px 5px rgb(255, 255, 255));
  font-weight: 800;
}

body form{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

body input{
  display: flex;
  height: 4em;
  margin-bottom: 0.5em;
}

body select{
  display: flex;
  height: 4em;
  margin-bottom: 1.5em;
}

select option{  
  font-size: 1.1em;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.buttrue {
  border: 2px solid rgb(0, 196, 0);
  border-radius: 5px;
  background-color: rgb(0, 196, 0);
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight:500;
  justify-content: center;
  align-items: center;
  margin: 0.5em;
}

.buttrue:hover {
  border: 2px solid green;
  border-radius: 5px;
  background-color: green;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight:500;
  justify-content: center;
  align-items: center;
  margin: 0.5em;
}

.butfalse {
  border: 2px solid red;
  border-radius: 5px;
  background-color: red;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight:500;
  justify-content: center;
  align-items: center;
  margin: 0.5em;
}

.butfalse:hover {
  border: 2px solid rgb(180, 0, 0);
  border-radius: 5px;
  background-color: rgb(180, 0, 0);
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight:500;
  justify-content: center;
  align-items: center;
  margin: 0.5em;
}