
 *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto Serif', serif;
}

html,body{
    overflow-x: hidden;
}
 .home_section{
    width: 100%;
    background:#fff;
    z-index: 1;
}

.home_section:before{
    content:'';
    position:absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background: #000000c2;
    z-index: -1;
}

.sub_heading{
    transform: translateY(-70px);
    position: absolute;
    z-index: 1000000;
    letter-spacing: 2px;
}

.total_amount_box{
    background: #3aaf9f;
    color: white;
    padding: 7px 10px;
    font-size: 16px;
    width: 195px;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 4px;
}

.paragraph{
    position: relative;
    z-index: 1000000;
    transform: translateY(147px);
    font-weight:200;
    letter-spacing: 3px;
    font-size: 19px;
}
.ticket_img{
    width: 340px !important;
}

.ticket_type_btn{
    padding:5px 20px;
    background: #3aaf9f;
    color:white;
    border-radius:4px;
    font-size:15px;
    border: none;
    display: flex;
    gap: 5px;
}
.paragraph:before{
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    top: 12px;
    left: -55px;
    background: #c78665;
}
.paragraph:after{
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    background:#c78665;
    top: 12px;
    right: -50px;
}
#all_icons{
    width: 25px;
    height: 25px;
    background: #ffffff;
    border-radius: 2px;
    font-size: 15px;
    color: black !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.decmber{
    position: absolute;
    z-index: 1000000;
    transform: translateY(200px);
    font-size: 25px;
    font-weight: 700;
}
.book_btn{
    position: absolute;
    z-index: 1000000;
    padding: 10px 25px;
    background: white !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none;
    top: 560px;
    transform: translateX(1px);
}
.book_btn_2{
    padding: 10px 25px;
    background: white;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.home_page{
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.6;
}
.about_section{
    width: 100%;
    padding-bottom: 50px;
    background: black;
}
.image_box{
    width: 100%;
    background:none;
    border-radius: 20px;
}
.img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}
.clkbtn{
    padding: 10px 20px;
    border: none;
    background: #3aaf9f;
    margin: auto;
    display: flex;
    border-radius: 5px;
    color: white;
    font-size: 18px;
    font-weight: 600;
}
.ticket_heading{
    font-size: 57px;
}

.input_box{
    width: 100%;
    padding-bottom:30px;
    background: white;
    border-radius: 20px;
}
.input_box_2{
    padding-bottom:30px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    backdrop-filter: blur(45px);
    border: 1px solid #000000a1;
    width: 520px;
}
.line{
    width: 100%;
    height: 7px;
    background:#EDEDED;
    border-radius: 10px;
    position: relative;
}
.line:before{
    content: '';
    color: white;
    position: absolute;
    width: 50%;
    height: 100%;
    background: #ec2f5a;
    border-radius: 7px;
}
.payment_image{
    width: 80%;
    object-fit: cover;
    margin: auto;
    display: flex;
} 
#profile{
    padding: 10px 5px;
    border: 1px solid black;
    margin: auto;
    display: flex;
    margin-top: 20px;
}
.input_form{
    width: 100%;
    background: #80808030;
    margin: 15px 0px;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
}
.input{
    background: none;
    border: none;
    outline: none;
    font-size: 18px;
    padding: 0px 7px;
}
.register{
    color: #3aaf9f;
    font-weight: 700;
}
.option_text{
    color: grey !important; 
}
.next_btn{
    padding: 8px 30px;
    border: none;
    background: #3aaf9f;
    border-radius: 3px;
    color: white;
    font-size: 17px;
    font-weight: 600;
    transition: 0.5s;
}
.select_box{
    background: none;
    border: none;
    width: 95%;
}


.third_section{
    width: 100%;
    padding-bottom: 50px;
    background:white;
    
}
.paragraph_1{
    color: #80808094;
    font-size: 19px;
}
.event_box{
    width: 100%;
    padding-bottom: 30px;
}
.icon_box_1{
    width: 50px;
    height: 50px;
    background: #c7866540;
    border-radius: 50%;
}
.music_img{
    width: 30px;
    object-fit: cover;
}

