/* Breakpoints */
/* Mixins */
/* x-kom styles */
html,
body {
  font-family: "Rajdhani", sans-serif;
}

/* General */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --g-offwhite: #f9f9f9;
  --g-offblack: #1a1a1a;
  --g-offblack-lighter: #333;
  --g-darkgray: #949494;
  --g-violet: #b980ff;
  --g-violet-darker: #8c61c2;
  --g-violet-semi-dark: #773dbd;
  --g-violet-darkest: #27143d;
}

html {
  overflow-x: hidden;
  font-size: 14px;
}

@media (min-width: 576px) {
  html {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
}

body {
  overflow-x: hidden !important;
  color: #fff;
  background: #000;
  position: relative;
}

strong {
  font-weight: 600;
}

iframe {
  border-radius: 0;
}

img {
  object-fit: cover;
}

.section {
  margin: 80px 0;
}

@media (min-width: 768px) {
  .section {
    margin: 100px 0;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

.cta {
  border-radius: 200px;
  font-weight: 400;
  border: none;
  width: fit-content;
  height: 40px;
  padding: 0 24px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  background: #0082fa;
  color: #fff;
  margin-top: 10px;
  z-index: 1;
}

.cta:hover {
  background: #0067c7;
  color: #fff;
}

.cta:active {
  background: #004d94;
  color: #fff;
}

.cta--secondary {
  background: #e6f3ff;
  border: none;
  color: #158eff;
}

.cta--secondary:hover {
  background: #c7e4ff;
  color: #0067c7;
}

.cta--secondary:active {
  background: #a8d5ff;
  color: #004d94;
}

.cta--white {
  background: #fff;
  color: #000;
}

.cta--white:hover {
  background: #e6e6e6;
  color: #000;
}

.cta--white:active {
  background: #d9d9d9;
  color: #000;
}

.cta--gray {
  background: #575757;
  color: #fff;
}

.cta--gray:hover {
  background: #3d3d3d;
  color: #fff;
}

.cta--gray:active {
  background: #000;
  color: #fff;
}

.cta--gray--secondary {
  background: #f0f0f0;
  border: none;
  color: #666666;
}

.cta--gray--secondary:hover {
  background: #e0e0e0;
  color: #333333;
}

.cta--gray--secondary:active {
  background: #cccccc;
  color: #1a1a1a;
}

.cta--violet {
  background: #8250fa;
  color: #fff;
}

.cta--violet:hover {
  background: #5f1ef9;
  color: #fff;
}

.cta--violet:active {
  background: #3605ac;
  color: #fff;
}

.cta--violet--secondary {
  background: #ece5fe;
  border: none;
  color: #5f1ef9;
}

.cta--violet--secondary:hover {
  background: #ded1fe;
  border: none;
  color: #4606de;
}

.cta--violet--secondary:active {
  background: #c9b3fd;
  border: none;
  color: #27047b;
}

.cta--pink {
  background: #fa0064;
  color: #fff;
}

.cta--pink:hover {
  background: #c70050;
  color: #fff;
}

.cta--pink:active {
  background: #94003b;
  color: #fff;
}

.cta--pink--secondary {
  background: #ffe1ed;
  border: none;
  color: #c70050;
}

.cta--pink--secondary:hover {
  background: #ffd1e4;
  border: none;
  color: #c70050;
}

.cta--pink--secondary:active {
  background: #ffbdd7;
  border: none;
  color: #94003b;
}

.cta--big {
  height: 48px;
  padding: 0 34px;
  font-size: 1.1rem;
}

.cta--medium {
  height: 40px;
  font-size: 1rem;
}

.cta--small {
  height: 36px;
  padding: 0 20px;
  font-size: 0.95rem;
}

.cta--circle {
  padding: 0;
  height: 44px;
  width: 44px;
}

/* Buttons */
.btn {
  background-color: unset;
  border: 1px solid var(--g-violet);
  border-radius: 200px;
  width: 115px;
  color: var(--g-violet);
  font-family: "Rajdhani", sans-serif;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
  transition: 0.15s;
  font-weight: 400;
  cursor: pointer;
}

.btn:hover {
  background-color: var(--g-violet-darkest);
  border-color: var(--g-violet-darker);
  color: #fff;
}

.btn:active {
  opacity: 0.6;
}

.btn.disabled {
  color: #707070;
  border-color: #707070;
}

.btn.disabled:hover {
  color: #707070;
  border-color: #707070;
  background-color: unset;
}

.btn.disabled:active {
  color: #707070;
  border-color: #707070;
  background-color: unset;
  opacity: 1;
}

.pill {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #4d4d4d;
  border: 1px solid #cccccc;
  border-radius: 512px;
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 16px;
  vertical-align: baseline;
  align-self: flex-start;
  margin-bottom: 10px;
  font-weight: 400;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* Typography */
h1 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.5rem;
}

@media (min-width: 992px) {
  h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1400px) {
  h1 {
    max-width: unset;
  }
}

h1 br {
  display: none;
}

@media (min-width: 576px) {
  h1 br {
    display: initial;
  }
}

h2 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 1.8rem;
}

@media (min-width: 992px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-weight: 600;
  text-align: center;
}

@media (min-width: 992px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 1.2rem;
  text-align: center;
  color: #949494;
  max-width: 900px !important;
  margin: 0 auto;
}

@media (min-width: 992px) {
  h4 {
    font-size: 1.3rem;
  }
}

p {
  font-weight: 500;
  color: #949494;
  line-height: 1.25;
  font-size: 1.1rem;
}

/* Utilities */
.nobr {
  display: inline-block;
}

.hide {
  opacity: 0;
  visibility: hidden;
}

.box-shadow {
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.08), 0 4px 8px 0 rgba(0, 0, 0, 0.08);
}

/* Layout */
.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  padding-top: 0;
  margin-top: 0;
  overflow: hidden;
}

