/* Required height of parents of the Full Page Intro and Intro itself */
html, body {
	font-family: 'Roboto', sans-serif;
}

.view-index {
	height: 150%; 
	background-image: url('/public/img/AdobeStock_188218642.jpeg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	background-position-y: 230px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1;
	font-weight: 300;
}

@font-face {
 font-family: "Freescript";
 src: url('/public/font/freescript/FREESCPT.TTF') format("truetype");
}

#scrollUp {
	bottom: 30px !important;
	right: 20px !important;
}

.big-title {
	font-size: 4em;
	font-family: Freescript;
}

.view {
	position: relative;
}

.view .mask {
	width: inherit;
}

.separator {
	height: 3em;
	width: 100%;
}

.separator-header {
	height: 10em;
}

.text-blue {
	font-weight: bold;
	color: #1eafff;
}

.text-white {
	font-weight: bold;
	color: #fff;
}

.text-orange {
	font-weight: bold;
	color: #FF8900 !important;
}

.btn {
	border-radius: 25em;
	/*width: 250px;*/
}

.btn-flash::before {
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	position: absolute;
	width: 50px;
	left: -60px;
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	transform: skewX(-20deg);
	-webkit-transition: 350ms ease all;
	-moz-transition: 350ms ease all;
	transition: 350ms ease all;
	background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
	-webkit-transition: 0ms ease all;
	-moz-transition: 0ms ease all;
	transition: 0ms ease all;
	opacity: .5;
}

.btn:hover::before {
	left: 110%;
	-webkit-transition: 800ms ease all;
	-moz-transition: 800ms ease all;
	transition: 800ms ease all;
	opacity: .2;
}

.picker__list-item:hover {
	background-color : transparent !important;
}

.picker--focused .picker__list-item--selected {
	color : #000 !important;
	background-color : #FF8900 !important;
}

#time-counter {
  font-size: 5em; }

@media only screen and (max-width: 768px) {
	#time-counter {
  font-size: 50px; }
}

/* Navbar animation */
.navbar {
  background-color: #FFF; 
  box-shadow: none;
}

.nav-link:hover {
	/*background-color: #1EAFFF;*/
	/*border-radius: 0 10px 10px 10px;*/
	color: #FF8900 !important;
	text-shadow: 2px 2px 2px #DDD;
}

.dropdown:hover .dropdown-menu {
	display: block;
	border-radius: 15px 15px 0 15px;
	box-shadow: 2px 2px 2px #DDD;
	border: none;
	margin-left: 8px;
	background-color: #DDD;
}

.dropdown .dropdown-item:hover {
	border-radius: 10px 10px 0 10px;
	box-shadow: 2px 2px 2px #444;
}


#navbar ul > li > a::after {
	content: ' ';
	display: none;
}

.navbar .nav-link {
	text-transform: uppercase;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
	color: #000;
}


.nav-flex-icons .nav-link {
	margin: 0;
	color: #000 !important;
}

#btn-cart {
	z-index: 1030;
	position: fixed;
	right: 15px;
	top: 12px;
}

.top-nav-collapse {
  background-color: #FFF;
  box-shadow: 0 8px 16px #DDD;
  /*height: 75px;*/ 
}

.top-nav-collapse .navbar-brand img{
	height: 50px;
}

.page-footer {
  background-color: #181818;
}

.subheader {
	font-size: 0.625em;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 1em;
	color: black;
	font-weight: 600;
}

#header {
	padding-top : 9em;
}

.header-title {
	font-size: 1.625rem;
	font-family: 'Raleway', sans-serif;
}

.header-title::before {
	content: ' ';
	border-top: 2px solid #1EAFFF;
	width: 6.25rem;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	float: none;
	display: block;
	clear: both;
	line-height: 0;
}

.header-white {
	color: #1EAFFF;
	font-weight: bold;
	font-size: 1.625rem;
	letter-spacing: -.02em;
	font-family: 'Raleway', sans-serif;
}

.title-primary{
	font-size: 3rem;
	font-weight: 600;
}
.title-second{
	font-size: 2rem;
	font-weight: 600;
}
.title-sub-second{
	font-size: 1.5rem !important;
}

