@font-face {
    font-family: sarabunMediumItalic;
    src: url(fonts/Sarabun/Sarabun-MediumItalic.ttf);
}
@font-face {
    font-family: sarabunLight;
    src: url(fonts/Sarabun/Sarabun-Light.ttf);
}
@font-face {
    font-family: sarabunMedium;
    src: url(fonts/Sarabun/Sarabun-Medium.ttf);
}

.logo-image{
    text-decoration: none; font-size: 23px; font-weight: 500;
    color: black !important; font-family: sarabunMediumItalic;
    padding-left: 20px;
}
.nav-link{
    color: black !important; font-family: sarabunLight;
    padding-right: 10px;
}

#main_head{
    text-align: left;
    font-size: 38px; margin-top: 50px;
    color: black !important; font-family: sarabunLight;
}
#main_head_sub{
    text-align: left;
    font-size: 38px; margin-top: 10px;
    color: black !important; font-family: sarabunLight;
}
#main_sub2{
    text-align: left;
    font-size: 23px; margin-top: 40px;
    color: black !important; font-family: sarabunLight;
}

/* MAIN PAGE TUTORIAL VIDEO AND WORLD CONNECTION VIDEO CSS */
.tutorial-train-ai{
	margin-top: 50px; 
	border-radius: 10px; 
	box-shadow: 1px 3px 3px #ccc; 
	width: 540px; 
	height: auto;
}
.world-connection{
	width: 100%; 
	height: auto; 
	margin: auto;
}

.btn-solid-dark {
	display: inline-block;
	padding: 1.1875rem 2.125rem 1.1875rem 2.125rem;
	border: 0.125rem solid black;
	border-radius: 2rem;
	background-color: black;
	color: #fff;
	font: 700 0.75rem/0 "Raleway", sans-serif;
	text-decoration: none;
	transition: 0.2s;
}
.btn-solid-dark:hover {
	text-decoration: none;
	color: black;
	background: white;

}

#emailRegisterForm{
    width: 350px;
    height: 50px;
    box-shadow: 1px 0px 4px #ccc;
    margin-top: 40px;
    border-radius: 30px;
}
#emailRegisterInfo{
    outline: none !important;
    border: none;
    width: 60%;
    height: 50px;
    position: relative;
    left: 10px;
}
#emailRegisterBtn{
    display: inline;
    position: relative;
    top: -1px;
    background: #000;
    color: white;
    height: 50px;
    border-radius: 30px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    right: -18px;
    padding-left: 20px;
    padding-right: 25px;
}
#emailRegError{
    text-align: left;
    padding-top: 10px;
    padding-left: 30px;
    color: red;
    display: none;
}

#invalidEmailError, #invalidNameError, #invalidPassError, #alreadyRegError, #incorrectCredError, #incorrectMethodError, #illegalActionError, #techIssueError, #error_code{
    /* padding-top: 10px; */
    color: red;
    display: none;
}
#alreadyRegError a{
    color: #007bff;
    text-decoration: none;
}
#alreadyRegError a:hover{
    color: #000408;
}
#clauseStatement{
    line-height: 24px;
}

#skipHead{
    text-align: left; font-size: 19px; color: #555555 !important; font-family: sarabunLight;
    margin-top: 35px; margin-bottom: 15px;
}
#linkedinRegisterBtn{
    float: left;
    height: 50px;
    background: black;
    color: white;
    width: 350px;
    border-radius: 50px;
}

#linkedinLoader, #verifyCodeAttemptLoader, #forgotAttemptLoader, #resetPasswordAttemptLoader{
    font-size: 10px;
    display: none;
}

#businessGen{
    text-align: center; font-size: 19px; color:#111 !important; font-family: sarabunLight;
    margin-top: 75px; margin-bottom: 15px;
}
#firstTime{
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    font-family: sarabunMedium;
    margin-top: 50px;
    margin-bottom: 15px;
    background: #2196f3;
    padding: 8px 25px;
    text-align: center;
    width: 350px;
    border-radius: 20px;
}
#tcapply{
    text-align: left;
    width: 80%;
}
#businessTalk{
    color: blue; text-decoration: none;
}

#yt-demo{
    margin-top: 50px;
    border-radius: 10px;
    box-shadow: 5px 5px 7px #ccc;
}

#trustedby, #whyqb, #whatqb, .card-title, .footer-head{
    color: #000;
    font-family: 'sarabunMedium';
}

.whatqbinfo{
    font-size: 19px; margin-top: 5%; color: #333 !important; font-family: sarabunLight;
}
#whatisqb{
    width: 90%;
}

