@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;500;600;700&display=swap");

:root {
  --primary-color: #0b0f18;
  --secondary-color: #1d1f23;
  --tertiary-color: #181d28;
  --quartary-color: #dd3238;
  --green-color: #00ff2a;
  --red-color: #f02424;
  --orange-color: #f1960e;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--primary-color);
  font-family: "Comfortaa", sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Comfortaa", sans-serif;
  font-weight: 600;
  color: #ffffff;
}

p,
ul,
ol {
  font-family: "Comfortaa", sans-serif;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.75em;
}

b,
strong {
  font-weight: 600;
  color: #d5006d;
}

a:hover { 
  text-decoration: none;
  color: #d5006d;
}

.content form {
  margin-top: 20px;
}

.jumbotron {
    background-color: transparent;
    margin: 0 auto;
}

.bnt-new {
    color: white;
    background: linear-gradient(90deg, #d5006d, #ff69b4);
    cursor: pointer;
    font-weight: 500;
    opacity: 1;
    transition: all .25s;
    border-radius: 30px;
}

.bnt-new:hover {
    opacity: 0.75;
}

.btn-sum {
    color: white;
    background: linear-gradient(0deg, #d5006d, #ff69b4);
    cursor: pointer;
    font-weight: 500;
    opacity: 1;
    transition: all .25s;
    border-radius: 30px;
}

.btn-sum:hover {
    color: white;
    opacity: 0.75;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background: linear-gradient(0deg, #d5006d, #ff69b4);
}

.navbar-collapse {
    justify-content: center;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    font-size: 16px;
    border-radius: 20px;
}

.nav-pills .nav-link {
    border-radius: 20px;
}

.nav-pills .nav-link {
    font-size: 0px;
    background: #a4004f;
}

.nav-pills .nav-link:hover {
    background: #d5006d;
}

.nav-pills .nav-item {
    padding: 5px;
}

.nav-item .icon {
    display: inline-block;
    height: 22px;
    width: 22px;
    vertical-align: middle;
    background: transparent;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-light {
    background-color: transparent !important; 
}

.navbar-light .navbar-nav .nav-link {
    color: #212529;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #d5006d;
}

.btn-jumb {
  color: white;
    background: #d5006d;
    cursor: pointer;
    font-weight: 500;
    opacity: 1;
    transition: all .25s;
    border-radius: 30px;
}

.btn-jumb:hover {
  color: white;
  opacity: 0.75;
}

.arr {
    text-decoration: underline;
}

.lifedrop {
    color: #d5006d;
    font-weight: 600;
  margin-bottom: 15px;
}

.timedrop {
    font-weight: 500;
}

.ng-binding {
  font-size: 13px;
}

.ng-span {
  color: #9a9a9a;
}

.btn-link {
    cursor: pointer;
    color: #212529;
}

.btn-link:hover { 
  text-decoration: none;
    color: #d5006d;
}

.btn-link:focus, .btn-link.focus {
    text-decoration: none;
    border-color: transparent;
    box-shadow: none;
}

.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.products .product {
    margin-bottom: 35px;
    padding: 0 10px;
    text-align: center;
    height: 320px;
}

.product .capsula {
    position: relative;
    padding-top: 18px;
    border-radius: 15px;
    background-color: #f9f9f9;
    transition: box-shadow 0.4s, border-bottom 0.4s;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product .capsula:hover {
    box-shadow: 0px 4px 20px 2px rgb(243, 201, 132), inset 0 5px 0px 0px #d5006d;
    border-bottom: 5px solid #d5006d;
}

.product .capsula .top {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 7px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.product .capsula .top a {
    padding: 8px;
    font-size: 14px;
    color: inherit;
    text-decoration: none;
}

.product .capsula .top a:hover {
    color: #f5ad19;
    cursor: pointer;
}

.product .capsula .name {
    font-size: 16px;
    font-weight: 900;
    margin: 14px 0;
}

.product .capsula .price {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 10px;
}

.product .capsula .top .countBuy {
    position: absolute;
    right: 5px;
    padding: 5px;
    color: black;
    font-size: 14px;
    font-weight: 600;
}

.btn-group, .btn-group-vertical {
    display: inline-flex;
    vertical-align: middle;
    margin: 16px;
}

.donate-img {
    width: 45px;
    height: 38px;
    margin: -25px 40px -15px auto;
}

.donate-img img {
    width: auto;
    height: 38px;
}

.last-align-items-center {
    width: 200px;
}

.last-align-items-center:hover {
    
}

.last-align-items-center .img-top {
    border-radius: 10px
}

.most-value {
    position: absolute;
    background: #f5ad19;
    padding: 0 5;
    font-weight: 600;
    width: auto;
    text-align: center;
    z-index: auto;
    height: 25px;
    line-height: 25px;
    margin: -15px;
    margin-top: -14px;
    font-size: 14px;
    border-radius: 20px 5px 5px 20px;
}

.time-value {
    position: absolute;
    background: #f56219;
    font-weight: 600;
    width: auto;
    text-align: center;
    z-index: auto;
    height: 25px;
    line-height: 25px;
    margin-top: -18px;
    padding: 0 10;
    font-size: 14px;
    border-radius: 15px 0px 20px 0px;
}

:not(input):not(textarea),:not(input):not(textarea):after,:not(input):not(textarea):before,:not(img):not(textarea):before {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
}

a {
  text-decoration: none;
  color: #d5006d;
}

a:hover {
  color: #d5006d;
}

a.button {
  position: relative;
  background: linear-gradient(0deg, #d5006d, #ff69b4);
  box-shadow: 0 3px 0 0 rgba(213, 0, 109, 0.4), 0 3px 5px 0px rgba(255, 105, 180, 0.35);
  border-radius: 8px;
  padding: 10px 20px;
  margin-top: 10px;
  top: 0;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-shadow: 0 4px 5px rgba(28, 31, 50, 0.2);
  text-transform: uppercase;
  appearance: none;
  cursor: pointer;
  transition: 0.3s;
}

a.button:hover {
  top: 2px;
  box-shadow: 1px 0 0 rgb(241 150 14 / 40%), 0 1px 5px 0px rgb(12 9 4 / 35%);
}

button {
  position: relative;
  display: inline-block;
  background: linear-gradient(0deg, #d5006d, #ff69b4);
  box-shadow: 0 3px 0 0 rgba(213, 0, 109, 0.4), 0 3px 5px 0px rgba(255, 105, 180, 0.35);
  border-radius: 14px;
  padding: 10px 20px 10px 20px;
  margin-top: 10px;
  top: 0;
  border: none;
  outline: none;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-shadow: 0 4px 5px rgb(28 31 50 / 20%);
  text-transform: uppercase;
  appearance: none;
  cursor: pointer;
  transition: 0.3s;
}

button:hover,
button:focus {
  top: 2px;
  box-shadow: 1px 0 0 rgb(241 150 14 / 40%), 0 1px 5px 0px rgb(12 9 4 / 35%) !important;
}

img {
  max-width: 100%;
}

svg {
  position: relative;
  z-index: 1;
}

section {
  z-index: 1;
  position: relative;
  margin-top: 100px;
}

.section-title {
  font-size: 16px;
  font-weight: 500;
  color: #a8a8a8;
  margin-bottom: 25px;
  font-weight: 900;
}

.section-title strong {
  display: block;
  color: #d5006d;
  font-weight: 700;
  font-size: 48px;
}

#loader .preloader-background {
  background: #0a0e19;
  background-image: url("../img/background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

#loader .status {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

#loader .status > h1 {
  color: #f0f7fc;
  font-size: 35px;
  text-align: center;
  line-height: 1.2;
  margin: 0;
}

#loader .center-image {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 200px;
}

#loader .preloader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  background-image: linear-gradient(60deg, #0a0e19 10%, transparent 100%);
  color: #ededed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
}

#loader .center-image {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: spinner;
  animation-name: spinner;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes spinner {
  0%,
  10% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  90%,
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes spinner {
  0%,
  10% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  90%,
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

#loader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#cookie-popup {
  position: fixed;
  bottom: 20px;
  width: 350px;
  height: auto;
  margin: 0 20px;
  border-radius: 10px;
  background-color: #f1f1f1;
  padding: 15px;
  z-index: 2;
}

#cookie-popup #cookie-header img {
  width: 60px;
  height: 60px;
}

#cookie-popup #cookie-body p,
#cookie-popup #cookie-body a {
  font-size: 11px;
  margin: 0;
}

#cookie-popup #cookie-body p {
  color: #000000;
}

#cookie-popup #btn-cookie {
  display: block;
  width: 100%;
}

#cookie-popup #btn-cookie {
  margin-top: 10px;
}

@media screen and (max-width: 400px) {
  #cookie-popup {
    width: auto;
  }
}

.desktop-navbar {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 25px 0;
  z-index: 4;
}

.desktop-navbar.navbar-scroll {
  background-color: var(--secondary-color);
  box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 10%);
}

