@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* General */
body{
  font-family: "Poppins", sans-serif;
}
ul, li{
  list-style: none;
  padding: 0;
  margin: 0;
}
a, a:hover{
  text-decoration: none;
  transition: all .4s;
}


/* Header Part */
.header-top{
  background-color: #987555;
}
.top-mail,
.top-social-icon{
  padding: 8px 0;
}
.top-mail a,
.top-social-icon a{
  color: #fff;
}
.top-mail a:hover,
.top-social-icon a:hover{
  opacity: .7;
}
.top-social-icon ul li{
  margin: 0 5px;
}
.logo{
  margin: 5px 0;
}
ul.top-menu{
  display: flex;
}
ul.top-menu li{
  margin-left: 30px;
}
ul.top-menu li a{
  color: #000;
  text-transform: uppercase;
}
ul.top-menu li a:active{
  font-weight: 600;
}
.banner-slider ul.slides li.item{
  position: relative;
}
.banner-slider ul.slides li.item::after{
  content: '';
  background: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-slider ul.slides li.item .caption{
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
  text-align: left;
  color: #fff;
}
.banner-slider .caption-box{
  max-width: 700px;
}
.banner-slider ul.slides li.item .caption h1{
  font-size: 60px;
  font-weight: 300;
  margin-top: 50px;
  margin-bottom: 200px;
}
.btn-custom{
  background-color: #987555;
  border: 1px solid #000;
  padding: 12px 24px;
}
.banner-slider .owl-nav{
  position: absolute;
  right: 10%;
  /* bottom: 50px; */
  bottom: auto;
  color: #fff;
}
.banner-slider .owl-nav button{
  /* border: 6px solid!important;
  border-color: rgba(255, 255, 255, .5)!important;
  border-radius: 0 !important; */
}
.banner-slider .owl-nav button span{
  padding: 0px 20px;
  line-height: 40px;
  font-size: 24px;
}

.h-auto img{
  height: auto!important;
}
.events-bg .elementor-widget-image img{
  height: auto!important;
}
ul.top-menu li.current-menu-item a{
  font-weight: 600;
}

/* Footer */
.site-footer{
  background-color: #ececec;
}
.footer-top{
  padding: 80px 0 0 0;
}
.subscription{
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.subscription form{
  width: 100%;
  position: relative;
}
.subscription form input[type="email"]{
  height: 90px;
  padding-left: 50px
}
.subscription form button{
  position: absolute;
  right: 0;
  top: 0;
  margin: 15px 20px;
  height: 60px;
  min-width: 150px;
  background-color: #987555;
  border: none;
}

.subscription form button::after{
  content: '';
  background: url(../images/arrow.png);
  position: absolute;
  width: 9px;
  height: 16px;
  top: 22px;
  right: 14px;
}
.subscription form button:hover{
  background-color: #987555;
  opacity: .8;
}
ul.footer-menu li{
  margin-bottom: 3px;
  font-weight: 400;
}
ul.footer-menu li a{
  color: #000;
}
.footer-top h3{
  font-size: 18px;
  font-weight: 600;
}
ul.address li{
  margin-bottom: 30px;
  display: flex;
}
ul.address li i{
  margin-right: 20px;
  font-size: 25px;
  margin-top: 5px;
}
ul.address li,
ul.address li a{
  color: #757777;
}
.footer-bottom{
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding: 20px 0;
}
.footer-bottom p{
  font-size: 14px;
}
.footer-social{
  max-width: 146px;
}
.footer-social ul li{
  margin: 0 3px;
}
.footer-social ul li a{
  color: #987555;
}
.footer-social ul li a:hover{
  opacity: .8;
}

/* Mobile Menu */
.mobile-nav-container .menu-trigger {
  color: #000;
  cursor: pointer;
  display: inline-block;
  height: 1.3rem;
  line-height: 1rem;
  text-decoration: none !important;
}
.mobile-nav-container .menu-trigger > i {
  display: inline-block;
  font-size: 1.1rem;
  padding: 0 5px;
  vertical-align: middle;
}
.mobile-nav-container .menu-trigger > i {
  background-color: currentColor;
  height: 1px;
  position: relative;
  width: 40px;
  transition: background-color 10ms 300ms ease;
}
.mobile-nav-container .menu-trigger > i:before, 
.mobile-nav-container .menu-trigger > i:after {
  background: currentColor;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  width: 100%;
  transition: left 300ms 350ms ease, top 300ms 350ms ease, transform 300ms 50ms ease;
}
.mobile-nav-container .menu-trigger > i:before {
  top: -8px;
}
.mobile-nav-container .menu-trigger > i:after {
  top: 8px;
}

.header-bottom{
  position: relative;
  border-bottom: 1px solid #987555;
}
.mobile-menu{
  position: fixed;
  width: 300px;
  padding: 20px;
  background: #eaf0f5;
  top: 0;
  right: -300px;
  transition: .4s all;
  opacity: 0;
  visibility: hidden;
  display: none;
  z-index: 11;
}
.mobile-menu.nav-is-visible{
  opacity: 1;
  visibility: visible;
  display: block;
  top: 0px;
  right: 0;
  z-index: 11;
  height: 100%;
}

.mobile-menu ul li.close-nav {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 100%;
}

.mobile-menu ul li.close-nav {
  border-width: 0 !important;
  float: right;
  position: relative;
  top: 0;
  right: 0;
  z-index: 5;
  text-align: center;
  cursor: pointer;
}
.mobile-menu ul li.close-nav a {
  float: right;
  height: 100%;
  line-height: inherit;
  padding: 0;
  position: relative;
  width: 50px;
  border: none;
}

.mobile-menu ul li.close-nav a:before, 
.mobile-menu ul li.close-nav a:after {
  content: "";
  height: 35%;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 2px;
}

.mobile-menu ul li.close-nav a:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #000;
}

.mobile-menu ul li.close-nav a:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #000;
}

