/* Import all rubrik fonts */
@font-face {
  font-family: Rubrik-Regular;
  font-style: normal;
  src: url(fonts/Rubrik-Regular.otf) format("opentype");
}
@font-face {
  font-family: Rubrik-ExtraLight;
  font-style: normal;
  src: url(fonts/Rubrik-ExtraLight.otf) format("opentype");
}
@font-face {
  font-family: Rubrik-Light;
  font-style: normal;
  src: url(fonts/Rubrik-Light.otf) format("opentype");
}
@font-face {
  font-family: Proxima_Nova_Reg;
  font-style: normal;
  src: url(fonts/Proxima_Nova_Reg.otf) format("opentype");
}
@keyframes scroll-down-animate {
  0% {
    transform: translateY(-5px);
    opacity: 1;
  }
  70% {
    transform: translateY(5px);
    opacity: 1;
  }
  90% {
    transform: translateY(5px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 0;
  }
}
body {
  font-family: Proxima_Nova_Reg;
  font-size: 18px;
  line-height: 25px;
  margin: 0;
  padding: 0;
}

h1 {
  font-family: Rubrik-Light;
  font-size: 72px;
  font-weight: normal;
  line-height: 80px;
  text-shadow: 0 0 1px #000;
  margin: 0;
}

h2 {
  font-family: Rubrik-Regular;
  font-size: 50px;
  font-weight: normal;
  line-height: 55px;
  margin: 0;
}

h3 {
  font-family: Rubrik-Light;
  font-size: 42px;
  font-weight: normal;
  line-height: 50px;
  margin: 0;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.center {
  text-align: center;
}

.mobile-only {
  display: none !important;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.main-header {
  background-color: #ffffff;
  box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.2);
}
.main-header.affix {
  position: fixed;
  top: 0px;
}
.main-header .container {
  display: flex;
}

.brand {
  flex: 0 0 155px;
}
.brand .logo {
  height: 30px;
  margin-bottom: 10px;
  margin-left: 12px;
  margin-top: 30px;
  max-width: 130px;
}

.mobile-menuItems {
  display: none;
}

.menu {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex: 1 1 auto;
}
.menu__item {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  -ms-flex-align: center;
}
.menu__item a {
  color: #333;
  padding: 5px 20px;
  margin: 0 10px;
  font-family: Rubrik-Regular;
  text-transform: lowercase;
}
.menu__item a:hover {
  text-decoration: none;
}
.menu__item a.header-btn--register {
  border: 1px solid #6b1d6d;
  border-radius: 100px;
  transition: background-color 0.5s;
}
.menu__item a.header-btn--register:hover {
  background-color: #f7f7f7;
}
.menu--social a {
  padding: 0;
}

.btn {
  display: inline-block;
  background: transparent;
  font-weight: normal !important;
  font-family: Rubrik-Light !important;
  text-transform: lowercase;
  font-size: 20px;
  padding: 13px 25px 15px;
  border: 1px solid #000;
  border-radius: 100px;
  transition: background-color 0.5s;
}
.btn:hover {
  text-decoration: none;
}

.quote {
  font-family: Rubrik-Light;
  font-size: 22px;
  color: #6d2c70;
  font-style: italic;
  text-align: center;
}

.columns {
  display: flex;
}

.column {
  flex: 1 1 auto;
  width: 50%;
}

.tags {
  text-align: center;
}

.tag {
  display: inline-block;
  padding: 4px 20px;
  background: #f4f1f4;
  border-radius: 50px;
  margin: 10px;
  font-size: 14px;
  color: #666;
}

.section {
  padding: 50px 0;
}
.section--intro {
  display: flex;
  flex-direction: column;
  -ms-flex-align: center;
  background-color: #0c5667;
  background-image: url("images/enquos_top.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  color: #fff;
  height: calc(100vh - 77px);
  min-height: 680px;
  max-height: 1080px;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 1920px) {
  .section--intro {
    background-size: 100% auto;
  }
}
.section--intro .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  max-width: 800px;
  text-align: right;
  padding-left: 20%;
}
.section--intro .description {
  margin: 40px 0;
}
.section--intro .scroll-indicator {
  flex: 0 0 auto;
  height: 60px;
}
.section--intro .scroll-indicator .icon-svg {
  height: 40px;
  opacity: 0.6;
}
.section--intro .scroll-indicator .icon-svg--arrow-down .arrow {
  transform: translateY(-5px);
  animation-delay: 2s;
  animation-name: scroll-down-animate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.section--intro p {
  font-size: 18px;
  line-height: 30px;
  text-shadow: 0 0 1px #000;
  margin: 0px;
  margin-left: 20%;
}
.section--intro .btn {
  color: #fff;
  background: linear-gradient(90deg, #8d2790, #6d2c70);
  border-color: #6d2c70;
  margin: 50px 0 0;
  text-shadow: 0 0 1px #000;
  box-shadow: 10px 10px 24px 0 rgba(99, 27, 100, 0.3);
}
.section--intro .btn:hover {
  background: linear-gradient(90deg, #6d2c70, #6d2c70);
}
.section--why-use .description {
  font-size: 18px;
  line-height: 34px;
}
.section--features .feature {
  display: flex;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
  padding: 0 40px;
}
.section--features .feature__icon {
  flex: 0 0 auto;
  padding: 0 20px;
}
.section--features .feature__description {
  flex: 1 1 auto;
}
.section--features .columns {
  margin-top: 50px;
}
.section--features ul {
  font-size: 14px;
  line-height: 25px;
  padding-left: 15px;
}
.section--features .cta {
  text-align: center;
}
.section--features .cta .btn {
  color: #fff;
  background: linear-gradient(90deg, #8d2790, #6d2c70);
  border-color: #6d2c70;
  margin: 50px 0 0;
  font-size: 18px;
  text-shadow: 0 0 1px #000;
  box-shadow: 10px 10px 24px 0 rgba(99, 27, 100, 0.3);
}
.section--features .cta .btn:hover {
  background: linear-gradient(90deg, #6d2c70, #6d2c70);
}
.section--using {
  background: rgba(0, 147, 154, 0.04);
  border-top: 1px solid #e6f3f3;
  border-bottom: 1px solid #e6f3f3;
  padding: 0;
}
.section--using h2 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.section--using .quote {
  color: #00939a;
}
.section--using .columns {
  margin-top: 50px;
}
.section--using__inner {
  padding: 50px 50px 20px;
  position: relative;
}
.section--using__inner:after {
  content: "";
  background-image: url("images/pattern.png");
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.section--using--text {
  width: 40%;
}
.section--using--text li {
  margin: 10px 0;
}
.section--using--photo {
  width: 60%;
}
.section--mobile {
  background-image: linear-gradient(279deg, #42303c, #622e60);
  padding: 0;
}
.section--mobile__inner {
  position: relative;
}
.section--mobile__inner::before {
  content: "";
  background-image: url("images/mobile_bg_element.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 1200px;
  margin: 0 auto;
}
.section--mobile__inner .container {
  position: relative;
}
.section--mobile__inner .column.section--mobile--photo {
  margin-top: -40px;
  line-height: 0;
  align-self: flex-end;
}
.section--mobile__inner .column.section--mobile--text {
  padding: 50px 20px;
  color: #f7f7f7;
}

.appstores {
  display: flex;
  flex-wrap: wrap;
}

.appstore {
  margin-bottom: 10px;
}

.appstore {
  width: 119px;
  height: 36px;
  margin-right: 20px;
}

.footer {
  background-color: #f2f2f2;
  margin: 0;
}
.footer a {
  color: #666666;
}
.footer .menu {
  justify-content: center;
  font-size: 20px;
  padding-top: 20px;
}
.footer .menu a:hover {
  color: #7d2981;
}
.footer .menu--social .icon-svg {
  height: 30px;
  width: 30px;
}
.footer .menu--submenu {
  font-size: 14px;
}

.social-icon .icon-svg {
  display: block;
}
.social-icon .icon-hover {
  display: none;
}
.social-icon:hover .icon-svg {
  display: none;
}
.social-icon:hover .icon-hover {
  display: block;
}

.colophon {
  text-align: center;
  font-size: 14px;
  color: #959595;
  padding-top: 20px;
  padding-bottom: 60px;
}
.colophon a {
  color: #7d2981;
  cursor: pointer;
}

.about {
  margin-top: 50px;
  margin-bottom: 80px;
  min-height: calc(100vh - 425px);
}
.about__container {
  display: flex;
  margin: 0 15px;
}
.about__column {
  flex: 1 1 auto;
  margin: 0 20px;
  width: 50%;
}
.about a {
  color: #7d2981;
}
.about h1 {
  font-family: Rubrik-Light;
  font-size: 30px;
  line-height: 40px;
  text-shadow: none;
  margin-bottom: 30px;
  margin-top: 0;
}
.about h2 {
  font-size: 25px;
  line-height: 40px;
  margin-top: 40px;
}
.about h3 {
  font-size: 22px;
  line-height: 40px;
}
.about .welcome-to-enquos {
  margin-top: 10px;
  margin-bottom: 20px;
}
.about .about-img {
  margin: 0 20px;
}
.about .about-img img {
  display: block;
  border: 1px solid #fff;
  border-radius: 0 20px;
  width: 100%;
}
.about ol.alpha {
  list-style-type: lower-latin;
}
.about ol.roman {
  list-style-type: lower-roman;
}
.about address {
  white-space: pre-line;
}
.about ul {
  margin-top: 0;
}
.about .features h3 {
  border-bottom: 1px solid #aaa;
  margin-bottom: 5px;
}
.about .features .tag {
  font-size: 12px;
  line-height: 16px;
  padding: 2px 5px;
  margin: 0;
  font-style: italic;
}
.about .features li {
  line-height: 30px;
}

body .cc-window.cc-floating {
  bottom: 0;
  padding: 5px 0;
  max-width: inherit;
  flex-direction: row;
}
body .cc-theme-edgeless.cc-window {
  padding: 5px;
}
body .cc-floating.cc-theme-edgeless .cc-message {
  margin: 5px 15px;
}
body .cc-window.cc-floating .cc-compliance {
  flex: 1 1 auto;
  min-width: 140px;
  margin-right: 10px;
}

@media only screen and (max-width: 800px) {
  h1 {
    font-size: 40px;
    line-height: 45px;
  }

  h2 {
    font-size: 30px;
    line-height: 35px;
  }

  h3 {
    font-size: 26px;
    line-height: 35px;
  }

  .mobile-only {
    display: flex !important;
  }

  .hide-mobile {
    display: none;
  }

  .container {
    margin: 0 20px;
  }

  .main-header .container {
    margin: 0;
  }

  .section--intro .container {
    margin: 0;
  }
  .section--features .feature {
    padding: 0 20px;
  }
  .section--features .container {
    margin: 0;
  }
  .section--using .columns {
    flex-direction: column;
  }
  .section--using .column {
    width: 100%;
  }
  .section--using__inner {
    padding: 30px 30px 20px;
  }
  .section--mobile__inner::before {
    display: none;
  }
  .section--mobile .columns {
    flex-direction: column-reverse;
  }
  .section--mobile .column {
    width: 100%;
  }
  .section--mobile .column.section--mobile--text {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
  }
  .section--mobile .column.section--mobile--text .appstores {
    justify-content: center;
  }
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }

  h2 {
    font-size: 25px;
    line-height: 30px;
  }

  h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .brand {
    flex: 0 0 135px;
  }

  .main-header .container {
    flex-wrap: wrap;
  }

  .menu a {
    padding: 5px 10px;
  }

  .section--features .columns {
    flex-direction: column;
  }
  .section--features .column {
    width: 100%;
  }
  .section--using__inner {
    padding: 20px;
  }
  .section--using--text ul {
    padding-left: 12px;
  }
  .section--using--text li {
    text-align: justify;
  }

  .about h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .about h2,
.about h3 {
    margin-top: 25px;
    font-size: 25px;
  }
  .about__container {
    flex-direction: column;
  }
  .about__column {
    margin: 0;
    width: 100%;
  }
  .about .about-img {
    margin: 0;
  }
}

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