@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-image: url(images/photo_2025-07-18_15-37-34.jpg);
}

.wrapper {
    width: 1000px;
    margin: auto;
    background: white;
    box-shadow: 0 0 10px #aaa;
}
.wrapper h2 {
	text-align: center;

}


.header img {
    width: 100%;
}
div {
	text-align: center;
}


.nav {
	background-color: #144106;
	text-align: center;
	padding: 10px 0;
	background-image: url(images/images/web_01.png);
	background-position: 51% 61%;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}
p {
}

.nav a {
    color: white;
    text-decoration: none;
    margin: 0 15px;
    font-weight: bold;
}

.nav a:hover {
	color: #12FD00;
}

.content {
    padding: 20px;
}

.content img {
    display: block;
    margin-top: 20px;
}

.footer {
	background-color: #144106;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	margin-top: auto
}
h1 {
	color: #144106;
	text-align: center;
	
}
img {justify-content: center
	<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="contact.html">Contact</a></li>

}
p {
}

p {
	text-align: center;
}
.image-group 
{
	display: flex;
	flex-wrap: wrap;
	justify-content: 
	gap:15px;
	margin-bottom: 30px;
	border-top-left-radius: 106px;
	margin-left: 64px;
}

.image-group img {
	border: 2px solid #ccc;
	transition: transform 0.3s;
}

.image-group img:hover {
	transform: scale(1.05);
	border-color: #00FF0D;
}.contact-info {
  padding: 20px;
  background-color: #f9f9f9;
  color: #333;
  max-width: 600px;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.contact-info h2 {
	color: #144106;
	margin-bottom: 15px;
}

.contact-info p {
  font-size: 16px;
  margin: 10px 0;
}

.contact-info a {
	color: #144106;
	text-decoration: none;
}

.contact-info a:hover {
	text-decoration: underline;
	color: #0AFF00;
}
.youtube a img {
	text-align: center;

}

div a .hover {
}
.content h2 {
	text-align: center;

}


.hover {
}
.services .contact-form .btn {
}

.services .contact-form .btn {
	color: rgba(20,65,6,1.00);
	margin-top: 35px;
	text-align: center;
	text-shadow: 0px 0px rgba(0,252,5,1.00);
	background-color: rgba(12,251,2,1.00);
}
.contact-info .services .contact-form {
	margin-top: 42px;
}

.services .contact-form input {
	color: rgba(30,130,0,1.00);
	margin-top: 7px;
}
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

h2 {
  text-align: center;
  margin-top: 60px;
}

.image-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 50px 0;
}

.image-group img {
  width: 250px;
  height: auto;
  border: 2px solid #ccc;
  border-radius: 5px;
}

.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}
