/**  theme overwrite 
=================================
=================================
=================================*/

:root {
  --primary: #1b0876;
}

body {
  font-family: "Aileron", sans-serif, "Aileron", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Aileron", sans-serif;
}

.blockquote {
  font-family: "Aileron", serif;
}

.btn-border-hover.btn--color-white:before {
  background: #ffffff;
}

.bg-color-primary, .btn--bg-primary, .navbar-sticky--on .btn, .btn--bg-grey:hover, .btn--outline:hover, .btn--outline-thick:hover, .card--focused, .card--outline:hover, .card--outline:focus, .social-lists li a:hover, .media-player-icon--fill-primary, .oval, .slick-active .slick-dots--long, .pagination .page-item.active .page-link {
  background: #1b0876;
}

.bg-fill-primary {
  fill: #1b0876;
}

.footer-widget ul li a:hover, .footer .nav li a:hover {
  color: #ffffff;
  text-decoration: underline
}

.color-primary, .hero-content .btn:hover .media-player-icon--fill-grey, .btn--bg-white:hover, .btn--color-primary, .btn--color-primary:hover, .btn--color-dark.btn-text-hover:hover, .btn--outline.btn--color-primary, .btn--outline-thick.btn--color-primary, .btn-text-hover:hover, .card--focused .btn__text, .lang-selector .lang-dropdown__item:focus, .lang-selector .lang-dropdown__item:hover, .icon-rounded .icon, .media-player-icon--fill-grey:hover, .btn:hover .media-player-icon--fill-grey i, .pagination .page-item .page-link:hover, .dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active, .features--slider-2 .slick-arrow:hover i {
  color: var(--primary);
}

[data-theme=dark] .color-primary, [data-theme=dark] .hero-content .btn:hover .media-player-icon--fill-grey, .hero-content .btn:hover [data-theme=dark] .media-player-icon--fill-grey, [data-theme=dark] .btn--bg-white:hover, [data-theme=dark] .btn--color-primary, [data-theme=dark] .btn-text-hover:hover, [data-theme=dark] .card--focused .btn__text, .card--focused [data-theme=dark] .btn__text, [data-theme=dark] .lang-selector .lang-dropdown__item:focus, .lang-selector [data-theme=dark] .lang-dropdown__item:focus, [data-theme=dark] .lang-selector .lang-dropdown__item:hover, .lang-selector [data-theme=dark] .lang-dropdown__item:hover, [data-theme=dark] .icon-rounded .icon, .icon-rounded [data-theme=dark] .icon, [data-theme=dark] .media-player-icon--fill-grey:hover, [data-theme=dark] .btn:hover .media-player-icon--fill-grey i, .btn:hover .media-player-icon--fill-grey [data-theme=dark] i, [data-theme=dark] .pagination .page-item .page-link:hover, .pagination .page-item [data-theme=dark] .page-link:hover, [data-theme=dark] .dropdown-item:focus, [data-theme=dark] .dropdown-item:hover, [data-theme=dark] .dropdown-item.active, [data-theme=dark] .dropdown-item:active, [data-theme=dark] .features--slider-2 .slick-arrow:hover i, .features--slider-2 .slick-arrow:hover [data-theme=dark] i, [data-theme=dark] .footer-widget ul li a:hover, .footer-widget ul li [data-theme=dark] a:hover, [data-theme=dark] .footer .nav li a:hover, .footer .nav li [data-theme=dark] a:hover {
  color: var(--primary);
}

.features .swipe-tab.active-tab .swipe-tab__inner {
  -webkit-box-shadow: 0px 2px 0px var(--primary);
  box-shadow: 0px 2px 0px var(--primary);
}

.border-primary, .hr--blod, .btn--color-primary, .btn--color-dark.btn-text-hover:hover, .btn--outline:hover, .btn--outline-thick:hover, .btn-text-hover:hover {
  border-color: var(--primary);
}

/* Place your custom styles here (below). 
      This will make it much easier to update the template later - you'll only need to preserve "this file
  ===================================================================================================*/

.footer-app-links-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between
}

.footer-app-links-buttons {
  flex-wrap: wrap
}

.footer-get-our-app {
  margin-bottom: 10px;
}

.footer-get-our-app {
  width: 158px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #4A4A4A;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  display: flex;
}

.footer-get-our-app.google:hover, .footer-get-our-app.apple:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.footer-get-our-app.apple {
  content: "";
  background: transparent url("/img/sprite.png") no-repeat 0 -30px;
  background-size: 180px 172px;
  position: absolute;
  z-index: 1;
  display: block;
  overflow: hidden;
  display: flex;
  position: relative;
}

.footer-get-our-app.google {
  content: "";
  background: transparent url("/img/sprite.png") no-repeat 0 -80px;
  background-size: 180px 172px;
  position: absolute;
  z-index: 1;
  display: block;
  overflow: hidden;
  display: flex;
  position: relative
}

