*
{
    padding: 0;
    margin: 0;
}

/* /=== Destination ===/ */

.bound{
    position: relative;
    width: 280px;
    height: 400px;
    margin: 20px 0;
    overflow:hidden;
}
.bound.img-bound{
    background: black;
    clip-path: circle(400px at center 100px);
    transition: 0.5s;
    transition-delay: 0.5s;
}
.bound:hover .img-bound{
    clip-path: circle(80px at center 100px);
    transition-delay: 0.5s;
}
.bound .img-bound img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.bound .content{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55%;
    padding: 20px;
    box-sizing: border-box;
    text-align:center;
}
.bound .content h2{
    margin: 0;
    padding: 0;
}
.bound .content h2, .bound .content p{
    opacity: 0;
    transition: 0.5s;
    transform: translateY(20px);
}
.bound:hover .content p{
    opacity: 1;
    margin-bottom: 10px;
    transform: translateY(0);
    transition-delay: 0.5s;

}
.bound:hover .content p{
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
}
.bound:hover .content p{
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
}







  table, th, td {
    border:1px solid rgb(0, 0, 0);
    
  }
  td{
      text-align:center;
  }

  footer{
    position: absolute;
    bottom: -600;
    left: 0;
    right: 0;
    background: #111;
    height: auto;
    width: 100vw;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding-top: 40px;
    color: #fff;
}
.footer-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.footer-content h3{
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 3rem;
}
.footer-content p{
    max-width: 500px;
    margin: 10px auto;
    line-height: 28px;
    font-size: 14px;
}
.socials{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 3 rem 0;
}
.socials li{
    margin: 0 10px;
}
.socials a{
    text-decoration: none;
    color: #fff;
}
.socials a i{
    font-size: 1.1rem;
    transition: color .4s ease;
}
.socials a:hover i{
    color: aqua;
}
.footer-bottom{
    background: #000;
    width: 100vw;
    padding: 20px 0;
    text-align: center;
}
.footer-bottom p{
    font-size: 14px;
    word-spacing: 2px;
    text-transform: capitalize;
    text-align: center;
}
.footer-bottom span{
    text-transform: uppercase;
    opacity: .4;
    font-weight: 200;
}
header h1{
    margin: 20px 350px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'New Rocker', cursive;
}
.ghr{
    display:flex;
    align-items: center ;
    column-gap: 0.7rem;
    z-index: 1000;
  }
  header .logo
{
  color: rgb(0, 0, 0);
  text-transform: uppercase;

}

/* 
.container button {
    display: block;
    width: 8%;
    margin: 20px auto;
    background-color: #ffffff;
    text-align: center;
    
} */



a{
    text-decoration: none;
    color: black;
}
a:hover{
    color: rgb(5, 0, 0);
    /* background-color: rgb(135, 27, 174); */
}

.image{
    border-right: 1px solid #444;
    height: 70%;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.image img{
    height: 90%;
    width: 90%;
    padding: 20px 0;
}
.text-block {
    height: 70%;
    width: auto;
    margin: 10px 20px;
}


/* a1{
    text-decoration: none;
    color: black;
    
}
a1:hover{
    color: rgb(5, 0, 0);
    background-color: rgb(135, 27, 174);
} */



/* a1{
    text-decoration: none;
    color: black;
    
}
a1:hover{
    color: rgb(5, 0, 0);
    background-color: rgb(135, 27, 174);
} */





body {
    background-image: url('../tourist_guide/bg2.webp');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color:black;
    backdrop-filter: blur(10px);
    
  }
  header h1{
    margin: 20px 110px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'New Rocker', cursive;
}