*{
     margin: 0;
     padding: 0;
     box-sizing: border-box;
     font-family: 'Uchen', serif;
}
.all-content{
    background: hsl(30, 20%, 4%);
}

#navbar{
    background-color: #1b1b1a;
    padding-left: 60px;
    font-weight: bold;
    gap:200px;
}
#logo{
    font-size: 23px;
    color: rgb(241, 6, 143);
     font-family: "Great Vibes", cursive;
     font-size:30px;
}
#logo img{
    margin-bottom: 15px;
}
.navbar-nav{
    margin-left:430px;
    gap:20px;
}
.nav-link{
    color:  rgb(238, 162, 215);
    font-weight: bold;
    text-shadow: 1px 1px 1px black;
    transition: 0.5s ease;

}
.nav-link:hover{
    background-color: rgb(241, 6, 143);
    color: white;
    border-radius: 5px;
}
.icons{
    margin-left: 30px;
}
.icons img{
    margin-left: 10px;
    transition: 0.5s ease;
    cursor: pointer;
}
.icons img:hover{
    transform: translateY(-5px);
}
@media screen and (max-width:330px){
    #logo{
        font-size: 15px;
    }
}

.home{
    width: 100%;
    height: 88.5vh;
    display: flex;
    background-image:#0c0a08;
    background-size: cover;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
    
}
.home .img{
    flex: 1 1 400px;
}

.home .img img{
    width: 90%;
    margin-left: 50px;
}

.home .content{
    flex: 1 1 400px;
    margin-left: 60px;
     font-family: "Great Vibes", cursive;
}
.content h3{
    color: white;
    font-size: 60px;
    font-weight: bold;
    text-shadow: 1px 1px 1px black;
}
.one{
     font-family: "Great Vibes", cursive;
}
.two{
    font-family: "Great Vibes", cursive;

}




.content h2{
    font-size: 60px;
    color: white;
    text-shadow: 1px 1px 1px black;
    font-weight: bold;
}

.content p{
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 1px black;
}
.content .btn{
    width: 110px;
    height: 38px;
    background-color:  rgb(241, 6, 143);
    color: rgb(7, 5, 6);
    font-weight: bold;
    margin-left: 160px;
    margin-top: 20px;
}




.banner{
    width: 100%;
    height: 60vh;
    display: flex;
    background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url(./image/banner2.png);
    background-size: cover;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    box-shadow: 0px 0px 10px black;
    margin-top: 50px;
}
.banner .img{
    flex: 1 1 400px;
}
.banner .img img{
    width: 100%;
}
.banner .content{
    flex: 1 1 400px;
    margin-left: 60px;
    margin-top: 60px;
}
.banner .content h3{
    color:  rgb(241, 6, 143);
    font-weight: bold;
}
.banner .content h2{
    font-size: 50px;
    color: rgb(241, 6, 143);
    font-weight: bold;
    text-shadow: 1px 1px 1px black;
}
.banner .content p{
    color: rgb(238, 162, 215);
}
#btnorder button{
    width: 150px;
    height: 32px;
    letter-spacing: 5px;
    background-color: rgb(241, 6, 143);
    color: rgb(5, 5, 5);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}
@media screen and (max-width:800px){
    .banner .content h3{
        font-size: 50px;
    }
}
@media screen and (max-width:855px){
    .banner{
        height: 100vh;
    }
}

#product-cards h1{
    text-align: center;
    font-weight: bold;
    margin-top: 50px;
    color: rgb(241, 6, 143);
    text-shadow: 1px 1px 1px black;
    border-bottom: 2px solid rgb(223, 179, 205);
}




/* =====================
   PRODUCT CARD OVERLAY
   ===================== */

#product-cards .card {
  position: relative;
  overflow: hidden;
}

#product-cards .overlay {
  position: absolute;
  top: 20%;
  left: -60px;
  opacity: 0;
  transition: all 0.4s ease;
}

#product-cards .card:hover .overlay {
  left: 10px;
  opacity: 1;
}