.footer-about{
    color: #222222;
}
.footer-links{
    color: #222222; cursor: pointer;text-decoration: none;
}
.footer-icon{
    color: #222222; cursor: pointer; font-size: 20px; margin-right: 15px;
}
.footer-icon-mail{
    color: #222222; cursor: pointer; font-size: 20px; 
}

#mainLoginHead{
    font-size: 30px; margin-top: 40px;
    color: black !important; font-family: sarabunLight;
}
#mainLogin{
    font-size: 35px; 
    color: black !important; font-family: sarabunMedium;
}
#linkedinLoginBtn, #linkedinSignupBtn{
    height: 50px;
    background: black;
    color: white;
    width: 350px;
    border-radius: 50px;
    margin-top: 35px;
}
#linkedinSignupMethodError, #linkedinIllegalError, #linkedinTechError{
    margin-top: 40px;
    text-align: left;
    padding-left: 20px;
    color: red;
    display: none;
}

#wrapper {
    width: 12%; 
    text-align: center; 
    border-bottom: 1px solid #888; 
    line-height: 0.01em;
}
#wrapper span { 
    background:#fff; 
    padding:0 10px; 
}
#emailLoginInfo, #passLoginInfo, #emailForgotP, #verificationResetCodeInput, #newPass1, #newPass2{
    outline: none !important;
    border: none;
    width: 350px;
    height: 50px;
    box-shadow: 1px 0px 4px #ccc;
    border-radius: 30px;
    margin: 10px auto;
    padding-left: 30px;
}
#loginBtn{
    height: 46px;
    background: black;
    color: white;
    width: 150px;
    border-radius: 50px;
    font-size: 22px;
}

#forgotPasswordRequest{
    display: block;
    cursor: pointer;
}
#forgotPBtn{
    min-height: 50px;
    background: black;
    color: white;
    width: 240px;
    border-radius: 50px;
    font-size: 22px;
}
#forgotPBtnText{
    font-size: 18px;
    line-height: 0 !important;
}
#forgotPMsg{
    display: none;
}

/* RESET PASSWORD */
#verifyResetCodeBtn, #resetPasswordBtn{
    height: 46px;
    background: black;
    color: white;
    width: 260px;
    border-radius: 50px;
    margin-top: 35px;
    font-size: 18px;
}
#changePassword{
    display: none;
}
#success_code{
    padding-top: 10px;
    color: green;
    display: none;
}
#loginref{
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
#loginref:hover{
    text-decoration: underline;
}


/* register.php */
#leftMainView{
    text-align: center;
}
#leftMainImg{
    width: 100%;
}
#mainRegHead{
    font-size: 30px; margin-top: 40px;
    color: black !important; font-family: sarabunLight;
}
#mainRegSub{
    font-size: 23px; margin-top: 20px;
    color: black !important; font-family: sarabunLight;
}
#emailSignupForm{
    margin-top: 30px;
}
#emailSignupInfo, #nameSignupInfo, #passSignupInfo, #inviteCodeInfo{
    outline: none !important;
    border: none;
    width: 350px;
    height: 50px;
    margin-top: 20px;
    position: relative;
    padding-left: 25px;
    box-shadow: 1px 0px 4px #ccc;
    border-radius: 30px;
}
#inviteCodeHeader{
    margin-top: 20px;
    margin-bottom: -15px;
    color: #333;
    font-family: sarabunMedium;
}
#emailSignupBtn{
    height: 50px;
    background: black;
    color: white;
    width: 350px;
    border-radius: 50px;
}
#signupAttemptLoader, #loginAttemptLoader{
    font-size: 10px;
    display: none;
}

/* index2.php */
#signupBtn, #getBetaBtn{
    float: left;
    height: 50px;
    background: black;
    color: white;
    width: 150px;
    border-radius: 50px;
    margin-top: 20px;
    margin-left: 20px;
    padding-top: 12px;
    text-decoration: none;
}

#brand_head {
	font-weight: 500;
	line-height: 1.1;
}

.header-title {
	color: #000 !important;
	line-height: 1.4 !important;
	font-weight: 500 !important;
	font-size: max(2.5vw, 1.5rem) !important;
}

.header-subtitle {
	font-size: max(1.5vw, 1rem);
	min-width: min(600px, 80%);
    outline: none !important;
    border: none !important;
    width: 62.5%;
    height: 55px;
}
.header-subtitle-text{
    font-size: 1.3rem;
}
.new-update-section{
    width: fit-content;
    font-weight: 400;
    font-size: 15px !important;
    background: #8E2DE2;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4A00E0, #8E2DE2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    box-shadow: 0px 4px 4px #ccc;
}

