/* #Primary
================================================== */
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #212112;
  background-color: #fff;
  overflow-x: hidden;
  transition: all 300ms ease-out; }

::selection {
  color: #fff;
  background-color: #3c43fc; }

::-moz-selection {
  color: #fff;
  background-color: #3c43fc; }

/* #Navigation
================================================== */
.action {
  color: #3c43fc; }

.body-start {
  padding-top: 82px; }

.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 10px 0;
  box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 5px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.start-header.scroll-on .navbar-brand img {
  height: 28px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.navigation-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.navbar {
  padding: 0; }

.navbar-brand img {
  height: 52px;
  width: auto;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0; }

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none; }

.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
  transition: all 300ms linear; }

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
  transition: all 300ms linear; }

.navbar-light .navbar-toggler-icon:after {
  top: 8px; }

.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon:after {
  transform: rotate(45deg); }

.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg); }

.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon {
  border-color: transparent; }

.nav-link {
  color: #212121 !important;
  font-weight: 400;
  transition: all 200ms linear; }

.nav-item:hover .nav-link {
  color: #3c43fc !important; }

.nav-item.active .nav-link {
  color: #777 !important; }

.nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block; }

.nav-item:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #3c43fc;
  opacity: 0;
  transition: all 200ms linear; }
  @media (max-width: 768px) {
    .nav-item:after {
      display: none; } }
.nav-item:hover:after {
  bottom: 0;
  opacity: 1; }

.nav-item.active:hover:after {
  opacity: 0; }

.nav-item {
  position: relative;
  transition: all 200ms linear; }

/* #Primary style
================================================== */
.bg-light {
  background-color: #fff !important;
  transition: all 200ms linear; }

.nav-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  transition: all 200ms linear; }

.nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0px, 0); }

.dropdown-menu {
  padding: 10px !important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  transition: all 200ms linear; }
  @media (max-width: 768px) {
    .dropdown-menu {
      padding: 0 !important;
      background-color: transparent;
      box-shadow: none;
      transition: all 200ms linear; } }
