*{
  margin:0; padding:0;
  box-sizing: border-box;
  font-family: sans-serif;
  outline: none; border:none;
  text-decoration: none;
  text-transform: capitalize;
  transition: 2s linear;
}
section{
  padding:2rem 9%;
}
.button{
  display: inline-block;
  margin-top: 1rem;
  border-radius: 5rem;
  background:#333;
  color: #fff;
  padding:.9rem 3.5rem;
  cursor: pointer;
  font-size: 1.7rem;
}
.heading{
  text-align: center;
  font-size: 4rem;
  color: #333;
  padding:1rem;
  margin:2rem 0;
  background: rgba(255, 51, 153,.05);
} 
.heading span{
    color: #ff40bd;
}
html{
  font-size: 65.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
  overflow-x: hidden;
}
nav ul {
 list-style-type: none;
 display: flex;
 justify-content: flex-end;
 margin-right: 25px;
}
nav ul li {
 margin-left: 15px;
}
nav ul li a {
 color: black;
 text-decoration: none;
 font-size: 18px;
}
nav ul li a:hover {
 text-decoration: underline;
}
header{
  position: fixed;
  top:0; left:0; right:0;
  background:#ffff;
  padding:2rem 9%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  box-shadow: 0.5rem 1rem rgba;(0.0.0.1);
}
/* header logo */
header .logo{
  font-size: 3rem;
  color:#131470;
}
header .navdar a{
  font-size: 3rem;
  padding:0.1.5rem;
  color:#666; 
}
/* header .navdar icons */
header .icons a{
  font-size: 4rem;
  color: #333;
  margin-left: 2.4rem;
}
/* header .input */
header #toggler{
  display: none;
}
header .fa-bars{
  font-size: 2rem;
  color: #333;
  border: 0.1rem solid rgba(0, 0, 0, 0.3);
  padding: 0.5rem 1.4rem;
  border-radius: 0.5rem;
  cursor: pointer;
}
/* media queries A */
@media (max-width: 991px){
  header .far-bars{
   font-size: 50%;
 }
   header{
     padding: 2rem;
    } 
 }
@media (max-width: 768px){
   header .far-bars{
      desplay: block;
  } 
}
.header .navbar{
  position:absolute;
  top:100%; left:0; right:0;
  background:#eee;
  border-top: 1rem solid rgba(0,0,0,.1);
  clip-path: polygon (00, 100% 0, 100% 0,00);
}
.header #toggler:checked ~.navbar{
 clip-path: polygon (00, 100% 0, 100% 0,00);
}
.header .navbar a{
  margin:1.5rem;
  padding:1.5rem;
  background:#fff;
  border:.1rem solid rgba(0,0,0,.1);
  display: block;
  height: ;
}
.home{
  display: flex;
  align-items: center;
  min-height: 30vh;
  background:url(../img/avata-7.png) no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home.content{
  max-width: 50rem;  
}
.home.content span{
  font-size: 3.5rem;
  padding: 1rem 0;
  line-height: 1.5;
  font-weight: bolder;
}
.home.content p{
  font-size: 2rem;
  padding: 1rem 0;
  line-height: 1.5;
  color: #999;
  text-transform: none;
}
@media (max-width: 450px){
   html{
      font-size: 20%;
     }
   .heading{
      font-size: 3rem;
   }
}
/* Hero Section with Background Image */
}
.hero-content {
 background: rgba(0, 0, 0, 0.5); /* Optional: Add a dark overlay*/
 border: 4px solid black;
}
.hero h1 {
 font-size: 48px;
 margin-bottom: 20px;
}
.hero-content {
  background: rgba(0, 0, 0, 0.5); /* Optional: Add a dark overlay */
  padding: 20px;
  border-radius: 20px;
}
.hero p {
 font-size: 24px;
 margin-bottom: 30px;
}
.cta-button {
 padding: 10px 20px;
 background-color: #2d4a373;
 color: white;
 text-decoration: none;
 font-size: 18px;
 border-radius: 5px;
}
.cta-button:hover {
 background-color: #2b08968;
}
.categories {
 padding: 50px 0;
 text-align: center;
}
.categories h2 {
 font-size: 50px;
 margin-bottom: 30px;
}
.category-section {
 margin-bottom: 50px;
}
.category-section h3 {
 font-size: 15px;
 margin-bottom: 20px;
}
.category-grid {
 display: flex;  
 margin: 0 10px;
}
.category-item {
 width: 30%; /* Set width to 30% for three item */
 box-shadow:  0 18px 36px rgba(0,0,0,0.10);
 display: flex;
 justify-content: center;
}
.category-item img {
 width: 80%;
 box-shadow: 0 3px 6px rgba(0,0,0,0.11);
}
.catagory-content hover{
 box-shadow: 0 3px 6px rgba(0,0,0,0.11);
 transform: translate(0px, -8px);
}
/* Reach Us Section */
.reach-us {
  padding: 50px 20px;
  background-color: #fff;
  text-align: center;
  margin: 20px 0;
  border-radius: 10px;
}
.reach-us h2 {
  margin-bottom: 20px;
  font-size: 16px; 
  padding: 4px 8px; 
  border-radius: 5px; 
}
reach-us form {
 display: flex;
 flex-direction: column;
 align-items: center;
}
.reach-us input, reach-us textarea {
  max-width: 300px;
  margin: 1px ;
  padding: 7px;
  border: 1px solid #ccc;
  border-radius: 5px;
  justify-content: center;
}
.reach-us button {
  padding: 10px 20px;
  background-color: #d4a373;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 10px; 
  padding: 10px;
  width: 30%;
}
.reach-us button:hover {
  background-color: #23262308968;
  cursor: pointer;
}
.reach-us button:hover {
  background-color: #2b08968;
  border: 1px solid #D0D7DE;
}
.input, textarea {
  padding: 7px;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
}
footer{
 background-color: #333;
 color: black;
 padding: 20px;
 text-align: center;
}
footer-li {  
 color: black;    
 background: #1a1e33;
 text-decoration: none;  
 margin: 35%;
}
/* General Section Styling */
.about-section {
  background-color: #fdfdfd;
  padding: 60px 20px;
  text-align: center;
}

