h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

html {
  font-size: 62.5%;
}

html, body {
	font-family: 'Arial', sans-serif;
	background-color: #ffffff;
	margin: 20;
	padding: 20; 
	font-size:100%;
}

body {
  margin: 0;
}



/*-- Header Part Starts Here --*/



.header {
	background-color: #000000;
	color: white;
	padding: 15px 0;
}
.logo{
	position:absolute;
	display: flex;
	justify-content: center;
	/* left:1%; */
	/* padding:5px 10px;
	margin-top: 10px;
	height: 30px; */
}

.navigation{
	width:80%; 
	float:right;
}

.header .navigation ul {
	list-style: none;
	padding: 5px;
	margin: 5px;
	display:flex;
	justify-content: center;
}
.header .navigation ul li {
	margin: 0 25px;
}
.header .navigation ul li a {
	color: rgb(197, 184, 184);
	text-decoration: none;
	font-weight: bold;
	font-size:110%;
}
.header .navigation ul li a:hover {
	color: red;
}

ul.navig{
	padding:0;
	width: 65%;
	float: left;
	margin-top: 10px;
}
ul.navig li{
	display: inline-block;
	margin:0 10px;
}
ul.navig li a{
	text-transform:uppercase;
	font-size:1em;
	color:#fff;
	font-weight:700;
}

.banner {
    background-color: #000;  
    height: 475px;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}




.banner-bot{
	padding:4em 0;
	text-align:center;
}
.banner-bot h2{
	font-size:4em;
	font-weight:700;
	color:#000;
	margin:0em 0 0.5em 0;
}
.banner-bot p{
	font-size:1.1em;
	font-weight:500;
	color:#000;
	line-height:1.8em;
	margin:0 0 0.5em;
}
.banner-bot p{
	font-weight:100;
	font-size:0.875em;
	margin-bottom:2em;
}
.banner-bot a{
	font-size:2em;
	text-transform:uppercase;
	font-weight:700;
	color:#000;
}
nav a , ul.navig a{
	position: relative;
	display: inline-block;
	margin: 0px 0px 10px;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 1.35em;
}
.cl-effect-3 a{
	
	padding: 8px 0;
}

.cl-effect-3 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #003fbc;
	content: '';
	opacity: 0;
}

.cl-effect-3 a:hover::after {
	opacity:80%;
}
img {
    max-width: 100%;
}

