/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/styles.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************/
/*=================================common-css==================================================*/
html, body {
  font-size: 16px;
  line-height: 1.3;
  scroll-behavior: smooth;
  font-family: 'Poppins', sans-serif;
  overscroll-behavior-y: contain;
}
html, body {
  height: 100%;
  width: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b84951+0,1e0116+100 */
  background: #b84951; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #b84951 0%, #1e0116 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b84951', endColorstr='#1e0116', GradientType=1); /* IE6-9 fallback on horizontal gradient */
  color: #a5a5a5;
  font-size: 16px;
  line-height: normal;
  background-repeat: repeat;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% bottom;
  background-image: url('bg.c9757b6e1c4b0b40.jpg');
  background-attachment: fixed;
  /*    scroll-behavior: smooth; */
}
.section {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
* {
  box-sizing: border-box
}
img {
  max-width: 100%;
  display: block
}
.no-jump-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  color: #F7F7F7;
  image-rendering: -webkit-optimize-contrast !important;
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -400px 0
  }
  100% {
    background-position: 400px 0
  }
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 15px;
}
select, input[type="text"], input[type="email"], input[type="number"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  color: #333;
  background-color: #fff;
  -webkit-appearance: none;
  appearance: none;
  font-size: 0.875rem
}
*:focus {
  outline: none;
}
a {
  cursor: pointer;
  display: block;
  text-decoration: none
}
ul {
  margin: 0;
  padding: 0
}
li {
  list-style-type: none;
}
input:focus, button, img, a {
  outline: none;
  border: none
}
/*=================================common-css==================================================*/
/*=================================custom-select ==================================================*/
.custom-select {
  width: 100%;
  line-height: normal;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 15px center;
  background-size: auto;
  background-size: 8px 10px;
  border-radius: 50px;
  -webkit-appearance: none;
  appearance: none;
  text-transform: none;
  outline: none;
  cursor: pointer;
}
/*=================================custom-select ==================================================*/
/*site-design*/
.game-container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 15px;
  height: 100%;
  &:after {
    clear: both;
    content: "";
    display: table;
  }
}
.manorama-logo {
  max-width: 320px;
  margin: 0 auto;
}
.manorama-logo-inner {
  width: 100%;
  position: relative;
  padding-bottom: 8.75%;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
.game-logo {
  max-width: 320px;
  margin: 15px auto;
}
.game-logo-inner {
  position: relative;
  width: 100%;
  padding-bottom: 58.79518072289156%;
}
.game-level {
  width: 100%;
  text-align: center;
  margin: 25px 0;
}
.game-level button {
  border: 0;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  padding: 10px;
  max-width: 220px;
  margin: 15px auto;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  line-height: 1;
  display: block;
  transition: .3s;
}
.game-level button.easy {
  background: transparent;
  border: 3px solid #c078ff;
}
.game-level button.active {
  background-color: #7f4cac;
}
.game-level button.easy:hover {
  box-shadow: 0 0 5px #c794f3, 0 0 25px #c794f3, 0 0 50px #c794f3, 0 0 200px #c794f3;
  background-color: #7f4cac;
}
.game-level button.medium {
  background: transparent;
  border: 3px solid #6fce7e;
}
.game-level button.medium.active {
  background-color: #438450;
}
.game-level button.medium:hover {
  box-shadow: 0 0 5px #5cec72, 0 0 25px #5cec72, 0 0 50px #5cec72, 0 0 200px #5cec72;
  background-color: #438450;
}
.game-level button.hard {
  background: transparent;
  border: 3px solid #7b94e4;
}
.game-level button.hard.active {
  background-color: #3f579c;
}
.game-level button.hard:hover {
  box-shadow: 0 0 5px #678afa, 0 0 25px #678afa, 0 0 50px #678afa, 0 0 200px #678afa;
  background-color: #3f579c;
}
.start-game {
  background-color: #ff64a3;
  border: 3px solid #feb3d2 !important;
  color: #000 !important;
}
.start-game:hover {
  box-shadow: 0 0 5px #ff599c, 0 0 25px #ff599c, 0 0 50px #ff599c, 0 0 200px #ff599c;
}
.forfiet {
  background-color: #00a5dd;
  border: 3px solid #69d5ff !important;
  color: #000 !important;
  text-transform: capitalize !important
}
.forfiet:hover {
  box-shadow: 0 0 5px #5fc9fa, 0 0 25px #5fc9fa, 0 0 50px #5fc9fa, 0 0 200px #5fc9fa;
}
.play-again {
  background-color: #62cf72;
  border: 3px solid #aaf6b8 !important;
  color: #000 !important;
  text-transform: capitalize !important
}
.play-again:hover {
  box-shadow: 0 0 5px #65f174, 0 0 25px #65f174, 0 0 50px #65f174, 0 0 200px #65f174;
}
.logo-group {
  width: 100%;
}
.copy-right {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
}
.game-time {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  color: #fbb533;
  font-weight: 600;
  text-align: center;
}
.game-loading {
  width: 100%;
  padding: 10px;
  max-width: 450px;
  background-color: #fff;
  margin: 0 auto;
  min-height: 400px;
}
.sucess-message, .error-message {
  font-size: 22px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
}
.game-controlls {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
    margin-top: 10px;
}
.left-right-arrow-outer{
  display: flex;
  justify-content: center;
  align-items: center;  
}
.game-controlls-btn {
padding: 0 !important;
  background-color: #00a8dc;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  text-align: center;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
    width: 30px !important;
    height: 30px !important;
}
i{
    display: inline-block;
}
.up-arrow {

  background-image: url('down-arrow.944b3bb597a11b0e.svg');
  width: 24px !important;
  height: 24px !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px auto;

 background-size: 20px auto;
    
}
.down-arrow {

  background-image: url('down-arrow.944b3bb597a11b0e.svg');
  width:24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
     transform: rotate(180deg);
}

.double-arrow{
     background-image: url('double.8565f4c52f55e512.svg');
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
 background-size: auto 20px; 
     
}
.right-arrow{

  background-image: url('right-arrow.9fa27dfa983ca845.svg');
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
 background-size: auto 20px;
    
}
.left-arrow{

  background-image: url('right-arrow.9fa27dfa983ca845.svg');
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
 background-size: auto 20px;

}
.popup-outer{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    padding: 15px;
    z-index: 1000;
    
}
.popup-inner{
  display: flex !important;
  justify-content: center;
  align-items: center;
    height: 100%;
    width: 100%;

}
.content-wrapper{
    padding: 25px 10px 10px 10px;
    background-color: #fff;
    color: #000;
    font-family: 'Poppins', sans-serif;
    max-width: 320px;
    width: 100%;
    position: relative;
    
    
}
.close{
    right: -5px;
    top: -5px;;
    width: 25px;
    position: absolute;
    height: 25px;
    text-align: center;
    background-color: #000;
  display: flex !important;
  justify-content: center;
  align-items: center;
       font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
      border-radius: 100px;
  -webkit-border-radius: 100px;
    line-height:0;
    
}
.left-arrow{
  transform: rotate(180deg) !important;
}
.up{
    margin-bottom: 6px !important;
}
.down{
    margin-top: 6px !important;
}
.left{
    margin-right: 6px !important;
}
.right{
    margin-left: 6px !important;
}
@media screen and (max-height:700px) {}
@media screen and (max-width:700px) {
  .manorama-logo {
    max-width: 250px;
  }
  .game-logo {
    max-width: 250px;
  }
    .game-controlls-btn{
        width: 50px !important;
        height: 40px !important;
        
    }
/*
  .game-level button {
    max-width: 150px;
    font-size: 15px;
    padding: 8px;
    margin: 5px auto;
  }
*/
  .game-level {
    margin: 10px 0;
  }
}
.d-flex {
  display: flex;
}
.d-inline-flex {
  display: inline-flex;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
/*justify-content*/
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
/*justify-content*/
/*align-items*/
.align-items-start {
  align-items: flex-start;
}
.align-items-end {
  align-items: flex-end;
}
.align-items-center {
  align-items: center;
}
.align-items-baseline {
  align-items: baseline;
}
.align-items-stretch {
  align-items: stretch;
}
.align-content-start {
  align-content: flex-start;
}
.align-content-end {
  align-content: flex-end;
}
.align-content-center {
  align-content: center;
}
.align-content-between {
  align-content: space-between;
}
.align-content-around {
  align-content: space-around;
}
.align-content-stretch {
  align-content: stretch;
}
.align-self-auto {
  align-self: auto;
}
.align-self-start {
  align-self: flex-start;
}
.align-self-end {
  align-self: flex-end;
}
.align-self-center {
  align-self: center;
}
.align-self-baseline {
  align-self: baseline;
}
.align-self-stretch {
  align-self: stretch;
}
/*align-items*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 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;
}
* {
    box-sizing: border-box;
}
/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
    border: 0
}

/* 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;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: 0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    outline: none;
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */ /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

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

html,
button,
input,
select,
textarea {
    color: #222;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;

}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ......................... Social media style .........................*/
.shareboxwrp {
    display: none;
    float: left;
    width: 100%;
}
.shareboxwrpin {
    margin: 0 auto;
    display: table;
    width: 40px;
}
.social-media-main {
    width: 50px;
    height: 195px;
    float: left;
    position: fixed;
    bottom: 60px;
    right: 10px;
    padding-top: 60px;
    z-index:5000000000;
}
.shretle {
    font-size: 11px;
    font-family: arial;
    font-weight: bold;
    text-transform: uppercase;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-size: 60% auto;
    background-image: url('share.ceccf0ec07edbc42.svg');
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    text-align: center;
    background-color: #FFFFFF;
    padding: 3px 0;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    float: left;
    position: absolute;
    top: 130px;
    left: 0;
    cursor: pointer;
    transition: all .2s linear .0s;
}

 .share-click{
    
}

.shretle.open {
    top: 0;
    background-image: url('close.ecafdfdf6b6cffd5.svg');
}
.social-media-ins {
    width: 100%;
    height: 180px;
    float: left;
    margin: 0px;
}
.social-media-head {
    width: 100%;
    height: auto;
    float: left;
    font-family: arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
    line-height: 110%;
}
.social-media-icon {
    width: 40px;
    height: 40px;
    float: left;
    cursor: pointer;
    background-image: url('social.f23fb7ff057e2708.svg');
    background-size: 50px auto;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin-bottom: 5px;
}
.tw-clr {
    background-position: -4px -107px;
    background-color: #000;
}
.gl-clr {
    background-position: -4px -56px;
    background-color: #fb443e;
}
.wt-clr {
    background-position: -4px -159px;
    background-color: #13b345;
}
.fb-clr {
    background-color: #2b44a0;
    background-position: -6px -5px;
}
/* ......................... /Social media style .........................*/

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