*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.gallery{
  position: relative;
  top: 37vh;
}


.buttons{
  height: 8vh;
  gap: 4rem;
  background-color: #535252;
  color:#fff;
}

.buttons .btn{
  padding: 1rem 2rem;
  font-size: 2rem;
  border-radius: 8px;
  outline: none;
  border: none;
  background-color: #e74c3c;
}

.gallery{
  width: 100%;
  height: auto;
  padding: 1rem;
}

.gallery .gallery_section_1{
  height: auto;
  width: 100%;
  padding: 1rem 1rem;
  gap: 2rem;
}

.gallery .gallery_section_1 img{
  width: 30vw;
  height: 30vh;
}

.video{
  position: relative;
  top: 26vh;
  display: block;
  gap: 3rem;
  padding: 0 2rem;
  height: 60vh;
  width: 100%;
}

.video div{
  height: 40vh;
  width: 40vw;
  background: #000;
}

.video video{
  display: block;
  height: 100%;
  width: 100%;
}


.hide{
  display: none;
}




