
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}







/* BASE */
body, html {
  line-height: 1.4;
  font-family: "Nunito", sans-serif;
  font-size: 16px !important;
  font-weight: 400; }

body, html {
  background-color: #000;
}

.container, .container-fluid { overflow: hidden; }

.container {
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1); }






/* COLORS */
.lgrey { color: #969696; }
.white { color: #fff; }
.black { color: #000; }
.blue { color: #0082FA; }







/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6, p { font-size: 1rem; }

/* _font size */
.small { font-size: .9rem;}
.medium { font-size: 1.5rem;}
.large { font-size: 2rem;}
.xlarge { font-size: 2.5rem;}

/* _font weight */
.thin { font-weight: 300; }
.semi { font-weight: 600; }







/* LAYOUT */
.main__hero {
  min-height: 750px;
  position: relative; }

  @media (max-width: 768px) {
    .main__hero {
      min-height: 440px; }
    }

.mw__8 {
  max-width: 800px;
  margin: 0 auto; }

.mw__12 {
  max-width: 1200px;
  margin: 0 auto; }

.mw__14 {
  max-width: 1400px;
  margin: 0 auto; }

.mw__19 {
  max-width: 100vw;
  margin: 0 auto; }

  .steps__list {
    display: flex;
    justify-content: space-around;
  }

  @media (max-width: 991px) {
    .steps__list { flex-direction: column; }
    .steps__item { padding: 15px 0; }
  }





/* BUTTONS */
.btn {
  padding: 7px 30px;
  border-radius: 30px;
  font-size: 1rem;
  border: none; }

.btn-blue {
  background-color: #007bff;
  color: #fff;
  border: 1px solid #007bff; }

.btn-blue:hover {
  background-color: transparent;
  color: #007bff;
  border: 1px solid #007bff; }

.btn-purple {
  background-color: purple;
  color: #fff; }

.btn-clear-w {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff; }

.btn-clear-b {
  background-color: transparent;
  border: 1px solid #121212;
  color: #121212; }

.btn-clear-b:hover {
  background-color: #000!important;
  border: 1px solid #121212;
  color: #FFF; }

.btn-clear-w:hover {
  background-color: rgba(255, 255, 255, 0.1); }

.btn-clear-b:hover {
  background-color: rgba(255, 255, 255, 0.1); }

.btn-blue-contra:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff; }



/* NAVIGATION NAV TABS */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #88bdf1;
  background-color: unset;
  border-color: unset; }

.nav-tabs .nav-link {
  border: none; }

.nav-tabs .nav-link.active {
  opacity: 1; }

.nav-tabs {display: flex; justify-content: space-around; flex-wrap: nowrap; align-items: baseline;}
.tab-description { display: block;}
.nav-tabs a { opacity: .2; }
.nav-tabs a:hover { opacity: 1; }

.nav-tabs { border-bottom: none; }

.tab-pane h2 { font-size: 1.5rem; padding-top: 1rem; }
.tab-pane li { font-size: .9rem; }
.tab-content img { transition: .3s; opacity: 1; }
.tab-content img:hover { opacity: .9;}

.strike { text-decoration: line-through; }
.hr-line { max-width: 80%; background-color: #333;}



/* BACKGROUNDS */
.bg__1 {
  background-image: url("../img/hero_bg_full.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 34% center;
  background-attachment: scroll; }

.bg__2 {
  background-image: url("../img/phone_bg_1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% bottom; }

.bg__3 {
  background-image: url("../img/phone_bg_2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% center; }

.bg__4 {
  background-image: url("../img/phone_bg_3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% center; }

.darken {
  background: linear-gradient(rgba(0,0,0, 0), #000); }





/* BACK TO TOP */
.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  top: 0;
  left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #e86256;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.cd-nugget-info a:hover { opacity: .8; }
.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block; }

.cd-nugget-info span svg { display: block; }
.cd-nugget-info .cd-nugget-info-arrow { fill: #e86256; }

.cd-top {
  visibility: hidden;
}

.cd-top.cd-top--fade-out { opacity: .5; }
.cd-top.cd-top--show {
    visibility: visible;
    opacity: .9;
    width: 45px;
    height: 45px;
    background:#646464;
    padding: 10px 10px;
    color: #FFF;
    border-radius: 30px;
    position: fixed;
    right: 25px;
    bottom: 25px;
  transition: .3s; }

.cd-top.cd-top--show:hover { opacity: 1; }
