* {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
}

a {
  text-decoration: none;
}

.menu {
  list-style: none;
  padding-left: 0;
}

h1,
h2 {
  font-weight: 700;
}

h3,
h4,
h5,
h6 {
  font-weight: 600;
}

h1 {
  font-size: 1.79rem;
}

h2 {
  font-size: 1.39rem;
}

h3 {
  font-size: 1.19rem;
}

h4 {
  font-size: 1.1rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 1rem;
}

h1 {
  color: #f9f9f9;
}

h2,
h3,
h4,
h5,
h6 {
  color: #d8d3d3;
}

p,
ul,
ol {
  color: #b9b4b4;
}

/* Header */
.top-bar {
  background-color: #18191A;
}

.header-top {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
}

.logo,
.button-language {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo img,
.menu-toggle img {
  width: 100px;
  height: auto;
}

.logo p {
  margin: 0;
  color: #f9f9f9;
}

.button-cta {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.btn-cta {
  padding: 12px 24px;
  border-radius: 3px;
  color: #f9f9f9;
  text-transform: uppercase;
  font-size: .9rem;
}

.btn-login {
  border: 2px solid #671b30;
  margin-right: 12px;
}

.btn-register {
  border: 2px solid #671b30 ;
  background-image: linear-gradient(90deg, #671b30  0%, #be4259  100%);
}

.main-navigation {
  background-color: #040404;
}

.menu-toggle {
  display: none;
}

.menu-primary-menu {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin: 0;
}

.menu-primary-menu li a {
  text-transform: uppercase;
  color: #CFCFCF;
  font-size: .86rem;
}

.menu-primary-menu li a:hover {
  color: #f9f9f9;
}

/* Footer */
#footer {
  background-color: #18191A;
}

.footer-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-social,
.footer-certified,
.footer-payment {
  width: 33.33%;
}

.title-heading-footer {
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #f9f9f9;
}

.box-social {
  display: flex;
  gap: 10px;
}

.box-social img {
  width: 30px;
  height: 30px;
}

.box-image {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}

.box-image img {
  aspect-ratio: 400/160;
  width: 100px;
  height: auto;
  border-radius: 5px;
}

.box-icon {
  display: flex;
  gap: 10px;
}

.copyright {
  background-color: #040404;
}

.copyright p {
  font-size: 0.86rem;
  color: #CFCFCF;
  margin: 0;
}

/* Main Content */
.site-main {
  background: url('../img/bg-content.jpg') no-repeat center;
  background-size: cover;
}

/* license-certi-payment */
.license-certi-payment {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  gap: 10px;
}

.license-certi-payment span {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 18px 0;
}

.license-certi-payment img {
  padding: 5px;
}

/* Games */
.game-tab-box {
  display: flex;
  justify-content: space-between;
}

.game-tab-box .btn-game {
  cursor: pointer;
  border: 0px;
  filter: grayscale(100%) opacity(0.5);
  background-color: transparent;
}

.game-tab-box .btn-game.active {
  filter: unset;
  border-bottom: 3px solid #671b30;
  padding-bottom: 10px;
}

.game-tab-box .btn-game img {
  width: 120px;
  height: auto;
}

.game-content-box {
  margin-top: 20px;
}

.partner-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 32px;
  padding: 20px 0;
}

.partner-box:not(.no-bg) img {
  padding: 3px;
  background-color: #671b30;
  border-radius: 5px;
  box-shadow: -5px 5px 15px 0px rgba(4, 4, 10, 0.7);
}

.content-area {
  background-color: rgb(0, 0, 0, .68);
}

/****** Responsive *****/
@media only screen and (min-width:768px) {
  .closebtn {
    display: none;
  }
}

/* Tablet */
@media only screen and (max-width:1024px) {

  .footer-social,
  .footer-certified,
  .footer-payment {
    width: 50%;
  }

  .partner-box {
    gap: 20px;
  }
}

/* Mobile */
@media only screen and (max-width:767px) {
  .menu-toggle {
    display: block;
  }

  .header-top {
    /* flex-direction: column; */
    gap: 10px;
  }

  .logo p {
    display: none;
  }

  .logo,
  .button-language {
    justify-content: center;
  }

  .button-cta {
    margin-right: 0;
  }

  .btn-cta {
    padding: 6px 10px;
    font-size: 13px;
  }

  .sub-menu-right .container {
    padding: 5px 20px;
  }

  /* license-certi-payment */
  .license-certi-payment {
    flex-wrap: wrap;
  }

  .license-certi-payment img {
    padding: 2px;
  }

  .certi-area img {
    height: 22px;
    width: auto !important;
  }

  /* Game */
  .game-tab-box {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 20px;
  }

  .model-box,
  .partner-box {
    width: 100% !important;
  }

  .partner-box {
    justify-content: center;
  }

  /* Footer */
  .footer-certified,
  .footer-payment {
    width: 100%;
  }
}

@media only screen and (max-width:375px) {
  .partner-box {
    gap: 10px;
  }

  .partner-box img {
    padding: 0px;
  }
}