@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;
}

.toptext {
	position: absolute;
	transform: translate(75%, -50%);
	font-family: 'Noto Sans';
	font-weight: 700;
	color: #A35E25;
	top: 60px;
	align-items: center;
  	
}


/*content*/
.title {
	position: absolute;
	transform: translate(25%, 55%);
	font-family: 'Noto Sans';
	font-weight: 700;
	color: #122E26;
	top: 60px;
	align-items: center;
	line-height: 1.5;
  	
}

#monkey {
	position: absolute;
	transform: translate(110%, 20%);
	top: 60px;
	width: 165px;
}

.scrollable-content {
	position: absolute;
	top: 250px;
	left: 19px;
	right: 19px;
	flex: 1; 
  	overflow-y: scroll;
	height: 480px;
	border-radius: 45px 45px 45px 45px;
}

.scrollable-content img {
	width: 350px;
}

.scrollable-container {
  	display: flex;
    overflow: hidden;
	border-radius: 40px 40px 40px 40px;
}


/*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;
}

.home-text {
	color: #D38F2E;
}

.map-item img {
	width: 33px;
}

.scan-item img {
	width: 32px;
}

.footer-nav li img {
	margin-bottom: 5px;
}







