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

body {
	width:100%;
	margin: auto;
	padding: 0;
	overflow-x: visible;
	font-family: Inter,Helvetica,Arial,sans-serif;
}
img {
	max-width: 100%;
	height: auto;
}
input[type=text] ,input[type=password] ,input[type=email]{
	width: 100%;
}
select{
	width: 100%;
}
#box {
	width: 50%;
}
#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: #1b2227;
}
#contentWrapper {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	max-width: 90%;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: left;
	word-break: break-word;
}
#footerWrapper {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
	padding-top: 5px;
}
#content {
	min-height: 860px;
	margin:0;
	pading:0;
	text-align: center;
	color: #303030;
	background-color: #ffffff;
	font-size: 100%;
}
#underHeader {
	height: 70px;
}
#footer {
	background-color: #1b2227;
	color: #E5E5E5;
	height: 70px;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}
#header1 {
	min-width:1050px;
	background-color: #1b2227;
	color: #E5E5E5;
	height: 70px;
	clear: both;
	padding:0;
	margin:0;
}
#header2 {
	min-width:400px;
	background-color: #1b2227;
	color: #ECECEC;
	height: 26px;
	clear: both;
	padding: 0;
	margin: 0;
}
#divider {
	background-color: #000000;
	width: 100%;
	height: 1px;
	padding: 0;
	margin: 0;
	font-size: 0;
}
#headerLeft {
	float: left;
	/*line-height: 60px;*/
	padding-left: 40px;
	padding-top: 20px;
}
#headerLeft a {
	color: #E5E5E5;
	text-decoration: none;
}
#footer1 {
	width: 100%;
	height: 50px;
	padding: 0;
	margin: 0;
	color: #666666;
}
#footer2 {
	width: 100%;
	height: 160px;
	padding:0;
	margin:0;
}
#footerLeft {
	height: 100%;
	float: left;
	padding-left: 5px;
}
#footerRight {
	height: 100%;
	float: right;
	padding-right: 5px;
}
#menuFooter1 ul {
	list-style-type: none;
	list-style: none;
	width: 130px;
	text-align: left;
	font-size: 120%;
}
#menuFooter1 li {
	float:left;
	width:100%;
	padding-bottom:10px;
}
#menuFooter1 a {
	display: block;
	text-decoration: none;
	color: #E5E5E5;
}
#menuFooter1 a:hover {
	color: #E5E5E5;
}
#menuFooter2 ul {
	list-style-type: none;
	list-style: none;
	width:400px;
	text-align: left;
	font-size: 120%;
	padding:0;
}
#menuFooter2 li {
	float:left;
	width:50%;
	padding-bottom:10px;
}
#menuFooter2 a {
	display: block; 	 
	text-decoration: none;
	color: #E5E5E5;
}
#menuFooter2 a:hover {
	color: #F2F2F2;
}
#menu {
	margin: 0;
	padding: 0;
	padding-right: 20px;
	float: right;
	font-size: 90%;
	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: #ffffff;
	line-height: 70px;
}
#menu a:hover {
	color: #7fff75;
}
#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: #c2c2c2;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-left: 10px;
}
#menu2 a:hover {
	color: #7fff75;
}
#error{
	color: #FF0004;
}
#grid{
	border: 1px solid #8b8b8b;
	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: #30d328;
	line-height: 50px;
	font-size: 130%;
	width: 220px;
	border-radius: 16px;
}
#niceButton:hover {
	background-color: #2bb924;
}

#ppbutton{
	max-width: 1000px;
}
.semiSmall{
	font-size: 95%;
	text-align: left;
}

#san1{
	font: 80% "SmartAnim", "Inter", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
#san2{
	font: 100% "SmartAnim", "Inter", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

#sr1{
	font: 80% "SmartAnim", "Inter", Helvetica, Arial, sans-serif;
	text-shadow: 1px 1px 1px #000;
	text-transform: uppercase;
}
#sr2{
	font: 100% "SmartAnim", "Inter", Helvetica, Arial, sans-serif;
	text-shadow: 1px 1px 1px #000;
	text-transform: uppercase;
}
#contentHeader {
	background-color: #263037;
	background-image: url('../images/battle_001.jpg');
	background-repeat:no-repeat;
	background-position: center center;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
	width: 100%;
	padding: 0;
	font-size: 140%;
	margin: 0;
}
a img {
	outline : none;
	border : 0;
}
#bigSpace li{
	margin: 0 0 10px 0;
}
#mediumSpace li{
	margin: 0 0 5px 0;
}
#background1{
	background-color: #1A1A1A;
}
a {
	text-decoration: none;
	color: #38ba3b;
}
#infotable{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}
#infotabletop{
	padding:0px;
	font-size: 150%;
	text-align: center;
}
#code{
	border: 1px solid black;
	background-color: #dae3e5;
	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;
}
#coolGrid {
  border-spacing: 15px;
}
dd{
	margin-left: 20px;
	margin_top: 5px;
}
.floatLogo{
	width:350px;
	display: flex;
	justify-content: center;
	padding-top:10px;
	padding-bottom:10px;
	padding-left: 10%;
	padding-right: 10%;
}
.contentShorter{
	padding-left: 20px;
	padding-right: 20px;
}

