@charset "utf-8";
/* CSS Document */
/********* universe *********/ 

.universe_banner{
	position:relative; 
	width:100vw; 
	height:100vh; 
	height:calc(100vh - 72px); 
	height:calc(100vh - 72px); 
	overflow:hidden;
	color:#ffffff;
	max-height: 1000px;
}


.universe_overlay, .universe_banner_content{
	width:100%; 
	height:100%; 
	position:absolute; 
	top:0; 
	left:0; 
	z-index:1;
}
.universe_banner_content{
	padding-top:80px;
}

.universe_overlay{

height:50%; 
	
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 25%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,0) 100%); 
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+30,0+100 */
}

.banner_gradient{
	width:100%; 
	height:50%; 
	position:absolute; 
	bottom:0; 
	left:0; 
	z-index:1;
	background:rgba(0,0,0,0.5);	

	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 70%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 70%,rgba(0,0,0,1) 100%); 
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 70%,rgba(0,0,0,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+70 */
}


.universe_banner_content{
	z-index:2;
	color:#ffffff;
	height:auto;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	transform:translate(0, 0); 
	-webkit-transform:translate(0, 0); 
}

.universe_banner img.tablet{
	transform:translate(-25%, 0); 
	-webkit-transform:translate(-25%, 0); 
	height:100%
}
.universe_banner img.mobile{
	transform:translate(-35%, 0); 
	-webkit-transform:translate(-35%, 0); 
	height:100%
}

.bannerTitles{
	position:relative;
	z-index:5;
}

.universe_banner_content .title{
	font-family: 'Advent Pro', sans-serif;
	font-size:120px;
	text-align:center;
	padding:30px 20px 0 20px;
	text-transform:uppercase;
	font-weight:300;
	color:#ffffff;
}

.universe-title{
	font-family: 'Advent Pro', sans-serif;
	font-size:90px;
	font-weight:300;
	text-transform:uppercase;
}

.universe_banner_content .subTitle{
	font-size:16px;
	text-align:center;
}

.universe_description{
	font-size:20px;

}

.author.subTitle{
	font-size:14px
}

.universe_box.img-responsive{
	height:auto;
	max-width:1000px;
	margin:-80px auto auto;	
}

.universe_description.lpos{
	position:absolute;
	top:55%;
	left:0;
	z-index:2;
	text-align:right
}
.universe_description.rpos{
	position:absolute;
	top:55%;
	right:0;
	z-index:2;	
}

.bottomBanner{
	margin-top:-80px;
	position:relative;
	z-index:10;
}

.universe_banner_content  .bottomBanner .subTitle{
	margin-top:10px;
}

.ub_spacer{
	background:#000;
}

.universe_products_section{
	    display: flex;
}

