@charset "UTF-8";
@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic");
@import url("http://fonts.googleapis.com/css?family=Montserrat:400,700");
/* ////////////// Base rules */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  font-size: 14px;
  line-height: 1.42857;
  width: 100%;
  height: 100%;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  background-color: #000;
}

section {
  display: block;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:active,
a:hover {
  outline: 0;
}

b {
  font-weight: bold;
}

h1 {
  margin: 0.67em 0;
  font-size: 36px;
}

img {
  border: 0;
  vertical-align: middle;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"),
    url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"),
    url("../fonts/bootstrap/glyphicons-halflings-regular.ttf")
      format("truetype"),
    url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular")
      format("svg");
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #1ac6ff;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

h1,
h2 {
  margin: 0px 0px 10px 0px;
  letter-spacing: 1px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 10px;
}

/* ////////////// Utilities rules */

h2 {
  font-size: 30px;
}

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

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.hidden {
  display: none !important;
}

@-ms-viewport {
  width: device-width;
}

.space {
  width: 100%;
  margin-bottom: 55px;
}

.border {
  height: 5px;
  width: 10%;
  margin: 0 auto;
  background-color: #c60;
  margin-bottom: 15px;
}

li.active a {
  color: #fff;
}

.content-section {
  padding-top: 20px;
  padding-bottom: 30px;
}

.btn-linkedin img {
  width: 40px;
  height: 40px;
}

.btn-how {
  background-color: white;
  padding: 10px 10px;
  border-radius: 5px;
  margin-right: 8px;
}

.btn-how:hover {
  background-color: black;
  color: white;
}

.btn-portfolio {
  background-color: #2579e4;
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
  margin-right: 8px;
}

.btn-portfolio:hover {
  background-color: #073a7e;
  color: white;
}

.btn-back {
  background-color: lightgray;
  padding: 10px 30px;
  border-radius: 5px;
}

.btn-back:hover {
  background-color: rgb(179, 179, 179);
  color: black;
}

/* ////////////// Layout rules */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2d2e2e;
  z-index: 9999;
}

.intro {
  width: 100%;
  height: auto;
  text-align: center;
  background: url("../img/introfinal.jpg") center;
  background-size: cover;
  color: #000;
}

.intro__top-bar {
  width: 100%;
  position: fixed;
  display: flex;
  justify-content: end;
  padding: 10px 20px;
  z-index: 1000;
}

.intro__top-bar.back {
  justify-content: flex-start;
}

.launch {
  background: url("../img/launch.png") top right;
  background-color: #688ef0;
  position: relative;
}

.hand {
  padding-bottom: 0px;
  background: url("../img/wood21.jpg") top right;
  background-size: cover;
}

.schizofrenia {
  background-color: #ccc4c4;
  position: relative;
  min-height: 700px;
  padding-bottom: 50px;
}

.cooker {
  background: url(../img/cooker.jpg) center;
  background-size: cover;
  color: #000;
  min-height: 550px;
  position: relative;
}

.multilingual {
  background: url("../img/bg_lingual.png") top right no-repeat;
  background-color: #fff;
  color: #000;
  padding-bottom: 0px;
}

.ambitious {
  padding-bottom: 0px;
  background: url("../img/shattered-island.gif");
}

.idea {
  background: url("../img/shattered.png");
}

/* ////////////// Module rules */
/* ===== preloader ===== */
.preloader__status {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  margin: -75px 0 0 -75px;
}

.preloader__spinner {
  margin: 100px auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 15px;
}

.spinner__rect {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner--rect1 {
  background-color: #c00;
}

.spinner--rect2 {
  background-color: #f60;
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner--rect3 {
  background-color: #fc0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner--rect4 {
  background-color: #0c6;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner--rect5 {
  background-color: #09c;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

/* ===== Intro ===== */
.intro__wrapper {
  position: absolute;
  top: 35%;
  width: 80%;
  left: 10%;
}

.intro__content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.intro__heading {
  font-size: 50px;
  margin-bottom: 40px;
}

.intro__heading--not {
  color: #aaa;
}

.intro__link {
  display: block;
  position: relative;
}

.intro__link span {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #2579e4;
  border-bottom: 2px solid #2579e4;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: arrowanime 2s infinite;
  animation: arrowanime 2s infinite;
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.intro__link span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.intro__link span:nth-of-type(2) {
  bottom: -16px;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.intro__link span:nth-of-type(3) {
  bottom: -32px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@-webkit-keyframes arrowanime {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes arrowanime {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* ===== Launch ===== */
.launch__photo {
  max-width: 200px;
  margin-top: -120px;
}

.row-eq-height {
  display: flex;
}

.launch__content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 26px;
}

.launch__list {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.launch__rocket {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.project {
  display: inline-block;
  text-align: left;
}

.project__list {
  color: #000;
  background-color: #fff;
  padding: 10px;
  border-left: 5px solid #454545;
  margin-bottom: 10px;
  width: 270px;
  border-radius: 8px;
}

.project__list:nth-child(even) {
  margin-left: 20px;
}

@-webkit-keyframes spaceboots {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-2px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-2px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
  }
}

.shake {
  -webkit-animation-name: spaceboots;
  -webkit-animation-duration: 0.8s;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

.rocket__img {
  max-height: 330px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 250px;
}

/* ===== Hand ===== */
.hand__border {
  margin: 0px;
}

.hand__content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.hand__photo {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.hand__text {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 15px;
  border-radius: 8px;
}

.hand__img {
  margin-top: 20px;
}

/* ===== Schizofrenia ===== */
.particle {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.schizofrenia__img {
  margin-top: -120px;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: -140px;
}

.schizofrenia__container {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 130px;
}

.brain-thinker {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.brain-thinker__text {
  font-size: 15px;
}

.brain-thinker__content {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px;
  margin-bottom: 80px;
  border-radius: 8px;
}

.brain_left {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.brain_left__content {
  background-color: #fa522c;
  background-image: linear-gradient(135deg, #ff006a 0%, #fae713 100%);
  -webkit-box-shadow: 0 20px 27px rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 27px rgba(0, 0, 0, 0.05);
  color: white;
  padding: 20px;
  margin-top: 90px;
  border-radius: 8px;
}

.brain_right {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.brain_right__content {
  background-color: #f3f0ff;
  background-image: linear-gradient(
    150deg,
    #fbfbfb 0%,
    #bbb2bb 100%,
    #a9a6a9 100%
  );
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 20px 27px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 20px 27px;
  color: black;
  padding: 20px;
  border-radius: 8px;
}

/* ===== Cooker ===== */
.cooker__content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.cooker__content-text {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 15px;
  border-radius: 8px;
}

.cooker__photo {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.cooker__photo-logo1 {
  position: absolute;
  bottom: -350px;
}

.cooker__photo-logo2 {
  position: absolute;
  bottom: -380px;
}

/* ===== Multi ===== */
.multilingual__chart {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.chart {
  width: 90%;
}

.chart__progress {
  height: 35px;
  overflow: visible;
}

.progress__bar {
  text-align: left;
  -webkit-transition-duration: 3s;
  -o-transition-duration: 3s;
  transition-duration: 3s;
  border-radius: 4px;
}

.progress__bar-english {
  background-color: #fa8a05;
}

.progress__bar-french {
  background-color: #ed5419;
}

.progress__bar-arabic {
  background-color: #75a508;
}

.progress__bar-spanish {
  background-color: #da426d;
}

.progress__bar-silence {
  background-color: #ebc702;
}

.progress__skill {
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

.progress__val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

.multilingual__content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.multilingual__img {
  margin-top: 80px;
}

/* ===== Ambitious ===== */
.ambitious__content {
  padding-top: 50px;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.ambitious__conten--span {
  color: #ebc702;
}

.ambitious__photo {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* ===== Idea ===== */
.idea--title {
  color: #000;
}

.idea__filter {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* ===== Portfolio ===== */
.showcase {
  margin: 0px -1px 0px -1px !important;
  padding: 0px;
  width: 100%;
}

.showcase__item {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.effects .img {
  position: relative;
  overflow: hidden;
}

.effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
}

a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}

span.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 80%;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

/* ===== Effects =====*/

.overlay span.expand {
  left: 0;
  right: 0;
  top: 50%;
  margin: -30px auto 0 auto;
}

.img:hover .overlay {
  height: 100%;
}

/* end Effects */
.filter {
  margin-bottom: 20px;
}

.filter ul {
  display: inline-block;
}

.filter-item {
  margin: 15px 0px;
}

/* ===== Idea ===== */
.crazy__wrapper {
  position: absolute;
  top: 35%;
  width: 80%;
  left: 10%;
}

.crazy__content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 40px 0px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
}

.crazy__text {
  font-size: 30px;
}

/* Small devices (tablets, 768px and up) */

/* Medium Devices, Desktops */

/* Small devices (tablets, up to 768px) */

/* ////////////// Theme rules */
/* Border color */

/* Background color */
.background-color {
  background-color: #1ac6ff;
}

.color {
  color: #2579e4;
  /*#1ac6ff;*/
}

.nav-pills > li.active > a,
.nav-pills > li > a:hover,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #1ac6ff;
  border-color: #1ac6ff;
  color: #ffffff;
}

/* Portfolio */
.portfolio {
  padding-top: 30px;
  padding-bottom: 20px;
}

.portfolio h1 {
  text-align: center;
  font-weight: bold;
}
.portfolio-grid {
  display: grid;
  /* grid-auto-rows: 200px;  */
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 20px;
  margin-top: 20px;
}

.portfolio h2 {
  font-size: 2.5rem;
  margin-bottom: 5px;
}

.portfolio-grid img {
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgb(217, 217, 217);
}

.portfolio p {
  color: rgb(85, 85, 85);
  font-style: italic;
}

.portfolio-grid h3,
.portfolio-grid h3:hover {
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 0;
  color: black;
}

/* designs */
.designs {
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.designs h1 {
  margin-bottom: 30px;
  text-align: center;
}

.designs-container {
  width: 100%;
  max-width: 1400px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  padding-bottom: 20px;
}

.designs-container img {
  width: 100%;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after {
    content: "";
  }
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  p,
  h2 {
    orphans: 3;
    widows: 3;
  }
  h2 {
    page-break-after: avoid;
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .showcase__item {
    float: left;
    width: 50%;
  }
  .intro {
    height: 120%;
    padding: 0;
  }
  .content-section {
    padding-top: 20px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .intro__content {
    margin-left: 16.66667%;
    float: left;
    width: 66.66667%;
  }
  .launch__content {
    float: left;
    width: 33.33333%;
    left: 33.33333%;
  }
  .launch__list {
    float: left;
    width: 33.33333%;
    right: 33.33333%;
  }
  .launch__rocket {
    float: left;
    width: 33.33333%;
  }
  .hand__content {
    float: left;
    width: 50%;
    left: 50%;
  }
  .hand__photo {
    float: left;
    width: 50%;
    right: 50%;
  }
  .brain-thinker {
    float: left;
    width: 66.66667%;
    margin-left: 25%;
  }
  .brain_left {
    float: left;
    width: 41.66667%;
  }
  .brain_right {
    float: left;
    width: 41.66667%;
    margin-left: 16.66667%;
  }
  .cooker__content {
    float: left;
    width: 58.33333%;
  }
  .cooker__photo {
    float: left;
    width: 41.66667%;
  }
  .multilingual__chart {
    float: left;
    width: 50%;
  }
  .multilingual__content {
    float: left;
    width: 50%;
  }
  .ambitious__content {
    float: left;
    width: 50%;
  }
  .ambitious__photo {
    float: left;
    width: 50%;
  }
  .idea__filter {
    float: left;
    width: 100%;
  }
  .showcase__item {
    float: left;
    width: 25%;
  }
  .crazy__content {
    float: left;
    width: 66.66667%;
    margin-left: 16.66667%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (max-width: 767px) {
  .launch {
    background: url("../img/launch.png") top center;
    background-color: #688ef0;
    position: relative;
  }
  .hidden-xs {
    display: none !important;
  }
  .intro__heading {
    font-size: 30px;
  }
  .launch__photo {
    max-width: 150px;
    margin-top: -100px;
  }
  .intro {
    height: 470px;
  }
  .multilingual {
    background-size: cover;
  }
  .nav > li > a {
    padding: 15px 10px;
  }
  .intro__wrapper,
  .crazy__wrapper {
    top: 150px;
    width: 80%;
    left: 10%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .nav > li > a {
    padding: 35px 10px;
  }
  .row-eq-height {
    display: block;
  }
  .txtfill {
    font-size: 24px;
  }
  .rocket__img {
    position: static;
  }
  .brain_left__content {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .schizofrenia {
    background-image: url("../img/schizofrene.png");
    background-position: center;
    background-size: cover;
  }
  .schizofrenia__container {
    position: static;
  }
  .cooker__photo-logo1 {
    position: static;
  }
  .cooker__photo-logo2 {
    position: absolute;
    bottom: 0px;
    max-width: 90%;
  }
}
