* {
  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;
}

/* heading */
.heading {
  width: 100%;
}

.heading h2 {
  text-align: center;
  margin-top: 1%;
}

/* banner */
.carousel-inner {
  width: 100%;
}

.carousel-item {
  margin-top: 1%;
  /* width: 100%; */
}

/* collection */
.collection h2 {
  text-align: center;
  margin-top: 2%;
}



/* necklace */
.item {
  width: 100%;

}

.item1 {
  width: 100%;
  height: 200px;
  /* margin: 50px auto; */
  /* padding-top: 75px; */
  /* background: rgba(255,85,0, .7); */
  text-align: center;
  color: #4E4C48;
  font-size: 1.5em;
  display: grid;
  grid-template-columns: auto auto auto auto;

}

.item h2 {
  text-align: center;
  margin-top: 4%;
}

.item1 img {
  height: 50vh;
  padding: 15px;
  margin-left: 5%;
  margin-top: 2%;
}

/*  gallery*/
.galitem img {
  height: 40vh;
  /* padding: 10px; */
  margin-left: 15%;
  margin-top: 3%;
}
.galitem {
  width: 100%;
  /* height: 200px; */
  /* text-align: center;  */
  color: black;
  font-size: 1.5em;
  display: grid;
  grid-template-columns: auto auto auto auto;

}






/* necklace */
.necklaceitem {
  width: 100%;
}

.necklaceitem h2 {
  text-align: center;
  margin-top: 5%;
}
.product-grid2 .product-sale-label2 {
  color: black;
  background-color: lightgray;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 2px 8px;
  position: absolute;
  top: 18%;
  left: 63%;
}
.product-grid3 .product-sale-label3 {
  color: black;
  background-color: lightgray;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 2px 8px;
  position: absolute;
  top: 15%;
  left: 41%;
}
.product-grid4 .product-sale-label4 {
  color: black;
  background-color: lightgray;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 2px 8px;
  position: absolute;
  top: 15%;
  left: 66%;
}
.names {
  display: grid;
  grid-template-columns: auto auto auto auto;
}

.names1 p {
  margin-top: 2%;
  padding: 8px;
  padding-left: 25%;
}

.names2 p {
  margin-top: 2%;
  padding: 8px;
  padding-left: 25%;
}

.names3 p {
  margin-top: 2%;
  padding: 8px;
  padding-left: 40%;
}

.names4 p {
  margin-top: 2%;
  padding: 8px;
  padding-left: 39%;
}


/* name */
.neckname h3 {
  margin-top: 8%;
  font-size: 18px;
  margin-left: 6%;
  color: #b33761;
}

.neckname2 h3 {
  margin-top: -2.5%;
  font-size: 18px;
  margin-left: 29.6%;
  color: #b33761;
}

.neckname3 h3 {
  margin-top: -2.5%;
  font-size: 18px;
  margin-left: 52.6%;
  color: #b33761;
}

.neckname4 h3 {
  margin-top: -2.5%;
  font-size: 18px;
  margin-left: 79%;
  color: #b33761;
}

/* price */
.text h5 {
  margin-top: 0%;
  margin-left: 6.8%;
  font-size: 15px;
}

.text2 h5 {
  margin-top: -2%;
  margin-left: 30%;
  font-size: 15px;
}

.text4 h5 {
  margin-top: -1.9%;
  margin-left: 53%;
  font-size: 15px;
}

.text5 h5 {
  margin-top: -2%;
  margin-left: 80%;
  font-size: 15px;
}

.text5 h6 {
  margin-top: -2.1%;
  margin-left: 91.4%;
  color: #a75470;
  font-size: 15px;
}




/* mangalsutra */
.item3 {
  width: 100%;
  /* height: 200px; */
  /* text-align: center;  */
  color: black;
  font-size: 1.5em;
  display: grid;
  grid-template-columns: auto auto auto auto;

}


.item4 img {
  height: 40vh;
  /* padding: 10px; */
  margin-left: 5%;
  margin-top: 2%;
}



/* mangalsutra name */
.mangalsutraitem {
  width: 100%;
}

