/*
Theme Name: Lana
Description: Creative Coming Soon Template
Author: Erilisdesign
Theme URI: https://preview.erilisdesign.com/html/lana/
Author URI: https://themeforest.net/user/erilisdesign
Version: 2.1
License: https://themeforest.net/licenses/standard

SASS Stylesheet
*/

@charset "UTF-8";
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #405be8;
  --indigo: #4b21ff;
  --purple: #9c27b0;
  --pink: #e91e63;
  --red: #ff3553;
  --orange: #f9ad3e;
  --yellow: #f3ed4f;
  --green: #21ce5b;
  --teal: #4db6ac;
  --cyan: #19bee0;
  --white: #fff;
  --gray: #768394;
  --gray-dark: #353c46;
  --primary: #405be8;
  --secondary: #768394;
  --success: #21ce5b;
  --info: #19bee0;
  --warning: #f3ed4f;
  --danger: #ff3553;
  --light: #f3f5f7;
  --dark: #030507;
  --white: #fff;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Roboto", Helvetica, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 footer, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #030507;
  text-align: left;
  background-color: #fff;
}

h1 {font-size: 3rem;}

 h3, h4, h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #405be8;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #1a39db;
  text-decoration: none;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

template {
  display: none;
}

 h1, h3, h4, h5, .h3, .h4, .h5 {
  margin-bottom: 0.5rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

 .col-xl-12, .col-xl-8, .col-lg-10, .col-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media (min-width: 1200px) {

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg > .container {
    flex-wrap: nowrap;
  }
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #f3f5f7;
  border-radius: 0.3125rem;
  box-shadow: none;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.bg-dark {
  background-color: #030507 !important;
}

a.bg-dark:hover, a.bg-dark:focus {
  background-color: black !important;
}

.bg-white {
  background-color: #fff !important;
}

a.bg-white:hover, a.bg-white:focus {
  background-color: #e6e6e6 !important;
}

.bg-white {
  background-color: #fff !important;
}

.d-flex {
  display: flex !important;
}

.align-self-center {
  align-self: center !important;
}

.position-relative {
  position: relative !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-6 {
  margin-top: 2rem !important;
}

.mb-7 {
  margin-bottom: 2.5rem !important;
}


.py-10 {
  padding-top: 5rem !important;
}


.py-10 {
  padding-bottom: 5rem !important;
}


.mx-auto {
  margin-right: auto !important;
}


.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 992px) {

  .p-lg-4 {
    padding: 1rem !important;
  }

  
.py-lg-12 {
    padding-top: 7rem !important;
  }

  
.py-lg-12 {
    padding-bottom: 7rem !important;
  }
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #405be8 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #1833c4 !important;
}

.text-white {
  color: #fff !important;
}

a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  
img {
    page-break-inside: avoid;
  }

  p,
h3 {
    orphans: 3;
    widows: 3;
  }

  
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }
}

html, body {
  overflow-x: hidden;
}

html {
  height: 100%;
  overflow-y: scroll;
}

body {
  min-height: 100%;
}

h3, .h3 {
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 991.98px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}

h4, .h4 {
  font-weight: 400;
  line-height: 1.45;
}
@media (max-width: 991.98px) {
  h4, .h4 {
    font-size: 1.375rem;
  }
}

h5, .h5 {
  font-weight: 500;
  line-height: 1.5;
}

 h3, h4, h5, .h3, .h4, .h5 {
  letter-spacing: 0;
}
 h3 > a:hover, h4 > a:hover, h5 > a:hover, .h3 > a:hover, .h4 > a:hover, .h5 > a:hover {
  color: #1a39db;
}

p:last-child {
  margin-bottom: 0;
}

::selection {
  color: #fff;
  background-color: #405be8;
}

.container {
  position: relative;
  z-index: 1;
}

.navbar {
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color, box-shadow;
  z-index: 1030;
}

.site-navbar.site-navbar-transparent:not(.scrolled):not(.navbar-toggled-show) {
  background: transparent !important;
  box-shadow: none !important;
}

