* {
      box-sizing: border-box;
    }


/*Scoreboard FOnt*/
.audiowide-regular {
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.pinscoretab{
	font-size: 24px!important;
	
	
}

.score {
  font-family: 'Digital-7', monospace;
  font-size: 32px;
  color: #E1981F;
}



    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;
	color:black;
	
	
}

.yourscore{
	
		margin: 0 0 0 8%;
	}

    .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("/images/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;
  
}

.playercard{
	position: relative;
    overflow: visible;
}

.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(6, 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, #registernow{
	
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, #registernow:HOVER{
	color:white;
	background-color: greenyellow;
}

.wrap { max-width: 50%;  height: auto; overflow: auto }

.register-section{height: auto!important; } 

.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;
}

.avatarmeet{
	  vertical-align: middle;
  width: 100px!important;
  height: 100px!important;
  border-radius: 50%!important;
	margin-left:5px;
	
	position:absolute;
    top:12px;
    right:12px;
    
}

.newsmainthumb{
	width:33%; border-radius:8px;
	float: right;
	
}

.machinemainthumb{
	width:33%; border-radius:8px;
	max-width: 250px;
	float: right;
	margin-left: 30px;
	
}

.newstext{
	font-size: 18px;
}

.prodholder{
	width:100%;
}

.manufactured{
    display: block;
    float: left;
    
	width: auto;
    border-width: 2px;
    border-color: rgba(255,255,255,1.00);
    font-size: 24pt;
	color: white;
	margin-right: 20px;
}

.manufactured img{
	margin-right: 20px;
	margin-bottom: -10px;
}

.production{
	display: block;  width: auto;
	float: left;
	border-width: 2px;
    border-color: rgba(255,255,255,1.00);
    font-size: 24pt;
	color: white;
	margin-right: 20px;
}

.production img{
	margin-right: 20px;
	margin-bottom: -10px;
}

.no-entry{
	cursor: not-allowed;
}

.remove-top-margin{
	padding-top: 0px!important;
}

.maxwidth{
	width:100%!important;
}

.standardlink{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.standardlink:hover{
	color: white;
	font-weight: bold;
	text-decoration: underline;
	
	/*grid for results*/
	}
	    .gridresults {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
      gap: 2rem;
      align-items: center;
    }

 .gridresults div {
  background: #1a1a1a;
  border: 1px solid #FF1515;
  border-radius: 10px;
  padding: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

 .gridresults div:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 10px #FF1515;
}


	.admintable{
		
		width: 100%;
		font-size: 24px;
		
	}
	.admintable .pos{
		
		width: 30px;
		text-align: center;
	}
	
	.admintable .score{
		
		text-align: right;
		padding-right: 10px;
	}
	
.admintable .smallerscore{
	font-size:24px!important;
}

.admintable tr:nth-child(odd) {background-color: #FF1515;}
	
		.admin-holder-scoreboard {
  
  border: 1px solid #FF1515;
  border-radius: 10px;
  padding: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
	width: 800px;
	display: block; float:left;
	margin-right: 20px;
	height: 700px;
}

td.scoreimage{
         vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
}


	/* Overlay background */
#imgOverlay {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.8);
  text-align: center;
  overflow: auto;
}
/* Centered image */
#overlayImg {
  margin-top: 5%;
  max-width: 90%;
  max-height: 85%;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(255,255,255,0.4);
}
/* Close button */
#closeOverlay {
  position: absolute;
  top: 20px; right: 35px;
  color: white;
  font-size: 50px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}

.machines-profile{
  position: fixed;
  z-index: 1000;
}
.popup-overlay{
  position: fixed;
  z-index: 999;
}

.popup-overlay{
  display:none; position:fixed; inset:0;
  background:rgba(0,0,0,.6); z-index:999;
}

.machines-profile{
  display:none; position:fixed; top:10%; left:25%;
    background:#fff; width:70%; max-width:900px; max-height:85vh;
  overflow:auto; padding:20px; border-radius:12px;
  box-shadow:0 25px 60px rgba(0,0,0,.35);
  z-index:1000;
}



.popup-close{
  position:absolute; top:10px; right:14px;
  font-size:26px; cursor:pointer; line-height:1;
}

.valigtop{display: grid!important;
	align-items: start!important}

    @media (max-width: 768px) {
      .hero {
        flex-direction: column;
        text-align: center;
      }

      .hero-img {
        margin-top: 2rem;
      }
		
		.title-mobile{
			font-size:20px!important;
			margin-bottom: 3px!important;
		}
    }
/*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;
	}
	
	
	
    }
    
    
    /*Score edit*/
    
    .edit-score-link{
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
}

.edit-score-link:hover{
    opacity: 0.8;
}

.score-modal{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.75);
    z-index: 9999;
}

.score-modal-box{
    width: 420px;
    max-width: 92%;
    background: #fff;
    color: #111;
    margin: 8vh auto;
    padding: 24px;
    border-radius: 12px;
    position: relative;
}

.score-modal-close{
    position: absolute;
    top: 10px;
    right: 14px;
    font-size: 28px;
    cursor: pointer;
}

.btn-glow-red{
    display:inline-block;
    padding:10px 16px;
    border:none;
    border-radius:8px;
    background:#c62828;
    color:#fff;
    cursor:pointer;
}