.mobile-menu ul li{
  margin-bottom: 5px;
  text-transform: uppercase;
}
.mobile-menu ul li a{
  color: #000;
}
.breadcum a{
  color: #fff;
}
.long-arrow{
  position: relative;
  margin-right: 95px;
}
.long-arrow::after{
  content: '';
  position: absolute;
  right: -95px;
  top: -28px;
  background:url(../images/long-arrow.png);
  width: 85px;
  height: 70px;
}
.board-member-box{
  position: relative;
}
.board-member-box .elementor-image-box-content{
  position: absolute;
  background: rgba(0, 0, 0, .5);
  bottom: 5px;
  left: 0;
  padding: 0 0 0 10px;
}
.board-member-box p.elementor-image-box-description{
  margin-bottom: 5px;
}
.sponsors-logo img{
  height: auto!important;
}
.icon-box .elementor-image-box-img,
.icon-box .elementor-image-box-img img{
  position: relative;
}
.icon-box .elementor-image-box-img::before{
  content: '';
  background-color: rgba(220, 185, 154, 1);
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 20px;
  right: 8px;
}

/* Visitors */
.listing-box img{
  height: auto!important;
}
.hours-admission p{
  margin-bottom: 5px;
}
.hours-admission p strong{
  min-width: 90px;
  display: inline-block;
}

