.gradient {
  background: linear-gradient(to bottom, #f948b2 0%, #8758f1 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;

  font-weight: bolder;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

p {
  font-size: 12px;
}

li {
  font-size: 13px;
  font-weight: 500;
}

/* Banner  */

.banner-text {
  background-image: url('../images/Group 14.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-img {
  width: 80%;
}

.banner-text {
  width: 85%;
}

/* SBanner  */

.sbanner-img {
  width: 80%;
  height: 100%;
  margin: 0 auto;
}

.sbanner-text {
  width: 60%;
  height: 100%;
  margin: 0 auto;
}

/* OGames  */

.Ogames {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  margin-top: 100px;
}

.Ogames-body {
  width: 80%;
  height: 100%;
  margin: 0 auto;
}

.Ogames-head p {
  font-size: 13px;
}

.figure {
  width: 100%;
  height: 100%;
}

.figure-body {
  width: 100%;
  height: 100%;
  position: relative;
}

.figure-body img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.figure-body:after {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 98%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;

  border-radius: 12px;
}

.figure-body:hover:after {
  opacity: 1;
}

.figure-body:hover .overlay {
  display: block;
}


/* Download */
.Download {
  width: 80%;
  height: 100%;
  margin: 0 auto;
}

.Download-head {
  width: 60%;
  height: 100%;
  margin: 0 auto;
}

.Download-img {
  width: 100%;
  height: 100%;
}

.Download-bimg {
  width: 80%;
  height: 100%;
  margin-left: 90px;
}

.Download-cimg {
  width: 50%;
  height: 100%;
}

.Download-cimgbody {
  top: 200px;
  left: -60px;
}


/* Game */
.Game {
  width: 80%;
  height: 100%;
  margin: 0 auto;

  margin-top: 100px;
}

.Game-head {
  width: 55%;
  height: 100%;
  margin: 0 auto;
}

.Game-img {
  width: 100%;
  height: 100%;
}

.Game-bimg {
  width: 80%;
  height: 100%;
  margin-left: -40px;
}

.Game-cimgbody {
  width: 50%;
  top: 200px;
  right: -40px;
}

.Game-cimg {
  width: 70%;
  height: 100%;
}

/* careers */
.careers {
  width: 100%;
  height: 100%;
  margin-top: 150px;
}

.careers-body {
  width: 80%;
  height: 100%;
  margin: 0 auto;
}

.careers-body h2 {}

/* anothergame */
.anothergame {
  width: 100%;
  height: 100%;
}

.anothergame-bady {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  margin-top: 100px;
}

.anothergame-bady button {
  margin-left: 100px;
}

.btn-img {
  width: 100%;
}

/* Footer  */
.footer {
  width: 100%;
  height: 80vh;
}

.footer-body {
  width: 60%;
  height: 100%;
  margin: 0 auto;
}

.footer-logo {
  width: 100%;
  margin-left: 55px;
}

.footer-brand {
  text-decoration: none;
  color: black;
  padding-top: 80px;
  padding-bottom: 20px;
}

.footer-nev {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 15px;
}

.footer-nev a {
  text-decoration: none;
  color: white;
}

.footer-social {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:40px 0;
}
.footer-social a{
  text-decoration: none;
  color: white;
}
.footer-policy{
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}