.were_box{
    width: 100%;
    padding-bottom: 40px;
    background: black;
}
.were_box_1{
    width: 100%;
    padding-bottom: 40px;
    background: #80808038;
}
#date_icon_1{
    color: #c78665;
}
iframe{
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin-top: 20px;
}




.slider-container {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	height: 100vh;
	width: 100vw;
}

.slider-container h1 {
	color: #fff;
	font-size: 95px;
	letter-spacing: 5px;
	position: absolute;
    transform: translateY(30px);
	z-index: 1000000 !important;
	text-align: center;
    font-family: 'Kolker Brush', cursive;
}


.slider-container::after {
	background-color: #000;
	content: '';
	position: absolute;
	opacity: 0.3;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.slide {
	top: 0;
	left: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	transform: scale(1.15);
	transition: opacity .6s ease;
}

.slide.active {
	animation: grow 4s linear forwards;
	opacity: 1;
}

@keyframes grow {
	0%, 20% {
		transform: scale(1);
	}
	
	75%, 100% {
		transform: scale(1.15);
	}
}

.top_logo{
    width: 140px;
    position: absolute;
    z-index: 1;
    top: 30px;
}
.Celebration{
    position: absolute;
    z-index: 1;
    font-size: 20px;
    color: white;
    transform: translate(0px, 220px);
}

.controls-container {
	position: absolute;
	top: 50%;
	right: 10px;
	display: flex;
	flex-direction: column;
	transform: translateY(-50%);
	z-index: 2;
}

.control {
	background-color: #fff;
	cursor: pointer;
	opacity: 0.5;
	margin: 6px;
	height: 40px;
	width: 5px;
	transition: opacity 0.3s, background-color 0.3s, transform 0.3s;
}
select { 
    outline:none;
}
.scan_image{
    width: 80%;
    object-fit: cover;
    margin: auto;
    display:none;
 }
 .paytm_img{
    width: 80%;
    object-fit: cover;
    margin: auto;
    display:none;
 }

.control.active, .control:hover {
	background-color: #fff;
	opacity: 1;
	transform: scale(1.2);
}

@media(max-width:767px){
    .arambh{
        font-size: 48px !important;
        transform: translateY(-51px) !important;
    }
    .sub_heading {
        transform: translateY(-104px);
        font-size:25px;
    }
    .paragraph{
        transform: translateY(16px) !important;
    }
    .decmber{
        transform: translateY(73px) !important;
        font-size: 30px;
    }
    .number_image_box{
        gap:10px !important;
    }
    
    .number_para{
        margin-bottom:0px;
    }
    .container{
        padding-right:10px !important;
        padding-left:10px !important;
    }
    
    .input_box{
        margin-top:-50px !important;
    }
    
    #profile{
        width:100% !important;
    }
    
    .type_heading{
        font-size: 16px !important;
    }
    
    .ticket_type_btn{
        padding:5px 8px !important;
    }
    
    .input_box_2{
        width:350px !important;
    }
    
    .book_btn{
        position: absolute;
        top: 540px !important;
    }

    .direction_box{
        display: flex !important;
       flex-direction: column-reverse !important;
    }
    .direction_end{
         display: flex !important;
       flex-direction: column-reverse !important;
    }
    
}
@media(max-width:539px){
    .book_btn {
        position: absolute;
        top: 470px;
    }
  .scan_image{
    display:block !important;
 }
 .payment_image{
     display:none !important;
 }
 
 .paytm_img{
     display:block !important;
 }
 .Celebration {
     transform: translate(0px, 132px) !important;
     font-size: 18px;
 }

 .slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    height: 90vh !important;
    width: 100vw;
}

.top_logo {
    width: 100px !important;
    position: absolute;
    z-index: 1;
    top: 50px;
}
.controls-container {
   display:none !important;
    
}

}

@media(max-width:320px){
    .book_btn{
        position: absolute;
        top: 440px !important;
    }
    .slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    height: 90vh !important;
    width: 100vw;
}
}