/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local('Montserrat Thin'), local('Montserrat-Thin'), url(https://fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm45_Qphzg.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_aZA7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_cJD7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_bZF7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_c5H7g4.ttf) format('truetype');
}
/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */
/* =============== Base =============== */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: #333;
}
/* Anchor Links */
a {
  color: #f78674;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #c8907f;
  text-decoration: none;
}
b,
strong {
  font-weight: 700;
}
/* Horizontal Rules */
hr {
  height: 1px;
  border: none;
  color: #ccc;
  background-color: #ccc;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
/* Blockquote */
blockquote {
  background: transparent;
  padding: 0 0 0 30px;
  margin: 0;
  position: relative;
  color: #6d6d6d;
  border-left: solid 7px #ffc24c;
}
blockquote > :last-child {
  margin-bottom: 0;
}

.jarallax {
  width: 100%;
  height: 100vh;
  position: relative;
}

.jarallax:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  /*background: rgba(0, 27, 43, .7);*/
  z-index: 0;
}

.banner-img {
  width: 100%;
  height: 100vh;
  position: relative;
  background: url('../img/business07.jpg') scroll 50% 50% no-repeat;
  background-size: cover;
}

.banner-img:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 0;
}

.jarallax .container,
.banner-img .container {
  position: relative;
  z-index: 5;
}

.img-logo img {
  width: 300px;
  height: auto;
}

.getting-started {
  padding-bottom: 0 !important;
}

.getting-started .event-conunter {
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -1.8px;
  line-height: 60px;
  color: #fff;
  min-width: 80px;
  text-align: center;
}

.getting-started .text {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 17px;
  opacity: 0.5;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  opacity: .5;
}

.getting-started .sep {
  padding: 0 10px;
  font-size: 2.5rem;
  line-height: 1.5;
  opacity: .5;
  color: #fff;
  position: relative;
  top: -10px;
}

.until-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 27.2px;
  color: #fff;
  padding-top: 5px !important;
}

