    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
 /* Is line ko CHANGE karo */
body {
  background-color: transparent; /* Pehle #ffffff tha */
  color: #111111;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* Toggle button white - CORRECT WAY (filter: invert(1) hatana hai) */
.navbar-toggler {
  background-color: transparent !important;
  border: none !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
  filter: none !important; /* filter: invert(1) hatana */
}


    label.error {
    background: #dc133d;
    color: #fff !important;
    width: fit-content;
    overflow: hidden;
    padding: 0 9px;
    font-weight: 600;
    border-radius: 2px;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 12px;
    }
    /* header overlay style */
    .dropdown-menu {
      border-radius: 8px;
      padding: 10px 0;
    }
    .dropdown-item {
      font-weight: 500;
    }
    .dropdown-item:hover {
      background: #f5f5f5;
    }

    .header-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1030;
      background: transparent;
      padding: 1rem 0;
      border-bottom: 1px solid rgba(255,255,255,0.3);
    }
    .header-overlay .navbar-brand {
      color: white !important;
      font-weight: 600;
      letter-spacing: 4px;
      text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    }
    .header-overlay .nav-link {
      color: white !important;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 0.85rem;
      letter-spacing: 1px;
      padding: 0.5rem 1rem !important;
      text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    }
    .header-overlay .nav-link:hover {
      color: #fff !important;
      border-bottom: 1px solid white;
    }
    .header-overlay .dropdown-toggle {
      color: white !important;
    }
    .header-overlay .dropdown-menu {
      background: rgba(0,0,0,0.3);
      border: 1px solid #fff;
    }
    .header-overlay .dropdown-item {
      color: #fff;
    }
    .header-overlay .dropdown-item:hover {
      background: #eeeeeea8;
    }

    /* video banner */
    .video-banner {
      width: 100%;
      height: 90vh;
      overflow: hidden;
      position: relative;
    }
    .video-banner video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .video-overlay-content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: white;
      text-align: center;
      background: rgba(0,0,0,0.3);
      z-index: 50;
    }
    .video-overlay-content p {
      font-size: 1.5rem;
      font-weight: 300;
      letter-spacing: 4px;
      background: rgba(0,0,0,0.3);border: 2px solid #ffffff70;
      padding: 1.5rem 2rem;
    }
    .ticker-wrapper{
  width:100%;
  overflow:hidden;
  background:#1f252b;
  padding:8px 0;
}

.ticker-track{
  display:flex;
  width:max-content;
  animation:scrollTicker 15s linear infinite;
}

.ticker-item{
  white-space:nowrap;
  padding-right:100px;
  font-size:20px;
  color:#fff;
}

@keyframes scrollTicker{
  from{
    transform:translateX(0);
  }
  to{
    transform:translateX(-33.33%);
  }
}
    /* section title */
    .section-title {
      font-size: 2.2rem;
      font-weight: 250;
      text-transform: uppercase;
      letter-spacing: 8px;
      text-align: center;
      margin: 4rem 0 3rem;
      position: relative;
    }
    .section-title:after {
      content: '';
      display: block;
      width: 60px;
      height: 1px;
      background: #111;
      margin: 1rem auto 0;
    }
    
    /* FEATURED SECTION */
    .featured-row {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 2rem;
      margin: 2rem 0;
    }
    .featured-card {
      border: 1px solid #111;
      background: #fff;
      display: flex;
      flex-direction: column;
    }
    .featured-card img {
      width: 100%;
      height: 300px;
      object-fit: contain !important;
      border-bottom: 1px solid #111;
    }
    .featured-content {
      padding: 1rem;
    }
    .featured-content h3 {
      font-size: 24px;
      font-weight: 300;
      margin-bottom: 0.3rem;
    }
    .featured-content .artist {
      font-size: 1rem;
      color: #b0570b;
      margin-bottom: 0.8rem;
    }
    .featured-content .bio {
      color: #666;
      margin-bottom: 0.8rem;
      line-height: 1.5;
      font-size: 0.9rem;
    }
    .featured-details {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      padding: 0.8rem 0;
      margin: 0.8rem 0;
    }
    .featured-details span {
      font-size: 0.9rem;
    }
    .featured-price {
      font-size: 1.5rem;
      font-weight: 500;
      color: #1f5130;
    }
    .featured-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
}

