/* @import url('https://fonts.googleapis.com/css2?family=Shantell+Sans:ital,wght@1,300;1,400&family=Titan+One&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Akaya+Kanadaka&display=swap');
ul{
	list-style: none;
}
.form-check label {
	font-size: 14px;
}
.select2-dropdown {
	color: #000 !important;
}
.select2-container .select2-selection--single {
	height: 44px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 44px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 44px !important;
}
.back-home-btn {
    font-size: 18px;
    font-weight: 700;
    z-index: 999;
    position: relative;
    bottom: 17px;
}
.back-home-btn img {
    width: 26px;
    margin-left: 15px;
}
.ssl-wrap {
	margin-top: 15px;
}
.privacy-item-wrap li {
	margin-bottom: 20px;
}

.heading-btn {
    background: #f9ac19;
    padding: 7px;
    border: 2px solid transparent;
    transition: 0.3s all ease-in-out;
    transform: scale(1.1);
    animation: jumping 3.5s linear infinite;
    margin: 0;
}
@keyframes jumping {
	0% {
		transform: scale(1);
	}
	25% {
	 transform: scale(1.1);
	}
	50% {
	 transform: scale(1);
	}
	75% {
	 transform: scale(1.1);
	}
	100% {
	 transform: scale(1);
	}
  }
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #021e27;
}
span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
.heading-btn .button__link {
	font-size: 30px;
	color: #fff;
}

.heading-btn:hover {
	background-color: #fff;
	border-color: #fff;
}

.heading-btn:hover .button__link {
	color: #f9ac19;
}

.heading-btn .button__link {
    font-size: 25px;
    color: #ffffff;
}
.form-info {
	margin-top: 5px;
	margin-left: 5px;
	display: none;
}
.event-item-wrap {
    padding-left: 0;
    list-style: none;
}
.event-item-wrap li {
    margin-bottom: 15px;
}
.event-item-wrap li:last-child{
    margin-bottom: 0px !important;
}
.event-item-wrap li span {
    font-size: 18px;
    margin-top: 2px;
    line-height: 30px;
    font-weight: 300;
}
.info_box {
    border: 1px dashed #a6a6a6;
    padding: 10px;
    border-radius: 7px;
    height: 100%;
}
.ticket_booking {
    background: #1b146447;
    padding: 30px;
    border-radius: 25px;
    box-shadow: 0px 0px 40px #cecece54;
    margin: 60px 0px;
}
.contacts_address {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.event-desc h4 {
	font-size: 20px;
	margin-bottom: 13px;
}
.event-desc p {
	line-height: 1.7;
}
.buy-ticket-select {
	height: 44px;
	font-size: 16px;
	border-radius: 4px;
}
.ticket-form-parent {
    position: relative;
    background: #1b1464;
    padding-top: 60px;
}
.form-submit-btn {
    padding: 7px !important;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0.3px;
}
footer {
    margin-top: auto;
}
.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.InputGroup {
 display: flex;
}
input[type="radio"] {
  visibility: hidden; /* 1 */
  height: 0; /* 2 */
  width: 0; /* 2 */
}

.InputGroup label {
  flex: auto;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  background-color: #ffffff;
  color: #000;
  padding: 10px 10px;
  border-radius: 6px;
  transition: color --transition-fast ease-out, 
              background-color --transition-fast ease-in;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
 margin-right: 8px;
}

label:last-of-type {
 margin-right: 0;
}

