@import url("https://fonts.googleapis.com/css2?family=Staatliches&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Allerta+Stencil&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	height: 100vh;
	display: grid;
	font-family: "Staatliches", cursive;
	font-size: 14px;
	letter-spacing: 0.1em;
}

body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-image: radial-gradient(#320643, #140534);
}
.container {
	max-width: 500px;
	margin: 50px auto;
	padding: 20px;
	background: rgba(255,255,255,0.3);
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h2 {
	text-align: center;
	margin-bottom: 20px;
	color: goldenrod;
}
form {
	display: flex;
	flex-direction: column;
}
label {
	font-weight: bold;
	margin-bottom: 5px;
	color: #ffffff;
}
input[type="text"],
input[type="tel"] {
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 5px;
	border: none;
	background: rgba(203, 168, 255, 0.3);
	font-size: 16px;
}
input[type="submit"] {
	padding: 10px 20px;
	background-image: radial-gradient(#320643, #140534);
	letter-spacing: 3px;
	font-family: Poppins;
	font-weight: 600;
	color: gold;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}
input[type="submit"]:hover {
	background-image: radial-gradient(#140534,#320643);
	color: #ffffff;
}
#booking_details {
	width: 1000px;
	margin: 0 auto;
	padding: 10px;
}


.back-btn{
	margin-left: 45%; 
	font-family:Poppins; 
	font-size: 1.2rem; 
	color:white
}
.back-btn:hover{
	color: goldenrod;
}

.ticket {
	color: rgb(224, 224, 224);
    width: 100%;
	margin: auto;
	display: flex;
	background: linear-gradient(90deg,rgba(255,129,0,1) 0%, rgba(123,9,9,1) 35%,   rgba(38,0,0,1)100%);
	box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.ticket:hover{
	transition: all 0.5s;
	transform: scale(1.2);
	box-shadow: 0 0 10px rgba(255,255,255,0.3);
}

.logo{
    font-size: 2rem;
    padding-left: 10px;
    font-family: "Allerta Stencil", sans-serif;
    font-weight: 500;
    color: #e0c53d;
}
.left {
	display: flex;
}

.image {
	height: 250px;
	width: 500px;
}

.image img{
	width: 100%;
	height: 100%;
}

.admit-one {
	position: absolute;
	color: darkgray;
	height: 250px;
	padding: 0 10px;
	letter-spacing: 0.15em;
    font-size: 0.8rem;
	display: flex;
	text-align: center;
	justify-content: space-around;
	writing-mode: vertical-rl;
	transform: rotate(-180deg);
}

.admit-one span:nth-child(2) {
	color: white;
	font-weight: 700;
}

.left .ticket-number {
	height: 250px;
    width: 250px;
    padding: 5px;
    color: #fff;
    margin-top: -50px;
    position: absolute;
    margin-left: 5px;
}

.left .ticket-number a{
	text-decoration: none;
	color: #ffffff;
}
.left .ticket-number a:hover{
	color: gold;
}

.ticket-info {
	padding: 10px 0px;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: space-between;
	align-items: center;
}

.date {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 5px 0;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.date span {
	width: 100px;
}

.date span:first-child {
	text-align: left;
}

.date span:last-child {
	text-align: right;
}

.date .june-29 {
	color: #d83565;
	font-size: 20px;
    width: 100%;
    
}
.bk-id{
    color: #d83565;
    font-size: 18px;
    text-align: center;
    width: 100%;
}

.show-name {
	font-size: 1.5rem;
	font-family: "Allerta Stencil", sans-serif;
	color: #d83565;
}

.show-name h1 {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #e0c53d;
}

.time {
	padding: 10px 0;
	color: rgb(255, 255, 255);
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-weight: 700;
}

.time span {
	font-weight: 400;
	color: gray;
}

.left .time {
	font-size: 16px;
}


.location {
	display: flex;
    gap: 20px;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	padding-top: 8px;
	border-top: 1px solid gray;
}

.location .separator {
	font-size: 20px;
}

.right {
	width: 180px;
	border-left: 1px dashed #404040;
}

.right .admit-one {
	color: darkgray;
}

.right .admit-one span:nth-child(2) {
	color: gray;
}

.right .right-info-container {
	height: 250px;
	padding: 10px 10px 10px 38px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.right .show-name h1 {
	font-size: 18px;
    text-align: center;
}

.barcode {
	height: 100px;
}

.barcode img {
	height: 100%;
}

.right .ticket-number {
	color: gray;
}

.rsdul{
	margin: 50px auto;
	width: 50%;
	padding: 20px;
	border: 1px solid #000;
	background: rgba(255,255,255,0.3);
	border-radius: 5px;
}

.rsdul label{
	font-size: 16px;
}

.rsdul input[type="date"],input[type="time"]{
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 5px;
	border: none;
	font-size: 16px;
	background: rgba(203, 168, 255, 0.3);
}


/*****************************************Smaller Screen*************************************************************/


/* Media Query for smaller screens */
@media screen and (max-width: 768px) {
	html,body {
		height: 100vh;
		display: block;
		overflow-x: hidden;
	}
	.container {
		width: 90%;
		margin: 50px auto;
	}

	.ticket{
		display: none;
	}
	.rsdul{
		width: 100%;
	}
	#booking_details{
		width: 90%;
	}
	.back-btn{
		margin-left: 40%;
	}
}