.whatsapp-btn{
  background:black;
  color:#fff;
  padding:6px 14px;
  font-size:0.85rem;
  text-decoration:none;
  border-radius:4px;
  white-space:nowrap;
}

.whatsapp-btn:hover{
  background:white;
  color:black;
}
    /* ARTWORKS GRID */
    .artworks-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 25px;
      margin: 2rem 0;
    }
    .art-card {
      background: white;
      border: 1px solid #e0e0e0;
      transition: all 0.3s ease;
      display: flex;
      flex-direction: column;
    }
    .art-card:hover {
      box-shadow: 0 15px 30px rgba(0,0,0,0.1);
      transform: translateY(-5px);
    }
    .art-image-wrapper {
      position: relative;
      width: 100%;
      height: 378px;
      overflow: hidden;
      border-bottom: 1px solid #e0e0e0;
    }
    .art-image-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
    }
    .art-card:hover .art-image-wrapper img {
      transform: scale(1.05);
    }
    .art-badge {
      position: absolute;
      top: 10px;
      right: 10px;
      background: rgba(255,255,255,0.9);
      color: #111;
      font-size: 11px;
      padding: 4px 8px;
      border-radius: 3px;
      border: 1px solid #ddd;
    }
    .art-content {
      padding: 18px 16px 20px;
      display: flex;
      flex-direction: column;
      flex: 1;
    }
    .art-title {
      font-size: 1.2rem;
      font-weight: 600;
      margin: 0 0 4px 0;
    }
    .art-artist {
      font-size: 0.95rem;
      font-weight: 500;
      color: #b0570b;
      margin-bottom: 8px;
    }
    .art-bio {
      font-size: 0.8rem;
      line-height: 1.4;
      color: #666;
      margin: 8px 0;height: 65px;
    }
    .art-medium {
      font-size: 0.8rem;
      color: #888;
      margin: 5px 0;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }
    .art-price {
      font-size: 1.2rem;
      font-weight: 700;
      color: #1f5130;
      margin: 10px 0 15px;
    }
    .whatsapp-btn {
      display: inline-block;
      background: black;
      color: white;
      text-align: center;
      padding: 12px;
      border-radius: 6px;
      font-weight: 600;
      font-size: 0.9rem;
      text-decoration: none;
      transition: 0.2s;
      margin-top: auto;
    }
    .whatsapp-btn:hover {
      background: white;
      color: black;
    }
    
    /* TABS STYLING */
    .tabs-container {
      margin: 2rem 0;
    }
    .tabs-header {
      display: flex;
      gap: 1rem;
      border-bottom: 1px solid #111;
      margin-bottom: 2rem;
    }
    .tab-btn {
      padding: 0.8rem 2rem;
      background: none;
      border: none;
      font-size: 1rem;
      text-transform: uppercase;
      letter-spacing: 2px;
      cursor: pointer;
      color: #888;
      transition: all 0.2s;
      border-bottom: 2px solid transparent;
    }
    .tab-btn.active {
      color: #111;
      border-bottom: 2px solid #111;
      font-weight: 500;
    }
    .tab-content {
      display: none;
    }
    .tab-content.active {
      display: block;
    }
    
  /* SPOTLIGHT GRID */
/* SPOTLIGHT SECTION - Fixed Navigation */
.spotlight-section {
    position: relative;
    margin-bottom: 30px;
}

.spotlight-grid {
    width: 100%;
}

.spotlight-card {
    border: 1px solid #111;
    padding: 12px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 10px;
}

.spotlight-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.spotlight-tag {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #b0570b;
    margin-bottom: 0.5rem;
    margin-top: 10px;
}

.owl-stage {
    display: flex;
}

