#tourism{
    text-align: left;
    padding-left: 15%;
    padding-right: 15%;
}

.spot{
    height: 300px;
    width: 500px;
    /* background-color: burlywood; */
    margin: 50px;

    display: inline-block;
    overflow: hidden; 
}

.spotshow{
    height: 300px;
    width: 1100px;
    /* background-color:cadetblue ; */
    margin: 50px;

    display: inline-block;
    overflow: hidden;
}

.spotshow img{
    filter: blur(2px) brightness(60%);
}

.spothide{
    height: 300px;
    width: 0;
    /* background-color:whitesmoke ; */

    display: inline-block;
    overflow: hidden;
}

#tourism img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* #tourism img:hover{
    filter: blur(2px) brightness(60%);
} */

#tourism h5{
    color: white;
    font-size: 24px;
    margin: 50px;
}

#tourism p{
    color: white;
    font-size: 12px;
    text-align:center;
}

#footer{
    height: 50px;
}

.title{
    position:absolute;
    z-index: 10;
}

.hiddentitle{
    display: none;
}

.text1{
    position:absolute;
    z-index: 10;
}

.text2{
    position:absolute;
    z-index: 10;
    top: 380px;
}

.text3{
    position:absolute;
    z-index: 10;
    top: 780px;
}

.hiddentext{
    display: none;
}




#play {
    text-align: center;
    padding-left: 150px;
    padding-right: 150px;
}

#play img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.activiti{
    height: 350px;
}

.imagebox{
    display: inline-block;
    height: 300px;
    width: 600px;
    overflow: hidden;
    font-size: 0;

    background-color: aquamarine;
}

.textbox{
    display: inline-block;
    height: 300px;
    width: 400px;
    top: -100px;

    vertical-align:top;
}

#play p{
    color: azure;
    font-size: 18px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: -20px;
}

#play a{
    font-size: 14px;
    text-decoration:none;
    color: white;
    vertical-align:middle;

    border: solid whitesmoke 2px;
    padding: 10px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 5px;
}

#play a:hover{
    background-color: skyblue;
    border: solid skyblue 2px;
    color: black;
}