font-face {
  font-family: "spartanblack";
  src: url("spartan-black-webfont.woff2") format("woff2"),
    url("spartan-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "spartanthin";
  src: url("spartan-thin-webfont.woff2") format("woff2"),
    url("spartan-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "spartansemibold";
  src: url("spartan-semibold-webfont.woff2") format("woff2"),
    url("spartan-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "spartanregular";
  src: url("spartan-regular-webfont.woff2") format("woff2"),
    url("spartan-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "spartanmedium";
  src: url("spartan-medium-webfont.woff2") format("woff2"),
    url("spartan-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "spartanbold";
  src: url("spartan-bold-webfont.woff2") format("woff2"),
    url("spartan-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

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

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

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

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

html,
body {
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  background: #fff;
  margin: 0px;
  padding: 0px;
  scroll-behavior: smooth;
}

#englishContent {
  color: #0c0019;
  padding-bottom: 8vh;
  flex-direction: column;
  z-index: 2;
  position: relative;
}

#japaneseContent {
  color: #0c0019;
  padding-bottom: 8vh;
  flex-direction: column;
  z-index: 2;
  position: relative;
}

#flagContent {
  color: #0c0019;
  padding-bottom: 8vh;
  display: flex;
  flex-direction: column;
  z-index: 2;
  position: relative;
  flex: 1;
}

@media (orientation: landscape) {

  video {
    width: auto;
    height: 100vh;
    position: relative;
    z-index: 1;
  } 

  #videoButtons{
    position: absolute;
    top: 10px;
    z-index: 1000;
    width: 100vw;
    display: flex;
    justify-content: space-evenly;
  }

  #playButton{
    width: 6vh;
    height: 6vh;
    background: transparent;
    border: none;
  }

  #volumeButton{
    width: 6vh;
    height: 6vh;
    background: transparent;
    border: none;
  }

  iframe {
    aspect-ratio: 16 / 9;
    height: 50vh;
    width: auto;
}

  .titleScreen {
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    background-color: #000;
    top: 0px;
  }

  .flagTitleScreen {
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    top: 0px;
  }

  #titleLogoWrapper {
    flex: 2;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 5vh;
  }


  #homeLogoWrapper {
    flex: 3;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #flags {
    flex: 2;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100vw;
  }

  #titleLogo {
    aspect-ratio: 1;
    height: min(65vw, 65vh);
    width: calc(min(65vw, 65vh) * 1.25);
    filter: drop-shadow(0 0.75rem 0.75rem rgb(0, 0, 0));
    }

    #homeLogo {
      aspect-ratio: 1;
      height: min(65vw, 50vh);
      width: calc(min(65vw, 50vh) * 1.25);
      filter: drop-shadow(0 0.75rem 0.75rem rgb(0, 0, 0));
      }

  #titleTextWrapper {
    flex: 1;
    display: flex;
    justify-content: start;
  }

  .titleText {
    position: relative;
    font-size: 5vh;
    top: -5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "spartanregular";
    color: hsla(0, 0%, 98.04%, 1);
    text-decoration: none;
    left: 50%;
  }

  #aboutText {
    width: 60%;
    line-height: 1.5;
    font-weight: 400;
    font-size: 1rem;
    color: #0c0019;
    text-align: justify;
    text-justify: inter-word;
  }

  #aboutTextWrapper {
    display: flex;
    flex: 1;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #contactForm {
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 50%;
    font-family: "spartanregular";
  }

  .compoundText {
    font-family: "spartanregular";
  
    font-weight: 400;
    font-size: 40px;
    color: #0c0019;
  
  }

  .formInput {
    display: block;
    width: calc(100% - 5vw);
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-transition: border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  
    padding: 1.5vw;
    font-size: 1.1rem;
    line-height: 1.5;
    border-radius: 0.15rem;
    margin-bottom: 1rem;
    font-family: "spartanregular";
  }
  
  .formButton {
    color: #fff;
    background-color: #0c0019;
    border-color: #0c0019;
    display: block;
    width: 100%;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.15rem;
    margin-top: 1rem;
    font-family: "spartanregular";
  }

  #clientLogoWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5vh;
    width: 33%;
  }

  .clientsLogo {
    width: min(25vh, 25vw);
  }

  .deviousRecordsLogo {
    width: min(18vh,18vw);
  }

  #showreelWrapper {
    display: flex;
    flex: 1;
    height: 100%;
    flex-direction: column;
    align-items: center;
    padding-top: 2vh;
  }

  #showreel {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5vh;
    width: 33%;
  }
}