.mangalsutraitem h2 {
  text-align: center;
  margin-top: 5%;
}
.mangalname h3 {
  margin-top: 1%;
  font-size: 18px;
  margin-left: 4.5%;
  color: #b33761;
}

.mangalname2 h3 {
  margin-top: -2.4%;
  font-size: 18px;
  margin-left: 28.9%;
  color: #b33761;
}

.mangalname3 h3 {
  margin-top: -2.4%;
  font-size: 18px;
  margin-left: 53.4%;
  color: #b33761;
}

.mangalname4 h3 {
  margin-top: -2.4%;
  font-size: 18px;
  margin-left: 77.4%;
  color: #b33761;
}

/* mangalsutra price */
.price h5 {
  margin-top: 0%;
  margin-left: 4%;
  font-size: 15px;
}

.price2 h5 {
  margin-top: -2%;
  margin-left: 29%;
  font-size: 15px;
}

.price4 h5 {
  margin-top: -1.9%;
  margin-left: 54%;
  font-size: 15px;
}

.price5 h5 {
  margin-top: -2%;
  margin-left: 78%;
  font-size: 15px;
}

.price5 h6 {
  margin-top: -2.1%;
  margin-left: 89.4%;
  color: #a75470;
  font-size: 15px;
}

/* sraddha */

.sraddhaitem {

  width: 100%;
}

.sraddhaitem h2 {
  text-align: center;
  margin-top: 5%;
}
.item5 {
  display: grid;
  grid-template-columns: auto auto auto auto;
}

.item5 img {
  height: 50vh;
  /* padding: 10px; */
  margin-left: 5%;
  margin-top: 10%;
}


/* name */
.sname h3 {
  margin-top: 1%;
  font-size: 18px;
  margin-left: 2.5%;
  color: #b33761;
}

.sname2 h3 {
  margin-top: -2.4%;
  font-size: 18px;
  margin-left: 28.9%;
  color: #b33761;
}

.sname3 h3 {
  margin-top: -2.4%;
  font-size: 18px;
  margin-left: 53.4%;
  color: #b33761;
}

.sname4 h3 {
  margin-top: -2.4%;
  font-size: 18px;
  margin-left: 77.4%;
  color: #b33761;
}

/* sraddha price */
.sraddhaprice h5 {
  margin-top: 0%;
  margin-left: 4%;
  font-size: 15px;
}

.sraddhaprice h6 {
  margin-top: -2.1%;
  margin-left: 15.4%;
  color: #a75470;
  font-size: 15px;
}

.sraddhaprice2 h5 {
  margin-top: -2%;
  margin-left: 29%;
  font-size: 15px;
}

.sraddhaprice2 h6 {
  margin-top: -2.1%;
  margin-left: 40.4%;
  color: #a75470;
  font-size: 15px;
}

.sraddhaprice4 h5 {
  margin-top: -1.9%;
  margin-left: 54%;
  font-size: 15px;
}

.sraddhaprice4 h6 {
  margin-top: -2.1%;
  margin-left: 65.4%;
  color: #a75470;
  font-size: 15px;
}

.sraddhaprice5 h5 {
  margin-top: -2%;
  margin-left: 78%;
  font-size: 15px;
}

.sraddhaprice5 h6 {
  margin-top: -2.1%;
  margin-left: 89.4%;
  color: #a75470;
  font-size: 15px;
}


/* celeb */
.celebitem {

  width: 100%;
}

.celebitem h2 {
  text-align: center;
  margin-top: 5%;
}



/* feature */

.product_features_sec {
  position: relative;
}

.product__image {
  position: relative;
  z-index: 0;
  width: 50%;
}

.product__item0 {
  position: relative;
  width: 100%;
  border-radius: 10px;
}

