


.logo{
height: 90px;
width: 150px;
margin-left: 30px;
}
.navbar > ul{
list-style-type: none;
padding: 0;
margin:0;
text-align: right ;
}
.navbar a{
color: rgb(122, 122, 122);
font-family: Arial, Helvetica, sans-serif;
}
.navbar li{
display: inline-block;
margin: 10px;
font-size: 25px;
transition: transform 0.3s ease;
}
.navbar li:hover{
transform: scale(1.1);
}
.logobar{
display:flex;
justify-content: space-between;
position: sticky;
top: 0;
background-color: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(10px);
}
.navbar{
padding: 20px;
}
.entrance{
width: 100%;
height: 500px;
background-image: url(entrance.jpg);
background-size: cover;
margin: none;
}
.tickets{
display:flex;
justify-content: flex-start;
justify-content: center;
}
.tickets img{
scale: 0.9;
border-radius: 10px;
}
.intext{
text-align: center;
padding:30px;
}
.i1{
font-family: Arial, Helvetica, sans-serif;
color: grey;
font-size: 14px;
}
.i2{
font-size: 35px;
font-family: Arial, Helvetica, sans-serif;
}
.ottersec{
font-family: Arial, Helvetica, sans-serif;
text-align: center;
outline: 10px;
}
.dt1{
font-size: 25px;
}
.text1{
width: 420px;
font-size: 18px;
margin-left: 100px;
color: rgb(91, 91, 91);
}
.adult1{
font-size: 20px;
color: rgb(91, 91, 91);
}
.price1{
font-size: 45px;
padding: none;
}
.b1{
height:60px;
width:120px;
border-radius: 10px;
font-size: 15px;
background-color: rgb(69, 102, 120);
color: aliceblue;
}
.comment1{
width: 420px;
margin-left: 100px;
color: rgb(91, 91, 91);
}
.wsealsec{
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}
.dt2{
font-size: 25px;
}
.text2{
width: 420px;
font-size: 18px;
margin-left: 100px;
color: rgb(91, 91, 91);
}
.adult2{
font-size: 20px;
color: rgb(91, 91, 91);
}
.price2{
font-size: 45px;
padding: none;
}
.b2{
height:60px;
width:120px;
border-radius: 10px;
font-size: 15px;
background-color: rgb(69, 102, 120);
color: aliceblue;
}
.comment2{
width: 420px;
margin-left: 100px;
color: rgb(91, 91, 91);
}
.footer{
display: flex;
justify-content: space-between;
background-color: rgb(44, 97, 126);
color: white;
font-family: Arial, Helvetica, sans-serif;
}
.title1{
font-size: 19px;
}
.text{
width:400px;
}
.address{
margin-left: 30px;
}
.story{
margin-right: 55px;
}
.qatable{
font-family: Arial, Helvetica, sans-serif;
margin-left: auto;
margin-right: auto;
width: 80%;
margin-bottom: 50px;
}
.faq{
text-align: center;
font-family: Arial, Helvetica, sans-serif;
margin-top: 100px;
}