/* =================================
------------------------------------
  Game Warrior Template
  Version: 1.0
 ------------------------------------ 
 ====================================*/

/*---------------------------*/
/* Template default CSS
/*---------------------------*/

html,
body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-color: black;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 500;
  color: #131313;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 14px;
  color: #878787;
  line-height: 2;
}

img {
  max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

ul,
ol {
  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-size: cover;
  background-position: top center;
}

.spad {
  padding-top: 97px;
  padding-bottom: 97px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #fff;
}

.rating .is-fade {
  color: #e0e3e4;
}

/*---------------------
  Commom elements
-----------------------*/

/* buttons */
.site-btn {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  color: #131313;
  padding: 16px 30px;
  min-width: 153px;
  border-radius: 50px;
  font-weight: 500;
  border: none;
  background: #ffb320;
  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: 500;
  color: #fff;
  padding: 6px 25px;
}

.cata.new {
  background: #ff205f;
}

.cata.strategy {
  background: #00ff7f;
}

.cata.racing {
  background: #694eae;
}

.cata.adventure {
  background: #40abf5;
}

/* Preloder */
#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #000000;
}

.loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s 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;
  }
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}

/*------------------
  Header section
---------------------*/

.header-section {
  background: #000000;
  clear: both;
  overflow: hidden;
  padding: 10px;
  /* border-bottom: 1px solid #ffb320; */
}

.site-logo {
  display: inline-block;
  float: left;
}

.site-logo img {
  width: 50px;
  height: 55px;
}

.user-panel {
  float: right;
  font-weight: 500;
  border: 2px solid #00ff7f;
  padding: 12px 30px;
  background: linear-gradient(
    90deg,
    rgba(71, 118, 230, 0.1),
    rgba(0, 255, 127, 0.1)
  );
  /* background: #00ff7f; */
  padding:8px 25px;
  border-radius: 5px;
  margin-top: 8px;
}

.user-panel a {
  margin: auto;
  align-items: center;
  color: #ffffff;
}

.main-menu {
  margin-top: 10px;
  float: right;
  margin-right: 250px;
}

.main-menu ul {
  list-style: none;
  display: flex;
}

.main-menu ul li {
  display: inline;
}

.main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  margin-left: 35px;
  font-weight: 500;
  padding: 10px 5px;
}

.main-menu ul li a:hover {
  color: #00ff7f;
}

.header-btn {
  float: right;
  margin-right: 0;
}

.nav-switch {
  display: none;
}

/*------------------
  Hero Section
---------------------*/

.hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero-slider .hs-item {
  height: 900px; /* Increased height from previous version */
  display: table;
  width: 100%;
}

/* Improve image quality without zooming */
.set-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-slider .hs-text {
  display: table-cell;
  vertical-align: middle;
}

.hero-slider .hs-text h2 {
  color: #fff;
  font-weight: 400;
  font-size: 60px;
  margin-bottom: 30px;
  position: relative;
  top: -80px;
  opacity: 0;
}

.hero-slider .hs-text h2 span {
  color: #00ff7f;
}

.hero-slider .hs-text p {
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  top: -90px;
  opacity: 0;
}

.hero-slider .hs-text .site-btn {
  position: relative;
  top: -100px;
  opacity: 0;
}

.hero-slider .owl-item.active .hs-item h2,
.hero-slider .owl-item.active .hs-item p,
.hero-slider .owl-item.active .hs-item .site-btn {
  top: 0;
  opacity: 1;
}

.hero-slider .owl-item.active .hs-item h2 {
  -webkit-transition: all 0.5s ease 1s;
  -o-transition: all 0.5s ease 1s;
  transition: all 0.5s ease 1s;
}

.hero-slider .owl-item.active .hs-item p {
  -webkit-transition: all 0.5s ease 0.8s;
  -o-transition: all 0.5s ease 0.8s;
  transition: all 0.5s ease 0.8s;
}

.hero-slider .owl-item.active .hs-item .site-btn {
  -webkit-transition: all 0.5s ease 0.6s;
  -o-transition: all 0.5s ease 0.6s;
  transition: all 0.5s ease 0.6s;
}

