*{
	font-family: 'Titillium Web', sans-serif;
	box-sizing: border-box;	
	outline:0;
	font-size: 16px;
	color: #000;
}

a{
	text-decoration: none;
}

html {
  padding: env(safe-area-inset); 
}

body{
	background-color: black;
}

#container{
	width: 100%;
    max-width: 1920px;
    position: relative;
    margin: auto;
	max-height: 100vh;
	overflow: hidden;
	
	/*top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

#container video{
	width: 100%;
	height: auto;
	display: block;
	position: absolute;

   /* top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
	
}

#container video.flydown{
	z-index: 10;
}

#container video.intro{
	z-index: 9;
}

#container video.loop{
	z-index: 8;
}

.overlay{
	position: absolute;
    z-index: 100000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
   backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.black_screen{
	position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: #000000;
	opacity: 0;
}

.overlay a{
	color: white;
}

.video_players_group{
	z-index: 20;
	
}

.video_players_group.active{
	z-index: 25;
	
}

#general_buttons{
	opacity: 0;
	position: absolute;
    z-index: 50;
    bottom: 10px;
    right: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}


#general_buttons a{
    padding: 10px !important;
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    margin-left: 10px;
    justify-content: center;
}

#general_buttons a:first-child{
	margin-left: 0px;
}

#general_buttons .button{
	text-align: center;
}

.green{
	background-color: #42cd5394;
	color: white;
}

.green:hover{
	background-color: #42CD53
}

.white{
	background-color: #ffffffa6;
}

.white:hover{
	background-color: white;
}

.black{
	background-color: #00000070;
	color: white;
}

.black:hover{
	background-color: black;
}

.button{
	border-radius: 30px;
    font-weight: 600;
    padding: 10px 15px 10px 10px;
    min-width: 100px;
    backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    align-items: center;
	height: 45px;
}

.button img{
	margin-right: 10px;
}

@media only screen 
and (max-width : 979px)
{
	
	.button img {
		max-height: 20px;
		max-width: 32px;
	}
	
	.button {
		height: 30px;
		font-size: 10px;
		max-width: 135px;
		min-width: auto;
	}
	
	#general_buttons .button{
		min-width: 80px;
	}
}


#scene_buttons{
	position: absolute;
    z-index: 40;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#scene_buttons a{
	display: none;
	opacity: 0;
	position: absolute;
}

#animation{
	position: absolute;
    right: 0;
    bottom: 0;
    /*background-color: #00ffff47;*/
    width: 100%;
    z-index: 10;
	overflow: hidden;
}

#animation img{
	width: 100%;
}

#animation .film_roll{
	display: none;
	position: relative;
	
}

#animation .film_roll img{
	display: block;
}

#navigation{
	opacity: 0;
	position: absolute;
    top: 0;
    left: 0;
    z-index: 80;
	border-radius: 0 0 10px 0;
    overflow: hidden;
	background-color: #ffffffd1;
	backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

#nav_items{
	display: none;
	padding: 30px 40px;
	
}

#nav_items ul, #nav_items li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav_items ul{
	margin-top: 30px;
}

#nav_items ul:first-child{
	margin-top: 0;
}

#nav_items li{
	margin-top: 5px;
}

#nav_items .menu_header{
	color: #41CD52;
	font-weight: bold;
	margin-top: 20px;
}

#nav_items .menu_header:first-child{
	margin-top: 0px;
}

#nav_items li a:hover{
	text-decoration: underline;
}

@media only screen 
and (max-height : 570px)
{
	
	#nav_items{
		width: 100vw;
		padding: 0px 40px 30px;
	}
	
	#nav_items::after{
		clear: both;
		content:'';
		display: table;
	}
	
	#nav_items ul {
		float: left;
		margin-top: 0;
		margin-left: 10%;
	}
	
	#nav_items li a{
		font-size: 14px;
	}
	
	#nav_items li {
		margin-top: 2px;
	}
}