/* Contact Us */
.contacts ul{
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, .2);
  padding-top: 10px;
}
.contacts ul li{
  margin-bottom: 5px;
}
.contacts ul li strong{
  display: inline-block;
  min-width: 120px;
  position: relative;
  margin-right: 15px;
}
.contacts ul li strong::after{
  content: '';
  position: absolute;
  right: 0;
  top: -10px;
  width: 1px;
  height: 29px;
  background: rgba(255, 255, 255, .2);
}
.contacts ul+p,
.contacts ul+p+p{
  display: none;
}
.elementor-widget-google_maps iframe{
  height: 90vh!important;
}
.wpforms-form input[type="text"],
.wpforms-form input[type="email"],
.wpforms-form input[type="number"],
.wpforms-form textarea{
  background-color: #F8F8F8!important;
  border: 1px solid #dadada;
}
.wpforms-form input[type="text"]:focus,
.wpforms-form input[type="email"]:focus,
.wpforms-form input[type="number"]:focus,
.wpforms-form textarea:focus{
  background:rgba(152, 117, 55, .2)!important;
  border: 1px solid #987555!important;
  box-shadow: none!important;
}
.wpforms-form .wpforms-submit{
  background-color: #987555!important;
}
.wpforms-form .wpforms-submit:hover,
div.wpforms-container-full button[type=submit]:hover{
  /* background: rgba(152, 117, 85, .5)!important; */
  background: linear-gradient(0deg, rgba(152,117,85,0.2), rgba(152,117,85,0.2)),var(--wpforms-button-background-color-alt, var(--wpforms-button-background-color)) !important;
}
.elementor-icon.elementor-social-icon{
  background: none;
}

/* Blog */
.blog-listing,
.blog-post-box{
  border: 1px solid;
  border-color: rgba(0, 0, 0, .5);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 15px;
}
.blog-listing img,
.blog-post-box img{
  padding: 15px;
  max-width: none!important;
}
.blog-listing h2,
.blog-post-box h2{
  color: #987555;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
  padding: 0 15px;
}
.blog-listing h2 a,
.blog-post-box h2 a{
  color: #987555;
}
.blog-listing .blog-content p,
.blog-listing .postDetail,
.blog-post-box .postDetail,
.blog-post-box .storyContent{
  padding: 0 15px;
}
.blog-listing .postDetail,
.blog-post-box .postDetail{
  margin-bottom: 5px;
}
.blog-listing .postDetail .pdateAuthor span,
.blog-post-box .postDetail .pdateAuthor span,
.blog-post-box .postDetail span{
  font-size: 14px;
  margin-bottom: 10px;
}
.blog-listing .know-more,
.blog-post-box .know-more{
  background-color: #dadada;
  text-align: center;
}
.blog-listing .know-more a,
.blog-post-box .know-more a{
  font-size: 18px;
  font-weight: bold;
  color: rgba(0, 0, 0, .5);
  padding: 10px 0;
  text-transform: uppercase;
  display: inline-block;
}
#post-1428 .elementor-widget-shortcode .elementor-widget-container{
  --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}
#post-1428 .elementor-widget-shortcode .elementor-widget-container>* {
  flex-shrink: 0;
  /* width: 100%; */
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  margin-top: var(--bs-gutter-y);
}

.blog-title{
  margin-top: 60px;
}
.blog-title h1.page-title{
  color: #987555;
  font-family: Poppins, sans-serif;
  font-size:60px;
  font-weight :300;
}
.pt-90 {
  padding-top: 90px;
}
.pb-30{
  padding-bottom: 30px;
}
.blog-details-pad{
  padding-top: 60px;
  padding-bottom: 30px;
}
.post-navigation .nav-links{
  display: flex;
  justify-content: center;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next{
  margin: 0 50px;
}
.post-navigation .nav-links .nav-previous{
  text-align: right;
}
.post-navigation .nav-links .nav-previous a .meta-nav,
.post-navigation .nav-links .nav-next a .meta-nav{
  color: #987555;
}
.post-navigation .nav-links .nav-previous a .post-title,
.post-navigation .nav-links .nav-next a .post-title{
  color: #000;
  font-size: 24px;
}
.blog-details h1.entry-title{
  color: #987555;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}
.blog-details figure.post-thumbnail img{
  max-width: none!important;
  border-radius: 6px;
}
.blog-details .postDetail .pdateAuthor{
  margin: 10px 0;
  font-size: 14px;
}
.blog-details .postDetail .pdateAuthor i,
.blog-details .postDetail span i{
  color: #987555;
  margin-right: 5px;
}
.blog-details .postDetail span{
  margin-bottom: 10px;
  display: inline-block;
  font-size: 14px;
}
.details-bg{
  background: #f7f7f7;
  padding: 20px;
  border: 1px solid #987555;
}

.widget-area .widget{
  background-color: #F7F7F7;
  border: 1px solid #987555;
  padding: 20px;
  margin-bottom: 30px;
}
.widget-area .widget h2.wp-block-heading{
  color: #987555;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
}
.widget-area .widget ul li{
  list-style-type: square;
  color: #987555;
  margin-left: 20px;
}
.widget-area .widget ul li a{
  color: #000;
}
.widget-area .widget ul li a:hover{
  color: #987555;
}

#archive {
  display: flex;
  flex-wrap: wrap;
  /* gap: 15px; */
  justify-content: space-between;
}

#archive > article {
  width: calc(100% / 2.1);
  /* background: #ccc; */
  margin: 15px 0;
}

