@import url('https://fonts.googleapis.com/css?family=Oxanium:400,500,600,700,800|Poppins:400,400i,500,500i,600,600i,700&display=swap');
@font-face {
    font-family: 'grinddemolished';
    src: url('../fonts/grind_demolished-webfont.woff2') format('woff2'),
         url('../fonts/grind_demolished-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'inter';
    src: url('../fonts/Inter_18pt-Light') format('light');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	font-weight: 500;
	color: #1c1421;
}
.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,
.btn:focus,
.button:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}
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: 'inter';
	color: #fff;
	margin-top: 0px;
	font-style: normal;
	font-weight: 800;
	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: 15px;
	font-weight: 500;
	line-height: 28px;
	color: #cbcbcb;
	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: #444;
	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; Fake Error? */
	border: medium none;
	border-radius: 5px;
	color: #ffff;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0;
	padding: 20px 44px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
	z-index: 1;
}
.btn:hover {
	color: #ffff;
}
.btn::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	/*background-image: url(../img/images/btn_overlay.png);*/
	width: 100%;
	height: 55px;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
	z-index: -1;
	transition: .3s linear;
}
.btn:hover::before {
	bottom: 0;
}
.btn i {
	margin-right: 5px;
}
.btn.transparent-btn {
	border: 2px solid #9f999d;
	background: transparent;
	color: #fff;
}
.btn.transparent-btn:hover {
	border: 2px solid #e4a101;
	color: #1c1121;
}
.btn.transparent-btn::before {
	display: none;
}
.btn.btn-style-two {
	background: transparent;
	padding: 20px 35px;
	margin: 0 8px;
	color: #ffff;
}
.btn.btn-style-two::before {
	content: "";
	position: absolute;
	right: -13px;
	top: 0;
	height: 100%;
	width: 5px;
	
	transform: skewX(-16deg);
	z-index: 1;
	opacity: 1;
	background-image: none;
	bottom: 0;
	border-radius: 0;
	left: auto;
	background-color: #800079;
}
.btn.btn-style-two::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transform: skewX(-16deg);
	z-index: -1;
	opacity: 1;
	background-image: none;
	bottom: 0;
	color: #ffff;
	border-radius: 0;
	left: auto;
	background-color: #800079;
}
.btn.btn-style-two:hover::before {
	right: 0;
}
.btn.btn-style-two a{
	color: #ffff;
}
.breadcrumb > .active {
	color: #888;
}

/* scrollUp */
#scrollUp {
	background: #800079;
	height: 40px;
	width: 40px;
	right: 50px;
	bottom: 50px;
	color: #1c1121;
	text-align: center;
	border-radius: 0;
	font-size: 22px;
	line-height: 38px;
	color: #fff;
}
#scrollUp:hover {
	background: #C10000;;
	color: #fff;
}
.header-action ul li.header-user a,

.navbar-wrap ul li .submenu li.active > a,
.navbar-wrap ul li .submenu > li:hover > a,
.hero-content h6,
.hero-content h2 span,
.section-title h2 span,

.copyright-text p a {
	color: #800079;
}
/* ----------Header Start-------------*/
.main-menu nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.navbar-wrap {
	display: flex;
	flex-grow: 1;
}
.navbar-wrap ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: auto;
}
.navbar-wrap ul li {
	position: relative;
}
.navbar-wrap ul li a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffff;
	padding: 43px 26px;
	display: block;
	line-height: 1;
	position: relative;
	z-index: 1;
	font-family: 'inter';
}
.navbar-wrap ul li.show a::before,
.navbar-wrap ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transform: skewX(-10deg);
	z-index: -1;
	right: 0;
	margin: 0 auto;
	opacity: 0;
}
.navbar-wrap ul li.show a::after,
.navbar-wrap ul li.active a::after,
.navbar-wrap ul li:hover > a::after {
	content: "";
	position: absolute;
	height: 3px;
	background: #C10000;
	right: 40px;
	left: 0;
	bottom: 0;
}
.navbar-wrap ul li:hover > a {
	color: #ffff;
}
.navbar-wrap ul li.show,
.navbar-wrap ul li.show a::before,
.navbar-wrap ul li:hover > a::before {
	opacity: 1;
}
.navbar-wrap ul li.show > a {
	color: #ffff;
}
.navbar-wrap ul li.active > a::before {
	opacity: 1;
}
.header-action > ul {
	display: flex;
	align-items: center;
	margin-left: 20px;
}
.header-action > ul li {
	position: relative;
	margin-left: 40px;
}
.header-action ul li:first-child {
	margin-left: 0;
}
.header-action ul li a {
	color: #edeaea;
	font-size: 14px;
}
.header-action ul li.header-user a {
	width: 56px;
	height: 48px;
	display: block;
	text-align: center;
	line-height: 48px;
	background: #111111;
	border-radius: 5px;
	font-size: 13px;
	box-shadow: 0px 3px 7px 0px rgba(128, 18, 40, 0.2),inset 0px 3px 7px 0px rgba(56, 17, 33, 0.4);
}
.menu-style-two .navbar-wrap ul li.show a::after,
.menu-style-two .navbar-wrap ul li:hover > a::after {
	display: none;
}
.menu-style-two {
	padding: 28px 30px;
	border-radius: 0 0 14px 14px;
	background-image: url(../img/bg/header_bg.jpg);
	background-position: right center;
	background-size: cover;
	position: relative;
}

