/*
Theme Name: Denovo Art
Author: Rahul Poonia
Description: A custom theme, for Denovo
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('https://fonts.cdnfonts.com/css/lucida-unicode-calligraphy');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
html{
  scroll-behavior: smooth;
}
body {
      margin: 0;
      background-color: #f7f7f7;
      color: #0d1a52;
      font-family: Montserrat, arial;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
    }
    header {
      color: white;
      text-align: center;
    }
    .top-bar {
      background: #24243E;
      background: linear-gradient(87deg, rgba(36, 36, 62, 1) 0%, rgba(48, 43, 99, 1) 47%, rgba(14, 12, 41, 1) 100%);
      display: flex;
      justify-content: space-between;
      padding: 15px 10%;
      align-items: center;
      animation: gradient 5s ease infinite;
      background-size: 200% 200%;
    }
    .top-bar-mobile{
      display: none !important;
    }
    @keyframes gradient {
      0% {
        background-position: 0% 50%;
      }
      50% {
        background-position: 100% 50%;
      }
      100% {
        background-position: 0% 50%;
      }
    }

    .top-bar-border{
    position: relative;
    width: 100%;
    height: 12px;
    background: #B39645;
    background: linear-gradient(65deg, rgba(179, 150, 69, 1) 49%, rgba(223, 206, 127, 1) 50%);
    }
    .top-bar-border-mobile{
      position: relative;
      width: 100%;
      height: 10px;
      background: #B39645;
      background: linear-gradient(65deg, rgba(179, 150, 69, 1) 49%, rgba(223, 206, 127, 1) 51%);
    }
    .top-bar-border-mobile{
      display: none;
    }

    .social-icons a {
      margin: 0 7px;
    }
    .social-icons img{
      width: 40px;
    }
    .nav-menu a {
      color: #f0efeb;
      margin: 0 10px;
      padding-left: 140px;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 300;
    }
    .nav-menu a:hover{
    color: #dac878;
    }
    .nav-menu a:active{
    color: #dac878;
    }
    .nav-menu-mobile{
      display: none;
    }

     /* Mobile Version */
     @media (min-width: 580px;){  
      body{
        background-color: #F7F7F7;
      }
    .top-bar-mobile{
      display: none !important;
    }
     }

    @media (max-width: 768px) {
      .top-bar-mobile{
        display: block;  
      }
    }

    @media (max-width: 580px) {
      .nav-menu-mobile{
        display: block;
      }
      .top-bar-mobile{
      background: #24243E;
      background: linear-gradient(87deg, rgba(36, 36, 62, 1) 0%, rgba(48, 43, 99, 1) 47%, rgba(14, 12, 41, 1) 100%);
      align-items: center;
      animation: gradient 5s ease infinite;
        display: flex !important;
        justify-content: space-between;
        flex-direction: column;
        max-height: 340px;
      }
      .top-bar-border{
        display: none;
      }
      .top-bar-border-mobile{
        display: block;
      }
      .top-bar{
        display: none;
      }
      .social-icons{
        padding: 80px 0;
      }
      .social-icons a{
        margin: 0 10px;
      }
      .social-icons img{
        width: 40px;
      }
      .logo-container-mobile{
        position: relative;
        top: -10px;
        background: #f0efeb;
        padding: 10px;
        border-radius: 50%;
      }
      .logo-container-mobile img{
        width: 260px;
      }
      .logo-container, .logo-container-secondary{
        display: none;
      }
    }
 /* Responsive Header CSS Ends */
    
    .logo-container {
      padding: 60px 0px;
    }
    .logo-container img:hover, .logo-container-secondary img:hover{
      transform: scale(1.02);
      transition: all 0.2s ease-in-out;
      cursor: pointer;
    }
    .logo-container img {
      width: 20%;
    }
    .logo-container-secondary{
      left:0;
      right:0;
      margin-left: auto;
      margin-right: auto;
      position: absolute;
      width: 20%;
      top: 22px;
    }
    .logo-container-secondary img{
      border: 17px solid #f0efeb;
      border-radius: 50%;
      width: 230px;
    }
    .last-para{
      margin-bottom: 80px;
    }
    h2.heading-strong{
      color: #aca688;
      text-align: center;
      font-size: 40px;
      margin-bottom: 60px;
    }
    h4{
      font-size: 20px;
    }
    h5{
      font-size: 17px;
      font-weight: 600;
      color: #3a3a3a;
      line-height: 25px;
    }
    p{
      color: #3a3a3a;
      font-size: 16px;
      line-height: 24px;
      text-align: justify;
      font-weight: 500;
    }
    .blue-span{
      color: #0d1a52;
      font-weight: 600;
    }
    .golden-span{
      color: #decd7e;
    }
    .tagline {
      font-family: 'Lucida Unicode Calligraphy', sans-serif;
      font-style: italic;
      margin: -35px;
      color: #aa2f04;
      font-size: 29px;
      text-align: center;
    }

    hr{
      height: 1.4px;
      background-color: #0d1a52;
      border: none;
      margin: 60px auto;
    }
    .main {
      margin: auto;
    }
    .main-inner{
      width: 100%;
      max-width: 1280px;
      margin: 0 auto;
    }

    .intro-content{
      margin: 40px auto;
    }
    .intro-content ul li{
      font-size: 16px;
      font-weight: 600;
      line-height: 28px;
    }
    .terms-content ul li{
      font-weight: 500 !important;
      letter-spacing: 0.2px;
      margin-bottom: 10px;
      color: #3a3a3a;
    }
    .terms-content p{
      line-height: 28px;
    }
    .intro-content h4{
      font-weight: 600;
      margin-bottom: -10px;
      font-size: 18px;
    }
    .center-heading{
        text-align: center;
        margin-top: -45px;
    }

    .carousel-container {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5%;
      margin-bottom: 30px;
      transition: transform 0.5s ease-in-out;
    }

    .circle {
      border-radius: 50%;
      overflow: hidden;
      transition: transform 0.5s, border 0.5s;
      flex-shrink: 0;
      background-color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.5s ease;
    }

    .circle img {
      width: 680px;
      height: 680px;
      object-fit: cover;
      transition: all 0.5s ease;
    }

    .large{
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-timing-function: ease-in;
	animation-duration: 0.5s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0.3;
	}
	100% {
		opacity: 1;
	}
}

    .small {
      width: 175px;
      height: 175px;
      box-shadow: 4px 20px 21px rgba(135,132,117,0.4);
      transform: scale(1);
    }
    .small img, .medium img{
      width: 215px;
      height: 215px;
    }

    .medium {
      width: 175px;
      height: 175px;
      box-shadow: 4px 20px 21px rgba(135,132,117,0.4);
      transform: scale(1);
    }

    .large {
      width: 600px;
      height: 600px;
      background: linear-gradient(to bottom, #dfce7f, #866c22);
      box-shadow: 4px 20px 21px rgba(135,132,117,0.4);
      transition: all 0.5s ease;
      transform: scale(1);
      opacity: 1;
    }
    a{
      text-decoration: none;
    }
    .btn-square-container, .btn-square-container-part{
      padding: 2.7px;
      background: linear-gradient(to left, #dfce7f, #866c22);
      box-shadow: 0px 6px 6px rgba(135, 132, 117, 0.4);
      transition: all 0.2s ease-in-out;
    }
    .btn-artist-gallery, .btn-artist-gallery-part{
      box-shadow: 0px 6px 6px rgba(135,132,117,0.4);
    }
    .buttons {
      display: flex;
      justify-content: center;
      gap: 220px;
      margin-top: 80px;
    }

    button {
      padding: 20px 50px;
      font-size: 16px;
      background: #e6e5e2;
      border: none;
      color: #151c39;
      cursor: pointer;
      font-weight: 600;
      display: flex;
      transition-duration: 0.4s; /* Animation */
    }
    .btn-square-container:hover, .btn-square-container-part:hover, .btn-no-box:hover{
      transition: all 0.2s ease-in-out;
      transform: scale(1.02);
    }

    .btn-no-box{
      border: none;
      background-color: transparent;
      font-size: 18px;
      padding: 21.4px;
    }
    .btn-prev{
      color: #3a3a3a;
    }
    .btn-next{
      color: #3a3a3a;
    }
    button img{
      width: 30px;
      height: 15px;
      display: flex;
      align-self: center;
    }

    
@media only screen and (max-width: 64em) and (min-width: 20em) {
  .top-bar{
    padding: 10px 5px;
  }
  .logo-container img {
    width: 50%;
  }
  .buttons-artist-gallery{
    justify-content: space-between;
  }
  .intro-content ul li{
    font-size: 15px;
    line-height: 25px;
  }
}


    .artwork-section{
      background: linear-gradient(100deg, rgba(36, 36, 62, 1) 0%, rgba(48, 43, 99, 1) 47%, rgba(14, 12, 41, 1) 100%);
      color: #ffffff;
    }
    .artwork-section p{
      color: #ffffff;
    }



    .gallery-home {
      text-align: center;
      margin-top: 40px;
    }
    .gallery-home h2{
      color: #aca688;
      font-size: 110px;
    }
    h2#heading-overflow{
      position: relative;
      color: #e1e0d8;
      -webkit-text-stroke: 2px rgba(124, 122, 113, 0.7);
      margin-top: -222px;
      left: 3px;
      z-index: -1;
    }
    .gallery-home-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
      gap: 30px;
      margin-top: 20px;
    }
    .gallery-home-grid img {
      width: 100%;
      cursor: pointer;
      transition: 0.3s;
    }
    .gallery-home-grid img:hover{
      transform: scale(1.1);
      transition: transform 0.4s ease-in-out;
    }
    footer {
      color: white;
      padding: 40px 20px;
      margin: 0px;
      padding-top: 90px;
    }
    .lightbox {
      display: none;
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.8);
    }
    .lightbox-content {
      display: block;
      margin: auto;
      margin-top: 5%;
      max-width: 80%;
    }
    .close {
      position: absolute;
      top: 20px;
      right: 40px;
      font-size: 40px;
      color: white;
      cursor: pointer;
    }
    @media (max-width: 768px) {
      .contact-form input {
        width: 100%;
      }
    }



        @media (max-width: 580px) {
          .btn-square-container, .btn-square-container-part {
            padding: 1.4px 1px;
          }
          .intro-content{
            margin-top: -15px !important;
            margin-bottom: -5px;
          }
          .center-heading{
            padding: 0;
          }
          .center-heading hr{
            visibility: hidden;
            margin-bottom: 0px !important;
          }
          button{
            font-size: 15px;
            padding: 15px 35px !important;
          }
          button.btn-custom-padding{
            padding: 15px 10px !important;
          }
          .buttons{
            gap: 0px !important;
            margin-top: 50px;
            align-items: center;
          }
          .buttons-mobile{
            margin-top: 30px !important;
            margin-bottom: 10px;
          }
          .btn-no-box{
            font-size: 14px;
            display: flex;
            align-items: center;
          }
      .tagline{
        margin: auto !important;
        font-size: 18px;
        margin-top: 65px !important;
        color: #aa2f04;
      }
      hr{
        margin: 30px auto !important;
      }
      div.mobile-hr{
      }
      h2.heading-strong{
        font-size: 18px;
        margin-bottom: 5px !important;
        font-weight: 600;
      }
      .gallery-home h2{
        font-size: 50px;
        font-weight: 500;
        margin:auto;
      }
      .gallery-home-grid img{
        width: 80% !important;
        margin: 0 auto;
      }
      .main-inner{
        width: 90%;
        max-width: 480px;
        overflow: hidden;
        margin-top: 100px;
      }
      .intro-content{
        padding: 0;
      }
      .offline-ex-mob{

      }
      .offline-ex-mob .tabs{
        display: flex;
        gap: 20px;
      }
    }

    /*
    Menu CSS
    */

    #menu ul {
  margin: 0;
  padding: 0;
}