#archive > article {
  border: 1px solid;
  border-color: rgba(0, 0, 0, .5);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 15px;
}

#archive > article h2 {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
  padding: 0 15px;
}
#archive > article h2 a{
  color: #987555;
}

#archive > article figure.post-thumbnail{
  padding: 15px;
  max-width: none !important;
  margin-bottom: 0;
}
#archive > article .entry-content{
  padding: 0 15px;
}
#archive > article footer{
  padding: 0 15px;
  margin-bottom: 10px; 
}

#archive > article footer span{
  font-size: 14px;
}
#archive > article footer .post-taxonomies span a{
  color: #987555;
}

.archive h1.page-title {
  color: #987555;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0px;
}
.search-form input[type="search"]{
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 6px;
}
.search-submit{
  height: 36px;
  min-width: 150px;
  background-color: #987555;
  border: none;
  border-radius: 6px;
  color: #fff;
}
.not-found-404 h1.page-title{
  color: #987555;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

/* Events */
.event-tabs button,
.educational-tabs button{
  background: transparent;
  color: #000;
  padding: 15px 42px;
  border-radius: 30px;
  border-color: #000;
}
.event-tabs button:hover,
.event-tabs button.active,
.educational-tabs button:hover,
.educational-tabs button.active{
  color: #fff;
  background-color: #8B6934;
  border-color: #000;
}
.event-card h5.card-title,
.program-item h5.card-title{
  color: #8b6934;
  font-size: 24px;
  font-weight: 600;
}
.event-card p i{
  color: #8B6934;
  font-size: 24px;
}
.event-card a.btn-primary{
  border-radius: 0;
  background-color: #dadada;
  text-align: center;
  color: rgba(0, 0, 0, .5);
  font-size: 18px;
  font-weight: 600;
  border: none;
  text-transform: uppercase;
}
.social-links li a:hover{
  background-color: #8b6934!important;
  color: #fff!important;
}
.img-box{
  border-radius: 8px;
  overflow: hidden;
}
.img-box p.text-muted{
  bottom: 0;
  background: #987555;
  color: #fff!important;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  padding: 5px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}
.contact-form textarea{
  height: 90px;
  font-size: 1rem;
}
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"]{
  font-size: 1rem;
}
.divider{
  margin: 10px 0 30px;
  border-bottom:1px solid #efd9c6
}

.single-product-page .main-slider .swiper-slide img{
  height: 480px;
}

/* Banner */
.custom-banner .breadcum{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.custom-banner .breadcum h2{
  font-size: 60px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
}
.custom-banner .breadcum p{
  margin-bottom: 0;
}

ul, li{
  list-style: none;
  padding: 0;
}
a{
  text-decoration: none;
}
.product-details h3{
  font-size: 28px;
  font-weight: 600;
  color: #414446;
}
.product-details p.price{
  font-size: 35px;
  font-weight: 500;
  color: #414446;
}
a.enquiry{
  background-color: #987555;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  width: 176px;
  text-align: center;
  border: 1px solid transparent;
  padding: 10px 0;
}
a.enquiry:hover{
  background-color: transparent;
  color: #987555;
  border: 1px solid #987555;
}
ul.social{
  display: flex;
  margin-bottom: 30px;
}
ul.social li{
  background-color: #987555;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  margin-right: 10px;
  text-align: center;
  line-height: 55px;
}
ul.social li a{
  color: #fff;
}
ul.social li a i{
  font-size: 24px;
}
ul.social li:first-child{
  background-color: #0dc143;
}
.hr-pad{
  padding: 30px 0;
}
.hr-pad hr{
  color: rgba(202, 202, 202, 0.8);
}

.creator-profile{
  border: 1px solid #F1EFEF;
  border-radius: 4px;
  background-color: #FAFAFA;
  padding: 20px 30px;
  margin-bottom: 50px;
}
.creator-profile h4{
  color: #987555;
}
a.view-more{
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  width: 156px;
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  background: transparent;
  padding: 14px 0;
}
.artwork-slider{
  background-color: #FAFAFA;
  padding: 80px 0;
}
.slider{
  padding: 0 30px;
  position: relative;
}
.slider .item h4{
  padding: 10px 0;
  color: #414446;
  font-size: 24px;
  font-weight: 500;
}
.artwork-slider .slider .owl-item p{
  text-align: center;
}
.owl-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.owl-nav button.owl-prev{
  left: -35px;
  position: absolute;
  top: -90px;
}
.owl-nav button.owl-next{
  right: 22px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-nav button.owl-prev span{
  font-size: 65px;
  line-height: normal;
  padding: 0;
  margin: 0;
  height: inherit;
  display: inline-flex;
}
.owl-nav button.owl-next span{
  font-size: 65px;
  line-height: normal;
  padding: 0;
  margin: 0;
  height: inherit;
  display: inline-flex;
}
.owl-theme .owl-nav [class*=owl-]:hover{
  background: none;
  color: #000;
}
.gallery{
  position: relative;
}
.gallery form{
  position: absolute;
  right: 0;
  width: 75%;
  top: 35px;
}
.gallery h1{
  font-size: 60px;
  color: #987555;
  font-weight: 400;
  border-bottom: 1px solid #987555;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.gallery .row [class^="col-"]{
  margin-bottom: 20px;
}
.gallery-box h3{
  font-size: 28px;
  font-weight: bold;
  color: #414446;
  margin-top: 10px;
  text-transform: capitalize;
}
.gallery .gallery-box h4{
  font-size: 24px;
  font-weight: 500;
  color: #987555;
  /* text-decoration: underline; */
  text-transform: capitalize;
}
.gallery-box h5{
  font-size: 22px;
  font-weight: 500;
  color: #414446;
}
label.min-width{
  min-width: 110px;
}

.arts-work{
  padding: 40px 0;
}
.arts-work h1{
  font-size: 60px;
  font-weight: 300;
  color: #987555;
  border-bottom: 1px solid #987555;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.artist-details h3{
  font-size: 28px;
  font-weight: 600;
  color: #987555;
}

.artist-details ul.add li{
  font-size: 24px;
  color: #000;
  font-weight: 400;
  margin-bottom: 5px;
}
.artist-details ul.add li i{
  margin-right: 10px;
  min-width: 25px;
}
.artist-details ul.social-icon{
  display: flex;
  margin-top: 15px;
}
.artist-details ul.social-icon li{
  margin-right: 20px;
}
.artist-details ul.social-icon li i{
  font-size: 24px;
  color: #ADADAD;
}
.artist-profiles{
  padding: 50px 0;
  background-color: #F7F7F7;
}
.artist-profiles h3{
  font-size: 28px;
  color: #414446;
  font-weight: bold;
}
.artist-profiles .slider .item a h4{
  color: #987555;
}
.artist-profiles .slider .item a img{
  height: 330px;
  object-fit: cover;
}

#carousel li {margin-right: 5px;}
#carousel img {display: block; opacity: .5; cursor: pointer;}
#carousel img:hover {opacity: 1;}
#carousel .flex-active-slide img {opacity: 1; cursor: default;}

/* Gallery */
.gallery{
  margin-top: 50px;
}
.gallery-box a img{
  border-radius: 8px;
}
.breadcum.no-banner{
  margin: 30px 0;
}
.breadcum.no-banner a{
  color: #212529;
}
.product-details .product-img{
  box-shadow: 0 0 6px #dfdfdf;
  margin-right: 20px;
  padding: 10px;
}
.product-details .product-img img{
  border-radius: 8px;
}
.product-details h3{
  text-transform: capitalize;
}
.artwork-slider h4{
  text-align: center;
  margin-bottom: 50px;
}
.artwork-slider .owl-item .item img{
  border-radius: 8px;
}
.artwork-slider .owl-item .item h4{
  text-align: left;
}
.artist-details .artist-img{
  box-shadow: 0 0 6px #dfdfdf;
  margin-right: 20px;
  padding: 10px;
}
.artist-details .artist-img img{
  border-radius: 8px;
  max-height: 470px;
  object-fit: cover;
}
.arts-work .flexslider{
  margin-bottom: 10px;
}

.arts-work #slider .flex-viewport .slides img{
  height: 500px;
  object-fit: cover;
}
.arts-work #slider .flex-direction-nav a:before{
  font-size: 34px;
}

.arts-work #carousel ul li img{
  max-height: 143px;
  object-fit: cover;
}

