:root {
  --color-purple: #134195;
  --color-primary: #6d0d82;
  --color-purple-bg: #f6f1f7;
  --color-orange: #fb836c;
  --color-grey: #52575c;
  --color-black: #25282b;
  --color-light-black: #52575c;
}

html,
body {
  font-family: Manrope, serif;
  color: var(--color-black);
}

.btn {
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

button.btn {
  width: 200px;
  height: 60px;
}

a.btn {
  text-decoration: none;
  padding: 20px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-primary {
  background: var(--color-primary);
  color: white;
}

.btn-white {
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

section {
  padding: 30px 120px 30px;
}

.section-title {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}

/* Header: start */
#section-header-logo {
  position: absolute;
  left: 120px;
  top: 20px;
}

.logo-wrapper {
  display: inline-block;
}

.logo-wrapper img {
  height: 80px;
}

/* Header: end */

/* Section Hero and Download: start */
#section-hero {
  display: flex;
  justify-content: space-between;
  background-image: url("/assets/hero-bg-curve.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 120px;
}

#hero-img-wrapper {
  padding: 30px 0;
}

#hero-img {
  width: 620px;
}

#section-hero-content {
  padding-top: 200px;
}

#hero-title-text {
  font-size: 42px;
  font-weight: 800;
  text-transform: capitalize;
}

#hero-title-italics {
  font-style: italic;
  color: var(--color-primary);
}

.hero-title-underline {
  color: var(--color-primary);
  text-decoration: underline var(--color-orange) 4px;
}

#hero-download-btn-wrapper {
  display: flex;
  padding-top: 20px;
}

#hero-apk-qr-wrapper {
  padding-top: 10px;
  display: flex;
}

#hero-apk-qr {
  width: 100px;
}

#hero-apk-qr-text {
  padding-top: 10px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 500;
}
/* Section Hero and Download: start */

#install-instructions {
  display: flex;
  justify-content: space-around;
  padding-top: 80px;
}

.install-instruction {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 300px;
  padding: 25px 35px;
  box-shadow: 0 5px 15px rgba(19, 65, 149, 0.1);
  background-color: var(--color-purple-bg);
  border-radius: 10px;
}

.install-instruction-text {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  padding-top: 12px;
}

.install-instruction-secure-badge {
  position: absolute;
  left: 10px;
  top: -40px;
}

.install-instruction-secure-text {
  color: #00b59c;
  font-size: 10px;
  font-weight: 500;
  padding-top: 5px;
}

.install-instruction-image img {
  width: 290px;
  padding-top: 10px;
}

#install-instructions-play-store-disclaimer {
  padding-top: 20px;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-light-black);
  padding-bottom: 30px;
}

#section-app-screenshots {
  background: linear-gradient(
    180deg,
    var(--color-purple-bg) 0%,
    rgba(248, 250, 255, 0) 100%
  );
}

#app-screenshots {
  display: flex;
  justify-content: space-around;
  padding-top: 30px;
}

.app-screenshot img {
  width: 160px;
  border-radius: 11px;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
}

#section-faqs {
  /* background: linear-gradient(180deg, #f8faff 0%, rgba(248, 250, 255, 0) 100%); */
  background: linear-gradient(
    180deg,
    var(--color-purple-bg) 0%,
    rgba(248, 250, 255, 0.73) 100%
  );
}

.faq-list {
  padding: 20px 100px;
}

.faq-list ul {
  padding: 0;
  list-style: none;
}

.faq-list li + li {
  margin-top: 15px;
}

.faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq-list .faq-icon {
  width: 1.3rem;
  position: absolute;
}

.faq-list .faq-icon + a {
  display: block;
  padding: 0 30px;
}

.faq-list a {
  color: #36348d;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s;
}

/* .faq-list a.collapsed:hover { */
/*   color: #e82c88; */
/* } */

.faq-list a .faq-icon-show {
  display: none;
  width: 16px;
  height: 16px;
}

.faq-list a .faq-icon-close {
  display: inline-block;
  width: 16px;
  height: 16px;
}

.faq-list a.collapsed .faq-icon-show {
  display: inline-block;
}

.faq-list a.collapsed .faq-icon-close {
  display: none;
}

.faq-list p {
  font-size: 14px;
  margin-bottom: 0;
  padding: 10px 0 0 0;
  line-height: 1.5;
  color: var(--color-black);
}

.faq-list .faq-icon-show,
.faq-list .faq-icon-close {
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 0;
}

.collapse {
  transition: 4.3s;
}

.collapse:not(.show) {
  /* display: none; */
  height: 0;
  overflow-y: hidden;
}

@media (max-width: 1200px) {
  .faq-list {
    padding: 20px 0;
  }
}

#section-stats-testimonials {
  padding-top: 60px;
  background: linear-gradient(
    180deg,
    var(--color-purple-bg) 0%,
    rgba(248, 250, 255, 0.73) 100%
  );
}

