body, html {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    color: #eaeaea;
    background-color: #000000;
    min-height: 100%;
    height: 100%;
}

@font-face {
    font-family: "Boucherie Block W05 Bold";
    src: url("https://db.onlinewebfonts.com/t/d6cce52ffda97a2370a12e85836bfc11.eot");
    src: url("https://db.onlinewebfonts.com/t/d6cce52ffda97a2370a12e85836bfc11.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/d6cce52ffda97a2370a12e85836bfc11.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/d6cce52ffda97a2370a12e85836bfc11.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/d6cce52ffda97a2370a12e85836bfc11.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/d6cce52ffda97a2370a12e85836bfc11.svg#Boucherie Block W05 Bold")format("svg");
}
.header {
    background-color: #E0218A;
    padding: 10px 50px;
}

.nav {
    justify-content: flex-end;
}

.nav-link {
    color: #ffffff;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 20px;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #2d2d2d;
}

.logo {
    height: 120px;
    max-width: 100%;
}

/* Responsive Adjustments */
@media (max-width: 992px) { /* For tablets and smaller */
    .header {
        padding: 10px 20px;
    }

    .nav {
        justify-content: center;
    }

    .nav-link {
        font-size: 13px;
        margin-left: 15px;
    }

    .logo {
        height: 90px;
    }
}

@media (max-width: 768px) { /* For tablets and large phones */
    .header {
        padding: 10px 15px;
    }

    .nav {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .nav-link {
        font-size: 12px;
        margin-left: 10px;
    }

    .logo {
        height: 80px;
    }
}

@media (max-width: 576px) { /* For smaller mobile devices */
    .header {
        padding: 10px;
    }

    .row {
        flex-direction: column;
        text-align: center;
    }

    .nav {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .nav-link {
        font-size: 12px;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .logo {
        height: 70px;
    }
}


.hero {
    position: relative;
    background-image: url('image/Hero\ image(2).jpg');
    background-size: cover;
    background-position: center;
    height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
   /* padding-right: 50px;*/
    text-align: center;
    color: #eaeaea;
    padding: 0 15px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(45, 45, 45, 0.8);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
   
}

.hero h1 {
    font-family: "Boucherie Block W05 Bold";
    font-size: 83px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 1.1;
    color: #eaeaea;
}

.hero h1 .smaller-text {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 28px;
    font-weight: 400;
    display: block;
    color: #eaeaea;
    margin-top: -10px;
}

.hero p {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    font-size: 60px;
    margin-top: 200px;
    margin-bottom: 1px;
    color: #eaeaea;
}

.btn-pink {
    background-color: #E0218A;
    color: #ffffff;
   
    border-radius: 45px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}

.btn-pink:hover {
    background-color: #d10584;
    color: #ffffff;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .hero {
        justify-content: center;
        text-align: center;
        padding-right: 10px;
    }

    .hero-content {
        padding: 10px;
    }

    .hero h1 {
        font-size: 36px; /* Reduced for smaller screens */
    }

    .hero h1 .smaller-text {
        font-size: 22px;
        margin-top: -5px; /* Adjust smaller text */
    }

    .hero p {
        font-size: 40px; /* Reduced font size */
        margin-top: 50px;
    }

    .btn-pink {
        padding: 8px 16px;
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .hero {
        height: auto;
        justify-content: center; /* Align the content to the right */
        text-align: center; /* Align text to the right */
        /*padding-right: 10px;*/
    }

    .hero h1 {
        font-size: 28px;
    }

    .hero h1 .smaller-text {
        font-size: 18px;
    }

    .hero p {
        font-size: 30px;
        margin-top: 30px;
    }

    .btn-pink {
        padding: 6px 12px;
        font-size: 9px;
    }
}

.products {
    padding: 50px 0;
    background-color: #f8f9fa;
}
.pb{text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: -22px;
}
.pb h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #333;
    background-color: #E0218A;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    
    
}

.products h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #E0218A;
    margin-bottom: 30px;
}

.product-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
}

.product-item img {
    max-width: 100%;
    height: auto;
    display: block;
}

.product-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.product-item:hover .product-info {
    opacity: 1;
}

