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

@font-face {
  font-family: 'anemouthregular';
  src: url("../fonts/anemouth-webfont.woff2") format("woff2"), url("../fonts/anemouth-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.opo {
  width: 100%;
}

h1,
h2,
h3 {
  font-family: 'anemouthregular';
  font-weight: normal;
  font-style: normal;
}

body {
  background: #000;
}

.main-head {
  height: 80vh;
  background-image: url("../img/main-bg.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
  width: 100%;
}

.main-head .logo {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 2;
}

.main-head .logo img {
  width: 240px;
}

.main-head::after {
  position: absolute;
  height: 100%;
  width: 100%;
  content: '';
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(6%, black), color-stop(92%, rgba(0, 0, 0, 0.367682)));
  background: linear-gradient(0deg, black 6%, rgba(0, 0, 0, 0.367682) 92%);
  z-index: 1;
}

.ngun {
  padding-bottom: 100px;
}

.tim {
  position: relative;
  margin-bottom: 40px;
  margin-top: 60px;
}

.tim h2 {
  font-size: 90px;
  color: #fff;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 0px;
  margin-bottom: 20px;
  z-index: 3;
  width: 100%;
  text-align: center;
  pointer-events: none;
}

.tim h2.uye {
  bottom: -63px;
}

.tim p {
  text-align: center;
  padding-top: 20px;
  color: #fff;
  margin-bottom: -10px;
}

.tim .bg-tim {
  width: auto;
  height: 450px;
  margin: 20px;
  position: relative;
}

.tim .bg-tim:hover .hover-oke {
  visibility: visible;
  opacity: 1;
}

.tim .bg-tim.bg-1 {
  -webkit-animation: satu 12s infinite;
          animation: satu 12s infinite;
}

.tim .bg-tim.bg-2 {
  -webkit-animation: dua 15s infinite;
          animation: dua 15s infinite;
}

.tim .bg-tim.bg-3 {
  -webkit-animation: tiga 13s infinite;
          animation: tiga 13s infinite;
}

.tim .bg-tim.bg-4 {
  -webkit-animation: empat 12s infinite;
          animation: empat 12s infinite;
}

.tim .bg-tim.bg-5 {
  -webkit-animation: lima 10s infinite;
          animation: lima 10s infinite;
}

.tim .bg-tim.bg-6 {
  -webkit-animation: enam 14s infinite;
          animation: enam 14s infinite;
}

.tim .bg-tim.bg-7 {
  -webkit-animation: tuju 13s infinite;
          animation: tuju 13s infinite;
}

.tim .bg-tim.bg-8 {
  -webkit-animation: lapan 15s infinite;
          animation: lapan 15s infinite;
}

.tim .bg-tim.bg-9 {
  -webkit-animation: bilan 14s infinite;
          animation: bilan 14s infinite;
}

.tim .bg-tim.bg-10 {
  -webkit-animation: puluh 14s infinite;
          animation: puluh 14s infinite;
}

.hover-oke {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.89);
  z-index: 2;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: ease-in-out all .2s;
  transition: ease-in-out all .2s;
}

.hover-oke ul {
  text-align: center;
}

.hover-oke ul li {
  margin-bottom: 20px;
}

.hover-oke ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
}

@-webkit-keyframes satu {
  0% {
    background: url("../img/pp/Babybeel.jpg");
    background-size: cover;
    background-position: center;
  }
  50% {
    background: url("../img/pp/Babybeel-th.jpg");
    background-size: cover;
    background-position: center;
  }
  100% {
    background: url("../img/pp/Babybeel.jpg");
    background-size: cover;
    background-position: center;
  }
}

@keyframes satu {
  0% {
    background: url("../img/pp/Babybeel.jpg");
    background-size: cover;
    background-position: center;
  }
  50% {
    background: url("../img/pp/Babybeel-th.jpg");
    background-size: cover;
    background-position: center;
  }
  100% {
    background: url("../img/pp/Babybeel.jpg");
    background-size: cover;
    background-position: center;
  }
}