.owl-item {
    padding: 2px;
    box-sizing: border-box;
}

/* Description limit to 2 lines */
.spotlight-card p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.6;
    min-height: 52px;
    max-height: 52px;
}

/* ========== FIXED NAVIGATION BUTTONS - BELOW CARDS ========== */
.spotlight-section .owl-nav {
    position: relative !important;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    display: block !important;
    width: 100% !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
}

.spotlight-section .owl-nav button.owl-prev,
.spotlight-section .owl-nav button.owl-next {
    background: #000 !important;
    color: #fff !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    font-size: 18px !important;
    margin: 0 8px !important;
    border: none !important;
    transition: 0.3s ease;
    display: inline-block !important;
    position: relative !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    float: none !important;
}

.spotlight-section .owl-nav button.owl-prev:hover,
.spotlight-section .owl-nav button.owl-next:hover {
    background: #333 !important;
    color: #fff !important;
    transform: scale(1.05);
}

.spotlight-section .owl-nav button i {
    font-size: 16px;
    line-height: 1;
}

/* Disable default absolute positioning from Owl Carousel */
.owl-carousel .owl-nav {
    position: relative !important;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: relative !important;
    transform: none !important;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .spotlight-section .owl-nav {
        margin-top: 20px !important;
        margin-bottom: 15px !important;
    }
    
    .spotlight-section .owl-nav button.owl-prev,
    .spotlight-section .owl-nav button.owl-next {
        width: 35px !important;
        height: 35px !important;
        font-size: 14px !important;
        margin: 0 6px !important;
    }
    
    .spotlight-section .owl-nav button i {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .spotlight-section .owl-nav {
        margin-top: 15px !important;
    }
    
    .spotlight-section .owl-nav button.owl-prev,
    .spotlight-section .owl-nav button.owl-next {
        width: 32px !important;
        height: 32px !important;
        font-size: 12px !important;
        margin: 0 5px !important;
    }
}
    /* EVENTS GRID */
    .events-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2rem;
    }
    .event-item {
      border: 1px solid #111;
      padding: 1.5rem;
    }
    .event-item img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border: 1px solid #111;
      margin-bottom: 1rem;
    }
    .event-date {
      color: #b0570b;
      font-weight: 500;
      margin: 0.5rem 0;
      font-size: 0.9rem;
    }
    .event-type {
      display: inline-block;
      background: #f0f0f0;
      padding: 0.2rem 1rem;
      font-size: 0.7rem;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 0.5rem;
    }
    
    /* LEGACY SECTION */
    .legacy-section {
      padding: 3rem 0 1rem 0;
      margin: 2rem 0;
      border-top: 1px solid #111;
      border-bottom: 1px solid #111;
      background: #fff;
    }
    
    .legacy-header {
      text-align: center;
      margin-bottom: 2.5rem;
    }
    
    .legacy-header h3 {
      font-size: 1.8rem;
      font-weight: 300;
      letter-spacing: 4px;
      margin-bottom: 0.5rem;
    }
    
    .legacy-header p {
      color: #888;
      font-size: 0.9rem;
      letter-spacing: 1px;
    }
    
    /* stats line */
    .legacy-stats-line {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 2rem;
      margin-bottom: 3rem;
      flex-wrap: wrap;
    }
    
    .stat-point {
      display: flex;
      align-items: baseline;
      gap: 0.3rem;
    }
    
    .stat-number {
      font-size: 2rem;
      font-weight: 400;
      color: #b0570b;
      line-height: 1;
    }
    
    .stat-label {
      font-size: 0.85rem;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #666;
    }
    
    .stat-divider {
      color: #ccc;
      font-size: 1.5rem;
      font-weight: 200;
    }
    
    /* HIGHLIGHTED GRID WITH IMAGES (partner-line replaced) */
    .highlighted-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2rem;
      margin: 2rem 0 1rem 0;
    }
    .highlight-card {
      border: 1px solid #111;
      background: #fff;
      padding: 1.5rem;
      transition: transform 0.2s ease;
    }
    .highlight-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    }
    .highlight-card img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      border: 1px solid #111;
      margin-bottom: 1rem;
    }
    .highlight-tag {
      font-size: 0.7rem;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #b0570b;
      margin-bottom: 0.75rem;
    }
    .highlight-card h4 {
      font-size: 1.3rem;
      font-weight: 400;
      margin-bottom: 0.75rem;
    }
    .highlight-card p {
      font-size: 0.9rem;
      color: #444;
      line-height: 1.5;
      margin-bottom: 1rem;
    }
    .highlight-stat {
      font-size: 1rem;
      font-weight: 600;
      color: #1f5130;
    }
    
    /* FOOTER */
    .new-footer {
      background: #000;
      color: #fff;
      padding: 4rem 0 0.5rem;
      margin-top: 4rem;
    }
    
    .footer-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 3rem;
    }
    
    .new-footer h5 {
      color: #fff;
      font-weight: 400;
      letter-spacing: 2px;
      margin-bottom: 1.5rem;
      font-size: 1rem;
    }
    
    .new-footer ul {
      list-style: none;
      padding: 0;
    }
    
    .new-footer ul li {
      margin-bottom: 0.7rem;
    }
    
    .new-footer ul li a {
      color: #aaa;
      text-decoration: none;
      font-size: 0.9rem;
      transition: 0.2s;
    }
    
    .new-footer ul li a:hover {
      color: #fff;
      text-decoration: underline;
    }
    
    .social-links {
      display: flex;
      gap: 1.5rem;
    }
    
    .social-links a {
      color: #fff;
      font-size: 1.5rem;
      transition: 0.2s;
    }
    
    .social-links a:hover {
      color: #b0570b;
    }
    
    .newsletter-box {
      display: flex;
      gap: 0.5rem;
      margin-top: 1rem;
    }
    
    .newsletter-box input {
      flex: 1;
      background: #222;
      border: 1px solid #444;
      color: #fff;
      padding: 0.7rem;
      border-radius: 4px;
    }
    
    .newsletter-box button {
      background: #fff;
      color: #000;
      border: none;
      padding: 0 1.5rem;
      font-weight: 600;
      border-radius: 4px;
      cursor: pointer;
    }
    
    .newsletter-box button:hover {
      background: #b0570b;
      color: #fff;
    }
       .video-banner {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

.banner-slide {
  width: 100%;
  height: 90vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

/* Overlay */
.video-overlay-content {
  position: absolute;
  bottom: 20%;
  color: #fff;
  z-index: 2;
}

.video-overlay-content p {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
}

/* Dark overlay effect */
.banner-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
}
     /* ABOUT SANGREZ STYLES - Black & White Aesthetic */
         .about-sangrez {
         padding: 80px 0 60px;
         background: #ffffff;
         border-bottom: 1px solid #eaeaea;
         border-top: 1px solid #eaeaea;
         margin: 0 0 40px;
         }
         .about-grid {
         display: grid;
         grid-template-columns: 1fr 1fr;
         gap: 60px;
         align-items: center; /* This makes both columns vertically centered */
         }
         .about-mini-tag {
         display: inline-block;
         font-size: 12px;
         letter-spacing: 2px;
         font-weight: 500;
         color: #777;
         margin-bottom: 15px;
         border-bottom: 1px solid #ddd;
         padding-bottom: 5px;
         }
         .about-title {
         font-size: 36px;
         font-weight: 400;
         line-height: 1.2;
         margin-bottom: 25px;
         color: #111;
         letter-spacing: -0.5px;
         }
         .about-description {
         font-size: 16px;
         line-height: 1.7;
         color: #444;
         margin-bottom: 20px;
         font-weight: 300;
         max-width: 90%;
         }
         .about-journey {
         margin: 30px 0 25px;
         padding: 20px 0;
         border-top: 1px solid #eee;
         border-bottom: 1px solid #eee;
         }
         .about-journey h3 {
         font-size: 14px;
         font-weight: 600;
         letter-spacing: 2px;
         color: #333;
         margin-bottom: 12px;
         text-transform: uppercase;
         }
         .about-journey p {
         font-size: 15px;
         line-height: 1.6;
         color: #555;
         font-style: italic;
         }
         /* Single Image Styles */
         .about-image-single {
         position: relative;
         width: 100%;
         height: 100%;
         min-height: 500px; /* Fixed height to match content height */
         display: flex;
         align-items: center; /* Centers image vertically within container */
         }
         .about-image-single img {
         width: 100%;
         height: 500px; /* Fixed height equal to content area */
         object-fit: cover;
         filter: grayscale(100%);
         transition: filter 0.5s ease;
         border-radius: 0; /* Sharp edges for aesthetic look */
         box-shadow: none; /* Clean, minimal */
         }
         /* Responsive Adjustments */
         @media (max-width: 900px) {
         .about-grid {
         grid-template-columns: 1fr;
         gap: 40px;
         align-items: start; /* Reset alignment for mobile */
         }
         .about-description {
         max-width: 100%;
         }
         .about-image-single {
         min-height: auto;
         height: auto;
         }
       
         }
         @media (max-width: 600px) {
         .about-title {
         font-size: 28px;
         }
         }
         /* For larger screens, ensure perfect alignment */
         @media (min-width: 1200px) {
         .about-image-single img {
         height: 550px; /* Slightly taller on large screens */
         }
         }
    /* Responsive */
  
    @media (max-width: 900px) {
      .highlighted-grid { grid-template-columns: repeat(2, 1fr); }
      .footer-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 600px) {
      .highlighted-grid { grid-template-columns: 1fr; }
      .footer-grid { grid-template-columns: 1fr; }
      .legacy-stats-line { gap: 1rem; }
      .stat-number { font-size: 1.5rem; }
    }
/* Toggle button background transparent */
.navbar-toggler {
  background-color: transparent !important;
  border: none; /* optional: border remove */
}

/* Toggle icon white */
.navbar-toggler-icon {
  filter: invert(1); /* makes icon white */
}

@media (max-width: 768px) {

  .featured-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    gap: 15px;
    padding-bottom: 10px;

    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .featured-card {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }
}
@media (max-width: 768px) {



  .spotlight-card {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }
}
@media (max-width: 768px) {

  .events-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    gap: 15px;
    padding-bottom: 10px;

    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .event-item {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }
}
    /* responsive */
        @media screen and (max-width:1400px) {

        }
        @media screen and (min-width:1200px) and   (max-width:1399.98px) {
   
        }
        @media screen and (min-width:992px) and   (max-width:1199.98px) {
.banner-slide {
  height: 300px !important;
}
.video-banner {
  height: 300px !important;
}
.video-overlay-content p {
  font-size: 12px !important;
  letter-spacing: 0px;
font-size: 13px;padding: 1rem 1rem;margin-bottom: 0;
  margin-top: 80px;
}
.about-title {
  font-size: 26px;
  margin-bottom: 12px;
}
.about-sangrez {
  padding: 24px 0 60px;
}
     
     .about-sangrez {
  padding: 24px 0 20px;
} 
.owl-prev i{font-size: 12px !important;
  font-weight: 700;display: flex;
  justify-content: center;
  align-items: center;
  }
  .owl-next i{font-size: 12px !important;
  font-weight: 700;display: flex;
  justify-content: center;
  align-items: center;
  }
  .artworks-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .artworks-grid .art-card:nth-child(n+4) {
    display: none !important;
  }
  .event-item {
  padding: 1rem;
}
}
        @media screen  and (min-width:768px) and (max-width:991.98px) {

.navbar-brand img{padding-right: 10px;}
.video-overlay-content p {
  font-size: 12px !important;
  letter-spacing: 0px;
font-size: 13px;padding: 1rem 1rem;margin-bottom: 0;
  margin-top: 80px;
}
.banner-slide {
  height: 250px !important;
}
.video-banner {
  height: 250px !important;
}
.about-sangrez {
  padding: 14px 0 26px !important;margin: 0 0 15px !important;
}
.about-title {
  font-size: 20px !important;
  margin-bottom: 5px !important;
}
.about-description {
  font-size: 14px !important;
}
.about-journey {
  margin: 5px 0 0px !important;
  padding: 12px 0 !important;
}
.section-title {
  font-size: 16px !important;
  letter-spacing: 2px !important;
  margin: 0rem 0 1rem !important;
}
.whatsapp-btn {
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 0.9rem;
}
.featured-content h3 {
  font-size: 20px;
}
.whatsapp-btn {
  font-size: 12px;
}
.featured-card {
  width: 300px;
}
.featured-row {
  margin: 1rem 0;
}
.artworks-grid {
  margin: 1rem 0;
}
.tabs-container {
  margin: 1rem 0;
}
.legacy-header {
  margin-bottom: 10px;
}
.legacy-header h3 {
  font-size: 16px;
  letter-spacing: 2px;
}
.legacy-section {
  padding: 1rem 0 1rem 0;
  margin: 1rem 0;
}
.legacy-stats-line {
  margin-bottom: 1rem;
}
.ticker-item {
  font-size: 12px;
}
.about-journey p {
  font-size: 14px;
}
.tab-btn {
  padding: 0.7rem 0.2rem;
  font-size: 14px;
}
.new-footer {
  margin-top: 1rem;
}
  .artworks-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .artworks-grid .art-card:nth-child(n+3) {
    display: none !important;
  }
        }
        @media screen and (min-width:576px) and (max-width:767.98px) {

.navbar-brand img{padding-right: 10px;}
.video-overlay-content p {
  font-size: 12px !important;
  letter-spacing: 0px;
font-size: 13px;padding: 1rem 1rem;margin-bottom: 0;
  margin-top: 80px;
}
.banner-slide {
  height: 250px !important;
}
.video-banner {
  height: 250px !important;
}
.about-sangrez {
  padding: 14px 0 26px !important;margin: 0 0 15px !important;
}
.about-title {
  font-size: 20px !important;
  margin-bottom: 5px !important;
}
.about-description {
  font-size: 14px !important;
}
.about-journey {
  margin: 5px 0 0px !important;
  padding: 12px 0 !important;
}
.section-title {
  font-size: 16px !important;
  letter-spacing: 2px !important;
  margin: 0rem 0 1rem !important;
}
.whatsapp-btn {
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 0.9rem;
}
.featured-content h3 {
  font-size: 20px;
}
.whatsapp-btn {
  font-size: 12px;
}
.featured-card {
  width: 300px;
}
.featured-row {
  margin: 1rem 0;
}
.artworks-grid {
  margin: 1rem 0;
}
.tabs-container {
  margin: 1rem 0;
}
.legacy-header {
  margin-bottom: 10px;
}
.legacy-header h3 {
  font-size: 16px;
  letter-spacing: 2px;
}
.legacy-section {
  padding: 1rem 0 1rem 0;
  margin: 1rem 0;
}
.legacy-stats-line {
  margin-bottom: 1rem;
}
.ticker-item {
  font-size: 12px;
}
.about-journey p {
  font-size: 14px;
}
.tab-btn {
  padding: 0.7rem 0.2rem;
  font-size: 14px;
}
.new-footer {
  padding: 1rem 0 1rem;
  margin-top: 1rem;
}
.new-footer h5 {
  margin-bottom: 0.5rem;
}
.mg_tp{margin-top: -50px;}
  .artworks-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    gap: 15px;
    padding-bottom: 10px;

    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .art-card {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }
        }
        @media screen  and (min-width:381px) and (max-width:575.98px){
.navbar-brand img{padding-right: 10px;}
.video-overlay-content p {
  font-size: 12px !important;
  letter-spacing: 0px;
font-size: 13px;padding: 1rem 1rem;margin-bottom: 0;
  margin-top: 80px;
}
.banner-slide {
  height: 50vh !important;
}
.video-banner {
  height: 50vh !important;
}
.about-sangrez {
  padding: 14px 0 26px !important;margin: 0 0 15px !important;
}
.about-title {
  font-size: 20px !important;
  margin-bottom: 5px !important;
}
.about-description {
  font-size: 14px !important;
}
.about-journey {
  margin: 5px 0 0px !important;
  padding: 12px 0 !important;
}
.section-title {
  font-size: 16px !important;
  letter-spacing: 2px !important;
  margin: 0rem 0 0rem !important;
}
.whatsapp-btn {
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 0.9rem;
}
.featured-content h3 {
  font-size: 20px;
}
.whatsapp-btn {
  font-size: 12px;
}
.featured-card {
  width: 300px;
}
.featured-row {
  margin: 1rem 0;
}
.artworks-grid {
  margin: 1rem 0;
}
.tabs-container {
  margin: 1rem 0;
}
.legacy-header {
  margin-bottom: 10px;
}
.legacy-header h3 {
  font-size: 16px;
  letter-spacing: 2px;
}
.legacy-section {
  padding: 1rem 0 1rem 0;
  margin: 1rem 0;
}
.legacy-stats-line {
  margin-bottom: 1rem;
}
.ticker-item {
  font-size: 12px;
}
.about-journey p {
  font-size: 14px;
}
.tab-btn {
  padding: 0.7rem 0.2rem;
  font-size: 14px;
}
.new-footer {
  padding: 1rem 0 1rem;
  margin-top: 1rem;
}
.new-footer h5 {
  margin-bottom: 0.5rem;
}
.mg_tp{margin-top: -50px;}
  .artworks-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    gap: 15px;
    padding-bottom: 10px;

    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .art-card {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }
        }
        @media screen and (min-width:320px) and (max-width:380.98px) {
.navbar-brand img{padding-right: 10px;}
.video-overlay-content p {
  font-size: 12px !important;
  letter-spacing: 0px;
font-size: 13px;padding: 1rem 1rem;margin-bottom: 0;
  margin-top: 80px;
}
.banner-slide {
  height: 50vh !important;
}
.video-banner {
  height: 50vh !important;
}
.about-sangrez {
  padding: 14px 0 26px !important;margin: 0 0 15px !important;
}
.about-title {
  font-size: 20px !important;
  margin-bottom: 5px !important;
}
.about-description {
  font-size: 14px !important;
}
.about-journey {
  margin: 5px 0 0px !important;
  padding: 12px 0 !important;
}
.section-title {
  font-size: 16px !important;
  letter-spacing: 2px !important;
  margin: 0rem 0 1rem !important;
}
.whatsapp-btn {
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 0.9rem;
}
.featured-content h3 {
  font-size: 20px;
}
.whatsapp-btn {
  font-size: 12px;
}
.featured-card {
  width: 300px;
}
.featured-row {
  margin: 1rem 0;
}
.artworks-grid {
  margin: 1rem 0;
}
.tabs-container {
  margin: 1rem 0;
}
.legacy-header {
  margin-bottom: 10px;
}
.legacy-header h3 {
  font-size: 16px;
  letter-spacing: 2px;
}
.legacy-section {
  padding: 1rem 0 1rem 0;
  margin: 1rem 0;
}
.legacy-stats-line {
  margin-bottom: 1rem;
}
.ticker-item {
  font-size: 12px;
}
.about-journey p {
  font-size: 14px;
}
.tab-btn {
  padding: 0.7rem 0.2rem;
  font-size: 14px;
}
.new-footer {
  padding: 1rem 0 1rem;
  margin-top: 1rem;
}
.new-footer h5 {
  margin-bottom: 0.5rem;
}
.mg_tp{margin-top: -50px;}
.event-item {
  padding: 1rem;
}
  .artworks-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    gap: 15px;
    padding-bottom: 10px;

    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .art-card {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }

        }