*{
  padding:0px;
  margin:0px;
  box-sizing: border-box;
  font-family: 'Times New Roman', Times, serif;
}
.social {
width: 100%;
height: 8vh;
background-color: rgb(35, 34, 34);
display: flex;
justify-content: center;
align-items: center;
position: relative;
}

.socialrap {
width: 100%;
position: relative;
display: flex;
justify-content: center;
}

.scroll-container {
display: flex;
align-items: center;
}

.name1 {
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 12px;
white-space: nowrap;
}
.scroll-arrow {
color: white;
font-size: 12px;
cursor: pointer;
margin: 0 100px; /* Increase the margin to increase the distance from the text */
}



/* Navigation Bar Styling */
.navi {
background-color: white !important;
width: 100%;
text-align: center;
padding: 10px 0;
border-bottom: 1px solid #ddd;
}

/* Container Flex Styling */
.container-fluid > .d-flex {
padding: 0 20px;
}

/* User Icons Styling */
.user-icons {
display: flex;
gap: 20px;

}

.user-icons i {
font-size: 20px;
color: #000;
cursor: pointer;
}

/* Logo Styling */
.navbar-brand img {
width: 140px;
margin-left: 50%;
}

/* Search Container Styling */
.search-container {
display: flex;
align-items: center;
gap: 10px;
}

.search-container i {
font-size: 20px;
color: #000;
}

.search-input {
border: none;
border-bottom: 1px solid #000;
outline: none;
padding: 5px;
width: 200px;
}

/* Navigation Links Styling */
.nav-item {
margin-right: 20px; /* Adjust the value as needed */
}

.nav-link.name {
position: relative;
color: black;
margin-bottom: 15px;
font-size: 15px;
}

.nav-link.name::after {
content: "";
position: absolute;
width: 0;
height: 1px; /* Thickness of the underline */
left: 0;
bottom: -3px; /* Position of the underline below the text */
background-color: black;
transition: width 0.3s ease-in-out; /* Animation duration and easing */
}

.nav-link.name:hover::after {
width: 100%; /* Full underline on hover */
}



/* Dropdown Menu Styling */
.dropdown-menu {
border-radius: 0;
border: none;
box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

.dropdown-item:hover {
background-color: #f8f9fa;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
.container-fluid > .d-flex {
  flex-direction: column;
  align-items: center;
}

.search-container {
  width: 100%;
  justify-content: center;
  margin-top: 10px;
}

.user-icons {
  margin-bottom: 10px;
}

.search-input {
  width: 100%;
  max-width: 300px;
}
}


/* banner */
.ban{
width: 100%;
height: 85vh;
background-image: url(./giftindex1.webp);
background-size: 100%;
background-repeat: no-repeat;
}
.banrap{
width: 100%;
height: 55vh;
}

.banrap1{
width: 50%;
margin: auto;
/* border: 2px solid white; */
padding-top: 100px;
}















/* middle */
.mid3 {
  width: 100%;
  height: 85vh;
  background: white;
  position: relative;
}

.midrap3 {
  width: 100%;
  margin: auto;
  padding-top: 60px;
  text-align: center;
}

.midrap3 h1 {
  font-size: 32px;
  font-family: 'Times New Roman', Times, serif;
  font-weight: normal;
}

/* shop-section3 */
.shop-section3 {
  margin-top: 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* Ensures equal space between boxes */
  padding: 0 20px; /* Padding for consistent spacing at the start and end of the row */
}

/* row3 */
.row3 {
  display: flex;
  justify-content: space-between; /* Equal space between boxes */
  width: 100%;
  margin-bottom: 20px; /* Adjusted margin to create vertical spacing between rows */
}

.box3 {
  padding: 20px;
  text-align: center;
  position: relative;
  transition: transform 0.3s;
  width: calc(25% - 40px); /* Adjusted width to fit 4 images with equal spacing */
  margin: 0 10px; /* Equal gap around each box */
  height: 50vh;
  box-sizing: border-box;
}

.box3:hover {
  transform: scale(1.05);
}

.product-img3 {
  height: 38vh;
  width: 100%;
  transition: transform 0.3s;
}



.product-info3 {
  position: relative;
  margin-top: 20px;
}

.product-info3 h1 {
  margin-top: 10px;
  font-size: 14px;
  font-family: sans-serif;
  font-weight: bold;
  color: black;
}

.product-name3 {
  font-size: 12px;
  font-family: sans-serif;
  font-weight: lighter;
  color: black;
}

.product-info3 p {
  margin: 0;
  color: black;
  font-size: 12px;
}

/* Hover effect and bestseller tag */
.img-wrapper {
  position: relative;
  height: 38vh;
  width: 100%;
}

.product-img3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 115%;
  height: 100%;
  transition: opacity 0.3s ease-in-out;
}