#menu .main-menu {
  display: flex;
  justify-content: space-between;
  padding: 17px 20px;
}

#tm:checked + .main-menu {
  display: block;
}

#menu input[type="checkbox"], 
#menu ul span.drop-icon {
  display: none;
}

#menu li, 
#toggle-menu, 
#menu .sub-menu {
  border-style: solid;
  color: #ffffff;
}

#menu li, 
#toggle-menu {
  border-width: 0 0 0px;
}
.sub-menu li{
  border-bottom: 1px solid #ffffff !important;
}
.sub-menu-mobile li:last-child{
  border-bottom: 0px !important;
}
.sub-menu-mobile{
  border: 2px solid #dfce7f !important;
  margin: 0 !important;
  position: absolute;
  z-index: 1;
  top: 225%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-menu-mobile-second{
  top: 268%;
}
.sub-menu-mobile li a{
  color: #ffffff !important;
  font-size: 13.4px !important;
}
.sub-menu li a{
  font-size: 17px;
}
#menu .sub-menu {
    background: linear-gradient(100deg, rgba(36, 36, 62, 1) 0%, rgba(48, 43, 99, 1) 47%, rgba(14, 12, 41, 1) 100%);
  border-width: 1px 1px 0;
  margin: 0 1em;
}

#menu .sub-menu li:last-child {
  border-width: 0;
}

