@charset "utf-8";
/* CSS Document */

	@font-face {
    font-family: 'otomanopee_oneregular';
    src: url("Fonts/OtomanopeeOne-Regular.ttf") format('woff2');
    font-weight: normal;
    font-style: normal;

	}

body {
	background-color:  white;
	margin: 0;
  	padding: 0;
  	overflow: hidden;
}

/*sidepanel*/

.sidePanel {
	position: absolute;
	display: none;
	background-color: #484A2C;
	width: 300px;
	height: 100vh;
	top: 0px;
	left:0px;
	z-index:100;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
}

.topleftsidepanel {
	width: 200px;
}

.usersidepanel {
	padding-left: 20px;
	width: 280px;
}

.aboutussidepanel {
	width: 147px;
	
}

.contactsidepanel {
	width: 134px;
	margin-top: 20px;
}

.faqsidepanel {
	width: 93px;
	margin-top: 20px;
}

.settingssidepanel {
	width: 140px;
	margin-top: 20px;
}

.ticketsidepanel {
	width: 127px;
	margin-top: 20px;
}

.signoutsidepanel {
	width: 140px;
	margin-top: 120px;
}

.bottomsidepanel {
	width: 275px;
	padding-top: 35px;
}

.no-bullet {
    list-style-type: none;
  }

ul {
	margin-top: 30px;
}

.hamburgermenuicon {
	top: 60px;
	left: 50px;
	position: absolute;
	transform: translate(-50%, -50%);
	width: 30px;
}

#searchicon {
	top: 60px;
	right: 10px;
	position: absolute;
	transform: translate(-50%, -50%);
	width: 40px;
}

#homebgrectangle {
	margin-top: 220px;
	width: 390px;
	height: 624px;
	overflow-y: hidden;
}



/*title*/
.toptext {
	position: absolute;
	transform: translate(62%, -50%);
	font-family: 'Noto Sans';
	font-weight: 700;
	color: #A35E25;
	top: 60px;
	align-items: center;
  	
}

.title {
	position: absolute;
	transform: translate(30%, 55%);
	font-family: 'Noto Sans';
	font-weight: 700;
	color: #122E26;
	top: 110px;
	align-items: center;
	line-height: 1.5;
  	
}

#leopard {
	position: absolute;
	transform: translate(110%, 20%);
	top: 80px;
	width: 165px;
}



/*section1*/
#section1 {
	animation: fade-in 1s ease-in-out forwards;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#yourpurchases {
	position: absolute;
	top: 257px;
	left: 22px;
	right: 19px;
	width: 350px;
}

#iconX {
	position: absolute;
	top: 34%;
	left: 12%;
}


.btn-primarypay {
	position: absolute;
  	top: 80%;
  	left: 72%;
	width: 120px;
 	transform: translate(-50%, -50%);
  	padding: 5px 5px 5px 5px;
	border-radius: 50px;
	font-family: 'Signika Negative';
	font-weight: medium;
	font-size: 18px;
	background-color: #64888E;
	color: #FAF7ED;
}

.btn-primarypay:active {
	position: absolute;
  	top: 80%;
  	left: 72%;
	width: 120px;
 	transform: translate(-50%, -50%);
  	padding: 5px 5px 5px 5px;
	border-radius: 50px;
	font-family: 'Signika Negative';
	font-weight: medium;
	font-size: 18px;
	background-color: #FAF7ED;
	color: #64888E;
}

.section {
  	opacity: 1;
  	transition: opacity 0.5s ease;
}

.section.fade-out {
  	opacity: 0;
  	pointer-events: none;
}

.section.fade-in {
  	opacity: 1;
  	pointer-events: auto;
}

.hidden {
  	display: none;
}

.section.hidden {
  	display: none;
}



/*section2*/
#section2 {
	animation: fade-in 1s ease-in-out forwards;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#paymentmethod {
	position: absolute;
	top: 257px;
	left: 22px;
	right: 19px;
	width: 350px;
}

#iconX2 {
	position: absolute;
	top: 33.5%;
	left: 12%;
}

#otherpaymentmethod {
	position: absolute;
	top: 440px;
	left: 40px;
	width: 306px;
}

.btn-primarycard {
	position: absolute;
  	top: 400px;
	left: 40px;
	width: 306px;
 	transform: translate(0%, -50%);
  	padding: 12px 5px 11px 5px;
	border-radius: 50px;
	font-family: 'Signika Negative';
	font-size: 15px;
	background-color: #314855;
	color: #FAF7ED;
}

.btn-primarycard:active {
	position: absolute;
  	top: 400px;
	left: 40px;
	width: 306px;
 	transform: translate(0%, -50%);
  	padding: 12px 5px 11px 5px;
	border-radius: 50px;
	font-family: 'Signika Negative';
	font-size: 15px;
	background-color: #FAF7ED;
	color: #314855;
}


.button-text {
  	display: inline-block;
  	text-align: left;
	padding-right: 145px;
}


/*section3*/
#section3 {
	animation: fade-in 1s ease-in-out forwards;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


#cardtype {
	position: absolute;
	top: 257px;
	left: 23px;
	width: 350px;
}

#iconX3 {
	position: absolute;
	top: 33.5%;
	left: 12%;
}


#checkbox1 {
	border-color: #484A2C;
	position: absolute;
	top: 450px;
	left: 107px;
	background-color: white;
}