.default-img {
  opacity: 1;
}

.hover-img {
  opacity: 0;
}

.box3:hover .default-img {
  opacity: 0;
}

.box3:hover .hover-img {
  opacity: 1;
}

.bestseller {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: bisque;
  color: black;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
}









/* banner4 */
.ban6 {
  margin-top: 32%;
  width: 100%;
  height: 70vh;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;

}

.banrap6 {
  width: 90%;
  height: 90%; /* Full height for the banner */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
}

.text-content {
  width: 80%;
  text-align: left; /* Align text to the left */
  padding-right: 20px; /* Adjust padding if necessary */
}

.imagesa{
  width: 90%; /* Set the width for the image container */
  height: 100%; /* Ensure the image container covers the full height */
  display: flex;
  justify-content: flex-end; /* Place image on the right */
  align-items: center;
  background-color: bisque;
}

.main-imgr {
  width: 100%;
  height: 130%; /* Ensure the image covers the full height */
  object-fit: contain; /* Maintain aspect ratio and cover the container */
}

.banrap7 {
  color: black;
  font-size: 35px;
  font-weight: normal;
  margin-bottom: 1%;
  font-family: 'Times New Roman', Times, serif;
}

p{
  color: black;
  font-size: 15px;
  font-family: 'Times New Roman', Times, serif;
}





/* middle section */
.mid5 {
  width: 100%;
  background: white;
  padding-top: 50px;
  text-align: center;
}

.midrap5 {
  margin-bottom: 30px;
}

.midrap5 h1 {
  font-size: 30px;
  font-family: 'Times New Roman', Times, serif;
  font-weight: normal;
  margin-bottom: 50px;
}

/* first row */
.shop-section5 {
  display: flex;
  justify-content: space-evenly;
}

.box5 {
  position: relative;
  width: 30%;
  overflow: hidden;
  margin: 10px;
  transition: transform 0.11s ease;
}

.box5 img {
  width: 90%;
  height: 90%;
  transition: transform 0.9s ease;
}

.box5:hover img {
  transform: scale(1.1);
}


.product-info5 {
  padding: 20px 10px;
  background-color: white;
  color: black;
}

.product-info5 h1 {
  margin-top: 5%;
  font-size: 18px;
  margin-bottom: 10px;
  font-family:'Times New Roman', Times, serif;
  font-weight: 500;
}






/* middle */
.mida {
  width: 100%;
  height: 85vh;
  background: white;
  position: relative;
  
  }
  .midrapa {
  width: 100%;
  margin: auto;
  padding-top: 60px;
  text-align: center;
  }
  
  
  .midrapa h1 {
    font-size: 32px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal; /* Make the h1 bolder */
  }
  
  
  
  /* first row */
  .shop-sectiona {
    margin-top: 1%;
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  }
  
  .rowa {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
  }
  
  .boxa {
  padding: 20px;
  text-align: center;
  position: relative;
  transition: transform 0.3s;
  width: 22%; /* Adjusted width to fit 4 images with padding */
  margin: 10px 0; /* Adjusted margin for side alignment */
  height: 50vh;
  box-sizing: border-box;
  }
  .boxa:hover {
  transform: scale(1.05);
  }
  
  .product-imga {
  height: 38vh;
  width: 100%;
  transition: transform 0.3s;
  }
  .boxa:hover .product-imga {
  transform: scale(1.1);
  }
  
  .product-infoa {
  position: relative;
  margin-top: 20px;
  }
  
  .product-infoa h1 {
  margin-top: 10px;
  font-size: 14px;
  font-family: sans-serif;
  font-weight: bold;
  color: black;
  }
  .product-namea {
  font-size: 12px;
  font-family: sans-serif;
  font-weight: lighter;
  color: black;
  }
  .product-infoa p {
  margin: 0;
  color: black;
  font-size: 12px;
  }
  
  /* Additional CSS for hover effect and bestseller tag */
  .img-wrappera {
  position: relative;
  height: 38vh;
  width: 100%;
  }
  
  .product-imga {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-in-out;
  }
  
  .default-imga {
  opacity: 1;
  }
  
  .hover-imga {
  opacity: 0;
  }
  
  .boxa:hover .default-imga {
  opacity: 0;
  }
  
  .boxa:hover .hover-imga {
  opacity: 1;
  }
  
  .bestsellera {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: bisque;
  color: black;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
  }
  /* View All Button Styles */
.view-all-wrapper {
  text-align: center;
  margin-top: 65px;
}

