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

.nav {
  position: relative;
  width: 100%;
  min-height: 8vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav h2 {
  margin-left: 30px;
  color: #333;
  text-transform: uppercase;
}

.nav i {
  width: 100%;
  color: #333;
  font-size: 1.4em;
  -webkit-animation: ikona 03s infinite ease-in;
          animation: ikona 03s infinite ease-in;
}

.nav span {
  position: absolute;
  top: 9vh;
  width: 80%;
  height: 2px;
  border-radius: 50px;
  background-color: #333;
}

@-webkit-keyframes ikona {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  20% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}

@keyframes ikona {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  20% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}

.seasons {
  width: 80%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
  margin-top: 50px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
          box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.seasons h2 {
  text-transform: uppercase;
}

.seasons img {
  width: calc(100% / 3);
  padding: 5px;
  cursor: pointer;
  -webkit-box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
          box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  -webkit-transition: 03s;
  transition: 03s;
}

.seasons .img:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.image-boxes {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
          transform: translate(-50%, -50%) scale(0.9);
  max-width: 700px;
  width: 100%;
  z-index: 5;
  opacity: 0;
  background: rgba(0, 0, 0, 0.19);
}

.image-boxes .image-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 5px solid white;
}

.image-boxes .image-box img {
  width: 100%;
  height: 100%;
}

.image-boxes .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.image-boxes .arrow .left {
  width: 40px;
  height: 40px;
  background-color: #fff;
}

.image-boxes .arrow .right {
  width: 40px;
  height: 40px;
  background-color: #fff;
}

.show {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
          transform: translate(-50%, -50%) scale(0.9);
  max-width: 700px;
  background-image: url("/img/m - 012.JPG");
  width: 100%;
  z-index: 5;
  opacity: 0;
  background: rgba(0, 0, 0, 0.19);
}

.shaddow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
  background: rgba(29, 11, 11, 0.19);
}

@media (max-width: 776px) {
  .home {
    width: 100%;
    height: auto;
  }
  .home .video {
    width: 100%;
    height: 100%;
  }
  .pictures {
    width: 100%;
    padding: 50px 0px;
  }
  .pictures .box {
    width: 100%;
  }
  .seasons {
    margin: 0;
    padding: 40px;
    width: 100%;
  }
  .seasons .img {
    width: 100%;
  }
}

.slider {
  position: relative;
  margin: auto;
  width: 80%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider img {
  width: 100%;
  height: 100%;
}

.sliders {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sliders img {
  margin: 0 10px;
  border: 3px solid white;
  border-radius: 4px;
  width: 120px;
  -webkit-transition: 03s;
  transition: 03s;
}

.sliders img:hover {
  width: 200px;
}

.show {
  width: 600%;
  height: 600%;
  border: 10px solid black;
  background-color: rosybrown;
}

footer {
  position: relative;
  width: 100%;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer {
  position: absolute;
  top: 40px;
  width: 80%;
  height: 2px;
  border-radius: 50px;
  background-color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer p {
  margin-top: 50px;
}
/*# sourceMappingURL=poryroku.css.map */