.new-feature-container {
  position: relative;
}

.new-feature {
  background-color: #a73535;
  color: white;
  font-size: 0.6rem;
  padding: 0.3rem 0.5rem;
  position: absolute;
  right: 30%;
  top: 0;
}

.main-header {
  background-color: #f6f7fa;
  position: sticky;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.main-header-primary {
  background-color: #01081f;
  position: sticky;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.store-logo-container {
  width: 105px;
  height: 35px;
}

.bg-light-orange {
  background-color: #fae8da;
}

.border-bottom-radius-md {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.border-top-radius-md {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.border-bottom-radius-0 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.border-top-radius-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.gallery {
  max-height: 60rem;
  overflow: hidden;
}

.gallery .gallery-item {
  transition: all .2s ease;
}

.gallery .vertical-gallery:nth-child(odd) {
  margin-top: 30px;
}

.gallery .vertical-gallery:nth-child(even) {
  margin-top: 100px;
}

.mobile-bg {
  background: linear-gradient(180deg, rgba(255, 255, 255, .8) 0, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, .8) 100%), url("/img/home/bg-steps-mobile.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.steps-background {
  background: initial;
  background-size: initial;
  background-position: initial;
  background-repeat: initial;
}

@media screen and (min-width: 768px) {
  .mobile-bg {
    background: initial;
    background-size: initial;
    background-position: initial;
    background-repeat: initial;
  }
  .steps-background {
    background: linear-gradient(90deg, #fff 0, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, 0) 100%), url("/img/home/bg-steps.jpg");
    background-size: 110% auto;
    background-position: 90px center;
    background-repeat: no-repeat;
  }
}

.step-item {
  z-index: 1;
  position: relative;
}

.step-item::before {
  content: attr(data-step);
  font-weight: 900;
  color: #f2f4f6;
  font-size: 5rem;
  margin-top: 45px;
  margin-right: -15px;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .step-item::before {
    content: attr(data-step);
    font-weight: 900;
    color: #f2f4f6;
    font-size: 5rem;
    margin-top: 45px;
    margin-right: -15px;
    line-height: 0;
    position: absolute;
    left: -35px;
    top: 0;
    z-index: 0;
  }
}

.bg-questions {
  background: url("/img/home/bg-questions.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.text-gold {
  color: #bc9c5c;
}

.text-uppercase {
  text-transform: uppercase!important;
}

.main-footer {
  font-size: 0.8rem;
  padding: 4rem 0;
}

.main-footer p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1rem;
}

.main-footer a {
  color: rgba(255, 255, 255, 0.7);
}

.main-footer a:hover {
  color: #fff;
}

.main-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block;
}

.main-footer-social li a {
  height: 50px;
  width: 50px;
  display: block;
  float: left;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  position: relative;
}

.main-footer-social li a span {
  position: absolute;
  font-size: 26px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main-footer-social li a:hover {
  color: #fff;
}

#subfooter * {
  color: #b4b4b4!important;
  font-size: .5625rem!important;
  font-family: Lato;
}

.btn-rounded {
  border-radius: 50%;
  min-width: 3rem;
  width: 3rem;
  height: 3rem;
  line-height: 2.2rem;
}

.navbar-nav>.nav-item .dropdown-menu {
  border: none;
  background: #fff;
  -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 1.25rem 1.5rem;
  color: #7e8085;
  font-weight: 400;
}

.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
  background: transparent;
  color: #7e8085;
}

.dropdown-menu {
  border: none;
  -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
}

.dropdown-menu {
  position: absolute!important;
  top: 75%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #f6f7fa!important;
  background-clip: padding-box;
  border: 0!important;
  margin: 0!important;
  border-bottom-left-radius: 1%;
  border-bottom-right-radius: 1%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  transition: all 0.2s ease;
}

.dropdown>.dropdown-menu:before {
  content: initial!important;
}

.dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease;
}

@media (min-width: 768px) {
  .w-md-100 {
    width: 100%!important;
  }
}

.btn-gold {
  -webkit-box-shadow: 0 2px 2px 0 rgba(60, 72, 118, 0.14), 0 3px 1px -2px rgba(60, 72, 118, 0.2), 0 1px 5px 0 rgba(60, 72, 118, 0.12);
  box-shadow: 0 2px 2px 0 rgba(60, 72, 118, 0.14), 0 3px 1px -2px rgba(60, 72, 118, 0.2), 0 1px 5px 0 rgba(60, 72, 118, 0.12);
  color: #fff;
  background-color: #b59c5a;
  border-color: #b59c5a;
}

.btn-gold:hover {
  color: #fff;
  background-color: #9c864e;
  border-color: #9c864e;
}

.media-player-icon--fill-gold-inverse {
  color: #b59c5a;
  background: #ffffff;
  left: 6px;
}

.media-player-icon--fill-gold-inverse:hover {
  color: #b59c5a;
  background: #ffffff;
  left: 6px;
}