/* Overlay Box */
.banner-overlay {
  position: absolute;
    top: 35%;
    left: 8%;
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 0.79;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    max-width: 400px;
}

.banner-overlay p {
      margin-top: 15px;
    font-size: 20px;
    align-items: left;
    text-align: left;
    line-height: 1.6;
    padding-left: 50px;
    padding-right: 50px;
    font-weight: 300;
}

/* Past Forward Logo */
.pf-logo {
  max-width: 400px;
    padding-bottom: 25px;
    display: block;
}


h2.teams_artists {
    font-weight: 200 !important;
    font-size: 40px !important;
}


/* for iphone*/
/* Adjustments for iPhone 15 (and similar devices) */
@media screen and (max-width: 430px) {
  .banner-overlay {
        bottom: 10px;
        top: auto;
        max-width: 83%;
        padding: 20px;
        margin: 0 auto;
    }

  .pf-logo {
    max-width: 200px; /* Adjust logo size for iPhone */
    padding-bottom: 5px;
    margin: 0 auto 10px;
  }

  .banner-overlay p {
    font-size: 14px; /* Smaller font for iPhone */
    padding: 0;
    text-align: center;
    line-height: 1.4;
  }
}


/* Default hide mobile */
.banner-slider.desktop { display: block; }
.banner-slider.mobile { display: none; }

@media (max-width:768px) {
  .banner-slider.mobile { display: block; }
  .banner-slider.desktop { display: none; }
}



/* second section */


/* Angled box with border */
.angled-box {
  position: relative;
  overflow: hidden;
}

.content-wrapper {
  display: flex;
  flex-wrap: wrap;
}

/* Left image */
.left-img {
  flex: 1 1 50%;
}
.left-img img {
  width: 90%;
  height: 90%;
  object-fit: cover;
  display: block;
  border-bottom-right-radius: 20px;
}

/* Right content */
.right-content {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  padding-top: 200px;
}

.right-content h2 {
 font-size: 70px;
    font-weight: 300;
    line-height: 70px;
    margin-bottom: 50px;
    color: #ffffff;
}

.right-content p {
      margin-bottom: 25px;
    max-width: 90%;
    font-size: 20px;
    color: #ffffff;
    font-weight: 200;
    line-height: 1.7;
}

/* Stats */
.stats {
  display: flex;
  justify-content: flex-start;
  gap: 60px;
  margin: 30px 0;
}

.stats-item {
  text-align: left;
}

.stats-item h3 {
  font-size: 70px;
  font-weight: 300;
  margin-bottom: 5px;
  color: #ffffff;
}

.stats-item p {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  color: #ffffff;
}

/* Button */
.btn-download {
       transform: translateX(-30%);
    display: inline-flex
;
    align-items: center;
    gap: 50px;
    background: #FF6633;
    color: #fff;
    padding: 15px;
    margin-right: 265px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none !important;
    text-align: center;
    margin-bottom: 30px;
}
.btn-download:hover {
  background: #847870;
  color: #fff;
}

.btn-download .btn-icon:hover {
    color: #847870;
}

