@font-face {
  font-family: bostonangel;
  src: url(BostonAngelRegular.ttf);
}

@font-face {
  font-family: bostonAngel;
  src: url(BostonAngelRegular.woff);
}
.responsiveImgDesktop{
	margin-left:8%;
	width:70%;
	height: auto;
}
/* First Header Customization */
.first-header {
  background-color: #fceef0;
  padding: 3px 0;
}

.contactInfo a{
	text-decoration: none;
	color: #333;
}


.second-header {
  background-color: #fceef0;
  /* Black background */
  color: #ffcc00;
  /* White text */
  padding: 0px 0;
  /* Padding for some vertical spacing */
  position: relative;
  z-index: 1;
  /* Ensure it's above other elements */
}

.second-header .navbar-nav .nav-link {
  color: white !important;
  /* Ensure the text color for the links is white */
}

.second-header .navbar-nav .dropdown-menu {
  background-color: #fff;
  /* Darker background for dropdown */
}

.second-header .navbar-nav .dropdown-menu .dropdown-item {
  color: white !important;
  /* White text for dropdown items */
}

.second-header-container {
  width: 45%;
  background-color: #3b3b3b;
  /* Background color for the container */
  border-radius: 14px 14px 0px 0px;
  /* Curved edges */
  /* padding: 10px; */
  /* Padding around the edges */
  margin-left: auto;
  margin-right: auto;
  /* Same margin for right */

}


.search-icon,
.right-icons a {
  font-size: 20px;
  color: #333;
}

.right-icons a {
  margin-left: 15px;
}
.navbar-brand {
	 width:18%;
	margin: 0px auto;
	text-align: center;
}
.navbar-brand img {
 	width:100%;
	height: auto;
	
}

/* Second Header (Navigation Menu) */
.second-header {
  background-color: #fceef0;

  padding: 10px 0px 0px 0px;
}

.navbar-nav .nav-link {
  color: #555;
  font-size: 16px;
  padding: 1px 20px;
  transition: color 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover {
  color: #000;
}

/* Dropdown Menus */
.dropdown-menu {
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #ddd;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
}

.navbar-nav .dropdown-toggle::after {
  margin-left: 5px;
}

/* Mobile view adjustments */
@media (max-width: 768px) {
  .navbar-brand {
	  width:65%;
      }
	
  .right-icons a {
    margin-left: 10px;
  }
.responsiveImgDesktop{
	margin-left:0%;
	width:100%;
	height: auto;
}
  .navbar-nav .nav-link {
    padding: 8px 10px;
  }
}

/* Slider Height */
#main-slider {
  height: 405px;
}

#main-slider .carousel-item {
  height: 500px;
}

#main-slider .carousel-item img {
  object-fit: cover;
  height: 81%;
}

/* Customize Caption Text */
.carousel-caption {

  padding: 20px;
  border-radius: 5px;
}

.carousel-caption h5 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.carousel-caption p {
  color: #ddd;
  font-size: 16px;
}

/* Optional - Customize Indicators */
.carousel-indicators button {
  background-color: #555;
}

/* Custom styles for the testimonial carousel dots */
.carousel-indicators [data-bs-target] {
  width: 20px;
  /* Increase the width */
  height: 20px;
  /* Increase the height */
  border-radius: 100%;
  /* Make them circular */
  background-color: #f7c1c1;
  /* Background color */
  opacity: 1;
  /* Make them fully opaque */
  margin: 0 5px;
  /* Add some space between dots */
}

.carousel-indicators .active {
  background-color: #ef8384;
  /* Change the color of the active dot */
}

/* Section Styling */
#blending-section {
  background-color: #fceef0;
  /* Optional: light background color */
  padding: 60px 20%;

}

.introParaHolder {
  margin-top: 25px;
}

.imgOwner {
  width: 60%;
  height: auto;
  display: block;
  border-radius: 300px;
}

.imgRight {
  text-align: right;
}

.imgHolder {
  width: 20%;
  display: block;
  background-color: #ffcc00;
  /*border-radius:500px;*/
  height: 175px;
  float: left;
}

.imgHolder img {
  width: 100%;
  /*border-radius:500px;*/
  height: 175px;
}

.textHolder {
  float: left;
  width: 75%;
  box-sizing: border-box;
  padding-left: 15px;
  padding-top: 25px;
}

.clear {
  clear: both;
}

#blending-section .section-title {
  font-size: 2.5em;
  font-weight: bold;
  color: #a667ab;
  font-family: bostonAngel;
  letter-spacing: 0.6px;
  margin: 0px;
  text-align: center;
}

