
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900");
@import url('https://fonts.googleapis.com/css2?family=Bruno+Ace&family=Roboto:wght@100;300;400&display=swap');
/* --------------------------------------------- reset --------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
  padding: 0;
  margin: 0;
}


.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #121212;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
	color: #CCC;
  text-decoration: none !important;
}
a:hover {
	color: #212121;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 700;
}

ul {
  margin-bottom: 0px;
}

img {
  width: 100%;
  overflow: hidden;
}


/*  ------------------Global Style-----------------------*/
html,
body {
    background: #121212;
    font-family: "Poppins", sans-serif;
}

body .page-content {
    padding: 0;
    padding-top: 2em;
    padding-bottom: 2em;
}

p {
    font-size: 15px;
    color: #212121;
    margin-bottom: 0px;
}

.header-area {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    padding: 10px 0;
    width: 100%;
}

.header-area .main-nav {
    background: transparent;
    display: flex;
    padding: 15px 0px;
    flex-direction: row;
    align-items: center;
}

.background-header .main-nav {
    padding: 0px;
    background-color: transparent;
}

.search-bar {
    padding: 0;
    display: flex;
    width: 100%;
}

.search-wrap #search {
    position: relative;
}

.search-wrap #search input {
    background-color: #27292a;
    height: 46px;
    border-radius: 23px;
    border: none;
    color: #666;
    font-size: 14px;
    padding: 0px 15px 0px 45px;
    width: 100%;
    border: 1px solid #99ee2d;
}

.search-wrap #search input:focus-visible {
    outline: none;
    border: 1px solid #99ee2d;
}

:focus-visible {
    border: none;
}

.search-wrap #search i {
    position: absolute;
    color: #202020;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    font-size: 16px;
    background-color: #99ee2d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
    cursor: pointer;
}

.main-navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.logo {
    width: 100%;
}

.logo img {
    width: 200px;
}

.search-bar {
    width: 50%;
}

.header-text h1 {
    font-size: 5em;
    line-height: 100%;
    text-transform: uppercase;
    color: #99ee2d;
}

#welcome {
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
}

.alert-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
}

.alertcontent {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
    border-radius: 4px;
    max-width: 370px;
    width: 100%;
    padding: 20px;
    color: #121212;
}

.header-image {
    background-image: url("../images/herochracterimage.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 80vh;
}

.main-banner-content {
    width: 100%;
}

.saflogo img {
    width: 125px;
}

.popup-heading {
    display: flex;
    align-items: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}

.popup-heading h2 {
    color: #121212;
    font-size: 24px;
}

.popup-heading .fa {
    color: #f26522;
    font-size: 42px;
}

.popup-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    width: 100%;
    padding-bottom: 10px;
}

.popup-text p {
    color: #121212;
    font-size: 21px;
    line-height: 24px;
}