.header__logos-wrapper {
  height: auto;
  width: 100%;
  padding: 20px 25px 20px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 576px) {
  .header__logos-wrapper {
    padding: 30px 30px 30px 10px;
  }
}

.header #brand {
  height: 60px;
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

@media (min-width: 576px) {
  .header #brand {
    height: 84px;
  }
}

.header #brand:hover {
  opacity: 0.9;
}

.header #vendor {
  height: 16px;
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

@media (min-width: 576px) {
  .header #vendor {
    height: 24px;
  }
}

.header #vendor:hover {
  opacity: 0.9;
}

.header-menu {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  padding: 12px 0;
  transition: 0.6s;
  height: 80px;
  display: flex;
  align-items: center;
}

.header-menu .hamburger {
  cursor: pointer;
}

@media (min-width: 992px) {
  .header-menu .hamburger {
    display: none;
  }
}

.header-menu__nav {
  height: 72px;
  padding-left: 21px;
  padding-right: 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.6s;
}

.header-menu__nav-desktop-menu {
  display: none;
}

@media (min-width: 992px) {
  .header-menu__nav-desktop-menu {
    display: initial;
  }
}

.header-menu__nav-desktop-menu ul {
  display: flex;
  align-items: center;
  margin: 0;
}

.header-menu__nav-desktop-menu ul a li {
  color: #fff;
  white-space: nowrap;
  padding: 0 18px;
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.header-menu__nav-desktop-menu ul a li:hover {
  opacity: 0.8;
}

.header-menu__nav-desktop-menu .cta {
  margin-left: 20px;
  white-space: nowrap;
}

.header-menu #brand-white {
  width: 100%;
  height: 36px;
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.header-menu #brand-white path {
  fill: #fff;
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

@media (min-width: 768px) {
  .header-menu #brand-white {
    height: 40px;
  }
}

.header-menu #vendor {
  height: 16px;
}

@media (min-width: 576px) {
  .header-menu #vendor {
    height: 24px;
  }
}

.header-menu .navbar-wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.header-menu .navbar-overlay-bg {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}

.header-menu .navbar {
  background: #fff;
  border-radius: 0;
  width: 130px;
  position: fixed;
  right: 16px;
  top: 120px;
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.header-menu .navbar ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

.header-menu .navbar li {
  font-size: 18px;
  font-weight: 500;
}

.header-menu .nav__link {
  color: #000;
}

.header-menu .nav__link:hover > li {
  background-color: #f7f7f7;
}

@media (min-width: 992px) {
  .header-menu .nav__link:hover > li {
    background-color: unset;
  }
}

.header-menu .nav-link.active {
  background: none;
  color: unset;
}

.header-menu .nav-link.active .navbar-active {
  visibility: visible;
  opacity: 1;
}

.header-menu .offcanvas-header {
  padding: 24px 24px 12px 24px;
}

.header-menu .offcanvas-end {
  width: 300px;
}

.header-menu .offcanvas-body {
  padding: 0;
}

.header-menu .offcanvas-body .cta {
  margin-left: 20px;
  width: 251px;
}

.header-menu #offcanvasRightLabel {
  font-weight: 600;
  margin: 0;
}

