@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: white;
}
/* --------------- nav-bar section code begins here -------------- */
#nav-bar-section {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 100;
}
.navbar {
	background-image: linear-gradient(to right, #a517ba, #5f1282);
	padding: 0px !important;
	border-bottom: 3px dashed orange;
}
.navbar-brand {
	color: #fff !important;
	padding: 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:600;
}
.navbar-nav li {
	padding: 0px 10px;
}
.navbar-nav li a {
	color: #fff !important;
	font-weight: 300;
}
.navbar-nav li:hover {
	color: #000 !important;
	background-color: orange;
}
.navbar-nav li a:hover {
	color: #000 !important;
	background-color: orange;
}
.navbar-toggler {
	outline: none !important;
}
.fa-bars {
	color: #fff;
	font-size: 30px !important;
}
.menu-area {
	position: static;
}
.mega-area {
	background-image: linear-gradient(to right, #a517ba, #5f1282);
	position: absolute;
	width: 100%;
	max-height: 90vh;
	overflow-y: scroll;
	left: 0;
	right: 0;
	padding: 15px;
	padding-bottom: 100px;
}
.mega-area dropdown-item {
	color: #000 !important;
}
.mega-area p {
	color: #FC0;
	font-weight: 600;
	margin-top: 30px;
}
.dropdown-item {
	padding: 5px 5px;
}
.navbar-nav .nav-item .nav-link {
	font-size: 18px;
	font-weight: 700;
}
/* --------------- banner section code begins here -------------- */
#banner-section {
	background-image: linear-gradient(to right, #a517ba, #5f1282);
	color: #fff;
	padding-top: 5%;
	padding-bottom: 2%;
}
#promo-title {
	font-size: 24px;
	font-weight: 600;
	margin-top: 10%;
}
.fa-play-circle {
	color: #000;
	font-size: 18px !important;
	font-weight:600;
}
/* --------------- tutorials section code begins here -------------- */

#tutorials-section {
	padding: 50px 0px;
}
#tutorials-section-title {
	font-size: 28px;
	color: #909;
}
#tutorials-section-title::before {
	content: "";
	background-color: orange;
	height: 5px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	transform: translateY(-10px)
}
#web-section {
	padding: 50px 0px;
}
#web-section-title {
	font-size: 18px;
	font-weight: 600;
	color: #F60;
}
#web-section-title::before {
	content: "";
	background-image: linear-gradient(to right, #a517ba, #5f1282);
	height: 5px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	transform: translateY(50px);
}
#web-section-title::after {
	content: "";
	background-image: linear-gradient(to right, #a517ba, #5f1282);
	height: 20px;
	width: 20px;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	display: block;
	transform: translateY(16px);
}
#game-section {
	padding: 50px 0px;
	background-color: #f9e8fc;
}
#game-section-title {
	font-size: 18px;
	font-weight: 600;
	color: #F60;
}
#game-section-title::before {
	content: "";
	background-image: linear-gradient(to right, #a517ba, #5f1282);
	height: 5px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	transform: translateY(50px);
}
#game-section-title::after {
	content: "";
	background-image: linear-gradient(to right, #a517ba, #5f1282);
	height: 20px;
	width: 20px;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	display: block;
	transform: translateY(16px);
}
#programming-section {
	padding: 50px 0px;
}
#programming-section-title {
	font-size: 18px;
	font-weight: 600;
	color: #F60;
}
#programming-section-title::before {
	content: "";
	background-image: linear-gradient(to right, #a517ba, #5f1282);
	height: 5px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	transform: translateY(50px);
}
#programming-section-title::after {
	content: "";
	background-image: linear-gradient(to right, #a517ba, #5f1282);
	height: 20px;
	width: 20px;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	display: block;
	transform: translateY(16px);
}
#animation-section {
	padding: 50px 0px;
	background-color: #f9e8fc;
}
#animation-section-title {
	font-size: 18px;
	font-weight: 600;
	color: #F60;
}
#animation-section-title::before {
	content: "";
	background-image: linear-gradient(to right, #a517ba, #5f1282);
	height: 5px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	transform: translateY(50px);
}
#animation-section-title::after {
	content: "";
	background-image: linear-gradient(to right, #a517ba, #5f1282);
	height: 20px;
	width: 20px;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	display: block;
	transform: translateY(16px);
}
#graphics-section {
	padding: 50px 0px;
}
#graphics-section-title {
	font-size: 18px;
	font-weight: 600;
	color: #F60;
}
#graphics-section-title::before {
	content: "";
	background-image: linear-gradient(to right, #a517ba, #5f1282);
	height: 5px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	transform: translateY(50px);
}
#graphics-section-title::after {
	content: "";
	background-image: linear-gradient(to right, #a517ba, #5f1282);
	height: 20px;
	width: 20px;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	display: block;
	transform: translateY(16px);
}
.card-header {
	font-weight: 600;
}
.tutorial {
	padding: 5px;
}


