* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

/* navigation*/

.navbar {
    border-bottom: 1px solid grey;
    height: 62px;

}

.container-fluid a img {
    margin-top: -8%;
    margin-left: 5%;

}

.nav-link {
    margin-left: -15%;
    width: 100%;
}


.navbar-brand {
    font-weight: bolder;
}

.nav-item {
    padding-left: 1rem;
}



.navbar ul li a {
    color: black;
    padding: 10px;
    padding-top: 5%;
}

.nav ul li {
    display: inline;
    padding-right: 10%;
}

.menu {
    color: black !important;

}

.color {
    padding-top: 1%;
}

.form-control {
    background-color: rgb(224, 186, 186);
    border: 1px solid rgba(255, 255, 255, .5);
    ;
    border-radius: 0;
    opacity: 1;
}

.form-control .form-inline {
    width: 200px;
}


.form-control:focus {
    color: black;
    background-color: #fff;
    border-color: #a75470;
    box-shadow: none;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, .5);
}

.btn {
    color: #fff;
    background-color: #a56177;
    border-color: rgb(224, 186, 186);
    border-radius: 0;
    height: 38px;
}

.btn:hover,
.btn:focus {
    color: #fff;
    box-shadow: 0 0 0 0.2rem #a56177;
}

.dropdown-menu {
    padding: 0;
    border-radius: 0;
    background-color: rgb(223, 197, 197);

}

.dropdown-item {
    color: rgba(255, 255, 255, .5);

}

.dropdown-item:hover {
    background-color: rgb(224, 186, 186);
    color: white;
}

/* ban */
.ban {
    background-image: url(./shraddhaban.webp);
    height: 90vh;
    background-repeat: no-repeat;
    background-size: 100%;
}

/* heading */
.heading h2 {
    text-align: center;
    margin-top: 2%;
}

/* product */


.product-grid {
    background-color: white; 
    /* font-family: 'Montserrat', sans-serif; */
    text-align: center;
}

.product-grid .product-image {
    overflow: hidden;
    position: relative;
}

.product-grid .product-image a.image {
    display: block;
    
}

.product-grid .product-image img {
    width: 100%;
    height: 50vh;
    margin-top: 5%;
    
}

.product-grid .product-image .pic-1 {
    transition: all 0.3s ease 0s;
}

.product-grid .product-image:hover .pic-1 {
    transform: translateX(100%);
}

.product-grid .product-image .pic-2 {
    width: 100%;
    height: 100%;
    transform: translateX(-101%);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}

.product-grid .product-image:hover .pic-2 {
    transform: translateX(0);
}

.product-grid .product-sale-label {
    color: black;
    background-color: lightgrey;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 2px 8px;
    position: absolute;
    top: 48px;
    left: 15px;
}

/* 2 */
.product-grid2 {
    background-color: white; 
    /* font-family: 'Montserrat', sans-serif; */
    text-align: center;
}

.product-grid2 .product-image2 {
    overflow: hidden;
    position: relative;
}

.product-grid2 .product-image2 a.image2 {
    display: block;
    
}

.product-grid2 .product-image2 img {
    width: 100%;
    height: 50vh;
    margin-top: 5%;
    
}

.product-grid2 .product-image2 .pic-1 {
    transition: all 0.3s ease 0s;
}

.product-grid2 .product-image2:hover .pic-1 {
    transform: translateX(100%);
}

.product-grid2 .product-image2 .pic-2 {
    width: 100%;
    height: 100%;
    transform: translateX(-101%);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}

.product-grid2 .product-image2:hover .pic-2 {
    transform: translateX(0);
}

.product-grid2 .product-sale-label2 {
    color: black;
    background-color: pink;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 2px 8px;
    position: absolute;
    top: 48px;
    left: 15px;
}
/* 2 */
.product-grid2 .product-sale-label2 {
    color: black;
    background-color: goldenrod;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 2px 8px;
    position: absolute;
    top: 48px;
    left: 15px;
}

.product-grid .product-like-icon {
    color: red;
    font-size: 22px;
    line-height: 20px;
    position: absolute;
    top: 48px;
    right: 15px;

}
/* 2 */
.product-grid2 .product-like-icon2 {
    color: red;
    font-size: 22px;
    line-height: 20px;
    position: absolute;
    top: 48px;
    right: 15px;

}

