@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

body {
  font-family: 'Open Sans', sans-serif;
  background-color: #f7f9fd;
}

#scrollPos {
  padding-top: 4em;
  margin-top: -4em;
}

.navbar .navbar-toggler {
  z-index: 1000
}

@media (max-width: 991.98px) {
  .games .cardbob-banner-wide {
    text-align: center;
    padding-top: 180px;
  }

  .games .cardbob-banner-wide img {
    width: 85%;
    border-radius: 15px;
  }

  .navbar .navbar-collapse {
    background: rgba(0, 0, 0, 0.85);
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity 0.35s ease;
    display: flex;
    flex-direction: column;
    align-content: center;
    text-align: center !important
  }

  .navbar .navbar-collapse.collapse {
    display: flex;
    opacity: 0;
    pointer-events: none
  }

  .navbar .navbar-collapse.collapsing[style*="height"] {
    opacity: 1;
    height: 100vh !important
  }

  .navbar .navbar-collapse.collapsing {
    opacity: 0;
    height: 100vh
  }

  .navbar .navbar-collapse.collapse.show {
    opacity: 1;
    pointer-events: auto
  }

  .navbar .navbar-collapse .navbar-nav {
    margin-right: initial !important;
    margin-top: auto;
    margin-bottom: auto
  }

  .games .cardbob-banner-narrow {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-nav {
    margin-left: initial !important;
  }
}

.navbar-brand {
  position: relative;
  margin: -12px auto auto 20px;
}

.navbar-brand img {
  position: absolute;
}

.navbar-nav {
  margin: 0 20px 0 0;
}

.nav-item a {
  font-weight: bold;
}

.animation-hide-instant {
  background-color: transparent;
  box-shadow: none;
  height: 110px;
}

.animation-fadeIn {
  -webkit-animation: fadeIn 0.25s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: fadeIn 0.25s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.animation-fadeOut {
  -webkit-animation: fadeOut 0.25s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: fadeOut 0.25s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.text-fadeIn {
  -webkit-animation: fadeInText 0.9s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: fadeInText 0.9s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.home {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 36rem;
  width: 100%;
  overflow: hidden;
}

.home .steam-logo {
  position: absolute;
  left: 225px;
  right: 0;
  top: 59.8%;
  bottom: 40%;
  z-index: 1;
}

.home .steam-logo img {
  width: 125px;
}

.home .steam-logo .press-kit-link {
    padding: 0.6em 1em ;
    color: white;
    border: 2px solid white;
    margin-left: 5em;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

.home .steam-logo .press-kit-link:hover {
    background-color: white;
    color: black;
}

.home .itch-logo {
  position: absolute;
  left: 410px;
  right: 0;
  top: 60%;
  bottom: 40%;
  width: 110px;
  text-align: center;
  z-index: 1;
}

.home .cardbob-logo {
  position: absolute;
  left: 100px;
  right: 0;
  top: 35%;
  bottom: 65%;
  width: 600px;
  text-align: center;
  z-index: 1;
}

.home .fogpiercer-logo {
  position: absolute;
  left: 170px;
  right: 0;
  top: 35%;
  bottom: 65%;
  width: 450px;
  text-align: center;
  z-index: 1;
}

.home i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 90%;
  text-align: center;
  z-index: 1;
  font-size: 55px;
  color: white;
  -webkit-animation: moveArrow 0.9s ease-in-out infinite alternate;
  animation: moveArrow 0.9s ease-in-out infinite alternate;
}

.home video {
  filter: brightness(55%);
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.home iframe {
  filter: brightness(55%);
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.home .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

.games {
  background-color: #382f76;
  position: relative;
}

.games .cardbob-banner-wide {
  text-align: center;
  padding-top: 180px;
}

.games .cardbob-banner-wide img {
  width: 70%;
  border-radius: 15px;
}

.games .row {
  padding: 50px 50px 150px 50px;
}

.custom-shape-divider-bottom {
  /* for Mobile dark line artifact */
  border-bottom: 1px transparent solid;
  margin-bottom: -1px;

  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 65px;
}

.custom-shape-divider-bottom .shape-fill {
  fill: #f7f9fd;
}

.clip {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  width: 15rem;
  height: 15rem;
  clip-path: polygon(1% 44%, 96% 40%, 93% 74%, 13% 84%, 29% 75%, 4% 74%);
}

.clip h1 {
  padding-top: 125px;
  margin-right: 5px;
  color: #212529 !important;
}

h1 {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}

.border {
  display: block;
  width: 120px;
  height: 7 px;
  background: #ff9b49;
  margin: 20px auto;
}

.team {
  margin-top: -70px;
}

.team .card {
  border-style: none;
  background-color: #f7f9fd;
}

.team .card-title {
  text-align: center;
  font-size: 20px;
}

.team .member-title {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-top: -0.5em;
}

.team .clip {
  margin-top: -30px;
}

.team img {
  width: 150px;
  margin: 25px auto 10px auto;
}

.team .row {
  padding: 180px 10px 0px 10px;
}

.partners {
  margin-top: -15px;
  position: relative;
  padding-bottom: 150px;
}

.partners .container {
  height: 500px;
}

.partner img {
  text-align: center;
  height: 200px;
  margin: 25px auto 10px auto;
}

.partner .row {
  padding: 180px 10px 20px 10px;
}

.img-clip-path {
  clip-path: polygon(5% 0, 97% 6%, 97% 95%, 2% 98%);
}

.img-clip-path-1 {
  clip-path: polygon(4% 5%, 96% 4%, 100% 98%, 2% 100%);
}

.img-clip-path-2 {
  clip-path: polygon(5% 5%, 99% 1%, 100% 100%, 3% 98%);
}

.community {
  margin-top: -15px;
  position: relative;
  background-color: #382f76;
  padding-bottom: 150px;
}

.community .container {
  height: 500px;
}

.community h1 {
  color: azure;
  padding-top: 120px;
  text-align: center;
  font-weight: bold;
}

.community h4 {
  text-align: center;
  color: azure;
  padding-top: 230px;
}

.community .border {
  width: 120px;
  height: 5px;
  background: azure;
}

.community .clip {
  margin-top: 0px;
}

.community .social {
  padding-top: 5px;
  color: #F7F9FD;
  font-size: 50px;
  text-align: center;
}

.community .social a {
  display: inline-block;
  color: #F7F9FD;
}

.community .social .social-buttons {
  padding-top: 20px;
  font-size: 40px;
}

.community .card {
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: #323439;
}

.community .card-head {
  border-radius: 10px 10px 0px 0px;
  background-color: #738BD7;
}

.community .card button {
  border-radius: 0px 0px 10px 10px;
}

.community .discord-name {
  margin-top: -10px;
}

.community .card-text {
  font-size: 15px;
  margin-top: 10px;
}

.community .card-text p {
  font-size: 15px;
}

#presence-count {
  font-size: 15px;
}

.community .card-text i {
  font-size: 12px;
}

.contact {
  margin-top: -15px;
  position: relative;
  background-color: #382f76;
  padding-bottom: 50px;
}

.contact .container {
  padding-top: 20px;
}

.contact .company-info {
  padding-top: 250px;
  color: #F7F9FD;
}

.contact .company-info i {
  font-size: 40px;
  color: darkgrey
}

.contact #contact-form {
  padding-top: 170px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.contact #contact-form label {
  color: #F7F9FD;
}

.contact .container {
  height: 480px;
}

.contact .clip {
  margin-top: 0px;
}

.contact a {
  color: #F7F9FD;
}

.ml-embedded {
  padding-top: 170px !important;
}

.custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(157% + 1.3px);
  height: 65px;
}

.custom-shape-divider .shape-fill {
  fill: #f7f9fd;
}

.custom-shape-divider-inverted {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-inverted svg {
  position: relative;
  display: block;
  width: calc(157% + 1.3px);
  height: 65px;
  transform: rotateY(180deg);
}

.custom-shape-divider-inverted .shape-fill {
  fill: #f7f9fd;
}

footer {
  background-color: #f7f9fd;
  text-align: center;
  height: 200px;
}

footer img {
  width: 200px;
}

footer p {
  padding-top: 20px;
}

footer .row {
  padding-top: 45px;
}

@media only screen and (min-width: 1200px) {
  .games .row {
    width: 75% !important;
  }

  .games .cardbob-banner-narrow {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .games .cardbob-banner-narrow {
    display: none;
  }

  .games .cardbob-banner-wide {
    text-align: center;
    padding-top: 180px;
  }

  .games .cardbob-banner-wide img {
    width: 80%;
    border-radius: 15px;
  }

  .home .cardbob-logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    bottom: 65%;
    width: 550px;
    text-align: center;
    z-index: 1;
  }

  .home .fogpiercer-logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    bottom: 65%;
    width: 450px;
    text-align: center;
    z-index: 1;
  }

  .home .itch-logo {
    position: absolute;
    left: 290px;
    right: 0;
    top: 60%;
    bottom: 40%;
    width: 110px;
    text-align: center;
    z-index: 1;
  }

  .home .steam-logo {
    position: absolute;
    left: 215px;
    right: 0;
    top: 57%;
    bottom: 43%;
    width: 120px;
    text-align: center;
    z-index: 1;
  }

  .games .row {
    width: 90% !important;
  }

  .games .col {
    transition: transform .2s ease-in-out;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .home .steam-logo {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 65%;
    width: 120px;
    text-align: center;
    z-index: 1;
  }

  .home .cardbob-logo {
    position: absolute;
    margin: auto !important;
    left: 0;
    right: 0;
    top: 55%;
    bottom: 70%;
    width: 100%;
    max-width: 500px;
    text-align: center;
    z-index: 1;
  }

  .home .fogpiercer-logo {
    position: absolute;
    margin: auto !important;
    left: 0;
    right: 0;
    top: 45%;
    bottom: 60%;
    width: 100%;
    max-width: 500px;
    text-align: center;
    z-index: 1;
  }
}

@media only screen and (max-width: 768px) {

  .navbar-nav a {
    color: white !important;
    font-size: 25px;
  }

  /* .home {
    display: none;
  } */

  .home .steam-logo {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    max-width: 120px;
    text-align: center;
    z-index: 1;
  }

  .home .cardbob-logo {
    position: absolute;
    margin: auto !important;
    left: 0;
    right: 0;
    top: 45%;
    bottom: 55%;
    width: 100%;
    max-width: 400px;
    text-align: center;
    z-index: 1;
  }

  .home .fogpiercer-logo {
    position: absolute;
    margin: auto !important;
    left: 0;
    right: 0;
    top: 35%;
    bottom: 50%;
    width: 100%;
    max-width: 400px;
    text-align: center;
    z-index: 1;
  }

  .games .cardbob-banner-wide {
    display: none;
  }

  .games .cardbob-banner-narrow {
    display: block !important;
    text-align: center;
    padding-top: 180px;
  }

  .games .cardbob-banner-narrow img {
    width: 95%;
    border-radius: 5px;
  }


  .custom-shape-divider svg {
    position: relative;
    display: block;
    width: calc(157% + 1.3px);
    height: 40px;
  }

  .games {
    padding-top: 0px;
  }

  .games .row {
    padding: 20px 10px 100px 10px;
  }

  .community .container {
    height: 550px;
  }

  .contact .container {
    height: 480px;
  }

  .contact #contact-form {
    padding-top: 0px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@keyframes fadeOut {
  0% {
    background-color: #f7f9fd;
    height: 82px;
  }

  100% {
    background-color: transparent;
    box-shadow: none;
    height: 110px;
  }
}

@keyframes fadeIn {
  0% {
    background-color: transparent;
    height: 110px;
  }

  100% {
    background-color: #f7f9fd;
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
    height: 82px;
  }
}

@keyframes fadeInText {
  0% {
    color: red !important
  }

  100% {
    color: black !important;
  }
}

@keyframes fadeOutText {
  0% {
    color: black
  }

  100% {
    color: red;
  }
}

@keyframes moveArrow {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(10px)
  }
}
