.barnav{
  height: 100px;
  width: 100%;
  background-image: url("assets/nav.png") ;
  background-color: hwb(0 0% 100% / 0.4);
  background-blend-mode: darken;
  position: fixed;
  top: 0;
  z-index: 1111;
}
li{
  list-style-type: none;
}
.navdpt{
  color: white;
  font-size: 25px;
}
.nav-link:hover {
  text-decoration: none;
  position: relative;
  background: linear-gradient(120deg, #DB9600 0%, #333399 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 100%;
  transition: background-size 0.25s ease-in;
}
.zoom{
transition: transform 0.5s ease-in-out;
}
.zoom:hover{
  transform: scale(1.2);
}
.a:hover {
  background-size: 100% 100%;
}
.hero-container{
  width: 100%;
  height: 680px;
}
.hero-video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.about-container{
  background-color: black;
  width: 100%;
  height: auto;
}
.social-logos{
  width: 100%;
}
.social-logo{
  height: 80px;
  width: 80px;
  transition: transform 0.5s ease-in-out;
}
.social-logo:hover{
  transform:scale(1.2)
}
.logo{
width: 550px;
height: 290px;
}
.p{
  color: white;
  font-family: "Bellefair", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
}
.gallery-container {
  width: 1200px;
  column-count: 2;
  align-content: center;
}
.gallery{
  width: 100%;
  display: block;
  justify-items: center;
  margin: 0;
  background-blend-mode: darken;
}
.img{
  margin: 10px;
  transition: transform 0.5s ease-in-out;
  width: 90%;
  height: auto;
}
.img:hover{
  transform: scale(1.2);
}
.tributo-video{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
  position: fixed;
  overflow: hidden;
  pointer-events: none;
  filter: blur(4px);
}
.formato{
  font-family: "Notable", sans-serif;
  font-weight: 900;
  font-size: 35px;
  font-style: normal;
  color: rgb(255, 255, 255);
}
.formato_p{
  color: white;
  font-family: "Bellefair", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
}
.videos-container{
  width: 100%;
  height: 680px;

}
.video-video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer{
  height: 200px;
  width: 100%;
  background-image: url('/logo.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.866);
  background-blend-mode: darken;
}
.footer-container{
  width: 1200px;
}
.contact-logo{
  width: 100px;
  height: 100px;
  transition: transform 0.5s ease-in-out;
}
.contact-logo:hover{
  transform:scale(1.2)
}
p{
  margin: 0;
  color: white;
  font-family: "Bellefair", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;

}
@media (max-width: 576px) {
  .hero-container{
    width: auto;
    height: auto;
    z-index: 111;
  }
  .hero-video{
    object-fit: contain;
    width: 100%;
    height: auto;

  }
  .barnav{
    height: auto;
  }
  .navdpt{
    font-size: 10px;
  }
  .containerz{
    width: auto;
  }
  .logo{
    width: 80%;
    height: auto;
    
    opacity: 100%;
  }
  .p{
    font-size: 15px;  
  }
  .aboutus{
    display: flex;
    flex-direction: column;
  }
   .tributo-video{
    object-fit: fill;
    width: auto;
    height: auto;
  }
  .gallery-container{
    width: 100%;
    column-count: 1;
  }
  img{
    width: 70%;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
  }
  p{
    font-size: 15px;
  }
  h4{
    font-size: 15px;
  }
  .videos-container{
    width: auto;
    height: auto;

  }
  .video-video{
    object-fit: contain;
    width: 100%;
    height: auto;

  }
  .footer-container{
    width: auto;
    gap: 0px;
  }
  .contact-logo{
    width: 40px;
    height: 40px;
  }

  .contact-info{
    gap: 15px;
  }
  .contact-logo:hover{
  transform:scale(1.1)
  }
  .formato{
    background-color:rgba(0, 0, 0, 0.371) ;
    font-size: 20px;
    border-radius: 15px;
    width: fit-content;
    padding: 2px;
  }
  .formato_p{
    font-size: 15px;
  }
  .hide{
    display: none;
  }
}