body {
  font-family: 'Roboto Slab', serif;
}


    header div {
      background: #000000;
      color: #fff;
      text-align: center;
    }

    nav {
  flex: 1 1;
	align-self: flex-start;
	display: flex;
	order: 2;
	justify-content: flex-end;
      background: #e2c479;
    }


    nav a {
      color: #000000;
      padding: 1rem;
      text-decoration: none;
      font-size: 20px;
      font-weight: bold;
    }

    nav a:hover {
      background: #000000;
      color: #FFFFFF
    }

    .container {
      padding: 2rem;
      max-width: 1200px;
      margin: auto;
    }

.btn a {
  color: #000000;
  padding: 1rem;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  background: #e2c479
}

.btn a:hover {
  background: #000000;
  color: #FFFFFF
}
    .services, .projects {
      display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 1rem;
    }

    .contact-form {
      display: flex;
      flex-direction: column;
      max-width: 600px;
      margin: auto;
    }

    .contact-form input,
    .contact-form textarea {
      margin-bottom: 1rem;
      padding: 0.5rem;
      font-size: 1rem;
    }

    footer {
      background: #333;
      color: #fff;
      text-align: center;
      padding: 1rem;
      margin-top: 2rem;
    }
    header{
      background-color: #000000;
      padding: 2rem;
      max-width: 1300px;
      margin: auto;
    }

    @media (max-width: 600px) {
      nav a {
        flex: 1 1 100%;
        text-align: center;
      }
    }

    .banner-image{
      display: flex;
	flex: 0 1 auto;
	order: 1;
	min-height: 70px;
	align-self: center;
	justify-content: flex-start;
    }

    .navbar{
  flex: 1 1;
	align-self: flex-start;
	display: flex;
	order: 2;
	justify-content: flex-end;
  float:right;
  position: absolute;
    }

    responsive-services {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
      margin-top: 20px;
    }
    .responsive-services > div {
      flex: 1 1 200px;
      padding: 10px;
      background-color: #f2f2f2;
      text-align: center;
      border-radius: 8px;
      font-family: Arial, sans-serif;
      font-size: 16px;
    }
    @media (max-width: 600px) {
      .responsive-services {
        flex-direction: column;
        align-items: center;
      }
    }

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

    .filter-buttons {
      margin-bottom: 25px;
    }

    .filter-buttons li {
      background: #ddd;
      border: none;
      padding: 10px 20px;
      margin: 5px;
      cursor: pointer;
      border-radius: 4px;
      transition: background 0.3s ease;
    }

    .filter-buttons button.active,
    .filter-buttons button:hover {
      background: #007bff;
      color: #fff;
    }

    .grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }

    .grid-item {
      width: 30%;
      margin: 1%;
      overflow: hidden;
      border-radius: 8px;
      transition: all 0.3s ease;
    }

    .grid-item img {
      width: 100%;
      display: block;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    #portfolio-filters {
      display: flex;
      justify-content: left;
      flex-wrap: wrap;
      gap: 15px;
      margin-bottom: 2rem;
    }

    #portfolio-filters li {
      cursor: pointer;
      border-radius: 10px;
      overflow: hidden;
      position: relative;
      transition: all 0.3s ease;
    }

    #portfolio-filters img {
      width: 150px;
      height: 100px;
      object-fit: cover;
      border-radius: 8px;
    }

    #portfolio-filters li.active {
      outline: 3px solid #0d6efd;
    }

    #portfolio-filters .filter-label {
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,0.45);
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-weight: 600;
      text-transform: uppercase;
    }

    .portfolio-box {
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      box-shadow: 0 5px 20px rgba(0,0,0,0.1);
      transition: transform 0.4s ease;
    }

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

    .portfolio-box img {
      width: 100%;
      border-radius: 12px;
      transition: transform 0.4s ease, filter 0.4s ease;
    }

    .portfolio-box:hover img {
      transform: scale(1.08);
      filter: brightness(85%);
    }

    .portfolio-content {
      padding: 1rem;
      text-align: center;
    }

    .portfolio-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: rgba(13,110,253,0.8);
      border-radius: 50%;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: opacity 0.3s ease;
    }

    .portfolio-box:hover .portfolio-btn {
      opacity: 1;
    }

    .view-btn {
      display: inline-block;
      margin-top: 10px;
      padding: 8px 18px;
      border-radius: 50px;
      background-color: #0d6efd;
      color: #fff;
      text-decoration: none;
      font-size: 14px;
      transition: background 0.3s ease;
    }

    .view-btn:hover {
      background-color: #084298;
}
.last{

    margin-bottom: 48px;

}
.text-gold{
  color:#e2c479;
}
