@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900");
@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  font-size: 13pt;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased; }

body {
  -ms-overflow-style: scrollbar;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; }

html, body {
  width: 100%;
  height: 100%; }

*, *:before, *:after {
  box-sizing: inherit; }

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none; }

body, input, select, textarea, button {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65; }

section {
  position: relative; }

a {
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: underline; }

strong {
  font-weight: 600; }

h1, h2, h3, h4, h5, h6 {
  color: #010521;
  line-height: 1.1; }

h1 {
  font-size: 56px;
  font-weight: bold; }

h2 {
  font-size: 40px;
  font-weight: 600; }

h3 {
  font-size: 36px;
  font-weight: 400; }

h4 {
  font-size: 36px;
  font-weight: 400; }

h5 {
  font-size: 26px; }

p {
  font-size: 20px;
  line-height: 1.5;
  color: #5d657e; }

footer {
  padding: 50px 20px;
  background-image: linear-gradient(to right, #4458dc 0%, #854fee 100%), radial-gradient(circle at top left, #4458dc, #854fee); }

.frame-wrapper {
  max-width: 1048px;
  padding: 0px 20px;
  margin: auto; }

.image-container img {
  width: 100%;
  display: inline-block; }
  .image-container img.max-limit {
    max-width: 350px; }

.app__header {
  max-width: 740px;
  padding: 20px;
  margin: auto;
  text-align: center;
  background: #fff; }

.stack-card {
  width: 140px;
  height: 100px;
  margin: 0px 20px 30px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  box-shadow: 0 8px 30px rgba(118, 85, 225, 0.15); }
  .stack-card img {
    max-width: 80px;
    display: inline-block; }
  .stack-card:hover {
    cursor: text; }

.profile-container {
  margin-bottom: 15px; }
  .profile-container img {
    width: 75px;
    height: 75px;
    border: 2px solid #fff;
    border-radius: 50%; }

.call-icon {
  width: 60px;
  height: 60px; }
  .call-icon img {
    width: 100%;
    display: inline-block; }

.primary-btn, .secondary-btn {
  font-size: 14px;
  font-weight: 600;
  padding: 7px 35px;
  border-radius: 25px;
  border: initial;
  outline: none; }
  .primary-btn:hover, .secondary-btn:hover {
    cursor: pointer; }

.primary-btn {
  background-color: #6c63ff;
  color: #FFF;
  box-shadow: 0 10px 30px rgba(118, 85, 225, 0.3); }

.secondary-btn {
  background-color: #FFF;
  color: #6c63ff;
  border: 1px solid #6c63ff; }

.app-fixed__line {
  width: 100%;
  height: 3px;
  position: fixed;
  background-color: #6c63ff;
  z-index: 1000; }

.line-helper {
  width: 50%;
  height: 2px;
  background: #010521;
  margin: 0px 20px;
  border-radius: 2px; }

.highlighter-container {
  position: absolute;
  top: 50px;
  left: -115px;
  z-index: -1; }
  .highlighter-container .highlighter {
    font-size: 110px;
    color: rgba(93, 101, 126, 0.09); }
  .highlighter-container .box-highlighter {
    width: 90px;
    height: 175px;
    border: 5px solid rgba(93, 101, 126, 0.09);
    margin-top: -130px;
    border-left: initial; }

.hlp-line {
  width: 80%;
  position: absolute;
  height: 2px;
  border-radius: 2px;
  background: rgba(222, 222, 222, 0.49);
  top: 20px;
  z-index: -1; }

.primary-highlight__txt {
  position: relative;
  font-size: 125px;
  color: #6c63ff; }
  .primary-highlight__txt .extra {
    position: absolute;
    font-size: 40px;
    top: 25px; }

.secondary-highlight__txt {
  font-size: 24px;
  color: #010521;
  font-weight: 600;
  line-height: 1.2; }

.dashed-box {
  width: 135px;
  height: 150px;
  border: 2px dashed #ddd; }

.wrkng-txt {
  margin-left: -76px; }

.call-txt {
  font-size: 30px;
  color: #6c63ff; }

.call-txt__header {
  font-size: 24px;
  color: #5d657e; }

.txt-align__right {
  text-align: right; }

.txt-justify {
  text-align: justify; }

.arrow-grid {
  display: flex;
  align-items: center;
  justify-content: center; }

.big-arrow {
  display: block; }

.small-arrow {
  display: none; }

.recognising-text {
  margin-left: auto; }

.footer-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff; }

.footer-header {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px; }

.footer-following {
  display: flex;
  flex-wrap: auto;
  margin-bottom: 25px; }

.following-item {
  margin: 0px 10px; }
  .following-item .fa {
    font-size: 34px;
    color: #fff; }

.developed-by {
  text-align: center; }

.intro-txt {
  opacity: 0.4; }

.year-mention {
  text-align: right;
  font-style: italic; }

.column-grid, .two-column-grid__fluid, .two-column-grid__fixed, .two-column-grid__fixed--reverse {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 15px; }

.column-grid {
  justify-content: space-between; }
  .column-grid .grid-item {
    max-width: 200px;
    text-align: center;
    padding-left: 15px; }

.two-column-grid__fluid {
  justify-content: space-between; }
  .two-column-grid__fluid .grid-item {
    width: 50%;
    padding-left: 15px; }
    .two-column-grid__fluid .grid-item.centered {
      justify-content: center; }

.two-column-grid__fixed, .two-column-grid__fixed--reverse {
  justify-content: space-between; }
  .two-column-grid__fixed .grid-item, .two-column-grid__fixed--reverse .grid-item {
    width: 47%;
    padding-left: 15px; }

.normal-grid__column {
  display: flex;
  flex-direction: row;
  align-items: center; }

.normal-grid__row {
  display: flex;
  flex-direction: column;
  align-items: center; }

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

.fixed-grid__column {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .fixed-grid__column.align-left {
    align-items: left; }

.fixed-grid__row {
  display: flex;
  flex-direction: row;
  align-items: center; }

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.mtb-100 {
  margin-top: 100px;
  margin-bottom: 100px; }

.mb-5 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-100 {
  margin-bottom: 100px; }

.mr-15 {
  margin-right: 15px; }

.mr-20 {
  margin-right: 20px; }

.mr-25 {
  margin-right: 25px; }

.mr-45 {
  margin-right: 45px; }

.hidden {
  opacity: 0; }

.z-position {
  z-index: 10; }

.animate-fadeup {
  opacity: 0; }

.animate-slide-left {
  opacity: 0; }

.fade-up {
  animation: fade-up 1.2s; }

.slide-left {
  animation: slide-left 1s; }

@keyframes slide-left {
  from {
    opacity: 0.2;
    transform: translateX(-50px); }
  to {
    opacity: 1; } }
@keyframes fade-up {
  from {
    opacity: 0.2;
    transform: translateY(50px); }
  to {
    opacity: 1; } }
@media only screen and (max-width: 789px) {
  .two-column-grid__fluid, .two-column-grid__fixed--reverse {
    flex-direction: column-reverse; }

  .two-column-grid__fixed, .column-grid {
    flex-direction: column; }

  .two-column-grid__fluid, .two-column-grid__fixed, .two-column-grid__fixed--reverse, .column-grid {
    padding-right: 0px; }
    .two-column-grid__fluid .grid-item, .two-column-grid__fixed .grid-item, .two-column-grid__fixed--reverse .grid-item, .column-grid .grid-item {
      width: 100%;
      text-align: center;
      margin-bottom: 10px;
      padding-left: 0px; }

  .normal-grid__column {
    justify-content: center; }

  .arrow-grid {
    padding: 50px 0px;
    margin-bottom: 50px; }

  .header-image {
    max-width: 450px; }

  .big-arrow {
    display: none; }

  .small-arrow {
    display: block; }

  .txt-align__right {
    text-align: center; }

  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px; }

  .mb-100 {
    margin-bottom: 50px; }

  .recognising-text {
    margin-left: initial; }
    .recognising-text:last-child {
      margin-bottom: 50px; }

  .highlighter-container {
    top: 260px;
    left: 0px; } }
@media only screen and (max-width: 469px) {
  .ptb-100 {
    padding-top: 35px; }

  .highlighter-container {
    top: 230px; }

  p {
    text-align: justify;
    line-height: 1.4; }

  .call-txt {
    font-size: 22px; } }
@media only screen and (max-width: 390px) {
  .stack-card {
    width: 105px;
    height: 95px; } }

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