*{ margin: 0; padding: 0;}

body {
    background: #2f2f2f;
    color:#dedede;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
body:not(.homepage) .dropdown-menu.show {
    margin-top: 15px;
}

.navbar {
    background-color: #000 !important;
    font-size:20px;
    height:77px; 
    padding:0 50px;    
}

.navbar-brand img {
    width: 110px;
    height: 40px;
}
.navbar-nav .dropdown-menu {
    margin-top: -2px;
    width: 200px;
}
.nav-link {
    color: #FFF !important;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin:6px 0;
    padding: 0 20px 0 0;
}
.navbar-nav .dropdown-menu {
    background-color: #000;
    padding: 0;
}
.dropdown-item {
    align-items: center;
    color:#FFF !Important;
    display: flex;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    height: 40px;
}
.dropdown-item:focus,
.dropdown-item:hover {
    background-color:#f23c3c;
}

.hero {
    background-color: transparent;
    height:auto;
    margin:0 auto;
    width:95vw;
}
.hero .logo img {
    height:auto;
    width:300px;
}
.hero p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.05em;
    margin-top:30px;
}

.fronth1 {
    color: rgb(222,222,222);
    font-family: 'Roboto', sans-serif;
    font-size: 30px;;
    letter-spacing: 0.135em;
    line-height: 35px;
    margin-top: 30px;
}
.sectionh1 {
    align-items: center;
    color: #B4B7BE;
    font-family: Russo One;
    font-size: 64px;
    font-style: normal;
    font-weight: normal;
    line-height: 80px;
    text-align: center; margin:0 0 50px 0;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
}

.cta {
    max-width: 450px;
    width: auto;
}
.cta .stat {
    align-items: center;
    color: #E2E2E2;
    display:flex;
    flex-direction: row;
    font-family: Roboto;font-style: normal;
    line-height: 23px;
    font-size: 20px;
    font-weight: bold;
    justify-content: space-between;
    letter-spacing: 0.075em;
    margin: 30px 0 20px;
}
.cta .stat li {
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    width: auto;
}

.cta .stat li i { margin-right:10px;   }
.cta .stat li span#txt_playnow{ margin-left:15px;}

.cta span.small {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    letter-spacing: 0.075em;
    margin-top: 10px;
}

