@import url("https://fonts.googleapis.com/css2?family=Alice&family=Montserrat:wght@400;500;600;700;800&display=swap");
* {
  font-family: "Montserrat", sans-serif;
}

body {
  background-color: #2e2e2e !important;
  background-repeat: repeat-y;
  background-size: 100%;
  overflow-x: hidden;
}
@media (max-width: 991.98px) {
  body {
    background-image: none;
  }
}

@media (max-width: 991.98px) {
  .main-section {
    padding: 100px 0px !important;
  }
}

p {
  word-wrap: break-word;
}

.wheel-holder {
  position: fixed;
  z-index: 27;
  height: 500px;
  width: 500px;
  top: -175px;
  left: -175px;
}
@media (max-width: 991.98px) {
  .wheel-holder {
    height: 300px;
    width: 300px;
    left: -30px;
    top: -80px;
  }
}
.wheel-holder img {
  position: fixed;
  z-index: 27;
  height: 500px;
  width: 500px;
}
@media (max-width: 991.98px) {
  .wheel-holder img {
    position: fixed;
    z-index: 27;
    height: 250px !important;
    width: 250px !important;
  }
}

#mobile-header {
  position: fixed;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 32;
  width: 100%;
  padding: 0px 5px;
}
#mobile-header img {
  margin-top: -20px;
}
#mobile-header .contact {
  margin-top: -40px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.sidebar {
  width: 300px;
  position: fixed;
  height: 100vh;
  color: #fff;
  left: unset;
  top: 0;
  z-index: 32;
}
.sidebar-content {
  padding: 40px;
}
.sidebar .tagline-1 {
  font-family: "Alice" !important;
  text-shadow: 0px 4px 5px black;
}
.sidebar .tagline-2 {
  margin-top: -20px !important;
  font-size: 45px;
  font-family: "Alice" !important;
  text-shadow: 0px 4px 5px black;
}
.sidebar p {
  line-height: 120%;
  font-family: "Montserrat" !important;
  text-shadow: 0px 0px 10px black;
}
.sidebar .fs-3 {
  font-family: "Montserrat" !important;
}
.sidebar .logo-side {
  transform: scale(1.5);
}
.sidebar .list-group-item {
  background-color: transparent;
  color: #fff;
  border-color: #ffffff10;
  padding-left: 0px;
}
.sidebar .list-group-item a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .sidebar {
    height: 50px;
    padding: 0px;
    width: 100%;
    background-color: #C13B3B;
    transition: all 0.5s ease;
    left: 0;
    z-index: 34;
    display: none;
  }
  .sidebar-content {
    visibility: hidden;
    position: fixed;
    right: -150%;
    transition: all 0.5s ease;
    width: 100%;
    padding: 0px 15px !important;
    max-width: 100vw;
  }
  .sidebar .logo {
    max-height: 70px !important;
    opacity: 1;
    transition: all 0.5s ease;
    transform: scale(1.1) !important;
    margin-top: -10px;
  }
  .sidebar .logo-side {
    transform: scale(1);
  }
  .sidebar .fa {
    font-size: 20px;
    margin-top: -10px !important;
    display: block;
  }
  .sidebar.active {
    height: 100vh !important;
  }
  .sidebar.active .logo {
    opacity: 0;
  }
  .sidebar.active .sidebar-content {
    visibility: visible !important;
    right: 0;
  }
}

