*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}


.navbar{
    background-color: #222;

}

.nav-link{
            color: #d4af37;
            font-family: 'Times New Roman', Times, serif;
            font-size: larger;
}


.banner{
    height: 900px;
}


        /* Footer */
        footer {
            background-color: #222;
            color: white;
            padding: 60px 0 30px;
            margin-top: 70px;
        }
        
        footer h5 {
            color: #d4af37;
            margin-bottom: 20px;
        }
        
        
        footer a {
            color: #ccc;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        
        footer a:hover {
            color: #d4af37;
        }
        
        .social-icons {
            font-size: 1.5rem;
            margin-top: 20px;
        }
        
        .social-icons a {
            margin-right: 15px;
        }
        
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .banner h1 {
                font-size: 2.5rem;
            }
            
            .banner p {
                font-size: 1.2rem;
            }
            
            .section-title {
                font-size: 1.8rem;
            }
        }








            /* Custom styles */
    .navbar-brand {
      font-weight: 700;
      font-size: 1.8rem;
      color: #d4a017 !important;
    }
    .hero {
      background: url('assets/image/image.1.jpg') center/cover no-repeat;
      height: 90vh;
      color: white;
      display: flex;
      align-items: center;
      text-align: center;
      position: relative;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
    }
    .hero-content {
      position: relative;
      z-index: 1;
      max-width: 700px;
      margin: 0 auto;
    }
    .hero h1 {
      font-size: 3.5rem;
      font-weight: 700;
      margin-bottom: 1rem;
      text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
    }
    .hero p {
      font-size: 1.25rem;
      margin-bottom: 2rem;
      text-shadow: 1px 1px 6px rgba(0,0,0,0.6);
    }
    .btn-gold {
      background-color: #d4a017;
      border: none;
      color: white;
      padding: 0.75rem 2rem;
      font-weight: 600;
      border-radius: 30px;
      transition: background-color 0.3s ease;
    }
    .btn-gold:hover {
      background-color: #b38b12;
    }




    .section-title {
      font-weight: 700;
      font-size: 2.5rem;
      margin-bottom: 2rem;
      text-align: center;
      color: #333;
    }
    .card-title {
      font-weight: 600;
      color: #d4a017;
    }



     @media (max-width: 768px) {
            .photo img {
                font-size: 2.5rem;
            }
            
            .photo img {
                font-size: 1.2rem;
            }
            
            .photo {
                font-size: 1.8rem;
            }
        }