.desktop-navbar img {
  width: 50px;
}

.desktop-navbar .site-navigation {
  text-align: right;
}

.desktop-navbar .site-navigation .navbar-menu {
  margin-bottom: 0;
}

.desktop-navbar .site-navigation .navbar-menu a {
  display: inline-block;
  text-decoration: none !important;
}

.desktop-navbar .site-navigation .navbar-menu a.active span {
  display: inline-block;
  background: #d5006d;
  color: #ffffff;
  border-radius: 30px;
  padding: 5px 20px;
}

.desktop-navbar .site-navigation .navbar-menu > li {
  display: inline-block;
}

.desktop-navbar .site-navigation .navbar-menu > li > a {
  padding: 10px 0px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none !important;
}

.desktop-navbar .site-navigation .navbar-menu > li > a > span {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  transition: 0.3s all ease;
}

.desktop-navbar .site-navigation .navbar-menu > li > a:hover > span {
  display: inline-block;
  background: #d5006d;
  color: #ffffff;
  border-radius: 30px;
}

.mobile-display {
  width: 100%;
}

.mobile-display .mobile-mask {
  position: fixed;
  background: #000000;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}

.mobile-display .mobile-mask.active {
  opacity: 0.3;
  height: 100%;
}

.mobile-navbar {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: calc(100vh);
  padding-top: 20px;
  background: var(--secondary-color);
  transform: translateX(110%);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease-in-out;
  z-index: 5;
}

.offcanvas-menu .mobile-navbar {
  transform: translateX(0%);
}

.mobile-navbar .mobile-navbar-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.mobile-navbar .mobile-navbar-header .mobile-navbar-close {
  float: right;
  margin-top: 8px;
}

.mobile-navbar .mobile-navbar-header .mobile-navbar-close span {
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  font-size: 30px;
  line-height: 1;
  color: #d5d5d5;
  cursor: pointer;
  transition: 0.3s all ease;
}

.mobile-navbar .mobile-navbar-body {
  position: relative;
  height: calc(100vh - 52px);
  padding: 0 20px 20px 20px;
  padding-bottom: 150px;
  overflow-y: scroll;
}

.mobile-navbar .mobile-navbar-wrap {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}

.mobile-navbar .mobile-navbar-wrap a {
  position: relative;
  display: block;
  padding: 10px 20px;
  color: #ffffff;
}

.mobile-navbar .mobile-navbar-wrap li {
  position: relative;
  display: block;
}

.mobile-navbar .mobile-navbar-wrap li.active > a {
  color: #e84538;
}

.mobile-navbar .mobile-navbar-wrap > li {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}

.mobile-navbar .mobile-navbar-wrap > li > a {
  padding-left: 20px;
  font-size: 20px;
}

.mobile-menu-toggle {
  float: right;
  margin-top: -50px;
}

.mobile-menu-toggle i {
  color: #d5d5d5;
}

#intro-image {
  content: "";
  margin-top: -50px;
  position: absolute;
  background-image: url("../img/background.png") !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#intro-overlay {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, var(--primary-color) 1%, transparent 100%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#intro {
  min-height: 100vh;
  padding: 300px 0 0 0;
  margin: 0;
}