.custom-header {
  background-color: #ecfffd; }

.title-col {
  min-height: 250px; }

.hero-title {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible; }

.title-padding {
  min-height: 180px;
  padding-right: 15%; }

.slider-btn {
  position: absolute;
  bottom: -40px;
  right: 15%;
  background-color: white;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  font-size: 2rem;
  box-shadow: 0px 40px 40px 0px rgba(138, 155, 165, 0.4);
  color: #4e9cff; }
  .slider-btn:hover {
    cursor: pointer;
    color: #b2c4ff; }

.how-header {
  text-align: center; }
  @media (min-width: 1200px) {
    .how-header {
      margin-top: 80px; } }
.how-it-works-header {
  margin-top: 40px;
  text-align: center; }
  @media (min-width: 1200px) {
    .how-it-works-header {
      margin-top: 80px; } }
.section-header {
  font-size: 48px;
  color: #463f3f;
  font-weight: 600;
  text-align: center; }

.description-header {
  font-size: 36px;
  color: #463f3f;
  padding-bottom: 10px; }

.description {
  color: #707070; }

.col-center {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.align-end {
  align-items: flex-end; }

.align-right {
  align-items: flex-start; }

.img-col {
  height: calc((100vw - 3rem) * 0.7);
  align-items: center; }
  @media (min-width: 768px) {
    .img-col {
      height: calc(((100vw * 7 / 12) - 3rem) * 0.7); } }
  @media (min-width: 1200px) {
    .img-col {
      height: calc(((100vw * 5 / 12) - 3rem) * 0.7); } }
.blob, .blob-right, .blob-left {
  position: absolute;
  z-index: 1;
  width: 30%;
  bottom: 5%; }

.blob-left {
  left: -10%; }

.blob-right {
  right: -10%; }

.screen-opacity {
  max-height: 100%;
  width: 85%;
  position: absolute;
  opacity: 0.6;
  z-index: 2; }

.rotate-left {
  transform: rotate(-5deg); }

.rotate-right {
  transform: rotate(5deg); }

.screen-real {
  max-height: 100%;
  width: 85%;
  position: absolute;
  z-index: 3; }

.free-trial {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url("/img/trialBackground.svg");
  background-size: cover;
  color: white; }

@media (max-width: 420px) {
  .superimposition {
    font-size: 2.5em; } }

.free-trial-header {
  font-size: 36px;
  text-transform: uppercase;
  color: white; }

.free-trial-description {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  margin-bottom: 40px; }

.price-header {
  font-size: 24px;
  color: #3c43fc;
  padding-top: 5px;
  padding-bottom: 30px; }

.price-then {
  font-size: 20px;
  color: #212112;
  padding-top: 5px;
  padding-bottom: 30px; }

.cephan-btn, .main-btn, .normal-btn, .login-btn, .trial-btn {
  background-color: white;
  color: black;
  text-transform: uppercase;
  border-color: #3e64ff;
  padding: 10px 30px; }
  .cephan-btn:hover, .main-btn:hover, .normal-btn:hover, .login-btn:hover, .trial-btn:hover {
    cursor: pointer; }

.trial-btn {
  color: black; }

.normal-btn, .login-btn {
  color: #3e64ff; }

.main-btn {
  background-color: #3c43fc;
  color: white;
  text-transform: none;
  width: 10em; }

.login-btn {
  background-color: transparent;
  min-width: 10em;
  width: auto; }

.free-note {
  padding-left: 0.5rem;
  font-size: 24px;
  font-weight: 500; }

.footer-stripe {
  height: 10vh;
  max-height: 100px;
  background-color: #15ead1; }

.bg-footer-light {
  background-color: #ecfffd; }

.footer-col-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .footer-col-header {
      height: 75px; } }
.footer-small-description {
  color: #726f6f;
  font-size: 0.8rem;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .footer-small-description {
      font-size: 1rem; } }
.footer-mail:hover {
  cursor: pointer; }

.img-footer {
  min-height: 100px;
  width: 100%; }
  .img-footer > img {
    max-height: 150px; }

.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden; }
  .anchor#howItWorks {
    top: -150px; }

.support-link:hover {
  color: #007bff;
  cursor: pointer;
  text-decoration: none; }

.demo-img {
  border-radius: 3%/5%;
  -webkit-box-shadow: 0px 0px 21px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 21px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 21px 2px rgba(0, 0, 0, 0.1); }

@media (min-width: 1200px) {
  .big-card {
    font-size: 1.2rem; } }

.package-mycard {
  background: white;
  height: 22em;
  width: 18em;
  min-width: 18em;
  margin-bottom: 3em;
  margin-right: 1.5em;
  margin-left: 1.5em; }

.package-box {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent; }

.package-box svg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  filter: drop-shadow(0 0.19em 0.19em rgba(0, 0, 0, 0.3)); }

.package-box .package-text {
  position: relative;
  z-index: 1;
  background-color: transparent; }

.dashed-hr {
  margin: 0;
  margin-left: 0.375em;
  margin-right: 0.375em;
  margin-bottom: 2em;
  border-top: 1px dashed lightgray;
  position: relative;
  z-index: 2; }

.package-title {
  padding-top: 1.3em;
  padding-bottom: 1.3em;
  text-align: center;
  color: #666666;
  font-weight: 700;
  font-size: 1.1em; }

.welcome {
  color: #3e64ff; }

.package-description {
  text-align: center;
  color: #666666; }

.package-price {
  color: #130081;
  font-weight: 700;
  font-size: 2.5em; }

.price-small {
  font-weight: 600;
  padding-top: 0.5em;
  font-size: 0.9em; }

.package-size {
  font-size: 0.9em;
  font-weight: 200; }

.package-description-text {
  font-size: 1em;
  padding-left: 0.75em;
  padding-right: 0.75em; }

.checkout-button {
  color: white;
  background-color: #3e64ff;
  border-radius: 0;
  font-size: 0.9em;
  font-weight: 500;
  width: 9.375em; }

.checkout-button-inverse {
  color: #212112;
  background-color: white;
  border: 1px solid #212112; }

/* lang-select start */
.select2-results__option {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 48px;
  height: 48px;
  padding: 0 16px;
  text-align: left;
  text-decoration: none;
  max-width: 100%;
  position: relative; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: inherit;
  color: inherit; }

.select2-results__option:hover {
  background-color: #f5f5f5 !important; }

.select2-container--default .select2-results__option--selected {
  background-color: inherit;
  color: inherit; }

.select2-results,
.select2-results__options {
  min-height: 210px;
  background: inherit;
  border: none;
  border-radius: 4px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12) !important; }

.select2-container--default .select2-selection--single {
  background-color: inherit;
  border: inherit;
  border-radius: inherit; }

.select2-container--open .select2-dropdown--below {
  /* min-width: 112px;
  max-width: 280px;
  overflow: auto;
  -webkit-overflow-scrolling: touch; */
  /* max-height: calc(100vh - 48px); */
  /* border-radius: 4px; */
  /* outline: 0;*/
  min-height: 210px;
  min-width: 150px;
  border: none;
  border-radius: 4px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12) !important; }

.select2-results__options {
  padding-top: 8px;
  padding-bottom: 8px;
  max-height: none !important;
  overflow-y: visible !important; }

select.lang-select + .select2 {
  /* ml-4 (mobile left border) */
  /* minus */
  /* select left padding */
  margin-left: calc(1.5rem - 8px) !important; }

/* flag box-shadow fix */
.select2-selection__rendered {
  line-height: 39px !important; }

.select2-container .select2-selection--single {
  height: 39px !important; }

.select2-selection__arrow {
  height: 36px !important; }

#navbarSupportedContent {
  min-height: 39px; }

.lang-select {
  min-height: 39px; }

/* flag box-shadow fix end */
.lang-select {
  display: none;
  width: 8em;
  /* width is hard-coded, might depend on content */ }

.flag {
  width: 28px;
  height: 20px;
  box-shadow: 0 2px 10px rgba(50, 50, 50, 0.5); }

/* lang-select end */