#menu li, 
#toggle-menu, 
#menu a {
  position: relative;
  display: block;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);
}

#menu, 
#toggle-menu {
}

#toggle-menu, 
#menu a {
  padding: 0.7em 1.5em;
  margin: 10px;
  text-transform: capitalize;
}

#menu a {
  transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out;
}

#menu a:hover {
}

.sub-menu {
  display: none;
}

#menu input[type="checkbox"]:checked + .sub-menu {
  display: block;
}

#menu .sub-menu a:hover {
}

#toggle-menu .drop-icon, 
#menu li label.drop-icon {
  position: absolute;
}

#menu label.drop-icon, #toggle-menu span.drop-icon {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  text-align: center;
  background-color: rgba(0, 0, 0, .125);
  text-shadow: 0 0 0 transparent;
  color: rgba(255, 255, 255, .75);
  display: none;
}

#menu .drop-icon {
  line-height: 1;
}

@media only screen and (max-width: 64em) and (min-width: 52.01em) {
  #menu li {
    width: 33.333%;
  }

  #menu .sub-menu li {
    width: auto;
  }
   li label{
    display: none;
   }
}

@media only screen and (max-width: 64em) and (min-width: 20em) {
    #toggle-menu, #menu a {
        padding: 0.1em 0.9em;
        margin: 10px 0;
        color: #000000;
        font-weight: 400;
    }
    .main-menu li a{
        font-size: 17px;
    }
}

