* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body, html {
    height: auto;
    background-color: #000;
    color: #fff;
    font-family: 'Poppins', sans-serif;
  }

  
  
  .head {
    text-align: center;
    background-color: #444;
    padding: 7px 0;
    font-size: 10px;
  }
  
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #111;
    padding: 40px ;
    position: sticky;
    top: 0;
    z-index: 1000;
    min-height: 30px;

  }
  
  .nav-links {
    list-style: none;
    display: flex;
    gap: 25px;
  }
  
  .nav-links a {
    color: #bbb;
    text-decoration: none;
    font-weight: 100;
    transition: 0.3s;
    font-size: 0.9rem;
  }
  
  .nav-links a:hover,
  .nav-links a.active {
    color: #fff;
    text-decoration: underline;
  }
  
  .logo {
    height: 110px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .nav-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
  }
  
  .search-btn,
  .cart-btn {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .cart-btn {
    text-decoration: none;
  }
  
  .search-btn:hover,
  .cart-btn:hover {
    color: #1e90ff;
  }
  
  .search-box {
    position: absolute;
    top: 50px;
    right: 0;
    display: none;
    align-items: center;
    background: #111;
    border: 1px solid #333;
    border-radius: 25px;
    padding: 6px 10px;
    width: 200px;
  }
  
  .search-box input {
    border: none;
    outline: none;
    background: transparent;
    color: white;
    font-size: 0.9rem;
    width: 100%;
  }
  
  .search-box button {
    border: none;
    background: transparent;
    color: #1e90ff;
    cursor: pointer;
  }
  
  .search-box.active {
    display: flex;
  }
  
  .menu-icon {
    display: none;
    font-size: 1.8rem;
    color: white;
    cursor: pointer;
    
  }
  
  #menu-toggle {
    display: none;
  }

  /* mobile section */

  @media (max-width: 850px) {
    .menu-icon {
      display: block;
      z-index: 1100; /* keeps it above the dropdown menu */
      position: relative;
    }

    .navbar {
      padding: 1px 20px;
    }
  
    .nav-links {
      position: absolute;
      top: 100px;
      left: 0;
      width: 100%;
      background: #111;
      flex-direction: column;
      align-items: center;
      gap: 20px;
      padding: 20px 0;
      display: none;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    }
  
    #menu-toggle:checked + .menu-icon + .nav-links {
      display: flex;
    }
  
    .nav-actions {
      display: none;
    }
  
    .logo {
      height: 110px;
      position: static;
      transform: none;
      margin: 0 auto;
    }
  }

 /*hero section*/

 .hero {
  height: 600px;
  background: url('assets/background/banner.jpg') center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  position: relative;
}

.hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  padding: 0 15px;
}

.hero-content h1 {
  font-size: 3.5rem;
  font-weight: 200;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  
}

.hero-content p {
  font-size: 1.1rem;
  color: #ccc;
  margin-bottom: 20px;
}

.hero-btn {
  display: inline-block;
  background: #005cb9;
  color: #fff;
  padding: 10px 25px;
  border-radius: 15px ;
  text-decoration: none;
  font-weight: 300;
  transition: 0.3s;
}

.hero-btn:hover {
  background: #4da6ff;
  transform: scale(1.05);
}

@media (max-width: 850px) {
  .hero-content h1 {
    font-size: 2rem;
  }
  .hero-content p {
    font-size: 1rem;
  }
  .hero{
    height: 400px;
  }
}

  
/* paras Section */
.categories {
  background: #000;
  color: white;
  text-align: center;
  padding: 50px 20px 40px;
}

.categories-content {
  text-align: center;
  align-items: center;
  margin: 0 auto;
}

.categories-content h2 {
  font-size: 3rem;
  font-weight: lighter;
  margin-bottom: 15px;
  position: relative;
}

.categories-content h2::after {
  content: '';
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

.categories-content p {
  font-size: 1.1rem;
  color: #ccc;
  margin-top: 10px;
  align-content: center;
  text-align: center;
  line-height: 1.6;
  font-weight: 300;
}
.para{
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  align-items: center;
  text-align: center;
}

@media (max-width: 820px) {
  .categories {
    padding: 70px 15px;
  }

  .categories-content h2 {
    font-size: 2rem;
  }

  .categories-content p {
    font-size: 15px;
  }
}


/* paintings */
.gallery {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 100px 5%;
}

.gallery h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  margin-bottom: 60px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
}

.gallery h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #1e90ff;
  margin: 10px auto 0;
  border-radius: 2px;
}

.gallery-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}

.gallery-item {
  background: #111;
  border-radius: 12px;
  overflow: hidden;
  width: 300px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.08);
}

.gallery-item img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.gallery-item h3 {
  font-size: 1.1rem;
  color: #fff;
  margin-top: 15px;
  font-weight: 600;
}

.gallery-item p {
  color: #aaa;
  font-size: 0.9rem;
  padding: 8px 15px 20px;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .gallery-item {
    width: 260px;
  }
}

@media (max-width: 820px) {
  .gallery {
    padding: 70px 20px;
  }

  .gallery-container {
    flex-direction: column;
    align-items: center;
  }

  .gallery-item {
    width: 80%;
  }
}

/* about us section */
.about {
  background: #333;
  color: #fff;
  padding: 80px 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

.about-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.about-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 0px;
  object-fit: cover;
}

.about-content {
  flex: 1;
  min-width: 300px;
}

.about-content h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 2.2rem;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 100;
}

.about-content p {
  font-size: 1.03rem;
  color: #ccc;
  line-height: 1.3;
  margin-bottom: 30px;
  font-weight: 200;
}

.learn-btn {
  background: #005cb9;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 15px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
}

