
/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/assets/poppins-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/assets/poppins-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* poppins-500 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('/assets/poppins-v15-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/assets/poppins-v15-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* poppins-600 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('/assets/poppins-v15-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/assets/poppins-v15-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('/assets/poppins-v15-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/assets/poppins-v15-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html {
  height: 100%;
  box-sizing: border-box;
  background-color: white;
	scroll-behavior: smooth; /* Enable smooth scrolling on the whole document */
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
  width: 100%;
  color: black;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 18px;
  background-color: #ffffff;
  text-align: left;
}

a {
  color: #ec0076;
  text-decoration: none;
}

.pink {
  color: #ec0076;
  text-decoration: none;
}

@keyframes anim-appear {
 0%   {opacity: 0}
 100% {opacity: 1}
}

.appear-1 {
  animation-name: anim-appear;
  animation-fill-mode: both;
  animation-delay: 0.5s;
  animation-duration: 2s;
}

.appear-2 {
  animation-name: anim-appear;
  animation-fill-mode: both;
  animation-delay: 3.5s;
  animation-duration: 2s;
}

h2, h3, h4, h5, h6 {
  color: #676767;
  font-weight: normal;
  max-width: 1000px;
  line-height: 140%;
}

h2 {
  font-weight:bold;
  font-size: 46px;
  margin: 5px 10px 15px 0;
}

h3 {
  font-weight:600;
  font-size: 32px;
  margin: 0;
}

h4 {
  font-weight:600;
  font-size: 22px;
  margin: 5px 10px 5px 0;
}

h5 {
  font-weight:600;
  font-size: 26px;
}

h6 {
  font-weight:500;
  font-size: 22px;
  margin: 35px 0 0 0;
  color: black;
}

@media (max-width:700px){
   h2 {
       font-size: 28px;
       margin: 0px 0 15px 0;
   }
   h3 {
      font-size: 22px;
   }
   h4 {
      font-size: 16px;
   }
   h5 {
     font-size: 20px;
   }
   h6 {
      font-size: 16px;
   }
 }

 hr {
   border: 1px solid #EBEBEB;
   margin-top: 80px;
   margin-bottom: -10px;
 }

 @media (max-width:700px){
    hr {
       margin-top: 60px;
       margin-bottom: 30px;
     }
 }

.width {
  width: 95%;
  max-width: 1300px;
  margin: 0 auto;
}

.logo {
  width: 85%;
}

.black{
  color: black;
}

.focus {
  background-color: white;
  border-radius: 25px;
  box-shadow: 0px 0px 18px 0px #e5e5e5;
}

/**
 ************************************************************************
 * Apps section
 */

.apps {
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 10px 0px 0 0px;
  margin-top: 70px;
}

.apps .item {
  background-color: white;
  flex: 1 1 0px;
  min-width: 300px;
  text-align: center;
  padding-bottom: 40px;
  transition: 0.5s
}

.apps .itemL {
  margin: 20px 20px 20px 10px;
}

.apps .itemR {
  margin: 20px 10px 20px 20px;
}


.apps .item:hover {
  transition: 0.3s;
  box-shadow: 0px 0px 28px 0px #b3b3b3;
}


@media (max-width:700px) {
   .apps {
     margin-top: 25px;
   }

   .apps .item {
     padding-bottom: 40px;
   }

 }


.apps h3 {
  margin: 15px 15px 15px 15px;
}

@media (max-width:700px) {
  .apps h3 {
    margin: 10px 15px 5px 15px;
  }

}

.grow {
display: inline-block;
overflow: hidden;
}

.appimage {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  padding-top: 60%; /* this defines the aspect ratio of the object according to the width */
  /* height: 350px; */

}
.grow img {
display: block;
transition: transform .4s;
}

/*.grow:hover img{
  transform: scale(1.3);
  transform-origin: 50% 50%;
}*/

.team {
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 10px 0px 0 0px;
  margin-top: 70px;
}

.team .item {
  /* background-color: white; */
  flex: 1 1 0px;
  max-width: 400px;
  min-width: 400px;
  text-align: center;
  padding-bottom: 70px;
  transition: 0.5s;
}

.team .item img {
  transition: 0.3s;
  width: 200px;
  height: 200px;
  /* border: 10px solid #ae1056;
  border-radius: 50%; */
}

.team h1 {
  color: #ec0076;
  margin: 0 0 10px 0
}

.team h4 {
  margin: 0;
}

/* .team .item img:hover {
  margin-top: -15px;
  margin-bottom: -15px;
  width: 230px;
  height: 230px;
} */

#container {
  display: inline-block;
  margin: 20px;
  border: 1px solid black;
  overflow: hidden;            /* clip the excess when child gets bigger than parent */
}
#container img {
  display: block;
  transition: transform .4s;   /* smoother zoom */
}
#container:hover img {
  transform: scale(1.3);
  transform-origin: 50% 50%;
}