.product-grid .product-like-icon:hover {
    color: var(--bs-hover);
}
/* 2 */
.product-grid2 .product-like-icon2:hover {
    color: var(--bs-hover);
}

.product-grid .product-like-icon:before,
.product-grid .product-like-icon:after {
    content: attr(data-tip);
    color: #fff;
    background-color: #000;
    font-size: 12px;
    line-height: 18px;
    padding: 7px 7px 5px;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 15px;
    transition: all 0.3s ease 0s;
}
/* 2 */
.product-grid2 .product-like-icon2:before,
.product-grid2 .product-like-icon2:after {
    content: attr(data-tip);
    color: #fff;
    background-color: #000;
    font-size: 12px;
    line-height: 18px;
    padding: 7px 7px 5px;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 15px;
    transition: all 0.3s ease 0s;
}

.product-grid .product-like-icon:after {
    content: '';
    height: 15px;
    width: 15px;
    padding: 0;
    transform: translateX(-50%) rotate(45deg);
    right: auto;
    left: 50%;
    top: 15px;
    z-index: -1;
}

.product-grid .product-like-icon:hover:before,
.product-grid .product-like-icon:hover:after {
    visibility: visible;
    top: 30px;
}


/* 2 */
.product-grid2 .product-like-icon2:after {
    content: '';
    height: 15px;
    width: 15px;
    padding: 0;
    transform: translateX(-50%) rotate(45deg);
    right: auto;
    left: 50%;
    top: 15px;
    z-index: -1;
}

.product-grid2 .product-like-icon2:hover:before,
.product-grid2 .product-like-icon2:hover:after {
    visibility: visible;
    top: 30px;
}

.product-grid .product-content {
    text-align: left;
    padding: 15px 0 0;
}

.product-grid .title {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 8px;
}

.product-grid .title a {
    color: #333;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
}

.product-grid .title a:hover {
    color: var(--bs-hover);
}

.product-grid .price {
    color: var(--bs-hover);
    font-size: 16px;
    font-weight: 500;
}

.product-grid .price span {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    margin: 0 5px 0 0;
}
.product-grid .rating{
    color: goldenrod;
   
}

@media screen and (max-width: 990px) {
    .product-grid {
        margin: 0 0 30px;
    }
}

.product-image .image img{
    margin-top: 15%;
}


/* 2 */
.product-grid2 .product-content2 {
    text-align: left;
    padding: 15px 0 0;
}

.product-grid2 .title2 {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 8px;
}

.product-grid2 .title2 a {
    color: #333;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
}

.product-grid2 .title2 a:hover {
    color: var(--bs-hover);
}

.product-grid2 .price2 {
    color: var(--bs-hover);
    font-size: 16px;
    font-weight: 500;
}

.product-grid2 .price2 span {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    margin: 0 5px 0 0;
}
.product-grid2 .rating2{
    color: goldenrod;
   
}

@media screen and (max-width: 990px) {
    .product-grid2 {
        margin: 0 0 30px;
    }
}

.product-image2 .image2 img{
    margin-top: 15%;
}

/* shipping */
.shipping
{
    background-image: url(./shipping.jpg);
    height: 30vh;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 5%;
}
/* footer */
.footer-container {
    display: flex;
    justify-content: space-around;
    /* background-color: rgba(128, 128, 128, 0.121);  */
    padding: 20px;
    flex-wrap: wrap;
    padding-top: 2%;
    margin-top: 3%;
    border-top: 1px solid black;
  }
  
  .footer-section {
    margin: 10px;
  }
  
  .footer-section h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  
  .footer-section p,
  .footer-section a {
    color: black;
    text-decoration: none;
    margin: 5px 0;
  }
  
  .footer-section p {
    font-size: 14px;
  }
  
  .footer-section a:hover {
    text-decoration: underline;
  }
  
  .footerphoto h4 {
    font-size: 1.1rem;
  }
  
  .footerphoto img {
    margin-top: 2%;
  }
  
  .footer-bottom {
    text-align: center;
    padding: 10px;
    background-color: #22222231;
    /* color: #ccc; */
  }