#menuIcon button{
	background-color: white;
	transition: none;
    opacity: 1 !important;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before,
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before
{
	background-color: #42CD53;
	border-radius: 0;
	width: 35px;
}

.hamburger-box{
	width: 35px;
}

#yt_video .video_text{
	margin-top: 20px;
	font-size: 22px;
}

#yt_video .video_header{
	margin-bottom: 20px;
	font-size: 46px;
	font-weight: 600;
	color: #41CD52;
}

#yt_video .close{
	width: 32px;
	height: 32px;
	background-image: url("https://www.qt.io/hubfs/_website/qtworld/images/close.svg");
	background-repeat: no-repeat;
    background-position: top left;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    text-indent: -9999px;
    background-size: contain;
}

.yt_video_container{
	background-color: white;
    padding: 40px 20px;
	width: 50%;
    position: relative;
    max-width: 900px;
}

.video-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	/*padding-top: 30px; */
	height: 0; 
	overflow: hidden; 
}

.video-container iframe, 
.video-container object, 
.video-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	border: 0;
}

.overlay_video_container{
	position: relative;
    z-index: 100;
	width: 100%;
}


@media only screen 
and (max-width : 1200px)
{
	#yt_video .video_text{
		font-size: 20px;
	}

	#yt_video .video_header{
		font-size: 36px;
	}


}

@media only screen 
and (max-width : 980px)
{
	.yt_video_container{
		padding: 40px 20px 20px;
	}
	
	#yt_video .video_text{
		font-size: 12px;
	}

	#yt_video .video_header{
		font-size: 26px;
	}


}


@media only screen 
and (max-height : 400px)
{
	.yt_video_container{
		width: 40%;
	}
}


.sb_container{
	position: absolute;
    z-index: 100000;
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   /* justify-content: center;
    align-items: center;*/
	opacity: 0;
	
}

.sb_container input[type="email"], .sb_container input[type="text"] {
    width: 100%;
    display: block;
    margin-top: 10px;
    border: 0;
}


.sb::before{
	background-image: url(https://www.qt.io/hubfs/_website/qtworld/images/yansima.png);
    height: 70px;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999999;
    width: 100%;
    background-repeat: no-repeat;
	background-position: top right;

}

.sb {
	width: 300px;
    height: 270px;
    background-image: url(https://www.qt.io/hubfs/_website/qtworld/images/sb.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 20px;
	/*margin-left: 20%;
    margin-bottom: 24%;*/
	position: absolute;
	
}

#email_form.sb_container .sb{
	 width: 350px;
    height: 317px;
}

#email_form.sb_container .sb .answers, #name_form.sb_container .sb .answers{
	justify-content: flex-end;
}

#email_form.sb_container .sb .answers a{
	width: auto;
}

#name_form.sb_container .sb{
	width: 300px;
    height: 270px;
}

#industry_form.sb_container .sb{
	width: 260px;
    height: 235px;
}


.sb_container #gdpr{
	margin-top: 0;
}

.sb_container #gdpr *{
	font-size: 13px;
	line-height: 18px;
}

.sb .answers{
	display: flex;
	justify-content: space-between;
}

.answer_black{
	background-image: url("https://www.qt.io/hubfs/_website/qtworld/images/black_button.svg");
	color: #41CD52;
}

.answer_green{
	background-image: url("https://www.qt.io/hubfs/_website/qtworld/images/green_button.svg");
	color: white;
}

.sb .answers a{
	width: 90px;
    background-size: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top left;
    padding: 8px 0;
}

.sb > div{
	background-color: #d3d3d385;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 20px 10px;
    height: 78%;
    display: flex;
    flex-direction: column;
	justify-content: space-between;

	
}

.sb > div *{
	font-size: 16px;
	line-height: 20px;
}

@media only screen 
and (max-width : 800px)
{
	.sb *{
		font-size: 12px !important;
	}
	
	#email_form.sb_container .sb {
		width: 320px;
		height: 290px;
	}

}

#portrait_warning{
	background-image: url(https://www.qt.io/hubfs/_website/qtworld/images/landscape.jpg);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-position: center;
    background-size: cover;
	
}