.header-white::before {
	clear: both;
	content: ' ';
	line-height: 0;
	display: table;
	width: 100%;
}

.second {
	font-size : 4em;
}

h1::after {
	clear: both;
	content: ' ';
	display: table;
	width: 100%;
}

#head-btn1 {
	background-color: #FF8900 !important;
}

#head-btn2:hover {
	background-color: #FFF !important;
	color: #1eafff !important;
	-webkit-transition: 350ms ease all;
	-moz-transition: 350ms ease all;
	transition: 350ms ease all;
}

.img-header {
	margin-top: -15%;
}

.transition {
	background-color: #EEE;
	height: 500px;
	width: 100%;
	position: relative;
	top: 0px;
}

.carousel-container {
  margin: 30px auto;
  width: 360px;
  height: 80vh;
  position: relative;
  perspective: 1000px;
}

.carousel-takeaway {
  height: 100%;
  width: 100%;
  position: absolute;
  transform-style: preserve-3d;
  transition: transform 7s;
}

.item {
  display: block;
  position: absolute;
  /*background: #000;*/
  width: 360px;
  /*height: 200px;*/
  /*line-height: 200px;*/
  /*font-size: 5em;*/
  /*text-align: center;*/
  /*color: #FFF;*/
  /*opacity: 0.95;*/
  border-radius: 10px;
}

/*.i1 { transform: rotateY(0deg) translateZ(360px); }
.i2 { transform: rotateY(60deg) translateZ(360px);}
.i3 { transform: rotateY(120deg) translateZ(360px);}
.i4 { transform: rotateY(180deg) translateZ(360px);}
.i5 { transform: rotateY(240deg) translateZ(360px);}
.i6 { transform: rotateY(300deg) translateZ(360px);}*/


.next, .prev {
  color: #444;
  width: 100px;
  position: relative;
  /*top: 100px;*/
  /*padding: 1em;*/
  cursor: pointer;
  /*background: #CCC;*/
  border-radius: 5px;
  border-top: 1px solid #FFF;
  box-shadow: 0 5px 0 #999;
  transition: box-shadow 0.1s, top 0.1s;
  margin: 0px auto 50px auto;
}
.next:hover, .prev:hover { color: #000; }
.next:active, .prev:active {
  /*top: 104px;*/
  box-shadow: 0 1px 0 #999;
}
/*.next { right: -20em; }
.prev { left: -20em; }*/

#table {
	position: relative;
	z-index: -1;
	top: 12px;
	right: 76px;
	width: 142%;
	perspective: 1000px;
	transform: translateZ(575px);
}

.counter {
    position: absolute;
    z-index: 2;
    margin-left: -25px;
    border-radius: 50%;
    left: auto;
    top: 6px;
    padding: 0.25em 0.5em;
}

.sticker {
    position: absolute;
    top: 8px;
    right: -35px;
    width: 125px;
    padding: 3.75px 7.5px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(45deg);
    z-index:5;
    box-shadow: 0px -2px 10px #333;
}
.sticker.sale {
    background: rgba(237,60,50,0.85);
}

.sticker.sold-out {
    background: #333;
}

@media (min-width:992px) {
     .modal-lg,
     .modal-xl {
      max-width:800px
     }
}
@media (min-width:1200px) {
    .modal-xl {
      max-width:1140px
    }
}

#preloader {
    position: fixed;
    top: 25%;
    left: 25%;
    width: 50%;
    height:50%;
    z-index: 9999;
    background: rgba(0,0,0,0.6);
    border-radius: 50px;
}

#preloader h4 {
    position: absolute;
    top: 61%;
    left: 38%;
}

.preloader-wrapper.active {
    position: absolute;
    top: 41%;
    left: 47%;
}

.card.card-cascade.wider {
	margin-top: 60px;
}

