.menu {
  z-index: 99;
  background-color: #fff;
  width: 0;
  height: 105vh;
  transition: all .3s;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 5px 5px #524f4c42;
}

.menu-container {
  padding: 2rem 0;
  transition: opacity .1s;
  display: none;
}

.links {
  flex-direction: column;
  margin: 80px 0 20px;
  display: flex;
}

.links a {
  color: #e7522a;
  margin: 15px 0;
  padding: 0 15px;
  font-family: hero-new, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
}

@media screen and (width <= 1024px) {
  .mobile-hidden {
    display: none;
  }

  .menu-btn {
    color: #fff;
    padding: 1.5rem;
    font-size: 1.9rem;
    display: block;
  }

  .menu-container {
    justify-content: space-around;
    display: flex;
  }

  .fa-times-circle {
    font-size: 2.4rem;
  }

  .logo {
    width: 7em;
  }

  .hero h1 {
    font-size: 100px;
    line-height: 90px;
  }

  .two-videos {
    flex-direction: column;
    display: flex;
  }

  .two-videos iframe {
    width: auto;
  }

  .hero h1 {
    font-size: 60px;
  }
}

@media screen and (width <= 615px) {
  .two-img-div {
    flex-direction: column;
  }
}

@media (width <= 630px) {
  .some-div-footer {
    flex-direction: column;
    align-items: center;
  }

  .some-container {
    padding: 30px;
  }
}

@media screen and (width <= 415px) {
  .mobile-hidden {
    display: none;
  }

  h2 {
    font-size: 40px;
  }

  .logo {
    width: 6rem;
  }

  main {
    max-width: 375px;
  }

  .hero {
    height: 55vh;
    padding: 5rem 1rem 0;
  }

  .hero h1 {
    font-size: 54px;
    line-height: 70px;
  }

  .modal, .rex-modal {
    max-width: 375px;
  }

  .modal-content {
    width: auto;
    margin: 50% auto;
  }

  .modal-content iframe {
    width: 100%;
    max-height: 220px;
  }

  .showreel {
    position: absolute;
    right: 10px;
  }

  #showreel-btn {
    padding: 0;
  }

  .section-1 {
    flex-direction: column;
    padding: 1rem;
    height: unset !important;
  }

  .center-mobile {
    align-items: center;
  }

  .some-links {
    flex-direction: row;
    justify-content: space-around;
  }

  .some-links a {
    padding: 1rem;
  }

  .img-section {
    max-width: 375px;
    height: auto;
  }

  .branding-heading-mobile {
    text-align: center;
    left: 20px;
    right: 20px;
  }

  .text-box {
    flex-direction: column;
    align-self: center;
    width: 100%;
    margin: 1rem 0;
    display: flex;
  }

  .text-box a {
    margin: 2.5rem 0;
  }

  .double-div {
    flex-direction: column;
  }

  .cuckoo {
    height: unset;
    flex-direction: column;
    padding: 5rem 2rem 1rem;
  }

  .single-div {
    margin: 0;
    padding: 0;
  }

  .single-div img {
    width: 375px;
  }

  .contact {
    padding: 1rem;
  }

  .img-div {
    grid-template-columns: auto auto;
    padding: 1rem;
  }

  .img-div img {
    max-width: 9rem;
  }

  .some-container {
    padding: 2rem;
  }

  .some-div-footer {
    flex-direction: column;
    align-items: center;
  }

  .case-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: unset;
  }

  .case-text h2, .case-text h3 {
    padding: 1rem 1rem 0;
  }

  .case-text h3 {
    font-size: 35px;
  }

  .img-section {
    max-height: none;
  }

  .two-img-div {
    display: block;
  }

  .video-div {
    margin: 2rem 1rem;
  }

  .contact-hero {
    flex-direction: column;
  }

  .contact-info {
    width: auto;
  }

  .contact-info h1 {
    font-size: 35px;
  }

  .contact-info h2 {
    font-size: 30px;
  }

  .contact-info p, .contact-info a {
    font-size: 18px;
  }

  .map {
    width: 100%;
    height: 100%;
  }

  .sub-main {
    padding: .5rem;
  }

  .sub-main h1 {
    text-align: center;
    font-size: 50px;
    line-height: 43px;
  }

  .staff-grid {
    grid-template-columns: 1fr;
    margin: 1.5rem;
  }

  .img-left img, .img-right img {
    width: 100%;
  }

  .img-full, .img-left, .img-right {
    margin-bottom: 1rem;
  }

  .next-prev-case h1 {
    font-size: 25px;
  }
}