.arts-work #carousel .flex-direction-nav a:before{
  font-size: 35px;
}
.artist-profiles .owl-nav button.owl-prev {
    left: -35px;
    position: absolute;
    top: -90px;
}
.artist-profiles .owl-nav button.owl-next{
    right: 25px;
    position: absolute;
    top: -90px;
    transform: none;
}

/* Event */
.event-container{
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr))!important;
}
.event-container .event-card{
  border: 1px solid #d7d7d7;
}
.event-container .event-card img{
  padding: 10px;
}
.event-container .event-card h3{
  text-align: left;
  font-size: 22px;
  padding: 0 10px;
}
.event-container .event-card .event-details{
  text-align: left;
  padding: 0 10px;
  margin-bottom: 20px;
}
.event-container .event-card .event-details i{
  font-size: 24px;
  color: #8b6934;
}
.event-container .event-card a{
  background-color: #f3f3f3;
  display: block;
  border-radius: 0px;
  width: 100%;
  color: #797979;
  margin: 0;
}
.event-banner{
  margin-top: 30px;
}
.event-image{
  max-height: 570px;
  overflow: hidden;
  border-radius: 8px;
}
.event-image .event-banner-image{
  height: 570px;
  object-fit: cover;
}
.event-details p i{
  color: #8B6934;
  font-size: 22px;
  margin-right: 10px;
}
.event-details p{
  line-height: 24px;
  font-size: 20px;
}
.event-map iframe{
  height: 300px!important;
}
.event-organizer .organizer{
  border: 1px solid #8b6934;
  border-radius: 8px;
  padding: 20px;
  background-color: #f4f4f4;
}
#event-sponsors-slider .owl-nav{
  margin-top: 0;
}
#event-sponsors-slider .owl-nav button.owl-prev{
  left: -33px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#event-sponsors-slider .owl-nav button.owl-next{
  right: -33px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#event-sponsors-slider .owl-nav button i{
  font-size: 28px;
}

