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

button {
  cursor: pointer;
  border: 0;
  background: none;
}

.d-none {
  display: none !important;
}

.scale:hover {
  transform: scale(1.04);
}

.game__finished, .game__started, .home {
  width: inherit;
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}

.game {
  min-height: calc(100vh - 160px);
  max-width: 100vw;
  background-color: #22223b;
  padding: 80px 25px;
}

.home {
  flex-direction: column;
}
.home .info__btn {
  position: fixed;
  right: 15px;
  top: 15px;
  border-radius: 50%;
  background-color: #fff;
  height: 50px;
  width: 50px;
  transition: 200ms;
  font-family: "Archivo Black", sans-serif;
  font-size: 1.8rem;
  color: #000;
}
.home .game__about {
  margin-bottom: 30px;
  text-align: center;
}
.home .game__about .game__title {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(to left, #12C2E9, #C471ED, #F64F59);
  -webkit-background-clip: text;
  font-family: "Archivo Black", sans-serif;
  font-size: 4.5rem;
  color: #000;
  letter-spacing: 2px;
}
.home .game__about .game__description {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  color: #dad7cd;
}
.home .game__options .game__modes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}
.home .game__options .game__modes button {
  width: 50%;
  padding: 30px 0;
  width: 260px;
  border-radius: 5px;
  font-family: "Archivo Black", sans-serif;
  font-size: 2rem;
  color: #fff;
  transition: 200ms;
}
.home .game__options .game__modes button:first-child {
  background: #fa709a;
  background: linear-gradient(to left, #fa709a, #fee140);
}
.home .game__options .game__modes button:last-child {
  background: #8A88FB;
  background: linear-gradient(to left, #8A88FB, #D079EE);
}
.home .game__options .guess__quantity {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .game__options .guess__quantity button, .home .game__options .guess__quantity div {
  padding: 5px 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  color: #000;
  font-weight: 600;
  background: #fff;
  border: 1px solid #dad7cd;
}
.home .game__options .guess__quantity div {
  min-width: 55px;
  text-align: center;
  cursor: default;
}
.home .game__options .guess__quantity button {
  transition: 200ms;
}
.home .game__options .guess__quantity button:first-child {
  border-radius: 8px 0 0 8px;
}
.home .game__options .guess__quantity button:last-child {
  border-radius: 0 8px 8px 0;
}
.home .game__options .guess__quantity button:hover {
  background: #dfdfdf;
}
.home .game__options .guess__quantity button:active {
  transform: scale(0.9);
}
.home .modal__info {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.home .modal__info .bg__blur {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2862745098);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
}
.home .modal__info .modal__content {
  position: relative;
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  max-width: 500px;
  width: 100%;
  z-index: 1;
}
.home .modal__info .modal__content h3 {
  font-family: "Archivo Black", sans-serif;
  font-size: 2.6rem;
  color: #6d5d75;
  margin-bottom: 12px;
}
.home .modal__info .modal__content p {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  color: #808080;
}
.home .modal__info .modal__content p:nth-child(2) {
  margin-bottom: 10px;
}
.home .modal__info .modal__content .close__modal__info__btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-family: "Archivo Black", sans-serif;
  font-size: 1.2rem;
  color: #105377;
}

.game__started p {
  text-transform: capitalize;
  position: absolute;
  left: 15px;
  top: 15px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  color: #dad7cd;
}
.game__started p .game__mode {
  color: #fa709a;
}
.game__started .guess__container {
  position: relative;
  padding: 20px 60px;
  width: 100%;
  max-width: 800px;
  background: rgba(26, 27, 50, 0.431372549);
  box-shadow: -5px -5px 30px 5px #ff0000, 5px 5px 30px 5px #0000ff;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .game__started .guess__container {
    padding: 50px 15px;
  }
}
.game__started .guess__container .counter {
  right: 15px;
  left: unset;
}
.game__started .guess__container h3 {
  text-align: center;
  font-family: "Archivo Black", sans-serif;
  font-size: 3.5rem;
  color: #bfd6f7;
  margin-bottom: 30px;
}
.game__started .guess__container .guess__info {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}
.game__started .guess__container .guess__info .country__img {
  width: 100%;
  max-width: 360px;
  max-height: 210px;
}
.game__started .guess__container .guess__info .guess__options {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 525px) {
  .game__started .guess__container .guess__info .guess__options {
    width: 100%;
  }
}
.game__started .guess__container .guess__info .guess__options button {
  width: calc(50% - 5px);
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 12px 40px;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  color: #dad7cd;
  background: rgba(25, 26, 34, 0.9607843137);
  transition: 300ms;
}
.game__started .guess__container .guess__info .guess__options button:hover {
  background: rgba(245, 212, 212, 0.3019607843);
}
.game__started .guess__container .guess__info .guess__options button.error {
  background: #ff0000;
}
.game__started .guess__container .guess__info .guess__options button.success {
  background: #2ab22a;
}
@media (max-width: 855px) {
  .game__started .guess__container .guess__info .guess__options button {
    width: 100%;
    max-width: 100%;
  }
}

.game__finished .new__game__btn {
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 12px 20px;
  font-family: "Archivo Black", sans-serif;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 5px;
  background: linear-gradient(to left, #12C2E9, #C471ED, #F64F59);
  transition: 200ms;
}
.game__finished .game__info {
  width: 100%;
  max-width: 850px;
}
.game__finished .game__info h2 {
  text-align: center;
  font-family: "Archivo Black", sans-serif;
  font-size: 4rem;
  color: #fff;
}
.game__finished .game__info p {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  color: #dad7cd;
  margin-bottom: 40px;
}
.game__finished .game__info .table__wrapper {
  overflow-x: auto;
}
.game__finished .game__info .table__wrapper table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
}
.game__finished .game__info .table__wrapper table tr {
  width: 25%;
  border-bottom: 1px solid #dad7cd;
  transition: 200ms;
}
.game__finished .game__info .table__wrapper table tr:nth-child(even) {
  background: #141425;
}
.game__finished .game__info .table__wrapper table tr:hover {
  background: rgba(71, 71, 85, 0.5411764706);
}
.game__finished .game__info .table__wrapper table tr th {
  font-weight: bolder;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  color: #dad7cd;
}
.game__finished .game__info .table__wrapper table tr td {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  color: #dad7cd;
  font-weight: bolder;
}
.game__finished .game__info .table__wrapper table tr td.error {
  color: #ff0000;
}
.game__finished .game__info .table__wrapper table tr td.success {
  color: #06d906;
}
.game__finished .game__info .table__wrapper table tr th, .game__finished .game__info .table__wrapper table tr td {
  padding: 10px;
  text-transform: capitalize;
}/*# sourceMappingURL=styles.css.map */