

/*--------------------- Copyright (c) 2022 ----------------------- 
[Master Stylesheet] 
Project: Game
-------------------------------------------------------------------*/
/********************************************************
1. body start
 *******************************************************/
:root {
	--gz-orange-color: #ff8000;
	--gz-yellow-color: #ffab18;
	--gz-white-color: #ffffff;
	--gz-black-color: #1d1f1f;
	--gz-text-color: #cdcdcd;
	--gz-black-color1: #191a1a;

}
body {
	font-family: 'Bebas Neue', cursive;
	/* font-family: 'Mukta', sans-serif; */
	font-style: normal;
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 1.6;
	position: relative;
	color: var(--gz-black-color);
	position: relative;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.img-fluid {
	max-width: 100%;
	height: auto;
	width: 100%;
}
.container {
	max-width: 1170px;
}
.row>* {
	padding-right: 15px;
	padding-left: 15px;
}
*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a,
a:hover,
a:focus {
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Bebas Neue', cursive;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin: 0;
	padding: 0;
	word-break: break-word;
}
img {
	max-width: 100%;
}
input,
textarea,
select,
button,
label,
svg,
svg path,
svg rect,
svg polygon,
img,
a,
:after,
:before,
:hover,
:focus,
.form-control:focus {
	outline: none !important;
	box-shadow: none;
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
p {
	font-family: 'Mukta', sans-serif;
	margin: 0px;
	padding: 0;
	word-break: break-word;
}
/* width */

::-webkit-scrollbar {
	width: 4px;
}
/* Track */

::-webkit-scrollbar-track {
	background: var(--blue-color);
}
/* Handle */

::-webkit-scrollbar-thumb {
	background: var(--gz-orange-color);
	width: 4px;
}
/*font size*/

.f-18 {
	font-size: 18px;
}
.yellow-color {
	fill: var(--gz-yellow-color);
}
/*preloader css start*/

.gz-loader {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 999999;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
}
.gz-loader img {
	width: 80px;
}
/*preloader css end*/

/*goto top css start*/

.gz_top_icon a {
	display: flex;
	width: 50px;
	height: 50px;
	background-color: var(--gz-orange-color);
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	position: fixed;
	bottom: 30px;
	right: 20px;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	cursor: pointer;
	animation: 3s installation infinite alternate;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.gz_top_icon a i {
	color: #ffffff;
}
@keyframes installation {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-20px);
	}
}
.gz_top_icon a svg {
	fill: #ffffff;
	transform: rotate(270deg);
}
.gz_top_icon a:active {
	background-color: #555;
}
.gz_top_icon a.show {
	opacity: 1;
	visibility: visible;
}
/* all button css start */

.gz-header-btn {
	width: 180px;
}
/* new-button */

a.gz-all-btn.gz-top-btn {
	letter-spacing: 0px;
	border: 1px solid var(--gz-orange-color);
	background: transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a.gz-all-btn.gz-top-btn:hover {
	background-color: var(--gz-orange-color);
	color: var(--gz-white-color) !important;
}
.gz-all-btn {
	width: 100%;
	max-width: 172px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	font-family: 'Mukta', sans-serif;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 2px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	text-transform: capitalize;
	border-radius: 0px;
	position: relative;
	overflow: hidden!important;
	border: 1px solid var(--gz-orange-color);
	background-color: var(--gz-orange-color);
	;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.gz-all-btn:hover {
	border: 1px solid transparent;
	color: var(--gz-orange-color)!important;
	background-color: var(--gz-white-color);
}
/* banner slider btn */

a.gz-all-btn.gz-btn-color.gz-banner-btn {
	max-width: 140px;
	height: 48px;
	font-size: 16px;
}
/*css start*/

/*========================= Banner start ===================*/
.gz-shop-page {
    padding: 80px 0px;
    background: #191a1a;
}
.gz-banner-wrapper {
	background-image: url(../images/banner.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	padding: 10px 0px 20px 0px;
}
.gz-banner-wrapperValoria {
	background-image: url(../images/banner_valoria.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	padding: 10px 0px 20px 0px;
}
.banner-img{
	background-color: #000;	
}
.dis_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.breadcrumb li {
    color: #fff;
    z-index: 9;
    color: #fff;
}
ul.breadcrumb li a {  
    color: #fff;
}
.gz-page-title-bg{
background-image: url(../images/bg-2.png);
	background-repeat: no-repeat;
	padding: 80px 0px;
	position: relative;
}
.gz-_title {
    z-index: 9;
    color: #fff;
    position: relative;
    font-size: 42px;
}
.overlay {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000cc;
	z-index: 0;
}
.gz-header-main {
	padding: 10px 70px 0;
}

.gz-header-main.gz-header-fixed{
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color:var(--gz-black-color);
    box-shadow: 1.5px 3.99px 27px 0px rgb(255 255 255 / 10%);
    max-width: 100%;
    z-index: 99999;
    transition: all 0.7s ease-in-out;
    -webkit-animation: slideInDown .7s;
    -moz-animation: slideInDown 0.7s;
    -ms-animation: slideInDown 0.7s;
    -o-animation: slideInDown 0.7s;
    animation: slideInDown 0.7s;
    backface-visibility: hidden;
    padding: 10px 70px 10px;
}
.gz-header-menu {
	display: flex;
	align-items: center;
	justify-content: end;
}
ul.gz-menu li {
	display: inline-flex;
	margin: 0px 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
ul.gz-menu li:hover a {
	color: var(--gz-orange-color);
}
ul.gz-menu li:hover a svg {
	fill: var(--gz-orange-color);
}
ul.gz-menu li a {
	color: var(--gz-white-color);
	font-family: 'Mukta', sans-serif;
}
ul.gz-menu li a svg {
	fill: var(--gz-white-color);
}
ul.gz-menu li a span {
	padding-right: 10px;
}
/* banner text */

.gz-banner-text {
	width: 100%;
	max-width: 540px;
	margin: 185px auto 0;
}
.gz-banner-text h4 {
	position: relative;
	color: var(--gz-white-color);
	letter-spacing: 2px;
	font-weight: 400;
	font-family: 'Mukta', sans-serif;
}
.gz-banner-text h3 {
	font-size: 56px;
	color: var(--gz-white-color);
	font-family: 'Bebas Neue', cursive;
	padding-top: 12px;
	line-height: 1.3;
}
.gz-banner-text h3 span {
	background-color: var(--gz-orange-color);
	color: var(--gz-black-color);
	width: 100%;
	max-width: 250px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 0px;
	padding: 37px 0px 32px;
}
.gz-banner-text p {
	color: var(--gz-text-color);
	font-size: 14px;
}
/* banner slider css */

.gz-banner-main {
	background-color: var(--background-black1);
	position: relative;
	bottom: -185px;
}
.gz-banner-slider-wrapper .swiper {
	padding: 100px 0px;
	position: relative;
	top: -260px;
}
.gz-banner-slider-inner {
	position: relative;
	height: 330px;
	background-color: #44464670;
	border-radius: 10px;
	margin-top: 40px;
	opacity: 0.5;
}
.swiper-slide.swiper-slide-active .gz-banner-slider-inner {
	opacity: 1;
}
.gz-banner-slide-img {
	position: absolute;
	top: -25px;
	left: 25px;
}
.gz-banner-slide-img img {
	border-radius: 10px;
}
.gz-banner-slide-content {
	padding: 30px 20px 30px 300px;
}
.gz-banner-slide-content h3 {
	font-size: 26px;
	color: var(--gz-white-color);
	padding-bottom: 7px;
}
.gz-banner-slide-content span svg:nth-child(1) {
	fill: var(--gz-yellow-color);
}
.gz-banner-slide-content span svg:nth-child(2) {
	fill: var(--gz-yellow-color);
}
.gz-banner-slide-content span svg:nth-child(3) {
	fill: var(--gz-yellow-color);
}
.gz-banner-slide-content span svg:nth-child(4) {
	fill: #64686b;
}
.gz-banner-slide-content span svg:nth-child(5) {
	fill: #64686b;
}
.gz-banner-slide-content p {
	font-size: 14px;
	color: var(--gz-text-color);
	padding-top: 7px;
}
/* banner arrow */

.gz-about-arrow.gz-banner-arrow .swiper-button-prev {
	width: 82px;
	height: 52px;
	background-color: var(--gz-orange-color);
	left: auto;
	right: 240px;
	border: 1px solid var(--gz-orange-color);
	position: absolute;
	top: -60px;
}
.gz-about-arrow.gz-banner-arrow .swiper-button-next {
	top: -60px;
	right: 140px;
}
.gz-about-arrow.gz-banner-arrow .gz-swiper-line:before {
	width: 340px;
	left: -405px;
}
.gz-about-arrow.gz-banner-arrow .gz-swiper-line:after {
	left: -410px;
}
/* about css start */

.gz-about-wrapper {
	background-color: var(--gz-black-color);
	position: relative;
	padding: 245px 0 100px;
}
.gz-about-left {
	position: relative;
	z-index: 1;
}
.gz-about-left:before {
	content: '';
	position: absolute;
	background-image: url(../images/about-after.png);
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	z-index: -1;
	right: 70px;
	left: auto;
	background-position: top right;
}
.gz-about-box {
	background-color: var(--gz-orange-color);
	width: 100%;
	max-width: 270px;
	height: 140px;
	padding: 40px 0px 40px 30px;
	position: absolute;
	right: -45px;
	bottom: 100px;
}
.gz-about-box h3 {
	font-size: 26px;
	color: var(--gz-white-color);
	font-family: 'Bebas Neue', cursive;
}
.gz-about-box span svg:nth-child(1) {
	fill: var(--gz-white-color);
}
.gz-about-box span svg:nth-child(2) {
	fill: var(--gz-white-color);
}
.gz-about-box span svg:nth-child(3) {
	fill: var(--gz-white-color);
}
.gz-about-box span svg:nth-child(4) {
	fill: #ffa64d;
}
.gz-about-box span svg:nth-child(5) {
	fill: #ffa64d;
}
.gz-banner-slide-content p {
	font-size: 14px;
	color: var(--gz-text-color);
	padding-top: 7px;
}
.gz-about-right {
	padding: 140px 0px 0px 40px;
}
.gz-about-right h3 {
	font-family: 'Mukta', sans-serif;
	font-size: 18px;
	color: var(--gz-orange-color);
	letter-spacing: 2px;
	text-transform: capitalize;
	padding-bottom: 15px;
	font-weight: 500;
}
.gz-about-right.gz-about-top-space h5 {
	font-size: 42px;
	color: var(--gz-white-color);
	text-transform: capitalize;
}
.gz-about-right p {
	font-size: 14px;
	color: var(--gz-text-color);
	width: 100%;
	max-width: 445px;
}
.gz-about-right p.gz-about-para-space {
	padding: 20px 0px 27px;
}
.gz-about-wrapper.pd-top {
    padding-top: 120px;
    padding-bottom: 50px;
}
.gz-trailer-wrapper.pd-bottom {
    padding-bottom: 170px;
}
/* slider arrow */

.gz-about-arrow .swiper-button-next {
	width: 82px;
	height: 52px;
	background-color: var(--gz-orange-color);
	border: 1px solid var(--gz-orange-color);
	position: absolute;
	top: 22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.gz-about-arrow .swiper-button-next:hover {
	border: 1px solid var(--gz-orange-color);
	background-color: transparent;
}
.gz-about-arrow .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'none';
	background-image: url(../images/left-arrow.svg);
	width: 23px;
	height: 12px;
	background-repeat: no-repeat;
	position: absolute;
	top: 19px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.gz-about-arrow .swiper-button-prev {
	width: 82px;
	height: 52px;
	background-color: var(--gz-orange-color);
	left: auto;
	right: 100px;
	border: 1px solid var(--gz-orange-color);
	position: absolute;
	top: 22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.gz-about-arrow .swiper-button-prev:hover {
	background-color: transparent;
	border: 1px solid var(--gz-orange-color);
}
.gz-about-arrow .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'none';
	background-image: url(../images/right-arrow.svg);
	width: 23px;
	height: 12px;
	background-repeat: no-repeat;
	position: absolute;
	top: 20px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.gz-swiper-line {
	position: relative;
}
.gz-swiper-line:before {
	content: '';
	position: absolute;
	width: 255px;
	height: 1px;
	background-color: var(--gz-orange-color);
	left: -309px;
}
.gz-swiper-line:after {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	background-color: var(--gz-orange-color);
	left: -315px;
	z-index: 9;
	border-radius: 20px;
	top: -3px;
}
a.gz-all-btn.gz-btn-color.gz-about-top {
	margin-top: 20px;
}
.gz-matches-wrapper.bg-color {
    background: #191a1a;
}
.gz-blog-wrapper.bg-color {
    background: #191a1a;
	padding: 100px 0px;
}
/* top games css start */

.gz-top-game-wrapper {
	background-color: var(--gz-black-color1);
	padding: 71px 0px 72px;
	position: relative;
}
.gz-all-heading {
	text-align: center;
	padding-bottom: 39px;
}
.gz-game-image {
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.gz-game-image img {
	width: 100%;
}
.gz-game-slider-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	background-image: -moz-linear-gradient(-90deg, rgba(255, 128, 0, 0) 0%, rgba(255, 128, 0, 0.90196) 100%);
	background-image: -webkit-linear-gradient(-90deg, rgba(255, 128, 0, 0) 0%, rgba(255, 128, 0, 0.90196) 100%);
	background-image: -ms-linear-gradient(-90deg, rgba(255, 128, 0, 0) 0%, rgba(255, 128, 0, 0.90196) 100%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a.gz-all-btn.gz-game-slider-btn {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 20px;
	max-width: 148px;
	height: 48px;
	border: 1px solid var(--gz-white-color);
	background-color: transparent;
	color: var(--gz-white-color);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.gz-game-image:hover .gz-game-slider-overlay {
	opacity: 1;
	visibility: visible;
}
.gz-game-image:hover a.gz-all-btn.gz-game-slider-btn {
	opacity: 1;
	visibility: visible;
	color: var(--gz-white-color) !important;
}
.gz-all-heading h5 {
	color: var(--gz-orange-color);
	font-size: 18px;
	letter-spacing: 2px;
	font-family: 'Mukta', sans-serif;
	padding: 0 0px 6px;
	font-weight: 400;
}
.gz-all-heading h3 {
	font-size: 32px;
	color: var(--gz-white-color);
}
.gz-game-content h4 {
	font-size: 26px;
	color: var(--gz-white-color);
	padding: 23px 0px 6px;
}
.gz-game-content span svg:nth-child(1) {
	fill: var(--gz-yellow-color);
}
.gz-game-content span svg:nth-child(2) {
	fill: var(--gz-yellow-color);
}
.gz-game-content span svg:nth-child(3) {
	fill: var(--gz-yellow-color);
}
.gz-game-content span svg:nth-child(4) {
	fill: #64686b;
}
.gz-game-content span svg:nth-child(5) {
	fill: #64686b;
}
/* slider arrow */

.gz-about-arrow.gz-game-slider-arrow .swiper-button-next {
	top: 126px;
	right: 95px;
}
.gz-about-arrow.gz-banner-arrow .gz-swiper-line .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity:1 !important;
    cursor: auto;
    pointer-events: none;
}
.gz-about-arrow.gz-game-slider-arrow .swiper-button-prev {
	top: 127px;
	right: 185px;
}
.gz-game-slider-arrow .gz-swiper-line:before {
	width: 465px;
	left: -517px;
}
.gz-game-slider-arrow .gz-swiper-line:after {
	left: -519px;
	top: -3px;
}
/* matches css start */

.gz-matches-wrapper {
	background-color: var(--gz-black-color);
	padding: 71px 0px 57px;
}
.gz-matches-table ul li {
	margin-right: 65px;
}
.gz-matches-table ul.nav-tabs {
    background-color: #121313;
    height: 60px;
    border-bottom: transparent;
    padding: 0px 35px;
}
.gz-matches-table .nav-link.active {
	color: var(--gz-orange-color);
	background-color: transparent;
	border-color: transparent;
	font-family: 'Mukta', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 15px 15px 18px;
	background-image: url(../images/heading-border.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.gz-matches-table .nav-link {
	color: var(--gz-white-color);
	font-family: 'Mukta', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 17px 15px 17px;
}
.gz-matches-table .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: transparent;
	isolation: isolate;
}
.gz-matches-box table tr td:nth-child(1) {
	width: 400px;
}
.gz-matches-box table tr td:nth-child(2) {
	width: 355px;
}
.gz-matches-box table tr td:nth-child(3) {
	width: 455px;
}
.gz-matches-box {
	position: relative;
	background-color: #212323;
	padding: 25px;
}
.gz-matches-box .gz-matches-img {
	position: absolute;
	width: 113px;
	height: 90px;
	background: #272b2b;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gz-matches-content {
	padding: 17px 0px 17px 130px;
}
.gz-matches-content h4 {
	font-size: 32px;
	color: var(--gz-white-color);
}
.gz-matches-content h5 {
	font-size: 14px;
	font-family: 'Mukta', sans-serif;
	text-transform: capitalize;
	color: var(--gz-orange-color);
	letter-spacing: 2px;
	padding-bottom: 8px;
}
.gz-matches-center-box {
	text-align: center;
}
.gz-matches-center-box h5 {
	background-color: #3a3f3f;
	width: 32px;
	height: 32px;
	margin: 0 auto 7px;
	font-size: 12px;
	border-radius: 50px;
	font-family: 'Mukta', sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--gz-white-color);
}
.gz-matches-center-box h4 {
	color: var(--gz-white-color);
	font-size: 32px;
}
.gz-matches-center-box p {
	font-size: 16px;
	color: var(--gz-white-color);
}
.gz-advertisement-img {
	padding: 80px 0px 0px;
}
/* trailer css start */

.gz-trailer-wrapper {
	background-color: var(--gz-black-color);
	padding: 0px 0px 130px;
}
/* slider css start */

div.gz-trailor-section {
	position: relative;
}
.gz-trailor-section div {
	margin: 0 auto;	
}
div.gz-trailor-section ul.carousel {
	position: relative;
	text-align: center;
	width: 100%;
	max-width: 580px;
	height: 310px;
}
.gz-trailor-section ul li {
	width: 100%;
	max-width: 580px;
	clip-path: polygon(0 0, 116% 21%, 100% 81%, 0% 100%);
	display: inline-block;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.gz-trailor-section ul li.main-pos {
	clip-path: none;
}
.gz-trailor-section ul li.items {
	position: absolute;
}
.main-pos {
	margin-left: 2em !important;
	z-index: 3000;
}
.left-pos {
	margin-left: -17em !important;
	z-index: 1000;
	-webkit-transform: scale(.75);
	-moz-transform: scale(.75);
	transform: scale(.75);
}
.back-pos {
	margin-left: 2em !important;
	-webkit-transform: scale(.5);
	-moz-transform: scale(.5);
	transform: scale(.5);
}
.right-pos {
	clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 83%) !important;
	margin-left: 21em !important;
	z-index: 1000;
	-webkit-transform: scale(.75);
	-moz-transform: scale(.75);
	transform: scale(.75);
}
/* arrow */

.gz-trailor-prev {
	width: 82px;
	height: 52px;
	background: var(--gz-orange-color);
	position: absolute;
	top: calc(50% - 15px);
	left: -16px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 1px solid var(--gz-orange-color);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.gz-trailor-prev:hover {
	border: 1px solid var(--gz-orange-color);
	background-color: transparent;
}
.gz-trailor-next {
	width: 82px;
	height: 52px;
	background: var(--gz-orange-color);
	position: absolute;
	top: calc(50% - 15px);
	right: -100px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 1px solid var(--gz-orange-color);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.gz-trailor-next:hover {
	border: 1px solid var(--gz-orange-color);
	background-color: transparent;
}
/* gameing product css start */

.gz-gameing-product-wrapper {
	background-color: var(--gz-black-color1);
	padding: 71px 0px 70px;
}
.gz-game-product-inner {
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.gz-game-product-inner img {
	width: 100%;
}
ul.gz-game-product-social {
	position: absolute;
	top: 10px;
	width: 40px;
	right: -40px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.gz-game-product-inner:hover ul.gz-game-product-social {
	right: 13px;
	opacity: 1;
	visibility: visible;
}
ul.gz-game-product-social li {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #2b2d2d;
	margin: 0px 0px 15px;
	width: 40px;
	height: 40px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
ul.gz-game-product-social li:hover {
	background-color: var(--gz-orange-color);
}
ul.gz-game-product-social li a svg {
	fill: var(--gz-white-color);
}
.gz-game-product-inner:hover ul.gz-game-product-social li {
	right: 20px;
}
a.gz-all-btn.gz-btn-color.gz-product-btn {
	text-transform: none !important;
	position: absolute;
	bottom: 45px;
	left: 0;
	right: 0;
	margin: 0 auto;
	cursor: pointer;
	background-color: var(--gz-orange-color) !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
a.gz-product-btn {
	width: 100%;
	max-width: 172px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	font-family: 'Mukta', sans-serif;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 2px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	text-transform: capitalize;
	border-radius: 0px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 80px;
	overflow: hidden!important;
	border: 1px solid var(--gz-orange-color);
	margin: 0 auto;
	opacity: 0;
	visibility: hidden;
	background: var(--gz-orange-color);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a.gz-product-btn:hover {
	background-color: var(--gz-white-color);
	color: var(--gz-orange-color);
	border: transparent;
}
.gz-product-btn:hover svg {
	fill: var(--gz-orange-color);
}
.gz-product-btn svg {
	fill: var(--gz-white-color);
	margin-right: 10px;
}
.gz-game-product-inner:hover a.gz-product-btn {
	bottom: 125px;
	opacity: 1;
	visibility: visible;
}
.gz-game-product-info {
	padding-top: 20px;
	align-items: center;
	text-align: center;
}
span.gz-star svg {
	margin-right: 1px;
}
span.gz-star svg:nth-child(1) {
	fill: var(--gz-yellow-color);
}
span.gz-star svg:nth-child(2) {
	fill: var(--gz-yellow-color);
}
span.gz-star svg:nth-child(3) {
	fill: var(--gz-yellow-color);
}
span.gz-star svg:nth-child(4) {
	fill: #64686b;
}
span.gz-star svg:nth-child(5) {
	fill: #64686b;
}
.gz-game-product-info h5 {
	color: var(--gz-white-color);
	font-size: 20px;
	font-family: 'Mukta', sans-serif;
	padding: 2px 0px 1px;
}
.gz-game-product-info p {
	color: var(--gz-orange-color);
	font-size: 20px;
	font-family: 'Mukta', sans-serif;
	font-weight: 800;
}
/* slider arrow css */

.gz-product-arrow {
	position: relative;
}
.gz-product-arrow .swiper-button-prev {
	position: absolute;
	left: -131px;
	top: calc(50% - 270px);
	width: 82px;
	height: 52px;
	background-color: var(--gz-orange-color);
	border: 1px solid var(--gz-orange-color);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.gz-product-arrow .swiper-button-prev:hover {
	background-color: transparent;
	border: 1px solid var(--gz-orange-color);
}
.gz-product-arrow .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'none';
	background-image: url(../images/left-arrow.svg);
	width: 23px;
	height: 12px;
	background-repeat: no-repeat;
	position: absolute;
	top: 19px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.gz-product-arrow .swiper-button-next {
	position: absolute;
	right: -131px;
	top: calc(50% - 270px);
	width: 82px;
	height: 52px;
	background-color: var(--gz-orange-color);
	border: 1px solid var(--gz-orange-color);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.gz-product-arrow .swiper-button-next:hover {
	background-color: transparent;
	border: 1px solid var(--gz-orange-color);
}
.gz-product-arrow .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'none';
	background-image: url(../images/right-arrow.svg);
	width: 23px;
	height: 12px;
	background-repeat: no-repeat;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
/* Blog css start */

.gz-blog-wrapper {
	background-color: var(--gz-black-color);
	padding: 71px 0px 75px;
}
.gz-blog-img {
	overflow: hidden;
}
.gz-blog-img img {
	transform: scale(1);
	width: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.gz-blog-img img:hover {
	transform: scale(1.3);
}
ul.gz-blog-date {
	padding: 24px 0px 7px;
}
ul.gz-blog-date li {
	display: inline-flex;
	margin: 0px 14px 0 0;
}
ul.gz-blog-date li a {
	font-size: 16px;
	font-family: 'Mukta', sans-serif;
	color: var(--gz-text-color);
}
ul.gz-blog-date li a span {
	fill: var(--gz-orange-color);
}
ul.gz-blog-date li a span svg {
	margin-right: 5px;
}
a.gz-blog-title {
	font-family: 'Mukta', sans-serif;
	font-size: 22px;
	color: var(--gz-white-color);
}
a.gz-blog-title:hover {
	color: var(--gz-orange-color);
}
.gz-blog-box p {
	font-size: 14px;
	color: var(--gz-text-color);
}
/* newsletter css start */

.gz-newsletter-wrapper {
	background-color: var(--gz-black-color1);
	padding: 73px 0px 75px;
}
/* left side */

.gz-newsletter-left p {
	color: var(--gz-orange-color);
	font-size: 18px;
	letter-spacing: 2px;
}
.gz-newsletter-left h3 {
	font-size: 32px;
	color: var(--gz-white-color);
}
.gz-newsletter-left .gz-head{
	font-size: 16px;
	color: var(--gz-text-color);
	letter-spacing: 0px;
	padding: 13px 0px 9px;
}
ul.gz-available li {
	display: inline-flex;
	margin-right: 7px;
	background-color: #2b2d2d;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
ul.gz-available li:nth-child(2) {
	margin-right: 8px;
}
ul.gz-available li a {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
ul.gz-available li a svg {
	fill: var(--gz-white-color);
}
ul.gz-available li:hover {
	background-color: var(--gz-orange-color);
	transform: translateY(-5px);
}
/* center */

.gz-newsletter-border {
	text-align: center;
}
/* right side */

.gz-newsletter-right p {
	font-size: 18px;
	color: var(--gz-orange-color);
	font-size: 18px;
	letter-spacing: 2px;
}
.gz-newsletter-right h4 {
	font-size: 32px;
	color: var(--gz-white-color);
	padding: 2px 0 0;
}
/* input css */


.gz-newsletter-input input {
	width: 100%;
	max-width: 570px;
	height: 70px;
	padding: 0px 190px 0px 70px;
	position: relative;
	background-color: #212323;
	color: var(--gz-white-color);
	border: none;
	font-family: 'Mukta';
}
.gz-newsletter-input input::placeholder {
	color: var(--gz-text-color);
	font-family: 'Mukta', sans-serif;
}
span.gz-newsletter-input-icon {
	position: absolute;
	fill: var(--gz-text-color);
	top: 60px;
	left: 30px;
}

.gz-newsletter-right {
    text-align: center; /* Centraliza todo o conteúdo interno */
    padding-left: 0;    /* Remove qualquer preenchimento lateral que atrapalhe */
}

/* 2. Remove o posicionamento absoluto do container do botão */
.gz-newsletter-input {
    position: static; /* Remove o 'position: relative' para simplificar */
}

/* 3. Estilo final para o botão (Substitui a regra antiga) */
a.gz-newsletter-btn {
    /* Mudei para 'inline-flex' para que o text-align:center do pai funcione */
    display: inline-flex;
    align-items: center;
    justify-content: center;
	margin-top: 35px;
    
    /* Removemos o posicionamento absoluto que impedia a centralização */
    position: static; 
    
    /* Adicionamos o arredondamento */
    border-radius: 8px;

    /* Mantendo e ajustando o estilo visual para combinar com o site */
    max-width: 280px;
    height: 60px;
    padding: 0 25px; /* Adiciona espaçamento interno */
    color: var(--gz-white-color);
    font-family: 'Bebas Neue', sans-serif; /* Fonte dos outros botões */
    font-size: 24px;
    letter-spacing: 1.5px;
    background-color: var(--gz-orange-color);
    transition: all 0.3s ease;
    border: 1px solid var(--gz-orange-color);
}

/* Efeito hover para o botão, igual aos outros do site */
a.gz-newsletter-btn:hover {
    background-color: var(--gz-white-color);
    color: var(--gz-orange-color) !important;
    border-color: var(--gz-white-color);
}

/* Pinta o ícone de laranja quando passa o mouse no botão */
a.gz-newsletter-btn:hover .fa-youtube {
    color: var(--gz-orange-color) !important;
}

/* Adiciona espaço entre o ícone e o texto */
.gz-newsletter-btn .fa-youtube {
    margin-right: 12px;
    font-size: 32px !important; /* Ajusta o tamanho do ícone */
}

a.gz-newsletter-btn:hover {
	background-color: var(--gz-black-color1);
}
/* footer css start */

.gz-footer-wrapper {
	background-color: var(--gz-black-color);
	padding: 71px 0px 59px;
	bottom: 0;
}
.gz-footer-section1 p {
	font-size: 14px;
	color: var(--gz-text-color);
	padding: 21px 0px 20px;
}
.gz-footer-mobile-app{
	background-color: #272a2a;
	position: relative;
	width: 100%;
	max-width: 244px;
	height: 80px;
	padding: 20px;
}
.gz-mobile-text {
	position: absolute;
	top: 27px;
	left: 85px;
}
.gz-mobile-text h4 {
	font-size: 14px;
	font-family: "Mukta";
	color: var(--gz-white-color);
	padding-bottom: 3px;
}
.gz-mobile-text h5 {
	color: var(--gz-orange-color);
	font-size: 14px;
	font-family: 'Mukta';
	font-weight: 700;
}
/* section2 */

.gz-footer-section2 h4 {
	font-size: 22px;
	color: var(--gz-white-color);
	padding: 25px 0px 17px;
}
ul.gz-footer-section-menu li {
	padding-bottom: 13px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
ul.gz-footer-section-menu li:hover {
	transform: translateX(5px);
	color: var(--gz-orange-color);
}
ul.gz-footer-section-menu li:hover a {
	color: var(--gz-orange-color);
}
ul.gz-footer-section-menu li:hover a span {
	fill: var(--gz-orange-color);
}
ul.gz-footer-section-menu li a {
	color: var(--gz-text-color);
	font-size: 16px;
	font-family: 'Mukta';
}
ul.gz-footer-section-menu li a span {
	fill: var(--gz-text-color);
	padding-right: 10px;
}
/* instagram */

.gz-footer-section3 h4 {
	color: var(--gz-white-color);
	font-size: 22px;
	padding: 25px 0px 17px;
}
ul.gz-insta li {
	display: inline-flex;
	padding-right: 5px;
	padding-bottom: 8px;
	overflow: hidden;
}

ul.gz-insta li:nth-child(6) {
	padding-right: 0px;
}
ul.gz-insta li a {
	width: 80px;
	height: 80px;
	overflow: hidden;
}
ul.gz-insta li a img {
	transform: scale(1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
ul.gz-insta li a img:hover {
	transform: scale(1.3);
}
/* copywrite css start */

.gz-copywrite-wrapper {
	background-color: var(--gz-black-color1);
	height: 50px;
	line-height: 50px;
}
.gz-copywrite-wrapper p {
	color: var(--gz-text-color);
	font-size: 15px;
	text-align: center;
}
.gz-copywrite-wrapper p span {
	color: var(--gz-orange-color);
}
.gz-matches-box .table {
	min-width: 1080px;
}
/* table scroll css */

.table-responsive::-webkit-scrollbar:vertical {
	width: 12px;
}
.table-responsive::-webkit-scrollbar:horizontal {
	height: 10px;
}
.table-responsive::-webkit-scrollbar-thumb {
	background-color: var(--gz-orange-color);
	border: 2px solid #ffffff;
}
.table-responsive::-webkit-scrollbar-track {
	background-color: #ffffff;
}
/*table scroll css end  */

.table>:not(caption)>*>* {
	padding: .5rem .5rem;
	background-color: transparent !important;
	border-bottom-width: 0;
	box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.gz-matches-box.table::-webkit-scrollbar {
	width: 5px;
	box-shadow: none;
}
.gz-matches-box.table::-webkit-scrollbar-track {
	background-color: red !important;
	box-shadow: none;
}
.gz-matches-box .table::-webkit-scrollbar-thumb {
	background-color: #000;
}
/* MEDIA CSS START */

@media(max-width:1700px){

.gz-swiper-line {
	position: relative;
	display: none;
}
.gz-banner-slider-inner {
	height: auto;
}
.gz-banner-wrapper {
	background-size: cover;
}
.gz-banner-wrapper {
	padding: 0;
}
.gz-banner-slide-img {
	top: 30px;
}
.gz-banner-slide-img img {
	width: 200px;
}
.gz-banner-slide-content {
	padding: 30px 20px 30px 245px;
}
}
@media(max-width:1500px){

.gz-product-arrow .swiper-button-next {
	right: 5px;
	top: calc(50% - 515px);
}
.gz-product-arrow {
	display: none;
}
.gz-banner-slide-img {
	top: 42px;
}
.gz-banner-slide-content h3 {
	font-size: 20px;
}
.gz-trailor-slider-inner {
	width: 100%;
	overflow: hidden;
	height: 400px;
}
.main-pos {
	margin-left: 0px !important;
	z-index: 3000;
}
.left-pos {
	margin-left: -300px!important;
}
section.gz-trailor-section ul.carousel {
	max-width: 1100px;
}
.gz-trailor-section ul li {
	display: block;
}
.gz-trailor-section ul li {
	max-width: 100%;
}
.gz-trailor-arrow {
	display: none;
}
}
@media(max-width:1404px){
ul.gz-menu li {    
    margin: 0px 8px;  
}
}
@media(max-width:1370px){
	ul.gz-menu li {    
		margin: 0px 5px;  
	}
	}
@media(max-width:1200px){

.gz-trailer-wrapper {
	padding:0px 0px 80px;
}
.gz-banner-slide-img img {
	width:100%;
	opacity:0.2;
}
.gz-banner-slide-img {
	top:0;
	width:100%;
}
.gz-banner-slide-content {
	padding:30px 20px 30px 25px;
}
ul.gz-menu li a { 
    font-size: 12px;
}
}
@media(max-width:991px){

.gz-header-main {
    padding: 10px 15px 0; /* Reduz o espaçamento lateral no cabeçalho */
}
ul.gz-menu li {
    padding: 15px 20px; /* Aumenta a área de clique dos itens de menu */
    margin: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.gz-banner-text {
    margin: 80px auto 0; /* Reduz a margem superior do texto do banner */
    padding: 0 15px; /* Adiciona um espaçamento lateral para o texto não colar nas bordas */
}

.gz-banner-text h3 {
    font-size: 38px; /* Diminui o tamanho da fonte principal no banner */
    line-height: 1.2;
}

.gz-banner-text h3 span {
    max-width: 180px; /* Ajusta o tamanho do destaque no título */
    padding: 25px 0px 22px;
}
.gz-about-wrapper {
    padding: 120px 0 60px; /* Reduz o espaçamento superior e inferior da seção */
}

.gz-about-right {
    padding: 40px 15px 0px 15px; /* Ajusta o espaçamento do texto */
    text-align: center;
}

.gz-about-box {
    position: relative; /* Remove o posicionamento absoluto que quebra o layout */
    right: auto;
    bottom: auto;
    margin: -50px auto 0; /* Posiciona a caixa sobre a imagem de forma centralizada */
    max-width: 250px;
}
.gz-about-arrow.gz-game-slider-arrow .swiper-button-next {
	right:15px;
}
.gz-about-arrow.gz-game-slider-arrow .swiper-button-prev {
	right:110px;
}
.gz-about-left {
	left:0;
	right:0;
	text-align:center;
}
.gz-about-right p {
	max-width:100%;
}
.gz-about-arrow.gz-about-arrow-res {
	display:none;
}
.gz-matches-table ul li {
	margin-right:15px;
}
.gz-matches-table ul.nav-tabs {
	height:auto;
}
.gz-newsletter-right {
	padding:0 0 0 90px;
}
.col-lg-1.col-md-4.res-border-none {
	display:none;
}
.gz-blog-box {
	padding-bottom:30px;
}
.gz-blog-wrapper {
	padding:71px 0px 60px;
}
/* toggle css start */

ul.gz-menu {
	position:fixed;
	left:-300px;
	background-color:var(--gz-orange-color);
	top:0;
	height:100vh;
	width:300px;
	z-index:111;
	transition:all 0.5s;
	overflow: scroll;
}
body.menu-open ul.gz-menu {
	left:0;
}
ul.gz-menu li {
	display:block;
	padding:20px 0px;
}
.gz-menu-btn {
	margin-left:20px;
	display:block;
}
.gz-menu-btn span {
	display:block;
	width:28px;
	height:2px;
	margin-bottom:4px;
	-webkit-transition:all 0.3s linear 0s;
	-moz-transition:all 0.3s linear 0s;
	-ms-transition:all 0.3s linear 0s;
	-o-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
	background-color:var(--gz-orange-color);
}
.gz-menu-btn span:nth-child(2) {
	width:17px;
}
.menu-btn:hover span:nth-child(2) {
	width:18px;
}
.menu-open .gz-menu-btn span:nth-child(1) {
	transform:translate(1px,
	6px) rotate(-48deg);
}
.menu-open .gz-menu-btn span:nth-child(2) {
	opacity:0;
	visibility:hidden;
}
.menu-open .gz-menu-btn span:nth-child(3) {
	transform:translate(1px,
	-6px) rotate(48deg);
}
.gz-header-btn {
	width:180px;
	position:absolute;
	top:40px;
	right:150px;
}
.gz-bhh-toggle {
	position:absolute;
	top:59px;
}
.gz-back-overlay {
	position:fixed;
	background:rgb(0 0 0 / 21%);
	left:0;
	top:0;
	right:0;
	bottom:0;
	opacity:0;
	visibility:hidden;
	z-index:9;
	cursor:zoom-in;
	-webkit-transition:all 0.3s linear 0s;
	-moz-transition:all 0.3s linear 0s;
	-ms-transition:all 0.3s linear 0s;
	-o-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
}
.menu-open .gz-sidebar-overlay {
	opacity:1;
	visibility:visible;
}
h4.gz-top {
    padding-top: 55px;
}
}
@media(max-width: 775px) {
.gz-banner-text{
	margin-top: 220px;

}
	/* Ajusta a posição do slider principal */
    .gz-banner-main {
        bottom: 0;
        padding: 0 15px; /* Adiciona espaçamento nas laterais */
    }
    
    /* Centraliza o conteúdo do slide e muda a direção para coluna */
    .gz-banner-slider-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        height: auto; /* Permite que a altura se ajuste ao conteúdo */
        padding: 20px;
    }
    
    /* Remove o posicionamento absoluto da imagem */
    .gz-banner-slide-img {
        position: static;
        width: 100%;
        max-width: 250px; /* Define um tamanho máximo para a imagem */
        margin-bottom: 20px;
        opacity: 1 !important; /* Garante que a imagem fique sempre visível */
    }

    .gz-banner-slide-img img {
        opacity: 1 !important;
    }
    
    /* Remove o espaçamento extra do container de conteúdo */
    .gz-banner-slide-content {
        padding: 0;
    }

    /* Reduz o tamanho da fonte do título do slide */
    .gz-banner-slide-content h3 {
        font-size: 22px;
    }
    
    /* Reduz o tamanho da fonte do parágrafo */
    .gz-banner-slide-content p {
        font-size: 14px;
        line-height: 1.5;
    }
    
    /* Centraliza o botão "Know More" */
    .gz-banner-slide-content .gz-banner-btn {
        margin: 15px auto 0;
    }
	.gz-about-left {
		margin-top: 380px;
	}
.gz-footer-mobile-app{
	padding: 20px;
}
.gz-footer-mobile-app a {
    background-color: #272a2a;
    width: 100%;
    max-width: 144px;
    height: auto;
    padding: 0 0px; /* Ajustado para controle vertical */
    
    /* Novas propriedades para alinhamento */
    display: flex;
    align-items: center; /* Centraliza verticalmente */
    gap: 15px; /* Cria um espaço entre a imagem e o texto */
}

.gz-mobile-text {
	position: absolute;
	top: 27px;
	left: 85px;
}
.slider-container {
    width: 100%;
    max-width: 150px; 
    position: relative;
    overflow: hidden; 
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    margin: 0 auto; /* Adicione esta linha */
}
.gz-mobile-text h4 {
    font-size: 14px;
    font-family: "Mukta", sans-serif;
    color: var(--gz-white-color);
    line-height: 1.2;
    margin: 0;
}

.gz-mobile-text h5 {
    color: var(--gz-orange-color);
    font-size: 14px;
    font-family: 'Mukta', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}
    .gz-all-heading h3 {
        font-size: 28px;
    }
    
    .gz-matches-wrapper {
        padding: 50px 15px; /* Adiciona espaçamento lateral para o conteúdo não colar na borda */
    }

    /* Remove a largura mínima da tabela que causa a rolagem */
    .gz-matches-box .table {
        min-width: auto;
    }

    /* Transforma a tabela em blocos verticais */
    .gz-matches-box table,
    .gz-matches-box tbody,
    .gz-matches-box tr,
    .gz-matches-box td {
        display: block; /* Faz cada parte da tabela se comportar como um bloco */
        width: 100% !important; /* Garante que ocupem 100% da largura disponível */
    }

    /* Estiliza cada linha como um "card" separado */
    .gz-matches-box tr {
        border-bottom: 1px solid #333; /* Linha para separar os eventos */
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    
    /* Remove a borda do último item da lista */
    .gz-matches-box tbody tr:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    /* Centraliza o conteúdo de cada célula */
    .gz-matches-box td {
        text-align: center;
        padding: 10px 0;
    }
    
    /* Organiza o bloco com imagem e texto */
    .gz-matches-box .gz-matches-box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    /* Ajusta a imagem do evento */
    .gz-matches-box .gz-matches-img {
        position: static; /* Remove o posicionamento absoluto */
        margin-bottom: 15px;
    }
    
    /* Remove o espaçamento extra do conteúdo do evento */
    .gz-matches-box .gz-matches-content {
        padding-left: 0;
    }
.gz-newsletter-right {
    text-align: center; /* Centraliza todo o conteúdo interno */
    padding-left: 0;    /* Remove qualquer preenchimento lateral que atrapalhe */
}

/* Outras regras existentes para os elementos internos... */
.gz-newsletter-right p {
	font-size: 18px;
	color: var(--gz-orange-color);
	letter-spacing: 2px;
}

.gz-newsletter-right h4 {
	font-size: 32px;
	color: var(--gz-white-color);
	padding: 2px 0 0;
}

.gz-newsletter-right a {
	font-size: 12px;
	color: var(--gz-white-color);
}
a.gz-newsletter-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
    position: static;
    border-radius: 8px;
    height: 60px;
    padding: 0 25px;
    color: var(--gz-white-color);
    font-family: 'Bebas Neue', sans-serif;
    font-size: 24px;
    letter-spacing: 1.5px;
    background-color: var(--gz-orange-color);
    transition: all 0.3s ease;
    border: 1px solid var(--gz-orange-color);
    gap: 12px; 
    white-space: nowrap; /* Impede a quebra de linha do texto */
}
.gz-newsletter-btn {
	min-width: 280px;
}

/* Controla o tamanho e o alinhamento do ícone do YouTube */
a.gz-newsletter-btn .fa-youtube {
    font-size: 32px;  /* Define um tamanho mais proporcional para o ícone */
    line-height: 1;   /* Evita que a altura da linha do ícone afete o alinhamento vertical */
}
}
@media(max-width:575px){

	.gz-game-product-box {
        margin-bottom: 30px; /* Adiciona espaço entre os produtos na visualização de coluna única */
    }

    .gz-gameing-product-wrapper,
    .gz-blog-wrapper {
        padding: 40px 0;
    }

    #parceria .form-container {
        padding: 0 15px; /* Adiciona espaçamento nas laterais do formulário */
    }

    .gz-footer-section1, .gz-footer-section2, .gz-footer-section3 {
        text-align: center; /* Centraliza o conteúdo do rodapé */
        margin-bottom: 30px;
    }

    .gz-footer-mobile-app {
        margin: 0 auto; /* Centraliza a caixa do Discord */
    }
.gz-about-arrow.gz-banner-arrow .swiper-button-next,
.swiper-button-prev {
	display:none;
}
.gz-about-arrow.gz-game-slider-arrow {
	display:none;
}
.gz-game-product-inner img {
	width:100%;
}
.gz-banner-main {
	bottom:-50px;
}
.gz-about-wrapper {
	padding:170px 0 100px;
}

.gz-header-btn{
	display: none;
}
}
@media(max-width:475px){

.gz-trailor-slider-inner {
	height:285px;
}
.gz-matches-table .nav-link {
	width:100%;
}
.gz-matches-table ul li {
	margin-right:0;
	width:100%;
}
a.gz-newsletter-btn {
	max-width:110px;
}
.gz-newsletter-input input {
	padding:0px 124px 0px 70px;
}
.gz-trailor-slider-inner {
	height:225px;
}
.gz-matches-content h4 {
	font-size:22px;
}
.gz-matches-center-box h4 {
	font-size:25px;
}
.gz-about-box {
	display:none;
}
}
@media(max-width:375px){
	.sc-diswrap span {		
		font-size: 9px;
	}

.gz-trailor-slider-inner {
	height:185px;
}
.gz-newsletter-left h3 {
	font-size:25px;
}
.gz-newsletter-right h4 {
	font-size:25px;
}
span.gz-newsletter-input-icon {
	display:none;
}
.gz-newsletter-input input {
	padding:0px 12px 0px 12px;
}
a.gz-newsletter-btn {
	top:30px;
}
.gz-about-right.gz-about-top-space h5 {
	font-size:30px;
}
.gz-about-wrapper {
	padding:100px 0 45px;
}
.gz-top-game-wrapper {
	padding:45px 0px 45px;
}
.gz-advertisement-img {
	padding:45px 0px 0px;
}
.gz-matches-wrapper {
	padding:45px 0px 35px;
}
.gz-trailer-wrapper {
	padding:0px 0px 50px;
}
.gz-gameing-product-wrapper {
	padding:45px 0px 45px;
}
.gz-blog-wrapper {
	padding:45px 0px 20px;
}
.gz-newsletter-wrapper {
	padding:45px 0px 45px;
}

a.gz-blog-title {
	font-size:18px;
}
}
/* blog-css */
.gz-blog-box {
    margin-top: 50;
    margin-top: 30px;
}
section.gz-shopcart-wrap {
    padding: 80px 0px;
    background: '';
    background: #191a1a;
}
.color-bg {
    background: #191a1a;
}
.single_form {
    padding: 0px 0px 80px;
    background: #191a1a;
}
.blog-box p {
    color: #fff;
}
/* blog-single-css */
.blog-single-start {
    padding: 80px 0px 0px;
    background: #191a1a;
}
.gz-_page_title_bg {
    background-color: #757575;
    padding: 150px 0px 80px 0px;
    background-image: url(../images/single-bg.jpg);
}
.breadcrumb li {
    color: #fff;
    margin: 3px;
}
.breadcrumb li a {
    color: #fff;
}
.dis_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gz-_title {
    color: #fff;
    font-size: 32px;
    text-transform: capitalize;
}
.lms_entry_meta span a {
    color:#b0afaf;
    text-decoration:none;
    padding-top: 10px;
    padding: 5px;
}
.lms_entry_meta span a i {
    color: #b6b6b6;
  
}
.blog-box h3 {
    color: #fff;
    margin-top: 30px;
}
.gz-blog_comment_wrapper {
    padding-bottom: 20px;
}
.gz-blog_comment_wrapper h4 {
    font-size: 26px;
    font-weight: 500;
    position: relative;
    margin: 30px 0px 20px 0px;
    border-bottom: 2px solid #b6b6b6;
    max-width: 166px;
	color: #fff;
    /* padding-top: 3px; */
}
.gz-blog_comment {
    display: inline-flex;
    margin-bottom: 50px;
    margin-top: 50px;
}
.gz-comment_image {
    float: left;
    padding-right: 10px;
}
.gz-comment_image img {
    width: 70px;
    height: 70px;
    border-radius: 3px;
}
.gz-comment_text {
    float: right;
    width: 92%;
    padding: 0px 20px;
}
.gz-comment_text h5 {
    margin: 0px;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
}
.gz-comment_text p {
    margin: 15px 0px 0px 0px;
    color: #c1c1c1;
    font-size: 15px;
    font-weight: 400;
}
.gz-comment_text h5 span {
    float: right;
    text-transform: capitalize;
    font-size: 13px;
    color: #fff;
}
.gz-comment_text h5 span a {
    text-decoration: none;
    color: #272727;
    padding-left: 25px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.single_form {
    padding: 0px 0px 80px;
}
a.gz-btn.button.padding {
    margin: 0;
}
.lms_entry_meta {
    margin: 5px 0px;
}
textarea.loc_form_field {
    height: 150px;
    resize: none;
    padding: 12px 20px;
}
.loc_section_heading {
    color:#ffffff;
    font-size: 32px;
    margin-bottom: 35px;
    font-weight: 700;
}
.loc_form_field {
    width: 100%;
    border: 1px solid #ececec;
    padding: 0 20px;
    height: 50px;
    border-radius: 6px;
    display: flex;
    margin-bottom: 25px;
}
.gz-blog_sub_comment.gz-toppadder30 {
    margin-left: 60px;
}


/* contact-form */
/* contact form */
/* form */
.gz-contact_wrapper {
    padding: 0px 0px 80px;
    background: #faf5ff;
}
#real_map {
    width: 100%;
    height: 630px;
}
.gz-info_wrapper {
    width: 100%;
   
    margin-top: 70px;
}

.gz-info_box {
    width: 100%;
    background-color: #edba78;
    /* background-color: #f13535; */
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}

.gz-con_box {
    width: 100%;
   
    text-align: center;
    padding: 25px 10px;
}
.gz-con_box.gz-con_box2 {
    padding: 0px 0;
}
/* .gz-con_box.gz-con_box3 {
    padding: 0px 0 25px;
} */
.gz-con_box i {
    color: #ffffff;
    font-size: 35px;
}

.gz-con_box h3 {
    color: #ffffff;
    text-transform: capitalize;
    margin: 10px 0px;
}

.gz-con_box p {
    color: #ffffff;
    font-size: 15px;
    margin: 0px;
}

.hc_map_wrapper {
    width: 100%;
    margin-top: 70px;
}
/* .gz-contact_wrapper {
    width: 100%;
   
    padding: 70px 0px;
} */
.gz-contact_form {
    width: 100%;
   
	text-align:center;
}
.gz-contact_form .btn.disabled, .gz-contact_form .btn[disabled], .gz-contact_form fieldset[disabled] .btn {
    opacity: 1 !important;
}
.gz-contact_form .form-group{
	margin-bottom:30px;
}
.gz-contact_form .gz-main_heading {
    margin-bottom: 20px;
}
.gz-button {
    /* background-color: #f13535; */
    background-color: #edba78;
    padding: 13px 30px;
    box-shadow: none;
    color: #ffffff;
    font-size: 16px;
    text-shadow: none;
	border:1px solid transparent;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
}
.gz-button:hover{
	text-decoration:none;
	/* background-color:transparent !important;
	border-color:#f13535 !important;
	color:#f13535 !important; */
    background-color:transparent !important;
	border-color:#edba78 !important;
	color:#edba78 !important;
	
}
.gz-contact_bg .btn-success:focus{
    background-color: #f13535;
    border-color: #f13535;
	/* color:#ffffff !important; */
}
.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #f13535 !important;
    border-color: #f13535 !important;
}
.btn-check:focus+.btn-success, .btn-success:focus {
    
    box-shadow:none !important;
}
.gz-contact_bg .gz-button.btn-success:hover{
	/* color:#f13535 !important; */
    color: #edba78;
}
.gz-button:focus{
	outline:none;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #F13435 !important;
    text-align: left;
}
.btn-check:focus+.btn, .btn:focus{
    box-shadow: none;
}
.has-error .form-control {
    border-color: #F13435 !important;
}
.text-danger {
    color: #F13435 !important;
    font-size: 18px !important;
    display: inline-block !important;
}
.text-success {
    color: #3c763d;
    font-size: 18px !important;
    display: inline-block !important;
}
.btn-success.disabled, .btn-success:disabled{
    background-color: #edba78;
    border-color: #edba78;
    color: #fff;
}
.btn-check:active+.btn-success:focus, .btn-check:checked+.btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show>.btn-success.dropdown-toggle:focus{
    box-shadow: none;
}
.gz-contact_bg .form-group{
    margin-bottom: 20px;
    font-size: 14px;
    /* border: 1px solid #efefef; */
}
a.gz-btn.button.padding- {
    margin-left: 0;
}
.gz-contact_bg .form-group input {
    padding: 13px;
    border: 1px solid #3e3e3e;
    width: 100%;
    color: #fff !important;
    background: #191a1a;
}
.gz-contact_bg .form-group textarea {
    padding: 13px;
    border: 1px solid #282828;
    width: 100%;
    color: #fff !important;
    background: #191a1a;
    height: 175px;
}
.form-control:focus{
    border-color:#f46e79;
}
#contactForm .gz-btn {
    margin-top: 20px;
}
.contact-form-section h3 {
    color: #fff;
    margin: 20px 0px;
}
.btn-success.disabled, .btn-success:disabled {
    background-color: #f46e79;
    border-color: #f46e79;
    color: #fff;
    width: 120px;
    height: 43px;
    border-radius: 21px;
}
.form-section #contactForm .form-control {   
    margin-top: 20px !important;
}
form#contactForm {
    max-width: 900px;
    margin: auto;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #f46e79;
    outline: 0;
    box-shadow:none !important;
}
.contact-section {
    padding: 80px 0px;
    background: #191a1a;
}
.contact-form-wrapper.clv-section {
    padding: 30px 0px 80px 0px;
    background: #191a1a;
}
.form-control {  
    color: #212529 !important;
    background-color: #191a1a !important; 
}
.has-error .form-control {
    border-color: #b5b5b533 !important;
}
.gz-foot-form.gz-width {
    width: 33%;
}
.gz-foot-form.gz-width form input{ 
    width: 100%;
}
.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #ff8000 !important;
    border-color: #ff8000 !important;
	opacity: 1;
}
.btn-success.disabled, .btn-success:disabled {  
    border-radius:0px;
}
.contact-form-wrapper.clv-section.bg-color-contact {
    background: #1d1f1f;
}
/* map */
.responsive-map{
	overflow: hidden;
	padding-bottom:38.25%;
	position:relative;
	height:0;
	}
	.responsive-map iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
	}
	.gz-game-product-box {
		margin-top: 20;
		margin-top: 20px;
	}
/* *, ::after, ::before {
    box-sizing:unset !important;
} */
/* end */

/* cart-css */
/********************************************************
    19. Shopping Cart CSS Start
********************************************************/
.sc-dcinput {
    display: flex;
    align-items: center;
    margin: 20px 0px;
    justify-content: space-evenly;
}
.sectiongz-shopcart-wrap {
    background: #191a1a;
    padding: 80px 0px;
}
.pd-gallery-wrap{
    display: flex;
    align-items: center;
}
.agz-btn {
    background: #1d1f1f;
    width: 223px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #ffffff1a;

}
.pd-img-wrap {
    background: #f2f3f5;
    width: 100%;
}
.pd-thumb-list {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pd-thumb-list::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}  
.pd-thumb-list > li {
    background: #f2f3f5;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid rgb(96 186 190 / 0%);
    cursor: pointer;
    margin: 0 5px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.pd-thumb-list > li:hover, .pd-thumb-list > li.active {
    border-color: rgb(96 186 190);
}
.pd-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--sub-txt-color);
}
.pd-special-price {
    display: flex;
    align-items: center;
    margin: 7px 0 10px;
}
.pd-price-end {
    font-size: 14px;
    color: #47ba58;
    margin-right: 3px;
}
.pd-counter-list {
    display: inline-flex;
    font-size: 14px;
    color: #47ba58;
}
.pd-rating-wrap, .pd-price-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.pd-price-wrap {
    border-top: 1px solid #ebeeee;
    padding-top: 12px;
    margin:15px 0 16px;
}
.pd-rating-wrap > li > a {
    color: var(--txt-color);
    font-size: 14px;
    display: inline-block;

}
.pd-rating-wrap > li{
    padding: 0 5px;
    position: relative;
    padding: 0 12px;
}
.pd-price-wrap > li {
    margin-right: 12px;
}
.pd-rating-wrap > li:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 12px;
    background: rgb(235, 238, 238);
}
.pd-rating-text {
    margin-left: 6px;
}
.pd-price-ttile {
    font-size: 22px;
    color: var(--primary-color);
    font-family: 'Bebas Neue', cursive;
}
.pd-price-ttile span {
    font-size: 20px;
    color: #d0d0d0;
    margin-left: 5px;
}
.pd-price-off, .pd-price-off:hover {
    font-size: 14px;
    color: rgb(245 0 86);
    font-weight: 500;
}
.pd-price-availb, .pd-price-availb:hover {
    font-size: 14px;
    color: #47ba58;
    font-weight: 500;
}
.info-bottom-list > li {
    margin-bottom: 30px;
}
.info-bottom-list > li:last-child {
    margin-bottom: 0;
}
.ib-list-left span {
    font-size: 14px;
    color: var(--sub-txt-color);
    font-weight: 500;
}
.pd-info-bottom {
    background: #fbfbfb;
    padding: 30px;
}
.pd-info-size > li {
    width: 30px;
    height: 30px;
    border: 1px solid #e0e4ed;
    background-color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 9px;
    cursor: pointer;
    font-size: 12px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.pd-info-size > li:last-child {
    margin-right: 0;
}
.pd-info-size > li:hover, .pd-info-size > li:focus, .pd-info-size > li:active {
    background: var(--primary-color);
    color: var(--white-color);
    background-color: var(--primary-color);
}
.pd-qua-wrap {
    display: flex;
    margin: -5px -10px;
    flex-wrap: wrap;
}
.quantity-box {
    max-width: 90px;
    border: 1px solid #e0e4ed;
    background-color: var(--white-color);
    display: flex;
}
input.quantity {
    border: 0;
    width: 100%;
    text-align: center;
    background: #191a1a;
    color: #fff;
}
.quantity-box {
    max-width: 85px;
    border: 1px solid #e0e4ed;
    background-color: var(--white-color);
    display: flex;
    position: relative;
    padding-right: 30px;
    height: 40px;
    align-items: center;
}
.quantity-box span {
    width: 30px;
    height: 20px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    outline: 0;
    box-shadow: none;
    position: absolute;
    top: 0;
    border-top: 0;
    right: 0;
    border-right: 0;
}
.quantity-box span.quantity-plus {
    bottom: 0;
    top: auto;
    border-bottom: 0;
}
.gz-btn.pd-addcart {
    min-width: 120px;
    height: 40px;
    line-height: 40px;
}
.pd-qua-wrap > li {
    margin: 5px 10px;
}
.gz-btn.pd-heart {
    min-width: 40px;
    height: 40px;
}
.gz-btn.pd-heart:hover svg path{
    fill: var(--white-color);
}
.pd-info-pinbox .newsletter-btn{
    height: 40px;
    min-width: 107px;
}
.pd-info-pinbox input{
    height: 40px;
    font-size: 14px;
}
/* common letterbox */
.c-letter-box {
    position: relative;
    display: flex;

}
.c-letter-box > input {
    background: rgb(255 255 255 / 0%);
    border: 1px solid #e0e4ed;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    color: var(--txt-color);
    font-size: 14px;
    background-color: var(--white-color);
}
.c-letter-box  input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--txt-color);
    opacity: 0.4;
  }
  
.c-letter-box  input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--txt-color);
    opacity: 0.4;
  }
  
.c-letter-box  input::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--txt-color);
    opacity: 0.4;
  }
/* start rating start */
.gz-star-rating {
    display: flex;
    flex-direction: row-reverse;
    font-size: 24px;
    justify-content: flex-end;
  }
  
.gz-star-rating input {
    display:none;
  }
  
.gz-star-rating label {
    color:#ccc;
    cursor:pointer;
    margin: 0;
  }  
.gz-star-rating :checked ~ label, .gz-star-rating label:hover, .gz-star-rating label:hover ~ label {
    color:rgb(254 192 7);
  }
/* start rating End */
.gz-shopcart-sec {
    margin-bottom: 80px;
}
/* width */
.shopcart-table .table-responsive::-webkit-scrollbar {
    width: 4px;
    height: 5px;
}  
/* Track */
.shopcart-table .table-responsive::-webkit-scrollbar-track {
background: #f1f1f1;
}  
/* Handle */
.shopcart-table .table-responsive::-webkit-scrollbar-thumb {
background: var(--primary-color);
}

.shopcart-table {
    width: 100%;
}
.shopcart-table > thead {
    background: var(--gray-color);
    border: 1px solid #e0e4ed;
}
.shopcart-table-wrap{
    border: 1px solid #e0e4ed;
}
.shopcart-table > tbody > tr {
    border-bottom: 1px solid #e0e4ed;
}
.shopcart-table > tbody > tr > td {
    padding: 30px 28px;
}
.shopcart-table > tbody > tr > td:first-child {
    min-width: 350px;
}
.shopcart-table > tbody > tr:last-child {
    border-bottom: none;
}
.shopcart-table > thead > tr > th {
    font-weight: 500;
    color:#fff;
    padding: 16px 27px;
}
.sc-productwrap {
    display: flex;
    align-items: center;
}
.sc-product-ttl {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.sc-product-ttl:hover {
    color:#fff;
}
.sc-product-sz {
    font-size: 14px;
}
.sc-product-thumb {
    margin-right: 20px;
    width: 70px;
    height: 70px;
    object-fit: cover;
    flex: none;
}
.sc-quantity {
    flex: none;
    margin: 0 5px;
}
.sb-cartbox-list li .sc-produc-remove {
    flex: none;
}
.sc-product-prc {
    color:#fff;
    font-size: 22px;
    font-family: 'Bebas Neue', cursive;
}
.sc-produc-remove {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--white-color);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.gz-shopcart-sidebar {
    margin-bottom: 80px;
}
.gz-totalsumry {
    background: #f8f8f8;
    padding: 35px 15px 27px;
    position: relative;
}
.gz-totalsumry-ttl {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}
.gz-list-head {
    color: var(--sub-txt-color);
    font-weight: 500;
}
.gz-list-shead {
    font-size: 18px;
    color: var(--primary-color);    
    font-family: 'Bebas Neue', cursive;
}
.gz-totalsumry-body {
    border: 1px dashed #e9e9e9;
    border-left: 0;
    border-right: 0;
    padding: 26px 15px 24px;
}
.gz-totalsumry-header {
    padding: 0 15px 16px;
}
.gz-totalsumry-fotr {
    padding: 16px 15px 0;
}
.gz-totalsumry-list > li {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.gz-totalsumry-list.total > li {
    margin-bottom: 0;
}
.gz-chngadd, .gz-chngadd:hover {
    color: var(--primary-color);
    font-weight: 500;
}
.gz-chngadd > img {
    padding-left: 4px;
}
.gz-totalsumry:after, .gz-totalsumry:before {
    position: absolute;
    content: "";
    background: url(../images/index1/ts_shap.png) no-repeat center;
    left: 0;
    z-index: 1;
    height: 8px;
    width: 100%;
}
.gz-totalsumry:after {
    top: 0;
}
.gz-totalsumry:before {
    bottom: 0;
    transform: rotateX(180deg);
}
.gz-totalsumry-list.total .gz-list-head{
    font-weight: 700;
}
.shopcart-dis-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sc-diswrap {
    margin-right: 30px;
}
.sc-diswrap span {
    color: #fff;
    font-weight: 500;
    margin-left: 10px;
}
.shopcart-dis-list .gz-nl-box input {
    height: 50px;
    max-width: 230px;
    background: #191a1a;
    border: 1px solid #fff3;
    color: #fff;
}
.shopcart-dis-list .gz-nl-box .newsletter-btn {
    height: 50px;
    line-height: 50px;
    max-width: 150px;
}
/* .shopcart-dis-list .update-cart {
    min-width: 150px;
} */
/* wishlist start */
.sc-wishlist-status {
    color: rgb(0 128 0);
    text-transform: uppercase;
    font-weight: 400;
}
.gz-btn.wishlist-ac {
    max-width: 120px;
}
.stock-out {
    color: rgb(255 0 0);
}
.gz-shopcart-sec {
    margin-bottom: 80px;
    background: #1d1f1f;
}
/* width */
.shopcart-table .table-responsive::-webkit-scrollbar {
    width: 4px;
    height: 5px;
}  
/* Track */
.shopcart-table .table-responsive::-webkit-scrollbar-track {
background: #f1f1f1;
}  
/* Handle */
.shopcart-table .table-responsive::-webkit-scrollbar-thumb {
background: #fff;
}

.shopcart-table {
    width: 100%;
}
.shopcart-table > thead {
    background: var(--gray-color);
    border: 1px solid #e0e4ed1c;
}
.shopcart-table-wrap {
    border: 1px solid #e0e4ed21;
}
.shopcart-table > tbody > tr {
    border-bottom: 1px solid #e0e4ed2b;
}
.shopcart-table > tbody > tr > td {
    padding: 30px 28px;
}
.shopcart-table > tbody > tr > td:first-child {
    max-width: 350px;
}
.shopcart-table > tbody > tr:last-child {
    border-bottom: none;
}
.shopcart-table > thead > tr > th {
    font-weight: 500;
    color: #fff;
    padding: 16px 27px;
}
.sc-productwrap {
    display: flex;
    align-items: center;
}
.sc-product-ttl {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.sc-product-ttl:hover {
    color:#fff;
}
.sc-product-sz {
    font-size: 14px;
    color: #fff;
}
.sc-product-thumb {
    margin-right: 20px;
    width: 70px;
    height: 70px;
    object-fit: cover;
    flex: none;
}
.sc-quantity {
    flex: none;
    margin: 0 5px;
}
.sb-cartbox-list li .sc-produc-remove {
    flex: none;
}
.sc-product-prc {
    color:#fff;
    font-size: 22px;
    font-family: 'Bebas Neue', cursive;
}
.sc-produc-remove {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.gz-shopcart-sidebar {
    margin-bottom: 80px;
}
.gz-totalsumry {
    background: #1d1f1f;
    padding: 35px 15px 27px;
    position: relative;
}
.gz-totalsumry-ttl {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}
.gz-list-head {
    color: #fff;
    font-weight: 500;
}
.gz-list-shead {
    font-size: 18px;
    color:#fff;    
    font-family: 'Bebas Neue', cursive;
}
.gz-totalsumry-body {
    border: 1px dashed #e9e9e9;
    border-left: 0;
    border-right: 0;
    padding: 26px 15px 24px;
}
.gz-totalsumry-header {
    padding: 0 15px 16px;
}
.gz-totalsumry-fotr {
    padding: 16px 15px 0;
}
.gz-totalsumry-list > li {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.gz-totalsumry-list.total > li {
    margin-bottom: 0;
}
.gz-chngadd, .gz-chngadd:hover {
    color: #fff;
    font-weight: 500;
}
.gz-chngadd > img {
    padding-left: 4px;
}
.gz-totalsumry:after, .gz-totalsumry:before {
    position: absolute;
    content: "";
    background: url(../images/index1/ts_shap.png) no-repeat center;
    left: 0;
    z-index: 1;
    height: 8px;
    width: 100%;
}
.gz-totalsumry:after {
    top: 0;
}
.gz-totalsumry:before {
    bottom: 0;
    transform: rotateX(180deg);
}
.gz-totalsumry-list.total .gz-list-head{
    font-weight: 700;
}
.shopcart-dis-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	align-items: center;
}
.gz-nl-box.boreder {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}
.sc-diswrap {
    margin-right: 30px;
}
.sc-diswrap span {
    color: #fff;
    font-weight: 500;
    margin-left: 10px;
}
.shopcart-dis-list .gz-nl-box .newsletter-btn {
    height: 47px;
    line-height: 50px;
    max-width: 142px;
    background: #ff8000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.shopcart-dis-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1d1f1f;
    color: #fff;
    height: 50px;
    min-width: 120px;
    border: 1px solid #fff3;
}
.shopcart-dis-list .update-cart {
    min-width: 150px;
    margin-right: 17px;
}
section.gz-checkout-wrap {
    padding: 80px 0px;
    background: #191a1a;
}
a.gz-btn {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 235px;
    height: 47px;
    border: 1px solid #ffffff3b;
}
.shopcart-dis-list .gz-nl-box .newsletter-btn {
    height: 50px;
    line-height: 50px;
    max-width: 150px;
}
/* .shopcart-dis-list .update-cart {
    min-width: 150px;
} */
.quantity-box {
    max-width: 85px;
    border: 1px solid #e0e4ed38;
    background-color: #191a1a;
    display: flex;
    position: relative;
    padding-right: 30px;
    height: 40px;
    align-items: center;
}
.quantity-box span {
    width: 30px;
    height: 20px;
    border: 1px solid #dddddd42;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    outline: 0;
    box-shadow: none;
    position: absolute;
    top: 0;
    border-top: 0;
    right: 0;
    border-right: 0;
    color: #fff;
}
.gz-ck-header {
    background: #222222;
    padding: 10px 10px;
    border: 1px solid #222222;
}
.gz-ck-heading {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.gz-ck-body {
    border: 1px solid #e0e4ed;
    padding: 20px 20px 20px 20px;
}
.gz-brdr-ttle {
    font-size: 22px;
    color: var(--heading-color);
    position: relative;
    padding-left: 13px;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 0.5px;
}
.gz-brdr-ttle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    background-color: rgb(96, 186, 190);
    height: 88%;
}
.gz-brdr-ttle.big-ttl {
    font-size: 32px;
}
.gz-field-innergz-field-select:after {
    height: 6px;
    width: 6px;
    border-bottom: 1px solid #566686;
    border-right: 1px solid #566686;
    right: 20px;
}
.gz-field-inner {
    border: 1px solid #e9e9e91a;
    background-color: #1d1f1f;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    color: #fff;
}
.mb-30 {
    margin-bottom: 30px;
}
.gz-field-innergz-field-select {
    line-height: 55px;
    border-radius: 0;
}
.pay-circle {
    width: 20px;
    height: 20px;
    border-style: solid;
    border: 2px solid #d8dce7;
    border-radius: 50%;
    background: #d8dce7;
    box-shadow: inset 0px 0px 0px 5px #fff;
}
.pay-checkbox {
    display: flex;
    border: 1px solid rgb(224, 228, 237);
    background-color: #fcfcfd;
    padding: 33px 0 33px 30px;
    align-items: center;
    font-size: 15px;
    color: var(--sub-txt-color);
    font-weight: 500;
    min-height: 100px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.pay-checkbox > img {
    padding: 0 8px 0 14px;
}
.cstm-fileinput {
    position: absolute;
    left: -9999999px;
    opacity: 0;
}
.cstm-fileinput:checked + label{
    border-color: rgb(107, 224, 75);
    background-color: rgb(247, 255, 245);
}
.cstm-fileinput:checked + label .pay-circle {
    border-color: rgb(107, 224, 75);
    background: rgb(107, 224, 75);
}
.ccv-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
}
.gz-form-fieldicon .gz-field-inner {
    padding-right: 40px;
}
select {
    cursor: pointer;
}
/********************************************************
    19. Shopping Cart CSS Start
********************************************************/
.gz-shopcart-sec {
    margin-bottom: 80px;
}
/* width */
.shopcart-table .table-responsive::-webkit-scrollbar {
    width: 4px;
    height: 5px;
}  
/* Track */
.shopcart-table .table-responsive::-webkit-scrollbar-track {
background: #f1f1f1;
}  
/* Handle */
.shopcart-table .table-responsive::-webkit-scrollbar-thumb {
background:#fff;
}

.shopcart-table {
    width: 100%;
}
.shopcart-table > thead {
    background: #222222;
    border: 1px solid #222222;
}
.shopcart-table-wrap{
    border: 1px solid #222222;
}
.shopcart-table > tbody > tr {
    border-bottom: 1px solid #222222;
}
.shopcart-table > tbody > tr > td {
    padding: 30px 28px;
}
.shopcart-table > tbody > tr > td:first-child {
    min-width: 350px;
}
.shopcart-table > tbody > tr:last-child {
    border-bottom: none;
}
.shopcart-table > thead > tr > th {
    font-weight: 500;
    color:#fff;
    padding: 16px 27px;
}
.sc-productwrap {
    display: flex;
    align-items: center;
}
.sc-product-ttl {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.sc-product-ttl:hover {
    color:#ffff;
}
.sc-product-sz {
    font-size: 14px;
}
.sc-product-thumb {
    margin-right: 20px;
    width: 70px;
    height: 70px;
    object-fit: cover;
    flex: none;
}
.sc-quantity {
    flex: none;
    margin: 0 5px;
}
.sb-cartbox-list li .sc-produc-remove {
    flex: none;
}
.sc-product-prc {
    color: #fff;
    font-size: 22px;
    font-family: 'Bebas Neue', cursive;
}
.sc-produc-remove {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color:#fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.gz-shopcart-sidebar {
    margin-bottom: 80px;
}
.gz-totalsumry {
    background:#1d1f1f;
    padding: 35px 15px 27px;
    position: relative;
}
.gz-totalsumry-ttl {
    color:#fff;
    font-weight: 500;
    font-size: 16px;
}
.gz-list-head {
    color: #fff;
    font-weight: 500;
}
.gz-list-shead {
    font-size: 18px;
    color:#fff;    
    font-family: 'Bebas Neue', cursive;
}
.gz-totalsumry-body {
    border: 1px dashed #e9e9e9;
    border-left: 0;
    border-right: 0;
    padding: 26px 15px 24px;
}
.gz-totalsumry-header {
    padding: 0 15px 16px;
}
.gz-totalsumry-fotr {
    padding: 16px 15px 0;
}
.gz-totalsumry-list > li {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.gz-totalsumry-list.total > li {
    margin-bottom: 0;
}
.gz-chngadd, .gz-chngadd:hover {
    color: #fff;
    font-weight: 500;
}
.gz-chngadd > img {
    padding-left: 4px;
}
.gz-totalsumry:after, .gz-totalsumry:before {
    position: absolute;
    content: "";
    background: url(../images/index1/ts_shap.png) no-repeat center;
    left: 0;
    z-index: 1;
    height: 8px;
    width: 100%;
}
g.z-totalsumry:after {
    top: 0;
}
.gz-totalsumry:before {
    bottom: 0;
    transform: rotateX(180deg);
}
.gz-totalsumry-list.total .gz-list-head{
    font-weight: 700;
}
.shopcart-dis-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sc-diswrap {
    margin-right: 30px;
}
.sc-diswrap span {
    color: #fff;
    font-weight: 500;
    margin-left: 10px;
}
.shopcart-dis-list .gz-nl-box input {
    height: 50px;
    min-width: 230px;
    padding-left: 10px;
}
.shopcart-dis-list .gz-nl-box .newsletter-btn {
    height: 50px;
    line-height: 50px;
    min-width: 150px;
}
.shopcart-dis-list .update-cart {
    min-width: 150px;
}
/* wishlist start */
.sc-wishlist-status {
    color: rgb(0 128 0);
    text-transform: uppercase;
    font-weight: 400;
}
.gz-btn.wishlist-ac {
    min-width: 120px;
}
.stock-out {
    color: rgb(255 0 0);
}
/* checkout */
.gz-ck-header {
    background: #1d1f1f;
    padding: 10px 10px;
    border: 1px solid #222222;
}
.gz-ck-heading {
    color:#fff;
    font-size: 16px;
    font-weight: 500;
}
.gz-ck-body {
    border: 1px solid #222222;
    padding: 20px 20px 20px 20px;
}
.gz-brdr-ttle {
    font-size: 22px;
    color: #ffffff;
    position: relative;
    padding-left: 13px;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 0.5px;
}
.gz-brdr-ttle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    background-color: rgb(255 128 0);
    height: 88%;
}
.gz-brdr-ttle.big-ttl {
    font-size: 32px;
}
.gz-field-innergz-field-select:after {
    height: 6px;
    width: 6px;
    border-bottom: 1px solid #222222;
    border-right: 1px solid #222222;
    right: 20px;
}
.gz-field-innergz-field-select {
    line-height: 55px;
    border-radius: 0;
}
.pay-circle {
    width: 20px;
    height: 20px;
    border-style: solid;
    border: 2px solid #d8dce7;
    border-radius: 50%;
    background: #d8dce7;
    box-shadow: inset 0px 0px 0px 5px #fff;
}
.pay-checkbox {
    display: flex;
    border: 1px solid rgb(224 228 237 / 22%);
    background-color: #1d1f1f;
    padding: 33px 0 33px 30px;
    align-items: center;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    min-height: 100px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.pay-checkbox > img {
    padding: 0 8px 0 14px;
}
.cstm-fileinput {
    position: absolute;
    left: -9999999px;
    opacity: 0;
}
.cstm-fileinput:checked + label {
    border-color: rgb(255 128 0);
    background-color: rgb(14 12 12);
}
.cstm-fileinput:checked + label .pay-circle {
    border-color: rgb(107, 224, 75);
    background: rgb(107, 224, 75);
}
.ccv-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
}
.gz-form-fieldicon .gz-field-inner {
    padding-right: 40px;
}
.section .gz-checkout-wrap {
    background: #191a1a;
    padding: 80px 0px;
}
.response {
    color: red;
}
/* banner-css-start */

/* ===================================================
   ESTILOS PARA O FORMULÁRIO DE PARCERIA (BASEADO NO style.css)
   =================================================== */

/* Ajusta o container do formulário para se alinhar ao layout da seção */
#parceria .form-container {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    border: none;
    text-align: left;
    max-width: 100%; /* Garante que o form ocupe o espaço disponível */
}

/* Deixa o parágrafo de instrução com o estilo do site */
#parceria .form-container p {
    font-family: 'Mukta', sans-serif;
    color: var(--gz-text-color); /* Usando a variável de cor do seu CSS */
    text-align: left;
    margin-bottom: 30px;
    font-size: 16px;
}

/* Remove o título H2 do formulário para usar o da seção */
#parceria .form-container h2 {
    display: none;
}

/* Espaçamento padrão para os grupos do formulário */
#parceria .form-group {
    margin-bottom: 25px;
}

/* Estilo das labels (textos acima dos campos) */
#parceria .form-group label {
    font-family: 'Mukta', sans-serif;
    color: var(--gz-text-color);
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
}

/* Estilo principal para os campos de input, textarea e select */
#parceria .form-group input,
#parceria .form-group textarea,
#parceria .form-group select {
    width: 100%;
    padding: 15px 20px;
    background-color: #212323; /* Mesmo fundo do campo de newsletter */
    border: 1px solid #3e3e3e;   /* Borda sutil como a do formulário de contato */
    border-radius: 0;
    color: var(--gz-white-color);
    font-family: 'Mukta', sans-serif;
    font-size: 16px;
    transition: all 0.3s ease;
}

/* Efeito de foco (quando clica no campo), usando a cor laranja principal do site */
#parceria .form-group input:focus,
#parceria .form-group textarea:focus,
#parceria .form-group select:focus {
    outline: none;
    border-color: var(--gz-orange-color);
    box-shadow: 0 0 10px rgba(255, 128, 0, 0.2);
}

/* Estilo do botão de envio para replicar o botão .gz-all-btn */
#parceria .submit-btn {
    width: 100%;
    max-width: 100%; /* Ocupa toda a largura da coluna */
    padding: 15px;
    border: 1px solid var(--gz-orange-color);
    border-radius: 0;
    background-color: var(--gz-orange-color);
    color: var(--gz-white-color);
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
    letter-spacing: 2px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Efeito hover do botão, idêntico ao .gz-all-btn:hover */
#parceria .submit-btn:hover {
    background-color: var(--gz-white-color);
    color: var(--gz-orange-color) !important;
    border-color: var(--gz-white-color);
}

#parceria .submit-btn:hover svg path {
    fill: var(--gz-orange-color);
}


/* Estilo para o ícone do WhatsApp dentro do botão */
#parceria .submit-btn svg {
    margin-right: 12px;
    width: 22px;
    height: 22px;
    transition: all 0.3s ease;
}

#parceria .submit-btn svg path {
    fill: var(--gz-white-color);
}

/* Estilos para a galeria de vídeos do YouTube no rodapé */
#youtube-videos-container {
	list-style: none; /* Remove os pontos da lista */
	padding: 0;
	margin: 0;
	display: grid; /* Ativa o layout em grade */
	grid-template-columns: repeat(3, 1fr); /* Cria 3 colunas de tamanho igual */
	gap: 8px; /* Espaçamento entre as imagens */
}

#youtube-videos-container li {
	width: 100%;
	aspect-ratio: 1 / 1; /* Garante que os itens sejam quadrados */
	overflow: hidden; /* Esconde partes da imagem que sobrarem */
	border-radius: 5px;
}

#youtube-videos-container a {
	display: block;
	width: 100%;
	height: 100%;
}

#youtube-videos-container img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* Garante que a imagem cubra todo o espaço sem distorcer */
	transition: transform 0.3s ease;
}

#youtube-videos-container a:hover img {
	transform: scale(1.1); /* Efeito de zoom ao passar o mouse */
}
/* ESTILOS PARA O CONTADOR DE VISITAS */
#contador-visitas {
    color: #a9a9a9; /* Cor do texto */
    font-size: 14px;
}

