/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on January 20, 2024 */
@font-face {
  font-family: "starjediregular";
  src: url("../fonts/starjedi-webfont.woff2") format("woff2"), url("../fonts/starjedi-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "starjedihollowregular";
  src: url("../fonts/starjhol-webfont.woff2") format("woff2"), url("../fonts/starjhol-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tradegothicroman";
  src: url("../fonts/tradegothic_roman-webfont.woff2") format("woff2"), url("../fonts/tradegothic_roman-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
h1 {
  font-family: "starjediregular", sans-serif;
  font-size: 40px;
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 44px;
}

.intro-text {
  font-family: "starjedihollowregular";
  color: #FFE81F;
  font-size: 40px;
}

p {
  font-family: "tradegothicroman";
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 24px;
}

h3 {
  font-family: "starjediregular", sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 34px;
}

h2 {
  font-family: "tradegothicroman";
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 34px;
}

.btn {
  background-color: white;
  border: 1px solid black;
  border-radius: 0;
  color: #000;
  font-family: "starjediregular", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.3rem;
  line-height: 0.9;
  padding: 1rem 2rem;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.btn:hover {
  background-color: #a6cde8;
  color: white;
  cursor: pointer;
}

#menu {
  display: none;
}

#search {
  height: 3rem;
  width: 14rem;
  font-size: 1.4rem;
  border-radius: 0;
  z-index: 10;
}

#home-page-bg {
  background-color: #171717;
  color: white;
  background-image: url(../images/homebg.jpg);
  background-repeat: repeat;
  background-position: top center;
  background-size: 200%;
}

@media screen and (max-width: 1199px) {
  #home-page-bg {
    background-size: 190%;
  }
}
@media screen and (max-width: 767px) {
  #home-page-bg {
    background-size: 200%;
  }
}
.intro-box,
.menu-box {
  padding-top: 10px;
  padding-bottom: 100px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  margin-top: -520px;
  z-index: 10;
}

#characters {
  margin-bottom: -160px;
}

.miniicon {
  width: 50px;
  height: 50px;
  margin: 10px;
}

.animation_container {
  position: relative;
  height: 115vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.space_ship {
  position: absolute;
  top: 100px;
  width: 350px;
  height: 350px;
  transform: rotate(180deg);
}

#characters ul li img {
  width: 100px;
  border-radius: 50%;
  align-items: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

ul li {
  list-style: none;
  display: inline-block;
}

#films {
  grid-row: 1/2;
}

#film-con {
  grid-row: 1/2;
  margin-top: 4.5rem;
}

#film-con img {
  width: 100%;
}

#film-con {
  text-align: left;
  background-color: #fff;
  color: #171717;
}/*# sourceMappingURL=main.css.map */