.appplaynow {
  margin-top: -48px;
  width: 260px;
  z-index: 1;
  margin-bottom: 0;
  position: relative;
  /* max-width: 50%; */
}

@media (max-width:1050px) {
  .appplaynow {
    margin-top: -38px;
    width: 220px;
    /* max-width: 50%; */
  }
}

.image-slime {
    /* display: block; */
    background: url(/images/app-slime.jpg)
                no-repeat
                center center/cover;
}

.image-squishy {
    /* display: block; */
    background: url(/images/app-squishymagic.jpg)
                no-repeat
                center center/cover;
}

.image-rockart {
  /* display: block; */
  background: url(/images/app-rockart.jpg)
              no-repeat
              center center/cover;
}

.image-godolliz {
    /* display: block; */
    background: url(/images/app-godolliz.jpg)
                no-repeat
                center center/cover;
}

.image-slimepet {
  /* display: block; */
  background: url(/images/app-slimepet.jpg)
              no-repeat
              center center/cover;
}

.image-soon {
    /* display: block; */
    background: url(/images/app-soon.jpg)
                no-repeat
                center center/cover;
}



/**
 ************************************************************************
 * basic
 */

 .main {
   background-color: #f1f1f1;
 }

 .main .top {
   padding-top: 195px;
 }

 @media (max-width:1000px){
   .main .top {
     padding-top: 170px;
   }
 }

 @media (max-width:700px){
   .main .top {
     padding-top: 130px;
   }
 }

 a.anchor {
     display: block;
     position: relative;
     top: -195px;
     visibility: hidden;
 }

 @media (max-width:1000px){
   a.anchor {
     top: -170px;
   }
 }

 @media (max-width:700px){
   a.anchor {
     top: -130px;
   }
 }

 .main .bottom {
   padding-bottom: 250px;
 }

 @media (max-width:700px) {
   .main .bottom {
     padding-bottom: 250px;
   }
 }

 .main .section {
   padding-left: 10px;
   padding-right: 10px;
 }

 .demo {
   padding: 0;
 }

.demo td {
  /* text-align: left; */
  padding: 2px;
}

.demo b {
  font-weight:bold;
}

p {
    padding-top:10px;
}

.padTopM {
  padding: 20px 0 0 0;
}

 @media (max-width:700px) {
   .padTopM {
     padding: 20px 0 0 0;
   }
 }

 .padBotM {
   padding: 0 0 20px 0;
 }

 @media (max-width:500px) {
   .padBotM {
     padding: 0 0 10px 0;
   }
   .padTopMMob {
     padding: 25px 0 0 0;
   }
 }


 .padBotS {
   padding: 0 0 10px 0;
 }

 @media (max-width:700px) {
   .padBotS {
     padding: 0 0 5px 0;
   }
 }


.padLeftM {
  padding: 0 0 0 15px;
}

 @media (max-width:700px) {
.padLeftM {
    padding: 0;
  }
}


/**
 ************************************************************************
 * Jobs
 */

.jobs {
  text-align: left;
}

.jobs .focus {
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 80px;
}