/*-- Header Part Ends Here --*/
.video-serch {
    background: url(../images/vid-bg.jpg) no-repeat;
    background-size: cover;
    padding: 4em 0;
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-serch .container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.vid-col {
    position: absolute;
    top: 50%;
    left: 71%;
    transform: translate(-50%, -50%);
    width: 50%;
    max-width: 700px;
    z-index: 10;
}

.text-overlay-box {
    background-color: rgba(255, 255, 255, 0.0);
    backdrop-filter: blur(4px);		/*Transparent box*/
    padding: 15px 20px;
    border-radius: 25px;
    /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5); */
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.vid-col p {
    font-size: 1.2em;
    font-weight: 500;
    color: #000;
    line-height: 1.8em;
    margin: 0.5em 0;
}

.more {
    margin: 2em 0 0;
    text-align: center;
}

.more a {
    display: inline-block;
    font-size: 0.875em;
    background: rgba(0, 0, 0, 0.8);
    padding: 12px 25px;
    font-weight: 500;
    color: rgb(255, 240, 240);
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.more a:hover {
    background: #d80505;
    transform: translateY(-8%);
}

.vid-coll {
    display: none;
}

/*-- Video search Parts Ends Here --*/
/*-- What new Part Starts Here --*/
.what-new{
	padding:2em 0 4em;
	text-align:center;
}
.what-new h3{
	font-size:4em;
	font-weight:700;
	color:#000;
	margin:0.5em 0;
}
.blog-news{
	border-bottom:1px solid rgba(60, 58, 62, 0.19);
	padding:0;
}
.blog-news-grid{
	padding:2em;
	border-right:1px solid rgba(60, 58, 62, 0.19);
	width:50%;
	float:left;
	text-align:left;
}
.news-grid-left{
	width:40%;
	margin-right:2%;
	float:left;
}
.news-grid-right{
	width:57%;
	float:left;
}
.news-grid-left h4{
	font-weight:500;
	color:#3c3a3e;
	font-size:10em;
	margin:-24px 0 -18px;
}
.news-grid-left small{
	font-size:1em;
	color:#3c3a3e;
	font-weight: 100;
	font-style: italic;
	padding-left:20px;
}	
.news-grid-right h4{
	font-size:1.3em;
	font-weight:500;
	color:#3c3a3e;
	margin:0 0 0.5em 0;
}
.news-grid-right p{
	font-size:1em;
	font-weight:100;
	color:#3c3a3e;
	line-height:1.6em;
}
.b_n_g{
	margin-right:0;
	border-right:0;
}
.b_n{
	border-bottom:0;
}
	
/*-- What new Part Ends Here --*/
/*-- Footer part Starts Here --*/
.footer{
	padding:2em 0;
	text-align:center;
	border-top:10px solid #3c3a3e;
}
ul.social{
	padding:0;
	margin:1em 0 0.5em 0;
}
ul.social li{
	display:inline-block;
	margin:0 5px;
}
ul.social li i{
	width:70px;
	height:70px;
	background:url(../images/social-icons.png)no-repeat;
	display:inline-block;
	cursor:pointer;

}
ul.social li i:hover{
	opacity:0.5;
}
ul.social li i.fa{
	background-position:0px 0px;
}
ul.social li i.fb{
	background-position:-70px 0px;
}
ul.social li i.fc{
	background-position:-142px 0px;
}

.footer {
	background-color: #caccad;
	color: white;
	text-align: center;
	padding: 15px 0;
	margin-top: 40px;
}
.footer a {
	color: #ff6f61;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

.footer p{
	font-size:0.85em;
	color:#3c3a3e;
	font-weight:100;
}
.footer p a{
	color:#ff7105;
}
.footer p a:hover{
	color:#0a0eea;
}
.blog-sidebar-right {
    position: absolute;
    top: 0; /* Adjust this to place the section vertically */
    right: 20px; /* Push to the right edge of the container */
    width: 200px; /* Adjust width as necessary */
}

.blog-sidebar-right .contact-link {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    text-align: center;
}

.blog-sidebar-right .shop-header {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
}

.blog-sidebar-right .tags_links {
    list-style-type: none;
    padding: 0;
}

.blog-sidebar-right .tags_links li {
    margin-bottom: 8px;
}

.blog-sidebar-right .tags_links li a {
    color: #000; /* Link color */
    text-decoration: none;
}

.blog-sidebar-right .tags_links li a:hover {
    color: #007bff; /* Link hover color */
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/*-- Footer part Ends Here --*/
/*-- Games Page Starts Here --*/
.games{
	padding:4em 0 2em;
}
.page-path{
	margin:0.5em 0 1em;
}
.page-path p{
	font-size:1em;
	font-weight:300;
	color:#000;
	float:right;
}
ul.path-list{
	padding:0;
	float:left;
}
ul.path-list li{
	display: inline-block;
	font-size:1em;
	font-weight:300;
	color:#000;
}
ul.path-list li a:hover, .page-path p a:hover{
	color:#4fbfa8;
}
ul.path-list li.act{
	color:#ff7105;
}
h3.page-header{
	font-size:1.2em;
	color:#ff7105;
	font-weight:500;
	margin:0.5em 0 1em;
	text-transform:uppercase;
}
.main{
	width:85%;
	float:left;
}
.side-bar{
	width:15%;
	float:left;
	padding:10px 0;
	background: aliceblue;
}
.side-bar h4{
	font-size:1.1em;
	text-transform:uppercase;
	font-weight: 500;
	text-align:center;
	margin: 0 0 1em;
}
ul.game-list{
	padding:0;
	margin:0.5em 0; 
}
ul.game-list li{
	display:block;
	
}
ul.game-list li a{
	font-size:0.875em;
	color:#3c3a3e;
	font-weight:100;
	padding:0.2em 1em 0.5em;
	border-bottom:1px solid #3c3a3e;
	display:block;
	text-transform:uppercase;
}
ul.game-list li a:hover{
	color:#ff7105;
}
.view {
   width: 300px;
   height: 200px;
   margin: 10px;
   float: left;
   border: 10px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
   width: 300px;
   height: 200px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   margin: 20px 0 0 0;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   
  
}
.view a.info: hover {
   box-shadow: 0 0 5px #000;
}
.view-first img {
	
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   filter: alpha(opacity=0);
   
   opacity: 0;
   background-color: rgba(219,127,8, 0.7);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first h2 {
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

.view-first a.info {
   opacity: 0;
   border-radius: 45%;
   padding: 3.5% 5%;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   opacity: 1;
   height: 20% ;
}

.view-first:hover p {
	display: flex;
	bottom: 12%;
   transition-delay: 0.1s;
}
.view-first:hover a.info {
   transition-delay: 0.2s;
}
				
/*-- Games Page Ends Here --*/
/*-- Blog Page Starts Here ---*/
.blog-content{
	width:72%;
	float:left;
	margin-right:2%;
}
.blog-sidebar{
	width:25%;
	padding:0 2em;
	float:left;
}
.blog-post{
	margin:0.5em 0 2em;
}
.blog-post h3, .blog-post h3 a{
	font-size:1.2em;
	text-transform:uppercase;
	color:#3c3a3e;
	font-weight:700;
	margin:0;
}
.post-details{
	margin:0.5em 0;
}
.post-details p{
	font-size:1em;
	color:#3c3a3e
	font-weight:100;
}
.post-details p a{
	font-weight:500;
	color:#4fbfa8
}
.post-details p span{
	color:#4fbfa8
}
.blog-post img{
	width:100%;
	margin:0.5em 0;
}
.blog-post h4{
	font-size: 1em;
	color:#3c3a3e;
	font-weight:500;
	text-transform:uppercase;
	margin:0.5em 0;
	line-height:1.6em;
}
.blog-post p{
	font-size:0.875em;
	color:#3c3a3e;
	font-weight:100;
	line-height:1.6em;
	margin:0.5em 0;
}
.blog-post nav a{
	font-size:1em;
	color:#000;
	font-weight:500;
	padding-bottom:0;
}
ul.product-categories{
	margin:0 0 2em;
	padding: 0;
	list-style-type: none;
}
ul.product-categories li {
	padding: 5px 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 5px;
	text-transform: uppercase;
}
ul.product-categories li a:hover{
	text-decoration:none;
	color:#E23535;
}
.product-categories li span.count {
	float: right;
	margin-left: 6px;
	color: #aaa;
	font-size:0.8125em;
}
ul.product-categories li  a {
	font-size: 12px;
	color: #999;
}

.blog-sidebar h3{
	padding:0;
}
.subscribe{
	margin:1em 0;
}
.subscribe h4{
	font-size:1em;
	color:#3c3a3e;
	font-weight:500;
	text-transform:uppercase;
	margin:0 0 0.5em;
}
.subscribe input[type="text"]{
	width:100%;
	border:1px solid #3c3a3e;
	padding:10px;
	margin:1em 0;
	outline:none;
	-webkit-appearance: none;
}
.subscribe input[type="submit"]{
	background:#ff7105;
	padding:10px 15px;
	color:#fff;
	text-transform:uppercase;
	outline:none;
	-webkit-appearance: none;
	border:0;
	font-size:0.8em;
}
.subscribe input[type="submit"]:hover{
	background:green;
	transition:0.1s all;
}
ul.tags_links{
	padding:0;
	list-style:none;
	width:100%;
}
ul.tags_links li {
	display: inline-block;
	margin: 8px 3px;
}
ul.tags_links li a {
	color:#fff;
	font-size:0.8125em;
	background: #1a1918;
	padding: 5px 10px;
}
ul.tags_links li a:hover{
	text-decoration:none;
}
ul.tags_links li a:hover{
	background:#ddff00;
	color:#fff;
}
/*-- Blog Page Ends Here ---*/
/*-- About Page Starts Here --*/

.team-section {
	padding: 60px 0;
	background: #ffffff;
}
.team-section h2 {
	text-align: center;
	color: #333;
	margin-bottom: 40px;
	font-size: 2.5em;
	font-weight: bold;
}
.team-member {
	background: rgb(255, 255, 1);
	border-radius: 10px;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	padding: 20px;
	text-align: center;
	margin: 20px 10px;
}
.team-member:hover {
	transform: translateY(-10px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.team-member img {
	width: 150px;
	height: 200px;
	border-radius: 30%;
	margin-bottom: 20px;
}
.team-member h3 {
	font-size: 1.8em;
	color: #333;
	margin-bottom: 10px;
}
.team-member p {
	font-size: 1em;
	color: #666;
}
.quote {
	margin: 15px 0;
	font-style: italic;
	
	color: #ff6f61;
}
.motivation {
	font-size: 0.9em;
	color: #333;
	font-weight: bold;
}
.skills {
	margin-top: 15px;
}
.skills span {
	display: inline-block;
	background: #ff6f61;
	color: rgb(0, 0, 0);
	padding: 5px 10px;
	margin: 5px;
	border-radius: 20px;
	font-size: 0.9em;
}

.about-top{
	margin:0 0 2em;
}
.about-top img{
	float:left;
	margin-right:3%;
}
.about-details{
	width:60%;
	float:left;
}
.about-details h4{
	font-size:1.1em;
	text-transform:uppercase;
	font-weight:500;
	line-height:1.6em;
	margin-bottom:0.5em;
	color:#3c3a3e;
}
.about-details p, .blog-content p{
	font-size:0.875em;
	color:#3c3a3e;
	font-weight:100;
	line-height:1.6em;
	margin-bottom:1em;
}
.about-details a{
	font-size:0.875em;
	text-transform: uppercase;
	font-weight:300;
	background:#ff7105;
	padding:10px 15px;
	color:#fff;
}
.about-details a:hover, .caption a:hover{
	background:#4fbfa8;
}
.fetures{
	position:relative;
	margin:0 0 1em;
}
.fetures img{
	width:100%;
}
.caption{
	position:absolute;
	top:10%;
}
.caption a{
	font-size:0.875em;
	text-transform: uppercase;
	font-weight:300;
	background:#ff7105;
	padding:10px 15px;
	color:#fff;
}
/*-- About Page Ends Here --*/
/*-- Contact Page Starts Here --*/
.contact{}
.map iframe{
	width:100%;
	height:250px;
}
.map{
	margin:1em 0;
}
.contact-box{
	width:70%;
	float:left;
	margin-right:3%;
}
.address-box{
	width:27%;
	float:left;
}
.text{
	margin:1em 0;
}
.text input[type="text"]{
	width:31%;
	margin-right:2%;
	padding:10px;
	border:1px solid #ff7105;
	outline:none;
}
.text textarea{
	width:97.7%;
	height:250px;
	border:1px solid #ff7105;
	outline:none;
	-webkit-appearance:none;
	padding:10px;
	resize:none;
}
.text-but{
	margin:1em 0;
	text-align:center;
}
.text-but input[type="submit"], .text-cmt input[type="submit"]{
	font-size:0.875em;
	color:#fff;
	text-transform:uppercase;
	background:#ff7105;
	padding:10px 20px;
	outline:none;
	-webkit-appearance:none;
	cursor: pointer;
	border:0;
}
.text-but input[type="submit"]:hover, .text-cmt input[type="submit"]:hover{
	background:green;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
}
.address-box h4{
	font-size:0.875em;
	color:#000;
	font-weight:500;
	text-transform:uppercase;
	margin-bottom:0.5em;
}
.address-box p{
	font-size:0.8em;
	font-weight:100;
	line-height:1.6em;
	margin:0.5em 0;
}
.address-box a{
	font-size:0.8em;
	color:#4fbfa8;
	font-weight:100;
}
/*-- Contact Page Ends Here --*/

.logo img {
    width: 15%;
}
    .navigation {
        width: 76%;
    }
    .header {
        padding: 2em 0 1em;
    }
    .banner {
    height: 475px;
	}

    ul.navig li a {
        font-size: 0.875em;
    }
	
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
* {
  -webkit-box-sizing: border-box;
}

/* Theme Switch Button */
.theme-switch-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    background-color: #ff7105;
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    border-radius: 25px;
    font-weight: bold;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.theme-switch-btn:hover {
    background-color: #4fbfa8;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