h1.title {
  font-size: 60px;
  font-weight: 300;
  color: #987555;
  border-bottom: 1px solid #987555;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
h1.title span{
  font-size: 18px;
  text-transform: uppercase;
  line-height: 80px;
}
h1.title span a{
  color: #000;
  font-weight: 500;
}
.exhibition-card h3.card-title{
  color: #8b6934;
  font-size: 26px;
  text-transform: uppercase;
}
.card.exhibition-card{
  border: none;
}
.card.exhibition-card img{
  border-radius: 4px;
  height: 225px;
  object-fit: cover;
}
.card.exhibition-card .card-body{
  padding-left: 0;
    padding-right: 0;
}
.artwork .elementor-image-box-content h3.elementor-image-box-title{
  margin-top: 20px;
  font-weight: 400;
}
.artwork .elementor-image-box-content p.elementor-image-box-description,
.artwork .elementor-image-box-content h3.elementor-image-box-title{
  color: #fff;
}
.artwork .artwork-gallery .elementor-image-box-wrapper figure.elementor-image-box-img{
  width: 135px!important;
  height: 135px!important;
}
.artwork .artwork-gallery .elementor-widget-image-box{
  width: 150px!important;
}
.anoouncement-bg .news-left img{
  border-radius: 8px;
}
.anoouncement-bg h2{
  color: #FFFFFF;
  font-family: "Poppins", Sans-serif;
  font-size: 60px;
  font-weight: 300;
}
.news-box-wrapper figure {
  width: 180px;
  margin-right: 15px!important;
  margin-bottom: 0!important;
}
.upcoming-events-wrapper figure {
  margin-right: 20px!important;
}
.upcoming-events-wrapper ul li i {
  width: 15px;
  margin-right: 10px;
}
.upcoming-events-wrapper .brdr-bottom:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.left-thumb-box{
  position: relative;
}
.left-thumb-box > img{
  padding: 20px 30px;
}
.left-thumb{
  position: absolute;
  width: 198px;
  right: 0;
  top: 60px;
  background: #fff;
  padding: 5px;
}



   /* Container and Basic Layout */
   /* Header Section */
   .event-header {
   text-align: center;
   margin-bottom: 40px;
   }
   .event-header h1 {
   font-size: 2.5rem;
   color: #333;
   margin-bottom: 10px;
   }
   /* Event Banner */
   .event-banner {
   display: flex;
   gap: 20px;
   margin-bottom: 40px;
   flex-wrap: wrap;
   }
   .event-image {
   flex: 1;
   min-width: 300px;
   }
   .event-banner-image {
   width: 100%;
   height: auto;
   border-radius: 8px;
   }
   .event-details {
   flex: 1;
   min-width: 300px;
   padding: 20px;
   background: #fff;
   border-radius: 8px;
   box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
   }
   .event-details h2 {
   font-size: 2rem;
   color: #000;
   margin-bottom: 20px;
   }
   .event-map {
   margin-top: 20px;
   }
   /* Accordion */
   .accordion-item {
   border: 1px solid #8B6934!important;
   margin-bottom: 10px;
   border-radius: 8px;
   overflow: hidden;
   }
   .accordion-header {
   background: #f4f4f4;
   padding: 15px;
   cursor: pointer;
   font-weight: bold;
   font-size: 1.1rem;
   /* text-align: center; */
   /* border-bottom: 1px solid #8B6934; */
   }
   .accordion-header h4{
      font-size: 16px;
      text-transform: uppercase;
      margin-bottom: 0;
      position: relative;
   }
   .accordion-header h4::after{
      content: '\f0da';
      width: 16px;
      height: 16px;
      right: 0;
      top: 0px;
      position: absolute;
      font-family: 'Font Awesome 6 Free';
      font-weight: 600;
      color: #8B6934;

   }
   .accordion-content {
   display: none;
   padding: 10px;
   background-color: #f4f4f4;
   }
   /* Event Organizer Section */
   .event-organizer {
   margin-bottom: 40px;
   }
   .organizer {
   display: flex;
   align-items: center;
   gap: 20px;
   }
   .organizer-image {
   width: 50%;
   height: 350px;
   object-fit: cover;
   }
   .organizer-info {
   font-size: 1rem;
   }
   .organizer-info i{
      width: 30px;
      margin-right: 10px;
   }
   .organizer-info h3 {
   font-size: 1.5rem;
   margin-bottom: 10px;
   color: #000;
   }
   .organizer-info p {
   font-size: 1.5rem;
   color: #000;
   }
   /* Sponsors Section */
   .event-sponsors {
   margin-bottom: 40px;
   }
   .sponsor-logos {
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
   justify-content: center;
   }
   .sponsor-logo {
   width: 150px;
   height: auto;
   transition: transform 0.3s ease;
   }
   .sponsor-logo:hover {
   transform: scale(1.05);
   }
   /* Section Titles */
   .section-title {
   font-size: 60px;
   font-weight: 300;
   color: #8B6934;
   margin: 40px 0 20px;
   /* text-align: center; */
   }
  
   .social-links {
    display: flex;
    list-style: none;
    gap: 10px;
    padding: 0;
    margin: 20px 0;
}

.social-links li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #f4f4f4;
    border-radius: 50%;
    text-decoration: none;
    color: #555;
    font-size: 1.2rem;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.social-links li a:hover {
    background-color: #0073e6;
    color: #fff;
}
.gallery-pertinent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    justify-content: center;
}
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.gallery-item img, .gallery-item video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    object-fit: cover;
    height: 100%;
}
.video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-overlay::before {
    content: "▶";
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.pdf-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.pdf-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 150px;
    margin: 0 auto;
    border: 2px solid #eee;
    border-radius: 8px;
    padding: 10px;
    transition: transform 0.3s ease;
}