#about-section .section-title {
  font-size: 2.5em;
  font-weight: bold;
  color: #a667ab;
  font-family: bostonAngel;
  letter-spacing: 0.6px;
  margin: 0px;
}

.bostonAngelTxt {
  font-family: bostonAngel;
  font-size: 2.5em;
  font-weight: bold;
  color: #a667ab;
}

#blending-section .section-description {
  font-size: 18px;
  color: #666;
  /* Optional: limit width of paragraph */
  margin: 0 auto;
  padding: 0px 0px 0px 29px;
  /* Center paragraph */
  line-height: 1.6;
}

/* Browse Our Products Section Styling */
#products-section {
  background-color: #fceef0;
}

#products-section .section-title {
  flex: 2.5em;
  font-weight: bold;
  color: #a667ab;
  font-family: bostonAngel;
  letter-spacing: 0.6px;
  margin: 0px;
}

.buttonMargin {
  margin-top: 40px;
}

.margin-left {
  margin-left: 30px;
}

.product-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  /* Ensures equal height for all product items */
  /* border: 1px solid #ddd; */
  border-radius: 5px;
  padding: 15px;
  /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); */
  transition: transform 0.3s ease;
}

.product-item:hover {
  transform: translateY(-5px);
  /* Hover effect to lift the product card */
}

.product-item img {
  max-height: 200px;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 15px;
  width: 100%;
  cursor: pointer;
}

.product-name {
  font-size: 18px;
  font-weight: 600;
  color: #555;
  text-align: center;
  margin-top: auto;
  /* Ensures product name is pushed to the bottom */
}

.view-all-btn {
  font-size: 1em;
  padding: 12px 20px;
  text-transform: uppercase;
  border-radius: 12px;
  transition: all 0.3s;
  background-color: #333333;
  color: #fff;
  margin-bottom: 38px;
}

.view-all-btn:hover {
  background-color: #b22f5a;
  color: #fff;
}

/* Featured Products Section Styling */
#featured-products-section {
  background-color: #fceef0 !important;
  /* Light gray background */
}

#featured-products-section .section-title {
  float: 2.5em;
  font-weight: bold;
  color: #a667ab;
  font-family: bostonAngel;
  letter-spacing: 0.6px;
  margin: 0px;
}

@media (max-width: 768px) {

  /* Mobile view */
  .logo {
    width: 70px;
    /* Smaller logo size for mobile */
  }
}

/* styles.css */

/* Center the section title */
.section-title {
  font-size: 2em;
  /* Adjust size as needed */
  margin-bottom: 20px;
  /* Spacing below the title */
}

/* Section description styling */
.section-description {
  font-size: 1.1em;
  /* Adjust font size as needed */
  color: #555;
  /* padding: 0px 0px 0px 35px;
  /* Adjust color as needed */
}

/* Button Margin */
.buttonMargin {
  margin-top: 20px;
  padding-left: 26px;
  /* Space above the button */
}


/* To hide the separator in mobile view */
.nav-item.d-none.d-lg-inline {
  display: inline;
  /* Display it in large screens */
}

.navbar-nav .nav-link {
  margin: 0 5px;
  /* Adjust margin between links */
}

.sweater-link {
  font-weight: 600;
  text-align: center;

  color: #000;
  text-decoration: none;


}

.s-link {
  font-weight: 600;
  text-align: center;

  color: #000;
  text-decoration: none;




}

.featured-product-item {
  /* background: #fff; */
  padding: 20px;
  /* border: 1px solid #ddd; */
  border-radius: 5px;
  margin-bottom: 30px;
  text-align: center;
  transition: transform 0.3s ease;
}

.featured-product-item:hover {
  transform: translateY(-5px);
  /* Lift the card on hover */
}

