@charset "utf-8";
@import url("eurostile_extended_2_bold/font.css");
/* CSS Document */

body{
	margin: 0px;
	overflow: visible;
	overflow-x: hidden;
}
.navbar {
    position: flex;
    top: 0;
    width: 100vw;
    height: 60px;
    z-index: 1000;
    transition: all 0.4s ease; /* Smooth transition for transparency change */
    background-color: transparent; /* Initial state */
    padding-top: 0px;
    padding-bottom: 10px;
  	display: grid;
  	justify-items: center; /* Centers horizontally */
}

/* Class to be added on scroll */
.navbar {
    position: sticky;
    top: 0;
    overflow: hidden;
}

.navbar.scrolled {

	/* Translucent white background using RGBA */
  /*background-color: rgba(255, 255, 255, 0.25);*/ /* 100% opacity */
	    /* Transparency and Blur */
	
/* 2. Apply the blur effect to the background area */
    background-color: rgba(255, 255, 255, 0.25); /* Semi-transparent white */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* For older browser support */
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37)
}

/* Navbar links */
.navbar a {
    float: left;
    display: block;
    color: #FFFFFF;
    text-align: center;
    /*padding-top: 10px;*/
    text-shadow: 2px 2px 2px rgba(0,0,0,1.00);
    font-family: "eurostile extended 2 bold";
    font-size: large;
    text-decoration: none;
}

.nav a:hover {
    color: #c30000;
}

.nav{
	display: flex;
/*	width: 80vw;*/
	justify-content: space-evenly;
	/*border: 1px solid blue;*/ /* For visibility */
    text-align: center;
	padding-left: 0px;
	padding-right: 0px;

}

.nav ul {
  list-style-type: none; /* Removes default bullet points */
  margin: 0px;
  padding-right: 10px;
	padding-left: 10px;
  display: flex; /* Aligns items horizontally */
	align-items: center;
}

/* Add a margin to the right of each list item */
.nav li {
  margin: 6px; /* Adjust the value as needed */
	align-items: top;
}

/* Alternatively, add padding to the links to increase clickable area */
.nav a {
  padding-top: 10px;
	justify-content: space-around;
  padding-right: 10px; /* Adds space around the link text */
	padding-left: 10px;
  text-decoration: none; /* Removes default link underline */
}

.storeButton{
    -webkit-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,1.00));
    filter: drop-shadow( 2px 2px 2px rgba(0,0,0,1.00));
}

/*.content {
    top: 0px;
    height: auto;
    border-style: none;
    width: 100vw;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: static;
    margin-top: -100px;
}*/
.hero {
	width: 100vw;
	height: 100vh;

}
.heroImage{
    width: 100vw;
    height: auto; /*this is the problem of the gap between the hero and the following divs; changed tp "auto"*/
    margin-top: -100px;
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.90);
    box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.90);
}

.container {
  display: flex;         /* Activates Flexbox on the container */
  Width: 80%;
  justify-content: space-around; /* Distributes space evenly between sections */
  align-items: top;   /* Centers sections vertically (optional) */
  height: 600px;         /* Sets a height for visualization */
  margin: 0 auto;
	padding: 10px;
  border: medium solid red;

  margin-top: 30px;
}

.threeSection {
    flex: 1;               /* Allows each section to grow and take equal available space */
    height: auto;
    padding: 20px;
    text-align: center;
    background-color: #f0f0f0;
    margin: 10px;           /* Adds a small gap between sections */
    border: medium solid orange;
    -webkit-box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.90);
    box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.90);
}
.twoSection {
    flex: 1;               /* Allows each section to grow and take equal available space */
    height: auto;
    padding: 20px;
    text-align: center;
    background-color: #f0f0f0;
    margin: 10px;           /* Adds a small gap between sections */
    border: medium solid green;
    -webkit-box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.90);
    box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.90);
}
.oneSection {
    flex: 1;               /* Allows each section to grow and take equal available space */
    height: auto;
    padding: 10px;
    text-align: center;
    background-color: #f0f0f0;
    margin: 10px;           /* Adds a small gap between sections */
    border: medium solid teal;
    -webkit-box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.90);
    box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.90);
}
.sectionContent{
	
	
	
}

.oneSection img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	
	
}




