@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');


*{
    margin: 0%;
    padding: 0%;
    font-family: 'Playfair Display'; 

}

.nav-link{
   font-size: 16px;
}

.navbar-nav{
font-size: 16px;
}

.nav-item{
font-size: 16px;
}

.nav-link:hover {
    color: #F59E0B !important;
}
.navbar-custom {
    background-color: rgba(229, 231, 235, 0.3);
    backdrop-filter: blur(16px);
}
.dropdown-menu {
    min-width: 250px;
    background-color: black;
    
}
.dropdown-item {
    display: flex;
    align-items: center;
    color: white;
}
.dropdown-item img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    border-radius: 50%;
    object-fit: cover;
}
.feature-card {
    border: 3px solid #FBBF55;
    border-radius: 30px;
    background: linear-gradient(to right, #FBBF55, #5c5549, #1E1E1E);
    height: 160px;
}

.feature-content {
    width: 97%;
    height: 97%;
    margin-left: auto;
    margin-bottom: auto;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.service-circle {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
}

.hero-overlay {
    background: rgb(0, 0, 0); /* Adjust opacity as needed */
opacity:0.5;
}

.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.about-section {
    background-image: url('../assests/aboutbgImage.png');
    background-size: cover;
    background-position: center;
}


@media (max-width: 768px) {
    .service-circle {
        width: 128px;
        height: 128px;
    }
}



.max-width-50 {
    max-width: 60%;
}

.bg-gold {
    background-color: #FBBF55;
}

  

.navbar-toggler {
    border: 2px solid gold !important; /* Default border */
    background-color: gold !important; /* Default background */
    color: white !important; /* Default text color */
    transition: all 0.3s ease-in-out; /* Smooth transition */
    outline: none !important; /* Remove outline */
    box-shadow: none !important; /* Remove Bootstrap's focus effect */
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler[aria-expanded="true"] {
    border-color: gold !important; /* Keep the gold border */
    background-color: gold !important; /* Keep gold background */
    outline: none !important; /* Remove outline */
    box-shadow: none !important; /* Ensure no white border */
}



.explore_arrow {
    position: absolute;
    right: -20%;
    top: 40%;
    transform: translateY(-50%);
}

/* filter-Section */

.hero-overlay {
    pointer-events: none;
}

.hero-overlay {
    z-index: 0;
}

.test {
    pointer-events: auto;
 
}