/* Icon inside the button */
.btn-download .btn-icon {
display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #FF6633;
    font-size: 2rem;
    font-weight: bold;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

/* Small text */
.small {
  font-size: 0.9rem;
  color: #666;
  max-width: 90%;
  line-height: 1.6;
}

/* Responsive */


@media (min-width: 769px) and (max-width: 1100px) {

  /* Section 2 */
  .content-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .left-img {
    flex: 1 1 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .left-img img {
    width: 100%;
    height: auto;
  }

  .right-content {
    flex: 1 1 100%;
    padding: 40px 20px;
    text-align: center;
  }

  .right-content h2 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .right-content p {
    font-size: 16px;
    max-width: 100%;
  }

  .stats {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .stats-item h3 {
    font-size: 32px;
  }

  .stats-item p {
    font-size: 14px;
  }

  .btn-download {
    transform: none;
    margin: 20px auto;
    font-size: 12px;
    padding: 12px 20px;
    gap: 20px;
  }

  .btn-download .btn-icon {
    width: 30px;
    height: 30px;
    font-size: 1.2rem;
  }

  .small {
    font-size: 0.8rem;
    text-align: center;
    margin: 0 auto;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
      .content-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .left-img {
    flex: 1 1 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .left-img img {
    width: 100%;
    height: auto;
  }

  .right-content {
    flex: 1 1 100%;
    padding: 40px 20px;
    text-align: center;
  }

  .right-content h2 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .right-content p {
    font-size: 16px;
    max-width: 100%;
  }

  .stats {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .stats-item h3 {
    font-size: 32px;
  }

  .stats-item p {
    font-size: 14px;
  }

  .btn-download {
    transform: none;
    margin: 20px auto;
    font-size: 12px;
    padding: 12px 20px;
    gap: 20px;
  }

  .btn-download .btn-icon {
    width: 30px;
    height: 30px;
    font-size: 1.2rem;
  }

  .small {
    font-size: 0.8rem;
    text-align: center;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
    .content-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .left-img {
    flex: 1 1 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .left-img img {
    width: 100%;
    height: auto;
  }

  .right-content {
    flex: 1 1 100%;
    padding: 40px 20px;
    text-align: center;
  }

  .right-content h2 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .right-content p {
    font-size: 16px;
    max-width: 100%;
  }

  .stats {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .stats-item h3 {
    font-size: 32px;
  }

  .stats-item p {
    font-size: 14px;
  }

  .btn-download {
    transform: none;
    margin: 20px auto;
    font-size: 12px;
    padding: 12px 20px;
    gap: 20px;
  }

  .btn-download .btn-icon {
    width: 30px;
    height: 30px;
    font-size: 1.2rem;
  }

  .small {
    font-size: 0.8rem;
    text-align: center;
    margin: 0 auto;
  }
  
      .filter-buttons .filter-btn {
  background-color: #847870;
  color: #fff;
  border: none;
 padding: 4px 4px !important;
    margin: 0 3px !important;
  cursor: pointer;
  border-radius: 20px;
  transition: background 0.3s;
}

  .right-content h2 {
    font-size: 40px;
        line-height: 1.2;
        font-weight: 200;
  }

  .stats {
    align-items: center;
    gap: 20px;
  }

  .stats-item h3 {
    font-size: 30px;
  }

  .stats-item p {
    font-size: 12px;
  }

  .btn-download {
    width: 100%;
    justify-content: center;
  }
}
/end first and second section/


img#horse_ani3
 {
    width: 40%;
    height: 70%;
}

h2.venue.img-fluid {
    padding-top: 200px;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.shape-overlays {
  z-index: 100; /* less than .global-menu */
}
.global-menu__wrap {
  z-index: 10000;
  position: relative;
}
.global-menu {
  z-index: 9999 !important;
  position: fixed;

}


.hide-on-scroll {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}


img.img-fluid.logodali {
    width: 100px;
    height: auto;
}


/* home slider */
.home-sec-01 {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.banner-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000071;
}

.banner-slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.banner-slider .slide.active {
  opacity: 1;
}

.full-banner-img-logo {
  position: relative;
  z-index: 2;
  width: auto;
  height: 150px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


/* for image same size show in gallery, event tab. */
.top-row,
.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 15px;
}

.left-column,
.right-column {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.image-hover-box img {
  width: 100%;
  height: 250px; /* Fixed height for uniformity */
  object-fit: cover; /* Crops excess but keeps aspect ratio visually consistent */
  border-radius: 8px;
  display: block;
}


/* video section */
section.video1_section_event{
    z-index:4;
    color: #fff;
  text-align: center;
      margin-top: -80px;
  padding-top: 100px;
    padding-bottom: 15px;
  position: relative;
  background: url(../img/texture-bg.jpg) repeat top center;
}

.video-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.video-container video {
  width: 100%;
  height: auto;
  border-radius: 12px;
  /* box-shadow: 0 4px 20px rgba(0,0,0,0.5); */
}


/* events */
section.home_section_event {
    z-index:4;
  color: #fff;
  text-align: center;
  margin-bottom: 55px;
  padding: 20px 20px 50px 0;
  position: relative;
  background: url(../img/texture-bg.jpg) repeat top center;
}

.gallery-wrapper {
  padding: 20px;
  font-family: Arial, sans-serif;
  color: #ffffff;
}

.gallery-wrapper h2 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 30px;
}

.top-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.left-column,
.right-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.left-column {
  flex: 1;
}

.right-column {
  flex: 2;
}

.left-column img,
.right-column img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 16px;
  max-width: 1200px;
  margin: 25px auto;
}

.image-grid img {
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
}

.image-grid img:hover {
  transform: scale(1.03);
}

.filter-buttons {
  text-align: center;
  margin-bottom: 30px;
}

.filter-buttons .filter-btn {
  background-color: #847870;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin: 0 10px;
  cursor: pointer;
  border-radius: 20px;
  transition: background 0.3s;
}

.filter-buttons .filter-btn.active {
  background-color: #f46f37;
  color: #ffffff;
  border: none !important;
  outline: none !important;
}

.filter-buttons .filter-btn:hover{
  background-color: #f46f37;
  color: #ffffff;
  border: none !important;
  outline: none !important;
}


/* Move the lightbox caption on image */
.lb-caption {
  position: absolute !important;
  bottom: 40px; /* Image ke neeche ke andar margin */
  left: 50%;
  transform: translateX(-50%);
  text-align: center !important;
  z-index: 1001;
  /*background-color: rgba(255, 255, 255, 0.6);*/
  color: #ffffff;
  padding: 6px 12px;
  font-size: 13px !important;
  font-weight: 500 !important;
  pointer-events: none; /* Image click me interfere na ho */
  max-width: 90%; /* Text image se bahar na nikle */
  border-radius: 4px;
  font-family: 'Poppins', sans-serif !important;
}


/* Make sure the container is positioned relative */
.lightbox .lb-outerContainer {
  position: relative !important;
}


/* Hover caption */


.image-hover-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.image-hover-box img {
  width: 100%;
  display: block;
}

.hover-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8); /* #f46f37 with opacity */
  color: #f46f37;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hover-caption span {
  margin: 0;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
padding: 10px 10px 10px 10px;
font-family: 'Poppins', sans-serif !important;
}

.hover-caption p {
  margin: 5px 0 0;
  font-style: italic;
  font-size: 16px;
}

.image-hover-box:hover .hover-caption {
  opacity: 1;
}



/* mobile view */
@media (max-width: 768px) {
  .top-row {
    flex-direction: column;
    gap: 20px;
    padding: 0 10px;
  }

  .left-column, .right-column {
    flex: 1 1 100%;
  }

  .image-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    padding: 0 10px;
  }

  .gallery-wrapper h2 {
    font-size: 22px;
  }

  .home_section_event {
    padding: 60px 10px;
  }
}


@media screen and (max-width: 600px) {
    .top-row {
    flex-direction: column;
    gap: 20px;
    padding: 0 10px;
  }

  .left-column, .right-column {
    flex: 1 1 100%;
  }

  .image-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    padding: 0 10px;
  }

  .gallery-wrapper h2 {
    font-size: 22px;
  }

  .home_section_event {
    padding: 60px 10px;
  }
}
/* end mobile view */
/* end event */


section.home_section_new {
  color: #fff;
  text-align: center;
  /*padding-top: 100px;*/
  padding-bottom: 100px;
  position: relative;
  background: url(../img/texture-bg.jpg) repeat top center;
}

section.home_section_experience {
  color: #fff;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 150px;
  position: relative;
  background: url(../img/texture-bg.jpg) repeat top center;
}

section.home_section_dali {
  color: #fff;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 150px;
  position: relative;
  background: url(../img/texture-bg.jpg) repeat top center;
}


section.home_section_second{
  color: #fff;
  text-align: center;
  margin-top: -150px;
  padding-top: 100px;
  position: relative;
  background: url(../img/texture-bg.jpg) repeat top center;
}

section.home_section_profile{
  color: #fff;
  text-align: center;
  padding-top: 20px;
    padding-bottom: 100px;
  position: relative;
  background: url(../img/texture-bg.jpg) repeat top center;
}


section.home_section_dali{
    margin-top: -80px;
  color: #fff;
  text-align: center;
    padding-bottom: 120px;
  position: relative;
  background: url(../img/texture-bg.jpg) repeat top center;
}

/*  */
.full-banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  }
  .home-sec-01 {
    position: relative;
    height: 100vh;
  }


  .container.position-relative.z-index1 {
    margin-top: 550px;
}


.full-banner-img-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  height: auto;
  z-index: 2;
  pointer-events: none; /* if you want it to not be clickable */
  opacity: 0.7;
}

/* new second section */
.register-banner {
  padding: 100px 20px;
  text-align: center;
  color: #fff;
  position: relative;
}

.register-content {
  max-width: 800px;
  margin: 0 auto;
  color: #eee;
}

.subtext {
  font-size: 18px;
  font-weight: 200;
  line-height: 1.6;
  margin-bottom: 30px;
}

.venue {
  font-size: 70px;
  font-weight: 200;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 10px;
}



.register-btn {
  margin-top: 50px;
    margin-bottom: 50px;
  display: inline-block;
  background: #f46f37;
  color: #fff;
  padding: 14px 30px;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 200;
  backdrop-filter: blur(8px);
  transition: background 0.3s ease;
}

.register-btn:hover {
  background: #847870;
  color: #fff;
  text-decoration: none;
}

.past_logo{
  width: 100%;
    margin: 0 auto;
    height: auto;
    z-index: 12;
}

.past_logo1{
  position: relative;
  background-size: contain; /* Ensures image isn't stretched */
  padding: 100px 20px;
  text-align: center;
  overflow: hidden;
  display: block;
  margin: 80px auto 0;
  max-width: 400px;
  width: 100%;
  opacity: 0.05;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 80;
}




/* download invite */
.exhibition-section {
  padding: 100px 20px;
  text-align: center;
  color: #fff;
}

.exhibition-content {
  max-width: 800px;
  margin: 0 auto;
}

.subtitle {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 15px;
}

.title {
  font-size: 80px;
  font-weight: 200;
  color: #fff;
  margin-bottom: 40px;
  line-height: 75px;
}

.description p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 200;
  line-height: 1.7;
  margin-bottom: 20px;
}

.download-btn {
  display: inline-block;
  padding: 14px 30px;
  background: #f46f37;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 500;
  font-size: 16px;
  backdrop-filter: blur(8px);
  transition: background 0.3s ease;
}

.download-btn:hover {
  background: #847870;
  color: #fff;
  text-decoration: none;
}



/* legacy section */
@font-face {
  font-family: 'Shorelines Script';
  src: url('fonts/ShorelinesScriptBold.woff2') format('woff2'),
       url('fonts/ShorelinesScriptBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}


.legacy-section {
  background-color: #8b7c75;
  text-align: center;
  color: #fff;
}

.legacy-container {
  max-width: 1000px;
  margin: 0 auto;
}

.legacy-subtitle {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 15px;
}

.legacy-title {
  font-size: 80px;
    font-weight: 200;
    line-height: 75px;
}

.stroke-script {
  font-size: 45px;
    display: block;
    color: #fff;
    padding-left: 240px;
    transform: rotate(-7deg);
    font-family: 'Shorelines Script', cursive;
    font-weight: bold;
    font-style: normal;
}

.legacy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 40px 60px;
  margin-top: 40px;
}

.legacy-item h3.legacy-script {
  margin-bottom: 40px;
  font-family: 'Shorelines Script', cursive;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
}

.legacy-item p {
  font-size: 20px;
  color: #ffffff;
  font-weight: 200;
  line-height: 1.6;
}



/* full width */
.fullwidth-image-section {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  /* overflow: hidden; */
}

.fullwidth-image-section img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
}

/* tk manoj*/
ul.list_tk {
    text-align: left;
    padding-left:40px;
}

/* hansram yadav page*/
.curator-image_hansram img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.curator-image_hansram {
    flex: 1 1 400px;
}

span.Hans_Ram {
    font-size: 16px;
    margin-bottom: 40px;
    display: block;
    margin-top: -15px;
    color: #fff;
    text-align: left;
    font-style: normal;
}
  
  a:hover {
    text-decoration: none !important;
}
  
  /* curated note */
  .curator-note-section {
    padding: 60px 20px;
    background-color: #f3f3f3;
  }
  
  .curator-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 150px;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  
  .curator-image {
    flex: 1 1 300px;
    text-align: left;
  }
  
  .curator-image img {
    max-width: 100%;
    border: 4px solid #796d65;
    padding: 4px;
    border-radius: 180px;
  }
  
  .caption {
    margin-top: 10px;
    font-weight: 600;
    font-size: 14px;
  }
  
  .curator-content {
    flex: 2 1 600px;
    color: #ffffff;
  }
  
  .curator-content h2 {
    font-size: 28px;
    margin-bottom: 10px;
    text-align: left;
  }
  
  .curator-content p {
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 18px;
    text-align: left;
    font-weight: 200;
  }


  h2.profile_curator1 {
    font-size: 80px !important;
    font-weight: 200 !important;
}

  section.curator-note-section.home-sec-02 {
    padding-top: 0px !important;
}

.goyal-script{
  font-size: 50px;
  margin-bottom: 70px;
  display: block;
  margin-top: -35px;
  color: #fff;
text-align: left;
    font-weight: 200;
  font-style: normal;
}



/* experience section */
.experience-section {
  text-align: center;
  color: #fff;
}

.experience-title {
  font-size: 80px;
  font-weight: 200;
  letter-spacing: 1px;
  line-height: 75px;
  margin-bottom: 60px;
  position: relative;
}

.stroke-script {
  font-size: 40px;
  display: block;
  margin-top: 10px;
  color: #fff;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 60px 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.experience-box h3.script-title {
  margin-bottom: 40px;
  font-family: 'Shorelines Script', cursive;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
}

.experience-box p {
  font-size: 20px;
  color: #ddd;
  font-weight: 200;
  line-height: 1.6;
}



/* meets the artists */
.meet-artists {
  color: #fff;
  text-align: center;
  padding: 80px 20px;
}

.section-title {
  font-size: 80px;
  letter-spacing: 2px;
  font-weight: 200;
  margin-bottom: 12px;
}

.section-description {
  font-size: 20px;
  font-weight: 200;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto 60px;
  color: #e0e0e0;
}

.artist-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  justify-items: center;
}

.artist {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.artist img {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.artist-name {
  margin-top: 12px;
  font-size: 26px;
  color: #f2f2f2;
  font-weight: 400;
}

.artist-name-para{
    margin-top: -10px;
  font-size: 18px;
  color: #f2f2f2;
  font-weight: 200;
}


/* comdez */
.comdez-section {
  padding: 1px 20px;
  color: #fff;
  text-align: center;
}

.comdez-container {
  max-width: 700px;
  margin: 0 auto;
}

.comdez-title {
  font-size: 80px;
  letter-spacing: 3px;
  font-weight: 200;
  margin-bottom: 30px;
}

.comdez-desc {
  font-size: 20px;
  color: #ffffff;
  font-weight: 200;
  line-height: 1.7;
  margin-bottom: 30px;
}

.comdez-services p {
  font-weight: 600;
  font-size: 20px;
  margin: 5px 0;
  color: #fff;
}

.comdez-btn {
  display: inline-block;
  margin-top: 30px;
  background-color: #f46f37;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 200;
  transition: background 0.3s ease;
}

.comdez-btn:hover {
  background-color: #847870;
  color: #fff;
  text-decoration: none;
}



/* dali */
.dali-section {
  color: #fff;
  text-align: center;
}

.dali-container {
  max-width: 720px;
  margin: 0 auto;
}

.dali-image {
  width: 140px;
  height: auto;
  letter-spacing: 4px;
  margin-bottom: 30px;
}

.comdez-image {
  width: 256px;
  height: auto;
  letter-spacing: 4px;
  margin-bottom: 30px;
}


.dali-desc {
  font-size: 20px;
  color: #ffffff;
  font-weight: 200;
  line-height: 1.7;
  margin-bottom: 25px;
}

.dali-services p {
  font-weight: 600;
  font-size: 20px;
  margin: 5px 0;
  color: #ffffff;
}

.dali-btn {
  display: inline-block;
  margin-top: 30px;
  background-color: #f46f37;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 200;
  transition: background 0.3s ease;
}

.dali-btn:hover {
  background-color: #847870;
  color: #fff;
  text-decoration: none;
}




/* our office section */
.office-section {
  padding: 60px 20px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.office-section .container {
  max-width: 800px;
  margin: 0 auto;
}



.office-block {
  margin-bottom: 40px;
}

.office-block h4 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 8px;
}

.office-block p {
  font-weight: 200;
  font-size: 20px;
  line-height: 1.7;
  color: #f6f6f6;
}

.office-block a {
  color: #fff;
  text-decoration: underline;
}


.past_logo2 {
  position: relative;
  background-size: contain;
  text-align: center;
  overflow: hidden;
  opacity: 0.19;
  width: 1200px;
}



/* Paralax animation */
section#inside_exhibition{
  position: sticky;
  top: 0;
  z-index: 2;
}

section#glims1{
  /*z-index: 1;*/
  position: sticky;
  top: 0;
}

section#vishal_profilegoyal{
  z-index: 4;
  /*position: sticky;*/
  top: 0;
}

