* {
      box-sizing: border-box;
    }


/*Scoreboard FOnt*/
.audiowide-regular {
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.pinscoretab{
	font-size: 24px!important;
	
	
}


    body {
      margin: 0;
      font-family: 'Space Grotesk', sans-serif;
      background: #111111;
      color: #FFFFFF;
      padding-top: 80px;
    }

    header {
      background: #111111;
      padding: 1rem 2rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 2px solid #FF1515;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1000;
    }

    header img.logo {
      height: 60px;
    }

    nav a {
      color: #ccc;
      margin-left: 1.5rem;
      text-decoration: none;
      transition: color 0.3s;
    }

    nav a:hover {
      color: #FF1515;
    }

#burgermenu{
	display: none;
}


    .header-logo {width: 200px;}

    .hero-carousel {
      width: 100%;
      height: 100vh;
      position: relative;
    }

    .hero-carousel .swiper-slide {
      background-size: cover;
      background-position: center;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100vh;
      color: #FFFFFF;
      text-shadow: 0 0 10px #000;
      background-attachment: fixed;
    }

    .hero-carousel h1 {
      font-size: 4rem;
      font-family: 'Orbitron', sans-serif;
      background: rgb(0 0 0 / 85%);
      padding: 1rem 2rem;
      border-radius: 10px;
    }

    .swiper-button-next,
    .swiper-button-prev {
      color: #FF1515;
    }

    .hero {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      padding: 4rem 2rem;
      background: radial-gradient(circle at center, #111111 0%, #000 100%);
      background-color: #111111;
background-image: url("/images/cubes.png");
background-attachment: fixed;
    }

.leagueaug{
	
	padding-bottom: 0 !important;
}

    .hero-content {
      max-width: 90%;
    }

    .hero h1 {
      font-size: 3rem;
      font-family: 'Orbitron', sans-serif;
		padding-bottom: 0 !important;
		margin-bottom: 0!important;
    }

    .hero h1 span {
      color: #FF1515;
    }

.compgreen{
    background-color: #22FD00!important;
}

    .btn-glow {
      display: inline-block;
      margin-top: 1rem;
      padding: 0.75rem 1.5rem;
      background: #FF1515;
      color: #FFFFFF;
      font-weight: bold;
      border-radius: 5px;
      text-transform: uppercase;
      text-decoration: none;
      transition: background 0.3s;
    }

    .btn-glow:hover {
      background: #e01212;
    }

    .btn-glow-green {
    display: inline-block;
    margin-top: 0.5rem;
    padding: 0.25rem 0.75rem!important;
    background-color: #00A613!important;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.3s;
    font-size: 12px;
    border-color: black!important
}

    .btn-glow-yellow {
    display: inline-block;
    margin-top: 0.5rem;
    padding: 0.25rem 0.75rem!important;
    background-color: #A69F00!important;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.3s;
    font-size: 12px;
    border-color: black!important
}

 .btn-glow-blue {
    display: inline-block;
    margin-top: 0.5rem;
    padding: 0.25rem 0.75rem!important;
    background-color: #0C00A6!important;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.3s;
    font-size: 12px;
    border-color: black!important
}

    .btn-glow:hover {
      background: #e01212;
    }

.btn-widebutton{
	margin: 0 8%!important;
	width:80%!important;
	height: 100px!important;
	
	
}

.btn-addplayer{
	margin: 0 8%!important;
	width:10%!important;
	height: 50px!important;
	background-color: greenyellow!important;
	min-width: 200px;
	
	
}

    .hero-img {
      max-width: 500px;
      width: 100%;
      border-radius: 10px;
      box-shadow: 0 0 15px #FF1515;
    }

    .about {
      padding: 4rem 2rem;
      background: #111111;
            background-color: #111111;
background-image: url("/images/cubes.png");
background-attachment: fixed;
    }

    .about .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 2rem;
      align-items: center;
    }

    .about h2 {
      font-family: 'Orbitron', sans-serif;
      font-size: 2rem;
      color: #FF1515;
    }

    .testimonials-section {
      background: linear-gradient(180deg, #111111, #1a1a1a);
      padding: 4rem 1rem;
            background-color: #111111;
background-image: url("/imagess/cubes.png");
background-attachment: fixed;
    }

    .testimonials-section h2 {
      text-align: center;
      color: #FF1515;
      font-family: 'Orbitron', sans-serif;
      font-size: 2rem;
      margin-bottom: 2rem;
    }

    .testimonial-slider {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 1rem;
	height:400px!important
    }

    .testimonial-card {
      background: #111111;
      border: 1px solid #FF1515;
      padding: 2rem;
      border-radius: 10px;
      text-align: center;
      transition: transform 0.3s ease;
      max-width: 100%;
      box-sizing: border-box;
		height:300px;
    }

    .testimonial-card:hover {
      transform: scale(1.03);
      box-shadow: 0 0 15px #FF1515;
    }

    .testimonial-img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      margin-bottom: 1rem;
    }

    .testimonial-card h4 {
      margin: 1rem 0 0.5rem;
    }

    .visit {
      padding: 4rem 2rem;
      background: #111111;
            background-color: #111111;
background-image: url("https://www.transparenttextures.com/patterns/ice-age.png");

    }

    .visit .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 2rem;
      align-items: center;
    }

    .btn-solid {
      display: inline-block;
      margin-top: 1rem;
      padding: 0.75rem 1.5rem;
      background: #FF1515;
      color: #FFFFFF;
      font-weight: bold;
      border-radius: 5px;
      text-transform: uppercase;
      text-decoration: none;
    }

    footer {

      background: #111111;


      color: #999;
      padding: 3rem 2rem;
      font-size: 0.9rem;
    }

    .footer .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 2rem;
    }

    .footer h3 {
      color: #FF1515;
      font-family: 'Orbitron', sans-serif;
    }

    .socials a {
      color: #FF1515;
      margin-right: 1rem;
      font-size: 1.5rem;
    }

    .text-center {
      text-align: center;
      margin-top: 2rem;
      color: #888;
    }

    .blog-section {
  padding: 4rem 2rem;
  background: #111111;
        background-color: #111111;
background-image: url("/images/cubes.png");
background-attachment: fixed;
}

