@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(81%, -50%);
	font-family: 'Noto Sans';
	font-weight: 700;
	color: #A35E25;
	top: 60px;
	align-items: center;
  	
}


/*content*/
.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;
}

.content1 {
	position: absolute;
	top: 260px;
	left: 22px;
	right: 19px;
	flex: 1; 
	align-content: center;
}

.content1 img{
	width: 350px;
}

.contents {
	animation: fade-in 1s ease-in-out forwards;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/*accordion*/
.accordion {
    position: absolute;
    top: 390px;
    left: 22px;
    right: 19px;
    flex: 1;
    align-content: center;
}

.accordion-item {
	margin-top: 20px;
}

.accordion-header {
	background-color: #829B61;
    padding: 15px;
    cursor: pointer;
    border-radius: 20px;
    font-size: 24px;
    font-family: 'otomanopee_oneregular';
    color: #314855;
    padding-left: 20px;
    box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 345px;
}

.accordion-content {
    background-color: #829B61;
    border-radius: 20px;
    font-family: 'otomanopee_oneregular';
    color: #E7FCB3;
    font-size: 15px;
    box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.25);
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
	  
}

.accordion-content.expanded {
    height: auto;
    display: block;
}



#accordionarrow {
	width: 30px;
	margin-left: 15px;
}

.buyticket {
	position: absolute;
	top: 500px;
	left: 22px;
	right: 19px;
	flex: 1; 
	align-content: center;
	background-color: #D38F2E;
  	padding: 9px;
  	cursor: pointer;
	border-radius: 20px;
	font-size: 24px;
	font-family: 'otomanopee_oneregular';
	padding-left: 20px;
	box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.25);
	width: 345px;
	border: none;
}

.buyticket.button-down {
    top: 720px;
}

.buyticket button {
  	background-color: transparent;
  	border: none;
  	padding: 0;
  	cursor: pointer;
	color: #314855;
}


.ticketnextarrow {
	width: 49px;
	margin-left: 121px;
}


/*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;
}


