* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
}

p {
  line-height: 29px;
  font-weight: 400;
  font-size: 0.9em;
  color: black;
  line-height: 2em;
}

p a {
  display: inline;
}

img, video {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  color: inherit;
}

body {
  font-size: 16px;
  font-family: "Encode Sans", sans-serif;
}

.centrate {
  width: 75%;
  margin: auto;
}

@keyframes slider-animation {
  0% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide {
  0% {
    background-image: url(../assets/slider-img-1.jpg);
  }
  10% {
    background-image: url(../assets/slider-img-1.jpg);
  }
  10.01% {
    background-image: url(../assets/slider-img-2.jpg);
  }
  20% {
    background-image: url(../assets/slider-img-2.jpg);
  }
  20.01% {
    background-image: url(../assets/slider-img-3.jpg);
  }
  30% {
    background-image: url(../assets/slider-img-3.jpg);
  }
  30.01% {
    background-image: url(../assets/slider-img-4.jpg);
  }
  40% {
    background-image: url(../assets/slider-img-4.jpg);
  }
  40.01% {
    background-image: url(../assets/slider-img-5.jpg);
  }
  60% {
    background-image: url(../assets/slider-img-5.jpg);
  }
  60.01% {
    background-image: url(../assets/slider-img-6.jpg);
  }
  70% {
    background-image: url(../assets/slider-img-6.jpg);
  }
  70.01% {
    background-image: url(../assets/slider-img-7.jpg);
  }
  80% {
    background-image: url(../assets/slider-img-7.jpg);
  }
  80.01% {
    background-image: url(../assets/slider-img-8.jpg);
  }
  90% {
    background-image: url(../assets/slider-img-8.jpg);
  }
  90.01% {
    background-image: url(../assets/slider-img-9.jpg);
  }
  100% {
    background-image: url(../assets/slider-img-9.jpg);
  }
}
.index .main {
  width: 100%;
  height: 100vh;
  background-color: #3c0a0a;
}
.index .information {
  height: 35vh;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  align-content: auto;
  margin: auto;
}
.index .information_name {
  width: 27%;
}
.index .other_page {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  align-content: auto;
  margin: auto;
  padding-top: 5em;
}
.index .other_page_mixturas {
  width: 28%;
  cursor: pointer;
}
.index .contact {
  width: 3%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  align-content: auto;
  margin: auto;
  padding-top: 11em;
}

.mixtura {
  background-color: black;
  overflow-x: hidden;
}
.mixtura main {
  width: 100%;
}
.mixtura .slider-container {
  position: relative;
}
.mixtura section {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: none;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
}
.mixtura section.visible {
  opacity: 1;
}
.mixtura .contact {
  width: 100%;
  background-color: black;
  display: none;
  transition: all 0.5s ease;
}
.mixtura .contact.active {
  position: absolute;
  display: block;
}
.mixtura .gallery {
  width: 80%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-content: auto;
  margin: auto;
  padding: 30px 0px;
}
.mixtura .gallery .photo {
  width: calc(100% / 5);
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  /* Old versions of Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome, Edge, Opera and Firefox */
}
.mixtura .gallery .lightbox {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  align-content: auto;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
}
.mixtura .gallery .lightbox.show {
  opacity: 1;
  pointer-events: initial;
  cursor: pointer;
}
.mixtura .gallery .lightbox-icon {
  font-size: 2em;
  color: white;
}
.mixtura .gallery .lightbox-img {
  width: 80%;
  height: 100vh;
  margin: 10px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  /* Old versions of Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome, Edge, Opera and Firefox */
}
.mixtura .message {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  align-content: auto;
  padding: 10px;
}
.mixtura .message .mail img {
  width: 30%;
}
.mixtura .message .icon-return {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  align-content: auto;
  color: #ffffff;
  font-size: 20px;
}
.mixtura .message .icon-return:hover {
  color: #5da5f8;
}

@media screen and (max-width: 1370px) {
  .mixtura .gallery .photo {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 780px) {
  .mixtura .gallery .photo {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 480px) {
  .mixtura .gallery .photo {
    width: 100%;
  }
  .mixtura .gallery .lightbox-img {
    width: 100%;
    height: 200px;
  }
}