* {box-sizing: border-box;}

/*@font-face {
  font-family: "Overused-Grotesk";
  src: url(../Fonts/OverusedGrotesk-VF.woff2);
}*/

html {
  scroll-behavior: smooth;
}

body { 
  margin: 0;
  padding: 0;
  margin-left: 0;
  margin-top: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #2B357B;
  overflow-x: hidden;
}

/*.web-box {
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
  overflow-y: auto;
}*/

/*p {
  color: #e4e4e4;
}*/

.header {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #2B357B;
  margin-left: 0px;
  display: flex;
  z-index: 99;
  align-items: center;
}

.header-logo {
  flex-shrink: 0;
  flex-basis: auto;
  align-self: auto;
  justify-content: left;
  order: 0;
  width: 18%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 20px 0 20px 20px;
}

.header-logo-img {
  vertical-align: middle;
  object-fit: contain;
}

.navbar {
  display: flex;
  list-style: none;
  justify-content: right;
  padding-bottom: 10px;
  margin-bottom: 0px;
  z-index: 10;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  align-items: flex-end;
}

.navbar-link {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #fff;
  display: flex;
  padding-top: 0px;
  align-items: center;
  list-style: none;
}

.header-nav-link {
  margin: 0 10px 0 10px;
  text-decoration: none;
}

.header-nav-link a {
  text-decoration: none;
  color: #fff;
  transition: 500ms all;
}

.header-nav-link a:hover {
  text-decoration: none;
  color: #F37053;
  transition: 500ms all;
}

.mobile-menu img {
  width: 32px;
}

@keyframes fade-in-wipe {
  0% {
		transform: translateY(70%);
    opacity: 0;
	}
	50% {
		transform: translateY(0%);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .animation {
    animation: fade-in-wipe 2.5s ease-out;
  }
}


#Home {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  background-attachment: fixed;
  background-color: #111;
  background-image: url(../Images/pexels-aeppli-2828555.png);
  background-position: center;
  background-size: cover;
}

.home-content {
  margin: 0px 50px 200px 50px;
}

.Slogan {
  font-size: 6em;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  margin-bottom: -70px;
}

.Slogan p {
  color: #F37053;
}

.About {
  font-size: 1em;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-weight: 500;
  /*width: 75%;*/
  align-self: center;
  color: #fff;
}

#What-We-Do {
  display: flex;
  flex-direction: column;
  padding: 100px 100px 100px 100px;
  align-items: center;
}

.Heading {
  font-size: 6em;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  color: #F37053;
}

.Heading p {
  margin: 0;
}

#Portfolio .Heading, #GET-IN-TOUCH .Heading {
  margin-bottom: 100px;
}

#What-We-Do .Heading {
  margin-bottom: 50px;
} 

.DESIGN, .PRODUCTION {
  display: flex;
  flex-flow: row;
}

/*.PRODUCTION {
  margin-top: 25px;
}*/

.Design-img {
  margin-right: 100px;
  /*margin-left: 50px;*/
}

.subheading {
  font-size: 4.5em;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  color: #F37053;
}

.subheading {
  margin: 250px 0px 0px 0px;
}

.content {
  font-size: 1.2em;
  font-family: "Roboto", sans-serif;
  text-align: justify;
  font-weight: 400;
  width: 80%;
  align-self: center;
  color: #fff;  
}

.Prod-img {
  margin-left: 50px;
  /*margin-right: 50px;*/
}

.Design-img img, .Prod-img img {
  height: 800px;
}

#Portfolio {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0px 100px 0px;
  background-color: #fff;
}

.slider-img {
  height: 1000px;
  width: 100%;
}

.download {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
  opacity: 1;
  transition: 200ms all;
}

.download:hover {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
  opacity: 0.8;
  transition: 200ms all;
}

.download-cta {
  text-align: center;
  font-size: 3em;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #F37053;
  margin: 0;
}

.download img {
  height: 32px;
  margin: 10px 10px 0px 10px;
  opacity: 80%;
  color: #F37053;
}

.download-bttn {
  text-decoration: none;
  margin: 50px 0px 0px 0px;
  color: #F37053;
}

#GET-IN-TOUCH {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 30px 50px 30px;
  background-color: #2B357B;
}

.contact-details {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  font-size: 1.5em;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-weight: 400;
  align-self: center;
  color: #fff;
}

.phone, .email, .location {
  margin: 50px 50px 50px 50px;
  flex-wrap: nowrap;
}

.phone a {
  text-decoration: none;
  color: #fff;
  transition: 500ms all;
}

.phone a:hover {
  text-decoration: none;
  color: #F37053;
  transition: 500ms all;
}

.email a {
  text-decoration: none;
  color: #fff;
  transition: 500ms all;
}

.email a:hover {
  text-decoration: none;
  color: #F37053;
  transition: 500ms all;
}

.contact-symbol img {
  width: 72px;
  margin-bottom: 5px;
}

.footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-logo {
  width: 15%;
  padding: 10px 0px 10px 0px;
  align-self: center;
}

.footer {
  font-size: 0.85em;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-weight: 500;
  align-self: center;
  color: #fff;
  margin-top: 50px;
  padding-bottom: 10px;
  background-color: #2B357B;
}

.mm-navbar {
  --mm-color-background: #2B357B;
}

.mm-panel {
  --mm-color-background: #2B357B;
}

.mobile-menu {
  display: none;
  justify-content: right;
  margin-left: 10px;
}

@media only screen and (max-width: 1280px) {
  .DESIGN {
    flex-direction: column;
    align-items: center;
  }

  .PRODUCTION {
    flex-direction: column-reverse;
    align-items: center;
  }

  .Design-img {
    margin-right: 0;
  }

  .Prod-img {
    margin-left: 0;
  }

  .Design-img img, .Prod-img img {
    height: 550px;
  }

  .subheading {
    margin: 50px 0 0 0;
    text-align: center;
  }

  .content {
    width: 100%;
    text-align: center;
    margin-bottom: 100px;
    padding: 0 25px 0 25px;
    font-size: 1.1em;
  }

  .slider-img {
    height: 600px;
    width: 100%;
  }

  .contact-details {
    font-size: 1.2em;
  }

  .contact-logo {
    width: 20%;
  }

  .Heading {
    font-size: 4em;
  }

 
  
}

@media only screen and (max-width: 800px) {
  .mobile-menu {
    display: flex;
  }

  .navbar {
    display: none;
  }

  .header-logo {
    margin: 20px auto 20px auto;
    width: 35%;
  }

  #What-We-Do {
    padding-left: 25px;
    padding-right: 25px;
  }

  .Slogan {
    font-size: 4em;
    margin-bottom: -50px;
  }

  .slider-img {
    height: 500px;
    width: 100%;
  }

  .contact-logo {
    width: 20%;
  }

}

@media only screen and (max-width: 500px) {
  .header-logo {
    width: 50%;
  }

  .Design-img img, .Prod-img img {
    height: 400px;
  }

  .slider-img {
    height: 300px;
    width: 100%;
  }

  .contact-logo {
    width: 50%;
  }

}