/* ==========================================================================
Science in Mars Case Study

This is the style file created for the Science in Mars case study.

Author: Mateus Bettio Moreira
========================================================================== */
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.justify {
  text-align: justify;
}
.hidden-sm {
  display: none;
}
.hidden-md {
  display: none;
}
.position-relative {
  position: relative;
}
.container-fluid {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  max-width: 1920px;
  margin: 0 auto;
}
.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 33.75em) {
  .container {
    width: 80%;
  }
}
@media only screen and (min-width: 70rem) {
  .container {
    width: 75%;
    max-width: 60rem;
  }
}
.row {
  position: relative;
  width: 100%;
}
.row [class^="col"] {
  float: left;
  margin: 0.5rem 2% 2rem;
  min-height: 0.125rem;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}
.col-1-sm {
  width: 4.33333333%;
}
.col-2-sm {
  width: 12.66666667%;
}
.col-3-sm {
  width: 21%;
}
.col-4-sm {
  width: 29.33333333%;
}
.col-5-sm {
  width: 37.66666667%;
}
.col-6-sm {
  width: 46%;
}
.col-7-sm {
  width: 54.33333333%;
}
.col-8-sm {
  width: 62.66666667%;
}
.col-9-sm {
  width: 71%;
}
.col-10-sm {
  width: 79.33333333%;
}
.col-11-sm {
  width: 87.66666667%;
}
.col-12-sm {
  width: 96%;
}
@media only screen and (min-width: 45rem) {
  .hidden-sm {
    display: block;
  }
}
@media only screen and (min-width: 1400px) {
  .hidden-md {
    display: block;
  }
}
@media only screen and (min-width: 70rem) {
  .col-1 {
    width: 4.33333333%;
  }
  .col-2 {
    width: 12.66666667%;
  }
  .col-3 {
    width: 21%;
  }
  .col-4 {
    width: 29.33333333%;
  }
  .col-5 {
    width: 37.66666667%;
  }
  .col-6 {
    width: 46%;
  }
  .col-7 {
    width: 54.33333333%;
  }
  .col-8 {
    width: 62.66666667%;
  }
  .col-9 {
    width: 71%;
  }
  .col-10 {
    width: 79.33333333%;
  }
  .col-11 {
    width: 87.66666667%;
  }
  .col-12 {
    width: 96%;
  }
}
.btn {
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1.2rem;
  border-radius: 7px;
  transition: 0.15s ease all;
  outline: 2px solid transparent;
  cursor: pointer;
  min-height: 44px;
  border: none;
  box-sizing: border-box;
  line-height: 120%;
}
.btn.icon {
  background-color: transparent;
  padding: 10px;
  min-height: 44px;
  min-width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn.icon.secondary.inverted {
  outline: none;
}
.btn.primary {
  padding: 13px 30px;
  color: #4361ee;
  border: 2px solid #4361ee;
  background-color: transparent;
}
.btn.primary:hover,
.btn.primary:focus-visible {
  background-color: #4361ee;
  color: white;
}
.btn.primary:active {
  background-color: #03254E;
  transition: none;
}
.btn.secondary {
  color: #030910;
}
.btn.secondary:hover {
  outline-color: transparent;
}
.btn.secondary:focus-visible {
  outline-color: #4361ee;
  transition: none;
}
.btn.secondary:active {
  outline-color: #4361ee;
  transition: none;
}
.btn.secondary.inverted {
  background-color: transparent;
  color: white;
  border: 2px solid white;
}
.btn.secondary.inverted:hover,
.btn.secondary.inverted:focus-visible {
  border-color: #4361ee;
  background-color: #4361ee;
  color: white;
}
.btn.secondary.inverted:hover {
  outline: none;
}
.btn.secondary.inverted:active {
  background-color: #03254E;
  transition: none;
}
header {
  box-sizing: border-box;
  font-weight: 400;
}
header .logo-dark {
  display: none;
}
header .logo-standard {
  display: block;
}
header.sticky {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 1px 30px;
}
header .top {
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 3;
}
header .menu ul {
  display: flex;
  padding: 0;
  margin: 0;
}
header .menu li {
  list-style: none;
  margin: 0 15px;
}
header .menu li a {
  transition: 0.1s ease top;
  position: relative;
  top: 0;
  padding: 25px 30px;
}
header .menu li a::after {
  content: "";
  color: transparent;
  font-size: 30px;
  line-height: 0;
  transition: 0.2s ease color, 0.1s ease top 0.1s;
  display: block;
  text-align: center;
  bottom: -12px;
  position: relative;
}
header .menu li a:active {
  outline: none;
  color: #4361ee;
}
header .menu li a:hover {
  top: -5px;
}
header .menu li a:hover::after {
  color: #4361ee;
  bottom: -5px;
}
header.internal {
  font-family: "Inter", sans-serif;
}
header.internal .top {
  margin: 10px auto;
}
header.internal .logo img {
  max-width: 50px;
}
header.internal .logo a {
  display: flex;
  align-items: center;
}
header.internal .logo a:hover {
  text-decoration: underline;
}
header.internal .logo a > p {
  padding: 10px 20px;
  margin: 0;
  font-size: 1.2rem;
  color: #030910;
}
header.internal li a::after {
  content: "↑";
  bottom: -20px;
}
header.internal li a:hover {
  top: -5px;
}
header.internal li a:hover::after {
  bottom: -15px;
}
header.dark a,
header.dark p {
  color: white !important;
}
header.dark .logo > a,
header.dark .logo p {
  color: white !important;
}
header.dark .logo-dark {
  display: block;
}
header.dark .logo-standard {
  display: none;
}
header.dark.sticky {
  background: rgba(26, 26, 26, 0.95);
}
body {
  background: white;
  scroll-behavior: smooth;
  border: 0px;
  padding: 0;
  margin: 0;
  font-family: 'IBM Plex Sans', sans-serif;
}
body .container {
  width: 1170px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
  clear: both;
}
body .container-fluid {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
body .row {
  margin-right: -15px;
  margin-left: -15px;
}
body h1,
body h2,
body h3,
body h4,
body h5 {
  font-weight: 500;
  font-family: 'Prata', serif;
}
body h4,
body h5,
body h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Prata', serif;
}
body p {
  margin: 0 0 10px;
}
body a {
  text-decoration: none;
}
body .clear {
  clear: both;
}
body .overflow-fix {
  overflow: auto;
}
body .img-responsive {
  max-width: 100%;
  height: auto;
}
body .f-right {
  float: right;
}
body .f-left {
  float: left;
}
body .come-in {
  transform: translateY(50px);
  animation: come-in 0.8s ease forwards;
}
body .come-in:nth-child(even) {
  animation-duration: 0.5s;
}
body hr {
  width: 60px;
  height: 3px;
  float: left;
  border-width: 3px;
  border-color: #757e85;
}
body header.dark.sticky {
  margin-bottom: -83px;
  background: rgba(0, 0, 0, 0.7);
}
@keyframes come-in {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes asteroids {
  from {
    background-position: 0 20px;
  }
  to {
    background-position: 100% 20px;
  }
}
body .mars-bg {
  background: #01050e url(/d3f68abede3555efd88a.jpg) no-repeat top center;
  overflow: hidden;
  background-size: auto;
}
body section {
  margin: 70px 0;
  clear: both;
  width: 100%;
  position: relative;
  min-height: 600px;
  display: block;
  overflow: hidden;
}
body section.intro {
  z-index: 0;
  padding-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
  min-height: calc(100vh - 100px);
  margin-top: 60px;
  overflow: visible;
}
body section.intro .asteroids {
  background: url(/cdfa2cf1cad7b558530a.png) repeat-x left center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -10px;
  left: 0;
  animation: asteroids 20s linear infinite;
  z-index: 3;
}
body section.intro .asteroids-small {
  background: url(/405cdcc522949a1745c6.png) repeat-x left center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -10px;
  left: 0;
  animation: asteroids 80s linear infinite;
  z-index: 2;
}
body section.intro .mars {
  background: url(/8a42c93947745fcb11a1.png) no-repeat center;
  position: absolute;
  width: 934px;
  height: 934px;
  top: 50px;
  left: 50%;
  margin-left: -490px;
  animation: come-in 2s ease forwards;
  z-index: 0;
  transform: translateY(10px);
}
body section.intro h1 {
  font-size: 30px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-family: 'Prata', serif;
  animation: appearTop 0.4s ease-out forwards;
  text-align: center;
  line-height: 100%;
  position: relative;
  z-index: 1;
}
body section.intro h1 strong {
  font-size: 230px;
  font-family: 'IBM Plex Sans', sans-serif;
  letter-spacing: 35px;
  display: block;
  line-height: 100%;
}
body section.intro .bottom {
  text-align: center;
  color: white;
  position: absolute;
  z-index: 1;
  bottom: 120px;
  left: 50%;
  margin-left: -230px;
  font-size: 24px;
  font-weight: 300;
}
body section.intro .bottom:after {
  position: absolute;
  bottom: -150px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  width: 1px;
  height: 50px;
  padding: 30px 0;
  z-index: 1;
  content: "";
}
body section.intro:after {
  box-shadow: inset 0 -100px 80px #01050e;
  position: absolute;
  bottom: -70px;
  width: 100%;
  height: 187px;
  z-index: 4;
  content: "";
  left: 0;
}
body section.overview {
  background: #01050e url(/187bfeec1a27a384e30d.jpg) no-repeat top center;
  min-height: 900px;
  text-align: center;
  color: white;
}
body section.overview h2 {
  font-size: 45px;
  letter-spacing: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
body section.overview p {
  font-size: 18px;
  line-height: 180%;
  max-width: 800px;
  margin: 0 auto;
}
body section.overview .overview-block {
  background: url(/4d18eb3d7cf5f8b9d40d.svg) no-repeat center;
  overflow: visible;
  padding: 130px 0;
}
body section.overview .the-problem {
  margin: 160px auto 130px;
  overflow: hidden;
}
body section.overview .the-problem h2 {
  margin-bottom: 50px;
}
body section.overview .the-problem .left {
  float: left;
  width: 30%;
}
body section.overview .the-problem .right {
  float: left;
  width: 70%;
}
body section.overview .the-problem blockquote {
  font-size: 24px;
  color: #757e85;
  text-align: left;
  margin-top: 70px;
}
body section.overview .the-problem blockquote cite {
  color: white;
  font-size: 16px;
  display: block;
  margin-top: 20px;
}
body section.overview .quote-block {
  clear: both;
  padding: 135px 0 110px;
  box-sizing: border-box;
  background: url(/2ccff94f1c3fdbbaea60.jpg) no-repeat center;
  margin-bottom: 170px;
}
body section.overview .quote-block blockquote p {
  font-size: 48px;
  font-family: 'Prata', serif;
  line-height: 140%;
  max-width: none;
}
body section.overview .quote-block blockquote p:before {
  content: url(/06050f1139745e5b4db6.svg);
  top: -20px;
  right: 20px;
  position: relative;
}
body section.overview .quote-block blockquote p:after {
  content: url(/9689b9f5267f18cda5ea.svg);
  bottom: -20px;
  left: 20px;
  position: relative;
}
body section.overview .quote-block blockquote cite {
  opacity: 0.6;
  font-size: 20px;
  display: block;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 30px;
  font-family: 'Prata', serif;
  font-weight: normal;
}
body section.user-profile {
  background: url(/d21a0dc76d49bc041ff3.jpg) no-repeat center;
  background-size: cover;
  padding: 0;
  margin: 0;
  min-height: 850px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body section.user-profile .block {
  padding: 25px;
  border: 1px solid white;
}
body section.user-profile .block .wrp {
  background: rgba(255, 255, 255, 0.95);
  padding: 50px;
  clear: both;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
body section.user-profile .block .left {
  float: left;
  width: 50%;
}
body section.user-profile .block .left h2 {
  text-transform: uppercase;
  font-size: 46px;
  letter-spacing: 15px;
  margin: 0;
}
body section.user-profile .block .right {
  float: left;
  width: 50%;
}
body section.user-profile .block .right p {
  font-size: 20px;
  color: #61666c;
  line-height: 150%;
  margin: 0;
  padding-left: 15px;
}
body section.preproduction {
  background-color: #f5f6fa;
  margin: 0;
  padding: 60px 0 120px;
  box-sizing: border-box;
}
body section.preproduction h2 {
  text-transform: uppercase;
  font-size: 46px;
  margin: 60px 0;
  letter-spacing: 15px;
}
body section.preproduction h3 {
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 0;
}
body section.preproduction .left {
  width: 42%;
  margin-right: 4%;
  float: left;
}
body section.preproduction .left .block {
  padding: 33px 0;
}
body section.preproduction .right {
  width: 54%;
  float: left;
  box-sizing: border-box;
}
body section.preproduction .right .block.last img {
  float: right;
  width: 60%;
  margin-top: 24px;
}
body section.preproduction .right .block.last .info {
  float: left;
  width: 40%;
}
body section.preproduction .info {
  padding: 30px;
  box-sizing: border-box;
}
body section.preproduction .info p {
  color: #61666c;
  font-size: 18px;
  line-height: 150%;
  margin: 0;
}
body section.preproduction img {
  display: block;
  margin: auto;
}
body section.preproduction .block {
  background-color: white;
  margin-bottom: 40px;
  padding: 5px;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0px 10px 20px 1px #e6ebf1;
}
body section.preproduction .block:nth-child(odd) {
  animation-duration: 0.5s;
}
body section.ideation {
  background: #030910;
  padding: 0;
  margin-bottom: 0;
}
body section.ideation .brainstorming h2 {
  color: white;
  font-size: 78px;
  text-transform: uppercase;
  letter-spacing: 50px;
  text-align: center;
  margin-bottom: -50px;
  z-index: 1;
  position: relative;
}
body section.ideation .brainstorming img {
  display: table;
  margin: 0 auto;
}
body section.ideation .brainstorming .block {
  background-color: white;
  padding: 35px;
  max-width: 500px;
  float: right;
  margin: -300px -30px 0 0;
  z-index: 2;
  position: relative;
}
body section.ideation .brainstorming .block h3 {
  font-size: 50px;
  margin: 0;
}
body section.ideation .brainstorming .block p {
  font-size: 18px;
  color: #61666c;
  line-height: 140%;
  margin: 0;
}
body section.ideation .game-art {
  overflow: hidden;
}
body section.ideation .game-art .left {
  float: left;
  width: 53.5%;
  margin-right: 3%;
}
body section.ideation .game-art .right {
  width: 42%;
  float: right;
}
body section.ideation .game-art h3 {
  color: white;
  margin: 80px 0 15px;
  font-size: 36px;
}
body section.ideation .the-prototype {
  padding: 0;
  margin-bottom: 0;
}
body section.ideation .the-prototype h3 {
  color: white;
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: 30px;
  text-align: center;
  margin-top: 150px;
  margin-bottom: 25px;
}
body section.ideation .the-prototype .video {
  height: 850px;
  background: url(/10a3996ce5efc9d1ff08.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
body section.ideation .the-prototype .video img {
  display: block;
  transform: scale(1);
  will-change: scale;
}
body section.ideation .the-prototype .video img:hover {
  transition: 0.3s all ease-in-out;
  transform: scale(1.2);
}
body section.testing {
  background-color: #f8f8f8;
  padding: 160px 0 20px;
  margin: 0;
}
body section.testing .block {
  margin-bottom: 140px;
  clear: both;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body section.testing .block h3 {
  font-size: 46px;
  color: #030910;
  margin-bottom: 15px;
}
body section.testing .block p {
  color: #61666c;
  font-size: 18px;
  line-height: 160%;
}
body section.testing .block .left {
  width: 50%;
  float: left;
}
body section.testing .block .left.text {
  width: 40%;
}
body section.testing .block .left.large {
  width: 60%;
}
body section.testing .block .left.small {
  width: 30%;
}
body section.testing .block .right {
  width: 50%;
  float: right;
}
body section.testing .block .right.text {
  width: 40%;
}
body section.testing .block .right.large {
  width: 60%;
}
body section.testing .block .right.small {
  width: 35%;
}
body section.user-testing {
  background-color: white;
  margin: 0;
  padding: 100px 0;
  height: 460px;
  box-sizing: border-box;
  min-height: auto;
  border-bottom: 1px solid #eee;
}
body section.user-testing .left {
  float: left;
  width: 50%;
  padding-right: 30px;
  box-sizing: border-box;
}
body section.user-testing .left h2 {
  font-size: 50px;
  color: #030910;
  margin-bottom: 15px;
}
body section.user-testing .left p {
  color: #61666c;
  font-size: 18px;
  line-height: 160%;
}
body section.user-testing .right {
  background: url(/84201f7a317dbfdbf4be.png) no-repeat center;
  background-size: cover;
  width: 50%;
  height: 100%;
  right: 0px;
  top: 0px;
  position: absolute;
}
body section.usability-testing {
  padding: 0;
  margin: 0;
  background: white;
  padding-top: 30px;
  border-bottom: 1px solid #eee;
  min-height: auto;
}
body section.usability-testing .left {
  float: left;
  width: 30%;
}
body section.usability-testing .left img {
  margin-bottom: -5px;
}
body section.usability-testing .right {
  float: right;
  width: 70%;
  box-sizing: border-box;
  padding: 40px;
  padding-right: 0;
}
body section.usability-testing h3 {
  font-size: 40px;
  color: #030910;
  margin-bottom: 15px;
  margin-top: 15px;
}
body section.usability-testing p {
  font-size: 18px;
  color: #61666c;
}
body section.usability-testing ul {
  padding: 0;
  margin: 30px 0 0;
}
body section.usability-testing ul li {
  list-style-position: inside;
  list-style-image: url(/33c1126004a6baa8f551.svg);
  float: left;
  margin-right: 25px;
  background: #f4f4f4;
  font-size: 16px;
  font-weight: 600;
  color: #030910;
  padding: 15px 20px;
  border-radius: 10px;
}
body section.results {
  background-color: white;
  padding: 120px 0 20px;
  margin: 0;
  min-height: auto;
}
body section.results .container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  text-align: center;
}
body section.results .container .block {
  padding: 30px;
  max-width: 360px;
  box-sizing: border-box;
}
body section.results .container .block p {
  text-transform: uppercase;
  color: #757e85;
  font-size: 16px;
  margin: 15px 0;
  letter-spacing: 3px;
}
body section.results .container img {
  display: block;
  margin: 0 auto 20px;
}
body section.results .container p {
  color: #757e85;
  font-size: 16px;
  max-width: 630px;
}
body section.results .container h4 {
  color: #030910;
  font-size: 38px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: bold;
}
body section.thanks {
  width: 100%;
  clear: both;
  overflow: hidden;
  min-height: auto;
}
body section.thanks h3 {
  text-align: center;
  font-family: 'Prata', serif;
  text-transform: uppercase;
  font-size: 50px;
  color: #030910;
  margin: 100px auto;
  letter-spacing: 30px;
}
body section.thanks a {
  display: block;
  text-align: center;
  font-size: 15px;
  color: #ee4830;
  font-weight: 600;
  text-transform: uppercase;
}

