body {
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url('../img/bg-copy.avif') no-repeat center center/cover;
  color: white;
  font-family: 'Domine', sans-serif;
}
.navbar {
  background-color: rgba(0, 0, 0, 0.6);
}
.nav-logo {
  max-height: 80px;
  width: 200px;
  object-fit:cover ;
}

.hero-text {
  margin-top: 100px;
}
.glass {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  padding: 20px;
  color: white;
}
.btn-custom {
  background-color: #F4E1D2;
  color: #380C0F;
  border: none;
  padding: 10px 20px;
}
.btn-custom:hover {
  background-color: #380C0F;
}
.testimonial {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 15px;
  color: white;
}
.responsive-iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 80%;
    height: 0;
    overflow: hidden;
}

.responsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}