@-webkit-keyframes dua {
  0% {
    background: url("../img/pp/Ominous.jpg");
    background-size: cover;
    background-position: center;
  }
  30% {
    background: url("../img/pp/Ominous-th.jpg");
    background-size: cover;
    background-position: center;
  }
  100% {
    background: url("../img/pp/Ominous.jpg");
    background-size: cover;
    background-position: center;
  }
}

@keyframes dua {
  0% {
    background: url("../img/pp/Ominous.jpg");
    background-size: cover;
    background-position: center;
  }
  30% {
    background: url("../img/pp/Ominous-th.jpg");
    background-size: cover;
    background-position: center;
  }
  100% {
    background: url("../img/pp/Ominous.jpg");
    background-size: cover;
    background-position: center;
  }
}

@-webkit-keyframes tiga {
  0% {
    background: url("../img/pp/Jafarsnd.jpg");
    background-size: cover;
    background-position: center;
  }
  40% {
    background: url("../img/pp/Jafarsnd-th.jpg");
    background-size: cover;
    background-position: center;
  }
  100% {
    background: url("../img/pp/Jafarsnd.jpg");
    background-size: cover;
    background-position: center;
  }
}

@keyframes tiga {
  0% {
    background: url("../img/pp/Jafarsnd.jpg");
    background-size: cover;
    background-position: center;
  }
  40% {
    background: url("../img/pp/Jafarsnd-th.jpg");
    background-size: cover;
    background-position: center;
  }
  100% {
    background: url("../img/pp/Jafarsnd.jpg");
    background-size: cover;
    background-position: center;
  }
}

@-webkit-keyframes empat {
  0% {
    background: url("../img/pp/Bamskee.jpg");
    background-size: cover;
    background-position: center;
  }
  40% {
    background: url("../img/pp/Bamskee=th.jpg");
    background-size: cover;
    background-position: center;
  }
  100% {
    background: url("../img/pp/Bamskee.jpg");
    background-size: cover;
    background-position: center;
  }
}

@keyframes empat {
  0% {
    background: url("../img/pp/Bamskee.jpg");
    background-size: cover;
    background-position: center;
  }
  40% {
    background: url("../img/pp/Bamskee=th.jpg");
    background-size: cover;
    background-position: center;
  }
  100% {
    background: url("../img/pp/Bamskee.jpg");
    background-size: cover;
    background-position: center;
  }
}

@-webkit-keyframes lima {
  0% {
    background: url("../img/pp/KENT.jpg");
    background-size: cover;
    background-position: center;
  }
  30% {
    background: url("../img/pp/KENT-th.jpg");
    background-size: cover;
    background-position: center;
  }
  100% {
    background: url("../img/pp/KENT.jpg");
    background-size: cover;
    background-position: center;
  }
}

@keyframes lima {
  0% {
    background: url("../img/pp/KENT.jpg");
    background-size: cover;
    background-position: center;
  }
  30% {
    background: url("../img/pp/KENT-th.jpg");
    background-size: cover;
    background-position: center;
  }
  100% {
    background: url("../img/pp/KENT.jpg");
    background-size: cover;
    background-position: center;
  }
}

@-webkit-keyframes enam {
  0% {
    background: url("../img/pp/Oz-the-Oddz.jpg");
    background-size: cover;
    background-position: center;
  }
  30% {
    background: url("../img/pp/Oz-the-Oddz-th.jpg");
    background-size: cover;
    background-position: center;
  }
  100% {
    background: url("../img/pp/Oz-the-Oddz.jpg");
    background-size: cover;
    background-position: center;
  }
}

@keyframes enam {
  0% {
    background: url("../img/pp/Oz-the-Oddz.jpg");
    background-size: cover;
    background-position: center;
  }
  30% {
    background: url("../img/pp/Oz-the-Oddz-th.jpg");
    background-size: cover;
    background-position: center;
  }
  100% {
    background: url("../img/pp/Oz-the-Oddz.jpg");
    background-size: cover;
    background-position: center;
  }
}