input[type="radio"]:checked + label {
    background-color: #f9ac19;
}
.form-check-label::selection {
    background: transparent;
}
.form-check-label::-moz-selection {
    background: transparent;
}
.form-check-label a::selection {
    background: transparent;
}
.form-check-label a::-moz-selection {
    background: transparent;
}
.site_logo {
    max-width: 200px;
    border-radius: 3px;
    height: 80px;
    object-fit: contain;
}
.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0px;
}
.bottom_bar {
    margin: 0;
    text-align: center;
    padding: 10px 20px 10px;
    font-size: 14px;
    background: #1b1464;
    border-top: 1px dashed #dddddd75;
}
.footer-link {
	color: #ffffff;
	font-size: 16px;
}
.footer-link:hover {
	color: #f9ac19;
}
.terms-page {
	padding-top: 60px;
	padding-bottom: 60px;
}
.privacy-page {
	padding-top: 60px;
	padding-bottom: 60px;
}
.slogan {
    display: flex;
    flex-direction: column;
    margin-top: 100px;
}
.slogan img {
    max-width: 500px;
}
.slogan p {
    font-size: 30px;
    text-shadow: 0px 10px 20px #010101;
    margin: 15px 0px 0px;
    font-weight: 700;
    background: #1b1464;
    padding: 10px 0px 15px;
    text-align: right;
}
p {
    line-height: 26px;
}
.terms-page .event-item-wrap h5 {
	margin-bottom: 15px !important;
}
.event-footer {
	margin-top: 35px;
}
.terms-item-wrap li {
    list-style: disc;
    margin-left: 19px;
    font-weight: 500;
    line-height: 26px;
	margin-bottom: 10px;
}
h1,h2,h3,h4,h5,h6{
	font-family: "Akaya Kanadaka", system-ui;
}
.terms-item-wrap h1, .privacy-item-wrap h1{
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 22px;
	font-family: "Akaya Kanadaka", system-ui;
}
.terms-item-wrap h6 {
	font-size: 17px;
	margin-bottom: 15px;
	margin-top: 20px;
}
/* Booking Confirm Page */
.book-confirm-page .heading {
	text-align: center;
	margin-bottom: 65px;
}
.book-confirm-page .heading h2 {
	font-size: 40px;
}
.book-confirm-page .heading img {
	width: 80px;
	margin-bottom: 20px;
}
.book-confirm-page .confirm-inner-row {
	align-items: center;
}
.book-confirm-page .booked-info {
	border: 1px solid #fff;
	padding: 20px;
}
.book-confirm-page .booked-info ul {
	list-style: none;
	padding-left: 0;
}
.book-confirm-page .booked-info ul li {
	margin-bottom: 15px;
}
.book-confirm-page .booked-info ul li h5 {
	font-size: 18px;
	margin-bottom: 5px;
}
.book-confirm-page .download {
	text-align: center;
	z-index: 9;
	position: relative;
}
.tickets__link.button {
    display: inline-block;
    max-width: 190px;
}
.about-page {
	height: 100vh;
}

/* Responsiv css */
@media (max-width:1544px) and (min-width:1200px){
	.page-header, .page-header__background {
		/* background-size: contain; */
	}
}

@media (max-width:1199px) and (min-width:768px){
	.ptb-60 {
	padding-top: 10px;
	padding-bottom: 30px;
	}
	.form-submit-btn {
	margin-bottom: 30px;
}
.heading-btn .button__link {
	font-size: 18px;
}
}

