@font-face {
  font-family: bostonangel;
  src: url(BostonAngelRegular.ttf);
}

@font-face {
  font-family: bostonAngel;
  src: url(BostonAngelRegular.woff);
}
.responsiveImgDesktop{
	margin-left:0;
	width:100%;
	height: auto;
}
/* First Header Customization */
.first-header {
  background-color: white; 
  padding: 0px 0;  
  position: relative;
  z-index: 1;
}
#scrollTop {
  position: fixed;
  bottom: 20px;
  right: 50%;
  transform: translateX(50%);
  z-index: 1000;
}

.upArrow {
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.upArrow:hover {
  transform: scale(1.1);
  opacity: 0.8;
}



/* Navbar for first header */
.first-header .navbar-nav .nav-link {
  background-color: #3b3b3b;
  color: white;  
  font-size: 16px;
  padding: 5px 30px;  
  margin: 0;
  transition: color 0.3s ease-in-out;
}
.first-header .navbar-nav .nav-link:hover {
  color: #ccc;  
}

/* Dropdown Menus */
.first-header .dropdown-menu {
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #ddd;
}

.first-header .dropdown-item:hover {
  background-color: #f8f9fa;
}

.first-header .navbar-nav .dropdown-toggle::after {
  margin-left: 5px;
}

/* Logo Styling */
.first-header .navbar-brand {
  width: 40%;
  margin: -10px auto;
  text-align: center;
}

.first-header .navbar-brand img {
  width: 100%;
  height: auto;
}

.first-header .second-header-container {
  width: 45%;
  background-color: #3b3b3b; 
  border-radius: 14px 14px 0px 0px;
  margin-left: auto;
  margin-right: auto;
}

/* Icon Styling */
.first-header .search-icon,
.first-header .right-icons a {
  font-size: 20px;
  color: #333;
}

.first-header .right-icons a {
  margin-left: 15px;
}
.custom-navbar {
    background-color: #3b3b3b; 
    width: 80%; 
    margin: 10px auto; 
    border-radius: 25px; 
    padding: 5px; 
  }

  .navbar-nav .nav-link {
    color: #4C4E52; 
    padding: 5px 15px; 
  }

  

  .text-white {
    color: white; 
  }

/* Remove default arrow styling */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: none !important;
}

/* Custom arrows */
.custom-control-prev,
.custom-control-next {
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 2rem;
  color:#4C4E52; /* Black arrow color */
  z-index: 10;
  cursor: pointer;
}

.custom-control-prev {
  left: 10px;
}

.custom-control-next {
  right: 10px;
}

.custom-control-prev:hover,
.custom-control-next:hover {
  background: none;
}

/* Ensure the carousel has no grey lines or borders */
.carousel {
  border: none;
  outline: none;
  background: transparent;
}

/* Slider Height */
#main-slider {
  height: auto;
margin-top: 10px;
overflow: hidden;  
position: relative; 
}

#main-slider .carousel-item {
  width: 100%;
  height: auto;
}

#main-slider .carousel-item img {
  margin-top: 10px;
  width: 100%;
  object-fit: cover;
  height: auto;
  object-position: center center;
}


/* Customize Caption Text */
.carousel-caption {
  top: 3%;
  left: 1px;
  right: 0;
  position: absolute;
  text-align: left;
  color: #6a0a17; 
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); 
  
}

.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: #333;
}

/* Custom styles for the testimonial carousel dots */
.carousel-indicators [data-bs-target] {
  width: 20px;
 
  height: 20px;
 
  border-radius: 100%;
  
  background-color: #333;
 
  opacity: 1;
  
  margin: 0 5px;
 
}

.carousel-indicators .active {
  background-color: white;
  
}

/* Section Styling */
#blending-section {
  padding: 50px 10%;
  background-color: white;


}

.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;
  
  height: 175px;
  float: left;
}

.imgHolder img {
  width: 100%;
  height: 175px;
}

.textHolder {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 5px;
}

