@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,900');

body,
html {
  width: 100%;
  height: 100%;
}
body
{

  background-color: #5e2b6e;
  font-family: 'Lato', sans-serif;
  color:#fff;

}
html[dir="rtl"] body
{
text-align: right;}
.btn-xl {
  padding: 1.25rem 2.5rem;
}
#content
{
  padding-bottom: 20vh;
}
.content-section {
}

.content-section-heading h2 {
  font-size: 3rem;
}

.content-section-heading h3 {
  font-size: 1rem;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
header.logobox_bar
{
  background:#fff;
  text-align: center;
  padding: 10px 0;
  margin: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 5px solid #5C276B;
  border-bottom: 2px dashed #1A1825;
}
.logo
{
  width: 100%;
  max-width: 150px;
}
a.nav-link
{
  text-transform: uppercase;
  text-shadow: 0px 2px #431452;
  color: #fff !important;
  font-weight: bold;
  font-size: 15px;
}
.head_bar
{
  background:#0a0e1a;
  height: 63px;
  position: fixed;
  display: block;
  width: 100%;
  text-align: center;
  z-index: 999999999999;
  line-height:63px;
}

.main_container
{
  background: #32073e;
}
.top_scroll
{
}
.games_container
{
  padding: 15px;
  padding-top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.games_container>.row:last-child {
    margin-bottom: 20vh;
}

/* relevant styles */
.gameImgBox
{
  position: relative;
  border: 1px solid #5f6271;
  overflow: hidden;
}
.gameImgBox:hover
{
  cursor:pointer;
  border: 1px solid #bbbdca;
}
.game_img
{
  width: 100%;
}
.game_description_layer
{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url('../img/games/hoverbg.png');
  background-repeat: repeat;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  /* transition effect. not necessary */
  -webkit-transition: opacity .2s, visibility .2s;
  -moz-transition: opacity .2s, visibility .2s;
  -o-transition: opacity .2s, visibility .2s;
  transition: opacity .2s, visibility .2s;
}

.gameImgBox:hover .game_description_layer
{
  visibility: visible;
  opacity: 1;
}

.game_description,.game_title
{
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  -webkit-transform: translateY(1em);
     -moz-transform: translateY(1em);
      -ms-transform: translateY(1em);
       -o-transform: translateY(1em);
          transform: translateY(1em);
  font-size: 0.8em;
  text-align: left;
  font-weight: 400;
  color: #bbbdca;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.2;
  padding-bottom: 0;
  margin-bottom: 0;
}
.game_title
{
  font-weight: 900;
  margin-bottom: 0;
  padding-bottom: 15px;
}

.gameImgBox:hover .game_description
{
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.game_rating
{
  font-size:1.25em;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}

.game_rating .fa-star,.game_rating .fa-star-o
{
  color: #dd692f;
}
.game_rating .fa-star-o
{
  color: #bbbdca;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

/* Map */
.map {
  height: 30rem;
}

.map iframe {
  pointer-events: none;
}

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background: rgba(52, 58, 64, 0.5);
  line-height: 45px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #343a40;
}

.scroll-to-top i {
  font-weight: 800;
}

.masthead {
  min-height: 30rem;
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), url("../img/bg-masthead.jpg");
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/bg-masthead.jpg");
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/bg-masthead.jpg");
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/bg-masthead.jpg");
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/bg-masthead.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
       -webkit-background-size: cover;
            -o-background-size: cover;
          background-size: cover;
}

.masthead h1 {
  font-size: 4rem;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
  }
  .masthead h1 {
    font-size: 5.5rem;
  }
}


.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 16px;
    height: 30px;
    background: transparent no-repeat center center;
    -moz-background-size: 100% 100%;
         -webkit-background-size: 100% 100%;
              -o-background-size: 100% 100%;
            background-size: 100% 100%;
}
.carousel-control-next-icon {
  background-image: url(../img/icons/arrow_right.png);
}
.carousel-control-prev-icon {
  background-image: url(../img/icons/arrow_left.png);
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
       -moz-box-flex: 0;
            flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #899e9e;
}
.carousel-indicators
{
  margin-bottom: 0;
}
.carousel-indicators .active {
    background-color: #bfdbdb;
}

.menu-toggle {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  color: #fff;
  background: none;
  left: 15px;
  top: 7px;
  z-index: 999;
  width: 30px;
}

