/* styles.css */
body {
    font-family: 'Segoe UI', system-ui, sans-serif;
    margin: 0;
    line-height: 1.6;
}

.main-header {
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 1rem 0;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
}

.brand-logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #e6ebf0;
}

.event-hero {
    text-align: center;
    padding: 4rem 2rem;
    background: #f8f9fa;
}

.ticket-section {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 2rem;
}

.ticket-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.ticket-card {
    background: white;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.select-button {
    background: #3498db;
    color: white;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    font-size: 1rem;
}

/* anik */
/* .banner{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
} */
ul.navbar-nav{
    margin: 0 20px 20px;
}
ul.navbar-nav li{
    padding: 0px 20px;
}
.navbar-nav > li > a {
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    padding: 5px 0;
    color: #fff;
}
.navbar-nav > li > a.active {
    background: #870815; 
    color: #fff !important; 
    border-radius: 0.375rem; 
      
}
.banner img{
    /* width: 100%; */
    height: 700px;
    background-size: cover;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black */
  border-radius: 10px;                 /* rounded rectangle */
  padding: 20px 25px;                  /* vertical and horizontal padding */
  width: 40px;                         /* increase size */
  height: 40px;
  background-size: 20px 20px;          /* scale the icon itself */
}
.primary-bg{
    background: #dc353b;
    fill: #dc353b;
}
.secondary-bg{
    background-color: #3d3f53;
    color: #fff;
}
.hz-flex {
    display: flex;
}
.p-50{
    padding: 50px;
}
.f-white {
    color: #fff;
}
.uline {
    text-decoration: underline;
}
.p_lg{
    font-weight: 300;
    font-size: 36px;
    line-height: 50px;
    margin: 0px;
}
.timer h4{
    line-height: 50px;
    margin-bottom: 30px;
}
.countdown-amount {
	font-size: 36px;
	font-weight: 300;
	/* line-height: 50; */
	border: 1px solid #bab0b0;
	color: #ffffff;
	display: inline-block;
	/* height: 112px; */
	list-style: outside none none;
	margin: 0 6px;
	padding-bottom: 18px;
	padding-top: 20px;
	position: relative;
	width: 112px;
}
.countdown-period {
	display: block;
	font-size: 18px;
	line-height: 1;
	margin-top: 10px;
	text-align: center;
}
.footer-bg{
    background-color: #1c1d2be8;
}
footer{
    color: #fff;
}
ul.social_url{
    text-align: center;
}
ul.social_url li{
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
}
.sec-padding {
    padding: 70px 0px;
}
#schedule .nav-pills button{
    background: #e8e0e0 none repeat scroll 0 0;
    border: 0 none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 0;
    margin-bottom: 40px;
    font-size: 20px;
    padding: 14px 55px;
    font-weight: 300;
    color: #000;
}
#schedule .nav-pills button.active {
    background: #dc353b;
    color: #fff;
}
.tab-content{
    background: #dc353b;
    fill: #dc353b;
    padding: 40px;
    color: #ffffff;
    width: 69%;
}
.schedule_section{
    border-bottom: 1px solid #212121;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 0 0 15px;
}
.p-40{
    padding: 40px;
}
.fa{
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
}
@media (max-width: 767px) {
    .timer, .vc_col {
        display: block;
    }
}

@media (max-width: 767px) {
    .navbar-toggler {
        color: #fff;
    }
}
.section-padding {
    padding: 100px 0px;
}
.section-header{
    margin-bottom: 60px;
}