#contador-visitas .visita-item {
    margin-bottom: 8px; /* Espaçamento entre as linhas */
}

#contador-visitas span {
    font-weight: bold;
    color: #fff; /* Cor dos números */
}

/* Estilos para o container principal do slider */
    .slider-container {
        width: 100%;
        max-width: 150px; /* Largura máxima do slider */
        position: relative;
        overflow: hidden; /* Essencial para esconder os outros slides */
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    /* Wrapper que contém todos os slides */
    .slider-wrapper {
        display: flex;
        transition: transform 0.5s ease-in-out; /* Animação da transição */
    }

    /* Estilo de cada slide individual */
    .slide {
        min-width: 100%;
        box-sizing: border-box;
    }

    .slide a {
        display: block;
        width: 100%;
    }

    .slide img {
        width: 100%;
        display: block; /* Remove o espaço extra abaixo da imagem */
    }

	/* Novo container para agrupar a imagem e o efeito hover */
    .gz-product-image-container {
        position: relative; /* Essencial para conter o overlay */
        overflow: hidden;
        border-radius: 5px 5px 0 0; /* Arredonda os cantos superiores */
    }

    /* O container do hover agora fica dentro do container da imagem */
    .gz-product-image-container .product-hover-info {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        opacity: 0; /* Começa invisível */
        transition: opacity 0.3s ease;
        text-align: center;
    }

    /* O container aparece ao passar o mouse na área da imagem */
    .gz-product-image-container:hover .product-hover-info {
        opacity: 1; /* Fica visível no hover */
    }

    /* Estilo para o nome do jogo */
    .product-hover-info .game-name {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 15px;
    }
    
    /* Garante que o botão de comprar fique visível dentro do hover */
    .product-hover-info .gz-product-btn {
        position: static;
        transform: none;
    }

    /* Garante que a imagem se ajuste corretamente */
    .gz-product-image-container img {
        width: 100%;
        display: block;
    }
/* end */