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

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

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

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

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

body {
  overflow-x: hidden;
  background: #000;
}

strong {
  font-weight: 600;
}

iframe {
  border-radius: 16px;
}

img {
  object-fit: cover;
}

.section {
  margin-bottom: 80px;
}

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

a:hover {
  color: inherit;
}

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

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

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

.cta--outline {
  background: none;
  border: 1px solid #0082fa;
  color: #0082fa;
}

.cta--outline:hover {
  background-color: #e6f5ff;
  color: #0082fa;
}

.cta--outline:active {
  border-color: #00407a;
  color: #00407a;
  background-color: #c2e2ff;
}

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

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

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

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

.cta--gray:hover {
  background: #1a1a1a;
  color: #fff;
}

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

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

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

.cta--violet:active {
  background: #4606de;
  color: #fff;
}

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

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

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

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

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

.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;
}

/* Typography */
h1 {
  font-weight: 200;
  /*   font-size: 1.6rem; */
}

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

h1 br {
  display: none;
}

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

h2 {
  margin: 60px auto;
  color: #cdab82;
  font-weight: 200;
}

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

h3 {
  font-weight: 600;
}

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

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

p {
  font-weight: 300;
}

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

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

.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;
}

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

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

.header #vendor {
  height: 22px;
  transition: 0.3s;
}

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

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

.top {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

.top__wrapper {
  background-image: linear-gradient(-45deg, transparent 0%, rgba(0, 0, 0, 0.5) 60%), url("../../img/top/bg.jpg");
  background-size: cover;
  background-position: center top;
  width: 100%;
  padding: 0 0 520px 0;
  max-height: 200px;
  margin: 0 auto;
}

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

.top__wrapper--2 {
  background-image: linear-gradient(-45deg, transparent 0%, rgba(0, 0, 0, 0.6) 60%), url("../../img/top/bg-2.jpg");
}

.top__wrapper--3 {
  background-image: linear-gradient(-45deg, transparent 0%, rgba(0, 0, 0, 0.7) 60%);
}

.top__copy {
  display: flex;
}

.top__copy h2 {
  font-weight: 200;
  font-size: 1.5rem;
  color: #c7c7c7;
  margin-bottom: 10px;
}

.top__copy--center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #cdab82;
  margin-top: 130px;
}

@media (min-width: 992px) {
  .top__copy--center {
    margin-top: 200px;
  }
}

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

.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;
  max-width: 1920px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.plyr {
  border-radius: 0;
}

.steps {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.steps__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-width: 240px;
  text-align: center;
  padding: 10px 20px;
  margin: 0 auto;
  border-radius: 16px;
  box-shadow: rgba(149, 157, 165, 0.17) 8px 8px 30px;
  font-size: 1.1rem;
}

.steps__item img {
  width: 140px;
  height: 140px;
  margin-bottom: -16px;
}

.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;
  margin-bottom: 14px;
  white-space: nowrap;
}

/* products */
.products__item {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 24px 30px 30px 30px;
  border-radius: 16px;
  box-shadow: rgba(149, 157, 165, 0.17) 8px 8px 30px;
  transition: 0.3s;
  font-size: 0.9rem;
  /*   &:hover &-image img {
      transform: scale(1.03);
    } */
}

@media (min-width: 992px) {
  .products__item {
    max-width: 340px;
  }
  .products__item:hover {
    box-shadow: rgba(149, 157, 165, 0.3) 8px 20px 30px;
    transform: translateY(-6px);
  }
}

.products__item-badge {
  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: 4px 12px;
  font-size: 14px;
  line-height: 16px;
  vertical-align: baseline;
  align-self: flex-start;
  position: absolute;
}

.products__item-image {
  margin-top: 16px;
}

.products__item-image img {
  height: 100%;
  width: 80%;
  transition: 0.3s;
  margin: 0 auto;
  display: block;
}

.products__item h4 {
  margin-bottom: 8px;
}

.products__item-rating {
  margin-bottom: 10px;
}

.products__item ul {
  list-style-type: none;
  list-style-position: outside;
  padding-left: 0;
  margin-bottom: 60px;
}

.products__item ul li {
  margin-bottom: 0px;
  font-weight: 300;
}

.products__item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 30px;
  width: calc(100% - 60px);
}

.products__item-footer-button svg rect {
  fill: #0082fa;
  transition: 0.3s;
}

.products__item-footer-button svg rect:hover {
  fill: #0067c7;
}

.products__item-footer-button svg rect:active {
  fill: #004d94;
}

.products__item-footer-button svg path {
  pointer-events: none;
}

.products__item-price {
  display: flex;
  align-items: center;
  position: relative;
}

.products__item-price .old-price {
  text-decoration: line-through;
  color: #999999;
  font-weight: 200;
}

.products__item-price .new-price {
  font-size: 1.5rem;
  margin-right: 10px;
}

.check-icon {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
}

.check-icon::before {
  content: "";
  display: block;
  color: #63c642;
  box-sizing: border-box;
  position: absolute;
  left: 3px;
  top: -1px;
  width: 6px;
  height: 10px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  transform-origin: bottom left;
  transform: rotate(45deg);
}