.clear {
  clear: both;
}
.carousel-caption h1 {
  font-family:bostonAngel ;
  font-size: 40px;
  margin: 0; 
  margin-left: 230px;
  
}

#blending-section .section-title {
  font-size: 2em;
  font-weight: bold;
  color: #6a0a17;
  font-family: bostonAngel;
  letter-spacing: 0.6px;
  margin: 0px;
  text-align: center;
}

#about-section .section-title {
  font-size: 2.5em;
  font-weight: bold;
  color: #6a0a17;
  font-family: bostonAngel;
  letter-spacing: 0.6px;
  margin: 0px;
}

.bostonAngelTxt {
  font-family: bostonAngel;
  font-size: 2.5em;
  font-weight: bold;
  color: #6a0a17;
}

#blending-section .section-description {
  font-size: 18px;
  margin: 0 auto;
  padding: 0px 70px 0px 70px;
  color: #555;
  line-height: 1.6;
}
.modal-title{
margin-left: 160px;
margin-top: 10px;
margin-bottom: 0px !important;
color: #6a0a17;
font-family:bostonAngel ;
font-weight: bold;}

.modal-body{
  padding: 25px;
  margin: 0;
  text-align: center;
}

/* Square Image Styling - Increase Image Size */
.product-image-wrapper {
  width: 100%;
  height: 100%;  
  display: flex;
  justify-content: center;
  align-items: center; 
  margin-bottom: 15px;  
  
  }

.product-image {
  object-fit: contain;  
  display: block;
  margin: 0 auto;  
  height: 100%;  
  width: auto;  
  
}


.product-details {
  padding: 10px;
  border-top: 2px dotted #000;
}


.s-link {
  font-size: 14px;
  font-weight: bold;
  color: #333;  
  text-decoration: none;
  display: block;
  margin-bottom: 20px;  
}


.product-price {
  display: flex;  
    align-items: center;  
  font-size: 13px !important;
  color: red;  
  font-weight: bold;
  margin:5px 0px 5px 0px;
  text-align: center;
 

   
}

.product-price .price {
  margin-right: 15px;  
}

.order-now-btn {
  background-color: red;  
  color: white;  
  padding: 5px 13px;  
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  margin-left: 45px;
  margin-top: 5px;
}

.order-now-btn:hover {
  background-color: #3b3b3b;  
  transition: background-color 0.3s ease;
}

  .col-12 .section-title{
  font-family: bostonAngel;
  font-weight: bold;
  color: #6a0a17 !important;
  margin-top: -40px;
}

/* Centering the button for larger screens */
.view-all-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 200px;
  background-color: #333;
  border-radius: 30px;
  color: white;
}


/* Featured Products Section Styling */
#featured-products-section {
  background-color: #fceef0 !important;
  
}

#featured-products-section .section-title {
  float: 2.5em;
  font-weight: bold;
  color:#6a0a17;
  font-family: bostonAngel;
  letter-spacing: 0.6px;
  margin: 0px;
}



/* Center the section title */
.section-title {
  font-size: 2em;
  margin-bottom: 20px;

}

/* Button Margin */
.buttonMargin {
  margin-top: 20px;
  padding-left: 26px;
}


/* To hide the separator in mobile view */
.nav-item.d-none.d-lg-inline {
  display: block;
  
}

.navbar-nav .nav-link {
  margin: 0 0px;
}

.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 {
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 30px;
  text-align: center;
  transition: transform 0.3s ease;
}

.featured-product-item:hover {
  transform: translateY(-5px);
}

.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: #6a0a17;
}

.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;
}

.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;
}

.contactInfo p{
  padding-bottom: 40px;
  margin-top: 20px;
}

/* Testimonial Section Styling */
#testimonial-section {

  position: relative;
  background-image: url('your-background-image.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.testimonial-background {
  position: relative;
  background-image: url('https://upmedia.co.in/Pranavflutes/images/testimonialsBg.webp');
  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;
  
}