.view-all-btn {
  background-color: black;
  color: white;
  padding: 10px 30px;
  font-size: 15px;
  font-weight: normal;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.view-all-btn:hover {
  background-color: #333;
}

  

.testimonial-section {
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
  background-color: #f8f8f0;
  padding: 20px;
  font-family: 'Times New Roman', Times, serif;
}

.testimonial-box , .featured-product-box {
  width: 48%;
  padding: 10px;
  background-color: #fff; /* Distinct box style */
  box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* Shadow for depth */
}

.testimonial-content {
  font-size: 24px;
  line-height: 1.5;
  color: #2a2a4a;
}

.quote-mark {
  font-size: 180px;
  color: grey;
  margin-right: 5px; /* Reduced margin */
  
}

.testimonial-content cite {
  display: block;
  margin-top: 2px;
  font-style: normal;
  color: #666;
  font-size: 15px;
}

.customer-say {
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;

}
p{
  font-size: 20px;
}

.featured-product-box {
  text-align: center;
  background-color: #fff; /* Distinct box style */
}

.featured-content h2 {
  text-transform: uppercase;
  font-size: 14px;
  color: #666;
}

.featured-content .gift-card-img {
  width: 50%;
  height: 50%;
  margin: 10px 0;
}

.product-details h3 {
  font-size: 16px;
  color: #2a2a4a;
  margin-bottom: 5px;
}

.product-details p {
  font-size: 14px;
  color: #666;
}

.price {
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0;
  color: #2a2a4a;
}

.quick-view {
  font-size: 12px;
  color: #2a2a4a;
  text-decoration: underline;
  cursor: pointer;
}



/* Banner container */
.bana {
  margin-top: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  background-color: white; /* Adjust the background color as needed */
}

/* Wrapper for images and text */
.banrapa {
  text-align: center;
}

/* Images container */
.images {
  display: flex;
  justify-content: center; /* Center images horizontally */
  gap: 10px; /* Add some space between the images */
  margin-bottom: 20px; /* Space between images and heading */
}

/* Main image styling */
.main-img {
  width: 200px;  /* Set uniform width for all images */
  height: auto;  /* Maintain aspect ratio */
  object-fit: contain;  /* Ensure images fit inside the set dimensions without stretching */
}

/* H1 styling */
.banrapb {
  font-size: 13px; /* Adjust font size as needed */
  font-weight: 400;
  margin-bottom: 45px; /* Space between H1 and images */
}












/* banner4 */
.ban8 {
  margin-top: 10%;
  width: 100%;
  height: 70vh;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;

}

.banrap8 {
  width: 100%;
  height: 100%; /* Full height for the banner */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
}

.text-content8 {
  width: 80%;
  text-align: left; /* Align text to the left */
  padding-right: 20px; /* Adjust padding if necessary */
}

.images8{
  width: 90%; /* Set the width for the image container */
  height: 100%; /* Ensure the image container covers the full height */
  display: flex;
  justify-content: flex-end; /* Place image on the right */
  align-items: center;
  background-color: bisque;
}

.main-img8 {
  width: 100%;
  height: 130%; /* Ensure the image covers the full height */
  object-fit: contain; /* Maintain aspect ratio and cover the container */
}

.banrap9 {
  color: black;
  font-size: 35px;
  font-weight: normal;
  margin-bottom: 1%;
  font-family: 'Times New Roman', Times, serif;
}



















/* footer */
.foot{
margin-top: 12%;
width: 100%;
background-color: rgb(255, 255, 240);
}
.footrap{
width: 100%;
margin: auto;
padding-top: 50px;
display: flex;
flex-direction: column;
align-items: center;
}
.top-section{
display: flex;
justify-content: space-between;
width: 80%;
margin-bottom: 30px;
}
.lastimg p, .connect p{
color:black;
font-size: 15px;
margin-bottom: 10px;
}

.connect ul{
display: flex;
list-style: none;
padding: 20;
}
.connect ul li{
margin-right: 50px;
    
}
.connect ul li a{
color: black;
font-size: 20px;
text-decoration: none;
}
.bottom-section{
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
width: 80%;
gap: 20px;
}
.boxz ul{
margin-top: 10px;
}
.boxz ul p{
color: black;
font-size: 15px;
margin-bottom: 10px;
}
.boxz ul a{
display: block;
font-size: 12px;
margin-top: 10px;
color: black;
text-decoration: none;
}
.foot-panel2{
margin-top: 20px;
background-color:  rgb(255, 255, 240);
color: black;
border-top: 1px solid black;
height: 70px;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.copyright ul{
margin: 0;
padding: 0;
list-style: none;
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
}
.copyright ul p{
color: black;
font-size: 12px;
margin-right: 20px;
}
.copyright ul a{
font-size: 12px;
color: black;
text-decoration: none;
}
