* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
  font-family: "Back Wild";
  src: url("../assets/Back\ Wild.woff2") format("woff2"),
       url("../assets/Back\ Wild.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Back Wild Swash";
  src: url("../assets/Back\ Wild\ -\ Swash.woff2") format("woff2"),
       url("../assets/Back\ Wild\ -\ Swash.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Achiko";
  src: url(/assets/Achiko.woff2) format("woff2"),
       url(/assets/Achiko.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DirtyStains";
  src: url(/assets/DirtyStains.ttf) format("truetype");
}

@font-face {
  font-family: "Markline";
  src: url(/assets/Markline.ttf) format("truetype");
}

@font-face {
  font-family: "RusticAge";
  src: url(/assets/RusticAge.ttf) format("truetype");
}

@font-face {
  font-family: "Chalk Board";
  src: url(/assets/Chalk\ Board.ttf) format("truetype");
}


/* :root {
  --hero-bg-image: url(/assets/4k-time-lapse-timelapse-view-blue-cloudy-rainy-sky-2023-11-27-05-36-41-utc.jpg);
  --global-bg-image: url(/assets/4k-time-lapse-timelapse-view-blue-cloudy-rainy-sky-2023-11-27-05-36-41-utc.jpg);
} */

body, html {
  background-image: var(--global-bg-image);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background-color: #000000;
  color: #333;
}

.message-wip {
    background-color: #000000;
    color: #90000e;
    padding: 1px;
    text-align: center;
    font-size: .7rem;
    margin: 1px;
}

/* sidebar.css */

#sidebar {
  font-family: Markline, sans-serif;
  position: fixed;
  left: 5px;
  top: 10%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5); /* Transparent black */
  backdrop-filter: blur(5px); /* Smooth blur effect */
  padding: 0.5rem;
  border-radius: 10px;
  width: 60px; /* Small width */
  height: auto;
  display: flex;
  flex-direction: column;
  text-align: start;
  z-index: 100;
}

#sidebar nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#sidebar nav ul li {
  margin: 0.5rem 0;
}

#sidebar nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
  font-size: .8rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: background 0.3s;
}

#sidebar nav ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
  #sidebar {
      display: none;
  }
}



.hero {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: var(--hero-bg-image);
    background-color: black;
    color: white;
    position: relative;
} 

.hero h1 {
  font-family: "DirtyStains", sans-serif;
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: end;
}

.hero p {
  font-family: "Chalk Board", sans-serif;
  font-size: 2rem;
  opacity: 0.9;
  text-align: end;

}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 1.5rem;
    }

    .hero p {
        font-size: 1rem;
    }
}
/* 
DEMO VIDEO */

#demoreel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 1rem;
  background-size: 100%;
}

#demoreel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
  filter: saturate(.1);
  z-index: 1;
}

#demoreel h1, #demoreel video {
  position: relative;
  z-index: 2;
}

#demoreel h1 {
  font-family: "Chalk Board", sans-serif;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: bold;
  color: white;
  text-align: center;
  margin-bottom: 1rem;
}

#demoreel video {
  width: 100%;
  max-width: 900px; /* Adjust as needed */
  border-radius: 10px; /* Soft rounded corners */
  box-shadow: 0 8px 16px rgba(255, 255, 255, 0.1); /* Subtle glow */
  outline: none;
}

#demoreel video::-webkit-media-controls {
  filter: invert(1); /* Customizes video controls to match dark mode */
}

@media (max-width: 768px) {
  #demoreel {
      padding: 3rem 0.5rem;
  }

  #demoreel video {
      max-width: 100%;
  }
}


/* Services Section */
.services-section {
  background: #000000;
  color: white;
  text-align: center;
  padding: 80px 20px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  font-family: "Chalk Board", sans-serif;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: bold;
}

/* Grid Layout */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  justify-items: center;
}

/* Service Cards with TV Background */
.service-card {
  width: 250px; /* Adjust to fit the TV image */
  height: 200px; /* Adjust height based on your TV image */
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  filter: contrast(1.5) saturate(0);
  
}

/* Text inside the TV image */
.service-content {
  color: rgb(0, 0, 0);
  padding: 10px;
  border-radius: 5px;
  max-width: 80%;
  font-size: 0.9rem;
}

/* Service Titles */
.service-content h3 {
  font-family: "Chalk Board", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 5px;
}

/* Service Description */
.service-content p {
  color: #000000;
  font-size: 0.9rem;
}



/* temp service */
.servicestemp h1{
  font-family: "Chalk Board", sans-serif;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: bold;
  color: white;
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 0px;
  
}

.services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  padding: 40px;
  text-align: center;
}

.service {
  background: #3e3e3e;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
}

.service:hover {
  transform: translateY(-5px);
}

.service h3 {
  font-family: markline;
  font-size: 1.2rem;
  margin: 1px 0 10px;
  color: #ffffff;
}

.service p {
  font-size: 1rem;
  color: #ffffff;
}






  /* Clients Section */
.clients-section {
    background: #1a1a1a;
    color: white;
    text-align: center;
    padding: 80px 20px;
  }
  
  .clients-section .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .clients-section .section-title {
    font-size: 2.5rem;
    font-weight: bold;
  }
  
  .clients-section .section-subtitle {
    font-size: 1.2rem;
    color: #bbb;
    margin-top: 10px;
    margin-bottom: 40px;
  }
  
  /* Clients Grid */
  .clients-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
  
  .client-logo {
    max-width: 150px;
    opacity: 0.8;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  
  .client-logo:hover {
    opacity: 1;
    transform: scale(1.05);
  }
  
  /* Contact Form Container */
#contact {
  max-width: 600px;
  margin: 3rem auto;
  padding: 2rem;
  background: #111;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(255, 255, 255, 0.1);
}

/* Form Elements */
#contact label {
  font-size: 0.9rem;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  color: #ddd;
}

#contact input,
#contact textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  background: #222;
  border: 1px solid #444;
  color: white;
  border-radius: 5px;
  font-size: 1rem;
}

#contact input:focus,
#contact textarea:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.5);
}

/* Submit Button */
#contact button {
  width: 100%;
  background: #007bff;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  transition: background 0.3s ease-in-out;
}

#contact button:hover {
  background: #0056b3;
}

/* Responsive Design */
@media (max-width: 768px) {
  #contact {
      padding: 1.5rem;
  }
}


/* Footer Styles */
#footer {
  width: 100%;
  background: #111;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  font-size: 0.9rem;
  border-top: 1px solid #444;
}

.footer-content {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#footer nav {
  margin-top: 10px;
}

#footer nav a {
  color: #007bff;
  text-decoration: none;
  margin: 0 10px;
  transition: color 0.3s ease;
}

#footer nav a:hover {
  color:
