
@import url('https://fonts.googleapis.com/css2?family=Faster+One&display=swap'); 
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=MuseoModerno&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

#mainbutton{
  background:#774a2c;
  color:white;
  border-radius:0px;
  
}
#mainbutton:hover{
  transform:translateY(5%);
        transition:0.2s;
}

#cart-btn{
  background:#774a2c;
  color:white;
  border-radius:0%;
  border:none;
/* font-family: 'Poppins', sans-serif;background:Orange;color:black;border-radius :0%; */
}
#cart-btn:hover{
border-radius :0%;
box-shadow:0 5px 20px #774a2c;
border:none;
transition:0.4s;

color:white;

}
.nav-link{
  color:#000000;
  font-family:  'Georgia', 'Times New Roman', serif;
  display: block;
    font-size: 18px;
    font-weight:500;
    text-align: center;
   
}



.abc:hover{
  background-color:transparent !important;
  color: white !important;
}

.nn:hover{
  background-color:transparent !important;
}


.nav-link:hover{
    color:white !important;
    background-color:#774a2c;
    transition:0.2s ease-in-out
  }



.nav-item{
    /*   */
}



/* header.sticky{
  background:white !important;
} */
.navbar{
  transition: 0.5s;
 background:black;
 display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #c4a484; /* Light Brown */
    padding: 15px 20px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
   
}
.navbar.scrolled #mainbutton{
  color:white !important;
}

/* Menu Button */
.menu-toggle {
  /* position: absolute;
        top: 20px;
        left: 20px; */
        background: none;
        border: none;
        font-size: 28px;
        color: #5C3D2E;
        cursor: pointer;
        display: none;
}

/* Sidebar Menu */
.sidebar2 {

    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 250px;
    height: 100%;
    background-color: #5C3D2E; /* Dark Brown */
    padding: 20px;
    transition: all 0.3s ease-in-out;
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transform: translateX(-100%);

}
.sidebar2 a {
  display: block;
  color: #FFF7E3; /* Off White */
  text-decoration: none;
  font-size: 18px;
  padding: 10px 15px;
  border-radius: 5px;
  transition: background 0.3s;
  margin-top: 4%;
}
.sidebar2 a:hover {
  background: rgba(255, 255, 255, 0.2);
}
/* Close Button */
.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: white !important;
}

/* Show Sidebar */
.sidebar2.active {
  transform: translateX(0);
}
/* Mobile View */
@media (max-width: 990px) {
    .menu-toggle {
        display: block; /* Show menu button */
    }
}



.navbar.scrolled{
  background-color: rgb(255, 255, 255) !important;
  transition: 0.5s;
  box-shadow:0 5px 20px rgba(136, 132, 132, 0.685) ;
  
}

.navbar.scrolled li a{
  color: black  ;
}
.navbar.scrolled span i{
  color: black  !important;
}
@media only screen and (max-width: 1000px) {
  .nav-link{
   color: black;
  }

}


@media screen and (max-width:425px)
{
  .carousel-caption h1{
    font-size: 20px !important;
  
  } 
  .carousel-caption p{
    font-size: 8px;
  
    
  } 
  .carousel-caption{
    margin-bottom: -1px !important;
  }
  
  #mainbutton{
  width: 110px;
  font-size: 10px ;
  }

}

@media screen and (max-width:1000px)
{
  #heading1{
    font-size:40px !important;
  }

}


#cat1{
  box-shadow:none;
  transition:0.2s;
  cursor:pointer;
}
#cat1:hover{
  box-shadow:0 5px 20px rgba(136, 132, 132, 0.685) ;
  transition:0.2s;
  cursor:pointer;
}
#cat2{
  box-shadow:none;
  transition:0.2s;
  cursor:pointer;
}
#cat2:hover{
  box-shadow:0 5px 20px rgba(136, 132, 132, 0.685) ;
  transition:0.2s;
  cursor:pointer;

}



-----------

.form-control {
		box-shadow: none;
		border-color: #ddd;
	}
	.form-control:focus {
		border-color:  #774a2c
	}
	.login-form {
        width: 350px;
		margin: 0 auto;
		padding: 30px 0;
	}
    .login-form form {
        color: #434343;
		border-radius: 1px;
    	margin-bottom: 15px;
        background: #fff;
		border: 1px solid #f3f3f3;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 30px;
	}
	.login-form h4 {
		text-align: center;
		font-size: 22px;
        margin-bottom: 20px;
	}
    .login-form .avatar {
        color: #fff;
		margin: 0 auto 30px;
        text-align: center;
		width: 100px;
		height: 100px;
		border-radius: 50%;
		z-index: 9;
		background:  #774a2c;
		padding: 15px;
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	}
    .login-form .avatar i {
        font-size: 62px;
    }
    .login-form .form-group {
        margin-bottom: 20px;
    }
	.login-form .form-control, .login-form .btn {
		min-height: 40px;
		border-radius: 2px; 
        transition: all 0.5s;
	}
	.login-form .close {
        position: absolute;
		top: 15px;
		right: 15px;
	}
	.login-form .btn {
		background:  #774a2c;
		border: none;
		line-height: normal;
	}
	.login-form .btn:hover, .login-form .btn:focus {
		background:  #774a2c;
	}
    .login-form .checkbox-inline {
        float: left;
    }
    .login-form input[type="checkbox"] {
        margin-top: 2px;
    }
    .login-form .forgot-link {
        float: right;
    }
    .login-form .small {
        font-size: 13px;
    }
    .login-form a {
        color:  #774a2c;
    }

.card{
  overflow: hidden;
}
.card-con{
   overflow: hidden;
}
.card-img-top{
  height: 220px;
  transition: all 0.3s ease-in-out; 
}