.product_point {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product_point .hotspot__btn {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  background-color: black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product_point .product_details {
  position: absolute;
  top: 130%;
  width: 250px;
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}

.product_point .hotspot__btn:hover .product_details {
  top: 150%;
  opacity: 1;
  visibility: visible;
}

.product_point .hotspot__btn:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 4px solid white; 
  opacity: .6;
  animation: wsonar 1.6s linear infinite;
}

@keyframes wsonar {
  0% {
    transform: scale(1);
    opacity: .6;
  }

  100% {
    transform: scale(1.2);
    opacity: .2;
  }
}

.hotspot__btn .plus_icon {
  color: #fff;
  transition: .5s;
}



.product_details h3 {
  font-size: 18px;
  color: #222;
  margin-bottom: 5px;
}

.product_details p {
  font-size: 14px;
  color: #444;
  line-height: 20px;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 400;
}

/* Card Block css */
.card__product {
 
  position: relative; 
   padding: 0px; 
  border-radius: 10px;
  width: 100%;
}

.card__img {
  border-radius: 10px;
  overflow: hidden;
}

.card__img.portrait {
  aspect-ratio: 4/5;
}

.card__img.square {
  aspect-ratio: 1/1;
}

.card__img img {
  width: 60%;
  height: 100%;
  /* object-fit: cover; */
}

.card__inner {
  position: relative;
}

.card__body {
  padding: 10px 10px;
}

.card__body a {
  text-decoration: none;
}

.card__body .prod_title {
  font-size: 20px;
  color: #3d425c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card__price {
  position: relative;
}

.card__price .cur_price {
  display: inline-block;
  font-size: 15px;
  color: black;
  font-weight: 600;
  vertical-align: middle;
}

.card__price .comp_price {
  display: inline-block;
  font-size: 12px;
  color:grey;
  font-weight: 400;
  margin-right: 7px;
  vertical-align: middle;
}

.card__button {
  text-align: center;
  position: absolute;
  bottom: -10px;
  width: 100%;
  opacity: 0;
  transition: .5s;
}

.card__product:hover .card__button {
    bottom: 20px;  
  opacity: 1;
}

.card_btn {
  font-size: 14px;
  color: #fff;
  background-color: black;
   /* border: 1px solid white;  */
  padding: 8px 15px;
   /* border-radius: 5px;  */
  margin: 5px auto;
  text-align: center;
  transition: .5s;
  text-decoration: none;
}

.card_btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #ff4a6c;
}

.card__body .prod_title {
  font-size: 15px;
}


.feature{
  display: grid;
  grid-template-columns: auto auto auto auto;

}
.product__image_wrap img{
margin-top: 5%;
}

/* blogs */
.blogs {

  width: 100%;
}

.blogs h2 {
  text-align: center;
  margin-top: 5%;
}

.blogsimg {
  display: grid;
  grid-template-columns: auto auto auto;
}

.blogsimg a img {
  margin-left: 7%;
  margin-top: 4%;
}

/* blog detail */
.blogdetail p {
  margin-top: 1%;
  margin-left: 3%;
  font-size: 17.9px;
}

.blogdetail2 p {
  margin-top: -5.5%;
  margin-left: 36%;
  font-size: 17.9px;
}

.blogdetail3 p {
  margin-top: -5.5%;
  margin-left: 69%;
  font-size: 17.9px;
}


/* review */
.customer {

  width: 100%;
}

.customer h2 {
  text-align: center;
  margin-top: 5%;
}

.banner {
  margin-top: 2%;
  background-image: url(./customerlove.jpg);
  background-size: 100%;
  height: 86vh;
  background-repeat: no-repeat;
}

/* review */
.item6 {
  display: grid;
  grid-template-columns: auto auto auto auto;
}

.box {
  margin: auto;
  width: 95%;
  padding-top: 5%;
}

.box p {
  padding-left: 2%;
}

.box h5 {
  padding-left: 2%;
}


/* icons */
.icon {
  margin-top: 2%;
  width: 80%;
  margin-left: 11.2%;
  text-align: center;
  /* border: 1px solid grey; */
}

.icon i {
  font-size: 25px;
  /* padding-left: 25px; */
  /* padding-right: 25px; */
  margin-top: 2%;
  border: 1px solid grey;
  border-radius: 50%;
  padding: 1%;
}



/* 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; */
}