body {
	background-color: #251808;
	color: #fff;
	font-family: 'Mona Sans Light';
}

.padding_120{
	padding-top: 120px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Mona Sans Bold';
}

button, label {
	font-family: 'Mona Sans Regular' !important;
}

.top_bar {
	background: url('../images/home_bg.png') no-repeat center;
	background-size: cover;
}

.padding_bottom_80 {
	padding-bottom:80px;
}

.hero {
	min-height: 90vh;
	display: flex;
	align-items: center;
	padding-top:100px;
}

.navbar-dark {
	background-color: #000000 !important;
}

.highlight {
	color: #f5a623;
	font-weight: bold;
}

.btn-custom {
	background: #f5a623;
	color: #000;
	border-radius: 10px;
	padding: 10px 20px;
	font-weight: 500;
}

.btn-custom:hover {
	background: #ffb84d;
}

.nav-link {
	color: #fff !important;
	margin-left: 35px;
}

.nav-link:hover {
	color: #f5a623 !important;
}

.hero-img {
	border-radius: 20px;
	width: 100%;
}

.logo {
	font-weight: bold;
	color: #f5a623;
}

/* About Section */
.about-section {
	background: linear-gradient(90deg, #000000, #1a0d00);
}

.about-img-wrapper {
	position: relative;
	display: inline-block;
}

.about-img {
	border-radius: 25px;
	max-width: 100%;
	position: relative;
	z-index: 2;
}

/* Yellow border effect */
.about-img-wrapper::after {
    content: "";
    position: absolute;
    bottom: -11px;
    right: 50px;
    width: 56%;
    height: 99%;
    border: 4px solid #f5a623;
    border-radius: 25px;
    z-index: 1;
}

.badge-custom {
	border: 1px solid #f5a623;
	color: #fff;
	padding: 5px 15px;
	border-radius: 8px;
	display: inline-block;
}

.quote-text {
	color: #f5a623;
	font-size: 24px;
	font-style: italic;
	margin-top: 20px;
}

/* Feature */
.texture_bg {
	background: url('../images/background.png') no-repeat center;
	background-size: cover;
}

.title-line {
	width: 6px;
	height: 30px;
	background: #f5a623;
	border-radius: 5px;
}

.event-card {
	background: #140a00;
	border-radius: 20px;
	overflow: hidden;
	color: #fff;
	transition: 0.3s;
	border: 1px solid rgba(245, 166, 35, 0.2);
}

.event-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 40px rgba(245, 166, 35, 0.2);
}

.event-card img {
	height: 220px;
	object-fit: cover;
}

.event-card .card-body {
	padding: 20px;
}

.event-card h5 {
	margin-bottom: 5px;
}

.date {
	font-size: 13px;
	color: #bbb;
	margin-bottom: 5px;
}

.location {
	font-size: 14px;
	margin-bottom: 15px;
}

.btn-event {
	background: #f5a623;
	color: #000;
	border-radius: 10px;
	font-weight: 600;
}

.btn-event:hover {
	background: #ffb84d;
}

.share-icon {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	opacity: 0.8;
	transition: 0.3s;
}

.share-icon:hover {
	color: #f5a623;
	transform: scale(1.2);
}

.title-line {
	width: 6px;
	height: 30px;
	background: #f5a623;
	border-radius: 5px;
}

.date-circle {
	min-width: 80px;
	height: 80px;
	border: 2px solid #f5a623;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
}

.date-circle h4 {
	margin: 0;
}

.date-circle span {
	font-size: 12px;
}

/* Event details */
.event-details h5 {
	margin-bottom: 5px;
}

.event-details p {
	color: #ccc;
	font-size: 14px;
}

.btn-event {
	background: #f5a623;
	color: #000;
	padding: 6px 20px;
	font-weight: 500;
}

.divider {
	border-color: rgba(255, 255, 255);
}

.event-image-wrapper {
	position: relative;
	display: inline-block;
}

.event-img {
	border-radius: 25px;
	max-width: 100%;
	z-index: 2;
	position: relative;
}



/* Youtube Video Section */
.section {
    text-align: center;
    padding: 60px 20px;
}

.section h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 40px;
}

.section h2 span {
    color: #f5a623;
}

.video-container {
    position: relative;
    max-width: 900px;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
}

.video-container img {
    width: 100%;
    display: block;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 51%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: #c58b1b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.play-btn:after {
    content: '';
    border-left: 20px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 5px;
}

.video-container iframe {
    display: none;
    width: 100%;
    height: 500px;
    border: none;
}