#product-cards .overlay .btn-secondary {
  background: transparent !important;
  border: none;
  box-shadow: none;
  display: block;
  margin-bottom: 10px;
}





   
    #product-cards h3{
        color: white;
        text-shadow: 1px 1px 1px black;
    }
    .star .checked{
         color: yellow;
    }
    #product-cards p{
        color:rgb(5, 5, 5);
        font-weight: bold;
    }
    #product-cards h6{
        font-size: 20px;
        color: #2e1700;
        font-weight: bold;
    }
    #product-cards h6 span button{
        width: 100px;
        height: 26px;
        font-size: 15px;
        background: transparent;
        letter-spacing: 3px;
        border: 2px solid rgb(240, 6, 169);
        border-radius: 5px;
        float: right;
        font-weight: bold;
        transition: 0.5s ease;
        cursor: pointer;
    }
    #product-cards h6 span button:hover{
        background-color: rgb(240, 6, 169);
        color: #0a0a0a;
    }
    
    
    
    
    #gallery{
        margin-top: 50px;
    }
    #gallery h1{
        text-align: center;
        font-weight: bold;
        margin-top: 50px;
        color:  rgb(241, 6, 143);
        text-shadow: 1px 1px 1px black;
        border-bottom: 2px solid  rgb(211, 175, 196);
    }
    #gallery .card{
        box-shadow: 3px 3px 3px black;
    cursor: pointer;
}
/* ===== GALLERY OVERLAY FIX ===== */
/* ===== GALLERY OVERLAY FIX ===== */

#gallery .card {
  position: relative;
  overflow: hidden;
}

#gallery .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(-20px);
  color: rgb(240, 6, 169);
  text-shadow: 1px 1px 1px black;
  transition: all 0.5s ease;
}
#gallery .card:hover .overlay {
  opacity: 1;
  transform: translateY(20%);
}
#about{
    margin-top: 50px;
}
#about h1{
    text-align: center;
    font-weight: bold;
    margin-top: 50px;
    color:rgb(241, 6, 143);
    text-shadow: 1px 1px 1px black;
    border-bottom: 2px solid rgb(196, 145, 174);
}
#about .card{
    background-color: rgb(196, 145, 174);
    box-shadow: 0px 0px 5px black;
}
#about p{
    color: rgb(196, 145, 174);
    text-shadow: 1px 1px 1px black;
    font-weight: bold;
}
#bt button{
    width: 150px;
    height: 32px;
    letter-spacing: 3px;
    background-color:rgb(241, 6, 143);
    color: rgb(8, 7, 7);
    border: none;
    cursor: pointer;
    font-weight: bold;
}
@media screen and (max-width:1000px){
    #about p{
        font-size: 10px;
    }
}
@media screen and (max-width:760px){
    #about p{
        font-size: 20px;
    }
}
#contact{
    margin-top: 100px;
}
#contact h1{
    text-align: center;
    font-weight: bold;
    margin-top: 50px;
    color: rgb(241, 6, 143);
    text-shadow: 1px 1px 1px black;
    border-bottom: 2px solid rgb(196, 161, 181);
}
#contact input{
    background-color:rgb(196, 161, 181);
}
#contact input::placeholder{
    color: rgb(8, 8, 8);
    font-weight: bold;
}
#contact textarea{
    background-color: rgb(196, 161, 181);
}
#contact textarea::placeholder{
    color: rgb(12, 10, 10);
    font-weight: bold;
}
#messagebtn{
    text-align: center;
}
#messagebtn button{
    width: 200px;
    height: 30px;
    letter-spacing: 3px;
    font-weight: bold;
    background: transparent;
    border: 2px solid white;
    color: white;
    transition: 0.5s;
    cursor: pointer;
}
#messagebtn button:hover{
    background-color: rgb(241, 6, 143);
}
#footer{
    width: 100%;    
    background-color: rgb(196, 161, 181);
    box-shadow: 0px 0px 5px black;
    margin-top: 100px;
}
#footer h1{
    color: rgb(14, 8, 8);
    padding-top: 30px;
}
#footer p{
    color: rgb(8, 8, 8);
}
.icons i{
    background-color: rgb(8, 8, 8);
    color: rgb(241, 6, 143);
    border-radius: 50px;
    padding: 6px;
    font-size: 30px;
    transition: 0.5s;
    cursor: pointer;
}
.icons i:hover{
    background-color: rgb(241, 6, 143);
    color: rgb(5, 5, 5);
}
.copyright{
    color: rgb(10, 9, 9);
    margin-top: 20px;
}
.credite{
    color: rgb(8, 7, 7);
}

