@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;800;900&display=swap');

:root {
  --brandPrimary: #63ca6a;
  --brandSecondary: #f2f2f2;
  --bgText: #ececec;
  --mainFontColor: #000000;
  --secondarytFontColor: #ffffff;
  --panel: #fff;
  --background: #ffffff;
  --copyright: #226126;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  font-weight: normal;
}

html {
  font-family: 'Poppins', sans-serif;
  background-color: var(--background);
  color: var(--mainFontColor);
  scroll-behavior: smooth;
  transition: 0.2s ease;
}

body {
  font-family: 'Poppins', sans-serif;
  padding: 0;
  font-size: 16px;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 25px;
  font-size: 14px;
}

.navigation {
  list-style: none;
  display: flex;
  align-items: center;
}
.openbtn, .side-menu{
  display: none;
}


section {
  padding-top: 10px;
}

form {
  width: 100%;
  position: relative;
}

form placeholder {
  color: #8d8d8d;
}

#contact input, textarea {
  width: 100%;
  background-color: var(--brandSecondary);
  border-radius: 3px;
  border: 1px solid #c5c5c5;
  color: var(--input);
  font-size: 1em;
  display: block;
  padding: 1em;
  margin-bottom: 10px;
  resize: none;
  max-width: 100%;
}

#contact input[type="submit"],
.button {
  width: 100%;
  border: none;
  color: #fff;
  font-size: 1.1em;
  padding: 1em;
  letter-spacing: 2px;
  margin: auto;
  font-weight: bold;
  background: var(--brandPrimary);
  font-weight: bold;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  cursor: pointer;
  text-align: center;
}

footer {
  background-color: var(--brandSecondary);
  text-align: center;
  align-items: center;
  padding: 2em;
  font-size: 12px;
}

footer ul {
  list-style: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

footer li {
  padding: 0 8px;
}

footer img {
  width: 100%;
  max-width: 100px;
}

footer li a {
  text-decoration: none;
  color: var(--mainFontColor);
  font-weight: 500;
  padding: 0 10px;
  text-transform: uppercase;
}

.logo {
  width: 100%;
  max-width: 150px;
  margin:0;
}

.navigation li {
  padding: 0 8px;
}

.navigation li a {
  text-decoration: none;
  color: var(--mainFontColor);
  font-weight: 500;
}

.active {
  padding-bottom: 5px;
  border-bottom: 3px solid var(--brandPrimary);
}

.nav-contactus {
  background-color: var(--brandPrimary);
  border-radius: 20px;
  padding: 7px 10px;
  color: #fff !important;
}

.hero {
  background-image: url("../imgs/hero.png");
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.welcome {
  font-size: 16px;
}

.hero-txt {
  color: var(--secondarytFontColor);
  text-align: left;
  max-width: 420px;
  padding-left: 220px;
}

.hero-txt p {
  font-size: 25px;
  font-weight: 700;
  padding: 20px 0;
  letter-spacing: 2px;
}

.hero-txt button {
  background-color: var(--brandPrimary);
  border-radius: 20px;
  padding: 10px 30px;
  font-weight: bold;
}

.brandPrimary {
  color: var(--brandPrimary);
}

#aboutus img {
  margin: 0 auto;
  max-width: 500px;
  WIDTH: 50%;
}

#aboutus h1 {
  font-size: 70px;
  font-weight: 900;
  color: var(--bgText);
  position: relative;
  top: 15px;
  text-align: center;
  z-index: -1;
  max-width: 710px;
  margin: 0 auto;
}
p.p_h1 {
  max-width: 1020px;
  margin: 0 auto;
  padding: 30px 10px;
  color: #b1b1b1;
}
.container {
  max-width: 900px;
  margin: 0 auto;
}

.row {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 50px;
}

.games {
  margin-top: 0;
  padding-bottom: 30px;
}

.entertainment {
  margin-left: 50px;
}
.games-txt {
  padding-left: 10px;
}

.games-txt, .entertainment-txt {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 50%;
}

.title {
  font-size: 25px;
  font-weight: bold;
}

.divider {
  background-color: var(--brandPrimary);
  width: 50px;
  height: 5px;
  border-radius: 5px;
  margin: 10px 0;
}

.discription {
  font-size: 13px;
  color: #b1b1b1;
}

#banner {
  display: flex;
  position: relative;
  background-color: #000;
  background-image: url("../imgs/premium.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  height: 350px;
  justify-content: center;
  align-items: center;
  z-index: 0;
}

#banner::before {
  content: "";
  background: url('../imgs/premium2.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 73%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 480px;
  margin: 0 auto;
  z-index: 4;
}

#banner h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 40px;
  line-height: 40px;
  letter-spacing: 1px;
  z-index: 2;
}

#banner p {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--brandPrimary);
  width: 250px;
  padding-top: 20px;
  margin: 0 auto;
  z-index: 6;
}

