body{
    font-family: verdana;
    margin: 0;
    color: #000000;
    background-image: linear-gradient(to top, #008b8b, #00a7a7);
    min-height: 100vh;
    justify-content: center;
    display: flex;
}

.top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 9;
    background-color: #008080;
    display: flex;
    justify-content: space-between;
}

.logo_img{
    width: 300px;
    height: 100%;
}

.title{
    margin-left: 50px;
    display: flex;
    place-items: center;
}

.header-text{
    font-size: 50px;
    color: #ffffff;
}

.nav{
    overflow: hidden;
    display: flex;
    place-items: center;
}

.nav-link{
    text-decoration: none;
    font-size: 32px;
    color: #ffffff;
    padding: 7px;
    padding-bottom: 8px;
    margin-left: 0  px;
    margin-right: 20px;
    border-radius: 5px;
    transition: color 0.5s ease, background-color 0.5s ease;
}

.nav-link:hover {
    background-color: #ffffff;
    color: #008080;
    transition: color 0.5s ease, background-color 0.5s ease;
}

.middle{
    position: fixed;
    top: 175px;
    left: 0;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.middle_tour{
    position: fixed;
    top: 225px;
    left: 0;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.middle_end{
    position: fixed;
    top: 240px;
    left: 0;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.info{
    background-color: #008080;
    width: 500px;
    margin: 20px;
    padding: 20px;
    padding-bottom: 5px;
    border-radius: 5px;
    height: 575px;
}

.info h2{
    color: #ffffff;
    margin: 10px;
}

.info p{
    color: #ffffff;
    margin: 10px;
}

.info_tour{
    background-color: #008080;
    width: 450px;
    margin: 20px;
    padding: 20px;
    padding-bottom: 5px;
    border-radius: 5px;
    height: 525px;
}

.info_tour h2{
    color: #ffffff;
    margin: 10px;
}

.info_tour p{
    color: #ffffff;
    margin: 10px;
}

.info_end{
    background-color: #008080;
    width: 900px;
    margin: 20px;
    padding: 20px;
    padding-bottom: 5px;
    border-radius: 5px;
    height: 550px;
}

.info_end h2{
    color: #ffffff;
    margin: 10px;
}

.info_end p{
    color: #ffffff;
    margin: 10px;
}

.tour_tour{
    background-color: #008080;
    width: 450px;
    height: 525px;
    margin: 20px;
    padding: 20px;
    padding-bottom: 5px;
    border-radius: 5px;
}

.tour_tour h2{
    color: #ffffff;
    margin: 10px;
}

.tour_tour p{
    color: #ffffff;
    margin: 10px;
}

.tour{
    background-color: #008080;
    width: 500px;
    height: 575px;
    margin: 20px;
    padding: 20px;
    padding-bottom: 5px;
    border-radius: 5px;
}

.tour h2{
    color: #ffffff;
    margin: 10px;
}

.tour p{
    color: #ffffff;
    margin: 10px;
}

.tour a{
    color: #ffffff;
    padding: 5px;
    padding-bottom: 7px;
    text-decoration: underline;
    font-size: 20px;
    border-radius: 5px;
    transition: background-color 0.5s ease;
}

.tour a:hover{
    background-color: #1db3b3;
    transition: background-color 0.5s ease;
}

.image2{
    width: 100%;
    height: 70%;
    border-radius: 5px;
}

.image3{
    width: 100%;
    height: 70%;
    border-radius: 5px;
    margin-top: 10px;
}

.image4{
    width: 100%;
    height: 65%;
    border-radius: 5px;
}

.image5{
    width: 800px;;
    height: 410px;
    border-radius: 5px;
    padding-left: 45px;
}

.tour-nav{
    position: fixed;
    margin-top: 144px;
    width: 1100px;
    height: 75px;
    display: flex;
    place-items: center;
    justify-content: space-between;
    background-color: #008a8a;
    z-index: 1000;
    border-radius: 0 0 10px 10px;
}

.tour-nav-link{
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    margin: 7px;
    padding: 10px;
}

.tour-nav-link:hover {
    background-color: #1db3b3;
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    margin: 7px;
    padding: 10px;
    border-radius: 7px;
}

.current-nav-link{
    background-color: #1db3b3;
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    margin: 7px;
    padding: 10px;
    border-radius: 7px;
}