/*.transition h3, h4 {
	color: #FFF;
	font-family: 'Raleway', sans-serif;

}

.transition h3 {
	padding-top: 3%;
	font-weight: bold;
}

#block-1 {
	background-color: rgba(255,137,0, 0.5);
}

#block-2 {
	background-color: rgba(30,175,255, 0.5);
}

#block-3 {
	background-color: rgba(30,175,255, 0.5);
}

#block-4 {
	background-color: rgba(255,137,0, 0.5);
}


.transition input {
	width: 320px !important;
	height: calc(2.5em + .75rem + 2px) !important;
	color: #DDD;
	border-color: #DDD;
	border-radius: 25em !important;
	box-shadow: 2px 2px 2px #333;
	background-color: transparent;
	margin-right: 1em;
	padding-left: 0.5em ;
}

.transition form {
	margin-top: 3%;
}

.transition button {
	background-color: #1eafff;
	height: calc(2.5em + .75rem + 2px) !important;
	border-radius: 25em;
	color: #FFF;
	text-transform: uppercase;
}

.transition button:hover {
	background-color: rgba(30,175,255,0.5);
}

main {
	position: relative;
	top: 0px;
	clear: both;
}

.container-title h2 {
	font-size: 5em;
	font-family: 'Raleway', sans-serif;
	padding-bottom: 0.5em;
}

.container-title h6 {
	font-size: 1.5em;
	font-family: 'Roboto', sans-serif;
	color: #000;
	padding-bottom: 2em;
}

section .subtitle {
	font-size: 1.5em;
}

#fast {
	margin-left: -15px;
	margin-right: -15px;
}

.feature-fast-title {
	font-family: 'Raleway', sans-serif;
	font-size: 80px;
	color: #000;
	font-weight: 300;
	padding: 1em 0;
}

.feature-fast-title span {
	font-weight: 700;
	color: #fff;
}

.fast-text p {
	font-size: 1.40625rem;
}

.fast-text h3 {
	color : #FFF;
	font-weight: bold;
}


.feature-custom-title {
	font-family: 'Raleway', sans-serif;
	font-size: 80px;
	color: #000;
	font-weight: 300;
}

.feature-custom-title span {
	font-weight: 700;
	color: #1eafff;
}

.custom-text {
	padding: 11.25em 0;
}

.custom-text h5 {
	font-weight: 700;
}

.custom-text .row i {
	font-size: 80px;
	color: #FF8900;
}


.feature-portfolio-title {
	font-family: 'Raleway', sans-serif;
	font-size: 80px;
	color: #fff;
	font-weight: 300;
	margin-top: 1em;
}

.feature-portfolio-title span {
	font-weight: 700;
	color: #1eafff;
}

.portfolio-text {
	color: #fff;
	padding: 1.25em 0;
}

#responsive .row {
	padding: 2em 0;
}

.feature-responsive-title {
	font-family: 'Raleway', sans-serif;
	font-size: 80px;
	color: #000;
	font-weight: 300;
}

.feature-responsive-title span {
	font-weight: 700;
	color: #1eafff;
}

.responsive-text {
	padding: 11.25em 0;
}

.responsive-text h5 {
	font-weight: 700;
}

.responsive-text .row i {
	font-size: 80px;
	color: #1eafff;
}

#video-header {
	background-color: #1eafff;
	width: 101.5%;
	position: relative;
	top: 0;
	margin-left: -15px;
	margin-right: -15px;
	padding : 5em 0;
	height: 100%;
}

#video-header h3 {
	color: #000;
	font-family: 'Raleway', sans-serif;
	font-size: 60px;

}

#video {
	margin-left: -15px;
	margin-right: -15px;
	/*padding:3em 0;
	position: relative;
	top: 0;
}

#video iframe {
	text-align: center;
	position: relative;
	top: -2em;
	left: 50%;
	margin-left: -24.5%;
	width: 49%;
}

#video h3 {
	color: #FF8900;
	font-weight: bold;
	font-size: 2.5em;
}

#video h6 {
	text-align : left;
	line-height: 2em;
	color: #FFF;
	/*font-weight: bold;
	font-size: 1.5em;
}

#video .col-lg-6 {
	background-color: rgba(30,175,255, 0.5);
	border-radius: 15px;
}

#btn-video {
	background-color: #1eafff !important;
	width: 300px;
	margin: 3em 0;
}

.feature-startups-title {
	font-family: 'Raleway', sans-serif;
	font-size: 80px;
	color: #000;
	font-weight: 300;
}

.feature-startups-title span {
	font-weight: 700;
	color: #1eafff;
}

.startups-text {
	color: #000;
	font-weight: bold;
	padding: 11.25em 0;
}

.startups-bg-or {
	background-color: rgba(175,255,0, 0.8);
	border-radius : 10px;
	padding: 20px;
}
.startups-bg {
	background-color: rgba(255,255,255, 0.8);
	border-radius : 10px;
	padding: 20px;
}

.btn-startups {
	background-color: #1eafff !important;
	margin: 3em 0;
}

.btn-startups:hover {
	background-color: #1eafff !important;
	color: #fff !important;
}



/*******************************************************************************************************/
/*  MEDIA QUERIES                                                                                      */
/*******************************************************************************************************/

