/* Styling for sidebar gallery */
/* .evn-sidebar {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
} */
.sidebar-gallery {
    margin-top: 30px;
}
.sidebar-gallery-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.gallery-images {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
}
.gallery-image {
    position: relative;
}
.gallery-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.image-caption {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
}

/* Styling for Nearby Attractions sidebar */
/* .nearby-attractions {
    margin-top: 30px;
} */

/* .sidebar-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
} */

/* .nearby-attractions ul {
    list-style: none;
    padding: 0;
    margin: 0;
} */

/* .nearby-attractions li {
    margin-bottom: 15px;
} */

/* .nearby-attractions li a {
    display: block;
    text-decoration: none;
    color: #333;
} */

/* .nearby-attractions li img {
    width: 100%;
    height: auto;
    border-radius: 5px;
} */

/* .nearby-attractions li span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
} */
/*.tp-event-content.here {
    height: 210px;
}*/

.tp-event-content.here {
    height: 325px;
    padding: 30px 30px 50px 30px;
}
p.get-here {
    text-align: justify;
    padding-top: 30px;
}
p.tp-event-title-sm.get {
    font-size: 16px;
    color: #fff !important;
    font-weight: 400;
    text-transform: capitalize;
    transition: 0.3s;
    line-height: 2.5rem;
}
.tp-footer-widget-title {
    font-size: 20px !important;
}
/*.contact-content-inner-wrap {
    height: 250px;
}*/
p.fest-para {
    text-align: justify;
    margin-bottom: 50px;
}
h4.tp-section-title.heading{
    text-align: center;
}
ul {

    font-size: 20px;
        font-weight: bold
}
.contact-content-inner-wrap.cont-box {
    height: 237px;
}
p.ad-sect {
    text-align: center;
    font-size: 23px;
    margin-top: 29px;
}
h4.tp-inner-title.heading-part {
    text-align: center;
    margin-top: 80px;
    margin-bottom: -50px;
    font-size: 35px;
}
/* h4.tp-section-title.map-head {
    margin-top: -45px;
    margin-bottom: 50px;
} */
 .maincontainer {
     width: 302px;
     height: 299px;
     margin: 10px;
     float: left;
     /* stack each div horizontally */
 }

 /*img {
     border-radius: 10px;
 }*/

 .back h2 {
     position: absolute;
 }

 .back p {
     position: absolute;
     top: 50px;
     font-size: 15px;
 }
 .front h2 {
     position: absolute;
     padding: 10px;
     top: 200px;
     color: #000;
 }

 /* style the maincontainer class with all child div's of class .front */
 .maincontainer>.front {
     position: absolute;
     transform: perspective(600px) rotateY(0deg);
     width: 302px;
     height: 290px;
     backface-visibility: hidden;
     /* cant see the backside elements as theyre turning around */
     transition: transform .5s linear 0s;
 }

 /* style the maincontainer class with all child div's of class .back */
 .maincontainer>.back {
     position: absolute;
     transform: perspective(600px) rotateY(180deg);
     background: #262626;
     color: #fff;
     width: 302px;
     height: 290px;
     border-radius: 10px;
     padding: 5px;
     backface-visibility: hidden;
     /* cant see the backside elements as theyre turning around */
     transition: transform .5s linear 0s;
 }

 .maincontainer:hover>.front {
     transform: perspective(600px) rotateY(-180deg);
 }

 .maincontainer:hover>.back {
     transform: perspective(600px) rotateY(0deg);
 }

 .maincontainer {
     margin-bottom: 20px;
     /* Added margin for spacing between cards */
 }
a.tp-btn.white-anim.box-btn {
    border-radius: 10px;
    font-size: 20px;
    background-color:white;
    color:var(--tp-theme-2);
}
 
/*header.tp-header-height {
    height: 160px !important;
}
div#header-sticky {
    padding-top: 15px;
}
nav.tp-main-menu-content ul li a {
    padding: 10px 0;
    font-size: 28px;
}*/
/*19.4.24*/

.section-title .subtitle {
  position: relative;
  margin-bottom: 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #7E4555;
  font-weight: 700;
}
.section-title.text-start .subtitle{
    justify-content: flex-start;
}
.section-title.text-md-right .subtitle,
.section-title.text-end .subtitle{
  justify-content: flex-end;
}
.section-title.text-md-right .subtitle::after,
.section-title.text-end .subtitle::after,
.section-title.text-start .subtitle::after{
  display: none;
}
.section-title .subtitle::after,
.section-title .subtitle::before{
  content: "\f679";
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 18px;
  margin-right: 15px;
}
.section-title .subtitle::after{
  margin-right: 0;
  margin-left: 15px;
}
.section-title.section-title-2 .subtitle{
  color: #7E4555;
  background-color: #e6e8e7;
  display: inline-block;
  padding: 5px 20px;
  font-size: 13px;
}
.section-title.section-title-2 .subtitle.light{
  background-color: rgba(255,255,255,.4);
}
.section-title.section-title-2 .subtitle::before,
.section-title.section-title-2 .subtitle::after{
  display: none;
}
h4.about.tp-section-title.mb-35 {
    font-size: 40px;
}
a.tp-btn.white-anim.box-btn.btn2{

    color:white;
    background-color:var(--tp-theme-2);
}
h4.tp-section-title.heading-part{
    font-size: 40px;
}