body {
  margin: 0;
  font-family: 'Cairo', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: white;
  background-color: #384f49;
  
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: #384f49;
}

.btn {
    font-family: 'Cairo', sans-serif;

}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Cairo', sans-serif;
}

.btn.btn-gold {
background-image: linear-gradient(to right, #b8860b, #d4af37, #ffd700); /* Gold gradient background */
  color: #fff; /* text color */
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {  color: #ffd700;
}

 
  .bg-white {
    background-color:#384f49 !important;
  }
  
  
 
  .navbar-light .navbar-nav .nav-link {
    color: white;
  }

  link, .navbar-light .navbar-nav .nav-link.active {
    color: white;
  }

  .text-gold{

    color: #ffd700 !important;  }

  .testimonial-carousel .owl-item.center .testimonial-text {
    background: #FFD700 !important;
  } 


  .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    border: 0;
  }
.nav-link.dropdown.toggle{

  color:#FFD700;
}
.dropdown-item:hover{
  background-color:#384f49 !important;


} 


.page-header {
  background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/a1.jpg);
     background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}