.product-info h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
}
.product-info p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 15px;
}

.product-info .btn-pink {
    background-color: #333;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
}

.product-info .btn-pink:hover {
    background-color: #d10584;
    color: #ffffff;
}
.why-choose-us {
    padding: 50px 0;
    background-color: #eaeaea;
}

.why-choose-us h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #000;
    margin-bottom: 30px;
}

.why-choose-us h2 .highlight {
    color: #E0218A;
}

.choose-item {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.choose-item .icon {
    margin-bottom: 15px;
}

.choose-item .icon img {
    height: 50px;
}

.choose-item h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.choose-item p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #666;
}

.contact-section {
    background-color: #f8f9fa;
    padding: 50px ;
  padding-left: 50px;
  padding-right: 50px;
   margin-right: 2rem;
   margin-left: 2rem;
    border-radius: 0px;
    margin-bottom: 2rem;
}

.contact-section .contact-image img {
    max-width: 100%;
    height: auto;
}

.contact-form {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.contact-form h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #333;
}

.contact-form textarea {
    resize: none;
    height: 150px;
}

.contact-form .btn-pink {
    background-color: #E0218A;
    color: #ffffff;
    width: 100%;
    padding: 10px 20px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
}

.contact-form .btn-pink:hover {
    background-color: #E0218A;
    color: #ffffff;
}

