/*! 
 * Template Name: Pocetna
 * Bootstrap: Bootstrap 5 
 * Version: v1.0
 * Author: Ayoub Khan
 * Website: https://www.mayoubkhan.com/
*/
:root {
  --color-amazon: nth($color, 2);
  --color-netflix: nth($color, 2);
  --color-nike: nth($color, 2);
  --color-spotify: nth($color, 2);
  --color-steam: nth($color, 2);
}

.color-amazon {
  color: #e38800 !important;
}

.bg-amazon {
  background: #e38800 !important;
  background-color: #e38800 !important;
}

.btn-amazon {
  background: #e38800 !important;
  background-color: #e38800 !important;
}
.btn-amazon:hover, .btn-amazon:active, .btn-amazon:focus {
  background: #fd9700 !important;
  background-color: #fd9700 !important;
}

.color-netflix {
  color: #8c1717 !important;
}

.bg-netflix {
  background: #8c1717 !important;
  background-color: #8c1717 !important;
}

.btn-netflix {
  background: #8c1717 !important;
  background-color: #8c1717 !important;
}
.btn-netflix:hover, .btn-netflix:active, .btn-netflix:focus {
  background: #a21b1b !important;
  background-color: #a21b1b !important;
}

.color-nike {
  color: #41a7bd !important;
}

.bg-nike {
  background: #41a7bd !important;
  background-color: #41a7bd !important;
}

.btn-nike {
  background: #41a7bd !important;
  background-color: #41a7bd !important;
}
.btn-nike:hover, .btn-nike:active, .btn-nike:focus {
  background: #53b0c4 !important;
  background-color: #53b0c4 !important;
}

.color-spotify {
  color: #28805e !important;
}

.bg-spotify {
  background: #28805e !important;
  background-color: #28805e !important;
}

.btn-spotify {
  background: #28805e !important;
  background-color: #28805e !important;
}
.btn-spotify:hover, .btn-spotify:active, .btn-spotify:focus {
  background: #2e936c !important;
  background-color: #2e936c !important;
}

.color-steam {
  color: #525252 !important;
}

.bg-steam {
  background: #525252 !important;
  background-color: #525252 !important;
}

.btn-steam {
  background: #525252 !important;
  background-color: #525252 !important;
}
.btn-steam:hover, .btn-steam:active, .btn-steam:focus {
  background: #5f5f5f !important;
  background-color: #5f5f5f !important;
}

/*************************** App Styles ****************************/
body {
  font-family: "Montserrat", sans-serif;
  background: #fff;
  background: #e0e0e0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1d1d24;
  overflow-x: hidden;
  max-width: 600px;
  margin: 0 auto;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}