.learn-btn:hover {
  background: #4da6ff;
  transform: translateY(-2px);
}

/* --- Responsive --- */
@media (max-width: 820px) {
  .about-container {
    flex-direction: column;
    text-align: center;
  }

  .about-content {
    margin-top: 40px;
  }

  .about-image img {
    max-width: 320px;
  }
}



/* comment section */
.testimonial {
  background: url('bg/low-angle-shot-foggy-rock-mountain-against-cloudy-sky-with-trees-lower-foreground.jpg') center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.testimonial::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6); /* dark overlay for readability */
  z-index: 1;
}

.testimonial-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.testimonial-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 25px;
  border: 3px solid #636363;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.testimonial-text {
  font-size: 1.1rem;
  font-weight: 300;
  color: #ddd;
  line-height: 1.3;
  font-family: 'Outfit', sans-serif;
  margin-bottom: 20px;
}

.testimonial-name {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .testimonial {
    padding: 80px 20px;
  }

  .testimonial-text {
    font-size: 1rem;
  }
}


/* paintings section */

.artshow-section {
  background:#111;
  color:#fff;
  padding:80px 5%;
  font-family: 'Outfit', sans-serif;
  position:relative;
}

.artshow-title {
  font-weight:300;
  font-size:2rem;
  margin-bottom:28px;
}

.artshow-wrapper { 
  position:relative;
  padding-bottom:30px; /* space for underline and buttons */
}

/* gallery with gaps */
.artshow-gallery {
  display:flex;
  gap:24px;                /* gap between cards */
  overflow-x:auto;
  scroll-behavior:smooth;
  padding-bottom:18px;     /* prevents last row from touching underline */
  border-bottom:2px solid #fff;  /* white underline */
}

/* hide native scrollbar but keep touch scroll */
.artshow-gallery::-webkit-scrollbar { height:8px; }
.artshow-gallery::-webkit-scrollbar-thumb { background:#333; border-radius:4px; }
.artshow-gallery { -ms-overflow-style: none; scrollbar-width: thin; }

/* cards */
.art-card {
  min-width:250px;
  flex:0 0 auto;
  background:#181818;
  border-radius:10px;
  overflow:hidden;
  text-align:center;
  transition:transform .25s ease, box-shadow .25s ease;
}

.art-card img {
  width:100%;
  height:350px;
  object-fit:cover;
  display:block;
  border-radius:10px 10px 0 0;
}

.art-card h3 { margin:12px 10px 6px; font-size:1.05rem; font-weight:500; color:#fff; }
.art-card p { margin:0 10px 16px; color:#ccc; font-size:.92rem; }

/* arrows placed at corners of underline */
.arrow-btn {
  position:absolute;
  bottom:-18px;            /* sits just below the underline */
  background:transparent;
  border:none;
  color:#fff;
  font-size:22px;
  width:42px;
  height:42px;
  border-radius:50%;
  cursor:pointer;
  display:none;            /* desktop-only, shown via media query */
  align-items:center;
  justify-content:center;
  box-shadow:0 6px 18px rgba(0,0,0,0.4);
  transition:background .2s, transform .12s;
  z-index:50;
}

.arrow-btn:hover { color:#ddd; transform:translateY(-2px); }

/* left & right positions aligned with gallery edges with small offset */
.arrow-left { left: 4%; transform: translateY(0); }
.arrow-right { right: 4%; transform: translateY(0); }

/* show arrows on wider screens only */
@media (min-width: 768px) {
  .arrow-btn { display:flex; }
}

/* mobile stacking behavior */
@media (max-width: 767px) {
  .art-card { min-width:85%; } /* big swipeable cards on mobile */
  .artshow-title { font-size:1.6rem; }
  .artshow-gallery { gap:16px; padding-bottom:26px; }
  .arrow-left, .arrow-right { display:none !important; }
}


/* footer section */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');

.info-section {
  background: #0d0d0d;
  color: #fff;
  padding: 80px 8%;
  font-family: 'Outfit', sans-serif;
}

.info-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}

.info-column {
  flex: 1;
  min-width: 230px;
}

.info-heading {
  font-weight: 400;
  font-size: 1.3rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  border-left: 3px solid #fff;
  padding-left: 8px;
}

.info-list {
  list-style: none;
  padding: 0;
}

.info-list li {
  margin-bottom: 10px;
}

.info-list a {
  color: #bbb;
  text-decoration: none;
  transition: color 0.3s;
}

.info-list a:hover {
  color: #fff;
}

.social-icons a {
  color: #bbb;
  font-size: 1.5rem;
  margin-right: 15px;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #fff;
}

.contact-text {
  color: #bbb;
  font-size: 0.95rem;
}

.contact-text a {
  color: #0080ff;
  text-decoration: none;
  transition: text-decoration 0.3s;
  font-weight: 500;
  font-family: 'Outfit', sans-serif;
}

.contact-text a:hover {
  text-decoration: underline;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .info-container {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .info-heading {
    border-left: none;
    border-bottom: 2px solid #444;
    display: inline-block;
    padding-left: 0;
    padding-bottom: 5px;
  }

  .social-icons a {
    margin: 0 10px;
  }
  .qq{
    margin-left: 79px;
  }
}
.qq{
  margin-left: 79px;
}


/* End of style.css */
.footer-bottom {
  background: #000;
  color: #bbb;
  text-align: center;
  padding: 18px 10px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.95rem;
  border-top: 1px solid #222;
}

.footer-bottom span {
  color: #1e90ff;
  font-weight: 500;
  transition: color 0.3s ease;
}

.footer-bottom span:hover {
  color: #4da6ff;
}

@media (max-width: 600px) {
  .footer-bottom {
    font-size: 0.85rem;
    padding: 14px 5px;
  }
}




