/* .body {
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px;
}

.body ::background-image{
  filter: blur(10vw);
}

body a {
  text-decoration: none;
  color: aqua;
}

body li {
  list-style-type: none;
  width: 100%;
  margin-top: 1.5em;
}

li.ap {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 15px;
  text-align: center;
}

li.ap li{
  width: 50%;
}

li.photo {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 15px;
  justify-content: center;
}

li.photo img{
  border-radius: 10%;
  width: 18em;
  max-height: 17em;
  margin: 0.5em 0.5em 0.5em 0.5em;
}

li.cast {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 15px;
  justify-content: center;
}

li.cast img{
  border-radius: 10%;
  width: 18em;
  max-height: 17em;
  margin: 0.5em 0.5em 0.5em 0.5em;
}

.cphoto{
  position: relative;
  display: inline-block;
}

li.ap .avatar{
  width: 10em;
  height: 10em;
  border-radius: 50%;
  margin-right: 1em;
}

p {
  color: rgb(255, 255, 255);
  filter: drop-shadow(0px 0px 5px rgb(0, 204, 255));
  font-weight: 500;
  font-size: larger;
  padding-top: 10px;
  margin: 0.1em;
}

.red {
  color: red;
  filter: none;
  border: none;
}

.header {
  top: 0px;
  width: 100%;
  background-color: rgb(0, 3, 17);
  border-bottom: 7px solid rgb(0, 217, 255);
}

.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;
}

.peditbut{
  position: absolute;
  bottom: 1em;
  left: 1em;
  background-color: rgb(0, 217, 255);
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 15px;
}
.pdeletebut{
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: rgb(0, 217, 255);
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 15px;
}

.but {
  border: 2px solid rgb(0, 217, 255);
  border-radius: 5px;
  background-color: rgb(0, 217, 255);
  color: rgb(255, 255, 255);
  font-size: 100%;
  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(0, 174, 255);
  border: 2px solid rgb(0, 174, 255);
  color: rgb(255, 255, 255);
}

.butcall:hover {
  background-color: rgb(0, 206, 10);
  border: 2px solid rgb(0, 206, 10);
  color: rgb(255, 255, 255);
}

#menu {
  display: flex;
  flex-direction: column;
  padding: 1em 1.5em 2em 1.5em;
  justify-content: center;
  backdrop-filter: blur(10vw);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  filter: drop-shadow(5px 5px 25px rgb(0, 204, 255));
  align-items: center;
  margin: auto;
  margin-top: 7em;
  width: 50%;
  overflow: hidden;
}

.acc {
  display: flex;
  flex-direction: column;
  padding: 0em 1.5em 2em 1.5em;
  justify-content: center;
  backdrop-filter: blur(5vw);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  align-items: center;
  margin: auto;
  margin-top: 1em;
  width: 100%;
  height: min-content;
  text-align: center;
  overflow: hidden;
}

.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;
  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;
  overflow: hidden;
}

.acctariff {
  display: flex;
  flex-direction: row;
  padding: 1px 1.5em 1em 1.5em;
  justify-content: center;
  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;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  #menu {
    width: 100%;
  }
}

body h3 {
  color: rgb(255, 255, 255);
  filter: drop-shadow(0px 0px 5px rgb(0, 204, 255));
  font-weight: 800;
}

body form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.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;
}



.addphoto{
  margin-top: 4em;
}

.left{
  text-align: left;
} */
 

.photo-hover-container {
    position: relative;
    cursor: pointer;
}

.photo-hover-image {
    width: 400px !important;
    height: 200px !important;
    object-fit: cover !important;
    transition: filter 0.3s ease; 
    display: block;
}

.photo-hover-container:hover .photo-hover-image {
    filter: brightness(50%);
}

.photo-hover-buttons {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 10;
}

.photo-hover-container:hover .photo-hover-buttons {
    opacity: 1;
}

.position-relative {
    position: relative;
}

.header {
  border-bottom: 0.3em solid rgb(0, 217, 255);
}