.pdf-item:hover {
    transform: scale(1.1);
}

.pdf-item img {
    width: 80%;
    height: auto;
}
.pdf-carousel .owl-nav button.owl-prev{
  position: absolute;
  left: -25px;
  top: 50%;
  transform:translateY(-50%);
}
.pdf-carousel .owl-nav button.owl-next{
  right: -25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.speakers-list {
    /* padding: 40px 0; */
}

.speakers-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.speaker-card {
    width: 300px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.speaker-image img {
    width: 100% !important;
    height: 205px !important;
    max-width: inherit !important;
    object-fit: cover;
}

.speaker-content {
    padding: 20px;
}

.speaker-content h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}

.speaker-content p {
    color: #555;
    font-size: 0.9em;
}

.faq-section{
  margin-bottom: 30px;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #f5f5f5;
    transition: max-height 0.3s ease-in-out;
    padding-left: 15px;
}

.faq-toggle {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: #f5f5f5;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 16px;
}

.faq-toggle .arrow {
    transition: transform 0.3s ease;
    color: #8b6934;
}

.faq-toggle.active .arrow {
    transform: rotate(90deg);
}
.faq-item{
  margin-bottom: 10px;
  border: 1px solid #8B6934!important;
  border-radius: 8px;
  overflow: hidden;
}
.faq-item .faq-question{
  background: #f4f4f4;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1rem;
}
#gallery-category-tabs{
  margin-bottom: 24px;
  border-bottom: none;
}
#gallery-category-tabs li{
  margin-bottom: 10px;
}
#gallery-category-tabs li:not(:first-child){
  margin-left: 5px;
}
#gallery-category-tabs li a.nav-link{
  color: #000;
  background-color: transparent;
  border-color: #000;
  padding: 15px 42px;
  border-radius: 30px;
  text-transform: capitalize;
}
#gallery-category-tabs li a.nav-link.active,
#gallery-category-tabs li a.nav-link:hover{
  color: #fff;
  background-color: #8B6934;
  border-color: #000;
  padding: 15px 42px;
  border-radius: 30px;
}

.artwork-slider .owl-nav button.owl-prev{
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.artwork-slider .owl-nav button.owl-next{
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

h1.title span.side-img{
  font-size: 60px;
  font-weight: 300;
  color: #987555;
}
.artist-box{
  margin-bottom: 15px;
}
 .artist-box a h3{
   font-size: 24px;
   margin-bottom: 5px;
   margin-top: 5px;
   color: #987555;
 }