html,
body {
    font-size: 13px;
    height: 100%;
    width: 100%;
}
body {
    font-family: "Overpass", sans-serif;
    overflow-x: hidden;
}
.container {
    max-width: 1200px;
    width: 100%;
}
h1 {
    font-size: 3.3rem;
}
hr.light {
    border-color: white;
}
a {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    
}
a:hover,
a:focus {
    
    text-decoration: none;
}
p {
    font-size: 1.15rem;
    line-height: 1.5;
    margin-bottom: 20px;
}
.bg-primary {
    background-color: #f05f40;
}
section {
    padding: 60px 0;
}
aside {
    padding: 50px 0;
}
.no-padding {
    padding: 0;
}
.btn-default,
.btn-default::before {
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn-default {
    border-radius: 0;
    border: 1px solid #3a3636;
    background-color: transparent;
    color: #3a3636;
    padding: 12px 38px;
    line-height: 1;
    font-size: 17px;
    display: inline-block;
    position: relative;
    min-width: 150px;
    max-width: 250px;
}
.btn-default::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3a3636;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
.btn-default:active:hover,
.btn-default:hover,
.btn-default:focus {
    border-color: #3a3636;
    background-color: transparent;
    color: #fff;
    outline: none;
}
.btn-default:focus {
    color: #fff;
}
.btn-default:hover::before,
.btn-default:focus::before {
    opacity: 1;
    background-color: #3a3636;
    border-color: #3a3636;
    color: #fff;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.link-btn {
    position: relative;
    display: inline-block;
    font-size: 1.15rem;
    line-height: 1;
    color: #c5c5c5;
}
.link-btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    float: left;
    width: 0%;
    display: block;
    background-color: #c5c5c5;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.link-btn:hover::before {
    width: 100%;
}
.section-heading {
    text-align: center;
    font-size: 2.3rem;
    color: #626061;
    text-transform: uppercase;
}
.discover-thumbnail {
    margin: 0 auto;
}
.img-full {
    width: 100%;
}
.navbar-default {
    background-color: white;
    border: none;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.navbar-brand {
    height: auto;
    line-height: normal;
    padding: 0;
}
.navbar-brand > img {
    max-width: 235px;
}
.navbar-brand > h1 {
    font-size: 60px;
    color: white;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: "Overpass", sans-serif;
    margin: unset;
}
@media screen and (max-width: 576px) {
    .navbar-brand > h1 {
        font-size: 42px;
    }
}
.navbar-default .navbar-header .navbar-brand {
    color: #f05f40;
    font-weight: 700;
    text-transform: uppercase;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #eb3812;
}
.navbar-default .navbar-header .navbar-toggle {
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
    font-size: 1.38rem;
    color: #fff;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    color: #f05f40;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
    color: #f05f40 !important;
    background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
    background-color: transparent;
}
header {
    position: relative;
    width: 100%;
    text-align: center;
    color: white;
}
.banner-image {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.section-heading {
    margin-top: 0;
    margin-bottom: 40px;
}
.call-to-action h2 {
    margin: 0 auto 20px;
}
.text-primary {
    color: #f05f40;
}
.no-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default .badge {
    color: white;
    background-color: #222222;
    border-radius: 0;
    border: 1px solid red;
}
.btn-primary {
    color: white;
    background-color: #f05f40;
    border-color: #f05f40;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: white;
    background-color: #ee4b28;
    border-color: #ed431f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary .badge {
    color: #f05f40;
    background-color: white;
}
.btn {
    border: none;
    border-radius: 300px;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-xl {
    padding: 15px 30px;
}
::-moz-selection {
    color: white;
    text-shadow: none;
    background: #222222;
}
::selection {
    color: white;
    text-shadow: none;
    background: #222222;
}
img::-moz-selection {
    color: white;
    background: transparent;
}
img::selection {
    color: white;
    background: transparent;
}
img::-moz-selection {
    color: white;
    background: transparent;
}
.navbar-header {
    padding: 0px;
    padding-left: 15px;
}
.navbar-nav {
    margin-top: 0;
}
#mainNav {
    width: 100%;
    background-color: #1d1d1d;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    border-radius: 0;
}
.homepage #mainNav {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
    background-color: #29292963;
    padding-bottom: 15px;
}

.homepage .top-header{
    background-color: transparent;
}

.aspect-ratio-16by9 {
    position: relative;
    padding-top: 56.25%;
    width: 100%;
}
.aspect-ratio-16by9-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 100%;
}
.banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner-content-inner {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 11%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
}
.banner-tagline {
    font-size: 1.53rem;
}
.features .description {
    width: 33.33%;
    text-align: center;
}
.features .description + .description {
    margin-left: 0;
}
.get-started {
    width: 100%;
    height: 543px;
    background-image: url("../images/tablet.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    position: relative;
}
.get-started::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
}
.get-started-inner {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
}
.get-started-heading {
    font-size: 3.46rem;
}
.get-started-text {
    font-size: 1.69rem;
}
.description {
    width: 45%;
    float: left;
    color: #626061;
}
.description + .description {
    margin-left: 10%;
}
.description-icon {
    width: 96px;
    height: 96px;
}
.description-heading {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 30px;
    color: #363636;
}
.description-heading.html {
    color: #f1652a;
}
.description-heading.android {
    color: #649937;
}
.description-text {
    padding: 0 15px;
}
.center-btn {
    margin-top: 30px;
}
.experience {
    padding: 0;
    position: relative;
}
.experience-title {
    font-size: 2.4rem;
}
.experience-content .banner-content-inner {
    max-width: 800px;
    bottom: auto;
    top: 25%;
    text-align: center;
}
.footer {
    width: 100%;
    float: left;
    background-color: #363636;
    padding: 50px 0 30px;
    color: #c5c5c5;
}
.footer .section-heading {
    color: #c5c5c5;
    margin-bottom: 50px;
    text-transform: capitalize;
}
.logo-link {
    display: block;
    color: #c5c5c5;
    font-size: 48px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: "Overpass", sans-serif;
}
.footer-logo {
    max-width: 450px;
}
.footer-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #c5c5c5;
    text-align: left;
    margin-bottom: 20px;
    color: #c5c5c5;
    text-transform: uppercase;
}
.footer-text {
    margin-bottom: 40px;
}
.footer-link-list {
    width: 100%;
    float: left;
}
.footer-link-list li {
    width: 100%;
    float: left;
}
.footer-link-list li + li {
    margin-top: 10px;
}
.footer-link-list li a {
    padding: 5px 0;
    text-transform: uppercase;
}
.footer-copyright {
    margin-top: 40px;
}
.footer-copyright p {
    margin-bottom: 0;
}
.games-wrap {
    padding: 0;
}
.games-description {
    background-color: #cccccc;
    color: #000 !important;
    padding: 40px 0;
}
.alt-structure {
    min-height: 618px;
}
.alt-structure-left {
    background-color: #efefef;
}
.alt-structure-right {
    background-color: #fff;
}
.alt-structure-left,
.alt-structure-right {
    min-height: inherit;
    position: relative;
}
.alt-structure-right .alt-structure-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
.alt-structure:nth-child(odd) .alt-structure-left {
    float: left;
}
.alt-structure:nth-child(odd) .alt-structure-right {
    float: right;
}
.alt-structure:nth-child(even) .alt-structure-left {
    float: right;
}
.games-grid {
    width: 100%;
    float: left;
    margin-bottom: 0;
    padding: 30px 15px;
}
.games-item {
    width: 30%;
    margin: 10px 1.66%;
    padding: 18px;
    min-height: 224px;
    float: left;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 14px rgba(100, 100, 100, 0.4);
    box-shadow: 0px 2px 14px rgba(100, 100, 100, 0.4);
}
.game-thumbnail-wrap {
    width: 100%;
    position: relative;
    padding-top: 100%;
}
.game-thumbnail {
    border-radius: 25px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    width: 100%;
    height: 100%;
}
.games-title {
    max-width: 165px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1.2rem;
    padding-top: 5px;
}
.star {
    width: 18px;
    height: 18px;
}
.game-grid-wrap {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.game-type-wrap {
    max-width: 530px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.game-type-title {
    font-size: 1.84rem;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
}
.game-type-text p {
    text-align: justify;
}
.game-type-icon {
    width: 55px;
    height: auto;
}
.game-list {
    width: 100%;
    padding: 0 15px;
}
.game-list li {
    display: inline-block;
    padding-left: 15px;
    padding-right: 5px;
    margin-left: 10px;
    position: relative;
    line-height: 1.8;
}
.game-list li::before {
    content: "\00B0";
    display: block;
    position: absolute;
    top: 3px;
    font-size: 1.18rem;
    left: 0;
}
.terms-title {
    color: #908c8c;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
}
.terms-para {
    color: #908c8c;
    font-size: 1.1rem;
    text-align: justify;
}
.faq .nav-pills > li {
    width: 100%;
}
.faq .nav-pills > li + li {
    margin-left: 0;
    margin-top: 10px;
}
.faq .nav-pills > li > a {
    font-size: 1.3rem;
    text-transform: uppercase;
    text-align: center;
    background-color: #eee;
    color: #666;
}
.faq .nav-pills > li.active > a,
.faq .nav-pills > li.active > a:focus,
.faq .nav-pills > li.active > a:hover {
    background-color: #363636;
    outline: none;
    color: #fff;
}
.faq .tab-content {
    min-height: 245px;
}
.faq-list h4 {
    line-height: 1.3;
}
/*# subscribe page */
.infornation {
    display: flex;
}
#subscribenav {
    width: 100%;
    background-color: #1d1d1d;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 0;
}
input[type="submit"] {
    background-color: #f6a50e;
    width: 100%;
    border: 0;
    color: #fff;
    border-radius: 40px;
    padding: 15px 0 !important;
    text-transform: uppercase;
    font-size: 15px;
    margin: 20px 0 !important;
}
.subscribe-box input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px;
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
}
.icon-container ul {
    margin: 0px;
    padding: 0px;
}
.icon-container ul li {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    display: inline;
    list-style: none;
}
.icon-container ul li {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}