.s-header-top-area .header-top-offer .time-count > span {
	padding: 9px 25px;
}
.menu-style-two .navbar-wrap ul li a {
	padding: 15px 23px;
}
.menu-style-two .navbar-wrap ul li.show a::before,
.menu-style-two .navbar-wrap ul li a::before {
	transform: skewX(-16deg);
	transition: .3s linear;
}
.navbar-wrap ul li > .submenu {
	position: absolute;
	z-index: 9;
	background-color: #ffff;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	display: block;
	left: -9px;
	opacity: 0;
	padding: 18px 0;
	right: 0;
	top: 100%;
	visibility: hidden;
	min-width: 230px;
	border: 1px solid #3a2746;
	background: #1c1421;
	box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
	margin: 0;
	border-radius: 2px;
	transform: scale(1 , 0);
	transform-origin: 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li > .submenu li {
	margin-left: 0;
	text-align: left;
	display: block;
}
.navbar-wrap ul li > .submenu li a {
	padding: 0 10px 0 25px;
	line-height: 40px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li:hover > .submenu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.navbar-wrap ul li > .submenu li a::before,
.navbar-wrap ul li > .submenu li a::after {
	display: none;
}
.sticky-menu {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background-image: url(../img/bg/header_bg.jpg);
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    border-radius: 0;
    padding: 0;
}

.custom-container {
    max-width: 1330px;
}
.custom-container-two {
    max-width: 1430px;
}
.header-style-four .menu-style-two {
    padding: 0;
    border-radius: 0;
    background-image: none;
    background-position: unset;
    background-size: cover;
    position: relative;
}
.header-four-wrap {
    background: #eaeaea;
    border-top: 1px solid #eaeaea;
	padding: 5px 0;
	position: relative;
}
.header-four-wrap .menu-style-two .navbar-wrap > ul > li > a {
    padding: 12px 23px;
}
.header-four-wrap .menu-style-two .navbar-wrap ul li.show a::before,
.header-four-wrap .menu-style-two .navbar-wrap ul li a::before {
    transform: skewX(-20deg);
}
.header-four-wrap .header-action ul li.header-user a {
    width: 52px;
    height: 46px;
    line-height: 46px;
    background: #252634;
    box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 20%), inset 0px 3px 7px 0px rgb(0 0 0 / 40%);
}

.header-four-wrap.sticky-menu {
	position: fixed;
	border-top: none;
}
/* ----------Header end-------------*/


/*------------button----------*/
.btn,
.navbar-wrap ul li a::before,
.lg-tag a::before,
.transparent-btn:hover
{
	background: #800079;
}
/*------------button----------*/

/* 4. Breadcrumb */
.breadcrumb-bg {
	background-image: url(../img/hero/img1.jpg);
	padding-top: 275px;
	padding-bottom: 170px;
	background-position: center;
	background-size: cover;
	background-color: #0009;
	
}
.s-breadcrumb-bg {
	background-image: url(../img/bg/breadcrumb_bg02.jpg);
}
.third-breadcrumb-bg {
	background-image: url(../img/bg/breadcrumb_bg03.jpg);
}
.breadcrumb-content h2 {
	font-size: 70px;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: .8;
}
.breadcrumb-content .breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
	justify-content: center;
}
.breadcrumb-content .breadcrumb li {
	text-transform: uppercase;
	font-weight: 600;
	color: #800079;
}
.breadcrumb-content h2 span {
	color:#800079;
}
.breadcrumb-content .breadcrumb li a {
	color: #fff;
}
.breadcrumb-content .breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	padding-left: .5rem;
	color: #fff;
	content: "\f101";
	font-weight: 600;
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
}