.navbar-brand {
  font-weight: 700;
  transition: all 0.35s ease-out;
}

.navbar-brand .navbar-brand-img {
  transition: all 0.15s ease-out;
}

.navbar-brand-img {
  max-height: 2.8rem;
  width: auto;
}


.navbar-dark .navbar-brand .navbar-brand-img {
  filter: brightness(0) invert(1);
}

section {
  position: relative;
  width: 100%;
  padding: 5rem 0;
}

.bg-image-holder img {
  display: none !important;
}

.overlay:not(.overlay-global):not(.overlay-advanced) {
  position: relative;
  z-index: 1;
}

.overlay.overlay-global {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.overlay.overlay-global {
  position: fixed;
}
.overlay .overlay-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.overlay[class*=overlay-]:not(.overlay-advanced):before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: inherit;
  z-index: -1;
}

body > div.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.5s ease;
  overflow: hidden;
  pointer-events: none;
}

body:not(.loaded) > div.loader {
  opacity: 1;
}

body:not(.loaded) {
  overflow: hidden;
}

@keyframes hideLoader {
  0% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 0;
    height: 0;
  }
}

.bg-black {
  background-color: #000 !important;
}

.bg-cover {
  background-size: cover;
}

.bg-cover {
  background-repeat: no-repeat;
  background-position: center;
}

.shadow-light {
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05) !important;
}

.opacity-50 {
  opacity: 0.5;
}

.text-gray-500 {
  color: #8d9caf !important;
}

a.text-gray-500:hover, a.text-gray-500:focus {
  color: #63758d !important;
}


.scroll-progress {
  display: none;
}

.scroll-progress .sp-left,
.scroll-progress .sp-right {
  position: fixed;
  width: 1px;
  top: 0;
  bottom: 4.5rem;
  z-index: 100;
}
.scroll-progress .sp-left {
  left: 4.5rem;
}
.scroll-progress .sp-left .sp-inner.progress {
  bottom: auto;
}
.scroll-progress .sp-right {
  right: 4.5rem;
}
.scroll-progress .sp-right .sp-inner.progress {
  top: auto;
}
.scroll-progress .sp-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  opacity: 0.4;
  transition: background 0.7s cubic-bezier(0.54, 0.18, 0.36, 0.81), height 0.7s cubic-bezier(0.54, 0.18, 0.36, 0.81), opacity 0.7s cubic-bezier(0.54, 0.18, 0.36, 0.81);
}
.scroll-progress .sp-inner.progress {
  background: #fff;
  opacity: 0.7;
  height: 0;
}

@media (min-width: 1400px) {
  .scroll-progress {
    display: block;
  }
}
a.backtotop {
  display: none;
  position: fixed;
  bottom: 4.5rem;
  right: -4.5rem;
  width: 4.5rem;
  z-index: 1000;
  color: #fff;
  text-align: center;
  line-height: 1;
  transition: color 0.7s cubic-bezier(0.54, 0.18, 0.36, 0.81), right 0.7s cubic-bezier(0.54, 0.18, 0.36, 0.81);
}

a.backtotop:hover,
a.backtotop:focus {
  color: #fff;
}

a.backtotop span {
  display: block;
  white-space: nowrap;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-variant-ligatures: common-ligatures;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  transform: translate(0, -47px) rotate(-90deg);
}

@media (min-width: 1200px) {
  a.backtotop {
    display: block;
  }
}
.ln-copyright {
  display: none;
  position: fixed;
  bottom: -4.5rem;
  left: 4.5rem;
  right: 4.5rem;
  width: auto;
  max-width: 100%;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  line-height: 1;
  color: #fff;
  transition: bottom 0.7s cubic-bezier(0.54, 0.18, 0.36, 0.81), color 0.7s cubic-bezier(0.54, 0.18, 0.36, 0.81);
  z-index: 100;
  font-size: 0.8rem;
}
.ln-copyright a {
  color: #fff;
}
@media (min-width: 1200px) {

  .ln-copyright {
    display: block;
  }
}

/* Overlay at start */

/* Zoom effect */