@import "../fonts/glcg/stylesheet.css";
@import "../fonts/feather/stylesheet.css";

* {
  padding: 0;
  margin: 0;
  /* Vars */
  --text-main: #f1f1f1;
  --text-regular: #c2bbcd;
  --text-placeholder: #75717b;
  --danger: #dc758f;
  --brand: #4CC9F0;
  --success: #3cc199;
  --bg-color: #272635;
  --bg-second: #302F3F;
  font-family: "Graphik LCG";
}

*:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg-color);
  font-family: "Graphik LCG";
  color: var(--text-regular);
  font-size: 16px;
}

a,
a:visited {
  color: var(--brand);
  text-decoration: none;
}

.bg {
  width: 100%;
  height: 587px;
  position: absolute;
  background: url("../img/bg_mw.png?v=4") center;
}

.container {
  max-width: 1200px !important;
  padding: 0 !important;
}

header {
  display: flex;
  top: 30px;
  position: relative;
}

.btn {
  padding: 18px 30px;
  border-radius: 15px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.btn-brand {
  background: rgba(76, 201, 240, 0.2);
  color: var(--brand);
}

.btn-brand span {
  font-size: 24px;
}

.btn-brand:hover {
  background: rgba(76, 201, 240, 0.2);
}

.links {
  display: flex;
  list-style-type: none;
  justify-content: center;
}

.link a {
  color: var(--text-regular);
  text-decoration: none;
  margin-right: 30px;
}

.link:hover a {
  color: var(--text-main);
}

.link.active a {
  color: var(--text-main);
  font-weight: 500;
}

.logo {
  position: relative;
  left: -17px;
  margin-left: -10px;
  width: 122px;
  height: 57px;
}

.content {
  margin-top: 92px;
}

.title {
  font-weight: bold;
  font-size: 36px;
  color: var(--text-main);
}

.subtitle {
  font-weight: 500;
  font-size: 18px;
  margin-top: 25px;
}

.tabs {
  margin-top: 37px;
  display: flex;
  height: 38px;
  border-bottom: 2px solid var(--bg-second);
  padding: 0 14px;
}

.tab {
  font-weight: 500;
  font-size: 18px;
  color: var(--text-placeholder);
  height: 38px;
  margin-right: 35px;
  cursor: pointer;
}

.tab:hover {
  color: var(--text-main);
}

.tab.active {
  color: var(--text-main);
  border-bottom: 2px solid var(--brand);
}

.tab:nth-last-child(1) {
  margin-right: 0;
}

.card {
  /*background: var(--bg-second);*/
  background: #302F3F;
  border-radius: 15px;
}

.sell {
  padding: 37px 30px;
  display: flex;
  align-items: center;
}

.sell-title {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-main);
}

.sell-subtitle {
  font-size: 16px;
  line-height: 27px;
  color: var(--text-regular);
  margin-top: 10px;
}

.time {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.timer {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-top: 16px;
}

.timer b {
  font-size: 16px;
  color: var(--brand);
  position: relative;
  margin: 0px 3px;
  top: -12px;
}

.number {
  background: rgba(76, 201, 240, 0.2);
  border-radius: 7px;
  height: 46px;
  width: 65px;
  color: var(--brand);
  text-shadow: 0px 0px 10px var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.time p {
  color: #74717C;
  font-size: 14px;
  margin-top: 5px;
}

.good-card {
  background: var(--bg-second);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 34px 20px 23px 20px;
  margin-bottom: 20px;
  transition: 0.3s;
}

.good-card:hover {
  transform: scale(1.1);
}

.good-name {
  font-size: 14px;
  margin-top: 38px;
}

.good-price {
  color: var(--brand);
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  margin-top: 3px;
}

.monitoring {
  padding: 40px 30px;
}

.buyers {
  padding: 40px 30px 10px 30px;
  position: relative;
}

.monitoring h2 {
  font-weight: bold;
  font-size: 22px;
  line-height: 35px;
  color: var(--text-main);
}

.card-title {
  font-weight: 500;
  font-size: 18px;
  color: var(--text-main);
}

.card-title span {
  color: var(--brand);
  font-size: 18px;
  margin-right: 15px;
  position: relative;
  top: 1px;
}

.online {
    background: rgba(76, 201, 240, 0.2);
    box-shadow: 0px 0px 10px rgba(76, 201, 240, 0.3);
  border-radius: 50px;
  height: 15px;
  width: 100%;
}

.online-path {
  background: #4CC9F0;
  border-radius: 50px;
  height: 15px;
}

.shop {
  padding-right: 60px !important;
}

.add-server {
  border-top: 2px solid #4d4857;
  padding-top: 20px;
}

.add-server .placeholder {
  font-weight: 500;
  font-size: 14px;
  color: var(--text-placeholder);
}

.btn-copy {
  background: rgba(76, 201, 240, 0.2);
  border-radius: 15px;
  width: 61px;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  flex: none;
}

.buyer {
  display: flex;
  padding-bottom: 25px;
  border-bottom: 2px solid #4d4857;
  margin-bottom: 25px;
}

.buyer img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 7px;
}

.buyer h4 {
  font-weight: 600;
  font-size: 16px;
  color: var(--text-main);
  margin-bottom: 10px;
}

.badge-success {
  background: rgba(60, 193, 153, 0.2);
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  color: var(--success);
  padding: 7px 10px;
}

.scroll-mask {
  background: linear-gradient(
          180deg, rgb(51 46 60 / 30%) 0%, var(--bg-second) 100%);
  border-radius: 0px 0px 15px 15px;
  width: 100%;
  height: 135px;
  position: absolute;
  top: -px;
  left: 0px;
  bottom: 0;
  z-index: 100;
}

.review {
  padding: 40px 25px 50px 25px;
}

.review img {
  filter: drop-shadow(0px 0px 20px rgba(255, 190, 134, 0.15));
  border-radius: 50%;
  width: 40px;
  margin-right: 20px;
}

.review h4 {
  font-size: 16px;
  color: var(--text-main);
  line-height: 27px;
  margin-bottom: 0px;
  font-weight: 500;
}

.review span {
  font-size: 14px;
}

.review p {
  font-size: 16px;
  line-height: 27px;
}

footer {
  background: var(--bg-second);
  margin-top: 110px;
  padding: 46px 0;
  line-height: 25px;
}

::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #272838, 0%;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #35374a, 0%;
  border-radius: 7px;
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.modal-container {
  min-width: 1000px;
  padding: 30px 25px;
}

.modal {
  width: 100%;
  z-index: 11000;
  max-width: 1000px;
  background: #302F3F;
  border-radius: 15px;
  padding: 50px 40px 70px 40px;
}

.modal .card-header {
  display: flex;
  align-items: center;
}

.modal .card-header img {
  width: 50px;
  margin-right: 25px;
}

#title {
  font-weight: 600;
  font-size: 18px;
  color: var(--text-main);
  margin-bottom: 8px;
}