.jobs .focus:last-child {
  margin-bottom: 20px;
}

.jobs .contents {
  padding: 60px;
}

 @media (max-width:700px) {
   .jobs .focus {
     margin-bottom: 30px;
   }
   .jobs .contents {
     padding: 30px;
   }
 }

/**
 ************************************************************************
 * About
 */

 .review {
   margin: 30px;
   display: flex;
   flex-flow: row wrap;
   justify-content: flex-start;
 }

 .review .item {
   background-color: white;
   margin: 20px;
   flex: 100 1 0px;
   min-width: 200px;
   /* min-width: 200px; */

 }

 .review .item:first-child {
   flex: 1 1 0;
   align-self: flex-start;
   text-align: center;
   min-width: 142px;
 }

 @media (max-width:535px) {
    .review {
      margin: 0px;
      text-align: justify;
    }
  }

 @media (max-width:700px) {

    .review h2 {
      text-align: center;
    }
    .review h3 {
      text-align: center;
    }
    .review h4 {
      text-align: center;
    }
    .review .item {
      margin: 8px;
    }

    .review .playnow {
      text-align: center;
      width: 100%;
    }

  }

 .linkedin {
   width: 24px;
   margin-bottom: -5px;
 }

 .playnow img {
  margin: 0 0 -30px -13px;
  width: 200px;
 }

  @media (max-width:700px) {
    .aboutPlaynow {
     margin: 0;
   }
  }

.founder:first-child img {
   width: 120px;
 }

 .founder:first-child {
   margin-left: 0;
   margin-right: 0;
 }

.about .focus {
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.about .section {
  text-align: left;
}

.about .section .center {
  text-align: center
}


.aboutSub {
  Padding: 60px 0 0 0;
}

@media (max-width:700px) {
  .aboutSub {
    Padding: 40px 0 0 0;
    Margin: 0 0 -10px 0;
  }
}


/**
 ************************************************************************
 * Header (navigation bar)
 */

 .navbar {
  --navbar-bg: #E20076;
  --navbar-highlight: #ae1056;
}

.navbar {
  overflow: hidden;
  color: #fff;
  font-weight:400;
  background-color: var(--navbar-bg);
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  z-index: 5;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.jobs .navbar .jobs-highlight {
  text-shadow:
    1px 1px 2px var(--navbar-highlight),
    1px -1px 2px var(--navbar-highlight),
    -1px 1px 2px var(--navbar-highlight),
    -1px -1px 2px var(--navbar-highlight);
  border-bottom: 8px solid var(--navbar-highlight);
  border-top: 8px solid var(--navbar-bg);
  /* text-decoration: underline; */
}

.about .navbar .about-highlight {
  text-shadow:
    1px 1px 2px var(--navbar-highlight),
    1px -1px 2px var(--navbar-highlight),
    -1px 1px 2px var(--navbar-highlight),
    -1px -1px 2px var(--navbar-highlight);
  border-bottom: 8px solid var(--navbar-highlight);
  border-top: 8px solid var(--navbar-bg);
  /* text-decoration: underline; */
}

/* Change background on mouse-over */

/* .navbar-item:hover{
  text-shadow:
    1px 1px 2px var(--navbar-highlight),
    1px -1px 2px var(--navbar-highlight),
    -1px 1px 2px var(--navbar-highlight),
    -1px -1px 2px var(--navbar-highlight);
  border-bottom: 8px solid var(--navbar-highlight);
  border-top: 8px solid var(--navbar-bg);
  transition: 0.5s;
} */

.navbar table {
  width: 100%;
  height: 115px;
}
#banner {
  margin-top: 110px;
}

.navbar td {
  pointer-events: auto; /* doing this so we can show hover effect only if child is hovered */
  text-align: center;
  vertical-align: middle;
  min-width: 120px;
  border-bottom: 0 solid var(--navbar-bg);
  border-top: 0 solid var(--navbar-bg);
  text-shadow:
    1px 1px 1px rgba(1, 1, 1, 0),
    1px -1px 1px rgba(1, 1, 1, 0),
    -1px 1px 1px rgba(1, 1, 1, 0),
    -1px -1px 1px rgba(1, 1, 1, 0);
}

.navbar td:first-child {
  text-align: left;
  width: 100%;
}

.navbar td:first-child img {
  text-align: left;
  width: 85%;
}

.navbar td:first-child a {
  float: left;
}

/* Links inside the navbar */
.navbar a {
  pointer-events: auto;
  user-select: none;
  display: block;
  color: #f2f2f2;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
}

 @media (max-width:1000px) {
   .navbar table {
     height: 81px;
   }

   #banner {
     margin-top: 76px;
   }

   .navbar td {
     min-width: 80px;
   }
 }

