@font-face {
  font-family: baseFont;
  src: url("../assets/fonts/EvilWizardDialogueFont.ttf");
}

html {
  scroll-behavior: smooth;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  user-zoom: none;
}

body {
  padding: 0;
  margin: 0;
  background: black;
  font-family: baseFont;
}

.navbar__hamburger {
  color: white;
}

mark {
  background: none;
  color: #cb2f2a;
}

.mark1 {
  color: #cb2f2a;
}

.mark2 {
  color: #F6B142;
}

.mark3 {
  color: black;
}

.mark4 {
  color: #7FEFFB;
}

.loader {
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100vh;
  position: relative;
}

.loader__img {
  width: 500px;
  z-index: 2;
  pointer-events: none;
}

.effects {
  position: absolute;
  width: 100%;
  height: 50vh;
  z-index: 999999;
  font-family: initial;
  width: 80%;
}

.effects1 {
  position: absolute;
  width: 100%;
  height: 50vh;
  z-index: 1;
  font-family: initial;
  width: 100%;
}

.error {
  height: 100vh;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.error__img {
  width: 500px;
}

.landing {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.landing__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

.landing:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  z-index: 5;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
  background: linear-gradient(to top, black, transparent);
}

.landing:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 2;
  background: black;
  mix-blend-mode: color;
}

#branch {
  position: relative !important;
}

#bg-front-mid {
  z-index: 2;
}

#landing-logo {
  position: relative !important;
  width: 800px;
  z-index: 1;
}

#bg-front {
  top: -50px;
}

.navbar {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 90px;
}

.navbar .navbar__list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  list-style-type: none;
}

.navbar .navbar__list .navbar__item > a {
  color: white;
  text-decoration: none;
  padding: 18px;
  margin: 10px;
}

.navbar .navbar__list .navbar__item > a:hover {
  color: white;
  background: url("../assets/images/expression.png") no-repeat;
  background-position: top;
}

.navbar .navbar__list .navbar__item > img {
  width: 200px;
  margin: 0px 20px;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  color: #F6B142;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__img {
  width: 200px;
}