@media only screen and (max-width: 368px) {
	
	.view {
		height: 110%;
	}

    .navbar {
    	background-color: #fff; 
    	height: 12em;
		transition: 0.1s all;
	}

    .navbar-coming {
   		background-color: transparent;
   	} 

   	.navbar-brand {
   		width: 30%;
   	}

   	.navbar-brand img {
   		width: 100%;
   	}

   	.btn {
   		font-size: 10px;
   	}

   	#header {
   		padding-top: 7em;
   	}

   	.subheader {
   		font-size: 0.55em;
   		display: block;
   	}

   	.header-title, .header-white {
   		font-size: 1em;
   	}

   	.img-header {
   		margin-top: 0;
   	}

   	.transition {
   		height: 370px;
   	}

   	.container-title h2 {
   		font-size: 3em;
   	}

   	.fast-text {
   		margin-top: 2em;
   		padding: 0 0.5em;
   	}

   	.feature-fast-title {
   		font-size: 3em;
   	}

   	.fast-text p{
   		font-size: 1em;
   	}

   	.fast-img {
   		height: inherit;
   		line-height: inherit;
   		width: 50%;
   		margin: 0 auto;
   	}

   	.feature-custom-title {
		font-size: 3em;
   	}

	.custom-text {
		color: #000;
		background-color: rgba(255,255,255,0.75);
		border-radius: 0 10px 10px 0
	}

	.portfolio-text {
		padding-left: 0.5em;
	}

   	.feature-portfolio-title {
   		font-size: 3em;
   	}

   	.portfolio-text p {
   		padding-right: 10em;
   	}
	
   	.feature-responsive-title {
   		font-size: 3em;
   	}

   	.responsive-text  {
		color: #000;
		background-color: rgba(255,255,255,0.75);
		border-radius: 0 10px 10px 0
	}

   	#video-header {
   		width: 109%;
   	}

   	#video-header h3 {
   		font-size: 3em;
   	}

   	#video iframe {
   		width: 80%;
   		margin-left:-40%;
   	}

   	#video h6 {
   		font-weight: inherit;
   		font-size: 1em;
   	}
	
	.startups-text {
		padding: 10em 0.5em;
	}

   	.feature-startups-title {
   		font-size:  3em;
   	}
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.feature-custom-title {
		font-size: 3em;
   	}

   	 .container-title h2 {
   		font-size: 3em;
   	}

   	.fast-img {
		height: 375px;
	  	line-height: 375px;
	}

	.feature-fast-title {
		font-size: 3em;
	}

	.fast-text p {
		font-size: 1em;
	}

	.custom-text {
		color: #000;
		background-color: #FFF;
		border-radius: 10px;
	}

	.feature-portfolio-title {
   		font-size: 3em;
   	}

   	.portfolio-text p {
   		padding-right: 22em;
   	}

   	.feature-responsive-title {
   		font-size: 3em;
   	}

   	.responsive-text {
		color: #000;
		background-color: #FFF;
		border-radius: 10px 0 0 10px;
	}

	.responsive-text .col-3 {
   		padding-left: 3em;
   		margin-right: 1em;
   		margin-bottom: 1em;
   		color: #1eafff;
   	}

   	#video-header {
   		width: 109%;
   	}

   	#video-header h3 {
   		font-size: 3em;
   	}

   	#video iframe {
   		width: 80%;
   		margin-left:-40%;
   	}

   	#video h6 {
   		font-weight: inherit;
   		font-size: 1em;
   	}
	
	.startups-text {
		padding: 10em 10em 10em 0.5em ;
	}

   	.feature-startups-title {
   		font-size:  3em;
   	}
}