#whyUs {
  background-color: var(--background);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 10px;
}

.section-title {
  padding: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
}

.section-title img {
  max-width: 30px;
}

.section-title h2 {
  font-size: 24px;
  font-weight: 900;
}

.section-body {
  display: flex;
}

.panel {
  position: relative;
  width: 33.33%;
  background-color: var(--background);
  box-shadow: 0px 0px 10px 8px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 20px;
  padding-top: 90px;
  margin: 10px;
  transition: .5s ease;
  bottom: 0;
}

.panel img {
  position: absolute;
  width: 85px;
  top: 0;
  right: 0;
  overflow: hidden;
}

.panel h5 {
  font-size: 20px;
  font-weight: bold;
}

.up:hover {
  transform: translateY(-40px);
}

.down:hover {
  transform: translateY(40px);
}

.sm-divider {
  background-color: var(--brandPrimary);
  width: 30px;
  height: 3px;
  border-radius: 10px;
  margin: 10px 0;
}

#contact {
  padding-bottom: 40px;
}

#contact .section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#contact .section-title h2 {
  font-size: 22px;
  font-weight: 700;
}

#contact .section-title p {
  font-size: 12px;
  color: #b1b1b1;
  width: 300px;
}

.flex-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.copyright {
  background-color: var(--brandPrimary);
  color: var(--copyright);
  padding: 1em;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  align-items: center;
}

.topBanner {
  background-color: #000;
  text-align: center;
  align-items: center;
}

.topBanner h1 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding: 40px;
}

#content {
  padding: 30px;
}

#content p {
  font-size: 14px;
  padding-bottom: 20px;
}

#content h3 {
  font-weight: bold;
  padding-bottom: 10px;
}

/* FAQ */
.faqBanner {
  background-image: url("../imgs/faqBanner.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  text-align: center;
}

.faqBanner h1 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding: 40px 40px 20px 40px;
}

.faqBanner p {
  padding-bottom: 40px;
}

.accordion {
  width: 100%;
  margin: 1em auto;
  position: relative;
}

.accordion p {
  padding: 0;
}

.accordion__button {
  background: #979797;
  color: #f6f6f6;
  cursor: pointer;
  padding: 1em;
  width: 100%;
  max-width: calc(100% - 2em);
  border: none;
  text-align: left;
  outline: none;
  font-size: 1em;
  font-weight: bold;
  transition: 0.4s;
}

.accordion__body {
  padding: 1em;
  display: none;
  background-color: #f6f6f6;
  overflow: hidden;
  width: 100%;
  max-width: calc(100% - 2em);
}

.accordion.active,
.accordion__button:hover {
  background: var(--brandPrimary);
}

.set-title h2 {
  color: #e7e7e7;
  font-size: 30px;
  font-weight: 800;
}

/* FAQ END */
@media only screen and (max-width:850px) {
  .header {
    justify-content: space-between;
    font-size: 12px;
  }

  .navigation {
    display: none;
  }

  .side-menu{
    display: none;
    width: 220px;
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 30px;
    transition: 0.5s ease-in-out;
  }
  .side-menu ul li a{
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
    line-height: 2;
  }

  .openbtn {
    display: block;
    background-color: var(--brandPrimary);
    color: #fff;
    padding: 2px 7px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
  }
  .closebtn{
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
  }

  .show {
    display: block;
  }

  .section-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .row {
    flex-direction: column;
  }

  .hero {
    min-height: 200px;
  }

  .hero-txt {
    padding-left: 15px;
  }

  .hero-txt p {
    font-size: 15px;
    padding-right: 40px;
  }

  #aboutus h1 {
    font-size: 40px;
  }

  #aboutus img {
    max-width: 300px;
    width: 100%;
}

  .games {
    margin-top: -50px;
    padding-bottom: 10px;
    margin-left: -40px;
  }

  .entertainment, .games {
    margin: 0 auto;
    text-align: center;
  }
  .entertainment{
    flex-direction: column-reverse;
  }

  .games-txt, .entertainment-txt {
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}
#contact input, textarea {
  box-sizing: border-box;
  max-width: 310px;
}
  .panel {
    width: 100%;
    font-size: 14px;
    max-width: 300px;
    margin: 0 auto 10px;
  }

  .panel h5 {
    font-size: 16px;
  }

  #banner {
    height: 250px;
  }

  #banner h1 {
    font-size: 20px;
    line-height: 20px;
    padding: 10px 20px;
  }
  #banner::before{
    z-index: -2;
  }

  footer {
    font-size: 10px;
    text-align: center;
    padding: 1em;
  }

  footer li a {
    padding: 0;
  }

  .active {
    padding-bottom: 0;
  }
}

@media only screen and (max-width:640px) {}

@media only screen and (max-width:480px) {}