#user_click{
	position: absolute;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#user_click a{
    background-size: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top left;    
	display: inline-block;
    padding: 10px;
}

#user_click_popup{
	background-color: #00550aba;
    padding: 40px;
    width: 35%;
    max-width: 475px;
    min-width: 350px;
    height: 100%;
    display: flex;
    align-content: center;
    right: 0px;
    position: absolute;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

#user_click_popup > div{
	align-self: center;
}

#user_click_popup .header{
	font-size: 52px;
	color: #41CD52;
}


#user_click_popup .text{
	color: #fff;
    margin: 10px 0 25px 0;
    line-height: 20px;
}



@media only screen 
and (max-width : 1100px)
{
	
	#user_click_popup .header{
		font-size: 40px;
	}

}


#mainpage_name_form{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	z-index: 99999;
	align-items: center;
    justify-content: center;
	/*backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);*/
}

#mainpage_name_form > div{
	width: 350px;
    height: 315px;
    background-image: url(https://www.qt.io/hubfs/_website/qtworld/images/sb.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 25px;
	position: absolute;
}

@media only screen 
and (max-width : 800px)
{
	
	#mainpage_name_form > div{
		width: 310px;
		height: 280px;
	}
	
	#mainpage_name_form .submit {
		margin-top: 10px !important;
	}

}

#mainpage_name_form > div::before{
	background-image: url(https://www.qt.io/hubfs/_website/qtworld/images/yansima.png);
    height: 70px;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999999;
    width: 100%;
    background-repeat: no-repeat;
	background-position: top right;

}

#mainpage_name_form > div > div{
	clip-path: polygon( 0px 20px, 20px 0px, 100% 0px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0px 100%, 0px 20px );
	background-color: #ffffff91;
	backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
	height: 77%;
    padding: 20px;
}


#mainpage_name_form input{
	width: 100%;
    border: 1px solid #707070;
	line-height: 20px;
}

#mainpage_name_form .hi{
	color: #00550A;
	font-size: 18px;
	margin-bottom: 10px;
}

#mainpage_name_form .label {
    margin-bottom: 5px;
}

#mainpage_name_form .submit {
    margin-top: 20px;
	text-align: right;
}

.forms_submit_button{
    background-size: 100%;
    background-image: url("https://www.qt.io/hubfs/_website/qtworld/images/submit.svg");
    background-repeat: no-repeat;
    background-position: top left;    
	display: inline-block;
    width: 50px !important;
    height: 50px !important;
}

@media only screen 
and (max-width : 800px)
{
	
	.forms_submit_button{
		width: 35px !important;
		height: 35px !important;
	}

}

#gdpr {
	margin-top: 20px;
    display: flex;

}

#gdpr a{
	color: inherit;
	text-decoration: underline;
}

#gdpr > div{
	width: 100%;
}

#gdpr .chkbx{
	background-image: url(https://www.qt.io/hubfs/_website/qtworld/images/chkbx.svg);
    background-repeat: no-repeat;
    background-position: top left;
    height: 20px;
    display: inline-block;
    width: 40px;
}

#gdpr .chkbx.checked{
	background-position: left bottom;
}

canvas{
	width: 100%;
	display: block;
	height: auto;
}

/******************************************************/

#hs-eu-cookie-confirmation{
	bottom: 0 !important;
	top: auto !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p{
	text-align: center !important;
}

/*#cookie_warning a.btn{
	display: inline-block;
    padding: 10px;
	text-decoration: none;
	margin-left: 20px;
    clip-path: polygon( 0px 10px, 10px 0px, 100% 0px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0px 100%, 0px 10px );
	min-width: 100px;
}**/


/***********************************************************/


input[type=text], input[type=email]{
	border-radius: 30px;
	padding: 8px 10px;
}

#video_poster{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 21;
	background-image: url("https://www.qt.io/hubfs/_website/qtworld/images/mainpage_video_poster.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
}




