*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: 'Poppins';
    src: url(./downloads/Poppins-Regular.ttf) format('truetype');
    font-weight: normal;
}

*{
    font-family: 'Poppins';
}
.navbar{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 5rem;
    width: 100%;
}
.links a,.links ul{
    position: relative;
    text-decoration: none;
    list-style: none;
    display: flex;
    gap: 40px;
    color: black;
}

.links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 5px;
  width: 0%;
  background-color: #8b6f3d; /* Match your gold color */
  transition: width 0.4s ease-in-out;
}

.links a:hover::after {
  width: 100%;
}

.att{
    display: flex;
    gap: 15px;
    align-items: center;
    text-align: center;
}
.lang{
    border-radius: 20px;
    color: rgb(151, 151, 151);
    cursor: pointer;
    
}
.button{
 background-color: #987742;
    padding: 13px 16px;
    color: white;
    text-decoration: none;
}
.mainhead{
    background-image: url('./images/hero_image.webp');
  background-size: 100% 100%;
  height: 550px;
  display: flex;
  gap: 160px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  

}
.mainhead h1{
    text-align: center;
    font-size: 70px;
     letter-spacing: 5px;
      width: 900px;
        line-height: 100%;
         margin: auto;
         margin-top: 130px;
         font-weight: 1500;
}
.button:hover{
    text-decoration: underline;
}
.nav2{
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
    height: 4rem;
    width: 100%;
    padding-left: 30px;
    border-bottom: 1px solid black;
}
.nav2 a {
  position: relative;
  text-decoration: none;
  color: #000;
  font-size: 17px;
   /* optional: adjust color */
}

.nav2 a::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 5px; 
  bottom: -20px;
  left: 0;
  background-color: #8b6f3d; 
  transition: width 0.4s ease;
}

.nav2 a:hover::after {
  width: 100%;
}
.content{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50vh;
    padding: 20px;
 

}
.content h2{
   color: #8b6f3d;
    font-size: 40px;
}
.content p{
    color: rgb(77, 77, 77);
    font-size: large;
    width: 50%;
    margin: auto;
}
.content h2{
    width: 50%;
    margin: auto;
}
.conlink{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: -60px;
    margin-bottom: 50px;
    align-items: center;
}
.conlink a{
    text-decoration: none;
    width: max-content;
    color: #8b6f3d;
    border:1px solid #8b6f3d;
    padding: 15px 30px;
}
.conlink a:hover{
    text-decoration: underline;
}
.rooms{
    margin-top: 100px;
    margin-bottom: 50px;
}
.rooms h2,.cap{
    color: #8b6f3d;
    text-align: center;
}
.selector{
    text-align: center;
    margin-top: 50px;
}
.selector a{
    text-decoration: none;
    color: black;
    font-size: large;
    padding: 15px 30px;
    position: relative;
}
.selector a::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 5px; 
  bottom: -2px;
  left: 21px;
  background-color: #8b6f3d; 
  transition: width 0.4s ease;
}

.selector a:hover::after {
  width: 55%;
}
.cards{
    margin-top: 20px;
    display: flex;
    justify-content: space-evenly;
    
    max-width: 1200px;
}
.cards h3{
    color: #8b6f3d;
    font-size: 25px;
}
.desc{
    padding: 10px;
}
.butt2{
text-decoration: none;
    width: max-content;
    color: #8b6f3d;
    border:1px solid #8b6f3d;
    padding: 15px 30px;
}
.butt2:hover{
    text-decoration: underline;
}

