:root {
  --pink: #e91e63;
  --light-pink: #f8bbd0;
  --dark-pink: #c2185b;
  --white: #ffffff;
  --gray: #333333;
  --light-gray: #f5f5f5;
  --leaf-green: #8bc34a;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.pink {
  color: var(--pink);
  font-weight: bold;
}
body {
  background: linear-gradient(to right, #fce4ec, #f8bbd0);
  /* font-family: 'Khmer OS Battambang', sans-serif; */
  font-family: "Kantumruy Pro", sans-serif;
}
header .myimg {
  width: 70px;
  height: 100px;
  object-fit: cover;
}
.myicon {
  border-radius: 50%;
  border: 1px solid rgb(194, 193, 193);
}
.myse input {
  width: 260px;
}
.myse ::placeholder {
  font-size: 16px;
  color: gray;
}

.navbar-nav {
  margin-right: 70px;
}
.navbar-nav .nav-link {
  font-size: 19px;
  color: #333333;
  font-weight: 900;
  transition: color 0.3s;
}
.carousel-control-prev-icon , .carousel-control-next-icon {
background-color: #e91e63;
  border-radius: 50%;
  padding: 20px;
}
.myicon:hover {
  background-color: #ff3284;
  color: white;
  transition: 0.3s;
}
.navbar-nav .nav-link:hover {
  color: #e91e63;
}

.btn-primary {
  background-color: #e91e63;
  border: none;
}

.btn-primary:hover {
  background-color: #c2185b;
}
.bg-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(114, 111, 111, 0.089); /* adjust darkness */
  z-index: 1;
}

.bg-banner .hero-title {
  width: 100%;
  height: 50vh;

  position: relative;
  z-index: 2;
  color: #fff;
}

.bg-banner .title h1 {
  font-size: 60px;
  font-weight: bold;
  color: rgb(63, 14, 170) !important;
}
.bg-banner .title span {
  color: var(--pink);
}
.hero-title {
  color: #fff;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
  margin-top: 15%;
}

.hero-title h1 {
  font-size: 3.5rem;
  font-weight: 700;
}

.hero-title .brand {
  color: #ff4d8b;
  font-size: 1.2em;
}

.hero-title p {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 1rem;
  line-height: 1.6;
}

.hero-buttons .btn-primary {
  background-color: #ff4d8b;
  border-color: #ff4d8b;
}

.hero-buttons .btn-outline-primary {
  color: #fff;
  border-color: #fff;
}

.hero-buttons .btn-outline-primary:hover {
  background-color: #ff4d8b;
  border-color: #ff4d8b;
  color: #fff;
}

.swiper-slide img {
  height: 320px;
  object-fit: cover;
}
.skin-type .card {
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.skin-type .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.skin-type .card-img-top {
  height: 200px;
  object-fit: cover;
}

.skin-type .card-title {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
}
.btn-pink {
  color: #ffffff;
  background-color: var(--pink);
}
.stock .card img {
  height: 300px;
}
/* Product Card Style */
.product {
  border: none;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.product:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.product img {
  height: 290px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

.product .card-body {
  padding: 20px;
}

.product .card-title {
  font-size: 1.5rem;
  font-weight: 900 !important;

  color: #333;
}

.product .price {
  font-size: 1.7rem;
  font-weight: bold;
  color: #e83e8c;
  margin-bottom: 15px;
}

.btn-pink {
  text-align: center;
  background-color: #ff4da6;
  color: #fff;
  border-radius: 15px;
  padding: 8px 18px;
  transition: 0.3s;
  font-weight: 500;
  border: none;
}

.btn-pink:hover {
  background-color: #ff1a8c;
  transform: scale(1.05);
  color: rgb(255, 255, 255);
  box-shadow: 0 5px 15px rgba(255, 77, 166, 0.4);
}
.Normal-skin .card img {
  height: 200px;
  object-fit: cover;
}

.cusrate {
  background: #fff;
  border-radius: 15px;
  padding: 20px 70px;
 
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}
 .rating{
  width:1000px;
 }
.cusrate img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}
.stars {
  color: #e91e63;
  margin-bottom: 10px;
}
.bg-banner {
  position: relative;
  width: 100%;
  height: 700px; /* adjust as needed */
  overflow: hidden;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* ensures video covers the div like background */
  z-index: -1; /* sends video behind content */
}