.leftBg{
	flex: 1;
	background:green;
	position:absolute;
	left:0;
	top:0;
	background:rgba(53,52,60,0.70);
	z-index:0;
	height:100%;
	
	background: -moz-linear-gradient(left, rgba(53,52,60,0.1) 0%, rgba(53,52,60,0.7) 45%, rgba(53,52,60,0.7) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(53,52,60,0.1) 0%,rgba(53,52,60,0.7) 45%,rgba(53,52,60,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(53,52,60,0.1) 0%,rgba(53,52,60,0.7) 45%,rgba(53,52,60,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#b3ffffff',GradientType=1 );
}

.universe_products_section ul li{
	margin:5px 0;
}

.universe_products_section ul li a, .universe_products_section ul li span{
	color:#fff;
	cursor:pointer;	
}
.universe_products_section ul li a:hover, .universe_products_section ul li span:hover{
	color:#f45d34;
}

.listContainer{
	padding-right:20px;
}


.universe_products_section .content{
	color:#fff;
	font-size:14px;
}
.universe_products_section .content p{
	padding:5px 0;
}

.universe_products_section .content h1, .universe_products_section .content h3, .universe_products_section .content h3{
	font-weight:400 !important;
	margin-bottom:10px;
}

.softwareSection .mainTitle{
	font-size:18px;
	text-align:center;
	margin-bottom:30px;	
	font-weight:300;
	color:#fff;	
	padding:20px;
}

.quotePlacement{
	text-align:center; 
	color:#fff; 
	position:absolute; 
	top:50%; 
	right:0; 
	-webkit-transform:translate(0, -50%);
	transform:translate(0, -50%);
}

.b-box{
	
	box-sizing:border-box;
}

.quoteSection{
	background:#040404;
}

.dark-content{
	color:#ffffff;
	background:#040404;
}

.dark-content .after-shadow {
    -webkit-box-shadow: 5em 0px 3em -3em rgb(80 80 80 / 25%);
    box-shadow: 5em 0px 3em -3em rgb(80 80 80 / 25%);
	
}

.bundle-includes-list{
	height:500px;
	overflow:auto;
}

.u-video-bg{
	height:100%; 
	width:100%; 
	position:absolute; 
	left:0; 
	top:0; 
	z-index:5;
}

.u-video-top{
	height: -webkit-calc(100vh - 80px);
	height: calc(100vh - 80px);
	max-height:1600px;
}

.u-video-bg iframe{
	width: 220% !important;
    height: 220% !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index:5;
}
.universe-overlay{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgba(0,0,0,0.5);
	z-index:6;
}

.alternative-bg{
	height:100%; 
	z-index:1; 
	left:50%; 
	top:0; 
	-o-transform:translate(-50%, 0); 
	-moz-transform:translate(-50%, 0); 
	-ms-transform:translate(-50%, 0); 
	-webkit-transform:translate(-50%, 0); 
	transform:translate(-50%, 0); 
	position:absolute;	
}

.scale-img img{
	-ms-transform:scale(1.5) translate(0,40px);
	-o-transform:scale(1.5) translate(0,40px);
	-moz-transform:scale(1.5) translate(0,40px);
	-webkit-transform:scale(1.5) translate(0,40px);
	transform:scale(1.5) translate(0,40px);
}

.universe-fix{
	margin-top:80px;
font-weight:600;
line-height:200%;
}

.universe-content-pos{
	position:relative;
	z-index:10;
}

.j-center{
	justify-content: center;
}

.u-video-top .flexedItem:first-of-type{
		/*-webkit-box-shadow: 5em 0px 3em -3em rgb(255 255 255 / 25%);
		box-shadow: 5em 0px 3em -3em rgb(255 255 255 / 25%);*/
		/*max-width:40%;*/
		padding:30px;
	}
	
/*.u-video-top .flexedItem:nth-of-type(2){
	padding:30px 80px;
}

.u-video-top .flexedItem:nth-of-type(2) .light-title{
	font-size:40px;
	text-align:center;
}

.u-video-top .flexedItem:nth-of-type(2) .light-title.main{
	font-size: 70px;
    text-align: center;
}*/

.u-video-top{
	text-align:center; 
}

.u-video-top .light-title{
	font-size:40px;
	text-align:center;
	font-weight:400;
	
}

.u-video-top .light-title span{
	font-weight:700; 
}

.u-video-top .light-title span:nth-of-type(2){
	text-transform:uppercase; 
}

.u-video-top .light-title:not(.main){
	line-height:150%;
}

.u-video-top .light-title.main{
	font-size:65px;
	text-align:center;
	box-shadow:0em -5em 3em -3em rgb(80 80 80 / 25%);
	margin-bottom:20px;
	-webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient( 
23deg
 , #ff9800 30%, #ff5722 70%);
 position:relative;
 font-weight:500;
}

.u-video-top .universe-title:after{
	content: "";
    filter: brightness(1.9921);
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, rgb(255 255 255) 1%,rgba(255,255,255,0) 72%);
}


.u-video-top .universe-title{
	font-size:150px;
	margin: 0 auto 30px;
	width: min-content;
	max-width:100%;
	text-shadow: 2px 3px 20px rgb(0 0 0);
	position:relative
}


}
	

@media (min-width:1200px){
		.u-vide-bg iframe{
			width: 180% !important;
			height: 180% !important;
		}
}

@media (min-width:1350px){
		.u-vide-bg iframe{
			width: 150% !important;
			height: 150% !important;
		}
}

@media (min-width:1700px){
		.u-vide-bg iframe{
			width: 125% !important;
			height: 125% !important;
		}
}

@media (max-width:1230px)and (min-width: 1024px){
	
	
	.u-vide-bg iframe{
		width: 240% !important;
		height: 240% !important;
	}
}
@media (max-width:1024px){
	.u-video-top .universe-title {
    font-size: 100px;
	}
	
	.u-video-top .light-title.main {
		font-size: 50px;
	}
	
	.u-video-top .light-title {
    font-size: 32px;
	}
	
	.universe_banner{
		max-height: none;
	}
	
	
	.universe_banner_content .title{
		font-size:80px;
		padding:40px 20px 0 20px;
	}
	
	
	.universe_box.img-responsive{
		margin-top:-50px;
	}
	
	.bottomBanner{
		margin-top:-40px;
	}
	
	.bottomBanner .bdl_btn.orangeBtn{
		min-width:230px;
	}
	
	.softwareSection .mainTitle{
	font-size:27px;
	}
	.universe-title {    
    font-size: 70px;
	}
	
	.rotate-bundle-includes a{
		height:200px
	}
	
	.u-video-top{

		max-height:800px;
	}
	
	

}

@media (max-width:768px){
	
	.u-video-top .universe-title {
    font-size: 70px;
	}
	
	.u-video-top .light-title.main {
		font-size: 40px;
	}
	
	.u-video-top .light-title {
    font-size: 25px;
	}
	
	.scale-img.pro_img_big img.img-responsive-contain{
		-ms-transform:scale(1.6) translate(0,0);
		-o-transform:scale(1.6) translate(0,0);
		-moz-transform:scale(1.6) translate(0,0);
		-webkit-transform:scale(1.6) translate(0,0);
		transform:scale(1.6) translate(0,0);
	}
	
	.scale-img.pro_img_big{
		height:initial;
	}
	
	.paddingTB20.bundle_uni{
		padding-top:0;
	}
	
	.universe-fix{
		margin-top:30px;
		
	}
	
	.universe-title{
		text-align:center;
	}
	
	.bundle-includes-list{
	height:initial;
	}
	
	.universe_banner_content{
		height:auto;
		min-height:100%;
		top:0;
		transform:translate(0, 0); 
		-webkit-transform:translate(0, 0); 
		/*position:static;*/
	}

	.universe_box.img-responsive{
		margin-top:-30px;
	}
	
	.universe_description.lpos, .universe_description.rpos{
		position:static;
		text-align:center;
		padding-top:0;
	}
	
	.bottomBanner{
		margin-top:0;
	}
	
	.quotePlacement{
		position:static; 
		-webkit-transform:translate(0, 0);
		transform:translate(0, 0);
	}
	
	.softwareSection .mainTitle{
		font-size:21px;
	}
	.universe_banner_content .title {
		font-size: 60px;
	}
	.u-video-top .flexedItem{
		min-width:100%;
		flex:0;
	} 
	
	.u-video-top .flexedItem:first-of-type{
		max-width:100%;
	}	


}

@media (max-width:650px){	

	.u-video-top .light-title.main {
		font-size: 30px;
	}
	
	.u-video-top .light-title {
    font-size: 20px;
	}
}
@media (max-width:450px){
	
	.u-video-top .universe-title {
    font-size: 55px;
	}
	
	.u-video-top .light-title.main {
		font-size: 25px;
	}
	
	.u-video-top .light-title {
    font-size: 18px;
	}
}