/* Bhajan Section */
.bhajan-section {
	background: linear-gradient(90deg, #2a1200, #000);
}

.custom-list {
	list-style: none;
	padding-left: 0;
}

.custom-list>li {
	margin-bottom: 15px;
}

.custom-list ul {
	margin-top: 5px;
	padding-left: 20px;
}

.custom-list ul li {
	color: #ccc;
}

.connect-section {
	position: relative;
	background: linear-gradient(90deg, #2a1200, #000);
	overflow: hidden;
}

.connect-section::after {
	content: "";
	position: absolute;
	right: -100px;
	top: 0;
	width: 500px;
	height: 100%;
	background: url('../images/texture.png') no-repeat center;
	background-size: cover;
	opacity: 0.3;
}

.title-line {
	width: 6px;
	height: 30px;
	background: #f5a623;
	border-radius: 5px;
}

.social-card {
    width: 140px;
}

.mobile-video {
    width: 100%;
    aspect-ratio: 9 / 16; 
    border-radius: 8px;
    overflow: hidden;
    background: #000;
}

.mobile-video iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.btn-follow {
	border: 1px solid #f5a623;
	color: #fff;
	border-radius: 8px;
	padding: 5px 10px;
}

.btn-follow i{
	color: #f5a623;
	padding-right: 10px;
}

.btn-follow:hover {
	background: #f5a623;
	color: #fff;
}


.video-wrapper {
    display: inline-block;
    padding: 6px;
    border-radius: 40px;
    background: linear-gradient(135deg, #f5a623, #fff);
}

.video-bg-none {
	background: none !important;
}


.mobile-frame {
    width: 260px;    
    height: 450px;   
    border-radius: 35px;
    overflow: hidden;
    background: #000;
    border: 6px solid #000;
    position: relative;
}

.mobile-frame::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 12px;
    background: #111;
    border-radius: 10px;
    z-index: 2;
}

.mobile-frame iframe {
    width: 100%;
    height: 100%;
    border: none;
    object-fit: cover;
}

.connect-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    padding: 18px 40px;
    border-radius: 28px;
    background: linear-gradient(90deg, #1a1a1a, #2b2b2b);
    max-width: 100%;
    margin: auto;
}

.social-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: 0.3s;
}

.social-item i {
    font-size: 28px;
}

.social-item:nth-child(1) i { color: #1877f2; } /* Facebook */
.social-item:nth-child(2) i { color: #e1306c; } /* Instagram */
.social-item:nth-child(3) i { color: #ff0000; } /* YouTube */


.social-item:hover {
    transform: translateY(-3px);
    opacity: 0.8;
}

/* Artist Section */
.artists-section {
	background: url('../images/testimonial-bg.png') center center;
	background-size: cover;
}

.subtitle {
	color: #ddd;
	font-size: 20px;
}

.artist-card {
	background: rgba(120, 60, 0, 0.35);
	border: 1px solid rgba(245, 166, 35, 0.4);
	border-radius: 16px;
	padding: 20px;
	color: #fff;
	backdrop-filter: blur(5px);
}

.artist-card p {
	color: #ddd;
	line-height: 1.6;
}

.artist-img {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	object-fit: cover;
}

.rating {
	color: #f5a623;
	font-size: 13px;
}

.rating span {
	color: #fff;
	margin-left: 5px;
}

.nav-btn {
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background: transparent;
	color: #fff;
	border-radius: 50%;
	transition: 0.3s;
}

.nav-btn:hover {
	background: #f5a623;
	color: #000;
	border-color: #f5a623;
}

.team-section {
    background: rgb(33 29 26);
}

.title-line {
    width: 6px;
    height: 30px;
    background: #f5a623;
    border-radius: 5px;
}

/* Team Card */
.team-card {
    text-align: center;
}

.team-img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #f5a623;
    margin-bottom: 10px;
    transition: 0.3s;
}

.team-card:hover .team-img {
    transform: scale(1.1);
    box-shadow: 0 10px 25px rgba(245,166,35,0.4);
}

.team-card h6 {
    color: #fff;
    margin-bottom: 2px;
}

.team-card p {
    color: #ccc;
    font-size: 13px;
}

.booking-section {
    background: rgb(58 33 7);
}

.title-line {
    width: 6px;
    height: 30px;
    background: #f5a623;
    border-radius: 5px;
}

.booking-img img {
    border-radius: 20px;
    width: 100%;
    max-width: 500px;
}

.custom-input {
    background: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 14px;
}

.custom-input:focus {
    box-shadow: none;
    border: 1px solid #f5a623;
}

.btn-submit {
    background: #f5a623;
    color: #000;
    border-radius: 12px;
    padding: 12px;
    font-weight: 600;
}

.btn-submit:hover {
    background: #ffb84d;
}

/* Footer Section */
.footer-section {
    background: #000;
    color: #fff;
}

.footer-title {
    display: flex;
    align-items: center;
    min-height: 82px;
}

.footer-title span {
    width: 5px;
    height: 25px;
    background: #f5a623;
    margin-right: 10px;
    border-radius: 3px;
}

.footer-title h5 {
    margin: 0;
    font-size: 18px;
}

.footer-text {
    font-size: 14px;
    color: #ccc;
    line-height: 1.6;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    text-decoration: none;
    color: #ccc;
    font-size: 14px;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #f5a623;
    padding-left: 5px;
}

.social-icons a {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #f5a623;
    transform: scale(1.2);
}

.footer-section hr {
    border-color: rgba(255,255,255,0.2);
}



/* Envent Page */

.event_tagline {
	font-size:20px;
	font-family: 'Mona Sans Light';
}

.stat-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  border: 1px solid rgba(255,255,255,0.1);
  transition: 0.3s;
}

.stat-card:hover {
  transform: translateY(-5px);
}

.stat-card h2 {
  font-weight: 700;
}

.stat-card p {
  font-size: 12px;
  letter-spacing: 1px;
  color: #ccc;
}

.icon {
  font-size: 22px;
  color: #fff;
}

.event-content label{
	font-size:24px;
}

.event-img img {
  width: 250px;
  object-fit: cover;
  border-radius: 12px;
}


/* Gallery */

.symphony-section {
    background: linear-gradient(90deg, #2a1200, #000);
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

.subtitle {
    margin: 15px auto 50px;
    color: #ccc;
}

.image-layout {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.side {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.img {
    border-radius: 25px;
    object-fit: cover;
    box-shadow: 0 0 25px rgba(245,166,35,0.25);
}

.img.small {
    width: 180px;
    height: 220px;
}

.img.main {
    width: 320px;
    height: 500px;
}

/* Slight offset effect */
.left {
    margin-top: 40px;
}

.right {
    margin-top: 40px;
}

@media (max-width: 768px) {
    .image-layout {
        flex-direction: column;
    }

    .side {
        flex-direction: row;
    }

    .img.small {
        width: 45%;
        height: 180px;
    }

    .img.main {
        width: 80%;
        height: auto;
    }
}

/* Contact */
.contact-tag {
    border-bottom: 3px solid #f5a623;
    display: inline-block;
    padding-bottom: 5px;
}

.contact-title {
    color: #f5a623;
    font-size: 38px;
    font-weight: 700;
    margin: 20px 0;
}

.contact-desc {
    color: #ccc;
    font-size: 14px;
    max-width: 500px;
}

.contact-info {
    margin-top: 30px;
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.icon-box {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    background: rgba(255,165,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #f5a623;
    font-size: 22px;
}

.info-item small {
    color: #aaa;
}

.info-item p {
    margin: 0;
    font-weight: 500;
}

.form-card {
    background: rgba(255, 165, 0, 0.08);
    border: 1px solid rgba(245,166,35,0.3);
    border-radius: 20px;
    padding: 30px;
    backdrop-filter: blur(10px);
}

.form-title {
    color: #fff;
    margin-bottom: 20px;
}

.custom-input {
    margin-bottom: 15px;
    border-radius: 10px;
    border: none;
    padding: 12px;
}

.submit-btn {
    background: #f5a623;
    color: #000;
    border-radius: 10px;
    padding: 12px;
    font-weight: 600;
}

.submit-btn:hover {
    background: #ffb84d;
}

@media (max-width: 768px) {
    .contact-title {
        font-size: 28px;
    }
}


/* Heading gradient */
.gradient-text {
    background: linear-gradient(90deg, #f5a623, #ff4ecd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Accordion Card */
.custom-accordion {
    background: linear-gradient(90deg, #3a1d00, #1a0d00);
    border: none;
    border-radius: 15px;
    margin-bottom: 20px;
    overflow: hidden;
}

/* Button */
.accordion-button {
    background: transparent;
    color: #fff;
    font-weight: 500;
    border: none;
    box-shadow: none;
}

/* Remove default arrow */
.accordion-button::after {
    display: none;
}

.accordion-button::after {
    background-image: none !important;
    content: "+";
    font-size: 18px;
    font-weight: bold;
    color: #fff;

    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #000;

    display: flex;
    align-items: center;
    justify-content: center;
	margin-left: 10px;
}

.accordion-button:not(.collapsed)::after {
    content: "-";
    background: #f5a623;
    color: #000;
}

.accordion-body {
    color: #ccc;
    font-size: 14px;
    padding: 20px;
}


.about_video iframe{
	width:100%;
	height:300;
	border:solid 5px #ccc;
	border-radius:30px;
}