.card-img-top:hover{
  transform: scale(1.2) ;
  transition: all 0.3s ease-in-out;
  cursor: pointer
}

.ex{
  background-color:#774a2c;
  color:white
}

.cont {
    max-width: 400px;
    margin: 2rem auto;
}

.product-card {
    background-color: var(--card-background);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding:0px
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.product-card__image {
    height: 250px;
    overflow: hidden;
    padding:4% !important;
    box-shadow:2px 4px 10px brown
}

.product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .product-card__image img {
    transform: scale(0.9);
}

.product-card__info {
    padding: 20px;
}

.product-card__title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--text-color);
}

.product-card__description {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 20px;
}

.product-card__price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-card__price {
    font-size: 1.2rem;
    font-weight: 500;
    color: #774a2c;
}

.product-card__btn {
    background-color: #774a2c !important;
    color: white;
    border: none;
    /* padding: 8px 8px; */
    /* border-radius: 50px; */
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.product-card__btn:hover {
    background-color: #C71729;
    color:aliceblue
}

@media (max-width: 480px) {
    .cont {
        max-width: 100%;
        padding: 0 20px;
    }

    .product-card__image {
        height: 200px;
    }

    .product-card__title {
        /* font-size: 0.2rem !important; */
    }

    .product-card__description {
        font-size: 0.8rem;
    }

    .product-card__price {
        font-size: 1.1rem;
    }

    .product-card__btn {
        padding: 8px 8px !important;
        font-size: 0.8rem;
    }
}

:root {
    --primary-color: #D83344;
    --text-color: #333333;
    --background-color: #f5f5f7;
    --card-background: #ffffff;
}




.footer-wrapper{
        padding-top:30px;	
        padding-bottom:20px;
        font-size: 14px;
        text-align: center;
    }
    .footer-wrapper p{
        color: rgba(255,255,255,.5)!important;
    }
    .footer-wrapper ul li{
        margin-bottom: .8em;
    }
    .footer-wrapper ul li a{
        text-decoration: none;
        color: #fff;
        transition: .3s ease;
    
    }
    .footer-wrapper ul li a:hover{
        color:#fff;
        font-size: 14px;
        font-weight: bold;
    }
    .bg-black{
        background: #262f38;
        
    }
    .footer-wrapper .footer-adiv .btn.btn-footer{
        padding: 16px;
        border-radius: 99px;
        margin-bottom: 40px;
        color: #fff;
        font-family:Poppins,sans-serif; 
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
        border: 1px solid rgba(255,255,255,.2);
        transition: .3s ease;
    }
    
    .footer-wrapper .footer-adiv .btn.btn-footer:hover{
        color:#fff;
        font-weight: bold;
    }
    .copy-wrapper{
        padding: 30px;
        color: #fff;
        border-top: 1px solid #fff;
    }
    .copy-wrapper a{
        color: rgba(255,255,255,.5)!important;
    
    }
    .copy-wrapper a:hover{
        color:#fff;
        text-decoration: none;
    }



@media only screen and (max-width: 1000px) {
  .nav-link{
   color: black;
  }
  #navbarNav{
    background:white;
  }
}


@media screen and (max-width:425px)
{
  .carousel-caption h1{
    font-size: 20px !important;
  
  } 
  .carousel-caption p{
    font-size: 8px;
  
    
  } 
  .carousel-caption{
    margin-bottom: -1px !important;
  }
  
  #mainbutton{
  width: 110px;
  font-size: 10px ;
  }

}

@media screen and (max-width:1000px)
{
  #heading1{
    font-size:40px !important;
  }

}


#cat1{
  box-shadow:none;
  transition:0.2s;
  cursor:pointer;
}
#cat1:hover{
  box-shadow:0 5px 20px rgba(136, 132, 132, 0.685) ;
  transition:0.2s;
  cursor:pointer;
}
#cat2{
  box-shadow:none;
  transition:0.2s;
  cursor:pointer;
}
#cat2:hover{
  box-shadow:0 5px 20px rgba(136, 132, 132, 0.685) ;
  transition:0.2s;
  cursor:pointer;

}







.details-card {
  width: 80%;
  margin: auto;
 
}


.description-container {
  position: relative;
  /* height: 900px; */
}

.main-description1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-description h3 {
  font-size: 2rem;
}

.add-inputs,
.add-inputs input {
  float: left;
  margin-right: 10px;
  margin-bottom: 2px;
}


.add-inputs input {
  height: 35px;
  width: 65px;
  
}


.product-title {
  font-size: 1.1rem;
  font-weight: 500;
}

.product-price {
  font-size: 1.5rem;
  padding-bottom: 5%;
}

.social-list {
  padding: 0;
  list-style: none;
}

.social-list li {
  float: left;
  padding: 6px 8px;
  margin-right: 12px;
}

.social-list li a {
  color: black;
  font-size: 2rem;
}

.social-list li a i {
  font-size: 2rem;
}

.details-img {
  width: 100%; /* Full width in container */
  max-width: 300px; /* Max width set */
  max-height: 450px; /* Aspect ratio maintain karega */
  display: block; /* Center alignment ke liye */
  margin: 0 auto; /* Center align */
}




a {
  text-decoration: none;
  color: #000;
}
body {
  font-family: "Poppins", sans-serif;
}
.card-title {
  font-weight: bold;
}
.product-listing {
  transition: all 0.3s linear;
}
.product-listing:hover {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
}
.product-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cart-image {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 5px;
}
.brand-img{
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.footer-title{
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.footer-title::after{
  z-index: 999;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #0d6efd;
  width: 15%;
  height: 2px;
}
.footer-app{
  width: 150px;
  object-fit: contain;
}

@media screen and (max-width: 789px) {
  .cart-image {
      width: 120px;
      height: 120px;
  }
}