.menu-toggle:focus, .menu-toggle:hover {
  color: #fff;
}

.menu-toggle:hover {
}


footer
{
  background:#0a0f1b;
  padding:10px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px;
}

footer.footer .social-link {
  display: block;
  height: 4rem;
  width: 4rem;
  line-height: 4.3rem;
  font-size: 1.5rem;
  background-color: #1D809F;
  -webkit-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

footer.footer .social-link:hover {
  background-color: #155d74;
  text-decoration: none;
}

a {
  color: #fff;
  text-decoration: none !important;
}

a:hover, a:focus, a:active {
  color: #fff;
}

.btn-primary {
  background-color: #1D809F !important;
  border-color: #1D809F !important;
  color: #fff !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #155d74 !important;
  border-color: #155d74 !important;
}

.btn-secondary {
  background-color: #ecb807 !important;
  border-color: #ecb807 !important;
  color: #fff !important;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #ba9106 !important;
  border-color: #ba9106 !important;
}

.btn-dark {
  color: #fff !important;
}

.btn {
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  font-weight: 700;
}

.bg-primary {
  background-color: #1D809F !important;
}

.text-primary {
  color: #1D809F !important;
}

.text-secondary {
  color: #ecb807 !important;
}

.web
{
  display: block;
}
.wap
{
  display: none;
}

/*login screen  */
.loginButton
{
    right: initial;
    position: initial;
    color: #bfdbdb;
    text-transform: uppercase;
    font-size: 13px;
}
.loginbox
{
  max-width: 500px;
  width: 100%;
  margin: auto;
  background: #0a0f1b;
  margin-top: 40px;
  margin-bottom: 100px;
  padding-bottom: 30px;
  border: none;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.clue
{
  padding: 20px 0;
  color: #ffffff;
  background: #df2054;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}
.input_login
{
  width: 90%;
  height: 50px;
  text-align: left;
  display: block;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  padding-left: 10px;
  color: #161b35;
  font-size: 15px;
}
.loginbox label
{
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  display: block;
  width: 90%;
  margin: auto;
  margin-top: 25px;
  color: #bfdbdb;
  text-transform: uppercase;
}
input[type="submit"].submit_button
{
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display:block;
  margin:auto;
  margin-top: 25px;
  max-width: 90%;
  height: 50px;
  font-size: 15px;
}
/*Game page */
.main_game_header_img
{
  background-image: url(../img/games/pacman_pop/main_header.png);
  background-repeat: no-repeat;
  -moz-background-size: cover;
       -webkit-background-size: cover;
            -o-background-size: cover;
          background-size: cover;
  max-height: 300px;
  height: 100%;
}
.main_game_title
{
  font-weight: 900;
  font-size: 29px;
  text-align: center;
  text-transform: uppercase;
  color: #bfdbdb;
  padding-top: 1em;
  line-height: 1;
}
.main_game_description {
    line-height: 1;
    font-size: 14px;
    text-align: center;
    color: #bfdbdb;
    width: 90%;
    padding-top: 12px;
    margin: auto;
}
.main_game_button
{
  text-align: center;
}
a.playbutton, input.submit_button, button.playbutton:focus,input.submit_button:focus
{
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -moz-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-moz-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out,-moz-box-shadow .15s ease-in-out;
  background: #dd692f;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkNjkyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZDY5MmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #dd692f 0%, #dd692f 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dd692f), color-stop(100%,#dd692f));
  background: -webkit-linear-gradient(left, #dd692f 0%,#dd692f 100%);
  background: -o-linear-gradient(left, #dd692f 0%,#dd692f 100%);
  background: -webkit-gradient(linear, left top, right top, from(#dd692f),to(#dd692f));
  background: -moz-linear-gradient(left, #dd692f 0%,#dd692f 100%);
  background: linear-gradient(to right, #dd692f 0%,#dd692f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd692f', endColorstr='#dd692f',GradientType=1 );
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  border: none;
  color: #fff;
  border-bottom: 3px solid #b44e21;
  width: 100%;
  max-width: 230px;
  height: 40px;
  margin-top: 12px;
  line-height: 25px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
button.playbutton:hover, input.submit_button:hover, a.playbutton:hover
{
  cursor: pointer;
}
button.playbutton:focus,input.submit_button:focus,a.playbutton:focus
{
  margin-top: 15px;
  border:none;
  outline:0;
}
input.submit_button:focus
{
  margin-top:28px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: block;
  margin: auto;
  margin-top: 25px;
  max-width: 90%;
  height: 50px;
  font-size: 15px;
}


.main_game_header_img {
    max-height: 414px;
}

.main_game_header_img {
    max-height: 414px;
}
.main_ebook_header_img
{
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url(../img/ebooks/fortnite/main_game_header.jpg);
  background-repeat: no-repeat;
  -moz-background-size: contain;
       -webkit-background-size: contain;
            -o-background-size: contain;
          background-size: contain;
  max-height: 300px;
  height: 100%;
}
.main_ebook_title
{
  font-size: 3rem;
  text-align: center;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  color: #bfdbdb;
  padding-top: 1em;
  text-align: left;
}
.main_ebook_basic_text
{
  font-size: 14px;
  line-height: 1;
  text-align: justify;
  padding-left: 5px;
  margin-left: 10px;
  width: 100%;
  padding-right: 15px;
  margin-bottom: 0;
  color: #bfdbdb;
}
.image_box_ebooks
{
  width: 100%;
  max-height: 320px;
  display: block;
  overflow: hidden;
  margin: 15px 10px;
  height: 100%;
  border-left: 2px solid #dd692f;
}
.active_ebook_image
{
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: #000;
  overflow: visible;
  margin: auto;
  z-index: 9999;
  max-height: 100%;
}
.active_ebook_image img
{
  width: 90%;
  margin-top: 100px;
}
.main_ebook_button {
    text-align: right;

}
.contactbg
{
  background: #2D3358;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
#contact textarea#message.form-control
{
-webkit-border-radius: 15px;
   -moz-border-radius: 15px;
        border-radius: 15px;
}
#contact .subtitle
{
  font-family: var(--main-font-family);
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
}
#contact .submit_button
{
  width: auto;
  margin: inherit;
  min-width: 200px;
}
#contact label.text-left
{
  text-align: left !important;
}
#info-adress-show h3
{
  font-size: 20px;
  color:#bfdbdb;
  display: block;
}
#info-adress-show p>span
{
  font-weight: bold;
  font-size: 14px
}

#info-adress-show .main_game_description
{
  -moz-text-align-last: left;
       text-align-last: left;
       text-align: left;
       margin: inherit;

}
#info-adress-show
{
    background: #4f205c;
}
#dashboard
{
  position: relative !important;
}
.regular_title {
  letter-spacing: -.03em;
  font-weight: 700;
  line-height: 110%;
  width: 100%;
  margin: auto;
  display: block;
  color: #fff;
  font-size: 40px;
  text-transform: capitalize;
}
.regular_info_part .image_box_ebooks {
    width: 100%;
    max-height: 320px;
    display: block;
    overflow: hidden;
    margin: auto;
    height: 100%;
    border: none;
}
.regular_info_part {
    padding: 5rem 3rem;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.regular_info_part:nth-child(even)
{
  background:#000;
}
.check
{
}
.check-text
{
  width:80%
}
dl, ol, ul {
    list-style: none;
}
/* unsub */
  .container-fluid.pt-5.unsub
  {
    padding-top: 10px !important;
  }
  .container-fluid.pt-5.unsub>.container
  {
    padding-top: 10px !important;
  }
  .col-xs-12.text-center.offset3 > h2,.col-xs-12.text-center.offset3>h3
  {
    padding-top: 10px;
    color: #fff;
  }
  .col-xs-12.text-center.offset3 > h2
  {
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    color: #ffffff;
    line-height: 1.2;
    padding-top: 10px;
  }
  .col-xs-12.text-center.offset3>h3
  {
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .col-xs-12.text-center.offset3 .input-group-addon
  {
    font-family: var(--inital_font);
    font-size: 18px;
    font-weight: 700;
    color: #121222;
    text-transform: capitalize;
    display: block;
    text-align: center !important;
    margin:auto;
    padding-bottom:10px;
  }
  .col-xs-12.text-center.offset3
  {
    color: #ffffff;
    line-height: 1.2;
    text-align: center !important;
    max-width: 600px;
    margin:auto;
    width: 90%;
  }
  .col-xs-12.text-center.offset3 > form
  {
    background-color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: none;
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 500px;
    margin: auto;
  }
   .col-xs-12.text-center.offset3 > form .input-group
  {
    padding-top:20px;
    width: 90%;
    margin: auto;
    display: block;
  }
  .col-xs-12.text-center.offset3:last-child
  {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: .5em;
    border-radius: 0.5em;
    margin: auto;
    margin-top: 0;
  }
  .col-xs-12.text-center.offset3 input.form-control
  {
    color: #212529;
    display: inline-block;
    transition: box-shadow .2s linear, border-color .25s ease-out, -webkit-box-shadow .2s linear, -moz-box-shadow .2s linear;
    font-size: 15px;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    border-radius: 100px !important;
    background: #fff;
    border: 1px solid #000;
    color: #121222;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding:20px 10px;
    display: block;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 1rem;
  }
  .col-xs-12.text-center.offset3 input[type="submit"].btn
  {
      background: #121222;
      background: -moz-linear-gradient(top, #0a0f1b 0%, #0a0f1b 100%);
      background: -webkit-linear-gradient(top, #0a0f1b 0%, #0a0f1b 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(#0a0f1b), to(#0a0f1b));
      background: -moz-linear-gradient(top, #0a0f1b 0%, #0a0f1b 100%);
      background: -o-linear-gradient(top, #0a0f1b 0%, #0a0f1b 100%);
      background: linear-gradient(to bottom, #0a0f1b 0%, #0a0f1b 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0f1b', endColorstr='#0a0f1b',GradientType=0 );
      -webkit-border-radius: 300px;
      -moz-border-radius: 300px;
      border-radius: 300px;
      border: none;
      color: #fff;
      font-weight: 600;
      padding: 20px 0;
      text-align: center;
      text-decoration: none;
      font-size: 15px;
      width: 100%;
      display:block;
      margin: auto;
      text-transform: capitalize;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      margin-top: 10px;
  }
@media screen and (max-width:1200px)
{
  .main_game_title
  {
    font-size: 30px;
  }
  .main_game_header_img {
      max-height: 348px;
  }
  .main_ebook_header_img
  {
    max-height: 253px;
  }
}
@media screen and (max-width:991px)
{
  .game_description, .game_title
  {
    font-size: 1vw;
  }
  .game_rating
  {
    font-size: 2vw;
  }
  .main_game_header_img {
      max-height: 300px;
      margin-bottom: 10px;
  }
  .main_ebook_title
  {
      font-size: 8vw;
      padding-top: 0;
  }
  .main_ebook_header_img
  {
    max-height: 190px;
  }
  .navbar
  {
    position: absolute;
    right: 0;
    top: 15px;
  }
  .navbar button
  {
    border: none;
    position: absolute;
    right: 10px;
    top: 7px;
  }
  .navbar .collapsed i.fa-bars,  .navbar i.fa-bars
  {
    color: #242031;
    font-size: 30px;
  }
    .navbar button[aria-expanded="true"] i.fa-bars
  {
    color: #df2557;
    font-size: 30px;
  }
  .games_container
  {
    margin-top: 20px;
  }
  .add_menu_style
  {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    background: #de1e53;
    text-align: center;
    z-index: 99999999;
    top: 82px;
    padding: 30px 0;
    display: block !important;
  }
  footer {
    padding: 10px 0;
    height: 60px;
    font-size: 13px;
  }
}
@media screen and (max-width:580px)
{
  .gameImgBox
  {
    width: 100%;
  }
  .web
  {
    display: none;
  }
  .wap
  {
    display: block;
  }
  .game_rating
  {
    font-size: 5vw;
  }
  .game_description, .game_title
  {
    font-size: 3vw;
  }
  .games_container
  {
     padding-bottom: 80px;
     padding-top: 31px;
  }
  button.playbutton
  {
    max-width: 100%;
  }
  .main_game_title {
    padding-top: 3em;
  }
  .main_game_header_img
  {
    margin-bottom: 4em;
  }
  .main_game_header_img {
      margin: auto;
      height: 100%;
      bottom: 50px;
      margin-bottom: 10px;
      -moz-background-size: cover;
           -webkit-background-size: cover;
                -o-background-size: cover;
              background-size: cover;
      max-height: 373px;
      background-position: center;
      background-color: #0a0f1b;
  }
  .main_ebook_header_img {
    max-height: 143px;
    -moz-background-size: cover;
         -webkit-background-size: cover;
              -o-background-size: cover;
            background-size: cover;
  }
  .main_ebook_button {
    margin-bottom: 20px;
  }
}