.footer blockquote {
  font-size: 13px;
  font-weight: bold;
  margin: 10px;
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.footer .socials {
  list-style-type: none;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .socials__icon {
  color: #cb2f2a;
  margin: 10px 20px;
  font-size: 32px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.footer .socials__icon:hover {
  color: #F6B142;
}

.introduction {
  margin: auto;
  color: white;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  max-width: 1200px;
  padding: 40px 20px;
}

.introduction__desc > h1 {
  background: url("../assets/images/expression.png") no-repeat;
  background-position: left;
  padding: 25px 50px;
}

.introduction__desc > p {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.meet {
  background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(transparent)), url(../assets/images/bg.png);
  background-image: linear-gradient(to bottom, black, transparent), url(../assets/images/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.meet .spider {
  position: fixed;
  left: 50px;
  top: 0;
  z-index: 9;
}

.team {
  display: -ms-grid;
  display: grid;
  padding: 40px;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  max-width: 1200px;
  grid-gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99;
  color: white;
  margin: auto;
}

.team__icon {
  color: white;
  font-size: 32px;
}

.team__header {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  text-align: center;
  margin: 40px;
  width: auto;
  font-size: 62px;
  padding: 0;
}

.team__card {
  display: -ms-grid;
  display: grid;
  height: 300px;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  padding: 20px;
  justify-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.team__card img {
  border-radius: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 1em;
  width: 200px;
  height: 200px;
}

.team__card h1 {
  background: url("../assets/images/expression.png") no-repeat;
  background-position: left;
  padding: 10px 0;
  text-align: center;
  margin: 7px 0px;
  font-size: 21px;
}

.team__card h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #F6B142;
  font-size: 16px;
}

.team__card p {
  text-align: center;
  font-style: italic;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.member__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.member__social .team__icon {
  margin: 10px;
  color: white;
}

.member__social .team__icon :hover {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  color: #cb2f2a;
}

.kenbonsuku {
  text-transform: uppercase;
  color: #F6B142;
  text-decoration: none;
}

.side {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 999;
  left: 0;
  background-color: #cb2f2a;
  top: 20%;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.side__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 10px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.side__socials a {
  margin: 10px;
}

.side__socials a :hover {
  color: #F6B142;
}

.gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  justify-items: center;
  gap: 20px;
  max-width: 1200px;
  margin: auto;
  height: 80vh;
}

.gallery__heading {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  text-align: center;
  margin: 40px;
  width: auto;
  color: white;
  font-size: 62px;
  padding: 0;
}

.gallery__img-link {
  width: 100%;
}

.gallery__img-link img {
  width: 100%;
}

.smartphoto-arrow-right {
  background: url("../assets/images/play_selector_icon.png") no-repeat !important;
  right: 20px !important;
  width: 114px !important;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.smartphoto-arrow-left {
  background: url("../assets/images/play_selector_icon.png") no-repeat !important;
  left: 20px !important;
  width: 114px !important;
}

.features {
  background-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(transparent), to(black)), url(../assets/images/DarkForestSSS6.gif);
  background-image: linear-gradient(to bottom, black, transparent, black), url(../assets/images/DarkForestSSS6.gif);
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto;
  height: auto;
  color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.features__header {
  margin: 20px;
  width: auto;
  text-align: center;
  color: white;
  font-size: 62px;
  padding: 0;
}

.features__container {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  max-width: 1200px;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.feature__img {
  width: 100%;
}

.feature h1 {
  text-align: center;
  background: rgba(0, 0, 0, 0);
  background-position: center;
  padding: 15px;
}

.feature p {
  background: rgba(0, 0, 0, 0);
  padding: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.feature:first-child {
  width: 75%;
}

.about {
  margin: auto;
  height: auto;
  color: white;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  padding: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(transparent), to(black)), url(../assets/images/combat.gif);
  background-image: linear-gradient(to bottom, black, transparent, black), url(../assets/images/combat.gif);
  background-size: cover;
  background-repeat: no-repeat;
}

.about div {
  max-width: 1200px;
  margin-left: 50px;
}

.about p {
  background: rgba(0, 0, 0, 0);
  padding: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.about h1 {
  text-align: center;
  background: url("../assets/images/expression.png") no-repeat;
  background-position: center;
  padding: 15px;
}

.contact {
  background-color: black;
  background-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(transparent), to(black)), url("../assets/images/screenshots/puzzle.png");
  background-image: linear-gradient(to bottom, black, transparent, black), url("../assets/images/screenshots/puzzle.png");
  background-size: cover;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact__socials a {
  margin: 0px 10px;
  color: white;
  font-size: 32px;
}

.contact__container {
  display: -ms-grid;
  display: grid;
  max-width: 1200px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  margin: auto;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.contact__left {
  background-color: rgba(0, 0, 0, 0.612);
  padding: 30px;
  height: 600px;
  min-height: 600px;
}

.contact__evilwizard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact__rubberduck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact__header {
  text-align: center;
  background: url("../assets/images/expression.png") no-repeat;
  background-position: center;
  color: white;
  padding: 15px;
  margin: 15px;
}

.contact__logo {
  width: 50%;
}

.contact__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact__form label {
  color: white;
  background: url("../assets/images/expression.png") no-repeat;
  background-position: center;
  padding: 10px;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  margin: 5px;
  margin-left: -7px;
}

.contact__form input,
.contact__form textarea {
  width: 100%;
  padding: 10px;
  background: #50505085;
  margin: 5px;
  border: none;
  color: white;
  border-radius: 2px;
  font-size: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.contact__form input::-webkit-input-placeholder,
.contact__form textarea::-webkit-input-placeholder {
  color: white;
}

.contact__form input:-ms-input-placeholder,
.contact__form textarea:-ms-input-placeholder {
  color: white;
}

.contact__form input::-ms-input-placeholder,
.contact__form textarea::-ms-input-placeholder {
  color: white;
}

.contact__form input::placeholder,
.contact__form textarea::placeholder {
  color: white;
}

.contact__form button {
  padding: 10px;
  background: #F6B142;
  color: white;
  cursor: pointer;
  margin: 5px;
  width: 100%;
  border: none;
  font-size: 27px;
  font-family: baseFont;
}

.contact__form button:hover {
  background-color: #b3802d;
}

.studio {
  height: auto;
  background: black;
  color: white;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  max-width: 1200px;
  padding: 50px;
  margin: auto;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.studio__img {
  width: 200px;
}

.studio__desc h1 {
  width: auto;
  font-size: 40px;
  padding: 0px;
}

.studio__desc p {
  width: auto;
  font-family: baseFont;
  padding: 0px;
}

.studio__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-window {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999999999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-window:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal-window > div {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 2em;
  background: #ffffff;
}

.modal-window header {
  font-weight: bold;
}

.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}

.modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}

.modal-close:hover {
  color: black;
}

.container {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}

.modal-window div:not(:last-of-type) {
  margin-bottom: 15px;
}

small {
  color: #aaa;
}

.btn {
  background-color: #fff;
  padding: 1em 1.5em;
  border-radius: 3px;
  text-decoration: none;
}

.btn i {
  padding-right: 0.3em;
}

/*  Device = Tablets, Ipads (portrait)
    Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
  .navbar__list {
    display: none;
  }
  .studio {
    max-width: 800px;
  }
  .about {
    background-size: contain;
    height: 40vh;
  }
  .introduction {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .introduction__image {
    text-align: center;
  }
  .introduction__desc {
    text-align: center;
  }
  .introduction__desc h1 {
    background-position: center;
  }
  .introduction__desc p {
    margin: auto;
    font-size: 20px;
    max-width: 800px;
    text-align: justify;
  }
  .contact {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    height: auto;
  }
  .contact__container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    max-width: 800px;
  }
  .contact__container div {
    width: 800px;
  }
  .contact__socials > iframe {
    width: 800px !important;
  }
  .gallery {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    max-width: 800px;
    height: auto;
  }
  .gallery__heading {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .team {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .team__header {
    -ms-grid-column: 1;
    grid-column: 1/1;
  }
  .team__card p {
    font-size: 20px;
  }
  .team__card h1 {
    font-size: 32px;
  }
  .team__card h2 {
    font-size: 24px;
  }
  .meet {
    background-size: cover;
  }
}

/* 
  Device = Most of the Smartphones Mobiles (Portrait)
  Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
  body {
    overflow-x: hidden;
  }
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    background: black;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    color: white;
    /* hide the menu above the screen by default */
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    /* transition adds a little animation when sliding in and out the menu */
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .navbar__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .navbar__item {
    margin: 10px 0;
  }
  .navbar__item {
    font-size: 28px;
  }
  .showNav {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .navbar__hamburger {
    list-style-type: none;
    height: 80px;
    font-size: 32px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 0;
    right: 20px;
    z-index: 99;
  }
  .effects {
    display: none;
  }
  #landing-logo {
    width: 285px;
  }
  .side {
    display: none;
  }
  .studio {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding: 20px;
  }
  .studio__desc {
    padding: 20px;
    font-size: 22px;
    text-align: center;
  }
  .studio__logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .studio__logos img {
    padding: 20px;
  }
  .studio__logos :nth-child(2) {
    display: none;
  }
  .meet {
    background-position: center;
    background-size: cover;
  }
  .meet .spider {
    display: none;
  }
  .about {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    height: auto;
    padding: 20px;
  }
  .about div {
    margin: 0;
    max-width: 800px;
  }
  .features {
    max-width: 800px;
  }
  .features__container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    max-width: 800px;
    padding: 20px;
    gap: 5px;
  }
  .features .feature p {
    padding: 20px;
    margin: 0;
  }
  .modal-window > div {
    width: 55%;
  }
  .introduction {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    max-width: 800px;
    padding: 30px 20px;
  }
  .introduction__image {
    max-width: 345px;
  }
  .introduction__image img {
    width: 100%;
  }
  .introduction__desc > h1 {
    padding: 10px 55px;
    text-align: center;
    background-position: center;
  }
  .contact {
    height: auto;
  }
  .contact__container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding: 20px;
  }
  .contact__header {
    background-position: top;
  }
  .contact__left {
    height: auto;
  }
  .contact__socials iframe {
    width: 370px !important;
    margin-top: 20px;
  }
  .gallery {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    padding: 20px;
    height: auto;
  }
  .gallery__heading {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .team {
    padding: 20px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .team__header {
    -ms-grid-column: 1;
    grid-column: 1/1;
    margin: 5px;
  }
  .team__card {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    height: auto;
    padding: 10px;
  }
  blockquote {
    text-align: center;
  }
  .member__social {
    justify-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .smartphoto-arrow-right {
    -webkit-transform: scaleX(-0.8);
            transform: scaleX(-0.8);
    right: 5px !important;
  }
  .smartphoto-arrow-left {
    left: 5px !important;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .smartphoto-arrows {
    top: 75% !important;
  }
  .footer h2 {
    text-align: center;
  }
  .socials__icon {
    margin: 10px 8px !important;
  }
}

/* Rotated mode mobile */
@media screen and (orientation: landscape) and (max-width: 960px) {
  #landing-logo {
    width: 50%;
  }
  .spider {
    display: none;
  }
  .studio {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding: 20px;
  }
  .studio__desc {
    padding: 20px;
    font-size: 22px;
    text-align: center;
  }
  .studio__logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .studio__logos img {
    padding: 20px;
  }
  .studio__logos :nth-child(2) {
    display: none;
  }
  .about {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .about p {
    font-size: 16px;
  }
  .features__container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 5px;
    padding: 20px;
  }
  .feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feature p {
    font-size: 16px;
  }
  .feature__img {
    width: 50%;
  }
  .introduction {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .introduction__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .introduction__image img {
    width: 300px;
  }
  .introduction__desc {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
  }
  .contact {
    height: auto;
  }
  .contact__container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .gallery {
    height: auto;
  }
  .team {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .team__header {
    -ms-grid-column: 1;
    grid-column: 1/1;
  }
  .team__card {
    min-height: 250px;
    padding: 0px 20px;
  }
  .team__card img {
    width: 150px;
    height: 150px;
  }
  .gallery {
    padding: 20px;
  }
  .gallery__header {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .effects {
    display: none;
  }
  .side {
    display: none;
  }
  .side__socials {
    margin: 2px;
  }
  .side__socials .team__icon {
    font-size: 24px;
  }
  blockquote {
    text-align: center;
  }
  .meet {
    background-size: cover;
  }
  .footer__img {
    width: 145px;
  }
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    background: black;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    color: white;
    /* hide the menu above the screen by default */
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    /* transition adds a little animation when sliding in and out the menu */
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .navbar__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .navbar__item {
    margin: 10px 0;
  }
  .navbar__item {
    font-size: 22px;
  }
  .showNav {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .navbar__hamburger {
    list-style-type: none;
    height: 80px;
    font-size: 32px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 0;
    right: 20px;
    z-index: 99;
  }

  .video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
  }
  
  .video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
  }
  
}
/*# sourceMappingURL=style.css.map */