@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato:wght@400;700;900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap");

body {
  font-family: "Montserrat", sans-serif !important;
  background-color: #fbfbfb !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bebas Neue", sans-serif !important;
}

.no-margin {
  margin: 0px;
}

.no-padding {
  padding: 0px;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.sphere-navbar {
  background-color: #49a8fc;
  color: #fff;
}

a.sphere {
  background-color: #6cdca8;
  border: solid 1px #6cdca8;
}

a.sphere:hover {
  background-color: #59cbba;
  border: solid 1px #59cbba;
}

/* HOMEPAGE*/
/* MAIN BANNER */
.home-header {
  background-color: #49a8fc;
  padding-bottom: 3rem;
  color: #fff;
}

ul.white li a {
  color: #fff;
}

ul.sphere-dropdown li a {
  color: #000;
}

/* SOCIAL PROOF */
.home-clients {
  padding: 2rem 0rem;
  background-color: #49a8fc;
}

/* UNIQUE VALUE */
.unique-value {
  min-height: 100%;
  background: url("../images/people-reviewing-happy.jpg") no-repeat fixed;
  background-size: cover;
  box-shadow: inset 0 0 0 100vw rgba(57, 168, 150, 0.8);
  padding: 6rem 0rem;
  color: #fff;
}

.unique-value h4 {
  font-weight: 400;
}

/* FEATURES */
.feature {
  padding: 50px 0px;
  color: #000;
}

.feature-green {
  padding: 50px 0px;
  color: #fff;
  background-color: #56d194;
}

.feature img {
  max-height: 450px;
}

.feature p {
  font-size: 1rem;
}

/* REQUEST DEMO */
.request-demo {
  background: url("../images/people-reviewing-happy.jpg") no-repeat fixed;
  background-size: cover;
  box-shadow: inset 0 0 0 100vw rgba(57, 168, 150, 0.8);
  color: #fff;
  padding: 4rem 0rem;
}

.request-demo-image img {
  max-height: 200px;
}

.request-demo-alt {
  padding: 45px;
}

.request-demo h4 {
  margin-bottom: 1.1rem;
}

/* TESTIMONIALS */
.testimonial {
  padding: 2.75rem 0rem;
  color: #000;
}

.testimonial-brand {
  background: #fff;
  box-shadow: 0 2px 7px #00000026;
  border-radius: 4px;
  padding: 20px 45px;
  width: 50%;
  margin-bottom: 20px;
}

.testimonial-comment {
  background: #fff;
  box-shadow: 0 2px 7px #00000026;
  border-radius: 4px;
  padding: 45px;
  color: #727070;
}

.testimonial-comment h6 {
  margin-bottom: 0px;
}

.testimonial-alt {
  background-color: #49a8fc;
  padding: 2rem 0rem;
  color: #fff;
}

.testimonial-alt img {
  max-height: 120px;
  margin-bottom: 1rem;
}

.testimonial-alt p {
  font-weight: 400;
}

.testimonial-alt h6 {
  font-weight: bold;
}

.testimonial-pricing {
  background-color: #6cdca8;
  box-shadow: inset 0 0 0 100vw rgba(57, 168, 150, 0.8);
  padding: 5rem;
  color: #fff;
  margin-bottom: 3rem;
}

.testimonial-pricing img {
  max-height: 120px;
  margin-bottom: 1rem;
}

.testimonial-pricing p {
  font-weight: 700;
}

.testimonial-pricing h5 {
  font-weight: bold;
}

/* FOOTER */
.footer {
  background-color: #49a8fc;
  padding: 45px 0px;
  color: #fff;
}

.footer .nav a {
  color: #fff;
}

/* PRIVACY */
.privacy {
  padding: 2rem 0rem;
  color: #084a73;
}

/* SUCCESS */
.success {
  padding-top: 8rem;
  padding-bottom: 8rem;
  color: #2897dd;
  min-height: 70vh;
}

/* DEMO REQUEST */
.demo-request {
  background-image: linear-gradient(#2897dd, #49a8fc);
  height: 100vh;
}

.demo-request-logo {
  margin-bottom: 30px;
}

.demo-request-content {
  color: #fff;
  padding-top: 30px;
}

.demo-request-form {
  padding: 2.5rem;
  background-color: #fff;
  border-radius: 10px;
  color: #000000;
}

.demo-request-form p.error {
  font-size: 0.7rem;
  color: red;
}

label {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
}

.landing-header {
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: url("../images/feedback-header.png") no-repeat fixed;
  background-size: cover;
  color: #ffffff;
}

.landing-bullets {
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #49a8fc;
  color: #ffffff;
  font-size: 1.2rem;
}

.landing-important {
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6cdca8;
  font-size: 1.2rem;
  color: #0a4b75;
}

.landing-cta {
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #49a8fc;
  color: #ffffff;
}

.landing-form {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 10px;
}

.top-disclaimer {
  font-size: 1rem;
  color: #ffffff;
  background-color: #6cdca8;
  padding: 10px 0px;
}

.top-disclaimer p {
  margin-bottom: 0px;
}

.tripwire-header {
  background-color: #49a8fc;
  padding: 4rem 0rem;
  color: #ffffff;
}

.button-content h4 {
  margin-bottom: 0px;
}

.button-content p {
  margin-bottom: 0px;
  font-size: 0.9rem;
}

.tripwire-main-image {
  padding: 4rem 0rem;
}

.tripwire-features {
  background-color: #49a8fc;
  padding: 4rem;
  color: #ffffff;
}

.tripwire-features p {
  font-size: 1.3rem;
}

.tripwire-footer {
  background-color: #6cdca8;
  padding: 2rem 0rem;
  color: #ffffff;
}

.landing-features {
  background-color: #ffffff;
  padding: 4rem;
}

/* SECTION PAGES */
.main-header-titles {
  padding-left: 3rem;
}

h1.section-super-title {
  font-size: 2.5rem;
}

p.section-super-content {
  font-size: 1.1rem;
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.tab-content-section {
  padding: 4rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #6cdca8;
}

.nav-pills .nav-link {
  color: #000;
  font-weight: bold;
}

.special-message {
  background-color: #6cdca8;
  box-shadow: inset 0 0 0 100vw rgba(89, 203, 186, 0.8);
  color: #fff;
  padding: 4rem 0rem;
}

.request-demo-plain {
  margin: 4rem 0rem;
}

.feature-box {
  background-color: #ffffff;
  border-top: solid 2px #49a8fc;
  min-height: 15rem;
  padding: 1rem;
}

.feature-box svg {
  color: #49a8fc;
}

.footer-message {
  margin: 3rem 0rem 5rem 0rem;
}

/* PRICING */
.pricing-section {
  margin: 2rem 0rem;
  padding: 3rem;
}

.pricing-box {
  background-color: #efefef;
  border-radius: 4px;
  padding: 20px;
}

.pricing-box-pro {
  background-color: #49a8fc;
  border-radius: 4px;
  padding: 20px;
  color: #fff;
}

p.price {
  margin-bottom: 1rem;
}

span.price {
  font-size: 2rem;
  font-weight: bold;
}

p.helper-text-pricing {
  font-size: 0.9rem;
  color: #777;
  margin-top: -0.5rem;
}

p.helper-text-pricing-pro {
  font-size: 0.9rem;
  color: #fff;
  margin-top: -0.5rem;
}

p.pricing-concept {
  font-weight: bold;
  color: #777;
  padding-left: 1rem;
}

ul.pricing-table {
  list-style-type: none;
  padding: 0;
}

ul.pricing-table li {
  border-bottom: solid 1px #d3d3d3;
  padding: 0.5rem 0rem;
}

ul.pricing-table li p {
  margin-bottom: 0px;
}

ul.pricing-table li:nth-child(even) {
  background-color: #efefef;
}

.request-demo-pricing {
  background-color: #6cdca8;
  box-shadow: inset 0 0 0 100vw rgba(57, 168, 150, 0.8);
  color: #fff;
  padding: 4rem 0rem;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .home-header {
    padding-top: 2rem;
    text-align: center;
  }

  .home-header button {
    margin-bottom: 1rem;
  }

  .home-clients {
    text-align: center;
  }

  .home-clients img {
    margin-bottom: 1rem;
  }

  #first-element {
    order: 2;
  }

  #second-element {
    order: 1;
  }

  .feature img {
    margin-bottom: 2rem;
  }

  .feature-green img {
    margin-bottom: 2rem;
  }

  .testimonial,
  .testimonial-brand {
    text-align: center;
  }

  .testimonial h5 {
    margin-bottom: 2rem;
  }

  .footer {
    text-align: center;
  }

  .demo-request {
    height: 100%;
  }

  .demo-request-form {
    margin-bottom: 2rem;
  }

  .demo-request-logo {
    margin: 2rem 0rem;
  }

  .demo-request-content {
    padding-top: 0px;
  }

  .no-show {
    display: none;
  }

  .social-proof-snippet {
    text-align: center;
  }

  .landing-features {
    background-color: #ffffff;
    padding: 1rem;
  }

  .landing-snippet {
    text-align: center !important;
  }

  .tab-content-section {
    padding: 1rem;
  }

  .main-header-titles {
    padding-left: 1rem;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .home-header {
    padding-top: 2rem;
    text-align: center;
  }

  .home-header button {
    margin-bottom: 2rem;
  }

  .no-show-image {
    display: none;
  }

  #first-element {
    order: 2;
  }

  #second-element {
    order: 1;
  }

  .testimonial,
  .testimonial-brand {
    text-align: center;
  }

  .testimonial h5 {
    margin-bottom: 2rem;
  }

  .demo-request {
    height: 100vh;
  }

  .demo-request-form {
    margin-bottom: 2rem;
  }

  .demo-request-logo {
    margin: 2rem 0rem;
  }

  .demo-request-content {
    padding-top: 0px;
  }

  .no-show {
    display: none;
  }

  .social-proof-snippet {
    text-align: center;
  }

  .success {
    height: 60vh;
  }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
}
