@charset "utf-8";
@font-face{
	font-family: "SmartRefs";
	src: url("../fonts/Kanit-Medium.ttf") format("truetype");
}
@font-face{
	font-family: "Inter";
	src: url("../fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
}

body {
	font-family: "Inter", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	width:100%;
	margin: auto;
	padding: 0;
	overflow-x: visible;
}
input[type=text] ,input[type=password] ,input[type=email]{
	width: 100%;
}
select{
	width: 100%;
}
#container {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-color: #BBCFDF;
}
#header {
	width:100%;
	position: fixed;
	_position:absolute;
  	top:0;
  	_top:expression(eval(document.body.scrollTop));
	margin: 0;
	padding: 0;
}
#headerWrapper {
	/*margin-right: auto;
	margin-left: auto;*/
	
	width: 100%;
	padding: 0;
	background-color: #E3E3E3;
}
#contentWrapper {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	max-width: 90%;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: left;
	word-break: break-word;
}
#footerWrapper {
	margin-right: auto;
	margin-left: auto;
	max-width: 960px;
	padding: 5px 20px;
	text-align: center;
}
#content {
	min-height: 650px;
	margin:0;
	pading:0;
	text-align: center;
	color:#2b2b2b;
}
#underHeader {
	height: 70px;
}
#footer {
	background-color: #C0C0C0;
	color: #4B4B4B;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}
#header1 {
	min-width:1050px;
	background-color: #E3E3E3;
	color: #4B4B4B;
	height: 60px;
	clear: both;
	padding:0;
	margin:0;
}
#header2 {
	min-width:400px;
	background-color: #E3E3E3;
	color: #ECECEC;
	height: 25px;
	clear: both;
	padding: 0;
	margin: 0;
}
#divider {
	background-color: #666666;
	width: 100%;
	height: 1px;
	padding: 0;
	margin: 0;
	font-size: 0;
}
#headerLeft {
	float: left;
	/*line-height: 60px;*/
	padding-left: 40px;
	padding-top: 15px;
}
#headerLeft a {
	color: #4B4B4B;
	text-decoration: none;
}
#footer1 {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between; /* Pushes the child divs to opposite sides */
    align-items: center; /* Aligns them vertically */
	width: 100%;
	height: 50px;
	padding: 0;
	margin: 0;
	color: #666666;
}
#footer2 {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between; /* Pushes the child divs to opposite sides */
    width: 100%;
	padding: 10px 0px;
	margin:0;
	color: #555555;
}
#footer2 a{
	color: #555555;
	display: block;
	text-decoration: none;
}
#footer2 a:hover{
	color: #F2F2F2;
}
#footer2 ul{
	list-style-type: none;
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer2 li {
	width:100%;
	padding-bottom:10px;
}
#menuFooter1 {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}
#menuFooter1 ul{
	padding-right: 30px;
}
#menuFooter2 {
	text-align: right;
}

@media (max-width: 600px) {
	#menuFooter1 {
		flex-direction: column;
	}
}

#menu {
	margin: 0;
	padding: 0;
	float: right;
	border-radius: 1;
	font-style: normal;
	font-weight: 400;
}
#menu ul
{
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	float: left;
	margin:0;
}
#menu a {
	display: block;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
	color: #3B3B3B;
	line-height: 60px;
}
#menu a:hover {
	color: #33ADFF;
}
#menu li:hover {
}
#menu2 {
	height:100%;
	margin:0;
	pading:0;
	float: right;
}
#menu2 ul
{
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu2 li {
	float: left;
	margin: 0;
}
#menu2 a {
	display: block;
	text-decoration: none;
	margin: 0;
	color: #777777;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-left: 10px;
}
#menu2 a:hover {
	color: #000000;
}
#error{
	color: #FF0004;
}
#grid{
	border: 1px solid black;
	background-color: #F1F1F1;
	padding: 5px;
	border-radius: 7px; 
}
#license_activation
{
	height: 100px;
}
#license_count
{
	float: left;
	width: 30%;
}
#license_activation_code
{
	float: right;
	width: 70%;
}
div:target {
  padding-top: 200px; 
  margin-top: -200px;
}
#boldInput {
    visibility: hidden;
	height: 0px;
}
#niceButton{
	display: block;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	background-color: #33ADFF;
	line-height: 50px;
	font-size: 130%;
	width: 220px;
	border-radius: 16px;
}
#niceButton:hover {
	background-color: #0099FF;
}