.logo{
    padding-top: 10px;
    margin-top: -17px;
    -webkit-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,1.00));
    filter: drop-shadow( 2px 2px 2px rgba(0,0,0,1.00));
}


body {
  margin: 0;
}
.footer{
    height: 100px;
    margin-top: 60px;
    background-color: #3f3f3f;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.footerContainer {
    display: flex;         /* Activates Flexbox on the container */
    Width: 100%;
/*    justify-content: space-around;*/ /* Distributes space evenly between sections */
/*    align-items: bottom;*/   /* Centers sections vertically (optional) */
/*    height: 200px;*/         /* Sets a height for visualization */
    margin: 0px auto;
/*    border: medium solid red;*/

}
.footerSections {
    flex: 1;               /* Allows each section to grow and take equal available space */
    height: auto;
/*    text-align: center;*/
/*    margin: 10px;*/           /* Adds a small gap between sections */
    border: medium solid green;
}

.footerLogo{
    margin-top: 40px;	
	margin-right: 20px;
	
}

.rollover-button-Email {
    display: block; /* Make the link a block element so width/height can be set */
    margin-top: 40px;
    padding: 0px;
	margin-right: 8px;
    width: 40px;   /* Set the width of your first image */
    height: 40px;   /* Set the height of your first image */
    background-image: url(../images/SVG/EmailOff.svg); /* The initial image *//*  text-indent: -9999px;*/ /* Hide the "Home" text visually but keep it for screen readers */
    float: left;
	cursor: pointer;
}
.rollover-button-Email:hover {
  background-image: url('../images/SVG/EmailOn.svg'); /* The image to show on hover */
  transition: 0.5s ease;
}

.rollover-button-Facebook {
    display: block; /* Make the link a block element so width/height can be set */
    margin-top: 40px;
    padding: 0px;
	margin-right: 8px;
    width: 40px;   /* Set the width of your first image */
    height: 40px;   /* Set the height of your first image */
    background-image: url(../images/SVG/FacebookOff.svg); /* The initial image *//*  text-indent: -9999px;*/ /* Hide the "Home" text visually but keep it for screen readers */
    float: left;
	cursor: pointer;
}
.rollover-button-Facebook:hover {
  background-image: url('../images/SVG/FacebookOn.svg'); /* The image to show on hover */
  transition: 0.5s ease;
}

.rollover-button-Instagram {
    display: block; /* Make the link a block element so width/height can be set */
    margin-top: 40px;
    padding: 0px;
	margin-right: 8px;
    width: 40px;   /* Set the width of your first image */
    height: 40px;   /* Set the height of your first image */
    background-image: url("../images/SVG/InstagramOff.svg"); /* The initial image *//*  text-indent: -9999px;*/ /* Hide the "Home" text visually but keep it for screen readers */
    float: left;
	cursor: pointer;
}
.rollover-button-Instagram:hover {
  background-image: url('../images/SVG/InstagramOn.svg'); /* The image to show on hover */
  transition: 0.5s ease;
}

.rollover-button-Twitter {
    display: block; /* Make the link a block element so width/height can be set */
    margin-top: 40px;
    padding: 0px;
	margin-right: 8px;
    width: 40px;   /* Set the width of your first image */
    height: 40px;   /* Set the height of your first image */
    background-image: url("../images/SVG/TwitterOff.svg"); /* The initial image *//*  text-indent: -9999px;*/ /* Hide the "Home" text visually but keep it for screen readers */
    float: left;
	cursor: pointer;
}
.rollover-button-Twitter:hover {
  background-image: url('../images/SVG/TwitterOn.svg'); /* The image to show on hover */
  transition: 0.5s ease;
}

.rollover-button-DeviantArt {
    display: block; /* Make the link a block element so width/height can be set */
    margin-top: 40px;
    padding: 0px;
	margin-right: 8px;
    width: 40px;   /* Set the width of your first image */
    height: 40px;   /* Set the height of your first image */
    background-image: url("../images/SVG/DeviantArtOff.svg"); /* The initial image *//*  text-indent: -9999px;*/ /* Hide the "Home" text visually but keep it for screen readers */
    float: left;
	cursor: pointer;
}
.rollover-button-DeviantArt:hover {
  background-image: url('../images/SVG/DeviantArtOn.svg'); /* The image to show on hover */
  transition: 0.5s ease;
}

