@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;

}



/* =====top navigation bar */

.mobilesection{
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobilesection h6{
    display: flex;
    align-items: center;
    justify-content: center;
 
}

.top-navigation {
    background-size: cover;
    background-position: center;
    color: #ffffff;
    padding: 10px;
}

.mobilesection {
    align-items: center;
}



.social-icons i {
    margin-right: 10px;
}

@media (max-width: 400px) {
    .d-flex {
        flex-direction: column !important;
    }

    .social-icons {
        margin-top: 10px;
    }
}

/* =======top navigation bar end======== */

/* nav section start */

.navbar-nav .nav-link {
    position: relative;
    color: #000; /* Adjust the color as needed */
    text-decoration: none;
    overflow: hidden;
}

.navbar-nav .nav-link::before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    background-color: #007bff; /* Adjust the color as needed */
    transform: translateX(-50%);
    transition: width 0.5s ease;
}

.navbar-nav .nav-link:hover::before {
    width: 100%;
}
.navba{
    position: fixed;
}

/* nav section end */

/* ==============slider=========== */


.swiper {
    width: 100%;
    height: 600px; /* Set the desired height */
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 1920px; /* Set the maximum width */
}


/* ===========slider end ============= */
.icon h1{
    background-image: url('assets/img/brown-leather-texture-seams-detail-macro-photography-created-by-artificial-intelligence.jpg');
    background-size: 100% 100%;
    color: transparent;
    -webkit-background-clip: text;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.icon{
    background-color: #f5f5f5;
    border-radius: 50px;
}

.icon p{
    max-width: 1100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-weight: 500;
}

/* ========our product section start ========= */

.product h1{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    text-transform: capitalize;

    
}

.our-product{
    font-family: 'Arial', sans-serif;
    font-size: 2rem;
    color: #333;
    text-align: center;
    opacity: 0;
    animation: fadeInUp 1s forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

    /* Responsive styles */
    @media only screen and (max-width: 600px) {
        .our-product {
            font-size: 1.5rem;
        }
    }
    .grid {
        display: grid;
        grid-gap: 30px;
    }
    
    .grid img {
        border: 1px solid #ccc;
        box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
        max-width: 100%;
        height: auto;
        width: 100%;
        transition: transform 0.3s ease-in-out !important;
    }
    
    .grid img:hover {
        transform: scale(1.1);
        box-shadow: none;
    }
    
    @media (min-width: 851px) {
        .grid {
            grid-template-columns: repeat(5, 1fr);
        }
    }
    
    
    

@media only screen and (min-width: 700px) and (max-width: 1000px) {
    .product {
        margin-top: 60px; /* Adjust the margin top for this range */
    }
}

@media only screen and (min-width: 400px) and (max-width: 690px) {
    .product {
        margin-top: 200px; /* Adjust the margin top for this range */
    }
}
@media only screen and (min-width: 290px) and (max-width: 390px) {
    .product {
        margin-top: 250px; /* Adjust the margin top for this range */
    }
}

.see-more {
    margin-top: 40px; /* Adjust as needed */
    text-align: center;
    margin-bottom: 40px;
}

.see-more a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.see-more a:hover {
    background-color: #0056b3;
}
/* ======our product end */


/* customer testimonial start */

h2 {
    color: #000;
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin: 30px 0 70px;
}
h2::after {
    content: "";
    width: 100px;
    position: absolute;
    margin: 0 auto;
    height: 4px;
    border-radius: 1px;
    background: #1c47e3;
    left: 0;
    right: 0;
    bottom: -20px;
}
.carousel .carousel-item {
    color: #999;
    overflow: hidden;
    min-height: 120px;
    font-size: 13px;
}
.carousel .media img {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
}
.carousel .testimonial {
    padding: 0 15px 0 60px ;
    position: relative;
}
.carousel .testimonial::before {
    content: "\201C";
    font-family: Arial,sans-serif;
    color: #e2e2e2;
    font-weight: bold;
    font-size: 68px;
    line-height: 54px;
    position: absolute;
    left: 15px;
    top: 0;
}
.carousel .overview b {
    text-transform: uppercase;
    color: #1c47e3;
}
.custom-indicators {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.custom-indicators li {
    width: 12px; /* Adjust the width for larger dots */
    height: 12px; /* Adjust the height for larger dots */
    background-color: rgb(0, 166, 255);
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    margin-top: 50px;
}
.custom-indicators li:last-child {
    margin-right: 0;
}
.carousel .carousel-indicators {
    display: none; /* Hide the default indicators */
}


/* customer testimonial end */








/* ==========our product section end ========= */


