@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

@font-face {
    font-family: banner-text;
    src: url(./Berthold-akzidenz-grotesk-be-medium-condensed.ttf);
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", serif;
    overflow: inherit;
}

.container {
    overflow: hidden;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

header {
    background-color: #191300;
    padding: 20px 0px;
}

.site-logo img {
    height: 60px;
}

.site-menus ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 24px;
}

.site-menus ul li {
    position: relative;
    list-style: none;
}

.site-menus ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    transition: .4s;
}

.site-menus ul li:hover a {
    color: #f0443e;
}

.has-submenu .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #191300;
    padding: 10px 0;
    display: none;
    min-width: 220px;
    border-radius: 5px;
    z-index: 2;
}

.has-submenu .submenu li a {
    color: #ffffff !important;
}

.has-submenu .submenu li:hover a {
    color: #f0443e !important;
}

.has-submenu:hover .submenu {
    display: block;
}

.submenu li {
    padding: 8px 20px;
}

.submenu li a {
    color: #fff;
    display: block;
    transition: 0.3s;
}

.submenu li a:hover {
    color: #f0443e;
}


.mobile-mauue-opener {
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 24px;
}

.mobile-view ul li {
    margin-bottom: 12px;
    font-size: 14px;
}

/* General Styling */
.mobile-view ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-view ul li {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 500;
}

/* Main Navigation Links */
.mobile-view .nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #333;
    padding: 12px 15px;
    background: #f8f9fa;
    border-radius: 5px;
    transition: background 0.3s ease-in-out;
    cursor: pointer;
}

/* Hover Effect */
.mobile-view .nav-link:hover {
    background: #f0443e;
    color: #fff;
}

/* Submenu Styling */
.list-submenu {
    display: none;
    /* Initially hidden */
    padding-left: 15px;
    background: #f1f1f1;
    border-left: 3px solid #f0443e;
    border-radius: 5px;
    margin-top: 5px;
}

/* Show submenu when parent is hovered */
.mobile-submenu:hover .list-submenu,
.mobile-submenu:focus-within .list-submenu {
    display: block;
}

/* Submenu Links */
.list-submenu li {
    padding: 8px 0;
}

.list-submenu a {
    text-decoration: none;
    color: #555;
    display: block;
    padding: 5px 10px;
    border-radius: 3px;
    transition: background 0.3s ease;
}

.list-submenu a:hover {
    background: #007bff;
    color: white;
}

/* ========== Banner Section */
.site-banner {
    position: relative;
    overflow: hidden;
}

.sliders {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center;
    position: relative;
    overflow: hidden;
    height: 200px;
}

.site-banner .owl-carousel .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 20%;
    transform: translateX(-50%);
}

.site-banner .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background-color: #191300;
    border: 1px solid #ffffff;
}

.site-banner .owl-theme .owl-dots .owl-dot.active span {
    background-color: #FFBF00;
}

.banner-item0 {
    background: content-box radial-gradient(blue, skyblue);
    display: flex;
    align-items: center;
}

.banner-item1 {
    background: url(../images/banners/first-banner-bg.png)no-repeat;
    display: flex;
    align-items: center;
}

.banner-item2 {
    background: url(../images/banners/second-banner.png)no-repeat;
    display: flex;
    align-items: center;
}

.banner-item3 {
    background: url(../images/banners/third-banner.png)no-repeat;
    display: flex;
    align-items: center;
}

.banner-item4 {
    background: content-box radial-gradient(yellow, orange);
    display: flex;
    align-items: center;
}

.banner-item5 {
    background: content-box radial-gradient(green, white);
    display: flex;
    align-items: center;
}

.banner-item6 {
    background: content-box linear-gradient(180deg, green, yellow);
    display: flex;
    align-items: center;
}


.first-inside {
    display: flex;
    align-items: center;
    gap: 30px;
}

.banner-item0 .banner-images img {
    width: 380px;
}

.banner-item1 .banner-images img {
    width: 440px;
}

.bannerSingleImg img {
    max-height: 700px;
    width: 100%;
    /* object-fit: contain; */
}

.bannerSingleImgAct img {
	max-height: 700px;
    object-fit: scale-down;
}

.banner-item1 .banner-bg-logo img {
    width: auto !important;
    height: 210px;
}

