*{
  padding: 0;
  margin: 0;
}

/* /////////////////////////////////////////      Header     /////////////////////////////////////////////// */
header {
  width: 100%;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  color: white;
}
.head1 a, .head2 a{
  color: white;
  text-decoration: none;
}
.head1{
  display: flex;
  align-items: left;
  gap: 15px;
  width: max-content;
  margin-top: 14px;
  font-size: clamp(0.7rem, 1.5vw, 1rem);
}
.head1 p ,.fa-solid{
  margin-right: 5px;
}
.head1 a:hover, .head1 p:hover{
  color: #6973ff;
}
.head2 {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: clamp(1rem, 2.5vw, 1.2rem);
}

.head2 i {
  transition: color 0.2s ease;
}

.head2 .fa-instagram:hover {
  color: #FF69B4;
}

.head2 .fa-facebook:hover {
  color: #4267B2;
}

.head2 .fa-whatsapp:hover {
  color: #34C759;
}

/* ////////////////////////////////////////    Navbar    ////////////////////////////////////////////// */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 60px;
  background-color: #ffffff;
  color: #000000;
  border-bottom: 1px solid #dbdbdb;
}

.logo img{
  height: 110px;
  width: 120px;
}

.logo a {
  color: #000000;
  text-decoration: none;
}

.nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  font-size: 1.2rem;
}

.nav-links li {
  margin-right: 20px;
  position: relative;
  cursor: pointer;
  margin-top: 10px ;
}
.nav-links li::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0051ff;
  transform: scaleX(0);
  transition: transform 0.2s ease;
}

.nav-links li:hover::after {
  width: 100%;
  transform: scaleX(1);
}

.nav-links a {
  color: #252525;
  text-decoration: none;
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: #0051ff;
}
.nav-links .dropdown-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: none;
  width: 150px;
  z-index: 5;
}
.nav-links .dropdown-menu {
  display: none;
}
.nav-links .dropdown.active .dropdown-menu {
  display: block;
}

.nav-links .dropdown-menu li {
  padding: 6px 3px;
  margin-right: 0px;
  border-bottom: 1px solid #f0f0f0;
}

.nav-links .dropdown-menu li:last-child {
  border-bottom: none;
}

.nav-links .dropdown-menu a {
  color: #252525;
  display: block;
  padding: 10px;
  text-decoration: none;
}

.nav-links .dropdown-menu a:hover {
  background-color: #0051ff;
  color: white;
  border-radius: 5px;
}

.nav-links .dropdown:hover .dropdown-menu {
  display: block;
}

/* /////////////////////////////////////////      Sidebar  /////////////////////////////////////////////// */

.sidebar {
  width: 230px;
  height: 100vh;
  top: 0;
  background: #000000;
  color: white;
  position: fixed;
  padding-top: 1px;
  transition: 0.3s;
  left: -250px;
  z-index: 12;
  overflow-y: auto;
}
.sidebar.open {
  left: 0;
}
.side1a{
  margin-top: 15px;
}
.sidebar a {
  display: block;
  padding: 10px;
  font-size: 1rem;
  padding-left: 20px;
  color: white;
  text-decoration: none;
}

.sidedown-menu {
  display: none;
  padding-left: 15px;
  transition: 0.3s ease-in-out;
}
.sidedown a {
  cursor: pointer;
}
.sidedown-menu a {
  padding-left: 30px;
}
.sidedown.active .sidedown-menu {
  display: block;
}        

.content {
  bottom: 0;
  margin-top: 40vh;
  position: relative;
  width: 100%;
}

.sidebar h1 {
  font-size: 0.9rem;
  margin-bottom: 10px;
  text-align: center;
}

.sidebar p {
  font-size: 0.7rem;
  margin-bottom: 20px;
  text-align: center;
  padding: 1px 15px;
}

.menu-icon {
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  top: 16px;
  left: 15px;
  color: rgb(0, 0, 0);
  padding: 5px;
  border-radius: 5px;
  display: none;
}

.close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 35px;
  cursor: pointer;
  z-index: 10;
}

/* ||||||||||||||||||||||||||||||||   carousel  section    |||||||||||||||||||||||||||||||||||| */
.carousel-item{
  position: relative;
  background-color: #f8f8f8;
}

