
body {
    font-family: 'Bebas Neue', sans-serif;
    background-color: black;
    
}




/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Navbar Styling */
.navbar {
    background-color: black; /* Dark theme */
    padding: 15px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.navbar-brand {
    font-size: 24px;
    font-weight: bold;
    color: white;
    display: flex;
    align-items: center;
}

.navbar-brand span {
    color: #be1e2d;
    margin-right: 5px;
    font-size: 30px;
}

.nav-link {
    color: white !important;
    font-weight: bold;
    margin: 0 10px;
}

.nav-link:hover {
    color: #be1e2d !important;
}



.book-now {
    background: #be1e2d;
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
}



.book-now:hover {
    background: white;
    color: #be1e2d;
}




/* Scroll Animation */
.shrink {
    padding: 10px 0;
    background: black;
}

/* Page Sections */
section {
    
    text-align: center;
    color: white;
    display: block;
    clear: both;
    float: none;
    
}



.shrink {
    background: black !important;
}

::-webkit-scrollbar {
    display: none;
}

html {
    scrollbar-width: thin;
    scrollbar-color: #1d1d1d black;
}   


.navbar-logo {
display: flex;
align-items: center;
}

.navbar-logo img {
width: 90px;  /* Adjust size as needed */
height: auto;
max-width: 100%;
}

.navbar-logo a:hover img {
transform: scale(1.1); /* Slight zoom effect on hover */
}

/*
section {
    border: 2px solid red; /* See where sections start and end */
    
    .outline {
        color: white;
        text-shadow: 
            -2px -2px 0 white,  
             2px -2px 0 white,
            -2px  2px 0 white,
             2px  2px 0 white;
    }



#home { background: black; }
#about { background: black; }
#services { background: black; }
#gallery { background: black; }
#blog { background: black; }
#contacts { background: black; }

#home {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
}

#home {
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                url("IMG_0070.jpeg") no-repeat center center/cover ;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: black;
    

}

.home-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    background: rgba(0, 0, 0, 0.3);
    padding: 20px;
    border-radius: 10px;
}





#about {
    background-color: black;
    color: white;
    padding: 80px 10%;
}






/* Styling the text */
#home h1 {
    color: white; /* Make text readable */
    font-size: 3rem;
    font-family: "Bebas Neue", sans-serif;
}

#about {
    background-color: black;
    color: white;
    text-align: left;
    
}

#about img {
    max-width: 100%;
    border-radius: 5px;
}

#about .btn {
    font-size: 1.2rem;
    transition: 0.3s;
    color: white;
    background-color: black;
    color: white;
    
}

#about .btn:hover {
    background-color: #be1e2d;
    border-color: #be1e2d;
}





#contacts {
    background-color: black;
    color: white;
    
}
ul {
    padding-left: 0;
}

ul li {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

ul li i {
    color: white;
    margin-right: 10px;
}

.map-container {
    width: 100%;
    height: 350px;
}

#contacts{
    text-align: left;
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), 
                url("salon.jpg") no-repeat center center/cover ;

}

#contacts h1{
    text-align: center;
    margin-bottom: 2em;
}



.gallery img {
            width: 100%;
            height: auto;
        }
        .image-caption {
            text-align: center;
            font-size: 16px;
            color: white;
            font-size: 1.5em;
            margin-top: 10px;
        }



@media (max-width: 768px) {
    .map-container iframe {
        height: 250px; /* Adjust height for mobile */
    }
}


@media (max-width: 768px) {
    #about h1 {
        text-align: center;
    }
    
    #about .btn {
        display: block;
        text-align: center;
        margin: 10px auto;
    }
}

@media (max-width: 768px) {
    .contact-img {
        width: 100%;
        margin-bottom: 20px;
    }
    
    #contacts .text-white {
        text-align: center; /* Centers text on smaller screens */
    }

    ul li {
        font-size: 1rem; /* Adjusts text size for better readability */
    }
}

/* Responsive text for mobile */
@media (max-width: 768px) {
    #home h1 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .about-container {
        flex-direction: column;
        text-align: center;
    }
    
    .about-container img {
        max-width: 80%;
    }
}

@media (max-width: 768px) {
.navbar-nav {
text-align: center;
}
.nav-link {
font-size: 18px;
padding: 10px;
}
.book-now {
font-size: 16px;
padding: 10px 15px;
}
}

@media (max-width: 768px) {
.book-now {
display: none;
}
}



.home-content {
    position: relative;
    display: flex;
    flex-direction: column;
    
}

.btn1 {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(480%);
    text-decoration: none;

}

@media (max-width: 768px) {
    .btn1 {
        transform: translateX(-50%) translateY(350%);
    }
}