.header-menu ul {
  list-style-type: none;
  padding: 0;
}

.header-menu ul li {
  font-size: 18px;
  padding: 12px 0;
  padding-left: 24px;
}

.top {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 0 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.top__logo {
  max-width: 100%;
  min-width: 300px;
}

.top__wrapper {
  display: flex;
  align-items: flex-end;
  background-image: url("../../img/top.jpg");
  background-size: cover;
  background-position: center 60%;
  background-repeat: no-repeat;
  border-radius: 0 0 0 0;
  width: 100%;
  height: 420px;
  margin: 0 auto;
  padding-top: 0;
  max-width: 1920px;
}

@media (min-width: 576px) {
  .top__wrapper {
    height: 500px;
  }
}

@media (min-width: 992px) {
  .top__wrapper {
    height: 680px;
  }
}

@media (min-width: 1400px) {
  .top__wrapper {
    height: 94vh;
    background-image: linear-gradient(90deg, black 0%, rgba(14, 18, 61, 0) 20%, rgba(8, 10, 33, 0) 80%, black 100%), url("../../img/top.jpg");
  }
}

.top__copy {
  display: flex;
  position: relative;
}

.top__copy h2 {
  color: #949494;
  margin-bottom: 10px;
}

.top__copy--center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

.top__copy--left {
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  color: #fff;
}

.top__image {
  display: flex;
  justify-content: center;
}

.top__image img {
  height: 100%;
  max-height: 240px;
  object-fit: contain;
  position: relative;
}

@media (min-width: 576px) {
  .top__image img {
    max-height: 300px;
    top: 0;
  }
}

@media (min-width: 992px) {
  .top__image img {
    max-height: 320px;
    top: 0;
    left: 10%;
  }
}

@media (min-width: 1200px) {
  .top__image img {
    max-height: 380px;
  }
}

.top .plyr__video-embed {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  max-width: 1920px;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  overflow: hidden;
}

.top .plyr__video-embed iframe {
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.plyr {
  border-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 20px 25px -5px, rgba(0, 0, 0, 0.02) 0px 10px 10px -5px;
}

.steps {
  margin: 0 auto;
}

.steps__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  min-height: 200px;
  max-width: 240px;
  text-align: center;
  padding: 30px 20px 12px 20px;
  margin: 0 auto;
  border-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 20px 25px -5px, rgba(0, 0, 0, 0.01) 0px 10px 10px -5px;
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  font-size: 1.1rem;
  background: #fff;
}

.steps__item:hover {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 20px 25px -5px, rgba(0, 0, 0, 0.02) 0px 10px 10px -5px;
  transform: translateY(-4px);
}

.steps__item img {
  /*    width: 140px;
      height: 140px; */
  margin-bottom: 16px;
  height: 100%;
  width: 100%;
  max-height: 60px;
  object-fit: contain;
}

.steps__item-coupon {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px dashed #c382fa;
  border-radius: 200px;
  height: 40px;
  padding: 0 26px;
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  margin-bottom: 14px;
  white-space: nowrap;
}

/* Features */
.features {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .features {
    margin-top: 80px;
  }
}

.features .row {
  max-width: 500px;
}

@media (min-width: 768px) {
  .features .row {
    max-width: 1000px;
  }
}

.features__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 12px;
}

.features__item h4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.features__item img {
  margin-bottom: 14px;
  height: 50px;
}

@media (min-width: 768px) {
  .features__item img {
    height: 70px;
    margin-bottom: 20px;
  }
}

/* Performance */
.performance {
  padding: 60px 0;
  background: url("../../img/bg-x-gray.png"), #1a1a1a;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% 50%;
}

@media (min-width: 992px) {
  .performance {
    background-size: 70%;
    background-position: 100% 50%;
  }
}

.performance__image {
  position: relative;
}

