/*
  Theme Name: Name - Gaming HTML Template
  Author: samiulshakil
  Support: samiulshakil@gmail.com
  Description: Creative  HTML5 template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. about-area
5. features-box
6. department
7. team
8. video-area
9. counter
10. footer
*/



/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Poppins:300,400,500,600,700');
 body {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');

.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2B96CC;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	color: #313131;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #7e7e7e;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
/* button style */

.btn {
	-moz-user-select: none;
	background: #1696e7 none repeat scroll 0 0;
	border: medium none;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	padding: 13px 25px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
}
.breadcrumb > .active {
	color: #888;
}
.owl-carousel .owl-nav div {
	background: none;
	height: 40px;
	left: 20px;
	line-height: 40px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	width: 40px;
	color: #3DD0D8;
}
.owl-carousel .owl-nav div.owl-next {
	left: auto;
	right: -70px;
	position: absolute;
}

.owl-carousel .owl-nav div.owl-prev {
	right: auto;
	left: -70px;
	position: absolute;
}

.owl-carousel .owl-nav div:hover {
	background: #2B96CC;
	color: #fff
}

/* owl for testimonials */


/* scrollUp */
#scrollUp {
	background: #7DBA2F;
	height: 35px;
	width: 35px;
	right: 50px;
	bottom: 77px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	line-height: 34px;
}
#scrollUp:hover {
	background: #444;
}

/* section padding */
.padding-section {
	padding: 70px 0;
}