@media screen and (width <= 376px) {
  .mobile-hidden {
    display: none;
  }

  h2 {
    font-size: 40px;
  }

  .logo {
    width: 6rem;
  }

  main {
    max-width: 375px;
  }

  .hero {
    height: 55vh;
    padding: 5rem 1rem 0;
  }

  .hero h1 {
    font-size: 54px;
    line-height: 70px;
  }

  .modal, .rex-modal {
    max-width: 375px;
  }

  .modal-content {
    width: auto;
    margin: 50% auto;
  }

  .modal-content iframe {
    width: 100%;
    max-height: 220px;
  }

  .showreel {
    position: absolute;
    right: 10px;
  }

  #showreel-btn {
    padding: 0;
  }

  .section-1 {
    flex-direction: column;
    padding: 1rem;
    height: unset !important;
  }

  .center-mobile {
    align-items: center;
  }

  .some-links {
    flex-direction: row;
    justify-content: space-around;
  }

  .some-links a {
    padding: 1rem;
  }

  .img-section {
    max-width: 375px;
    height: auto;
  }

  .branding-heading-mobile {
    text-align: center;
    left: 20px;
    right: 20px;
  }

  .text-box {
    flex-direction: column;
    align-self: center;
    width: 100%;
    margin: 1rem 0;
    display: flex;
  }

  .text-box a {
    margin: 2.5rem 0;
  }

  .double-div {
    flex-direction: column;
  }

  .cuckoo {
    height: unset;
    flex-direction: column;
    padding: 5rem 2rem 1rem;
  }

  .single-div {
    margin: 0;
    padding: 0;
  }

  .single-div img {
    width: 375px;
  }

  .contact {
    padding: 1rem;
  }

  .img-div {
    grid-template-columns: auto auto;
    padding: 1rem;
  }

  .img-div img {
    max-width: 9rem;
  }

  .some-container {
    padding: 2rem;
  }

  .some-div-footer {
    flex-direction: column;
    align-items: center;
  }

  .case-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: unset;
  }

  .case-text h2, .case-text h3 {
    padding: 1rem 1rem 0;
  }

  .case-text h3 {
    font-size: 35px;
  }

  .img-section {
    max-height: none;
  }

  .two-img-div {
    display: block;
  }

  .video-div {
    margin: 2rem 1rem;
  }

  .contact-hero {
    flex-direction: column;
  }

  .contact-info {
    width: auto;
  }

  .contact-info h1 {
    font-size: 35px;
  }

  .contact-info h2 {
    font-size: 30px;
  }

  .contact-info p, .contact-info a {
    font-size: 18px;
  }

  .map {
    width: 100%;
    height: 100%;
  }

  .sub-main {
    padding: .5rem;
  }

  .sub-main h1 {
    text-align: center;
    font-size: 50px;
    line-height: 43px;
  }

  .staff-grid {
    grid-template-columns: 1fr;
    margin: 1.5rem;
  }

  .img-left img, .img-right img {
    width: 100%;
  }

  .img-full, .img-left, .img-right {
    margin-bottom: 1rem;
  }

  .next-prev-case h1 {
    font-size: 25px;
  }
}
/*# sourceMappingURL=mobile.css.map */