.fs-16 {
	font-size: 16px !important;
}

.fs-18 {
	font-size: 18px !important;
}

.fs-20 {
	font-size: 20px !important;
}

.color-000 {
	color: #000 !important;
}
.color-333 {
	color: #333 !important;
}

.btn-warning {
	background-color: #ff644e !important;
    /* background: #2FCE60;
    background: -webkit-linear-gradient(top left, #2FCE60, #3E6832);
    background: -moz-linear-gradient(top left, #2FCE60, #3E6832);
    background: linear-gradient(to bottom right, #2FCE60, #3E6832); */
    border: none;
}

.info-window{
    border-radius: 10px;
    box-shadow: 8px 8px 0px #555;
}

#caseStudyView{
    width: 80%;
}

.video::before {
	content: "";
	height: 100%;
	width: 2px;
	background: #000;
	display: flex;
}
.videoModalClose {
	z-index: 999;
	left: 102%;
	font-size: 24px !important;
}

.headerImg:hover {
	cursor: pointer;
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
}

#launch-gpu-cta{
    width: 350px !important;
    background: black;
    outline: none;
    border: none;
}
#launch-gpu-cta:hover{
    background: #222;
}
.qb-info {
	line-height: 1.4;
}

.why-qb-card {
	border: 3px solid #222 !important;
}
.why-qb-card-list{
    text-align: left;font-family: arial; font-size: 15px;
}

.vertical-line-between::after {
	content: "";
	height: 100%;
	width: 3px;
	background: #000;
	display: flex;
	margin: auto;
}
.try-qb-today {
	background: rgb(136, 253, 185);
	background: linear-gradient(
		22deg,
		rgba(136, 253, 185, 1) 48%,
		rgba(250, 250, 123, 1) 100%
	);
	border: none !important;
	border-radius: 10px;
    min-height: 200px !important;
}
.try-qb-today h3{
    font-family: sarabunMedium;
}
.bg-222 {
	background-color: #222 !important;
}

.videoImg:hover {
	cursor: pointer;
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
}

.what-qb-info{
    font-size: 18px;
    margin-top: 10%;
}

.hg-globe-content { width: 300px; height: 200px; z-index: -1; } 
.hg-globe-content .scene-container { width: auto !important; height: auto !important; } 
.hg-globe-content canvas { 
    /* width: 700px !important; */
    /* height: auto !important; */
    margin-left: -460px;
    margin-top: -30px;
}

/* Host access */
.host-main-div{
    margin-top: 75px;
}
.host-reg-div{
    margin-top: 50px;
}
#gpu_vector{
    width: 80%;
}

.updateBanner{
    box-shadow: 1px 2px 5px #ccc;
    /* background: #0cebeb;
    background: -webkit-linear-gradient(to right, #29ffc6, #20e3b2, #0cebeb);
    background: linear-gradient(to right, #29ffc6, #20e3b2, #0cebeb); */

    background: #fc00ff;  
    background: -webkit-linear-gradient(to right, #00dbde, #fc00ff);  
    background: linear-gradient(to right, #00dbde, #fc00ff);
}
.updateBanner h6,.updateBanner a{
    color: #fff;
    font-weight: 600;
}
.closeUpdateBanner{
    color: #fff;
    margin-top: -2px !important;
}

@media (max-width: 768px){
    #brand_head{
        font-size: 14px;
    }
	.tutorial-train-ai{
		margin-top: 50px; 
		border-radius: 10px; 
		box-shadow: 1px 3px 3px #ccc; 
		width: 95%; 
		margin: auto;
		height: auto;
	}
	.world-connection{
		margin-top: 50px; 
		width: 95%; 
		height: auto; 
		margin: auto;
	}
    #leftMainView{
        display: none;
    }
    .train-model-steps {
        width: auto;
    }
    #caseStudyView{
        width: 90%;
    }
    .header-subtitle{
        width: 90%;
        height: auto;
    }
    .try-qb-today {
		width: 90vw !important;
		max-width: auto !important;
	}
    .updateBanner h6{
        font-size: 13px;
    }
}

@media screen and (max-width: 540px) {
    #earthMeta{
        display: none;
    }
    #yt-demo{
        width: 95% !important;
        margin-left: 2.5%;
    }
    #firstTime{
        font-size: 18px;
        padding: 10px 25px;
    }
    #main_head, #main_head_sub{
        font-size: 30px;
        margin-top: 10px;
    }
    #main_head_sub{
        margin-top: -20px;
    }
}