.card-text.name {
    background: linear-gradient(to left, rgba(247,0,104) 0%, rgba(68,16,102,1) 25%, rgba(247,0,104,1) 75%, rgba(68,16,102,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 10px;
    text-transform: uppercase; /* Optional: for uniform capitalization */
}

/* Card styling */
.card {
    border: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden; /* Ensures the border-radius applies to the image */
}

.card-img-top {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    object-fit: cover;
    height: 300px;
}

.card-body {
    text-align: center;
}

.card-title {
    font-weight: 600;
    font-size: 18px;
    margin: 10px 0;
}

.card-body p {
    margin-bottom: 15px;
}

 /* Mobile Menu Styling */
 @media (max-width: 767px) {
    .mobile-menu .btn-box {
        display: block;
        padding: 10px;
        text-align: center;
    }

    .mobile-menu .btn-box .theme-btn {
        display: inline-block;
        padding: 10px 20px;
        font-weight: bold;
    }
}

  /* body {
    font-family: Arial, sans-serif;
    background-color: #fff;
    margin: 0;
    padding: 20px;
    display: flex;
    justify-content: center;
} */



.container {
    width: 70%;
    /* display: flex; */
    flex-direction: column;
    gap: 50px;
}

.section {
    display: flex;
    align-items: center;
    position: relative;
}

.section-image {
    width: 180px;
    height: 180px;
    flex-shrink: 0;
}

.section-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.content {
    flex: 1;
    padding: 0 20px;
}

.content h2 {
    color: #ec167f;
    font-weight: bold;
    margin: 0;
}

.content p {
    color: #333;
    margin: 5px 0 0 0;
}

.connector {
    position: absolute;
    left: 150px;
    height: 2px;
    width: 200px;
    background-image: linear-gradient(to right, #ff5d5d 33%, rgba(255, 93, 93, 0) 0%);
    background-position: top;
    background-size: 10px 2px;
    background-repeat: repeat-x;
}

.section.reverse .connector {
    left: auto;
    right: 150px;
    background-image: linear-gradient(to left, #ff5d5d 33%, rgba(255, 93, 93, 0) 0%);
    background-position: top;
    background-size: 10px 2px;
    background-repeat: repeat-x;
}

.section.reverse .section-image {
    order: 2;
}

.section.reverse .content {
    order: 1;
    text-align: right;
    padding: 0 20px;
}
.menu-list {
    width: 282px !important;
}

.btn-title{
    font-weight:bold
}
.text{
    text-align: justify;
    
}
.features-section-two{
    background-color: #f8f9fa; padding: 60px 0;
}
.card{
    border: none; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); border-radius: 12px;
}
.card-img-top{
    border-top-left-radius: 12px; border-top-right-radius: 12px; object-fit: cover;
}
.card-text{
    font-weight: bold; font-size: 16px; margin-bottom: 10px;
}
.card-title{
    font-weight: 600; font-size: 18px;
}
.p{
    margin-bottom: 15px;
}
.banner-image {
    height: 360px;
    /*padding-left: 55px;*/
}
.pricing-section{
    position: relative;
    overflow: hidden; /* Ensure content stays within section */
    z-index: 1;
}
#bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; /* Place it behind the content */
}

.guiness-title {
    color: white;
}

.centered-row {
    display: flex;
    justify-content: center;
}
.video-frame {
    padding: 10px;
}
.btn-box{

    text-align-last: center;
}
.image-box{
    text-align: -webkit-center;
}
.event-details-title {
    font-family: fantasy;
}

.festival-program-block {
    margin: 20px 0px;
    border: 5px solid #eeeeee;
    height: auto;
    padding: 10px;
    overflow: hidden;
    border-radius: 10px;
}

.explore-more-title {
    font-family: fantasy;
}