/* Hero Home Page */
.hero-bg {
	background-image: url(../img/hero/slider_bg.jpg);
	background-position: center;
	background-size: cover;
	padding: 260px 0;
}
.hero-content h6 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 25px;
	font-family: 'inter';
	position: relative;
	display: inline-block;
	padding: 0 18px;
}
.hero-content h6::before {
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	display: inline-block;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 135px 5px 0;
	border-color: transparent #fff transparent transparent;
}
.hero-content h6::after {
    content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	display: inline-block;
	transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 135px;
    border-color: transparent transparent transparent #fff;
}
.hero-content h2 {
	font-size: 100px;
	font-weight: 800;
	line-height: .9;
	margin-bottom: 12px;
	letter-spacing: -3px;
	text-transform: uppercase;
}
.hero-content h2 .word1 > span {
	color: #fff;
}
.hero-content p {
	font-weight: 600;
	color: #ededed;
	width: 73%;
	margin: 0 auto 40px;
	font-size: 18px;
	line-height: 1.6;
}
.hero-style-two {
	background-image: url(../img/hero/slider_bg02.jpg);
	padding: 290px 0 190px;
	position: relative;
	z-index: 1;
}
.hero-style-two .hero-content h6::before,
.hero-style-two .hero-content h6::after {
	display: none;
}
.hero-style-two .hero-content h2 {
	font-size: 90px;
	text-transform: capitalize;
}
.hero-style-two .hero-content p {
	font-weight: 400;
	color: #dbdbdb;
	width: 80%;
	margin: 0 0 45px;
	font-size: 16px;
	line-height: 30px;
}
.hero-style-two .hero-content h6 {
	margin-bottom: 15px;
	display: block;
	padding: 0;
}
.hero-img {
	position: absolute;
	right: 135px;
	bottom: 0;
}
.hero-img.hero-img2 {
	right: 295px;
	z-index: -1;
}
.home-four-hero .hero-bg {
    background-image: url(../img/hero/img3.jpg);
    background-position: center;
    background-size: cover;
    padding: 205px 0 205px;
}
.home-four-hero .custom-container-two {
	position: relative;
}
.home-four-hero .hero-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	right: 0;
	bottom: auto;
}
.home-four-area-bg {
	position: relative;
}
.home-four-area-bg .bg {
    background-image: url(../img/bg/home_four_area_bg.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1390px;
    background-position: bottom center;
    background-size: cover;
}

/* 7. title-area */
.section-title > span {
	display: block;
	line-height: 1;
	font-size: 14px;
	font-weight: 700;
	color: #c8c8c8;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.section-title h2 {
	font-size: 45px;
	font-weight: 800;
	margin-bottom: 0;
	line-height: 1;
	letter-spacing: -2px;
}
.lg-tag {
	position: absolute;
	left: 30px;
	top: -30px;
	z-index: 1;
}
.product-tag
{
	justify-content: center;
	display: flex;
	align-items: center;
}
.product-content
{
	justify-content: center;
	display: flex;
	align-items: center;
}
.lg-tag a,
.product-content .product-tag a,
.whychoose-item .product-tag a {
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	color: #1c1121;
	height: 30px;
	line-height: 30px;
	display: block;
	padding: 0 20px;
}
.lg-tag a::before,
.product-content .product-tag a::before,
.whychoose-item .product-tag a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transform: skewX(-10deg);
	z-index: -1;
	right: 0;
	margin: 0 auto;
	-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;
}

/* 8. About-us */
.about-img {
	padding: 15px;
	background-color: rgba(245, 58, 7, 0);
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.23);
	position: relative;
}
.about-img > img {
	width: 100%;
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.23);
	border-radius: 6px;
}
.about-img .popup-video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.title-style-two,
.title-style-three {
	padding-bottom: 35px;
	position: relative;
}
.title-style-two::before,
.title-style-three::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	/*background-image: url(../img/images/title_bar.png);*/
	width: 270px;
	height: 13px;
	background-repeat: no-repeat;
}