@media only screen and (min-width: 52em) {
  #menu .main-menu {
    display: block;
  }

  #toggle-menu, 
  #menu label.drop-icon, li .drop-icon {
    display: none;
  }

  #menu ul span.drop-icon {
    display: inline-block;
  }

  #menu li {
    float: left;
    border-width: 0 0px 0 0;
  }

  #menu .sub-menu li {
    float: none;
  }

  #menu .sub-menu {
    border-width: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 3000;
  }

  #menu .sub-menu, 
  #menu input[type="checkbox"]:checked + .sub-menu {
    display: none;
  }

  #menu .sub-menu li {
    border-width: 0 0 1px;
  }

  #menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }

  #menu li:hover > input[type="checkbox"] + .sub-menu {
    display: block;
    border: solid;
    color: #B39646;
    width: 100%;
  }
}

@media screen(max-width:580px) {
    #toggle-menu a{
      color: #ffffff;
    }
    .open {
    display: flex !important;
    flex-direction: column;
    background-color: #B39646;
    width: 60vw;
    margin: 0 auto;
    color: #ffffff;
    border-radius: 5px;
  }
}

/* HomePage Artist Slider */
.artist-slider-container {
      position: relative;
      overflow: hidden;
      padding: 20px 0;
    }

    .slider-track {
      display: flex;
      align-items: center;
      transition: transform 0.5s ease;
      will-change: transform;
    }

    .slide {
      flex: 0 0 33.3333%; /* 3 images visible */
      display: flex;
      justify-content: center;
      align-items: center;
      transition: transform 0.5s ease;
      position: relative;
      z-index: 1;
    }

    .slide img {
      width: 80%;
      height: auto;
      border-radius: 50%;
      transition: transform 0.5s ease, box-shadow 0.5s ease, border 0.5s ease;
      transform-origin: center center;
    }

    .slide.active{
      background: linear-gradient(65deg, rgba(179, 150, 69, 1) 20%, rgba(223, 206, 127, 1) 60%);
      border-radius: 50%;
      min-height: 425px;
    }

    .slide.active img {
      transform: scale(1.4);
      z-index: 5;
    }

    .nav-btn {
      /*position: absolute;
      bottom: 0%;
      transform: translateY(-50%);*/
    }

    .nav-btn:hover {
    }

    .prev-btn { left: -60px; }
    .next-btn { right: -60px; }

    @media (max-width: 768px) {
      .slide img { width: 90%; }
      .prev-btn, .next-btn { font-size: 16px; padding: 8px 15px; left: -40px; right: -40px; }
      .artist-slider-container{
        padding-bottom: 0;
      }
    }

    @media (max-width: 580px) {
      .slide img { width: 100%; }
    }





/* Subpages */

.sub-main{
}
.sub-main p{
    line-height: 32px;
    font-weight: 500;
    color: #3a3a3a;
    letter-spacing: 0.7px;
}

.subpage-heading{
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 16px;
    font-size: 40px;
    font-weight: 700;
    margin: 25px auto;
}
.upper-line{
    margin-bottom: 0px;
}
.lower-line{
    margin-top: 0px;
    margin-bottom: 100px;
}
.line-custom{
  width: 80%;
}
.subpage-gap{
  position: relative;
  margin-bottom: 210px;
}


@media (max-width: 768px) {
  .subpage-gap{
    margin-bottom: 150px;
  }
  .sub-main p{
    line-height: 27px;
  }
}

/* Artists Page */

.special-span{
    color: #7a4227;
    font-style: italic;
}

.artists-list-container-wrap{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
}
.artists-list-container{
    width: 23%;
    margin-bottom: 50px;
    transition: all 0.4s ease;
}
.artists-list-container:hover{
    transform: scale(1.07);
    transition: all 0.4s ease;
}
.artist-image img{
    width: 100%;
}
.artist-name-container{
    text-align: center;
    text-transform: uppercase;
}
p.artist-name{
    margin-bottom: 0px;
    color: #0d1a52;
    font-weight: 800;
}
p.artist-location{
    margin-top: 0px;
    font-weight: 700;
    color: #3a3a3a;
    font-size: 13px;
}
p.artist-name, p.artist-location{
    line-height: 18px;
    text-align: center;
}
.artist-page-btn{
    margin-top: 20px;
}
@media (max-width: 768px) {
  .artists-list-container {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .subpage-heading{
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: 500;
  }
  }


/* artwork Page */

.aw-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  width: 100%;
  margin: auto;
}

.aw-gallery img {
  width: 100%;
  height: auto;
  cursor: pointer;
  border: 1px solid #403b24;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.aw-gallery img:hover {
  transform: scale(1.05);
}

.artwork-page-btn {
  width: fit-content;
  display: flex;
  margin: 40px auto;
}

.lightbox-aw {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #cacaca;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1000;
}

.lightbox-aw img {
  max-width: 90%;
  max-height: 80%;
  margin-bottom: 20px;
  border: 1px solid #ffffff;
}