.performance__image img {
  max-height: 800px;
  max-width: 100%;
}

@media (min-width: 992px) {
  .performance__image img {
    position: absolute;
    bottom: -100px;
    max-width: unset;
  }
}

.performance__copy {
  margin-top: 60px;
}

@media (min-width: 768px) {
  .performance__copy {
    display: flex;
  }
}

@media (min-width: 992px) {
  .performance__copy {
    margin-top: 150px;
    display: unset;
  }
}

.performance__copy-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  margin-right: 30px;
}

@media (min-width: 992px) {
  .performance__copy-item {
    flex-direction: row;
    margin-right: unset;
  }
}

.performance__copy-item img {
  object-fit: contain;
  margin-right: 20px;
  position: relative;
  top: -14px;
  max-width: 60px;
}

@media (min-width: 992px) {
  .performance__copy-item img {
    max-width: 90px;
  }
}

.performance__copy-item h4 {
  text-align: start;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 16px;
}

.main {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .main {
    margin-bottom: 0;
  }
}

.main__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .main__wrapper > * {
    margin: 0;
  }
}

.main__image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main__image img {
  border-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 20px 25px -5px, rgba(0, 0, 0, 0.01) 0px 10px 10px -5px;
}

.main__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.main__copy img {
  max-height: 44px;
  object-fit: contain;
  margin-bottom: 30px;
}

.main__copy p {
  margin-bottom: 0;
}

.main__copy h3 {
  text-align: start;
}

.main__copy h4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin: unset;
  text-align: start;
  margin-bottom: 14px;
}

.main__copy .btn {
  margin-top: 20px;
}

.main.reverse {
  margin-top: 0;
}

@media (min-width: 768px) {
  .main.reverse .main__copy {
    align-items: flex-end;
  }
  .main.reverse .main__copy p {
    text-align: end;
  }
}

/* Banner section */
.gamer__banner {
  background: url("../../img/bg-x.svg"), #1a1a1a;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
  padding: 60px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gamer__banner p {
  text-align: center;
}

.gamer__banner--2 {
  background: url("../../img/bg-dla-graczy.jpg");
  background-position: 50% 60%;
}

.gamer__banner-inner-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gamer__banner-inner-wrapper img {
  max-width: 110px;
  margin-bottom: 20px;
}

.gamer__banner-inner-wrapper h2 {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
}

@media (min-width: 992px) {
  .gamer__banner-inner-wrapper h2 {
    font-size: 2.2rem;
  }
}

.gamer__banner-inner-wrapper h2 span {
  font-size: 5rem;
  font-weight: 600;
}

/* Cooling */
.cooling {
  position: relative;
}

@media (min-width: 992px) {
  .cooling {
    padding-bottom: 100px;
  }
}

.cooling__img-left {
  position: absolute;
  right: 54%;
}

.cooling__img-right {
  position: absolute;
  left: 44%;
  width: 600px;
  top: 220px;
}

@media (min-width: 768px) {
  .cooling__img-right {
    left: 66%;
    top: 20px;
    width: unset;
  }
}

.cooling__img-center {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-53%) translateY(-50%);
  opacity: 0.4;
  width: 90%;
}

.cooling__top-icon {
  max-width: 110px;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .cooling h4 {
    margin-bottom: 60px;
  }
}

.cooling__copy h4 {
  color: #fff;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 20px;
}

.cooling__copy p {
  text-align: center;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .cooling__copy p {
    max-width: 500px;
  }
}

/* Overview section */
.gamer__overview {
  padding: 16px 16px 24px 16px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 20px;
}

.gamer__overview a {
  color: #773dbd;
}

.gamer__overview a:hover {
  text-decoration: underline;
}

.gamer__overview h4 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  text-align: start;
  margin-bottom: 12px;
}

@media screen and (min-width: 576px) {
  .gamer__overview {
    justify-content: space-between;
    padding: 32px;
  }
}

.gamer__overview-card {
  background-color: var(--g-offblack);
  border: 1px solid var(--g-offblack-lighter);
  border-radius: 8px;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.12), 0 8px 12px 0 rgba(0, 0, 0, 0.12);
  width: 100%;
  margin-bottom: 30px;
}

.gamer__overview-card p {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .gamer__overview-card {
    margin-bottom: unset;
  }
}