.about-section .heading {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 40px;
  text-transform: capitalize;
}

.about-section .heading span {
  color: #e91e63;
}

/* Row Layout */
.about-section .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Video Container */
.about-section .video-container {
  flex: 1 1 500px;
  max-width: 600px;
}

.about-section .video-container video {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

/* Content Styling */
.about-section .content {
  flex: 1 1 300px;
  text-align: left;
  padding: 20px;
}

.about-section .content h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #333;
  text-transform: capitalize;
}

.about-section .content span {
  display: inline-block;
  font-weight: bold;
  font-size: 1.1rem;
  color: #e91e63;
  margin-bottom: 10px;
}

.about-section .content p {
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Button Styling */
.about-section .button {
  display: inline-block;
  padding: 12px 25px;
  background-color: #15192a;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 30px;
  transition: background 0.3s ease;
  padding: 10px 10px;
}
/* Container for the icons section */
#icons-contaner {
  padding: 40px 20px;
  background-color: #f9f9f9;
}
/* Grid layout for categories */
.contaner-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
/* Style each icon box */
.contaner-grid .icons {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 16px 24px;
  transition: transform 0.2s ease;
  width: 260px;
}
/* Add hover effect */
.contaner-grid .icons:hover {
  transform: translateY(-5px);
}
/* Icon image */
.contaner-grid .icons img {
  width: 48px;
  height: 48px;
  margin-right: 16px;
}

/* Text container */
.contaner-grid .info h3 {
  font-size: 18px;
  margin: 0;
  color: #333;
  text-transform: capitalize;
}
.contaner-grid .info span {
  font-size: 14px;
  color: #777;
}
.social-icons {
margin-top: 10px;
}
.social-icons a {
color: White;
margin: 0 10px;
text-decoration: none;
font-size: 24px;
}
.social-icons a:hover {
color: #d4a373;
}