#checkbox2 {
	border-color: #484A2C;
	position: absolute;
	top: 450px;
	left: 257px;
	background-color: white;
}

.checkbox-list {
  	list-style-type: none;
  	padding: 0;
}

.checkbox-list li {
    margin-bottom: 10px;
	
}

.checkbox-list input[type="checkbox"] {
	width: 26px;
	height: 26px;
    border: 1.5px solid #484A2C;
    border-radius: 20%; 
    cursor: pointer;
}

.custom-checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    cursor: pointer;
}

.custom-checkbox:checked {
    background-color: #ffffff;
    border-color: #484A2C;
}

.custom-checkbox:checked::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 7px;
    width: 9px;
    height: 15px;
    border-style: solid;
    border-width: 0 3px 3px 0;
    border-color: #484A2C;
    transform: rotate(45deg);
}



/*section4*/
#section4 {
	animation: fade-in 1s ease-in-out forwards;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }

}

#carddetails {
	position: absolute;
	top: 257px;
	left: 22px;
	right: 19px;
	width: 350px;
}

#iconX4 {
	position: absolute;
	top: 33.5%;
	left: 12%;
}

.input-group-text {
	background-color: #ffffff;
	border-radius: 50px;
	font-family: 'Signika Negative';
	font-weight: bold;
	padding: 2px;
	margin-right: 5px;
	display: flex;
  	align-items: center;
	justify-content: space-between;
}


.form-group1 {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 46%;
  	left: 51%;
	padding: 5px 5px 5px 5px;
	justify-content: center;
	display: flex;
  	align-items: center;
}

#input1 {
	background-color: #ffffff;
	border-radius: 50px;
	opacity: 100%;
	width: 285px;
	border: none;
}


.form-group2 {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 58.5%;
  	left: 34%;
	padding: 5px 5px 5px 5px;
	justify-content: center;
	display: flex;
  	align-items: center;
}

#input2 {
	background-color: #ffffff;
	border-radius: 50px;
	opacity: 100%;
	width: 155px;
	border: none;
}

.form-group3 {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 58.5%;
  	left: 75%;
	padding: 5px 5px 5px 5px;
	justify-content: center;
	display: flex;
  	align-items: center;
}

#input3 {
	background-color: #ffffff;
	border-radius: 50px;
	opacity: 100%;
	width: 95px;
	border: none;
}

.form-group4 {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 71%;
  	left: 51%;
	padding: 5px 5px 5px 5px;
	justify-content: center;
	display: flex;
  	align-items: center;
}

#input4 {
	background-color: #ffffff;
	border-radius: 50px;
	opacity: 100%;
	width: 285px;
	border: none;
}


.btn-primaryconfirm {
	position: absolute;
  	top: 79%;
  	left: 70.5%;
	width: 136px;
 	transform: translate(-50%, -50%);
  	padding: 7px 5px 6px 5px;
	border-radius: 50px;
	font-family: 'Signika Negative';
	font-weight: medium;
	font-size: 18px;
	background-color: #314855;
	color: #FAF7ED;
}

.btn-primaryconfirm:active {
	position: absolute;
  	top: 79%;
  	left: 70.5%;
	width: 136px;
 	transform: translate(-50%, -50%);
  	padding: 7px 5px 6px 5px;
	border-radius: 50px;
	font-family: 'Signika Negative';
	font-weight: medium;
	font-size: 18px;
	background-color: #FAF7ED;
	color: #314855; 
}

/*section5*/
#section5 {
	animation: fade-in 1s ease-in-out forwards;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



#ticketconfirm {
	position: absolute;
	top: 257px;
	left: 22px;
	right: 19px;
	width: 350px;
}

#iconX5 {
	position: absolute;
	top: 33.5%;
	left: 12%;
}


.btn-primaryconfirm2 {
	position: absolute;
  	top: 74%;
  	left: 70.5%;
	width: 136px;
 	transform: translate(-50%, -50%);
  	padding: 7px 5px 6px 5px;
	border-radius: 50px;
	font-family: 'Signika Negative';
	font-weight: medium;
	font-size: 18px;
	background-color: #64888E;
	color: #FAF7ED;
}

.btn-primaryconfirm2:active {
	position: absolute;
  	top: 74%;
  	left: 70.5%;
	width: 136px;
 	transform: translate(-50%, -50%);
  	padding: 7px 5px 6px 5px;
	border-radius: 50px;
	font-family: 'Signika Negative';
	font-weight: medium;
	font-size: 18px;
	background-color: #FAF7ED;
	color: #64888E;
}








/*nav*/
footer {
	background-color: #484A2C;
    padding: 10px 0;
    position: fixed;
    bottom: 30px;
    width: 90%;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
	
	
}

.footer-nav {
    text-align: center;
	font-family: 'Signika Negative';
	font-weight: 500;
	font-size: 13px;
	
	
}


.footer-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
	padding-top: 5px;
	align-content: center;
}

.footer-nav li {
    display: inline-block;
    margin: 0 10px;
	
}

.footer-nav a {
    text-decoration: none;
    color: #FAF7EC;
    flex-direction: column;
    align-items: center;
}

.footer-nav a img {
    margin-bottom: 1px;
	align-content: center
}

.footer-nav a br {
    margin-bottom: -1px;
}

.ticket-text {
	color: #D38F2E;
}


.map-item img {
	width: 33px;
}

.scan-item img {
	width: 32px;
}

.footer-nav li img {
	margin-bottom: 5px;
}
