@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;
}

#reddot2 {
	top: 494px;
	left: 78px;
	position: absolute;
	transform: translate(-50%, -50%);
	width: 23px;
}

.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;
}

.reddot {
	top: 51px;
	left: 63px;
	position: absolute;
	transform: translate(-50%, -50%);
	width: 23px;
	z-index: 2;
}

.hamburgermenuicon {
	top: 60px;
	left: 50px;
	position: absolute;
	transform: translate(-50%, -50%);
	width: 30px;
	z-index: 1;
}

#searchicon {
	top: 60px;
	right: 10px;
	position: absolute;
	transform: translate(-50%, -50%);
	width: 40px;
}

#purchasecfbgrectangle {
	margin-top: 179px;
	width: 390px;
	height: 641px;
	overflow-y: hidden;
}




/*loading screen*/
#loadingScreen {
	position: relative;
    display: inline-block;
}




.loading {
	position: absolute;
	transform: translate(105%, -50%);
	font-family: 'Signika Negative';
	font-weight: medium;
	font-size: 30px;
	color: #122E26;
	top: 310px;
	align-items: center;
  	
}


.leoparddeliver {
	position: absolute;
	transform: translate(35%, -50%);
	font-family: 'Signika Negative';
	font-weight: medium;
	font-size: 22px;
	color: #122E26;
	top: 560px;
	text-align: center;
}

#gif {
	width: 291px;
	position: absolute;
	transform: translate(17%, -50%);
	top: 420px;
}


/*title*/
.toptext {
	position: absolute;
	transform: translate(180%, -50%);
	font-family: 'Noto Sans';
	font-weight: 700;
	color: #A35E25;
	top: 60px;
  	
}

.title {
	position: absolute;
	transform: translate(30%, 55%);
	font-family: 'Noto Sans';
	font-weight: 700;
	color: #122E26;
	top: 97px;
	align-items: center;
	line-height: 1.5;
  	
}

#leopard {
	position: absolute;
	transform: translate(110%, 20%);
	top: 67px;
	width: 160px;
  	z-index: 2;
}



/*section1*/

#purchaseconfirmation {
	position: absolute;
	top: 229px;
	left: 23px;
	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;
}

.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;
}





/*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;
}