#hero {
  background-image: url("../img/bg/pexels-pixabay-51947.jpg");
  background-size: 100%;
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  max-height: 1000px;
  width: 100%;
  position: relative;
}
#hero .dark-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media (max-width: 991.98px) {
  #hero {
    height: 700px;
  }
  #hero:before {
    background-size: 120%;
    background-position: 50% bottom !important;
  }
  #hero .hero-text {
    top: 180px !important;
  }
}
@media (max-width: 575.98px) {
  #hero:before {
    background-size: 150%;
    background-position: 50% bottom !important;
  }
  #hero .hero-text {
    top: 230px !important;
  }
}
@media (min-width: 992px) {
  #hero:before {
    background-position: 8vw bottom !important;
  }
}
@media (min-width: 1199px) {
  #hero:before {
    background-position: 8vw bottom !important;
  }
}
@media (min-width: 1200px) {
  #hero:before {
    background-position: 72% bottom !important;
  }
}
#hero:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10vh;
  width: 100%;
  height: 100%;
  background-image: url("../img/hero-stage-alone-v3.png");
  background-position: 72% bottom;
  background-repeat: no-repeat;
  z-index: 2;
}
#hero:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -70px;
  height: 109px;
  width: 100%;
  z-index: 1;
  background-image: url("../img/divider.png");
}
#hero .hero-text {
  position: absolute;
  left: 0;
  top: 150px;
  width: 100vw;
  text-align: center;
  color: #fff;
  z-index: 29;
  text-shadow: 0px 4px 5px black;
}
#hero .hero-text .tagline-1 {
  font-family: "Alice" !important;
}
#hero .hero-text .tagline-2 {
  margin-top: -20px !important;
  font-size: 45px;
  font-family: "Alice" !important;
}
#hero .hero-text p {
  line-height: 120%;
  font-family: "Montserrat" !important;
}
#hero .hero-text .fs-3 {
  font-family: "Montserrat" !important;
}
@media (max-width: 575.98px) {
  #hero .hero-text .tagline-1 {
    font-size: 52px;
  }
  #hero .hero-text .tagline-2 {
    font-size: 62px;
  }
}

#how {
  background: transparent;
  padding: 150px 0px;
  position: relative;
  color: #fff;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#how .video-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  overflow: hidden;
}
#how .video-holder video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  z-index: 0;
  min-height: 500px !important;
}
#how .content {
  position: relative;
  z-index: 1;
}
#how:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -70px;
  height: 109px;
  width: 100%;
  z-index: 1;
  background-image: url("../img/divider.png");
}

#awards {
  background: #FF9177;
  padding: 50px 0px;
  position: relative;
}
#awards:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -70px;
  height: 109px;
  width: 100%;
  background-image: url("../img/divider.png");
  z-index: 10;
}

#kudos {
  padding: 50px 0px;
  color: #fff;
  background-image: url("../img/bg/pexels-neale-lasalle-631477.jpg");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#kudos .row {
  position: relative;
  z-index: 2;
}
#kudos:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
#kudos .kudos-avatar {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  border: 5px solid #fff;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
}
#kudos .kudos-item .row {
  padding: 25px 0px;
  border-color: #ffffff10 !important;
}
#kudos .text-muted {
  color: #fff !important;
}

#reel {
  overflow: hidden;
}
@media (max-width: 991.98px) {
  #reel {
    padding: 100px 0px;
  }
  #reel img {
    transform: scale(1.5) translateX(-50%);
    margin-left: 79%;
  }
}

#fe {
  padding: 100px 0;
  background-image: url("../img/bg/pexels-snapwire-618608.jpg");
  background-color: #0D74BC;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  color: #fff;
  width: 100vw;
  position: relative;
}
#fe .row {
  position: relative;
  z-index: 2;
}
#fe img {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  #fe img {
    max-width: 250px;
  }
}
#fe:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

#cps {
  padding: 100px 0;
  background-image: url("../img/pexels-sergio-souza-1782146.jpg");
  background-color: #C13B3B;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  color: #fff;
  width: 100vw;
  position: relative;
}
#cps .row {
  position: relative;
  z-index: 2;
}
#cps img {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  #cps img {
    max-width: 250px;
  }
}
#cps:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

#ia {
  padding: 100px 0;
  background-image: url("../img/bg/pexels-felix-mittermeier-1459534.jpg");
  background-color: #E99532;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  color: #fff;
  width: 100vw;
  position: relative;
}
#ia .row {
  position: relative;
  z-index: 2;
}
#ia img {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  #ia img {
    max-width: 250px;
  }
}
#ia:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

#clients {
  color: #fff;
  padding: 50px 0px;
}

p {
  font-weight: 400;
}

.text-muted {
  color: #000 !important;
  opacity: 0.6;
}

img {
  max-width: 100%;
}

.pointer {
  cursor: pointer;
}

.text-alice {
  font-family: "Alice", sans-serif !important;
}

a {
  text-decoration: underline !important;
  font-weight: 600;
  color: #fff;
}
a:hover {
  color: #e8e362;
}

.carousel-indicators [data-bs-target] {
  height: 50px;
  width: 50px;
  background-size: cover;
  opacity: 1;
}
.carousel-indicators [data-bs-target].active {
  border: 2px solid #fff;
}/*# sourceMappingURL=main.css.map */