/*detail.html page css*/
.banner {
}

.game-section {
  margin-top: 40px;
}

.game-section-header-text {
  margin-top: 30px;
  color: #7a2cf4;
  font-size: 24px;
  font-family: Bebas Neue;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.8px;
}
.banner-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  /* height: 675px; */
  /* margin-top: 40px; */
}
.banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.game-section-header p {
  color: #000;
  font-size: 40px;
  font-family: GT Walsheim Pro;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
.game-component-right .description {
  color: #555;
  font-size: 18px;
  font-family: GT Walsheim Pro;
  font-style: normal;
  font-weight: 400;
  line-height: 151.3%;
  margin-top: 27px;
}

.game-component-right .description:first-of-type::first-letter {
  font-size: 96px;
  color: #7a2cf4;
  opacity: 0.75;
  float: left;
  margin-top: 29px;
  margin-right: 7px;
  margin-bottom: 10px;
  font-weight: bold;
}
/* .game-component-right img {
  margin-bottom: 27px;
} */
.game-component-right span {
  color: #000;
  font-size: 24px;
  font-family: GT Walsheim Pro;
  font-style: normal;
  font-weight: 700;
  line-height: 151.3%;
  margin-top: 64px;
  margin-bottom: 27px;
}

.game-component-left-s1 {
  position: sticky;
  top: 40px;
  height: 100vh;
}

.game-component-left-s2 {
  flex-shrink: 0;
  align-items: center;
  margin-top: 30px;
}
.game-component-left-s2 img {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 64px;
  object-fit: cover;
}
.only-border {
  border-bottom: 2px solid #e0e0e0;
  margin-top: 20px;
  margin-bottom: 3px;
}
.game-component-left-s2 span {
  color: #000;
  font-size: 24px;
  font-family: GT Walsheim Pro;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 17px;
}
.game-component-left-s2 a {
  color: #fff;
  font-size: 18px;
  font-family: Gilroy-Bold;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 14px;
}
.game-component-left-s2 i {
  width: 11px;
  height: 20.878px;
  flex-shrink: 0;
  color: #fff;
  margin-right: 10px;
}
.game-component-left-s2-style {
  border-radius: 15px;
  border: none;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.btn-instagram {
  background: linear-gradient(90deg, #586be7 0%, #bb4b9b 50%, #f93745 100%);
}
.btn-twitter {
  background: #00acee;
}
.game-component-left-s1-style {
  border: none;
}
.game-section-header-text-mobile-view {
  margin-bottom: 14px;
  margin-top: 14px;
}
.GSHTMV-left {
  float: left;
  width: 50%;
}
.GSHTMV-left img {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 64px;
  object-fit: cover;
}
.GSHTMV-left span {
  color: #000;
  font-size: 14px;
  font-family: Gilroy-Bold;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 6px;
}
.GSHTMV-right {
  float: right;
  width: 50%;
  text-align: right;
}
.GSHTMV-right span {
  color: #7a2cf4;
  font-size: 14px;
  font-family: Bebas Neue;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.05px;
}
.facebook-btn a {
  padding: 14px 37px;
  color: #fff;
  font-size: 14px;
  font-family: Gilroy-Bold;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .banner-img {
    width: 100%;
    height: 210px;
    margin-top: 0px;
  }
  .banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
  }

  .game-section-header p {
    font-size: 24px;
  }

  .game-component-right p {
    font-size: 14px;
  }
  .game-component-right span {
    margin-top: 30px;
    margin-bottom: 14px;
  }
}