.banner-item2 .banner-text.second img {
    height: 60px;
    max-width: 290px;
    width: auto !important;
}

.banner-heading {
    max-width: fit-content;
}

.banner-item2 .banner-text.second {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-item2 .banner-text.second h2 {
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #ffffff;
    font-family: "banner-text";
    font-size: 128px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.banner-item2 .banner-text.second h6 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
    text-align: right;
    margin-top: -10px;
}

.banner-item2 .banner-text .banner-button sup {
    left: -10px;
}

.banner-item2 .banner-text .banner-button {
    display: inline-flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;
    border-radius: 4px;
    background: linear-gradient(90deg, #FF0A0A -18.46%, #FFE100 100%);
    color: #ffffff;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.banner-image-second img {
    height: 650px;
    width: auto !important;
}

.banner-item3 .banner-text.third h2 {
    color: #FFF;
    font-size: 77px;
    margin-bottom: 16px;
    font-weight: 700;
}

.banner-item3 .banner-text.third .sponsor-buttons button {
    color: #191300;
}

.banner-text .sponsor-buttons {
    gap: 12px;
    justify-content: flex-start;
    margin-bottom: 0;
}

.banner-item3 .banner-small img {
    height: 450px;
    max-width: 450px;
}

.donation-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

/* ========== President Message Section */
.president-message {
    padding: 100px 0px;
}

.president-says span.pres {
    padding: 5px 15px;
    border-radius: 4px;
    background: #FFEFC9;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.president-says p {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin: 24px 0px 36px 0px;
}

.president-says .first-line::first-letter {
    font-size: 56px;
    font-weight: bold;
    color: #191300;
    line-height: 1;
}

.president-says img {
    margin-bottom: 16px;
}

.president-says h6 {
    font-size: 16px;
    font-weight: 400;
    color: #888B93;
    margin: 0;
}

.president-says p .view-more {
    cursor: pointer;
    color: #00F;
}

/* ========== Additional Message Section */
.additional-message {
    padding: 100px 0px;
}

.additional-says span.addtit {
    padding: 5px 15px;
    border-radius: 4px;
    background: #FFEFC9;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.additional-says p {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin: 24px 0px 36px 0px;
}

.additional-says .first-line::first-letter {
    font-size: 56px;
    font-weight: bold;
    color: #191300;
    line-height: 1;
}

.additional-says img {
    margin-bottom: 16px;
}

.additional-says h6 {
    font-size: 12px;
    font-weight: 200;
    color: #888B93;
    margin: 0;
}

.additional-says p .view-more {
    cursor: pointer;
    color: #00F;
}


/* ========== promo-section*/
.promo-section {
    background: url(../images/promo-bg.png)no-repeat;
    background-size: 100%;
    padding: 100px 0px;
    background-size: cover;
}

.promo {
    position: relative;
    display: inline-block;
    width: 100%;
}

.promo img {
    width: 100%;
    border-radius: 10px;
}

.promo-header h2 {
    margin-bottom: 32px;
    text-align: center;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    color: #ffffff;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 0, 0, 0.8);
    color: white;
    font-size: 50px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}

.play-button:hover {
    background-color: rgba(255, 0, 0, 1);
}

/* Modal Styling */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: #000;
    padding: 20px;
    width: 80%;
    max-width: 800px;
    position: relative;
    text-align: center;
}

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

.play-button i {
    line-height: 0;
}

/* ========== sponsorship-section */
.sponsorship-section {
    padding: 100px 0px;
}

.sponsor-heading {
    color: #0F0049;
    text-align: center;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 70px;
}

.sponsor-benefit {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.sponsor-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.dontate-button1 {
    display: inline-flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;
    border-radius: 4px;
    background: linear-gradient(90deg, #FF0A0A -18.46%, #FFE100 100%);
    color: #ffffff;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.dontate-button2 {
    display: inline-flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    background: url(../images/shape/button-shap2.png)no-repeat;
    background-size: 100% 100%;
    background-position: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    border-radius: 4px;
}

.dontate-button3 {
    display: inline-flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    background: url(../images/shape/button-shap1.png)no-repeat;
    background-size: 100% 100%;
    background-position: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    border-radius: 4px;
}

.dontate-button4 {
    display: inline-flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    background: url(../images/shape/button-shap3.png)no-repeat;
    background-size: 100% 100%;
    background-position: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    border-radius: 4px;
}

.dontate-button5 {
    display: inline-flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    background: url(../images/shape/button-shap4.png)no-repeat;
    background-size: 100% 100%;
    background-position: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    border-radius: 4px;
}

.dontate-button6 {
    display: inline-flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    background: url(../images/shape/button-shap5.png)no-repeat;
    background-size: 100% 100%;
    background-position: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    border-radius: 4px;
}

.track-area.right {
    height: 100%;
}

.track-area.left {
    border: 1px solid #E6E9F5;
}

.track-area.right {
    border: 1px solid #E6E9F5;
    border-left: none;
}

.track-area.left .track-head {
    padding: 38px;
    background-color: #181300;
}

.track-area.right .track-head {
    padding: 38px;
    background-color: #181300;
}

.track-area.left .track-head h3 {
    color: #FFE100;
}

.track-area.right .track-head h3 {
    color: #FFE100;
}

.track-area .track-head h3 {
    color: #252430;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
    text-align: center;
}

.package-area {
    padding: 20px 32px;
    border-bottom: 1px solid #E6E9F5;
}

.package-area h5 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    background: linear-gradient(90deg, #FF0A0A -18.46%, #FFE100 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 16px;
}

.package-area ul {
    padding-left: 20px;
}

.package-area ul li {
    color: #252430;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    list-style: disc;
}

.package-area.one {
    min-height: 265px;
}

.package-area.two {
    min-height: 240px;
}

.package-area.three {
    min-height: 240px;
}

.package-area.common:last-child {
    border-bottom: 0px;
}

.tracker-row {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* ========== donor-section */
.donor-section {
    padding: 100px 0px;
    background-color: #FFBF00;
}

.donor-heading {
    margin-bottom: 60px;
}

.donor-heading h3 {
    color: #0F0049;
    text-align: center;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 20px;
}

.donor-slider {
    padding-left: 70px;
}

.donor-image img {
    width: 75px !important;
    height: 75px;
    border-radius: 50%;
}

.donor-image {
    display: none;
}

.donor-card {
    background-color: #ffffff;
    padding: 24px;
}

.donor-card {
    display: flex;
    align-items: center;
    gap: 16px;
    border-radius: 4px;
    min-height: 160px;
}

.donot-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.donot-text h6 {
    color: #0F0049;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 10px;
    height: 60px;
    margin-bottom: 0;
}

.donot-text span {
    color: #191300;
    /* display: inline-block; */
    max-width: fit-content;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 5px 20px;
    background-color: #FFE096;
    border-radius: 20px;
}

.silver {
    background: url(../images/shape/button-shap4.png);
}

.gold {
    background: url(../images/shape/button-shap3.png);
}

.bronze {
    background: url(../images/shape/button-shap5.png);
}

.diamond {
    background: url(../images/shape/button-shap1.png);
}

.patrion {
    background: linear-gradient(90deg, #FF0A0A -18.46%, #FFE100 100%);
    color: #ffffff !important;
}

/* ========== events-details */
.events-details {
    padding: 100px 0px;
}

.events-details h2 {
    color: #0F0049;
    text-align: center;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 70px;
}

.event-top {
    margin-bottom: 70px;
}

.event-top h5 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: linear-gradient(90deg, #FF0A0A -18.46%, #FFE100 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.event-top h4 {
    color: #23242A;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;

}

.event-text {
    padding: 20px 30px;
    border-radius: 9px 9px 0px 0px;
    background: #FFF;
    box-shadow: 7.5px 7.5px 37.5px 2.25px rgba(39, 92, 141, 0.10);
    margin-bottom: 25px;
}

.event-text p {
    margin-bottom: 0;
    font-size: 16px;
    color: #23242A;
}

.event-map {
    padding: 20px 30px;
    border-radius: 9px 9px 0px 0px;
    background: #FFF;
    box-shadow: 7.5px 7.5px 37.5px 2.25px rgba(39, 92, 141, 0.10);
    margin-bottom: 25px;
}

.event-map iframe {
    height: 450px;
}

.event-hotels {
    padding: 20px 30px;
    border-radius: 9px 9px 0px 0px;
    background: #FFF;
    box-shadow: 7.5px 7.5px 37.5px 2.25px rgba(39, 92, 141, 0.10);
    margin-bottom: 25px;
}

.event-hotels h5 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: #23242A;
    margin-bottom: 16px;
}

.event-hotels a {
    font-size: 16px;
    color: #23242A;
    word-wrap: break-word;
}

.event-hotels:last-child {
    margin-bottom: 0;
}

.event-title {
    font-size: 32px;
    font-weight: 700;
}

.free-event {
    padding: 25px 30px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 7.5px 7.5px 37.5px 2.25px rgba(39, 92, 141, 0.10);
    margin-bottom: 24px;
}

.event-list-head {
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 20px;
}

.event-list-head h5 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    background: linear-gradient(90deg, #FF0A0A -18.46%, #FFE100 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 16px;
}

.event-list-head h4 {
    color: #23242A;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 12px;
}

.event-list {
    border-bottom: 1px solid #EBEBEB;
    padding-top: 16px;
}

.event-list h5 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    background: linear-gradient(90deg, #FF0A0A -18.46%, #FFE100 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}

.event-list h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #23242A;
    margin-bottom: 16px;
}

.ticke-event {
    padding: 27.5px 30px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 7.5px 7.5px 37.5px 2.25px rgba(39, 92, 141, 0.10);
}

/* ========== dignitaries-section */
.dignitaries-section {
    padding: 100px 0px;
}

.dignitaries-header {
    margin-bottom: 60px;
}

.dignitaries-header h2 {
    color: #0F0049;
    text-align: center;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 20px;
}

.dignitaries-header p {
    color: #0F0049;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.dignitaries-info {
    text-align: center;
}

.dignitaries-info img {
    width: 250px;
    /* height: 250px;
    border-radius: 50%; */
    object-fit: cover;
    margin-bottom: 24px;
}
.dignitaries-info iframe{
    height: 250px;
}
.dignitaries-info .infos h5 {
    color: #0F0049;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

.dignitaries-info .infos h6 {
    font-size: 14px;
    margin-bottom: 0;
}

.dignitaries-info .infos p {
    margin-bottom: 0;
}

/* ========== volunteer-section */
.volunteer-section {
    padding: 0px 0px 100px 0px;
}

.vilunteer-header h2 {
    color: #0F0049;
    text-align: center;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 32px;
}

.volunteer-card {
    padding: 36px;
    background-color: #F6F5F8;
    border-radius: 10px;
    height: 100%;
}

.volIcon {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.volIcon img {
    max-width: 45px;
}

.volIcon:first-child {
    background: #93E7FE;
}

.volIcon:nth-child(2) {
    background-color: #FFD978;
}

.volunteer-card h5 {
    margin: 20px 0px;
    color: #0F0049;
    font-size: 20px;
    font-weight: 700;
}

.volunteer-card h6 span {
    font-weight: 400;
}

.volunteer-card h6 {
    color: #0F0049;
    opacity: .5;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.volunteer-card p {
    color: #0F0049;
    opacity: .5;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

/* ========== footer */
footer {
    padding: 80px 0px;
    background-color: #191300;
}

.footer-logo img {
    height: 65px;
    margin-bottom: 60px;
}

.link-head h6 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 16px;
}

.all-linkes ul li {
    margin-bottom: 16px;
}

.all-linkes ul li:last-child {
    margin-bottom: 0;
}

.all-linkes ul li a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #ffffff;
    opacity: .5;
}

.located-area p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #ffffff;
    opacity: .5;
    margin-bottom: 20px;
}

.located-area a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #ffffff;
    opacity: .5;
}

.media-fields {
    margin-top: 36px;
}

.media-fields ul {
    display: flex;
    align-items: center;
    gap: 24px;
}

.media-fields ul li a img {
    width: 36px;
    height: 36px;
}

.dividers {
    margin: 50px 0px;
}

.footer-bottom {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    opacity: .5;
    text-align: center;
}



.all-rsvp-button {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 36px;
    flex-wrap: wrap;
}

.left-buttn,
.right-buttn,
.get-ticket-btns {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
}

.right-buttn {
    flex-grow: 1;
}

.left-buttn h4,
.right-buttn h4,
.get-ticket-btns h4 {
    font-size: 20px;
    font-weight: 700;
    color: #252430;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.common-rsvp {
    display: inline-flex;
    padding: 12px 22px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;
    border-radius: 4px;
    /* background: linear-gradient(90deg, #FF0A0A -18.46%, #FFE100 100%); */
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.common-rsvp.one {
    background-color: #FFE100;
    color: #000000;
}

.common-rsvp.two {
    background-color: #473BF0;
}

.common-rsvp.three {
    background-color: #000000;
}

.right-buttn-btn {
    display: flex;
    gap: 18px;
    align-items: center;
    flex-wrap: wrap;
}

/* .ticket-button {
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #ffe100, #473bf0);
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    border: none;
}
.ticket-button .ticket-text{
    padding: 0px 30px;
}
.ticket-button .ticket-divider{
    width: 56px;
    height: 60px;
    position: relative;
}
.ticket-button .ticket-divider .circle1{
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ffffff;
    top: 30%;
    left: -20%;
}
.ticket-button .ticket-divider .circle2{
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ffffff;
    top: 30%;
    right: -20%;
}
.ticket-button .ticket-divider:first-child{
    border-right: 2px dashed #ffffff;
}
.ticket-button .ticket-divider:last-child{
    border-left: 2px dashed #ffffff;
} */

.big-ticket-btn {
    position: relative;
    border: 1px dashed #473BF0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.big-ticket-btn img {
    height: 170px;
    max-width: 310px;
    object-fit: cover;
    padding-right: .1px;
    border-right: 1px dashed #473BF0;
}

.big-ticket-btn .space-width {
    width: 105px;
    position: relative;
}

.button-with-text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-grow: 1;
}

.button-with-text button {
    font-size: 28px;
}

.space-border {
    /* border-left: 1px dashed #473BF0; */
    height: 170px;
}

.big-ticket-btn .circle1 {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-right: 1px dashed #473BF0;
    background-color: #ffffff;
    top: 40%;
    left: -20px;
}

.circle2 {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-left: 1px dashed #473BF0;
    background-color: #ffffff;
    top: 40%;
    right: -20px;
}







.all-ticket-button-section {
    padding: 100px 0px;
    background-color: #f5f5f5;
}

.new-ticket-button {
    position: relative;
    display: flex;
    align-items: center;
    height: 170px;
    margin-top: 50px;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    /* padding: 20px; */
}

.new-ticket-button .ticket-left-sider {
    width: 60%;
    height: 100%;
    /* background: url(../images/shape/concert.jpg);
    background-repeat: no-repeat;
    height: 170px;
    background-position: top left; */
}

.new-ticket-button .ticket-left-sider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ticket-right-sider {
    width: 40%;
    height: 100%;
    position: relative;
}

.ticket-right-sider::before {
    position: absolute;
    content: "";
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f5f5f5;
}

.ticket-right-sider::after {
    position: absolute;
    content: "";
    bottom: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f5f5f5;
}

.ticket-right-sider .concert-button {
    width: 100%;
    background-color: #473BF0;
    height: 100%;
    border: none;
    color: #ffffff;
    font-weight: 700;
    font-size: 32px;
    border-left: 2px dashed #000000;
}

.dotted-line {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    z-index: 1;
}

.dotted-line img {
    width: 100%;
}

.dotted-line2 {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    z-index: 1;
}

.dotted-line2 img {
    width: 100%;
}

.donor-table-view {
    margin-top: 16px;
    background: white;
    height: 100%;
}

.donor-table-view .donor-table {
    background-color: #ffffff;
    border-radius: 10px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
}

.donor-table-view .donor-table th {
    background-color: #0f0049;
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.donor-table-view.one-bg .donor-table th {
    background: linear-gradient(90deg, #FF0A0A -18.46%, #FFE100 100%);
}

.donor-table-view.two-bg .donor-table th {
    background-color: #c67c7c;
}

.donor-table-view.three-bg .donor-table th {
    background-color: #b06b0e;
}

.donor-table-view.four-bg .donor-table th {
    background-color: #aeafb1;
}

.donor-table-view.five-bg .donor-table th {
    background-color: #8d5f3d;
}

.donor-table-view.one-bg-business .donor-table th {
    background: linear-gradient(90deg, #4294FF -18.46%, #4294FF 100%);
}

.donor-table-view .donor-table td,
.donor-table-view .donor-table th {
    padding: 20px;
    text-align: left;
    /* text-align: center; */
}

.donor-table-view .donor-table td {
    font-size: 16px;
    font-weight: 500;
    padding: 20px;
}

.donor-table-view .donor-table td span {
    font-size: 14px;
}

/* .donor-table-view .donor-table td span{
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 20px;
} */
.other {
    background-color: #ffbf00;
}

.dot-label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dot-label .dot-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;

}

.patrons {
    background: linear-gradient(90deg, #FF0A0A -18.46%, #FFE100 100%);
}














.table-cat-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
    margin-bottom: 24px;
}

.table-cat-heading h2 {
    font-size: 48px;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 700;
    color: #ff0a0a;
    margin-bottom: 0;
}

.table-cat-heading .liner-dots {
    width: 100%;
    border: 1px solid #e6e6e6;
    position: relative;
}

.table-cat-heading .liner-dots.dot1::after {
    content: "";
    position: absolute;
    width: 10px;
    top: -5px;
    left: -1px;
    height: 10px;
    border-radius: 50%;
    background-color: #e6e6e6;
}

.table-cat-heading .liner-dots.dot2::after {
    content: "";
    position: absolute;
    width: 10px;
    top: -5px;
    right: -1px;
    height: 10px;
    border-radius: 50%;
    background-color: #e6e6e6;
}

.individual-table table th {
    vertical-align: middle;
    text-transform: uppercase;
    text-align: center;
    padding: 24px 0px;
}

.individual-table table th.shap1 {
    background: linear-gradient(90deg, #FF0A0A -18.46%, #FFE100 100%);
}

.individual-table table th.shap2 {
    background: url(../images/shape/button-shap2.png)no-repeat;
    /* background-size: 100% 100%; */
    background-size: cover;
    background-position: center;
}

.individual-table table th.shap3 {
    background: url(../images/shape/button-shap1.png)no-repeat;
    /* background-size: 100% 100%; */
    background-size: cover;
    background-position: center;
}

.individual-table table th.shap4 {
    background: url(../images/shape/button-shap3.png)no-repeat;
    /* background-size: 100% 100%; */
    background-size: cover;
    background-position: center;
}

.individual-table table th.shap5 {
    background: url(../images/shape/button-shap4.png)no-repeat;
    /* background-size: 100% 100%; */
    background-size: cover;
    background-position: center;
}

.individual-table table th.shap6 {
    background: url(../images/shape/button-shap5.png)no-repeat;
    /* background-size: 100% 100%; */
    background-size: cover;
    background-position: center;
}

.individual-table table th .donation-cats span {
    font-size: 14px;
    font-weight: 500;
}

.individual-table table th .donation-cats h5 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.individual-table table th.pack-bg {
    background-color: #181300;
}

.individual-table table td {
    text-align: center;
    vertical-align: middle;
}

.individual-table table td.first-tds {
    background-color: #ffbf00;
    font-size: 18px;
    text-align: left;
    font-weight: 500;
}

.main-head {
    font-size: 32px;
    color: #FFE100;
}

.first-tds {
    width: 240px;
}

.first-tds .td-heading {
    width: 100%;
}








.business-table table th {
    vertical-align: middle;
    text-transform: uppercase;
    text-align: center;
    padding: 24px 0px;
}

.business-table table th .donation-cats span {
    font-size: 14px;
    font-weight: 500;
}

.business-table table th .donation-cats h5 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.business-table table th.pack-bg {
    background-color: #181300;
}

.business-table table td {
    text-align: center;
    vertical-align: middle;
}

.business-table table td.first-tds {
    background-color: #ffbf00;
    font-size: 18px;
    text-align: left;
    font-weight: 500;
}

.business-table table .main-head {
    font-size: 32px;
    color: #FFE100;
}

.business-table table .first-tds {
    width: 300px;
}

.business-table table .first-tds .td-heading {
    width: 100%;
}

.business-table table .gredint {
    background: linear-gradient(90deg, #FF0A0A -18.46%, #FFE100 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.busuness-sponser-table {
    margin: 0;
}

.busuness-sponser-table tr td img {
    height: 35px;
}

.business-head-heading {
    width: 100%;
    text-align: center;
    padding: 24px;
    background-color: #4294FF;
}

.business-head-heading h3 {
    font-size: 20px;
    color: #ffffff;
}


.all-spons-comps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding: 24px;
    background-color: #ffffff;
}

.logo-comp {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-comp img {
    height: 50px;
}

.grand-parton-col {
    background-color: #ffffff;
}

.grand-parton-col .heading {
    font-size: 20px;
    color: #ffffff;
    background: linear-gradient(90deg, #FF0A0A -18.46%, #FFE100 100%);
    padding: 20px 16px;
    text-align: left;
    font-weight: 600;
}

.grand-parton-col .donor-list li {
    font-size: 16px;
    font-weight: 500;
    padding: 16px;
    border-bottom: 1px solid #dddddd;
}

.diamond-gold-col {
    display: flex;
    gap: 16px;
}

.diamond-col {
    width: 50%;
    background-color: #ffffff;
}

.diamond-col .heading {
    font-size: 20px;
    color: #ffffff;
    background: #c67c7c;
    padding: 20px 16px;
    text-align: left;
    font-weight: 600;
}

.diamond-col .donor-list li {
    font-size: 16px;
    font-weight: 500;
    padding: 16px;
    border-bottom: 1px solid #dddddd;
}

.gold-col {
    width: 50%;
    background-color: #ffffff;
}

.gold-col .heading {
    font-size: 20px;
    color: #ffffff;
    background: #b06b0e;
    padding: 20px 16px;
    text-align: left;
    font-weight: 600;
}

.gold-col .donor-list li {
    font-size: 16px;
    font-weight: 500;
    padding: 16px;
    border-bottom: 1px solid #dddddd;
}

.silver-main-col .heading {
    font-size: 20px;
    color: #ffffff;
    background: #aeafb1;
    padding: 20px 16px;
    text-align: left;
    font-weight: 600;
}

.silver-two-col {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.silver-col-one {
    width: 50%;
    background-color: #ffffff;
}

.silver-col-one .donor-list li {
    font-size: 16px;
    font-weight: 500;
    padding: 16px;
    border-bottom: 1px solid #dddddd;
}

.bronze-main-col .heading {
    font-size: 20px;
    color: #ffffff;
    background: #8d5f3d;
    padding: 20px 16px;
    text-align: left;
    font-weight: 600;
}

.bronze-two-col {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.bronze-col-one {
    width: 50%;
    background-color: #ffffff;
}

.bronze-col-one .donor-list li {
    font-size: 16px;
    font-weight: 500;
    padding: 16px;
    border-bottom: 1px solid #dddddd;
}

.other-donetion-col {
    background-color: #ffffff;
}

.other-donetion-col .heading {
    font-size: 20px;
    color: #ffffff;
    background: #0f0049;
    padding: 20px 16px;
    text-align: left;
    font-weight: 600;
}

.other-donetion-col .donor-list li {
    font-size: 16px;
    font-weight: 500;
    padding: 16px;
    border-bottom: 1px solid #dddddd;
}

.full-height {
    height: 100%;
}




.vertical-link {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none;
    z-index: 1;
    /* display: none; */
}

.vertical-button {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    padding: 20px 14px;
    background-color: #ef3f39;
    color: #ffffff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.membr:hover a {
    color: #ef3f39 !important;
}

.donor-table-view {
    max-height: 700px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.donor-table-view.expanded {
    max-height: none;
}

.toggleHeight {
    border-radius: 0px;
    color: #ffffff;
    background-color: #ef3f39;
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    margin-top: 24px;
    cursor: pointer;
}

.button-member {
    border-radius: 0px;
    color: #ffffff;
    background-color: #ef3f39;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
}

/* Flip Book Section */
.flipbook-section {
    padding: 50px 0;
}

.flip-book-area {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 aspect ratio (original Heyzine ratio) */
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid lightgray;
}

.fp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; /* remove border here to avoid double border effect */
    border-radius: 8px;
}
.flip-book-area {
    height: 100vh;
    padding-top: 0;
}

.fp-iframe {
    height: 100%;
}


.souvenir{
    background: radial-gradient(#ffbf00, transparent);
    padding: 50px 0px;
}

.souvenir h1{
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 40px;
}
.souvenir h6{
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 30px;
}

.souvenir p{
    margin-bottom: 0px;
    font-size: 18px;
}

.souvenir img{
    width: 85%;
}

.programTypes{
    padding: 80px 0px;
}

.programTypes .titleWrapper{
    margin-bottom: 40px;
}

.programTypes .titleWrapper .d-flex{
    align-items: center;
    margin-bottom: 20px;
    gap: 40px;
}

.programTypes .titleWrapper h5{
    margin-bottom: 0px;
    margin-top: 20px;
    font-weight: 300;
    font-size: 22px;
    color: #e04e08;
}

.programTypes .titleWrapper h6{
    font-weight: 400;
    font-size: 20px;
}

/* .programTypes .titleWrapper h6 b{
    color: #e04e08;
} */

.programTypes .titleWrapper h6 span{
    margin-left: 30px;
}

.programTypes .titleWrapper h2{
    font-size: 40px;
    font-weight: 600;
}

.programTypes .titleWrapper p{
    font-size: 25px;
    color: #e83d37;
}

.tableRow .singleRow{
    margin: 0px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 7px rgba(0, 0, 0, 0.05);
}

.tableRow .singleRow .col-md-12{
    border: 1px solid #ddd;
    padding: 10px;
}


.tableRow .singleRow .col-12{
    padding: 10px;
    border: 1px solid #ddd;
    border-top: 1px dashed #ddd;
}

.tableRow .singleRow .col-12 h6{
    font-size: 18px;
    color: black;
    font-weight: 500;
    margin-bottom: 0px;
    -webkit-text-fill-color: #000;
}

.tableRow .singleRow p{
    margin-bottom: 0px;
    font-weight: 300;
}

.tableRow .singleRow h6{
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
    background: linear-gradient(90deg, #ff5c0e -18.46%, #FFE100 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tableRow .singleRow li{
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    margin-top: 10px;
    font-weight: 300;
    font-size: 14px;
}

.programTypes .nav-pills .nav-link{
    color: black;
    border: 1px solid #000;
    margin-right: 20px;
}


.programTypes .nav-pills .nav-link.active{
    background: #ffbf00;
}

.event-time-schedule{
    padding: 100px 0px;
}
.header-program h4{
    background-color: #181300;
    color: #FFE100;
    font-size: 24px;
    font-weight: 700;
    padding: 20px;
}
.program-link-area{
    padding: 80px 0px;
    background-color: #ba966029;
}
.all-cols-here{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    /* flex-wrap: wrap; */
}
.col-of-section {
    flex: 1 1 calc(50% - 10px); /* 50% width minus gap */
  }
  
  .all-cols-here:has(.col-of-section:only-child) .col-of-section {
    flex: 1 1 100%;
  }
.qrCoder img{
    background-color: #f5f5f5;
    width: 250px;
}
.souvenir-col img{
    height: 150px;
    margin-bottom: 12px;
}
.qrCoder h4, .program-schudeler h4, .souvenir-col h4 {
    font-size: 20px;
    font-weight: 700;
    color: #252430;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.col-of-section{
    display: flex;
    /* justify-content: space-between; */
    gap: 24px;
    align-items: center;
}


@media (min-width: 768px) {
    .all-spons-comps {
        grid-template-columns: repeat(5, 1fr);
    }

    .business-head-heading h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {

    .programTypes .titleWrapper h6 span {
        margin-left: 0px;
        display: block;
        margin-top: 15px;
    }
    .souvenir img {
        width: 40%;
    }
    /* .all-spons-comps {
        grid-template-columns: repeat(2, 1fr);
    } */
    .all-spons-comps {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
     }
    .logo-comp img {
        height: 35px;
    }

    .business-head-heading h3 {
        font-size: 20px !important;
    }
    .souvenir h1{
        font-size: 35px;
        margin-top: 25px;
    }
    .programTypes .titleWrapper .d-flex {
        margin-bottom: 20px;
        gap: 10px;
        flex-direction: column;
        align-items: start;
    }
    .programTypes .titleWrapper h2 {
        font-size: 35px;
        font-weight: 600;
    }
    .programTypes .titleWrapper h6 {
        font-weight: 400;
        font-size: 18px;
    }
    
}