body {
	font-family: Arial, sans-serif;
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
/* table {
	border-collapse: collapse;
	border: 3px solid rgb(92, 95, 90);
} 

th,td {
	border: 2px solid rgb(108, 124, 110);
} */

nav {
	width: auto;
	/* font-family: "Sofia", sans-serif; */
	background-color: #000000;
	color: #ffffff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 5px;
}

nav img {
	margin-left: 50px;
	width: 15%;
	height: 70px;
	object-fit: fill;
	/* Set your preferred height for the logo */
}
nav img:hover {
	margin-left: 50px;
	width: 15%;
	height: 70px;
	object-fit: scale-down;
	cursor: pointer;
	/* Set your preferred height for the logo */
}

ul {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
}

li {
	margin: 0 15px;
}

a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#menu {
	font-size: x-large;
	justify-content: space-between;
}

@media screen and (max-width: 800px) {
	nav {
		background-color: #000000;
		width: auto;
		flex-direction: column;
		align-items: flex-start;
	}


	ul {
		margin-top: 10px;
	}

	li {
		margin: 10px 0;
	}

	/* Add styles for the hamburger menu icon */
	#menu-icon {
		display: block;
		font-size: 20px;
		cursor: pointer;
	}

	#menu-icon:before {
		content: "\2630";
		/* Unicode character for hamburger icon */
	}

	ul {
		display: none;
	}

	ul.show {
		display: flex;
		flex-direction: column;
		width: 100%;
		background-color: #494949;
		position: absolute;
		top: 50px;
		left: 0;
		z-index: 1;
	}

	ul.show li {
		margin: 10px;
	}

	nav img {
		margin-left: 20px;
		width: 15%;
		height: 5%;
		/* Set your preferred height for the logo */
	}
	nav img:hover {
		margin-left: 20px;
		width: 15%;
		height: 25px;
		object-fit: scale-down;
		cursor: pointer;
		/* Set your preferred height for the logo */
	}
}

.slider-container {
	position: relative;
	width: 800%;
	max-width: 800px;
	margin: auto;
	
	overflow: hidden;
}

.slider {
	padding: 2px black;
	display: flex;
	transition: transform 0.8s ease-in-out;
}

.slide {
	min-width: 100%;
	box-sizing: border-box;
	flex: 1;
	background-size: cover;
	background-position: center;
}

img {
	width: 100%;
	height: auto;
	border: 2px solid #eeeeeea9;
	border-radius: 10px;
}

.controls {
	position: absolute;
	top: 85%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
}

.btn {
	background-color: #aec6b067;
	color: rgba(14, 14, 14, 0.778);
	font-size: large;
	border: navy;
	padding: 6px 10px;
	cursor: pointer;
	border-radius: 25px;
}

.select-container {
	text-align: center;
	margin-top: 10px;
}

.select {
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
}

.thumbnail-container {
	text-align: center;
	margin-top: 10px;
}

.thumbnail {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border: 2px solid rgba(111, 116, 109, 0.812);
	border-radius: 20px;
	margin: 20px;
	cursor: pointer;
}

/* ---------========----- 3rd section Directors */
/* .dr1{
margin: auto;
} */

.directors {
	margin-left: 2%;
	margin-right: 2%;
	justify-content: space-evenly;
	/* padding-top: 1%; */
}

.drPtags {
	margin-top: -16px;
	text-align-last: center;
}

.drPtags1 {
	margin-top: -12px;
	/* margin-left: 3px; */
	margin-right: 15px;
	font-size: large;
	text-align-last: center;
}

.gt4 {
	margin-left: 15%;
	justify-content: space-around;
	font-size: 24px;
}
.gt4a {
	margin-left: 38%;
	justify-content: space-around;
	font-size: medium;
}
/* 
#Aequs{
margin-left: 40%;

} */

.AequsDiv {
	margin-left: 40%;
	/* justify-content: space-evenly; */
	text-align-last: center;
}

.creditImg {
	margin-top: 2%;
	margin-left: 30%;
	margin-right: 30%;

	width: 650px;
	height: 350px;
}
@media screen and (max-width: 800px) {
	.creditImg {
		margin-top: 2%;
		margin-left: 30%;
		margin-right: 30%;

		width: 300px;
		height: 150px;
	}
}
#brks {
	width: 85%;
	margin-left: 8%;
	height: 1px;
	color: darkolivegreen;
	padding: 1px;
}
#brks1 {
	width: 60%;
	margin-left: 20%;
	height: 1px;
	color: darkolivegreen;
	padding: 1px;
}

#brksEnd {
	background-color: #000000;
	width: 100%;
	margin-left: 0%;
	height: 1px;
	color: darkolivegreen;
	padding: 25px;
}
.eventH1 {
	color: #454a46;
	display: flexbox;
	max-width: 250px;
	align-self: flex-start;
	margin-left: 10%;
	/* align-items: flex-start; */
}
.eventH1:hover {
	margin-left: 10%;
	max-width: 250px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: blue;
	cursor: pointer;
}

.eventImg {
	margin-left: 30%;
	width: 40%;
	height: 40%;
}

.eventImg:hover,
::before {
	margin-left: 20%;
	width: 60%;
	height: 60%;
	transition-duration: 5s;
	/* animation: eventImgs 5s; */
	/* overflow:scroll; */
}

