*{
    margin: 0;
    padding: 0;
    font-family: "Outfit", sans-serif;
}

nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color:  #3d2b1f;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    top: 0;
    position:sticky;
    z-index: 1;

}
h1{ 
    padding-left: 10px;
    color: #fff;
}

.navbar a{
    color:#fff;
    text-decoration: none;
    padding: 50px;
}
a:hover{
    color:#d3ad7f;
    cursor: pointer;
    text-decoration: underline;
}
.toggle{
    display: none;
}
i{
    color:#fff;
    font-size: 30px;
}
.sidebar{
  background-color: #3d2b1f;
  width: 51%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -65%;
  padding: 20px;
  transition: 1s;
  z-index: 2;
}
.sidebarlink{
    display: flex;
    flex-direction: column;
}
.sidebarlink a{
    color: #fff;
    padding: 5px;
    text-decoration: none;
    margin-bottom: 30px;
}
.sidebarlink a:hover{
    color:#d3ad7f;
    cursor: pointer;
    text-decoration: underline;
}
.imagecontainer{
    width: 100px;
    height: 100px;
}

.home{
    min-height: 100vh;
    display: flex;
    justify-content: end;
    align-items: center;
    background: url(bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.content{
    margin-bottom: 10%;
    position: relative;
    visibility: visible;
}
.content h2{
    font-size: 3.5rem;
    color: #fff;
    margin-top: 20px;
    padding-right: 50px;
}
.content h3{
    margin-top: 15px;
    font-size: 1.8rem ;
    color:#fff;
    padding-right: 50px;
}
.imgcon{
display: none;
}

.content p{
    color: #fff;
    margin-top: 20px;
    font-size: 1.rem;
    line-height: 1.8;
    width:300px;
}
.content .btn{
    padding-left: 60px;
}
.content button{
    background-color: #d3ad7f;
    color: #fff;
    width:25%;
    height:30px;
    border-radius: none;
    border-radius: 1px solid #fff;
    border-radius: 15px;
    margin-top: 30px;
}
.booktable{
    position: absolute;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    padding-right: 20%;
    justify-content: center;
    min-width: 260px;
    background: transparent;
    border:2px solid #d3ad7f;
    margin-right: 10%;
    border-radius: 15px;
}

.booktable label{
    color: #e6e6e6;
    margin-left: 50%;
    margin-bottom: 5px;
    margin-top: 6px;
}
.booktable input{
    margin-left: 50%;
    margin-top: 5px;
    margin-bottom: 5px;
    border: none;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    width: 100%;
    outline: none;
    color: #fff;
}
#indate{
    color: #fff;
}
#indate::-webkit-calendar-picker-indicator{
   filter: invert(1);
}
#intime::-webkit-calendar-picker-indicator
{
filter: invert(1);
}
#inguest::-webkit-inner-spin-button,
#inguest::-webkit-outer-spin-button{
filter: invert(-1);
}
.error{
    color: red;
    margin-left:50% ;
    display: block;
    
}
.btns{
    display: flex;
}
.booktable button{
  margin-left: 50%;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 7px;
  background-color: #d3ad7f;
  color: #e6e6e6;
  padding: 7px;
}
.popup{
    position: absolute;
    max-width: 400px;
    width:100%;
    background-color: transparent;
    border:1px solid #fff;
    border-radius: 1rem;
    backdrop-filter: blur(8px);
    color:#fff;
    text-align: center;
    visibility: hidden;
    margin-right: 10%;
}
.popup h1 i{
    font-size: 4.5rem;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #d3ad7f;
}
.popup h2{
    margin-bottom: 4px;
    color: #e6e6e6;
}
.popup p{
    margin-bottom: 4px;
    color: #e6e6e6;
    font-size: 20px;
}
.popup .closebtn{
   margin-top: 4px;
   margin-bottom: 4px;
   background-color: #d3ad7f;
   color: #fff;
   width: 15%;
   border-radius: 5px;
}
.abt{
    background-color: #3d2b1f;
}
.abt span{
   color: #d3ad7f;
}
.abt h1{
    padding-top: 7px;
    font-size:3.2rem;
    text-align: center;
}
.abt img{
    margin-top: 10px;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    padding: 30px;
}
.txt{
    color: #fff;
    margin-top: 50px;
}
.txt h2{
    padding-left: 30%;
    font-size: 1.8rem;
}
.txt p{
    padding-left: 20%;
    padding-top: 20px;
    font-size: 1.3rem;
    width: 650px;
    line-height: 1.8;
}
.txt i{
    color:#d3ad7f;
}
.row{
    display: flex;
}
.menu{
    background-color: #3d2b1f;
}
.menu h1{
    color: #d3ad7f;
    font-size: 3.2rem;
    text-align: center;
}
.imgcon2{
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.imgin{
    margin: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
}
.imgin img{
    width: 250px;
    height: 250px;
    border-radius: 10px;
}
.imgin h3{
    padding-top: 4px;
    text-align: center;
}
.imgin h3{
    color: #fffefe61;
  background: -webkit-gradient(linear, left top, right top, from(#e6e6e6), to(#1d1c1c), color-stop(0.8, #ffffff)) no-repeat;
  background: gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.8, #fff)) no-repeat;
  background-size: 110px 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: flick 1.5s infinite;
}
@keyframes flick {
    0% {
      background-position: top left;
    }
    100% {
      background-position: top right;
    }
  }
.imgin span{
    padding-top: 3px;
    color: #fff;
    padding-left: 40%;
}

.review{
    background-color: #3d2b1f;
}
.review h1{
    color: #d3ad7f;
    font-size: 3.2rem;
    text-align: center;
}
.revcontainer{
    display: flex;
    margin-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    gap: 2rem;
}
.revs{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 300px;
    border-radius: 2rem;
    border: 0.1rem solid #fff;
    cursor: pointer;
    transition: 0.4s ease;
}
.revs:hover{
   border-color: #d3ad7f;
   transform: scale(1.02);

}
.revs i{
    color: #d3ad7f;
    font-size: 2.6rem;
}
.revs h3{
    padding-top: 3px;
    color:#fff
}
.revs p{
    padding-top: 5px;
    color:#fff
}
.contact{
    background-color: #3d2b1f;
}
.contact h1{
    color: #d3ad7f;
    font-size: 3.2rem;
    text-align: center;
}
.contact span{
    color: #fff;
}
.contact h2{
    color:#e6e6e6;
    text-align: center;
    padding-top: 5px;
    font-size: 1.6rem;
}
.contact h3{
    color: #e6e6e6;
    text-align: center;
    padding-top: 6px;
}
.media{
    padding-top: 30px;
    padding-bottom: 32px;
    display: flex;
    justify-content: center;
}
.icn{
    height: 40px;
    width: 40px;
    border: 1.6px solid #d3ad7f;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
.media i{
    border-radius: 50%;
    padding:10px;
    color: #fff;
}
.icn:hover{
    border-color: #fff;
    transform: scale(1.2) translateY(-5px);
}
.media i:hover{
 color: #d3ad7f;
}
@media screen and (max-width: 600px) {

    .toggle{
        display: block;
    }
    .navbar{
        display: none;
    }
    
    .content{
       margin-bottom: 5px;
    }
    .content h2{
        text-align: center;
        font-size: 1.7rem;
    }
    .content h3{
        text-align: center;
        font-size: 1.3rem;
    }
    .para {
       display: flex;
       flex-direction: column;
       align-items: center;
    } 
    .content p{
        text-align: center;
    }
    .content .btn{
        padding-left: 80px;
    }
    .imgcon{
        display: block;
    }
    .homeimg{
        height: 40%;
        width: 50%;
        padding-left: 25%;
        margin-top: 20px;
        border-radius: 15px;
    }
    .content button{
      width: 45%;
      margin-top: 60px;
      margin-left: 15%;
      margin-bottom: 5px;
    }
    .booktable{
        width: 290px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        padding-left: 6%;
        margin-left: 4%;
    }
    .booktable label{
     margin-left: 5%;
    }
    .booktable input{
        margin-right: 25%;
        width:100%;
    }
    .error{
        margin-left: 0;
    }
    .booktable button{
        margin-left: 0px;
        margin-right: 5px;
        justify-content: space-around;
    }
    .popup{
        width: 100%;
        margin-right: 0;
    }
    
    .abt h1{
        font-size: 1.7rem;
    }
    .row{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .abt img{
        height: 250px;
        width: 250px;
    }
    .txt h2{
      font-size: 1.3rem;
      padding-left: 20px;
      text-align: center;
    }
    .txt p{
        font-size: 1rem;
        width: 250px;
        padding-left: 12%;
    }
    .revcontainer{
        display: flex;
        flex-direction: column;
    }
}