/*
 * DEMO PAGE STYLES
 * Page: /demo/
 */

/* Hero section */

.hero-section {
  font-weight: 600;
  text-align: center;
  padding-top: 200px;
}

.hero-section h1,
.hero-section p {
  max-width: 1000px;
  margin: 0 auto 24px;
}

.hero-section p {
  font-size: 20px;
}

.contact-form-section .hero-section {
  text-align: left;
  padding-top: 200px;
  margin-bottom: 40px;
}

.contact-form-section .hero-section h1 {
  text-align: left;
  margin: 0 0 16px 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 1px;
  color: rgba(204, 229, 255, 0.95);
  max-width: 800px;
}

.contact-form-section .hero-section .hero-description {
  text-align: left;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0;
  max-width: 800px;
  color: rgba(204, 229, 255, 0.95);
}

/* Calendly widget */

.calendly-inline-widget {
  width: 1000px;
  max-width: 100%;
  min-height: 650px;
  height: 650px;
  overflow: hidden;
}

.calendly-inline-widget iframe {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.calendly-inline-widget iframe::-webkit-scrollbar {
  display: none;
}

/* Responsive */

@media (max-width: 1023px) {
  .hero-section {
    padding-top: 80px;
  }

  .contact-form-section .hero-section {
    padding-top: 32px !important;
    margin-bottom: 24px;
  }

  .calendly-inline-widget {
    width: 100%;
    min-height: 950px;
    height: 950px;
    padding-left: 4px;
    padding-right: 4px;
  }
}

@media (max-width: 480px) {
  .contact-form-section .hero-section {
    padding-top: 24px !important;
    margin-bottom: 20px;
  }

  .contact-form-section .hero-section h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