.navbar span {
  padding: 20px 10px;
}

.navbar td:first-child a {
  text-align: left;
}

/**
 ************************************************************************
 * Footer Styles
 */

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  background-color: white;
  text-align: center;
}

.footer a {
  margin-right: 0;
  margin-left: 0;
  padding: 10px;
}

.footer img {
  border: 0;
  width: 44px;
  height: 44px;
}

.small-font a {
  text-decoration: underline;
}

.small-font {
  font-size:14px;
}

@media (max-width:700px) {
  .small-font {
  font-size:11px;
  }
}


#banner {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  /* background-color: #111111; */
  /* color: rgba(255, 255, 255, 0.5); */
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-image: url("/images/cover.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 0;
  display: -ms-flexbox;
  height: 35rem !important;
  min-height: 35rem;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

  #banner > .inner {
    position: relative;
    z-index: 3; }

  #banner a {
    color: #fff;
    text-shadow: 1px 1px 2px #444;
    text-decoration: none; }

  /* #banner video {
    -moz-transform: translateX(50%) translateY(50%);
    -webkit-transform: translateX(50%) translateY(50%);
    -ms-transform: translateX(50%) translateY(50%);
    transform: translateX(50%) translateY(50%);
    bottom: 50%;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    right: 50%;
    width: auto; } */
  #banner video {
    -moz-transform: translateX(50%) translateY(50%);
    -webkit-transform: translateX(50%) translateY(50%);
    -ms-transform: translateX(50%) translateY(50%);
    transform: translateX(50%) translateY(50%);
    bottom: 50%;
    width: 100%;
    height: 100%;
    right: 50%;
    object-fit: cover;
    /* min-height: 100%; */
    /* min-width: auto; */
    overflow: hidden;
    position: absolute;}
  #banner:before {
    -moz-transition: opacity 3s ease;
    -webkit-transition: opacity 3s ease;
    -ms-transition: opacity 3s ease;
    transition: opacity 3s ease;
    -moz-transition-delay: 1.25s;
    -webkit-transition-delay: 1.25s;
    -ms-transition-delay: 1.25s;
    transition-delay: 1.25s;
    /* background: #00ff00; */
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.45;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  #banner:after {
    /* background: linear-gradient(135deg, #ce1b28 0%, #111111 74%); */
    content: ' ';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }

  /* @media screen and (max-width: 1280px) {
    #banner video {
      display: none; } } */
  @media screen and (max-width: 736px) {
    #banner {
      height: auto !important;
      min-height: 0;
      padding: 4rem 2rem 4rem 2rem; }
      #banner .inner {
        width: 100%; }
      #banner h1 {
        font-size: 1.75rem;
        margin-bottom: 0.5rem;
        padding-bottom: 0; }
      #banner p {
        font-size: 1.25rem; }
      #banner br {
        display: none; }
      #banner .button {
        width: 100%; } }
  @media screen and (max-width: 480px) {
    #banner p {
      font-size: 1rem; } }
  body.is-preload #banner .inner {
    -moz-transform: scale(0.99);
    -webkit-transform: scale(0.99);
    -ms-transform: scale(0.99);
    transform: scale(0.99);
    opacity: 0; }
  body.is-preload #banner:before {
    opacity: 1; }
