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

body {
  font-family: "RUNESCAPE", sans-serif;
}

html {
  font-size: 19px;
}

h1 {
  font-family: "RUNESCAPE", cursive;
  font-size: 6rem;
  color: #68542f;
}

h2 {
  font-size: 1.3rem;
    color: #68542f;
}

h3 {
  font-size: 1.5rem;
  color: white;
  font-family: "RUNESCAPE", cursive;
}

a {
  color: #7d5e28;
  font-weight: bold;
  text-decoration: none;
}

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

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #000000;
}

::-webkit-scrollbar-thumb {
  background: #da6600;
}

.container {
  overflow: hidden;
  position: relative;
  min-height: 1200px;
}

.top {
  position: absolute;
  top: 0;
  height: calc(50% - 46px);
  width: 100%;
}

.bottom {
  position: absolute;
  bottom: 0;
  height: calc(50% + 46px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bg-color-top {
  background-color: #f6c49f;
}

.bg-color-bottom {
  background-color: #69c0db;
}

.marquee {
  width: 100%;
  overflow: hidden;
  background: #fd7400;
  color: #0c0c0c;
  font-size: 22px;
  font-weight: 400;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  padding: 2px 0;
}
.marquee .marquee-content {
  min-width: 100%;
  grid-column-gap: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-right: 30px;
}

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.scrollx {
  -webkit-animation: scroll 20s linear infinite;
          animation: scroll 20s linear infinite;
}

.reverse {
  animation-direction: reverse;
}

.news {
  max-width: 1200px;
  margin: 0 auto;
  padding: 110px 40px;
  padding: 135px 40px;
  position: relative;
  min-height: 450px;
}
.news .news-content {
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
}
.news .news-content .scroll {
  width: 100%;
}
.news .news-content .scroll-content {
  background-image: url("../assets/images/scroll-bg.webp");
  background-size: 100% 100%;
  padding: 50px;
  width: 80%;
  margin: 0 auto;
  margin-top: -26px;
  margin-bottom: -26px;
}
.news .news-content:before {
  content: "";
  position: absolute;
  top: 10%;
  left: -20%;
  width: 25%;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../assets/images/dog1.png);
  z-index: 10;
  background-size: contain;
  background-repeat: no-repeat;
}
.news .news-content.active:before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.news .news-content.active:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.news .news-content:after {
  content: "";
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  position: absolute;
  top: 10%;
  right: -20%;
  width: 25%;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../assets/images/dog1.png);
  z-index: 10;
  background-size: contain;
  background-repeat: no-repeat;
}
.news .news-content h1 {
  text-align: center;
  margin-bottom: 20px;
}
.news .news-content .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
.news .news-content .news-item .news-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  gap: 20px;
}
.news .news-content .news-item-text {
  display: grid;
  grid-template-columns: auto 100px;
  gap: 30px;
}
.news .news-content .news-item-text div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  text-align: justify;
}
.news .news-content .news-item-text img {
  width: 100%;
}
.news .news-content .dog {
  max-width: 300px;
  width: 100%;
  margin: 20px auto;
  display: block;
}