@media (min-width: 992px) {
  .gamer__overview-card:first-child, .gamer__overview-card:nth-child(2) {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .gamer__overview-card {
    max-width: calc(50% - 16px);
  }
  .gamer__overview-card:nth-child(5) {
    margin-bottom: 0;
  }
}

.gamer__overview-card:last-child {
  margin-bottom: 0;
}

.gamer__overview-card-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}

@media (min-width: 768px) {
  .gamer__overview-card-content {
    align-items: center;
  }
}

@media screen and (min-width: 992px) {
  .gamer__overview-card-content {
    flex-direction: row;
    padding: 32px;
  }
}

.gamer__overview-card-icon {
  width: 80px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .gamer__overview-card-icon {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .gamer__overview-card-copy {
    margin-left: 28px;
  }
}

.slider {
  position: relative;
}

.slider__item:hover {
  border-color: #773dbd;
  box-shadow: rgba(119, 61, 189, 0.6) 0 0 70px 0, #773dbd 0px 0px 0px 1px;
}

/* Products section */
.gamer__products {
  background: var(--g-offblack);
  padding: 48px 10px 100px 10px;
  max-width: 600px;
  margin: 0 12px;
  margin-top: 140px;
  border: 1px solid var(--g-offblack-lighter);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  left: calc(50% - 12px);
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .gamer__products {
    padding: 40px 90px 60px 90px;
  }
}

@media screen and (min-width: 976px) {
  .gamer__products .hide-desktop {
    display: none;
  }
  .gamer__products {
    max-width: 1200px;
  }
}

.gamer__products-top-wrapper {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 976px) {
  .gamer__products-top-wrapper {
    flex-direction: row;
    align-items: center;
  }
}

.gamer__products h2 {
  text-align: center !important;
  margin-bottom: 24px !important;
}

.gamer__products .tab {
  margin: 0 4px;
  width: 138px;
  height: 40px;
  position: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gamer__products-switch {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

@media screen and (min-width: 976px) {
  .gamer__products-switch {
    display: none;
  }
}

.hide-mobile {
  display: none;
}

@media screen and (min-width: 976px) {
  .hide-mobile {
    display: revert;
  }
}

.gamer__products-table--2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  height: 220px;
}

.gamer__products-features-item {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #333;
  padding: 16px;
  margin: 0 auto;
  max-width: 424px;
}

.gamer__products-features-item:first-child {
  margin-top: 24px;
  border-top: none;
}

.gamer__products-features-item span {
  width: 50%;
}

.gamer__products-features-item span:first-child {
  color: #fff;
  font-weight: 600;
  line-height: 24px;
  font-size: 16px;
}

.gamer__products-features-item span:last-child {
  color: #ccc;
  font-size: 16px;
  line-height: 24px;
}

.gamer__products-features-desktop-wrapper {
  width: 100%;
}

.gamer__products-features-desktop-items-wrapper {
  width: 25%;
}

.gamer__products-features-desktop-item {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: row;
  border-top: 1px solid #333;
  padding: 16px;
}

.gamer__products-features-desktop-items-wrapper
> .gamer__products-features-desktop-item:first-of-type {
  margin-top: 27px;
  border-top: none;
}

.gamer__products-features-desktop-item:first-child div {
  margin-top: 50px;
}

.gamer__products-features-desktop-item {
  color: #ccc;
}

.gamer__products-features-desktop-item span:first-child {
  color: #fff;
  font-weight: 600;
  line-height: 24px;
  font-size: 16px;
}

.gamer__products-features-desktop-item span:last-child {
  color: #ccc;
  font-size: 16px;
  line-height: 24px;
}

.gamer__products-features-button {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.gamer__products-features-button .btn {
  width: calc(100% - 32px);
  border-radius: 200px;
  font-weight: 500;
  margin: 0 auto;
  top: unset;
  position: absolute;
}

@media screen and (min-width: 400px) {
  .gamer__products-features-button .btn {
    max-width: 200px;
  }
}

@media screen and (min-width: 768px) {
  .gamer__products-features-button .btn {
    width: 126px;
    position: relative;
    top: 10px;
  }
}

.gamer__products-features-desktop-row {
  display: flex;
  justify-content: space-around;
}

.gamer__products-features-desktop-row div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gamer__products-features-desktop-row:last-child div {
  align-items: flex-start;
  flex-direction: row;
}

.gamer__products-features-desktop-wrapper {
  display: flex;
  flex-direction: column;
}

.feature1,
.feature2,
.feature3,
.feature4 {
  font-weight: 600;
  color: #fff;
  justify-content: flex-start;
}

#cta-2 {
  display: none;
}

.gamer__products .tab.unactive {
  filter: grayscale(100);
}

.gamer-products-slider-item img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.footer img {
  max-width: 100px;
}

@media (min-width: 576px) {
  .footer img {
    max-width: 160px;
  }
}

.bg-1 {
  position: absolute;
  left: 50%;
  height: 1000px;
  top: 80%;
  transform: rotateY(180deg);
}

.bg-2 {
  position: absolute;
  right: 60%;
  height: 1000px;
  bottom: 0;
}

/* Animations */
/* GSAP */
.fade-in,
.fade-in-delay,
.fade-up,
.fade-up-delay,
.fade-in-right,
.fade-in-right-delay,
.fade-in-left,
.fade-in-left-delay,
.fade-down,
.fade-down-delay {
  opacity: 0;
  will-change: opacity;
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.fade-up,
.fade-up-delay {
  will-change: transform;
  transform: translateY(20px);
  /* animation distance */
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.fade-down,
.fade-down-delay {
  will-change: transform;
  transform: translateY(-20px);
  /* animation distance */
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.fade-in-right,
.fade-in-right-delay {
  will-change: transform;
  transform: translateX(-20px);
  /* animation distance */
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.fade-in-left,
.fade-in-left-delay {
  will-change: transform;
  transform: translateX(20px);
  /* animation distance */
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

/* Slider */
.slider__container {
  display: flex;
  margin-top: 60px;
}

.slider {
  margin-bottom: 0;
  margin: 0 auto;
}

.tns-ovh {
  overflow: visible;
}

.slider__nav {
  display: none;
}

@media screen and (min-width: 600px) {
  .slider__nav {
    display: block;
  }
}

.slider__nav button {
  height: 50px;
  width: 50px;
  border-radius: 200px;
  border: none;
  background: #773dbd;
}

/* @media screen and (min-width: 1500px) {
  .slider__nav button {
    margin: 0 -80px;
  }
} */
.slider__nav-next:hover,
.slider__nav-prev:hover {
  background: #5b2a97;
}

.slider__nav-next:active,
.slider__nav-prev:active {
  background: #4a227c;
}

.slider__nav-next,
.slider__nav-prev {
  position: absolute;
  top: 50%;
  transition: 0.3s;
}

.slider__nav-next {
  right: 0;
  top: 30%;
}

@media screen and (min-width: 576px) {
  .slider__nav-next {
    top: 55%;
  }
}

.slider__nav-prev {
  left: 0;
  top: 30%;
}

@media screen and (min-width: 576px) {
  .slider__nav-prev {
    top: 55%;
  }
}

.slider__nav button[disabled] {
  background: rgba(0, 0, 0, 0.15);
  opacity: 0.4;
}

.slider__nav button[disabled] svg {
  fill: rgba(0, 0, 0, 0.4);
}

.tns-outer {
  padding: 0;
}

@media (min-width: 992px) {
  .tns-outer {
    padding: 0 100px !important;
  }
}

.tns-item {
  opacity: 0.3;
  filter: blur(1px);
  transition: 0.5s;
  user-select: none;
  cursor: grab;
}

.tns-slide-active {
  opacity: 1;
  filter: unset;
}

.tns-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 26px 0 0 0;
}

.tns-nav [aria-controls] {
  width: 6px;
  height: 6px;
  padding: 0;
  margin: 0 2px;
  border-radius: 50%;
  background: #fff;
  border: 0;
  transition: 0.3s;
}

.tns-nav .tns-nav-active {
  background: #773dbd;
  width: 6px;
  height: 6px;
}

.slider__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #1a1a1a;
  border-radius: 8px;
  border: 1px solid var(--g-offblack-lighter);
  padding: 16px 10px 32px 10px;
  margin: 0 15px;
}

.slider__item img {
  max-width: 100%;
}

.slider__item h4 {
  text-align: center;
  color: #fff;
}

/* Custom styles */
/* end Custom styles */
/*# sourceMappingURL=main.css.map */