* {
  margin: 0px;
  padding: 0px;
}

body {
  min-height: 100vh;
  background-color: black;
  background-size: 100vw;
  background-repeat: no-repeat;
  background-position: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

/* Navigation */
nav {
  background-color: rgb(8, 8, 8);
  box-shadow: 3px 3px 5px rgba(228, 226, 226, 0.5);
}

nav ul {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: flex-end;

}

nav li {
  height: 70px;
}

nav a {
  height: 100%;
  padding: 0 10px;
  font-size: 18px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #f5f5fa;
}

nav a:hover {
  color: #fdfbfb;
  background-color: #5b7d9b;
}

nav li:first-child {
  margin-right: auto;
}




/* Hero Section */
.hero {
  text-align: center;
  padding: 200px 0;
  background-repeat: no-repeat;
  background-image: url(FrontRow2.jpeg);
  background-size: cover;
  background-position: center;
  background-color: rgb(50, 50, 50);

}

.hero,
p {
  color: #fdfbfb;
}

.hero-btn:hover {
  background-color: #0e602a;
}

/* Services Section */
.services {
  padding: 50px 0;
  color: #fdfbfb;
  border-top: 5px solid black;
  padding-left: 10px;
  padding-right: 10px;

}

.services,
h1 {
  width: 100%;
  text-align: center;
  font-size: 48px;
  margin-bottom: 20px;
  color: rgb(254, 252, 252);
  background-color: black;
  backdrop-filter: blur(20px);
  border: 3px solid black;
  box-shadow: 0 0 15px rgb(212, 244, 4);
}
.services,
h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  color: rgb(254, 252, 252);
  background-color: black;
  backdrop-filter: blur(20px);
  border: 3px solid black;
  box-shadow: 0 0 15px rgb(212, 244, 4);
}

.services,
h3 {
  text-align: center;
  font-size:12px;
  margin-bottom: 20px;
  color: rgb(250, 248, 248);
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  columns: auto;
}

.service-item {
  text-align: center;
  display: block;
  padding: 10px;
  width: 100%;
  border: 1px solid white;
  margin: auto;
  border-radius: 5px;
  columns: auto;
}

/* Glenn image */
.service-item2{
  display: block;
  width: 50%;
  text-align: center;
  margin: auto;
  border-radius: 5px;
  columns: auto;
}


.content {
    background-color: black;
}

/* Contact Section */
.contact{
    padding-bottom: 50px;
}



/* Carousel Section with Image and Text */
.w3-content, .w3-section {
  display: block;
  /* Makes the section a flexbox container */
  align-items: center;
  /* Aligns content vertically within the section */
  width: 100%;
  padding-top: 100px;
  /* Adds padding for spacing */
}

image-text-section,
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

image-text-section,
.text-content {
  width: 50%;
  /* Sets text content width to 50% of the section */
  padding-left: 20px;
  /* Adds padding to the text content */
  background-color: rgba(235, 239, 242, 0.7);
  /* Sets semi-transparent black background */
  color: #fff;
  /* Sets text color to white */
}

.image-text-section {
  text-align: center;
}

.container-header {
  color: #ddd;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;

}

/* Responsive Design for the Section */
@media (max-width: 768px) {
  .image-text-section {
    width: 100%;
    /* Stacks image and text vertically on smaller screens */
  }

  .image-text-section,
  img {
    width: 50%;
    /* Makes image full width on smaller screens */

  }

  .image-text-section,
  .container {
    width: 100%;
    /* Makes text content full width on smaller screens */

  }
}

.image-text-section {
  color: #1c1b1b;
}