/* --------------- testimonials section code begins here -------------- */

#testimonials-section {
	padding: 50px 0px;
	background-color: #f9e8fc;
	height: 600px;
	overflow: scroll;
}
#testimonials-section-title {
	font-size: 28px;
	color: #909;
}
#testimonials-section-title::before {
	content: "";
	background-color: orange;
	height: 5px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	transform: translateY(-10px);
}
#testimonials-section .container {
	padding: 50px 50px;
}
.commentor-name {
	font-weight: 600;
}
/* --------------- about section code begins here -------------- */

#about-section {
	padding: 50px 0px;
}
#about-section-title {
	font-size: 28px;
	color: #909;
}
#about-section-title::before {
	content: "";
	background-color: orange;
	height: 5px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	transform: translateY(-10px);
}
/* ------------ footer section begins here --------------- */

#footer {
	background-image: linear-gradient(to right, #a517ba, #5f1282);
	color: #fff;
	text-align: center;
}
#footer-image {
	width: 100%;
	height: 50px;
}
#footer .container {
	padding: 80px 10px;
}
#footer .container p a {
	color: #fc0;
}
#footer .container p a::after {
	content: "";
	background-color: orange;
	height: 3px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#footer .container ul {
	list-style-type: none;
}
#footer .container ul li {
	text-align: left;
}
#footer .container a {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 2%;
}
#footer .container a:hover {
	background-color: orange;
	color: #000;
}
#footer .row {
	margin-bottom: 50px;
}
#footer .copy-right {
	font-size: 12px;
	color: orange;
}
/*------ Content Section ------ */

#content
{
	padding-top:50px;
}

#content h1 {
	font-size:28px;
	font-weight:bold;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
#content h1::after {
	content: "";
	background-color: orange;
	height: 5px;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	transform: translateY(10px);
}
#content h2 {
	text-align: center;
	font-size: 20px;
	font-weight:bold;
}
#content h3 {
	text-align: center;
	font-size: 20px;
}
#content ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#content ul li {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid orange;
}
#content ul a {
	text-decoration: none;
	display: block;
	padding: 2%;
	text-align: left;
}
#content ul a:hover {
	background-color: orange;
	color: #000;
}


#prev-Next{
	background-color:#fff;
	padding-top:20px;
	padding-bottom:20px;
}


#prev-Next div
{
	float:left;
	width:33.3%;
}

#prev-Next #prev
{
	text-align:left;
}

#prev-Next #prev a
{
	font-size:24px;
	font-weight:bold;
}

#prev-Next #middle
{
	text-align:center;

}

#prev-Next #middle a
{
	font-size:24px;
	font-weight:bold;	
}

#prev-Next #Next
{
	text-align:right;
}

#prev-Next #Next a
{
	font-size:24px;
	font-weight:bold;
}


#prev-Next::after
{
	content:"";
	display:block;
	clear:left;
	
}

#video
{
	margin-top:40px;
	margin-bottom:40px;
	
}

#notes
{
	padding-bottom:40px;
}

#faqs
{
	padding-bottom:40px;
}

#downloads
{
	padding-bottom:40px;
	
}




/* Mobile (xs)*/
@media (min-width: 0px) and (max-width: 575px) {
#banner-section {
		padding-top: 8%;
}
#banner-section #image-div {
	/*display:none;*/
	text-align: center;
	margin-top:10%;
}
}

/* Mobile (sm) */
@media (min-width: 576px) and (max-width: 767px) {
#banner-section {
		padding-top: 8%;
}
#banner-section #image-div {
	/*display:none;*/
	text-align: center;
	margin-top:10%;
}
}

/* Tablets (md)*/
@media (min-width: 768px) and (max-width: 991px) {
#banner-section {
}
#banner-section #image-div {
	/*display:none;*/
	text-align: center;
	margin-top:8%;
}
}

/* Normal labtops and desktops (lg) */
@media (min-width: 992px) and (max-width: 1199px) {

#banner-section {
}
#banner-section #image-div {
	/*display:none;*/
	text-align: center;
	margin-top:3%;
}
}

/* Large laptops and desktops (xl) */
@media (min-width: 1200px) {

#banner-section {
}
#banner-section #image-div {
	/*display:none;*/
	text-align: center;
	margin-top:1%;
}
}