.container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
}

.container2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; 
  gap: 5px;
}

.centerContainer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	max-width: 750px;
}
.grid div{
  	width: 150px;
}

.gridWide {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	max-width: 800px;
}
.gridWide div{
  	width: 200px;
}

.coolBox{
	border: 1px solid #8b8b8b;
	background-color: #F1F1F1;
	margin: 5px;
	font-weight: bold;
	font-size: 150%;
	border-radius: 10px;
	overflow: hidden; 
}
.coolBox a {
	display: block;
	color: #505050;
}
.coolBox :hover{
	background-color: #30d328;
	color: #ffffff;
}
.coolBox div{
	padding: 5px;
}

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

.centerText{
	text-align: center;
}

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: #1b2227;
	cursor: pointer;
	border: 0px;
}

textarea {
	resize: none;
}

.buyBox{
	border: 1px solid #8b8b8b;
	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;
}

.navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background:#1b2227;
	color: #E5E5E5;
	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: #E5E5E5;
	padding-left: 15px;
}
.brand a {
	color: #E5E5E5;
}

.brand a:hover {
	color: #E5E5E5;
}

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

.navMenu li {
	margin: 0;
}
.navMenu a {
	color: white;
	text-decoration: none;
	font-size: 1em;
	display: block; 
	text-decoration: none;
	padding: 0px 15px;
	line-height: 70px;
}
.navMenu a:hover {
	color: #7fff75;
}

.hamburger {
	display: none;
	flex-direction: column;
	cursor: pointer;
	margin-right: 20px;
}
.hamburger div {
	width: 25px;
	height: 3px;
	background: white;
	margin: 4px;
}
.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: 860px) {
	.navMenu {
		display: none;
		flex-direction: column;
		position: absolute;
		top: 60px;
		right: 50px;
		background: #1b2227;
		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: 861px) {
	.navMenu {
		display: flex !important;
	}
}

.roundImg {
	border-radius: 10px;
}

.roundDlg {
	border-radius: 8px;
}

.navLinks {
	color: #38ba3b;
}


.navLinks a:hover {
	text-decoration: underline;
}

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

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


.smallButton{
	display: block;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	background-color: #1b2227;
	width: 100px;
	border-radius: 10px;
	border: 0px;
	padding: 6px 8px;
	border: 1px solid #1b222700;
}
.smallButton:hover {
	background-color: #1e3647;
	border: 1px solid #1b2227;
}

.box2 {
	max-width: 480px;
	padding: 0px 5px;
	box-sizing: border-box;
}

.box3 {
	max-width: 320px;
	padding: 5px;
	box-sizing: border-box;
}

.box2 h3{
	margin:0;
}

.box3 h3{
	margin:0;
}

.morphTarget{
	text-align: center;
	font-size: 75%;
}


/* Dark overlay */
.video-modal {
  display: none;
  position: fixed;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/* Centered video box */
.video-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64vw;
  height: calc(64vw * 9 / 16); /* keeps 16:9 ratio */
  max-width: 1200px;
  max-height: 80vh;
  position: relative;
  margin-top: 20px; /* pushes it down */
}

/* Video iframe fills container */
.video-container iframe {
  width: 100%;
  height: 100%;
}

/* Close button */
.close-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  background: white;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

/* Thumbnail wrapper */
.video-thumb {
  position: relative;
  display: block;     /* full width inside parent */
  cursor: pointer;
  width: 100%;        /* take full width of .video-item */
  box-sizing: border-box;
}

.video-thumb img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px; /* rounded corners */
}

/* Play button overlay */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: white;
  transition: background 0.3s, color 0.3s;
}

/* Hover effect */
.video-thumb:hover .play-button {
  background: rgba(139, 139, 139, 0.8);
  color: white;
}

.video-item {
  width: 46%;        /* controls two-column layout */
  margin: 1%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}

.video-title,
.video-desc {
  width: 100%;       /* align with thumbnail width */
  margin: 8px 0;
}

/* Responsive tweaks for mobile */
@media (max-width: 768px) {
  .video-container {
    width: 90vw;
    height: calc(90vw * 9 / 16); /* maintain 16:9 */
    max-height: 80vh;
    margin-top: 0; /* center better on small screens */
  }

  .video-item {
  width: 100%;        /* controls one-column layout */
  margin-bottom: 20px; 
}

  .close-btn {
    width: 32px;
    height: 32px;
    font-size: 16px;
    top: -12px;
    right: -12px;
  }

  .play-button {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
}