button.btn {
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Russo One', sans-serif;
    background-color: #F23C3C;
    border: 0;
    margin-left: 20px;
    width: 200px;
    text-align: center;
    text-transform: uppercase;
    height: auto;
    padding: 10px;
}
a.btn{
    display: block;
    height: 84px;
    background-color: #F23C3C;
    border-color: rgba(0,0,0,0.45);
    font-size: 18px;
    font-family: 'Russo One', sans-serif;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 37px;
    text-transform: uppercase !important;
    padding: 20px 30px;
    background: #F23C3C;
    border-radius: 10px;
}
.btn:hover{ color: #000 !important; background: #F23C3C;}
.btn-primary:hover, .btn-primary:active {
    color: #fff;
    background-color: #f23c3c !important;
    border-color: #0c0c0c;
}
.small{font-size:18px; margin:0;}

.featurette{ align-items: center;}
.featurette p {
    font-size: 24px;
    font-weight: 400;
    line-height: 175%;
    padding-left: 20px;
}
.featurette img{  width:100%; margin: 20px 0;}

.featurette h2{
    border-bottom: 3px solid #B73131;
    font-family: 'Russo One', sans-serif;
    font-size: 30px;
    color: red;
    position: relative;
}
.featurette h2 span{
    display: block;
    padding:10px 0;
    background-color: #171212;
    padding: 10px 0 10px 20px;
    display: inline-block;
    z-index: 2;
    position: relative;
    }
.featurette h2:after {
    content: "";
    display: inline-block;
    width:50px;
    height: 56px;
    position: absolute;
    bottom: 0;
    transform: skewX(40deg);
    background-color: #171212;
    z-index: 0;
    margin-left: -25px;
}
footer{
    background-color: #000;
    font-family: 'Poppins', sans-serif;
    font-size:14px;
    padding: 30px 50px 30px;
}
footer *{ color:#FFF;}
footer a:hover{ color: #FFF;;}
footer .fnav{margin: -3px;}
.social{ background-color: #000; text-align: right;}
.social a { font-size: 0.1px; }
.social a img{ margin-right: 8px; width:35px;}
.copyright{ text-align: right; margin-bottom: 0;}
.copyright a{ color: red;}
.copyright a:hover{ text-decoration: none;}

.info{
    backdrop-filter: blur(21.413000106811523px);
    --webkit-backdrop-filter: blur(21.413000106811523px);
    background-color: rgba(0, 0, 0, 0.65);
    height: auto;
    width:100%;
    text-align: left;
    color: #FFF;
    display: grid;
    grid-template-columns: 1vw 1fr 1fr 1vw;
    grid-template-rows: repeat(2, 30px);
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
}

section.info h5.gametitle{
    text-transform:capitalize;
    font-size: 15px;
    padding-top:0.5vw;
    grid-area: 1 / 2 / 2 / 4;
}
section.info .cat{margin-top: 5px;grid-area: 2 / 2 / 3 / 2;}
section.info li.category{
    display:inline-block;
    padding: 2px 10px;
    border:1px solid #FFF;
    text-transform: capitalize;
    border-radius: 50px;
    font-size: 12px;
}
section.info .playnow{
    display: inline-block;
    color: #FFF;
    text-transform: uppercase;
    background-color: #F23C3C;
    font-weight: bold;
    padding:3px 10px;
    text-decoration: none;
    margin: 0;
    font-size: 15px;
    grid-area: 2 / 3;
    text-align: center;
    border-radius: 20px;
}
.tn img {
    width: 300px;
    height: 200px;
    margin-bottom: -6px;
}
.st-custom-button{
          /*background-color:#95D03A;*/
          cursor:pointer;
          width: 25px;
          height: auto;
          position: absolute;
          margin:0;
          right: 0;
          top: 0;
          margin-right:10px;
        }
        .st-custom-button img{
          width: 20px;
          height: auto;
          margin:0;
        }

        /* just for jsfiddle */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v18/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
  }
  
  .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
  }
  
  .middle-indicator{
     position:absolute;
     top:50%;
     }
    .middle-indicator-text{
     font-size: 4.2rem;
    }
    a.middle-indicator-text{
      color:white !important;
    }
  .content-indicator{
      width: 64px;
      height: 64px;
      background: none;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      border-radius: 50px; 
    }
      .indicators{
        visibility: hidden;
    }


.footer-menu, .footer-info {
    display: inline-block;
    width: 49.8%;
    vertical-align: top;
}
.footer-menu ul {
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
    min-width: 110px;
}
.footer-menu ul .list-inline-item {
    display: block;
    margin-bottom: 8px;
}

.footer-info button.btn.btn-primary.btntop download-btn {
    margin: 0 0 20px auto;
}
.copyright {
    text-align: right;
    margin: 15px 0 0;
}
footer .btn {
    margin: 0 0 15px auto;
}

form label.error {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

@media screen and (max-width: 575px) {
    .logo{ margin:0 auto; width:300px;}
    .cta{ margin:0 auto;}
    body{ overflow-x: hidden;}
}

@media screen and (max-width: 980px) {
    .btn{ display:block;margin:20px auto;}
    .featurette img{  margin:0 auto 150px auto;}
    footer{
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    footer .fnav{ margin:0;}
    footer .copyright{ text-align:center; }
    footer .social{
        text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;;
    }
    .navbar-collapse{ background-color: #000; z-index: 9; position: relative; text-align: center; }
    .contactbox{ margin:0 auto;}
    .contact{ justify-content:flex-start; align-items: center;}
    .search{ justify-content: center !important;}

    .featurette h2 em{ display:none; }
    .featurette h2 span{ padding:20px; text-align: center; width:100%;}
    .featurette p{ text-align: left;}
    .sectionh1{ font-size: 5vh; }
    .dropdown-item{ justify-content: center;}
    .nav-link{ margin:0;}
    button.btn{ margin:20px auto;}
    nav.arrows{ margin-top:250px !important;}
    .sectionh1{ margin-bottom:0; font-size: 5vh; line-height:40px;}
    a.btn{ font-size:35px;}
}

@media screen and (max-width: 980px) {
    .footer-menu, .footer-info {
        width: 100%;
    }
    .footer-menu ul {
        display: block;
        min-width: unset;
        margin: 0;
    }
    .footer-info button.btn.btn-primary.btntop download-btn {
        margin: 30px auto;
    }
}

/* GAME CAROUSEL CONTROL */
.carousel-control-next, .carousel-control-prev {
    width: auto !important;
}

/* DOWNLOAD BUTTON */
.playnow {
    cursor: pointer;
}