.header {
  display: flex;
  justify-content: space-between;
  padding: 24px 34px 29px 34px;
  background: #362159;
  align-items: center;
}

.header-list {
  display: flex;
  gap: 32px;
}

.header-nav-link {
  color: white;
  font-size: 32px;
  height: 100%;
  text-decoration: none;
  display: flex;
  align-items: end;
}

.logo {
  font-weight: 700;
  font-size: 40px;
}

.active {
  position: relative;
}
.active::before {
  content: " ";
  position: absolute;
  width: 100%;
  background-color: white;
  height: 5px;
  top: 73px;
}

.header-btn {
  background: #d9d9d9;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  padding: 0 35px;
  color: black;
  font-size: 36px;
  text-decoration: none;
  text-align: center;
}

.active-btn {
  background-color: #bebe28;
}

* {
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
}

ul {
  list-style: none;
}

body {
  background: #181818;
}

button {
  cursor: pointer;
}

.hero {
  padding: 316px 300px 258px 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-image: url(../src/images/hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-title {
  display: block;
  background: #362159;
  border-radius: 50px;
  color: white;
  font-size: 128px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 85px;
  padding: 0 37px;
}

.hero-btn {
  background: #d9d9d9;
  box-shadow: 10px 6px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  color: black;
  font-size: 64px;
  padding: 0 166px;
  text-align: center;
}

.footer {
  height: 137px;
  background: linear-gradient(180deg, #362159 0%, #181818 100%);
}

.map-section {
  display: flex;
}

.map {
  width: 80%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.sidebar {
  display: block;
  width: 20%;
  height: 1080px;
  background: rgba(54, 33, 89, 0.5);
  padding: 77px 34px;
}

.switch input {
  display: none;
}

.switch {
  width: 46px;
  height: 26px;
  position: relative;
  display: inline-block;
  transition: background-color 1s linear;
}

.slider {
  background-color: #b4b4b4;
  border-radius: 50px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: background-color 0.3s linear;
}
.slider::before {
  position: absolute;
  content: " ";
  top: 2px;
  left: 2px;
  width: 22px;
  height: 22px;
  background: #d9d9d9;
  border-radius: 50px;
  transition: transform 0.3s linear;
}

.checkbox:checked + .slider {
  background-color: #bebe28;
}

.checkbox:checked + .slider::before {
  transform: translateX(20px);
}

.checkbox-text {
  color: white;
  font-size: 32px;
  margin-left: 17px;
}

.search-stats {
  padding: 175px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

.search-main {
  background: linear-gradient(126deg, rgba(54, 33, 89, 0.5) 0%, rgba(24, 24, 24, 0.5) 100%);
  padding-bottom: 80px;
}

.search-stats-title {
  text-align: center;
  width: 100%;
  color: white;
  font-size: 48px;
  margin-bottom: 24px;
}

.search-stats-wrap {
  position: relative;
  margin-bottom: 18px;
}

.search-stats-input {
  display: inline-block;
  width: 433px;
  height: 48px;
  box-sizing: border-box;
  padding: 13px 48px 13px 61px;
  background: #d9d9d9;
  border-radius: 50px;
  outline: none;
  color: #737373;
  font-size: 20px;
  border: none;
}
.search-stats-input::placeholder {
  color: #737373;
  font-size: 20px;
}

.search-stats-btn {
  padding: 5px 151px;
  background: #bebe28;
  border-radius: 10px;
  color: black;
  font-size: 32px;
}

.search-stats-icon {
  position: absolute;
  fill: #737373;
  top: 9px;
  left: 19px;
}

.search-stats-result {
  width: 1378px;
  margin: 0 auto;
}

.player-stats {
  display: flex;
  justify-content: center;
  margin-top: 75px;
  gap: 103px;
}

.player-name {
  color: white;
  font-size: 96px;
}

.player-level {
  color: white;
  font-size: 64px;
}

.stats-list {
  width: 753px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.stats-item {
  width: 100%;
  height: 142px;
  background: #362159;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
}

.row-stats-list {
  width: 100%;
  display: flex;
  align-items: center;
}

.row-stats-item {
  text-align: center;
  position: relative;
  width: 100%;
}
.row-stats-item:not(:first-child)::before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  height: 100px;
  width: 1px;
  background-color: white;
}

.row-stats-p {
  color: white;
  font-size: 56px;
  width: 100%;
  text-align: center;
}

.row-stats-span {
  color: white;
  font-size: 36px;
}

.stats-radio-wrap {
  margin-top: 18px;
  display: flex;
  gap: 14px;
}

.stats-radio-label {
  background-color: #d9d9d9;
  border-radius: 50px;
  color: black;
  font-size: 36px;
  padding: 0 33px;
  cursor: pointer;
  transition: background-color 0.3s linear;
}

.stats-radio-input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.stats-radio-input:checked + .stats-radio-label {
  background-color: #bebe28;
}

.search-time-list {
  box-sizing: border-box;
  width: 521px;
  background: #362159;
  padding: 50px 42px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
}

.search-time-item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.search-time-item:not(:first-child)::before {
  position: absolute;
  content: "";
  left: -21px;
  top: 0px;
  height: 1px;
  width: 438px;
  background-color: white;
}

.gamemode-error {
  color: white;
  font-size: 70px;
}

.main-container {
  background: linear-gradient(126deg, rgba(54, 33, 89, 0.5) 0%, rgba(24, 24, 24, 0.5) 100%);
  background-repeat: no-repeat;
  padding-bottom: 160px;
}

.cosmetic-search {
  padding: 182px 162px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 23px;
}

.cosmetics-title {
  color: white;
  font-size: 48px;
  text-align: center;
  flex-basis: 100%;
}

.cosmetics-wrap {
  position: relative;
  display: inline-block;
}

.cosmetics-input {
  display: inline-block;
  box-sizing: border-box;
  padding: 13px 49px;
  width: 300px;
  height: 48px;
  background: #d9d9d9;
  border-radius: 50px;
  color: #737373;
  font-size: 20px;
  outline: none;
  border: none;
}
.cosmetics-input::placeholder {
  color: #737373;
  font-size: 20px;
}

.cosmetics-icon {
  position: absolute;
  fill: #737373;
  top: 9px;
  left: 15px;
}

.cosmetics-btn {
  display: inline-block;
  padding: 5px 42px;
  background: #bebe28;
  border-radius: 10px;
  color: black;
  font-size: 32px;
}

.cosmetic-radio-label {
  width: 37px;
  height: 37px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.cosmetic-radio-input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.cosmetic-radio-input:checked ~ .cosmetic-radio-span {
  border-color: white;
}

.cosmetic-radio-span {
  border: #000 3px solid;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  box-sizing: border-box;
  width: 37px;
  height: 37px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: border-color 0.3s linear;
}
.cosmetic-radio-span.all {
  background-image: url(../src/images/all.jpg);
}
.cosmetic-radio-span.br {
  background-image: url(../src/images/br.jpg);
}
.cosmetic-radio-span.lego {
  background-image: url(../src/images/lego.jpg);
}
.cosmetic-radio-span.racing {
  background-image: url(../src/images/racing.jpg);
}
.cosmetic-radio-span.festival {
  background-image: url(../src/images/festival.jpg);
}

.cosmetic-radio-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  height: 40px;
  flex-basis: 100%;
}

.cosmetic-search-result-list {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  width: 1280px;
  gap: 17px;
}

.cosmetic-search-result-item {
  width: calc((100% - 119px) / 8);
  background: linear-gradient(82.5deg, #362159 0%, #181818 100%);
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  transition: border 0.3s ease;
}
.cosmetic-search-result-item:hover {
  border: 3px solid white;
  box-sizing: border-box;
}

.cosmetic-search-result-item:hover::after {
  content: attr(data-name);
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 1;
}

.cosmetic-search-result-img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.cosmetic-search-result-btn {
  margin: 0 auto;
  margin-top: 70px;
  display: block;
}

.cosmetic-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  position: relative;
  text-align: center;
  margin: 10% auto;
  padding: 20px;
  background: linear-gradient(82.5deg, #362159 0%, #181818 100%);
  width: 50%;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  color: white;
}

.modal-title {
  color: white;
  font-size: 30px;
}

.modal-text {
  color: white;
}

.modal-img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.sign-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: linear-gradient(126deg, rgba(54, 33, 89, 0.5) 0%, rgba(24, 24, 24, 0.5) 100%);
}

.sign-form {
  width: 340px;
  padding: 124px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 19px;
}

.sign-input {
  width: 100%;
  background: #d9d9d9;
  border-radius: 10px;
  color: #737373;
  font-size: 24px;
  padding: 9px 13px;
  outline: none;
  border: none;
}

.sign-submit {
  background: #bebe28;
  border-radius: 10px;
  width: 100%;
  color: #111111;
  font-size: 24px;
  padding: 6px 0;
  width: 100%;
  margin-top: 42px;
}

.sign-forgot {
  width: 100%;
  text-align: center;
  color: #bebe28;
  font-size: 24px;
  text-decoration: none;
  margin-bottom: 10px;
  position: relative;
}
.sign-forgot::before {
  content: " ";
  position: absolute;
  top: 200%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}

.sign-create-new {
  margin-top: 29px;
  background: #d9d9d9;
  border-radius: 10px;
  color: #111111;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  padding: 8px 0;
  width: 100%;
}

.sign-up {
  padding: 166px 0;
}

/*# sourceMappingURL=index.css.map */
