/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * Montserrat
 */
@font-face {
  font-family: 'Montserratregular';
  src: url("/assets?p=%2F..%2Ffonts%2FInterOTF%2FInter-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratbold';
  src: url("/assets?p=%2F..%2Ffonts%2FInterOTF%2FInter-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratthin';
  src: url("/assets?p=%2F..%2Ffonts%2FInterOTF%2FInter-Thin.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratlight';
  src: url("/assets?p=%2F..%2Ffonts%2FInterOTF%2FInter-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratsemibold';
  src: url("/assets?p=%2F..%2Ffonts%2FInterOTF%2FInter-SemiBold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url("/assets?p=%2F..%2Ffonts%2FInterOTF%2FInter-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratmedium';
  src: url("/assets?p=%2F..%2Ffonts%2FInterOTF%2FInter-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cold Warm';
  src: url("/assets?p=%2F..%2Ffonts%2Fcold-warm%2FCold+Warm.otf") format("opentype");
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: Montserratregular, Montserratregular;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
}

body .page-wrapper {
  background: #fff url("/assets?p=%2F..%2Fimages%2Flogo_footer.png") no-repeat scroll left bottom;
  background-size: 20% auto;
}
@media (max-width: 480px) {
  body .page-wrapper {
    background: #fff;
  }
}

::-ms-clear {
  display: none;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #337ab7;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #23527c;
  text-decoration: none;
}
a:focus {
  outline: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

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

.img-rounded {
  border-radius: 6px;
}

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

[role="button"] {
  cursor: pointer;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.overflow-hidden,
.overflow-hidden body {
  overflow: hidden;
  height: 100%;
}

.make-fixed {
  position: fixed;
}

.content-wrapper {
  /* Review Jaison */
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .content-wrapper {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .content-wrapper {
    padding: 20px;
  }
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

p {
  font-family: "Montserratregular";
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 30px;
}

.heading1,
.section-heading {
  font-family: "Montserratregular";
  font-size: 24px;
  color: #2A3277;
  margin-bottom: 30px;
}

.heading2,
.section-sub-heading {
  /*padding: 10px;*/
  font-size: 20px;
  color: #2A3277;
  margin-top: 15px;
  margin-bottom: 10px;
}

.list-bullets {
  list-style: disc;
  padding-left: 20px;
}

.list-bullets a {
  color: #737690;
}

.divider {
  background-color: #E4E7F6;
  height: 1px;
  margin: 40px 0px;
}

:active,
:focus,
.active {
  outline: 0;
}

/* 
 * Input
 */
input,
select,
textarea {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 0px 0px 0px #ffffff;
  box-shadow: 0px 0px 0px 0px #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  color: #2A3277;
  width: 100%;
  border: 0px none;
  outline: 0;
  display: block;
  background-color: transparent;
}

input:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 0px 0px #ffffff;
  box-shadow: 0px 0px 0px 0px #ffffff;
}

select:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 0px 0px #ffffff;
  box-shadow: 0px 0px 0px 0px #ffffff;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: '';
  /* background: transparent url("/assets?p=%2F..%2Fimages%2Fforms%2FselectDropdown.png") no-repeat scroll top 24px right 20px; */
  background-color: transparent;
  background-image: url("/assets?p=%2F..%2Fimages%2Fforms%2FselectDropdown.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 96% 24px;
  background-position: top 24px right 20px;
}

select::-ms-expand {
  display: none;
}

.input-field select::-ms-expand {
  display: none;
  border-style: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

button::-moz-focus-inner {
  border: 0;
  outline: 0;
}

input::-moz-focus-inner {
  border: 0;
  outline: 0;
}

select::-moz-focus-inner {
  border: 0;
  outline: 0;
}

select:focus {
  background-color: #fff;
  color: #2A3277;
}

select:focus::-ms-value {
  background-color: #fff;
  color: #2A3277;
}

textarea {
  border-radius: 0px;
  background-clip: padding-box;
  height: 100px;
  resize: none;
}

.input-field {
  border: 1px solid #DBDCE8;
  padding-top: 12px;
  position: relative;
  background-color: #fff;
}
.input-field input,
.input-field select,
.input-field textarea {
  padding: 16px 20px 12px 20px;
  /* padding: 15px 20px; */
  /* padding: 19px 0px 11px 0px; */
}
.input-field select {
  padding: 16px 50px 12px 20px;
}
@-moz-document url-prefix() {
  .input-field select {
    line-height: 50px;
    height: 50px;
  }
}
.input-field label {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: text;
  color: #B3B3B5;
  font-size: 12px;
  position: absolute;
  top: 30px;
  left: 20px;
  pointer-events: none;
  /* edited by clarence */
  background-color: #fff;
  display: block;
}
.input-field input:focus + label,
.input-field select:focus + label,
.input-field label.active {
  top: 11px;
}
.input-field select option {
  padding: 10px 0px;
}

.ie-select-mask {
  display: none;
}

.ieBrowser9 select {
  padding-right: 20px;
}
.ieBrowser9 .ie-select-mask {
  display: block;
  width: 17px;
  height: 24px;
  position: absolute;
  background-color: #fff;
  background-image: url("/assets?p=%2F..%2Fimages%2Fforms%2FselectDropdown.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 5px 6px;
  top: 28px;
  right: 20px;
  pointer-events: none;
}
.ieBrowser9 .simple {
  position: relative;
}
.ieBrowser9 .simple .ie-select-mask {
  top: 16px;
  right: 35px;
}
.ieBrowser9 .simple.no-padding .ie-select-mask {
  top: 14px;
  right: 20px;
  height: 33px;
  background-position: 5px 10px;
}

.simple label {
  display: none;
}
.simple select {
  background-image: url("/assets?p=%2F..%2Fimages%2Fforms%2FselectDropdownSimple.png");
  background-position: top 50% right 20px;
  background-position: 96% center;
  padding-bottom: 16px;
  background-repeat: no-repeat;
}
.simple select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
@-moz-document url-prefix() {
  .simple select {
    height: 56px;
    line-height: 56px;
  }
}
.simple.input-field {
  padding-top: 0;
  border: 0px none;
}
.simple .with-border {
  border: 1px solid #2A3277;
}

.error-messages {
  margin-bottom: 30px;
  color: #f00;
  font-size: 15px;
  text-align: center;
}

.form-background {
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 2px 1px #DBDCE8;
  box-shadow: 0px 0px 2px 1px #DBDCE8;
  background-color: #F8FAFF;
}

.error-information {
  text-align: center;
  color: #4D516F;
  font-size: 38px;
}

/*
 * Custom check box
 */
input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label {
  height: 18px;
  width: 18px;
  display: inline-block;
  margin: 0px 5px 0px 0px;
  position: relative;
  padding: 0px;
  background: rgba(0, 0, 0, 0) url("/assets?p=%2F..%2Fimages%2Fcheckbox%2Funchecked.png") no-repeat scroll 0 0;
  background-size: 100%;
  top: 2px;
}

input[type="checkbox"]:checked + label {
  background-image: url("/assets?p=%2F..%2Fimages%2Fcheckbox%2Fchecked.png");
}

/*
 * Custom Radio Buttons
 */
input[type="radio"] {
  display: none;
}

input[type="radio"] + label {
  height: 20px;
  width: 20px;
  display: inline-block;
  margin: 8px 10px 0px 0px;
  position: relative;
  padding: 0px;
  background: rgba(0, 0, 0, 0) url("/assets?p=%2F..%2Fimages%2FradioButton%2Fnonselected.png") no-repeat scroll 0 0;
  background-size: 100%;
  top: 4px;
  color: #000000;
}

input[type="radio"]:checked + label {
  background-image: url("/assets?p=%2F..%2Fimages%2FradioButton%2Fselected.png");
}

/*
@media (max-width: $screen-sm-min) {
    #rc-imageselect,
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}
*/
.icon-rupee {
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
  top: 2px;
  position: relative;
  display: inline-block;
}

.remove-padding-left {
  padding-left: 0px !important;
}

._99games-title {
  color: #EC2227;
  font-family: "Montserratregular";
  font-size: 12px;
  line-height: 15px;
}

._99games-sub-title {
  color: #4A4A4A;
  font-family: "Montserratlight";
  font-size: 32px;
  font-weight: 300;
  line-height: 39px;
}

._99games-sub-title-bold {
  color: #4A4A4A;
  font-family: "Montserratsemibold";
  font-size: 32px;
  font-weight: 600;
  line-height: 39px;
}

._99games-description,
._99games-description p {
  color: #605F5F;
  font-family: "Montserratlight";
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  margin-bottom: 15px;
}

/* video-header image-header scss code  */
.video-header,
.image-header {
  /*   display: none; */
  z-index: 1;
  position: relative;
}
.video-header .inner-wrapper,
.image-header .inner-wrapper {
  height: auto;
  position: relative;
}
.video-header .inner-wrapper video,
.image-header .inner-wrapper video {
  width: 100vw;
  object-fit: cover;
  height: 100vh;
}
@media (max-width: 768px) {
  .video-header .inner-wrapper video,
  .image-header .inner-wrapper video {
    display: none;
  }
}
.video-header .inner-wrapper .image-desktop,
.image-header .inner-wrapper .image-desktop {
  width: 100%;
}
@media (max-width: 768px) {
  .video-header .inner-wrapper .image-desktop,
  .image-header .inner-wrapper .image-desktop {
    display: none;
  }
}
.video-header .inner-wrapper .video-mobile-view,
.image-header .inner-wrapper .video-mobile-view {
  width: 100%;
  display: none;
}
@media (max-width: 768px) {
  .video-header .inner-wrapper .video-mobile-view,
  .image-header .inner-wrapper .video-mobile-view {
    display: block;
  }
}
.video-header .inner-wrapper .image-mobile-view,
.image-header .inner-wrapper .image-mobile-view {
  width: 100%;
  display: none;
}
@media (max-width: 768px) {
  .video-header .inner-wrapper .image-mobile-view,
  .image-header .inner-wrapper .image-mobile-view {
    display: block;
  }
}
.video-header .inner-wrapper .video-overlay,
.video-header .inner-wrapper .image-overlay,
.image-header .inner-wrapper .video-overlay,
.image-header .inner-wrapper .image-overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(134.72deg, #BF191D 0%, rgba(200, 109, 215, 0.5) 100%);
  padding: 0% 50px;
}
.video-header .inner-wrapper .video-overlay .header-intro-texts,
.video-header .inner-wrapper .image-overlay .header-intro-texts,
.image-header .inner-wrapper .video-overlay .header-intro-texts,
.image-header .inner-wrapper .image-overlay .header-intro-texts {
  font-size: 2em;
  text-align: center;
  color: #ffffff;
  margin-top: 20%;
  /* line-height: 80px; */
  letter-spacing: 1px;
}
.video-header .inner-wrapper .video-overlay .header-intro-texts .svg-wrapper,
.video-header .inner-wrapper .image-overlay .header-intro-texts .svg-wrapper,
.image-header .inner-wrapper .video-overlay .header-intro-texts .svg-wrapper,
.image-header .inner-wrapper .image-overlay .header-intro-texts .svg-wrapper {
  margin: 0 auto;
}
.video-header .inner-wrapper .video-overlay .header-intro-texts .svg-wrapper .svg-text,
.video-header .inner-wrapper .image-overlay .header-intro-texts .svg-wrapper .svg-text,
.image-header .inner-wrapper .video-overlay .header-intro-texts .svg-wrapper .svg-text,
.image-header .inner-wrapper .image-overlay .header-intro-texts .svg-wrapper .svg-text {
  font-family: "Montserratbold";
}
.video-header .inner-wrapper .video-overlay .header-intro-texts .svg-wrapper .studio,
.video-header .inner-wrapper .image-overlay .header-intro-texts .svg-wrapper .studio,
.image-header .inner-wrapper .video-overlay .header-intro-texts .svg-wrapper .studio,
.image-header .inner-wrapper .image-overlay .header-intro-texts .svg-wrapper .studio {
  font-family: "Montserratthin";
}
.video-header .inner-wrapper .video-overlay .header-intro-texts .svg-wrapper .svg-text,
.video-header .inner-wrapper .video-overlay .header-intro-texts .svg-wrapper .studio,
.video-header .inner-wrapper .image-overlay .header-intro-texts .svg-wrapper .svg-text,
.video-header .inner-wrapper .image-overlay .header-intro-texts .svg-wrapper .studio,
.image-header .inner-wrapper .video-overlay .header-intro-texts .svg-wrapper .svg-text,
.image-header .inner-wrapper .video-overlay .header-intro-texts .svg-wrapper .studio,
.image-header .inner-wrapper .image-overlay .header-intro-texts .svg-wrapper .svg-text,
.image-header .inner-wrapper .image-overlay .header-intro-texts .svg-wrapper .studio {
  font-size: 172px;
}
@media (max-width: 1360px) {
  .video-header .inner-wrapper .video-overlay .header-intro-texts .svg-wrapper .svg-text,
  .video-header .inner-wrapper .video-overlay .header-intro-texts .svg-wrapper .studio,
  .video-header .inner-wrapper .image-overlay .header-intro-texts .svg-wrapper .svg-text,
  .video-header .inner-wrapper .image-overlay .header-intro-texts .svg-wrapper .studio,
  .image-header .inner-wrapper .video-overlay .header-intro-texts .svg-wrapper .svg-text,
  .image-header .inner-wrapper .video-overlay .header-intro-texts .svg-wrapper .studio,
  .image-header .inner-wrapper .image-overlay .header-intro-texts .svg-wrapper .svg-text,
  .image-header .inner-wrapper .image-overlay .header-intro-texts .svg-wrapper .studio {
    font-size: 124px;
  }
}
@media (max-width: 1200px) {
  .video-header .inner-wrapper .video-overlay .header-intro-texts .svg-wrapper .svg-text,
  .video-header .inner-wrapper .video-overlay .header-intro-texts .svg-wrapper .studio,
  .video-header .inner-wrapper .image-overlay .header-intro-texts .svg-wrapper .svg-text,
  .video-header .inner-wrapper .image-overlay .header-intro-texts .svg-wrapper .studio,
  .image-header .inner-wrapper .video-overlay .header-intro-texts .svg-wrapper .svg-text,
  .image-header .inner-wrapper .video-overlay .header-intro-texts .svg-wrapper .studio,
  .image-header .inner-wrapper .image-overlay .header-intro-texts .svg-wrapper .svg-text,
  .image-header .inner-wrapper .image-overlay .header-intro-texts .svg-wrapper .studio {
    font-size: 124px;
  }
}
@media (max-width: 1100px) {
  .video-header .inner-wrapper .video-overlay .header-intro-texts .svg-wrapper .svg-text,
  .video-header .inner-wrapper .video-overlay .header-intro-texts .svg-wrapper .studio,
  .video-header .inner-wrapper .image-overlay .header-intro-texts .svg-wrapper .svg-text,
  .video-header .inner-wrapper .image-overlay .header-intro-texts .svg-wrapper .studio,
  .image-header .inner-wrapper .video-overlay .header-intro-texts .svg-wrapper .svg-text,
  .image-header .inner-wrapper .video-overlay .header-intro-texts .svg-wrapper .studio,
  .image-header .inner-wrapper .image-overlay .header-intro-texts .svg-wrapper .svg-text,
  .image-header .inner-wrapper .image-overlay .header-intro-texts .svg-wrapper .studio {
    font-size: 124px;
  }
}
@media (max-width: 991px) {
  .video-header .inner-wrapper .video-overlay .header-intro-texts .svg-wrapper .svg-text,
  .video-header .inner-wrapper .video-overlay .header-intro-texts .svg-wrapper .studio,
  .video-header .inner-wrapper .image-overlay .header-intro-texts .svg-wrapper .svg-text,
  .video-header .inner-wrapper .image-overlay .header-intro-texts .svg-wrapper .studio,
  .image-header .inner-wrapper .video-overlay .header-intro-texts .svg-wrapper .svg-text,
  .image-header .inner-wrapper .video-overlay .header-intro-texts .svg-wrapper .studio,
  .image-header .inner-wrapper .image-overlay .header-intro-texts .svg-wrapper .svg-text,
  .image-header .inner-wrapper .image-overlay .header-intro-texts .svg-wrapper .studio {
    font-size: 100px;
  }
}
@media (max-width: 768px) {
  .video-header .inner-wrapper .video-overlay .header-intro-texts .svg-wrapper .svg-text,
  .video-header .inner-wrapper .video-overlay .header-intro-texts .svg-wrapper .studio,
  .video-header .inner-wrapper .image-overlay .header-intro-texts .svg-wrapper .svg-text,
  .video-header .inner-wrapper .image-overlay .header-intro-texts .svg-wrapper .studio,
  .image-header .inner-wrapper .video-overlay .header-intro-texts .svg-wrapper .svg-text,
  .image-header .inner-wrapper .video-overlay .header-intro-texts .svg-wrapper .studio,
  .image-header .inner-wrapper .image-overlay .header-intro-texts .svg-wrapper .svg-text,
  .image-header .inner-wrapper .image-overlay .header-intro-texts .svg-wrapper .studio {
    font-size: 75px;
  }
}
@media (max-width: 480px) {
  .video-header .inner-wrapper .video-overlay .header-intro-texts .svg-wrapper .svg-text,
  .video-header .inner-wrapper .video-overlay .header-intro-texts .svg-wrapper .studio,
  .video-header .inner-wrapper .image-overlay .header-intro-texts .svg-wrapper .svg-text,
  .video-header .inner-wrapper .image-overlay .header-intro-texts .svg-wrapper .studio,
  .image-header .inner-wrapper .video-overlay .header-intro-texts .svg-wrapper .svg-text,
  .image-header .inner-wrapper .video-overlay .header-intro-texts .svg-wrapper .studio,
  .image-header .inner-wrapper .image-overlay .header-intro-texts .svg-wrapper .svg-text,
  .image-header .inner-wrapper .image-overlay .header-intro-texts .svg-wrapper .studio {
    font-size: 30px;
  }
}
.video-header .inner-wrapper .video-overlay .mouse-icon,
.video-header .inner-wrapper .image-overlay .mouse-icon,
.image-header .inner-wrapper .video-overlay .mouse-icon,
.image-header .inner-wrapper .image-overlay .mouse-icon {
  height: 45px;
  width: 27px;
  border: 2px solid #FFFFFF;
  border-radius: 15px;
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}
.video-header .inner-wrapper .video-overlay .mouse-icon .mouse-scroller,
.video-header .inner-wrapper .image-overlay .mouse-icon .mouse-scroller,
.image-header .inner-wrapper .video-overlay .mouse-icon .mouse-scroller,
.image-header .inner-wrapper .image-overlay .mouse-icon .mouse-scroller {
  width: 5px;
  height: 10px;
  background: #fff;
  display: block;
  color: #fff;
  margin: 10px auto 0px auto;
  border-radius: 50%;
  animation: moveUpAndDown 1s infinite;
  animation-direction: alternate;
}
@keyframes moveUpAndDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 2px, 0);
  }
}
@media (max-width: 768px) {
  .video-header .inner-wrapper .video-overlay .mouse-icon,
  .video-header .inner-wrapper .image-overlay .mouse-icon,
  .image-header .inner-wrapper .video-overlay .mouse-icon,
  .image-header .inner-wrapper .image-overlay .mouse-icon {
    display: none;
  }
}

.read-more-button {
  background: linear-gradient(134.72deg, #BF191D 0%, #c86dd7 100%);
  -webkit-transition: background-color 2000ms linear;
  -ms-transition: background-color 2000ms linear;
  -o-transition: background-color 2000ms linear;
  -moz-transition: background-color 2000ms linear;
  transition: background-color 2000ms linear;
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  width: auto;
  padding: 9px 19px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  -webkit-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  display: inline-block;
}
.read-more-button:link {
  color: #FFFFFF;
}
.read-more-button:visited {
  color: #FFFFFF;
}
.read-more-button:active {
  color: #FFFFFF;
}
.read-more-button span {
  position: absolute;
}
.read-more-button span:first-child {
  display: none;
}
.read-more-button span:last-child {
  position: static;
}
.read-more-button.push-below-arrow {
  height: 35px;
  width: 105.83px;
  position: relative;
  overflow-y: hidden;
}
.read-more-button.push-below-arrow span {
  position: absolute;
  -webkit-transition: all 0.23s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.23s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.23s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.23s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.23s cubic-bezier(0.645, 0.045, 0.355, 1);
  left: 0;
  right: 0;
  bottom: 0;
}
.read-more-button.push-below-arrow span:first-child {
  display: inline-block;
  top: -75px;
  color: transparent;
  background: url("/assets?p=%2F..%2F..%2Fresources%2Fimages%2Ficons%2Farrow.png"), transparent;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
.read-more-button.push-below-arrow span:last-child {
  position: absolute;
  top: 9px;
}
@media (min-width: 991px) {
  .read-more-button.push-below-arrow:hover {
    color: #FFFFFF;
    text-decoration: none;
  }
  .read-more-button.push-below-arrow:hover span {
    position: absolute;
  }
  .read-more-button.push-below-arrow:hover span:first-child {
    top: 0px;
    opacity: 1;
  }
  .read-more-button.push-below-arrow:hover span:last-child {
    color: transparent;
    position: absolute;
    top: 75px;
    opacity: 0;
  }
}

.no-padding-container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#scroll-top-button {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 30px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: red;
  /* Set a background color */
  color: white;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 15px;
  /* Some padding */
  border-radius: 50%;
  /* Rounded corners */
  background-image: url("/assets?p=%2F..%2F..%2Fresources%2Fimages%2Ficons%2Fscroll-top.png");
}
@media (hover: hover) {
  #scroll-top-button:hover {
    background-color: #555;
    /* Add a dark-grey background on hover */
  }
}

@media (max-width: 768px) {
  .hide-tab-mobile {
    display: none !important;
  }
}

.hide-desktop {
  display: none;
}
@media (max-width: 768px) {
  .hide-desktop {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .no-padding-tab-mobile {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.tabSN {
  display: none;
}
@media (max-width: 767px) {
  .tabSN {
    display: block;
    height: 0;
  }
}

.spinner {
  margin: 50px auto 50px auto;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #979797;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
    80%,
    100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
    80%,
    100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.validation-box {
  text-align: center;
  position: absolute;
  cursor: pointer;
  color: #e01357;
  top: -80%;
  border: 1px solid #e01357;
  background-color: #fff;
  border-radius: 7px;
  width: auto;
  padding: 10px 10px;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 18px;
}
.validation-box:after {
  content: " ";
  background: #fff;
  bottom: -6px;
  border: 1px solid #e01357;
  border-left: none;
  border-top: none;
  left: 50%;
  position: absolute;
  width: 10px;
  right: 50%;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* Only for graceful degradation in IE9, cannot be transitioned */
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

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

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

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

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

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.loader {
  position: fixed;
  z-index: 1100;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  bottom: 0;
}
.loader.hide {
  display: none;
}
.loader .sk-wrapper {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
}
.loader .sk-folding-cube {
  top: 50%;
  margin: -20px auto 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  background: #fff;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.loader .sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.loader .sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #BF191D;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.loader .sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.loader .sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.loader .sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.loader .sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.loader .sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.loader .sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%,
        10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
        75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
        100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%,
        10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
        75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
        100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.no-col-padding .col-xs-1, .no-col-padding .col-sm-1, .no-col-padding .col-md-1, .no-col-padding .col-lg-1, .no-col-padding .col-xs-2, .no-col-padding .col-sm-2, .no-col-padding .col-md-2, .no-col-padding .col-lg-2, .no-col-padding .col-xs-3, .no-col-padding .col-sm-3, .no-col-padding .col-md-3, .no-col-padding .col-lg-3, .no-col-padding .col-xs-4, .no-col-padding .col-sm-4, .no-col-padding .col-md-4, .no-col-padding .col-lg-4, .no-col-padding .col-xs-5, .no-col-padding .col-sm-5, .no-col-padding .col-md-5, .no-col-padding .col-lg-5, .no-col-padding .col-xs-6, .no-col-padding .col-sm-6, .no-col-padding .col-md-6, .no-col-padding .col-lg-6, .no-col-padding .col-xs-7, .no-col-padding .col-sm-7, .no-col-padding .col-md-7, .no-col-padding .col-lg-7, .no-col-padding .col-xs-8, .no-col-padding .col-sm-8, .no-col-padding .col-md-8, .no-col-padding .col-lg-8, .no-col-padding .col-xs-9, .no-col-padding .col-sm-9, .no-col-padding .col-md-9, .no-col-padding .col-lg-9, .no-col-padding .col-xs-10, .no-col-padding .col-sm-10, .no-col-padding .col-md-10, .no-col-padding .col-lg-10, .no-col-padding .col-xs-11, .no-col-padding .col-sm-11, .no-col-padding .col-md-11, .no-col-padding .col-lg-11, .no-col-padding .col-xs-12, .no-col-padding .col-sm-12, .no-col-padding .col-md-12, .no-col-padding .col-lg-12 {
  padding-left: 0px;
  padding-right: 0px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 0px) and (max-width: 480px) {
  .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    float: left;
  }

  .col-xxs-1 {
    width: 8.3333333333%;
  }

  .col-xxs-2 {
    width: 16.6666666667%;
  }

  .col-xxs-3 {
    width: 25%;
  }

  .col-xxs-4 {
    width: 33.3333333333%;
  }

  .col-xxs-5 {
    width: 41.6666666667%;
  }

  .col-xxs-6 {
    width: 50%;
  }

  .col-xxs-7 {
    width: 58.3333333333%;
  }

  .col-xxs-8 {
    width: 66.6666666667%;
  }

  .col-xxs-9 {
    width: 75%;
  }

  .col-xxs-10 {
    width: 83.3333333333%;
  }

  .col-xxs-11 {
    width: 91.6666666667%;
  }

  .col-xxs-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  /* experimental link animation */
}
.header.header-hidden {
  -webkit-transform: translateY(-110%) !important;
  -ms-transform: translateY(-110%) !important;
  transform: translateY(-110%) !important;
}
.header.header-radiant {
  background: linear-gradient(134.72deg, #bf191d 0%, #c86dd7 100%);
  background-size: cover;
  background-repeat: no-repeat;
}
.header.header-radiant .header-menu {
  padding-top: 0px;
  padding-bottom: 0px;
}
.header.header-radiant .header-menu ul li {
  padding-top: 18px;
  padding-bottom: 18px;
  transition: background-position 0.5s;
  background-size: 100% 200%;
  cursor: pointer;
}
.header.header-radiant .header-menu ul li a {
  border-bottom: none;
}
.header.header-radiant .header-menu ul li a:hover {
  border: none;
}
.header.header-radiant .header-menu ul li .active a {
  color: #605f5f;
}
.header.header-radiant.career-header {
  background: linear-gradient(137.73deg, #eb2731 0%, #1c1f48 100%);
}
.header .hamburger-menu {
  display: none;
  user-select: none;
}
.header .hamburger-menu img {
  height: 25px;
}
@media (max-width: 768px) {
  .header .hamburger-menu {
    display: block;
    float: left;
    padding-top: 17px;
    padding-bottom: 16px;
    padding-left: 10px;
    padding-right: 0;
  }
}
.header .logo-wrapper {
  display: inline-block;
  line-height: 58px;
  padding-left: 10%;
}
.header .logo-wrapper img {
  width: 172px;
}
@media (max-width: 480px) {
  .header .logo-wrapper img {
    width: 150px;
  }
}
@media (max-width: 938px) {
  .header .logo-wrapper {
    padding-left: 3.76%;
  }
}
@media (max-width: 768px) {
  .header .logo-wrapper {
    padding-left: 0;
    padding-right: 40px;
    float: none;
    display: block;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .header .logo-wrapper.contains-page-name img {
    display: none;
  }
}
.header .logo-wrapper.contains-page-name .page-name {
  display: none;
}
@media (max-width: 768px) {
  .header .logo-wrapper.contains-page-name .page-name {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    float: none;
    color: #ffffff;
    display: block;
    text-align: center;
  }
}
.header .header-menu {
  float: right;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 0;
}
@media (max-width: 938px) {
  .header .header-menu {
    padding-right: 3.76%;
  }
}
@media (max-width: 768px) {
  .header .header-menu {
    display: none;
    padding-right: 0;
    padding-top: 15.59%;
  }
}
@media (max-width: 887px) {
  .header .header-menu {
    float: left;
    padding-left: 3.76%;
  }
}
@media (max-width: 768px) {
  .header .header-menu {
    padding-left: 0;
    overflow-y: scroll;
  }
  .header .header-menu ul {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .header .header-menu ul .social-icons {
    margin-top: 8vh;
  }
  .header .header-menu ul .social-icons img {
    width: 4.5rem;
  }
}
@media (max-width: 768px) {
  .header .header-menu {
    padding-left: 0;
    overflow-y: scroll;
  }
  .header .header-menu ul {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .header .header-menu ul .social-icons {
    margin-top: 8vh;
  }
  .header .header-menu ul .social-icons img {
    width: 4.5rem;
  }
}
@media (max-width: 369px) {
  .header .header-menu ul .social-icons {
    padding-left: 0;
    padding-right: 0;
  }
  .header .header-menu ul .social-icons img {
    width: 4rem;
  }
}
.header .header-menu ul {
  list-style: none;
}
.header .header-menu ul li {
  float: left;
  padding-top: 0.5rem;
  padding-left: 10px;
  padding-right: 10px;
}
.header .header-menu ul li a {
  color: #ffffff;
  font-size: 14px;
}
.header .header-menu ul li.games-popover-link .games-popover {
  position: absolute;
  background: #fff !important;
  box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-top: 20px;
  display: none;
}
@media (max-width: 768px) {
  .header .header-menu ul li.games-popover-link .games-popover {
    position: relative;
    background: rgba(255, 255, 255, 0.5) !important;
    box-shadow: none;
    border-radius: 0px;
    width: 100%;
    margin-top: 20px;
  }
}
.header .header-menu ul li.games-popover-link .games-popover li {
  float: none;
  padding: 10px;
  border-bottom: 0.5px solid #b3b3b3;
}
.header .header-menu ul li.games-popover-link .games-popover li:last-child {
  border-bottom: none;
}
.header .header-menu ul li.games-popover-link .games-popover li a {
  color: #333333;
}
@media (max-width: 768px) {
  .header .header-menu ul li.games-popover-link .games-popover li a {
    color: #ffffff;
  }
}
.header .header-menu ul li.games-popover-link .games-popover:before {
  content: "";
  display: block;
  width: 26px;
  position: absolute;
  height: 26px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
  top: -10px;
  left: 15px;
}
@media (max-width: 768px) {
  .header .header-menu ul li.games-popover-link .games-popover:before {
    display: none;
  }
}
.header .header-menu ul .social-icons {
  padding: 0px 15px;
}
.header .header-menu ul .social-icons a {
  padding-left: 3px;
  padding-right: 3px;
}
.header .header-menu ul .social-icons a:hover {
  border-bottom: none;
}
@media (max-width: 375px) {
  .header .header-menu ul .social-icons {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .header .header-menu ul li {
    float: none;
    padding: 10px;
  }
  .header .header-menu ul li a {
    font-size: 28px;
  }
  .header .header-menu ul .social-icons a {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.header .header-menu ul li a {
  position: relative;
  color: #ffffff;
  text-decoration: none;
}
.header .header-menu ul li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #ffffff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 768px) {
  .header .header-menu ul li a:hover {
    color: #ffffff;
  }
  .header .header-menu ul li a:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.header .header-menu ul li a.active-link {
  color: #ffffff;
}
.header .header-menu ul li a.active-link:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
@media (min-width: 768px) {
  .header .header-menu ul li a.games-link:hover {
    color: #ffffff;
  }
  .header .header-menu ul li a.games-link:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
.header .header-menu ul .social-icons a:after {
  content: none;
}
@media (max-width: 768px) {
  .header.mobile-active {
    overflow-y: scroll;
    bottom: 0;
  }
  .header.mobile-active .logo-wrapper img {
    display: inline;
  }
  .header.mobile-active .logo-wrapper .page-name {
    display: none;
  }
  .header.mobile-active .header-menu {
    margin-top: 20%;
    float: none;
    display: block;
    text-align: center;
  }
}

.overflow-hidden {
  overflow: hidden;
}

@media (max-width: 768px) {
  .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}
/*
 * Footer
 */
.footer {
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #14152d;
}
.footer.fixed-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
.footer .follow-us-section {
  text-align: center;
  margin-bottom: 20px;
}
.footer .follow-us-section .dont-miss-to-follow-mobile {
  display: none;
  color: #7c93ad;
  font-family: "c";
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .footer .follow-us-section .dont-miss-to-follow-mobile {
    display: block;
  }
}
.footer .follow-us-section .dont-miss-to-follow {
  color: #7c93ad;
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 15px;
  margin: 0px 15px;
}
@media (max-width: 768px) {
  .footer .follow-us-section .dont-miss-to-follow {
    display: none;
  }
}
.footer .follow-us-section .social-icon {
  position: relative;
  margin-top: 5px;
}
.footer .follow-us-section .social-network-button {
  color: #7c93ad;
  font-family: "Open Sans";
  font-size: 16px;
  /*  font-weight: 600; */
  line-height: 17px;
  margin: 0px 15px;
  cursor: pointer;
}
@media (max-width: 337px) {
  .footer .follow-us-section .social-network-button {
    margin: 0px 10px;
  }
}
@media (max-width: 277px) {
  .footer .follow-us-section .social-network-button {
    margin: 0px 8px;
  }
}
.footer .follow-us-section .social-network-buttons {
  color: #63738c;
  font-family: "Open Sans";
  font-size: 12px;
  /*  font-weight: 600; */
  line-height: 17px;
  border: 1px solid #667891;
  border-radius: 40px;
  box-shadow: 0 0px 6px 0 rgba(236, 34, 39, 0.3);
  padding: 9px 19px;
  margin: 0px 15px;
  cursor: pointer;
  background-position: top;
  webkit-transition: background 3s linear;
  -ms-transition: background 3s linear;
  -moz-transition: background 3s linear;
  transition: background 3s linear;
}
@media (max-width: 380px) {
  .footer .follow-us-section .social-network-buttons {
    margin: 0px 8px;
  }
}
@media (max-width: 337px) {
  .footer .follow-us-section .social-network-buttons {
    margin: 0px 2px;
  }
}
.footer .follow-us-section .social-network-buttons:hover {
  color: transparent;
}
.footer .follow-us-section .social-network-buttons:hover:nth-child(3) {
  background: url("https://d3tygivxeibq9y.cloudfront.net/99games_website/icons/facebook.png") no-repeat center;
}
.footer .follow-us-section .social-network-buttons:hover:nth-child(4) {
  background: url("https://d3tygivxeibq9y.cloudfront.net/99games_website/icons/twitter.png") no-repeat center;
}
.footer .follow-us-section .social-network-buttons:hover:nth-child(5) {
  background: url("https://d3tygivxeibq9y.cloudfront.net/99games_website/icons/medium.png") no-repeat center;
}
.footer .privacy-policy-support-for-media {
  text-align: center;
  margin-bottom: 25px;
}
.footer .privacy-policy-support-for-media ul {
  list-style: none;
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 15px;
  color: #7c93ad;
}
.footer .privacy-policy-support-for-media li,
.footer .privacy-policy-support-for-media a {
  color: #7c93ad;
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  display: inline-block;
  padding: 0px 15px;
  border-right: 1px solid #7c93ad;
}
@media (max-width: 400px) {
  .footer .privacy-policy-support-for-media li,
  .footer .privacy-policy-support-for-media a {
    padding: 0px 5px;
  }
}
.footer .privacy-policy-support-for-media li:last-child,
.footer .privacy-policy-support-for-media a:last-child {
  border-right: none;
}
.footer .copy-right {
  text-align: center;
  margin-bottom: 10px;
  color: #7c93ad;
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 15px;
}

/* home page contents scss */
.home-page {
  /*     tab scss code */
}
.home-page .video-header {
  position: fixed;
  width: 100%;
}
@media (max-width: 768px) {
  .home-page .video-header {
    position: relative;
  }
}
.home-page .video-header .inner-wrapper .header-intro-texts {
  margin-top: 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 99;
  margin-top: 0;
  font-size: 2em;
  text-align: center;
  color: #ffffff;
  /* line-height: 80px; */
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .home-page .video-header .inner-wrapper .header-intro-texts {
    position: absolute;
    top: 50%;
    left: 0;
  }
}
.home-page .video-header .inner-wrapper .header-intro-texts .svg-wrapper {
  margin: 0 auto;
}
.home-page .video-header .inner-wrapper .header-intro-texts .svg-wrapper .svg-text {
  font-family: "Montserratbold";
}
.home-page .video-header .inner-wrapper .header-intro-texts .svg-wrapper .studio {
  font-family: "Montserratthin";
}
.home-page .video-header .inner-wrapper .header-intro-texts .svg-wrapper .svg-text,
.home-page .video-header .inner-wrapper .header-intro-texts .svg-wrapper .studio {
  font-size: 172px;
}
@media (max-width: 1360px) {
  .home-page .video-header .inner-wrapper .header-intro-texts .svg-wrapper .svg-text,
  .home-page .video-header .inner-wrapper .header-intro-texts .svg-wrapper .studio {
    font-size: 124px;
  }
}
@media (max-width: 1200px) {
  .home-page .video-header .inner-wrapper .header-intro-texts .svg-wrapper .svg-text,
  .home-page .video-header .inner-wrapper .header-intro-texts .svg-wrapper .studio {
    font-size: 124px;
  }
}
@media (max-width: 1100px) {
  .home-page .video-header .inner-wrapper .header-intro-texts .svg-wrapper .svg-text,
  .home-page .video-header .inner-wrapper .header-intro-texts .svg-wrapper .studio {
    font-size: 124px;
  }
}
@media (max-width: 991px) {
  .home-page .video-header .inner-wrapper .header-intro-texts .svg-wrapper .svg-text,
  .home-page .video-header .inner-wrapper .header-intro-texts .svg-wrapper .studio {
    font-size: 100px;
  }
}
@media (max-width: 768px) {
  .home-page .video-header .inner-wrapper .header-intro-texts .svg-wrapper .svg-text,
  .home-page .video-header .inner-wrapper .header-intro-texts .svg-wrapper .studio {
    font-size: 75px;
  }
}
@media (max-width: 480px) {
  .home-page .video-header .inner-wrapper .header-intro-texts .svg-wrapper .svg-text,
  .home-page .video-header .inner-wrapper .header-intro-texts .svg-wrapper .studio {
    font-size: 30px;
  }
}
.home-page .scroll-over-content {
  position: relative;
}
@media (max-width: 768px) {
  .home-page .scroll-over-content {
    position: static;
  }
}
.home-page .footer {
  position: relative;
  z-index: 5;
}
.home-page .something-about-us-and-be-a-star-chef-wrapper {
  margin: 0 auto;
  position: relative;
  z-index: 5;
  background-color: #fff;
}
.home-page .something-about-us-and-be-a-star-chef-wrapper .background-divider {
  width: 100%;
}
.home-page .something-about-us-and-be-a-star-chef-wrapper .something-about-us-wrapper {
  text-align: center;
  /*  margin-top: 100px; */
}
.home-page .something-about-us-and-be-a-star-chef-wrapper .something-about-us-wrapper .right-section {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: left;
  width: 471px;
  /*  padding-right: 144px; */
}
.home-page .something-about-us-and-be-a-star-chef-wrapper .something-about-us-wrapper .right-section .home-cube {
  display: none;
}
@media (max-width: 768px) {
  .home-page .something-about-us-and-be-a-star-chef-wrapper .something-about-us-wrapper .right-section {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 480px) {
  .home-page .something-about-us-and-be-a-star-chef-wrapper .something-about-us-wrapper .right-section .we-are-artists-game-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.home-page .something-about-us-and-be-a-star-chef-wrapper .something-about-us-wrapper .right-section .something-about-us {
  text-align: left;
  margin-bottom: 15px;
}
.home-page .something-about-us-and-be-a-star-chef-wrapper .something-about-us-wrapper .right-section .a-little-about-us {
  text-align: left;
  margin-bottom: 10px;
}
.home-page .something-about-us-and-be-a-star-chef-wrapper .something-about-us-wrapper .right-section .we-are-artists-game {
  margin-bottom: 10px;
}
.home-page .something-about-us-and-be-a-star-chef-wrapper .something-about-us-wrapper .left-section {
  padding-top: 35px;
  /*   padding-bottom: 50px; */
  padding-right: 130px;
  /* img {
      width: 361px;
  } */
}
@media (max-width: 1439px) {
  .home-page .something-about-us-and-be-a-star-chef-wrapper .something-about-us-wrapper .left-section {
    padding-left: 5%;
  }
}
@media (max-width: 991px) {
  .home-page .something-about-us-and-be-a-star-chef-wrapper .something-about-us-wrapper .left-section {
    display: none;
  }
  .home-page .something-about-us-and-be-a-star-chef-wrapper .something-about-us-wrapper .right-section {
    width: 100%;
    padding-right: 0px;
    text-align: center;
  }
  .home-page .something-about-us-and-be-a-star-chef-wrapper .something-about-us-wrapper .right-section .something-about-us {
    text-align: center;
  }
  .home-page .something-about-us-and-be-a-star-chef-wrapper .something-about-us-wrapper .right-section .we-are-artists-game .home-cube {
    display: inline;
    margin: 25px 0px;
  }
  .home-page .something-about-us-and-be-a-star-chef-wrapper .something-about-us-wrapper .right-section .we-are-artists-game .we-are-artists-game-content {
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
  }
  .home-page .something-about-us-and-be-a-star-chef-wrapper .something-about-us-wrapper .right-section .we-are-artists-game .we-are-artists-game-content p {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .home-page .something-about-us-and-be-a-star-chef-wrapper .something-about-us-wrapper .right-section .we-are-artists-game .we-are-artists-game-content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .home-page .something-about-us-and-be-a-star-chef-wrapper .something-about-us-wrapper .right-section .we-are-artists-game .we-are-artists-game-content p {
    text-align: justify;
  }
}
.home-page .something-about-us-and-be-a-star-chef-wrapper .be-a-star-chef .left-section {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 5%;
}
@media (max-width: 1439px) {
  .home-page .something-about-us-and-be-a-star-chef-wrapper .be-a-star-chef .left-section {
    padding-left: 5%;
  }
}
@media (max-width: 768px) {
  .home-page .something-about-us-and-be-a-star-chef-wrapper .be-a-star-chef .left-section {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (max-width: 480px) {
  .home-page .something-about-us-and-be-a-star-chef-wrapper .be-a-star-chef .left-section {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.home-page .something-about-us-and-be-a-star-chef-wrapper .be-a-star-chef .left-section .create-your-own-restaurant-experience {
  color: #ec2227;
  text-align: left;
  margin-bottom: 15px;
}
.home-page .something-about-us-and-be-a-star-chef-wrapper .be-a-star-chef .left-section .be-a-star-chef-title {
  color: #4a4a4a;
  text-align: left;
  margin-bottom: 10px;
}
.home-page .something-about-us-and-be-a-star-chef-wrapper .be-a-star-chef .left-section .google-play-best-game {
  color: black;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 18px;
}
.home-page .something-about-us-and-be-a-star-chef-wrapper .be-a-star-chef .left-section .your-dream-of-runnin {
  color: #605f5f;
  /*   text-align: center; */
  margin-bottom: 10px;
  /*  width: 471px; */
}
.home-page .something-about-us-and-be-a-star-chef-wrapper .be-a-star-chef .left-section .your-dream-of-runnin .be-a-star-chef-image {
  display: none;
}
.home-page .something-about-us-and-be-a-star-chef-wrapper .be-a-star-chef .left-section .games-highlights {
  text-align: left;
  margin-bottom: 15px;
}
.home-page .something-about-us-and-be-a-star-chef-wrapper .be-a-star-chef .left-section .games-highlights .highlight {
  display: inline-block;
  margin-left: 35px;
  text-align: center;
}
.home-page .something-about-us-and-be-a-star-chef-wrapper .be-a-star-chef .left-section .games-highlights .highlight:first-child {
  margin-left: 0px;
}
@media (max-width: 380px) {
  .home-page .something-about-us-and-be-a-star-chef-wrapper .be-a-star-chef .left-section .games-highlights .highlight {
    margin-left: 5px;
  }
}
.home-page .something-about-us-and-be-a-star-chef-wrapper .be-a-star-chef .left-section .games-highlights .highlight .hexagon {
  margin-bottom: 10px;
}
@media (max-width: 380px) {
  .home-page .something-about-us-and-be-a-star-chef-wrapper .be-a-star-chef .left-section .games-highlights .highlight .hexagon {
    width: 50px;
    padding-right: 5%;
  }
}
.home-page .something-about-us-and-be-a-star-chef-wrapper .be-a-star-chef .left-section .games-highlights .highlight .tag {
  display: block;
  text-align: center;
  color: #605f5f;
  font-family: "Montserratbold";
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}
.home-page .something-about-us-and-be-a-star-chef-wrapper .be-a-star-chef .left-section .games-highlights .highlight .tag .light {
  font-family: "Montserratthin";
}
.home-page .something-about-us-and-be-a-star-chef-wrapper .be-a-star-chef .right-section {
  text-align: left;
  padding-top: 50px;
  padding-bottom: 50px;
  /*   padding-right: 135px; */
}
@media (max-width: 1439px) {
  .home-page .something-about-us-and-be-a-star-chef-wrapper .be-a-star-chef .right-section {
    /*  padding-right: 5%; */
  }
}
@media (max-width: 768px) {
  .home-page .something-about-us-and-be-a-star-chef-wrapper .be-a-star-chef .your-dream-of-runnin .your-dream-of-runnin-content p {
    text-align: justify;
  }
}
@media (max-width: 991px) {
  .home-page .something-about-us-and-be-a-star-chef-wrapper .be-a-star-chef .right-section {
    display: none;
  }
  .home-page .something-about-us-and-be-a-star-chef-wrapper .be-a-star-chef .left-section {
    padding-right: 0px;
    text-align: center;
  }
  .home-page .something-about-us-and-be-a-star-chef-wrapper .be-a-star-chef .left-section .create-your-own-restaurant-experience {
    text-align: center;
  }
  .home-page .something-about-us-and-be-a-star-chef-wrapper .be-a-star-chef .left-section .be-a-star-chef-title {
    text-align: center;
  }
  .home-page .something-about-us-and-be-a-star-chef-wrapper .be-a-star-chef .left-section .google-play-best-game {
    color: black;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 18px;
  }
  .home-page .something-about-us-and-be-a-star-chef-wrapper .be-a-star-chef .left-section .your-dream-of-runnin {
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 991px) and (max-width: 480px) {
  .home-page .something-about-us-and-be-a-star-chef-wrapper .be-a-star-chef .left-section .your-dream-of-runnin {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .home-page .something-about-us-and-be-a-star-chef-wrapper .be-a-star-chef .left-section .your-dream-of-runnin .be-a-star-chef-image {
    display: inline;
    margin: 25px 0px;
  }
  .home-page .something-about-us-and-be-a-star-chef-wrapper .be-a-star-chef .left-section .your-dream-of-runnin .we-are-artists-game-content {
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
  }
  .home-page .something-about-us-and-be-a-star-chef-wrapper .be-a-star-chef .left-section .your-dream-of-runnin .we-are-artists-game-content p {
    text-align: left;
  }
  .home-page .something-about-us-and-be-a-star-chef-wrapper .be-a-star-chef .left-section .games-highlights {
    text-align: center;
  }
  .home-page .something-about-us-and-be-a-star-chef-wrapper .be-a-star-chef .left-section .text-left {
    text-align: center;
  }
}
.home-page .our-awards-wrapper {
  background: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/home-page/awards/awards-background.jpg);
  position: relative;
  background-repeat: no-repeat;
  z-index: 5;
  background-color: #fff;
  background-size: cover;
}
.home-page .our-awards-wrapper .awards-section {
  text-align: center;
}
.home-page .our-awards-wrapper .awards-section .tablet-mobile {
  display: none;
}
@media (max-width: 991px) {
  .home-page .our-awards-wrapper .awards-section .desktop-lg-md {
    display: none;
  }
  .home-page .our-awards-wrapper .awards-section .tablet-mobile {
    display: block;
  }
  .home-page .our-awards-wrapper .awards-section .tablet-mobile .owl-dots {
    text-align: center;
  }
}
.home-page .our-awards-wrapper .awards-section .left-section {
  padding-top: 75px;
  padding-bottom: 65px;
  padding-left: 5%;
}
@media (max-width: 1439px) {
  .home-page .our-awards-wrapper .awards-section .left-section {
    padding-left: 5%;
  }
}
@media (max-width: 768px) {
  .home-page .our-awards-wrapper .awards-section .left-section {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.home-page .our-awards-wrapper .awards-section .left-section .awards-content-wrapper {
  margin: 0 auto;
  /*   width: 471px; */
}
.home-page .our-awards-wrapper .awards-section .left-section .awards-content-wrapper .awards-recognition {
  text-align: left;
  color: #ffffff;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .home-page .our-awards-wrapper .awards-section .left-section .awards-content-wrapper .awards-recognition {
    text-align: center;
  }
}
.home-page .our-awards-wrapper .awards-section .left-section .awards-content-wrapper .awards {
  text-align: left;
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .home-page .our-awards-wrapper .awards-section .left-section .awards-content-wrapper .awards {
    text-align: center;
  }
}
.home-page .our-awards-wrapper .awards-section .left-section .awards-content-wrapper .we-build-mobile-game {
  text-align: left;
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .home-page .our-awards-wrapper .awards-section .left-section .awards-content-wrapper .we-build-mobile-game {
    text-align: justify;
  }
}
.home-page .our-awards-wrapper .awards-section .left-section .award-images {
  display: inline-block;
  z-index: 1;
  position: relative;
  cursor: pointer;
  height: 120px;
  width: 225px;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: center;
}
.home-page .our-awards-wrapper .awards-section .left-section .award-images img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1198px) {
  .home-page .our-awards-wrapper .awards-section .left-section .award-images img {
    max-width: initial;
  }
}
@media (min-width: 768px) {
  .home-page .our-awards-wrapper .awards-section .left-section .award-images:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.home-page .our-awards-wrapper .awards-section .right-section {
  padding-top: 55px;
  padding-left: 33px;
}
@media (max-width: 991px) {
  .home-page .our-awards-wrapper .awards-section .right-section {
    display: none;
  }
}
.home-page .our-awards-wrapper .awards-section .right-section .awards-wrapper {
  width: 500px;
  margin-top: 12px;
}
@media (max-width: 1198px) {
  .home-page .our-awards-wrapper .awards-section .right-section .awards-wrapper {
    width: 460px;
  }
}
.home-page .our-awards-wrapper .awards-section .right-section .awards-wrapper .award-images {
  display: inline-block;
  z-index: 1;
  position: relative;
  height: 120px;
  width: 225px;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: center;
}
.home-page .our-awards-wrapper .awards-section .right-section .awards-wrapper .award-images img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1198px) {
  .home-page .our-awards-wrapper .awards-section .right-section .awards-wrapper .award-images img {
    max-width: initial;
  }
}
.home-page .our-awards-wrapper .awards-section .right-section .awards-wrapper .award-images:hover img {
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.home-page .leader-ship-wrapper {
  position: relative;
  z-index: 5;
  background-color: #000000;
}
.home-page .leader-ship-wrapper .leadership-margin {
  color: #B3B3B3;
  margin-top: 30px;
  margin-bottom: 18px;
}
.home-page .leadership-section {
  text-align: center;
}
.home-page .leadership-section .left-section {
  padding-top: 50px;
  padding-bottom: 50px;
  /*  padding-left: 230px; */
  padding-left: 5%;
  z-index: 7;
}
@media (max-width: 991px) {
  .home-page .leadership-section .left-section {
    padding-top: 0px;
  }
}
@media (max-width: 768px) {
  .home-page .leadership-section .left-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.home-page .leadership-section .left-section .management-people {
  display: none;
}
@media (max-width: 991px) {
  .home-page .leadership-section .left-section .management-people {
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
.home-page .leadership-section .left-section .social-icons-wrapper.mobile-tablet-version {
  display: none;
}
@media (max-width: 991px) {
  .home-page .leadership-section .left-section .social-icons-wrapper.mobile-tablet-version {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
}
.home-page .leadership-section .left-section .leadership {
  color: #B3B3B3;
  text-align: left;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .home-page .leadership-section .left-section .leadership {
    text-align: center;
  }
}
.home-page .leadership-section .left-section .designation {
  text-align: left;
  margin-bottom: 15px;
  color: #B3B3B3;
  font-size: 22px;
  line-height: 27px;
}
@media (max-width: 991px) {
  .home-page .leadership-section .left-section .designation {
    text-align: center;
  }
}
.home-page .leadership-section .left-section .rohit-bhat {
  color: #B3B3B3;
  text-align: left;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .home-page .leadership-section .left-section .rohit-bhat {
    text-align: center;
  }
}
.home-page .leadership-section .left-section .rohit-bhat .leadership-sub-title {
  color: #B3B3B3;
}
.home-page .leadership-section .left-section .rohith-bhat-is-innov {
  color: #B3B3B3;
  text-align: left;
  height: 210px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .home-page .leadership-section .left-section .rohith-bhat-is-innov {
    height: auto;
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .home-page .leadership-section .left-section .rohith-bhat-is-innov {
    text-align: justify;
  }
}
.home-page .leadership-section .left-section .rohith-bhat-is-innov .leadership-description-para {
  color: #B3B3B3;
}
.home-page .leadership-section .left-section .social-icons-wrapper {
  text-align: left;
}
@media (max-width: 991px) {
  .home-page .leadership-section .left-section .social-icons-wrapper.desktop-version {
    display: none;
  }
}
.home-page .leadership-section .left-section .social-icons-wrapper .social-icon {
  margin: 0px 25px;
  display: inline;
  width: 26px;
  webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}
@media (min-width: 768px) {
  .home-page .leadership-section .left-section .social-icons-wrapper .social-icon:hover {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
  }
}
.home-page .leadership-section .right-section {
  height: 530px;
  z-index: 6;
}
@media (max-width: 991px) {
  .home-page .leadership-section .right-section {
    display: none;
  }
}
.home-page .leadership-section .right-section .management-people {
  width: auto;
  z-index: 1;
  position: absolute;
  cursor: pointer;
  bottom: 0;
  left: -10px;
  transform: scale(1.13);
  -webkit-transform: scale(1.13);
  -ms-transform: scale(1.13);
  -moz-transform: scale(1.13);
  -o-transform: scale(1.13);
}
.home-page .interested-in-joinin {
  position: relative;
  z-index: 5;
  background-color: #fff;
  background-image: url("https://d3tygivxeibq9y.cloudfront.net/99games_website/home-page/background-image/jobs-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  font-family: "Montserratregular";
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  background-color: #0b1738;
  padding-top: 96px;
  padding-bottom: 50px;
  background-position: center;
  background-size: auto 100%;
}
@media (max-width: 991px) {
  .home-page .interested-in-joinin {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.home-page .interested-in-joinin .interested-in {
  color: #ffffff;
  font-family: "Montserratsemibold";
  font-size: 36px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
}
.home-page .interested-in-joinin .joining-the-team {
  color: #ffffff;
  font-family: "Montserratthin";
  font-size: 32px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  margin-bottom: 10px;
}
.home-page .owl-carousel-awards .owl-nav {
  display: none;
}
.home-page .owl-carousel-awards .owl-dots {
  text-align: left;
  margin-top: 27px;
  margin-bottom: 27px;
  margin-left: 20px;
}
.home-page .owl-carousel-awards .owl-dots .owl-dot {
  display: inline-block;
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/icons/dots_inactive.png);
}
.home-page .owl-carousel-awards .owl-dots .owl-dot.active {
  width: 23px;
  height: 23px;
  background-image: url("https://d3tygivxeibq9y.cloudfront.net/99games_website/icons/dots_active.png");
}
@media (max-width: 991px) {
  .home-page .owl-carousel-members.test-class .owl-nav {
    display: block;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
  }
  .home-page .owl-carousel-members.test-class .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    color: transparent;
    width: 19px;
    height: 35px;
    background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/icons/left-black-arrow.png);
    background-repeat: no-repeat;
  }
  .home-page .owl-carousel-members.test-class .owl-nav .owl-prev.disabled {
    display: none;
  }
  .home-page .owl-carousel-members.test-class .owl-nav .owl-next {
    position: absolute;
    right: 0;
    color: transparent;
    width: 19px;
    height: 35px;
    background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/icons/right-black-arrow.png);
    background-repeat: no-repeat;
  }
  .home-page .owl-carousel-members.test-class .owl-nav .owl-next.disabled {
    display: none;
  }
  .home-page .owl-carousel-members.test-class .owl-dots {
    display: none;
  }
}
.home-page .owl-carousel-members .owl-nav {
  display: none;
}
.home-page .owl-carousel-members .owl-dots {
  position: absolute;
  bottom: 10px;
  padding-left: 5%;
}
@media (max-width: 991px) {
  .home-page .owl-carousel-members .owl-dots {
    top: initial;
    bottom: initial;
    left: initial;
    position: static;
    text-align: center;
    margin-bottom: 20px;
    padding-left: 0px;
    margin-top: 20px;
  }
}
.home-page .owl-carousel-members .owl-dots .owl-dot {
  display: inline-block;
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("https://d3tygivxeibq9y.cloudfront.net/99games_website/home-page/leadership/dots-inactive.png");
}
.home-page .owl-carousel-members .owl-dots .owl-dot.active {
  width: 23px;
  height: 23px;
  background-position-y: 2px;
  background-repeat: no-repeat;
  background-image: url("https://d3tygivxeibq9y.cloudfront.net/99games_website/home-page/leadership/dots-active.png");
}
.home-page .tab .tab-toggler {
  margin-bottom: 20px;
  overflow-x: auto;
}
.home-page .tab .tab-toggler .tab-button {
  display: inline-block;
  color: #14152d;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
  margin-left: 26px;
}
.home-page .tab .tab-toggler .tab-button:first-child {
  margin-left: 0px;
}
.home-page .tab .tab-toggler .tab-button.active {
  font-weight: 500;
  color: #242c35;
  padding-bottom: 2px;
  border-bottom: 2px solid #e9242c;
}
.home-page .tab .tab-toggler .tab-button:hover {
  font-weight: 500;
  color: #242c35;
  padding-bottom: 2px;
  border-bottom: 2px solid #e9242c;
}
.home-page .tab .tab-content {
  display: none;
  animation: fadeEffect 1s;
}
.home-page .tab .tab-content.visible {
  display: block;
}
@media (min-width: 992px) {
  .home-page .tab .tab-content .button-content {
    text-align: left;
    margin-top: 2rem;
  }
  .home-page .tab .tab-content .button-content img.badge {
    height: 3.1rem;
    margin-bottom: 0.7rem;
  }
  .home-page .tab .tab-content .button-content img.right-margin-req {
    margin-right: 0.5rem;
  }
}
@media (max-width: 991px) {
  .home-page .tab .tab-content .button-content {
    text-align: centre;
    margin-top: 2rem;
  }
  .home-page .tab .tab-content .button-content img.badge {
    height: 4rem;
    margin-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 426px) {
  .home-page .tab .tab-content .button-content {
    text-align: centre;
    margin-top: 2rem;
  }
  .home-page .tab .tab-content .button-content img.badge {
    height: 4rem;
    margin-bottom: 1rem;
  }
  .home-page .tab .tab-content .button-content img.micro-store,
  .home-page .tab .tab-content .button-content img.app-store {
    width: 12rem;
  }
  .home-page .tab .tab-content .button-content img.mac-store {
    width: 15.5rem;
  }
  .home-page .tab .tab-content .button-content img.play-store {
    width: 13.5rem;
    margin-right: 2.5rem;
  }
}
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.our-story .justify {
  text-align: justify;
}
@media (max-width: 991px) {
  .our-story .justify p {
    text-align: justify;
  }
}
.our-story .mouse-icon-container {
  text-align: center;
  position: relative;
  width: 100%;
}
.our-story .mouse-icon-container .mouse-icon {
  height: 45px;
  width: 27px;
  border: 2px solid #FFFFFF;
  border-radius: 15px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  bottom: -200px;
}
.our-story .mouse-icon-container .mouse-icon .mouse-scroller {
  width: 5px;
  height: 10px;
  background: #fff;
  display: block;
  color: #fff;
  margin: 10px auto 0px auto;
  border-radius: 50%;
  animation: moveUpAndDown 1s infinite;
  animation-direction: alternate;
}
@keyframes moveUpAndDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 2px, 0);
  }
}
@media (max-width: 768px) {
  .our-story .mouse-icon-container .mouse-icon {
    display: none;
  }
}
@media (max-width: 1200px) {
  .our-story .mouse-icon-container .mouse-icon {
    bottom: -150px;
  }
}
@media (max-width: 991px) {
  .our-story .mouse-icon-container .mouse-icon {
    display: none;
  }
}
.our-story .image-overlay {
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/story-page/Header_IMG.jpg);
  background-repeat: no-repeat;
  padding-top: 20%;
  padding-bottom: 20%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  .our-story .image-overlay {
    padding-top: 20%;
    background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/story-page/Header_IMG.jpg);
    background-position: 39% 100%;
  }
}
.our-story .content-overlay .header-intro-texts {
  position: relative;
  top: 50%;
  text-align: center;
  color: white;
  padding-left: 20%;
  padding-right: 20%;
}
@media (max-width: 1439px) {
  .our-story .content-overlay .header-intro-texts {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (max-width: 991px) {
  .our-story .content-overlay .header-intro-texts {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 480px) {
  .our-story .content-overlay .header-intro-texts {
    padding-left: 1%;
    padding-right: 1%;
  }
}
.our-story .content-overlay .header-intro-texts .all-started-from-here {
  color: #FFFFFF;
  font-family: "Montserratlight";
  font-size: 12px;
  line-height: 15px;
}
.our-story .content-overlay .header-intro-texts .fill-1 {
  margin-top: 40px;
}
.our-story .content-overlay .header-intro-texts .fill-1 img {
  width: 172px;
  height: 32px;
}
@media (max-width: 480px) {
  .our-story .content-overlay .header-intro-texts .fill-1 img {
    width: 80%;
    height: 100%;
  }
}
.our-story .content-overlay .header-intro-texts .line {
  margin-top: 31px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.36);
}
.our-story .content-overlay .header-intro-texts .the-dawn-of-the-app {
  margin-top: 18px;
  color: #FFFFFF;
  font-family: "Montserratlight";
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-align: center;
}
@media (max-width: 991px) {
  .our-story .content-overlay .header-intro-texts .the-dawn-of-the-app {
    text-align: justify;
  }
}
.our-story .humble-beginnings-wrapper {
  background-color: #EEF2F5;
  text-align: center;
  position: relative;
  z-index: 5;
}
.our-story .humble-beginnings-wrapper .right-section {
  padding-top: 70px;
  text-align: left;
  /*   padding-right: 230px; */
}
@media (max-width: 991px) {
  .our-story .humble-beginnings-wrapper .right-section .desktop-version {
    display: none;
  }
}
@media (max-width: 768px) {
  .our-story .humble-beginnings-wrapper .right-section {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 30px;
  }
}
.our-story .humble-beginnings-wrapper .right-section .year-2008 {
  text-align: left;
  margin-bottom: 18px;
}
.our-story .humble-beginnings-wrapper .right-section .humble-beginnings {
  text-align: left;
  margin-bottom: 10px;
}
.our-story .humble-beginnings-wrapper .right-section .coming-from-india {
  margin-bottom: 10px;
}
.our-story .humble-beginnings-wrapper .left-section {
  padding: 0px 0px;
}
@media (max-width: 991px) {
  .our-story .humble-beginnings-wrapper .left-section {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .our-story .humble-beginnings-wrapper .left-section {
    padding-top: 50px;
  }
}
.our-story .humble-beginnings-wrapper .left-section .year-2008 {
  text-align: center;
  margin-bottom: 18px;
}
.our-story .humble-beginnings-wrapper .left-section .tablet-mobile-version {
  display: none;
}
@media (max-width: 991px) {
  .our-story .humble-beginnings-wrapper .left-section .tablet-mobile-version {
    display: block;
  }
}
.our-story .humble-beginnings-wrapper .left-section img.feature-image {
  width: 100%;
}
.our-story .initial-success-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #FBFBFB;
  position: relative;
  z-index: 5;
}
@media (max-width: 768px) {
  .our-story .initial-success-wrapper {
    padding-top: 50px;
    padding-bottom: 43px;
  }
}
.our-story .initial-success-wrapper .year-2008 {
  padding-bottom: 18px;
}
.our-story .initial-success-wrapper .initial-success {
  padding-bottom: 17px;
}
@media (max-width: 768px) {
  .our-story .initial-success-wrapper .left-section {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (max-width: 768px) {
  .our-story .initial-success-wrapper .right-section {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.our-story .brief-stumbles-wrapper {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(134.72deg, #BF191D 0%, rgba(155, 155, 155, 0.8) 100%), url("https://d3tygivxeibq9y.cloudfront.net/99games_website/story-page/brief-stumbles.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center;
  background-size: 100% 100%, 100% 100%;
  /*  width: 100%;
  opacity: 0.9; */
  /*  background-color: rgba(155, 155, 155, 0.8); */
  /*background: linear-gradient(134.72deg, #BF191D 0%, #C86DD7 100%);*/
  /*    padding-left: 230px; */
        /*    padding-right: 230px; 
        @media (max-width: $screen-sm-min) {

            padding-right: 0px;
        }*/
}
@media (max-width: 991px) {
  .our-story .brief-stumbles-wrapper {
    background-size: 100% 100%, cover;
  }
}
@media (max-width: 768px) {
  .our-story .brief-stumbles-wrapper {
    padding-top: 50px;
    padding-bottom: 64px;
    padding-left: 0px;
    padding-right: 0px;
    background: linear-gradient(137.73deg, #EB2731 0%, #1C1F48 100%);
  }
  .our-story .brief-stumbles-wrapper .col-lg-12,
  .our-story .brief-stumbles-wrapper .col-md-12,
  .our-story .brief-stumbles-wrapper .col-sm-12,
  .our-story .brief-stumbles-wrapper .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
.our-story .brief-stumbles-wrapper .year-2009 {
  color: white;
  padding-bottom: 18px;
}
@media (max-width: 991px) {
  .our-story .brief-stumbles-wrapper .year-2009 {
    text-align: center;
  }
}
.our-story .brief-stumbles-wrapper .brief-stumbles {
  color: white;
  padding-bottom: 17px;
}
@media (max-width: 991px) {
  .our-story .brief-stumbles-wrapper .brief-stumbles {
    text-align: center;
  }
}
.our-story .brief-stumbles-wrapper .brief-stumbles span {
  color: white;
}
.our-story .brief-stumbles-wrapper .description p {
  color: white;
}
.our-story .road-to-recovery-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #FBFBFB;
    /*  top: -150px;
margin-bottom: -150px;  */
}
@media (max-width: 768px) {
  .our-story .road-to-recovery-wrapper {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .our-story .road-to-recovery-wrapper .col-lg-12,
  .our-story .road-to-recovery-wrapper .col-md-12,
  .our-story .road-to-recovery-wrapper .col-sm-12,
  .our-story .road-to-recovery-wrapper .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
.our-story .road-to-recovery-wrapper .contents {
  /*    padding-left: 230px; */
  /*   padding-right: 230px; */
}
@media (max-width: 768px) {
  .our-story .road-to-recovery-wrapper .contents {
    padding-left: 0px;
  }
}
@media (max-width: 768px) {
  .our-story .road-to-recovery-wrapper .contents {
    padding-right: 0px;
  }
}
.our-story .road-to-recovery-wrapper .year-2010 {
  padding-bottom: 18px;
}
.our-story .road-to-recovery-wrapper .road-to-recovery {
  padding-bottom: 17px;
}
.our-story .road-to-recovery-wrapper .description {
  padding-bottom: 41px;
}
.our-story .road-to-recovery-wrapper .image-set-recovery-wrapper .image-set-recovery-carousal {
  display: none;
}
@media (max-width: 991px) {
  .our-story .road-to-recovery-wrapper .image-set-recovery-wrapper .image-set-recovery-carousal {
    display: block;
  }
}
.our-story .road-to-recovery-wrapper .image-set-recovery-wrapper .image-set {
  padding: 0px 50px;
}
@media (max-width: 991px) {
  .our-story .road-to-recovery-wrapper .image-set-recovery-wrapper .image-set {
    display: none;
  }
}
.our-story .road-to-recovery-wrapper .image-set-recovery-wrapper .image-set .image-item {
  width: 33%;
  display: inline-block;
}
@media (max-width: 991px) {
  .our-story .road-to-recovery-wrapper .image-set-recovery-wrapper .image-set .image-item {
    width: 100%;
    padding-left: 0px;
  }
}
.our-story .road-to-recovery-wrapper .image-set-recovery-wrapper .image-set .image-item img {
  width: 101%;
  min-width: 101%;
}
.our-story .road-to-recovery-wrapper .description-bottom {
  padding-top: 43px;
  /*    padding-left: 230px; */
  /*     padding-right: 230px; */
}
@media (max-width: 768px) {
  .our-story .road-to-recovery-wrapper .description-bottom {
    padding-left: 0px;
  }
}
@media (max-width: 768px) {
  .our-story .road-to-recovery-wrapper .description-bottom {
    padding-right: 0px;
  }
}
.our-story .wrestling-with-premium-wrapper {
  background-color: #FFFFFF;
  margin-left: 0px;
  padding-top: 59px;
  padding-bottom: 59px;
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/story-page/wrestling-with-premi.jpg);
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: left center;
}
@media (max-width: 991px) {
  .our-story .wrestling-with-premium-wrapper {
    background-image: none;
  }
}
@media (max-width: 768px) {
  .our-story .wrestling-with-premium-wrapper {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.our-story .wrestling-with-premium-wrapper .right-section {
  padding-right: 5%;
}
@media (max-width: 991px) {
  .our-story .wrestling-with-premium-wrapper .right-section .desktop-version {
    display: none;
  }
}
@media (max-width: 768px) {
  .our-story .wrestling-with-premium-wrapper .right-section {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.our-story .wrestling-with-premium-wrapper .right-section .year-11-12 {
  text-align: left;
  margin-bottom: 18px;
}
.our-story .wrestling-with-premium-wrapper .right-section .wrestling-with-premium {
  text-align: left;
  margin-bottom: 10px;
}
.our-story .wrestling-with-premium-wrapper .right-section .description {
  margin-bottom: 0px;
}
.our-story .wrestling-with-premium-wrapper .left-section {
  /* padding-left: 230px; */
  /*  text-align: left; */
}
.our-story .wrestling-with-premium-wrapper .left-section .tablet-version {
  display: none;
}
@media (max-width: 991px) {
  .our-story .wrestling-with-premium-wrapper .left-section .tablet-version {
    display: block;
  }
  .our-story .wrestling-with-premium-wrapper .left-section .tablet-version .year-11-12 {
    text-align: center;
    margin-bottom: 18px;
  }
  .our-story .wrestling-with-premium-wrapper .left-section .tablet-version .wrestling-with-premium {
    text-align: center;
  }
}
.our-story .wrestling-with-premium-wrapper .left-section img.feature-image {
  width: 100%;
}
.our-story .wrestling-with-premium-wrapper:after {
  clear: both;
}
.our-story .breaking-going-desi-wrapper {
  position: relative;
}
.our-story .breaking-going-desi-wrapper .breaking-the-ice-wrapper {
  margin: 0 auto;
  z-index: 3;
  /*    background-color: #FBFBFB; */
}
@media (max-width: 991px) {
  .our-story .breaking-going-desi-wrapper .breaking-the-ice-wrapper {
    background-color: #FBFBFB;
  }
}
.our-story .breaking-going-desi-wrapper .breaking-the-ice-wrapper .container {
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/story-page/breaking-the-icewit.jpg);
  background-repeat: no-repeat;
  background-size: 50% 100%;
  background-position: right top;
  background-color: #FBFBFB;
}
@media (max-width: 991px) {
  .our-story .breaking-going-desi-wrapper .breaking-the-ice-wrapper .container {
    background-image: none;
  }
}
.our-story .breaking-going-desi-wrapper .breaking-the-ice-wrapper .left-section {
  padding-top: 80px;
  padding-left: 5%;
  padding-right: 3%;
}
.our-story .breaking-going-desi-wrapper .breaking-the-ice-wrapper .left-section .tablet-version {
  display: none;
}
@media (max-width: 991px) {
  .our-story .breaking-going-desi-wrapper .breaking-the-ice-wrapper .left-section .tablet-version {
    display: block;
  }
  .our-story .breaking-going-desi-wrapper .breaking-the-ice-wrapper .left-section .tablet-version .year-2010 {
    margin-top: 60px;
    text-align: center;
  }
  .our-story .breaking-going-desi-wrapper .breaking-the-ice-wrapper .left-section .tablet-version .breaking-the-ice {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .our-story .breaking-going-desi-wrapper .breaking-the-ice-wrapper .left-section {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }
}
.our-story .breaking-going-desi-wrapper .breaking-the-ice-wrapper .left-section .year-2010 {
  text-align: left;
  margin-bottom: 15px;
}
.our-story .breaking-going-desi-wrapper .breaking-the-ice-wrapper .left-section .breaking-the-ice {
  text-align: left;
  margin-bottom: 10px;
}
.our-story .breaking-going-desi-wrapper .breaking-the-ice-wrapper .right-section {
  padding: 0;
  /* padding-left: 230px; */
  /*  text-align: left; */
}
.our-story .breaking-going-desi-wrapper .breaking-the-ice-wrapper .right-section img {
  height: 100%;
}
.our-story .breaking-going-desi-wrapper .going-desi-wrapper {
  padding-bottom: 248px;
  background: linear-gradient(137.73deg, #EB2731 0%, #1C1F48 100%);
  position: relative;
  top: -100px;
  padding-top: 120px;
  margin-bottom: -100px;
  /* padding-left: 230px; */
            /* padding-right: 230px;
            @media (max-width: $screen-sm-min) {

                padding-right: 0px;
            }*/
}
@media (max-width: 991px) {
  .our-story .breaking-going-desi-wrapper .going-desi-wrapper {
    position: static;
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .our-story .breaking-going-desi-wrapper .going-desi-wrapper {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 47px;
    padding-top: 46px;
  }
  .our-story .breaking-going-desi-wrapper .going-desi-wrapper .col-lg-12,
  .our-story .breaking-going-desi-wrapper .going-desi-wrapper .col-md-12,
  .our-story .breaking-going-desi-wrapper .going-desi-wrapper .col-sm-12,
  .our-story .breaking-going-desi-wrapper .going-desi-wrapper .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
.our-story .breaking-going-desi-wrapper .going-desi-wrapper .year-2013 {
  padding-bottom: 18px;
  color: white;
}
.our-story .breaking-going-desi-wrapper .going-desi-wrapper .going-desi {
  padding-bottom: 17px;
  color: white;
}
.our-story .breaking-going-desi-wrapper .going-desi-wrapper .going-desi span {
  color: white;
}
.our-story .breaking-going-desi-wrapper .going-desi-wrapper .description p {
  color: white;
}
.our-story .breaking-going-desi-wrapper .image-set-desi {
  /*  margin: 0px 10% 0px 10%; */
  position: relative;
  z-index: 4;
  top: -150px;
  margin-bottom: -150px;
}
@media (max-width: 991px) {
  .our-story .breaking-going-desi-wrapper .image-set-desi {
    position: static;
    margin-bottom: 0px;
  }
  .our-story .breaking-going-desi-wrapper .image-set-desi .image-set {
    display: none;
  }
}
.our-story .breaking-going-desi-wrapper .image-set-desi .image-set {
  padding: 0px 50px;
}
.our-story .breaking-going-desi-wrapper .image-set-desi .image-set .image-item {
  width: 33%;
  display: inline-block;
}
@media (max-width: 991px) {
  .our-story .breaking-going-desi-wrapper .image-set-desi .image-set .image-item {
    width: 100%;
    padding-left: 0px;
  }
}
.our-story .breaking-going-desi-wrapper .image-set-desi .image-set .image-item img {
  width: 101%;
  min-width: 101%;
}
.our-story .breaking-going-desi-wrapper .image-set-desi .image-set-desi-carousal {
  display: none;
}
@media (max-width: 991px) {
  .our-story .breaking-going-desi-wrapper .image-set-desi .image-set-desi-carousal {
    display: block;
  }
}
@media (max-width: 768px) {
  .our-story .breaking-going-desi-wrapper .going-si-description {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.our-story .breaking-going-desi-wrapper .desi-description {
  position: static;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 200px;
  margin-top: -150px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .our-story .breaking-going-desi-wrapper .desi-description {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 50px;
    margin-top: 0px;
  }
}
.our-story .hollywood-cooking-wrapper {
  position: relative;
}
.our-story .hollywood-cooking-wrapper .hollywood-wrapper {
  background-color: #FBFBFB;
  text-align: center;
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/story-page/hollywood-hiccup.jpg);
  background-repeat: no-repeat;
  background-size: 50% 100%;
  background-position: left top;
}
@media (max-width: 991px) {
  .our-story .hollywood-cooking-wrapper .hollywood-wrapper {
    background-image: none;
  }
}
.our-story .hollywood-cooking-wrapper .hollywood-wrapper .right-section {
  padding-top: 40px;
  /*   padding-bottom: 80px; */
  text-align: left;
  padding-right: 5%;
  padding-left: 5%;
}
.our-story .hollywood-cooking-wrapper .hollywood-wrapper .right-section .tablet-version img {
  display: none;
}
@media (max-width: 991px) {
  .our-story .hollywood-cooking-wrapper .hollywood-wrapper .right-section .tablet-version img {
    display: block;
  }
}
@media (max-width: 768px) {
  .our-story .hollywood-cooking-wrapper .hollywood-wrapper .right-section {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.our-story .hollywood-cooking-wrapper .hollywood-wrapper .right-section .year-2013 {
  text-align: left;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .our-story .hollywood-cooking-wrapper .hollywood-wrapper .right-section .year-2013 {
    text-align: center;
    margin-top: 18px;
  }
}
.our-story .hollywood-cooking-wrapper .hollywood-wrapper .right-section .hollywood {
  text-align: left;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .our-story .hollywood-cooking-wrapper .hollywood-wrapper .right-section .hollywood {
    text-align: center;
  }
}
.our-story .hollywood-cooking-wrapper .hollywood-wrapper .right-section .description {
  margin-bottom: 0px;
}
.our-story .hollywood-cooking-wrapper .hollywood-wrapper .left-section {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.our-story .hollywood-cooking-wrapper .cooking-wrapper {
  z-index: 5;
  position: relative;
}
.our-story .hollywood-cooking-wrapper .cooking-wrapper .cooking-delight-feature-image {
  width: 100%;
  position: relative;
}
.our-story .hollywood-cooking-wrapper .cooking-wrapper .cooking-delight-wrapper {
  position: relative;
  padding-top: 50px;
  padding-left: 230px;
  padding-right: 230px;
  background: #49231d;
  position: relative;
  z-index: 1;
}
@media (max-width: 1179px) {
  .our-story .hollywood-cooking-wrapper .cooking-wrapper .cooking-delight-wrapper {
    left: initial;
    right: initial;
    top: 18px;
    padding: 0 7%;
    padding-top: 18px;
  }
}
@media (max-width: 991px) {
  .our-story .hollywood-cooking-wrapper .cooking-wrapper .cooking-delight-wrapper {
    left: initial;
    right: initial;
    top: 18px;
    padding: 0 7%;
    padding-top: 18px;
    background: #61342b;
  }
}
@media (max-width: 768px) {
  .our-story .hollywood-cooking-wrapper .cooking-wrapper .cooking-delight-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.our-story .hollywood-cooking-wrapper .cooking-wrapper .cooking-delight-wrapper .year-13-14 {
  color: white;
  padding-bottom: 18px;
}
.our-story .hollywood-cooking-wrapper .cooking-wrapper .cooking-delight-wrapper .cooking-delight {
  color: white;
  padding-bottom: 17px;
}
.our-story .hollywood-cooking-wrapper .cooking-wrapper .cooking-delight-wrapper .cooking-delight span {
  color: white;
}
.our-story .hollywood-cooking-wrapper .cooking-wrapper .cooking-delight-wrapper .description p {
  color: white;
}
.our-story .hollywood-cooking-wrapper .cooking-wrapper .cooking-delight-wrapper .remove-margin-bottom {
  margin-bottom: 0px;
}
.our-story .hollywood-cooking-wrapper .cooking-wrapper .cooking-delight-wrapper .remove-margin-bottom p {
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.our-story .hollywood-cooking-wrapper .cooking-wrapper .cooking-description {
  padding: 65px 80px 30px 80px;
  margin: 0px 10%;
  top: -140px;
  margin-bottom: -140px;
  position: relative;
  z-index: 6;
  background-color: #ffffff;
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.1);
  transform: skewy(-2deg);
}
@media (max-width: 991px) {
  .our-story .hollywood-cooking-wrapper .cooking-wrapper .cooking-description {
    padding: 0 5%;
    position: static;
    box-shadow: none;
    margin-bottom: 10px;
    margin-top: 10px;
    transform: skewy(0deg);
  }
}
.our-story .hollywood-cooking-wrapper .cooking-wrapper .cooking-description p {
  transform: skewy(2deg);
}
@media (max-width: 991px) {
  .our-story .hollywood-cooking-wrapper .cooking-wrapper .cooking-description p {
    transform: skewy(0deg);
  }
}
@media (max-width: 768px) {
  .our-story .hollywood-cooking-wrapper .cooking-wrapper .cooking-description {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px 0px;
    margin-top: 10px;
  }
}
.our-story .journey-editors-choice-what-lies-wrapper {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .our-story .journey-editors-choice-what-lies-wrapper {
    margin-top: 0px;
  }
}
.our-story .journey-editors-choice-what-lies-wrapper .journey-continues-wrapper {
  text-align: center;
  position: relative;
  /*  margin-top: 100px; */
}
@media (max-width: 991px) {
  .our-story .journey-editors-choice-what-lies-wrapper .journey-continues-wrapper {
    background-color: #FBFBFB;
    position: static;
  }
}
.our-story .journey-editors-choice-what-lies-wrapper .journey-continues-wrapper .container {
  background-color: #FBFBFB;
}
.our-story .journey-editors-choice-what-lies-wrapper .journey-continues-wrapper .right-section {
  padding-top: 80px;
  padding-left: 50px;
  padding-bottom: 80px;
  text-align: left;
  padding-right: 5%;
}
@media (max-width: 768px) {
  .our-story .journey-editors-choice-what-lies-wrapper .journey-continues-wrapper .right-section {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 50px;
  }
}
.our-story .journey-editors-choice-what-lies-wrapper .journey-continues-wrapper .right-section .year-2013 {
  text-align: left;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .our-story .journey-editors-choice-what-lies-wrapper .journey-continues-wrapper .right-section .year-2013 {
    text-align: center;
  }
}
.our-story .journey-editors-choice-what-lies-wrapper .journey-continues-wrapper .right-section .journey-continues {
  text-align: left;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .our-story .journey-editors-choice-what-lies-wrapper .journey-continues-wrapper .right-section .journey-continues {
    text-align: center;
  }
}
.our-story .journey-editors-choice-what-lies-wrapper .journey-continues-wrapper .right-section .description {
  margin-bottom: 0px;
}
.our-story .journey-editors-choice-what-lies-wrapper .journey-continues-wrapper .left-section {
  padding-top: 0px;
  padding-bottom: 0px;
}
.our-story .journey-editors-choice-what-lies-wrapper .journey-continues-wrapper .editors-choice-wrapper {
  background-color: #FFFFFF;
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: -180px;
  z-index: 6;
  position: relative;
}
@media (max-width: 991px) {
  .our-story .journey-editors-choice-what-lies-wrapper .journey-continues-wrapper .editors-choice-wrapper {
    background-color: transparent;
    position: static;
    box-shadow: none;
    margin-bottom: 0;
    padding: 10px 10%;
  }
}
@media (max-width: 768px) {
  .our-story .journey-editors-choice-what-lies-wrapper .journey-continues-wrapper .editors-choice-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.our-story .journey-editors-choice-what-lies-wrapper .journey-continues-wrapper .editors-choice-wrapper .left-section {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: left;
  padding-left: 55px;
}
.our-story .journey-editors-choice-what-lies-wrapper .journey-continues-wrapper .editors-choice-wrapper .left-section .tablet-mobile-version {
  display: none;
}
@media (max-width: 991px) {
  .our-story .journey-editors-choice-what-lies-wrapper .journey-continues-wrapper .editors-choice-wrapper .left-section .tablet-mobile-version {
    display: inline;
    margin-bottom: 18px;
    display: inline;
    margin-bottom: 18px;
    width: 100%;
    float: left;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .our-story .journey-editors-choice-what-lies-wrapper .journey-continues-wrapper .editors-choice-wrapper .left-section {
    padding-left: 0px;
    padding-right: 0px;
  }
  .our-story .journey-editors-choice-what-lies-wrapper .journey-continues-wrapper .editors-choice-wrapper .left-section .description {
    padding-top: 25px;
  }
}
.our-story .journey-editors-choice-what-lies-wrapper .journey-continues-wrapper .editors-choice-wrapper .right-section {
  padding-top: 140px;
  padding-bottom: 0px;
}
@media (max-width: 991px) {
  .our-story .journey-editors-choice-what-lies-wrapper .journey-continues-wrapper .editors-choice-wrapper .right-section {
    display: none;
  }
}
.our-story .journey-editors-choice-what-lies-wrapper .journey-continues-wrapper .editors-choice-wrapper .right-section img {
  text-align: center;
}
.our-story .what-lies-ahead-wrapper {
  width: 100%;
  opacity: 0.9;
  /*    top: -425px; */
  position: relative;
  z-index: 5;
  text-align: justify;
  clear: both;
  margin-top: -200px;
  background: #7497ee;
  overflow: hidden;
}
@media (max-width: 768px) {
  .our-story .what-lies-ahead-wrapper {
    margin-top: 0px;
  }
}
.our-story .what-lies-ahead-wrapper .what-lies-ahead-feature-image {
  width: 100%;
}
@media (max-width: 991px) {
  .our-story .what-lies-ahead-wrapper .what-lies-ahead-feature-image {
    display: none;
  }
}
.our-story .what-lies-ahead-wrapper .what-lies-ahead-feature-image-mobile {
  width: 100%;
  display: none;
}
@media (max-width: 991px) {
  .our-story .what-lies-ahead-wrapper .what-lies-ahead-feature-image-mobile {
    display: block;
  }
}
.our-story .what-lies-ahead-wrapper .what-lies-ahead {
  position: relative;
  top: 0;
  padding: 250px 10% 10px 10%;
}
@media (max-width: 991px) {
  .our-story .what-lies-ahead-wrapper .what-lies-ahead {
    position: static;
    padding: 10px 5%;
    /*   background-position: ; */
  }
}
.our-story .what-lies-ahead-wrapper .what-lies-ahead .what-lies-ahead-title {
  color: white;
  padding-bottom: 17px;
}
.our-story .what-lies-ahead-wrapper .what-lies-ahead .what-lies-ahead-title span {
  color: white;
}
.our-story .what-lies-ahead-wrapper .what-lies-ahead .description p {
  color: white;
}

.our-story .breaking-going-desi-wrapper .breaking-the-ice-wrapper {
  position: relative;
}

/* .our-story .breaking-going-desi-wrapper .desi-description {
    padding-top: 72px;
} */
/* video-header image-header scss code  */
.careers-header {
  z-index: 1;
  position: relative;
  margin-top: 58px;
}
@media (max-width: 670px) {
  .careers-header {
    margin-top: 60px;
  }
}
.careers-header .inner-wrapper {
  height: auto;
  position: relative;
}
@media (max-width: 768px) {
  .careers-header .inner-wrapper .header-container {
    display: block;
  }
}
.careers-header .inner-wrapper .header-container .split-section {
  position: relative;
  background: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/careers/career-image-header/trekking.png), url(https://d3tygivxeibq9y.cloudfront.net/99games_website/careers/career-image-header/current-openings.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 53% 100%, 58% 100%;
  background-position: left top, right top;
  height: calc(100% - 100px);
  overflow: auto;
}
@media (max-width: 480px) {
  .careers-header .inner-wrapper .header-container .split-section {
    background: none;
  }
}
.careers-header .inner-wrapper .header-container .split-section .trekking {
  left: 0;
}
@media (max-width: 480px) {
  .careers-header .inner-wrapper .header-container .split-section .trekking {
    float: left;
    width: 100%;
    background: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/careers/career-image-header/img_LiveWork&Play.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: auto;
    left: auto;
  }
}
.careers-header .inner-wrapper .header-container .split-section .current-openings {
  left: 50%;
}
@media (max-width: 480px) {
  .careers-header .inner-wrapper .header-container .split-section .current-openings {
    float: left;
    width: 100%;
    background: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/careers/career-image-header/img_CurrentOpenings.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: auto;
    left: auto;
  }
}
.careers-header .inner-wrapper .header-container .split-section .trekking,
.careers-header .inner-wrapper .header-container .split-section .current-openings {
  padding-top: auto;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
  position: absolute;
  top: 50%;
  width: 50%;
}
@media (max-width: 1050px) {
  .careers-header .inner-wrapper .header-container .split-section .trekking,
  .careers-header .inner-wrapper .header-container .split-section .current-openings {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .careers-header .inner-wrapper .header-container .split-section .trekking,
  .careers-header .inner-wrapper .header-container .split-section .current-openings {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 480px) {
  .careers-header .inner-wrapper .header-container .split-section .trekking,
  .careers-header .inner-wrapper .header-container .split-section .current-openings {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    position: relative;
    height: 50% !important;
    width: 100%;
    top: auto;
    margin-top: auto !important;
  }
  .careers-header .inner-wrapper .header-container .split-section .trekking .mtco,
  .careers-header .inner-wrapper .header-container .split-section .current-openings .mtco {
    display: inline-block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
  }
}
@media (max-width: 380px) {
  .careers-header .inner-wrapper .header-container .split-section .trekking .mtco,
  .careers-header .inner-wrapper .header-container .split-section .current-openings .mtco {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.careers-header .inner-wrapper .header-container .split-section .trekking .section-title,
.careers-header .inner-wrapper .header-container .split-section .current-openings .section-title {
  color: #FFFFFF;
  font-family: "Montserratbold";
  font-size: 54px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 80px;
  text-align: center;
}
@media (max-width: 1050px) {
  .careers-header .inner-wrapper .header-container .split-section .trekking .section-title,
  .careers-header .inner-wrapper .header-container .split-section .current-openings .section-title {
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .careers-header .inner-wrapper .header-container .split-section .trekking .section-title,
  .careers-header .inner-wrapper .header-container .split-section .current-openings .section-title {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 600px) {
  .careers-header .inner-wrapper .header-container .split-section .trekking .section-title,
  .careers-header .inner-wrapper .header-container .split-section .current-openings .section-title {
    font-size: 40px;
    line-height: 40px;
  }
}
.careers-header .inner-wrapper .header-container .split-section .trekking .section-title .thin,
.careers-header .inner-wrapper .header-container .split-section .current-openings .section-title .thin {
  font-family: "Montserratthin";
}
.careers-header .inner-wrapper .header-container .split-section .trekking .line,
.careers-header .inner-wrapper .header-container .split-section .current-openings .line {
  width: 75%;
  margin-left: 12%;
  margin-top: 5px;
  margin-bottom: 6px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.36);
}
@media (max-width: 1050px) {
  .careers-header .inner-wrapper .header-container .split-section .trekking .line,
  .careers-header .inner-wrapper .header-container .split-section .current-openings .line {
    width: 84%;
    margin-left: 8%;
  }
}
@media (max-width: 480px) {
  .careers-header .inner-wrapper .header-container .split-section .trekking .line,
  .careers-header .inner-wrapper .header-container .split-section .current-openings .line {
    display: none;
  }
}
.careers-header .inner-wrapper .header-container .split-section .trekking .section-description,
.careers-header .inner-wrapper .header-container .split-section .current-openings .section-description {
  height: 160px;
  color: #FFFFFF;
  font-family: "Montserratlight";
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-align: justify;
  width: 70%;
  margin: 0 auto;
}
.careers-header .inner-wrapper .header-container .split-section .trekking .section-description p,
.careers-header .inner-wrapper .header-container .split-section .current-openings .section-description p {
  text-align: center;
  font-family: "Montserratlight";
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
}
@media (max-width: 1050px) {
  .careers-header .inner-wrapper .header-container .split-section .trekking .section-description,
  .careers-header .inner-wrapper .header-container .split-section .current-openings .section-description {
    height: 200px;
    width: 80%;
  }
}
@media (max-width: 900px) {
  .careers-header .inner-wrapper .header-container .split-section .trekking .section-description,
  .careers-header .inner-wrapper .header-container .split-section .current-openings .section-description {
    height: 250px;
  }
}
@media (max-width: 768px) {
  .careers-header .inner-wrapper .header-container .split-section .trekking .section-description,
  .careers-header .inner-wrapper .header-container .split-section .current-openings .section-description {
    height: 230px;
  }
}
@media (max-width: 680px) {
  .careers-header .inner-wrapper .header-container .split-section .trekking .section-description,
  .careers-header .inner-wrapper .header-container .split-section .current-openings .section-description {
    height: 270px;
  }
}
@media (max-width: 610px) {
  .careers-header .inner-wrapper .header-container .split-section .trekking .section-description,
  .careers-header .inner-wrapper .header-container .split-section .current-openings .section-description {
    height: 300px;
    width: 90%;
  }
}
@media (max-width: 480px) {
  .careers-header .inner-wrapper .header-container .split-section .trekking .section-description,
  .careers-header .inner-wrapper .header-container .split-section .current-openings .section-description {
    display: none;
  }
}
.careers-header .inner-wrapper .header-container .split-section .trekking .section-button,
.careers-header .inner-wrapper .header-container .split-section .current-openings .section-button {
  margin-top: 15px;
  color: #FFFFFF;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 40px;
  padding: 9px 19px;
  background: transparent;
  cursor: pointer;
  background-position: top;
  transition: background 10ms ease-in;
}
.careers-header .inner-wrapper .header-container .split-section .trekking .section-button .read-case,
.careers-header .inner-wrapper .header-container .split-section .current-openings .section-button .read-case {
  display: inline;
}
.careers-header .inner-wrapper .header-container .split-section .trekking .section-button .hover-case,
.careers-header .inner-wrapper .header-container .split-section .current-openings .section-button .hover-case {
  display: none;
}
.careers-header .inner-wrapper .header-container .split-section .trekking .section-button:hover,
.careers-header .inner-wrapper .header-container .split-section .current-openings .section-button:hover {
  color: transparent;
  background-size: 32px 32px;
  background: url("https://d3tygivxeibq9y.cloudfront.net/99games_website/icons/arrow.png") no-repeat center;
}
.careers-header .inner-wrapper .header-container .split-section .trekking .section-button:hover .hover-case,
.careers-header .inner-wrapper .header-container .split-section .current-openings .section-button:hover .hover-case {
  display: inline;
  padding: 9px 27px;
}
.careers-header .inner-wrapper .header-container .split-section .trekking .section-button:hover .read-case,
.careers-header .inner-wrapper .header-container .split-section .current-openings .section-button:hover .read-case {
  display: none;
}
.careers-header .inner-wrapper .header-container .split-section:after {
  clear: both;
}
.careers-header .inner-wrapper .video-mobile-view {
  width: 100%;
  display: none;
}
@media (max-width: 768px) {
  .careers-header .inner-wrapper .video-mobile-view {
    display: block;
  }
}
.careers-header .inner-wrapper .video-overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 200px 50px;
}
.careers-header .inner-wrapper .video-overlay .header-intro-texts {
  text-align: left;
  font-size: 64px;
  color: white;
  height: 500px;
  line-height: 80px;
  letter-spacing: 1px;
  font-family: "Montserratlight";
  padding-left: 5%;
  padding-right: 5%;
}
.careers-header .inner-wrapper .video-overlay .header-intro-texts .studio {
  font-family: "Montserratthin";
  margin-top: 50px;
  font-size: 200px;
}
.careers-header .inner-wrapper .video-overlay .header-intro-texts .mobile {
  display: none;
}
@media (max-width: 768px) {
  .careers-header .inner-wrapper .video-overlay .header-intro-texts {
    height: 100%;
    text-align: center;
    font-size: 32px;
    margin-top: 50%;
    padding-left: 0;
    line-height: 200%;
    letter-spacing: 1px;
  }
  .careers-header .inner-wrapper .video-overlay .header-intro-texts .desktop {
    display: none;
  }
  .careers-header .inner-wrapper .video-overlay .header-intro-texts .mobile {
    display: block;
  }
}
@keyframes MoveUpDown {
  0% {
    bottom: 40px;
  }
  50% {
    bottom: 45px;
  }
  100% {
    bottom: 55px;
  }
}
.overflow-hidden {
  overflow: hidden;
}

.careers-tab {
  display: block;
  top: 0;
  overflow: hidden;
  /*     tab scss code */
}
.careers-tab.fixed {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  text-align: center;
}
.careers-tab .tab .tab-toggler {
  overflow-x: auto;
  box-shadow: 1px 0 8px 1px rgba(0, 0, 0, 0.1);
  padding: 15px 0px;
  text-align: center;
}
.careers-tab .tab .tab-toggler.main-tab {
  position: fixed;
  width: 100%;
  background-color: white;
  z-index: 1500;
  transition: top 0.3s;
}
.careers-tab .tab .tab-toggler .tab-button {
  font-family: "Montserratlight";
  font-weight: 600;
  display: inline-block;
  color: #14152D;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  margin-right: 35px;
  cursor: pointer;
}
@media (max-width: 670px) {
  .careers-tab .tab .tab-toggler .tab-button {
    margin: 0 10px 0 5px;
  }
}
.careers-tab .tab .tab-toggler .tab-button.active {
  /* font-weight: 500; */
  color: #242C35;
  padding-bottom: 2px;
  border-bottom: 2px solid #E9242C;
}
.careers-tab .tab .tab-toggler .tab-button:hover {
  /* font-weight: 500; */
  color: #242C35;
  padding-bottom: 2px;
  border-bottom: 2px solid #E9242C;
}
.careers-tab .tab .tab-content .career-tab {
  padding: 0 9.8%;
}
@media (max-width: 670px) {
  .careers-tab .tab .tab-content .career-tab {
    padding: 0 0px;
  }
}
.careers-tab .tab .tab-content {
  padding-top: 56px !important;
  display: none;
  animation: fadeEffect 1s;
  padding: 0px;
  overflow-y: auto;
  /* .categories-tab .tab-button{                    
      font-family: $font-family-Montserrat-thin;
      &.active {
               font-family: $font-family-Montserrat-regular;
      }                   
  } */
}
@media (max-width: 768px) {
  .careers-tab .tab .tab-content {
    padding: 0px 0px;
  }
}
@media (max-width: 480px) {
  .careers-tab .tab .tab-content .categories-tab {
    overflow-x: scroll;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .careers-tab .tab .tab-content .categories-tab .tab {
    width: 480px;
  }
}
.careers-tab .tab .tab-content .categories-tab .tab .tab-button {
  color: #979797;
  font-size: 13px;
}
.careers-tab .tab .tab-content .categories-tab .tab .tab-button.active {
  color: #14152D;
}
.careers-tab .tab .tab-content .live-work-play {
  width: 100%;
  height: 100%;
}
.careers-tab .tab .tab-content #catagory-tab {
  box-shadow: none;
  padding: 20px 0px 0px 0px;
}
.careers-tab .tab .tab-content .card-container {
  animation: fadeEffect 1s;
}
@media (max-width: 670px) {
  .careers-tab .tab .tab-content .card-container {
    padding: 0 10px;
  }
}
.careers-tab .tab .tab-content .card {
  padding: 30px 50px;
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .careers-tab .tab .tab-content .card {
    padding: 20px 15px;
  }
}
.careers-tab .tab .tab-content .card:first-child {
  margin-top: 30px;
}
.careers-tab .tab .tab-content .card .title-section {
  display: block;
}
.careers-tab .tab .tab-content .card .title-section .left-title {
  font-family: "Montserratsemibold";
  color: #4A4A4A;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  float: left;
  text-align: left;
}
.careers-tab .tab .tab-content .card .title-section .left-title .thin {
  font-family: "Montserratthin";
}
.careers-tab .tab .tab-content .card .title-section .right-title {
  color: #979797;
  font-family: "Montserratlight";
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
  float: right;
  text-align: left;
}
.careers-tab .tab .tab-content .card .title-section:after {
  display: block;
  content: " ";
  clear: both;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .careers-tab .tab .tab-content .card .title-section {
    display: grid;
  }
  .careers-tab .tab .tab-content .card .title-section .left-title {
    line-height: 25px;
  }
  .careers-tab .tab .tab-content .card .title-section .right-title {
    margin-top: 10px;
    line-height: 20px;
  }
}
.careers-tab .tab .tab-content .card .line {
  box-sizing: border-box;
  border: 1px solid #E0E0E0;
  /*margin: 30px 0px;*/
  margin: 17px 0 11px 0;
}
.careers-tab .tab .tab-content .card .content {
  max-height: 195px;
  overflow: hidden;
  font-family: "Montserratlight";
  color: #242C35;
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-align: left;
  transition: all 1s ease-in-out;
}
.careers-tab .tab .tab-content .card .content p {
  margin-bottom: 15px;
  width: 100%;
}
.careers-tab .tab .tab-content .card .content p,
.careers-tab .tab .tab-content .card .content ul {
  font-family: "Montserratlight";
  color: #242C35;
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-align: justify;
}
.careers-tab .tab .tab-content .card ul {
  padding-left: 20px;
  list-style-type: square;
}
.careers-tab .tab .tab-content .card .read-more-button {
  position: absolute;
  bottom: -15px;
  right: 50px;
  z-index: 1000;
}
.careers-tab .tab .tab-content .card .read-more-button.apply-now {
  display: none;
}
.careers-tab .tab .tab-content .card.active .content {
  max-height: 5000px;
}
.careers-tab .tab .tab-content .card.active .read-more-button.read-more {
  display: none;
}
.careers-tab .tab .tab-content .card.active .read-more-button.apply-now {
  display: block;
}
.careers-tab .tab .tab-content .card.no-roles {
  box-shadow: none;
}
.careers-tab .tab .tab-content .card.no-roles .no-roles-title .line-one {
  margin-bottom: 1rem;
}
.careers-tab .tab .tab-content .card.no-roles .no-roles-title .line-one .dont-see-a-role,
.careers-tab .tab .tab-content .card.no-roles .no-roles-title .line-one .not-to-worry {
  color: #4A4A4A;
  font-size: 32px;
  line-height: 39px;
}
.careers-tab .tab .tab-content .card.no-roles .no-roles-title .line-one .dont-see-a-role {
  font-family: 'Montserratsemibold';
  font-weight: 600;
}
.careers-tab .tab .tab-content .card.no-roles .no-roles-title .line-one .not-to-worry {
  font-family: 'Montserratlight';
  font-weight: 300;
}
.careers-tab .tab .tab-content .card.no-roles .no-roles-title p .write-to-us {
  color: #4A4A4A;
}
.careers-tab .tab .tab-content .card.no-roles .no-roles-title p .mail-id a {
  color: #E9242C;
  text-decoration: none;
}
.careers-tab .tab .tab-content.visible {
  display: block;
}
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal-dlg {
  animation: fadeEffect 500ms;
  display: none;
  overflow: scroll;
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1800;
  padding: 18% 25%;
}
@media (max-width: 768px) {
  .modal-dlg {
    padding: 25% 15px;
  }
}
@media (max-width: 480px) {
  .modal-dlg {
    padding: 15px;
  }
}
.modal-dlg .app-section {
  padding: 25px 30px 41px 30px;
  background-color: #FFFFFF;
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.1);
  /*position:relative;
      z-index: 10; */
  margin-left: 40px;
  margin-bottom: 5px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .modal-dlg .app-section {
    width: 100% !important;
    margin-left: 0px !important;
    margin-bottom: 5px;
  }
}
.modal-dlg .app-section .title-section .title {
  color: #4A4A4A;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  float: left;
}
.modal-dlg .app-section .title-section .close-btn {
  margin-top: 5px;
  float: right;
}
.modal-dlg .app-section .title-section .close-btn:hover,
.modal-dlg .app-section .title-section .close-btn:focus {
  cursor: pointer;
}
.modal-dlg .app-section .title-section:after {
  display: block;
  content: " ";
  clear: both;
}
.modal-dlg .app-section .line {
  margin-top: 17px;
  box-sizing: border-box;
  border: 1px solid #E0E0E0;
}
.modal-dlg .app-section .job-desc-mobile {
  margin-top: 9px;
  display: none;
}
@media (max-width: 768px) {
  .modal-dlg .app-section .job-desc-mobile {
    display: block;
  }
}
.modal-dlg .app-section .job-desc-desktop {
  margin-top: 9px;
}
@media (max-width: 768px) {
  .modal-dlg .app-section .job-desc-desktop {
    display: none;
  }
}
.modal-dlg .app-section .detail-font {
  font-family: "Montserratregular";
  color: #979797;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}
.modal-dlg .app-section .text-font {
  color: #6D6D6D;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 18px;
}
.modal-dlg .app-section .input-text {
  border: 1px solid #C2C2C2;
  border-radius: 40px;
  padding: 8px 25px 9px 25px;
  margin-bottom: 20px;
  color: #6D6D6D;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 18px;
}
.modal-dlg .app-section .form-section {
  position: relative;
  margin-top: 29px;
}
.modal-dlg .app-section .form-section .fileUpload {
  position: relative;
  overflow: hidden;
  float: right;
  background: linear-gradient(134.72deg, #BF191D 0%, #c86dd7 100%);
  -webkit-transition: background-color 2000ms linear;
  -ms-transition: background-color 2000ms linear;
  transition: background-color 2000ms linear;
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  padding: 10px 19px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  margin-top: -58px;
}
.modal-dlg .app-section .form-section .fileUpload .custom-file-input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  content: 'CHOOSE';
}
.modal-dlg .app-section .form-loader {
  display: none;
  background-color: white;
  margin-top: 10px;
}
.modal-dlg .app-section .error-msg {
  margin-top: 20px;
  border-radius: 40px;
  padding: 8px 25px 9px 25px;
  border: 2px solid #f7e700;
  display: none;
}
.modal-dlg .app-section .pers-data {
  font-family: "Montserratlight";
  color: #5A636D;
  font-size: 12px;
  font-weight: 300;
  line-height: 27px;
  text-align: center;
}
.modal-dlg .app-section .read-more-button {
  margin-top: 26px;
}
.modal-dlg .app-section .success-wrapper {
  display: none;
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.1);
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
}
.modal-dlg .app-section .success-wrapper img {
  width: 100px;
  height: 100px;
}
.modal-dlg .app-section .success-wrapper span {
  position: relative;
  top: 50%;
  display: block;
  left: 0;
  height: 215px;
  margin-top: -70px;
}
.modal-dlg .app-section .success-wrapper .msg-sent {
  margin-top: 10px;
  font-family: "Montserratregular";
}

.footer.fixed-footer {
  position: relative;
}
@media (max-width: 670px) {
  .footer.fixed-footer {
    position: relative;
  }
}

#career-footer {
  position: relative;
  display: none;
  margin-top: -3rem;
}
@media (min-width: 1500px) {
  #career-footer {
    margin-top: -6rem;
  }
}
#career-footer .text-part {
  position: absolute;
  right: 9.8%;
  bottom: 3rem;
}
@media (max-width: 670px) {
  #career-footer .text-part {
    right: 2rem;
  }
}
@media (max-width: 540px) {
  #career-footer .text-part {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  #career-footer .text-part {
    bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  #career-footer .text-part {
    bottom: 1rem;
  }
}
@media (max-width: 430px) {
  #career-footer .text-part {
    bottom: 0.2rem;
    right: 1.5rem;
  }
}
@media (max-width: 380px) {
  #career-footer .text-part {
    bottom: 0.2rem;
    right: 1rem;
  }
}
#career-footer .text-part .no-roles-title {
  text-align: center;
}
#career-footer .text-part .no-roles-title .line-one {
  font-family: 'Montserratsemibold';
  font-weight: 900;
  color: white;
  font-size: 32px;
  line-height: 39px;
}
@media (min-width: 1300px) {
  #career-footer .text-part .no-roles-title .line-one {
    font-size: 3.5rem;
    line-height: 3.7rem;
  }
}
@media (min-width: 1500px) {
  #career-footer .text-part .no-roles-title .line-one {
    font-size: 4.5rem;
    line-height: 4.7rem;
  }
}
@media (min-width: 1650px) {
  #career-footer .text-part .no-roles-title .line-one {
    font-size: 4.5rem;
    line-height: 5rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 992px) {
  #career-footer .text-part .no-roles-title .line-one {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 900px) {
  #career-footer .text-part .no-roles-title .line-one {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 768px) {
  #career-footer .text-part .no-roles-title .line-one {
    font-size: 1.8rem;
    line-height: 2.1rem;
  }
}
@media (max-width: 680px) {
  #career-footer .text-part .no-roles-title .line-one {
    font-size: 1.8rem;
    line-height: 2.1rem;
  }
}
@media (max-width: 610px) {
  #career-footer .text-part .no-roles-title .line-one {
    font-size: 1.8rem;
    line-height: 2.1rem;
  }
}
@media (max-width: 540px) {
  #career-footer .text-part .no-roles-title .line-one {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 480px) {
  #career-footer .text-part .no-roles-title .line-one {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
@media (max-width: 380px) {
  #career-footer .text-part .no-roles-title .line-one {
    font-size: 1rem;
    line-height: 1.1rem;
  }
}
#career-footer .text-part .no-roles-title .line-two {
  font-family: 'Montserratregular';
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 1.5rem;
  font-weight: 900;
}
@media (min-width: 1300px) {
  #career-footer .text-part .no-roles-title .line-two {
    font-size: 20px;
  }
}
@media (min-width: 1500px) {
  #career-footer .text-part .no-roles-title .line-two {
    font-size: 25px;
  }
}
@media (min-width: 1650px) {
  #career-footer .text-part .no-roles-title .line-two {
    font-size: 28px;
    padding-bottom: 1rem;
  }
}
@media (max-width: 992px) {
  #career-footer .text-part .no-roles-title .line-two {
    font-size: 16px;
  }
}
@media (max-width: 900px) {
  #career-footer .text-part .no-roles-title .line-two {
    font-size: 16px;
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  #career-footer .text-part .no-roles-title .line-two {
    font-size: 12px;
    margin-bottom: 0.7rem;
  }
}
@media (max-width: 540px) {
  #career-footer .text-part .no-roles-title .line-two {
    font-size: 10px;
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 430px) {
  #career-footer .text-part .no-roles-title .line-two {
    margin-bottom: 0.1rem;
  }
}
@media (max-width: 380px) {
  #career-footer .text-part .no-roles-title .line-two {
    font-size: 0.8rem;
    line-height: 0.9rem;
  }
}
#career-footer .text-part .no-roles-title a .learn-more-btn {
  color: #A52038;
  background: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 8rem;
  padding-right: 8rem;
  box-shadow: 0 8px 6px -6px black;
}
@media (min-width: 1300px) {
  #career-footer .text-part .no-roles-title a .learn-more-btn {
    font-size: 22px;
  }
}
@media (min-width: 1500px) {
  #career-footer .text-part .no-roles-title a .learn-more-btn {
    font-size: 24px;
    padding-left: 9rem;
    padding-right: 9rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1650px) {
  #career-footer .text-part .no-roles-title a .learn-more-btn {
    font-size: 28px;
    padding-left: 10rem;
    padding-right: 10rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  #career-footer .text-part .no-roles-title a .learn-more-btn {
    font-size: 16px;
  }
}
@media (max-width: 900px) {
  #career-footer .text-part .no-roles-title a .learn-more-btn {
    font-size: 16px;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (max-width: 768px) {
  #career-footer .text-part .no-roles-title a .learn-more-btn {
    font-size: 12px;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 626px) {
  #career-footer .text-part .no-roles-title a .learn-more-btn {
    font-size: 10px;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
@media (max-width: 540px) {
  #career-footer .text-part .no-roles-title a .learn-more-btn {
    font-size: 9px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1px;
    padding-bottom: 1px;
  }
}
@media (max-width: 380px) {
  #career-footer .text-part .no-roles-title a .learn-more-btn {
    font-size: 9px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1px;
    padding-bottom: 1px;
  }
}

.header.career-header {
  background: linear-gradient(to right, #545682, #e45460);
  z-index: 2000;
}

.header.play-header {
  background-color: #90b1c4;
}

.header.live-header {
  background-color: #71a3ec;
}

.footer.liveplay-footer {
  z-index: 3;
}

.displayNone {
  display: none !important;
}

/* video-header image-header scss code  */
.careers-header {
  /*   display: none; */
  z-index: 1;
  position: relative;
  margin-top: 58px;
}
@media (max-width: 670px) {
  .careers-header {
    margin-top: 60px;
  }
}
.careers-header .inner-wrapper {
  height: auto;
  position: relative;
}
.careers-header .inner-wrapper .header-container {
            /* .mouse-icon {
                height: 45px;
                width: 27px;
                border: 2px solid #FFFFFF;
                border-radius: 15px;
                position: absolute;
                bottom: 45px;
                left: 0;
                right: 0;
                margin: 0 auto;
                animation: MoveUpDown 1s linear infinite;
                animation-direction: alternate;
                cursor: pointer;
                user-select: none;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;

                @media (max-width: $screen-sm-min) {
                    display: none;
                }
            } */
}
@media (max-width: 768px) {
  .careers-header .inner-wrapper .header-container {
    display: block;
  }
}
.careers-header .inner-wrapper .header-container .remy-logo {
  height: 135px;
}
.careers-header .inner-wrapper .header-container .forum {
  position: relative;
  background: url("/assets?p=%2F..%2F..%2Fresources%2Fimages%2Fforum%2Ffantasticchef_bg.png"), url("/assets?p=%2F..%2F..%2Fresources%2Fimages%2Fforum%2Fstarchef_bg.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 53% 100%, 58% 100%;
  background-position: left top, right top;
  height: calc(100% - 100px);
  overflow: auto;
}
@media (max-width: 480px) {
  .careers-header .inner-wrapper .header-container .forum {
    background: none;
  }
}
.careers-header .inner-wrapper .header-container .forum .trekking {
  left: 0;
}
@media (max-width: 480px) {
  .careers-header .inner-wrapper .header-container .forum .trekking {
    float: left;
    width: 100%;
    background: url("/assets?p=%2F..%2F..%2Fresources%2Fimages%2Fcareers%2Fcareer-image-header%2Fimg_LiveWork%26Play.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: auto;
    left: auto;
  }
}
.careers-header .inner-wrapper .header-container .forum .current-openings {
  left: 50%;
}
@media (max-width: 480px) {
  .careers-header .inner-wrapper .header-container .forum .current-openings {
    float: left;
    width: 100%;
    background: url("/assets?p=%2F..%2F..%2Fresources%2Fimages%2Fcareers%2Fcareer-image-header%2Fimg_CurrentOpenings.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: auto;
    left: auto;
  }
}
.careers-header .inner-wrapper .header-container .forum .trekking,
.careers-header .inner-wrapper .header-container .forum .current-openings {
  padding-top: auto;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
  position: absolute;
  top: 50%;
  width: 50%;
}
@media (max-width: 1050px) {
  .careers-header .inner-wrapper .header-container .forum .trekking,
  .careers-header .inner-wrapper .header-container .forum .current-openings {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .careers-header .inner-wrapper .header-container .forum .trekking,
  .careers-header .inner-wrapper .header-container .forum .current-openings {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 480px) {
  .careers-header .inner-wrapper .header-container .forum .trekking,
  .careers-header .inner-wrapper .header-container .forum .current-openings {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    position: relative;
    height: 50% !important;
    width: 100%;
    top: auto;
    margin-top: auto !important;
  }
  .careers-header .inner-wrapper .header-container .forum .trekking .mtco,
  .careers-header .inner-wrapper .header-container .forum .current-openings .mtco {
    display: inline-block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
  }
}
@media (max-width: 380px) {
  .careers-header .inner-wrapper .header-container .forum .trekking .mtco,
  .careers-header .inner-wrapper .header-container .forum .current-openings .mtco {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.careers-header .inner-wrapper .header-container .forum .trekking .section-title,
.careers-header .inner-wrapper .header-container .forum .current-openings .section-title {
  color: #FFFFFF;
  font-family: "Montserratbold";
  font-size: 54px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 80px;
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 1050px) {
  .careers-header .inner-wrapper .header-container .forum .trekking .section-title,
  .careers-header .inner-wrapper .header-container .forum .current-openings .section-title {
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .careers-header .inner-wrapper .header-container .forum .trekking .section-title,
  .careers-header .inner-wrapper .header-container .forum .current-openings .section-title {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 600px) {
  .careers-header .inner-wrapper .header-container .forum .trekking .section-title,
  .careers-header .inner-wrapper .header-container .forum .current-openings .section-title {
    font-size: 40px;
    line-height: 40px;
  }
}
.careers-header .inner-wrapper .header-container .forum .trekking .section-title .thin,
.careers-header .inner-wrapper .header-container .forum .current-openings .section-title .thin {
  font-family: "Montserratthin";
}
.careers-header .inner-wrapper .header-container .forum .trekking .line,
.careers-header .inner-wrapper .header-container .forum .current-openings .line {
  width: 75%;
  margin-left: 12%;
  margin-top: 25px;
  margin-bottom: 25px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.36);
}
@media (max-width: 1050px) {
  .careers-header .inner-wrapper .header-container .forum .trekking .line,
  .careers-header .inner-wrapper .header-container .forum .current-openings .line {
    width: 84%;
    margin-left: 8%;
  }
}
@media (max-width: 480px) {
  .careers-header .inner-wrapper .header-container .forum .trekking .line,
  .careers-header .inner-wrapper .header-container .forum .current-openings .line {
    display: none;
  }
}
.careers-header .inner-wrapper .header-container .forum .trekking .section-description,
.careers-header .inner-wrapper .header-container .forum .current-openings .section-description {
  height: 160px;
  color: #FFFFFF;
  font-family: "Montserratlight";
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-align: justify;
  width: 70%;
  margin: 0 auto;
}
.careers-header .inner-wrapper .header-container .forum .trekking .section-description p,
.careers-header .inner-wrapper .header-container .forum .current-openings .section-description p {
  text-align: center;
  font-family: "Montserratlight";
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
}
@media (max-width: 1050px) {
  .careers-header .inner-wrapper .header-container .forum .trekking .section-description,
  .careers-header .inner-wrapper .header-container .forum .current-openings .section-description {
    height: 200px;
    width: 80%;
  }
}
@media (max-width: 900px) {
  .careers-header .inner-wrapper .header-container .forum .trekking .section-description,
  .careers-header .inner-wrapper .header-container .forum .current-openings .section-description {
    height: 250px;
  }
}
@media (max-width: 768px) {
  .careers-header .inner-wrapper .header-container .forum .trekking .section-description,
  .careers-header .inner-wrapper .header-container .forum .current-openings .section-description {
    height: 230px;
  }
}
@media (max-width: 680px) {
  .careers-header .inner-wrapper .header-container .forum .trekking .section-description,
  .careers-header .inner-wrapper .header-container .forum .current-openings .section-description {
    height: 270px;
  }
}
@media (max-width: 610px) {
  .careers-header .inner-wrapper .header-container .forum .trekking .section-description,
  .careers-header .inner-wrapper .header-container .forum .current-openings .section-description {
    height: 300px;
    width: 90%;
  }
}
@media (max-width: 480px) {
  .careers-header .inner-wrapper .header-container .forum .trekking .section-description,
  .careers-header .inner-wrapper .header-container .forum .current-openings .section-description {
    display: none;
  }
}
.careers-header .inner-wrapper .header-container .forum .trekking .section-button,
.careers-header .inner-wrapper .header-container .forum .current-openings .section-button {
  margin-top: 15px;
  color: #FFFFFF;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 40px;
  padding: 9px 19px;
  background: transparent;
  cursor: pointer;
  background-position: top;
  transition: background 10ms ease-in;
}
.careers-header .inner-wrapper .header-container .forum .trekking .section-button .read-case,
.careers-header .inner-wrapper .header-container .forum .current-openings .section-button .read-case {
  display: inline;
}
.careers-header .inner-wrapper .header-container .forum .trekking .section-button .hover-case,
.careers-header .inner-wrapper .header-container .forum .current-openings .section-button .hover-case {
  display: none;
}
.careers-header .inner-wrapper .header-container .forum .trekking .section-button:hover,
.careers-header .inner-wrapper .header-container .forum .current-openings .section-button:hover {
  color: transparent;
  background-size: 32px 32px;
  background: url("/assets?p=%2F..%2F..%2Fresources%2Fimages%2Ficons%2Farrow.png") no-repeat center;
}
.careers-header .inner-wrapper .header-container .forum .trekking .section-button:hover .hover-case,
.careers-header .inner-wrapper .header-container .forum .current-openings .section-button:hover .hover-case {
  display: inline;
  padding: 9px 27px;
}
.careers-header .inner-wrapper .header-container .forum .trekking .section-button:hover .read-case,
.careers-header .inner-wrapper .header-container .forum .current-openings .section-button:hover .read-case {
  display: none;
}
.careers-header .inner-wrapper .header-container .forum:after {
  clear: both;
}
.careers-header .inner-wrapper .video-mobile-view {
  width: 100%;
  display: none;
}
@media (max-width: 768px) {
  .careers-header .inner-wrapper .video-mobile-view {
    display: block;
  }
}
.careers-header .inner-wrapper .video-overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 200px 50px;
}
.careers-header .inner-wrapper .video-overlay .header-intro-texts {
  text-align: left;
  font-size: 64px;
  color: white;
  height: 500px;
  line-height: 80px;
  letter-spacing: 1px;
  font-family: "Montserratlight";
  padding-left: 5%;
  padding-right: 5%;
}
.careers-header .inner-wrapper .video-overlay .header-intro-texts .studio {
  font-family: "Montserratthin";
  margin-top: 50px;
  font-size: 200px;
}
.careers-header .inner-wrapper .video-overlay .header-intro-texts .mobile {
  display: none;
}
@media (max-width: 768px) {
  .careers-header .inner-wrapper .video-overlay .header-intro-texts {
    height: 100%;
    text-align: center;
    font-size: 32px;
    margin-top: 50%;
    padding-left: 0;
    line-height: 200%;
    letter-spacing: 1px;
  }
  .careers-header .inner-wrapper .video-overlay .header-intro-texts .desktop {
    display: none;
  }
  .careers-header .inner-wrapper .video-overlay .header-intro-texts .mobile {
    display: block;
  }
}
@keyframes MoveUpDown {
  0% {
    bottom: 40px;
  }
  50% {
    bottom: 45px;
  }
  100% {
    bottom: 55px;
  }
}
.overflow-hidden {
  overflow: hidden;
}

.careers-tab {
  display: block;
  top: 0;
  overflow: hidden;
  /*     tab scss code */
}
.careers-tab.fixed {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  text-align: center;
}
.careers-tab .tab .tab-toggler {
  overflow-x: auto;
  box-shadow: 1px 0 8px 1px rgba(0, 0, 0, 0.1);
  padding: 15px 0px;
  text-align: center;
}
.careers-tab .tab .tab-toggler .tab-button {
  font-family: "Montserratlight";
  font-weight: 600;
  display: inline-block;
  color: #14152D;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  margin-right: 35px;
  cursor: pointer;
}
@media (max-width: 670px) {
  .careers-tab .tab .tab-toggler .tab-button {
    margin: 0 10px 0 5px;
  }
}
.careers-tab .tab .tab-toggler .tab-button.active {
  /* font-weight: 500; */
  color: #242C35;
  padding-bottom: 2px;
  border-bottom: 2px solid #E9242C;
}
.careers-tab .tab .tab-toggler .tab-button:hover {
  /* font-weight: 500; */
  color: #242C35;
  padding-bottom: 2px;
  border-bottom: 2px solid #E9242C;
}
.careers-tab .tab .tab-content.career-tab {
  padding: 0 9.8%;
}
@media (max-width: 670px) {
  .careers-tab .tab .tab-content.career-tab {
    padding: 0 0px;
  }
}
.careers-tab .tab .tab-content {
  display: none;
  animation: fadeEffect 1s;
  padding: 0px;
  overflow-y: auto;
  /* .categories-tab .tab-button{                    
      font-family: $font-family-Montserrat-thin;
      &.active {
               font-family: $font-family-Montserrat-regular;
      }                   
  } */
}
@media (max-width: 768px) {
  .careers-tab .tab .tab-content {
    padding: 0px 0px;
  }
}
@media (max-width: 480px) {
  .careers-tab .tab .tab-content .categories-tab {
    overflow-x: scroll;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .careers-tab .tab .tab-content .categories-tab .tab {
    width: 480px;
  }
}
.careers-tab .tab .tab-content .categories-tab .tab .tab-button {
  color: #979797;
  font-size: 13px;
}
.careers-tab .tab .tab-content .categories-tab .tab .tab-button.active {
  color: #14152D;
}
.careers-tab .tab .tab-content .live-work-play {
  width: 100%;
  height: 100%;
}
.careers-tab .tab .tab-content #catagory-tab {
  box-shadow: none;
  padding: 20px 0px 0px 0px;
}
.careers-tab .tab .tab-content .card-container {
  animation: fadeEffect 1s;
}
@media (max-width: 670px) {
  .careers-tab .tab .tab-content .card-container {
    padding: 0 10px;
  }
}
.careers-tab .tab .tab-content .card {
  padding: 30px 50px;
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .careers-tab .tab .tab-content .card {
    padding: 20px 15px;
  }
}
.careers-tab .tab .tab-content .card:first-child {
  margin-top: 30px;
}
.careers-tab .tab .tab-content .card .title-section {
  display: block;
}
.careers-tab .tab .tab-content .card .title-section .left-title {
  font-family: "Montserratsemibold";
  color: #4A4A4A;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  float: left;
  text-align: left;
}
.careers-tab .tab .tab-content .card .title-section .left-title .thin {
  font-family: "Montserratthin";
}
.careers-tab .tab .tab-content .card .title-section .right-title {
  color: #979797;
  font-family: "Montserratlight";
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
  float: right;
  text-align: left;
}
.careers-tab .tab .tab-content .card .title-section:after {
  display: block;
  content: " ";
  clear: both;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .careers-tab .tab .tab-content .card .title-section {
    display: grid;
  }
  .careers-tab .tab .tab-content .card .title-section .left-title {
    line-height: 25px;
  }
  .careers-tab .tab .tab-content .card .title-section .right-title {
    margin-top: 10px;
    line-height: 20px;
  }
}
.careers-tab .tab .tab-content .card .line {
  box-sizing: border-box;
  border: 1px solid #E0E0E0;
  /*margin: 30px 0px;*/
  margin: 17px 0 11px 0;
}
.careers-tab .tab .tab-content .card .content {
  max-height: 195px;
  overflow: hidden;
  font-family: "Montserratlight";
  color: #242C35;
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-align: left;
  transition: all 1s ease-in-out;
}
.careers-tab .tab .tab-content .card .content p {
  margin-bottom: 15px;
  width: 100%;
}
.careers-tab .tab .tab-content .card .content p,
.careers-tab .tab .tab-content .card .content ul {
  font-family: "Montserratlight";
  color: #242C35;
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-align: justify;
}
.careers-tab .tab .tab-content .card ul {
  padding-left: 20px;
  list-style-type: square;
}
.careers-tab .tab .tab-content .card .read-more-button {
  position: absolute;
  bottom: -15px;
  right: 50px;
}
.careers-tab .tab .tab-content .card .read-more-button.apply-now {
  display: none;
}
.careers-tab .tab .tab-content .card.active .content {
  max-height: 5000px;
}
.careers-tab .tab .tab-content .card.active .read-more-button.read-more {
  display: none;
}
.careers-tab .tab .tab-content .card.active .read-more-button.apply-now {
  display: block;
}
.careers-tab .tab .tab-content.visible {
  display: block;
}
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal-dlg {
  animation: fadeEffect 500ms;
  display: none;
  overflow: scroll;
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1800;
  padding: 18% 25%;
}
@media (max-width: 768px) {
  .modal-dlg {
    padding: 25% 15px;
  }
}
@media (max-width: 480px) {
  .modal-dlg {
    padding: 15px;
  }
}
.modal-dlg .app-section {
  padding: 25px 30px 41px 30px;
  background-color: #FFFFFF;
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.1);
  /*position:relative;
      z-index: 10; */
  margin-left: 40px;
  margin-bottom: 5px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .modal-dlg .app-section {
    width: 100% !important;
    margin-left: 0px !important;
    margin-bottom: 5px;
  }
}
.modal-dlg .app-section .title-section .title {
  color: #4A4A4A;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  float: left;
}
.modal-dlg .app-section .title-section .close-btn {
  margin-top: 5px;
  float: right;
}
.modal-dlg .app-section .title-section .close-btn:hover,
.modal-dlg .app-section .title-section .close-btn:focus {
  cursor: pointer;
}
.modal-dlg .app-section .title-section:after {
  display: block;
  content: " ";
  clear: both;
}
.modal-dlg .app-section .line {
  margin-top: 17px;
  box-sizing: border-box;
  border: 1px solid #E0E0E0;
}
.modal-dlg .app-section .job-desc-mobile {
  margin-top: 9px;
  display: none;
}
@media (max-width: 768px) {
  .modal-dlg .app-section .job-desc-mobile {
    display: block;
  }
}
.modal-dlg .app-section .job-desc-desktop {
  margin-top: 9px;
}
@media (max-width: 768px) {
  .modal-dlg .app-section .job-desc-desktop {
    display: none;
  }
}
.modal-dlg .app-section .detail-font {
  font-family: "Montserratregular";
  color: #979797;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}
.modal-dlg .app-section .text-font {
  color: #6D6D6D;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 18px;
}
.modal-dlg .app-section .input-text {
  border: 1px solid #C2C2C2;
  border-radius: 40px;
  padding: 8px 25px 9px 25px;
  margin-bottom: 20px;
  color: #6D6D6D;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 18px;
}
.modal-dlg .app-section .form-section {
  position: relative;
  margin-top: 29px;
}
.modal-dlg .app-section .form-section .fileUpload {
  position: relative;
  overflow: hidden;
  float: right;
  background: linear-gradient(134.72deg, #BF191D 0%, #c86dd7 100%);
  -webkit-transition: background-color 2000ms linear;
  -ms-transition: background-color 2000ms linear;
  transition: background-color 2000ms linear;
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  padding: 10px 19px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  margin-top: -58px;
}
.modal-dlg .app-section .form-section .fileUpload .custom-file-input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  content: 'CHOOSE';
}
.modal-dlg .app-section .form-loader {
  display: none;
  background-color: white;
  margin-top: 10px;
}
.modal-dlg .app-section .error-msg {
  margin-top: 20px;
  border-radius: 40px;
  padding: 8px 25px 9px 25px;
  border: 2px solid #f7e700;
  display: none;
}
.modal-dlg .app-section .pers-data {
  font-family: "Montserratlight";
  color: #5A636D;
  font-size: 12px;
  font-weight: 300;
  line-height: 27px;
  text-align: center;
}
.modal-dlg .app-section .read-more-button {
  margin-top: 26px;
}
.modal-dlg .app-section .success-wrapper {
  display: none;
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.1);
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
}
.modal-dlg .app-section .success-wrapper img {
  width: 100px;
  height: 100px;
}
.modal-dlg .app-section .success-wrapper span {
  position: relative;
  top: 50%;
  display: block;
  left: 0;
  height: 215px;
  margin-top: -70px;
}
.modal-dlg .app-section .success-wrapper .msg-sent {
  margin-top: 10px;
  font-family: "Montserratregular";
}

.footer.fixed-footer {
  position: relative;
}
@media (max-width: 670px) {
  .footer.fixed-footer {
    position: relative;
  }
}

.header.career-header {
  background: linear-gradient(to right, #545682, #e45460);
  /* Standard syntax */
}

.header.play-header {
  background-color: #90b1c4;
}

.header.live-header {
  background-color: #71a3ec;
}

.footer.liveplay-footer {
  z-index: 3;
}

.displayNone {
  display: none !important;
}

.showcase .image-header {
  z-index: 1;
  position: relative;
}
.showcase .image-header video {
  width: 100%;
    /* @media (max-width: $screen-sm-min) {
    height: 100%;
    overflow-x:hidden;
} */
}
.showcase .image-header .image-overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(134.72deg, #BF191D 0%, rgba(200, 109, 215, 0.5) 100%);
}
.showcase .image-header .image-overlay .header-intro-texts {
  text-align: center;
  color: white;
  padding-left: 375px;
  padding-right: 375px;
  padding-top: 100px;
}
@media (max-width: 1475px) {
  .showcase .image-header .image-overlay .header-intro-texts {
    padding-left: 200px;
    padding-right: 200px;
    padding-top: 10px;
  }
}
@media (max-width: 768px) {
  .showcase .image-header .image-overlay .header-intro-texts {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 60%;
  }
}
.showcase .image-header .image-overlay .header-intro-texts .artwork-showcase {
  color: #FFFFFF;
  font-family: "Montserratsemibold";
  font-size: 64px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 80px;
  text-align: center;
}
.showcase .image-header .image-overlay .header-intro-texts .artwork-showcase .light-text {
  font-family: "Montserratthin";
  font-weight: 300;
}
.showcase .image-header .image-overlay .header-intro-texts .line {
  margin-top: 21px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.36);
}
@media (max-width: 768px) {
  .showcase .image-header .image-overlay .header-intro-texts .line {
    display: none;
  }
}
.showcase .image-header .image-overlay .header-intro-texts .header-description {
  margin-top: 18px;
  color: #FFFFFF;
  font-family: "Montserratlight";
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-align: center;
}
@media (max-width: 768px) {
  .showcase .image-header .image-overlay .header-intro-texts .header-description {
    display: none;
  }
}
@keyframes MoveUpDown {
  0% {
    bottom: 40px;
  }
  50% {
    bottom: 45px;
  }
  100% {
    bottom: 55px;
  }
}
.showcase .showcase-wrapper {
  /*width: 100%;*/
  position: relative;
  background-color: #FBFBFB;
  z-index: 5;
}
.showcase .showcase-wrapper .image-set {
  margin-top: 48px;
  margin-left: 0;
  margin-right: 0;
}
.showcase .showcase-wrapper .image-set .image {
  padding: 10px 5px 0px 5px !important;
  height: 400px;
}
@media (max-width: 1160px) {
  .showcase .showcase-wrapper .image-set .image {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .showcase .showcase-wrapper .image-set .image {
    height: auto;
  }
}
.showcase .showcase-wrapper .image-set .image img {
  width: 100%;
  height: 100%;
}

.contact .header.career-header {
  background: linear-gradient(134.72deg, #BF191D 0%, #c86dd7 100%);
}
.contact .contact-wrapper {
  /*width: 100%;*/
  position: relative;
  background-color: #FBFBFB;
  overflow-y: auto;
}
.contact .contact-wrapper #googleMap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
}
@media (max-width: 768px) {
  .contact .contact-wrapper #googleMap {
    display: none;
  }
}
.contact .contact-wrapper .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.contact .contact-wrapper .address-section {
  padding: 25px 30px 41px 30px;
  background-color: #FFFFFF;
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
  width: 500px;
  margin-left: 40px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .contact .contact-wrapper .address-section {
    box-shadow: none;
    width: 100% !important;
    margin-left: 0px !important;
    margin-bottom: 5px;
  }
}
.contact .contact-wrapper .address-section .line {
  margin-top: 17px;
  box-sizing: border-box;
  border: 1px solid #E0E0E0;
}
.contact .contact-wrapper .address-section .address {
  color: #4A4A4A;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}
.contact .contact-wrapper .address-section .detail-font p {
  color: #242C35;
  font-family: "Montserratregular";
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-align: justify;
  margin-bottom: 0;
}
.contact .contact-wrapper .address-section .details {
  margin-top: 9px;
}
.contact .contact-wrapper .address-section .addr {
  margin-left: 16px;
}
.contact .contact-wrapper .address-section .phone img {
  margin-right: 12px;
}
.contact .contact-wrapper .address-section .for-career-font {
  color: #4A4A4A;
  font-family: "Montserratsemibold";
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}
.contact .contact-wrapper .address-section .for-career-font .light-text {
  font-family: "Montserratlight";
  font-weight: 300;
}
.contact .contact-wrapper .address-section .for-career {
  margin-top: 30px;
  margin-bottom: 17px;
}
.contact .contact-wrapper .address-section .career-mail {
  margin-top: 15px;
  margin-bottom: 37px;
}
.contact .contact-wrapper .address-section .career-mail img {
  margin-right: 10px;
}
.contact .contact-wrapper .address-section .we-are {
  /*margin-top:30px;*/
  margin-bottom: 17px;
}
.contact .contact-wrapper .address-section .text-font {
  color: #6D6D6D;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 18px;
}
.contact .contact-wrapper .address-section .input-text {
  border: 1px solid #C2C2C2;
  border-radius: 40px;
  padding: 8px 25px 9px 25px;
  margin-bottom: 20px;
  color: #6D6D6D;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 18px;
}
.contact .contact-wrapper .address-section .form-section {
  position: relative;
  margin-top: 29px;
}
.contact .contact-wrapper .address-section .form-section .comments {
  height: 75px;
  border-radius: 15px;
}
.contact .contact-wrapper .address-section .form-section select {
  background-position: top 15px right 20px;
  background: transparent url("/assets?p=%2F..%2Fimages%2Ficons%2Fselect-dropdown.png") no-repeat scroll top 15px right 20px;
}
.contact .contact-wrapper .address-section .pers-data {
  color: #9DA3A9;
  font-family: "Montserratlight";
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
}
@media (max-width: 768px) {
  .contact .contact-wrapper .address-section .button-wrapper {
    margin-top: 20px;
    text-align: center;
  }
}
.contact .contact-wrapper .address-section .button-wrapper .read-more-button {
  width: 125px;
}
.contact .contact-wrapper .address-section .success-wrapper {
  display: none;
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.1);
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px;
}
.contact .contact-wrapper .address-section .success-wrapper img {
  width: 100px;
  height: 100px;
}
.contact .contact-wrapper .address-section .success-wrapper span {
  position: relative;
  top: 50%;
  display: block;
  left: 0;
  height: 140px;
  margin-top: -70px;
}
.contact .contact-wrapper .address-section .success-wrapper .msg-sent {
  margin-top: 10px;
  font-family: "Montserratregular";
}
.contact .contact-wrapper .address-section .loader {
  display: none;
  background-color: white;
  margin-top: 10px;
}
.contact .contact-wrapper .address-section .error-msg {
  border: 2px solid #f7e700;
  border-radius: 40px;
  padding: 8px 25px 9px 25px;
  margin-top: 20px;
  display: none;
}
.contact .contact-wrapper .address-section .display-flex {
  display: flex;
}

.support-page {
  background: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/showcase-page/showcase.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.support-page .header {
  background: linear-gradient(134.72deg, #BF191D 0%, #c86dd7 100%);
}
.support-page .image-overlay2 {
  background: linear-gradient(134.72deg, #BF191D 0%, rgba(200, 109, 215, 0.5) 100%);
  background-repeat: no-repeat;
  background-size: cover;
}
.support-page .image-header {
  z-index: 1;
  overflow-y: auto;
}
.support-page .image-header .header-intro-texts {
  text-align: center;
  color: white;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 100px;
  /*  * Media Queries  */
}
.support-page .image-header .header-intro-texts .artwork-showcase {
  color: #FFFFFF;
  font-family: "Montserratsemibold";
  font-size: 64px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 80px;
  text-align: center;
}
.support-page .image-header .header-intro-texts .artwork-showcase .light-text {
  font-family: "Montserratthin";
  font-weight: 300;
}
.support-page .image-header .header-intro-texts .line {
  margin-top: 21px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.36);
}
.support-page .image-header .header-intro-texts .header-description {
  margin-top: 18px;
  color: #FFFFFF;
  font-family: "Montserratlight";
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-align: center;
}
.support-page .content {
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .support-page .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.support-page .content .img-content img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.support-page .content .img-content:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.support-page .rectangle {
  padding: 43px 33px 28px;
}
.support-page .rectangle img {
  padding-bottom: 30px;
  display: inline-block;
}
.support-page .footer-support {
  z-index: 5;
  position: absolute;
  width: 100%;
}
@media (max-width: 992px) {
  .support-page .image-header .header-intro-texts {
    padding-left: 10%;
    padding-right: 10%;
  }
  .support-page .footer-support {
    z-index: 0;
    position: relative;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .support-page .image-header .header-intro-texts {
    padding-left: 25%;
    padding-right: 25%;
  }
  .support-page .footer-support {
    z-index: 0;
    position: relative;
    width: 100%;
  }
  .support-page .rectangle {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .support-page .image-header .header-intro-texts {
    padding-left: 0%;
    padding-right: 0%;
  }
  .support-page .rectangle {
    margin-bottom: 30px;
  }
  .support-page .row {
    margin: 0;
  }
  .support-page .footer-support {
    z-index: 0;
    position: relative;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .support-page .rectangle {
    margin-bottom: 30px;
  }
  .support-page .footer-support {
    z-index: 0;
    position: relative;
    width: 100%;
  }
}

.privacy-page {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.privacy-page p {
  color: #222;
  font-family: "Montserratlight";
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
}
.privacy-page .privacy-header {
  background: linear-gradient(134.72deg, #BF191D 0%, #c86dd7 100%);
}
.privacy-page .image-overlay2 {
  background-repeat: no-repeat;
  background-size: cover;
}
.privacy-page .image-header {
  z-index: 1;
}
.privacy-page .image-header .header-intro-texts {
  text-align: center;
  color: white;
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 100px;
  /*  * Media Queries  */
}
.privacy-page .image-header .header-intro-texts .artwork-showcase {
  color: #222;
  font-family: "Montserratsemibold";
  font-size: 64px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 80px;
  text-align: center;
}
.privacy-page .image-header .header-intro-texts .artwork-showcase .light-text {
  font-family: "Montserratthin";
  font-weight: 600;
}
.privacy-page .image-header .header-intro-texts .line {
  margin-top: 21px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.36);
}
.privacy-page .image-header .header-intro-texts .header-description {
  margin-top: 18px;
  color: #222;
  font-family: "Montserratlight";
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-align: center;
}
.privacy-page h4 {
  margin-bottom: 10px;
  text-align: left;
}
.privacy-page .reducedMargin {
  margin-bottom: 10px;
}
.privacy-page .sub-head {
  color: #4A4A4A;
  font-family: "Montserratsemibold";
  font-size: 22px;
  font-weight: 300;
  line-height: 39px;
}
.privacy-page .list-view li {
  list-style-type: square;
  margin-left: 20px;
  padding-bottom: 10px;
  font-family: "Montserratlight";
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
}
.privacy-page p:last {
  margin-bottom: 10px;
}
.privacy-page .email {
  color: #000;
  border-bottom: 1px solid;
  font-weight: bold;
}
@media (max-width: 992px) {
  .privacy-page .image-header .header-intro-texts {
    padding-left: 10%;
    padding-right: 10%;
  }
}

.privacy-page {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.privacy-page p {
  color: #222;
  font-family: "Montserratlight";
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
}
.privacy-page .privacy-header {
  background: linear-gradient(134.72deg, #BF191D 0%, #c86dd7 100%);
}
.privacy-page .image-overlay2 {
  background-repeat: no-repeat;
  background-size: cover;
}
.privacy-page .image-header {
  z-index: 1;
}
.privacy-page .image-header .header-intro-texts {
  text-align: center;
  color: white;
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 100px;
  /*  * Media Queries  */
}
.privacy-page .image-header .header-intro-texts .artwork-showcase {
  color: #222;
  font-family: "Montserratsemibold";
  font-size: 64px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 80px;
  text-align: center;
}
.privacy-page .image-header .header-intro-texts .artwork-showcase .light-text {
  font-family: "Montserratthin";
  font-weight: 600;
}
.privacy-page .image-header .header-intro-texts .line {
  margin-top: 21px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.36);
}
.privacy-page .image-header .header-intro-texts .header-description {
  margin-top: 18px;
  color: #222;
  font-family: "Montserratlight";
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-align: center;
}
.privacy-page h4 {
  margin-bottom: 10px;
  text-align: left;
}
.privacy-page .reducedMargin {
  margin-bottom: 10px;
}
.privacy-page .sub-head {
  color: #4A4A4A;
  font-family: "Montserratsemibold";
  font-size: 22px;
  font-weight: 300;
  line-height: 39px;
}
.privacy-page .list-view li {
  list-style-type: square;
  margin-left: 20px;
  padding-bottom: 10px;
  font-family: "Montserratlight";
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
}
.privacy-page p:last {
  margin-bottom: 10px;
}
.privacy-page .email {
  color: #000;
  border-bottom: 1px solid;
  font-weight: bold;
}
@media (max-width: 992px) {
  .privacy-page .image-header .header-intro-texts {
    padding-left: 10%;
    padding-right: 10%;
  }
}

.star-chef {
    /**
* Photo
*/
}
.star-chef .followStarCheff {
  background-color: #F7F7F7;
  padding: 50px 0;
  text-align: center;
}
@media (max-width: 991px) {
  .star-chef .followStarCheff {
    padding: 25px 0;
  }
}
@media (max-width: 767px) {
  .star-chef .followStarCheff {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .star-chef .followStarCheff .row .move-left {
    margin-bottom: 0px;
    padding: 50px 30px;
  }
}
.star-chef .followStarCheff .row .move-left .be-a-star-chef-title {
  text-align: left;
}
@media (max-width: 991px) {
  .star-chef .followStarCheff .row .move-left .be-a-star-chef-title {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .star-chef .followStarCheff .row .move-left .be-a-star-chef-title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .star-chef .followStarCheff .row .move-left .text, .star-chef .followStarCheff .row .move-left .rectangle .Capturing-text, .star-chef .rectangle .followStarCheff .row .move-left .Capturing-text, .remy .rectangle .star-chef .followStarCheff .row .move-left .Capturing-text, .linguini .rectangle .star-chef .followStarCheff .row .move-left .Capturing-text {
    text-align: center;
  }
}
.star-chef .followStarCheff .row .webSN {
  display: block;
}
@media (max-width: 767px) {
  .star-chef .followStarCheff .row .webSN {
    display: none;
  }
}
.star-chef .followStarCheff .row .tabSN {
  display: none;
}
@media (max-width: 767px) {
  .star-chef .followStarCheff .row .tabSN {
    display: block;
  }
}
.star-chef .followStarCheff .row .socialNetwork {
  position: relative;
}
.star-chef .followStarCheff .row .socialNetwork .sn {
  position: absolute;
  right: 0;
  top: 30px;
}
@media (max-width: 767px) {
  .star-chef .followStarCheff .row .socialNetwork .sn {
    position: relative;
    right: 0;
    top: 0px;
  }
}
.star-chef .followStarCheff .row .socialNetwork .sn a {
  margin-left: 20px;
  display: inline-block;
}
@media (max-width: 991px) {
  .star-chef .followStarCheff .row .socialNetwork .sn a {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.star-chef .HeaderBG {
  position: relative;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef/HeaderBG.png);
  background-size: cover;
  padding-bottom: 300px;
}
@media (max-width: 991px) {
  .star-chef .HeaderBG {
    padding-bottom: 20px;
  }
}
.star-chef .header.header-radiant-star {
  background: #9CB237;
}
.star-chef .wrapperChild {
  position: relative;
}
.star-chef .icon {
  position: absolute;
  top: 70px;
  right: 20px;
}
.star-chef .star-chef-overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #9CB237 100%);
}
@media (max-width: 991px) {
  .star-chef .star-chef-overlay {
    overflow-x: hidden;
  }
}
.star-chef .star-chef-overlay .star-chef-logo {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .star-chef .star-chef-overlay .star-chef-logo {
    padding-top: 100px;
  }
}
.star-chef .star-chef-overlay .star-chef-ipad {
  margin-top: -35px;
}
.star-chef .star-chef-overlay .star-chef-ipad img {
  display: block;
  margin: 0 auto;
}
.star-chef .own-content-BG {
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 100%, 100% 100%;
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef/CYO_BG.png);
  background-position: 0px 10px;
  padding-top: 150px;
  padding-bottom: 50px;
  margin-top: -300px;
  position: relative;
}
.star-chef .star-chef-restaurant {
  padding: 0 6.5%;
}
.star-chef .star-chef-restaurant .star-chef-restaurant-padding {
  padding: 0 14%;
}
.star-chef .star-chef-restaurant .content-zindex {
  z-index: 4;
  padding: 100px 0;
}
.star-chef .star-chef-restaurant .create-your-own-content, .star-chef .star-chef-restaurant .restaurant-experience {
  color: #4A4A4A;
  font-size: 2em;
  font-weight: 600;
  line-height: 39px;
}
.star-chef .star-chef-restaurant .restaurant-experience {
  font-weight: 300;
}
.star-chef .star-chef-restaurant .cooking-extravagan {
  padding-bottom: 15px;
}
.star-chef .star-chef-restaurant .cooking-extravagan p {
  padding-right: 3.5%;
  color: #605F5F;
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-align: justify;
}
.star-chef .content-BG {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef/Content-BG.png);
}
.star-chef .video-thumbnail {
  width: 100%;
  height: 800px;
  position: absolute;
  background-color: #242C35;
  z-index: 4;
}
.star-chef .video {
  width: 100%;
  height: 800px;
  position: absolute;
}
.star-chef .wrapper {
  width: auto;
  position: relative;
  height: 800px;
}
.star-chef .play, .star-chef .watch-gameplay {
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef/Play.png);
  background-repeat: no-repeat;
  width: 15%;
  height: 15%;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  z-index: 5;
}
.star-chef .watch-gameplay {
  background: none;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  top: 200px;
  width: 100%;
}
.star-chef video {
  width: 100%;
}
.star-chef .btn-app-store {
  background-color: black;
  position: relative;
  padding-left: 55px;
  padding-right: 20px;
  border-radius: 10px;
  background-color: #000000;
}
.star-chef .btn-app-store .appple-logo, .star-chef .btn-app-store .google-logo {
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef/Applelogo.png);
  position: absolute;
  height: 33px;
  width: 26px;
  background-size: cover;
  top: 4px;
}
.star-chef .btn-app-store .google-logo {
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef/google_logo.png);
  width: 33px;
  top: 6px;
}
.star-chef .btn-padding {
  margin-right: 2%;
}
.star-chef .btn-app-store i {
  font-size: 2.5em;
  position: absolute;
  left: 10px;
  color: white;
}
.star-chef .btn-app-store .small {
  display: block;
  font-size: 8px;
  line-height: 8px;
  margin-bottom: 2px;
  margin-top: 5px;
  color: white;
}
.star-chef .big {
  color: white;
}
.star-chef .idea-behind {
  padding-bottom: 2%;
  color: #242C35;
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-align: justify;
}
.star-chef .sub-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-align: center;
  width: 372px;
}
.star-chef .gp-bottom-text {
  padding: 68px 16%;
}
@media (max-width: 991px) {
  .star-chef .gp-bottom-text {
    padding: 20px 6%;
  }
}
.star-chef .fueled-BG {
  padding-bottom: 0px;
}
.star-chef .fueled-BG .fueled-img {
  width: 60%;
  float: right;
}
@media (max-width: 991px) {
  .star-chef .fueled-BG .fueled-img {
    width: 100%;
  }
}
.star-chef .fueled-BG .fuel-BG-subback {
  background: #e8edfa;
  padding-top: 5%;
  padding-left: 16%;
}
@media (max-width: 991px) {
  .star-chef .fueled-BG .fuel-BG-subback {
    padding: 0 5%;
  }
}
@media (max-width: 991px) {
  .star-chef .fueled-BG .fuel-BG-subback .fueled-img {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .star-chef .be-a-star-chef-title {
    text-align: center;
    margin-top: 5px;
  }
}
.star-chef .fueled-padding-right {
  padding-right: 16%;
}
.star-chef .fueled-text {
  color: #4A4A4A;
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-align: justify;
}
@media (max-width: 991px) {
  .star-chef .fueled-text {
    padding: 0 10%;
  }
}
@media (max-width: 991px) {
  .star-chef .fuel-padding {
    padding: 0% 10%;
  }
}
.star-chef .carl-text {
  padding-bottom: 10px;
}
.star-chef .fueled-text-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}
@media (max-width: 991px) {
  .star-chef .fueled-text-bottom {
    text-align: center;
  }
}
.star-chef .italic-text {
  color: #4A4A4A;
  font-size: 20px;
  font-style: italic;
  line-height: 27px;
  text-align: justify;
  padding-bottom: 5%;
}
@media (max-width: 991px) {
  .star-chef .italic-text {
    padding: 0% 10%;
    padding-bottom: 5%;
    font-weight: 500;
  }
}
.star-chef .carousel-container {
  position: relative;
}
.star-chef .carousel-BG {
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef/GamesBG.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding-top: 8%;
  padding-bottom: 4%;
}
@media (max-width: 991px) {
  .star-chef .carousel-BG {
    background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef/GameBgMob.png);
  }
}
.star-chef .carousel-BG .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.star-chef #waterwheel-carousel {
  position: relative;
  overflow: visible;
  margin: 0 auto;
  height: 1000px;
  width: 100%;
  overflow-x: hidden;
}
.star-chef #waterwheel-carousel img {
  visibility: hidden;
  cursor: pointer;
}
.star-chef .button-container {
  width: 100%;
  background: #f7f7f7;
  float: left;
  text-align: center;
  top: 50px;
  position: relative;
  margin-bottom: 75px;
}
.star-chef .button-container .buttons {
  width: 500px;
  position: relative;
  left: 50%;
  margin-left: -250px;
}
@media (max-width: 991px) {
  .star-chef .button-container .buttons {
    width: 300px;
    margin-left: -150px;
  }
}
.star-chef .button-container .buttons .left-arrow, .star-chef .button-container .buttons .right-arrow {
  height: 50px;
  width: 50px;
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef/Left-Arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  cursor: pointer;
}
.star-chef .button-container .buttons .right-arrow {
  background-image: none;
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef/Right-Arrow.png);
  background-position: center;
}
.star-chef .button-container .buttons .description {
  width: 372px;
  text-align: center;
  float: left;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .star-chef .button-container .buttons .description {
    width: 200px;
    padding-bottom: 0px;
  }
}
.star-chef .creative-BG {
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef/Mask.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}
.star-chef .creative-BG .creative-BG-subback {
  padding-bottom: 12%;
  background: #f7f7f7;
}
.star-chef .creative-BG p {
  color: #4A4A4A;
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-align: justify;
}
.star-chef .creative-BG .character {
  float: left;
  width: 50%;
  margin-right: 20px;
  user-select: none;
}
@media (max-width: 991px) {
  .star-chef .creative-BG .character {
    margin-right: 0px;
    width: 100%;
  }
}
.star-chef .creative-BG .creative-text {
  padding-top: 20px;
}
.star-chef .creative-padding {
  padding: 0 16%;
}
@media (max-width: 991px) {
  .star-chef .creative-padding {
    padding: 0;
  }
}
.star-chef .Capturing-content {
  margin-top: -10%;
  background: #f7f7f7;
}
@media (max-width: 991px) {
  .star-chef .Capturing-content {
    background-image: none;
    background: #fff;
  }
}
.star-chef .Capturing-text {
  padding-top: 40px;
}
.star-chef .CapturingImaginatio-BG {
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef/BG_CapturingImaginatio.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.star-chef .CapturingImaginatio-BG p {
  color: #605F5F;
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-align: justify;
}
@media (max-width: 991px) {
  .star-chef .CapturingImaginatio-BG {
    background-image: none;
    margin-top: 0px;
  }
}
.star-chef .ever-changing {
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef/wave2.png);
  background-repeat: no-repeat;
  padding-top: 18%;
  background-size: 100%;
}
@media (max-width: 991px) {
  .star-chef .ever-changing {
    padding-top: 0%;
    padding-bottom: 100px;
  }
}
@media (max-width: 1200px) and (min-width: 991px) {
  .star-chef .ever-changing .content {
    padding-bottom: 100px;
  }
}
.star-chef .rectangle {
  width: 100%;
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef/ever-changing-BG.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: -250px;
}
@media (max-width: 991px) {
  .star-chef .rectangle {
    background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef/Ever-Changing-BG2.png);
    margin-top: 0px;
  }
}
.star-chef .rectangle .text-color {
  color: #ffffff;
}
.star-chef .rectangle .text, .star-chef .rectangle .Capturing-text {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-align: justify;
  margin-top: 20px;
}
.star-chef .rectangle .Capturing-text {
  font-size: 32px;
  font-weight: 600;
  line-height: 39px;
}
.star-chef .rectangle .Capturing-text span {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .star-chef .rectangle .Capturing-text {
    text-align: center;
  }
}
.star-chef .rectangle .move-left {
  left: 650px;
}
@media (max-width: 991px) {
  .star-chef .rectangle .move-left {
    left: 0px;
  }
}
.star-chef .rectangle .bottom-image {
  position: relative;
  width: 500px;
}
.star-chef .rectangle .scare-crow {
  position: absolute;
  bottom: 0;
  left: 400px;
}
.star-chef .rectangle .shape {
  position: absolute;
  bottom: 0;
  left: -15px;
}
@media (max-width: 991px) {
  .star-chef .remove-padding-bottom {
    padding-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .star-chef .no-padding {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.star-chef .game-download-button {
  display: inline-block;
  width: 110px;
  margin-right: 10px;
  border-radius: 10px;
  margin-top: 5px;
}
.star-chef .mac-download-button {
  width: 138px;
}
.star-chef .microsoft-download-button {
  width: 100px;
}
@media (max-width: 1200px) {
  .star-chef .mac-download-button {
    width: 138px;
  }
}
@media (max-width: 992px) {
  .star-chef .mac-download-button {
    width: 175px;
  }
}
@media (max-width: 991px) {
  .star-chef .own-content-BG {
    padding-top: 0;
    margin-top: 0;
    background: #FFFFFF;
  }
  .star-chef .own-content-BG .content-BG {
    background: none;
  }
  .star-chef .mac-download-button {
    width: 140px;
  }
}
@media (max-width: 768px) {
  .star-chef .own-content-BG {
    padding-top: 0;
    margin-top: 0;
    background: #FFFFFF;
  }
  .star-chef .own-content-BG .star-chef-restaurant .star-chef-restaurant-padding {
    padding: 0;
  }
  .star-chef .own-content-BG .content-zindex {
    padding: 20px 0;
  }
  .star-chef .own-content-BG .create-your-own-content, .star-chef .own-content-BG .star-chef-restaurant .restaurant-experience, .star-chef .star-chef-restaurant .own-content-BG .restaurant-experience, .remy .star-chef-restaurant .star-chef .own-content-BG .restaurant-experience, .star-chef .own-content-BG .remy .fantastic-chef-zombie .restaurant-experience, .remy .fantastic-chef-zombie .star-chef .own-content-BG .restaurant-experience, .linguini .star-chef-restaurant .star-chef .own-content-BG .restaurant-experience, .star-chef .own-content-BG .linguini .fantastic-chef-zombie .restaurant-experience, .linguini .fantastic-chef-zombie .star-chef .own-content-BG .restaurant-experience,
  .star-chef .own-content-BG .restaurant-experience {
    text-align: center;
  }
  .star-chef .content-BG {
    background: none;
  }
  .star-chef .video {
    height: 400px;
  }
  .star-chef .wrapper {
    height: 400px;
  }
  .star-chef .game-download-button {
    width: 25%;
    margin-right: 0px;
    padding: 0px 10px;
    margin-top: 10px;
  }
  .star-chef .mac-download-button {
    width: 32%;
  }
  .star-chef .star-chef-logo {
    width: 175.88px;
  }
}
@media (max-width: 480px) {
  .star-chef .own-content-BG {
    padding-top: 0;
    margin-top: 0;
    background: #FFFFFF;
  }
  .star-chef .own-content-BG .star-chef-restaurant .star-chef-restaurant-padding {
    padding: 0;
  }
  .star-chef .own-content-BG .content-BG {
    background: none;
  }
  .star-chef .own-content-BG .content-zindex {
    padding: 20px 0;
  }
  .star-chef .own-content-BG .create-your-own-content, .star-chef .own-content-BG .star-chef-restaurant .restaurant-experience, .star-chef .star-chef-restaurant .own-content-BG .restaurant-experience, .remy .star-chef-restaurant .star-chef .own-content-BG .restaurant-experience, .star-chef .own-content-BG .remy .fantastic-chef-zombie .restaurant-experience, .remy .fantastic-chef-zombie .star-chef .own-content-BG .restaurant-experience, .linguini .star-chef-restaurant .star-chef .own-content-BG .restaurant-experience, .star-chef .own-content-BG .linguini .fantastic-chef-zombie .restaurant-experience, .linguini .fantastic-chef-zombie .star-chef .own-content-BG .restaurant-experience,
  .star-chef .own-content-BG .restaurant-experience {
    text-align: center;
  }
  .star-chef .video {
    height: 300px;
  }
  .star-chef .wrapper {
    height: 300px;
  }
  .star-chef .star-chef-logo {
    width: 175.88px;
  }
  .star-chef .padding-top {
    padding-top: 8%;
  }
  .star-chef .game-download-button {
    width: 35%;
    margin-right: 20px;
    margin-top: 3px;
    padding: 0px 0px 0px 0px;
  }
  .star-chef .mac-download-button {
    width: 43%;
  }
  .star-chef .microsoft-download-button {
    width: 32%;
  }
  .star-chef .padding-bottom {
    padding-bottom: 8%;
  }
  @keyframes slideInFromLeft {
    0% {
      transform: translateX(75%);
    }
    100% {
      transform: translateX(-75%);
    }
  }
  .star-chef .iphone {
    background: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef/iPhone.png);
    height: 600px;
    background-size: 100%;
    background-position: 0%;
    background-repeat: no-repeat;
    padding: 0;
    margin-top: 10%;
    position: relative;
    right: 0%;
  }
}
@media (min-width: 480px) {
  @keyframes slideInFromLeft {
    0% {
      transform: translateX(75%);
    }
    100% {
      transform: translateX(-75%);
    }
  }
  .star-chef .iphone {
    background: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef/iPhone.png);
    height: 600px;
    background-size: 100%;
    background-position: 0%;
    background-repeat: no-repeat;
    padding: 0;
    margin-top: 10%;
    position: relative;
    right: 0%;
  }
}
@media (min-width: 768px) {
  @keyframes slideInFromLeft {
    0% {
      transform: translateX(75%);
    }
    100% {
      transform: translateX(-75%);
    }
  }
  .star-chef .iphone {
    background: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef/iPhone.png);
    height: 600px;
    background-size: 100%;
    background-position: 0%;
    background-repeat: no-repeat;
    padding: 0;
    margin-top: 10%;
    position: relative;
    right: 0%;
  }
}
.star-chef .slick-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: block;
  box-sizing: border-box;
         /*   -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; */
}
.star-chef .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.star-chef .slick-list:focus {
  outline: none;
}
.star-chef .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.star-chef .slick-slider .slick-track,
.star-chef .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.star-chef .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  max-height: 731px;
  overflow: hidden;
}
.star-chef .slick-track:before,
.star-chef .slick-track:after {
  display: table;
  content: '';
}
.star-chef .slick-track:after {
  clear: both;
}
.star-chef .slick-loading .slick-track {
  visibility: hidden;
}
.star-chef .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  width: 100%;
}
.star-chef .slick-slide:focus, .star-chef .slick-slide:hover {
  outline: 0;
}
.star-chef [dir='rtl'] .slick-slide {
  float: right;
}
.star-chef .slick-slide img {
  display: block;
  height: auto;
  width: 100%;
}
.star-chef .slick-slide.slick-loading img {
  display: none;
}
.star-chef .slick-slide.dragging img {
  pointer-events: none;
}
.star-chef .slick-initialized .slick-slide {
  display: block;
}
.star-chef .slick-loading .slick-slide {
  visibility: hidden;
}
.star-chef .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.star-chef .slick-arrow.slick-hidden {
  display: none;
}
.star-chef .photo {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 10em;
  padding-top: 3%;
  padding-bottom: 2%;
  will-change: transform;
  outline: none;
}
.star-chef .slick-center-new {
  padding-bottom: 3%;
}

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

body {
  overflow-x: hidden;
  width: 100%;
}

.remy {
   /**
* Photo
*/
}
.remy .temp {
  background-image: linear-gradient(#85ffc4, #e9fff2, #ffffff);
  background-repeat: no-repeat;
  background-position: 0% 77%;
}
.remy .container {
  perspective: 1px;
  position: relative;
}
.remy .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.remy .wrapper1 {
  transform: translateZ(0);
}
.remy .wrapper2 {
  transform: translateZ(-1px) scale(1.5);
}
.remy .wrapper3 {
  transform: translateZ(-2px) scale(2);
}
.remy .followStarCheff {
  background-color: #d1ffe9;
  padding: 37px 0;
}
@media (max-width: 767px) {
  .remy .followStarCheff {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .remy .followStarCheff .row .move-left {
    margin-bottom: 0px;
    padding: 50px 30px;
  }
}
.remy .followStarCheff .row .move-left .be-a-star-chef-title {
  text-align: left;
}
@media (max-width: 767px) {
  .remy .followStarCheff .row .move-left .be-a-star-chef-title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .remy .followStarCheff .row .move-left .text, .star-chef .rectangle .remy .followStarCheff .row .move-left .Capturing-text, .remy .followStarCheff .row .move-left .rectangle .Capturing-text, .remy .rectangle .followStarCheff .row .move-left .Capturing-text, .linguini .rectangle .remy .followStarCheff .row .move-left .Capturing-text {
    text-align: center;
  }
}
.remy .followStarCheff .row .footer-desc {
  padding-left: 20%;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .remy .followStarCheff .row .footer-desc {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
  }
}
.remy .followStarCheff .row .webSN {
  display: block;
}
@media (max-width: 767px) {
  .remy .followStarCheff .row .webSN {
    display: none;
  }
}
.remy .followStarCheff .row .tabSN {
  display: none;
}
@media (max-width: 767px) {
  .remy .followStarCheff .row .tabSN {
    display: block;
  }
}
.remy .followStarCheff .row .socialNetwork {
  position: relative;
}
.remy .followStarCheff .row .socialNetwork .sn {
  position: absolute;
  top: 20px;
}
@media (max-width: 767px) and (min-width: 478px) {
  .remy .followStarCheff .row .socialNetwork .sn {
    position: relative;
    right: 0;
    top: 0px;
    padding-left: calc(30% + 1em);
    padding-top: 3%;
  }
}
@media (max-width: 360px) {
  .remy .followStarCheff .row .socialNetwork .sn {
    position: relative;
    right: 0;
    top: 0px;
    padding-left: calc(12%);
    padding-top: 3%;
  }
}
@media (max-width: 477px) and (min-width: 361px) {
  .remy .followStarCheff .row .socialNetwork .sn {
    position: relative;
    right: 0;
    top: 0px;
    padding-left: calc(4em);
    padding-top: 3%;
  }
}
.remy .followStarCheff .row .socialNetwork .sn a {
  margin-left: 20px;
  display: inline-block;
}
.remy .element {
  position: absolute;
}
.remy .Bracoli {
  top: 16vw;
  left: 22vw;
  transition: top 2s;
}
@media (min-width: 1441px) {
  .remy .Bracoli {
    top: 12vw;
  }
}
.remy .Badge {
  width: 15%;
  margin-left: 75%;
  top: 10vh;
}
.remy .Tomato {
  top: 35vw;
  left: 21vw;
  transition: top 2s;
}
.remy .Cheese {
  top: 37vw;
  left: 10vw;
  transition: top 2s;
}
.remy .Lemon {
  top: 48vw;
  left: 25vw;
  transition: top 2s;
}
.remy .Strawberry {
  top: 55vw;
  left: 80vw;
  transition: top 2s;
}
.remy .Watermelon {
  top: 37vw;
  left: 75vw;
  transition: top 2s;
}
.remy .Cloud1 {
  margin-top: calc(-58%);
  margin-left: calc(50%);
}
.remy .Cloud2 {
  margin-top: calc(-62%);
  margin-left: calc(70%);
}
.remy .Cloud3 {
  margin-top: calc(-55%);
  margin-left: calc(80%);
}
.remy .animated {
  animation-duration: 4.5s;
}
.remy .HeaderBG {
  position: relative;
  top: 15px;
  height: 100%;
  width: 100%;
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/remy/Remy_1440/header_art.png);
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1440px) {
  .remy .HeaderBG {
    background-size: cover;
    background-position: 0em -5em;
  }
}
@media (max-width: 1439px) and (min-width: 768px) {
  .remy .HeaderBG {
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .remy .HeaderBG {
    background-size: contain;
  }
}
.remy .header.header-radiant-star {
  background: #cb77ec;
}
.remy .star-chef-overlay .star-chef-logo {
  padding-top: 5%;
  padding-right: 0.5%;
}
@media only screen and (min-width: 1570px) {
  .remy .star-chef-overlay .star-chef-logo {
    padding-top: 3%;
    padding-right: 1.5%;
    width: 20%;
  }
}
@media (max-width: 1224px) and (min-width: 991px) {
  .remy .star-chef-overlay .star-chef-logo {
    padding-top: 6%;
  }
}
@media (max-width: 990px) and (min-width: 768px) {
  .remy .star-chef-overlay .star-chef-logo {
    padding-top: 9%;
    width: 34%;
  }
}
@media (max-width: 767px) and (min-width: 600px) {
  .remy .star-chef-overlay .star-chef-logo {
    padding-top: 10%;
  }
}
@media (max-width: 599px) and (min-width: 500px) {
  .remy .star-chef-overlay .star-chef-logo {
    padding-top: 12%;
  }
}
@media (max-width: 499px) and (min-width: 440px) {
  .remy .star-chef-overlay .star-chef-logo {
    padding-top: 16%;
  }
}
@media (max-width: 439px) {
  .remy .star-chef-overlay .star-chef-logo {
    padding-top: 20%;
  }
}
.remy .star-chef-overlay .star-chef-ipad {
  margin-top: -35px;
}
.remy .star-chef-overlay .star-chef-ipad img {
  display: block;
  margin: 0 auto;
  padding-top: 2%;
}
@media only screen and (min-width: 1570px) {
  .remy .star-chef-overlay .star-chef-ipad img {
    padding-right: 2.4%;
    padding-top: 1%;
    width: 71%;
    margin-right: 15%;
  }
}
@media (max-width: 1440px) and (min-width: 991px) {
  .remy .star-chef-overlay .star-chef-ipad img {
    width: 65%;
    padding-top: 2.9%;
  }
}
.remy .star-chef-overlay .heroArt img {
  margin-left: 15%;
  width: 70%;
  margin-bottom: 3%;
  margin-top: -1%;
}
.remy .own-content-BG {
  background-repeat: no-repeat, no-repeat;
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/remy/Remy_1440/set_01_bg_01.png);
  background-position: 0px 10px;
  padding-top: 133px;
  padding-bottom: 132px;
  margin-top: -66px;
  position: relative;
  margin-left: 4.6%;
}
@media only screen and (min-width: 1570px) {
  .remy .own-content-BG {
    background-size: 100% 99%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media (max-width: 1569px) and (min-width: 1441px) {
  .remy .own-content-BG {
    margin-left: 5%;
    margin-right: 5%;
    background-size: 100% 95%;
  }
}
@media (max-width: 1440px) and (min-width: 1024px) {
  .remy .own-content-BG {
    margin-right: 4.6%;
    background-size: 100% 95%;
  }
}
@media (max-width: 1023px) and (min-width: 992px) {
  .remy .own-content-BG {
    background-position: 7px 10px;
    padding-top: 142px;
    margin-left: 2.6%;
    margin-right: 3.6%;
    background-size: 100% 95%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .remy .own-content-BG {
    background: none;
    margin-top: -100px;
    margin-left: 3.6%;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) and (min-width: 559px) {
  .remy .own-content-BG {
    background: none;
    margin-top: -100px;
  }
}
@media (max-width: 558px) {
  .remy .own-content-BG {
    background: none;
    margin-top: -100px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1547px) {
  .remy .own-content-BG .button-content {
    padding-top: 2%;
  }
}
@media (max-width: 1546px) and (min-width: 1441px) {
  .remy .own-content-BG .button-content {
    padding-top: 0;
  }
}
@media (max-width: 1440px) {
  .remy .own-content-BG .button-content {
    padding-top: 3%;
  }
}
@media (max-width: 991px) {
  .remy .own-content-BG .button-content {
    text-align: center;
  }
}
.remy .food-bowl-content-BG {
  background-repeat: no-repeat, no-repeat;
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/remy/Remy_1440/set_03_bg.png);
}
.remy .star-chef-restaurant .content-zindex {
  z-index: 4;
  padding-top: 2%;
  padding-left: 5%;
}
@media only screen and (min-width: 1570px) {
  .remy .star-chef-restaurant .content-zindex {
    padding-top: 5%;
    padding-left: 4%;
  }
}
@media (max-width: 1569px) and (min-width: 1440px) {
  .remy .star-chef-restaurant .content-zindex {
    padding-top: 0%;
    padding-left: 2%;
    width: 53%;
  }
}
@media (max-width: 1224px) and (min-width: 1024px) {
  .remy .star-chef-restaurant .content-zindex {
    padding-right: 6%;
    padding-left: 1%;
  }
}
@media (max-width: 1023px) and (min-width: 991px) {
  .remy .star-chef-restaurant .content-zindex {
    padding-top: 2%;
    padding-left: 0%;
  }
}
@media (max-width: 990px) {
  .remy .star-chef-restaurant .content-zindex {
    padding-left: 0%;
  }
}
.remy .star-chef-restaurant .content-zindex .google-play-best-game {
  color: black;
  margin-bottom: 15px;
  font-size: 18px;
}
.remy .star-chef-restaurant .create-your-own-content, .remy .star-chef-restaurant .restaurant-experience {
  color: #4A4A4A;
  font-size: 2em;
  font-weight: 600;
  line-height: 39px;
}
.remy .star-chef-restaurant .restaurant-experience {
  font-weight: 300;
}
.remy .star-chef-restaurant .cooking-extravagan p {
  padding-right: 3.5%;
  color: #605F5F;
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-align: justify;
}
@media (max-width: 1440px) and (min-width: 991px) {
  .remy .star-chef-restaurant .cooking-extravagan p {
    padding-right: 13.5%;
  }
}
.remy .fantastic-chef-zombie .fantastic-chef-content-zindex {
  z-index: 4;
  padding-top: 9%;
  padding-left: 3%;
}
@media only screen and (min-width: 1570px) {
  .remy .fantastic-chef-zombie .fantastic-chef-content-zindex {
    padding-left: 1%;
    padding-top: 16%;
  }
}
@media (max-width: 1440px) and (min-width: 1371px) {
  .remy .fantastic-chef-zombie .fantastic-chef-content-zindex {
    padding-top: 15%;
    padding-left: 4%;
    padding-right: 0;
  }
}
@media (max-width: 1370px) and (min-width: 1301px) {
  .remy .fantastic-chef-zombie .fantastic-chef-content-zindex {
    padding-top: 14%;
    padding-left: 4%;
    padding-right: 0;
  }
}
@media (max-width: 1300px) and (min-width: 1224px) {
  .remy .fantastic-chef-zombie .fantastic-chef-content-zindex {
    padding-top: 12%;
    padding-left: 4%;
    padding-right: 0;
  }
}
@media (max-width: 1224px) and (min-width: 1024px) {
  .remy .fantastic-chef-zombie .fantastic-chef-content-zindex {
    padding-top: 19%;
    padding-left: 4%;
  }
}
@media (max-width: 1023px) and (min-width: 992px) {
  .remy .fantastic-chef-zombie .fantastic-chef-content-zindex {
    padding-top: 10%;
    padding-left: 4%;
  }
}
.remy .fantastic-chef-zombie .create-your-own-content, .remy .fantastic-chef-zombie .restaurant-experience {
  color: #4A4A4A;
  font-size: 2em;
  font-weight: 600;
  line-height: 39px;
}
.remy .fantastic-chef-zombie .restaurant-experience {
  font-weight: 300;
}
.remy .fantastic-chef-zombie .cooking-extravagan-fantastic p {
  padding-right: 3.5%;
  color: #605F5F;
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-align: justify;
}
.remy .content-BG .character {
  margin-left: -5%;
  margin-top: -17%;
  max-width: 114%;
}
@media (max-width: 991px) {
  .remy .content-BG .character {
    margin-right: 0px;
    width: 100%;
  }
}
@media only screen and (min-width: 1570px) {
  .remy .content-BG .character {
    margin-left: -6%;
    margin-top: -16%;
    width: 115%;
    max-width: 150%;
  }
}
@media (max-width: 1440px) and (min-width: 1224px) {
  .remy .content-BG .character {
    margin-top: 22%;
  }
}
@media (max-width: 1223px) and (min-width: 1024px) {
  .remy .content-BG .character {
    margin-left: -7%;
    margin-top: 30%;
  }
}
@media (max-width: 1023px) and (min-width: 991px) {
  .remy .content-BG .character {
    margin-left: -8%;
    margin-top: 32%;
  }
}
.remy .video-thumbnail {
  width: 100%;
  height: 800px;
  position: absolute;
  background-color: #242C35;
  z-index: 4;
}
.remy .video {
  width: 100%;
  height: 800px;
}
@media only screen and (min-width: 1570px) {
  .remy .video {
    margin-top: 4%;
  }
}
.remy .wrapper {
  width: auto;
  position: relative;
  height: 800px;
}
.remy .play, .remy .watch-gameplay {
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef/Play.png);
  background-repeat: no-repeat;
  width: 15%;
  height: 15%;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  z-index: 5;
}
.remy .watch-gameplay {
  background: none;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  top: 200px;
  width: 100%;
}
.remy video {
  width: 100%;
}
.remy .btn-app-store {
  background-color: black;
  position: relative;
  padding-left: 55px;
  padding-right: 20px;
  border-radius: 10px;
  background-color: #000000;
}
.remy .btn-app-store .appple-logo, .remy .btn-app-store .google-logo {
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef/Applelogo.png);
  position: absolute;
  height: 33px;
  width: 26px;
  background-size: cover;
  top: 4px;
}
.remy .btn-app-store .google-logo {
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef/google_logo.png);
  width: 33px;
  top: 6px;
}
.remy .btn-padding {
  margin-right: 2%;
}
.remy .btn-app-store i {
  font-size: 2.5em;
  position: absolute;
  left: 10px;
  color: white;
}
.remy .btn-app-store .small {
  display: block;
  font-size: 8px;
  line-height: 8px;
  margin-bottom: 2px;
  margin-top: 5px;
  color: white;
}
.remy .big {
  color: white;
}
.remy .idea-behind {
  padding-bottom: 2%;
  color: #242C35;
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-align: justify;
}
.remy .sub-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-align: center;
  width: 372px;
}
.remy .gp-bottom-text {
  padding: 68px 16%;
}
@media (max-width: 991px) {
  .remy .gp-bottom-text {
    padding: 20px 6%;
  }
}
.remy .fueled-BG {
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/remy/Remy_1440/set_02_bg_01.png);
  background-repeat: no-repeat;
  background-position: 4em 5.5em;
  background-size: 91%;
  padding-top: 9%;
  margin-left: 2%;
  padding-bottom: 4%;
  margin-top: -3%;
}
@media only screen and (min-width: 1570px) {
  .remy .fueled-BG {
    margin-left: 2%;
    background-size: 94% 77%;
    background-position: 4em 11.5em;
  }
}
@media (max-width: 1440px) and (min-width: 1224px) {
  .remy .fueled-BG {
    background-size: 91% 87%;
    padding-top: 8%;
    margin-left: 2%;
    padding-bottom: 2%;
  }
}
@media (max-width: 1223px) and (min-width: 1024px) {
  .remy .fueled-BG {
    background-position: 3em 8.5em;
    background-size: 95% 82%;
    margin-left: -1%;
    margin-right: 1%;
    margin-top: -8%;
  }
}
@media (max-width: 1023px) and (min-width: 992px) {
  .remy .fueled-BG {
    background-position: 3em 2.5em;
    background-size: 95% 90%;
    margin-left: -1%;
    margin-right: 1%;
    padding-bottom: 6%;
    margin-top: 0%;
  }
}
@media (max-width: 991px) {
  .remy .fueled-BG {
    background: none;
    margin-left: 2%;
    padding-top: 2%;
  }
}
.remy .fueled-BG .zoombi_02 {
  padding-top: 138%;
  margin-left: 0%;
}
@media only screen and (min-width: 1570px) {
  .remy .fueled-BG .zoombi_02 {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1440px) and (min-width: 1224px) {
  .remy .fueled-BG .zoombi_02 {
    padding-top: 227%;
    margin-left: 0%;
    max-width: 115%;
  }
}
@media (max-width: 1224px) and (min-width: 1024px) {
  .remy .fueled-BG .zoombi_02 {
    padding-top: 335%;
    margin-left: -19%;
    max-width: 125%;
  }
}
@media (max-width: 1023px) and (min-width: 992px) {
  .remy .fueled-BG .zoombi_02 {
    padding-top: 285%;
    margin-left: -19%;
    max-width: 125%;
  }
}
.remy .fueled-BG .zoombi_03 {
  max-width: 182%;
  padding-top: 22%;
  margin-left: -50%;
}
@media only screen and (min-width: 1570px) {
  .remy .fueled-BG .zoombi_03 {
    max-width: 200%;
    padding-top: 30%;
    margin-left: -52%;
    width: 184%;
    height: auto;
  }
}
@media (max-width: 1440px) and (min-width: 1224px) {
  .remy .fueled-BG .zoombi_03 {
    max-width: 221%;
    padding-top: 79%;
    margin-left: -66%;
  }
}
@media (max-width: 1224px) and (min-width: 1024px) {
  .remy .fueled-BG .zoombi_03 {
    padding-top: 191%;
    margin-left: -91%;
    max-width: 223%;
  }
}
@media (max-width: 1023px) and (min-width: 992px) {
  .remy .fueled-BG .zoombi_03 {
    padding-top: 134%;
    margin-left: -91%;
    max-width: 223%;
  }
}
.remy .fueled-BG .zoombi_01 {
  padding-left: 23%;
  padding-top: 140%;
}
@media only screen and (min-width: 1570px) {
  .remy .fueled-BG .zoombi_01 {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1440px) and (min-width: 1224px) {
  .remy .fueled-BG .zoombi_01 {
    padding-top: 234%;
    max-width: 110%;
  }
}
@media (max-width: 1224px) and (min-width: 1024px) {
  .remy .fueled-BG .zoombi_01 {
    padding-left: 23%;
    padding-top: 355%;
    max-width: 115%;
  }
}
@media (max-width: 1023px) and (min-width: 992px) {
  .remy .fueled-BG .zoombi_01 {
    padding-left: 23%;
    padding-top: 308%;
    max-width: 115%;
  }
}
.remy .fueled-BG .fueled-img {
  width: 60%;
  float: right;
}
@media (max-width: 991px) {
  .remy .fueled-BG .fueled-img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .remy .fueled-BG .fuel-BG-subback {
    padding: 0 5%;
  }
}
@media (max-width: 991px) {
  .remy .fueled-BG .fuel-BG-subback .fueled-img {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .remy .be-a-star-chef-title {
    text-align: center;
    margin-top: 5px;
  }
}
.remy .fueled-padding-right {
  padding-right: 16%;
}
.remy .fueled-text {
  color: #4A4A4A;
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-align: justify;
}
@media (max-width: 991px) {
  .remy .fueled-text {
    padding: 0 10%;
  }
}
@media (max-width: 991px) {
  .remy .fuel-padding {
    padding: 0% 10%;
  }
}
.remy .carl-text {
  padding-bottom: 10px;
}
.remy .fueled-text-bottom {
  padding-bottom: 20px;
  text-align: left;
}
@media (max-width: 991px) {
  .remy .fueled-text-bottom {
    text-align: center;
  }
}
@media (max-width: 387px) {
  .remy .fueled-text-bottom {
    width: 92%;
  }
}
.remy .italic-text {
  color: #4A4A4A;
  font-size: 20px;
  font-style: italic;
  line-height: 27px;
  text-align: justify;
  padding-bottom: 5%;
}
@media (max-width: 991px) {
  .remy .italic-text {
    padding: 0% 10%;
    padding-bottom: 5%;
    font-weight: 500;
  }
}
.remy .responsivGallery-name {
  color: #4A4A4A;
  font-family: "Montserratlight";
  font-size: 25px;
  font-weight: 700;
  line-height: 39px;
}
.remy .responsivGallery-desc {
  font-style: italic;
  color: #4A4A4A;
  font-size: 14px;
  font-weight: 100;
  line-height: 27px;
  text-align: center;
  font-family: "Montserratlight";
}
.remy .responsivGallery-sub-name {
  color: #4A4A4A;
  font-size: 18px;
  font-weight: 300;
  text-align: justify;
  line-height: 27px;
}
.remy .w-gallery {
  opacity: 1;
  margin-top: 3%;
}
@media (max-width: 560px) and (min-width: 480px) {
  .remy .w-gallery {
    overflow: hidden;
    padding-bottom: 15%;
  }
}
@media (max-width: 479px) and (min-width: 400px) {
  .remy .w-gallery {
    overflow: hidden;
    padding-bottom: 23%;
  }
}
@media (max-width: 399px) {
  .remy .w-gallery {
    overflow: hidden;
    padding-bottom: 20%;
  }
}
.remy .wGalleryHide {
  opacity: 0;
}
.remy .wGalleryAnimation {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 559px) {
  .remy .responsiveGallery-btn_prev {
    background-size: 50%;
  }
}
@media (max-width: 560px) {
  .remy .responsiveGallery-btn_next {
    background-size: 50%;
  }
}
.remy .w-gallery .responsiveGallery-wrapper ul > li:nth-child(2n+1) {
  clear: both;
}
.remy .w-gallery .responsiveGallery-wrapper .responsiveGallery-item .spinnerShow {
  visibility: hidden;
}
.remy .w-gallery .responsiveGallery-wrapper .responsiveGallery-item .w-responsivGallery-info {
  visibility: hidden;
  opacity: 0;
  transition-property: opacity;
  transition-delay: 0.5s;
  width: 200%;
  margin-left: -50%;
}
@media (max-width: 560px) and (min-width: 401px) {
  .remy .w-gallery .responsiveGallery-wrapper .responsiveGallery-item .w-responsivGallery-info {
    opacity: 1;
    visibility: visible;
  }
  .remy .w-gallery .responsiveGallery-wrapper .responsiveGallery-item .w-responsivGallery-info .responsivGallery-desc {
    opacity: 0;
  }
}
@media (max-width: 400px) {
  .remy .w-gallery .responsiveGallery-wrapper .responsiveGallery-item .w-responsivGallery-info {
    opacity: 1;
    visibility: visible;
    padding-top: 0;
  }
  .remy .w-gallery .responsiveGallery-wrapper .responsiveGallery-item .w-responsivGallery-info .responsivGallery-desc {
    opacity: 0;
  }
}
.remy .w-gallery .responsiveGallery-wrapper .responsiveGallery-item .responsivGallery-link img {
  width: 100%;
}
.remy .w-gallery .responsiveGallery-wrapper .selected .spinnerShow {
  visibility: visible;
}
.remy .w-gallery .responsiveGallery-wrapper .selected .w-responsivGallery-info {
  visibility: visible;
  opacity: 1;
}
.remy .w-gallery .responsiveGallery-wrapper .selected .responsivGallery-link img {
  width: 100%;
}
.remy .evolutionAnimation {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, border-radius 0.5s ease;
}
.remy .Bob {
  opacity: 0;
  height: auto;
  transform: scaleX(0);
  border-radius: 100%;
  margin-top: -20%;
  margin-left: 25%;
  position: absolute;
}
@media (max-width: 991px) {
  .remy .Bob {
    margin-top: -40%;
  }
}
.remy .JackieLee,
.remy .Sabrina,
.remy .Granny,
.remy .Joe,
.remy .Leo,
.remy .Lily,
.remy .Amy,
.remy .Odin,
.remy .Bella,
.remy .Mummy,
.remy .Zombie,
.remy .Clown,
.remy .Cowboy,
.remy .Footballer,
.remy .HulaLuana,
.remy .Magician,
.remy .Monk,
.remy .Ninja,
.remy .Painter,
.remy .Pirate,
.remy .Rockstar,
.remy .Sumo,
.remy .TapDancer,
.remy .Thai {
  opacity: 0;
  height: auto;
  transform: scaleX(0);
  border-radius: 100%;
  margin-top: -20%;
  margin-left: 25%;
  position: absolute;
}
@media (max-width: 991px) {
  .remy .JackieLee,
  .remy .Sabrina,
  .remy .Granny,
  .remy .Joe,
  .remy .Leo,
  .remy .Lily,
  .remy .Amy,
  .remy .Odin,
  .remy .Bella,
  .remy .Mummy,
  .remy .Zombie,
  .remy .Clown,
  .remy .Cowboy,
  .remy .Footballer,
  .remy .HulaLuana,
  .remy .Magician,
  .remy .Monk,
  .remy .Ninja,
  .remy .Painter,
  .remy .Pirate,
  .remy .Rockstar,
  .remy .Sumo,
  .remy .TapDancer,
  .remy .Thai {
    margin-top: -40%;
  }
}
.remy .center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.remy .pulse {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #ff6d4a;
  color: #fff;
  cursor: pointer;
  animation: pulse 2s linear infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 109, 74, 0.7);
  }
  40% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 109, 74, 0);
  }
  80% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 109, 74, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 109, 74, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 109, 74, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0.7);
  }
  40% {
    -moz-box-shadow: 0 0 0 50px rgba(255, 109, 74, 0);
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0);
  }
  80% {
    -moz-box-shadow: 0 0 0 50px rgba(255, 109, 74, 0);
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 109, 74, 0);
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0);
  }
}
.remy .spinner {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
.remy .spinAlign {
  float: right;
  margin-top: -55%;
  visibility: hidden;
}
.remy .spinAlignComic {
  margin-left: 45%;
  margin-top: -16%;
  z-index: 4;
  position: absolute;
  cursor: pointer;
  visibility: hidden;
}
@media (min-width: 1571px) {
  .remy .spinAlignComic {
    margin-left: 44%;
    margin-top: -7em;
  }
}
@media (max-width: 1570px) and (min-width: 365px) {
  .remy .spinAlignComic {
    margin-left: 12em;
    margin-top: -6em;
  }
}
@media (max-width: 364px) {
  .remy .spinAlignComic {
    margin-left: 11em;
    margin-top: -6em;
  }
}
.remy .spinAlignComicShow {
  visibility: visible;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.remy .evolution {
  opacity: 1;
  transform: scaleX(1);
  border-radius: 50px;
  width: 90%;
  height: auto;
  margin-left: 5.5%;
  margin-top: -24%;
}
@media (max-width: 991px) and (min-width: 562px) {
  .remy .evolution {
    margin-top: -40%;
  }
}
@media (max-width: 561px) and (min-width: 401px) {
  .remy .evolution {
    margin-top: -30em;
    width: 50vw;
    height: 20em;
    margin-left: 0;
    left: 25vw;
  }
}
@media (max-width: 400px) {
  .remy .evolution {
    margin-top: -28em;
    width: 50vw;
    margin-left: 0;
    left: 25vw;
  }
}
.remy .evolution-wrapper {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding-top: 2%;
  padding-bottom: 3%;
}
@media (max-width: 768px) {
  .remy .evolution-wrapper {
    padding-bottom: 5%;
  }
}
.remy .evolution-wrapper .evolution-item {
  z-index: 0;
  opacity: 0;
  display: inline-block;
  width: 11%;
  transition: opacity 1s ease;
}
@media (max-width: 767px) {
  .remy .evolution-wrapper .evolution-item {
    width: 11%;
  }
}
@media (max-width: 1440px) and (min-width: 1224px) {
  .remy .evolution-wrapper .evolution-item img {
    height: auto;
    max-width: 104%;
  }
}
.remy .evolution-wrapper .item1 {
  margin-left: 3%;
  opacity: 0;
}
@media (max-width: 561px) {
  .remy .evolution-wrapper .item1 {
    display: none;
  }
}
.remy .evolution-wrapper .item2 {
  margin-left: 8%;
  opacity: 0;
}
@media (max-width: 561px) {
  .remy .evolution-wrapper .item2 {
    display: none;
  }
}
.remy .evolution-wrapper .item3 {
  margin-left: 11%;
  opacity: 0;
}
@media (max-width: 561px) {
  .remy .evolution-wrapper .item3 {
    display: none;
  }
}
.remy .evolution-wrapper .item4 {
  margin-left: 8%;
  opacity: 0;
}
@media (max-width: 561px) {
  .remy .evolution-wrapper .item4 {
    display: none;
  }
}
.remy .evolution-wrapper .item5 {
  margin-left: 10%;
  opacity: 0;
}
.remy .evolution-wrapper .activeItem {
  opacity: 1;
}
@media (max-width: 561px) and (min-width: 371px) {
  .remy .evolution-wrapper .activeItem {
    width: auto;
    margin-left: 8vw;
  }
}
@media (max-width: 370px) {
  .remy .evolution-wrapper .activeItem {
    width: auto;
    margin-left: 3vw;
  }
}
.remy .evolutionButtonsHide {
  display: none;
}
.remy .evolutionButtonsShow {
  display: block;
  opacity: 1;
  margin-top: -2%;
  position: relative;
  z-index: 2;
  padding-bottom: 5%;
}
.remy .evolutionButtonsShow .evolutionBtnWrapper {
  margin-top: 21.5%;
}
@media (min-width: 1845px) {
  .remy .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 17.3em;
  }
}
@media (max-width: 1844px) and (min-width: 1781px) {
  .remy .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 16.5em;
  }
}
@media (max-width: 1780px) and (min-width: 1741px) {
  .remy .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 15.5em;
  }
}
@media (max-width: 1740px) and (min-width: 1651px) {
  .remy .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 15em;
  }
}
@media (max-width: 1650px) and (min-width: 1571px) {
  .remy .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 14em;
  }
}
@media (max-width: 1570px) and (min-width: 1521px) {
  .remy .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 13em;
  }
}
@media (max-width: 1520px) and (min-width: 1441px) {
  .remy .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 12.5em;
  }
}
@media (max-width: 1440px) and (min-width: 1401px) {
  .remy .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 12em;
  }
}
@media (max-width: 1400px) and (min-width: 1351px) {
  .remy .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 11em;
  }
}
@media (max-width: 1350px) and (min-width: 1301px) {
  .remy .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 10.5em;
  }
}
@media (max-width: 1300px) and (min-width: 1224px) {
  .remy .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 10em;
  }
}
@media (max-width: 1224px) and (min-width: 1171px) {
  .remy .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 9em;
  }
}
@media (max-width: 1170px) and (min-width: 1120px) {
  .remy .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 8.5em;
  }
}
@media (max-width: 1119px) and (min-width: 1051px) {
  .remy .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 8em;
  }
}
@media (max-width: 1050px) and (min-width: 992px) {
  .remy .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 7.5em;
  }
}
@media (max-width: 991px) and (min-width: 930px) {
  .remy .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 9.5em;
  }
}
@media (max-width: 930px) and (min-width: 901px) {
  .remy .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 6.5em;
  }
}
@media (max-width: 900px) and (min-width: 845px) {
  .remy .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 8em;
  }
}
@media (max-width: 844px) and (min-width: 780px) {
  .remy .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 7.5em;
  }
}
@media (max-width: 780px) and (min-width: 771px) {
  .remy .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 7em;
  }
}
@media (max-width: 770px) and (min-width: 759px) {
  .remy .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 8.5em;
  }
}
@media (max-width: 771px) and (min-width: 759px) {
  .remy .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 8.5em;
  }
}
@media (max-width: 758px) and (min-width: 680px) {
  .remy .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 8em;
  }
}
@media (max-width: 679px) and (min-width: 620px) {
  .remy .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 7em;
  }
}
@media (max-width: 619px) {
  .remy .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 6em;
  }
}
.remy .evolutionButtonsShow .evolutionBtnWrapper .evolutionBtn .dropcap {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border-style: solid;
  border-width: 2px;
  color: gray;
  font-weight: 700;
  height: 42px;
  width: 42px;
  display: inline-block;
  float: left;
  font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  font-size: 23px;
  line-height: 36px;
  margin: 0 7px 0 0;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 992px) {
  .remy .evolutionButtonsShow .evolutionBtnWrapper .evolutionBtn .dropcap {
    border-radius: 20px;
    height: 34px;
    width: 34px;
    font-size: 20px;
    line-height: 28px;
  }
}
.remy .evolutionButtonsShow .evolutionBtnWrapper .activeBtn .dropcap {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border-color: white;
  border-style: solid;
  border-width: 2px;
  color: white;
  font-weight: 700;
  height: 42px;
  width: 42px;
  display: inline-block;
  float: left;
  font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  font-size: 23px;
  line-height: 36px;
  margin: 0 7px 0 0;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 992px) {
  .remy .evolutionButtonsShow .evolutionBtnWrapper .activeBtn .dropcap {
    border-radius: 20px;
    height: 38px;
    width: 38px;
    font-size: 20px;
    line-height: 32px;
  }
}
.remy .evolutionButtonsShow .evolutionBtnWrapper .stage1 {
  margin-left: 15%;
}
.remy .evolutionButtonsShow .evolutionBtnWrapper .stage2 {
  margin-left: 31%;
}
@media (max-width: 768px) {
  .remy .evolutionButtonsShow .evolutionBtnWrapper .stage2 {
    margin-left: 29%;
  }
}
.remy .evolutionButtonsShow .evolutionBtnWrapper .stage3 {
  margin-left: 49%;
}
@media (max-width: 768px) {
  .remy .evolutionButtonsShow .evolutionBtnWrapper .stage3 {
    margin-left: 46%;
  }
}
.remy .evolutionButtonsShow .evolutionBtnWrapper .stage4 {
  margin-left: 65%;
}
@media (max-width: 768px) {
  .remy .evolutionButtonsShow .evolutionBtnWrapper .stage4 {
    margin-left: 62%;
  }
}
.remy .evolutionButtonsShow .evolutionBtnWrapper .stage5 {
  margin-left: 82%;
}
@media (max-width: 768px) {
  .remy .evolutionButtonsShow .evolutionBtnWrapper .stage5 {
    margin-left: 79%;
  }
}
.remy .evolutionButtonsShow .closeEvolution {
  margin-left: 91%;
}
@media (max-width: 1440px) and (min-width: 1310px) {
  .remy .evolutionButtonsShow .closeEvolution {
    margin-top: -20em;
  }
}
@media (max-width: 1309px) and (min-width: 1224px) {
  .remy .evolutionButtonsShow .closeEvolution {
    margin-top: -18em;
  }
}
@media (max-width: 1224px) and (min-width: 1120px) {
  .remy .evolutionButtonsShow .closeEvolution {
    margin-top: -17em;
  }
}
@media (max-width: 1119px) and (min-width: 992px) {
  .remy .evolutionButtonsShow .closeEvolution {
    margin-top: -15em;
  }
}
@media (max-width: 991px) and (min-width: 930px) {
  .remy .evolutionButtonsShow .closeEvolution {
    margin-top: -14em;
  }
}
@media (max-width: 929px) and (min-width: 820px) {
  .remy .evolutionButtonsShow .closeEvolution {
    margin-top: -12em;
  }
}
@media (max-width: 819px) and (min-width: 768px) {
  .remy .evolutionButtonsShow .closeEvolution {
    margin-top: -11em;
  }
}
@media (max-width: 767px) and (min-width: 670px) {
  .remy .evolutionButtonsShow .closeEvolution {
    margin-top: -10em;
    margin-left: 89%;
  }
}
@media (max-width: 669px) and (min-width: 620px) {
  .remy .evolutionButtonsShow .closeEvolution {
    margin-top: -9em;
    margin-left: 89%;
  }
}
@media (max-width: 619px) and (min-width: 562px) {
  .remy .evolutionButtonsShow .closeEvolution {
    margin-top: -8em;
    margin-left: 89%;
  }
}
@media (max-width: 561px) and (min-width: 401px) {
  .remy .evolutionButtonsShow .closeEvolution {
    margin-top: -30em;
    margin-left: 70vw;
  }
}
@media (max-width: 400px) {
  .remy .evolutionButtonsShow .closeEvolution {
    margin-top: -28em;
    margin-left: 70vw;
  }
}
.remy .evolutionButtonsShow .closeEvolution .closeBtn {
  height: 38px;
  width: 38px;
  display: inline-block;
  font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  font-size: 23px;
  line-height: 36px;
  text-align: center;
  border-radius: 30px;
  background-color: #97d67c;
  color: white;
  cursor: pointer;
}
@media (max-width: 992px) {
  .remy .evolutionButtonsShow .closeEvolution .closeBtn {
    border-radius: 20px;
    height: 34px;
    width: 34px;
    font-size: 20px;
    line-height: 32px;
  }
}
.remy .carousel-container {
  position: relative;
}
.remy .carousel-BG {
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 6%;
}
.remy .carousel-BG .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.remy #waterwheel-carousel {
  position: relative;
  overflow: visible;
  margin: 0 auto;
  height: 1000px;
  width: 100%;
  overflow-x: hidden;
}
.remy #waterwheel-carousel img {
  visibility: hidden;
  cursor: pointer;
}
.remy .button-container {
  width: 100%;
  float: left;
  text-align: center;
  top: 50px;
  position: relative;
  margin-bottom: 75px;
}
.remy .button-container .buttons {
  width: 500px;
  position: relative;
  left: 50%;
  margin-left: -250px;
}
@media (max-width: 991px) {
  .remy .button-container .buttons {
    width: 300px;
    margin-left: -150px;
  }
}
.remy .button-container .buttons .left-arrow, .remy .button-container .buttons .right-arrow {
  height: 50px;
  width: 50px;
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef/Left-Arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  cursor: pointer;
}
.remy .button-container .buttons .right-arrow {
  background-image: none;
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef/Right-Arrow.png);
  background-position: center;
}
.remy .button-container .buttons .description {
  width: 372px;
  text-align: center;
  float: left;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .remy .button-container .buttons .description {
    width: 200px;
    padding-bottom: 0px;
  }
}
.remy .creative-BG {
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/remy/Remy_1440/set_03_bg.png);
  background-repeat: no-repeat;
  background-position: left;
}
@media only screen and (min-width: 1460px) {
  .remy .creative-BG {
    background-size: 95%;
    background-position: 0em 2em;
    margin-top: 10%;
  }
}
@media (max-width: 1440px) and (min-width: 1224px) {
  .remy .creative-BG {
    background-size: 98% 80%;
    margin-top: 7%;
  }
}
@media (max-width: 1224px) and (min-width: 992px) {
  .remy .creative-BG {
    background-size: 98% 98%;
    background-position: 0em;
    margin-top: 15%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .remy .creative-BG {
    background: none;
    padding-top: 22%;
    margin-left: 8%;
    margin-right: 8%;
  }
}
@media (max-width: 767px) and (min-width: 650px) {
  .remy .creative-BG {
    background: none;
    padding-top: 25%;
    margin-left: 8%;
    margin-right: 8%;
  }
}
@media (max-width: 649px) and (min-width: 559px) {
  .remy .creative-BG {
    background: none;
    padding-top: 28%;
    margin-left: 8%;
    margin-right: 8%;
  }
}
@media (max-width: 561px) {
  .remy .creative-BG {
    background: none;
    padding-top: 0;
    margin-left: 8%;
    margin-right: 8%;
  }
}
.remy .creative-BG .creative-BG-subback {
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/remy/Remy_1440/set_03_art.png);
  background-repeat: no-repeat;
  padding-bottom: 13%;
  background-position: left;
}
@media only screen and (min-width: 1570px) {
  .remy .creative-BG .creative-BG-subback {
    padding-bottom: 15%;
    background-position: 0em -6em;
    background-size: 61%;
  }
}
@media (max-width: 1570px) and (min-width: 1460px) {
  .remy .creative-BG .creative-BG-subback {
    padding-bottom: 13%;
    background-position: 0em -6em;
    background-size: 61%;
  }
}
@media (max-width: 1224px) and (min-width: 992px) {
  .remy .creative-BG .creative-BG-subback {
    background-position: -17em;
  }
}
@media (max-width: 991px) {
  .remy .creative-BG .creative-BG-subback {
    background: none;
    padding-bottom: 0;
  }
}
.remy .creative-BG .creative-BG-subback .food-bowl-text {
  float: right;
  margin-right: 7%;
  margin-top: 11%;
}
@media only screen and (min-width: 1570px) {
  .remy .creative-BG .creative-BG-subback .food-bowl-text {
    margin-right: 9%;
    margin-top: 18%;
  }
}
@media (max-width: 1570px) and (min-width: 1440px) {
  .remy .creative-BG .creative-BG-subback .food-bowl-text {
    margin-right: 8%;
    margin-top: 15%;
  }
}
@media (max-width: 1440px) and (min-width: 1224px) {
  .remy .creative-BG .creative-BG-subback .food-bowl-text {
    margin-right: 6%;
    margin-top: 11%;
  }
}
@media (max-width: 1224px) and (min-width: 992px) {
  .remy .creative-BG .creative-BG-subback .food-bowl-text {
    margin-right: 5%;
    margin-top: 13%;
  }
}
@media (max-width: 991px) {
  .remy .creative-BG .creative-BG-subback .food-bowl-text {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.remy .creative-BG p {
  color: #4A4A4A;
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-align: justify;
}
.remy .creative-BG .character {
  float: left;
  width: 50%;
  user-select: none;
}
@media (max-width: 991px) {
  .remy .creative-BG .character {
    margin-right: 0px;
    width: 100%;
  }
}
.remy .creative-BG .creative-text {
  padding-top: 125px;
}
@media only screen and (min-width: 1460px) {
  .remy .creative-BG .creative-text {
    padding-top: 0;
  }
}
@media (max-width: 1440px) and (min-width: 1224px) {
  .remy .creative-BG .creative-text {
    padding-top: 135px;
  }
}
@media (max-width: 991px) {
  .remy .creative-BG .creative-text {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .remy .creative-padding {
    padding: 0;
  }
}
.remy .Capturing-content {
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/remy/Remy_1440/set_04_bg_01.png), url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/remy/Remy_1440/footer_art.png);
  background-position: center top, center 100%;
  background-repeat: no-repeat;
  padding-top: 2%;
  margin-top: 0%;
}
@media only screen and (min-width: 1570px) {
  .remy .Capturing-content {
    background-size: 86%, 100% 83%;
    padding-top: 5%;
  }
}
@media (max-width: 1570px) and (min-width: 1460px) {
  .remy .Capturing-content {
    background-size: auto, 100% 88%;
  }
}
@media (max-width: 1460px) and (min-width: 1440px) {
  .remy .Capturing-content {
    background-position: center top, 0em 2em;
    background-size: auto, 100% 97%;
  }
}
@media (max-width: 1439px) and (min-width: 1224px) {
  .remy .Capturing-content {
    background-position: center top, center bottom;
    background-size: 90% 67%, 100% 89%;
  }
}
@media (max-width: 1223px) and (min-width: 1110px) {
  .remy .Capturing-content {
    background-position: center top, center bottom;
    background-size: 90% 74%, 100% 89%;
  }
}
@media (max-width: 1109px) and (min-width: 992px) {
  .remy .Capturing-content {
    background-position: center top, center bottom;
    background-size: 90% 84%, 100% 82%;
  }
}
@media (max-width: 991px) {
  .remy .Capturing-content {
    background-image: none;
    margin-left: 8%;
    margin-right: 8%;
    padding-top: 4%;
  }
}
.remy .capt-text-row {
  padding-bottom: 4%;
}
.remy .text-capturing {
  padding-left: 20%;
}
@media (min-width: 1600px) {
  .remy .text-capturing {
    padding-top: 2%;
  }
}
@media (max-width: 1599px) and (min-width: 1440px) {
  .remy .text-capturing {
    padding-top: 1%;
  }
}
.remy .Capturing-text {
  padding-top: 40px;
}
@media (max-width: 1570px) {
  .remy .Capturing-text {
    padding-top: 28px;
  }
}
.remy .CapturingImaginatio-BG {
  background-repeat: no-repeat;
}
.remy .CapturingImaginatio-BG p {
  color: #605F5F;
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-align: justify;
}
@media (max-width: 991px) {
  .remy .CapturingImaginatio-BG {
    background-image: none;
    margin-top: 0px;
    margin-bottom: -30%;
  }
}
@media (max-width: 1570px) and (min-width: 1460px) {
  .remy .CapturingImaginatio-BG {
    padding-bottom: 6%;
  }
}
@media only screen and (min-width: 1570px) {
  .remy .CapturingImaginatio-BG .capturingImage img {
    width: 55%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .remy .CapturingImaginatio-BG .capturingImage {
    padding-left: 30%;
    padding-top: 4vw;
  }
}
@media (max-width: 767px) and (min-width: 661px) {
  .remy .CapturingImaginatio-BG .capturingImage {
    padding-left: 27%;
    height: 82em;
    padding-top: 92%;
  }
}
@media (max-width: 660px) and (min-width: 551px) {
  .remy .CapturingImaginatio-BG .capturingImage {
    padding-left: 24%;
    height: 84em;
    padding-top: 92%;
  }
}
@media (max-width: 550px) and (min-width: 500px) {
  .remy .CapturingImaginatio-BG .capturingImage {
    padding-left: 18%;
    height: 87em;
    padding-top: 92%;
  }
}
@media (max-width: 499px) and (min-width: 476px) {
  .remy .CapturingImaginatio-BG .capturingImage {
    padding-left: 15%;
    height: 90em;
    padding-top: 92%;
  }
}
@media (max-width: 475px) and (min-width: 456px) {
  .remy .CapturingImaginatio-BG .capturingImage {
    height: 90em;
  }
}
@media (max-width: 455px) and (min-width: 410px) {
  .remy .CapturingImaginatio-BG .capturingImage {
    height: 96em;
  }
}
@media (max-width: 409px) and (min-width: 380px) {
  .remy .CapturingImaginatio-BG .capturingImage {
    height: 102em;
  }
}
@media (max-width: 379px) {
  .remy .CapturingImaginatio-BG .capturingImage {
    height: 107em;
  }
}
.remy .ever-changing {
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef/wave2.png);
  background-repeat: no-repeat;
  padding-top: 18%;
  background-size: 100%;
}
@media (max-width: 991px) {
  .remy .ever-changing {
    padding-top: 0%;
    padding-bottom: 100px;
  }
}
@media (max-width: 1200px) and (min-width: 991px) {
  .remy .ever-changing .content {
    padding-bottom: 100px;
  }
}
.remy .rectangle {
  width: 100%;
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef/ever-changing-BG.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: -250px;
}
@media (max-width: 991px) {
  .remy .rectangle {
    background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef/Ever-Changing-BG2.png);
    margin-top: 0px;
  }
}
.remy .rectangle .text-color {
  color: #ffffff;
}
.remy .rectangle .text, .remy .rectangle .Capturing-text {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-align: justify;
  margin-top: 20px;
}
.remy .rectangle .Capturing-text {
  font-size: 32px;
  font-weight: 600;
  line-height: 39px;
}
.remy .rectangle .Capturing-text span {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .remy .rectangle .Capturing-text {
    text-align: center;
  }
}
.remy .rectangle .move-left {
  left: 650px;
}
@media (max-width: 991px) {
  .remy .rectangle .move-left {
    left: 0px;
  }
}
.remy .rectangle .bottom-image {
  position: relative;
  width: 500px;
}
.remy .rectangle .scare-crow {
  position: absolute;
  bottom: 0;
  left: 400px;
}
.remy .rectangle .shape {
  position: absolute;
  bottom: 0;
  left: -15px;
}
@media (max-width: 991px) {
  .remy .remove-padding-bottom {
    padding-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .remy .no-padding {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.remy .game-download-button {
  display: inline-block;
  width: 130px;
  margin-right: 30px;
  border-radius: 10px;
  margin-top: 3px;
}
@media (max-width: 768px) {
  .remy .own-content-BG {
    padding-top: 0;
    margin-top: 0;
    background: none;
  }
  .remy .own-content-BG .star-chef-restaurant .star-chef-restaurant-padding {
    padding: 0;
  }
  .remy .own-content-BG .content-zindex {
    padding: 20px 0;
  }
  .remy .own-content-BG .create-your-own-content, .star-chef .star-chef-restaurant .remy .own-content-BG .restaurant-experience, .remy .own-content-BG .star-chef-restaurant .restaurant-experience, .remy .star-chef-restaurant .own-content-BG .restaurant-experience, .remy .own-content-BG .fantastic-chef-zombie .restaurant-experience, .remy .fantastic-chef-zombie .own-content-BG .restaurant-experience, .linguini .star-chef-restaurant .remy .own-content-BG .restaurant-experience, .linguini .fantastic-chef-zombie .remy .own-content-BG .restaurant-experience,
  .remy .own-content-BG .restaurant-experience {
    text-align: center;
  }
  .remy .content-BG {
    background: none;
  }
  .remy .video {
    height: 400px;
  }
  .remy .wrapper {
    height: 400px;
  }
  .remy .button-content {
    text-align: center;
  }
  .remy .star-chef-logo {
    width: 175.88px;
  }
}
.remy .item img {
  width: 100%;
}
@media (max-width: 558px) and (min-width: 481px) {
  .remy .game-download-button {
    width: 25%;
    margin-right: 20px;
    padding: 0px 0px 0px 0px;
  }
}
@media (max-width: 480px) {
  .remy .own-content-BG {
    padding-top: 0;
    margin-top: 0;
  }
  .remy .own-content-BG .star-chef-restaurant .star-chef-restaurant-padding {
    padding: 0;
  }
  .remy .own-content-BG .content-BG {
    background: none;
  }
  .remy .own-content-BG .content-zindex {
    padding: 20px 0;
  }
  .remy .own-content-BG .create-your-own-content, .star-chef .star-chef-restaurant .remy .own-content-BG .restaurant-experience, .remy .own-content-BG .star-chef-restaurant .restaurant-experience, .remy .star-chef-restaurant .own-content-BG .restaurant-experience, .remy .own-content-BG .fantastic-chef-zombie .restaurant-experience, .remy .fantastic-chef-zombie .own-content-BG .restaurant-experience, .linguini .star-chef-restaurant .remy .own-content-BG .restaurant-experience, .linguini .fantastic-chef-zombie .remy .own-content-BG .restaurant-experience,
  .remy .own-content-BG .restaurant-experience {
    text-align: center;
  }
  .remy .video {
    height: 300px;
  }
  .remy .wrapper {
    height: 300px;
  }
  .remy .star-chef-logo {
    width: 175.88px;
  }
  .remy .padding-top {
    padding-top: 8%;
  }
  .remy .button-content {
    text-align: center;
  }
  .remy .game-download-button {
    width: 32%;
    margin-right: 0px;
    padding: 0px 0px 0px 0px;
  }
  .remy .padding-bottom {
    padding-bottom: 8%;
  }
  @keyframes slideInFromLeft {
    0% {
      transform: translateX(75%);
    }
    100% {
      transform: translateX(-75%);
    }
  }
  .remy .iphone {
    background: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef/iPhone.png);
    height: 600px;
    background-size: 100%;
    background-position: 0%;
    background-repeat: no-repeat;
    padding: 0;
    margin-top: 10%;
    position: relative;
    right: 0%;
  }
}
@media (min-width: 480px) {
  @keyframes slideInFromLeft {
    0% {
      transform: translateX(75%);
    }
    100% {
      transform: translateX(-75%);
    }
  }
  .remy .iphone {
    background: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef/iPhone.png);
    height: 600px;
    background-size: 100%;
    background-position: 0%;
    background-repeat: no-repeat;
    padding: 0;
    margin-top: 10%;
    position: relative;
    right: 0%;
  }
}
@media (min-width: 768px) {
  @keyframes slideInFromLeft {
    0% {
      transform: translateX(75%);
    }
    100% {
      transform: translateX(-75%);
    }
  }
  .remy .iphone {
    background: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef/iPhone.png);
    height: 600px;
    background-size: 100%;
    background-position: 0%;
    background-repeat: no-repeat;
    padding: 0;
    margin-top: 10%;
    position: relative;
    right: 0%;
  }
}
.remy .slick-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin-left: -2%;
        /*   -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; */
}
.remy .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.remy .slick-list:focus {
  outline: none;
}
.remy .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.remy .slick-slider .slick-track,
.remy .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.remy .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  max-height: 731px;
  overflow: hidden;
}
.remy .slick-track:before,
.remy .slick-track:after {
  display: table;
  content: '';
}
.remy .slick-track:after {
  clear: both;
}
.remy .slick-loading .slick-track {
  visibility: hidden;
}
.remy .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  width: 100%;
}
.remy .slick-slide:focus, .remy .slick-slide:hover {
  outline: 0;
}
.remy [dir='rtl'] .slick-slide {
  float: right;
}
.remy .slick-slide img {
  display: block;
  height: auto;
  width: 100%;
}
.remy .slick-slide.slick-loading img {
  display: none;
}
.remy .slick-slide.dragging img {
  pointer-events: none;
}
.remy .slick-initialized .slick-slide {
  display: block;
}
.remy .slick-loading .slick-slide {
  visibility: hidden;
}
.remy .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.remy .slick-arrow.slick-hidden {
  display: none;
}
.remy .photo {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 0em;
  padding-top: 4%;
  padding-bottom: 2%;
  will-change: transform;
  outline: none;
  transition: all .2s ease-in-out;
}
.remy .slick-center-new {
  padding-bottom: 4%;
  transform: scale(1.1);
}
@media (min-width: 1571px) {
  .remy .capturingImage {
    height: 45em;
  }
}
@media (max-width: 1570px) and (min-width: 1440px) {
  .remy .capturingImage {
    height: 40em;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .remy .capturingImage {
    height: 50em;
  }
}
.remy .device img {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .remy .device img {
    opacity: 0;
  }
}
.remy .modal-backdrop.in {
  opacity: 0.8;
}
.remy .carouselFlickity {
  left: 10px;
  top: -427px;
  display: none;
}
@media (min-width: 2001px) {
  .remy .carouselFlickity {
    top: -39em;
  }
}
@media (max-width: 2000px) and (min-width: 1961px) {
  .remy .carouselFlickity {
    top: -38em;
  }
}
@media (max-width: 1960px) and (min-width: 1921px) {
  .remy .carouselFlickity {
    top: -37em;
  }
}
@media (max-width: 1920px) and (min-width: 1891px) {
  .remy .carouselFlickity {
    top: -37em;
  }
}
@media (max-width: 1890px) and (min-width: 1876px) {
  .remy .carouselFlickity {
    top: -36em;
  }
}
@media (max-width: 1875px) and (min-width: 1856px) {
  .remy .carouselFlickity {
    top: -35em;
  }
}
@media (max-width: 1855px) and (min-width: 1801px) {
  .remy .carouselFlickity {
    top: -35em;
  }
}
@media (max-width: 1800px) and (min-width: 1751px) {
  .remy .carouselFlickity {
    top: -34em;
  }
}
@media (max-width: 1750px) and (min-width: 1711px) {
  .remy .carouselFlickity {
    top: -33em;
  }
}
@media (max-width: 1710px) and (min-width: 1681px) {
  .remy .carouselFlickity {
    top: -32em;
  }
}
@media (max-width: 1680px) and (min-width: 1661px) {
  .remy .carouselFlickity {
    top: -31.5em;
  }
}
@media (max-width: 1660px) and (min-width: 1611px) {
  .remy .carouselFlickity {
    top: -30.5em;
  }
}
@media (max-width: 1610px) and (min-width: 1571px) {
  .remy .carouselFlickity {
    top: -29.7em;
  }
}
@media (max-width: 1570px) and (min-width: 1441px) {
  .remy .carouselFlickity {
    top: -26.7em;
  }
}
@media (max-width: 360px) {
  .remy .carouselFlickity {
    top: -406px;
  }
}
.remy .flickity-slider {
  left: 0px;
  transform: none !important;
}
.remy .ring {
  animation: pulsate 1s ease-out infinite;
  -webkit-animation-delay: 1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 1;
  }
}
.remy .carousel-cell {
  height: 23em;
  border-radius: 5px;
  background-repeat: no-repeat;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  width: 53%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  transform: translateX(-150%);
  border: 7px solid #fff;
  opacity: 0;
  z-index: 2;
}
@media (min-width: 2001px) {
  .remy .carousel-cell {
    height: 34em;
    width: 20em;
  }
}
@media (max-width: 2000px) and (min-width: 1961px) {
  .remy .carousel-cell {
    height: 33em;
    width: 19.5em;
  }
}
@media (max-width: 1960px) and (min-width: 1921px) {
  .remy .carousel-cell {
    height: 32em;
    width: 19em;
  }
}
@media (max-width: 1920px) and (min-width: 1901px) {
  .remy .carousel-cell {
    height: 32em;
    width: 19em;
  }
}
@media (max-width: 1900px) and (min-width: 1891px) {
  .remy .carousel-cell {
    height: 32em;
    width: 19em;
  }
}
@media (max-width: 1890px) and (min-width: 1876px) {
  .remy .carousel-cell {
    height: 31em;
    width: 18.8em;
  }
}
@media (max-width: 1875px) and (min-width: 1856px) {
  .remy .carousel-cell {
    height: 30em;
    width: 18.4em;
  }
}
@media (max-width: 1855px) and (min-width: 1836px) {
  .remy .carousel-cell {
    height: 30.5em;
    width: 18.2em;
  }
}
@media (max-width: 1835px) and (min-width: 1801px) {
  .remy .carousel-cell {
    height: 30.5em;
    width: 17.5em;
  }
}
@media (max-width: 1800px) and (min-width: 1751px) {
  .remy .carousel-cell {
    height: 29.5em;
    width: 17.5em;
  }
}
@media (max-width: 1750px) and (min-width: 1711px) {
  .remy .carousel-cell {
    height: 28.5em;
    width: 17em;
  }
}
@media (max-width: 1710px) and (min-width: 1691px) {
  .remy .carousel-cell {
    height: 27.5em;
    width: 16.5em;
  }
}
@media (max-width: 1690px) and (min-width: 1661px) {
  .remy .carousel-cell {
    height: 27.5em;
    width: 16em;
  }
}
@media (max-width: 1660px) and (min-width: 1611px) {
  .remy .carousel-cell {
    height: 26.5em;
    width: 15.5em;
  }
}
@media (max-width: 1610px) and (min-width: 1571px) {
  .remy .carousel-cell {
    height: 25.8em;
    width: 15.1em;
  }
}
@media (max-width: 1570px) and (min-width: 1441px) {
  .remy .carousel-cell {
    height: 23em;
    width: 13.7em;
  }
}
@media (max-width: 1440px) and (min-width: 992px) {
  .remy .carousel-cell {
    width: 13.7em;
  }
}
@media (max-width: 991px) and (min-width: 361px) {
  .remy .carousel-cell {
    height: 23em;
    width: 13.75em;
  }
}
@media (max-width: 360px) {
  .remy .carousel-cell {
    height: 22.3em;
    width: 13.2em;
  }
}
.remy .button {
  font-size: 22px;
}
.remy .carouselFlickity .is-selected {
  opacity: 1;
  transform: translateX(0%);
  z-index: 3;
}
.remy .carousel-cell.is-selected + .carousel-cell {
  transform: translateX(20%) scale(0.9, 0.9);
  opacity: 1;
  z-index: 0;
}
.remy .carousel-cell.is-selected + .carousel-cell + .carousel-cell {
  transform: translateX(40%) scale(0.75, 0.75);
  opacity: 0.5;
  z-index: -1;
}
.remy .carouselFlickity .flickity-prev-next-button {
  top: 122%;
}
.remy .flickity-page-dots {
  bottom: -88px;
  right: 30%;
  width: 18%;
}
@media (min-width: 1568px) {
  .remy .flickity-page-dots {
    right: 64%;
    bottom: -24%;
  }
}
@media (max-width: 1567px) and (min-width: 1441px) {
  .remy .flickity-page-dots {
    right: 65%;
    bottom: -24%;
    width: 20%;
  }
}
@media (max-width: 1440px) and (min-width: 1241px) {
  .remy .flickity-page-dots {
    bottom: -24%;
    width: 25%;
    right: calc(50% + 2em);
  }
}
@media (max-width: 1240px) and (min-width: 1110px) {
  .remy .flickity-page-dots {
    bottom: -24%;
    width: 25%;
    right: calc(50% + 1em);
  }
}
@media (max-width: 1109px) and (min-width: 992px) {
  .remy .flickity-page-dots {
    bottom: -24%;
    width: 30%;
    right: calc(50% + -1em);
  }
}
@media (max-width: 991px) and (min-width: 630px) {
  .remy .flickity-page-dots {
    right: calc(90% + -8em);
    bottom: -24%;
    width: 22%;
  }
}
@media (max-width: 629px) {
  .remy .flickity-page-dots {
    right: calc(90% + -9em);
    bottom: -24%;
    width: 35%;
  }
}
.remy .flickity-prev-next-button.next {
  left: 171px;
}
@media (min-width: 1568px) {
  .remy .flickity-prev-next-button.next {
    left: 45%;
  }
}
@media (max-width: 1567px) and (min-width: 1440px) {
  .remy .flickity-prev-next-button.next {
    left: 39%;
  }
}
@media (max-width: 560px) {
  .remy .footer {
    overflow: hidden;
  }
}
.remy .modal-body {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-top: 0;
}
.remy .modal-header {
  padding: 5px;
}

body {
  overflow-x: hidden;
  width: 100%;
}

.linguini {
  overflow-x: hidden;
}
.linguini .temp {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-position: 0px -49vw;
}
.linguini .temp .topBG {
  background-image: linear-gradient(#fcf5d8, #8efff3, white);
}
.linguini .container {
  perspective: 1px;
  position: relative;
}
.linguini .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.linguini .followStarCheff {
  background-color: #d1ffe9;
  padding: 37px 0;
}
@media (max-width: 767px) {
  .linguini .followStarCheff {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .linguini .followStarCheff .row .move-left {
    margin-bottom: 0px;
    padding: 50px 30px;
  }
}
.linguini .followStarCheff .row .move-left .be-a-star-chef-title {
  text-align: left;
}
@media (max-width: 767px) {
  .linguini .followStarCheff .row .move-left .be-a-star-chef-title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .linguini .followStarCheff .row .move-left .text, .star-chef .rectangle .linguini .followStarCheff .row .move-left .Capturing-text, .remy .rectangle .linguini .followStarCheff .row .move-left .Capturing-text, .linguini .followStarCheff .row .move-left .rectangle .Capturing-text, .linguini .rectangle .followStarCheff .row .move-left .Capturing-text {
    text-align: center;
  }
}
.linguini .followStarCheff .row .footer-desc {
  padding-left: 20%;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .linguini .followStarCheff .row .footer-desc {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .linguini .social-icon-follow {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  .linguini .social-icon-follow {
    margin-right: 20px;
    margin-left: 20px;
  }
}
.linguini .clouds-wrapper {
  position: absolute;
}
.linguini .clouds-wrapper .Cloud1 {
  margin-top: 27vw;
  margin-left: 30vw;
  transition: margin-left 10s ease;
}
@media (min-width: 1800px) {
  .linguini .clouds-wrapper .Cloud1 {
    width: 11vw;
  }
}
.linguini .clouds-wrapper .Cloud1-base {
  margin-left: 0;
  -webkit-animation: horizontalCloud1Base 5s normal forwards;
  -moz-animation: horizontalCloud1Base 5s normal forwards;
  -o-animation: horizontalCloud1Base 5s normal forwards;
  animation: horizontalCloud1Base 5s normal forwards;
}
@-webkit-keyframes horizontalCloud1Base {
  0% {
    transform: translatex(50vw);
  }
  100% {
    transform: translatex(27vw);
  }
}
@-moz-keyframes horizontalCloud1Base {
  0% {
    transform: translatex(50vw);
  }
  100% {
    transform: translatex(27vw);
  }
}
@-o-keyframes horizontalCloud1Base {
  0% {
    transform: translatex(50vw);
  }
  100% {
    transform: translatex(27vw);
  }
}
@keyframes horizontalCloud1Base {
  0% {
    transform: translatex(50vw);
  }
  100% {
    transform: translatex(27vw);
  }
}
.linguini .clouds-wrapper .Cloud1-animated {
  margin-left: 0;
  -webkit-animation: horizontalCloud1Animated 5s normal forwards;
  -moz-animation: horizontalCloud1Animated 5s normal forwards;
  -o-animation: horizontalCloud1Animated 5s normal forwards;
  animation: horizontalCloud1Animated 5s normal forwards;
}
@-webkit-keyframes horizontalCloud1Animated {
  0% {
    transform: translatex(27vw);
  }
  100% {
    transform: translatex(50vw);
  }
}
@-moz-keyframes horizontalCloud1Animated {
  0% {
    transform: translatex(27vw);
  }
  100% {
    transform: translatex(50vw);
  }
}
@-o-keyframes horizontalCloud1Animated {
  0% {
    transform: translatex(27vw);
  }
  100% {
    transform: translatex(50vw);
  }
}
@keyframes horizontalCloud1Animated {
  0% {
    transform: translatex(27vw);
  }
  100% {
    transform: translatex(50vw);
  }
}
.linguini .clouds-wrapper .Cloud2 {
  margin-top: -6vw;
  margin-left: 7vw;
  transition: margin-left 10s ease;
}
@media (min-width: 1800px) {
  .linguini .clouds-wrapper .Cloud2 {
    width: 11vw;
  }
}
.linguini .clouds-wrapper .Cloud2-base {
  margin-left: 0;
  -webkit-animation: horizontalCloud2Base 5s normal forwards;
  -moz-animation: horizontalCloud2Base 5s normal forwards;
  -o-animation: horizontalCloud2Base 5s normal forwards;
  animation: horizontalCloud2Base 5s normal forwards;
}
@-webkit-keyframes horizontalCloud2Base {
  0% {
    transform: translatex(18vw);
  }
  100% {
    transform: translatex(7vw);
  }
}
@-moz-keyframes horizontalCloud2Base {
  0% {
    transform: translatex(18vw);
  }
  100% {
    transform: translatex(7vw);
  }
}
@-o-keyframes horizontalCloud2Base {
  0% {
    transform: translatex(18vw);
  }
  100% {
    transform: translatex(7vw);
  }
}
@keyframes horizontalCloud2Base {
  0% {
    transform: translatex(18vw);
  }
  100% {
    transform: translatex(7vw);
  }
}
.linguini .clouds-wrapper .Cloud2-animated {
  margin-left: 0;
  -webkit-animation: horizontalCloud2Animated 5s normal forwards;
  -moz-animation: horizontalCloud2Animated 5s normal forwards;
  -o-animation: horizontalCloud2Animated 5s normal forwards;
  animation: horizontalCloud2Animated 5s normal forwards;
}
@-webkit-keyframes horizontalCloud2Animated {
  0% {
    transform: translatex(7vw);
  }
  100% {
    transform: translatex(18vw);
  }
}
@-moz-keyframes horizontalCloud2Animated {
  0% {
    transform: translatex(7vw);
  }
  100% {
    transform: translatex(18vw);
  }
}
@-o-keyframes horizontalCloud2Animated {
  0% {
    transform: translatex(7vw);
  }
  100% {
    transform: translatex(18vw);
  }
}
@keyframes horizontalCloud2Animated {
  0% {
    transform: translatex(7vw);
  }
  100% {
    transform: translatex(18vw);
  }
}
.linguini .clouds-wrapper .Cloud3 {
  margin-top: 13vw;
  margin-left: 3vw;
  transition: margin-left 10s ease;
}
@media (min-width: 1800px) {
  .linguini .clouds-wrapper .Cloud3 {
    width: 11vw;
  }
}
.linguini .clouds-wrapper .Cloud3-base {
  margin-left: 0;
  -webkit-animation: horizontalCloud3Base 5s normal forwards;
  -moz-animation: horizontalCloud3Base 5s normal forwards;
  -o-animation: horizontalCloud3Base 5s normal forwards;
  animation: horizontalCloud3Base 5s normal forwards;
}
@-webkit-keyframes horizontalCloud3Base {
  0% {
    transform: translatex(24vw);
  }
  100% {
    transform: translatex(3vw);
  }
}
@-moz-keyframes horizontalCloud3Base {
  0% {
    transform: translatex(24vw);
  }
  100% {
    transform: translatex(3vw);
  }
}
@-o-keyframes horizontalCloud3Base {
  0% {
    transform: translatex(24vw);
  }
  100% {
    transform: translatex(3vw);
  }
}
@keyframes horizontalCloud3Base {
  0% {
    transform: translatex(24vw);
  }
  100% {
    transform: translatex(3vw);
  }
}
.linguini .clouds-wrapper .Cloud3-animated {
  margin-left: 0;
  -webkit-animation: horizontalCloud3Animated 5s normal forwards;
  -moz-animation: horizontalCloud3Animated 5s normal forwards;
  -o-animation: horizontalCloud3Animated 5s normal forwards;
  animation: horizontalCloud3Animated 5s normal forwards;
}
@-webkit-keyframes horizontalCloud3Animated {
  0% {
    transform: translatex(3vw);
  }
  100% {
    transform: translatex(24vw);
  }
}
@-moz-keyframes horizontalCloud3Animated {
  0% {
    transform: translatex(3vw);
  }
  100% {
    transform: translatex(24vw);
  }
}
@-o-keyframes horizontalCloud3Animated {
  0% {
    transform: translatex(3vw);
  }
  100% {
    transform: translatex(24vw);
  }
}
@keyframes horizontalCloud3Animated {
  0% {
    transform: translatex(3vw);
  }
  100% {
    transform: translatex(24vw);
  }
}
.linguini .HeaderBG {
  position: relative;
  top: 15px;
  height: 100%;
  width: 100%;
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef2/sky.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1440px) {
  .linguini .HeaderBG {
    background-position: 0em 2em;
  }
}
.linguini .header.header-radiant-star {
  background: #54bcff;
}
.linguini .star-chef-overlay .star-chef-logo {
  padding-top: 5%;
  padding-right: 0.5%;
}
@media only screen and (min-width: 1570px) {
  .linguini .star-chef-overlay .star-chef-logo {
    padding-top: 3%;
    padding-right: 1.5%;
    width: 20%;
  }
}
@media (max-width: 1224px) and (min-width: 991px) {
  .linguini .star-chef-overlay .star-chef-logo {
    padding-top: 6%;
  }
}
@media (max-width: 990px) and (min-width: 768px) {
  .linguini .star-chef-overlay .star-chef-logo {
    padding-top: 9%;
    width: 34%;
  }
}
@media (max-width: 767px) and (min-width: 600px) {
  .linguini .star-chef-overlay .star-chef-logo {
    padding-top: 10%;
  }
}
@media (max-width: 599px) and (min-width: 500px) {
  .linguini .star-chef-overlay .star-chef-logo {
    padding-top: 12%;
  }
}
@media (max-width: 499px) and (min-width: 440px) {
  .linguini .star-chef-overlay .star-chef-logo {
    padding-top: 16%;
  }
}
@media (max-width: 439px) {
  .linguini .star-chef-overlay .star-chef-logo {
    padding-top: 20%;
  }
}
.linguini .star-chef-overlay .star-chef-ipad {
  margin-top: -35px;
}
.linguini .star-chef-overlay .star-chef-ipad img {
  display: block;
  margin: 0 auto;
  padding-top: 1.5vw;
  margin-right: 8vw;
  width: 85vw;
}
@media (min-width: 1630px) {
  .linguini .star-chef-overlay .star-chef-ipad img {
    padding-top: 0;
  }
}
@media (max-width: 1629px) and (min-width: 1500px) {
  .linguini .star-chef-overlay .star-chef-ipad img {
    padding-top: 1vw;
  }
}
@media (max-width: 1499px) and (min-width: 1440px) {
  .linguini .star-chef-overlay .star-chef-ipad img {
    padding-top: 1.5vw;
  }
}
@media (max-width: 1439px) and (min-width: 1280px) {
  .linguini .star-chef-overlay .star-chef-ipad img {
    padding-top: 2%;
  }
}
@media (max-width: 1279px) and (min-width: 992px) {
  .linguini .star-chef-overlay .star-chef-ipad img {
    padding-top: 4%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .linguini .star-chef-overlay .star-chef-ipad img {
    padding-top: 3.5vw;
  }
}
@media (max-width: 767px) and (min-width: 561px) {
  .linguini .star-chef-overlay .star-chef-ipad img {
    padding-top: 8.5vw;
  }
}
@media (max-width: 560px) and (min-width: 500px) {
  .linguini .star-chef-overlay .star-chef-ipad img {
    padding-top: 14.5vw;
  }
}
@media (max-width: 499px) and (min-width: 451px) {
  .linguini .star-chef-overlay .star-chef-ipad img {
    padding-top: 16.5vw;
  }
}
@media (max-width: 450px) {
  .linguini .star-chef-overlay .star-chef-ipad img {
    padding-top: 24.5vw;
  }
}
.linguini .star-chef-overlay .landingImgWrapper {
  transform: translateY(1vw);
  -webkit-animation: 3s ease-out 0s 1 opacityAnim;
  /* Safari 4+ */
  -moz-animation: 3s ease-out 0s 1 opacityAnim;
  /* Fx 5+ */
  -o-animation: 3s ease-out 0s 1 opacityAnim;
  /* Opera 12+ */
  animation: 3s ease-out 0s 1 opacityAnim;
  /* IE 10+, Fx 29+ */
}
@-webkit-keyframes opacityAnim {
  0% {
    opacity: 0;
    transform: translateY(10vw);
  }
  100% {
    opacity: 1;
    transform: translateY(1vw);
  }
}
@-moz-keyframes opacityAnim {
  0% {
    opacity: 0;
    transform: translateY(10vw);
  }
  100% {
    opacity: 1;
    transform: translateY(1vw);
  }
}
@-o-keyframes opacityAnim {
  0% {
    opacity: 0;
    transform: translateY(10vw);
  }
  100% {
    opacity: 1;
    transform: translateY(1vw);
  }
}
@keyframes opacityAnim {
  0% {
    opacity: 0;
    transform: translateY(10vw);
  }
  100% {
    opacity: 1;
    transform: translateY(1vw);
  }
}
.linguini .star-chef-overlay .logo-ipad {
  top: 6vw;
  position: absolute;
  margin-left: 50vw;
}
.linguini .star-chef-overlay .logo-ipad img {
  width: 34vw;
}
@media (max-width: 991px) and (min-width: 768px) {
  .linguini .star-chef-overlay .logo-ipad img {
    width: 32vw;
  }
}
@media (max-width: 767px) and (min-width: 561px) {
  .linguini .star-chef-overlay .logo-ipad img {
    width: 30vw;
  }
}
@media (max-width: 560px) {
  .linguini .star-chef-overlay .logo-ipad img {
    width: 35vw;
  }
}
.linguini .star-chef-overlay .heroArt img {
  margin-left: 15%;
  width: 70%;
  margin-bottom: 3%;
  margin-top: -1%;
}
@media (max-width: 991px) and (min-width: 768px) {
  .linguini .star-chef-overlay .heroArt img {
    margin-top: 4%;
  }
}
@media (max-width: 767px) and (min-width: 560px) {
  .linguini .star-chef-overlay .heroArt img {
    margin-top: 8%;
  }
}
@media (max-width: 559px) and (min-width: 500px) {
  .linguini .star-chef-overlay .heroArt img {
    margin-top: 10%;
    margin-left: 7%;
    width: 85%;
  }
}
@media (max-width: 499px) and (min-width: 451px) {
  .linguini .star-chef-overlay .heroArt img {
    margin-top: 10%;
    margin-left: 4%;
    width: 90%;
  }
}
@media (max-width: 450px) {
  .linguini .star-chef-overlay .heroArt img {
    margin-top: 15%;
    margin-left: 0%;
    width: 100%;
  }
}
.linguini .own-content-BG {
  padding-top: 133px;
  padding-bottom: 132px;
  margin-top: -66px;
  position: relative;
  margin-left: 4.6%;
  padding-top: 13vw;
  padding-bottom: 80px;
}
@media (max-width: 1440px) and (min-width: 1024px) {
  .linguini .own-content-BG {
    margin-right: 4.6%;
    background-size: 100% 95%;
  }
}
@media (max-width: 1023px) and (min-width: 992px) {
  .linguini .own-content-BG {
    background-position: 7px 10px;
    padding-top: 142px;
    margin-left: 2.6%;
    margin-right: 3.6%;
    background-size: 100% 95%;
  }
}
@media (max-width: 991px) {
  .linguini .own-content-BG {
    margin-left: 8vw;
    margin-right: 8vw;
    padding-bottom: 4vw;
  }
}
@media (max-width: 561px) {
  .linguini .own-content-BG {
    margin-top: 1vw;
    padding-bottom: 1%;
  }
}
@media (min-width: 1547px) {
  .linguini .own-content-BG .button-content {
    padding-top: 2%;
  }
}
@media (max-width: 1546px) and (min-width: 1441px) {
  .linguini .own-content-BG .button-content {
    padding-top: 0;
  }
}
@media (max-width: 1440px) {
  .linguini .own-content-BG .button-content {
    padding-top: 3%;
  }
}
.linguini .food-bowl-content-BG {
  background-repeat: no-repeat, no-repeat;
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/remy/Remy_1440/set_03_bg.png);
}
.linguini .star-chef-restaurant .content-zindex {
  z-index: 4;
  padding-top: 2%;
  padding-left: 5%;
}
@media (min-width: 1440px) {
  .linguini .star-chef-restaurant .content-zindex {
    padding-top: 0%;
    padding-left: 2%;
    width: 53%;
  }
}
@media (max-width: 1224px) and (min-width: 1024px) {
  .linguini .star-chef-restaurant .content-zindex {
    padding-right: 6%;
    padding-left: 1%;
  }
}
@media (max-width: 1023px) and (min-width: 991px) {
  .linguini .star-chef-restaurant .content-zindex {
    padding-top: 2%;
    padding-left: 0%;
  }
}
@media (max-width: 990px) {
  .linguini .star-chef-restaurant .content-zindex {
    padding-left: 0%;
  }
}
.linguini .star-chef-restaurant .content-zindex .google-play-best-game {
  color: black;
  margin-bottom: 15px;
  font-size: 18px;
}
.linguini .star-chef-restaurant .create-your-own-content, .linguini .star-chef-restaurant .restaurant-experience {
  color: #4A4A4A;
  font-size: 2em;
  font-weight: 600;
  line-height: 39px;
}
.linguini .star-chef-restaurant .restaurant-experience {
  font-weight: 300;
}
.linguini .star-chef-restaurant .cooking-extravagan p {
  color: #605F5F;
  font-size: 13px;
  font-weight: 300;
  line-height: 27px;
  text-align: justify;
}
.linguini .fantastic-chef-zombie .fantastic-chef-content-zindex {
  z-index: 4;
  padding-top: 7%;
  padding-left: 3%;
}
@media (max-width: 1600px) and (min-width: 1441px) {
  .linguini .fantastic-chef-zombie .fantastic-chef-content-zindex {
    padding-left: 0;
    margin-top: 0;
    padding-top: 7%;
  }
}
@media (max-width: 1440px) and (min-width: 1400px) {
  .linguini .fantastic-chef-zombie .fantastic-chef-content-zindex {
    padding-left: 0;
    margin-top: 0;
    padding-top: 7%;
    padding-right: 1vw;
  }
}
@media (max-width: 1399px) and (min-width: 1371px) {
  .linguini .fantastic-chef-zombie .fantastic-chef-content-zindex {
    padding-left: 0;
    padding-right: 3vw;
  }
}
@media (max-width: 1370px) and (min-width: 1301px) {
  .linguini .fantastic-chef-zombie .fantastic-chef-content-zindex {
    padding-left: 0;
    padding-right: 3vw;
  }
}
@media (max-width: 1300px) and (min-width: 1224px) {
  .linguini .fantastic-chef-zombie .fantastic-chef-content-zindex {
    padding-left: 0;
    padding-right: 3vw;
  }
}
@media (max-width: 1223px) and (min-width: 1200px) {
  .linguini .fantastic-chef-zombie .fantastic-chef-content-zindex {
    padding-left: 0;
    padding-right: 3vw;
  }
}
@media (max-width: 1199px) and (min-width: 1161px) {
  .linguini .fantastic-chef-zombie .fantastic-chef-content-zindex {
    padding-left: 0;
    padding-right: 3vw;
  }
}
@media (max-width: 1160px) and (min-width: 1100px) {
  .linguini .fantastic-chef-zombie .fantastic-chef-content-zindex {
    padding-left: 0;
    padding-right: 3vw;
  }
}
@media (max-width: 1023px) and (min-width: 992px) {
  .linguini .fantastic-chef-zombie .fantastic-chef-content-zindex {
    padding-left: 0;
    padding-right: 3vw;
    padding-left: 5vw;
  }
}
.linguini .fantastic-chef-zombie .zing-emotions-text {
  padding-top: 7vw;
  padding-left: 10vw;
}
@media (max-width: 1800px) and (min-width: 1701px) {
  .linguini .fantastic-chef-zombie .zing-emotions-text {
    padding-top: 10vw;
  }
}
@media (max-width: 1700px) and (min-width: 1501px) {
  .linguini .fantastic-chef-zombie .zing-emotions-text {
    padding-top: 10vw;
  }
}
@media (max-width: 1400px) and (min-width: 1301px) {
  .linguini .fantastic-chef-zombie .zing-emotions-text {
    padding-top: 9vw;
    padding-left: 9vw;
    padding-right: 1vw;
  }
}
@media (max-width: 1300px) and (min-width: 1201px) {
  .linguini .fantastic-chef-zombie .zing-emotions-text {
    padding-top: 9vw;
  }
}
@media (max-width: 1200px) and (min-width: 1161px) {
  .linguini .fantastic-chef-zombie .zing-emotions-text {
    padding-right: 5vw;
    padding-left: 11vw;
  }
}
@media (max-width: 1160px) and (min-width: 1141px) {
  .linguini .fantastic-chef-zombie .zing-emotions-text {
    padding-right: 5vw;
    padding-left: 11vw;
  }
}
@media (max-width: 1140px) and (min-width: 1121px) {
  .linguini .fantastic-chef-zombie .zing-emotions-text {
    padding-right: 5vw;
    padding-left: 11vw;
  }
}
@media (max-width: 1120px) and (min-width: 1101px) {
  .linguini .fantastic-chef-zombie .zing-emotions-text {
    padding-right: 5vw;
    padding-left: 13vw;
  }
}
@media (max-width: 1100px) and (min-width: 1081px) {
  .linguini .fantastic-chef-zombie .zing-emotions-text {
    padding-right: 5vw;
    padding-left: 11vw;
  }
}
@media (max-width: 1080px) and (min-width: 1041px) {
  .linguini .fantastic-chef-zombie .zing-emotions-text {
    padding-right: 5vw;
    padding-left: 11vw;
  }
}
@media (max-width: 1040px) and (min-width: 1020px) {
  .linguini .fantastic-chef-zombie .zing-emotions-text {
    padding-right: 5vw;
  }
}
@media (max-width: 991px) {
  .linguini .fantastic-chef-zombie .zing-emotions-text {
    padding-top: 5vw;
    padding-left: 3vw;
  }
}
.linguini .fantastic-chef-zombie .create-your-own-content, .linguini .fantastic-chef-zombie .restaurant-experience {
  color: #4A4A4A;
  font-size: 2em;
  font-weight: 600;
  line-height: 39px;
}
.linguini .fantastic-chef-zombie .restaurant-experience {
  font-weight: 300;
}
.linguini .fantastic-chef-zombie .cooking-extravagan-fantastic p {
  padding-right: 3.5%;
  color: #605F5F;
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-align: justify;
}
@media (min-width: 1901px) {
  .linguini .content-BG .escape-waiter-wrapper .escape-waiter-img {
    width: 8vw;
  }
}
@media (max-width: 1900px) and (min-width: 1801px) {
  .linguini .content-BG .escape-waiter-wrapper .escape-waiter-img {
    width: 8vw;
  }
}
@media (max-width: 1800px) and (min-width: 1701px) {
  .linguini .content-BG .escape-waiter-wrapper .escape-waiter-img {
    width: 8vw;
  }
}
@media (max-width: 1700px) and (min-width: 1400px) {
  .linguini .content-BG .escape-waiter-wrapper .escape-waiter-img {
    width: 7vw;
  }
}
.linguini .content-BG .escape-waiter-wrapper-base {
  position: absolute;
  width: 20%;
  margin-left: 0;
  margin-top: 3vw;
  -webkit-animation: diagonal 3s normal forwards;
  -moz-animation: diagonal 3s normal forwards;
  -o-animation: diagonal 3s normal forwards;
  animation: diagonal 3s normal forwards;
  margin-left: 0vw;
  margin-top: 0vw;
}
@-webkit-keyframes diagonal {
  0% {
    transform: translatex(3vw) translatey(7vw);
  }
  100% {
    transform: translatex(0vw) translatey(3vw);
  }
}
@-moz-keyframes diagonal {
  0% {
    transform: translatex(3vw) translatey(7vw);
  }
  100% {
    transform: translatex(0vw) translatey(3vw);
  }
}
@-o-keyframes diagonal {
  0% {
    transform: translatex(3vw) translatey(7vw);
  }
  100% {
    transform: translatex(0vw) translatey(3vw);
  }
}
@keyframes diagonal {
  0% {
    transform: translatex(3vw) translatey(7vw);
  }
  100% {
    transform: translatex(0vw) translatey(3vw);
  }
}
@media (min-width: 1901px) {
  .linguini .content-BG .escape-waiter-wrapper-base {
    margin-left: 3vw;
    margin-top: -11vw;
    margin-left: 0vw;
    margin-top: 0vw;
    width: 100%;
  }
  @-webkit-keyframes diagonal {
    0% {
      transform: translatex(5vw) translatey(-10vw);
    }
    100% {
      transform: translatex(3vw) translatey(-13vw);
    }
  }
  @-moz-keyframes diagonal {
    0% {
      transform: translatex(5vw) translatey(-10vw);
    }
    100% {
      transform: translatex(3vw) translatey(-13vw);
    }
  }
  @-o-keyframes diagonal {
    0% {
      transform: translatex(5vw) translatey(-10vw);
    }
    100% {
      transform: translatex(3vw) translatey(-13vw);
    }
  }
  @keyframes diagonal {
    0% {
      transform: translatex(5vw) translatey(-10vw);
    }
    100% {
      transform: translatex(3vw) translatey(-13vw);
    }
  }
}
@media (max-width: 1900px) and (min-width: 1701px) {
  .linguini .content-BG .escape-waiter-wrapper-base {
    margin-left: 0vw;
    margin-top: 0vw;
    width: 100%;
  }
  @-webkit-keyframes diagonal {
    0% {
      transform: translatex(5vw) translatey(-10vw);
    }
    100% {
      transform: translatex(3vw) translatey(-13vw);
    }
  }
  @-moz-keyframes diagonal {
    0% {
      transform: translatex(5vw) translatey(-10vw);
    }
    100% {
      transform: translatex(3vw) translatey(-13vw);
    }
  }
  @-o-keyframes diagonal {
    0% {
      transform: translatex(5vw) translatey(-10vw);
    }
    100% {
      transform: translatex(3vw) translatey(-13vw);
    }
  }
  @keyframes diagonal {
    0% {
      transform: translatex(5vw) translatey(-10vw);
    }
    100% {
      transform: translatex(3vw) translatey(-13vw);
    }
  }
}
@media (max-width: 1700px) and (min-width: 1441px) {
  .linguini .content-BG .escape-waiter-wrapper-base {
    margin-left: 0vw;
    margin-top: 0vw;
    width: 100%;
  }
  @-webkit-keyframes diagonal {
    0% {
      transform: translatex(5vw) translatey(-8vw);
    }
    100% {
      transform: translatex(3vw) translatey(-11vw);
    }
  }
  @-moz-keyframes diagonal {
    0% {
      transform: translatex(5vw) translatey(-8vw);
    }
    100% {
      transform: translatex(3vw) translatey(-11vw);
    }
  }
  @-o-keyframes diagonal {
    0% {
      transform: translatex(5vw) translatey(-8vw);
    }
    100% {
      transform: translatex(3vw) translatey(-11vw);
    }
  }
  @keyframes diagonal {
    0% {
      transform: translatex(5vw) translatey(-8vw);
    }
    100% {
      transform: translatex(3vw) translatey(-11vw);
    }
  }
}
@media (max-width: 1440px) and (min-width: 1401px) {
  .linguini .content-BG .escape-waiter-wrapper-base {
    margin-left: 0vw;
    margin-top: 0vw;
    width: 100%;
  }
  @-webkit-keyframes diagonal {
    0% {
      transform: translatex(4vw) translatey(-5vw);
    }
    100% {
      transform: translatex(2vw) translatey(-8vw);
    }
  }
  @-moz-keyframes diagonal {
    0% {
      transform: translatex(4vw) translatey(-5vw);
    }
    100% {
      transform: translatex(2vw) translatey(-8vw);
    }
  }
  @-o-keyframes diagonal {
    0% {
      transform: translatex(4vw) translatey(-5vw);
    }
    100% {
      transform: translatex(2vw) translatey(-8vw);
    }
  }
  @keyframes diagonal {
    0% {
      transform: translatex(4vw) translatey(-5vw);
    }
    100% {
      transform: translatex(2vw) translatey(-8vw);
    }
  }
}
@media (max-width: 1400px) and (min-width: 1301px) {
  .linguini .content-BG .escape-waiter-wrapper-base {
    margin-left: 0vw;
    margin-top: 0vw;
    width: 100%;
  }
  @-webkit-keyframes diagonal {
    0% {
      transform: translatex(4vw) translatey(-4vw);
    }
    100% {
      transform: translatex(2vw) translatey(-6vw);
    }
  }
  @-moz-keyframes diagonal {
    0% {
      transform: translatex(4vw) translatey(-4vw);
    }
    100% {
      transform: translatex(2vw) translatey(-6vw);
    }
  }
  @-o-keyframes diagonal {
    0% {
      transform: translatex(4vw) translatey(-4vw);
    }
    100% {
      transform: translatex(2vw) translatey(-6vw);
    }
  }
  @keyframes diagonal {
    0% {
      transform: translatex(4vw) translatey(-4vw);
    }
    100% {
      transform: translatex(2vw) translatey(-6vw);
    }
  }
}
@media (max-width: 1300px) and (min-width: 1221px) {
  .linguini .content-BG .escape-waiter-wrapper-base {
    margin-left: 0vw;
    margin-top: 0vw;
    width: 100%;
  }
  @-webkit-keyframes diagonal {
    0% {
      transform: translatex(4vw) translatey(-3vw);
    }
    100% {
      transform: translatex(2vw) translatey(-7vw);
    }
  }
  @-moz-keyframes diagonal {
    0% {
      transform: translatex(4vw) translatey(-3vw);
    }
    100% {
      transform: translatex(2vw) translatey(-7vw);
    }
  }
  @-o-keyframes diagonal {
    0% {
      transform: translatex(4vw) translatey(-3vw);
    }
    100% {
      transform: translatex(2vw) translatey(-7vw);
    }
  }
  @keyframes diagonal {
    0% {
      transform: translatex(4vw) translatey(-3vw);
    }
    100% {
      transform: translatex(2vw) translatey(-7vw);
    }
  }
}
@media (max-width: 1220px) and (min-width: 1201px) {
  .linguini .content-BG .escape-waiter-wrapper-base {
    margin-left: 0vw;
    margin-top: 0vw;
    width: 100%;
  }
  @-webkit-keyframes diagonal {
    0% {
      transform: translatex(4vw) translatey(2vw);
    }
    100% {
      transform: translatex(-1vw) translatey(-2vw);
    }
  }
  @-moz-keyframes diagonal {
    0% {
      transform: translatex(4vw) translatey(2vw);
    }
    100% {
      transform: translatex(-1vw) translatey(-2vw);
    }
  }
  @-o-keyframes diagonal {
    0% {
      transform: translatex(4vw) translatey(2vw);
    }
    100% {
      transform: translatex(-1vw) translatey(-2vw);
    }
  }
  @keyframes diagonal {
    0% {
      transform: translatex(4vw) translatey(2vw);
    }
    100% {
      transform: translatex(-1vw) translatey(-2vw);
    }
  }
}
@media (max-width: 1200px) and (min-width: 1020px) {
  .linguini .content-BG .escape-waiter-wrapper-base {
    margin-left: 0vw;
    margin-top: 0vw;
  }
  @-webkit-keyframes diagonal {
    0% {
      transform: translatex(4vw) translatey(4vw);
    }
    100% {
      transform: translatex(2vw) translatey(0vw);
    }
  }
  @-moz-keyframes diagonal {
    0% {
      transform: translatex(4vw) translatey(4vw);
    }
    100% {
      transform: translatex(2vw) translatey(0vw);
    }
  }
  @-o-keyframes diagonal {
    0% {
      transform: translatex(4vw) translatey(4vw);
    }
    100% {
      transform: translatex(2vw) translatey(0vw);
    }
  }
  @keyframes diagonal {
    0% {
      transform: translatex(4vw) translatey(4vw);
    }
    100% {
      transform: translatex(2vw) translatey(0vw);
    }
  }
}
.linguini .content-BG .escape-waiter-wrapper-animated {
  position: absolute;
  width: 20%;
  margin-left: 0;
  margin-top: 0;
  -webkit-animation: diagonalAnimated 3s normal forwards;
  -moz-animation: diagonalAnimated 3s normal forwards;
  -o-animation: diagonalAnimated 3s normal forwards;
  animation: diagonalAnimated 3s normal forwards;
}
@-webkit-keyframes diagonalAnimated {
  0% {
    transform: translatex(0vw) translatey(3vw);
  }
  100% {
    transform: translatex(3vw) translatey(7vw);
  }
}
@-moz-keyframes diagonalAnimated {
  0% {
    transform: translatex(0vw) translatey(3vw);
  }
  100% {
    transform: translatex(3vw) translatey(7vw);
  }
}
@-o-keyframes diagonalAnimated {
  0% {
    transform: translatex(0vw) translatey(3vw);
  }
  100% {
    transform: translatex(3vw) translatey(7vw);
  }
}
@keyframes diagonalAnimated {
  0% {
    transform: translatex(0vw) translatey(3vw);
  }
  100% {
    transform: translatex(3vw) translatey(7vw);
  }
}
@media (min-width: 1901px) {
  .linguini .content-BG .escape-waiter-wrapper-animated {
    margin-left: 5vw;
    margin-top: -8vw;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
  }
  @-webkit-keyframes diagonalAnimated {
    0% {
      transform: translatex(3vw) translatey(-13vw);
    }
    100% {
      transform: translatex(5vw) translatey(-10vw);
    }
  }
  @-moz-keyframes diagonalAnimated {
    0% {
      transform: translatex(3vw) translatey(-13vw);
    }
    100% {
      transform: translatex(5vw) translatey(-10vw);
    }
  }
  @-o-keyframes diagonalAnimated {
    0% {
      transform: translatex(3vw) translatey(-13vw);
    }
    100% {
      transform: translatex(5vw) translatey(-10vw);
    }
  }
  @keyframes diagonalAnimated {
    0% {
      transform: translatex(3vw) translatey(-13vw);
    }
    100% {
      transform: translatex(5vw) translatey(-10vw);
    }
  }
}
@media (max-width: 1900px) and (min-width: 1701px) {
  .linguini .content-BG .escape-waiter-wrapper-animated {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
  }
  @-webkit-keyframes diagonalAnimated {
    0% {
      transform: translatex(3vw) translatey(-13vw);
    }
    100% {
      transform: translatex(5vw) translatey(-10vw);
    }
  }
  @-moz-keyframes diagonalAnimated {
    0% {
      transform: translatex(3vw) translatey(-13vw);
    }
    100% {
      transform: translatex(5vw) translatey(-10vw);
    }
  }
  @-o-keyframes diagonalAnimated {
    0% {
      transform: translatex(3vw) translatey(-13vw);
    }
    100% {
      transform: translatex(5vw) translatey(-10vw);
    }
  }
  @keyframes diagonalAnimated {
    0% {
      transform: translatex(3vw) translatey(-13vw);
    }
    100% {
      transform: translatex(5vw) translatey(-10vw);
    }
  }
}
@media (max-width: 1700px) and (min-width: 1441px) {
  .linguini .content-BG .escape-waiter-wrapper-animated {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
  }
  @-webkit-keyframes diagonalAnimated {
    0% {
      transform: translatex(3vw) translatey(-11vw);
    }
    100% {
      transform: translatex(5vw) translatey(-8vw);
    }
  }
  @-moz-keyframes diagonalAnimated {
    0% {
      transform: translatex(3vw) translatey(-11vw);
    }
    100% {
      transform: translatex(5vw) translatey(-8vw);
    }
  }
  @-o-keyframes diagonalAnimated {
    0% {
      transform: translatex(3vw) translatey(-11vw);
    }
    100% {
      transform: translatex(5vw) translatey(-8vw);
    }
  }
  @keyframes diagonalAnimated {
    0% {
      transform: translatex(3vw) translatey(-11vw);
    }
    100% {
      transform: translatex(5vw) translatey(-8vw);
    }
  }
}
@media (max-width: 1440px) and (min-width: 1401px) {
  .linguini .content-BG .escape-waiter-wrapper-animated {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
  }
  @-webkit-keyframes diagonalAnimated {
    0% {
      transform: translatex(2vw) translatey(-7vw);
    }
    100% {
      transform: translatex(4vw) translatey(-5vw);
    }
  }
  @-moz-keyframes diagonalAnimated {
    0% {
      transform: translatex(2vw) translatey(-7vw);
    }
    100% {
      transform: translatex(4vw) translatey(-5vw);
    }
  }
  @-o-keyframes diagonalAnimated {
    0% {
      transform: translatex(2vw) translatey(-7vw);
    }
    100% {
      transform: translatex(4vw) translatey(-5vw);
    }
  }
  @keyframes diagonalAnimated {
    0% {
      transform: translatex(2vw) translatey(-7vw);
    }
    100% {
      transform: translatex(4vw) translatey(-5vw);
    }
  }
}
@media (max-width: 1400px) and (min-width: 1301px) {
  .linguini .content-BG .escape-waiter-wrapper-animated {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
  }
  @-webkit-keyframes diagonalAnimated {
    0% {
      transform: translatex(2vw) translatey(-6vw);
    }
    100% {
      transform: translatex(4vw) translatey(-4vw);
    }
  }
  @-moz-keyframes diagonalAnimated {
    0% {
      transform: translatex(2vw) translatey(-6vw);
    }
    100% {
      transform: translatex(4vw) translatey(-4vw);
    }
  }
  @-o-keyframes diagonalAnimated {
    0% {
      transform: translatex(2vw) translatey(-6vw);
    }
    100% {
      transform: translatex(4vw) translatey(-4vw);
    }
  }
  @keyframes diagonalAnimated {
    0% {
      transform: translatex(2vw) translatey(-6vw);
    }
    100% {
      transform: translatex(4vw) translatey(-4vw);
    }
  }
}
@media (max-width: 1300px) and (min-width: 1221px) {
  .linguini .content-BG .escape-waiter-wrapper-animated {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
  }
  @-webkit-keyframes diagonalAnimated {
    0% {
      transform: translatex(2vw) translatey(-7vw);
    }
    100% {
      transform: translatex(4vw) translatey(-3vw);
    }
  }
  @-moz-keyframes diagonalAnimated {
    0% {
      transform: translatex(2vw) translatey(-7vw);
    }
    100% {
      transform: translatex(4vw) translatey(-3vw);
    }
  }
  @-o-keyframes diagonalAnimated {
    0% {
      transform: translatex(2vw) translatey(-7vw);
    }
    100% {
      transform: translatex(4vw) translatey(-3vw);
    }
  }
  @keyframes diagonalAnimated {
    0% {
      transform: translatex(2vw) translatey(-7vw);
    }
    100% {
      transform: translatex(4vw) translatey(-3vw);
    }
  }
}
@media (max-width: 1220px) and (min-width: 1201px) {
  .linguini .content-BG .escape-waiter-wrapper-animated {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
  }
  @-webkit-keyframes diagonalAnimated {
    0% {
      transform: translatex(-1vw) translatey(-2vw);
    }
    100% {
      transform: translatex(4vw) translatey(2vw);
    }
  }
  @-moz-keyframes diagonalAnimated {
    0% {
      transform: translatex(-1vw) translatey(-2vw);
    }
    100% {
      transform: translatex(4vw) translatey(2vw);
    }
  }
  @-o-keyframes diagonalAnimated {
    0% {
      transform: translatex(-1vw) translatey(-2vw);
    }
    100% {
      transform: translatex(4vw) translatey(2vw);
    }
  }
  @keyframes diagonalAnimated {
    0% {
      transform: translatex(-1vw) translatey(-2vw);
    }
    100% {
      transform: translatex(4vw) translatey(2vw);
    }
  }
}
@media (max-width: 1200px) and (min-width: 1020px) {
  .linguini .content-BG .escape-waiter-wrapper-animated {
    margin-left: 0;
    margin-top: 0;
  }
  @-webkit-keyframes diagonalAnimated {
    0% {
      transform: translatex(2vw) translatey(0vw);
    }
    100% {
      transform: translatex(4vw) translatey(4vw);
    }
  }
  @-moz-keyframes diagonalAnimated {
    0% {
      transform: translatex(2vw) translatey(0vw);
    }
    100% {
      transform: translatex(4vw) translatey(4vw);
    }
  }
  @-o-keyframes diagonalAnimated {
    0% {
      transform: translatex(2vw) translatey(0vw);
    }
    100% {
      transform: translatex(4vw) translatey(4vw);
    }
  }
  @keyframes diagonalAnimated {
    0% {
      transform: translatex(2vw) translatey(0vw);
    }
    100% {
      transform: translatex(4vw) translatey(4vw);
    }
  }
}
.linguini .content-BG .character {
  max-width: 90%;
  width: 100%;
  margin-top: -5vw;
  margin-left: -1vw;
  position: relative;
}
@media (max-width: 991px) {
  .linguini .content-BG .character {
    margin-right: 0px;
    width: 100%;
  }
}
@media (max-width: 1440px) and (min-width: 1375px) {
  .linguini .content-BG .character {
    max-width: 110%;
    margin-top: -2vw;
    margin-left: -2vw;
  }
}
@media (max-width: 1374px) and (min-width: 1301px) {
  .linguini .content-BG .character {
    max-width: 110%;
    margin-top: 0vw;
    margin-left: -2vw;
  }
}
@media (max-width: 1300px) and (min-width: 1224px) {
  .linguini .content-BG .character {
    max-width: 110%;
    margin-top: 2vw;
    margin-left: -2vw;
  }
}
@media (max-width: 1223px) and (min-width: 1024px) {
  .linguini .content-BG .character {
    max-width: 110%;
    margin-top: 7vw;
    margin-left: -2vw;
  }
}
@media (max-width: 1023px) and (min-width: 991px) {
  .linguini .content-BG .character {
    margin-left: -8%;
    margin-top: 32%;
  }
}
.linguini .content-BG .escape-fine-dining {
  padding-top: 2%;
  padding-left: 0%;
  margin-left: -2.5vw;
  padding-right: 4vw;
}
@media (min-width: 1901px) {
  .linguini .content-BG .escape-fine-dining {
    padding-right: 6vw;
    padding-top: 1%;
  }
}
@media (max-width: 1900px) and (min-width: 1801px) {
  .linguini .content-BG .escape-fine-dining {
    padding-right: 6vw;
    padding-top: 1%;
  }
}
@media (max-width: 1800px) and (min-width: 1441px) {
  .linguini .content-BG .escape-fine-dining {
    padding-right: 6vw;
  }
}
@media (max-width: 1440px) and (min-width: 1401px) {
  .linguini .content-BG .escape-fine-dining {
    padding-right: 7vw;
  }
}
@media (max-width: 1400px) and (min-width: 1021px) {
  .linguini .content-BG .escape-fine-dining {
    padding-right: 5vw;
  }
}
@media (max-width: 1020px) and (min-width: 992px) {
  .linguini .content-BG .escape-fine-dining {
    padding-right: 4vw;
  }
}
@media (max-width: 991px) {
  .linguini .content-BG .escape-fine-dining {
    margin-left: 0vw;
  }
}
.linguini .video-thumbnail {
  width: 100%;
  height: 800px;
  position: absolute;
  background-color: #242C35;
  z-index: 4;
}
.linguini .video {
  width: 100%;
  height: 600px;
}
.linguini .wrapper {
  width: auto;
  position: relative;
  height: 800px;
}
.linguini .play, .linguini .watch-gameplay {
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef/Play.png);
  background-repeat: no-repeat;
  width: 15%;
  height: 15%;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  z-index: 5;
}
.linguini .watch-gameplay {
  background: none;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  top: 200px;
  width: 100%;
}
.linguini video {
  width: 100%;
}
.linguini .btn-app-store {
  background-color: black;
  position: relative;
  padding-left: 55px;
  padding-right: 20px;
  border-radius: 10px;
  background-color: #000000;
}
.linguini .btn-app-store .appple-logo, .linguini .btn-app-store .google-logo {
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef/Applelogo.png);
  position: absolute;
  height: 33px;
  width: 26px;
  background-size: cover;
  top: 4px;
}
.linguini .btn-app-store .google-logo {
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef/google_logo.png);
  width: 33px;
  top: 6px;
}
.linguini .btn-padding {
  margin-right: 2%;
}
.linguini .btn-app-store i {
  font-size: 2.5em;
  position: absolute;
  left: 10px;
  color: white;
}
.linguini .btn-app-store .small {
  display: block;
  font-size: 8px;
  line-height: 8px;
  margin-bottom: 2px;
  margin-top: 5px;
  color: white;
}
.linguini .big {
  color: white;
}
.linguini .idea-behind {
  padding-bottom: 2%;
  color: #242C35;
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-align: justify;
}
.linguini .sub-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-align: center;
  width: 372px;
}
.linguini .gp-bottom-text {
  padding: 68px 16%;
}
@media (max-width: 991px) {
  .linguini .gp-bottom-text {
    padding: 20px 6%;
  }
}
.linguini .fueled-BG {
  padding-top: 3%;
  margin-left: 21.5%;
  margin-top: 0%;
  width: 68vw;
  height: 70vw;
  transform: skew(35deg);
  background-image: linear-gradient(#8efff3, white);
}
@media (min-width: 1901px) {
  .linguini .fueled-BG .pursuit-content {
    padding-left: 0vw;
    padding-right: 10vw;
    padding-top: 5vw;
  }
}
@media (max-width: 1900px) and (min-width: 1801px) {
  .linguini .fueled-BG .pursuit-content {
    padding-left: 0vw;
    padding-right: 10vw;
    padding-top: 5vw;
  }
}
@media (max-width: 1800px) and (min-width: 1701px) {
  .linguini .fueled-BG .pursuit-content {
    padding-left: 0vw;
    padding-right: 10vw;
    padding-top: 5vw;
  }
}
@media (max-width: 1700px) and (min-width: 1401px) {
  .linguini .fueled-BG .pursuit-content {
    padding-left: 0vw;
    padding-right: 10vw;
    padding-top: 5vw;
  }
}
@media (max-width: 1400px) and (min-width: 1301px) {
  .linguini .fueled-BG .pursuit-content {
    padding-left: 2vw;
    padding-right: 8vw;
    padding-top: 4vw;
  }
}
@media (max-width: 1300px) and (min-width: 1201px) {
  .linguini .fueled-BG .pursuit-content {
    padding-left: 2vw;
    padding-right: 10vw;
    padding-top: 4vw;
  }
}
@media (max-width: 1200px) and (min-width: 1161px) {
  .linguini .fueled-BG .pursuit-content {
    padding-left: 15vw;
    margin-right: 2vw;
    padding-top: 5vw;
  }
}
@media (max-width: 1160px) and (min-width: 1141px) {
  .linguini .fueled-BG .pursuit-content {
    padding-left: 15vw;
    margin-right: 2vw;
    padding-top: 4vw;
  }
}
@media (max-width: 1140px) and (min-width: 1101px) {
  .linguini .fueled-BG .pursuit-content {
    padding-left: 15vw;
    margin-right: 2vw;
    padding-top: 5vw;
  }
}
@media (max-width: 1100px) and (min-width: 1081px) {
  .linguini .fueled-BG .pursuit-content {
    padding-left: 15vw;
    margin-right: 2vw;
  }
}
@media (max-width: 1080px) and (min-width: 1061px) {
  .linguini .fueled-BG .pursuit-content {
    padding-left: 15vw;
    margin-right: 2vw;
  }
}
@media (max-width: 1060px) and (min-width: 1041px) {
  .linguini .fueled-BG .pursuit-content {
    padding-left: 15vw;
    margin-right: 2vw;
  }
}
@media (max-width: 1040px) and (min-width: 1021px) {
  .linguini .fueled-BG .pursuit-content {
    padding-left: 15vw;
    margin-right: 2vw;
  }
}
@media (max-width: 1020px) and (min-width: 992px) {
  .linguini .fueled-BG .pursuit-content {
    padding-left: 5vw;
  }
}
.linguini .fueled-BG .pursuit-chef-wrapper-base {
  position: absolute;
  width: 60%;
  margin-top: 18vw;
  margin-left: 14vw;
  -webkit-animation: horizontalPursuitChef 3s normal forwards;
  -moz-animation: horizontalPursuitChef 3s normal forwards;
  -o-animation: horizontalPursuitChef 3s normal forwards;
  animation: horizontalPursuitChef 3s normal forwards;
  margin-left: 0;
}
@-webkit-keyframes horizontalPursuitChef {
  0% {
    transform: translatex(11vw);
  }
  100% {
    transform: translatex(15vw);
  }
}
@-moz-keyframes horizontalPursuitChef {
  0% {
    transform: translatex(11vw);
  }
  100% {
    transform: translatex(15vw);
  }
}
@-o-keyframes horizontalPursuitChef {
  0% {
    transform: translatex(11vw);
  }
  100% {
    transform: translatex(15vw);
  }
}
@keyframes horizontalPursuitChef {
  0% {
    transform: translatex(11vw);
  }
  100% {
    transform: translatex(15vw);
  }
}
@media (min-width: 1901px) {
  .linguini .fueled-BG .pursuit-chef-wrapper-base {
    position: absolute;
    width: 100%;
    margin-top: 10vw;
    margin-left: 0;
  }
  @-webkit-keyframes horizontalPursuitChef {
    0% {
      transform: translatex(4vw);
    }
    100% {
      transform: translatex(10vw);
    }
  }
  @-moz-keyframes horizontalPursuitChef {
    0% {
      transform: translatex(4vw);
    }
    100% {
      transform: translatex(10vw);
    }
  }
  @-o-keyframes horizontalPursuitChef {
    0% {
      transform: translatex(4vw);
    }
    100% {
      transform: translatex(10vw);
    }
  }
  @keyframes horizontalPursuitChef {
    0% {
      transform: translatex(4vw);
    }
    100% {
      transform: translatex(10vw);
    }
  }
}
@media (max-width: 1900px) and (min-width: 1801px) {
  .linguini .fueled-BG .pursuit-chef-wrapper-base {
    position: absolute;
    width: 100%;
    margin-top: 10vw;
    margin-left: 0;
  }
  @-webkit-keyframes horizontalPursuitChef {
    0% {
      transform: translatex(5vw);
    }
    100% {
      transform: translatex(10vw);
    }
  }
  @-moz-keyframes horizontalPursuitChef {
    0% {
      transform: translatex(5vw);
    }
    100% {
      transform: translatex(10vw);
    }
  }
  @-o-keyframes horizontalPursuitChef {
    0% {
      transform: translatex(5vw);
    }
    100% {
      transform: translatex(10vw);
    }
  }
  @keyframes horizontalPursuitChef {
    0% {
      transform: translatex(5vw);
    }
    100% {
      transform: translatex(10vw);
    }
  }
}
@media (max-width: 1800px) and (min-width: 1701px) {
  .linguini .fueled-BG .pursuit-chef-wrapper-base {
    position: absolute;
    width: 100%;
    margin-top: 10vw;
    margin-left: 10vw;
    margin-left: 0;
  }
  @-webkit-keyframes horizontalPursuitChef {
    0% {
      transform: translatex(5vw);
    }
    100% {
      transform: translatex(10vw);
    }
  }
  @-moz-keyframes horizontalPursuitChef {
    0% {
      transform: translatex(5vw);
    }
    100% {
      transform: translatex(10vw);
    }
  }
  @-o-keyframes horizontalPursuitChef {
    0% {
      transform: translatex(5vw);
    }
    100% {
      transform: translatex(10vw);
    }
  }
  @keyframes horizontalPursuitChef {
    0% {
      transform: translatex(5vw);
    }
    100% {
      transform: translatex(10vw);
    }
  }
}
@media (max-width: 1700px) and (min-width: 1601px) {
  .linguini .fueled-BG .pursuit-chef-wrapper-base {
    position: absolute;
    width: 100%;
    margin-top: 10vw;
    margin-left: 0;
  }
  @-webkit-keyframes horizontalPursuitChef {
    0% {
      transform: translatex(7vw);
    }
    100% {
      transform: translatex(12vw);
    }
  }
  @-moz-keyframes horizontalPursuitChef {
    0% {
      transform: translatex(7vw);
    }
    100% {
      transform: translatex(12vw);
    }
  }
  @-o-keyframes horizontalPursuitChef {
    0% {
      transform: translatex(7vw);
    }
    100% {
      transform: translatex(12vw);
    }
  }
  @keyframes horizontalPursuitChef {
    0% {
      transform: translatex(7vw);
    }
    100% {
      transform: translatex(12vw);
    }
  }
}
@media (max-width: 1600px) and (min-width: 1501px) {
  .linguini .fueled-BG .pursuit-chef-wrapper-base {
    position: absolute;
    width: 100%;
    margin-top: 12vw;
    margin-left: 0;
  }
  @-webkit-keyframes horizontalPursuitChef {
    0% {
      transform: translatex(7vw);
    }
    100% {
      transform: translatex(12vw);
    }
  }
  @-moz-keyframes horizontalPursuitChef {
    0% {
      transform: translatex(7vw);
    }
    100% {
      transform: translatex(12vw);
    }
  }
  @-o-keyframes horizontalPursuitChef {
    0% {
      transform: translatex(7vw);
    }
    100% {
      transform: translatex(12vw);
    }
  }
  @keyframes horizontalPursuitChef {
    0% {
      transform: translatex(7vw);
    }
    100% {
      transform: translatex(12vw);
    }
  }
}
@media (max-width: 1500px) and (min-width: 1301px) {
  .linguini .fueled-BG .pursuit-chef-wrapper-base {
    position: absolute;
    width: 100%;
    margin-top: 12vw;
    margin-left: 0;
  }
  @-webkit-keyframes horizontalPursuitChef {
    0% {
      transform: translatex(8vw);
    }
    100% {
      transform: translatex(14vw);
    }
  }
  @-moz-keyframes horizontalPursuitChef {
    0% {
      transform: translatex(8vw);
    }
    100% {
      transform: translatex(14vw);
    }
  }
  @-o-keyframes horizontalPursuitChef {
    0% {
      transform: translatex(8vw);
    }
    100% {
      transform: translatex(14vw);
    }
  }
  @keyframes horizontalPursuitChef {
    0% {
      transform: translatex(8vw);
    }
    100% {
      transform: translatex(14vw);
    }
  }
}
@media (max-width: 1300px) and (min-width: 1200px) {
  .linguini .fueled-BG .pursuit-chef-wrapper-base {
    position: absolute;
    width: 100%;
    margin-top: 12vw;
    margin-left: 0;
  }
  @-webkit-keyframes horizontalPursuitChef {
    0% {
      transform: translatex(15vw);
    }
    100% {
      transform: translatex(9vw);
    }
  }
  @-moz-keyframes horizontalPursuitChef {
    0% {
      transform: translatex(15vw);
    }
    100% {
      transform: translatex(9vw);
    }
  }
  @-o-keyframes horizontalPursuitChef {
    0% {
      transform: translatex(15vw);
    }
    100% {
      transform: translatex(9vw);
    }
  }
  @keyframes horizontalPursuitChef {
    0% {
      transform: translatex(15vw);
    }
    100% {
      transform: translatex(9vw);
    }
  }
}
.linguini .fueled-BG .pursuit-chef-wrapper-animated {
  position: absolute;
  width: 60%;
  margin-top: 18vw;
  -webkit-animation: horizontalPursuitChefAnimated 3s normal forwards;
  -moz-animation: horizontalPursuitChefAnimated 3s normal forwards;
  -o-animation: horizontalPursuitChefAnimated 3s normal forwards;
  animation: horizontalPursuitChefAnimated 3s normal forwards;
  margin-left: 0vw;
}
@-webkit-keyframes horizontalPursuitChefAnimated {
  0% {
    transform: translatex(15vw);
  }
  100% {
    transform: translatex(11vw);
  }
}
@-moz-keyframes horizontalPursuitChefAnimated {
  0% {
    transform: translatex(15vw);
  }
  100% {
    transform: translatex(11vw);
  }
}
@-o-keyframes horizontalPursuitChefAnimated {
  0% {
    transform: translatex(15vw);
  }
  100% {
    transform: translatex(11vw);
  }
}
@keyframes horizontalPursuitChefAnimated {
  0% {
    transform: translatex(15vw);
  }
  100% {
    transform: translatex(11vw);
  }
}
@media (min-width: 1901px) {
  .linguini .fueled-BG .pursuit-chef-wrapper-animated {
    position: absolute;
    width: 100%;
    margin-top: 10vw;
    margin-left: 0vw;
  }
  @-webkit-keyframes horizontalPursuitChefAnimated {
    0% {
      transform: translatex(10vw);
    }
    100% {
      transform: translatex(4vw);
    }
  }
  @-moz-keyframes horizontalPursuitChefAnimated {
    0% {
      transform: translatex(10vw);
    }
    100% {
      transform: translatex(4vw);
    }
  }
  @-o-keyframes horizontalPursuitChefAnimated {
    0% {
      transform: translatex(10vw);
    }
    100% {
      transform: translatex(4vw);
    }
  }
  @keyframes horizontalPursuitChefAnimated {
    0% {
      transform: translatex(10vw);
    }
    100% {
      transform: translatex(4vw);
    }
  }
}
@media (max-width: 1900px) and (min-width: 1801px) {
  .linguini .fueled-BG .pursuit-chef-wrapper-animated {
    position: absolute;
    width: 100%;
    margin-top: 10vw;
    margin-left: 0vw;
  }
  @-webkit-keyframes horizontalPursuitChefAnimated {
    0% {
      transform: translatex(10vw);
    }
    100% {
      transform: translatex(5vw);
    }
  }
  @-moz-keyframes horizontalPursuitChefAnimated {
    0% {
      transform: translatex(10vw);
    }
    100% {
      transform: translatex(5vw);
    }
  }
  @-o-keyframes horizontalPursuitChefAnimated {
    0% {
      transform: translatex(10vw);
    }
    100% {
      transform: translatex(5vw);
    }
  }
  @keyframes horizontalPursuitChefAnimated {
    0% {
      transform: translatex(10vw);
    }
    100% {
      transform: translatex(5vw);
    }
  }
}
@media (max-width: 1800px) and (min-width: 1701px) {
  .linguini .fueled-BG .pursuit-chef-wrapper-animated {
    position: absolute;
    width: 70%;
    margin-top: 10vw;
    margin-left: 0vw;
  }
  @-webkit-keyframes horizontalPursuitChefAnimated {
    0% {
      transform: translatex(10vw);
    }
    100% {
      transform: translatex(5vw);
    }
  }
  @-moz-keyframes horizontalPursuitChefAnimated {
    0% {
      transform: translatex(10vw);
    }
    100% {
      transform: translatex(5vw);
    }
  }
  @-o-keyframes horizontalPursuitChefAnimated {
    0% {
      transform: translatex(10vw);
    }
    100% {
      transform: translatex(5vw);
    }
  }
  @keyframes horizontalPursuitChefAnimated {
    0% {
      transform: translatex(10vw);
    }
    100% {
      transform: translatex(5vw);
    }
  }
}
@media (max-width: 1700px) and (min-width: 1601px) {
  .linguini .fueled-BG .pursuit-chef-wrapper-animated {
    position: absolute;
    width: 100%;
    margin-top: 10vw;
    margin-left: 0vw;
  }
  @-webkit-keyframes horizontalPursuitChefAnimated {
    0% {
      transform: translatex(12vw);
    }
    100% {
      transform: translatex(7vw);
    }
  }
  @-moz-keyframes horizontalPursuitChefAnimated {
    0% {
      transform: translatex(12vw);
    }
    100% {
      transform: translatex(7vw);
    }
  }
  @-o-keyframes horizontalPursuitChefAnimated {
    0% {
      transform: translatex(12vw);
    }
    100% {
      transform: translatex(7vw);
    }
  }
  @keyframes horizontalPursuitChefAnimated {
    0% {
      transform: translatex(12vw);
    }
    100% {
      transform: translatex(7vw);
    }
  }
}
@media (max-width: 1600px) and (min-width: 1501px) {
  .linguini .fueled-BG .pursuit-chef-wrapper-animated {
    position: absolute;
    width: 100%;
    margin-top: 12vw;
    margin-left: 0vw;
  }
  @-webkit-keyframes horizontalPursuitChefAnimated {
    0% {
      transform: translatex(12vw);
    }
    100% {
      transform: translatex(7vw);
    }
  }
  @-moz-keyframes horizontalPursuitChefAnimated {
    0% {
      transform: translatex(12vw);
    }
    100% {
      transform: translatex(7vw);
    }
  }
  @-o-keyframes horizontalPursuitChefAnimated {
    0% {
      transform: translatex(12vw);
    }
    100% {
      transform: translatex(7vw);
    }
  }
  @keyframes horizontalPursuitChefAnimated {
    0% {
      transform: translatex(12vw);
    }
    100% {
      transform: translatex(7vw);
    }
  }
}
@media (max-width: 1500px) and (min-width: 1301px) {
  .linguini .fueled-BG .pursuit-chef-wrapper-animated {
    position: absolute;
    width: 100%;
    margin-top: 12vw;
    margin-left: 0vw;
  }
  @-webkit-keyframes horizontalPursuitChefAnimated {
    0% {
      transform: translatex(14vw);
    }
    100% {
      transform: translatex(8vw);
    }
  }
  @-moz-keyframes horizontalPursuitChefAnimated {
    0% {
      transform: translatex(14vw);
    }
    100% {
      transform: translatex(8vw);
    }
  }
  @-o-keyframes horizontalPursuitChefAnimated {
    0% {
      transform: translatex(14vw);
    }
    100% {
      transform: translatex(8vw);
    }
  }
  @keyframes horizontalPursuitChefAnimated {
    0% {
      transform: translatex(14vw);
    }
    100% {
      transform: translatex(8vw);
    }
  }
}
@media (max-width: 1300px) and (min-width: 1200px) {
  .linguini .fueled-BG .pursuit-chef-wrapper-animated {
    position: absolute;
    width: 100%;
    margin-top: 12vw;
    margin-left: 0vw;
  }
  @-webkit-keyframes horizontalPursuitChefAnimated {
    0% {
      transform: translatex(9vw);
    }
    100% {
      transform: translatex(15vw);
    }
  }
  @-moz-keyframes horizontalPursuitChefAnimated {
    0% {
      transform: translatex(9vw);
    }
    100% {
      transform: translatex(15vw);
    }
  }
  @-o-keyframes horizontalPursuitChefAnimated {
    0% {
      transform: translatex(9vw);
    }
    100% {
      transform: translatex(15vw);
    }
  }
  @keyframes horizontalPursuitChefAnimated {
    0% {
      transform: translatex(9vw);
    }
    100% {
      transform: translatex(15vw);
    }
  }
}
@media (min-width: 1901px) {
  .linguini .fueled-BG .zing-animation-wrapper {
    margin-left: 7vw;
    padding-top: 0;
  }
}
@media (max-width: 1900px) and (min-width: 1801px) {
  .linguini .fueled-BG .zing-animation-wrapper {
    margin-left: 7vw;
    padding-top: 0;
  }
}
@media (max-width: 1800px) and (min-width: 1701px) {
  .linguini .fueled-BG .zing-animation-wrapper {
    margin-left: 7vw;
    padding-top: 0;
  }
}
@media (max-width: 1700px) and (min-width: 1601px) {
  .linguini .fueled-BG .zing-animation-wrapper {
    margin-left: 7vw;
    padding-top: 0;
  }
}
@media (max-width: 1600px) and (min-width: 1501px) {
  .linguini .fueled-BG .zing-animation-wrapper {
    margin-left: 6vw;
    padding-top: 0;
  }
}
@media (max-width: 1500px) and (min-width: 1401px) {
  .linguini .fueled-BG .zing-animation-wrapper {
    margin-left: 3vw;
    padding-top: 0;
  }
}
@media (max-width: 1400px) and (min-width: 1300px) {
  .linguini .fueled-BG .zing-animation-wrapper {
    margin-left: 3vw;
    padding-top: 0;
  }
}
@media (max-width: 1200px) and (min-width: 1161px) {
  .linguini .fueled-BG .zing-animation-wrapper {
    margin-left: 3vw;
    padding-top: 2vw;
  }
}
@media (max-width: 1160px) and (min-width: 1141px) {
  .linguini .fueled-BG .zing-animation-wrapper {
    margin-left: 3vw;
    padding-top: 2vw;
  }
}
@media (max-width: 1140px) and (min-width: 1121px) {
  .linguini .fueled-BG .zing-animation-wrapper {
    margin-left: 3vw;
    padding-top: 2vw;
  }
}
@media (max-width: 1120px) and (min-width: 1101px) {
  .linguini .fueled-BG .zing-animation-wrapper {
    margin-left: 3vw;
    padding-top: 2vw;
  }
}
.linguini .fueled-BG .pursuit-inspiration {
  margin-left: -5vw;
}
@media (min-width: 1901px) {
  .linguini .fueled-BG .pursuit-inspiration {
    margin-left: 2vw;
  }
}
@media (max-width: 1900px) and (min-width: 1801px) {
  .linguini .fueled-BG .pursuit-inspiration {
    margin-left: 2vw;
  }
}
@media (max-width: 1800px) and (min-width: 1701px) {
  .linguini .fueled-BG .pursuit-inspiration {
    margin-left: 2vw;
  }
}
@media (max-width: 1700px) and (min-width: 1401px) {
  .linguini .fueled-BG .pursuit-inspiration {
    margin-left: 0vw;
  }
}
@media (max-width: 1200px) and (min-width: 1121px) {
  .linguini .fueled-BG .pursuit-inspiration {
    margin-left: -13vw;
  }
}
@media (max-width: 1120px) and (min-width: 1101px) {
  .linguini .fueled-BG .pursuit-inspiration {
    margin-left: -15vw;
  }
}
@media (max-width: 1100px) and (min-width: 1041px) {
  .linguini .fueled-BG .pursuit-inspiration {
    margin-left: -13vw;
  }
}
@media (max-width: 1040px) and (min-width: 1021px) {
  .linguini .fueled-BG .pursuit-inspiration {
    margin-left: -15vw;
  }
}
@media (max-width: 991px) {
  .linguini .fueled-BG .pursuit-inspiration {
    margin-left: 0;
  }
}
@media (min-width: 1401px) {
  .linguini .fueled-BG {
    padding-top: 1em;
  }
}
@media (max-width: 991px) {
  .linguini .fueled-BG {
    width: 100%;
    background: none;
    margin-left: 0%;
    padding-top: 2%;
    transform: skew(0deg);
  }
}
@media (max-width: 991px) and (min-width: 499px) {
  .linguini .fueled-BG .zombie_03_hidden {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 498px) {
  .linguini .fueled-BG .zombie_03_hidden {
    text-align: center;
  }
}
.linguini .fueled-BG .zoombi_03 {
  max-width: 300%;
  padding-top: 95%;
  margin-left: -35%;
}
@media (min-width: 1901px) {
  .linguini .fueled-BG .zoombi_03 {
    margin-left: -8vw;
    margin-top: -1vw;
  }
}
@media (max-width: 1900px) and (min-width: 1801px) {
  .linguini .fueled-BG .zoombi_03 {
    margin-left: -8vw;
    margin-top: -1vw;
  }
}
@media (max-width: 1800px) and (min-width: 1701px) {
  .linguini .fueled-BG .zoombi_03 {
    margin-left: -8vw;
    margin-top: -1vw;
  }
}
@media (max-width: 1700px) and (min-width: 1601px) {
  .linguini .fueled-BG .zoombi_03 {
    margin-left: -8vw;
    margin-top: -1vw;
  }
}
@media (max-width: 1600px) and (min-width: 1201px) {
  .linguini .fueled-BG .zoombi_03 {
    margin-left: -8vw;
    margin-top: 1vw;
  }
}
@media (max-width: 1200px) and (min-width: 1101px) {
  .linguini .fueled-BG .zoombi_03 {
    max-width: 26vw;
    padding-top: 140%;
  }
}
@media (max-width: 1100px) and (min-width: 992px) {
  .linguini .fueled-BG .zoombi_03 {
    max-width: 25vw;
    padding-top: 160%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .linguini .fueled-BG .zoombi_03 {
    max-width: 100%;
    padding-top: 5vw;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .linguini .fueled-BG .zoombi_03 {
    max-width: 90%;
    padding-top: 5vw;
    margin-left: 0;
    padding-bottom: 10vw;
  }
}
@media (max-width: 991px) and (min-width: 499px) {
  .linguini .fueled-BG .zing-emotions-img-hidden {
    display: flex;
    justify-content: center;
  }
}
.linguini .fueled-BG .zing-emotions-img {
  max-width: 350%;
  margin-left: -9vw;
  padding-top: 10%;
}
@media (min-width: 1901px) {
  .linguini .fueled-BG .zing-emotions-img {
    max-width: 13vw;
    margin-left: -6vw;
    padding-top: 2vw;
  }
}
@media (max-width: 1900px) and (min-width: 1801px) {
  .linguini .fueled-BG .zing-emotions-img {
    max-width: 13vw;
    margin-left: -6vw;
    padding-top: 4vw;
  }
}
@media (max-width: 1800px) and (min-width: 1701px) {
  .linguini .fueled-BG .zing-emotions-img {
    max-width: 13vw;
    margin-left: -6vw;
    padding-top: 4vw;
  }
}
@media (max-width: 1700px) and (min-width: 1641px) {
  .linguini .fueled-BG .zing-emotions-img {
    max-width: 13vw;
    margin-left: -6vw;
    padding-top: 4vw;
  }
}
@media (max-width: 1640px) and (min-width: 1601px) {
  .linguini .fueled-BG .zing-emotions-img {
    max-width: 13vw;
    margin-left: -6vw;
    padding-top: 4vw;
  }
}
@media (max-width: 1600px) and (min-width: 1571px) {
  .linguini .fueled-BG .zing-emotions-img {
    max-width: 13vw;
    margin-left: -6vw;
    padding-top: 2vw;
  }
}
@media (max-width: 1570px) and (min-width: 1501px) {
  .linguini .fueled-BG .zing-emotions-img {
    max-width: 13vw;
    margin-left: -6vw;
    padding-top: 5vw;
  }
}
@media (max-width: 1500px) and (min-width: 1401px) {
  .linguini .fueled-BG .zing-emotions-img {
    max-width: 13vw;
    margin-left: -6vw;
    padding-top: 5vw;
  }
}
@media (max-width: 1400px) and (min-width: 1301px) {
  .linguini .fueled-BG .zing-emotions-img {
    max-width: 13vw;
    margin-left: -6vw;
    padding-top: 6vw;
  }
}
@media (max-width: 1300px) and (min-width: 1201px) {
  .linguini .fueled-BG .zing-emotions-img {
    max-width: 14vw;
    margin-left: -6vw;
    padding-top: 6vw;
  }
}
@media (max-width: 1200px) and (min-width: 1161px) {
  .linguini .fueled-BG .zing-emotions-img {
    max-width: 15vw;
    margin-left: -6vw;
    padding-top: 4vw;
  }
}
@media (max-width: 1160px) and (min-width: 1101px) {
  .linguini .fueled-BG .zing-emotions-img {
    max-width: 15vw;
    margin-left: -6vw;
    padding-top: 5vw;
  }
}
@media (max-width: 1100px) and (min-width: 1041px) {
  .linguini .fueled-BG .zing-emotions-img {
    max-width: 15vw;
    margin-left: -6vw;
    padding-top: 6vw;
  }
}
@media (max-width: 1040px) and (min-width: 1020px) {
  .linguini .fueled-BG .zing-emotions-img {
    max-width: 15vw;
    margin-left: -6vw;
    padding-top: 6vw;
  }
}
@media (max-width: 1019px) and (min-width: 992px) {
  .linguini .fueled-BG .zing-emotions-img {
    max-width: 15vw;
    margin-left: -6vw;
    padding-top: 7vw;
  }
}
@media (max-width: 991px) {
  .linguini .fueled-BG .zing-emotions-img {
    max-width: 90%;
    padding-top: 5vw;
    margin-left: 0;
  }
}
.linguini .fueled-BG .zing-female-img-base {
  margin-left: 0vw;
  -webkit-animation: horizontalZingFemaleImg 3s normal forwards;
  -moz-animation: horizontalZingFemaleImg 3s normal forwards;
  -o-animation: horizontalZingFemaleImg 3s normal forwards;
  animation: horizontalZingFemaleImg 3s normal forwards;
}
@-webkit-keyframes horizontalZingFemaleImg {
  0% {
    transform: translatex(-7vw);
  }
  100% {
    transform: translatex(-6vw);
  }
}
@-moz-keyframes horizontalZingFemaleImg {
  0% {
    transform: translatex(-7vw);
  }
  100% {
    transform: translatex(-6vw);
  }
}
@-o-keyframes horizontalZingFemaleImg {
  0% {
    transform: translatex(-7vw);
  }
  100% {
    transform: translatex(-6vw);
  }
}
@keyframes horizontalZingFemaleImg {
  0% {
    transform: translatex(-7vw);
  }
  100% {
    transform: translatex(-6vw);
  }
}
@media (min-width: 1701px) {
  @-webkit-keyframes horizontalZingFemaleImg {
    0% {
      transform: translatex(-5vw);
    }
    100% {
      transform: translatex(-4vw);
    }
  }
  @-moz-keyframes horizontalZingFemaleImg {
    0% {
      transform: translatex(-5vw);
    }
    100% {
      transform: translatex(-4vw);
    }
  }
  @-o-keyframes horizontalZingFemaleImg {
    0% {
      transform: translatex(-5vw);
    }
    100% {
      transform: translatex(-4vw);
    }
  }
  @keyframes horizontalZingFemaleImg {
    0% {
      transform: translatex(-5vw);
    }
    100% {
      transform: translatex(-4vw);
    }
  }
}
.linguini .fueled-BG .zing-female-img-animated {
  margin-left: 0vw;
  -webkit-animation: horizontalZingFemaleImgAnimated 3s normal forwards;
  -moz-animation: horizontalZingFemaleImgAnimated 3s normal forwards;
  -o-animation: horizontalZingFemaleImgAnimated 3s normal forwards;
  animation: horizontalZingFemaleImgAnimated 3s normal forwards;
}
@-webkit-keyframes horizontalZingFemaleImgAnimated {
  0% {
    transform: translatex(-6vw);
  }
  100% {
    transform: translatex(-7vw);
  }
}
@-moz-keyframes horizontalZingFemaleImgAnimated {
  0% {
    transform: translatex(-6vw);
  }
  100% {
    transform: translatex(-7vw);
  }
}
@-o-keyframes horizontalZingFemaleImgAnimated {
  0% {
    transform: translatex(-6vw);
  }
  100% {
    transform: translatex(-7vw);
  }
}
@keyframes horizontalZingFemaleImgAnimated {
  0% {
    transform: translatex(-6vw);
  }
  100% {
    transform: translatex(-7vw);
  }
}
@media (min-width: 1701px) {
  @-webkit-keyframes horizontalZingFemaleImgAnimated {
    0% {
      transform: translatex(-4vw);
    }
    100% {
      transform: translatex(-5vw);
    }
  }
  @-moz-keyframes horizontalZingFemaleImgAnimated {
    0% {
      transform: translatex(-4vw);
    }
    100% {
      transform: translatex(-5vw);
    }
  }
  @-o-keyframes horizontalZingFemaleImgAnimated {
    0% {
      transform: translatex(-4vw);
    }
    100% {
      transform: translatex(-5vw);
    }
  }
  @keyframes horizontalZingFemaleImgAnimated {
    0% {
      transform: translatex(-4vw);
    }
    100% {
      transform: translatex(-5vw);
    }
  }
}
.linguini .fueled-BG .zing-male-img-base {
  margin-left: 0vw;
  -webkit-animation: horizontalZingMaleImg 5s normal forwards;
  -moz-animation: horizontalZingMaleImg 5s normal forwards;
  -o-animation: horizontalZingMaleImg 5s normal forwards;
  animation: horizontalZingMaleImg 5s normal forwards;
}
@-webkit-keyframes horizontalZingMaleImg {
  0% {
    transform: translatex(-2vw);
  }
  100% {
    transform: translatex(-3vw);
  }
}
@-moz-keyframes horizontalZingMaleImg {
  0% {
    transform: translatex(-2vw);
  }
  100% {
    transform: translatex(-3vw);
  }
}
@-o-keyframes horizontalZingMaleImg {
  0% {
    transform: translatex(-2vw);
  }
  100% {
    transform: translatex(-3vw);
  }
}
@keyframes horizontalZingMaleImg {
  0% {
    transform: translatex(-2vw);
  }
  100% {
    transform: translatex(-3vw);
  }
}
@media (min-width: 1701px) {
  @-webkit-keyframes horizontalZingMaleImg {
    0% {
      transform: translatex(-1vw);
    }
    100% {
      transform: translatex(-2vw);
    }
  }
  @-moz-keyframes horizontalZingMaleImg {
    0% {
      transform: translatex(-1vw);
    }
    100% {
      transform: translatex(-2vw);
    }
  }
  @-o-keyframes horizontalZingMaleImg {
    0% {
      transform: translatex(-1vw);
    }
    100% {
      transform: translatex(-2vw);
    }
  }
  @keyframes horizontalZingMaleImg {
    0% {
      transform: translatex(-1vw);
    }
    100% {
      transform: translatex(-2vw);
    }
  }
}
.linguini .fueled-BG .zing-male-img-animated {
  margin-left: 0vw;
  -webkit-animation: horizontalZingMaleImgAnimated 5s normal forwards;
  -moz-animation: horizontalZingMaleImgAnimated 5s normal forwards;
  -o-animation: horizontalZingMaleImgAnimated 5s normal forwards;
  animation: horizontalZingMaleImgAnimated 5s normal forwards;
}
@-webkit-keyframes horizontalZingMaleImgAnimated {
  0% {
    transform: translatex(-3vw);
  }
  100% {
    transform: translatex(-2vw);
  }
}
@-moz-keyframes horizontalZingMaleImgAnimated {
  0% {
    transform: translatex(-3vw);
  }
  100% {
    transform: translatex(-2vw);
  }
}
@-o-keyframes horizontalZingMaleImgAnimated {
  0% {
    transform: translatex(-3vw);
  }
  100% {
    transform: translatex(-2vw);
  }
}
@keyframes horizontalZingMaleImgAnimated {
  0% {
    transform: translatex(-3vw);
  }
  100% {
    transform: translatex(-2vw);
  }
}
@media (min-width: 1701px) {
  @-webkit-keyframes horizontalZingMaleImgAnimated {
    0% {
      transform: translatex(-2vw);
    }
    100% {
      transform: translatex(-1vw);
    }
  }
  @-moz-keyframes horizontalZingMaleImgAnimated {
    0% {
      transform: translatex(-2vw);
    }
    100% {
      transform: translatex(-1vw);
    }
  }
  @-o-keyframes horizontalZingMaleImgAnimated {
    0% {
      transform: translatex(-2vw);
    }
    100% {
      transform: translatex(-1vw);
    }
  }
  @keyframes horizontalZingMaleImgAnimated {
    0% {
      transform: translatex(-2vw);
    }
    100% {
      transform: translatex(-1vw);
    }
  }
}
.linguini .fueled-BG .zoombi_01 {
  padding-left: 23%;
  padding-top: 140%;
}
@media only screen and (min-width: 1570px) {
  .linguini .fueled-BG .zoombi_01 {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1440px) and (min-width: 1224px) {
  .linguini .fueled-BG .zoombi_01 {
    padding-top: 234%;
    max-width: 110%;
  }
}
@media (max-width: 1224px) and (min-width: 1024px) {
  .linguini .fueled-BG .zoombi_01 {
    padding-left: 23%;
    padding-top: 355%;
    max-width: 115%;
  }
}
@media (max-width: 1023px) and (min-width: 992px) {
  .linguini .fueled-BG .zoombi_01 {
    padding-left: 23%;
    padding-top: 308%;
    max-width: 115%;
  }
}
.linguini .fueled-BG .fueled-img {
  width: 60%;
  float: right;
}
@media (max-width: 991px) {
  .linguini .fueled-BG .fueled-img {
    width: 100%;
  }
}
.linguini .fueled-BG .fuel-BG-subback {
  transform: skew(-35deg);
}
@media (min-width: 1901px) {
  .linguini .fueled-BG .fuel-BG-subback {
    margin-left: -10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 1900px) and (min-width: 1801px) {
  .linguini .fueled-BG .fuel-BG-subback {
    margin-left: -10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 1800px) and (min-width: 1701px) {
  .linguini .fueled-BG .fuel-BG-subback {
    margin-left: -10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 1700px) and (min-width: 1601px) {
  .linguini .fueled-BG .fuel-BG-subback {
    margin-left: -10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 1600px) and (min-width: 1501px) {
  .linguini .fueled-BG .fuel-BG-subback {
    margin-left: -15%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 1500px) and (min-width: 1401px) {
  .linguini .fueled-BG .fuel-BG-subback {
    margin-left: -15%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 1400px) and (min-width: 1300px) {
  .linguini .fueled-BG .fuel-BG-subback {
    margin-left: -15%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 1299px) and (min-width: 1234px) {
  .linguini .fueled-BG .fuel-BG-subback {
    margin-left: -18%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 1233px) and (min-width: 1201px) {
  .linguini .fueled-BG .fuel-BG-subback {
    margin-left: -20%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 1200px) and (min-width: 1101px) {
  .linguini .fueled-BG .fuel-BG-subback {
    margin-left: -33%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 1100px) and (min-width: 992px) {
  .linguini .fueled-BG .fuel-BG-subback {
    margin-left: -33%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .linguini .fueled-BG .fuel-BG-subback {
    padding: 0 5%;
    transform: skew(0deg);
  }
}
@media (max-width: 991px) {
  .linguini .fueled-BG .fuel-BG-subback .fueled-img {
    text-align: center;
  }
}
.linguini .yellow-shade {
  background-image: linear-gradient(white, #ffec9e);
}
.linguini .creative-BG {
  margin-left: 16.5%;
  margin-top: 0%;
  width: 68vw;
  height: auto;
  transform: skew(-25deg);
  background-image: linear-gradient(#fede8900, #fede89);
}
.linguini .creative-BG .knifeAnimation {
  position: absolute;
  width: 56%;
}
@media (min-width: 1901px) {
  .linguini .creative-BG .knifeAnimation {
    position: absolute;
    margin-top: -18.5vw;
    margin-left: 2.8vw;
    width: 40%;
  }
}
@media (max-width: 1900px) and (min-width: 1861px) {
  .linguini .creative-BG .knifeAnimation {
    position: absolute;
    margin-top: -18.5vw;
    margin-left: 3vw;
    width: 40%;
  }
}
@media (max-width: 1860px) and (min-width: 1821px) {
  .linguini .creative-BG .knifeAnimation {
    position: absolute;
    margin-top: -19vw;
    margin-left: 3.5vw;
    width: 40%;
  }
}
@media (max-width: 1820px) and (min-width: 1761px) {
  .linguini .creative-BG .knifeAnimation {
    position: absolute;
    margin-top: -19.5vw;
    margin-left: 4vw;
    width: 40%;
  }
}
@media (max-width: 1760px) and (min-width: 1721px) {
  .linguini .creative-BG .knifeAnimation {
    position: absolute;
    margin-top: -20vw;
    margin-left: 4.5vw;
    width: 42%;
  }
}
@media (max-width: 1720px) and (min-width: 1701px) {
  .linguini .creative-BG .knifeAnimation {
    position: absolute;
    margin-top: -20.5vw;
    margin-left: 5vw;
    width: 43%;
  }
}
@media (max-width: 1700px) and (min-width: 1661px) {
  .linguini .creative-BG .knifeAnimation {
    position: absolute;
    margin-top: -21vw;
    margin-left: 5vw;
    width: 45%;
  }
}
@media (max-width: 1660px) and (min-width: 1641px) {
  .linguini .creative-BG .knifeAnimation {
    position: absolute;
    margin-top: -21vw;
    margin-left: 5.5vw;
    width: 45%;
  }
}
@media (max-width: 1640px) and (min-width: 1601px) {
  .linguini .creative-BG .knifeAnimation {
    position: absolute;
    margin-top: -21.5vw;
    margin-left: 6vw;
    width: 45%;
  }
}
@media (max-width: 1600px) and (min-width: 1571px) {
  .linguini .creative-BG .knifeAnimation {
    position: absolute;
    margin-top: -22.5vw;
    margin-left: 6vw;
    width: 49%;
  }
}
@media (max-width: 1570px) and (min-width: 1541px) {
  .linguini .creative-BG .knifeAnimation {
    position: absolute;
    margin-top: -23vw;
    margin-left: 6.5vw;
    width: 50%;
  }
}
@media (max-width: 1540px) and (min-width: 1501px) {
  .linguini .creative-BG .knifeAnimation {
    position: absolute;
    margin-top: -23.5vw;
    margin-left: 7vw;
    width: 51%;
  }
}
@media (max-width: 1500px) and (min-width: 1461px) {
  .linguini .creative-BG .knifeAnimation {
    position: absolute;
    margin-top: -24vw;
    margin-left: 7.5vw;
    width: 52%;
  }
}
@media (max-width: 1460px) and (min-width: 1441px) {
  .linguini .creative-BG .knifeAnimation {
    position: absolute;
    margin-top: -24.5vw;
    margin-left: 8vw;
    width: 52%;
  }
}
@media (max-width: 1440px) and (min-width: 1421px) {
  .linguini .creative-BG .knifeAnimation {
    position: absolute;
    margin-top: -24.5vw;
    margin-left: 6vw;
    width: 52%;
  }
}
@media (max-width: 1420px) and (min-width: 1401px) {
  .linguini .creative-BG .knifeAnimation {
    position: absolute;
    margin-top: -26vw;
    margin-left: 6.5vw;
    width: 56%;
  }
}
@media (max-width: 1400px) and (min-width: 1371px) {
  .linguini .creative-BG .knifeAnimation {
    position: absolute;
    margin-top: -26vw;
    margin-left: 7vw;
    width: 56%;
  }
}
@media (max-width: 1370px) and (min-width: 1351px) {
  .linguini .creative-BG .knifeAnimation {
    position: absolute;
    margin-top: -26.5vw;
    margin-left: 7.5vw;
    width: 56%;
  }
}
@media (max-width: 1350px) and (min-width: 1321px) {
  .linguini .creative-BG .knifeAnimation {
    position: absolute;
    margin-top: -26.5vw;
    margin-left: 8vw;
    width: 56%;
  }
}
@media (max-width: 1320px) and (min-width: 1301px) {
  .linguini .creative-BG .knifeAnimation {
    position: absolute;
    margin-top: -27vw;
    margin-left: 8.5vw;
    width: 56%;
  }
}
@media (max-width: 1300px) and (min-width: 1281px) {
  .linguini .creative-BG .knifeAnimation {
    position: absolute;
    margin-top: -27vw;
    margin-left: 9vw;
    width: 56%;
  }
}
@media (max-width: 1280px) and (min-width: 1261px) {
  .linguini .creative-BG .knifeAnimation {
    position: absolute;
    margin-top: -27vw;
    margin-left: 9.5vw;
    width: 56%;
  }
}
@media (max-width: 1260px) and (min-width: 1231px) {
  .linguini .creative-BG .knifeAnimation {
    position: absolute;
    margin-top: -28vw;
    margin-left: 10vw;
    width: 56%;
  }
}
@media (max-width: 1230px) and (min-width: 1201px) {
  .linguini .creative-BG .knifeAnimation {
    position: absolute;
    margin-top: -28vw;
    margin-left: 11vw;
    width: 56%;
  }
}
@media (max-width: 1200px) and (min-width: 1121px) {
  .linguini .creative-BG .knifeAnimation {
    position: absolute;
    margin-top: -29vw;
    margin-left: 11vw;
    width: 56%;
  }
}
@media (max-width: 1120px) and (min-width: 992px) {
  .linguini .creative-BG .knifeAnimation {
    position: absolute;
    margin-top: -29vw;
    margin-left: 11vw;
    width: 56%;
  }
}
@media (max-width: 1400px) and (min-width: 1301px) {
  .linguini .creative-BG .fantastic-chef-content-zindex {
    padding-top: 0;
    padding-left: 0;
    margin-top: -3vw;
    padding-right: 2vw;
  }
}
@media (max-width: 1300px) and (min-width: 1201px) {
  .linguini .creative-BG .fantastic-chef-content-zindex {
    padding-top: 0;
    padding-left: 0;
    margin-top: -3vw;
    padding-right: 2vw;
  }
}
@media (max-width: 1200px) and (min-width: 1161px) {
  .linguini .creative-BG .fantastic-chef-content-zindex {
    padding-top: 0;
    padding-left: 0;
  }
}
@media (max-width: 1160px) and (min-width: 1141px) {
  .linguini .creative-BG .fantastic-chef-content-zindex {
    padding-top: 0;
    padding-left: 0;
    padding-right: 2vw;
  }
}
@media (max-width: 1140px) and (min-width: 1121px) {
  .linguini .creative-BG .fantastic-chef-content-zindex {
    padding-top: 0;
    padding-left: 0;
    padding-right: 2vw;
  }
}
@media (max-width: 1120px) and (min-width: 1101px) {
  .linguini .creative-BG .fantastic-chef-content-zindex {
    padding-top: 2vw;
    padding-left: 0;
  }
}
@media (max-width: 1100px) and (min-width: 1071px) {
  .linguini .creative-BG .fantastic-chef-content-zindex {
    padding-top: 2vw;
    padding-left: 0;
  }
}
@media (max-width: 1070px) and (min-width: 1061px) {
  .linguini .creative-BG .fantastic-chef-content-zindex {
    padding-top: 5vw;
    padding-left: 0;
  }
}
@media (max-width: 1060px) and (min-width: 1041px) {
  .linguini .creative-BG .fantastic-chef-content-zindex {
    padding-top: 7vw;
  }
}
@media (max-width: 1040px) and (min-width: 1021px) {
  .linguini .creative-BG .fantastic-chef-content-zindex {
    padding-top: 7vw;
  }
}
@media (max-width: 1020px) and (min-width: 992px) {
  .linguini .creative-BG .fantastic-chef-content-zindex {
    padding-left: 0;
    padding-top: 7vw;
  }
}
@media (min-width: 1901px) {
  .linguini .creative-BG .empowering-content {
    margin-top: 3vw !important;
    margin-left: -2vw !important;
  }
}
@media (max-width: 1900px) and (min-width: 1801px) {
  .linguini .creative-BG .empowering-content {
    margin-top: 2vw !important;
    margin-left: -2vw !important;
  }
}
@media (max-width: 1800px) and (min-width: 1701px) {
  .linguini .creative-BG .empowering-content {
    margin-top: 2vw !important;
    margin-left: -2vw !important;
  }
}
@media (max-width: 1700px) and (min-width: 1601px) {
  .linguini .creative-BG .empowering-content {
    margin-top: 2vw !important;
    margin-left: -2vw !important;
  }
}
@media (max-width: 1600px) and (min-width: 1501px) {
  .linguini .creative-BG .empowering-content {
    margin-top: 1vw !important;
    margin-left: 0vw !important;
  }
}
@media (max-width: 1500px) and (min-width: 1441px) {
  .linguini .creative-BG .empowering-content {
    margin-top: 0vw !important;
    margin-left: 0vw !important;
  }
}
@media (max-width: 1440px) and (min-width: 1401px) {
  .linguini .creative-BG .empowering-content {
    margin-top: 2vw;
    margin-left: 0vw !important;
  }
}
@media (max-width: 1400px) and (min-width: 1345px) {
  .linguini .creative-BG .empowering-content {
    margin-top: -4vw;
  }
}
@media (max-width: 991px) and (min-width: 661px) {
  .linguini .creative-BG .cooking-battle-img-wrapper {
    display: flex;
    justify-content: center;
  }
}
.linguini .creative-BG .cooking-battle-img {
  max-width: 50vw;
  margin-left: -16vw;
  padding-top: 10%;
}
@media (min-width: 1441px) {
  .linguini .creative-BG .cooking-battle-img {
    padding-top: 0;
    margin-left: -14vw;
  }
}
@media (max-width: 1440px) and (min-width: 1400px) {
  .linguini .creative-BG .cooking-battle-img {
    padding-top: 0;
  }
}
@media (max-width: 1400px) and (min-width: 1300px) {
  .linguini .creative-BG .cooking-battle-img {
    padding-top: 0;
    margin-top: 0;
  }
}
@media (max-width: 1200px) and (min-width: 1141px) {
  .linguini .creative-BG .cooking-battle-img {
    padding-top: 0;
    margin-top: -5vw;
  }
}
@media (max-width: 1140px) and (min-width: 1120px) {
  .linguini .creative-BG .cooking-battle-img {
    padding-top: 0;
    margin-top: -1vw;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .linguini .creative-BG .cooking-battle-img {
    max-width: 100%;
    margin-left: 0;
    padding-top: 10%;
  }
}
@media (max-width: 767px) {
  .linguini .creative-BG .cooking-battle-img {
    max-width: 100%;
    margin-left: 0;
    padding-top: 0;
    margin-top: -15vw;
  }
}
.linguini .creative-BG .cooking-battle-text {
  padding-top: 2vw;
  padding-left: 8vw;
}
@media (min-width: 1901px) {
  .linguini .creative-BG .cooking-battle-text {
    padding-top: 4vw;
    padding-left: 4vw;
  }
}
@media (max-width: 1900px) and (min-width: 1801px) {
  .linguini .creative-BG .cooking-battle-text {
    padding-top: 4vw;
    padding-left: 4vw;
  }
}
@media (max-width: 1800px) and (min-width: 1701px) {
  .linguini .creative-BG .cooking-battle-text {
    padding-top: 4vw;
    padding-left: 4vw;
  }
}
@media (max-width: 1700px) and (min-width: 1601px) {
  .linguini .creative-BG .cooking-battle-text {
    padding-top: 4vw;
    padding-left: 4vw;
  }
}
@media (max-width: 1600px) and (min-width: 1501px) {
  .linguini .creative-BG .cooking-battle-text {
    padding-top: 4vw;
    padding-left: 4vw;
  }
}
@media (max-width: 1500px) and (min-width: 1461px) {
  .linguini .creative-BG .cooking-battle-text {
    padding-top: 3vw;
    padding-left: 4vw;
  }
}
@media (max-width: 1460px) and (min-width: 1401px) {
  .linguini .creative-BG .cooking-battle-text {
    padding-top: 4vw;
    padding-left: 4vw;
  }
}
@media (max-width: 1400px) and (min-width: 1327px) {
  .linguini .creative-BG .cooking-battle-text {
    padding-left: 6vw;
    padding-right: 0;
    padding-top: 8vw;
  }
}
@media (max-width: 1326px) and (min-width: 1301px) {
  .linguini .creative-BG .cooking-battle-text {
    padding-left: 6vw;
    padding-right: 0;
    padding-top: 7vw;
  }
}
@media (max-width: 1300px) and (min-width: 1201px) {
  .linguini .creative-BG .cooking-battle-text {
    padding-left: 7vw;
    padding-right: 0;
    padding-top: 7vw;
  }
}
@media (max-width: 1200px) and (min-width: 1161px) {
  .linguini .creative-BG .cooking-battle-text {
    padding-left: 7vw;
    padding-right: 0;
    padding-top: 0;
  }
}
@media (max-width: 1160px) and (min-width: 1141px) {
  .linguini .creative-BG .cooking-battle-text {
    padding-left: 7vw;
    padding-right: 0;
    padding-top: 0;
  }
}
@media (max-width: 1140px) and (min-width: 1121px) {
  .linguini .creative-BG .cooking-battle-text {
    padding-left: 7vw;
    padding-right: 0;
  }
}
@media (max-width: 1120px) and (min-width: 1101px) {
  .linguini .creative-BG .cooking-battle-text {
    padding-left: 7vw;
  }
}
@media (max-width: 991px) {
  .linguini .creative-BG .cooking-battle-text {
    margin-top: -13vw;
    padding-top: 0;
    padding-left: 9vw;
    padding-right: 8vw;
  }
}
.linguini .creative-BG .pursuit-inspiration {
  margin-left: -5vw;
}
@media (min-width: 1500px) {
  .linguini .creative-BG .pursuit-inspiration {
    margin-top: -7vw;
  }
}
@media (max-width: 1500px) and (min-width: 1400px) {
  .linguini .creative-BG .pursuit-inspiration {
    margin-top: -7vw;
  }
}
@media (max-width: 991px) {
  .linguini .creative-BG .pursuit-inspiration {
    padding-right: 4vw;
    padding-left: 5vw;
    margin-left: 0;
  }
}
@media (min-width: 1571px) {
  .linguini .creative-BG .pursuit-inspiration .fantastic-chef-content-zindex {
    margin-left: 4vw;
    padding-top: 0vw;
  }
}
@media (max-width: 1570px) and (min-width: 1400px) {
  .linguini .creative-BG .pursuit-inspiration .fantastic-chef-content-zindex {
    margin-left: 4vw;
    padding-top: 0;
  }
}
@media (min-width: 1571px) {
  .linguini .creative-BG {
    margin-top: 0;
  }
}
@media (max-width: 1570px) and (min-width: 1501px) {
  .linguini .creative-BG {
    margin-top: -5em;
  }
}
@media (max-width: 1500px) and (min-width: 1441px) {
  .linguini .creative-BG {
    margin-top: -3em;
  }
}
@media (max-width: 1440px) and (min-width: 1160px) {
  .linguini .creative-BG {
    margin-top: -4em;
  }
}
@media (max-width: 1129px) and (min-width: 1100px) {
  .linguini .creative-BG {
    margin-left: 13.5%;
    width: 70vw;
  }
}
@media (max-width: 1099px) and (min-width: 1050px) {
  .linguini .creative-BG {
    margin-left: 13.5%;
    width: 70vw;
  }
}
@media (max-width: 1049px) and (min-width: 992px) {
  .linguini .creative-BG {
    margin-left: 13.5%;
    width: 70vw;
  }
}
@media (max-width: 991px) {
  .linguini .creative-BG {
    width: 100%;
    background: none;
    margin-left: 0%;
    padding-top: 2%;
    transform: skew(0deg);
  }
}
.linguini .creative-BG .empowering-img {
  max-width: 53vw;
  position: fixed;
  bottom: 0px;
  right: 0px;
  left: 35vw;
}
@media (min-width: 1781px) {
  .linguini .creative-BG .empowering-img {
    left: 41vw;
  }
}
@media (max-width: 1780px) and (min-width: 1701px) {
  .linguini .creative-BG .empowering-img {
    left: 39vw;
  }
}
@media (max-width: 1700px) and (min-width: 1630px) {
  .linguini .creative-BG .empowering-img {
    left: 37vw;
  }
}
@media (max-width: 1420px) and (min-width: 1149px) {
  .linguini .creative-BG .empowering-img {
    left: 40vw;
  }
}
@media (max-width: 1148px) and (min-width: 1024px) {
  .linguini .creative-BG .empowering-img {
    max-width: 45vw;
    position: fixed;
    bottom: 0;
    right: 0px;
    left: 40vw;
  }
}
@media (max-width: 1023px) and (min-width: 992px) {
  .linguini .creative-BG .empowering-img {
    max-width: 60vw;
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 40vw;
  }
}
@media (max-width: 991px) {
  .linguini .creative-BG .empowering-img {
    max-width: 60vw;
    margin-left: 48%;
    margin-top: -37.7vw;
    opacity: 0.5;
    left: 0;
  }
}
@media (max-width: 991px) and (min-width: 900px) {
  .linguini .creative-BG .dream-text1 {
    width: 72%;
  }
}
@media (max-width: 899px) and (min-width: 850px) {
  .linguini .creative-BG .dream-text1 {
    width: 85%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .linguini .creative-BG .dream-text2 {
    width: 72%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .linguini .creative-BG .dream-text3 {
    width: 72%;
  }
}
.linguini .creative-BG .follow-text-wrapper {
  margin-bottom: 4vw;
}
.linguini .creative-BG .follow-text {
  padding-top: 5vw;
}
@media (min-width: 1440px) {
  .linguini .creative-BG .follow-text {
    padding-top: 3vw;
  }
}
.linguini .creative-BG .zing-emotions-img {
  max-width: 50vw;
  margin-left: -9vw;
  padding-top: 10%;
}
.linguini .creative-BG .zoombi_01 {
  padding-left: 23%;
  padding-top: 140%;
}
@media only screen and (min-width: 1570px) {
  .linguini .creative-BG .zoombi_01 {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1440px) and (min-width: 1224px) {
  .linguini .creative-BG .zoombi_01 {
    padding-top: 234%;
    max-width: 110%;
  }
}
@media (max-width: 1224px) and (min-width: 1024px) {
  .linguini .creative-BG .zoombi_01 {
    padding-left: 23%;
    padding-top: 355%;
    max-width: 115%;
  }
}
@media (max-width: 1023px) and (min-width: 992px) {
  .linguini .creative-BG .zoombi_01 {
    padding-left: 23%;
    padding-top: 308%;
    max-width: 115%;
  }
}
.linguini .creative-BG .fueled-img {
  width: 60%;
  float: right;
}
@media (max-width: 991px) {
  .linguini .creative-BG .fueled-img {
    width: 100%;
  }
}
.linguini .creative-BG .fuel-BG-subback {
  transform: skew(25deg);
}
@media (max-width: 1900px) and (min-width: 1801px) {
  .linguini .creative-BG .fuel-BG-subback {
    margin-top: -3vw;
  }
}
@media (max-width: 1800px) and (min-width: 1701px) {
  .linguini .creative-BG .fuel-BG-subback {
    margin-top: -3vw;
  }
}
@media (max-width: 1700px) and (min-width: 1570px) {
  .linguini .creative-BG .fuel-BG-subback {
    margin-top: -3vw;
  }
}
@media (max-width: 1200px) and (min-width: 1160px) {
  .linguini .creative-BG .fuel-BG-subback {
    margin-left: -3%;
    margin-top: 7vw;
  }
}
@media (max-width: 1159px) and (min-width: 1149px) {
  .linguini .creative-BG .fuel-BG-subback {
    width: 110%;
    margin-left: -3%;
  }
}
@media (max-width: 1048px) and (min-width: 992px) {
  .linguini .creative-BG .fuel-BG-subback {
    width: 102%;
    margin-left: 0%;
  }
}
@media (max-width: 991px) {
  .linguini .creative-BG .fuel-BG-subback {
    transform: skew(0deg);
  }
}
@media (max-width: 991px) {
  .linguini .creative-BG .fuel-BG-subback .fueled-img {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .linguini .be-a-star-chef-title {
    text-align: center;
    margin-top: 5px;
  }
}
.linguini .fueled-padding-right {
  padding-right: 16%;
}
.linguini .fueled-text {
  color: #4A4A4A;
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-align: justify;
}
@media (max-width: 991px) {
  .linguini .fueled-text {
    padding: 0 10%;
  }
}
@media (max-width: 991px) {
  .linguini .fuel-padding {
    padding: 0% 10%;
  }
}
.linguini .carl-text {
  padding-bottom: 10px;
}
.linguini .fueled-text-bottom {
  padding-bottom: 20px;
  text-align: left;
}
@media (max-width: 991px) {
  .linguini .fueled-text-bottom {
    text-align: left;
  }
}
@media (max-width: 387px) {
  .linguini .fueled-text-bottom {
    width: 92%;
  }
}
.linguini .italic-text {
  color: #4A4A4A;
  font-size: 20px;
  font-style: italic;
  line-height: 27px;
  text-align: justify;
  padding-bottom: 5%;
}
@media (max-width: 991px) {
  .linguini .italic-text {
    padding: 0% 10%;
    padding-bottom: 5%;
    font-weight: 500;
  }
}
.linguini .responsivGallery-name {
  color: #4A4A4A;
  font-family: "Montserratlight";
  font-size: 25px;
  font-weight: 700;
  line-height: 39px;
}
.linguini .responsivGallery-desc {
  font-style: italic;
  color: #4A4A4A;
  font-size: 14px;
  font-weight: 100;
  line-height: 27px;
  text-align: center;
  font-family: "Montserratlight";
}
.linguini .responsivGallery-sub-name {
  color: #4A4A4A;
  font-size: 18px;
  font-weight: 300;
  text-align: justify;
  line-height: 27px;
}
.linguini .w-gallery {
  opacity: 1;
  margin-top: 5vw;
}
@media (min-width: 1901px) {
  .linguini .w-gallery {
    margin-top: -18em;
    margin-bottom: 20em;
  }
}
@media (max-width: 1900px) and (min-width: 1801px) {
  .linguini .w-gallery {
    margin-top: -16em;
    margin-bottom: 19em;
  }
}
@media (max-width: 1800px) and (min-width: 1701px) {
  .linguini .w-gallery {
    margin-top: -13em;
    margin-bottom: 19em;
  }
}
@media (max-width: 1700px) and (min-width: 1681px) {
  .linguini .w-gallery {
    margin-top: -10em;
    margin-bottom: 19em;
  }
}
@media (max-width: 1680px) and (min-width: 1631px) {
  .linguini .w-gallery {
    margin-top: -10em;
    margin-bottom: 19em;
  }
}
@media (max-width: 1630px) and (min-width: 1601px) {
  .linguini .w-gallery {
    margin-top: -6em;
    margin-bottom: 19em;
  }
}
@media (max-width: 1600px) and (min-width: 1571px) {
  .linguini .w-gallery {
    margin-top: -5vw;
    margin-bottom: 19em;
  }
}
@media (max-width: 1570px) and (min-width: 1530px) {
  .linguini .w-gallery {
    margin-top: -3vw;
    margin-bottom: 19em;
  }
}
@media (max-width: 1529px) and (min-width: 1501px) {
  .linguini .w-gallery {
    margin-top: -1vw;
    margin-bottom: 19em;
  }
}
@media (max-width: 1500px) and (min-width: 1461px) {
  .linguini .w-gallery {
    margin-top: 0vw;
    margin-bottom: 20em;
  }
}
@media (max-width: 1460px) and (min-width: 1400px) {
  .linguini .w-gallery {
    margin-top: 1vw;
    margin-bottom: 20em;
  }
}
@media (max-width: 1399px) and (min-width: 1386px) {
  .linguini .w-gallery {
    margin-top: 4em;
    margin-bottom: 20em;
  }
}
@media (max-width: 1385px) and (min-width: 1371px) {
  .linguini .w-gallery {
    margin-top: 5em;
    margin-bottom: 20em;
  }
}
@media (max-width: 1370px) and (min-width: 1350px) {
  .linguini .w-gallery {
    margin-top: 5em;
    margin-bottom: 20em;
  }
}
@media (max-width: 1349px) and (min-width: 1321px) {
  .linguini .w-gallery {
    margin-top: 8em;
    margin-bottom: 17em;
  }
}
@media (max-width: 1320px) and (min-width: 1301px) {
  .linguini .w-gallery {
    margin-top: 9em;
    margin-bottom: 17em;
  }
}
@media (max-width: 1300px) and (min-width: 1260px) {
  .linguini .w-gallery {
    margin-top: 10em;
    margin-bottom: 17em;
  }
}
@media (max-width: 1259px) and (min-width: 1224px) {
  .linguini .w-gallery {
    margin-top: 11em;
    margin-bottom: 19em;
  }
}
@media (max-width: 1223px) and (min-width: 1201px) {
  .linguini .w-gallery {
    margin-top: 12em;
    margin-bottom: 19em;
  }
}
@media (max-width: 1200px) and (min-width: 1161px) {
  .linguini .w-gallery {
    margin-top: 16em;
    margin-bottom: 19em;
  }
}
@media (max-width: 1160px) and (min-width: 1141px) {
  .linguini .w-gallery {
    margin-top: 16em;
    margin-bottom: 19em;
  }
}
@media (max-width: 1140px) and (min-width: 1121px) {
  .linguini .w-gallery {
    margin-top: 17em;
    margin-bottom: 19em;
  }
}
@media (max-width: 1120px) and (min-width: 1101px) {
  .linguini .w-gallery {
    margin-top: 19em;
    margin-bottom: 19em;
  }
}
@media (max-width: 1100px) and (min-width: 1081px) {
  .linguini .w-gallery {
    margin-top: 17em;
    margin-bottom: 19em;
  }
}
@media (max-width: 1080px) and (min-width: 1071px) {
  .linguini .w-gallery {
    margin-top: 20em;
    margin-bottom: 19em;
  }
}
@media (max-width: 1070px) and (min-width: 1050px) {
  .linguini .w-gallery {
    margin-top: 20em;
    margin-bottom: 19em;
  }
}
@media (max-width: 1049px) and (min-width: 1021px) {
  .linguini .w-gallery {
    margin-top: 22em;
    margin-bottom: 17em;
  }
}
@media (max-width: 1020px) and (min-width: 992px) {
  .linguini .w-gallery {
    margin-top: 18em;
    margin-bottom: 20em;
  }
}
@media (max-width: 991px) and (min-width: 950px) {
  .linguini .w-gallery {
    margin-top: 64em;
    margin-bottom: 5em;
  }
}
@media (max-width: 949px) and (min-width: 900px) {
  .linguini .w-gallery {
    margin-top: 66em;
    margin-bottom: 5em;
  }
}
@media (max-width: 899px) and (min-width: 870px) {
  .linguini .w-gallery {
    margin-top: 68em;
    margin-bottom: 5em;
  }
}
@media (max-width: 869px) and (min-width: 820px) {
  .linguini .w-gallery {
    margin-top: 70em;
    margin-bottom: 5em;
  }
}
@media (max-width: 819px) and (min-width: 768px) {
  .linguini .w-gallery {
    margin-top: 74em;
    margin-bottom: 5em;
  }
}
@media (max-width: 767px) and (min-width: 750px) {
  .linguini .w-gallery {
    margin-top: 76em;
    margin-bottom: 5em;
  }
}
@media (max-width: 749px) and (min-width: 720px) {
  .linguini .w-gallery {
    margin-top: 78em;
    margin-bottom: 5em;
  }
}
@media (max-width: 719px) and (min-width: 700px) {
  .linguini .w-gallery {
    margin-top: 80em;
    margin-bottom: 5em;
  }
}
@media (max-width: 699px) and (min-width: 660px) {
  .linguini .w-gallery {
    margin-top: 82em;
    margin-bottom: 5em;
  }
}
@media (max-width: 659px) and (min-width: 630px) {
  .linguini .w-gallery {
    margin-top: 84em;
    margin-bottom: 5em;
  }
}
@media (max-width: 629px) and (min-width: 600px) {
  .linguini .w-gallery {
    margin-top: 86em;
    margin-bottom: 5em;
  }
}
@media (max-width: 599px) and (min-width: 580px) {
  .linguini .w-gallery {
    margin-top: 92em;
    margin-bottom: 5em;
  }
}
@media (max-width: 579px) and (min-width: 560px) {
  .linguini .w-gallery {
    margin-top: 95em;
    margin-bottom: 5em;
  }
}
@media (max-width: 559px) and (min-width: 520px) {
  .linguini .w-gallery {
    margin-top: 93em;
  }
}
@media (max-width: 519px) and (min-width: 500px) {
  .linguini .w-gallery {
    margin-top: 96em;
  }
}
@media (max-width: 499px) and (min-width: 440px) {
  .linguini .w-gallery {
    margin-top: 100em;
  }
}
@media (max-width: 439px) and (min-width: 420px) {
  .linguini .w-gallery {
    margin-top: 108em;
  }
}
@media (max-width: 419px) and (min-width: 375px) {
  .linguini .w-gallery {
    margin-top: 110em;
  }
}
@media (max-width: 374px) and (min-width: 365px) {
  .linguini .w-gallery {
    margin-top: 114em;
  }
}
@media (max-width: 364px) {
  .linguini .w-gallery {
    margin-top: 117em;
  }
}
.linguini .wGalleryHide {
  opacity: 0;
}
.linguini .wGalleryAnimation {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 559px) {
  .linguini .responsiveGallery-btn_prev {
    background-size: 50%;
  }
}
@media (max-width: 560px) {
  .linguini .responsiveGallery-btn_next {
    background-size: 50%;
  }
}
@media (max-width: 1000px) and (min-width: 992px) {
  .linguini .w-gallery .responsiveGallery-wrapper {
    padding-top: 25%;
  }
}
.linguini .w-gallery .responsiveGallery-wrapper ul > li:nth-child(2n+1) {
  clear: both;
}
@media (max-width: 2000px) and (min-width: 561px) {
  .linguini .w-gallery .responsiveGallery-wrapper .responsiveGallery-item {
    width: 33.3%;
  }
}
.linguini .w-gallery .responsiveGallery-wrapper .responsiveGallery-item .spinnerShow {
  visibility: hidden;
}
.linguini .w-gallery .responsiveGallery-wrapper .responsiveGallery-item .w-responsivGallery-info {
  visibility: hidden;
  opacity: 0;
  transition-property: opacity;
  transition-delay: 0.5s;
  width: 200%;
  margin-left: -50%;
}
@media (max-width: 560px) and (min-width: 401px) {
  .linguini .w-gallery .responsiveGallery-wrapper .responsiveGallery-item .w-responsivGallery-info {
    opacity: 1;
    visibility: visible;
  }
  .linguini .w-gallery .responsiveGallery-wrapper .responsiveGallery-item .w-responsivGallery-info .responsivGallery-desc {
    opacity: 0;
  }
}
@media (max-width: 400px) {
  .linguini .w-gallery .responsiveGallery-wrapper .responsiveGallery-item .w-responsivGallery-info {
    opacity: 1;
    visibility: visible;
    padding-top: 0;
  }
  .linguini .w-gallery .responsiveGallery-wrapper .responsiveGallery-item .w-responsivGallery-info .responsivGallery-desc {
    opacity: 0;
  }
}
.linguini .w-gallery .responsiveGallery-wrapper .responsiveGallery-item .responsivGallery-link img {
  width: 100%;
}
.linguini .w-gallery .responsiveGallery-wrapper .selected .spinnerShow {
  visibility: visible;
}
.linguini .w-gallery .responsiveGallery-wrapper .selected .w-responsivGallery-info {
  visibility: visible;
  opacity: 1;
}
.linguini .w-gallery .responsiveGallery-wrapper .selected .responsivGallery-link img {
  width: 100%;
}
.linguini .center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.linguini .spinner {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
.linguini .spinAlign {
  float: right;
  margin-top: -55%;
  visibility: hidden;
}
.linguini .spinAlignComic {
  margin-left: 45%;
  margin-top: -16%;
  z-index: 4;
  position: absolute;
  cursor: pointer;
  visibility: hidden;
}
@media (min-width: 1571px) {
  .linguini .spinAlignComic {
    margin-left: 44%;
    margin-top: -7em;
  }
}
@media (max-width: 1570px) and (min-width: 365px) {
  .linguini .spinAlignComic {
    margin-left: 12em;
    margin-top: -6em;
  }
}
@media (max-width: 364px) {
  .linguini .spinAlignComic {
    margin-left: 11em;
    margin-top: -6em;
  }
}
.linguini .spinAlignComicShow {
  visibility: visible;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.linguini .evolution {
  opacity: 1;
  transform: scaleX(1);
  border-radius: 50px;
  width: 90%;
  height: auto;
  margin-left: 5.5%;
  margin-top: -24%;
}
@media (max-width: 991px) and (min-width: 562px) {
  .linguini .evolution {
    margin-top: -40%;
  }
}
@media (max-width: 561px) and (min-width: 401px) {
  .linguini .evolution {
    margin-top: -30em;
    width: 50vw;
    height: 20em;
    margin-left: 0;
    left: 25vw;
  }
}
@media (max-width: 400px) {
  .linguini .evolution {
    margin-top: -28em;
    width: 50vw;
    margin-left: 0;
    left: 25vw;
  }
}
.linguini .evolution-wrapper {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding-top: 2%;
  padding-bottom: 3%;
}
@media (max-width: 768px) {
  .linguini .evolution-wrapper {
    padding-bottom: 5%;
  }
}
.linguini .evolution-wrapper .evolution-item {
  z-index: 0;
  opacity: 0;
  display: inline-block;
  width: 11%;
  transition: opacity 1s ease;
}
@media (max-width: 767px) {
  .linguini .evolution-wrapper .evolution-item {
    width: 11%;
  }
}
@media (max-width: 1440px) and (min-width: 1224px) {
  .linguini .evolution-wrapper .evolution-item img {
    height: auto;
    max-width: 104%;
  }
}
.linguini .evolution-wrapper .item1 {
  margin-left: 3%;
  opacity: 0;
}
@media (max-width: 561px) {
  .linguini .evolution-wrapper .item1 {
    display: none;
  }
}
.linguini .evolution-wrapper .item2 {
  margin-left: 8%;
  opacity: 0;
}
@media (max-width: 561px) {
  .linguini .evolution-wrapper .item2 {
    display: none;
  }
}
.linguini .evolution-wrapper .item3 {
  margin-left: 11%;
  opacity: 0;
}
@media (max-width: 561px) {
  .linguini .evolution-wrapper .item3 {
    display: none;
  }
}
.linguini .evolution-wrapper .item4 {
  margin-left: 8%;
  opacity: 0;
}
@media (max-width: 561px) {
  .linguini .evolution-wrapper .item4 {
    display: none;
  }
}
.linguini .evolution-wrapper .item5 {
  margin-left: 10%;
  opacity: 0;
}
.linguini .evolution-wrapper .activeItem {
  opacity: 1;
}
@media (max-width: 561px) and (min-width: 371px) {
  .linguini .evolution-wrapper .activeItem {
    width: auto;
    margin-left: 8vw;
  }
}
@media (max-width: 370px) {
  .linguini .evolution-wrapper .activeItem {
    width: auto;
    margin-left: 3vw;
  }
}
.linguini .evolutionButtonsHide {
  display: none;
}
.linguini .evolutionButtonsShow {
  display: block;
  opacity: 1;
  margin-top: -2%;
  position: relative;
  z-index: 2;
  padding-bottom: 5%;
}
.linguini .evolutionButtonsShow .evolutionBtnWrapper {
  margin-top: 21.5%;
}
@media (min-width: 1845px) {
  .linguini .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 17.3em;
  }
}
@media (max-width: 1844px) and (min-width: 1781px) {
  .linguini .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 16.5em;
  }
}
@media (max-width: 1780px) and (min-width: 1741px) {
  .linguini .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 15.5em;
  }
}
@media (max-width: 1740px) and (min-width: 1651px) {
  .linguini .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 15em;
  }
}
@media (max-width: 1650px) and (min-width: 1571px) {
  .linguini .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 14em;
  }
}
@media (max-width: 1570px) and (min-width: 1521px) {
  .linguini .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 13em;
  }
}
@media (max-width: 1520px) and (min-width: 1441px) {
  .linguini .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 12.5em;
  }
}
@media (max-width: 1440px) and (min-width: 1401px) {
  .linguini .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 12em;
  }
}
@media (max-width: 1400px) and (min-width: 1351px) {
  .linguini .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 11em;
  }
}
@media (max-width: 1350px) and (min-width: 1301px) {
  .linguini .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 10.5em;
  }
}
@media (max-width: 1300px) and (min-width: 1224px) {
  .linguini .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 10em;
  }
}
@media (max-width: 1224px) and (min-width: 1171px) {
  .linguini .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 9em;
  }
}
@media (max-width: 1170px) and (min-width: 1120px) {
  .linguini .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 8.5em;
  }
}
@media (max-width: 1119px) and (min-width: 1051px) {
  .linguini .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 8em;
  }
}
@media (max-width: 1050px) and (min-width: 992px) {
  .linguini .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 7.5em;
  }
}
@media (max-width: 991px) and (min-width: 930px) {
  .linguini .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 9.5em;
  }
}
@media (max-width: 930px) and (min-width: 901px) {
  .linguini .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 6.5em;
  }
}
@media (max-width: 900px) and (min-width: 845px) {
  .linguini .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 8em;
  }
}
@media (max-width: 844px) and (min-width: 780px) {
  .linguini .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 7.5em;
  }
}
@media (max-width: 780px) and (min-width: 771px) {
  .linguini .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 7em;
  }
}
@media (max-width: 770px) and (min-width: 759px) {
  .linguini .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 8.5em;
  }
}
@media (max-width: 771px) and (min-width: 759px) {
  .linguini .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 8.5em;
  }
}
@media (max-width: 758px) and (min-width: 680px) {
  .linguini .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 8em;
  }
}
@media (max-width: 679px) and (min-width: 620px) {
  .linguini .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 7em;
  }
}
@media (max-width: 619px) {
  .linguini .evolutionButtonsShow .evolutionBtnWrapper {
    margin-top: 6em;
  }
}
.linguini .evolutionButtonsShow .evolutionBtnWrapper .evolutionBtn .dropcap {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border-style: solid;
  border-width: 2px;
  color: gray;
  font-weight: 700;
  height: 42px;
  width: 42px;
  display: inline-block;
  float: left;
  font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  font-size: 23px;
  line-height: 36px;
  margin: 0 7px 0 0;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 992px) {
  .linguini .evolutionButtonsShow .evolutionBtnWrapper .evolutionBtn .dropcap {
    border-radius: 20px;
    height: 34px;
    width: 34px;
    font-size: 20px;
    line-height: 28px;
  }
}
.linguini .evolutionButtonsShow .evolutionBtnWrapper .activeBtn .dropcap {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border-color: white;
  border-style: solid;
  border-width: 2px;
  color: white;
  font-weight: 700;
  height: 42px;
  width: 42px;
  display: inline-block;
  float: left;
  font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  font-size: 23px;
  line-height: 36px;
  margin: 0 7px 0 0;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 992px) {
  .linguini .evolutionButtonsShow .evolutionBtnWrapper .activeBtn .dropcap {
    border-radius: 20px;
    height: 38px;
    width: 38px;
    font-size: 20px;
    line-height: 32px;
  }
}
.linguini .evolutionButtonsShow .evolutionBtnWrapper .stage1 {
  margin-left: 15%;
}
.linguini .evolutionButtonsShow .evolutionBtnWrapper .stage2 {
  margin-left: 31%;
}
@media (max-width: 768px) {
  .linguini .evolutionButtonsShow .evolutionBtnWrapper .stage2 {
    margin-left: 29%;
  }
}
.linguini .evolutionButtonsShow .evolutionBtnWrapper .stage3 {
  margin-left: 49%;
}
@media (max-width: 768px) {
  .linguini .evolutionButtonsShow .evolutionBtnWrapper .stage3 {
    margin-left: 46%;
  }
}
.linguini .evolutionButtonsShow .evolutionBtnWrapper .stage4 {
  margin-left: 65%;
}
@media (max-width: 768px) {
  .linguini .evolutionButtonsShow .evolutionBtnWrapper .stage4 {
    margin-left: 62%;
  }
}
.linguini .evolutionButtonsShow .evolutionBtnWrapper .stage5 {
  margin-left: 82%;
}
@media (max-width: 768px) {
  .linguini .evolutionButtonsShow .evolutionBtnWrapper .stage5 {
    margin-left: 79%;
  }
}
.linguini .evolutionButtonsShow .closeEvolution {
  margin-left: 91%;
}
@media (max-width: 1440px) and (min-width: 1310px) {
  .linguini .evolutionButtonsShow .closeEvolution {
    margin-top: -20em;
  }
}
@media (max-width: 1309px) and (min-width: 1224px) {
  .linguini .evolutionButtonsShow .closeEvolution {
    margin-top: -18em;
  }
}
@media (max-width: 1224px) and (min-width: 1120px) {
  .linguini .evolutionButtonsShow .closeEvolution {
    margin-top: -17em;
  }
}
@media (max-width: 1119px) and (min-width: 992px) {
  .linguini .evolutionButtonsShow .closeEvolution {
    margin-top: -15em;
  }
}
@media (max-width: 991px) and (min-width: 930px) {
  .linguini .evolutionButtonsShow .closeEvolution {
    margin-top: -14em;
  }
}
@media (max-width: 929px) and (min-width: 820px) {
  .linguini .evolutionButtonsShow .closeEvolution {
    margin-top: -12em;
  }
}
@media (max-width: 819px) and (min-width: 768px) {
  .linguini .evolutionButtonsShow .closeEvolution {
    margin-top: -11em;
  }
}
@media (max-width: 767px) and (min-width: 670px) {
  .linguini .evolutionButtonsShow .closeEvolution {
    margin-top: -10em;
    margin-left: 89%;
  }
}
@media (max-width: 669px) and (min-width: 620px) {
  .linguini .evolutionButtonsShow .closeEvolution {
    margin-top: -9em;
    margin-left: 89%;
  }
}
@media (max-width: 619px) and (min-width: 562px) {
  .linguini .evolutionButtonsShow .closeEvolution {
    margin-top: -8em;
    margin-left: 89%;
  }
}
@media (max-width: 561px) and (min-width: 401px) {
  .linguini .evolutionButtonsShow .closeEvolution {
    margin-top: -30em;
    margin-left: 70vw;
  }
}
@media (max-width: 400px) {
  .linguini .evolutionButtonsShow .closeEvolution {
    margin-top: -28em;
    margin-left: 70vw;
  }
}
.linguini .evolutionButtonsShow .closeEvolution .closeBtn {
  height: 38px;
  width: 38px;
  display: inline-block;
  font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  font-size: 23px;
  line-height: 36px;
  text-align: center;
  border-radius: 30px;
  background-color: #97d67c;
  color: white;
  cursor: pointer;
}
@media (max-width: 992px) {
  .linguini .evolutionButtonsShow .closeEvolution .closeBtn {
    border-radius: 20px;
    height: 34px;
    width: 34px;
    font-size: 20px;
    line-height: 32px;
  }
}
.linguini .carousel-container {
  position: relative;
}
.linguini .carousel-BG {
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 6%;
}
.linguini .carousel-BG .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.linguini #waterwheel-carousel {
  position: relative;
  overflow: visible;
  margin: 0 auto;
  height: 1000px;
  width: 100%;
  overflow-x: hidden;
}
.linguini #waterwheel-carousel img {
  visibility: hidden;
  cursor: pointer;
}
.linguini .button-container {
  width: 100%;
  float: left;
  text-align: center;
  top: 50px;
  position: relative;
  margin-bottom: 75px;
}
.linguini .button-container .buttons {
  width: 500px;
  position: relative;
  left: 50%;
  margin-left: -250px;
}
@media (max-width: 991px) {
  .linguini .button-container .buttons {
    width: 300px;
    margin-left: -150px;
  }
}
.linguini .button-container .buttons .left-arrow, .linguini .button-container .buttons .right-arrow {
  height: 50px;
  width: 50px;
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef/Left-Arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  cursor: pointer;
}
.linguini .button-container .buttons .right-arrow {
  background-image: none;
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef/Right-Arrow.png);
  background-position: center;
}
.linguini .button-container .buttons .description {
  width: 372px;
  text-align: center;
  float: left;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .linguini .button-container .buttons .description {
    width: 200px;
    padding-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .linguini .creative-padding {
    padding: 0;
  }
}
.linguini .Capturing-content {
  background-position: center top, center 100%;
  background-repeat: no-repeat;
  margin-top: 25vw;
}
@media (min-width: 1400px) {
  .linguini .Capturing-content {
    margin-top: 13em;
  }
}
@media (max-width: 1020px) and (min-width: 992px) {
  .linguini .Capturing-content {
    margin-top: -3vw;
  }
}
@media (max-width: 991px) and (min-width: 561px) {
  .linguini .Capturing-content {
    background-image: none;
    margin-left: 8%;
    margin-right: 8%;
    padding-top: 0;
    margin-top: 5vw;
  }
}
@media (max-width: 560px) and (min-width: 500px) {
  .linguini .Capturing-content {
    background-image: none;
    margin-left: 8%;
    margin-right: 8%;
    padding-top: 0;
    margin-top: -10vw;
  }
}
.linguini .capt-text-row {
  padding-bottom: 4%;
}
.linguini .text-capturing {
  padding-left: 7%;
}
@media (min-width: 1600px) {
  .linguini .text-capturing {
    padding-top: 2%;
  }
}
@media (max-width: 1599px) and (min-width: 1440px) {
  .linguini .text-capturing {
    padding-top: 1%;
  }
}
.linguini .Capturing-text {
  padding-top: 40px;
}
@media (max-width: 1570px) {
  .linguini .Capturing-text {
    padding-top: 28px;
  }
}
.linguini .CapturingImaginatio-BG {
  background-repeat: no-repeat;
}
.linguini .CapturingImaginatio-BG p {
  color: #605F5F;
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-align: justify;
}
@media (min-width: 1901px) {
  .linguini .CapturingImaginatio-BG .capturingImageText {
    margin-left: 3vw;
    margin-top: 0vw;
    padding-left: 8vw;
  }
}
@media (max-width: 1900px) and (min-width: 1801px) {
  .linguini .CapturingImaginatio-BG .capturingImageText {
    margin-left: 3vw;
    margin-top: 0vw;
    padding-left: 8vw;
  }
}
@media (max-width: 1800px) and (min-width: 1701px) {
  .linguini .CapturingImaginatio-BG .capturingImageText {
    margin-left: 3vw;
    margin-top: 0vw;
    padding-left: 8vw;
  }
}
@media (max-width: 1700px) and (min-width: 1601px) {
  .linguini .CapturingImaginatio-BG .capturingImageText {
    margin-left: 3vw;
    margin-top: 0vw;
    padding-left: 8vw;
  }
}
@media (max-width: 1600px) and (min-width: 1501px) {
  .linguini .CapturingImaginatio-BG .capturingImageText {
    margin-left: 3vw;
    margin-top: 0vw;
  }
}
@media (max-width: 1500px) and (min-width: 1401px) {
  .linguini .CapturingImaginatio-BG .capturingImageText {
    margin-left: 3vw;
    margin-top: 0vw;
  }
}
@media (max-width: 1400px) and (min-width: 1371px) {
  .linguini .CapturingImaginatio-BG .capturingImageText {
    margin-left: 3vw;
    margin-top: -2vw;
  }
}
@media (max-width: 1370px) and (min-width: 1301px) {
  .linguini .CapturingImaginatio-BG .capturingImageText {
    margin-left: 3vw;
    margin-top: -1vw;
  }
}
@media (max-width: 1300px) and (min-width: 1261px) {
  .linguini .CapturingImaginatio-BG .capturingImageText {
    margin-left: 3vw;
  }
}
@media (max-width: 1260px) and (min-width: 1200px) {
  .linguini .CapturingImaginatio-BG .capturingImageText {
    margin-left: 2vw;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .linguini .CapturingImaginatio-BG .capturingImageText {
    margin-top: 10vw;
  }
}
@media (max-width: 767px) and (min-width: 500px) {
  .linguini .CapturingImaginatio-BG .capturingImageText {
    margin-top: 15vw;
  }
}
@media (max-width: 499px) {
  .linguini .CapturingImaginatio-BG .capturingImageText {
    margin-top: 20vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media (max-width: 991px) {
  .linguini .CapturingImaginatio-BG {
    background-image: none;
    margin-top: 0px;
    margin-bottom: -30%;
  }
}
@media (max-width: 1570px) and (min-width: 1460px) {
  .linguini .CapturingImaginatio-BG {
    padding-bottom: 0;
  }
}
.linguini .CapturingImaginatio-BG .capturingImage {
  margin-top: 5vw;
}
@media (max-width: 1300px) and (min-width: 1201px) {
  .linguini .CapturingImaginatio-BG .capturingImage {
    margin-top: 8em;
  }
}
@media (max-width: 1200px) and (min-width: 1150px) {
  .linguini .CapturingImaginatio-BG .capturingImage {
    margin-top: 9em;
  }
}
@media (max-width: 1149px) and (min-width: 1050px) {
  .linguini .CapturingImaginatio-BG .capturingImage {
    margin-top: 10em;
  }
}
@media (max-width: 1049px) and (min-width: 992px) {
  .linguini .CapturingImaginatio-BG .capturingImage {
    margin-top: 12em;
  }
}
@media (max-width: 991px) and (min-width: 850px) {
  .linguini .CapturingImaginatio-BG .capturingImage {
    padding-left: 25%;
    padding-top: 4vw;
  }
}
@media (max-width: 849px) and (min-width: 768px) {
  .linguini .CapturingImaginatio-BG .capturingImage {
    padding-left: 25%;
    padding-top: 4vw;
    margin-left: -5vw;
  }
}
@media (max-width: 767px) and (min-width: 661px) {
  .linguini .CapturingImaginatio-BG .capturingImage {
    padding-left: 15%;
    height: auto;
    padding-top: 15%;
  }
}
@media (max-width: 660px) and (min-width: 551px) {
  .linguini .CapturingImaginatio-BG .capturingImage {
    padding-left: 10%;
    height: auto;
    padding-top: 20%;
  }
}
@media (max-width: 550px) and (min-width: 500px) {
  .linguini .CapturingImaginatio-BG .capturingImage {
    padding-left: 5vw;
    height: auto;
    padding-top: 15%;
  }
}
@media (max-width: 499px) and (min-width: 476px) {
  .linguini .CapturingImaginatio-BG .capturingImage {
    padding-left: 5%;
    height: auto;
    padding-top: 0%;
    margin-top: -10vw;
  }
}
@media (max-width: 475px) {
  .linguini .CapturingImaginatio-BG .capturingImage {
    height: auto;
    margin-top: -10vw;
  }
}
.linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel {
  margin-top: -21vw;
}
.linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-inner {
  width: 95%;
  margin-left: 0.5vw;
  margin-top: 0.5vw;
}
@media (min-width: 1901px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-inner {
    width: 25.5em;
    margin-top: 0;
  }
}
@media (max-width: 1900px) and (min-width: 1701px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-inner {
    width: 25.5em;
    margin-top: 0;
  }
}
@media (max-width: 1700px) and (min-width: 1530px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-inner {
    width: 26em;
    margin-top: 0;
  }
}
@media (max-width: 1529px) and (min-width: 1481px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-inner {
    width: 26em;
    margin-top: 0;
  }
}
@media (max-width: 1480px) and (min-width: 1529px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-inner {
    width: 26em;
    margin-top: 0;
  }
}
@media (max-width: 1280px) and (min-width: 1170px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-inner {
    width: 97%;
  }
}
@media (max-width: 1169px) and (min-width: 1030px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-inner {
    width: 97%;
    margin-top: 1vw;
  }
}
@media (max-width: 991px) and (min-width: 960px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-inner {
    width: 73%;
    margin-left: 0.5vw;
    margin-top: 0;
  }
}
@media (max-width: 959px) and (min-width: 950px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-inner {
    width: 74%;
    margin-left: 0.5vw;
    margin-top: 0;
  }
}
@media (max-width: 949px) and (min-width: 940px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-inner {
    width: 75%;
    margin-left: 0.5vw;
    margin-top: 0;
  }
}
@media (max-width: 939px) and (min-width: 930px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-inner {
    width: 76%;
    margin-left: 0.5vw;
    margin-top: 0;
  }
}
@media (max-width: 929px) and (min-width: 920px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-inner {
    width: 77%;
    margin-left: 0.5vw;
    margin-top: 0;
  }
}
@media (max-width: 919px) and (min-width: 900px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-inner {
    width: 78%;
    margin-left: 0.5vw;
    margin-top: 0;
  }
}
@media (max-width: 899px) and (min-width: 880px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-inner {
    width: 80%;
    margin-left: 0.5vw;
    margin-top: 0;
  }
}
@media (max-width: 879px) and (min-width: 860px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-inner {
    width: 82%;
    margin-left: 0.5vw;
    margin-top: 0;
  }
}
@media (max-width: 859px) and (min-width: 840px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-inner {
    width: 84%;
    margin-left: 0.5vw;
    margin-top: 0;
  }
}
@media (max-width: 839px) and (min-width: 820px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-inner {
    width: 86%;
    margin-left: 0.5vw;
    margin-top: 0;
  }
}
@media (max-width: 819px) and (min-width: 810px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-inner {
    width: 88%;
    margin-left: 0.5vw;
    margin-top: 0;
  }
}
@media (max-width: 809px) and (min-width: 800px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-inner {
    width: 89%;
    margin-left: 0.5vw;
    margin-top: 0;
  }
}
@media (max-width: 799px) and (min-width: 768px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-inner {
    width: 92%;
    margin-left: 0.5vw;
    margin-top: 0;
  }
}
@media (max-width: 767px) and (min-width: 750px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-inner {
    width: 84%;
    margin-left: 0.5vw;
    margin-top: 0;
  }
}
@media (max-width: 749px) and (min-width: 740px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-inner {
    width: 86%;
    margin-left: 0.5vw;
    margin-top: 0;
  }
}
@media (max-width: 739px) and (min-width: 730px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-inner {
    width: 88%;
    margin-left: 0.5vw;
    margin-top: 0;
  }
}
@media (max-width: 729px) and (min-width: 710px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-inner {
    width: 90%;
    margin-left: 0.5vw;
    margin-top: 0;
  }
}
@media (max-width: 709px) and (min-width: 700px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-inner {
    width: 91%;
    margin-left: 0.5vw;
    margin-top: 0;
  }
}
@media (max-width: 699px) and (min-width: 690px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-inner {
    width: 92%;
    margin-left: 0.5vw;
    margin-top: 0;
  }
}
@media (max-width: 689px) and (min-width: 670px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-inner {
    width: 96%;
    margin-left: 0.5vw;
    margin-top: 0;
  }
}
@media (max-width: 669px) and (min-width: 660px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-inner {
    width: 98%;
    margin-left: 0.5vw;
    margin-top: 0;
  }
}
@media (max-width: 659px) and (min-width: 640px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-inner {
    width: 95%;
    margin-left: 0.5vw;
    margin-top: 0;
  }
}
@media (max-width: 639px) and (min-width: 561px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-inner {
    width: 97%;
    margin-left: 0.5vw;
    margin-top: 0;
  }
}
@media (max-width: 560px) and (min-width: 500px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-inner {
    width: 97%;
    margin-left: 0.5vw;
    margin-top: 0;
  }
}
@media (max-width: 499px) and (min-width: 353px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-inner {
    width: 98%;
    margin-left: 0.5vw;
    margin-top: 0.5vw;
  }
}
@media (max-width: 352px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-inner {
    width: 96%;
    margin-left: 0.5vw;
    margin-top: 0.5vw;
  }
}
@media (min-width: 1911px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel {
    margin-top: -15.5vw;
  }
}
@media (max-width: 1910px) and (min-width: 1881px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel {
    margin-top: -15.8vw;
  }
}
@media (max-width: 1880px) and (min-width: 1851px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel {
    margin-top: -16vw;
  }
}
@media (max-width: 1850px) and (min-width: 1800px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel {
    margin-top: -16.5vw;
  }
}
@media (max-width: 1800px) and (min-width: 1761px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel {
    margin-top: -16.8vw;
  }
}
@media (max-width: 1760px) and (min-width: 1721px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel {
    margin-top: -17.3vw;
  }
}
@media (max-width: 1720px) and (min-width: 1700px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel {
    margin-top: -17.5vw;
  }
}
@media (max-width: 1699px) and (min-width: 1651px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel {
    margin-top: -18vw;
  }
}
@media (max-width: 1650px) and (min-width: 1601px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel {
    margin-top: -18.5vw;
  }
}
@media (max-width: 1600px) and (min-width: 1571px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel {
    margin-top: -19vw;
  }
}
@media (max-width: 1570px) and (min-width: 1530px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel {
    margin-top: -19.5vw;
  }
}
@media (max-width: 1529px) and (min-width: 1480px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel {
    margin-top: -20vw;
  }
}
@media (max-width: 1029px) and (min-width: 992px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel {
    margin-top: -20vw;
  }
}
@media (max-width: 991px) and (min-width: 940px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel {
    margin-top: -31vw;
  }
}
@media (max-width: 939px) and (min-width: 920px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel {
    margin-top: -32vw;
  }
}
@media (max-width: 919px) and (min-width: 900px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel {
    margin-top: -33vw;
  }
}
@media (max-width: 899px) and (min-width: 870px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel {
    margin-top: -34vw;
  }
}
@media (max-width: 869px) and (min-width: 840px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel {
    margin-top: -35vw;
  }
}
@media (max-width: 839px) and (min-width: 820px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel {
    margin-top: -36vw;
  }
}
@media (max-width: 819px) and (min-width: 800px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel {
    margin-top: -37vw;
  }
}
@media (max-width: 799px) and (min-width: 768px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel {
    margin-top: -38vw;
  }
}
@media (max-width: 769px) and (min-width: 750px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel {
    margin-top: -39vw;
  }
}
@media (max-width: 749px) and (min-width: 730px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel {
    margin-top: -40vw;
  }
}
@media (max-width: 729px) and (min-width: 710px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel {
    margin-top: -41vw;
  }
}
@media (max-width: 709px) and (min-width: 700px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel {
    margin-top: -42vw;
  }
}
@media (max-width: 699px) and (min-width: 690px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel {
    margin-top: -43vw;
  }
}
@media (max-width: 689px) and (min-width: 660px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel {
    margin-top: -44vw;
  }
}
@media (max-width: 659px) and (min-width: 640px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel {
    margin-top: -46vw;
  }
}
@media (max-width: 639px) and (min-width: 561px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel {
    margin-top: -47vw;
  }
}
@media (max-width: 560px) and (min-width: 550px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel {
    margin-top: -46vw;
  }
}
@media (max-width: 549px) and (min-width: 500px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel {
    margin-top: -48vw;
  }
}
@media (max-width: 499px) and (min-width: 419px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel {
    margin-top: -59vw;
  }
}
@media (max-width: 418px) and (min-width: 385px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel {
    margin-top: -60vw;
  }
}
@media (max-width: 384px) and (min-width: 353px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel {
    margin-top: -59.5vw;
  }
}
@media (max-width: 352px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel {
    margin-top: -53.5vw;
  }
}
.linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-indicators {
  bottom: -6vw;
}
@media (min-width: 1800px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-indicators {
    margin-left: -45%;
  }
}
@media (max-width: 991px) and (min-width: 901px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-indicators {
    bottom: -9vw;
    margin-left: -41%;
  }
}
@media (max-width: 900px) and (min-width: 801px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-indicators {
    bottom: -12vw;
    margin-left: -35%;
  }
}
@media (max-width: 800px) and (min-width: 768px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-indicators {
    bottom: -12vw;
    margin-left: -29%;
  }
}
@media (max-width: 767px) and (min-width: 700px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-indicators {
    bottom: -13vw;
    margin-left: -39%;
  }
}
@media (max-width: 699px) and (min-width: 600px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-indicators {
    bottom: -13vw;
    margin-left: -30%;
  }
}
@media (max-width: 599px) and (min-width: 561px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-indicators {
    bottom: -13vw;
    margin-left: -25%;
  }
}
@media (max-width: 560px) and (min-width: 500px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-indicators {
    bottom: -13vw;
    margin-left: -35%;
  }
}
@media (max-width: 499px) {
  .linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-indicators {
    bottom: -18vw;
  }
}
.linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-indicators .active {
  background-color: #ceaa6b;
}
.linguini .CapturingImaginatio-BG .capturingImage .redefining-carousel .redefining-carousel-indicators li {
  border-color: #ceaa6b;
}
.linguini .ever-changing {
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef/wave2.png);
  background-repeat: no-repeat;
  padding-top: 18%;
  background-size: 100%;
}
@media (max-width: 991px) {
  .linguini .ever-changing {
    padding-top: 0%;
    padding-bottom: 100px;
  }
}
@media (max-width: 1200px) and (min-width: 991px) {
  .linguini .ever-changing .content {
    padding-bottom: 100px;
  }
}
.linguini .rectangle {
  width: 100%;
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef/ever-changing-BG.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: -250px;
}
@media (max-width: 991px) {
  .linguini .rectangle {
    background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef/Ever-Changing-BG2.png);
    margin-top: 0px;
  }
}
.linguini .rectangle .text-color {
  color: #ffffff;
}
.linguini .rectangle .text, .linguini .rectangle .Capturing-text {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-align: justify;
  margin-top: 20px;
}
.linguini .rectangle .Capturing-text {
  font-size: 32px;
  font-weight: 600;
  line-height: 39px;
}
.linguini .rectangle .Capturing-text span {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .linguini .rectangle .Capturing-text {
    text-align: center;
  }
}
.linguini .rectangle .move-left {
  left: 650px;
}
@media (max-width: 991px) {
  .linguini .rectangle .move-left {
    left: 0px;
  }
}
.linguini .rectangle .bottom-image {
  position: relative;
  width: 500px;
}
.linguini .rectangle .scare-crow {
  position: absolute;
  bottom: 0;
  left: 400px;
}
.linguini .rectangle .shape {
  position: absolute;
  bottom: 0;
  left: -15px;
}
@media (max-width: 991px) {
  .linguini .remove-padding-bottom {
    padding-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .linguini .no-padding {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.linguini .game-download-button {
  display: inline-block;
  width: 110px;
  margin-right: 10px;
  border-radius: 10px;
  margin-top: 3px;
  height: 44px;
}
.linguini .google-download {
  width: 125px;
}
.linguini .mac-download {
  width: 151px;
}
@media (max-width: 768px) {
  .linguini .own-content-BG .star-chef-restaurant .star-chef-restaurant-padding {
    padding: 0;
  }
  .linguini .own-content-BG .content-zindex {
    padding: 20px 0;
  }
  .linguini .own-content-BG .create-your-own-content, .star-chef .star-chef-restaurant .linguini .own-content-BG .restaurant-experience, .remy .star-chef-restaurant .linguini .own-content-BG .restaurant-experience, .remy .fantastic-chef-zombie .linguini .own-content-BG .restaurant-experience, .linguini .own-content-BG .star-chef-restaurant .restaurant-experience, .linguini .star-chef-restaurant .own-content-BG .restaurant-experience, .linguini .own-content-BG .fantastic-chef-zombie .restaurant-experience, .linguini .fantastic-chef-zombie .own-content-BG .restaurant-experience,
  .linguini .own-content-BG .restaurant-experience {
    text-align: center;
  }
  .linguini .content-BG {
    background: none;
  }
  .linguini .video {
    height: 400px;
  }
  .linguini .wrapper {
    height: 400px;
  }
  .linguini .button-content {
    text-align: center;
  }
  .linguini .star-chef-logo {
    width: 175.88px;
  }
}
.linguini .item img {
  width: 100%;
}
@media (max-width: 558px) and (min-width: 481px) {
  .linguini .game-download-button {
    width: 25%;
    margin-right: 20px;
    padding: 0px 0px 0px 0px;
  }
  .linguini .google-download {
    width: 29%;
  }
  .linguini .mac-download {
    width: 30%;
  }
}
@media (max-width: 480px) {
  .linguini .own-content-BG {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 1%;
  }
  .linguini .own-content-BG .star-chef-restaurant .star-chef-restaurant-padding {
    padding: 0;
  }
  .linguini .own-content-BG .content-BG {
    background: none;
  }
  .linguini .own-content-BG .content-zindex {
    padding: 20px 0;
  }
  .linguini .own-content-BG .create-your-own-content, .star-chef .star-chef-restaurant .linguini .own-content-BG .restaurant-experience, .remy .star-chef-restaurant .linguini .own-content-BG .restaurant-experience, .remy .fantastic-chef-zombie .linguini .own-content-BG .restaurant-experience, .linguini .own-content-BG .star-chef-restaurant .restaurant-experience, .linguini .star-chef-restaurant .own-content-BG .restaurant-experience, .linguini .own-content-BG .fantastic-chef-zombie .restaurant-experience, .linguini .fantastic-chef-zombie .own-content-BG .restaurant-experience,
  .linguini .own-content-BG .restaurant-experience {
    text-align: center;
  }
  .linguini .own-content-BG .mac-download {
    height: 28px;
  }
  .linguini .video {
    height: 300px;
  }
  .linguini .wrapper {
    height: 300px;
  }
  .linguini .star-chef-logo {
    width: 175.88px;
  }
  .linguini .padding-top {
    padding-top: 8%;
  }
  .linguini .button-content {
    text-align: center;
  }
  .linguini .game-download-button {
    width: 32%;
    margin-right: 0px;
    padding: 0px 0px 0px 0px;
  }
  .linguini .google-download {
    width: 40%;
  }
  .linguini .mac-download {
    width: 42%;
  }
  .linguini .padding-bottom {
    padding-bottom: 8%;
  }
  @keyframes slideInFromLeft {
    0% {
      transform: translateX(75%);
    }
    100% {
      transform: translateX(-75%);
    }
  }
  .linguini .iphone {
    background: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef/iPhone.png);
    height: 600px;
    background-size: 100%;
    background-position: 0%;
    background-repeat: no-repeat;
    padding: 0;
    margin-top: 10%;
    position: relative;
    right: 0%;
  }
}
@media (min-width: 480px) {
  @keyframes slideInFromLeft {
    0% {
      transform: translateX(75%);
    }
    100% {
      transform: translateX(-75%);
    }
  }
  .linguini .iphone {
    background: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef/iPhone.png);
    height: 600px;
    background-size: 100%;
    background-position: 0%;
    background-repeat: no-repeat;
    padding: 0;
    margin-top: 10%;
    position: relative;
    right: 0%;
  }
}
@media (min-width: 768px) {
  @keyframes slideInFromLeft {
    0% {
      transform: translateX(75%);
    }
    100% {
      transform: translateX(-75%);
    }
  }
  .linguini .iphone {
    background: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/star-chef/iPhone.png);
    height: 600px;
    background-size: 100%;
    background-position: 0%;
    background-repeat: no-repeat;
    padding: 0;
    margin-top: 10%;
    position: relative;
    right: 0%;
  }
}
.linguini .slick-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin-left: -2%;
}
.linguini .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.linguini .slick-list:focus {
  outline: none;
}
.linguini .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.linguini .slick-slider .slick-track,
.linguini .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.linguini .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  max-height: 731px;
  overflow: hidden;
}
.linguini .slick-track:before,
.linguini .slick-track:after {
  display: table;
  content: '';
}
.linguini .slick-track:after {
  clear: both;
}
.linguini .slick-loading .slick-track {
  visibility: hidden;
}
.linguini .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  width: 100%;
}
.linguini .slick-slide:focus, .linguini .slick-slide:hover {
  outline: 0;
}
.linguini [dir='rtl'] .slick-slide {
  float: right;
}
.linguini .slick-slide img {
  display: block;
  height: auto;
  width: 100%;
}
.linguini .slick-slide.slick-loading img {
  display: none;
}
.linguini .slick-slide.dragging img {
  pointer-events: none;
}
.linguini .slick-initialized .slick-slide {
  display: block;
}
.linguini .slick-loading .slick-slide {
  visibility: hidden;
}
.linguini .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.linguini .slick-arrow.slick-hidden {
  display: none;
}
.linguini .photo {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 0em;
  padding-top: 4%;
  padding-bottom: 2%;
  will-change: transform;
  outline: none;
  transition: all .2s ease-in-out;
}
.linguini .slick-center-new {
  padding-bottom: 4%;
  transform: scale(1.1);
}
.linguini .device img {
  position: relative;
  z-index: 2;
}
.linguini .modal-backdrop.in {
  opacity: 0.8;
}
.linguini .carouselFlickity {
  left: 10px;
  top: -427px;
  display: none;
}
@media (min-width: 2001px) {
  .linguini .carouselFlickity {
    top: -39em;
  }
}
@media (max-width: 2000px) and (min-width: 1961px) {
  .linguini .carouselFlickity {
    top: -38em;
  }
}
@media (max-width: 1960px) and (min-width: 1921px) {
  .linguini .carouselFlickity {
    top: -37em;
  }
}
@media (max-width: 1920px) and (min-width: 1891px) {
  .linguini .carouselFlickity {
    top: -37em;
  }
}
@media (max-width: 1890px) and (min-width: 1876px) {
  .linguini .carouselFlickity {
    top: -36em;
  }
}
@media (max-width: 1875px) and (min-width: 1856px) {
  .linguini .carouselFlickity {
    top: -35em;
  }
}
@media (max-width: 1855px) and (min-width: 1801px) {
  .linguini .carouselFlickity {
    top: -35em;
  }
}
@media (max-width: 1800px) and (min-width: 1751px) {
  .linguini .carouselFlickity {
    top: -34em;
  }
}
@media (max-width: 1750px) and (min-width: 1711px) {
  .linguini .carouselFlickity {
    top: -33em;
  }
}
@media (max-width: 1710px) and (min-width: 1681px) {
  .linguini .carouselFlickity {
    top: -32em;
  }
}
@media (max-width: 1680px) and (min-width: 1661px) {
  .linguini .carouselFlickity {
    top: -31.5em;
  }
}
@media (max-width: 1660px) and (min-width: 1611px) {
  .linguini .carouselFlickity {
    top: -30.5em;
  }
}
@media (max-width: 1610px) and (min-width: 1571px) {
  .linguini .carouselFlickity {
    top: -29.7em;
  }
}
@media (max-width: 1570px) and (min-width: 1441px) {
  .linguini .carouselFlickity {
    top: -26.7em;
  }
}
@media (max-width: 360px) {
  .linguini .carouselFlickity {
    top: -406px;
  }
}
.linguini .flickity-slider {
  left: 0px;
  transform: none !important;
}
.linguini .ring {
  animation: pulsate 1s ease-out infinite;
  -webkit-animation-delay: 1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 1;
  }
}
.linguini .carousel-cell {
  height: 23em;
  border-radius: 5px;
  background-repeat: no-repeat;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  width: 53%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  transform: translateX(-150%);
  border: 7px solid #fff;
  opacity: 0;
  z-index: 2;
}
@media (min-width: 2001px) {
  .linguini .carousel-cell {
    height: 34em;
    width: 20em;
  }
}
@media (max-width: 2000px) and (min-width: 1961px) {
  .linguini .carousel-cell {
    height: 33em;
    width: 19.5em;
  }
}
@media (max-width: 1960px) and (min-width: 1921px) {
  .linguini .carousel-cell {
    height: 32em;
    width: 19em;
  }
}
@media (max-width: 1920px) and (min-width: 1901px) {
  .linguini .carousel-cell {
    height: 32em;
    width: 19em;
  }
}
@media (max-width: 1900px) and (min-width: 1891px) {
  .linguini .carousel-cell {
    height: 32em;
    width: 19em;
  }
}
@media (max-width: 1890px) and (min-width: 1876px) {
  .linguini .carousel-cell {
    height: 31em;
    width: 18.8em;
  }
}
@media (max-width: 1875px) and (min-width: 1856px) {
  .linguini .carousel-cell {
    height: 30em;
    width: 18.4em;
  }
}
@media (max-width: 1855px) and (min-width: 1836px) {
  .linguini .carousel-cell {
    height: 30.5em;
    width: 18.2em;
  }
}
@media (max-width: 1835px) and (min-width: 1801px) {
  .linguini .carousel-cell {
    height: 30.5em;
    width: 17.5em;
  }
}
@media (max-width: 1800px) and (min-width: 1751px) {
  .linguini .carousel-cell {
    height: 29.5em;
    width: 17.5em;
  }
}
@media (max-width: 1750px) and (min-width: 1711px) {
  .linguini .carousel-cell {
    height: 28.5em;
    width: 17em;
  }
}
@media (max-width: 1710px) and (min-width: 1691px) {
  .linguini .carousel-cell {
    height: 27.5em;
    width: 16.5em;
  }
}
@media (max-width: 1690px) and (min-width: 1661px) {
  .linguini .carousel-cell {
    height: 27.5em;
    width: 16em;
  }
}
@media (max-width: 1660px) and (min-width: 1611px) {
  .linguini .carousel-cell {
    height: 26.5em;
    width: 15.5em;
  }
}
@media (max-width: 1610px) and (min-width: 1571px) {
  .linguini .carousel-cell {
    height: 25.8em;
    width: 15.1em;
  }
}
@media (max-width: 1570px) and (min-width: 1441px) {
  .linguini .carousel-cell {
    height: 23em;
    width: 13.7em;
  }
}
@media (max-width: 1440px) and (min-width: 992px) {
  .linguini .carousel-cell {
    width: 13.7em;
  }
}
@media (max-width: 991px) and (min-width: 361px) {
  .linguini .carousel-cell {
    height: 23em;
    width: 13.75em;
  }
}
@media (max-width: 360px) {
  .linguini .carousel-cell {
    height: 22.3em;
    width: 13.2em;
  }
}
.linguini .button {
  font-size: 22px;
}
.linguini .carouselFlickity .is-selected {
  opacity: 1;
  transform: translateX(0%);
  z-index: 3;
}
.linguini .carousel-cell.is-selected + .carousel-cell {
  transform: translateX(20%) scale(0.9, 0.9);
  opacity: 1;
  z-index: 0;
}
.linguini .carousel-cell.is-selected + .carousel-cell + .carousel-cell {
  transform: translateX(40%) scale(0.75, 0.75);
  opacity: 0.5;
  z-index: -1;
}
.linguini .carouselFlickity .flickity-prev-next-button {
  top: 122%;
}
.linguini .flickity-page-dots {
  bottom: -88px;
  right: 30%;
  width: 18%;
}
@media (min-width: 1568px) {
  .linguini .flickity-page-dots {
    right: 64%;
    bottom: -24%;
  }
}
@media (max-width: 1567px) and (min-width: 1441px) {
  .linguini .flickity-page-dots {
    right: 65%;
    bottom: -24%;
    width: 20%;
  }
}
@media (max-width: 1440px) and (min-width: 1241px) {
  .linguini .flickity-page-dots {
    bottom: -24%;
    width: 25%;
    right: calc(50% + 2em);
  }
}
@media (max-width: 1240px) and (min-width: 1110px) {
  .linguini .flickity-page-dots {
    bottom: -24%;
    width: 25%;
    right: calc(50% + 1em);
  }
}
@media (max-width: 1109px) and (min-width: 992px) {
  .linguini .flickity-page-dots {
    bottom: -24%;
    width: 30%;
    right: calc(50% + -1em);
  }
}
@media (max-width: 991px) and (min-width: 630px) {
  .linguini .flickity-page-dots {
    right: calc(90% + -8em);
    bottom: -24%;
    width: 22%;
  }
}
@media (max-width: 629px) {
  .linguini .flickity-page-dots {
    right: calc(90% + -9em);
    bottom: -24%;
    width: 35%;
  }
}
.linguini .flickity-prev-next-button.next {
  left: 171px;
}
@media (min-width: 1568px) {
  .linguini .flickity-prev-next-button.next {
    left: 45%;
  }
}
@media (max-width: 1567px) and (min-width: 1440px) {
  .linguini .flickity-prev-next-button.next {
    left: 39%;
  }
}
@media (max-width: 560px) {
  .linguini .footer {
    overflow: hidden;
  }
}
.linguini .modal-body {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-top: 0;
}
.linguini .modal-header {
  padding: 5px;
}

.india-story {
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #222;
  /*  india story animation start */
}
.india-story .akramanBg {
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/india-story/Aakraman_image.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding-bottom: 23vw;
  position: relative;
}
.india-story .header.header-radiant {
  background: #2c7eb2;
}
.india-story .india-story-header {
  background: #2c7eb2;
}
.india-story .india-story-animation-wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  /*    intro texts code */
  /* helicopter code */
  /* bike rider code */
}
.india-story .india-story-animation-wrapper .extra-sky {
  display: block;
  background: #2c7eb2;
  width: 100%;
  margin-bottom: -2px;
  height: 10vw;
}
@media (max-width: 991px) {
  .india-story .india-story-animation-wrapper .extra-sky {
    height: 141vw;
  }
}
@media (max-width: 480px) {
  .india-story .india-story-animation-wrapper .extra-sky {
    height: 111vw;
  }
}
.india-story .india-story-animation-wrapper .background-image {
  width: 100%;
  height: auto;
}
.india-story .india-story-animation-wrapper .header-intro-texts {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  color: white;
  margin-top: 118px;
}
@media (max-width: 991px) {
  .india-story .india-story-animation-wrapper .header-intro-texts {
    margin-top: 50px;
  }
}
@media (max-width: 1475px) {
  .india-story .india-story-animation-wrapper .header-intro-texts {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .india-story .india-story-animation-wrapper .header-intro-texts {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5%;
  }
}
.india-story .india-story-animation-wrapper .header-intro-texts .artwork-showcase {
  color: #FFFFFF;
  font-family: "Montserratsemibold";
  font-size: 64px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 80px;
  text-align: center;
  margin-bottom: 35px;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .india-story .india-story-animation-wrapper .header-intro-texts .artwork-showcase {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .india-story .india-story-animation-wrapper .header-intro-texts .artwork-showcase {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 5px;
    margin-top: 50px;
  }
}
.india-story .india-story-animation-wrapper .header-intro-texts .artwork-showcase .light-text {
  font-family: "Montserratthin";
  font-weight: 600;
}
.india-story .india-story-animation-wrapper .header-intro-texts .sub-liner {
  color: #F3EE5B;
  font-size: 20px;
  font-style: italic;
  line-height: 24px;
  margin-bottom: 32px;
  position: relative;
  z-index: 5;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 25px;
}
.india-story .india-story-animation-wrapper .header-intro-texts .appear-text-mobile-tab {
  display: none;
}
.india-story .india-story-animation-wrapper .header-intro-texts .appear-text-mobile-tab .feature-text {
  text-align: center;
}
.india-story .india-story-animation-wrapper .header-intro-texts .appear-text-mobile-tab .feature-text .first-liner {
  color: #000000;
  font-family: "Montserratlight";
  font-weight: 600;
  font-size: 24px;
  line-height: 90px;
}
.india-story .india-story-animation-wrapper .header-intro-texts .appear-text-mobile-tab .feature-text .second-liner {
  color: #000000;
  font-size: 50px;
  line-height: 90px;
}
.india-story .india-story-animation-wrapper .header-intro-texts .appear-text-mobile-tab .feature-text .second-liner .first-word {
  font-family: "Montserratsemibold";
  color: #F3EE5B;
}
.india-story .india-story-animation-wrapper .header-intro-texts .appear-text-mobile-tab .feature-text .third-liner {
  color: #000000;
  font-family: "Montserratregular";
  font-size: 34px;
  font-weight: 300;
  line-height: 90px;
}
@media (max-width: 480px) {
  .india-story .india-story-animation-wrapper .header-intro-texts .appear-text-mobile-tab .feature-text .first-liner {
    font-size: 16px;
    line-height: 25px;
  }
  .india-story .india-story-animation-wrapper .header-intro-texts .appear-text-mobile-tab .feature-text .second-liner {
    font-size: 34px;
    line-height: 60px;
  }
  .india-story .india-story-animation-wrapper .header-intro-texts .appear-text-mobile-tab .feature-text .third-liner {
    font-size: 32px;
    line-height: 45px;
  }
}
@media (max-width: 768px) {
  .india-story .india-story-animation-wrapper .header-intro-texts .appear-text-mobile-tab {
    display: block;
  }
}
.india-story .india-story-animation-wrapper .header-intro-texts .header-description {
  margin: 0 auto;
  margin-top: 18px;
  color: #FFFFFF;
  font-family: "Montserratlight";
  font-size: 12px;
  font-weight: 300;
  line-height: 27px;
  text-align: center;
  width: 830px;
  position: relative;
  z-index: 5;
}
.india-story .india-story-animation-wrapper .header-intro-texts .header-description p {
  font-family: "Montserratlight";
  font-size: 14px;
}
@media (max-width: 1250px) {
  .india-story .india-story-animation-wrapper .header-intro-texts .header-description {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .india-story .india-story-animation-wrapper .header-intro-texts .header-description {
    width: 100%;
    padding: 0 5%;
  }
  .india-story .india-story-animation-wrapper .header-intro-texts .header-description p {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .india-story .india-story-animation-wrapper .header-intro-texts .header-description {
    display: none;
  }
}
.india-story .india-story-animation-wrapper .helicopter {
  overflow: hidden;
  position: absolute;
  margin-top: 480px;
  top: -240px;
  overflow: hidden;
  transform: translate3d(-600px, 0, 0);
  opacity: 0;
}
.india-story .india-story-animation-wrapper .helicopter.tablet-mobile-version {
  transform: translate3d(-6%, 0, 0);
  opacity: 1;
}
.india-story .india-story-animation-wrapper .helicopter.heli-animate {
  animation: moveRight 2s forwards;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  top: 163vw;
}
@media (max-width: 768px) {
  .india-story .india-story-animation-wrapper .helicopter.heli-animate {
    top: 133vw;
  }
}
@media (max-width: 480px) {
  .india-story .india-story-animation-wrapper .helicopter.heli-animate {
    top: 133vw;
  }
}
@keyframes moveRight {
  from {
    transform: translate3d(-1000px, 0, 0);
  }
  50% {
    opacity: 0.5;
  }
  to {
    transform: translate3d(-6%, 0, 0);
    opacity: 1;
  }
}
.india-story .india-story-animation-wrapper .bike-rider {
  position: absolute;
  bottom: 139px;
  overflow: hidden;
  left: 719px;
                /*  @media (max-width: $screen-sm-min2) {

                display:none;
            } */
}
.india-story .india-story-animation-wrapper .helicoper-bike-rider {
  position: absolute;
  bottom: 0px;
  overflow: hidden;
  left: 0px;
  width: 100%;
}
.india-story .india-story-animation-wrapper .appear-text {
  padding-left: 0;
  padding-right: 439px;
  text-align: right;
  right: 0;
  opacity: 0;
  top: 50%;
  position: absolute;
}
@media (max-width: 1439px) {
  .india-story .india-story-animation-wrapper .appear-text {
    padding-right: 24.42%;
  }
}
@media (max-width: 768px) {
  .india-story .india-story-animation-wrapper .appear-text {
    display: none;
  }
}
.india-story .india-story-animation-wrapper .appear-text .feature-text {
  text-align: right;
}
.india-story .india-story-animation-wrapper .appear-text .feature-text .first-liner {
  color: #000000;
  font-family: "Montserratlight";
  font-weight: 600;
  font-size: 24px;
  line-height: 90px;
}
.india-story .india-story-animation-wrapper .appear-text .feature-text .second-liner {
  color: #000000;
  font-size: 50px;
  line-height: 90px;
}
.india-story .india-story-animation-wrapper .appear-text .feature-text .second-liner .first-word {
  font-family: "Montserratsemibold";
  color: #F3EE5B;
}
.india-story .india-story-animation-wrapper .appear-text .feature-text .third-liner {
  color: #000000;
  font-family: "Montserratregular";
  font-size: 34px;
  font-weight: 300;
  line-height: 90px;
}
.india-story .timeline-india-story-wrapper {
  position: relative;
  margin-bottom: 0;
  /*  code for vertical line : start */
            /*  &:after {
            content: '';
            position: absolute;
            top: -100px;
            width:16px;
            height: 16px;
            margin-left:-8px;
            background: red;
            left: 50%;
            z-index: 601;
            border-radius:50%;


            @media (max-width: $screen-sm-min2) {

                left: 10%;
                top: 0px;
            }
        }
 */
  /* code for vertical line : end */
}
@media (max-width: 768px) {
  .india-story .timeline-india-story-wrapper {
    margin-bottom: 0px;
  }
}
.india-story .timeline-india-story-wrapper .current-time-line-dot {
  position: fixed;
  top: 0px;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  background: red;
  left: 50%;
  z-index: 601;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .india-story .timeline-india-story-wrapper .current-time-line-dot {
    left: 10%;
    top: 0px;
  }
}
.india-story .timeline-india-story-wrapper:before {
  content: '';
  position: absolute;
  top: -100px;
  height: 100%;
  width: 1px;
  background: #d7e4ed;
  left: 50%;
  margin-left: -1px;
  z-index: 600;
  min-height: 100%;
  transition: min-height 2s;
}
@media (max-width: 991px) {
  .india-story .timeline-india-story-wrapper:before {
    left: 10%;
    top: 0px;
  }
}
@media (max-width: 768px) {
  .india-story .timeline-india-story-wrapper:before {
    display: none;
  }
}
.india-story .timeline-india-story-wrapper .time-line-block {
  position: relative;
  /*  code for video section starts */
  /*   bottom image */
  /* child  codes */
}
.india-story .timeline-india-story-wrapper .time-line-block .vplayer {
  position: relative;
}
.india-story .timeline-india-story-wrapper .time-line-block .vplayer .thumbnail {
  width: 100% !important;
  height: 100% !important;
}
.india-story .timeline-india-story-wrapper .time-line-block .vplayer .play-button {
  position: absolute;
  width: auto !important;
  height: auto !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
}
.india-story .timeline-india-story-wrapper .time-line-block .starting-dot,
.india-story .timeline-india-story-wrapper .time-line-block .ending-dot {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 50%;
  margin-left: -8px;
  display: block;
  border-radius: 50%;
  background: #ffffff;
  transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: -moz-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: -ms-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: -o-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
                    /* 

                                transform: scale(.5);
                                transition: transform .525s cubic-bezier(.215, .61, .355, 1);
                                transition: transform .525s cubic-bezier(.215, .61, .355, 1) ;
                                -webkit-transform .525s cubic-bezier(.215, .61, .355, 1);
                 */
  z-index: 601;
}
@media (max-width: 991px) {
  .india-story .timeline-india-story-wrapper .time-line-block .starting-dot,
  .india-story .timeline-india-story-wrapper .time-line-block .ending-dot {
    left: 10%;
  }
}
.india-story .timeline-india-story-wrapper .time-line-block .starting-dot {
  top: 0px;
}
.india-story .timeline-india-story-wrapper .time-line-block .starting-dot.active {
  transform: scale(2.5);
}
.india-story .timeline-india-story-wrapper .time-line-block .ending-dot {
  bottom: 0px;
}
.india-story .timeline-india-story-wrapper .time-line-block .color-fan {
  color: #90BED5 !important;
}
.india-story .timeline-india-story-wrapper .time-line-block .color-sultan {
  color: #CCA922 !important;
}
@media (max-width: 991px) {
  .india-story .timeline-india-story-wrapper .time-line-block .left-section {
    display: none;
  }
}
.india-story .timeline-india-story-wrapper .time-line-block .left-section .year {
  padding-right: 50px;
  text-align: right;
  color: #3D3D3D;
  font-size: 80px;
  font-weight: 600;
  line-height: 46px;
  margin-bottom: 177px;
}
.india-story .timeline-india-story-wrapper .time-line-block .left-section .feature-image {
  padding-right: 50px;
}
@media (max-width: 991px) {
  .india-story .timeline-india-story-wrapper .time-line-block .right-section {
    padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .india-story .timeline-india-story-wrapper .time-line-block .right-section {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.india-story .timeline-india-story-wrapper .time-line-block .right-section .tablet-mobile-version {
  display: none;
}
.india-story .timeline-india-story-wrapper .time-line-block .right-section .tablet-mobile-version .year {
  padding-left: 50px;
  text-align: left;
  color: #3D3D3D;
  font-size: 80px;
  font-weight: 600;
  line-height: 46px;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 991px) {
  .india-story .timeline-india-story-wrapper .time-line-block .right-section .tablet-mobile-version .year {
    padding-left: 25px;
  }
}
@media (max-width: 768px) {
  .india-story .timeline-india-story-wrapper .time-line-block .right-section .tablet-mobile-version .year {
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  .india-story .timeline-india-story-wrapper .time-line-block .right-section .tablet-mobile-version .year {
    padding: 5px;
  }
}
.india-story .timeline-india-story-wrapper .time-line-block .right-section .tablet-mobile-version .feature-image {
  padding-left: 50px;
  text-align: center;
}
@media (max-width: 991px) {
  .india-story .timeline-india-story-wrapper .time-line-block .right-section .tablet-mobile-version .feature-image {
    padding-left: 25px;
  }
}
@media (max-width: 480px) {
  .india-story .timeline-india-story-wrapper .time-line-block .right-section .tablet-mobile-version .feature-image {
    padding: 5px;
  }
}
@media (max-width: 991px) {
  .india-story .timeline-india-story-wrapper .time-line-block .right-section .tablet-mobile-version {
    display: block;
    margin-bottom: 50px;
  }
}
.india-story .timeline-india-story-wrapper .time-line-block .right-section .event-title {
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 600;
  line-height: 46px;
  padding-left: 50px;
  position: relative;
  top: -50px;
}
@media (max-width: 991px) {
  .india-story .timeline-india-story-wrapper .time-line-block .right-section .event-title {
    text-align: center;
    padding-left: 25px;
    top: 0px;
  }
}
@media (max-width: 480px) {
  .india-story .timeline-india-story-wrapper .time-line-block .right-section .event-title {
    padding: 5px;
  }
}
.india-story .timeline-india-story-wrapper .time-line-block .right-section .feature-content {
  padding: 20px 50px 50px 50px;
  color: #FFFFFF;
  font-family: "Montserratlight";
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  position: relative;
  top: -50px;
  text-align: justify;
}
.india-story .timeline-india-story-wrapper .time-line-block .right-section .feature-content p {
  font-family: "Montserratlight";
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
}
@media (max-width: 991px) {
  .india-story .timeline-india-story-wrapper .time-line-block .right-section .feature-content {
    padding: 25px;
    top: 0px;
  }
}
@media (max-width: 480px) {
  .india-story .timeline-india-story-wrapper .time-line-block .right-section .feature-content {
    padding: 5px;
    top: 0px;
  }
}
.india-story .timeline-india-story-wrapper .time-line-block .video-slider {
  position: relative;
  /*    height: 400px; */
  z-index: 601;
  margin: 20px auto 0 auto;
  background: #222;
  width: 93%;
}
@media (max-width: 768px) {
  .india-story .timeline-india-story-wrapper .time-line-block .video-slider {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .india-story .timeline-india-story-wrapper .time-line-block .video-slider #carousel1,
  .india-story .timeline-india-story-wrapper .time-line-block .video-slider #carousel2,
  .india-story .timeline-india-story-wrapper .time-line-block .video-slider #carousel3 {
    display: none;
  }
}
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal1,
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal2,
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal3 {
  text-align: center;
}
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal1 .owl-item,
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal2 .owl-item,
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal3 .owl-item {
  /*  .iframe-overlay {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 68px;
      display: none;
      height: 48px;
      margin-left: -34px;
      margin-top: -24px;
      -moz-transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
      -webkit-transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
      transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
      z-index: 63;
      @media (max-width: $screen-sm-min2) {
          display: none;
      }
      &.pause-state {
          background: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/icons/youtube-play-button.png) center center / 100% no-repeat;
      }
  } */
}
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal1 .owl-item .item,
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal2 .owl-item .item,
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal3 .owl-item .item {
  height: 700px;
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal1 .owl-item .item,
  .india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal2 .owl-item .item,
  .india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal3 .owl-item .item {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal1 .owl-item .item,
  .india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal2 .owl-item .item,
  .india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal3 .owl-item .item {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal1 .owl-item .item,
  .india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal2 .owl-item .item,
  .india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal3 .owl-item .item {
    height: 167px;
  }
}
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal1 .owl-item img,
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal2 .owl-item img,
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal3 .owl-item img {
  height: 700px;
  width: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
  /*   height: 300px; */
}
@media (max-width: 991px) {
  .india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal1 .owl-item img,
  .india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal2 .owl-item img,
  .india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal3 .owl-item img {
    height: 167px;
  }
}
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal1 .owl-item iframe,
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal2 .owl-item iframe,
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal3 .owl-item iframe {
  height: 100%;
  width: 100%;
}
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal1 .owl-nav,
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal2 .owl-nav,
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal3 .owl-nav {
  display: block;
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  background: transparent;
}
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal1 .owl-nav.disabled,
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal2 .owl-nav.disabled,
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal3 .owl-nav.disabled {
  display: none;
}
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal1 .owl-nav .owl-prev,
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal2 .owl-nav .owl-prev,
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal3 .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
  color: transparent;
  width: 35px;
  height: 35px;
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/india-story/left-arrow-black.png);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
}
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal1 .owl-nav .owl-prev.disabled,
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal2 .owl-nav .owl-prev.disabled,
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal3 .owl-nav .owl-prev.disabled {
  display: none;
}
@media (max-width: 991px) {
  .india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal1 .owl-nav .owl-prev,
  .india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal2 .owl-nav .owl-prev,
  .india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal3 .owl-nav .owl-prev {
    left: 0;
  }
}
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal1 .owl-nav .owl-next,
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal2 .owl-nav .owl-next,
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal3 .owl-nav .owl-next {
  position: absolute;
  right: -50px;
  color: transparent;
  width: 36px;
  height: 35px;
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/india-story/right-arrow-black.png);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
}
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal1 .owl-nav .owl-next.disabled,
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal2 .owl-nav .owl-next.disabled,
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal3 .owl-nav .owl-next.disabled {
  display: none;
}
@media (max-width: 991px) {
  .india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal1 .owl-nav .owl-next,
  .india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal2 .owl-nav .owl-next,
  .india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal3 .owl-nav .owl-next {
    right: 0;
  }
}
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal1 .owl-dots,
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal2 .owl-dots,
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal3 .owl-dots {
  margin-top: 20px;
  display: none;
}
@media (max-width: 991px) {
  .india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal1,
  .india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal2,
  .india-story .timeline-india-story-wrapper .time-line-block .video-slider .tablet-mobile-carousal3 {
    display: block;
  }
}
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .title-and-navigation-carousal-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
}
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .title-and-navigation-carousal-wrapper .navigation-dots {
  list-style: none;
}
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .title-and-navigation-carousal-wrapper .navigation-dots li {
  user-select: none;
  cursor: pointer;
  height: 10px;
  width: 10px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 5px;
}
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .title-and-navigation-carousal-wrapper .navigation-dots li.active {
  background-color: transparent;
  border: 2px solid #fff;
}
.india-story .timeline-india-story-wrapper .time-line-block .video-slider .title-and-navigation-carousal-wrapper .title {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
}
.india-story .timeline-india-story-wrapper .time-line-block .bottom-image {
  width: 100%;
  height: auto;
}
.india-story .timeline-india-story-wrapper .time-line-block .move-up {
  margin-bottom: -2px;
}
.india-story .timeline-india-story-wrapper .time-line-block .block-divider {
  width: 100%;
  height: auto;
  margin-bottom: -20px;
}
@media (max-width: 991px) {
  .india-story .timeline-india-story-wrapper .time-line-block .block-divider {
    margin-bottom: -50px;
  }
}
@media (max-width: 768px) {
  .india-story .timeline-india-story-wrapper .time-line-block .block-divider {
    margin-bottom: 0px;
    margin-top: 25px;
  }
}
.india-story .timeline-india-story-wrapper .time-line-block .margin-top {
  margin-top: -140px;
}
@media (max-width: 991px) {
  .india-story .timeline-india-story-wrapper .time-line-block .margin-top {
    margin-top: -25px;
  }
}
@media (max-width: 768px) {
  .india-story .timeline-india-story-wrapper .time-line-block .margin-top {
    margin-top: 0px;
  }
}
.india-story .timeline-india-story-wrapper .time-line-block:nth-child(1) .video-slider {
  background-color: #222;
}
@media (max-width: 991px) {
  .india-story .timeline-india-story-wrapper .time-line-block:nth-child(1) .video-slider {
    background-color: transparent;
  }
}
.india-story .timeline-india-story-wrapper .time-line-block:nth-child(1) .starting-dot {
  top: -100px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .india-story .timeline-india-story-wrapper .time-line-block:nth-child(1) .starting-dot {
    top: 0;
  }
}
.india-story .timeline-india-story-wrapper .time-line-block:nth-child(1) .owl-nav .owl-prev {
  background-color: #fff;
  color: #222;
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/india-story/left-arrow-white.png) !important;
}
.india-story .timeline-india-story-wrapper .time-line-block:nth-child(1) .owl-nav .owl-next {
  background-color: #fff;
  color: #222;
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/india-story/right-arrow-white.png) !important;
}
.india-story .timeline-india-story-wrapper .time-line-block:nth-child(2) {
  padding-top: 100px;
  background-color: #A1D3EC;
  color: #333333;
}
@media (max-width: 768px) {
  .india-story .timeline-india-story-wrapper .time-line-block:nth-child(2) {
    padding-top: 0px;
  }
}
.india-story .timeline-india-story-wrapper .time-line-block:nth-child(2) .starting-dot {
  background-color: #333333;
}
@media (max-width: 991px) {
  .india-story .timeline-india-story-wrapper .time-line-block:nth-child(2) .starting-dot {
    top: 0;
  }
}
.india-story .timeline-india-story-wrapper .time-line-block:nth-child(2) .video-slider {
  background-color: #A1D3EC;
}
@media (max-width: 991px) {
  .india-story .timeline-india-story-wrapper .time-line-block:nth-child(2) .video-slider {
    background-color: transparent;
  }
}
@media (max-width: 991px) {
  .india-story .timeline-india-story-wrapper .time-line-block:nth-child(2) .video-slider .owl-nav .owl-prev {
    background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/india-story/left-arrow-white.png) !important;
  }
  .india-story .timeline-india-story-wrapper .time-line-block:nth-child(2) .video-slider .owl-nav .owl-next {
    background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/india-story/right-arrow-white.png) !important;
  }
}
.india-story .timeline-india-story-wrapper .time-line-block:nth-child(2):before {
  content: '';
  position: absolute;
  top: 0px;
  height: 100%;
  width: 1px;
  background: #333333;
  left: 50%;
  margin-left: -1px;
  z-index: 600;
}
@media (max-width: 991px) {
  .india-story .timeline-india-story-wrapper .time-line-block:nth-child(2):before {
    left: 10%;
    top: 0px;
  }
}
@media (max-width: 768px) {
  .india-story .timeline-india-story-wrapper .time-line-block:nth-child(2):before {
    display: none;
  }
}
.india-story .timeline-india-story-wrapper .time-line-block:nth-child(2) .event-title {
  color: #333333;
}
.india-story .timeline-india-story-wrapper .time-line-block:nth-child(2) .feature-content p {
  color: #333333;
}
.india-story .timeline-india-story-wrapper .time-line-block:nth-child(2) .title-and-navigation-carousal-wrapper .title {
  color: #333333;
}
.india-story .timeline-india-story-wrapper .time-line-block:nth-child(2) .title-and-navigation-carousal-wrapper .navigation-dots li {
  background-color: #333333;
}
.india-story .timeline-india-story-wrapper .time-line-block:nth-child(2) .title-and-navigation-carousal-wrapper .navigation-dots li.active {
  /* background-color:#333333; */
  border-color: #333333;
}
.india-story .timeline-india-story-wrapper .time-line-block:nth-child(3) {
  padding-top: 100px;
  background-color: #E9C22D;
  color: #333333;
  position: relative;
}
@media (max-width: 768px) {
  .india-story .timeline-india-story-wrapper .time-line-block:nth-child(3) {
    padding-top: 0px;
  }
}
.india-story .timeline-india-story-wrapper .time-line-block:nth-child(3) .video-slider {
  background-color: #E9C22D;
}
@media (max-width: 991px) {
  .india-story .timeline-india-story-wrapper .time-line-block:nth-child(3) .video-slider {
    background-color: transparent;
  }
}
@media (max-width: 991px) {
  .india-story .timeline-india-story-wrapper .time-line-block:nth-child(3) .owl-nav .owl-prev {
    background-color: #222;
    color: #fff;
  }
  .india-story .timeline-india-story-wrapper .time-line-block:nth-child(3) .owl-nav .owl-next {
    background-color: #222;
    color: #fff;
  }
}
.india-story .timeline-india-story-wrapper .time-line-block:nth-child(3) .starting-dot {
  background-color: #333333;
}
.india-story .timeline-india-story-wrapper .time-line-block:nth-child(3):before {
  content: '';
  position: absolute;
  top: -100px;
  height: 105%;
  width: 1px;
  background: #333333;
  left: 50%;
  margin-left: -1px;
  z-index: 600;
}
@media (max-width: 991px) {
  .india-story .timeline-india-story-wrapper .time-line-block:nth-child(3):before {
    left: 10%;
    height: 100%;
    top: 0px;
  }
}
@media (max-width: 768px) {
  .india-story .timeline-india-story-wrapper .time-line-block:nth-child(3):before {
    display: none;
  }
}
.india-story .timeline-india-story-wrapper .time-line-block:nth-child(3) .event-title {
  color: #333333;
}
.india-story .timeline-india-story-wrapper .time-line-block:nth-child(3) .feature-content p {
  color: #333333;
}
.india-story .timeline-india-story-wrapper .time-line-block:nth-child(3) .title-and-navigation-carousal-wrapper .title {
  color: #333333;
}
.india-story .timeline-india-story-wrapper .time-line-block:nth-child(3) .title-and-navigation-carousal-wrapper .navigation-dots li {
  background-color: #333333;
}
.india-story .timeline-india-story-wrapper .time-line-block:nth-child(3) .title-and-navigation-carousal-wrapper .navigation-dots li.active {
  /* background-color:#333333; */
  border-color: #333333;
}
.india-story .timeline-india-story-wrapper .time-line-block:nth-child(3) .sultan-image {
  margin-bottom: -10%;
}
.india-story .timeline-india-story-wrapper .time-line-block:nth-child(4) {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .india-story .timeline-india-story-wrapper .time-line-block:nth-child(4) {
    padding-top: 0px;
  }
}
.india-story .timeline-india-story-wrapper .time-line-block:nth-child(4) .feature-content {
  padding: 20px 50px 50px 50px;
  color: #FFFFFF;
  font-family: "Montserratlight";
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  position: relative;
  top: -50px;
  text-align: justify;
}
.india-story .timeline-india-story-wrapper .time-line-block:nth-child(4) .feature-content p {
  font-family: "Montserratlight";
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
}
@media (max-width: 991px) {
  .india-story .timeline-india-story-wrapper .time-line-block:nth-child(4) .feature-content {
    padding: 25px;
    top: 0px;
  }
}
@media (max-width: 480px) {
  .india-story .timeline-india-story-wrapper .time-line-block:nth-child(4) .feature-content {
    padding: 5px;
    top: 0px;
  }
}
.india-story .timeline-india-story-wrapper .time-line-block:nth-child(4) .starting-dot {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .india-story .timeline-india-story-wrapper .time-line-block:nth-child(4) .starting-dot {
    top: -22px;
  }
}
.india-story .timeline-india-story-wrapper .time-line-block:nth-child(4) .ending-dot {
  bottom: 100px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .india-story .timeline-india-story-wrapper .time-line-block:nth-child(4) .ending-dot {
    bottom: 0;
  }
}
.india-story .timeline-india-story-wrapper .time-line-block:nth-child(4) .container {
  background-image: url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/india-story/map.png), url(https://d3tygivxeibq9y.cloudfront.net/99games_website/games/india-story/99-logo.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 110% top, 68% center;
  background-size: 51% 94%, auto auto;
}
@media (max-width: 768px) {
  .india-story .timeline-india-story-wrapper .time-line-block:nth-child(4) .container {
    bottom: 0;
    background-image: none;
  }
}
.india-story .timeline-india-story-wrapper .time-line-block:nth-child(4) .container .right-section .app-annies-report-wrapper {
  margin-top: 100%;
  padding-left: 50px;
  text-align: left;
}
.india-story .timeline-india-story-wrapper .time-line-block:nth-child(4) .container .right-section .app-annies-report-wrapper .app-annies {
  color: #5D5D5D;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  line-height: 46px;
}
.india-story .timeline-india-story-wrapper .time-line-block:nth-child(4) .container .right-section .app-annies-report-wrapper .report {
  height: 0.69%;
  width: 17.99%;
  color: #3D3D3D;
  font-family: Montserrat;
  font-size: 60px;
  font-weight: 600;
  line-height: 46px;
  margin-bottom: 10px;
}
.india-story .timeline-india-story-wrapper .time-line-block:nth-child(4) .container .right-section .app-annies-report-wrapper .view-report-button {
  background: none;
  background-color: #B0922C;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
}
.india-story .timeline-india-story-wrapper .time-line-block:nth-child(4) .container .left-section .app-annies-report-wrapper {
  margin-top: 100%;
  padding-left: 50px;
  text-align: left;
  display: none;
}
.india-story .timeline-india-story-wrapper .time-line-block:nth-child(4) .container .left-section .app-annies-report-wrapper .app-annies {
  color: #5D5D5D;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  line-height: 46px;
}
.india-story .timeline-india-story-wrapper .time-line-block:nth-child(4) .container .left-section .app-annies-report-wrapper .report {
  height: 0.69%;
  width: 17.99%;
  color: #3D3D3D;
  font-family: Montserrat;
  font-size: 60px;
  font-weight: 600;
  line-height: 46px;
  margin-bottom: 10px;
}
.india-story .timeline-india-story-wrapper .time-line-block:nth-child(4) .container .left-section .app-annies-report-wrapper .view-report-button {
  background: none;
  background-color: #B0922C;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
}
@media (max-width: 991px) {
  .india-story .timeline-india-story-wrapper .time-line-block:nth-child(4) .container .left-section .app-annies-report-wrapper {
    display: block;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .india-story .timeline-india-story-wrapper .time-line-block:nth-child(4) .container .left-section {
    display: block;
  }
  .india-story .timeline-india-story-wrapper .time-line-block:nth-child(4) .container .left-section .feature-content {
    padding-left: 50px;
  }
  .india-story .timeline-india-story-wrapper .time-line-block:nth-child(4) .container .right-section {
    display: none;
  }
}

.india-story .india-story-animation-wrapper .helicopter {
    /* top: -20%;
width: 87%;
height: 75%; */
  top: 31vw;
  /* left: 10vw; */
  width: 80%;
  margin-top: 0;
}

.india-story .india-story-animation-wrapper .bike-rider {
  width: 20%;
  position: absolute;
  bottom: 8.5vw;
  overflow: hidden;
  left: 45%;
}

.default-link {
  text-decoration: underline;
}
.default-link:hover {
  color: #337ab7;
}

.page-404 .header {
  background: linear-gradient(134.72deg, #BF191D 0%, #c86dd7 100%);
}
.page-404 .outer {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: auto;
}
@media (max-width: 768px) {
  .page-404 .outer {
    position: relative;
  }
}
.page-404 .middle {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .page-404 .middle {
    padding: 45% 0;
  }
}
.page-404 .inner {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.page-404 .fixed {
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 5;
}
@media (max-width: 768px) {
  .page-404 .fixed {
    position: relative;
  }
}
.page-404 .push-below-arrow {
  padding: 0 8%;
  top: 35px;
}
.page-404 .page-not-text {
  color: #2F2D62;
  font-family: "Montserratthin";
  font-size: 50px;
  font-weight: 200;
  letter-spacing: 1px;
  line-height: 61px;
  text-align: center;
}
@media (max-width: 768px) {
  .page-404 .page-not-text {
    font-size: 25px;
    line-height: 30px;
  }
}
.page-404 .dang-let-s-go-find {
  color: #2F2D62;
  font-family: "Montserratthin";
  font-size: 18px;
  font-weight: 200;
  line-height: 22px;
}
@media (max-width: 768px) {
  .page-404 .dang-let-s-go-find {
    font-size: 16px;
    line-height: 11px;
  }
}

/*# sourceMappingURL=styles.css.map */
