/* ------------------------------------------------------------------------------------------------ */
/* --- --- -- COLORS -- --- --- */
.menu--title {
  color: #ffffff;
  text-shadow: 0 0 8px #ff577f, 0 0 2px #ff577f, 0 0 10px #ff577f, 0 0 6px #ff577f, 0 0 20px #ff577f, 0 0 20px #ff577f, 0 0 1px #ff577f, 0 0 12px #ff577f; }

/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* --- --- -- TIPPY THEME -- --- --- */
.tippy-box[data-theme~="colorTippy"] {
  background-color: #ffefa1;
  color: #111116; }

.tippy-box[data-placement^="top"] > .tippy-arrow::before {
  border-top-color: #ffefa1; }

.tippy-box[data-placement^="bottom"] > .tippy-arrow::before {
  border-bottom-color: #ffefa1; }

.tippy-box[data-placement^="left"] > .tippy-arrow::before {
  border-left-color: #ffefa1; }

.tippy-box[data-placement^="right"] > .tippy-arrow::before {
  border-right-color: #ffefa1; }

/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* --- --- -- GLOBAL CONFIG -- --- --- */
* {
  margin: 0;
  font-family: "Akaya Telivigala", cursive;
  outline: none; }

body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #111116; }

.header, .header__container--info, .footer, .footer-text, .container--gameboard, .gameboard--card, .card-controls, .gameMenu, .score__container {
  display: flex;
  align-items: center; }

.header, .footer {
  -webkit-box-shadow: 0px 8px 10px -6px #0000005b;
  box-shadow: 0px 8px 10px -6px #0000005b; }

/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* --- --- -- HEADER -- --- --- */
.header {
  background-color: #111116;
  width: 100%;
  height: 60px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 1; }

.header__container--info {
  width: 90%;
  color: #f8fffb;
  letter-spacing: 2px;
  justify-content: space-around; }

.header__container--info-title {
  font-size: 30px; }

#header__container--info-title {
  color: #cafabb; }

.timer {
  font-size: 25px;
  color: #f8fffb; }

.header__container--info-level {
  color: #f8fffb;
  font-size: 25px; }

/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* --- --- -- FOOTER -- --- --- */
.footer {
  overflow: hidden;
  bottom: 0;
  position: absolute;
  justify-content: center;
  color: #f8fffb;
  height: 40px;
  width: 100%; }

.footer-text {
  width: 70%;
  color: #f8fffb;
  font-size: 14px; }

.fab {
  color: #f8fffb;
  margin-left: 5px;
  margin-right: 5px;
  list-style: none;
  text-align: center; }

.footer-text a {
  color: #f8fffb;
  text-decoration: none; }

.footer a:hover {
  text-decoration: none;
  color: #ffefa1; }

/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* --- --- -- GAME BOARD -- --- --- */
.Play-section {
  border-top: 1.5px dashed #cafabb;
  border-bottom: 1.5px dashed #cafabb;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  width: 70%;
  margin-top: 30px;
  justify-content: space-around;
  align-items: center; }

.container--gameboard {
  justify-content: center;
  border-radius: 10px; }

.gameboard--card {
  width: 300px;
  height: 370px;
  margin: 10px;
  justify-content: space-between;
  flex-direction: column;
  background-color: #f8fffb;
  border-radius: 11px;
  padding: 10px;
  box-sizing: border-box; }

.card-grid {
  display: grid;
  width: 95%;
  height: 80%;
  cursor: pointer;
  grid-template-columns: repeat(4, 1fr); }

/* ------------------------------------------------------------------------------------------------ */
/* --- --- -- CONTROLS -- --- --- */
.card-controls {
  width: 90%;
  height: 50%;
  justify-content: space-around;
  transform: rotate(-2deg); }
  .card-controls path {
    fill: #ff577f; }
  .card-controls svg {
    width: 70px; }

.controls-circle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  transform: rotate(-25deg);
  gap: 35px; }
  .controls-circle path {
    fill: #a4ebf3; }
  .controls-circle svg {
    width: 30px; }

/* ------------------------------------------------------------------------------------------------ */
/* --- --- -- COLORS -- --- --- */
.blue {
  background: #36b5b0; }

.blue.light {
  background: #45e2dd; }

.rose {
  background: #ff8ba7; }

.rose.light {
  background: #fdbccc; }

.yellow {
  background: #fcdf5f; }

.yellow.light {
  background: #f1e5ad; }

.green {
  background: #7fcd91; }

.green.light {
  background: #9cfab2; }

/* ------------------------------------------------------------------------------------------------ */
/* --- --- -- MENU -- --- --- */
.gameMenu {
  flex-direction: column;
  justify-content: space-around;
  border-radius: 6px;
  width: 300px;
  height: 370px; }

.menu--title {
  font-family: "Train One", cursive;
  font-size: 50px;
  letter-spacing: 5px; }

.score__container {
  justify-content: center;
  flex-direction: column; }

.menu--score,
#score {
  font-family: "Train One", cursive;
  color: #cafabb;
  font-size: 25px;
  letter-spacing: 7px; }

#score {
  font-weight: bold;
  font-size: 35px; }

.btn-start {
  width: 80%;
  height: 50px;
  background: none;
  color: #cafabb;
  border-radius: 10px;
  font-size: 20px;
  letter-spacing: 2px;
  border: 2px solid #ff577f;
  outline: none;
  cursor: pointer; }

.btn-start:hover {
  background: #ff577f;
  color: #f8fffb; }

/* ------------------------------------------------------------------------------------------------ */
/* --- --- -- RESPONSIVE DESIGN -- --- --- */
@media only screen and (max-width: 1000px) {
  .Play-section {
    width: 80%; } }
@media only screen and (max-width: 835px) {
  .Play-section {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 0;
    border: none;
    padding: 0;
    margin-bottom: 0;
    height: 600px; }

  .card-grid {
    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: repeat(1, 1fr); }

  .gameMenu {
    width: 340px;
    height: 100px; }

  .menu--title {
    display: none; }

  .score__container {
    flex-direction: row;
    gap: 15px; }

  .menu--score,
  #score {
    margin: 15px 0 5px 0;
    color: #cafabb;
    font-size: 20px; }

  .btn-start {
    width: 100%; }

  .footer {
    position: relative; }

  .footer-text {
    justify-content: center;
    align-items: center; } }
/* ------------------------------------------------------------------------------------------------ */
/* --- --- -- MOBILE DESIGN -- --- --- */
@media only screen and (max-width: 500px) {
  .header {
    flex-direction: column; }

  .Play-section {
    margin-top: 10px;
    margin-bottom: 20px; }

  .gameMenu {
    width: 340px;
    height: 100px;
    background-color: none; }

  .menu--title {
    display: none; }

  .menu--score {
    margin: 15px 0 15px 0;
    color: #cafabb; }

  .btn-start {
    width: 100%; } }
/* ------------------------------------------------------------------------------------------------ */

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