@-webkit-keyframes tuju {
  0% {
    background: url("../img/pp/Trigga-Coca.jpg");
    background-size: cover;
    background-position: center;
  }
  30% {
    background: url("../img/pp/Trigga-Coca-th.jpg");
    background-size: cover;
    background-position: center;
  }
  100% {
    background: url("../img/pp/Trigga-Coca.jpg");
    background-size: cover;
    background-position: center;
  }
}

@keyframes tuju {
  0% {
    background: url("../img/pp/Trigga-Coca.jpg");
    background-size: cover;
    background-position: center;
  }
  30% {
    background: url("../img/pp/Trigga-Coca-th.jpg");
    background-size: cover;
    background-position: center;
  }
  100% {
    background: url("../img/pp/Trigga-Coca.jpg");
    background-size: cover;
    background-position: center;
  }
}

@-webkit-keyframes lapan {
  0% {
    background: url("../img/pp/Collvpse.jpg");
    background-size: cover;
    background-position: center;
  }
  30% {
    background: url("../img/pp/Collvpse-th.jpg");
    background-size: cover;
    background-position: center;
  }
  100% {
    background: url("../img/pp/Collvpse.jpg");
    background-size: cover;
    background-position: center;
  }
}

@keyframes lapan {
  0% {
    background: url("../img/pp/Collvpse.jpg");
    background-size: cover;
    background-position: center;
  }
  30% {
    background: url("../img/pp/Collvpse-th.jpg");
    background-size: cover;
    background-position: center;
  }
  100% {
    background: url("../img/pp/Collvpse.jpg");
    background-size: cover;
    background-position: center;
  }
}

@-webkit-keyframes bilan {
  0% {
    background: url("../img/pp/Ichssvn.jpg");
    background-size: cover;
    background-position: center;
  }
  30% {
    background: url("../img/pp/Ichssvn-th.jpg");
    background-size: cover;
    background-position: center;
  }
  100% {
    background: url("../img/pp/Ichssvn.jpg");
    background-size: cover;
    background-position: center;
  }
}

@keyframes bilan {
  0% {
    background: url("../img/pp/Ichssvn.jpg");
    background-size: cover;
    background-position: center;
  }
  30% {
    background: url("../img/pp/Ichssvn-th.jpg");
    background-size: cover;
    background-position: center;
  }
  100% {
    background: url("../img/pp/Ichssvn.jpg");
    background-size: cover;
    background-position: center;
  }
}

@-webkit-keyframes puluh {
  0% {
    background: url("../img/pp/gazm.jpg");
    background-size: cover;
    background-position: center;
  }
  30% {
    background: url("../img/pp/gazm-th.jpg");
    background-size: cover;
    background-position: center;
  }
  100% {
    background: url("../img/pp/gazm.jpg");
    background-size: cover;
    background-position: center;
  }
}

@keyframes puluh {
  0% {
    background: url("../img/pp/gazm.jpg");
    background-size: cover;
    background-position: center;
  }
  30% {
    background: url("../img/pp/gazm-th.jpg");
    background-size: cover;
    background-position: center;
  }
  100% {
    background: url("../img/pp/gazm.jpg");
    background-size: cover;
    background-position: center;
  }
}

.f-img {
  width: 100%;
}

.om {
  margin-top: 10px;
  margin-bottom: 13%;
}

footer {
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

footer .container {
  padding: 0;
  position: relative;
}

footer .bg-fut {
  overflow: hidden;
}

footer .bg-fut img {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -2;
  left: 0;
  overflow: hidden;
}

iframe {
  width: 100%;
  margin: 20px 0 20px;
}

.main-btn {
  font-family: 'anemouthregular';
  text-decoration: none;
  text-align: center;
  padding: 5px 20px;
  color: #fff;
  font-size: 30px;
  border: 1px solid #fff;
  display: inline-block;
}

.text-center {
  text-align: center;
}
/*# sourceMappingURL=main.css.map */