html{
    scroll-behavior: smooth;
}
.arrow{
    position: fixed;
    background-color: rgba(161,109,14,1);
    border-radius: 50px;
    height: 50px;
    bottom: 40px;
    right: 50px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
}  
/* Enable 3D Perspective */
.about-img {
  perspective: 1000px;
}

/* Target the image inside the About section only */
.about-img img {
  transition: transform 0.6s ease-in-out;
  transform-style: preserve-3d;
}

.about-img:hover img {
  transform: rotateY(20deg);
}

.flip-card {
  background-color: transparent;
  width: 100%;
  height: auto;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-front img,
.flip-card-back img {
  width: 100%;
  border-radius: 5px;
}

.flip-card-back {
  transform: rotateY(180deg);
}
/* Hero background + glow */
.home {
  width: 100%;
  height: 88.5vh;
  display: flex;
  background: radial-gradient(circle at top, #3b0a2a 0%, #0c0a08 55%, #000000 100%);
  background-size: cover;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 0;
}

.glitter-text {
  text-shadow:
    0 0 5px rgba(255, 192, 203, 0.7),
    0 0 10px rgba(255, 105, 180, 0.7),
    0 0 15px rgba(255, 20, 147, 0.8);
}

/* Button effect */
.content .btn {
  width: 140px;
  height: 42px;
  background: linear-gradient(135deg, #ff69b4, #ff1493);
  color: #050505;
  font-weight: bold;
  margin-left: 160px;
  margin-top: 20px;
  border-radius: 25px;
  border: none;
  box-shadow: 0 0 15px rgba(255, 105, 180, 0.5);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.content .btn:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 0 25px rgba(255, 105, 180, 0.9);
}

/* Card hover */
#product-cards .card {
  background-color: rgb(238, 162, 215);
  box-shadow: 0 0 3px black;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#product-cards .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4);
}

/* Navbar underline effect */
.nav-link {
  color: rgb(238, 162, 215);
  font-weight: bold;
  text-shadow: 1px 1px 1px black;
  position: relative;
  overflow: hidden;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: rgb(241, 6, 143);
  transition: width 0.25s ease;
}

.nav-link:hover::after {
  width: 100%;
}

/* Gallery hover */
#gallery .card {
  box-shadow: 0 0 6px black;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#gallery .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(255, 105, 180, 0.8);
}
#cakeSlider {
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}
.banner .content h2 {
  background: linear-gradient(90deg, #ff69b4, #ff1493, #ff69b4);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.product-cards h6 span button {
  animation: pulse-glow 2s infinite;
}

@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 0 5px rgba(255, 105, 180, 0.5); }
  50% { box-shadow: 0 0 20px rgba(255, 105, 180, 1); }
}
.cake-card {
  width: 23%;
  display: inline-block;
  margin: 10px;
  vertical-align: top;
}

.btn-primary {
  background-color: #ff3e6c !important;
  border-color: #ff3e6c !important;
}

.btn-primary:hover {
  background-color: #e7335f !important;
  border-color: #e7335f !important;
}
/* ===============================
   EXPLORE OUR CAKES BUTTON FIX
   =============================== */

