@font-face {
  font-family: VAGRoundedStdBlack;
  src: url(../fonts/VAGRoundedStdBlack.otf);
}
@font-face {
  font-family: VAGRoundedStdThin;
  src: url(../fonts/VAGRoundedStdThin.otf);
}
@font-face {
  font-family: VAGRoundedStdBold;
  src: url(../fonts/VAGRoundedStdBold.otf);
}
html * {
  font-family: VAGRoundedStdBlack;
}
.row {
  margin: 0px !important;
}
.container-fluid {
  padding: 0 !important;
}
.header {
  width: 100%;
  float: left;
  padding: 15px 0;
}
.logo-container {
  width: 50%;
  float: left;
}
.logo {
  width: 150px;
  height: auto;
}
.menu-container {
  width: 50%;
  float: right;
  text-align: right;
  padding-top: 30px;
}
.menu-ic {
  width: 45px;
  height: auto;
  cursor: pointer;
}
.banner {
  background-image: url(../images/banner.png);
  background-position: center center, center top;
  background-repeat: repeat, no-repeat;
  height: 585px;
  background-size: cover;
}
.banner-text {
  margin-top: 150px;
}
.banner-main-heading {
  font-size: 40px;
  color: #ffffff;
}
.banner-sub-heading {
  color: #ffdd00;
  font-size: 26px;
}
.page-heading {
  text-align: center;
  color: #666666;
  font-size: 46px;
  margin: 45px 0 25px 0px;
}
.page-text {
  text-align: center;
  font-size: 18px;
  font-family: VAGRoundedStdThin;
  margin-bottom: 65px;
}
.game-item {
  text-align: center;
  width: 100%;
  float: left;
  position: relative;
}
.item-content {
  width: 100%;
  float: left;
  padding-left: 20%;
}
.left-box {
  width: 25%;
  float: left;
}
.right-box {
  width: 72%;
  float: right;
  text-align: left;
  margin-top: 5px;
}
.game-icon {
  width: 110px;
}
.game-title {
  color: #ff9900;
  font-size: 20px;
  margin-top: 0px;
}
.game_description {
  font-size: 18px;
  color: #666666;
  font-family: VAGRoundedStdThin;
  line-height: 22px;
}
.store-btns {
  clear: both;
  margin: 15px 0px 30px 0px;
  float: left;
  width: 100%;
}
.platystore-btn {
  width: 150px;
  margin: 0 10px;
}
.appstore-btn {
  width: 150px;
  margin: 0 10px;
}
.bottom-banner {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.bottom-banner-img {
  width: 100%;
  float: left;
}
.user-box {
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  margin-top: 40px;
}
.box {
  width: 70%;
  margin: 0 auto;
  padding: 30px;
  border-radius: 10px;
}
.userleft {
  background-color: #c1e7d4;
}
.userright {
  background-color: #efb2c4;
}
.user-img {
  width: 140px;
  margin-top: -95px;
  margin-bottom: 32px;
}
.user-text {
  font-size: 22px;
  font-family: VAGRoundedStdThin;
  text-align: center;
}
.footer {
  background-color: #000000;
  padding: 25px 0;
  margin-top: 50px;
}
.footer-left {
  width: 50%;
  float: left;
}
.footer-right {
  width: 50%;
  float: right;
  text-align: right;
}
.footer-menu {
  list-style-type: none;
  padding: inherit;
  line-height: 30px;
}
.footer-menu li a {
  color: #949494;
  font-size: 16px;
  font-family: VAGRoundedStdThin;
}
.footer-logo {
  width: 90px;
}

/* Privacy policy page style  */
.small-banner-img {
  width: 100%;
}
.text-page-bg {
  padding: 30px;
  background: #e4efe4;
  border-radius: 10px;
}
.page-intor-text {
  font-size: 16px;
  font-family: "VAGRoundedStdThin";
}
.page-text.privacy {
  text-align: left;
  line-height: 26px;
  font-size: 14px;
  font-family: "VAGRoundedStdBlack";
  margin-bottom: 15px;
}
.page-subheading {
  font-size: 22px;
  margin-top: 15px;
}
.text-page-list {
  text-align: left;
  line-height: 26px;
  font-size: 14px;
  font-family: "VAGRoundedStdBlack";
  margin-bottom: 15px;
}

/* Menu popup style  */
#menu{display: none;}
.menupopup{
  position: fixed;
  background: #fff;
  width: 50%;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  border-radius: 10px;
  max-width: 350px;
  z-index: 99999;
}
.menupopup ul{
  padding: 0px;
  list-style-type: none;
  font-size: 38px;
}
.menupopup ul li{
  line-height: 60px;
  border-bottom: 1px solid #ccc;
}
.menupopup ul li a{
  color: #666;
  text-decoration: none;
  font-family: "VAGRoundedStdThin";
}
.menupopup ul li a:hover{color: #000;}
.active-menu{
  color:#000 !important;
}
.close-ic
{
  width: 40px;
  height: 40px;
  position: absolute;
  right: -15px;
  top: -15px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.overlay
{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
@media screen and (max-width: 767px) {
  .banner {
    background-image: url(../images/mobilebanner.png);
    background-position: center;
    background-repeat: no-repeat, no-repeat;
    height: 315px;
    background-size: cover;
  }
  .banner-text {
    margin-top: 15px;
  }
  .banner-sub-heading {
    color: #ffdd00;
    font-size: 18px;
  }
  .banner-main-heading {
    font-size: 22px;
    color: #ffffff;
    margin: 0px;
    line-height: 28px;
  }
  .page-heading {
    text-align: center;
    color: #666666;
    font-size: 36px;
    margin: 20px 0 15px 0px;
  }
  .page-text {
    text-align: center;
    font-size: 16px;
    font-family: VAGRoundedStdThin;
    margin-bottom: 35px;
  }
  .item-content {
    width: 100%;
    float: left;
    padding-left: 5%;
  }
  .game-icon {
    width: 90px;
  }
  .right-box {
    width: 65%;
    float: right;
    text-align: left;
    margin-top: 5px;
  }
  .platystore-btn {
    width: 120px;
    margin: 0 10px;
  }
  .appstore-btn {
    width: 120px;
    margin: 0 10px;
  }
  .box {
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 25px;
  }
  .user-text {
    font-size: 16px;
    font-family: VAGRoundedStdThin;
    text-align: center;
  }
  .user-img {
    width: 110px;
    margin-top: -75px;
    margin-bottom: 32px;
  }
  .menupopup{width: 85%;}
  
}
