@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

body {
  background: #fafafa;
  background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(247, 247, 247, 1) 0%, rgba(232, 214, 223, 1) 100%);
}

#bg-wrapper {
  background: url('../img/videowall/bg-faq.png') no-repeat bottom center;
  background-size: contain
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
button,
a,
small,
label {
  font-family: "Space Grotesk", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  line-height: 1.1;
}

p,
li {
  font-size: 1rem;
  line-height: 1.4;
}

h1 {
  font-size: 4rem;
  line-height: 1.1;
  color: #2C62FF;
  font-weight: 700;
}

h2 {
  font-size: 2.5rem;
  line-height: 1.1;
  color: #2C62FF;
  font-weight: 700;
}

h3 {
  font-size: 1.8rem;
}

.top-nav-wrapper {
  background: #2C62FF;
  border-radius: 100px;
  padding: .5rem 2rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.top-nav-wrapper .logo {
  max-width: 180px;
}

.button {
  padding: 18px 20px;
  background: #2C26FF;
  font-weight: 700;
  font-size: 1.3rem !important;
  border-radius: 50px;
  -webkit-box-shadow: 6px 6px 0px 0px rgba(255, 100, 255, 1);
  -moz-box-shadow: 6px 6px 0px 0px rgba(255, 100, 255, 1);
  box-shadow: 6px 6px 0px 0px rgba(255, 100, 255, 1);
  font-size: 1.4rem;
}

.button.white {
  background: #fff;
  color: #2C26FF;
  font-weight: bold;
  -webkit-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.35);
}

.border-image {
  border-radius: 35px;
}

#hero {
  margin-bottom: 3rem;
}

#hero p {
  font-size: 1.4rem;
}

.videowall img {
  max-height: 50vh;
  padding: 1rem .3rem;
}

#slider {
  margin-bottom: 3rem;
}

.prev-slide1 {
  background: #2C26FF;
  color: #fff;
  padding: 12px 20px;
  margin-right: 1rem;
  border-radius: 40px;
  font-size: 1.4rem;
  -webkit-box-shadow: 6px 6px 0px 0px rgba(255, 100, 255, 1);
  -moz-box-shadow: 6px 6px 0px 0px rgba(255, 100, 255, 1);
  box-shadow: 6px 6px 0px 0px rgba(255, 100, 255, 1);
}

.next-slide1 {
  background: #2C26FF;
  color: #fff;
  padding: 12px 20px;
  border-radius: 40px;
  font-size: 1.4rem;
  -webkit-box-shadow: 6px 6px 0px 0px rgba(255, 100, 255, 1);
  -moz-box-shadow: 6px 6px 0px 0px rgba(255, 100, 255, 1);
  box-shadow: 6px 6px 0px 0px rgba(255, 100, 255, 1);
}

#form-section {
  margin-bottom: 3rem;
}

.form-wrapper-box {
  background: #2C62FF;
  border-radius: 40px;
  padding: 2rem 0;
  -webkit-box-shadow: 6px 6px 0px 0px rgba(255, 100, 255, 1);
  -moz-box-shadow: 6px 6px 0px 0px rgba(255, 100, 255, 1);
  box-shadow: 6px 6px 0px 0px rgba(255, 100, 255, 1);
}

.form-fields {
  border: 0;
  height: 55px;
  border: 0;
}

form h3 {
  font-weight: 700;
  color: #fff;
  font-size: 3rem;
  margin-bottom: 2rem;
}

form label {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

#services .white-box {
  background: #fff;
  padding: 2rem 1rem;
}

#services h4 {
  font-size: 1.4rem;
  font-weight: 700;
}

#services {
  margin-bottom: 2rem;
}

.specs {
  margin-top: 1rem;
}

.specs hr {
  border-bottom: 1px dotted #000;
  width: 40%;
  margin-left: 0;
}

.dot-box {
  border: 3px dotted #000;
  border-radius: 25px;
  background: #fff;
  padding: 2rem 2rem;
}
.dot-box h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.dot-box span {
  color: #2C62FF;
}

.dot-box h4 {
  font-weight: normal;
  margin-bottom: 0;
}

.cta-box h3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.1;
  margin: 1rem 0;
}

.cta-box {
  margin-top: 3rem;
  background: #2C62FF;
  border-radius: 35px;
  -webkit-box-shadow: 6px 6px 0px 0px rgba(255, 100, 255, 1);
  -moz-box-shadow: 6px 6px 0px 0px rgba(255, 100, 255, 1);
  box-shadow: 6px 6px 0px 0px rgba(255, 100, 255, 1);
  color: #fff;
  margin-bottom: 3rem;
}

.accordion {
  background: none;
}

.accordion-title {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  border: 0;
  border-radius: 50px;
}

.accordion-item {
  background: #fff;
  border: 0;
  border-radius: 50px;
  margin-bottom: 10px;
  padding: 0px 10px;
}

.accordion-content {
  margin-bottom: 1rem;
  border: 0;
  background: none;
}


.accordion-title:hover,
.accordion-title:active,
.accordion-title:focus {
  background-color: none;
  color: #2C62FF;
  background: none;
}

#footer {
  color: #fff;
  background: #000;
  padding: 2rem 0;
}

#faq {
  margin-bottom: 3rem;
}
#faq .btn-phone {
  font-size: 1.6rem !important;
}

#footer hr {
  border-bottom: 2px dotted #fff;
  margin-bottom: 2rem;
}
:last-child:not(.is-active)>.accordion-title {
  border: 0 !important;
}
:last-child > .accordion-content:last-child {
  border: 0 !important;
}

/* Large and up */
@media screen and (min-width: 64em) {
  .top-nav-wrapper .logo {
    max-width: 200px;
  }

  .top-nav-wrapper {
    padding: 1rem 2rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
  }

  h1 {
    font-size: 6rem;
  }

  h2 {
    font-size: 4rem;
    margin-bottom: 2rem;
  }

  h3 {
    font-size: 3.5rem;
  }

  .section {
    padding: 5rem 0;
  }

  .button.large {
    font-size: 1.6rem !important;
  }

  .button {
    padding: 18px 28px;
  }
  .cta-box h3 {
    font-size: 3rem;
  }

  .cta-box h3 {
    margin-bottom: 0;
    font-size: 3rem;
    margin: 1rem 0;
  }
  .cta-box {
    margin-top: 3rem;
    padding: 2rem;
    margin-bottom: 3rem;
  }
  .dot-box h3 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
  #faq .btn-phone {
    font-size: 2rem !important;
  }
  #form-section {
    margin-bottom: 5rem;
  }
  .accordion-title {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .accordion-item {
    margin-bottom: 10px;
    padding: 10px 20px;
  }
  
  .accordion-content {
    margin-bottom: 1rem;
  }
}