@font-face {
  font-family: "Japokki";
  src: url("../css/japokki.otf") format("truetype");
}

body, html {
  overflow: hidden;
}

*:focus, *:active {
  outline: none !important;
}

@keyframes orbit2 {
  0% {
    transform: rotate(0deg) translateX(0px) rotate(0deg);
  }
  10% {
    transform: rotate(0deg) translateX(30px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(30px) rotate(-360deg);
  }
}

@keyframes orbit {
  0% {
    transform: rotate(0deg) translateX(0px) rotate(0deg);
  }
  10% {
    transform: rotate(0deg) translateX(15px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(15px) rotate(-360deg);
  }
}

.background {
  overflow: hidden;
  height: 100vh;
  background-image: url("../images/widescreen.png");
  background-size: cover;
  background-position: bottom;
}

@media screen and (min-width: 1420px) {
  .background {
    background-image: url("../images/widescreen.png");
    background-position: bottom;
  }
}

.background .border {
  border: 14px solid black;
  height: 88vh;
  width: 62vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 840px) {
  .background .border {
    position: fixed;
    width: 100vw;
    top: 50%;
    height: 100%;
  }
}

.background .logo {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: -50px;
}

.background .logo img {
  height: 250px;
}

@media screen and (max-width: 840px) {
  .background .logo {
    top: 25px;
  }
  .background .logo img {
    height: 150px;
  }
}

@media screen and (max-width: 600px) {
  .background .logo {
    top: 50px;
  }
}

.background .btn-style {
  border-radius: 0;
  background: black;
  border: 0;
  outline: none;
  font-family: "Japokki";
  font-size: 20px;
  letter-spacing: 20px;
  padding-top: 15px;
  padding-left: 26px;
}

@media screen and (max-width: 600px) {
  .background .btn-style {
    font-size: 10px;
    padding-top: 6px;
    padding-left: 15px;
    letter-spacing: 12px;
  }
}

.background .btn-style:focus {
  outline: none;
  background-color: black;
}

.background .absolute-left {
  position: absolute;
  left: -14px;
  top: -58px;
}

@media screen and (max-width: 840px) {
  .background .absolute-left {
    top: -5px;
    left: -10px;
  }
}

@media screen and (max-width: 600px) {
  .background .absolute-left {
    left: -12px;
  }
}

.background .absolute-right {
  position: absolute;
  right: -14px;
  top: -58px;
}

@media screen and (max-width: 840px) {
  .background .absolute-right {
    top: -5px;
    right: -10px;
  }
}

.background .front-tree {
  width: 770px;
  z-index: 2;
  position: relative;
  left: -150px;
  bottom: -60px;
  height: 1000px;
  background-size: cover;
  background-position: center;
  background-image: url("../images/tree-outside.png");
}

@media screen and (min-height: 1200px) {
  .background .front-tree {
    left: 10px;
    bottom: -360px;
  }
}

@media screen and (max-height: 900px) {
  .background .front-tree {
    transform: scale(0.8);
  }
}

@media screen and (max-height: 830px) {
  .background .front-tree {
    transform: scale(0.6);
    left: -150px;
  }
}

@media screen and (max-height: 700px) {
  .background .front-tree {
    transform: scale(0.4);
    left: -200px;
    bottom: -320px;
  }
}

@media screen and (max-width: 1080px) {
  .background .front-tree {
    display: none;
  }
}

.background .about {
  display: none;
  background-color: black;
  color: white;
  width: 600px;
  position: absolute;
  z-index: 10;
  top: 7vh;
  left: 19%;
  padding: 25px;
}

@media screen and (max-width: 840px) {
  .background .about {
    left: 0;
    top: 6.5vh;
  }
}

@media screen and (max-width: 720px) {
  .background .about {
    top: 5vh;
    width: 100%;
  }
}

.background .about .about-text {
  border: 2px solid white;
  padding: 20px;
}

.background .about .about-text .title {
  font-weight: 900;
  font-size: 24px;
}

.background .about .about-text span {
  font-weight: 600;
}

.background .about .about-text p {
  margin-top: 30px;
}

@media screen and (max-width: 400px) {
  .background .about .about-text {
    padding: 15px;
  }
  .background .about .about-text p {
    margin-top: 15px;
  }
}

@media screen and (max-height: 480px) and (max-width: 640px) {
  .background .about {
    top: 11vh;
  }
  .background .about .about-text {
    padding: 15px;
  }
  .background .about .about-text p {
    margin-top: 8px;
  }
}

@media screen and (max-height: 380px) and (max-width: 640px) {
  .background .about {
    top: 13vh;
  }
  .background .about .about-text {
    padding: 10px;
  }
  .background .about .about-text p {
    margin-top: 6px;
  }
}

.background .news {
  z-index: 10;
  display: none;
  background-color: black;
  color: white;
  width: 600px;
  position: absolute;
  top: 7vh;
  right: 19%;
  padding: 25px;
}

@media screen and (max-width: 840px) {
  .background .news {
    right: 0;
    top: 6.5vh;
  }
}

@media screen and (max-width: 720px) {
  .background .news {
    width: 100%;
    top: 5vh;
  }
}

.background .news .news-text {
  border: 2px solid white;
  padding: 20px;
}

.background .news .news-text .song {
  display: flex;
  margin-top: 20px;
  cursor: pointer;
}

.background .news .news-text .song-title {
  width: 70%;
  font-weight: 900;
  font-size: 20px;
}

.background .news .news-text span {
  font-weight: 600;
}

.background .news .news-text i {
  font-size: 40px;
  color: white;
  text-decoration: none;
  position: relative;
  left: 60px;
  top: 10px;
}

@media screen and (max-width: 400px) {
  .background .news .news-text i {
    left: 20px;
    top: 15px;
  }
}

@media screen and (max-height: 480px) and (max-width: 640px) {
  .background .news {
    top: 11vh;
  }
}

.background .border-youtube {
  width: 200px;
  height: 200px;
  position: absolute;
  top: -50px;
  left: -50px;
  border: 5px solid black;
}

@media screen and (max-width: 720px) {
  .background .border-youtube {
    display: none;
  }
}

.background .border-youtube:hover {
  animation-name: orbit2;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

.background .youtube {
  z-index: 5;
  position: absolute;
  top: 65%;
  left: 40%;
}

@media screen and (max-height: 900px) {
  .background .youtube {
    left: 40%;
  }
}

@media screen and (max-width: 900px) {
  .background .youtube {
    left: 50%;
  }
}

@media screen and (max-width: 720px) {
  .background .youtube {
    top: 80%;
    transform: translate(-50%);
  }
  .background .youtube img {
    height: 60px;
  }
}

@media screen and (max-height: 480px) {
  .background .youtube img {
    height: 45px;
  }
}

@media screen and (max-height: 430px) {
  .background .youtube {
    top: 65%;
    left: 77%;
  }
}

.background .border-facebook {
  width: 110px;
  height: 110px;
  position: absolute;
  top: -32px;
  left: -22px;
  border: 5px solid black;
}

@media screen and (max-width: 720px) {
  .background .border-facebook {
    display: none;
  }
}

.background .border-facebook:hover {
  animation-name: orbit;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

.background .facebook {
  z-index: 5;
  position: absolute;
  top: 37%;
  right: 38%;
}

@media screen and (max-width: 720px) {
  .background .facebook {
    top: 50%;
    right: 50%;
    transform: translate(50%);
  }
  .background .facebook img {
    height: 60px;
  }
}

@media screen and (max-height: 480px) {
  .background .facebook img {
    height: 45px;
  }
}

@media screen and (max-height: 430px) {
  .background .facebook {
    top: 65%;
    right: 77%;
  }
}

.background .border-instagram {
  width: 120px;
  height: 120px;
  position: absolute;
  top: -35px;
  left: -27px;
  border: 5px solid black;
}

@media screen and (max-width: 720px) {
  .background .border-instagram {
    display: none;
  }
}

.background .border-instagram:hover {
  animation-name: orbit;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

.background .instagram {
  z-index: 5;
  position: absolute;
  top: 47%;
  left: 33%;
}

@media screen and (max-width: 720px) {
  .background .instagram {
    top: 65%;
    left: 50%;
    transform: translate(-50%);
  }
  .background .instagram img {
    height: 60px;
  }
}

@media screen and (max-height: 480px) {
  .background .instagram img {
    height: 45px;
  }
}

.modal-youtube {
  position: absolute;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  justify-content: center;
  align-items: center;
}

.modal-youtube iframe {
  border: 3px solid black;
  width: 1024px;
  height: 768px;
}

@media screen and (max-height: 940px) {
  .modal-youtube iframe {
    width: 800px;
    height: 600px;
  }
}

@media screen and (max-height: 740px) {
  .modal-youtube iframe {
    width: 600px;
    height: 400px;
  }
}

@media screen and (max-width: 1380px) {
  .modal-youtube iframe {
    width: 800px;
    height: 600px;
  }
}

@media screen and (max-width: 980px) {
  .modal-youtube iframe {
    width: 600px;
    height: 400px;
  }
}

@media screen and (max-width: 680px) {
  .modal-youtube iframe {
    width: 400px;
    height: 250px;
  }
}

@media screen and (max-width: 480px) {
  .modal-youtube iframe {
    width: 300px;
    height: 200px;
  }
}

.modal-youtube i {
  font-size: 5rem;
  color: white;
  position: absolute;
  right: 100px;
  top: 80px;
  cursor: pointer;
  transition: 0.1s all ease-in-out;
}

.modal-youtube i:hover {
  color: gray;
}

@media screen and (max-width: 680px) {
  .modal-youtube i {
    right: 40px;
    top: 100px;
  }
}
 

 /*# sourceMappingURL= main.css.map */