.glitter-btn {
  background: linear-gradient(45deg, #ff69b4, #ff1493);
  color: white !important;
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 16px;
  border: none;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(255, 20, 147, 0.4);
}

/* Hover jump + glow */
.glitter-btn:hover {
  transform: translateY(-6px) scale(1.05);
  box-shadow: 0 15px 30px rgba(255, 20, 147, 0.7);
  color: white !important;
  text-decoration: none;
}

/* Prevent Bootstrap hover override */
.glitter-btn.btn:hover,
.glitter-btn.btn:focus {
  background: linear-gradient(45deg, #ff69b4, #ff1493);
  color: white !important;
}
#product-cards {
  scroll-margin-top: 100px; /* fixes anchor scroll */
}
/* ===============================
   BANNER BUTTONS
================================ */

.banner-buttons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

#btnvideo button {
  width: 180px;
  height: 32px;
  letter-spacing: 2px;
  background: linear-gradient(45deg, #ff4da6, #ff99cc);
  color: white;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0 0 10px rgba(255, 20, 147, 0.7);
  transition: all 0.3s ease;
}

#btnvideo button:hover {
  transform: scale(1.08);
  box-shadow: 0 0 20px rgba(255, 20, 147, 1);
}
/* ===== VIDEO SECTION STYLING ===== */
.video-section {
  margin: 120px auto;
  padding: 60px 0;
  text-align: center;
  position: relative;
}

.video-section h1 {
  color: rgb(241, 6, 143);
  text-shadow: 1px 1px 2px black;
  margin-bottom: 10px;
}

.video-section p {
  color: #f3a3d1;
  margin-bottom: 30px;
  font-size: 18px;
}

.video-wrapper {
  display: flex;
  justify-content: center;
}

.video-wrapper iframe {
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(240, 6, 169, 0.6);
}
#product-cards {
  margin-top: 100px;
  position: relative;
}
/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .banner {
    flex-direction: column;
    text-align: center;
  }

  .banner img {
    width: 80%;
    margin-top: 20px;
  }

  .card {
    margin-bottom: 20px;
  }

  .cart-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
/* ===== GLOBAL RESPONSIVE ===== */

img {
  max-width: 100%;
  height: auto;
}


 @media (max-width: 768px) {
  .navbar-nav {
    text-align: center;
  }
}



/* Product cards */
@media (max-width: 768px) {
  .col-md-3 {
    width: 100%;
  }
}

/* Gallery */
@media (max-width: 768px) {
  #gallery .card {
    margin-bottom: 20px;
  }
}

/* Cart */
@media (max-width: 768px) {
  .cart-card {
    flex-direction: column;
    text-align: center;
  }
}


.cart-card {
  background: rgb(255, 200, 225);
  border: none;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

#checkoutBtn {
  background: rgb(241, 6, 143);
}

.qty-btn {
  background: white;
  border: none;
  border-radius: 5px;
}
.glitter-btn {
  white-space: nowrap;        /* prevents text breaking */
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 12px 24px;
  min-width: 180px;
  text-align: center;
  font-size: 15px;
}

/* Mobile fix */
@media (max-width: 576px) {
  .glitter-btn {
    font-size: 14px;
    padding: 10px 18px;
    min-width: auto;
  }
}
.login-body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.login-box {
  width: 300px;
  padding: 20px;
  background: white;
  box-shadow: 0 0 10px #ccc;
  border-radius: 10px;
}

.login-box input,
.login-box button {
  width: 100%;
  margin: 10px 0;
  padding: 10px;
}
body {
  margin: 0;
}
/* ===== FINAL RESPONSIVE FIX ===== */

img {
  max-width: 100%;
  height: auto;
}

/* Navbar */
@media (max-width: 768px) {
  .navbar-nav {
    margin-left: 0;
    text-align: center;
  }
}

/* Banner */
@media (max-width: 768px) {
  .banner {
    flex-direction: column;
    height: auto;
    padding: 20px;
    text-align: center;
  }

  .banner .content h2 {
    font-size: 26px;
  }

  .banner img {
    width: 80%;
  }
}

/* Products */
@media (max-width: 768px) {
  .col-md-3 {
    width: 100%;
  }
}

/* Cart */
@media (max-width: 768px) {
  .cart-card {
    flex-direction: column;
    text-align: center;
  }
}

/* Login page */
.login-body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: rgb(255, 225, 240);
}