@media (orientation: portrait) {

  video {
    width: auto;
    max-width: 100vw;
    max-height: 90vh;
    height: 90vh;
    position: relative; 
    z-index: 1;
  } 

  #videoButtons{
    position: absolute;
    top: 10px;
    z-index: 1000;
    width: 100vw;
    display: flex;
    justify-content: space-evenly;
  }

  #playButton{
    width: 6vw;
    height: 6vw;
    background: transparent;
    border: none;
  }

  #volumeButton{
    width: 6vw;
    height: 6vw;
    background: transparent;
    border: none;
  }

  iframe {
    aspect-ratio: 16 / 9;
    height: auto;
    width: 80vw;
  }

  .titleScreen {
    width: 100%;
    height: 100vh;
    align-items: center;
    display: flex;
    flex-direction: column;
    background-color: #000;
    /* background: linear-gradient(#303033, #000000); */
    top: 0px;
  }

  .flagTitleScreen {
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    /* background: linear-gradient(#303033, #000000); */
    top: 0px;
  }

  #titleLogoWrapper {
    flex: 2;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    margin-top: 20vh;
  }

  #homeLogoWrapper {
    flex: 2;
    display: flex;
    justify-content: center;
    align-items: center; 
  
  }

  #flags {
    flex: 2;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    width: 100vw;
  }

  #homeLogo {
    aspect-ratio: 1;
    height: min(65vw, 40vh);
    width: calc(min(65vw, 40vh) * 1.25);
    filter: drop-shadow(0 0.75rem 0.75rem rgb(0, 0, 0));
  }

  #titleLogo {
    aspect-ratio: 1;
    height: min(65vw, 55vh);
    width: calc(min(65vw, 55vh) * 1.25);
    filter: drop-shadow(0 0.75rem 0.75rem rgb(0, 0, 0));
  }

  #titleTextWrapper {
    flex: 1;
    display: flex;
    justify-content: flex-start;
  }

  .titleText {
    position: relative;
    font-size: 5vw;
    top: -5vh;
    display: flex;
    justify-content: center;

    font-family: "spartanregular";
    color: hsla(0, 0%, 98.04%, 1);
    text-decoration: none;
  }

  #aboutText {
    width: 80%;
    line-height: 1.5;
    font-weight: 400;
    font-size: 1rem;
    color: #0c0019;
    text-align: justify;
    text-justify: inter-word;
  }

  #aboutTextWrapper {
    display: flex;
    flex: 1;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #contactForm {
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 80%;
    font-family: "spartanregular";
    line-height: 1.5;
    font-weight: 400;
    font-size: 1rem;
    color: #0c0019;
    text-align: justify;
    text-justify: inter-word;
  }

  .clientsLogo {
    width: min(30vh,30vw);
  }

  .deviousRecordsLogo {
    width: min(22vh,22vw);
  }

  .compoundText {
    font-family: "spartanregular";
  
    font-weight: 400;
    font-size: 20px;
    color: #0c0019;
  
  }

  .formInput {
    display: block;
    width: calc(100% - 5vw);
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-transition: border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  
    padding: 2.5vw;
    font-size: 1.1rem;
    line-height: 1.5;
    border-radius: 0.15rem;
    margin-bottom: 1rem;
    font-family: "spartanregular";
  }
  
  .formButton {
    color: #fff;
    background-color: #0c0019;
    border-color: #0c0019;
    display: block;
    width: 100%;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.15rem;
    margin-top: 1rem;
    font-family: "spartanregular";
  }

  #clientLogoWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5vh;
    width: 50%;
  }

  #showreelWrapper {
    display: flex;
    flex: 1;
    height: 100%;
    flex-direction: column;
    align-items: center;
    padding-top: 2vh;
  }

  #showreel {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5vh;
    width: 80%;
  }
}



.about {
  width: 100%;
  min-height: 80vh;
  height: auto;
  padding-top: 5vh;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-family: "spartanregular";
}

.showreel {
  width: 100%;
  min-height: 80vh;
  height: auto;
  padding-top: 5vh;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-family: "spartanregular";
}

.text {
  font-family: "spartanregular";
}

.contact {
  width: 100%;
  min-height: 100vh;
  height: auto;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

#contactWrapper {
  width: 100%;
  min-height: 100vh;
  height: auto;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.clients {
  width: 100%;
  min-height: 80vh;
  height: auto;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
}

#clientsWrapper {
  width: 100%;
  min-height: 100vh;
  padding-top: 5vh;
  height: auto;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
}

.navButton {
  position: relative;
  width: min(6vw, 6vh);
  height: min(6vw, 6vh);
  display: flex;
  flex: 1;
  justify-content: center;
}

.navImage {
  width: min(6vw, 6vh);
  height: min(6vw, 6vh);
}

.hidden {
  display: none;
}

.flagLogo {
  width: min(20vw, 20vh);
  border: #000 1px solid;
  filter: drop-shadow(0 0.2rem 0.25rem rgb(0, 0, 0));

}



#clientTitleText {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  width: 100%;
}

#clientLogoText {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  width: 50%;
}

#clientTextWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
}

#navbar {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 8vh;
  line-height: 8vh;
  background-color: #fff;
  color: #0c0019;
  z-index: 3;
  flex-direction: row;
  justify-content: center;
  display: none;
}

#footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 8vh;
  line-height: 8vh;
  background-color: #fff;
  color: #0c0019;
  z-index: 3;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}



.vidButton {
  width: min(2vw, 2vh);
  height: min(2vw, 2vh);
}