.carousel-item img{
  border-radius: 13px;
  box-shadow: 5px 8px 10px rgba(0, 0, 0, 0.3);
}
.carousel-control-prev, .carousel-control-next {
  width: 15%;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 15%;
  padding: 30px 15px;
  font-size: clamp(0.8rem, 2.5vw, 1.5rem);
}


/* /////////////////////////////////  Banners  section    ///////////////////////////////// */
.banner {
  position: relative;
  width: 100%;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-img,.banner-img1 ,.banner-img2,.banner-img3,.banner-img4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.banner-img {
  background: url("./images/banner0.png") no-repeat center center/cover;
}
.banner-img1 {
  background: url("./images/banner1.png") no-repeat center center/cover;
}
.banner-img2 {
  background: url("./images/banner1.png") no-repeat center center/cover;
}
.banner-img3 {
  background: url("./images/banner3.png") no-repeat center center/cover;
}
.banner-img4 {
  background: url("./images/banner4.png") no-repeat center center/cover;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.banner-content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  text-align: center;
  z-index: 1;
}

.banner-heading {
  font-size: clamp(20px, 3.5vw, 50px);
  color: white;
  margin-bottom: 15px;
  font-weight: bold;
  text-decoration: underline 1px;
  text-underline-position: under;
}

.navlinks {
  font-size: clamp(14px, 2.5vw, 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.navlinks a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
  padding: 5px 10px;
}

.navlinks a:hover {
  color: #ffcc00;
}

.navlinks .active {
  color: #ffcc00;
}

.navlinks i {
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(11px, 2vw, 18px);
  transition: 0.3s;
}

/* /////////////////////////////////  Our collection//////////////////////////////////////////// */
.our-collection{
  margin-top: 40px;
  padding: 20px;
}

.our-collection h2 {
  text-align: center;
  margin: 20px 0;
  color: rgb(0, 0, 0);
  font-size: clamp(1.7rem, 2.5vw, 2.8rem);
  margin-bottom: 5vh;
}

.collection {
  margin: 70px;
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  justify-content: center;
}

.collection-item{
  background-color: white;
  border-radius: 10px;
  border: 4px ridge #0051ff;;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  text-align: center;
  width: 280px;
  height: clamp(300px, 340px, 360px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 1;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.collection-item:hover{
  transform: translateY(-9px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
}

.collection-info{
  width: 100%;
  padding: 10px 0;
}
.collection-info h2{
  font-size: clamp(1.1rem, 2.5vw, 1.2rem);
  cursor: pointer;
    font-family: "Raleway", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    transition: transform 0.3s ease;
}
.collection-info h2:hover{
  color: #1d1d1d;
}

/* ||||||||||||||||||||||||||||||||   home-About    |||||||||||||||||||||||||||||||||||| */
.home-about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 20px;
  max-width: 1200px;
  margin: auto;
  gap: 30px;
}

.home-about-content {
  flex: 1;
  text-align: left;
}

.home-about-content h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.home-about-content p {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.6;
}

.read-more {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.3s;
}

.read-more:hover {
  background: #0056b3;
  color: white;
}

.home-about-image img {
  width: 100%;
  max-width: 500px;
  height: 43vh;
  border-radius: 10px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
  transition: 0.3s ease-in-out;
}

.home-about-image img:hover {
  box-shadow: 8px 16px 19px rgba(0, 0, 0, 0.5);
}


/* /////////////////////////////////////////  feature & faq  /////////////////////////////////////////////// */

section {
  padding: 60px 20px;
  text-align: center;
}

h2 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  margin-bottom: 20px;
}


.features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.features h3{
  font-size: clamp(1.7rem, 2.5vw, 1.8rem);
}
.features p{
  font-size: clamp(1rem, 2.5vw, 1.3rem);
}

.feature-item {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 300px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.feature-item:hover{
  box-shadow: 3px 7px 9px rgba(0, 0, 0, 0.2);
}
.feature-item i {
  font-size: clamp(35px, 2.5vh, 55px);
  color: #007bff;
  margin-bottom: 10px;
}

.faq-item {
  background: white;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  text-align: left;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.faq-item h3 {
font-size: clamp(0.9rem, 2.5vw, 1.2rem);
  cursor: pointer;
}

.faq-item p {
  font-size: clamp(0.7rem, 2vw, 1rem);
  display: none;
  margin-top: 10px;
}

.faq-item:hover p {
  display: block;
}

/* ///////////////////////////// About section /////////////////////////////////////// */

.about-content {
  display: flex;
  max-width: 1200px;
  margin: 50px auto;
  gap: 40px;
  padding: 20px;
  align-items: center;
}

.about-image img {
  width: 100%;
  max-width: 500px;
  height: 43vh;
  border-radius: 10px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
  transition: 0.3s ease-in-out;
}

.about-image img:hover {
  box-shadow: 8px 16px 19px rgba(0, 0, 0, 0.5);
}
.about-text {
  flex: 1;
}

.about-text h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #333;
  text-align: left;
}

.about-text p {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.6;
  text-align: left;
}

.about-section {
  max-width: 1000px;
  margin: 50px auto;
  text-align: center;
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.about-section h2 {
  font-size: 2rem;
  margin-bottom: 15px;
}

.about-section p {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.6;
}

.about-section ul {
  list-style: none;
  padding: 0;
}

.about-section ul li {
  font-size: 1.1rem;
  margin: 5px 0;
}

.testimonials {
  background: #f1f1f1;
  padding: 40px 20px;
  text-align: center;
}

.testimonial {
  background: white;
  padding: 15px;
  margin: 10px auto;
  max-width: 600px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.testimonial span {
  display: block;
  margin-top: 10px;
  font-style: italic;
  color: #777;
}

.about-contact {
  text-align: center;
  padding: 40px 20px;
  background: #222;
  color: white;
}

.about-contact h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.about-contact p {
  font-size: 1.2rem;
}
/* /////////////////////////////////  All collection//////////////////////////////////////////// */
.All-collection {
  margin: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}

.chair-collection-cover, .table-collection-cover{
  width: auto;
  text-align: center;
}

.chair{
  background-color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  width: 170px;
  height: 190px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.table {
  background-color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  width: 250px;
  height: 190px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  margin-bottom: 0;
}

.chair:hover , .table:hover{
  box-shadow: 6px 10px 16px rgba(0, 0, 0, 0.5);
}
.All-collection-info{
  padding: 10px;
  align-items: center;
  text-align: center;
  width: 100%;
}
.All-collection-info h4 {
  font-size: 0.9rem;
  font-family: "Raleway", serif;
  font-weight: 500;
  transition: color 0.3s ease;
}

.All-collection-info h4:hover {
  color: #5c5c5c;
}


#all-images .active {
  filter: blur(5px);
}

/* /////////////////////////////////////////  #popup-overlay /////////////////////////////////////////////// */

#popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 999;
}


#show_image_popup {
  width: 400px;
  height: 400px;
  border: 2px solid #333;
  padding: 5px;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  display: none;
  z-index: 1000;
}
#show_image_popup img {
  max-width: 90%;
  height: auto;
}
.close-btn-area {
  width: 100%;
  text-align: right;
  margin-bottom: 5px;
}
.close-btn-area button {
  cursor: pointer;
  font-size: 18px;
  padding: 3px 13px;
  background: #ff2121;
  color: rgb(255, 255, 255);
  border: none;
  transition: 0.3s ease-in-out;
}
.close-btn-area button:hover {
  background: #ff0000;
  color: rgb(211, 211, 211);
}

/* ||||||||||||||||||||||||||||||||   contact  section    |||||||||||||||||||||||||||||||||||| */
.contact-info-section {
  background: #ffffff; 
  border-radius: 12px;
  color: #333;
  padding: 30px;
  width: clamp(300px, 90%, 800px);
  height: auto;
  margin: 150px auto;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
  border-left: 5px solid rgba(204, 0, 204); 
}

.contact-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px;
  border-left: 4px solid rgba(204, 0, 204); 
  background-color: #f5f5f5;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  transition:background-color 0.9s ease-in-out ;
}

.contact-item:hover {
  background-color: rgba(204, 0, 204); 
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  color: #ffffff;
}

.contact-item i {
  font-size: clamp(1.2rem, 2.5vw, 2rem);
  color: rgba(204, 0, 204);
  background: #fff;
  padding: 12px;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.contact-item h2 {
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  text-align: left;
  font-weight: 600;
}

.contact-item p {
  font-size: clamp(0.7rem, 2.5vw, 1.1rem);
  margin: 3px 0 0;
  text-align: left;
}

.contact-section {
  margin: auto;
  margin-bottom: 10px;
  padding: 20px;
  width: 98%;
  background-image: linear-gradient(rgba(128, 5, 252, 0.7), rgba(33, 164, 207, 0.7), rgba(204, 0, 204, 0.7));
  border: 3px solid white;
  border-radius: 15px;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.contact-info h2 {
  font-size: 2rem;
  color: white;
  margin-bottom: 10px;
}

.contact-info p {
  color: white;
  font-size: 1.2rem;
  margin: 5px 0;
}

.form-container {
  max-width: 600px;
  width: 100%;
  padding: 20px;
  border-radius: 8px;
}

.form-container h2 {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  color: white;
  margin-bottom: 20px;
}

.form-container label {
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  color: white;
  margin-bottom: 8px;
  display: block;
}

.form-container input, .form-container textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
}

.form-container input:focus, .form-container textarea:focus {
  border-color: #007bff;
  outline: none;
}

.form-container button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 30px;
  font-size: 1.1rem;
  cursor: pointer;
  border-radius: 25px;
}

.form-container button:hover {
  background-color: #0056b3;
}

.map-container {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

/* /////////////////////////////////////    footer  ////////////////////////////////////////////// */
.footer {
  width: 100%;
  height: 40vh;
  background-color: #000;
  display: flex;
  justify-content: space-between;
  padding: 30px 40px;
  color: white;
  font-size: 0.8rem;
}

.footer h4:hover{
  color: #cacaca;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.company{
  width: 23%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.Address, .Quick-links, .contact-links {
  width: max-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.company {
  text-align: center;
}

.Quick-links {
  padding-left: 20px;
}

.Quick-links ul {
  list-style: none;
  padding: 0;
}

.Quick-links li {
  padding: 5px 0;
  position: relative;
  cursor: pointer;
}
.Quick-links li::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 65%;
  height: 2px;
  background-color: #0051ff;
  transform: scaleX(0);
  transition: transform 0.2s ease;
}
.Quick-links .dropdown-menu-ql li::after{
  width: 100%;
}
.Quick-links li:hover::after {
  transform: scaleX(1);
}
.Quick-links a {
  text-decoration: none;
  color: white;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}

.Quick-links a:hover {
  color: #0051ff;
}
.Quick-links p {
  margin: 0;
  padding: 0;
}

.Quick-links .dropdown-menu-ql{
  display: none;
  position: absolute;
  border:  1px solid #ffffff;
  padding: 1px;
  list-style: none;
  z-index: 5;
}
.dropdown.active .dropdown-menu-ql {
  display: block;
}        
.dropdown-menu-ql {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: auto;
  right: auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: #000;
  border-radius: 5px;
  display: none;
  width: max-content;
  z-index: 5;
}

.dropdown-menu-ql li {
  padding: 4px;
}

.dropdown-menu-ql a {
  color: #ffffff;
  display: block;
  padding: 2px;
  text-decoration: none;
}

.dropdown-menu-ql a:hover {
  background-color: #3a3a3a;
  border-radius: 5px;
}
.footer  .Address a{
  text-decoration: none;
  color: white;
 }
 .footer  .Address a:hover{
  color: #2c41fa;
 }

.Quick-links .dropdown:hover .dropdown-menu-ql {
  display: block;
}

.contact-links a {
  margin: 5px 0;
  text-decoration: none;
  color: white;
  transition: color 0.2s ease;
}

.contact-links i {
  margin-right: 7px;
}
.contact-links #email:hover {
  color: #cf2c2c;
}
.contact-links #instagram:hover {
  color: #FF69B4;
}

.contact-links #facebook:hover {
  color: #4267B2;
}

.contact-links #whatsapp:hover {
  color: #34C759;
}
.contact-links #phone:hover {
  color: #2518d8;
}
.footer2 {
  width: 100%;
  text-align: center;
  padding: 5px;
  color: white;
  background-color: #000;
  font-size: 1rem
}

/* ///////////////////////////////// whatsapp icon //////////////////////////////////// */
.whatsapp-container {
  position: fixed;
  bottom: 113px;
  right: 25px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: grab;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease-in-out;
  z-index: 1000;
}
.whatsapp-container img {
  width: 40px;
  height: 40px;
}
.close-Wbtn {
  position: absolute;
  top: -17px;
  right: -14px;
  width: 20px;
  height: 25px;
  color: rgb(99, 98, 98);
  font-size: 25px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transition: 0.3s ease-in-out;
}
.close-Wbtn:hover {
  color: rgb(255, 30, 30);
}