.blog-section h2 {
  font-family: 'Orbitron', sans-serif;
  color: #FF1515;
  text-align: center;
  margin-bottom: 2rem;
}

.blog-section .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.blog-section .grid div {
  background: #1a1a1a;
  border: 1px solid #FF1515;
  border-radius: 10px;
  padding: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-section .grid div:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 10px #FF1515;
}

.blog-section img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.blog-section h3 {
  color: #FFFFFF;
  margin: 0.5rem 0;
  font-size: 1.25rem;
}

.blog-section p {
  color: #CCCCCC;
  font-size: 0.95rem;
}

.blog-post {
  background: #1a1a1a;
  padding: 1.5rem;
  border-radius: 10px;
  border: 1px solid #FF1515;
  transition: transform 0.3s ease;
}
.blog-post:hover {
  transform: scale(1.02);
  box-shadow: 0 0 10px #FF1515;
}
.blog-post h3 {
  margin-top: 1rem;
  color: #FFFFFF;
  font-family: 'Orbitron', sans-serif;
}
.blog-post p {
  color: #ccc;
  margin-bottom: 1rem;
}
.text-muted {
  font-size: 0.85rem;
  color: #888;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  display: flex;
}

.instagram-cta {
  background: linear-gradient(90deg, #111111, #1a1a1a);
  padding: 4rem 2rem;
  text-align: center;
  border-top: 2px solid #FF1515;
  border-bottom: 2px solid #FF1515;
        background-color: #111111;
background-image: url("https://www.transparenttextures.com/patterns/ice-age.png");

}

.instagram-cta .cta-content h2 {
  font-family: 'Orbitron', sans-serif;
  font-size: 2rem;
  color: #FF1515;
  margin-bottom: 0.5rem;
}

.instagram-cta .cta-content p {
  color: #CCCCCC;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}

.instagram-cta .btn-glow {
  font-size: 1rem;
  padding: 0.75rem 2rem;
}


.gallery-section {
      padding: 4rem 2rem;
      background-color: #111111;
            background-color: #111111;
background-image: url("/images/cubes.png");
background-attachment: fixed;
    }

    .gallery-section h2 {
      text-align: center;
      font-family: 'Orbitron', sans-serif;
      color: #FF1515;
      margin-bottom: 2rem;
    }

    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 1.5rem;
    }

    .gallery-grid a {
      display: block;
      border: 2px solid #FF1515;
      border-radius: 10px;
      overflow: hidden;
      transition: transform 0.3s ease;
    }

    .gallery-grid a:hover {
      transform: scale(1.05);
    }

    .gallery-grid img {
      width: 100%;
      height: auto;
      display: block;
    }

.machinename{
	font-size: 48px;
	margin-left: 5%;
	margin-top: 0%;
	mix-blend-mode: difference;
	
}

#takephotoimg{
	padding-left: 5%;
}

