@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');
*{ margin: 0; padding: 0;}

body{color:#dedede;background: #2f2f2f;}

.navbar{ background-color: #eae9e9 !important; font-size:20px; padding:10px; height:77px; padding:0 50px;    }

.navbar-brand img{ width:111px; height:39px; }
.navbar-nav .dropdown-menu{ background-color: #eae9e9; }
.dropdown-item{
    height: 40px;
    display: flex;
    align-items: center;
    color:#FFF !Important;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color:#f23c3c;
}

.hero{background-color: transparent; width:95vw; margin:0 auto; height:auto}
.hero .logo img {  width:296px; height:auto;}
.hero p{ font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.05em;
    margin-top:30px;
}

.fronth1{
    color: rgb(222,222,222);
    font-family: 'Roboto', sans-serif;
    margin-top: 30px;
    line-height: 35px;
letter-spacing: 0.135em;
}
.sectionh1{ text-align: center; margin:0 0 50px 0;
    font-family: Russo One;
font-style: normal;
font-weight: normal;
font-size: 64px;
line-height: 77px;
align-items: center;

color: #B4B7BE;

text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
}

.cta {
    width: auto;
    max-width: 446px;
}
.cta .stat{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: Roboto;font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    display: flex;
    align-items: center;
    letter-spacing: 0.075em;
    color: #E2E2E2;
    margin-bottom: 30px;;
}
.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;}


.nav-link {
    display: block;
    padding: 0 20px 0 0;
    font-size: 18px;
    color: #FFF !important;
    margin:6px 0;
}
button.btn{
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Russo One', sans-serif;
    background-color: #FFFF00;
    border: 0;
    margin-left: 20px;
    width: 200px;
    text-align: center;
    text-transform: uppercase;
}
a.btn{
    display: block;
    height: 84px;
    background-color: #FFFF00;
    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: #FFFF00;
    border-radius: 10px;
}
.btn:hover{ color: #000 !important; background: #F23C3C;}
.btn-primary:hover, .btn-primary:active {
    color: #fff;
    background-color: #FFFF00 !important;
    border-color: #0c0c0c;
}
.small{font-size:18px; margin:0;}

.featurette{ align-items: center;}
.featurette p{     font-size: 24px;
    font-weight: 300;
    line-height: 175%;}
.featurette img{  width:100%; margin: 20px 0;}

.featurette h2{
    border-bottom:3px solid red;
    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 em{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;
    padding:20px;
    font-size:13px;
}
footer *{ color:#FFF;}
footer a:hover{ color: #FFF;;}
footer .fnav{margin: -3px;}
.social{ background-color: #000; text-align: right;}
.social a img{ width:30px;}
.copyright{ text-align: right; margin-bottom: 0;}
.copyright a{ color: yellow;}
.copyright a:hover{ text-decoration: none;}
@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: #eae9e9	; 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;}
}

.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: #000;
    text-transform: uppercase;
    background-color: #FFFF00;
    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;
    }
  