.popup-cta{
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-cta a{
  color: white;
  background-color: red;
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 6px;
  font-weight: 500;
}

.main-banner {
    background-image: url(../images/hero-header.png);
    background-position: center center;
    background-size: cover;
    height: 80vh;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.main-banner.home-hero{
  height: 100vh;
}

.main-banner h6 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 25px;
}

.main-banner h4 {
    font-size: 45px;
    text-transform: uppercase;
    font-family: "Bruno Ace", sans-serif;
}

.main-banner h4 em {
    font-style: normal;
    color: #99ee2d;
}

.latest-popular{
  width: 100%;
  padding-bottom: 2em;
}

.latest-popular .item .cta {
  padding: 15px 15px;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 10;
  bottom: 0;
}

.latest-popular .item {
  background-color: #27292a;
  margin-bottom: 10px;
  position: relative;
}

.most-popular {width: 100%; 
  padding-bottom: 2em;
}

.most-popular .item {
    background-color: #27292a;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 4px solid #e0f3c0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.most-popular .item .item {
    padding: 0px;
    border-radius: 0px;
    background-color: transparent;
    margin-bottom: 0px;
}

.most-popular .item img {
    border-radius: 0;
}

.most-popular .item h4 {
    font-size: 15px;
    margin-bottom: 0px;
    display: block;
    width: 100%;
}

.most-popular .item span {
    color: #666;
    display: block;
    margin-top: 7px;
    font-weight: 400;
}

.most-popular .item ul {
    float: right;
    margin-top: 20px;
    display: none;
}

.most-popular .item ul li {
    text-align: right;
    color: #fff;
    font-size: 14px;
}

.most-popular .item ul li:first-child i {
    color: yellow;
}

.most-popular .item ul li:last-child i {
    color: #99ee2d;
}

.most-popular .main-button {
    text-align: center;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.most-popular .main-button a{
  background-color: #E0F3C0;
  color: #212121;
  padding: 7px 10px;
  border-radius: 2px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: rgba(224, 243, 192, 0.2) 0px 7px 10px 0px;
  font-family: "Bruno Ace", sans-serif;
}

.main-button a{
  background-color: #99EE2D;
  color: #212121;
  padding: 10px 20px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Bruno Ace", sans-serif;
}

.most-popular .item .cta {
    padding: 15px 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.heading-section{
  padding-bottom: 1em;
  font-size: 18px;
  font-style: normal;
}

.heading-section h4{
  color: #99ee2d;
}

.heading-section h4 em{
  color: #FFF;
}

.entertaining-games-wrap{
  padding: 3em 0 0;
}

.entertaining-games-text{
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  padding-bottom: 10px;
}

.entertaining-games-text h1{
  text-transform: uppercase;
}

.entertaining-games-text p{
  color: #FFF;
  opacity: 0.7;
}

.entertaining-games-text .cta{
  display: flex;
}

.entertaining-games-text .cta a{
  background-color: #E0F3C0;
  color: #212121;
  padding: 7px 10px;
  border-radius: 2px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: rgba(224, 243, 192, 0.2) 0px 7px 10px 0px;
  font-family: "Bruno Ace", sans-serif;
}

.entertaining-game{
  margin-bottom: 10px;
}


/*  --------------- Footer Style ---------------------  */
footer{
  padding: 1em;
  border-top: 1px solid #212121;
  background-color: #121212;
}

.footerlinks{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
}

.footerlinks p{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 30px;
}

.footer-content{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
}

.footer-content p{
  color: #FFF;
  padding: 0;
}

footer p {
    text-align: left;
    color: #fff;
    font-weight: 300;
}

footer p a {
    color: #fff;
    transition: all 0.3s;
}

footer p a:hover {
    color: #99ee2d;
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {

  .main-navigation{
    flex-direction: column;
    gap: 10px;
  }
  .search-bar {
    width: 100%;
  }
  .header-text h1 {
    font-size: 2em;
  }

  .header-image{
    height: 40vh;
  }

  .main-banner{
    height: auto;
  }
}

@media (max-width: 767px) {
  footer{
    padding-inline: 0;
  }

  .footer-content{
    padding-bottom: 1em;
  }

  .header-image{
    height: 40vh;
  }
}

@media (max-width: 480px) {

  .main-banner h4 {
    font-size: 21px;
  }

  .main-banner h6{
    margin-bottom: 10px;
  }

  body .page-content{
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .most-popular .item h4 {
    font-size: 13px;
  }
  p {
    font-size: 13px;
  }
}

@media (max-width: 360px) {

  .main-banner h4 {
    font-size: 18px;
  }

  .main-banner h6 {
    font-size: 14px;
  }

  .most-popular .main-button a{
    padding: 5px;
    font-size: 11px;
  }

  .main-button a{
    padding: 5px;
    font-size: 11px;
  }

  .most-popular{
    padding-bottom: 0;
  }

  .latest-popular{
    padding-bottom: 0;
  }

  .entertaining-games-wrap{
    padding-top: 1em;
  }

  .entertaining-games-text h1{
    font-size: 18px;
  }
  .entertaining-games-text{
    gap: 5px;
  }

  .most-popular .item .cta{
    padding: 10px;
  }

  p {
    font-size: 11px;
  }
}


@media (max-width: 320px) {

  .main-banner h4 {
    font-size: 15px;
  }

  .header-image{
    display: none;
  }

  .most-popular .item h4 {
    font-size: 11px;
  }
}
