/*************************************/
/*********** FEATURED GAMES **********/
/*************************************/
.section-games {
  width: 100%;
  max-width: 110rem;
  margin: 0 auto;
  padding-top: 8rem;
}
.games-wrapper {
  display: flex;
  justify-content: center;
  gap: 8.8rem;
  flex-wrap: wrap;
}
.games-70 {
  height: 3.5rem;
  filter: opacity(70%);
}
.games-50 {
  height: 3.2rem;
  filter: opacity(50%);
}
.games-70:hover,
.games-50:hover {
  filter: opacity(100%);
}
/*************************************/
/******* SECTION MASTER SKILLS *******/
/*************************************/
.section-master-skills {
  width: 100%;
  max-width: 122.4rem;
  margin: auto;
}
.skills-feature-s,
.skills-feature-l {
  border-radius: 4rem;
  background: linear-gradient(-25deg, #1c1c1e41, #101010);
}
.skills-feature-s {
  width: 100%;
  max-width: 39.2rem;
  padding-bottom: 2.7rem;
}
.skills-feature-l {
  width: 80.8rem;
  padding-bottom: 5rem;
}
.skills-feature-s:hover,
.skills-feature-s:active,
.skills-feature-l:hover,
.skills-feature-l:active {
  background: linear-gradient(0deg, #1c1c1e, #1c1c1e);
}
.skills-img-s {
  width: 100%;
  max-width: 39.2rem;
  height: 27.9rem;
}
.skills-img-l {
  width: 80.8rem;
  height: 27.9rem;
}
.slide-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.6s ease-out;
}
.slide-in.in-view {
  opacity: 1;
  transform: translateY(0);
}
/*************************************/
/********** SECTION PRICING **********/
/*************************************/
.pricing-tables {
  width: 100%;
  justify-content: center;
}
/* c = cheap / i = ideal */
.pricing-table-c,
.pricing-table-i {
  width: 100%;
  max-width: 50.5rem;
  border-radius: 4rem;
  background: linear-gradient(-90deg, #00000026, #55555529);
}
.pricing-table-i {
  background: #10101033;
  overflow: hidden;
  backdrop-filter: blur(25%);
}
.pricing-table-c:hover,
.pricing-table-c:active,
.pricing-monthly-mini:hover,
.pricing-monthly-mini:active,
.pricing-yearly-mini:hover,
.pricing-yearly-mini:active {
  background: linear-gradient(0deg, #1c1c1e, #1c1c1e);
  z-index: 0;
}
.pricing-tick-box {
  min-width: 2.4rem;
  height: 2.4rem;
  border-radius: 6rem;
  border: 0.5px solid #ffffff;
}
.pricing-tick {
  width: 1.8rem;
  height: 1.8rem;
}
.features {
  font-family: "Satoshi Light", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
}
.green-horizon {
  position: absolute;
  width: 100%;
  max-width: 122.3rem;
  height: 20rem;
  bottom: 0;

  z-index: -1;
}
.green-horizon-pricing {
  position: absolute;
  width: 100%;
  max-width: 52.3rem;
  height: auto;
  bottom: -35px;
  left: 0;
  z-index: -1;
  filter: saturate(110%);
  pointer-events: none;
}
.table-inner {
  position: relative;
  display: block;
  width: 100%;
}
.pricing-wrapper-mini {
  position: relative;
  width: 100%;
  max-width: 50.5rem;
  height: 52.6rem;
  overflow: hidden;
  border-radius: 4rem;
}
.pricing-yearly-mini,
.pricing-monthly-mini {
  position: absolute;
  width: 100%;
  max-width: 50.5rem;
  border-radius: 4rem;
  background: #10101033;
  overflow: hidden;
  backdrop-filter: blur(25%);
  box-shadow: inset 1rem 1rem 1.5rem #0000001a,
    inset -1rem 0 2.5rem -1rem #005123, inset 1rem 1rem 1.5rem #1a1b1cf2;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  z-index: 0;
}
.visible-pricing {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}
/*************************************/
/*** TRUSTED BY YOUR FAV CREATORS ****/
/*************************************/
.trusted-by {
  width: 100%;
  max-width: 122.4rem;
  display: flex;
  flex-direction: column;
  justify-self: center;
  padding-top: 16rem;
  margin: auto;
}
.creator-section-head {
  display: flex;
  align-self: center;
  text-align: center;
  width: 100%;
  max-width: 59rem;
}
.creators {
  display: flex;
  justify-content: space-between;
}
.creator {
  width: 100%;
  max-width: 39.2rem;
  height: 35.1rem;
  border-radius: 4rem;
  display: flex;
  flex-direction: column;
  justify-self: center;
  margin-top: 17.2rem;
  position: relative;
}
.creator-img-box {
  width: 100%;
  max-width: 39.2rem;
  height: 35.1rem;
  display: flex;
  justify-content: center;

  position: relative;
}
.img-box-bg {
  width: 100%;
  max-width: 39.2rem;
  height: 34.5rem;
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;

  position: absolute;
  bottom: 0;
  z-index: -1;
}
.creator:hover .img-box-bg,
.creator:active .img-box-bg {
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
  background: linear-gradient(-10deg, #27e88d4d 4rem, #1c1c1e00 70%);
}
.creator-description {
  width: 100%;
  max-width: 39.2rem;
  background-color: #1c1c1e;
  border-bottom-left-radius: 4rem;
  border-bottom-right-radius: 4rem;
  padding: 2.2rem 3.2rem;
  padding-bottom: 4rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.creator-quote {
  font-family: "Satoshi Light", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: #dddcdc;
}
.creator-img {
  width: 100%;
  max-width: 33.6rem;
  position: absolute;
  bottom: 0;
}
