.guide {
  padding: 8% 5%;
}

.guide .guide-content {
  padding: 5% 8%;
  background-color: #161616;
  box-shadow: 0 0 2rem #161616;
  border-radius: 1.5rem;
  color: #fff;
}

.guide .guide-content .head-text {
  color: #0e94a4;
  font-family: title;
  font-size: 1.3rem;
  margin-bottom: 2rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
.material-symbols-rounded {
  transform: scale(1.5);
  transition: transform 0.5s ease;
}
.active_guide .material-symbols-rounded {
  transform: scale(1.5) rotate(180deg);
}

.guides-content {
  padding: 0.3rem;
  background-color: rgb(60, 60, 60);
  border-radius: 1.2rem;
  box-shadow: 0 0 0.5rem #858585;
  margin-bottom: 1.5rem;
}
.guides-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem;
  cursor: pointer;
}
.guides-body {
  max-height: 0;
  overflow: hidden;
  margin-left: 0.5rem;
  transition: max-height 0.3s ease-out;
}

.guide .guides-header h1 {
  color: #ffffff;
  font-family: title;
  font-size: 1.1rem;
  text-align: start;
  text-transform: uppercase;
  transition: color 0.5s ease;
}
.active_guide .guides-header h1 {
  color: #ff64f5;
}

.guides-body img {
  width: 1.1rem;
  bottom: -0.3rem;
}
.guides-body ol p {
  font-size: 1rem;
  margin: 0.5rem 0rem;
  margin-left: 0.5rem;
  text-transform: capitalize;
}
.guides-body ol li {
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: capitalize;
}
.guides-body ol li:not(:first-child) {
  padding: 2.2rem 0 0.3rem 0;
}
.guides-body ol li:is(:first-child) {
  margin-top: 0.6rem;
}

.guides-body .steam {
  color: #2265c3;
}
.guides-body .epicgames {
  color: hsl(330, 2%, 70%);
}
.guides-body .rockstargames {
  color: #ffab00;
}
.guides-body .fivem {
  color: #ff7100;
}
.guides-body
  a:is(.steam, .epicgames, .rockstargames, #link1, #link2, .cncsupport) {
  transition: color 0.4s ease, filter 0.4s ease;
}
.guide-content a {
  color: #ff83f7;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.4s ease;
}
.guide-content a:hover {
  color: #ff64f5;
}
.guides-body .tip {
  font-weight: 700;
  color: hsl(0, 100%, 60%);
}
.guides-body .imp {
  color: hsl(0, 100%, 60%);
  text-decoration: underline;
}
.guides-body .tips {
  padding-top: 0.5rem;
}
.guides-body .support {
  padding-top: 5rem;
  margin-left: -1.5rem;
  font-weight: 900;
  text-transform: capitalize;
}
.guides-body space-top {
  padding-top: 1.1rem;
}
.guides-body #link1,
.guides-body #link2 {
  cursor: pointer;
  color: #ff83f7;
  transition: color 0.4s ease;
}
.guides-body #link1:hover,
.guides-body #link2:hover {
  color: #ff00d0;
}

.support {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 1.2rem;
  margin-left: -1.2rem;
}
.support .cncsupport {
  text-transform: capitalize;
  font-weight: 900;
  color: rgb(0, 190, 190);
  transition: filter 0.4s ease, color 0.4s ease;
}