#section-players-prizes {
  padding: 60px 0;
}

#stats-graphics-container {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}

.stats-graphic-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stats-graphic-title {
  font-size: 38px;
  font-weight: 800;
  padding-top: 10px;
}

.stats-graphic-subtitle {
  font-size: 28px;
  padding-top: 10px;
}

#section-testimonials {
  padding: 50px 0 0;
}

#section-testimonials-content {
  display: flex;
  padding-top: 30px;
}

.testimonial-card {
  position: relative;
  flex: 1;
  background-color: white;
  padding: 20px 20px 85px;
  border-radius: 10px;
  box-shadow: 0 20px 40px 0 #4141411a;
  margin-right: 15px;
}

.testimonial-text {
  color: var(--color-grey);
  line-height: 22px;
}

.testimonial-user {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 15px;
}

.testimonial-user-rating {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonial-user-pic {
  width: 56px;
}

.testimonial-user-pic img {
  width: 100%;
  border-radius: 28px;
}

.testimonial-user-name {
  font-size: 16px;
  font-weight: 700;
}

.testimonial-stars {
  color: #ffce31;
  font-size: 22px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}

#section-download-app {
  padding-top: 60px;
}

#download-app-buttons {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}

footer {
  background-color: var(--color-primary);
  color: rgba(255, 255, 255, 0.95);
}

#footer-sections {
  display: flex;
  padding: 30px 0;
}

footer hr {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-section {
  flex: 1;
}

#footer-logo,
#footer-social {
  display: flex;
  justify-content: center;
}

#footer-logo .logo-wrapper img {
  height: 60px;
}

#about-us-title {
  font-weight: bold;
  padding-bottom: 10px;
}

#footer-copyright {
  text-align: center;
  padding: 10px 0;
  opacity: 0.95;
}

#footer-contact-us a {
  color: white;
  text-decoration: none;
  font-weight: 500;
}
#footer-contact-us a:hover {
  text-decoration: underline;
}

#footer-about-us {
  line-height: 150%;
}

.phone-only {
  display: none;
}

/* Desktop */
@media screen and (min-width: 1024px) {
  .desktop-hidden {
    display: none;
  }
}

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tablet-hidden {
    display: none;
  }
  .install-instruction {
    padding: 25px 10px;
  }
  #section-stats-testimonials {
    flex-direction: column;
  }
  #section-testimonials-content {
    flex-direction: column;
  }
  .testimonial-card {
    padding-bottom: 20px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .testimonial-user {
    position: relative;
    padding-top: 15px;
    bottom: 0;
  }
}

/* Smartphone */
@media screen and (max-width: 768px) {
  .phone-only {
    display: unset;
  }
  section {
    padding: 10px;
  }
  #section-header-logo {
    position: relative;
    padding: 10px;
    background-color: var(--color-purple-bg);
    left: auto;
    top: auto;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  }
  .logo-wrapper img {
    height: 42px;
  }
  #section-hero {
    flex-direction: column-reverse;
  }
  #hero-img-wrapper {
    text-align: center;
  }
  #hero-img {
    width: 100%;
    max-width: 550px;
  }
  #section-hero-content {
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }
  #hero-title-text {
    font-size: 30px;
    text-align: center;
    line-height: 125%;
  }
  #hero-apk-qr-wrapper {
    justify-content: center;
  }
  #hero-download-btn-wrapper {
    justify-content: center;
  }
  .btn-mobile-full-width {
    width: 100%;
    max-width: 450px;
  }
  .section-title {
    font-size: 30px;
  }

  #install-instructions {
    flex-direction: column;
    align-items: center;
  }
  .install-instruction {
    margin-bottom: 45px;
    width: 280px;
  }
  .install-instruction-secure-badge {
    top: -35px;
  }
  #install-instructions-play-store-disclaimer {
    padding-top: 0;
    text-align: center;
  }

  #section-app-screenshots {
    display: none;
  }

  #section-stats-testimonials {
    flex-direction: column;
  }
  #section-testimonials-content {
    flex-direction: column;
  }
  .testimonial-card {
    padding-bottom: 20px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .testimonial-user {
    position: relative;
    padding-top: 15px;
    bottom: 0;
  }
  #stats-graphics-container {
    flex-direction: column;
    align-items: center;
  }
  .stats-graphic-wrapper {
    padding-bottom: 30px;
  }
  .stats-graphic-title {
    font-size: 30px;
  }
  .stats-graphic-subtitle {
    font-size: 22px;
  }
  a.btn {
    padding: 15px 25px;
  }
  #footer-sections {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
  .footer-section {
    padding-bottom: 40px;
  }
  .footer-section:last-of-type {
    padding-bottom: 0;
  }
  #footer-copyright {
    font-size: 12px;
  }
}