.testimonial-text {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  font-style: italic;
}

.testimonial-author {
  font-size: 40px;
  font-weight: bold;
  color: #6a0a17;
  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%;
}

/* Footer Styling */
.bg-gray {
  background-color: #3b3b3b;
}

.footer a {
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer p {
  margin: 0;
  color: #fff;
}

/* 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;
  height: 100%;
}

.position-relative {
  position: relative;
}

.badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: red;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 0.8rem;
}

.sold-out {
  display: none;
}

/* Show the Sold Out badge if the product is sold out */
.sold-out:empty {
  display: none;
}

/* Add the below class to the product card for sold-out products */
.product-card.sold-out .badge {
  display: block;
}




.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;
  color: white;
}

/* Placeholder styling */
::placeholder {
  color: white;
  opacity: 0.8;
}

button {
  background-color: #3b3b3b;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  background-color: #3b3b3b;
}

/* Footer Logo */
.footer-logo {
  width: 150px;
  
  display: block;
  margin: 0 auto;
}

/* Footer Links */
.footer ul.list-inline {
  margin-bottom: 10px;
  
}

.footer ul.list-inline a {
  font-size: 14px;
  
}

.footer p {
  font-size: 14px;
}


/* Ensuring mobile responsiveness */
@media (max-width: 1024px) {
  .first-header .navbar-nav .nav-link {
    background-color: #6a0a17;}
 .first-header {
      display: flex;
      flex-direction: row; 
      justify-content: space-between;
      align-items: flex-start; 
      padding: 20px;
    }

    .custom-navbar {
      width: 100%; 
        margin: 0; 
        padding: 0; 
        background-color: #3b3b3b; 
        position: relative; 
        
    }
#menuButton{

  width: 100% !important; /* Full width for the mobile menu button */
  padding: 5px; /* Adjust padding for better appearance */
  font-size: 15px; /* Adjust font size if needed */
  margin-bottom: -30px;
  border-radius: 0px;
  border: none;
}

    .navbar-collapse {
      position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        background-color: transparent;
        border-radius: 5px; 
        z-index: 1050; 
    }

    .navbar-nav {
      display: flex;
      flex-direction: column; 
    }

    .nav-item {
      text-align: center; 
    }

    .nav-link {
      color: white; 
    }
    .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;
    }
    .container-fluid {
      display: flex;
      justify-content: center;  
      align-items: center;      
    }
    
    
    .logo {
      width: 200px !important;  
      height: auto; 
      margin-left: -30px;  
    margin-right: 0 !important;  
    }
   }

   
@media (max-width: 767px) {
  .btn-secondary {
    background-color: #6a0a17 !important; 
    color: white; 
    border: none; 
    padding: 5px 10px; 
    font-size: 14px;  
    width: 100%; 
    text-align: center; 
    transition: background-color 0.3s ease; }}

  
  .btn-secondary:hover {
    background-color:#6a0a17 !important; 
    cursor: pointer; 
}

#main-slider {
  margin: 0px !important;
  padding: 0; /* Ensure no padding on top of the slider */
}

/* Make sure there is no margin in carousel inner */
.carousel-inner {
  margin: 0;
  padding: 0;
}
   
  
  
  
  
@media (max-width: 1024px) {
  #main-slider {
    height: auto; 
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 0;
  }
  

  #main-slider .carousel-item img {
    width: auto;
    height: auto; 
  }
  

}


@media (max-width: 576px) {
  #readMoreModal .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh; /* Ensures full-screen height for centering */
  }

  #readMoreModal .modal-content {
    margin: 0 auto; /* Centers horizontally */
line-height: 1.3;
  }
.modal-title{
margin-left: 130px;
font-family:bostonAngel ;}
}


/* Browse Our Products Section Styling */
.product-item {
  background-color: white;  
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(96, 90, 90, 0.1);  
  /*margin-bottom: 30px;  
  margin-top: -25px;*/
  margin:20px 10px 20px 10px;
}

