.games-single-page,
.review-section,
.blog-page {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#501755+0,2d1854+100 */
  background: #501755;
  /* Old browsers */
  /* FF3.6-15 */
  background: url(../img/page-top-bg/about_us_bg.webp) repeat;
  background-size: cover;

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#501755', endColorstr='#2d1854', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.game-founder-section {
  overflow: hidden;
  inset: 0;
  border-radius: 100px;
  border-radius: 20px;
  opacity: 1;
  background-image: url("../img/page-top-bg/bg-temple.webp");
  background-repeat: repeat;
  background-size: contain;
  background-color: rgba(0, 0, 0, 0.2);
  background-blend-mode: multiply;
}

.game-author-section {
  width: 80%;
  margin: auto;
}

.game-author-section .container {
  background-color: #1c0e05b3;
  border: 1px solid #99582e;
  border-radius: 40px;
  padding: 40px;
}

.game-author-section h3 {
  font-family: "URW Gothic";
}

.game-author-pic {
  width: 415px;
  height: 415px;
  float: left;
  background-size: cover;
  background-position: top center;
}

.game-author-info {
  overflow: hidden;
  padding-top: 10px;
  margin-bottom: 20px;
}

.game-author-info h4 {
  margin-bottom: 10px;
  font-size: 28px;
  font-family: "Khaleefa";
  color: #e1b470;
  text-align: center;
}

.game-author-info h4 span {
  color: #b01ba5;
}

.section-seperator {
  width: 20%;
  margin: 30px auto;
}

.game-author-info p {
  font-family: "URW Gothic";
  font-size: 16px;
  font-weight: 500;
  color: #fffcd9;
  margin-bottom: 0;
  text-align: center;
}

.about-us-section .text-center {
  margin-bottom: 30px;
}

.game-founder-section h2 {
  font-family: "Khaleefa";
  color: #e1b470;
  font-weight: 800;
  text-align: center;
  font-size: 36px;
}

.page-top-section_ {
  min-height: 40vh;
}

.page-top-section_ h2{
  font-size: 28px;
}

.game-founder-section .author-heading {
  margin-bottom: 40px;
}

.game-founder-info p {
  font-family: "URW Gothic";
  text-align: center;
  color: #fffcd9;
  font-size: 14px;
  margin-bottom: 20px;
}

.game-single-preview {
  margin-bottom: 108px;
}

.game-single-content .gs-meta {
  font-size: 18px;
  color: #68647d;
  font-weight: 500;
  margin-bottom: 20px;
}
.game-single-content h3 {
  font-family: "URW Gothic";
  font-size: 14px;
  color: #d4bf9a;
  margin-bottom: 20px;
  text-align: center;
  line-height: 22px;
}
.game-single-content ul {
  font-size: 25px;
  color: #d4bf9a;
  margin-bottom: 15px;
}
.game-single-content .gs-meta a {
  color: #b01ba5;
}

.game-single-content .gs-title {
  font-size: 60px;
  color: #fff;
  margin-bottom: 40px;
}

.game-single-content h4 {
  color: #b01ba5;
  margin-bottom: 20px;
}

.game-single-content p,
.other-offerings .app-name {
  font-size: 14px;
  font-weight: 400;
  font-family: "URW Gothic";
  color: #d4bf9a;
  line-height: 1.8;
}

.page-info_ .container {
  padding: 60px 30px;
  font-size: 35px;
  font-family: khaleefa;
  text-align: center;
}

.about-us-section.logo-section {
  margin-top: 70px;
  text-align: center;
  margin-bottom: 40px;
}

.other-offerings-section {
  margin: auto 20px;
}

.other-offerings-section .img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  aspect-ratio: 1/1;
}

.other-offerings {
  background-color: #1c0e05b3;
  border: 1px solid #99582e;
  border-radius: 40px;
  padding: 40px;
}

.sm-section-seperator {
  display: none;
}


@media (max-width: 576px) {
  .game-author-pic {
    width: 230px;
    height: 230px;
  }
  .sm-section-seperator {
    display: block;
    margin: -10px auto;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .game-founder-section {
    padding: 0 !important;
  }
  .game-single-content ul li {
    line-height: 30px !important;
  }
  .game-single-content h3 {
    font-family: 'URW Gothic';
    font-size: 16px !important;
    line-height: 30px !important;
    text-align: center;
  }

  .game-single-content ul {
    font-size: 20px !important;
  }
  .game-founder-section {
    margin: 10px !important;
  }
  .game-author-pic {
    width: 330px;
    height: 330px;
  }
  .game-founder-info p,
  .game-single-content p {
    font-size: 16px;
  }
  .game-founder-section h2 {
    font-size: 42px;
  }
  .game-author-info p,
  .other-offerings .app-name {
    font-size: 18px;
  }
  .game-author-info h4, .page-top-section_ h2 {
    font-size: 32px;
  }
  .about-us-section.logo-section {
    margin-top: 100px;
  }
  .other-offerings-section .img {
    width: 80px;
    height: 80px;
    object-fit: contain;
  }
  .sm-section-seperator {
    display: block;
    margin: -10px auto;
  }
}

@media (min-width: 768px) {
  .game-founder-info p,
  .game-single-content h3,
  .other-offerings .app-name,
  .game-single-content p {
    font-size: 18px;
    text-align: left;
    line-height: 30px !important;
  }
  .game-founder-section h2 {
    font-size: 50px;
  }
  .game-author-info p {
    font-size: 20px;
  }
  .game-author-info h4, .page-top-section_ h2 {
    font-size: 36px;
  }
  .about-us-section.logo-section {
    margin-top: 120px;
  }
  .other-offerings-section .img {
    width: 80px;
    height: 80px;
    object-fit: contain;
  }
}

@media (min-width: 992px) {
  .game-founder-info p,
  .game-single-content h3,
  .other-offerings .app-name,
  .game-single-content p {
    font-size: 20px;
    text-align: left;
  }
  .game-author-info p {
    font-size: 22px;
  }
}
