*{
    margin:0px;
    padding:0px;
    /* box-sizing:border-box; */
    /* background-color: ; */
}  
.body{
    background-color: #ca0075;
    margin: 0;
} 
/*------------------------------------------------------Header----------------------------------------------------*/


.image-container{
  height: 50%;
  font-size: larger;
}

.navbar-brand {
    display: flex; /* Use flexbox for alignment and responsiveness */
    align-items: center; /* Align logo and text vertically */
    text-decoration: none; /* Remove default underline from anchor tag */
  }
  
  .navbar-brand img {
    max-height: 50px; /* Set maximum logo height */
    width: auto; /* Allow logo width to adjust proportionally */
    margin-right: 10px; /* Add space between logo and text (optional) */
  }
  
  /* Responsive adjustments for smaller screens (iPhones and similar): */
  @media only screen and (max-width: 768px) {
    .navbar-brand {
      /* Adjust these properties as needed for your specific layout */
      flex-direction: column; /* Stack logo and text vertically on small screens */
      align-items: center;  /* Center content in the column */
    }
  
    .navbar-brand img {
      margin-bottom: 5px; /* Add spacing between logo and text on smaller screens */
    }
  }
  
  .image-box {
    position: relative; /* Allows positioning of the overlay */
  }
  
  /* Default styles for all screen sizes */
  .image-box img {
    width: 100%;
    height: 150%; /* Maintain image aspect ratio */
  }
  @media (max-width: 768px) {
    h2#banner-text {
      font-size: 1.2em;  /* Adjust as needed for phone view */
    }
    #bd-title{
      font-size:24px;
      margin-left: 0%;
  }
  #bd-title img{
    height: 40px;
  }
  }
  .image-box{
    height: 100px;
  }
  .image-box .text-overlay button {
    font-size: 15px;
    background-color: #ffffff00 ; /* Removes background color */
    border: 1px solid #ffffff;
    border-radius: 25px; /* Removes border */
    border-color: #ffffff;
    color: inherit; /* Inherits color from parent element (likely dark) */
    padding: 10px 20px; /* Adjust padding as needed */
    cursor: pointer; /* Indicates clickable element */
    position: absolute; /* Make button position relative to parent */
  bottom: 25px; /* Place button 10px from the bottom */
  left: 50%; /* Center button horizontally (adjust if needed) */
  transform: translateX(-50%); /* Offset button to compensate for centering */

    transition: background-color 0.2s ease-in-out; /* Smooth transition */
  
    /* Optional: Add a subtle border on hover */
    &:hover {
      background-color: rgba(0, 0, 0, 0.1); /* Slightly transparent background on hover */ /* Thin border on hover */
      bottom: 25px; /* Place button 10px from the bottom */
    }
  }
  
  
  
  .text-overlay {
    position: absolute;
    top: 0;
    left: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0); /* Semi-transparent black background */
    color: white; /* White text color */
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  /* Media queries for phone responsiveness */
  @media (max-width: 768px) {
    .image-box {
      width: 100vw; /* Set width to 100% of viewport width */
      height: auto; /* Adjust height as needed for phone layout */
    }
  }
  
  

@media all and (min-width:900px){
    .mrl{
        margin-left:200px;
    }
    .reg2{
        position:absolute;
        right:50px;
    }
    .reg1{
        position:absolute;
        right:200px;
    }
}
/*------------------------------------------------------Header----------------------------------------------------*/


/*------------------------------------------------------Banner----------------------------------------------------*/

.banner-link{
    text-decoration: none;
    list-style:none;
    object-fit: contain;
}
/*------------------------------------------------------Banner----------------------------------------------------*/

/*------------------------------------------------------Card2---------------------------------------------------->*/



/*------------------------------------------------------Card2----------------------------------------------------*/



@media all and (max-width:500px){
    .mm{
        margin: top 10px;
    }

    .product-container {
      display: flex;
      flex-wrap: wrap;
      margin-left: 0%;
      margin-right: 0%;
      border-radius: 0px
  }
}   












/*------------------------------------------------Footer------------------------------------------------- */