.runes {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.runes img {
  width: 6%;
}

@-webkit-keyframes fall20 {
  0% {
    -webkit-transform: translateY(-100%) rotate(20deg);
            transform: translateY(-100%) rotate(20deg);
  }
  80% {
    -webkit-transform: translateY(600%) rotate(20deg);
            transform: translateY(600%) rotate(20deg);
  }
  100% {
    -webkit-transform: translateY(600%) rotate(20deg);
            transform: translateY(600%) rotate(20deg);
  }
}

@keyframes fall20 {
  0% {
    -webkit-transform: translateY(-100%) rotate(20deg);
            transform: translateY(-100%) rotate(20deg);
  }
  80% {
    -webkit-transform: translateY(600%) rotate(20deg);
            transform: translateY(600%) rotate(20deg);
  }
  100% {
    -webkit-transform: translateY(600%) rotate(20deg);
            transform: translateY(600%) rotate(20deg);
  }
}
@-webkit-keyframes fall30 {
  0% {
    -webkit-transform: translateY(-100%) rotate(-30deg);
            transform: translateY(-100%) rotate(-30deg);
  }
  80% {
    -webkit-transform: translateY(600%) rotate(-30deg);
            transform: translateY(600%) rotate(-30deg);
  }
  100% {
    -webkit-transform: translateY(600%) rotate(-30deg);
            transform: translateY(600%) rotate(-30deg);
  }
}
@keyframes fall30 {
  0% {
    -webkit-transform: translateY(-100%) rotate(-30deg);
            transform: translateY(-100%) rotate(-30deg);
  }
  80% {
    -webkit-transform: translateY(600%) rotate(-30deg);
            transform: translateY(600%) rotate(-30deg);
  }
  100% {
    -webkit-transform: translateY(600%) rotate(-30deg);
            transform: translateY(600%) rotate(-30deg);
  }
}
@-webkit-keyframes fall60 {
  0% {
    -webkit-transform: translateY(-100%) rotate(60deg);
            transform: translateY(-100%) rotate(60deg);
  }
  80% {
    -webkit-transform: translateY(600%) rotate(60deg);
            transform: translateY(600%) rotate(60deg);
  }
  100% {
    -webkit-transform: translateY(600%) rotate(60deg);
            transform: translateY(600%) rotate(60deg);
  }
}
@keyframes fall60 {
  0% {
    -webkit-transform: translateY(-100%) rotate(60deg);
            transform: translateY(-100%) rotate(60deg);
  }
  80% {
    -webkit-transform: translateY(600%) rotate(60deg);
            transform: translateY(600%) rotate(60deg);
  }
  100% {
    -webkit-transform: translateY(600%) rotate(60deg);
            transform: translateY(600%) rotate(60deg);
  }
}
.runes {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  overflow: hidden;
}
.runes img {
  width: 100px;
  position: absolute;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.runes img:nth-child(1) {
  -webkit-animation: fall20 infinite linear;
          animation: fall20 infinite linear;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
  left: 10%;
}
.runes img:nth-child(2) {
  -webkit-animation: fall60 infinite linear;
          animation: fall60 infinite linear;
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
  left: 40%;
}
.runes img:nth-child(3) {
  -webkit-animation: fall20 infinite linear;
          animation: fall20 infinite linear;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
  left: 60%;
}
.runes img:nth-child(4) {
  -webkit-animation: fall30 infinite linear;
          animation: fall30 infinite linear;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  left: 80%;
}
.runes img:nth-child(5) {
  -webkit-animation: fall20 infinite linear;
          animation: fall20 infinite linear;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
  right: 5%;
}
.runes img:nth-child(6) {
  -webkit-animation: fall20 infinite linear;
          animation: fall20 infinite linear;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
  left: 18%;
}
.runes img:nth-child(7) {
  -webkit-animation: fall60 infinite linear;
          animation: fall60 infinite linear;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  left: 5%;
}
.runes img:nth-child(8) {
  -webkit-animation: fall30 infinite linear;
          animation: fall30 infinite linear;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
  left: 70%;
}
.runes s img:nth-child(9) {
  -webkit-animation: fall20 infinite linear;
          animation: fall20 infinite linear;
  -webkit-animation-duration: 22s;
          animation-duration: 22s;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  left: 30%;
}

.stars {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: black;
}
.stars .star {
  width: 10px;
  height: 10px;
  background-color: yellow;
  position: absolute;
  z-index: 0;
  opacity: 0;
  -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
          clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.stars .star:nth-child(1) {
  top: 5%;
  left: 5%;
  -webkit-animation: star 10s infinite;
          animation: star 10s infinite;
}
.stars .star:nth-child(2) {
  top: 20%;
  left: 30%;
  -webkit-animation: star 15s infinite;
          animation: star 15s infinite;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.stars .star:nth-child(3) {
  top: 10%;
  left: 10%;
  -webkit-animation: star 25s infinite;
          animation: star 25s infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.stars .star:nth-child(4) {
  top: 21%;
  left: 6%;
  -webkit-animation: star 17s infinite;
          animation: star 17s infinite;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.stars .star:nth-child(5) {
  top: 10%;
  left: 17%;
  -webkit-animation: star 14s infinite;
          animation: star 14s infinite;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.stars .star:nth-child(6) {
  top: 27%;
  left: 10%;
  -webkit-animation: star 23s infinite;
          animation: star 23s infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.stars .star:nth-child(7) {
  top: 20%;
  left: 17%;
  -webkit-animation: star 24s infinite;
          animation: star 24s infinite;
}
.stars .star:nth-child(8) {
  top: 27%;
  left: 23%;
  -webkit-animation: star 11s infinite;
          animation: star 11s infinite;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.stars .star:nth-child(9) {
  top: 10%;
  left: 65%;
  -webkit-animation: star 15s infinite;
          animation: star 15s infinite;
}
.stars .star:nth-child(10) {
  top: 10%;
  left: 80%;
  -webkit-animation: star 8s infinite;
          animation: star 8s infinite;
}
.stars .star:nth-child(11) {
  top: 35%;
  left: 15%;
  -webkit-animation: star 10s infinite;
          animation: star 10s infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.stars .star:nth-child(12) {
  top: 38%;
  left: 20%;
  -webkit-animation: star 15s infinite;
          animation: star 15s infinite;
}
.stars .star:nth-child(13) {
  top: 24%;
  left: 66%;
  -webkit-animation: star 8s infinite;
          animation: star 8s infinite;
}
.stars .star:nth-child(14) {
  top: 10%;
  left: 35%;
  -webkit-animation: star 8s infinite;
          animation: star 8s infinite;
}
.stars .province {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 20%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* padding-top: 50%; */
  z-index: 1;
}
.stars .stars-socials-wrapper {
  z-index: 2;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 40px;
}
.stars .stars-socials-wrapper h3 {
  margin-bottom: 10px;
  text-align: center;
}
.stars .stars-socials-wrapper .stars-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.stars .stars-socials-wrapper img {
  width: 90px;
  padding: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.stars .stars-socials-wrapper img:hover {
  padding: 0;
}

@-webkit-keyframes star {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes star {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#audio-control {
  position: absolute;
  top: 55px;
  right: 10px;
  cursor: pointer;
  z-index: 10;
  width: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 5px;
}
#audio-control:hover {
  padding: 0;
}

@media only screen and (max-width: 1600px) {
  .news .news-content:before {
    width: 22%;
    left: -10%;
  }
  .news .news-content:after {
    width: 22%;
    right: -10%;
  }
}
@media only screen and (max-width: 1400px) {
  .marquee-content p:nth-child(7) {
    display: none;
  }
  .news .news-content:before {
    width: 22%;
    left: 0%;
  }
  .news .news-content:after {
    width: 22%;
    right: 0%;
  }
}
@media only screen and (max-width: 1200px) {
  .marquee-content p:nth-child(6) {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .news {
    padding: 110px 10px;
  }
  #audio-control {
    top: 52px;
  }
  .marquee-content p:nth-child(5) {
    display: none;
  }
  .container {
    min-height: 850px;
  }
  .stars .province {
    top: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .news .news-content .scroll-content {
    padding: 25px;
  }
  .news .news-content .news-item .news-item-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
  .news .news-content .news-item .news-item-top h2:nth-child(2) {
    font-size: 1rem;
  }
  .news .news-content .news-item-text {
    grid-template-columns: auto 20%;
    gap: 10px;
  }
  html {
    font-size: 16px;
  }
  #audio-control {
    top: 40px;
  }
  .marquee {
    font-size: 1.4rem;
    gap: 10px;
  }
  .marquee .marquee-content p:nth-child(5) {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  html {
    font-size: 13px;
  }
  .container {
    min-height: 650px;
  }
  .stars .province {
    top: 3%;
  }
  .marquee-content p:nth-child(4) {
    display: none;
  }
  .news .news-content:before {
    width: 22%;
    left: 0;
  }
  .news .news-content:after {
    width: 22%;
    right: 0;
  }
}/*# sourceMappingURL=styles.css.map */