.login-btn{
	
	display: inline-block;
      margin-top: 1rem;
      padding: 0.75rem 1.5rem;
      background: #FF1515;
      color: #FFFFFF;
      font-weight: bold;
      border-radius: 5px;
      text-transform: uppercase;
      text-decoration: none;
      transition: background 0.3s;
	font-family: 'Orbitron', sans-serif;
}

.login-btn:HOVER{
	color:white;
	background-color: greenyellow;
}


#submitnow{
	
display: inline-block;
      margin-top: 1rem;
      padding: 0.75rem 1.5rem;
      background: #FF1515;
      color: #FFFFFF;
      font-weight: bold;
      border-radius: 5px;
      text-transform: uppercase;
      text-decoration: none;
      transition: background 0.3s;
	font-family: 'Orbitron', sans-serif;
	font-size: 22px;
	
	
	border: none;
	outline: inherit;
}

.submitnow:HOVER{
	color:white;
	background-color: greenyellow;
}

.contact-us{
	font-size: 28px;
	font-family: 'Orbitron', sans-serif;
	color:white;
	
}
.contact-us input, .contact-us select{
	
	border-radius: 5px;
      text-transform: uppercase;
      text-decoration: none;
	width: 90%;
	height: 38px;
	clear: both;
	display: block;
	margin-top: 15px;
	margin-top: 25px;
	
	
}

.contact-us textarea{
	border-radius: 5px;
      text-transform: uppercase;
      text-decoration: none;
	width: 90%;
	height: 150px;
	clear: both;
	display: block;
	margin-top: 15px;
	margin-top: 25px;
	
}

.emailholder{
	width:50%;
	display: block;
	float: left;overflow: auto;
}

	.mapholder{
		
		width:50%;
	display: block;
	float: left;overflow: auto;
		max-height: 600px;
	}

.messagepopup{
	
	background-color: #e8f5e9;      /* pastel green */
  border: 1px solid #66bb6a;      /* green border */
  color: #1b5e20;                 /* readable text on pastel bg */
  padding: 12px 16px;
  border-radius: 12px;            /* rounded edges */
  box-shadow: 0 2px 6px rgba(0,0,0,0.05); /* optional, soft depth */
	margin-bottom: 10px;
	margin-right: 40px;
}

.messagepopup--red {
  background-color: #fde8e8;   /* pastel red */
  border: 1px solid #e57373;   /* red border */
  color: #7f1d1d;              /* readable text on light red */
  padding: 12px 16px;
  border-radius: 12px;         /* rounded edges */
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
	margin-bottom: 10px;
	margin-right: 40px;
}

.avatar {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
	margin-left:5px;
}

.newsmainthumb{
	width:33%; border-radius:8px;
	float: right;
	
}

.machinemainthumb{
	width:33%; border-radius:8px;
	max-width: 250px;
	float: right;
	
}

.newstext{
	font-size: 18px;
}


    @media (max-width: 768px) {
      .hero {
        flex-direction: column;
        text-align: center;
      }

      .hero-img {
        margin-top: 2rem;
      }
    }
/*Mobile Phone overide*/
@media (max-width: 431px) {
	nav{
		display: none;
		position: fixed;
		top:50px;
		right: 0px;
		width: 40%;
		min-width: 200px;
	}
	
	nav a{
		display: block;
		width: 100%;
		font-size: 24px;
		background-color: black;
		padding: 0 0 10px 10px;
	}
	
	#burgermenu{
		position: fixed;
		top:10px;
		right:10px;
		z-index: 9999999;
		
		display: block;
	}
	
	#burgermenu img{width: 40px; height: 40px;}
	
	.hero-carousel{display: none!important;}
	
	.emailholder{
	width:100%;
	display: block;
	float: left;
		clear: both;
		overflow: auto;
}
	.mapholder{
		
				width:100%;
	display: block;
	float: left;overflow: auto;
		max-height: 600px;
	}
	}
	.contact-us{
	font-size: 28px;
	font-family: 'Orbitron', sans-serif;
	color:white;
		height: 350px;
		display: block;
		clear: both;
	
}
	
	.hero-content h1{
		font-size: 22px;
		
	}
	
	.blog-section{
		margin-top: -50px;
	}
	
	
	
    }