/* products section */
.products {
  padding: 40px 20px;
  background: #f9f9f9;
}
.products .heading {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
  text-transform: capitalize;
}
.products .heading span {
  color: #ff4d4d;
}
.box-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  width: 250px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s;
}
.box:hover {
  transform: translateY(-10px);
}
.box .discount {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ff4d4d;
  color: #fff;
  padding: 5px 10px;
  font-size: 1rem;
  border-radius: 5px;
  z-index: 1;
}
.box .image {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box .icons {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-around;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.box .image:hover .icons {
  opacity: 1;
}
.box .icons a {
  color: #333;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}
.box .icons a:hover {
  background: #ff4d4d;
  color: #fff;
}
.cart-btn {
  border-radius: 20px;
  padding: 8px 15px;
  font-size: 0.9rem;
  text-transform: uppercase;
  border-left: 1rem solid #fff7;
  border-right: 1rem solid #fff7;
}
.box .content {
  padding: 20px;
  text-align: center;
}
.box .content h3 {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 10px;
}
.box .content .price {
  font-size: 1.1rem;
  color: #ff4d4d;
}
.box .content .price span {
  text-decoration: line-through;
  color: #999;
  font-size: 0.9rem;
  margin-left: 8px;
}



/* Review section */
* {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
}
body {
 font-family: Arial, sans-serif;
 background-color: #2f4f4f4;
 color: #333;
 line-height: 1.6;
}
.header{
 background-color: #333;
 color: white;
 padding: 10px 0;
}
.reviews-section {
 padding: 50px 20px;
 text-align: center;
 background-color: #2fff;
 border-radius: 10px;
 margin: 20px;
}
.reviews-section h1 {
 font-size: 36px;
 margin-bottom: 20px;
}
.reviews-list {
 max-width: 800px;
 margin: 0 auto;
 text-align: left;
 margin-bottom: 30px;
}
.review {
  border: 1px solid #ddd;
  padding: 15px;
  margin: 10px 0;
  border-radius: 5px;
  background-color: #2f9f9f9;
}
.review h3 {
 margin-bottom: 10px;
}
.review p {
 margin-bottom: 5px;
}
.review span {
 font-size: 14px;
 color: #666;
}
.review from{
 max-width: 600px;
 margin: 0 auto;
 text-align: left;
}
.review-form input,
.review-form textarea {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.review-form button {
  padding: 10px 20px;
  background-color: #d4a373;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.review-form button:hover {
  background-color: #2b08968;
}
/* contact us section */
* {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
}
body{
 font-family: Arial, sans-serif; background-color: #f4f4f4; color: #333; line-height: 1.6;
}
.contact{
 display: flex;
 align-items: center;
 min-height: 30vh;
 background:url(../img/flowers-roses.png) no-repeat;
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
}
.contact.row content{
  max-width: 50rem;  
}
.contact.row content span{
  font-size: 3.5rem;
  padding: 1rem 0;
  line-height: 1.5;
  font-weight: bolder;
}
.contact.row.content p{
  font-size: 2rem;
  padding: 1rem 0;
  line-height: 1.5;
  color: #999;
  text-transform: none;
}
.header{
 background-color: #333;
 color: white;
 padding: 10px 0;
}
.contact-section {
 padding: 50px 20px;
 text-align: center;
 background-color: #fff; border-radius: 10px;
 margin: 20px;
}
.contact-section h1 {
 font-size: 36px;
 margin-bottom: 20px;
}
.contact-section p {
 font-size: 18px;
 margin-bottom: 30px;
}
.contact-form{
 max-width: 600px; margin: 0 auto; text-align: left;
}
.contact-form input,
.contact-form textarea{
width: 100%; padding: 10px; margin: 10px 0; border: 1px solid #ccc; border-radius: 5px;
}
.contact-form button {
 padding: 10px 20px;
 background-color: #d4a373;
 color: white;
 border: none;
 border-radius: 5px;
 cursor: pointer;
}
.contact-form button:hover {
 background-color: #608968;
}
.map{
 margin: 20px 0;
 border: 0;
 width: 100%;
 height: 400px;
}
footer {
 background-color: #333;
 color: white;
 padding: 20px;
 text-align: center;
}
.social-icons {
  margin-top: 1px;
}
.social-icons a li {
  margin: 0 18px;
  text-decoration: none;
  font-size: 20px;
  color: #ffd26a;
}
.social-icons a:hover { 
  color: #d4a373;
}
.social-icons:item {
  width: 20;
  height: 20;
}
.submit-btn {
  font-size: 12px;
  margin-top: -10px;
  color: #727982;
}