.main {
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

.main h2 {
  margin: 0;
  margin-bottom: 20px;
}

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

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

.main__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 500px;
}

.main__copy .cta {
  margin-top: 0;
}

.main__copy h3 {
  font-size: 1.7rem;
}

.main__copy p {
  font-size: 1rem;
}

.social h2 {
  margin-bottom: 30px;
}

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

.social__item {
  position: relative;
  width: 3rem;
  height: 3rem;
  background: #fff;
  border-radius: 16px;
  box-shadow: rgba(149, 157, 165, 0.17) 8px 8px 30px;
  margin: 15px;
  transition: 0.3s;
  text-align: center;
}

.social__item:hover {
  box-shadow: rgba(149, 157, 165, 0.3) 0px 8px 20px;
  transform: translateY(-2px);
}

.social__item img {
  height: 20px;
  width: auto;
  transform: translateY(50%);
}

.articles__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 768px) {
  .articles__wrapper {
    flex-wrap: nowrap;
  }
}

.articles__item {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 400px;
  padding: 120px 40px;
  border-radius: 16px;
  transition: 0.3s;
  box-shadow: rgba(149, 157, 165, 0.3) 0px 8px 20px;
  color: #fff;
}

@media (min-width: 768px) {
  .articles__item {
    padding: 140px 40px;
  }
}

.articles__item:nth-child(1) .articles__item-background {
  background-image: linear-gradient(0deg, black 20%, rgba(0, 0, 0, 0.7) 50%, transparent), url("https://geex.x-kom.pl/wp-content/uploads/2021/08/jaki-oczyszczacz-powietrza-kupic-690x450.jpeg");
}

.articles__item:nth-child(2) .articles__item-background {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0.7) 50%, transparent), url("https://geex.x-kom.pl/wp-content/uploads/2021/09/Gracz-Minecrafta-pexele-1.jpg");
}

.articles__item:nth-child(3) .articles__item-background {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0.7) 50%, transparent), url("https://geex.x-kom.pl/wp-content/uploads/2021/08/garett-women-emma-unboxing-800x600.png");
}

.articles__item:hover {
  color: #fff;
  background-size: 135%;
  box-shadow: rgba(149, 157, 165, 0.3) 8px 20px 30px;
}

.articles__item:hover .articles__item-background {
  transform: scale(1.05);
}

.articles__item-copy {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}

.articles__item-copy h4 {
  line-height: 1.4;
  margin-bottom: 14px;
  font-size: 1.2rem;
}

.articles__item-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.creators__card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  color: #fff;
}

.creators__card p {
  padding: 6%;
  color: #c7c7c7;
}

.creators__card-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  width: 100%;
}

.creators__card-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .creators__card-wrapper {
    flex-wrap: nowrap;
  }
}

.creators__card-gradient {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(45deg, #a58461 40%, #63513a 80%);
}

.creators__card:nth-child(1) .creators__card-copy {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.6) 90%), url("../../img/creators/card-1.jpg");
}

.creators__card:nth-child(2) .creators__card-copy {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.6) 90%), url("../../img/creators/card-2.jpg");
}

.creators__card:nth-child(3) .creators__card-copy {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.6) 90%), url("../../img/creators/card-3.jpg");
}

.creators__card:nth-child(4) .creators__card-copy {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.6) 90%), url("../../img/creators/card-4.jpg");
}

.creators__card:nth-child(5) .creators__card-copy {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.6) 90%), url("../../img/creators/card-5.jpg");
}

/* Animations */
/* Slider */
.slider__container {
  display: flex;
}

.slider {
  margin-bottom: 0;
  padding-bottom: 80px;
  margin: 0 auto;
  max-width: 1200px;
}

.tns-ovh {
  overflow: visible;
}

.slider__nav {
  display: none;
}

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

.slider__nav button {
  height: 50px;
  width: 50px;
  border-radius: 200px;
  border: none;
  background: #0082fa;
  margin: 0 20px;
}

@media screen and (min-width: 576px) {
  .slider__nav button {
    margin: 0 -10px;
  }
}

@media screen and (min-width: 1500px) {
  .slider__nav button {
    margin: 0 -80px;
  }
}

.slider__nav-next:hover,
.slider__nav-prev:hover {
  background: #0067c7;
}

.slider__nav-next:active,
.slider__nav-prev:active {
  background: #004d94;
}

.slider__nav-next,
.slider__nav-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  transition: 0.3s;
}

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

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

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

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

.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 60px !important;
  }
}

.tns-item {
  transform: scale(0.9);
  opacity: 0.15;
  transition: 0.5s;
  user-select: none;
  cursor: grab;
  /*   filter: blur(2px) grayscale(1); */
}

.tns-slide-active {
  transform: scale(1);
  opacity: 1;
  filter: blur(0);
}

.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: 200px;
  background: #cccccc;
  border: 0;
  transition: 0.3s;
}

.tns-nav .tns-nav-active {
  background: #0082fa;
  width: 8px;
  height: 8px;
}
/*# sourceMappingURL=main.css.map */