.lightbox-aw .nav {
  background: rgba(255,255,255,0.2);
  border: none;
  font-size: 32px;
  color: white;
  padding: 10px 20px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#prevBtn {
  left: 20px;
}

#nextBtn {
  right: 20px;
}

#closeBtn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

.hidden {
  display: none !important;
}

@media (max-width: 768px) {
  .aw-gallery {
    width: 80%;
  }
  }

/* Exhibition Page CSS */

    .ex-slider-container {
      position: relative;
      overflow: hidden;
      margin: 40px auto;
      margin-bottom: 30px;
    }

    .ex-slider-track {
      display: flex;
      transition: transform 0.5s ease;
      gap: 20px;
      transform: translateX(-115px);
    }

    .ex-slider-item {
      display: flex;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
      position: relative;
      left: -450px;
    }

    .ex-slider-item img.zoomed{
      width: 500px;
      height: 600px;
      position: fixed;
      left: 25%;
      top: 0%;
      z-index: 1000;
      transform: scale(1) translatey(0) !important; 
    }

    .ex-slider-item img {
      box-shadow: 0 4px 15px rgba(0,0,0,0.2);
      transition: transform 0.4s ease;
    }
    .ex-slider-item-fh img{
      max-height: 415px;
    }

    .ex-slider-controls {
      display: flex;
      justify-content: center;
      gap: 200px;
      margin-bottom: 20px;
    }
    .exhibition-gallery{
      margin-top: -50px;
    }
    
    .ex-slider-controls .btn-next img{
      filter: sepia(4%) hue-rotate(360deg) saturate(5%);
    }
    
    @media (max-width: 580px) {
      button img{
        width: 20px;
        height: 10px;
      }
      .artist-page-btn{
        margin-bottom: 10px;
      }
      .ex-slider-item-fh img{
        max-height: 180px;
      }
      .ex-slider-controls .btn-next{
        color: #151c39;
      }
      .ex-slider-controls .btn-next img{
        filter: sepia(4%) hue-rotate(360deg) saturate(5%);
      }
      #artwork-page-btn-next .btn-square{
        display: none;
      }
      .slider-aw-item-wrap{
        gap: 25px;
      flex-direction: column;
      }
    }
    
    /* Lightbox Styles */
    .lightbox {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #cacaca;
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 1000;
      flex-direction: column;
    }

    .lightbox img {
      max-width: 90%;
      max-height: 90%;
    }

    .lightbox-controls {
      position: absolute;
      top: 50%;
      width: 100%;
      display: flex;
      justify-content: space-between;
      transform: translateY(-50%);
      padding: 0 20px;
    }

    .lightbox-controls button {
      background: transparent;
      border: none;
      color: #ffffff;
      text-shadow: 4px 5px 7px #000000;
      font-size: 30px;
      border-radius: 50%;
      cursor: pointer;
    }
    .mob-align-ul{
      position: relative;
      left: 0px;
    }

    @media (max-width: 580px) {
      .lightbox-controls {
        top: 82%;
      }
      .aw-gallery {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
      }
      .lightbox-controls button {
        font-size: 20px;
      }
      .lightbox-aw .nav {
        top: 81.5%;
        font-size: 20px;
      }
      .mob-align-ul{
        position: relative;
        left: -40px;
        width: 100%;
      }
    }

    .close-btn {
      position: absolute;
      top: 20px;
      right: 30px;
      font-size: 30px;
      color: white;
      cursor: pointer;
      background: transparent;
      border: none;
    }


    .tabs {
      display: flex;
      justify-content: center;
      padding: 20px 0;
      gap: 25px;
    }

    .tab {
      cursor: pointer;
      padding: 10px 20px;
      color: #151c39;
      transition: all 0.3s ease;
    }
    .tab:hover{
      background: #151c39;
      transition: all 0.3s ease;
      color: #ffffff;
    }
    .tab.active {
      background: #151c39;
      color: #ffffff;
    }

    .gallery {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      min-height: 500px;
    }

    .gallery img {
      width: 400px;
      height: 400px;
      object-fit: cover;
      transition: transform 0.5s ease, opacity 0.5s ease;
      opacity: 0;
      transform: scale(0.8);
    }

    .gallery img.show {
      transform: scale(1);
      transition: all 0.3s ease;
      opacity: 1;
      margin-bottom: 40px;
    }
    .gallery img.show:hover{
      cursor: pointer;
      filter: brightness(0.4);
      transition: all 0.4s ease-in-out;
    }
    .gallery img.hide {
      transform: scale(0.1);
      opacity: 0.4;
      transition: all 0.4s ease;
    }


    @media (max-width: 580px) {
      .exhibition-gallery {
        margin-top: 0;
      }
    .gallery img {
      width: 90%;
      height: auto;
      margin: 0 auto;
    }

      .tabs{
        display: block;
        flex-wrap: wrap;
        padding: 20px 0;
        width: 80%;
        margin: 0 auto;
        font-size: 15px;
        gap: 5px;
        text-align: center;
      }
      .tab{
        padding: 10px 5px;
      }

    }
    