/* Position dots below the slider with proper centering */
.hero-slider {
  position: relative;
  margin-bottom: 50px; /* Add space for dots below */
}

.hero-slider .owl-dots {
  position: absolute;
  bottom: -30px; /* Position further below the slider */
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}

.hero-slider .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 6px; /* Equal margin on both sides for centering */
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #dbe2ec;
  cursor: pointer;
}

.hero-slider .owl-dots .owl-dot.active {
  background: #00ff7f;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .hero-slider .hs-item {
    height: 700px;
  }
  
  .hero-slider .hs-text h2 {
    font-size: 50px;
  }
}

@media (max-width: 992px) {
  .hero-slider .hs-item {
    height: 600px;
  }
  
  .hero-slider .hs-text h2 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .hero-slider .hs-item {
    height: 500px;
  }
  
  .hero-slider .hs-text h2 {
    font-size: 32px;
  }
  
  .hero-slider {
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .hero-slider .hs-item {
    height: 300px;
  }
  
  .hero-slider .hs-text h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  
  .hero-slider .hs-text p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  
  .hero-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
  
  .hero-slider {
    margin-bottom: 35px;
  }
}


/*-----------------
  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 a {
  color: #474747;
  font-size: 16px;
  margin-left: 10px;
  margin-right: 20px;
}

/* about css */


.about-section {
  padding: 100px 20px 50px;
  max-width: 1350px;
  margin: 0 auto;
  overflow: hidden;
}

.about-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}

.image-container {
  width: 100%;
  max-width: 500px;
  height: auto;
  aspect-ratio: 5/6;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.5s ease;
}

.quote-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 30px);
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  padding: 25px;
  border-radius: 12px;
  border-left: 4px solid #00ff7f;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
  transform: translateY(20%);
}

.quote-text {
  color: #b0b0b0;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  position: relative;
  text-align: justify;
}

.text-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.about-badge {
  display: inline-block;
 color:  #00ff7f;

  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.about-heading {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2;
  color: #fff;
}

.about-subheading {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #e0e0e0;
  line-height: 1.4;
  max-width: 90%;
}

.about-description {
  font-size: 14px;
  color: #b0b0b0;
  margin-bottom: 30px;
  line-height: 1.8;
  text-align: justify;
  hyphens: auto;
  max-width: 700px;
}

.explore-btn {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(
    90deg,
    rgba(71, 118, 230, 0.1),
    rgba(0, 255, 127, 0.1)
  );
  border: 2px solid #00ff7f;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.explore-btn:hover {
  color: #0f0f0f;
}

.explore-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #00ff7f;
  transition: all 0.3s ease;
  z-index: -1;
}

.explore-btn:hover::before {
  width: 100%;
}

.highlight {
  position: relative;
  display: inline-block;
  color: #00ff7f;
}

/* Tablet Breakpoint */
@media (max-width: 1024px) {
  .about-section {
    padding: 80px 20px 40px;
  }
  
  .about-container {
    gap: 30px;
  }
  
  .image-container {
    max-width: 450px;
  }
  
  .quote-box {
    padding: 20px;
  }
  
  .about-heading {
    font-size: 32px;
  }
  
  .about-subheading {
    font-size: 20px;
  }
  
  .about-description {
    font-size: 14px;
  }
}