#semiSmall{
	font-size: 95%;
}
#smartrefs1{
	font: 80% "SmartRefs", "Inter", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-shadow: 1px 1px 1px #000;
	text-transform: uppercase;
}
#smartrefs2{
	font: 100% "SmartRefs", "Inter", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-shadow: 1px 1px 1px #000;
	text-transform: uppercase;
}
#contentHeader {
	background: linear-gradient( #353535, #575757);
	background-color: #464646;
	color: #E9E9E9;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 140%;
}
img {
	max-width: 100%;
	height: auto;
}
a img {
	outline : none;
	border : 0;
}
#bigSpace li{
	margin: 0 0 10px 0;
}
#background1{
	background-color: #1A1A1A;
}
a {
	text-decoration: none;
	color: #2C5496;
}
#infotable{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}
#infotabletop{
	padding:0px;
	font-size: 150%;
	text-align: center;
}
#code{
	border: 1px solid black;
	background-color: #F1F1F1;
	padding: 5px;
	font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New;
}
#method{
	color: #3077BD;
}
#param{
	color: #804080;
}
#prop{
	font-weight: bold;
}
.container{
	display: flex;
	flex-wrap: wrap;
	
	justify-content: center;
	gap: 20px;
}

.containerBox {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 450px;
}
.containerBoxSmall {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 300px;
}

@media (max-width: 600px) {
	.containerBoxSmall {
		max-width: 600px;
	}
}

.center{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
}

.centerText{
	text-align: center;
}

.video-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh; /* Adjust the height as needed */
}

.video-wrapper {
	position: relative;
	width: 100%;
	max-width: 1024px; /* Limits the max width */
	aspect-ratio: 16 / 9; /* Maintains 16:9 aspect ratio */
}

.video-wrapper iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background:#E3E3E3;
	color: #2c2c2c;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	z-index: 1000;
	padding-right: 40px;
}

.brand {
	display: flex;
	align-items: center;
	font-size: 200%;
	font-weight: bold;
	color: #4B4B4B;
	padding-left: 15px;
}
.brand a {
	color: #4B4B4B;
}

.brand a:hover {
	color: #4B4B4B;
}

.navMenu {
	display: flex;
	list-style: none;
	padding-right: 20px;
}
.navMenu {
	padding: 0 10px;
}
.navMenu li {
	margin: 0px;
}

.navMenu a {
	color: #4B4B4B;
	text-decoration: none;
	font-size: 1em;
	display: block;
	padding: 0px 15px;
	line-height: 70px;
}
.navMenu a:hover {
	color: #33ADFF;
}

.hamburger {
	display: none;
	flex-direction: column;
	cursor: pointer;
	margin-right: 20px;
}

.menu-icon {
    display: block;
}
.close-icon {
    display: none;
}

.navMenu.active ~ .hamburger .menu-icon {
    display: none;
}
.navMenu.active ~ .hamburger .close-icon {
    display: block;
}
@media (max-width: 960px) {
	.navMenu {
		display: none;
		flex-direction: column;
		position: absolute;
		top: 70px;
		right: 60px;
		background: #E3E3E3;
		width: 220px;
		text-align: left;
		padding: 15px 15px;
		font-size: 130%;
		border-radius: 10px;
		overflow-y: auto;
		max-height: calc(100vh - 120px);
	}
	.navMenu.active {
		display: flex;
	}
	.navMenu a {
		padding: 0px 30px;
		line-height: 60px;
	}
	.hamburger {
		display: flex;
	}
}
@media (min-width: 961px) {
	.navMenu {
		display: flex !important;
	}
}


form {
	display: flex;
	flex-direction: column;
}

input, select, textarea {
	height: 30px;
	padding: 0px 5px;
	margin-bottom:7px;
	max-width:500px;
	border-radius: 7px; 
	border: 1px solid #8b8b8b;
}

textarea {
	max-width: 100%;
	height: 300px;
}

input:hover, select:hover, textarea:hover {
	border: 1px solid #131313;
}

label {
	font-size: 90%;
}

.button {
	width: 150px;
	background-color: #f0f0f0;
}

.button:hover {
	color: white;
	background-color: #484848;
	cursor: pointer;
	border: 0px;
}

#paypalButton {
	width: 121px;
	height: 47px;
	border: 0px;
}

.buyBox{
	border: 1px solid black;
	background-color: #F1F1F1;
	max-width:600px;
	box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: min(5vw, 100px);
	padding-right: min(5vw, 100px);
	border-radius: 7px;
}

.shortInput {
	width: 70px;
}

.roundImg {
	border-radius: 10px;
}