/* Yearbox (Lightbox) */


.yearbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,1);
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
}

.yearbox img {
  max-width: 90%;
  max-height: 90%;
}

.yearbox-close {
  position: absolute;
  top: 20px;
  right: 40px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

.yearbox-prev,
.yearbox-next {
  position: absolute;
  top: 50%;
  color: white;
  background: none;
  border: none;
  font-size: 40px;
  cursor: pointer;
  transform: translateY(-50%);
  padding: 10px;
}

.yearbox-prev {
  left: 20px;
}

.yearbox-next {
  right: 20px;
}

.yearbox-counter {
  color: white;
  margin-top: 20px;
  font-size: 18px;
}



.founder-artwork-inner{
  display: flex;
  justify-content: space-between;
}
p.founder-quote, p.founder-quote-sub{
    font-family: "Anek Devanagari", sans-serif;
    color: #0d1a52;
    font-weight: 500;
}
p.founder-quote{
    line-height: 35px;
    font-size: 25px;
}
p.founder-quote-sub{
    font-size: 18px;
    margin-top: -10px;
}
.founder-artwork-left{
  width: 40%;
  padding: 87px 40px 0 0px;
  display: none;
}
.founder-artwork-right{
  width: 100%;
}
.founder-artwork-left img{
  width: 100%;
}
.founder-artwork-line{
  margin-bottom: 20px;
}
.founder-aw-img-wrap-inner{
  display: flex;
  overflow: hidden;
}
.founder-aw-img-wrap-inner div img{
  width: 100%;
}
.founder-aw-img-space{
  margin-right: 2%;
}
.founder-aw-img-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.slider-aw-item-wrap{
  transform: translateX(0);
}
.founder-image-wrap{
  box-shadow: -4px 14px 4px rgba(108, 106, 94, 0.14);
    padding: 4px 4px 1px 5px;
  background: linear-gradient(65deg, rgba(179, 150, 69, 1) 20%, rgba(223, 206, 127, 1) 60%);
}
.slider-aw-reposition{
  transform: translateX(-1300px);
}
.slider-aw-item{
  left: 0 !important;
  width: 100%;
  transition: all 0.4s ease;
  background: linear-gradient(65deg, rgba(179, 150, 69, 1) 20%, rgba(223, 206, 127, 1) 60%);
  padding: 5px;
}
.slider-aw-item:hover{
    filter: brightness(0.7);
    transition: all 0.4s ease;
    cursor: pointer;
  }
.slider-aw-item img{
  max-height: 620px;
}
.slider-aw-item-long img{
  max-height: 800px;
}

.btn-hidden{
  display: none;
}

/* Participating Artists Page */

.participating-intro-text-container h4{
  text-align: center;
  font-size: 27px;
}
.line-custom-participating{
  width: 95%;
}
.artist-image img{
  opacity: 1 !important;
}
.participating-artist-wrap .artists-list-container{
  width: 19% !important;
}
.participating-height-adj{
    height: 2070px;
    overflow: hidden;
}
.participant-work-heading{
    margin: -30px auto 80px auto !important;
}


    @media (max-width: 580px) {
      .yearbox-prev,
      .yearbox-next {
        top: 76%;
        font-size: 20px;
      }
      .founder-artwork-inner{
        flex-direction: column;
      }
      .founder-artwork-left{
        width: auto;
        padding: 20px;
        display: none;
      }
      .founder-artwork-right{
        width: auto;
      }
      .slider-aw-item img{
        max-width: 100%;
        max-width: -webkit-fill-available;
      }
      .slider-aw-item-long img{
        max-height: auto;
      }
      .slider-aw-reposition{
        transform: translateX(-390px);
      }
      .offline-ex-mob{
        margin-top: 0;
      }
      .offline-ex-mob .line-custom, .offline-ex-mob .tabs{
        width: auto;
        gap: 10px 35px;
        padding: 0;
      }
      .ex-slider-controls{
        gap: 50px;
      }
      .participant-work-heading{
        display: none;
      }
      .participating-artist-wrap .artists-list-container{
        width: 75% !important;
      }
      .participating-height-adj{
        height: auto;
      }
      .participating-intro-text-container h4{
        font-size: 18px;
        padding: 0 5%;
        text-transform: uppercase;
        font-weight: 600;
      }
      .line-custom-participating{
        display: none;
      }
    }
/*
.participating-tab .tab{
  border: none;
}
.participating-tab .tab:active{
  background: transparent;
  border-bottom: 2px solid #151c39;
}
.participating-tab .tab:hover{
  background: transparent;
  border-bottom: 2px solid #151c39;
  color: #0b0e2c;
} */

/* Subpage CSS Ends */

/* Carousel CSS */

.tab-carousel-container {
      position: relative;
      width: 100%;
      overflow: hidden;
      margin-top: 140px;
    }

    .carousel-track {
      display: flex;
      transition: transform 0.5s ease-in-out;
      height: 100%;
    }
    .tab-carousel-slide {
      min-width: 100%;
      height: 100%;
      padding-bottom: 5%;
      min-height: 600px;
      background: linear-gradient(100deg, rgba(36, 36, 62, 1) 0%, rgba(48, 43, 99, 1) 47%, rgba(14, 12, 41, 1) 100%);
    }
    .tab-carousel-slide-inner{
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .artwork-btn-container{
      display: flex;
      
    }
    .tab-carousel-slide p{
      color: #ffffff;
      font-size: 15px;
      line-height: 25px;
      text-align: justify;
      font-weight: 400;
      margin-bottom: 20px;
    }

    .slide-left {
      width: 20%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0px 100px;
      text-align: center;
    }
    .slide-left-custom{
      position: relative;
      top: 40px;
    }
    
    .profile-circle {
      width: 100%;
      border-radius: 50%;
      margin-bottom: 20px;
    }
    .profile-circle img{
      width: 300px;
    }

    .founder-name {
      font-size: 25px;
      color: #ddcc7d;
      font-style: italic;
      font-family: 'Lucida Unicode Calligraphy', sans-serif;
    }

    .founder-role {
      color: white;
      font-size: 22px;
      margin-top: 4px;
    }

    .slide-right {
      width: 80%;
      padding: 0px 10% 0px 0px;
    }
    .artwork-btn{
      display: flex;
      justify-content: end;
      margin: 50px 0px 20px 0px;
      width: 100%;
      position: relative;
      right: 10%;
    }
    .artwork-btn button{
      background: linear-gradient(to left, #dfce7f, #866c22);
      box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.4);
    }
    .artwork-btn button:hover{
      transition: all 0.2s ease-in-out;
      transform: scale(1.02);
    }
    .artwork-btn-custom{
      transition: all 0.2s ease;
    }
    .artwork-btn-custom:hover{
      filter: brightness(110%);
      transition: all 0.2s ease;
    }
    .next-btn {
      position: absolute;
      right: 20px;
      bottom: 20px;
      padding: 12px 9% 12px 0;
      font-size: 17px;
      cursor: pointer;
      z-index: 10;
      color: #dfce7f;
      width: fit-content;
      font-weight: 500;
    }

    .next-btn:hover {
      background-color: transparent;
    }
    #next-btn-dynamic{
      width: max-content;
      position: absolute;
      display: flex;
      right: 10px;
      left: auto;
      bottom: 10px;
    }
    #prev-btn-dynamic{
      position: absolute;
      left: 11%;bottom: 20px;
      padding: 12px 9% 12px 0;
      font-size: 17px;
      cursor: pointer;
      z-index: 10;
      color: #dfce7f;
      width: fit-content;
      font-weight: 500;
    }

    @media (max-width: 580px) {
      #prev-btn-dynamic{
        left: 5%;
        bottom: 160px;
        font-size: 16px;
      }
      #next-btn-dynamic{
        bottom: 160px;
      }
      #prev-btn-dynamic-mob{
        width: max-content;
        left: 5%;
        color: #dfce7f;
        font-weight: 500;
      }
      #next-btn-dynamic-mob{
        width: max-content;
        left: 77%;
      }
      .tab-carousel-container{
        margin-top: 50px;
      }
      .tab-carousel-slide-inner{
        display: block;
        align-items: start;
        gap: 25px;
      }
      .tab-carousel-slide{
        padding: 100px 0;
        padding-top: 50px;
      }
      .slide-left{
        padding: 0;
        width: 100%;
      }
      .slide-right{
        padding: 0 !important;
        padding-bottom: 60px !important;
        width: 90%;
        margin: 0 auto;
      }
      .right-section{
        padding-top: 25px;
      }
      .next-btn, .prev-btn{
        padding: 0 !important;
        margin: 0;
        left: -5%;
        bottom: 20px;
        font-size: 15px;
        width: auto;
      }
      .prev-btn{
        left: 2%;
        bottom: 20px;
        font-size: 15px;
      }
      .profile-circle img{
        width: 220px;
      }
    }


    /* Carousel CSS Ends */

    .footer-sub{
  background-color: #dcdbdb;
  margin-top: 80px;
}
.contact-container {
  display: flex;
  justify-content: space-between;
  padding: 0px 10%;
  min-height: 600px;
}