@media (max-width:767px){
	.header-flex {
		margin: 20px 0px;
	}
	.heading-btn .button__link {
	  font-size: 18px;
  }
  .heading-btn {
    padding: 5px !important;
}
.page-header {
    height: auto !important;
    padding: 0px 0px 60px;
}
.slogan p {
    font-size: 16px;
    margin: 10px 0px 0px;
    font-weight: 500;
    padding: 0;
    text-align: left;
}
.ticket-form-parent {
    padding-top: 20px;
}
.ticket_booking {
    background: transparent !important;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 30px 0px;
}
	.price_nowrap{
		display: block;
		white-space: nowrap;
	}
	.site_logo {
		width: 130px;
	}
	.ssl-wrap {
		text-align: left;
	}
	.heading-btn {
		bottom: 0px;
		top: auto !important;
	}
	.contacts_address {
		gap: 10px;
	}
.layout-dark__tracklist-screen .layout-dark__section-header {
	margin-bottom: 10px;
}
.ptb-60 {
	padding-top: 30px;
	padding-bottom: 25px;
}
#ui-datepicker-div {
    z-index: 33 !important;
    box-shadow: 0px 5px 15px #00101da6;
}
.InputGroup label {
	font-size: 14px;
}
.event-footer {
	margin-top: 10px;
}
.terms-page {
	padding-top: 45px;
	padding-bottom: 15px;
}
.book-confirm-page .download {
	margin-top: 40px;
}
.event-footer.text-right {
	text-align: left;
}
}
@media(max-width:360px){
	.page-header__background {
		background-image: url(../pics/mobile_banner.jpg) !important;
		background-size: contain;
	}
	.ptb-60 {
		padding-top: 22px;
	}
	.layout-dark__tracklist-screen .layout-dark__section-header {
		margin-bottom: 5px;
		font-size: 30px;
	}
	.layout-dark__tracklist-screen .layout-dark__section-header span {
		font-size: 30px;
	}
	.select2.select2-container.select2-container--default {
		width: 100% !important;
	}
	.g-5 {
		--bs-gutter-y: 2rem !important;
		--bs-gutter-x: 2rem !important;
	}
	.event-item-wrap li span {
		font-size: 16px;
	}
	ul{
		padding-left: 0;
	}
	.privacy-item-wrap li,.about-item-wrap p,.about-item-wrap li {
		font-size: 14px;
	}
	.book-confirm-page .heading h2 {
		font-size: 28px;
	}
	.book-confirm-page .heading img {
		width: 65px;
	}

}

/* Datepicker */
.date_area {
    position: relative;
}
.abs_cal_icon {
    position: absolute;
    color: #120a35;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.ui-widget.ui-widget-content {
    border: 0 !important;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    border: 0px !important;
    margin: 2px 0;
    padding: 0;
    height: 30px;
    width: 30px;
    line-height: 30px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #f9ac19;
    background: #f9ac19;
    font-weight: normal;
    color: #000;
}
.ui-datepicker .ui-datepicker-header {
    background: #120a35 !important;
}
.ui-widget-header .ui-icon {
    filter: brightness(111) !important;
}
.ui-widget-header .ui-state-hover, .ui-state-focus{
    border: 1px solid #f9ac19;
    background: #f9ac19;
}
/*  */
.input-group.flex-nowrap {
    display: flex !important;
}
.input-group-text {
    font-size: 16px;
    color: #212529;
    font-family: "Shantell Sans", cursive;
}
.form-control:focus {
    border-color: #f9ac19 !important;
}
.form-control {
    color: #000000 !important;
}
/*  */

*, *::before, *::after {
	box-sizing: border-box;
  }
  
  @-webkit-keyframes rotate {
	100% {
	  transform: rotate(1turn);
	}
  }
  
  @keyframes rotate {
	100% {
	  transform: rotate(1turn);
	}
  }
  .conic {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow: hidden;
    padding: 1rem;
}
.conic::before {
    content: "";
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: conic-gradient(transparent, #ffffff1f, transparent 30%);
    -webkit-animation: rotate 4s linear infinite;
    animation: rotate 4s linear infinite;
}
  .conic::after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 6px;
	top: 6px;
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	border-radius: 5px;
  }
  
  .conic-demo::after {
	-webkit-animation: opacityChange 5s infinite linear;
			animation: opacityChange 5s infinite linear;
  }
  
  @-webkit-keyframes opacityChange {
	50% {
	  opacity: 0.5;
	}
	100% {
	  opacity: 1;
	}
  }
  
  @keyframes opacityChange {
	50% {
	  opacity: 0.5;
	}
	100% {
	  opacity: 1;
	}
  }
  .event-item-wrap h5 {
	min-width: 120px !important;
  }
  .page-header {
    height: 600px;
    background: url('../img/lg_screen.jpg') no-repeat;
    width: 100%;
    background-size: cover;
    background-position: bottom center;
}
  .brand-section-wrap {
    padding: 60px 0px;
}
.brand-thumb{
    background: #ffffff;
    height: 100%;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}