/* Small Tablet Breakpoint */
@media (max-width: 900px) {
  .about-container {
    flex-direction: column;
  }
  
  .text-content,
  .image-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  
  .text-content {
    margin-bottom: 40px;
  }
  
  .image-container {
    height: auto;
    aspect-ratio: 5/6;
  }
  
  .quote-box {
    width: 90%;
    left: 0;
    transform: translateY(25%);
  }
  
  .about-heading {
    font-size: 28px;
    text-align: center;
    width: 100%;
  }
  
  .about-badge {
    align-self: center;
    margin-bottom: 10px;
  }
  
  .about-subheading {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  
  .about-description {
    text-align: left;
    max-width: 100%;
  }
  
  .explore-btn {
    align-self: center;
  }
}

/* Mobile Breakpoint */
@media (max-width: 600px) {
  .about-section {
    padding: 60px 15px 30px;
  }
  
  .about-container {
    gap: 20px;
  }
  
  .image-container {
    max-width: 100%;
    aspect-ratio: 4/5;
  }
  
  .quote-box {
    padding: 15px;
    width: 85%;
    transform: translateY(30%);
  }
  
  .quote-text {
    font-size: 13px;
  }
  
  .about-heading {
    font-size: 26px;
  }
  
  .about-subheading {
    font-size: 18px;
    margin-bottom: 15px;
  }
  
  .about-description {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 25px;
  }
  
  .explore-btn {
    padding: 10px 25px;
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
}

/* Small Mobile Breakpoint */
@media (max-width: 400px) {
  .about-section {
    padding: 50px 12px 20px;
  }
  
  .about-heading {
    font-size: 24px;
  }
  
  .about-subheading {
    font-size: 16px;
  }
  
  .about-badge {
    font-size: 12px;
  }
  
  .quote-box {
    padding: 12px;
    width: 90%;
  }
  
  .quote-text {
    font-size: 12px;
  }
}

/* Section Title */

.founders-section {
  padding: 60px 20px;
  background-color: #111;
  color: #fff;
}

.founders-section h2 {
  font-size: 2.5rem;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 700;
 color: #00ff7f;

  text-transform: uppercase;
  letter-spacing: 1px;
}
.founders-section p {
  color: #ccc;
  font-size: 14px;
  text-align: justify;
  margin-bottom: 40px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
/* Founders Container */
.founders-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1350px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.founder-card {
  background:black;

  backdrop-filter: blur(10px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 22px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  height: 100%;
  position: relative;

}
.founder-card:hover {
  transform: translateY(-8px);
  box-shadow: rgba(143, 255, 87, 0.19) 0px 10px 20px, rgba(30, 255, 45, 0.23) 0px 0px 3px;

}
.founder-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  background:  #00ff7f;
}
.founder-card img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid transparent;
  background: #00ff7f;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
  
}
.founder-card:hover img {
  transform: scale(1.05);
}
.founder-card h3 {
  font-size: 1.5rem;
  margin: 15px 0 5px;
  font-weight: 600;
  color: #fff;
}
.description-box {
  max-height: 180px;
  overflow-y: auto;
  margin: 15px 0;
  padding-right: 10px;
}
.description {
  color: #aaa;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  margin: 0;
  scroll-behavior: smooth;
}
.description-box::-webkit-scrollbar {
  width: 0;
}
.description-box::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}
.description-box::-webkit-scrollbar-thumb {
  background: #00ff7f;
  border-radius: 4px;
}
.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 15px;
}
.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease;
}
.social-icons a:hover {
  color: #00ff7f;

}
/* Media Queries for Responsiveness */
@media (max-width: 1200px) {
  .founders-container {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
}
@media (max-width: 768px) {
  .founders-section h2 {
    font-size: 2rem;
  }

  .founders-container {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
  }
  .founder-card {
    padding: 18px;
  }

  .founder-card img {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 480px) {
  .founders-section {
    padding: 40px 15px;
  }

  .founders-section h2 {
    font-size: 1.75rem;
  }

  .founders-container {
    grid-template-columns: 1fr;
  }

  .founder-card {
    max-width: 100%;
  }
  .founders-section p{
    font-size: 13px;
   }
}
/* pokemon unite  */

.carousel-container {
  margin: auto;
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  padding: 1rem;
  position: relative;
}

.carousel {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 1.5rem;
  padding: 1rem 0.5rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.card {
  flex: 0 0 auto;
  width: 260px;
  border-radius: 20px;
  background-color: #121224;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(76, 174, 80, 0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(76, 174, 80, 0.3);
}

.card-image {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.card-content {
  padding: 1rem;
  background: linear-gradient(to top, #121224, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.card:hover .card-content {
  opacity: 1;
  transform: translateY(0);
}

.card-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  text-align: center;
}

.card-price {
  text-align: center;
  font-size: 0.9rem;
}

.free {
  color: #4caf50;
}

.price {
  color: #4caf50;
}

.indicators {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  gap: 0.5rem;
}

.indicator {
  width: 12px;
  height: 12px;
  background-color: #333;
  border-radius: 50%;
  cursor: pointer;
}

.indicator.active {
  background-color: #4caf50;
}

/*------------------
  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: 90px;
  }
  .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: 130px;
  }
  .main-menu {
    margin-right: 25px;
  }
  .main-menu ul li a {
    margin-left: 15px;
  }
  .user-panel {
    padding: 8px 15px;
  }
  .hero-slider .hs-text h2 {
    font-size: 50px;
  }
  .hero-slider .owl-dots {
    max-width: 690px;
  }
  .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;
  }
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
  .header-section {
    overflow: visible;
    padding: 23px 0;
  }
  .header-section .container {
    position: relative;
  }
  .site-logo {
    float: none;
    padding-top: 0;
  }
  .main-menu {
    display: none;
    position: absolute;
    top: calc(100% + 24px);
    left: 0;
    width: 100%;
    background: #000000;
    z-index: 999;
  }
  .main-menu ul li {
    display: block;
    border-bottom: 1px solid #000000;
  }
  .main-menu ul li a {
    margin-left: 0;
    color: #00ff7f;
    padding: 13px 16px;
    font-size: 14px;
  }
  .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;
  }
  .ln-title {
    padding-right: 30px;
  }
  .feature-item {
    margin-bottom: 30px;
  }
  .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;
  }
}

/* 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) {
  .hero-slider .hs-item {
    height: auto;
    padding: 150px 0;
  }
  .ln-title {
    display: none;
  }
  .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;
  }
}
/* ecommerce css------------------------------- */

.ecommerce-container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 80px 20px;
}

.product-heading {
  font-size: 2.5rem;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 700;
  background: linear-gradient(90deg, #4776e6, #00ff7f);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #1a1a1a;
  border-radius: 12px;
  padding: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  height: 100%;
  border: 1px solid #333;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 255, 127, 0.15);
  border-color: #00ff7f;
}

.badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #00ff7f;
  color: #000;
  padding: 6px 12px;
  font-size: 0.8rem;
  font-weight: bold;
  border-radius: 30px;
  z-index: 2;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.product-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  margin: 15px 0;
  transition: transform 0.5s ease;
}

.product-card:hover img {
  transform: scale(1.05);
}

.product-info {
  margin: 12px 0;
  flex-grow: 1;
}

.productName {
  font-size: 1.1rem;
  font-weight: 600;
  color: #f5f5f5;
  margin-bottom: 6px;
}

.products-price {
  font-size: 1.25rem;
  font-weight: 700;
  color: #00ff7f;
}

.product-buttons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
}

.cart-btn,
.buy-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 12px;
  border: none;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.cart-btn {
  background-color: #2a2a2a;
  color: #f5f5f5;
  border: 1px solid #444;
}

.buy-btn {
  background-color: #00ff7f;
  color: #000;
}

.cart-btn:hover {
  background-color: #333;
  border-color: #00ff7f;
}

.buy-btn:hover {
  background-color: #00e673;
}

.cart-btn i,
.buy-btn i {
  font-size: 14px;
}

.product-card .badge[innerHTML="Sold"] {
  background-color: #ff3a3a;
  color: white;
}

/* Large desktops and laptops */
@media screen and (max-width: 1200px) {
  .products {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Tablets and small desktops */
@media screen and (max-width: 992px) {
  .products {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .product-heading {
    font-size: 32px;
  }
}

/* Large phones and small tablets */
@media screen and (max-width: 768px) {
  .products {
    gap: 15px;
  }

  .product-card {
    padding: 12px;
  }

  .product-card img {
    height: 280px;
  }
}

/* Mobile phones */
@media screen and (max-width: 576px) {
  .products {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .product-card img {
    height: 280px;
  }
  .product-heading {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .product-card {
    max-width: 100%;
  }

  .product-buttons {
    flex-direction: column;
  }

  .cart-btn,
  .buy-btn {
    width: 100%;
    padding: 10px;
  }
}

/* codm-------------- */
.gamers-container {
  max-width: 1350px;
  margin: 40px auto;
  padding: 80px 20px;
  box-sizing: border-box;
}

.game-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.game-button {
  background-color: #252525;
  color: white;
  border: none;
  padding: 14px 28px;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.game-button:hover {
  background-color: #333;
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.game-button.active {
  background-color: #00ff7f;
  color: #121212;
  box-shadow: 0 4px 10px rgba(0, 255, 127, 0.3);
}

.product-line {
  font-size: 2.8rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.ending {
  color: #00ff7f;
}

.game-products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
  justify-items: center;
}

.game-product-card {
  background-color: #1c1c1c;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border-radius: 5px;
  text-align: center;
  height: auto;
  width: 100%;
  max-width: 300px;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
}

.game-product-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.game-product-card:hover {
  transform: translateY(-8px);
  box-shadow: rgba(0, 255, 127, 0.1) 0px 14px 28px,
    rgba(0, 255, 127, 0.1) 0px 10px 10px;
}

.product-name {
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 12px;
  padding: 0 10px;
  color: white;
}

.product-price {
  margin: 8px 0;
  color: #00ff7f;
  font-size: 1rem;
  padding: 0 10px;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 10px 0 15px 0;
}

.social-icons a {
  color: #ffffff;
  font-size: 1.1rem;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #00ff7f;
}

.game-section {
  display: none;
  animation: fadeIn 0.5s ease-in-out;
}

.game-section.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 1200px) {
  .game-products {
    grid-template-columns: repeat(4, 1fr);
  }

  .game-product-card {
    max-width: 320px;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .game-products {
    grid-template-columns: repeat(3, 1fr);
  }

  .product-line {
    font-size: 2.4rem;
  }
}

@media (max-width: 767px) and (min-width: 576px) {
  .game-products {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .game-button {
    padding: 12px 20px;
    font-size: 0.95rem;
  }

  .product-line {
    font-size: 2rem;
  }
}

@media (max-width: 575px) {
  .game-products {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }

  .game-nav {
    gap: 10px;
    justify-content: center;
  }

  .game-button {
    padding: 10px 15px;
    font-size: 0.9rem;
  }

  .product-line {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .game-product-card {
    max-width: 100%;
  }

  .gamers-container {
    padding: 15px;
  }
}

/* contact form section */
.contactform-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px;
  height: 100vh;
  background: url("../img/contactbg.webp") no-repeat center center/cover;
  position: relative;
}

/* Logo Image in place of h2 */
.s8ul-logo {
  width: 80px; 
  height: auto;
  margin-bottom: 15px;
}

.content {
  max-width: 50%;
  color: white;
}

.content h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 10px;
  color: white;
}
.content h2 {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  color: white;
  text-align: justify;
  line-height: 1.6;
}


.learn-btn {
  margin-top: 20px;
  padding: 10px 20px;
  border: none;
  background-color: white;
  color: black;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
}

.learn-btn:hover {
  background-color: #ddd;
}

/* Contact Form */
.contact-form {
  width: 35%;
  height: auto;
  background: rgba(109, 109, 109, 0.1);
  backdrop-filter: blur(40px);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  color: white;
}

.contact-form h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: white;
}

.contact-form p {
  font-size: 14px;
  margin-bottom: 20px;
  color: white;
}

.form-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

input,
textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
  outline: none;
  font-size: 14px;
  border: 1px solid white;
  background-color: transparent;
  color: white;
}

.form-inputs {
  flex: 1;
  min-width: 120px;
}

textarea {
  height: 100px;
  resize: none;
  color: white;
  margin-top: 10px;
  margin-bottom: 20px;
}

input::placeholder,
textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.submit-btn {
  width: 100%;
  padding: 12px;
  background-color: white;
  color: black;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
}

.submit-btn:hover {
  background-color: #ddd;
}


@media screen and (max-width: 1200px) {
  .contactform-section {
    padding: 60px;
  }

  .content h1 {
    font-size: 36px;
  }
}

@media screen and (max-width: 992px) {
  .contactform-section {
    padding: 40px;
  }

  .content {
    max-width: 45%;
  }

  .contact-form {
    width: 45%;
  }

  .content h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .contactform-section {
    flex-direction: column;
    height: auto;
    padding: 40px 20px;
  }

  .content {
    max-width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .s8ul-logo {
    margin: 0 auto 15px;
    display: block;
  }

  .contact-form {
    width: 100%;
    max-width: 500px;
  }
}

@media screen and (max-width: 480px) {
  .contactform-section {
    padding: 30px 15px;
  }

  .form-group {
    flex-direction: column;
    gap: 0;
  }

  .form-inputs {
    flex: none;
    width: 100%;
  }

  .content h1 {
    font-size: 28px;
  }
}

/* footer---------------------------------- */
.footer-section {
  background: #0b0b0b;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #00ff7f;
  font-size: 20px;
  float: left;
  margin-top: 8px;
  justify-content: space-evenly;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 20px;
}
.footer-logo img {
  width: 80px;
  height: 100px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 15px;
  color: #7e7e7e;
  line-height: 28px;
}
.footer-text .mail {
  margin-bottom: 14px;
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;

}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg {
  background: #3b5998;
}
.twitter-bg {
  background: #55acee;
}
.google-bg {
  background: #dd4b39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  align-items: center;
  text-align: center;
}

.footer-widget ul li {
  align-items: center;
text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover {
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #fff;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #00ff7f;
  padding: 13px 20px;
  border: 1px solid #00ff7f;
  top: 0;
}
.subscribe-form button i {
  color: #000000;
  font-size: 12px;
  transform: rotate(-6deg);
}
.copyright-area {
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a {
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a {
  color: #00ff7f;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

/* media -------------------------- */

.media-section-header {
  padding-top: 80px;
  text-align: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

/* .media-section-header h1 {
  font-size: 30px;
  font-weight: 700;
  color: #333;
  font-size: 2.5rem;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
  background: linear-gradient(90deg, #4776e6, #00ff7f);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
} */
 .media-section-header h1 {
  font-size: 30px;
  font-weight: 700;
  color:#00ff7f;
  font-size: 2.5rem;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
} 
.media-section-header p {
  font-size: 16px;
  color: #b0b0b0;
  max-width: 800px;
  margin: 0 auto;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .media-section-header h1 {
    font-size: 28px;
  }

  .media-section-header p {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .media-section-header {
    padding: 20px 0 5px;
  }

  .media-section-header h1 {
    font-size: 24px;
  }
}

.media-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.media-card {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  transition: transform 0.3s ease-in-out;
  border-radius: 0;
  overflow: hidden;
}

.overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(15, 15, 15, 0.8);
  color: white;
  padding: 15px;
  transition: all 0.3s ease-in-out;
  height: 130px;
  overflow: hidden;
}

.tag {
  background: #00ff7f;
  color: black;
  padding: 5px 10px;
  border-radius: 1px;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}

h2 {
  font-size: 18px;
  margin: 10px 0;
  color: white;
}

.date {
  font-size: 14px;
  display: block;
  margin: 5px 0;
  opacity: 0.8;
}

.media-description {
  margin: 10px 0 0;
  font-size: 14px;
  transition: opacity 0.3s ease-in-out;
  color: silver;
}

.media-card:hover .overlay {
  height: 200px;
}

.media-card:hover .description {
  opacity: 1;
}

/* Tablet Screens (600px - 900px) */
@media screen and (min-width: 600px) {
  .media-card {
    width: 50%;
    height: 250px;
  }

  h2 {
    font-size: 16px;
  }

  .tag {
    font-size: 11px;
  }

  .description {
    font-size: 11px;
  }
}

/* Laptop Screens (900px and above) */
@media screen and (min-width: 900px) {
  .media-card {
    width: 33.333%;
    height: 300px;
  }

  h2 {
    font-size: 18px;
  }

  .overlay {
    width: 100%;
  }

  .tag {
    font-size: 12px;
  }

  .description {
    font-size: 12px;
  }
}

/* Large Screens (1200px and above) */
@media screen and (min-width: 1200px) {
  .media-section {
    padding: 40px;
  }

  .media-card {
    height: 350px;
  }

  h2 {
    font-size: 20px;
  }
}

/* Extra Small Screens (under 480px) */
@media screen and (max-width: 480px) {
  .media-section {
    padding: 10px;
  }

  .media-card {
    height: 300px;
  }

  h2 {
    font-size: 16px;
  }

  .tag {
    font-size: 10px;
    padding: 3px 8px;
  }

  .date {
    font-size: 12px;
  }

  .description {
    font-size: 11px;
  }

  .overlay {
    padding: 10px;
    height: 110px;
  }

}
