h1,h2,h3,h4,h5,h6{
    font-family: Playfair Display;
}
p, a{
    font-family: Hanken Grotesk;
}
/* navigation */
.navbar {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    font-family: Playfair Display;
}
.navbar-brand {
    font-size: 24px;
    font-weight: bold;
}
.nav-link {
    color: #282828;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 20px;
}
.nav-item a{
    font-weight: 600;
}
.navbar-nav {
    align-items: center;
}
.navbar-toggler {
    border: none;
}
.top-bar {
    background-color: #312c36;
    color: white;
    text-align: center;
    padding: 8px 0;
    font-size: 13px;
}
.modal-dialog {
    margin-top: 10vh;
}
.modal-content {
    border-radius: 0;
}
.modal-header {
    border-bottom: none;
}
.modal-body {
    padding: 2rem;
}
  /* Smooth dropdown styles */
  .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: visibility 0s, opacity 0.3s, transform 0.3s;
}
.dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

/* Responsive styles */
@media (max-width: 991px) {
    .dropdown-menu {
        display: none;
        visibility: visible;
        opacity: 1;
        transform: none;
        transition: none;
    }
    .dropdown.show .dropdown-menu {
        display: block;
    }
}
/* mayank css */
.new-arrivals {
    text-align: left;
    padding: 20px;
}

.new-arrivals h2 {
    font-size: 2rem;
}


.new-btn {
    padding: 15px;
}
.new-btn:hover {
    background-color: #BDA37D;
    transition: 0.5s ease-in-out;
}

.slider-item {
    position: relative;
    text-align: center;
}

.slider-item img {
    max-width: 100%;
    height: auto;
    transition: opacity 0.3s ease;
}

.slider-item .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 0.6s ease 0.5s;
}

.slider-item:hover img {
    opacity: 0;
}

.slider-item:hover .hover-image {
    opacity: 1;
}

.slider-item h5 {
    margin-top: 15px;
    font-size: 1.1rem;
}

.slider-item p {
    color: gray;
}

/* Remove the price */
.slider-item .price {
    display: none;
}

/* Hover icons */
.hover-icons {
    position: absolute;
    /* top: 50%;
    right: -50px; */
    transform: translateY(-50%);
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 10px;
    display: none;
}

.hover-icons a {
    background-color: white;
    color: black;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #ccc;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 20px;
    display: block;
}

.slider-item:hover .hover-icons {
    right: 10px;
    top: 75px;
    display: block;
}

.carousel-indicators {
    justify-content: center;
}

/* piyush-css */
/* img dulhan */
.imgteam:hover {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    }
    div.scroll-container {
    background-color: #fff;
    overflow: auto;
    white-space: nowrap;
    padding: 10px;
    }

    div.scroll-container img {
    padding: 10px;
    }
    .scroll-container::-webkit-scrollbar{
        display: none;
    }


    .BTN {
        display: inline-block;
        position: relative;
    }

    .pibtn {
        display: inline-block;
        padding: 10px 30px;
        font-size: 16px;
        color: #fff;
        background-color: #000;
        text-decoration: none;
        position: relative;
        overflow: hidden;
    }

    .pibtn::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #fff;
        bottom: 9px;
        left: -100%;
        transition: all 0.4s ease;
    }

    .pibtn:hover::after {
        left: 0;
    }
    /* 1st */
    .picard{
        -webkit-box-shadow: -1px 3px 16px -1px rgba(56,56,56,1);
        -moz-box-shadow: -1px 3px 16px -1px rgba(56,56,56,1);
        box-shadow: -1px 3px 16px -1px rgb(114, 108, 108);
        transition: 0.4s linear;
    }
        .picard:hover{
        transform: translateY(-10.0px); 
        -webkit-box-shadow: 10px 7px 28px -7px rgba(0,0,0,0.75);
        -moz-box-shadow: 10px 7px 28px -7px rgba(0,0,0,0.75);
        box-shadow: 10px 7px 28px -7px rgba(253, 251, 251, 0.75);
    } 
    .picard a:hover{
        color: #714747  !important;

    }

    /* 2nd */

    .icon1 {
        font-size: 50px;
        margin-bottom: 10px;
        color: #000;
    }

    .count {
        font-size: 40px;
        font-weight: 400;
        color: #000;
    }

/* footer */
.footer {
    margin-top: auto;
    padding: 40px 0;
    color: #fff;
}
.footer h5 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}
.footer ul {
    list-style-type: none;
    padding-left: 0;
}
.footer ul li {
    margin-bottom: 10px;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:hover {
    color: #c9a236;
}
.social-icons a {
    font-size: 1.5rem;
    margin-right: 10px;
}
.payment-icons img {
    height: 24px;
    margin-right: 10px;
}

/* review */
.review-text{
    font-size: 22px;
    font-family:Hanken Grotesk;
    font-weight: 300;
    color: rgb(0, 0, 0);
    text-align: center;
}
  /* Styling for the slider */
  .slider-container {
    display: flex;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    position: relative;
}

.slider {
    display: flex;
    transition: transform 0.5s ease;
}

.slider-card {
    min-width: 250px;
    margin: 0 15px;
    background-color: #fff;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.slider-card img {
    width: 100%;
    height: auto;
}

.btn-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
}

.btn-nav.left {
    left: 20px;
}

.btn-nav.right {
    right: 20px;
}

.btn-nav:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.feature-title{
    font-family:Hanken Grotesk;
    font-weight: 400;
    
}
h6{
    font-family: Hanken Grotesk;
}
.picard a{
    font-family: Hanken Grotesk;
} 

/* slider image */

.imgbox{
    position: absolute;
    width: 100%;
}
.breadcrumbox{
    position:relative; 
    padding-left: 100px;
    padding-top: 70px;  
}

@media only screen and (max-width: 883px) {
.breadcrumbox{
    position:relative; 
    padding-left: 50px;
    padding-top: 20px;  
}
.breadbox1{
   font-size: 30px;
}
.footer{
    text-align: center;
}
}
@media only screen and (max-width: 612px) {
.imgbox img{
   height: 150px;
}
}
/* partner css */
.logobox img{
    opacity: 0.4;
}
.logobox img:hover{
    opacity: 1;
    transition: 0.5s ease;
}