.left-panel {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.left-panel .social-icons {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
}
.left-panel .social-icons a{
    margin: 0;
    margin: 0 4px;
}
.left-panel .social-icons img {
  width: 40px;
  height: 40px;
}
.info p {
  margin: 10px 0;
  font-size: 18px;
  color: #0d1a52;
}

.info a {
  text-decoration: none;
  color: #0d1a52;
}

#contact-email{
  margin-top: 20px;
}

.right-panel {
  flex: 2;
  max-width: 800px;
}

.right-panel h2 {
  margin-bottom: 50px;
  font-size: 35px;
  color: #0d1a52;
}

form {
  display: flex;
  flex-direction: column;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.full {
  width: 100%;
}

label {
  font-weight: 500;
  margin-bottom: 7px;
  font-size: 18px;
  color: #0d1a52;
}

input, textarea {
  padding: 20px;
  font-size: 16px;
  border: 1px solid #0b0e2c;
  border-radius: 2px;
}

textarea {
  resize: vertical;
}

.submit-btn {
  margin-top: 30px;
padding: 2.7px;
background: linear-gradient(to left, #dfce7f, #866c22);
width: fit-content;
display: flex;
align-self: flex-end;
box-shadow: 0px 6px 6px rgba(135, 132, 117, 0.4);
}
.submit-btn:hover{
  transition: all 0.4s ease-in-out;
  transform: scale(1.02);
}

.submit-btn button {
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.submit-btn a{
    padding: 0;
}
.span-reposition{padding:0;}
 /* Footer CSS Ends */

 .artwork-btn-container-mobile{
  display: none;
 }
  .artwork-btn-nav-container{
    position: relative;
  }
     /* Footer Mobile Version */


    @media (max-width: 768px) {
    }

    @media (max-width: 580px) {
      .footer-sub{
        margin-top: 60px;
        padding-top: 35px;
      }
      .artwork-page-btn{
        display: none;
      }
      footer{
        padding-top: 0;
      }
      .founder-quote, .founder-quote-sub, .founder-artwork-line{
        display: none;
      } 
      .footer-sub{
        background-color: #dcdbdb;
      }
      .info p{
        font-size: 15px;
      }
      .left-panel .social-icons img {
          width: 30px;
          height: 30px;
      }
      .slide-left-custom{
        top: 0;
      }
      .artwork-btn-container-desktop{
        display: none;
      }
      .artwork-btn-container-mobile{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 0;
        position: relative;
        top: 30px;
      }

      .artwork-btn-nav-mobile{
        display: block;
        position: relative;
        top: -150px;
        bottom: 0;
        left: 0;
        right: 4%;
        transition: all 0.4s ease-in-out;
      }
      .artwork-btn{
        margin: 0;
        right: 0;
        width: auto;
      }
      .form-group{
        margin-bottom: 20px;
      }
      .form-row{
        margin: 0;
      }
      .span-reposition{padding-left:120px;}
      p{
        font-size: 15px;
      }
      .slide.active{
        min-height: 100px !important;
      }
      .slide.active img{
        transform: scale(1.12) !important;
      }
       .contact-container{
        flex-direction: column;
        padding: 0 1%;
      }
      .left-panel{
        align-items: center;
        order: 2;
        filter: grayscale(1);
      }
      .left-panel .social-icons{
        padding-bottom: 0px;
      }
      .info p{
        text-align: center;
      }
      form{
      }
      .right-panel h2{
        text-align: center;
      }
      .form-row{
        display: block;
      }
      .submit-btn{
        align-self: center;
      }
    }
 /* Responsive Footer CSS Ends */
/* Hide the div by default on larger screens */
#part-content-home {
  display: block;
}

@media (max-width: 600px) {
  #part-content-home {
    display: none;
  }
}
.mobile-only-div {
  display: none !important;
}
/* Show the div only on screens with a maximum width (e.g., 768px for typical mobile devices) */
@media screen and (max-width: 768px) {
  .mobile-only-div {
    display: block !important; /* Or 'flex', 'grid', etc., depending on desired layout */
  }
  .mobile-only-btn{
    display: flex !important;
  }
  .hide-on-mobile{
    display: none;
  }
}


/* Custom Form CSS */
label{
  display: block;
}
#wpforms-459-field_3-container, #wpforms-459-field_4-container{
    width: 45%;
    display: inline-block;
    margin-right: 5%;
}
#wpforms-459-field_5-container, #wpforms-459-field_6-container{
  width: 49%;
  display: inline-block;
}
#wpforms-459-field_4-container, #wpforms-459-field_42-container{ margin-top: 25px;}
.wpforms-field-container{
  width: 100%;
}
input, textarea{
  width: 100%;
  padding: 0;
  height: 50px;
  border-radius: 0;
}
textarea{
  height: 90px;
}
.wpforms-submit{
  float: right;
  margin-top: 25px;
  border: 1px solid #151c39;
}

@media screen and (max-width: 768px) {
  #wpforms-459-field_3-container, #wpforms-459-field_4-container{
      width: 100%;
      display: inline-block;
      margin-right: 0;
  }
#wpforms-459-field_4-container, #wpforms-459-field_42-container{ margin-top: 20px;}
  #wpforms-459-field_5-container, #wpforms-459-field_6-container{
    width: 100%;
    display: inline-block;
    margin-top: 20px;
  }
  input, textarea{
    width: 98%;
    padding: 0 4px;
  }
  .wpforms-submit{
    float: none;
    margin: 0 auto;
    margin-top: 45px;
    border: 1px solid #151c39;
  }
}