#intro .section-title {
  font-size: 24px;
  margin-top: 10px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 25px;
  filter: drop-shadow(2px 2px 5px #000000);
  font-weight: 900;
}

#intro p {
  text-align: justify;
  filter: drop-shadow(2px 2px 5px #000000);
}

#intro .server-image {
  width: 100px;
  height: 100px;
  margin-top: 10px;
}

#intro .server-status-online {
  background: linear-gradient(0deg, #008000, #17e117);
  box-shadow: 0 3px 0 0 rgb(0 128 0 / 40%), 0 3px 5px 0px rgb(12 9 4 / 35%);
  cursor: initial;
}

#intro .server-status-offline {
  background: linear-gradient(0deg, #ff0000, #ff7f7f);
  box-shadow: 0 3px 0 0 rgb(0 128 0 / 40%), 0 3px 5px 0px rgb(12 9 4 / 35%);
  cursor: initial;
}

#intro .server-status:hover,
#intro .server-status:focus {
  top: 0;
  box-shadow: 0 3px 0 0 rgb(0 128 0 / 40%), 0 3px 5px 0px rgb(12 9 4 / 35%) !important;
}

#intro .arrow {
  margin-top: 10vh;
  margin-bottom: 20vh;
  animation-duration: 1.5s;
  animation-name: up-down;
  animation-iteration-count: infinite;
}

