@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;700&display=swap");

/*---------------------------*/
/* Template default CSS
/*---------------------------*/

html,
body {
	height: 100%;
	font-family: "Jost", sans-serif !important;
	
	
}


h2,
h3,
h4,
h5 {
	
	font-weight: 500;
	color: #131313;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

p {
	font-size: 16px;
	color: black;
	line-height: 2;
	font-weight: bold;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul {
	padding: 0;
	margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	text-align: center;
	margin-bottom: 75px;
}

.section-title h2 {
	padding-top: 10px;
	font-size: 36px;
}

.set-bg {
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;


}

.spad {
	padding-top: 40px;
	padding-bottom: 60px;
	margin-bottom: 20px;
}


.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

.rating i {
	color: #fbb710;
}
li a:hover{
	color: #b40000;
}

.rating .is-fade {
	color: #e0e3e4;
}

/*---------------------
  Commom elements
-----------------------*/

/* buttons */
.site-btn {
	display: inline-block;
	text-align: center;
	font-size: 15px;
	color: #b40000;
	padding: 15px 25px;
	min-width: 153px;
	border-radius: 50px;
	font-weight: 500;
	border: none;
	background: white;
	cursor: pointer;
}

.site-btn.btn-sm {
	padding: 10px 30px;
	min-width: 163px;
}

.site-btn:hover {
	color: #131313;
}

.cata {
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 300 !important;
	color: #fff;
	padding: 6px 25px;
	border-radius: 3px;
}

.cata.new {
	background: #ff205f;
}

.cata.strategy {
	background: #4eae60;
}

.cata.racing {
	background: #694eae;
}

.cata.adventure {
	background: #40abf5;
}
.Tiltle-heading{
	font-size: 40px !important;
	font-weight: 900 !important;
}
.Tiltle-heading-main{
    background: #FF0000;
    background: linear-gradient(to left, #FF0000 0%, #470202 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
.box-shadow{
	box-shadow: 10px 10px 5px lightgray;
	border-radius: 3px;
}
.price{
	font-size: 16px !important;
	border-radius: 3px;
	font-weight: 400 !important;
	padding: 7px;
	background-color: purple;
	color: white;
}
/* Preloder */
#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	
	-webkit-animation: loader 0.2s linear infinite;
	animation: loader 0.2s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

.view-button::after {
  transform: translate(10px, 10px);
  width: 35px;
  height: 35px;
  background: #ffffff15;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 50px;
}

.view-button:hover::before {
  transform: translate(5%, 20%);
  width: 110%;
  height: 110%;
}

.view-button:hover::after {
  border-radius: 10px;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
}

.view-button:active::after {
  transition: 0s;
  transform: translate(0, 5%);
}


/*------------------
  Header section
---------------------*/

.header-section {
	background: #131313;
	clear: both;
	overflow: visible; /* ✅ changed from hidden to visible */
	padding: 18px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 1000;
	box-shadow: 0 4px 8px 0 rgba(226, 187, 187, 0.2), 0 6px 20px 0 rgba(231, 189, 189, 0.19);
}



.user-panel {
	float: right;
	font-weight: 500;
	background: white;
	padding: 8px 6px;
	border-radius: 20px;
	color: #b40000;
}

.user-panel a {
	font-size: 14px;
	color: #b40000;
}
.user-panel:hover{
	background: #b40000;
}
.user-panel a:hover {
	
	color: white;
}

.dropdown-menu {

	background-color: #131313;
	border-radius: 16px;
	border: none;
	z-index: 9999; /* Ensure it appears above everything */
}
.dropdown-menu .show{
	inset: 0px auto auto 120px !important;

}

.dropdown-item {
	color: #fff;
	font-weight: 500;
}

.dropdown-item:hover {
	
	margin: left;
	background-color: #b40000 !important;
	color: white !important;
}

/* Fix nav-switch overlapping */
.nav-switch {
	color: #fff;
	display: block;
	float: right;
	cursor: pointer;
	font-size: 25px;
	z-index: 10001; /* higher than dropdown */
	position: relative;
}

.main-menu {
	float: right;
	margin-right: 91px;
}

.main-menu ul {
	list-style: none;
}

.main-menu ul li {
	display: inline;
}

.main-menu ul li a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	padding: 10px 20px;
}

.main-menu ul li a:hover {
	color: #b40000;
	font-size: 18px;
}

.nav-switch {
	display: none;
}

@media only screen and (max-width: 900px){
	.main-menu{
		margin-right: 0px !important;
	}

	.logo-img{
		max-width: 14%;
		padding-left: 0px !important;
	}
	.main-menu ul li a{
		font-size: 14px;
	}

}

/* Apply to mobile view */
@media only screen and (max-width: 767px) {
	/* Dropdown menu styles */
	.dropdown-menu {
		position: absolute; /* Make sure it's positioned relative to its container */
		top: 100%; /* Position it below the nav item */
		left: 0;
		width: 100%;
		background-color: #fff;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add some shadow for effect */
		z-index: 10000;
		display: none; /* Hidden initially */
		inset: -38px auto auto 120px !important; /* Custom inset value */
	}

	/* Show the dropdown when it's active */
	.nav-item.dropdown.show .dropdown-menu {
		display: block;
	}

	/* Style the dropdown items */
	.dropdown-item {
		color: #131313;
		padding: 12px 26px;
		border-top: 1px solid #eee;
		cursor: pointer;
	}

	/* Hover effect for dropdown items */
	.dropdown-item:hover {
		background-color: #b40000;
		color: white;
	}
}


/*------------------
  Hero Section
---------------------*/



/* Main Heading */
 .info .slider-heading-main {
	font-weight: 700 !important;
	color: #fdfdfd !important;
	font-size: 3em !important;
	text-shadow: 2px 2px 4px #b40000;
	text-align: left; /* Align text left */
padding: 0px;
}

/* Sub Heading */
 .info .slides-heading {
	font-weight: 700 !important;
	text-shadow: 2px 2px rgb(223, 222, 219);
	color: #bb4022;
	/* font-size: 4em !important; */
	/* text-align: left; */
}
.splashslide-shadow{
	color: white;
	/* font-size: 20px; */
}
/* Paragraph */
.hero-slider .hs-text p {
	color: #fff;
	/* text-shadow: 2px 2px rgb(176, 63, 247); */
	font-weight: 500;
	font-size: 1.2em;
	text-align: left;
	margin-bottom: 20px;
}

/* Button */
.hero-slider .hs-text .site-btn {
	font-size: 1.2em;
	padding: 10px 20px;
	text-align: center;
	background-color: #b40000;
	color: white;
	border: none;
	cursor: pointer;
	transition: all 0.5s ease;
}

.site-btn:hover {
	background-color: rgb(10, 6, 6);
	color: #eceaea;
	border: 2px solid #b40000;
}

/* Responsive Dot Navigation */
.hero-slider .owl-dots {
	position: absolute;
	bottom: 20px;
	left: 10%;
	display: flex;
	gap: 8px;
}

.hero-slider .owl-dots .owl-dot {
	width: 25px;
	height: 25px;
	color: black;
	text-align: center;
	border-radius: 50%;
	background: #ffffff;
	transition: 0.3s;
}

.hero-slider .owl-dots .owl-dot.active {
	background: #ffb320;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
	

	.slider-heading-main {
		font-size: 1.2em !important;
	}

	.slides-heading {
		font-size: 2.5em !important;
	}

	.hero-slider .hs-text p {
		font-size: 1.1em !important;
	}

	.hero-slider .hs-text .site-btn {
		font-size: 1.6vw;
		padding: 8px 16px;
	}
}

@media (max-width: 768px) {
	.hero-slider .hs-item {
		height: 70vh;
	}

	.slider-heading-main {
		font-size: 2.2em;
	}

	.slides-heading {
		font-size: 3em;
	}

	.hero-slider .hs-text p {
		font-size: 24px;
	}

	.hero-slider .hs-text .site-btn {
		font-size: 0.8em;
		padding: 10px 7px;
	}
}

@media (max-width: 480px) {
	.hero-slider .hs-item {
	
		padding: 0 5%;
	}

	.slider-heading-main {
		font-size: 0.8em !important;
	}

	.slides-heading  {
		font-size: 2em !important;
	}

	.hero-slider .hs-text p {
		font-size: 1em !important;
	}

	.hero-slider .hs-text .site-btn {
		font-size: 0.9em;
		padding: 5px 10px;
	}
}

/*---------------------
  Latest News section
-----------------------*/

.latest-news-section {
    position: relative;
    background: #f8f9fa;
    padding: 10px 8px 10px 20px;
    /* border-radius: 8px; */
    overflow: hidden;
    display: flex;
    align-items: center;
    /* border-radius: 20px; */
}

.ln-title {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #e12525;
    color: white;
    padding: 10px 15px;
    /* height: 60px; */
    display: flex;
    align-items: center;
    font-weight: bold;
    text-orientation: upright;
    border-radius: 0px 20px 20px 0px;
}

.news-ticker {
    width: 100%;
    margin-left: 196px; /* Space for the fixed title */
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.news-ticker-contant {
    display: flex;
    gap: 30px;
    width: max-content;
    animation: scroll s linear infinite;
}

/* Individual announcement */
.nt-item {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 8px;
}

/* Red "New" tag styling */
.nt-item::before {
    content: "New";
    background: #24d54c;
    color: white;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    display: inline-block;
}

/* Continuous scrolling effect */
@keyframes scroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Clone content for smooth looping */
.news-ticker-contant::after {
    content: attr(data-text) " " attr(data-text);
    display: inline-block;
    white-space: nowrap;
}




/*------------------
  Combos Section
---------------------*/

/* General Styling */
/* Feature Box (With Elegant Shadow) */
.feature-item {
    height: 415px;
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); /* Elegant soft shadow */
}



/* Add hover effect for a dynamic feel */
.feature-item:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25); /* A bit stronger on hover */
}

/* Tag Styling */
.feature-item .cata {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    z-index: 3;
}

/* Content Box */
.fi-content {
    position: absolute;
    width: 100%;
    left: 10px;
    bottom: 20px;
    
}

/* Name & Price Styling */
.fi-content h5, .fi-content .price {
    
	font-weight: 600;
    opacity: 0; /* Hidden initially */
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fi-content h5{
	color: rgb(196, 18, 18);
	font-size: 18px;
}

.fi-content .price {
	color: rgb(250, 249, 249);
	font-size: 14px;
}
.fi-content p {
    font-size: 18px;
    font-weight: bold;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
    z-index: 6;}
	
/* Scroll Animation Effect */
.fi-content.visible h5, .fi-content.visible .price {
    opacity: 0.9;
    transform: translateY(0);
}
.combo-headings{
font-size: 1.4rem !important;
color: #b40000 !important;
opacity: 1 !important;
}
.section-banner{
	margin-top: 0;
	padding: 0 90px;
}
.combo-hero{
	border-radius: 40px;
	padding-top: 90px;
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-top: 110px;
}
.Tiltle-combo{
	color: black;
	font-size: 1.5rem;
	font-weight: 600;
	margin-top: 20px;
}
.Title-Combo-heading{
	color: black;
	font-size: 2.4rem;
	font-weight: 800;
	margin-top: 10px;
	text-shadow: 1px 1px 2px white, 0 0 1em rgb(241, 14, 7), 0 0 0.2em #b40000;
}
.contact-home{
	margin-top: 0;
	margin-bottom: 20px;
	padding: 0 90px;
}


/* CSS */
.button-combo-hero{
	background-image: linear-gradient(92.88deg, #b00010 9.16%, #b00010 45.89%, #b00010 60.72%);
  border-radius: 10px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 500;
  height: 4rem;
  padding: 0 1rem;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
  transition: all .5s;
  -webkit-user-select: none;
  user-select: none;
  touch-action: manipulation;
  margin-top: 10px;
}

.button-combo-hero:hover {
  box-shadow: rgba(80, 63, 205, 0.5) 0 1px 30px;
  transition-duration: .1s;
}
.boxxx{
	display: flex;
	justify-content: center;
	align-items: center;
}
/* Premium Section Styling */
.premium-section {
    max-width: 1100px;
    margin: 100px;
    padding: 30px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-left: 5px solid var(--color-gold);
    
  }
.heading-box-premium{
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.premium-card-size{
	width: 282px !important;
	height: 226px !important;
}
@media screen and (max-width: 408px) {
    .premium-section {
        margin: 0; /* Remove margin */
        padding: 15px; /* Reduce padding */
        max-width: 100%; /* Ensure it fits within the screen width */
    }

    .boxxx {
        flex-direction: column; /* Stack items vertically */
    }

    .premium-section h2 {
        font-size: 18px; /* Reduce font size of heading */
        margin-bottom: 10px; /* Adjust margin */
    }

    .feature-card {
        margin-bottom: 15px; /* Add margin between feature cards */
        width: 100%; /* Ensure feature cards are full-width */
        padding: 15px; /* Adjust padding */
    }

    .feature-title {
        font-size: 16px; /* Adjust font size for the feature titles */
    }

    .feature-desc {
        font-size: 12px; /* Adjust font size for descriptions */
    }
}
/* Features Row */
.features-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap; /* Keep items in a row */
  gap: 15px;
  width: 100%; /* Ensure it fits within the container */
}

/* Feature Card */
.feature-card {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  width: 23%; /* Ensures four items fit per row */
  min-width: 230px;
  text-align: center;
  white-space: normal;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}

.feature-icon {
  font-size: 40px;
  color: #ffcc00;
  margin-bottom: 10px;
}

.feature-title {
  font-weight: bold;
  font-size: 18px;
  color: #1a1a1a;
  margin-bottom: 5px;
}

.feature-desc {
  font-size: 14px;
  color: #555;
}

/* Responsive Design */
@media (max-width: 900px) {
  .features-row {
      flex-wrap: wrap; /* Wraps to a new line on smaller screens */
      justify-content: center;
  }

  .feature-card {
      width: 45%; /* Two per row on medium screens */
  }
}

@media (max-width: 600px) {
  .feature-card {
      width: 100%; /* One per row on small screens */
  }
}


/* RESPONSIVENESS */
@media (max-width: 1200px) {
    .feature-col {
        width: 30%;
    }
}

@media (max-width: 992px) {
    .feature-col {
        width: 50%;
        padding: 10px;
    }
}

@media (max-width: 500px) {
    .feature-col {
        width: 40%;
        margin: 1%;
    }
}

@media (max-width: 480px) {
    .feature-col {
        width: 80%;
    }
}



/*----------------------
Game Section
------------------------*/

.view-games-button{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #b40000;
	margin-top: 20px;
}
.price{
	font-size: 16px;
	border-radius: 3px;
	padding: 3px;
	/* background-color: purple; */
	color: white;
}
/*----------------------
  Comming Soon Section
------------------------*/


  /* General Styles */
.coming {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 65vh;
    position: relative;
    overflow: hidden;
}

/* Floating Boxes */





/* Container */
.container1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 100px 50px;
    margin-bottom: 46px;
    padding: 100px 30px 0px 30px;
}

/* Card Styling */
.container1 .cardd {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    width: 350px;
    height: 300px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: 0.5s;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}

/* Animation on Scroll */
.container1 .cardd[data-aos].aos-animate {
    opacity: 1;
    transform: translateY(0);
}

/* Hover Effect */
.container1 .cardd:hover {
    height: 400px;
}

/* Image Box */
.container1 .cardd .imgBx {
    position: absolute;
    top: 20px;
    width: 300px;
    height: 220px;
    background: #333;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.5s;
}

.container1 .cardd:hover .imgBx {
    top: -100px;
    scale: 0.75;
    box-shadow: 0 15px rgba(0, 0, 0, 0.2);
}

/* Image */
.container1 .cardd .imgBx img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Content */
.container1 .cardd .content {
    position: absolute;
    top: 252px;
    width: 100%;
    padding: 0 30px;
    height: 30px;
    overflow: hidden;
    text-align: center;
    transition: 0.5s;
}

.container1 .cardd:hover .content {
    height: 250px;
    top: 130px;
}

/* Heading */
.container1 .cardd .content h2 {
    font-size: 1.5em !important;
    font-weight: 700 !important;
    color: var(--clr) !important;
	
}

/* Paragraph */
.container1 .cardd .content p {
    color: #333;
}

/* Button */
.container1 .cardd .content a {
    position: relative;
    top: -30px;
    display: inline-block;
    padding: 12px 25px;
    background: var(--clr);
    color: #fff;
    margin-top: 30px !important;
    font-weight: 500;
    text-decoration: none;
    border-radius: 35px;
  
}

/* Responsive Floating Boxes */
@media (max-width: 992px) {
    .floating-box {
        width: 15px;
        height: 15px;
    }
}

@media (max-width: 600px) {
    .floating-box {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 1252px){
	.coming{
		min-height: 100vh;
	}
}

/*----------------------
  Choose Us Section
------------------------*/

 .review-section { 
	background-position: right top;
}

.choose-img{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
}

.review-item{
	box-shadow: rgb(135, 125, 125);
}
.review-item .review-cover {
	width: 54px;
	height: 54px;
	
	left: 26px;
	padding-top: 15px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	
}

.review-item .review-cover .score.yellow {
	background: #ffb320;
}

.review-item .review-cover .score.purple {
	background: #694eae;
}

.review-item .review-cover .score.pink {
	background: #ff20ae;
}

.review-item .review-cover .score.green {
	background: #4eae60;
}


.review-item .review-text h5 {
	margin-bottom: 20px;
	font-weight: 800 !important;
	text-align: center;
}

.review-item .review-text p {
	margin-bottom: 0;
	font-weight: 600;
	color:#28282d;
	text-align: center;
}

.review-item .rating {
	margin-bottom: 20px;
}



  
/*----------------------
  Footer top Section
------------------------*/

.footer-top-section {
	/* margin-top: 60px; */
	margin-bottom: 25px;
	/* padding: 8px; */
}

.footer-top-section .container {
	position: relative;
	/* padding: 20px; */
	border-radius: 16px;
	box-shadow: 0px 15px 10px -15px #2a2ae7;
}
@media (max-width: 555px){
	.container .footer-top-heading{
		font-size: 30px !important;
		font-weight: 600;
		padding-left: 30px;
		color: white;
	}
}



.container .footer-top-heading{
	font-size: 50px;
	font-weight: 700;
	padding-left: 30px;
	color: white;
}
.footer-top-content{
	padding-left: 30px;
}
.glow {
	color: #fff;
	-webkit-animation: glow 1s ease-in-out infinite alternate;
	-moz-animation: glow 1s ease-in-out infinite alternate;
	animation: glow 1s ease-in-out infinite alternate;
  }
  
  @-webkit-keyframes glow {
	from {
	  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
	}
	to {
	  text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
	}
  }
 

/*----------------------
  Footer Section
------------------------*/

.footer-section {
	/* border-top: 1px solid white; */
	padding: 18px 0 16px;
	overflow: hidden;
	background: linear-gradient(to left, #000000 100%, #FF0000 0%);
}

.footer-menu {
	list-style: none;
	float: right;
}

.footer-menu li {
	display: inline;
}

.footer-menu li a {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: #aeaeae;
	margin-left: 30px;
}

.copyright {
	float: left;
	margin-bottom: 0;
	font-weight: 500;
	color: #aeaeae;
}

/*------------------
  Other Pages
--------------------
====================*/

.page-info-section {
	height: 630px;
	position: relative;
}

.page-info-section .pi-content {
	position: absolute;
	width: 100%;
	bottom: 65px;
	left: 0;
	z-index: 2;
}

.page-info-section .pi-content h2 {
	font-size: 60px;
	margin-bottom: 25px;
	font-weight: 400;
}

.site-pagination {
	padding-top: 50px;
}

.site-pagination a,
.site-pagination span {
	width: 33px;
	height: 33px;
	font-size: 14px;
	font-weight: 500;
	padding-top: 7px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	color: #131313;
	margin-right: 10px;
}

.site-pagination .active {
	background: #ffb320;
}

.site-pagination.sp-style-2 a,
.site-pagination.sp-style-2 span {
	background: #e5e5e5;
}

.site-pagination.sp-style-2 .active {
	background: #ffb320;
}

.widget-item {
	margin-bottom: 73px;
}

.widget-item:last-child {
	margin-bottom: 0;
}

.widget-item .widget-title {
	margin-bottom: 40px;
}

.widget-item .latest-blog .lb-item .lb-content p,
.widget-item .top-comment .tc-item .tc-content p {
	color: #131313;
}

.widget-item .latest-blog .lb-item .lb-content .lb-author {
	color: #737373;
}

.widget-item .top-comment .tc-item .tc-content {
	padding-right: 20px;
}

.widget-item .review-item {
	background: #eff2f5;
}

.widget-item .review-item .review-text {
	padding: 0 35px 20px;
}

.search-widget {
	position: relative;
}

.search-widget input {
	width: 100%;
	height: 41px;
	border: 1px solid #d6dee7;
	padding-left: 22px;
	padding-right: 45px;
	font-size: 12px;
}

.search-widget button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: none;
	border: none;
	padding-right: 15px;
	color: #878787;
	cursor: pointer;
}

/*-----------------
  Categories page
--------------------*/

.recent-game-page .recent-game-item {
	margin-bottom: 42px;
}

/*-----------------
  Single blog page
--------------------*/

.single-blog-page .blog-thumb {
	height: 424px;
	padding-top: 24px;
	padding-left: 29px;
	margin-bottom: 40px;
	position: relative;
}

.single-blog-page .blog-thumb .rgi-extra {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 70px;
}

.single-blog-page .blog-thumb .rgi-extra .rgi-star,
.single-blog-page .blog-thumb .rgi-extra .rgi-heart {
	height: 35px;
	width: 35px;
	float: left;
	display: block;
	padding: 6px 8px 0;
}

.single-blog-page .blog-thumb .rgi-extra .rgi-star {
	background: #ffb320;
}

.single-blog-page .blog-thumb .rgi-extra .rgi-heart {
	background: #ff205f;
}

.single-blog-page .blog-content h3 {
	margin-bottom: 10px;
}

.single-blog-page .blog-content .meta-comment {
	display: block;
	font-size: 12px;
	color: #737373;
	margin-bottom: 25px;
}

.single-blog-page .blog-content p {
	margin-bottom: 25px;
}

.comment-warp {
	padding-top: 50px;
}

.comment-title {
	margin-bottom: 45px;
}

.comment-list {
	list-style: none;
}

.comment-list li {
	margin-bottom: 40px;
	overflow: hidden;
}

.comment-list .comment .comment-avator {
	width: 63px;
	height: 63px;
	border-radius: 50%;
	float: left;
}

.comment-list .comment .comment-content {
	padding-left: 100px;
}

.comment-list .comment .comment-content h5 {
	font-size: 12px;
	color: #131313;
	font-weight: 400;
	margin-bottom: 10px;
}

.comment-list .comment .comment-content h5 span {
	color: #ffb320;
	padding-left: 18px;
}

.comment-list .comment .comment-content p {
	font-size: 12px;
	margin-bottom: 5px;
}

.comment-list .comment .comment-content .reply {
	font-size: 12px;
	color: #ff1d55;
}

.comment-form-warp {
	padding-top: 30px;
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form textarea {
	width: 100%;
	height: 41px;
	border: 1px solid #d6dee7;
	padding-left: 22px;
	padding-right: 45px;
	font-size: 12px;
	margin-bottom: 24px;
}

.comment-form textarea {
	height: 243px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 38px;
}

/*-----------------
  Review page
--------------------*/

.review-page .review-item {
	margin-bottom: 63px;
}

.review-page .review-item .review-text h4 {
	margin-bottom: 10px;
}

.review-dark .review-item .review-text p {
	color: #b5b5b5;
}

.review-section.review-dark {
	background-position: center top;
}

/*-----------------
  Community page
--------------------*/

.community-page .site-pagination {
	padding-top: 62px;
}

.community-warp {
	max-width: 1367px;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.28);
}

.community-post-list {
	list-style: none;
}

.community-post-list li {
	padding: 33px 55px 65px;
	margin-bottom: 21px;
	overflow: hidden;
	border: 1px solid #878787;
	background: #1f2225;
}

.community-post-list .community-post .author-avator {
	width: 63px;
	height: 63px;
	border-radius: 50%;
	float: left;
}

.community-post-list .community-post .post-content {
	padding-left: 100px;
}

.community-post-list .community-post .post-content h5 {
	font-size: 16px;
	color: #ff205f;
	font-weight: 400;
	margin-bottom: 10px;
}

.community-post-list .community-post .post-content h5 span {
	color: #7a7a7a;
	padding-left: 18px;
}

.community-post-list .community-post .post-content p {
	color: #fff;
	margin-bottom: 5px;
}

.community-post-list .community-post .post-content .post-date {
	font-size: 12px;
	color: #ffb320;
	margin-bottom: 18px;
}

.community-post-list .attachment-file {
	padding-top: 60px;
	max-width: 435px;
}

.community-top-title {
	margin-bottom: 50px;
}

.community-filter {
	margin-bottom: 80px;
}

.community-filter label {
	font-size: 18px;
	color: #1f2225;
	font-weight: 500;
	padding-right: 10px;
}

.community-filter select {
	width: 201px;
	height: 42px;
	font-size: 14px;
	padding: 0 18px;
	color: #1f2225;
	font-weight: 500;
}

/*-----------------
  Contact page
--------------------*/

.map {
	height: 515px;
	background: #ddd;
	margin-bottom: 90px;
}

.contact-info-list {
	/* padding-top: 55px; */
	padding-bottom: 20px;
	list-style: none;
}

.contact-info-list li {
	margin-bottom: 30px;
}

.contact-info-list .cf-left {
	width: 95px;
	float: left;
	font-size: 16px;
	font-weight: 700;
	color: #ffb320;
}

.contact-info-list .cf-right {
	color: #878787;
	font-size: 15px;
	padding-left: 100px;
}

.social-links{
	/* margin: 10px 0; */
}
.social-links a {
	color: white;
	font-size: 18px;
	margin-top: 20px;
	padding-right: 25px;
}
.footer {
	background: black;
    background: linear-gradient(to bottom, #FF0000 10%, #000000 90%);

  }
  .footer .footer-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1.5rem;
	padding: 60px;
	}
  .footer-row .footer-col h4 {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 400;
  }
  .footer-col .links {
	margin-top: 20px;
	/* margin-bottom: 22px; */
	}
  .footer-col .links li {
	list-style: none;
	margin-bottom: 10px;
  }
  .footer-col .links li a {
	text-decoration: none;
	color: #bfbfbf;
  }
  .footer-col .links li a:hover {
	color: #fff;
  }
  .footer-col p {
	margin: 20px 0;
	color: #bfbfbf;
	max-width: 300px;
  }
  .footer-col form {
	display: flex;
	gap: 5px;
  }
  .footer-col input {
	height: 40px;
	border-radius: 6px;
	background: none;
	width: 100%;
	outline: none;
	border: 1px solid #7489C6 ;
	caret-color: #fff;
	color: #fff;
	padding-left: 10px;
  }
  .footer-col input::placeholder {
	color: #ccc;
  }
   .footer-col form button {
	background: #fff;
	outline: none;
	border: none;
	padding: 10px 15px;
	border-radius: 6px;
	cursor: pointer;
	font-weight: 500;
	transition: 0.2s ease;
  }
  .footer-col form button:hover {
	background: #cecccc;
  }
  .footer-col .icons {
	display: flex;
	margin-top: 30px;
	gap: 30px;
	cursor: pointer;
  }
  .footer-col .icons i {
	color: #afb6c7;
  }
  .footer-col .icons i:hover  {
	color: #fff;
  }
  

/*------------------
  Responsive
---------------------*/

@media (min-width: 1200px) {
	.container {
		max-width: 1176px;
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-menu {
		/* margin-right: 38px; */
	}
	.hero-slider .owl-dots {
		max-width: 930px;
	}
	.review-section {
		background-position: right 10% top;
	}
	.review-item .review-cover {
		height: 280px;
	}
	.latest-blog .lb-item .lb-thumb {
		width: 55px;
		height: 55px;
	}
	.latest-blog .lb-item .lb-content {
		padding-left: 67px;
	}
	.top-comment .tc-item .tc-content {
		padding-left: 95px;
	}
	.footer-top-bg {
		max-width: 370px;
	}
	.page-info-section .pi-content h2 {
		font-size: 50px;
	}
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.site-logo {
		max-width: 111px;
	}
	.box{
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(350px, 2fr));
	}
	.main-menu {
		margin-right: 22px;
	}
	.main-menu ul li a {
		/* margin-left: 15px; */
	}
	.user-panel {
		padding: 6px 5px;
	}
	
	.recent-game-item {
		margin-bottom: 42px;
	}
	.tournament-item .ti-thumb {
		width: 100%;
		height: 230px;

		float: none;
	}
	.tournament-item .ti-text {
		padding-left: 0;
		padding-top: 20px;
	}
	.review-section {
		background-position: left top;
	}
	.review-item {
		margin-bottom: 63px;
	}
	.footer-logo {
		margin-bottom: 50px;
	}
	.latest-blog .lb-item .lb-thumb {
		width: 80px;
		height: 80px;
	}
	.latest-blog .lb-item .lb-content {
		padding-left: 95px;
	}
	.footer-top-bg {
		display: none;
	}
}


.dropdown-menu:hover{
	display: block;
}

@media only screen and (max-width: 767px) {
	.header-section {
	
		padding: 15px 0;
		position: fixed;
		display: block;
		top: 0;
		left: 0;
		right: 0;
			overflow: visible !important; 
			z-index: 9999;
			width: 100%;
		
			
	}
	.header-section .container {
		position: relative;
	}
	.site-logo {
		float: none;
		padding-top: 0;
	}
	.main-menu {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 10000;
	}
	
	.main-menu {
		display: none !important;
	}
	
	.main-menu.active {
		display: block !important;
		text-align: left;
		top: 100%;
	}
	
	.main-menu ul li {
		display: block;
		
	border-bottom: 1px solid #ececec;
	}
	.main-menu ul li a {
	
		margin-left: 0;
		color: #131313;
		padding: 13px 26px;
	}
	.nav-switch {
		color: #fff;
		display: block;
		float: right;
		cursor: pointer;
		font-size: 25px;
	}
	.user-panel {
		display: none;
	}
	
	.hero-slider .hs-item {
		height: 700px;
	}
	.hero-slider .hs-text h2 {
		font-size: 36px;
	}
	.hero-slider .owl-dots {
		max-width: 510px;
	}
	
	.recent-game-item {
		margin-bottom: 42px;
	}
	.review-section {
		background-position: left top;
	}
	.review-item {
		margin-bottom: 63px;
	}
	.footer-logo {
		margin-bottom: 50px;
	}
	.footer-top-bg {
		display: none;
	}
	.footer-section {
		padding: 30px 0 20px;
		text-align: center;
	}
	.footer-menu li:first-child a {
		margin-left: 0;
	}
	.footer-menu,
	.copyright {
		float: none;
	}
	.copyright {
		padding-top: 15px;
	}
	.community-post-list li {
		padding: 30px 25px 30px;
	}
	.page-info-section .pi-content h2 {
		font-size: 50px;
	}
	.box{
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(350px, fr));
	}
}

/* Medium Mobile :480px. */

@media only screen and (max-width: 576px) {
	.hero-slider .owl-dots {
		padding: 0 15px;
	}
	.feature-section {
		padding-left: 15px;
		padding-right: 15px;
	}
	.community-post-list .community-post .author-avator {
		float: none;
	}
	.community-post-list .community-post .post-content {
		padding-left: 0;
		padding-top: 30px;
	}
	  
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {

	.news-ticker {
		width: 100%;
	}
	.tournament-item .ti-thumb {
		width: 100%;
		height: 230px;
		float: none;
	}
	.tournament-item .ti-text {
		padding-left: 0;
		padding-top: 20px;
	}
	.latest-blog .lb-item .lb-thumb {
		width: 55px;
		height: 55px;
	}
	.latest-blog .lb-item .lb-content {
		padding-left: 67px;
	}
	.top-comment .tc-item .tc-content {
		padding-left: 85px;
	}
	.site-btn {
		padding: 11px 30px;
		min-width: 145px;
	}
	.comment-list .comment .comment-avator {
		float: none;
	}
	.comment-list .comment .comment-content {
		padding-left: 0;
		padding-top: 20px;
	}
	.footer-widget {
		padding: 40px 15px 7px;
	}
	.page-info-section .pi-content h2 {
		font-size: 40px;
	}
}

/* scroll btn  */

	/* Scroll Button Styling */
	.btn-container {
		position: fixed;
		bottom: 20px;
		right: 20px;
		display: flex;
		flex-direction: column;
		gap: 10px;
		z-index: 9999; /* Ensures it's above most other elements */
	}
	
	.scroll-btn {
		width: 50px;
		height: 50px;
		background-color: #9b300f;
		color: white;
		border: none;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 20px;
		cursor: pointer;
		box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
		transition: background 0.3s;
	}
	
	.scroll-btn:hover {
		background-color: #e64a19;
	}
	
	.scroll-btn:hover {
		background-color: #e64a19;
	}


.View-now{
	margin-left: 20px;
	background-color: #b40000;
	color: white;
	font-size: 16px;
	padding: 10px 20px;
	font-weight: bold;
	cursor: pointer;
	border: none !important;
	border-radius: 35px;
}

.View-now:hover{
	background-color: white;
	color: #b40000;
}

@media (max-width: 390px){
	.container1 .cardd .imgBx{
		width: 280px;
	}

	.container1 .cardd{
		width: 320px;
	}
	.View-now{
		font-size: 14px;
		padding: 8px 12px 8px 12px;
	}
}
.logo-img{
	max-width: 17%;
	padding-left: 20px;
}
@media  (min-width: 1000px) and (max-width: 1656px){
	
	.logo-img{
		max-width: 14% !important;
	}
}
@media (max-width: 555px){
	.View-now{
		font-size: 14px;
		padding: 8px 12px 8px 12px;
	}
	.logo-img{
		max-width: 39% !important;
	}
}
@media (max-width: 766px){
	.main-menu{
		font-size: 12px !important;
	}
	.logo-img{
		max-width: 28% !important;
	}
}



@media (max-width: 1200px){
	.footer-top-section {
	margin: 20px 20px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
