body {
  padding-top: 70px;
}

.page1 {
  background-image: url("./photo_2025-07-31_20-47-32.jpg");
  background-size: cover;
  background-position: center;
  min-height: 570px;
}
h1,h3,h5,h2{
    text-shadow: 0 2px 5px ;
}
.shadow {
  background-color: rgba(0, 0, 0, 0.1);
  max-width: 90%;
  margin: auto;
  border-radius: 8px;
}

.btn1 {
  display: inline-block;
  border: none;
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 700;
  background-color: palevioletred;
  color: white;
}

.btn1:hover {
  background-color: #e8576f ;
  transform: scale(1.05);
}

.card{
  transition: all 0.3s ease !important;
}
.card:hover{
  transform: translateY(-10px);
}

.card img {
  height: 250px;
  object-fit: cover;
}

.about {
  background-color: #fff5f9;
}

.newsletter {
  background: white;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.btn-form {
  background-color: #ff6b81;
  color: white;
}

.btn-form:hover {
  background-color: #e8576f;
}

/* .contact {
  background-color: #fff5f9;
} */

.footer {
  background-color: #ff6b81;
}

.footer a {
  color: white;
  margin: 0 5px;
}
.input-form{
   padding: 8px 20px;
   font-size: 16px;
   border:1px solid #e8576f;
   border-radius: 8px;
   width: 100%;
}
.email{
  text-decoration: none;
  color: black;
}
.email:hover{
  color:#d22a46 ;
}
.card img {
  height: 250px;
  object-fit: cover;
}

.carousel .row {
  margin: 0;
}
.about-img {
  max-height: 600px;
  object-fit: cover;
  display: flex;

}

.about-title {
  color: #e8576f;
}
.nav-page:hover{
  color: #ff6b81 !important;
}
a.cart-link{
  font-weight: 500px;
  /* text-shadow: 0 2px 6px; */
  color: palevioletred; 
  border: 1px solid palevioletred !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  padding-top: 3px;
  font-size: 20px;
  /* box-shadow: 0 10px 20px rgba(0,0,0,0.1); */
  /* margin-left: 5px; */
}
a.cart-link:hover{
  color: white !important;
  background-color: palevioletred;
}
.foot-link{
  font-weight: 500;
  /* text-shadow: 0 2px 6px; */
  color: palevioletred; 
  border: 1px solid white !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(0,0,0.1,0);
  padding: 5px;
}
.foot-link:hover{
  color: palevioletred !important;
  background-color: white;
}
div .btn-sub{
  background-color: #ff6b81;
  color: white;
}
div .btn-sub:hover{
  background-color: #cd4a5d;
  color: white;
  transform: scale(1.05);
}
.cart-button{
  background-color: #ff6b81 !important;
  color: white !important;
 
}
.cart-button:hover{
   background-color: #cd4a5d !important;
  color: white !important;
   transform: scale(1.05);
}
.mouse:hover{
  background-color: rgba(0, 0, 0, 0.1);
  color: #ff6b81;
}
.mid-section{
  display: flex;
  flex-direction: row;
  /* flex-wrap: wrap; */
  margin-left: 20%;
  /* background-color: #fff5f9; */
}
#mid{
  background-color: #fff5f9;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom:20px ;
}
.footer-link {
    color: #f8f9fa;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #d22a46;
}

.social-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin: 0 8px;
    transition: all 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-3px);
    color: #fff;
}