/*
 =========================================================
 * Filo's dark theme - Vote and Review
 =========================================================
 * Page: https://filo.gg
 * Copyright 2023 iLxlo_ (https://github.com/ilxlodev)
 * Designed by CSDIT Coded by iLxlo_
 =========================================================
 * Not allowed to copy substantial portions of the software without prior authorization.
 */

.vote-and-review {
  width: 1250px;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  padding: 0px 50px;
  align-items: center;
  flex-direction: column;
}

.vote-and-review .vote-pages {
  width: 750px;
  margin-right: 150px;
  display: flex;
  min-height: 375px;
  padding-top: 100px;
  align-items: center;
  align-self: flex-end;
  flex-direction: column;
  background-size: contain;
  justify-content: flex-start;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("https://cdn.filo.gg/assets/images/Speech Bubble (Right Down).png");
}

.vote-and-review .filo {
  z-index: 1;
  width: 500px;
  margin-top: -85px;
  align-self: flex-end;
}

.vote-and-review .review-pages {
  width: 675px;
  display: flex;
  min-height: 375px;
  margin-top: -365px;
  padding-top: 135px;
  margin-right: 485px;
  align-items: center;
  padding-right: 75px;
  flex-direction: column;
  background-size: contain;
  justify-content: flex-start;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("https://cdn.filo.gg/assets/images/Speech Bubble (Right Right).png");
}

.vote-and-review .vote-pages .button-row, .vote-and-review .review-pages .button-row {
  flex-direction: row;
}

.vote-and-review .vote-pages h2, .vote-and-review .review-pages h2 {
  font-size: 45px !important;
  font-weight: 900 !important;
  color: var(--filogg-color-secondary-alt);
}

.vote-and-review .vote-pages p, .vote-and-review .review-pages p {
  padding: 0 5px;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

/*
 =========================================================
 * Media queries
 =========================================================
 * Responsive is the future \ ✪ ω ✪ /
 */

@media (max-width: 1366px) { /* Laptop resolution */

  .vote-and-review {
    padding: 0px;
    width: 1000px;
  }

  .vote-and-review .vote-pages {
    width: 600px;
    padding-top: 150px;
    margin-right: 100px;
  }

  .vote-and-review .filo {
    width: 350px;
    margin-right: 25px;
    margin-top: -100px;
  }

  .vote-and-review .vote-pages h2, .vote-and-review .review-pages h2 {
    font-size: 35px !important;
    font-weight: 900 !important;
    color: var(--filogg-color-secondary-alt);
  }
  
  .vote-and-review .vote-pages p, .vote-and-review .review-pages p {
    font-weight: 700;
    font-size: 20px;
  }

  .vote-and-review .review-pages {
    width: 575px;
    margin-top: -340px;
    padding-top: 175px;
    padding-right: 50px;
    margin-right: 375px;
  }

}

@media (max-width: 1024px) { /* Tablet resolution */

  .vote-and-review {
    width: 100%;
  }

  .vote-and-review .vote-pages {
    margin-right: 0;
    align-self: center;
    padding-top: 140px;
    background-image: url(https://cdn.filo.gg/assets/images/Speech\ Bubble\ \(Right\ Down\)\ Mobile.png);
  }

  .vote-and-review .filo {
    margin-right: 60px;
    margin-top: -50px;
  }

  .vote-and-review .review-pages {
    align-self: center;
    padding-top: 225px;
    padding-right: 0px;
    margin: -125px 0px 0px 0px;
    background-image: url(https://cdn.filo.gg/assets/images/Speech\ Bubble\ \(Right\ Up\).png);
  }

}

@media (max-width: 881px) { /* Mobile horizontal resolution */

  .vote-and-review .vote-pages {
    width: 500px;
    padding-top: 150px;
  }

  .vote-and-review .vote-pages h2, .vote-and-review .review-pages h2 {
    font-size: 30px !important;
    font-weight: 900 !important;
    color: var(--filogg-color-secondary-alt);
  }
  
  .vote-and-review .vote-pages p, .vote-and-review .review-pages p {
    font-weight: 700;
    font-size: 18px;
  }
  
  .vote-and-review .vote-pages .button-row, .vote-and-review .review-pages .button-row {
    flex-wrap: wrap;
    margin-top: 10px;
  }
  
  .vote-and-review .vote-pages .button-row .button, .vote-and-review .review-pages .button-row .button {
    margin: 2px auto;
    flex-basis: 35%;
  }

  .vote-and-review .filo {
    margin-top: -100px;
    margin-right: 30px;
  }

  .vote-and-review .review-pages {
    width: 500px;
    margin-top: -135px;
    padding-top: 215px;
  }

}

@media (max-width: 768px) { /* Mobile vertical resolution */

  .vote-and-review .vote-pages {
    width: 100%;
    min-height: 210px;
    padding-top: 25px;
  }

  .vote-and-review .vote-pages h2, .vote-and-review .review-pages h2 {
    font-size: 20px !important;
    font-weight: 900 !important;
    color: var(--filogg-color-secondary-alt);
  }
  
  .vote-and-review .vote-pages p, .vote-and-review .review-pages p {
    font-weight: 700;
    font-size: 14px;
  }
  
  .vote-and-review .vote-pages .button-row, .vote-and-review .review-pages .button-row {
    flex-wrap: wrap;
    margin-top: 10px;
  }
  
  .vote-and-review .vote-pages .button-row .button, .vote-and-review .review-pages .button-row .button {
    margin: 2px auto;
    flex-basis: 35%;
    font-size: 16px;
  }

  .vote-and-review .filo {
    width: 250px;
    margin-top: 10px;
    margin-right: -70px;
  }

  .vote-and-review .review-pages {
    width: 100%;
    min-height: 211px;
    margin-top: -20px;
    padding-top: 80px;
  }

}