section#glims2{
  z-index: 5;
  position: sticky;
  top: 0;
}

section#experience_stroke{
  z-index: 6;
  /*position: sticky;*/
  top: 0;
}

section#glims3{
  z-index: 7;
  position: sticky;
  top: 0;
}

section#meets_artists{
  z-index: 7;
}

section#glims4{
  z-index: 7;
  position: sticky;
  top: 0;
}

section#comdez_profiledali{
  z-index: 7;
}

section#glims5{
  z-index: 8;
  position: sticky;
  top: 0;
}

section#our_offices{
  z-index: 9;
}















/* registration */
/* Root Section */
p.india_habitat_registration2 {
    font-size: 70px;
    font-weight: 200;
}


.visit-booking {
  background: url('../img/banner/master.png') no-repeat center center/cover;
  padding: 50px 20px;
  font-family: 'Poppins', sans-serif;
  color: white;
  text-align: center;
}
.past_logo3 {
  position: relative;
  background-size: contain;
  text-align: center;
  overflow: hidden;
  width: 100%;
}

/* Two content blocks stacked */
.row-container {
  padding: 40px 20px;
  margin-bottom: 100px;
    margin-top: -40px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
}

/* First block styling (Logo + Headings) */
.top-block {
  background-color: #847870;
}

.logo {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.main-title {
  font-size: 38px;
  font-weight: 600;
  margin: 10px 0;
}

.main-title .script {
  font-family: 'Shorelines Script', cursive;
  font-size: 60px;
  display: block;
  margin-top: -10px;
}


/* Second block styling (Form) */
.bottom-block {
  background-color: #847870;
}

.form-box h3 {
  font-size: 50px;
  margin-bottom: 10px;
  font-weight: 200;
}

.form-desc {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #ffffff;
}

.form-box select {
  width: 55%;
  padding: 10px 15px;
  margin: 10px 0;
  border-radius: 25px;
  border: none;
  font-size: 14px;
  background: #968c85;
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23fff'%20d='M2%200L0%202h4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px;
}


.form-box input[type="text"],
.form-box input[type="tel"],
.form-box input[type="email"],
.form-box input[type="date"] {
  width: 55%;
  padding: 10px 15px;
  margin: 10px 0;
  border-radius: 25px;
  border: none;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.checkbox-label {
  display: block;
  text-align: center;
  margin: 10px 0;
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
}

.form-box button {
  background-color: #8a7e78;
  color: white;
  border: none;
  padding: 10px 30px;
  border-radius: 25px;
  font-size: 14px;
  cursor: pointer;
}








form input::placeholder {
  color: #ddd;
  opacity: 1;
  font-weight: 300;
}




/* mobile */

@media screen and (max-width: 1200px) {
  .past_logo2 {
    max-width: 600px;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  .global-menu__item {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 25px;
}

h2.venue.img-fluid {
    padding-top: 25px;
}


}


@media (min-width: 1101px) and (max-width: 1600px) {
    .right-content{
    flex: 1 1 50%;
    display: flex
;
    flex-direction: column;
    padding-top: 70px;
}
    
    .right-content h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 55px;
    color: #ffffff;
}


.stats-item h3 {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 5px;
    color: #ffffff;
}

.stats-item p {
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    color: #ffffff;
}

.stats {
    display: flex
;
    justify-content: flex-start;
    gap: 60px;
    margin: 10px 0;
}

.btn-download {
    transform: translateX(-30%);
    display: inline-flex
;
    align-items: center;
    gap: 30px;
    background: #FF6633;
    color: #fff;
    padding: 10px;
    margin-right: 10px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none !important;
    text-align: center;
    margin-bottom: 20px;
}

.right-content p {
    margin-bottom: 15px;
    max-width: 90%;
    font-size: 18px;
    color: #ffffff;
    font-weight: 200;
    line-height: 1.7;
}
}

@media screen and (max-width: 1400px) {
  section.home_section_profile {
    color: #fff;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 100px;
    position: relative;
    background: url(../img/texture-bg.jpg) repeat top center;
}
section.home_section_experience {
    color: #fff;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 190px;
    position: relative;
    background: url(../img/texture-bg.jpg) repeat top center;
}


h2.profile_curator1 {
    font-size: 40px !important;
    font-weight: 200 !important;
}

.curator-content h2 {
    margin-bottom: 40px;
}

.goyal-script {
    font-size: 23px;
    margin-bottom: 70px;
    display: block;
    margin-top: -50px;
    color: #fff;
    text-align: left;
    font-weight: 200;
    font-style: normal;
}

.curator-content p {
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 16px;
    text-align: left;
    font-weight: 200;
}

.experience-title {
    font-size: 50px;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 75px;
    margin-bottom: 30px;
    position: relative;
}

.stroke-script {
    font-size: 30px;
    display: block;
    margin-top: 10px;
    color: #fff;
}

.experience-box h3.script-title {
    margin-bottom: 30px;
    font-family: 'Shorelines Script', cursive;
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
}



}




@media screen and (max-width: 750px) {
    
    h2.venue.img-fluid {
            font-size: 25px;

}
}


@media screen and (max-width: 600px) {
    
    
    
.left-img img {
  width: 100%;
  border-bottom-right-radius: 0px;
}
    
    ul.social_media_footer>li>a {
    font-size: 15px;
    text-align: center;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 1.4;
    padding: 8px 7px 8px 7px !important;
    color: #ffffff;
    /* border: 1px solid #44494c; */
    border-radius: 100% !important;
    background: #44494c;
    transition: all 500ms ease-in-out;
}
    
    p.india_habitat_registration2 {
    font-size: 25px;
    font-weight: 200;
}
    
    
    h2.venue.img-fluid {
    padding-bottom: 35px;
}

.loader {
    background-size: 800px 800px; /* Smaller animation size */
    background-position: center center;
  }

  .full-banner-img-logo {
    max-width: 100%;
    top: 55%;
  }

  .past_logo2 {
    max-width: 300px;
    width: 90vw;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  .fullwidth-image-section img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
}


.venue {
    font-size: 30px;
    font-weight: 200;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 0px;
}

.subtext {
    font-size: 13px;
    font-weight: 200;
    line-height: 1.6;
    margin-bottom: 0px;
    padding-right:10px;
    padding-left:10px;
}

.subtitle {
    font-size: 15px;
    font-weight: 200;
    line-height: 75px;
}

.title {
    font-size: 40px;
    font-weight: 200;
    color: #fff;
    margin-bottom: 40px;
    margin-top: -25px;
    line-height: 50px;
}

.description p {
    font-size: 14px;
    color: #ffffff;
    font-weight: 200;
    line-height: 1.7;
    margin-bottom: 20px;
}

.legacy-subtitle {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 15px;
}

.legacy-title {
    font-size: 40px;
    font-weight: 200;
    line-height: 50px;
}

.stroke-script {
    font-size: 30px;
    display: block;
    margin-top: -10px;
    color: #fff;
}

.legacy-item h3.legacy-script {
    margin-bottom: 40px;
    font-family: 'Shorelines Script', cursive;
    font-size: 35px;
    font-weight: bold;
    font-style: normal;
    padding-right: 40px;
        padding-left: 10px;
}

.legacy-item p {
    font-size: 16px;
padding-left: 20px;
        padding-right: 50px;
    color: #ffffff;
    font-weight: 200;
    line-height: 1.6;
}

h2.profile_curator1 {
    font-size: 40px !important;
    font-weight: 200 !important;
}

span.Hans_Ram {
     text-align: center;
}

h2.teams_artists {
    font-weight: 200 !important;
    font-size: 30px !important;
}

.curator-content h2 {
    margin-bottom: 37px;
    margin-top: -100px;
    text-align: center;
}

.goyal-script {
    font-size: 30px;
    margin-bottom: 40px;
    display: block;
    margin-top: -21px;
    color: #fff;
    text-align: center;
    font-weight: 200;
    font-style: normal;
}

.curator-content p {
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 16px;
    text-align: center;
    font-weight: 200;
}

.curator-image {
    order: -1;
}


section.home_section_profile {
    color: #fff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 120px;
    position: relative;
    background: url(../img/texture-bg.jpg) repeat top center;
}

.experience-title {
    font-size: 40px;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 50px;
    margin-bottom: 60px;
    position: relative;
}

.experience-box h3.script-title {
    margin-bottom: 40px;
    font-family: 'Shorelines Script', cursive;
    font-size: 35px;
    font-weight: bold;
    font-style: normal;
    padding-right: 40px;
    padding-left: 10px;
}


.experience-box p {
    font-size: 16px;
    color: #ffffff;
    padding-left: 20px;
        padding-right: 50px;
    font-weight: 200;
    line-height: 1.6;
}

.section-title {
    font-size: 40px;
    letter-spacing: 2px;
    font-weight: 200;
    margin-bottom: 12px;
}


.section-description {
    font-size: 17px;
    font-weight: 200;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto 60px;
    color: #e0e0e0;
}

.comdez-title {
    font-size: 40px;
    letter-spacing: 3px;
    font-weight: 200;
    margin-bottom: 30px;
}

.comdez-desc {
    font-size: 16px;
    color: #ffffff;
    font-weight: 200;
    line-height: 1.7;
    margin-bottom: 30px;
}

.comdez-services p {
    font-weight: 600;
    font-size: 17px;
    margin: 5px 0;
    color: #fff;
}

.comdez-btn {
    display: inline-block;
    margin-top: 0px;
    background-color: #f46f37;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    font-weight: 200;
    transition: background 0.3s ease;
}

.dali-image {
  width: 100px;
  height: auto;
  letter-spacing: 4px;
  margin-bottom: 30px;
}

.comdez-image {
  width: 200px;
  height: auto;
  letter-spacing: 4px;
  margin-bottom: 30px;
}

.dali-desc {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    color: #ffffff;
    font-weight: 200;
    line-height: 1.7;
    margin-bottom: 25px;
}

.dali-services p {
    font-weight: 600;
    font-size: 17px;
    margin: 5px 0;
    color: #ffffff;
}

.office-block p {
    font-weight: 200;
    font-size: 17px;
    line-height: 1.7;
    color: #f6f6f6;
}


/* menu items font */
    .global-menu__item {
        font-size: 30px !important;
    }


    img.img-fluid.logodali {
    width: 80px;
    height: auto;
}

.full-banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}


.hide-on-scroll {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}





/* parallax effects */
section#india_habitat{
  z-index: 2;
  position: sticky;
  top: 0;
}

section#about_exhibition{
  z-index: 4;
}

