body {
  color: #fff;
}

.navbar-brand {
  width: 36%;
}
.ace_logo img{
  width: 23%;
}
.navbar {
  background-color: #280a3c !important;
}
.nav-item {
  color: #fff;
}
a {
  color: #fff;
  text-decoration: none;
}
a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #fff;
}
button {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  border: none;
}
.one {
  background: #73ff0e;
  color: #3e0f36;
  border-radius: 5px;
}
body {
  background-color: #280a3c !important;
}

.navbar-toggler {
  text-align: right !important;
  border: 0px solid #fff;
}

.btn-section {
  text-align: center;
}
.btn-section h2 {
  margin: 20px 0;
  color: #fff;
}
.button-three {
  border: none;
  padding: 30px;

  text-align: center;
  text-decoration: none;
  overflow: hidden;
}

.button-three:hover {
  color: #000;
}

.button-three:after {
  content: "";
  background: #f1c40f;
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -20px !important;
  margin-top: -120%;
  opacity: 0;
  transition: all 0.8s;
}

.button-three:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s;
}

.container > p {
  text-align: center;
  margin-top: 30px;
}

.socials-mda {
  margin: auto;

  background-color: #fff;
  max-width: 200px;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.play-steps {
  text-align: center;
  color: #fff;
  margin-top: 20px;
}

.app-img {
  text-align: center;
}
.app-img img {
  margin: 20px;
}

.play-points ul li {
  margin-top: 8px;
  font-size: 1.3em;
  color: #fff;
  line-height: 45px;

  text-align: left;
}
.play-points ul {
  margin-top: 20px;
}
.about-text p {
  text-align: justify;
  color: #fff;
}
.about-heading h2 {
  color: #fff;
  text-align: center;
}

.FAQwarrper {
  width: 100%;
}

.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  margin-top: 20px;
}
.faq-title h2::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 60px;
  height: 2px;
  background: #ffffff;
  bottom: -25px;
  margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #ffffff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #cee1f8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
  background: rgba(233, 30, 99, 0.1);
  padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #000000;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3ds ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #380f3e;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #f3f8ff;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}
.testimonials {
  padding: 40px 0;

  text-align: center;
}

.testimonial-inner {
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  padding: 0 20px;
}

.border {
  width: 160px;
  height: 5px;
  background: #6ab04c;
  margin: 26px auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.col {
  flex: 33.33%;
  max-width: 33.33%;
  box-sizing: border-box;
  padding: 15px;
}

.testimonial {
  background: #ffffff46;
  color: #ffffff;
  padding: 30px;
}

.testimonial img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.name {
  font-size: 20px;
  text-transform: uppercase;
  margin: 20px 0;
}

.stars {
  color: #f0932b;
  margin-bottom: 20px;
}

.contect-grid {
  text-align: center;
  padding-bottom: 2rem;
}

.information {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  font-weight: 700;
}

.footer__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  background: #0000002e;
  margin-top: 1rem;
}
.text-white {
  text-align: center;
}
.footer-link {
  display: flex;
  justify-content: center;
  width: 500px;
  justify-content: space-between;
}

.section-header {
  padding: 20px;
}
.list ol {
  padding: 0px;
}
@media screen and (max-width: 960px) {
  .col {
    flex: 100%;
    max-width: 80%;
  }
}
@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
  .ace_logo img {
    width: 37%;
}
}

@media screen and (max-width: 480px) {
  .navbar-nav {
    text-align: center;
  }
  .footer-link {
    width: 100%;
  }
  .play-points ul li {

  font-size: 0.9em;
  }
  .faq {
    border-radius: 0%;
  }
  .ace_logo img {
    width: 35%;
}
.navbar-brand {
    width: 65%;
}
.about-text p {
    font-size: 0.9em;
}
}


.mailto-ac123 {
  color: #fff;
}