@import "main.css";
section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  background-position: center;
  background-size: cover !important;
  background-repeat: no-repeat;
  padding: 5rem 0;
  max-width: 100vw;
}
section.fixed {
  background-attachment: fixed !important;
}
section.transparent {
  background: none;
}
section.bg-gray {
  padding: 160px 0;
}
section.bg-gray:before {
  content: "";
  background-color: #1b1b1b;
  position: absolute;
  bottom: 60px;
  top: 60px;
  left: 0;
  right: 0;
  transform: skewY(-3deg);
}
section.bg-gray h2,
section.bg-gray h3,
section.bg-gray h4,
section.bg-gray p,
section.bg-gray a,
section.bg-gray span {
  color: #fff !important;
}
section.bg-gray h2 i,
section.bg-gray h3 i,
section.bg-gray h4 i,
section.bg-gray p i,
section.bg-gray a i,
section.bg-gray span i {
  color: #fff !important;
  transition: none !important;
}
section.bg-gray a:hover {
  color: #e03a3c !important;
}
section.bg-gray a:hover i {
  color: #fff !important;
  transition: none !important;
}
section.bg-gray ul li {
  color: #fff !important;
}
section .video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
section .overlay.light {
  background: rgba(255, 255, 255, 0.9);
}
section .overlay.dark {
  background: rgba(0, 0, 0, 0.75);
}
section .overlay.blur {
  backdrop-filter: blur(4px);
}
section .container {
  position: relative;
  z-index: 1;
}
section .container .section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 5rem;
}
section .container .section-heading * {
  text-align: center;
  margin: 0;
}
section .container .section-heading .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 3rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section .container .section-heading span {
  font-weight: 100;
}

.btn-getstarted,
.btn-getstarted:focus {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: none;
  font-size: 14px;
  padding: 8px 25px;
  margin: 0 0 0 30px;
  border-radius: 4px;
  transition: 0.3s;
}

body {
  display: flex;
  flex-direction: column;
  overflow-x: clip;
  min-height: 100vh;
}
body main {
  flex: 1 1 auto;
}

/*# sourceMappingURL=style.css.map */