section#inside_exhibition{
  z-index: 4;
  top: auto;
}

section#vishal_profilegoyal{
  z-index: 4;
  top: auto;
}

section#experience_stroke{
  z-index: 5;
  top: auto;
}

section#meets_artists{
  z-index: 7;
  top: auto;
}

section#comdez_profiledali{
  z-index: 8;
  top: auto;
}

section#our_offices{
  z-index: 9;
  top: auto;
}

  /* Registration page mobile view */
  .row-container {
    padding: 40px 20px;
    margin-bottom: 100px;
    margin-top: 80px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
}

.form-box h3
Specificity: (0,1,1)
 {
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: 200;
}

.form-desc {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.6;
    color: #ffffff;
}

.form-box select {
  width: 100%;
  padding: 10px 15px;
  margin: 10px 0;
  border-radius: 25px;
  border: none;
  font-size: 14px;
  background: #968c85;
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23fff'%20d='M2%200L0%202h4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px;
}


.form-box input[type="text"], .form-box input[type="tel"], .form-box input[type="email"], .form-box input[type="date"] {
    width: 100%;
    padding: 10px 15px;
    margin: 10px 0;
    border-radius: 25px;
    border: none;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.checkbox-label {
    display: block;
    text-align: center;
    margin: 10px 0;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

}