/*<.featured-projects {
	text-align: center;
	padding: 0px 0;
	margin-bottom: 250px;
    
}
.featured-projects h2{

color: #E0218A;}

.project-carousel {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	gap: 0; /* Ensure there is no gap between slides /
}
.project-item {
	position: relative;
	flex: 2;
	transition: transform 0.3s ease;
	margin: 0; /* Remove margin between project items /
	padding: 0; /* Remove padding /
}

.project-item img {
	width: 100%;
	height: 100%; /* Ensure the image takes up the full height /
	object-fit: cover; /* Ensure the image covers the entire area without distortion /
	transition: transform 0.3s ease;
}

.project-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	opacity: 0;
	transition: opacity 0.6s ease;
	text-align: center;
}

.project-item:hover .project-info,.project-item.active .project-info {
	opacity: 1;
}

/* Default size for non-active slides /
.project-item:not(.large):not(.medium) {
	flex: 1;
	transform: scale(0.6);
}

/* Medium size for adjacent slides /
.project-item.medium {
	flex: 2;
	transform: scale(0.8);
}

/* Large size for center slide /
.project-item.large {
	flex: 4;
	transform: scale(1);
}
/* Responsive styles /
@media (max-width: 1024px) {
    .project-item.large {
        flex: 3;
        transform: scale(0.9);
    }
    .project-item.medium {
        flex: 1.5;
        transform: scale(0.7);
    }
    .project-item:not(.large):not(.medium) {
        flex: 1;
        transform: scale(0.5);
    }
}

@media (max-width: 768px) {
    /* Side-by-side horizontal scroll for small screens /
    .project-carousel {
        flex-direction: row;
        overflow-x: auto; /* Enable horizontal scrolling /
        scroll-snap-type: x mandatory; /* Smooth snapping effect /
    }

    .project-item {
        min-width: 80%; /* Ensure each item takes up enough width for scrolling /
        flex: none; /* Don't flex, just display as is /
        transform: scale(1); /* Maintain regular size /
        scroll-snap-align: center; /* Center the item when scrolling /
        margin-right: 10px; /* Add space between items /
    }

    .project-item img {
        height: auto;
    }

    .project-info {
        font-size: 14px;
        padding: 10px;
    }

    /* Adjust font sizes for better readability /
    .featured-projects h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    /* Extra small screens: Adjust font sizes /
    .featured-projects h2 {
        font-size: 1.2rem;
    }

    .project-info {
        font-size: 12px;
        padding: 5px;
    }
}
    */

   /* .featured-projects {
        margin-top: 10px;
        text-align: center;
        padding-top: 10px;
        margin-bottom: 200px;
        
    }
    .featured-projects h2{
        font-family: 'Poppins', sans-serif;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #E0218A;}
    
    .project-carousel {
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        gap: 0; /* Ensure there is no gap between slides /
    }
    
    .project-item {
        position: relative;
        flex: 2;
        transition: transform 0.3s ease;
        margin: 0; /* Remove margin between project items /
        padding: 0; /* Remove padding /
    }
    
    .project-item img {
        width: 100%;
        height: 100%; /* Ensure the image takes up the full height /
        object-fit: cover; /* Ensure the image covers the entire area without distortion /
        transition: transform 0.3s ease;
    }
    
    .project-info {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        opacity: 0;
        transition: opacity 0.6s ease;
        text-align: center;
    }
    
    .project-item:hover .project-info,.project-item.active .project-info {
        opacity: 1;
    }
    
    /* Default size for non-active slides /
    .project-item:not(.large):not(.medium) {
        flex: 1;
        transform: scale(0.6);
    }
    
    /* Medium size for adjacent slides /
    .project-item.medium {
        flex: 2;
        transform: scale(0.8);
    }
    
    /* Large size for center slide /
    .project-item.large {
        flex: 4;
        transform: scale(1);
    }

    

    /* Responsive styles /
    @media (max-width: 1024px) {
        .project-item.large {
            flex: 3;
            transform: scale(0.9);
        }
        .project-item.medium {
            flex: 1.5;
            transform: scale(0.7);
        }
        .project-item:not(.large):not(.medium) {
            flex: 1;
            transform: scale(0.5);
        }
    }
    
    @media (max-width: 768px) {
        /* Side-by-side horizontal scroll for small screens /
        .project-carousel {
            flex-direction: row;
            overflow-x: auto; /* Enable horizontal scrolling /
            scroll-snap-type: x mandatory; /* Smooth snapping effect /
        }
    
        .project-item {
            min-width: 80%; /* Ensure each item takes up enough width for scrolling /
            flex: none; /* Don't flex, just display as is /
            transform: scale(1); /* Maintain regular size /
            scroll-snap-align: center; /* Center the item when scrolling /
            margin-right: 10px; /* Add space between items /
        }
    
        .project-item img {
            height: auto;
        }
    
        .project-info {
            font-size: 14px;
            padding: 10px;
        }
    
        /* Adjust font sizes for better readability /
        .featured-projects h2 {
            font-size: 1.5rem;
        }
    }
    
    @media (max-width: 480px) {
        /* Extra small screens: Adjust font sizes /
        .featured-projects h2 {
            font-size: 1.2rem;
        }
    
        .project-info {
            font-size: 12px;
            padding: 5px;
        }
    }*/
    /* Hide the section for small screens /
@media (max-width: 1024px) {
    .featured-projects {
        display: none;
    }
}

/* Show the section for larger screens /
@media (min-width: 1025px) {
    .featured-projects {
        display: block;
    }
}
*/
/* Hide the small-screen section on larger screens */
.small-screen {
    display: none;
}

/* Hide the large-screen section on smaller screens */
.large-screen {
    display: block;
}

@media (max-width: 768px) {
    /* On smaller screens, hide the large-screen section and show the small-screen section */
    .large-screen {
        display: none;
    }

    .small-screen {
        display: block;
    }
}
.featured-projects {
    margin-top: 25px;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 35px;
}
.featured-projects h2{
font-family: 'Poppins', sans-serif;
font-weight: bold;
margin-top: 10px;
margin-bottom: 20px;
color: #E0218A;}

.large-screen .project-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    gap: 0; /* Ensure there is no gap between slides */
}

.large-screen .project-item {
    position: relative;
    flex: 2;
    transition: transform 0.3s ease;
    margin: 0; /* Remove margin between project items */
    padding: 0; /* Remove padding */
}

.large-screen .project-item img {
    width: 100%;
    height: 100%; /* Ensure the image takes up the full height */
    object-fit: cover; /* Ensure the image covers the entire area without distortion */
    transition: transform 0.3s ease;
}

.large-screen .project-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    opacity: 0;
    transition: opacity 0.6s ease;
    text-align: center;
}

.large-screen .project-item:hover .project-info,.project-item.active .project-info {
    opacity: 1;
}

/* Default size for non-active slides */
.large-screen .project-item:not(.large):not(.medium) {
    flex: 1;
    transform: scale(0.6);
}