.eventImgA {
	margin-left: 30%;
	width: 50%;
	height: 50%;
}

.eventImgA:hover,
::before {
	margin-left: 10%;
	width: 80%;
	height: 90%;
	transition-duration: 5s;
	/* animation: eventImgs 5s; */
	/* overflow:scroll; */
}
.eventImgA::after {
	margin-left: 10%;
	width: 50%;
	height: 50%;
	transition-duration: 5s;
	/* animation: eventImgs 5s; */
	/* overflow:scroll; */
}

/* 
@keyframes eventImgs {
from {width: 40%;
height: 40%;
}
25%{margin-left: 20%;
width: 55%;
height: 55%;}

50%{margin-left:10% ;
width: 70%;
height: 70%;}

to {margin: 5% ;
width: 90%;
height: 90%;
overflow: scroll;
scroll-margin-bottom: 400px;
scroll-snap-align: end none;}
} */

.eventCap {
	margin-top: 1%;
	margin-left: 25%;
	justify-content: space-evenly;
	font-size: large;
	font-weight: 600;
}
.eventCap1 {
	margin-top: -1%;
	margin-left: 26%;
	justify-content: space-evenly;
	font-size: large;
}

table.secTab7 {
	table-layout: fixed;
	width: 100%;
	justify-content: space-evenly;
}
.s7 {
	margin-left: 32%;
	text-align: left;
}

.sec7th {
	justify-content: space-evenly;
	text-align: center;
	margin-left: 22%;
	font-size: large;
	border-collapse: collapse;
}
.SecTab7 {
	margin-bottom: 100px;
	width: 80%;
	border: 3px solid rgb(92, 95, 90);
}

.tab7Row,
.tab7Data {
	background-color: rgb(164, 179, 169);
	height: 50px;
	border: 2px solid rgb(108, 124, 110);
}
.tab7Row,
.tab7Data:hover {
	border: 2px solid rgb(108, 124, 110);
	cursor: text;
}

.vLogs {
	color: #454a46;
	display: flexbox;
	max-width: 200px;
	align-self: flex-start;
	margin-left: 10%;
	/* align-items: flex-start; */
}
.vLogs:hover {
	margin-left: 10%;
	max-width: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: blue;
	cursor: pointer;
}

.youTube {
	margin-top: 2%;
	margin-left: 8%;
	margin-bottom: 2%;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	text-transform: inherit;
}

#ytp1 {
	display: flex;
	flex: 1;
	max-width: 50%;
	float: right;
	margin-top: 10%;
	margin-left: 3%;
	font-size: 30px;
	text-align: center;
}

.aboutGTMPL {
	margin-left: 40%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.aboutGtmpl1 {
	margin-left: 10%;
	font-size: 18px;
}
.aboutGTMPL2 {
	margin-left: 8%;
	margin-right: 6%;
	max-width: 100%;
	margin-top: 1%;
	font-size: 16px;
	text-align: justify;
	color: #454a46;
}

.AboutCap {
	margin-top: 1%;
	margin-left: 32%;
	justify-content: space-evenly;
	font-size: large;
	font-weight: 600;
}
.AboutCap1 {
	margin-top: -1%;
	margin-left: 33%;
	justify-content: space-evenly;
	font-size: large;
}

#gtmplDomain {
	margin-left: 50%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.bulletPoints {
	margin-left: 8%;
	list-style-type: circle;
}

/* ----------=== GTMPL Product CSS ===-------- */

#MX413 {
	margin-left: auto;
	width: 25%;
	height: auto;
}

#MX413:hover,
::before {
	margin-left: auto;
	width: 30%;
	height: auto;
	transition-duration: 3s;
	/* animation: eventImgs 5s; */
	/* overflow:scroll; */
}

#MX413p {
	display: flex;
	flex: 1;
	max-width: 55%;
	float: right;
	margin-top: 10%;
	margin-left: 3%;
	margin-right: 4%;
	font-size: 18px;
	text-align: left;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: 450;
}

.prodDownload{
margin-left: 50%;

}

.Download {
    max-width: 600px;
    margin: 50px auto;
    text-align: center;
}

#DDwnld {
    color: #333;
}

#Dwnld {
    color: #666;
}

.download-link {
    display: inline-block;
	flex: 1;
    padding: 10px 20px;
    background-color: #0f1114;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
/* .download-link:hover {
    display: inline-block;
	flex: 1;
    padding: 10px 20px;
    background-color: #0f1114;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
} */

.Download .download-link {
    display: inline-block;
	flex: 1;
    padding: 10px 20px;
    background-color: rgb(2, 2, 2);
    color: #f4f4f4;
    text-decoration: none;
    border-radius: 5px;
}

.Download .download-link:hover {
    display: inline-block;
	flex: 1;
    padding: 12px 22px;
    background-color: rgb(93, 163, 116);
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.proH1{
	color: #454a46;
	display: flexbox;
	max-width: 350px;
	align-self: flex-start;
	margin-left: 10%;
	/* align-items: flex-start; */
}
.proH1:hover {
	margin-left: 10%;
	max-width: 350px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: blue;
	cursor: pointer;
}