body{
	line-height: 1.5;
	font-family: 'Poppins', sans-serif;
}

.container{
	max-width: 1170px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
	background-color: #24262b;
    padding: 70px 0;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}

}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}

@font-face { font-family: 'Font Awesome 5 Free'; src: url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.woff2') format('woff2'); }


/*------------------------------------------------Footer------------------------------------------------- */

/* ----------------------------------- nav menu---------------------------------------------------------- */

@media only screen and (max-width: 768px) {
  #menu-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 24px;  }

#side-menu {
    position: fixed;
    top: 0;
    left: -100%;  width: 250px;  height: 100vh;  background-color: #fff;
    transition: all 0.3s ease-in-out;  }

#side-menu.open {  left: 0;
}

#side-menu ul {
    list-style: none;
    padding: 20px;
}

#side-menu li {
    margin-bottom: 15px;
}

#side-menu a {
    display: block;
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

#close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 20px;
}
}

/* ----------------------------------- nav menu---------------------------------------------------------- */

/* Aboutus */
/* Shared styles */
.content-wrapper,
.text-section,
.image-section {
  display: flex; /* Use flexbox for layout control */
  align-items: center; /* Vertically center content within sections */
}

.content-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 5px; /* Add a subtle border radius for visual appeal */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Add a light box-shadow for depth */
}

.text-section {
  flex: 1; /* Make text section take up remaining space */
  padding-right: 20px;
}

.image-section {
  justify-content: flex-end; /* Align image to the right within its section */
}

.image-section img {
  height: 35px; /* Maintain image height */
  border-radius: 50%; /* Add a circular shape to the image */
}

h2 {
  margin-bottom: 10px;
}

p {
  line-height: 1.5;
}

/* Phone Styles (Media Query) */
@media only screen and (max-width: 768px) {
  .content-wrapper {
    flex-direction: column; /* Stack sections vertically on small screens */
  }

  .text-section,
  .image-section {
    width: 100%; /* Allow full width for sections on phones */
    padding: 15px;
  }

  .text-section {
    padding-right: 0; /* Remove right padding for smaller screens */
    margin-bottom: 15px;
  }

  .image-section {
    justify-content: center; /* Center image horizontally on phones */
  }
}

/* about us para */
#about-para {
  max-width: 1200px; /* Adjust as needed for wider content */
  margin: 0 auto; /* Center the section horizontally */
  padding: 20px;
  font-size: 20px;
  /* font-weight: 500; */
  text-shadow: 0px 0px 0px #000000; /* Adjust shadow offset as needed */
  line-height: 3.5; /* Adjust line spacing for readability */
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#about-para h2 {
  margin-bottom: 15px; /* Add space below heading */
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: medium;
  font-weight: bolder;
  font-style: italic;
  /* font-size: 1.8em;  */
  /* Adjust heading size as needed */
}

#about-para p {
  line-height: 1.9;
  margin-bottom: 10px; /* Add space between paragraphs */
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* about us para */
/* Aboutus */