/* Medium size for adjacent slides */
.large-screen .project-item.medium {
    flex: 2;
    transform: scale(0.8);
}

/* Large size for center slide */
.large-screen .project-item.large {
    flex: 4;
    transform: scale(1);
}

.small-screen .project-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0; /* No gap between slides */
    transition: transform 0.3s ease;
}

.small-screen .project-item {
    position: relative;
    
    transition: transform 0.3s ease;
}

.small-screen .project-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure the image covers the container */
    transition: transform 0.3s ease;
}

.small-screen .project-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    opacity: 0;
    transition: opacity 0.6s ease;
    text-align: center;
}

.small-screen .project-item:hover .project-info,
.small-screen .project-item.active .project-info {
    opacity: 1;
}
/* Responsive Styles for Small Devices (up to 768px) */
@media (max-width: 768px) {
    .project-carousel {
        flex-wrap: nowrap;
        overflow-x: auto; /* Enable horizontal scrolling */
    }

    .project-item {
        flex: 0 0 80%; /* Make each item occupy more space */
        margin: 0 10px; /* Add some margin between items */
    }

    .project-info {
        font-size: 12px; /* Smaller text size for mobile */
        padding: 5px;
    }
}
.btn-pink {
    background-color: #E0218A;
    color: #ffffff;
    padding: 15px 25px;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    border-radius: 45px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-pink:hover {
    background-color: #c50582;
}
footer {
    background-image: url('image/Footer\ image.jpg'); /* Dark wood texture or similar color */
    padding-top: 40px;
    color: white;
    margin: 0;
    padding-bottom: 0;
    font-family: 'Poppins', sans-serif;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /*max-width: 1200px;*/
    margin: 0 auto;
    padding: 0 20px;
}

.footer-section {
    margin: 0 20px;
}

.footer-section ul {
    list-style: none; 
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 8px;
}

.footer-section ul li a {
    text-decoration: none;
    color: white;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    color: #d3d3d3; /* Slightly lighter on hover */
}

.about-us, .location {
    flex: 1;
}

.social-media {
    display: flex;
    margin-right: 200px;
    margin: auto;
    align-items: center;
    justify-content: flex-end; /* Align to the right */
    flex-basis: 25%; /* This will make sure the social media section takes up 25% of the footer width */
}

.social-icon {
    display: inline-block;
    width: 30px; /* Icon size */
    height: 30px; /* Icon size */
    margin-right: 10px;
    border: 1px solid #fff; /* White border around the icon */
    border-radius: 0%; /* Circular shape */
    text-align: center;
    line-height: 30px; /* Center the icon vertically */
    color: #fff; /* White icon color */
    transition: background-color 0.3s, color 0.3s;
}

.social-icon i {
    font-size: 14px; /* Font size for the icon */
}

.social-icon:hover {
    background-color: #e3007e; /* Pink background on hover */
    color: #fff; /* Icon color remains white on hover */
}

.footer-bottom {
    text-align: center;
    padding: 15px 0;
    background-color: #E0218A; /* Pink color */
    font-size: 14px;
    
}

.footer-bottom p {
    margin: 0;
}

/* Modal styling */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8); /* Black with opacity */
}

.modal-content {
    background-color: #2d2d2d;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    color: #eaeaea;
    border-radius: 8px;
}

.close {
    color: #eaeaea;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #E0218A;
    text-decoration: none;
    cursor: pointer;
}

.modal h2 {
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.modal form input,
.modal form select,
.modal form textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: none;
    border-radius: 45px;
    background-color: #444;
    color: #eaeaea;
}

.modal form button {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #E0218A;
    border: none;
    color: #ffffff;
    border-radius: 45px;
    cursor: pointer;
}

.modal form button:hover {
    background-color: #c50582;
}
.modal form .form-group {
    margin-bottom: 20px;
}
.modal form .form-control {
    border-radius: 45px;
    border: 1px solid #888;
    padding: 10px 15px;
    font-size: 16px;
    color: #888;
}
.modal form .form-control:focus {
    border-color: #E0218A;
    box-shadow: none;
}