.icon-container {
    margin-bottom: 16.8px;
    font-size: 24px;
    float: left;
    width: 100%;
    text-align: left;
}

.subscribe-box label span {
    color: #f90202;
    margin: 0 5px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.subscribe-box .popup-overlay {
    visibility: hidden;
    position: fixed;
    background: #ffffff;
    height: 30%;
    left: 0;
    z-index: 9999;
    top: 44%;
    right: 0px;
    width: 50%;
    margin: auto;
    height: auto;
}
.btn.focus,
.btn:focus,
.btn:hover {
    color: #fff;
    text-decoration: none;
    outline: none;
}
.subscribe-box .popup-overlay.active {
    /*displays pop-up when "active" class is present*/
    visibility: visible;
    text-align: center;
}

.subscribe-box .popup-content {
    /*Hides pop-up content when there is no "active" class */
    visibility: hidden;
}

.subscribe-box .popup-content.active {
    /*Shows pop-up content when "active" class is present */
    visibility: visible;
}
span.price {
    float: right;
    color: grey;
}
.subscribe-box {
    margin: 0px;
    padding: 0px;
}
.subscribe-box h3 {
    text-align: left;
    margin: 40px 0 20px;
    padding: 0px;
    font-family: "Raleway", sans-serif;
    font-weight: normal;
}
.subscribe-box label {
    text-align: left;
    margin: 0px;
    padding: 5px 0 5px;
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    float: left;
    width: 100%;
}
.heading {
    text-align: left;
    float: left;
    width: 100%;
    color: #fff;
}
.subscribe-form {
    padding: 0px;
    text-align: center;
    width: 70%;
    margin: auto;
    display: flow-root;
    position: relative;
    top: 90px;
    padding-bottom: 10%;
}
.subscribe-form h1 {
    margin: 0px;
    padding: 0px;
    color: #000;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
}
.subscribe-form p {
    color: #000;
    margin: 20px 0 0;
    padding: 0px;
    font-size: 13px;
    font-family: "Raleway", sans-serif;
    font-weight: normal;
}
.subscribe-form h2 {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
}
.row-1 .description-icon,
.row-2 .description-icon {
    width: auto;
    max-width: 70%;
    height: 100%;
    object-fit: contain;
}

.row-2 .description {
    margin-top: 30px;
}

.description-img {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-products {
    background: #e9e9e9;
}

.top-header{
    padding: 8px;
    display: block;
    height: 32px;
    margin-bottom: 8px;
    background-color: #292929;
}

.top-header div{
    margin-left: 8px;
    color: #fff;
}