#price {
  font-weight: 500;
  font-size: 16px;
  color: var(--brand);
}

.input-group label {
  font-size: 14px;
  color: var(--text-placeholder);
  margin-bottom: 5px;
  display: inline-block;
}

.input {
  background: var(--bg-second);
  border-radius: 7px;
  width: 100%;
  border: none;
  color: var(--text-main);
}

.input::placeholder {
  color: var(--text-placeholder);
}

.input {
  height: 50px;
  padding: 11px 10px;
  font-size: 16px;
}

.input-prepend {
  display: flex;
}

.input-prepend .input {
  border-radius: 0 7px 7px 0;
}

.input-prepend span {
  background: var(--bg-second);
  height: 50px;
  width: 60px;
  font-size: 20px;
  border-radius: 7px 0 0 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-regular);
}

.border-right {
  border-right: 1px solid #1B1B1B;
}

.lgpr-20px {
  padding-right: 20px !important;
}

.lgpl-20px {
  padding-left: 20px !important;
}

.modal .subtitle {
  margin-top: 0;
  display: flex;
  align-items: center;
  color: var(--text-main);
}

.modal-scroll-mask {
  background: linear-gradient(180deg, rgb(46 41 54 / 30%) 0%, #302F3F 100%);
  width: 100%;
  height: 76px;
  position: absolute;
  top: -px;
  left: 0px;
  bottom: 0;
  z-index: 10000;
}

.mobile-burger {
  background: #494452;
  height: 60px;
  width: 60px;
  border-radius: 10px;
  border: none;
  margin-right: 15px;
  cursor: pointer;
  display: none;
}

#mobile-menu {
  background: var(--bg-second);
  padding: 30px;
  position: absolute;
  z-index: 1000;
  margin-left: -25px;
  top: -300px;
  transition: ease-in 0.2s;
}

#mobile-menu.active {
  top: -40px;
}

.mobile-links {
  list-style-type: none;
}

.mobile-links li {
  text-align: center;
}

.mobile-links li:not(:nth-last-child(1)) {
  margin-bottom: 30px;
}

.mobile-links li a {
  color: var(--text-regular);
  font-size: 18px;
  text-decoration: none;
}

.mobile-links li a:hover {
  color: var(--text-main);
}

.mobile-links a.active {
  color: var(--text-main);
}

#close-mobile {
  position: absolute;
  right: 7px;
  top: 20px;
}

.btn-block {
  width: 100%;
  justify-content: center;
}

.card.halloween {
  padding: 28px 30px;
}

#frankenshtein {
  height: 100%;
  padding: 0;
}

#frankenshtein .good-name {
  margin-top: 18px;
}

#frankenshtein img {
  margin-top: 16px;
  width: 70px;
}

#frankenshtein .limited {
  background: rgba(235, 87, 87, 0.1);
  border-radius: 15px 15px 0px 0px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #EB5757;
  font-size: 14px;
  line-height: 14px;
  width: 100%;
}

.server-tabs {
  padding: 8px 16px;
  background: var(--bg-second);
  border-radius: 8px;
}

.server-tab {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-regular);
  padding: 14px 0;
  cursor: pointer;
}

.server-tab.active {
  color: #FFFFFF;
  background: #494452;
  border-radius: 6px;
}

@media (max-width: 984px) {
  #frankenshtein {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media(max-width: 420px) {
  .number {
    height: 42px;
    width: 50px;
  }

  .server-tab {
    font-size: 14px;
  }

  .tab {
    margin-right: 18px !important;
    font-size: 14px !important;
  }
}