p {
  font-size: 15px;
  line-height: 26px;
}
@media (min-width: 576px) {
  p {
    font-size: 16px;
    line-height: 27px;
  }
}
@media (min-width: 768px) {
  p {
    font-size: 17px;
    line-height: 27px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

a {
  color: #6bc3d6;
}
a:hover {
  color: #35a7bf;
}
a.no-text-decoration {
  text-decoration: none;
}

section.section {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 576px) {
  section.section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) {
  section.section {
    padding-top: 35.7142857143px;
    padding-bottom: 35.7142857143px;
  }
}

.section-title-wrapper .small-text {
  font-style: normal;
  color: #acabae;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.5px;
}
@media (min-width: 400px) {
  .section-title-wrapper .small-text {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
}
.section-title {
  font-style: normal;
  font-weight: bold;
  color: #474554;
  text-align: center;
  font-size: 45px;
  letter-spacing: -0.5px;
}
@media (min-width: 576px) {
  .section-title {
    font-size: 50px;
  }
}
.section-sub-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 576px) {
  .section-sub-title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 768px) {
  .section-sub-title {
    font-size: 20px;
    line-height: 28px;
  }
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(107, 195, 214, 0.1);
}

::-webkit-scrollbar {
  width: 7px;
  background-color: white;
}

::-webkit-scrollbar-thumb {
  background-color: #6bc3d6;
  background-image: linear-gradient(45deg, rgba(107, 195, 214, 0.2) 25%, transparent 25%, transparent 50%, rgba(107, 195, 214, 0.2) 50%, rgba(107, 195, 214, 0.2) 75%, transparent 75%, transparent);
}

.btn {
  border-radius: 50px;
  border: none;
  font-weight: 700;
}
.btn-primary {
  color: #474554;
  background: linear-gradient(249.32deg, #6bc3d6 14.72%, #d7d7d7 138.38%);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:focus {
  color: #fff;
  background: linear-gradient(249.32deg, #35a7bf 14.72%, #b1b1b1 138.38%);
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.2);
          box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.2);
}

.btn-outline-gradient {
  display: inline-block;
  background-image: url(../images/btn-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 40px;
  line-height: 45px;
  width: 45px;
  height: 45px;
}
.btn-outline-gradient:hover {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#5dd6e0), to(#3e7aed));
  background: linear-gradient(to right, #5dd6e0 0%, #3e7aed 100%);
}

.bg-dark {
  background-color: #1d1d24;
}

.bg-black {
  background-color: #030303 !important;
}

.text-dark {
  color: #1d1d24;
}

.text-info {
  color: #5dd7e1 !important;
}

.text-info {
  color: #5dd7e1 !important;
}

.bg-primary {
  background: #2d64c8 !important;
}

.form-label {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.5px;
  color: #474554;
}

input,
textarea,
.form-control {
  border-radius: 0px;
  border-width: 0px 0px 1px 0px;
  letter-spacing: -0.5px;
  color: rgba(71, 69, 84, 0.5);
}
input:focus, input:active,
textarea:focus,
textarea:active,
.form-control:focus,
.form-control:active {
  -webkit-box-shadow: 0 0 0 0.05rem rgba(13, 109, 253, 0.151);
          box-shadow: 0 0 0 0.05rem rgba(13, 109, 253, 0.151);
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 700px), (max-height: 500px) {
  .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.card-form {
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
}
.card-form__inner {
  background: #fff;
  border-radius: 15px 15px 25px 25px;
  padding: 15px 30px;
  padding-top: 160px;
}
@media (min-width: 400px) {
  .card-form__inner {
    padding-top: 170px;
  }
}
.card-item {
  overflow: hidden;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  max-width: 450px;
  max-height: 350px;
  width: 90%;
}
.card-item.-active .card-item__side.-front {
  -webkit-transform: perspective(1000px) rotateY(180deg) rotateX(0deg) rotateZ(0deg);
          transform: perspective(1000px) rotateY(180deg) rotateX(0deg) rotateZ(0deg);
}
.card-item.-active .card-item__side.-back {
  -webkit-transform: perspective(1000px) rotateY(0) rotateX(0deg) rotateZ(0deg);
          transform: perspective(1000px) rotateY(0) rotateX(0deg) rotateZ(0deg);
}
.card-item__focus {
  position: absolute;
  z-index: 3;
  border-radius: 3px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s cubic-bezier(0.71, 0.03, 0.56, 0.85);
  transition: all 0.35s cubic-bezier(0.71, 0.03, 0.56, 0.85);
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.65);
}
.card-item__focus:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #08142f;
  height: 100%;
  border-radius: 5px;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  opacity: 0.6;
}
.card-item__focus.-active {
  opacity: 1;
}
.card-item__side {
  overflow: hidden;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 20px;
  border-radius: 15px;
  -webkit-transform: perspective(2000px) rotateY(0deg) rotateX(0deg) rotate(0deg);
          transform: perspective(2000px) rotateY(0deg) rotateX(0deg) rotate(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: all 0.8s cubic-bezier(0.71, 0.03, 0.56, 0.85);
  transition: all 0.8s cubic-bezier(0.71, 0.03, 0.56, 0.85);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 100%;
}
.card-item__side.-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: perspective(2000px) rotateY(-180deg) rotateX(0deg) rotate(0deg);
          transform: perspective(2000px) rotateY(-180deg) rotateX(0deg) rotate(0deg);
  z-index: 2;
  padding: 0;
  height: 100%;
}
.card-item__side.-back .card-item__cover {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.card-item__bg {
  max-width: 100%;
  display: block;
  max-height: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-item__cover {
  height: 100%;
  background-color: #1c1d27;
  position: absolute;
  height: 100%;
  background-color: #1c1d27;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.card-item__cover:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 2, 29, 0.45);
}
.card-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  padding: 0 10px;
}
@media screen and (max-width: 480px) {
  .card-item__top {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 360px) {
  .card-item__top {
    margin-bottom: 15px;
  }
}
.card-item__chip {
  height: 35px;
  max-width: 85px;
}
@media (min-width: 400px) {
  .card-item__chip {
    height: 40px;
    max-width: 90px;
  }
}
.card-item__type {
  position: relative;
  height: 35px;
  max-width: 85px;
  width: 100%;
}
@media (min-width: 400px) {
  .card-item__type {
    height: 40px;
    max-width: 90px;
  }
}
.card-item__typeImg {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100%;
  -o-object-position: top right;
     object-position: top right;
}
.card-item__info {
  color: #fff;
  width: 100%;
  max-width: calc(100% - 85px);
  font-weight: 500;
  padding: 5px 10px;
  display: block;
  cursor: pointer;
}
@media (min-width: 400px) {
  .card-item__info {
    padding: 5px 15px;
  }
}
.card-item__holder, .card-item__dateTitle {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  width: 100%;
}
.card-item__wrapper {
  font-family: "Source Code Pro", monospace;
  padding: 25px 15px;
  position: relative;
  z-index: 4;
  height: 100%;
  text-shadow: 7px 6px 10px rgba(14, 42, 90, 0.8);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 480px) {
  .card-item__wrapper {
    padding: 20px 10px;
  }
}
.card-item__name {
  font-size: 17px;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.card-item__nameItem {
  display: inline-block;
  min-width: 8px;
  position: relative;
}
.card-item__number {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  font-size: 27px;
  font-family: "Source Code Pro", monospace;
  margin-bottom: 35px;
  padding: 10px 15px;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .card-item__number {
    font-size: 21px;
    margin-bottom: 15px;
    padding: 10px 10px;
  }
}
@media screen and (max-width: 360px) {
  .card-item__number {
    font-size: 19px;
    margin-bottom: 10px;
    padding: 10px 10px;
  }
}
.card-item__numberItem {
  width: 13px;
  display: inline-block;
}
.card-item__numberItem.-active {
  width: 16px;
}
.card-item__content {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.card-item__date {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 17px;
  margin-left: auto;
  padding: 5px 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 80px;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
.card-item__dateItem {
  position: relative;
}
.card-item__dateItem span {
  width: 22px;
  display: inline-block;
}
.card-item__band {
  background: rgba(0, 0, 19, 0.8);
  width: 100%;
  height: 50px;
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .card-item__band {
    margin-top: 20px;
  }
}
@media screen and (max-width: 360px) {
  .card-item__band {
    height: 40px;
    margin-top: 10px;
  }
}
.card-item__cvv {
  text-align: right;
  position: relative;
  z-index: 2;
  padding: 10px 15px;
}
.card-item__cvv .card-item__type {
  opacity: 0.7;
}
@media screen and (max-width: 360px) {
  .card-item__cvv {
    padding: 10px 15px;
  }
}
.card-item__cvvTitle {
  padding-right: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
}
.card-item__cvvBand {
  height: 45px;
  background: #fff;
  margin-bottom: 30px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 10px;
  color: #1a3b5d;
  font-size: 18px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 10px 20px -7px rgba(32, 56, 117, 0.35);
          box-shadow: 0px 10px 20px -7px rgba(32, 56, 117, 0.35);
}
@media screen and (max-width: 480px) {
  .card-item__cvvBand {
    height: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 360px) {
  .card-item__cvvBand {
    margin-bottom: 15px;
  }
}

.card-list {
  margin-bottom: -130px;
}
@media (min-width: 576px) {
  .card-list {
    margin-bottom: -130px;
  }
}
.card-input {
  margin-bottom: 12px;
}
.card-input__label {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 500;
  color: #1a3b5d;
  width: 100%;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.card-input__input {
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ced6e0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  padding: 5px 15px;
  background: none;
  color: #1a3b5d;
  font-family: "Source Sans Pro", sans-serif;
}
.card-input__input:hover, .card-input__input:focus {
  border-color: #3d9cff;
}
.card-input__input:focus {
  -webkit-box-shadow: 0px 10px 20px -13px rgba(32, 56, 117, 0.35);
          box-shadow: 0px 10px 20px -13px rgba(32, 56, 117, 0.35);
}
.card-input__input.-select {
  -webkit-appearance: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAeCAYAAABuUU38AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUxJREFUeNrM1sEJwkAQBdCsngXPHsQO9O5FS7AAMVYgdqAd2IGCDWgFnryLFQiCZ8EGnJUNimiyM/tnk4HNEAg/8y6ZmMRVqz9eUJvRaSbvutCZ347bXVJy/ZnvTmdJ862Me+hAbZCTs6GHpyUi1tTSvPnqTpoWZPUa7W7ncT3vK4h4zVejy8QzM3WhVUO8ykI6jOxoGA4ig3BLHcNFSCGqGAkig2yqgpEiMsjSfY9LxYQg7L6r0X6wS29YJiYQYecemY+wHrXD1+bklGhpAhBDeu/JfIVGxaAQ9sb8CI+CQSJ+QmJg0Ii/EE2MBiIXooHRQhRCkBhNhBcEhLkwf05ZCG8ICCOpk0MULmvDSY2M8UawIRExLIQIEgHDRoghihgRIgiigBEjgiFATBACAgFgghEwSAAGgoBCBBgYAg5hYKAIFYgHBo6w9RRgAFfy160QuV8NAAAAAElFTkSuQmCC");
  background-size: 12px;
  background-position: 90% center;
  background-repeat: no-repeat;
  padding-right: 30px;
}

.slide-fade-up-enter-active {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  position: relative;
}

.slide-fade-up-leave-active {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
}

.slide-fade-up-enter {
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  pointer-events: none;
}

.slide-fade-up-leave-to {
  opacity: 0;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  pointer-events: none;
}

.slide-fade-right-enter-active {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  position: relative;
}

.slide-fade-right-leave-active {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
}

.slide-fade-right-enter {
  opacity: 0;
  -webkit-transform: translateX(10px) rotate(45deg);
          transform: translateX(10px) rotate(45deg);
  pointer-events: none;
}

.slide-fade-right-leave-to {
  opacity: 0;
  -webkit-transform: translateX(-10px) rotate(45deg);
          transform: translateX(-10px) rotate(45deg);
  pointer-events: none;
}

section.text-cta {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
}
section.text-cta .inner-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 400px) {
  section.text-cta .inner-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (min-width: 568px) {
  section.text-cta .inner-wrapper {
    padding-top: 35.7142857143px;
    padding-bottom: 35.7142857143px;
  }
}
section.text-cta .inner-wrapper .custom-small {
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
}

.items {
  --colorItem: rgb(163, 163, 163);
}
.items #card-title {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #474554;
}
.items .item {
  font-family: "Oswald", sans-serif;
}
.items .item .image-wrapper {
  background: #a3a3a3;
  background: var(--colorItem);
  width: 65px;
  height: 65px;
  border-radius: 17px;
}
.items .item .price-1 {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.5px;
  color: #474554;
}
.items .item .price-2 {
  font-weight: 500;
  font-size: 25px;
  line-height: 20px;
  letter-spacing: -0.5px;
  color: #474554;
}
.items .item a.btn-custom {
  color: #000;
  background: var(--colorItem);
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.5px;
  text-decoration: none;
  border-radius: 10px;
}
.items .item a.btn-custom:hover {
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
}

.custom-card {
  background: #ffffff;
  border-radius: 47px;
}

section.form {
  padding-top: 40px;
  padding-bottom: 40px;
}
section.hero .bg-svg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
section.hero .inner-wrapper {
  z-index: 2;
}

/*  Slider */
.logos .swiper-slide a.link {
  border-radius: 30px;
  padding: 30px 15px;
  position: relative;
  overflow: hidden;
  z-index: 4;
}
.logos .swiper-slide a.link.amazon {
  background-color: #e38800;
}
.logos .swiper-slide a.link.amazon::before {
  content: "";
  display: block;
  position: absolute;
  right: 5%;
  bottom: 10px;
  height: 200px;
  width: 90%;
  border-radius: 50%;
  background: linear-gradient(242.13deg, #ffa217 12%, #e88b00 50%);
}
.logos .swiper-slide a.link.amazon::after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: -20px;
  bottom: 0;
  height: 80%;
  width: 40%;
  border-radius: 50%;
  background: linear-gradient(-240deg, rgba(227, 136, 0, 0.1) 50%, #ffac31 100%, rgba(227, 136, 0, 0.1) 50%);
}
.logos .swiper-slide a.link.netflix {
  background-color: #8c1717;
}
.logos .swiper-slide a.link.netflix::before {
  content: "";
  display: block;
  position: absolute;
  right: 5%;
  bottom: 10px;
  height: 200px;
  width: 90%;
  border-radius: 50%;
  background: linear-gradient(242.13deg, #b81e1e 12%, #901818 50%);
}
.logos .swiper-slide a.link.netflix::after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: -20px;
  bottom: 0;
  height: 80%;
  width: 40%;
  border-radius: 50%;
  background: linear-gradient(-240deg, rgba(140, 23, 23, 0.1) 50%, #ce2222 100%, rgba(140, 23, 23, 0.1) 50%);
}
.logos .swiper-slide a.link.nike {
  background-color: #41a7bd;
}
.logos .swiper-slide a.link.nike::before {
  content: "";
  display: block;
  position: absolute;
  right: 5%;
  bottom: 10px;
  height: 200px;
  width: 90%;
  border-radius: 50%;
  background: linear-gradient(242.13deg, #66b9cb 12%, #44a9bf 50%);
}
.logos .swiper-slide a.link.nike::after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: -20px;
  bottom: 0;
  height: 80%;
  width: 40%;
  border-radius: 50%;
  background: linear-gradient(-240deg, rgba(65, 167, 189, 0.1) 50%, #79c2d1 100%, rgba(65, 167, 189, 0.1) 50%);
}
.logos .swiper-slide a.link.spotify {
  background-color: #28805e;
}
.logos .swiper-slide a.link.spotify::before {
  content: "";
  display: block;
  position: absolute;
  right: 5%;
  bottom: 10px;
  height: 200px;
  width: 90%;
  border-radius: 50%;
  background: linear-gradient(242.13deg, #34a77b 12%, #298461 50%);
}
.logos .swiper-slide a.link.spotify::after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: -20px;
  bottom: 0;
  height: 80%;
  width: 40%;
  border-radius: 50%;
  background: linear-gradient(-240deg, rgba(40, 128, 94, 0.1) 50%, #3aba89 100%, rgba(40, 128, 94, 0.1) 50%);
}
.logos .swiper-slide a.link.steam {
  background-color: #525252;
}
.logos .swiper-slide a.link.steam::before {
  content: "";
  display: block;
  position: absolute;
  right: 5%;
  bottom: 10px;
  height: 200px;
  width: 90%;
  border-radius: 50%;
  background: linear-gradient(242.13deg, #6c6c6c 12%, #555555 50%);
}
.logos .swiper-slide a.link.steam::after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: -20px;
  bottom: 0;
  height: 80%;
  width: 40%;
  border-radius: 50%;
  background: linear-gradient(-240deg, rgba(82, 82, 82, 0.1) 50%, #787878 100%, rgba(82, 82, 82, 0.1) 50%);
}
.logos .swiper-slide img {
  position: relative;
  z-index: 5;
  max-width: 180px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
.logos .mySwiperLogos {
  overflow: hidden;
}