.background-gradiant {
	background: linear-gradient(to right, #3dd0d8 0%, rgba(146, 82, 234, 0.64) 100%);
}


/*
==========================================
    Main Menu Css
==========================================
*/
.header-area {
    color: #fff;
    min-height: 120px;
    position: absolute;
    z-index: 9999;
    width: 100%;
}

.header-area:after {
	content: "";
    color: #fff;
    min-height: 120px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(24, 23, 40, 0.8);
    box-shadow: 3.5px 6.1px 30px rgba(0, 0, 0, 0.57);
}

.logo-area img {
    margin-top: 15px;
    max-width: 100%;
}

.logo-area h3 {
    padding: 40px 0px;
    color: #fff;
}

.main-menu {

}

.main-menu ul {

}

.main-menu ul li {
	display: inline-block;
	margin-left: 23px;
	position: relative;
}

.main-menu ul li a {
    display: block;
    padding: 49px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.main-menu ul li a:hover{
	
}

/* sub menu */
.main-menu ul li ul.submenu {
	position: absolute;
	top: 110%;
	left: 0;
	background: #1E1D32;
	transition: .3s;
	width: 200px;
	opacity: 0;
	visibility: hidden;
}

.main-menu ul li ul.submenu li {
	display: block;
	margin:0;
	border-bottom: 1px solid #fff;
}

.main-menu ul li ul.submenu li  a{
	padding: 15px 28px;

}

.main-menu ul li:hover ul.submenu {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

/* sub menu 2*/
.main-menu ul li ul.submenu li ul.submenu {
	position: absolute;
	top: 0;
	left: 100%;
	opacity: 0;
	visibility: hidden;
}

.main-menu ul li ul.submenu li:hover > .submenu {
	opacity: 1;
	visibility: visible;
}

/* Button Right */
.menu-button .button-right {
    border: 2px solid #7c69e3;
    text-transform: uppercase;
    padding: 17px 61px;
    border-radius: 10px;
    margin-top: 30px;
    position: absolute;
    color: #fff;
}

.menu-button .button-right:hover {
	background: #3DD0D8;
}

/*
==========================================
    Slider css
==========================================
*/
nav.slides-navigation {
    z-index: 5;
}
nav.slides-navigation a.next{
    background: url(../img/next.png);
    background-repeat: none;
    background-size: cover;
    height: 40px;
    width: 40px;
}
nav.slides-navigation a.prev{
    background: url(../img/prev.png);
    background-repeat: none;
    background-size: cover;
    height: 40px;
    width: 40px;
}
nav.slides-pagination a {
    border-color: #fff;
}
.slides-pagination a.current {
    background: #fbf8f8;
}

/* slider content */

.slider-content {
	text-align: center;
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
}
.slider-content h1 {
	color: #fff;
	font-size: 80px;
}

.slider-content h2 {
	color: #fff;
	font-size: 50px;
}


.slider-content p {
	color: #fff;
	font-family: aria;
	 margin-top: 20px;
}

.slider-content .slider-button {
	color: #3DD0D8;
	background: #fff;
    text-transform: uppercase;
    padding: 17px 55px;
    border-radius: 10px;
    transition: 0.3s;
    display: inline-block;
    margin-top: 30px;
}

.slider-content .slider-button:hover {
	color: #fff;
	background: #3DD0D8;
    text-transform: uppercase;
    padding: 17px 55px;
    border-radius: 10px;
}

/*
==========================================
    Upcoming Css
==========================================
*/
.upcoming-game {
	background: #1E1D32;
	padding-top: 120px;
	padding-bottom: 40px;
}

.upcoming-game .single-item{
	padding-top: 70px;
}

.upcoming-game .single-item h3{
	padding-top: 30px;
	font-size: 40px;
}

.upcoming-game .single-item img{
	width: 180px;
	height: 180px;
	border-radius: 50%;
	text-align: center;
}

/*
==========================================
    Fifal 2018
==========================================
*/
.fifal {
	background: #1E1D32;
}

.fifal-second-bg {
	background: #292845;
	border-radius: 10px;
}

.fifal-single-left {
    padding: 90px 70px;
}

.fifal .fifal-menu span {
    color: #3DD0D8;
    margin-right: 20px;
}

.fifal-single-left p {
	font-size: 14px;
	margin-top: 30px;
}


.fifal .fifal-menu .fifal-p-right {
	float: right;
	margin: 0;
}


.fifal-single-left .btn-and-star ul {
	float: right;
}

.fifal-single-left .btn-and-star li{
	float: left;
}

.fifal-single-left .btn-and-star li i{
	color: #F9A450;
}

.fifal-single-left .btn-and-star {
    padding: 50px 0px;
}

.fifal-single-left .btn-and-star > a {
    background: linear-gradient(to right, #3dd0d8 0%, rgba(124, 105, 227, 0.64) 100%);
    padding: 17px 61px;
    border-radius: 10px;
    margin-top: 30px;
    color: #fff;
}

/* fifal single right */

.fifal-single-right {
	position: relative;
}

.fifal-single-right .fifal-image {
	position: absolute;
	margin-top: 80px;
}

.fifal-single-right .fifal-image img {
	border-radius: 10px;
	margin-left: 30px;
}



/*
==========================================
    Our Latest Post
==========================================
*/
.latest-post {

}

.card img {
	border-radius: 10px;
	max-width: 100%;
	height: auto;
}

.card-background {
	background: #1E1D32;
}

.card-paading {
	padding: 45px 47px;
}

.card-top {
    overflow: hidden;
    padding-bottom: 20px;
}

.card-body .card-top > h5{
	float: left;
	color: #3DD0D8;
}

.card-background .card-body .card-top > p {
	float: right;
}

.card-footer {
    padding: 25px 47px;
}

/*
==========================================
    Testimonial
==========================================
*/
.testimonial {
	background: #1E1D32;
	padding: 70px 0;
}

.testimonial h1 {
	text-transform: uppercase;
}

.padding-top {
	padding-top: 90px;
}

.owl-testimonial-single { 
	background: #181728;
	padding: 50px;
	overflow: visible;
}

.testimonial-image {
    border-radius: 50%;
    height: 120px;
    width: 120px;
    overflow: hidden;
    display: inline-block;
 }

.owl-testimonial-single img {
    width: 120px;
    height: 120px;
}

.owl-testimonial-single h3 {
    margin-top: 27px;
}


.owl-testimonial-single h5 {
	font-size: 14px;padding-bottom: 44px;color: #42bdd1;
}

.owl-testimonial-single h4 {
    font-size: 18px;
    color: #B3C3E5;
}

/*
==========================================
    Screenshot Gallery
==========================================
*/
.screenshot {
	background: #181728;
	padding: 120px 0;
}
/*isotope */

.grid-margin {
	margin-top: 70px;
}

.screenshot-item {
	padding-bottom: 15px;
}

.screenshot-item img {
	max-width: 100%;
	height: auto;
}

.screenshot-menu button {
    background: none;
    border: none;
    margin-right: 50px;
    color: #fff;
    text-transform: uppercase;
}

.screenshot-menu {
    padding-top: 70px;
}

.screenshot-menu button.inactive {
    color: #3CCBD3;
}

.discover-btn {
	border: 2px solid #fff;
    padding: 17px 50px;
    border-radius: 10px;
    margin-top: 50px;
    color: #fff;
    text-align: center;
    display: inline-block;
    transition: 0.3s;
}

.discover-btn:hover {
	background: #3DD0D8;
	color: #fff;
}

/*
==========================================
    Tab Section CSS
==========================================
*/
.tab {
	padding: 120px 0;
	background: #1E1D32;
}

.nav-tabs {
    border-bottom: none;
}

ul.nav.nav-tabs li {
    padding: 20px 93px;
    border: 2px solid #292845;
    margin-right: 1px;
}


ul.nav.nav-tabs li a {
	text-transform: uppercase;
	font-style: bold;
	color: #fff;
}

.tab-home-left {
	overflow: hidden;
	position: relative;
}

.tab-home-left .video-icon {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
}

.video-icon-bg {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    transition: 0.3s;
}

.tab-home-left .video-icon i {
    color: #9865E7;
    line-height: 80px;
    padding-left: 34px;
    font-size: 20px;
    transition: 0.3s;
}

.video-icon-bg:hover {
   background: #3DD0D8;
}

.video-icon-bg:hover i {
   color: #fff;
}

/* tab-home-right */

.tab-home-right {
	overflow: hidden;
	background: #181728;
	padding: 50px;

}

.tab-home-right h3 {
    font-size: 20px;
    padding-bottom: 20px;
}

.tab-home-right p {
    padding-bottom: 25px;
}

.tab-home-right .btn-get-started {
    background: linear-gradient(to right, #3dd0d8 0%, rgba(124, 105, 227, 0.64) 100%);
    padding: 17px 50px;
    border-radius: 10px;
    margin-top: 0px;
    color: #fff;
    margin-bottom: 0px;
    display: inline-block;
}

/* menu one */
.tab-one-left {
	overflow: hidden;
	position: relative;
}

.tab-one-left img {
	height: auto;
	max-width: 100%;
}

.tab-one-button {
    position: absolute;
    top: 80%;
    width: 100%;
    height: 100%;
    left: 30%;
}

.tab-one-button a {
    background: linear-gradient(to right, #3dd0d8 0%, rgba(124, 105, 227, 0.64) 100%);
    padding: 17px 50px;
    border-radius: 10px;
    margin-top: 0px;
    color: #fff;
    margin-bottom: 0px;
    display: inline-block;
    text-align: center;
}

/* tab one right side participents */

.tab-participants-one {
    display: block;
    padding: 25px 25px;
    border-bottom: 1px solid #2e2d3a;
}

.tab-participants-one img {
    border-radius: 50%;
    float: left;
}

.tab-participants-one h5 {
    font-size: 20px;
    margin-left: 30px;
    display: inline-block;
    font-weight: bold;
    margin-top: 9px;
}

.tab-participants-one p {
	margin-left: 30px;display: inline-block;
}

/*
==========================================
    Frequently Asked Questions
==========================================
*/
.pricing-plan {
	padding: 70px 0;
	background: #181728;
}

.pricing-plan h3 {
    font-size: 35px;
    text-transform: uppercase;
    padding: 50px 0px 65px;
}

.price-single {
	background: #292845;
	border-radius: 10px;
	padding-bottom: 110px;
    
}

.price-top {
    text-align: center;
    background: #3DD0D8;
    padding: 30px;
}

.price-top-two{
    text-align: center;
    background: #5C9CDC;
    padding: 30px;
}

.price-top-three{
    text-align: center;
    background: #7C69E2;
    padding: 30px;
}

.price-top span {
    font-size: 40px;
}

.price-top-two span {
    font-size: 40px;
}

.price-top-three span {
    font-size: 40px;
}


.price-single h4 {
    padding: 30px;
}

.price-single {
    border-radius: 10px;
}

.price-middle {
    padding: 10px 38px;
}

.price-middle p {
    text-align: center;
    border-bottom: 1px solid #48475f;
    padding: 10px;
}

.price-btn {
    border: 2px solid #fff;
    text-transform: uppercase;
    padding: 15px 35px;
    border-radius: 10px;
    position: absolute;
    color: #fff;
    text-align: center;
    display: block;
}

.price-footer {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

/*
==========================================
    Frequently Asked Questions
==========================================
*/

.faq {
	background: #1E1D32;
}

.faq .faq-heading {
	padding-top: 30px;
}

.faq .faq-heading h1{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 40px;
	white-space: nowrap;
}

.faq .faq-heading p{
	padding-top: 30px;
}

.faq .faq-content {
	padding-top: 50px;
}

.faq-single-content {
    width: 100%;
    padding-top: 50px;
    overflow: hidden;
    padding-bottom: 20px;
}

.faq-single-content h3,p {
	color: #fff;
}

.faq-single-left-content {
	background-image: linear-gradient(to right, #3dd0d8 0%, rgba(124, 105, 227, 0.64));
	width: 100px;
	height: 100px;
	border-radius: 50%;
	line-height: 100px;
	text-align: center;
	float: left;
	font-size: 30px;
    color: #fff;
}

.faq-single-right-content {
	padding-left: 20px;
	overflow: hidden;
}

.faq-border {
    border-bottom: 1px dotted #fff;
}

/*
==========================================
    Register News Letter
==========================================
*/
.input-padding {
	padding: 35px 0;
}

.register-content-left {
	padding: 26px;
}

.register-content-left h3 {
	font-size: 30px
}


/*
========================================
 		Footer Css
========================================
*/

.footer-area {
	background: #323455;
}

.footer-border-bottom {
	border-bottom: 1px dotted #fff;
	padding-bottom: 100px;
}

.footer-logo {
    margin-top: 48px;
}

.footer-logo h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
}


.social-media {
	float: right
}

.social-media ul{
	margin-top: 30px;
}

.social-media li {
    display: inline-block;
    margin-right: 0;
    margin-left: 30px;
}

.social-media li a{
	display: block;
}

.social-media li a i{
	color: #fff;
}

.footer-content {
    padding: 35px 20px 20px 20px;
}
/* mobile menu css resposive */

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 25px;margin-top: 0px;
	width: 26px;
	height: 32px;
	padding: 3px 9px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: rgba(255,255,255,.1);
    border: 0!important;
    border-left: 1px solid rgba(255,255,255,.4)!important;
    border-bottom: 1px solid rgba(255,255,255,.2)!important;
}

.mean-container a.meanmenu-reveal {
    width: 20px;
    height: 19px;
    padding: 16px 16px 10px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 20px;
    font-size: 1px;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
    background: #fefafa none repeat scroll 0 0;
    display: block;
    height: 3px;
    margin-top: 3px;
}