.rab{
    margin-top: 100px;
    margin-bottom: 50px;
}
.rab h2{
    color: #8b6f3d;
    text-align: center;
}
.rab2{
    display: flex;
    border: 1px solid #8b6f3d;
    margin: 0 30px ;
}
.rab2 h2{
    color: #8b6f3d;
    text-align: center;
}
.rab3{
    margin-top: 60px;
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
}
.rab3 p{
    margin-left: 10px;
    color: #8b6f3d;
    letter-spacing: 3px;
}
.membership{
    margin: 60px 0px;
    height: 600px;
    width: 100%;
    background-color: #efebe4;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  text-align: center;
    align-items: center;
}
.membership fieldset{
    border: 3px solid black;
}
.joinbenefits{
    display: flex;
    justify-content: space-around;
    padding-left: 90px;
    font-size: small;
    align-items: center;
    text-align: center;
    
}
.butt3 a{
    background-color: #987742;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
}
.facact{
    margin-top: 100px;
    margin-bottom: 50px;
    text-align: center;

}

.mainheadings{
    font-size: 57px;
    letter-spacing: 3px;
    width: 100%;
    color: #8b6f3d;
    text-align: center;

}
.rab2 a{
    text-decoration: none;
     color: #8b6f3d;
}
.rab2 a:hover{
    text-decoration: underline;
}
.prac_inform{
    margin-top: 100px;
}
.loc_cont{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 50px;
}
.loc_cont h2{
    color: #8b6f3d;
    text-align: center;
    margin-bottom: 50px;
    font-size: 35px;
}
.loc_cont_text{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 10%;
}
.loc_cont_text h3{
    color: #8b6f3d;
}
.loc_cont_text p:hover{
    text-decoration: underline;
    cursor: pointer;
}
.reviews{
    margin: 100px 30px;
}
.revhead{
    display: flex;
    gap: 400px;
}
.revcont{
    margin-bottom: 70px;
    display: flex;
    gap: 100px;
}
.revcont h3{
    color: #8b6f3d;
}
.readmore{
    text-decoration: none;
    color: #8b6f3d;
}
.readmore:hover{
    text-decoration: underline;
}
.faqs{
    display: flex;
    margin-top: 200px;
}
.answer{
    width: 70%;
    text-align: left;
    margin: auto;
    padding-top: 10px;
}
summary{
    cursor: pointer;
    font-weight: bold;
    color: #8b6f3d;
    font-size: 20px;
    margin-bottom: 10px;
}
details{
    margin: 20px 0px;
}

.footer{
    background-color: #F7F4EF;
    height: auto;
}
.foot_loc{
    cursor: pointer;
    text-decoration: underline;
}
.foot_loc:hover{
    text-decoration: none;
}
.footer2{
    padding: 60px 0px;
    display: flex;
    gap: 200px;
    

}
.f2p1{
    width: 40%;
    padding-left: 40px;
}
.f2p1 h3{
    margin-bottom: 30px;
    
}
.f2p1 p{
    margin-bottom: 70px;
}
.f2p2 h4{
    text-align: left;
    padding-top: 30px;
    color: rgb(94, 94, 94);
}
.f2p2 p{
    font-size: small;
    padding-bottom: 10px;
}
.f2p2 p:hover{

    text-decoration: underline;
    cursor: pointer;

}
.footer3{
    padding: 40px 100px;
    display: flex;
    justify-content: space-between;
}
.footer3 p{
    padding-bottom: 10px;
    font-size: small;
    font-weight: lighter;
}
.footer3 p:hover{
    text-decoration: underline;
    cursor: pointer;
}
.categories{
    padding-top: 100px;
    padding-bottom : 50px;
    padding-left: 60px;
}
.catcont{
    height: auto;
    width: auto;
    display: flex;
    gap: 100px;
    margin-bottom: 30px;
}
.catcont img{

    cursor: pointer;
}
.catcont p{
    font-size: x-large;
    
}
.spons img{ 
    padding-right: 11px;
    
}
.socials{
    padding: 30px 0px;
    text-align: center;
}
.socials1{
    display: flex;
    justify-content: center;
    gap: 40px;
}
.socials2{
    padding-top: 30px;
}
.socials2 a{
    text-decoration: none;
    color: black;
    font-size: small;
    padding-right: 30px;
}