@media (max-width: 1024px) {
  .product-item {
    margin-bottom: 20px; /* Space between products */
  }
  
}


@media (max-width: 767px) {

  
  .product-image-wrapper img {
    width: 100%;  
    height: 300px;  
    object-fit: cover;
    object-position: center center; 
  }

  
  #products-section {
    padding: 20px 10px;  /* Reduced padding for better fit on mobile */
  }

  /* Adjust the heading font size */
  #products-section .section-title {
    font-size: 24px;  /* Adjust the font size of the title for mobile */
    margin-bottom: 5px; /* Add margin for spacing */
  }

  
  .product-details {
    text-align: center;  
    padding: 20px;
  }

  
  .product-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px !important;  
    margin-top: 5px;
  }

  .order-now-btn {
    margin-top: 10px;
    background-color: red; 
    color: white;
    padding: 5px 15px;
    border-radius: 30px;
    text-decoration: none;
    margin-left: 5px;
  }



}


/* Mobile View Adjustments */
@media (max-width: 600px) {
  .view-all-btn {
      display: block;          
      margin-left: auto;       
      margin-right: auto;      
      width: 200px; 
      border-radius: 30px;           
  }
}

@media (max-width: 767px) {
  #contact-section {
    padding: 20px 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .section-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .contact-form, .contactInfo {
    width: 100%;
    padding: 0 10px;
  }

  .contact-form .form-group input,
  .contact-form .form-group textarea {
    width: 100%;
    margin-bottom: 15px;
  }

  .view-all-btn {
    width: 35%;
    font-size: 14px;
    margin-top: 20px;
  }

  .contactInfo p {
    font-size: 16px;
    margin-bottom: -20px !important;
  }

  .contactInfo i {
    font-size: 20px;
    margin-right: 10px;
  }
}



@media (max-width: 1024px) {
  
  .testimonial-box {
    padding: 10px 8px;
	  height:300px;
    margin-top: 10px;
  }

  .testimonial-text {
    font-size: 15.5px;
  }

  .testimonial-author {
    font-size: 24px;
  }
  
	
	.carousel-indicators [data-bs-target] {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color:#333;
  opacity: 1;
  margin: 0 5px;
}
}


@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: white;
	  text-align: center;
	  padding: 0px 0px 0px 0px;

  }

  .second-header-container {
	  width: 50%;
  background-color: white;
  border-radius: 14px 14px 0px 0px;
     margin: 0px auto;
  }
	.second-header .navbar-nav .nav-link{
		color: #ed5a8a !important;

	}
  @media (max-width: 767px) {

    /* Adjust the section itself */
    #blending-section {
      padding: 20px 15px; 
    text-align: center; 
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center; 
    width: 100%; 
    }
  
    /* Adjust the title font size for mobile */
    #blending-section .section-title {
      font-size: 22px;
      text-align: center; 
      margin-bottom: 0px; 
      margin-right: 0; 
      margin-left: 0;
    }
  
    /* Adjust the description font size and line height for mobile */
    #blending-section .section-description {
      font-size: 16px;
      line-height: 1.4; 
      text-align: center; 
      margin-bottom: 20px; 
      margin-right: 0; 
      margin-left: 0;
      padding: 0px;
      width: 100%;
    }
  
    /* Adjust the button container */
    #blending-section .buttonMargin {
      text-align: center; 
      margin-top: 20px; 
      width: 100%;
    }
  
    /* Adjust the button itself */
    #blending-section .view-all-btn {
      font-size: 14px; 
      display: inline-block;
      width: 35%;
    margin-right: 20px;
    }
  }
}
/* Style for the video container */
/* Base styles for the video container */
.video-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

/* Styles for the iframe */
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1025px) {
  .video-container {
    height: 400px; /* Adjust as needed for desktop */
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
    
  }
}


@media (max-width: 767px) {
  .video-container {
      height: 150px; 
  }
}

@media (max-width: 1024px) {
  .video-container {
      height: 250px; 
  }
}