@-webkit-keyframes up-down {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@media screen and (max-width: 1200px) {
  #intro {
    padding: 300px 0 0 0;
  }

  #intro .server-image {
    display: none;
  }
}

.alert {
  position: relative;
  display: block;
  background-color: rgb(245, 247, 249);
  width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 24px 24px calc(0.1px) 50px;
  border-left: 4px solid;
  border-radius: 5px;
  border-color: #d5006d;
}

.alert-icon {
  position: absolute;
  display: block;
  top: 24px;
  left: 16px;
  margin: 0px;
  padding: 0px;
  font-size: 24px;
}

.alert-icon-svg {
  vertical-align: unset;
}

.alert-textbox {
  position: relative;
  margin: 0;
  margin-bottom: 24px;
}

.alert-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  color: #131b2d;
}

.alert .close {
  position: absolute;
  background: transparent;
  box-shadow: none !important;
  top: -5px;
  right: 5px;
  padding: 0;
  border: none;
  font-size: 25px;
  color: #d5006d;
  text-shadow: none;
}

#about .logo {
  display: block;
  max-width: 100%;
  margin: auto;
  margin-bottom: 40px;
}

.about-us p {
  line-height: 1.2;
}

#games {
  margin: 0;
}

#games .games-background {
  background-color: #131417;
}

#games .swiper-slide {
  transition: 0.3s;
}

#games .swiper-slide:not(.active) {
  transform: scale(0.9);
  z-index: -1;
}

#games .swiper-slide img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}

#games .slider-item-detail {
  text-align: center;
}

#games .slider-item-detail h3 {
  font-size: 36px;
  font-weight: 700;
  color: #d5006d;
  margin-top: 40px;
}

#games .slider-item-detail h4 {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 40px;
}

#games .games-swiper-button-prev,
#games .games-swiper-button-next {
  position: absolute;
  background-color: #d5006d;
  margin-top: 35px;
  top: 30%;
  width: 30px;
  height: 30px;
  transform: rotate(45deg) translateY(-40%);
  z-index: 2;
}

#games .games-swiper-button-prev {
  cursor: pointer;
  left: 15%;
}

#games .games-swiper-button-next {
  cursor: pointer;
  right: 15%;
}

#games .games-swiper-button-prev i,
#games .games-swiper-button-next i {
  transform: rotate(-45deg);
  margin: 0 auto;
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
}

footer {
  position: relative;
  background-color: #25222a;
  padding-top: 120px;
  padding-bottom: 40px;
  margin-top: -100px;
  width: 100%;
  font-size: 14px;
  color: #ffffff;
}

footer h3 {
  color: #ffffff;
  font-size: 18px;
  line-height: 19.5px;
  margin: 0 0 15px;
}

footer > .footer-container {
  max-width: 1300px;
  margin: 0 auto;
}

footer > .footer-container > div {
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 3 - 104px);
  margin: 0px 50px;
}

footer .footer-about > span,
footer .footer-store > span {
  display: block;
  font-size: 13px;
  color: #ffffff;
  line-height: 19.5px;
}

footer .footer-social {
  text-align: center;
}

footer .footer-social > span.copyright {
  font-size: 13px;
  color: #ffffff;
  line-height: 1.5em;
}

footer .footer-social > img {
  display: block;
  max-width: 20%;
  margin: 0 auto;
  margin-bottom: 20px;
}

footer .footer-social > .socials {
  margin-top: 13px;
  height: 30px;
}

footer .footer-social > .socials > a {
  color: #ffffff;
  text-decoration: none;
  margin: 0px 2px;
  border-radius: 3px;
}

footer .footer-social > .socials > a.discord {
  background: #5865f2;
  padding: 8px 10px;
}

footer .footer-social > .socials > a.vk {
  background: #1d9bf0;
  padding: 8px 10px;
}

footer .footer-social > .socials > a.telegram {
  background: #1d9bf0;
  padding: 8px 10px;
}

footer .footer-social > .socials > a.youtube {
  background: #a82400;
  padding: 8px 10px;
}

footer .footer-store > a {
  display: inline-block;
}

@media screen and (max-width: 1000px) {
  footer {
    padding-bottom: 0;
  }

  footer > .footer-container {
    max-width: 100%;
    padding: 20px;
  }

  footer > .footer-container > div {
    display: block;
    width: 100%;
    margin: 25px 0px;
    text-align: center;
  }

  footer .footer-social > img {
    display: block;
    max-width: 20%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}