.rollover-button-TikTok {
    display: block; /* Make the link a block element so width/height can be set */
    margin-top: 40px;
    padding: 0px;
	margin-right: 8px;
    width: 40px;   /* Set the width of your first image */
    height: 40px;   /* Set the height of your first image */
    background-image: url("../images/SVG/TikTokOff.svg")
		; /* The initial image *//*  text-indent: -9999px;*/ /* Hide the "Home" text visually but keep it for screen readers */
    float: left;
	cursor: pointer;
}
.rollover-button-TikTok:hover {
  background-image: url('../images/SVG/TikTokOn.svg'); /* The image to show on hover */
  transition: 0.5s ease;
}

.rollover-button-YouTube {
    display: block; /* Make the link a block element so width/height can be set */
    margin-top: 40px;
    padding: 0px;
	margin-right: 8px;
    width: 40px;   /* Set the width of your first image */
    height: 40px;   /* Set the height of your first image */
    background-image: url("../images/SVG/YouTubeOff.svg"); /* The initial image *//*  text-indent: -9999px;*/ /* Hide the "Home" text visually but keep it for screen readers */
    float: left;
	cursor: pointer;
}
.rollover-button-YouTube:hover {
  background-image: url('../images/SVG/YouTubeOn.svg'); /* The image to show on hover */
  transition: 0.5s ease;
}

.rollover-button-Twitch {
    display: block; /* Make the link a block element so width/height can be set */
    margin-top: 40px;
    padding: 0px;
	margin-right: 8px;
    width: 40px;   /* Set the width of your first image */
    height: 40px;   /* Set the height of your first image */
    background-image: url("../images/SVG/TwitchOff.svg"); /* The initial image *//*  text-indent: -9999px;*/ /* Hide the "Home" text visually but keep it for screen readers */
    float: left;
	cursor: pointer;
}
.rollover-button-Twitch:hover {
  background-image: url('../images/SVG/TwitchOn.svg'); /* The image to show on hover */
  transition: 0.5s ease;
}

.rollover-button-Discord {
    display: block; /* Make the link a block element so width/height can be set */
    margin-top: 40px;
    padding: 0px;
	margin-right: 8px;
    width: 40px;   /* Set the width of your first image */
    height: 40px;   /* Set the height of your first image */
    background-image: url("../images/SVG/DiscordOff.svg"); /* The initial image *//*  text-indent: -9999px;*/ /* Hide the "Home" text visually but keep it for screen readers */
    float: left;
	cursor: pointer;
}
.rollover-button-Discord:hover {
  background-image: url('../images/SVG/DiscordOn.svg'); /* The image to show on hover */
  transition: 0.5s ease;
}

.rollover-button-Pinterest {
    display: block; /* Make the link a block element so width/height can be set */
    margin-top: 40px;
    padding: 0px;
	margin-right: 8px;
    width: 40px;   /* Set the width of your first image */
    height: 40px;   /* Set the height of your first image */
    background-image: url("../images/SVG/PinterestOff.svg"); /* The initial image *//*  text-indent: -9999px;*/ /* Hide the "Home" text visually but keep it for screen readers */
    float: left;
	cursor: pointer;
}
.rollover-button-Pinterest:hover {
  background-image: url('../images/SVG/PinterestOn.svg'); /* The image to show on hover */
  transition: 0.5s ease;
}

.rollover-button-Patreon {
    display: block; /* Make the link a block element so width/height can be set */
    margin-top: 40px;
    padding: 0px;
	margin-right: 8px;
    width: 40px;   /* Set the width of your first image */
    height: 40px;   /* Set the height of your first image */
    background-image: url("../images/SVG/PatreonOff.svg"); /* The initial image *//*  text-indent: -9999px;*/ /* Hide the "Home" text visually but keep it for screen readers */
    float: left;
	cursor: pointer;
}
.rollover-button-Patreon:hover {
  background-image: url('../images/SVG/PatreonOn.svg'); /* The image to show on hover */
  transition: 0.5s ease;
}

