@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;

	}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

body {
	background-color:  white;
}


/*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;
}




/*section1*/

.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;
}

#selectticket {
	position: absolute;
	top: 260px;
	left: 22px;
	right: 19px;
	width: 350px;
}

.counter {
    display: inline-block;
    background-color: #f2f2f2;
    padding: 3px 45px 3px 45px;
	height: 35px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 15px;
	font-family: 'otomanopee_oneregular';
}

.counter1 {
	position: absolute;
	top: 335px;
	right: 4px;
}

#decreaseBtn {
	width: 30px;
	height: 30px;
	border-radius: 150px;
	border-color: black;
	font-weight: bold; 
	font-size: 18px;
	right: -40px;
	z-index: 1;
	position: relative;
	top: 1.5px;
}


#increaseBtn {
	width: 30px;
	height: 30px;
	border-radius: 150px;
	border-color: black;
	font-weight: bold; 
	font-size: 18px;
	left: -40px;
	position: relative;
	top: 1.5px;
}



.counter2 {
	position: absolute;
	top: 394px;
	right: 4px;

}

#decreaseBtn2 {
	width: 30px;
	height: 30px;
	border-radius: 150px;
	border-color: black;
	font-weight: bold; 
	font-size: 18px;
	right: -40px;
	z-index: 1;
	position: relative;
	top: 1.5px;
}


#increaseBtn2 {
	width: 30px;
	height: 30px;
	border-radius: 150px;
	border-color: black;
	font-weight: bold; 
	font-size: 18px;
	left: -40px;
	position: relative;
	top: 1.5px;
}

.btn-primarybooknow {
	position: absolute;
  	top: 480px;
  	left: 75%;
	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-primarybooknow:active {
	position: absolute;
  	top: 480px;
  	left: 75%;
	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: 0;
  	transition: opacity 0.5s ease;
}

.section.fade-out {
  	opacity: 0;

}

.section.fade-in {
  	opacity: 1;
}

.hidden {
  	display: none;
}

.section.hidden {
  	visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s;
	overflow: hidden;
}

.fade-in {
  opacity: 1;
}

.fade-out {
  opacity: 0;
}


/*section2*/

#section2 {
	animation: fade-in 1s ease-in-out forwards;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}




#datetime {
	position: absolute;
	top: 260px;
	left: 22px;
	right: 19px;
	width: 350px;
}

#datetimearrow {
	position: absolute;
	top: 367px;
	left: 275px;
	right: 19px;
	width: 40px;
}

#datetimearrow2 {
	position: absolute;
	top: 454px;
	left: 275px;
	right: 19px;
	width: 40px;
}

.btn-primarybooknow2 {
	position: absolute;
  	top: 530px;
  	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: #314855;
	color: #FAF7ED;
}


.btn-primarybooknow2:active {
	position: absolute;
  	top: 530px;
  	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; 
}

/*section3*/

#section3 {
	animation: fade-in 1s ease-in-out forwards;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


#date {
	position: absolute;
	top: 260px;
	left: 22px;
	right: 19px;
	width: 350px;
}

.calendar {
	position: absolute;
	top: 325px;
	left: 45px;
  	width: 300px;
	color: #484A2C;
 
}


.calendar-header {
  	display: flex;
  	align-items: center;
  	justify-content: space-between;
  	padding: 10px;
  	background-color: #FAF7ED;
	font-size: 20px;
	border-radius: 20px 20px 0px 0px;
 
	
}

.prev-month-btn,
.next-month-btn {
  	border: none;
  	background-color: transparent;
  	font-size: 22px;
  	cursor: pointer;
	font-weight: bold; 
}

.month-year {
  	margin: 0;
	font-family: 'otomanopee_oneregular';
}

.calendar-grid {
  	display: grid;
  	grid-template-columns: repeat(7, calc(100% / 7));
  	padding: 10px;
  	background-color: #fff;
	font-family: 'otomanopee_oneregular';
	border-radius: 0px 0px 20px 20px;
}

.weekday {
  	text-align: center;
  	font-weight: 500;
  	cursor: pointer;
	color: #929292;
}

.day {
  	text-align: center;
  	cursor: pointer;
	color: #484A2C;
	line-height: 35px;
  
}

.day:hover {
  	background-color: #9FB6BA;
}

.day-button {
	background-color: white;
	border: none;
	color: #484A2C;
}

.day-button:hover{
	background-color: #9FB6BA;
}


/*section4*/
#section4 {
	animation: fade-out 1s ease-in-out forwards;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


#time {
	position: absolute;
	top: 260px;
	left: 22px;
	right: 19px;
	width: 350px;
}

#checkbox1 {
	border-color: #484A2C;
	position: absolute;
	top: 345px;
	left: 290px;
}

#checkbox2 {
	border-color: #484A2C;
	position: absolute;
	top: 384px;
	left: 290px;
}

#checkbox3 {
	border-color: #484A2C;
	position: absolute;
	top: 423px;
	left: 290px;
}

#checkbox4 {
	border-color: #484A2C;
	position: absolute;
	top: 461px;
	left: 290px;
}

#checkbox5 {
	border-color: #484A2C;
	position: absolute;
	top: 500px;
	left: 290px;
}

#checkbox6 {
	border-color: #484A2C;
	position: absolute;
	top: 539px;
	left: 290px;
}

#checkbox7 {
	border-color: #484A2C;
	position: absolute;
	top: 578px;
	left: 290px;
}

#checkbox8 {
	border-color: #484A2C;
	position: absolute;
	top: 617px;
	left: 290px;
}

.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: #484A2C;
    border-color: #484A2C;
}

.custom-checkbox:checked::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 9px;
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: white;
    transform: rotate(45deg);
}


/*fade in and outs*/


/*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;
}