.product-image {
  max-height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.product-name {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.vendor-name {
  font-size: 14px;
  color: #777;
}

.product-price {
  font-size: 16px;
  margin-bottom: 15px;
}

.original-price {
  text-decoration: line-through;
  margin-right: 10px;
}

.sale-price {
  font-size: 18px;
  font-weight: bold;
  color: #d9534f;
  /* Red color for sale price */
}

.add-to-cart-btn {
  padding: 8px 12px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.add-to-cart-btn:hover {
  background-color: #333;
  color: #fff;
}

/* View All Button */
.view-all-btn {
  font-size: 16px;
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.view-all-btn:hover {
  background-color: #333;
  color: #fff;
}

/* Testimonial Section Styling */
#testimonial-section {

  position: relative;
  background-image: url('your-background-image.jpg');
  /* Add your background image here */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.testimonial-background {

  position: relative;
  background-image: url(img/testimonialBg.webp);
  /* Semi-transparent overlay */
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-box {
  margin-top: 100px;
  background-color: #fff;
  border-radius: 10px;
  max-width: 700px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  height: 285px;
  /* Shadow effect */
}

.testimonial-text {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  font-style: italic;
}

.testimonial-author {
  font-size: 40px;
  font-weight: bold;
  color: #a667ab;
  font-family: bostonAngel;
}

/* Customizing carousel controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #333;
  border-radius: 50%;
	display: none;
}

.carousel-indicators li {
	 background-color: #fff;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .testimonial-box {
    padding: 10px 8px;
	  height:300px;
  }

  .testimonial-text {
    font-size: 15.5px;
  }

  .testimonial-author {
    font-size: 24px;
  }
	
	.carousel-indicators [data-bs-target] {
  width: 20px;
  /* Increase the width */
  height: 20px;
  /* Increase the height */
  border-radius: 100%;
  /* Make them circular */
  background-color: #f7c1c1;
  /* Background color */
  opacity: 1;
  /* Make them fully opaque */
  margin: 0 5px;
  /* Add some space between dots */
}
}

/* Footer Styling */
.bg-gray {
  background-color: #3b3b3b;
  /* Gray background */
}

.footer a {
  text-decoration: none;
  /* Remove underline from links */
}

.footer a:hover {
  text-decoration: underline;
  /* Underline links on hover */
}

.footer p {
  margin: 0;
  /* Remove default margin */
  color: #fff;
  /* White text color */
}

/* Add this to your CSS file */
.product-info {
  background-color: white;
  color: black;
  padding: 10px;
  border-radius: 5px;
}

.product-card {
  display: flex;
  flex-direction: column;
  /* Ensure vertical stacking of image and text */
  height: 100%;
  /* Allow the product cards to grow equally */
}

.position-relative {
  position: relative;
}

.badge {
  position: absolute;
  top: 10px;
  /* Adjust as needed */
  left: 10px;
  /* Adjust as needed */
  background-color: red;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 0.8rem;
  /* Adjust font size as needed */
}

.sold-out {
  display: none;
  /* Initially hide the badge */
}

/* Show the Sold Out badge if the product is sold out */
.sold-out:empty {
  display: none;
  /* Ensure it's hidden if empty */
}

/* Add the below class to the product card for sold-out products */
.product-card.sold-out .badge {
  display: block;
  /* Show the badge for sold-out products */
}




.contact-form {
  margin-top: 20px;
}

.form-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.form-group {
  flex: 1;
  margin-right: 10px;
}

.form-group:last-child {
  margin-right: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: white;
  /* Set background color to black */
  color: white;
  /* Set text color to white */
}

/* Placeholder styling */
::placeholder {
  color: white;
  /* Placeholder text color */
  opacity: 0.8;
  /* Optional: add some transparency to the placeholder */
}

button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  background-color: #ed5a8a;
}

@media (max-width: 600px) {
	.carousel-item h5{
		font-size: 0.9em;
		font-weight: 600;
	}
.form-row {
    flex-direction: column;
  }
	.mobileDots{
		display: none;
	}
  .form-group {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .second-header {
	  background-color: #fddce1;
	  text-align: center;
	  padding: 0px 0px 0px 0px;
  }

  .second-header-container {
	  width: 50%;
  background-color: #fddce1;
  /* Background color for the container */
  border-radius: 14px 14px 0px 0px;
  /* Curved edges */
  /* padding: 10px; */
  /* Padding around the edges */
     margin: 0px auto;
    /* Same margin for right */
  }
	.second-header .navbar-nav .nav-link{
		color: #ed5a8a !important;

	}
  #blending-section{
    padding: 60px 2%;

  }
  .imgHolder{
    width: 100%;
    text-align: center;
    background-color: #fceef0;
  }
  .imgHolder img{
    width: 62%;
    height: auto;
  }
  .buttonMargin{
    text-align: center;
  }
  #blending-section .section-description{
    padding: 10px 0px 0px 0px;
  }
}

/* Footer Logo */
.footer-logo {
  width: 150px;
  /* Adjust logo size as needed */
  display: block;
  margin: 0 auto;
  /* Center the logo */
}

/* Footer Links */
.footer ul.list-inline {
  margin-bottom: 10px;
  /* Add some space below the links */
}

.footer ul.list-inline a {
  font-size: 14px;
  /* Set a font size for the links */
}

.footer p {
  font-size: 14px;
}