/* Header */
header {
  background-color: #ffffff;
  color: #000000;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

h1 {
  font-size: 2em;
  margin: 0;
}

nav {
  display: flex;
  list-style: none;
}

nav a {
  color: inherit;
  text-decoration: none;
  padding: 10px 20px;
}

nav a:hover {
  background-color: #ddd;
}

/* Responsive Styles */

@media (max-width: 768px) {
  nav {
    display: none; /* Hide navigation bar on small screens */
  }

  .show {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
    display: flex; /* Makes the navigation links visible */
  }
  

  .menu-toggle {
    display: grid; /* Show menu toggle button on small screens */
    padding: 10px;
    cursor: pointer; /* Make it clickable */
  }

  .bar {
    display: block; /* Show the bars for the menu toggle button */
    width: 25px;
    height: 3px;
    background-color: #000000;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
  }

  .menu-toggle.open .bar:first-child {
    transform: rotate(45deg) translate(8px, 8px);
  }

  .menu-toggle.open .bar:last-child {
    transform: rotate(-45deg) translate(8px, -8px);
  }

  .menu-toggle.open .bar:nth-child(2) {
    opacity: 0;
  }
}


/* header */

/* overlay text image */
/* Image container */
.image-container {
  position: relative; /* Enable positioning of overlay elements */
  overflow: hidden; /* Prevent text overlay from overflowing the image */
}

.image-container img.image {
  width: 100%; /* Display image full-width */
  height: auto; /* Maintain image aspect ratio */
}

/* Text overlay */
.text-overlay {
  position: absolute; /* Position overlay on top of the image */
  bottom: 20px; /* Position text content at bottom with some space */
  left: 50%; /* Center horizontally */
  transform: translate(-50%, 0); /* Adjust positioning for centering */
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  color: white; /* Text color */
  padding: 20px; /* Add some padding for visual appeal */
  text-align: center; /* Center text content */
}

.text-overlay h2 {
  margin-bottom: 10px; /* Space below heading */
  font-size: 3.5em; /* Adjust heading size as needed */
}

.text-overlay p {
  line-height: 1.5; /* Adjust line spacing for readability */
}

/* Button */
.text-overlay button {
  background-color: transparent; /* Transparent background */
  color: white; /* Button text color */
  border: 2px solid #fff; /* White border */
  border-radius: 5px; /* Add rounded corners */
  padding: 10px 20px; /* Button padding */
  cursor: pointer; /* Indicate hover effect */
  transition: background-color 0.3s ease-in-out; /* Add smooth transition on hover */
  text-align: center;
  flex-wrap: wrap-reverse;
}



.text-overlay button:hover {
  background-color: rgba(255, 255, 255, 0.2); /* White background with slight opacity on hover */
}

/* Phone Styles (Media Query) */
@media only screen and (max-width: 768px) {
  .text-overlay {
    /* Wrap text content on smaller screens */
    width: 100%;
    white-space: wrap;
    word-break: break-word;
  }

  .text-overlay h2 {
    margin-bottom: 10px; /* Space below heading */
    font-size: 1.5em; /* Adjust heading size as needed */
  }
}


/* Showcase */
.promo-cards{
  margin-top: -50px;
}
.inside-col{
  width: 95%;
  margin: 0px auto;
}
.promo-card{
  height: 150px;
}
.container h6 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: inherit;
  font-size: medium;
  font-weight: bolder;
  font-style: italic;
}

.container h6 span {
  z-index: 1;
}

.container h6:before {
  background: #ddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.showcase .on-sale{
  position: absolute;
  font-size: 13px;
  padding: 6px 25px;
  font-weight: bold;
}
.card-text{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: inherit;
  font-size: large;
  font-weight: normal;
  font-style: oblique;
}
.amount{
  font-size: 18px;
  color: #E55036
}
.overlay{
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(228, 80, 57, 0.4);
  padding-top: 25vh;
  opacity: 0;
  transition: all ease 0.5s;
  /* opacity: 0.4; */
}
.showcase .card:hover .overlay{
  opacity: 1;
}
.overlay a:hover{
  color: #ffffff
}

.bg-mycolor{
  background: #E55036;
  border-color: #E55036;
  color: #ffffff;
  border-radius: 0px;
  padding: 10px 35px;
}


/*  */
.containers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  max-width: 1170px;
	margin:auto;
}

.containerser {
  padding: 20px;
  background-color: #f2f2f2;
}

img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .containers {
    grid-template-columns: 1fr;
  }
  .container{
    display: flex;
    width: 100%;
  }
}

/*  */
/* admin dasboad */

/* Container for the form */
.add-product {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  width: 100%;
}

.add-product h2 {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
  color: #333;
}

/* Form labels */
.add-product label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #555;
}

/* Form inputs */
.add-product input[type="text"],
.add-product input[type="number"],
.add-product input[type="file"] {
  width: calc(100% - 20px);
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
}

/* Submit button */
.add-product button {
  width: 100%;
  padding: 10px 0;
  background-color: #28a745;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.add-product button:hover {
  background-color: #218838;
}