.title-style-three h2 {
	color: #1c1121;
	text-transform: uppercase;
	font-size: 36px;
	margin-bottom: 10px;
}

.about-content {
	padding-right: 70px;
}
.about-content p:first-child {
	margin-bottom: 20px;
}
.about-content p:nth-child(2) {
	margin-bottom: 55px;
}
.inner-about-area .title-style-three {
	padding-bottom: 30px;
}
.inner-about-area .title-style-three h2 {
	margin-bottom: 0;
}
.inner-about-content h5 {
	font-size: 22px;
	color: #800079;
	margin-bottom: 20px;
}
.inner-about-content p {
	color: #6c6c6c;
	margin-bottom: 12px;
}
.inner-about-content p:nth-child(3) {
	margin-bottom: 35px;
}
.inner-about-img img {
	margin-left: 115px;
}
.inner-about-img img:nth-child(2) {
	margin-left: 10px;
	margin-top: -315px;
	box-shadow: 0px 2px 21px 0px rgba(17, 8, 23, 0.1);
	border-radius: 10px;
}
.inner-about-img img:nth-child(3) {
	margin-top: -200px;
	margin-left: -65px;
}
.inner-about-area {
	position: relative;
	padding-bottom: 120px;
	padding-top: 105px;
}
.inner-about-shape {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}
.third-about-bg {
    background-image: url(../img/bg/third_about_bg.jpg);
    background-position: center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.third-about-img .shadow {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.third-title-style h2 {
    font-family: 'grinddemolished';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 45px;
    line-height: 1;
	margin-bottom: 17px;
	letter-spacing: -1px;
}
.third-title-style .inner {
    padding-left: 45px;
    position: relative;
    margin-bottom: 45px;
}
.third-title-style .vertical-title {
    font-family: 'grinddemolished';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    position: absolute;
    transform: rotate(-90deg);
    left: -50px;
    margin-bottom: 0;
    top: 65px;
}
.my-info-box {
    text-align: center;
}
.my-info-box {
    text-align: center;
   /* background: #18191f;
    box-shadow: 0px 3px 24px 0px rgba(55, 17, 2, 0.52);*/
    position: relative;
}
.my-info-box-top {
    background-image: url(../img/bg/my_info_box_bg.png);
    min-height: 48px;
    width: 100%;
    background-position: center;
    position: relative;
	display: inline-block;
	z-index: 1;
    margin-top: -7px;
}
.my-info-box-top h6 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #dcdcdc;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	font-family: 'Poppins', sans-serif;
	transition: .3s linear;
}
.my-info-box-content {
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 30px;
}
.mt-award img {
    max-width: 100%;
}
.my-info-box-top .info-box-top-hover {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s linear;
    opacity: 0;
    z-index: -1;
}
.my-info-box:hover .my-info-box-top .info-box-top-hover {
	opacity: 1;
}
.my-info-box:hover .my-info-box-top h6 {
	color: #fff;
}

/*-------Join Our Discord Server Start--------*/
.joindiscord-wrap {
	position: relative;
}
.joindiscord-wrap > img {
    max-width: 100%;
	border-radius: 5px;
	box-shadow: 0px 5px 12.09px 0.91px rgba(1, 31, 87, 0.19);
}
.joindiscord-wrap .popup-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
/*-------Join Our Discord Server end--------*/

.title-style-two.text-center::before,
.title-style-three.text-center::before {
	right: 0;
	margin: 0 auto;
}
/*---------- Why Choose Us & Join Our Discord Server Start-------*/
.whychoose-bg {
	background-image: url(../img/bg/features_bg.jpg);
	background-position: center;
	background-size: cover;
}
.whychoose-item {
	border-radius: 10px;
	background-color: rgb(29, 18, 39);
	box-shadow: 0px 5px 27px 0px rgba(17, 8, 23, 0.2);
	padding: 45px 35px;
}
.whychoose-item .product-tag a {
	display: inline-block;
	position: relative;
	z-index: 1;
}
.whychoose-head h4 {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.whychoose-head p {
	margin-bottom: 0;
}
.whychoose-head .product-tag {
	margin-bottom: 20px;
}
/* 17. Shop */
.product-content {
	padding: 35px 25px 25px;
	position: relative;
}
.product-content .product-tag {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -15px;
	z-index: 1;
}
.product-content h4 {
	font-size: 16px;
	margin-bottom: 10px;
}
.xbox360-area {
	background-image: url(../img/bg/home_four_shop_bg.jpg);
	background-position: center;
	background-size: cover;
}
.home-four-xbox360-area .xbox360-item {
    background-color: #1e1b20;
}
.home-four-xbox360-area .product-cart-action a {
    background: #1c1a1d;
    border: 1px solid #3d2f48;
}
.home-four-xbox360-area .product-cart-action a:hover {
    background: #e9a301;
    border: 1px solid #e9a301;
}
.home-four-xbox360-area .product-content {
    padding: 60px 25px 25px;
}
.home-four-xbox360-area .product-content h4 {
    text-transform: uppercase;
}
.home-four-title p {
    margin-bottom: 0;
    margin-top: 20px;
}
.xbox360-area .product-content {
    padding: 50px 25px 25px;
    margin-top: 10px;
}
/*------- Why Choose Us & Join Our Discord Server end-------*/

/* 24. Contact start */

.third-contact-bg {
	background-image: url(../img/bg/third_contact_bg.jpg);
	background-position: center;
	background-size: cover;
	padding: 120px 0;
}
.third-title-style ul li + li {
    margin-top: 10px;
}
.third-title-style ul li {
	font-size: 14px;
	color: #d3d3d3;
}
.third-title-style ul li span {
    font-family: 'grinddemolished';
    font-weight: normal;
    color: #fff;
    margin-right: 5px;
}
.third-contact-wrap .third-title-style .vertical-title {
    left: -35px;
    margin-bottom: 0;
    top: 50px;
    letter-spacing: 2px;
}
.third-contact-form input,
.third-contact-form textarea {
    width: 100%;
    border: none;
    background: #292a2e;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 19px 25px;
    margin-bottom: 20px;
}
.third-contact-form textarea {
	min-height: 160px;
	max-height: 160px;
}
.third-contact-form input::placeholder,
.third-contact-form textarea::placeholder {
	color: #b5b4b4;
	font-size: 14px;
    font-weight: 500;
}
/* 26. Footern start */
.footer-bg {
	background-image: url(../img/bg/footer_bg.jpg);
	background-color: #f9f9f9;
	background-position: top center;
	background-size: cover;
	padding-bottom: 65px;
	padding-top: 65px;
	position: relative;
	z-index: 1;
}
.footer-text p {
	font-size: 15px;
	color: #90949c;
	margin-bottom: 15px;
}
.fw-title h5 {
	font-size: 18px;
	color: #c8c8c8;
	margin-bottom: 0;
	line-height: 1;
	padding-bottom: 20px;
	position: relative;
}
.fw-title h5::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 3px;
}
.footer-social ul {
	display: flex;
	flex-wrap: wrap;
}
.footer-social ul li {
	display: block;
	margin-right: 9px;
}
.footer-social ul li a {
	width: 36px;
	height: 36px;
	background-color: rgb(59, 89, 152);
	display: block;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 14px;
	border-radius: 2px;
}
.footer-social ul li:nth-child(2) a {
	background: #55acee;
}
.footer-social ul li:nth-child(3) a {
	background: #d71e18;
}
.footer-social ul li:nth-child(4) a {
	background: #1565c0;
}

.copyright-wrap {
	background: #140a1c;
	padding: 20px 0;
}
.copyright-text p {
	font-size: 14px;
	color: #90949c;
	margin-bottom: 0;
	text-align: center;
}
.copyright-text p a {
	font-weight: 500;
}
.s-footer-bg {
	background-image: url(../img/bg/s_footer_bg.jpg);
}
.s-footer-bg .fw-title h5 {
	font-size: 16px;
	text-transform: uppercase;
}
.s-footer-bg .footer-newsletter input {
	background: #262228;
}
.s-copyright-wrap {
	background: #161417;
}
.fw-text p {
    font-size: 14px;
    line-height: 28px;
    padding-right: 70px;
    margin-bottom: 20px;
}

/* 27. Preloader */
#preloader{
	background-color: #161417;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
	margin-top: 0px;
	top: 0px;
	z-index: 99;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/*----- FAQ start -----*/
.faq-area .faq-head h2 {
  margin-bottom: 35px;
  font-weight: 600;
  font-size: 30px;
  margin-top: -7px;
  color: #fff;
}
.faq-area .faq-wrap {
  width: 100%;
}
.faq-area .faq-wrap:last-child {
  margin-bottom: -100px;
}
.faq-area .accordion {
  padding-left: 20;
  margin: 0;
  padding: 0;
  color: #727272;
  background-color: #1c1421;
}
.faq-area  p {
  font-size: 18px;
  padding: 20px 45px 15px 20px;
  margin-bottom: 0;
  color: #fff;
}
.faq-area  a {
  color: #fff;
  font-size: 17px;
  width: 25%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 8px 8px 8px 8px;
}
.faq-area .accordion p {
  font-size: 15px;
  display: none;
  padding: 20px 45px 15px 20px;
  margin-bottom: 0;
  color: #fff;
}
.faq-area .accordion a {
  color: #fff;
  font-size: 17px;
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  padding: 15px 0 15px 18px;
  border: 1px solid #fff;
  border-radius: 8px 8px 0 0;
}
.faq-area a:hover {
  color: #fdb819;
}
.faq-area .accordion a:hover {
  color: #800079;;
}
.faq-area .accordion a:after {
  position: absolute;
  right: 20px;
  content: "+";
  top: 10px;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}
.faq-area .accordion li {
  position: relative;
  list-style-type: none;
  margin-bottom: 30px;
}
.faq-area .accordion li:first-child {
  border-top: 0;
}
.faq-area .accordion li:last-child {
  margin-bottom: 0;
}
.faq-area .accordion li a.active {
  color: #ffffff;
  background-color: #333333;
  border: 1px solid #800079;;
}
.faq-area .accordion li a.active:after {
  content: "-";
  font-size: 25px;
  color: #ffffff;
}

/* Style the tab */
.tab {
	border: 1px solid #484848;
	background-color: #161417;
	display: inline-block;
	margin: auto;
	padding: 5px 5px 5px 5px;
  }
  
  /* Style the buttons that are used to open the tab content */
  .tab button {
	background-color: inherit;
	border: 1px solid #dedede;
	outline: none;
	color: #FFF;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
	background-color: #800079;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
	background-color: #800079;
  }
  
  /* Style the tab content */
  .tabcontent {
	display: none;
	padding: 6px 12px;
	border: 1px solid #484848;
	border-top: none;
  }

  .popup {
	position: absolute;
	top: -150%;
	left: 50%;
	opacity: 0;
	transform: translate(-50%, -50%) scale(1.25);
	width: 380px;
	padding: 20px 30px;
	background: #1c1421;
  }

  .popup.activeR {
	top: 200px;
	z-index: 9;
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
  }

  .popup.activeL {
	top: 100px;
	z-index: 9;
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
  }

  .popup.activeNewS {
	top: 100px;
	z-index: 9;
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
  }

  .popup .form h2 {
	padding-top: 40px;
	text-align: center;
	color:#c8c8c8;
	margin:100px 0px 20px;
	font-size: 25px;
  }

  .popup .form .form-element {
	margin: 15px 0px;
  }

  .popup .form .form-element label {
	font-size: 14px;
	color:#c8c8c8;
  }

  .popup .form .form-element input[type="text"],
  .popup .form .form-element input[type="password"]{
	margin-top: 5px;
	display: block;
	width: 100%;
	padding: 10px;
	outline: none;
	border: 1px solid #aaa;
	border-radius: 5px;
  }

  .popup .form .form-element a {
	display: block;
	text-align: right;
	font-size: 15px;
	color: #1a79ca;
	text-decoration: none;
	font-weight: 600;
  }

  .newnav{
	padding-left: 50px;
	padding-top: 5px;
	z-index: 8;
  }

  .newnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: visible;
  }
  
  .newnav li {
	float: left;
  }
  
  .newnav li a, .dropbtn {
	display: inline-block;
	color: #000000;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-family: 'inter';
	font-size: 15px;
	font-weight: 700;
  }
  
  .newnav li a:hover, .dropdown:hover .dropbtn {
	background-color: #800079;
  }
  
  .newnav li.dropdown {
	display: inline-block;
  }
  
  .newnav .dropdown-content {
	display: none;
	position: absolute;
	background-color: #eaeaea;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
  }
  
  .newnav .dropdown-content a {
	color: 000000;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
  }
  
  .newnav .dropdown-content a:hover a {
	color:red;
  }
  
  .newnav .dropdown:hover .dropdown-content {
	display: block;
	z-index: 9;
  }

  #accountmenu{
	padding-left: 300px;
  }

  .centerDiv {
	text-align: center;
  }