.rollover-button-Kickstarter {
    display: block; /* Make the link a block element so width/height can be set */
    margin-top: 40px;
    padding: 0px;
	margin-right: 8px;
    width: 40px;   /* Set the width of your first image */
    height: 40px;   /* Set the height of your first image */
    background-image: url("../images/SVG/KickstarterOff.svg"); /* The initial image *//*  text-indent: -9999px;*/ /* Hide the "Home" text visually but keep it for screen readers */
    float: left;
	cursor: pointer;
}
.rollover-button-Kickstarter:hover {
  background-image: url('../images/SVG/KickstarterOn.svg'); /* The image to show on hover */
  transition: 0.5s ease;
}


* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    .hero-carousel {
    position: relative;
    height: 600px;
    width: 100%;
    overflow: hidden;
    font-family: "eurostile extended 2 bold";
    margin-top: -100px;
    }

    /* Slides container */
    .slides {
      display: flex;
      width: 400%;                /* 4 slides × 100% */
      height: 100%;
      animation: slide 24s infinite;
    }

    .slide {
      width: 25%;                 /* 100% / 4 slides */
      height: 100%;
      background-size: cover;
      background-position: center;
      position: relative;
      flex-shrink: 0;
    }

    /* Overlay on every slide */
    .overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.15) 0%,
        rgba(0, 0, 0, 0.65) 100%
      );
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: white;
      text-align: center;
      padding: 0 5%;
    }

    .overlay h1 {
    font-size: clamp(3rem, 8vw, 5rem);
    font-weight: 300;
    margin-bottom: 1rem;
    text-shadow: 0 4px 12px rgba(0,0,0,0.7);
    letter-spacing: -1px;
    }

    .overlay p {
      font-size: clamp(1.25rem, 4vw, 2rem);
      max-width: 800px;
      font-weight: 300;
      text-shadow: 0 2px 8px rgba(0,0,0,0.6);
      line-height: 1.4;
    }

    /* Background images */
    .slide-1 {
    background-image: url(../images/imgCarousel/Image02.jpg);
    background-position: center top;
}
    .slide-2 {
    background-image: url(../images/imgCarousel/Image02.jpg);
    background-position: center top;
}
    .slide-3 {
    background-image: url(../images/imgCarousel/Image03.jpg);
background-position: center top;
}
    .slide-4 {
    background-image: url(../images/imgCarousel/Image04.jpg);
 background-position: center top;
}

    /* Animation */
    @keyframes slide {
      0%    { transform: translateX(0); }
      20%   { transform: translateX(0); }
      
      25%   { transform: translateX(-25%); }
      45%   { transform: translateX(-25%); }
      
      50%   { transform: translateX(-50%); }
      70%   { transform: translateX(-50%); }
      
      75%   { transform: translateX(-75%); }
      95%   { transform: translateX(-75%); }
      
      100%  { transform: translateX(0); }
    }

    /* Optional: Make it pause on hover */
    .hero-carousel:hover .slides {
      animation-play-state: paused;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .overlay h1 {
        font-size: clamp(2.5rem, 10vw, 4.5rem);
      }
      .overlay p {
        font-size: clamp(1.1rem, 3.5vw, 1.5rem);
      }
    }

#heroLogo{
    width: 60vw;
    -webkit-filter: drop-shadow( 4px 4px 4px rgba(0,0,0,1.00));
    filter: drop-shadow( 4px 4px 4px rgba(0,0,0,1.00));
}

.cta-red-gradient {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 2.2rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    background-image: -webkit-linear-gradient(270deg,rgba(95,166,255,1.00) 0%,rgba(3,35,136,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(95,166,255,1.00) 0%,rgba(3,35,136,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(95,166,255,1.00) 0%,rgba(3,35,136,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(95,166,255,1.00) 0%,rgba(3,35,136,1.00) 100%);
    -webkit-filter: drop-shadow( 4px 4px 4px rgba(0,0,0,1.00));
    filter: drop-shadow( 2px 2px 2px rgba(0,0,0,1.00));
    margin-top: 40px;
  }

  .cta-red-gradient:hover {
    background-image: -webkit-linear-gradient(270deg,rgba(255,95,95,1.00) 0%,rgba(136,3,3,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,95,95,1.00) 0%,rgba(136,3,3,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,95,95,1.00) 0%,rgba(136,3,3,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,95,95,1.00) 0%,rgba(136,3,3,1.00) 100.00%);
  }