
.sectionPadding{
    padding: 0px 10vw;
    box-sizing: border-box;
}
.sectionMargin{
    margin: 100px 0px;
}
*{
    margin: 0px;
    padding: 0px;
}
.activeLink{
    color: #BA7E67 !important;
}
.mainNav{
    display: flex;
    width: 100%;
    /* background-color: aliceblue; */
    align-items: center;
    /* justify-content: space-between;
    background-color: blue; */
    color: #272727;
    transition: .4s;
    /* border-bottom: 1px solid #afafaf; */
}
.navText{
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.navText h1{
    color: #BA7E67;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 2px;
    font-family: 'Dancing Script', cursive;
}
.navList ul{
    font-family: 'poppins', sans-serif;
    float: left;
    display: flex;
    list-style-type: none;
    /* margin-left: 250px; */
}
.navList ul li{
    padding: 25px 20px;
}
.navList ul li a{
    font-size: 15px;
    font-weight: 500;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    transition: .4s;
    color:inherit;
    text-decoration: none;
}
.navList ul li a:hover{
    color: #BA7E67;
    cursor: pointer;
}
.navBtn{
    margin-right: 20px;
}
.navBtn a{
    font-family: 'poppins', sans-serif;
    border-radius: 05px;
    color: white;
    padding: 05px 15px;
    background-color: #BA7E67;
    border: 2px solid #BA7E67;
    cursor: pointer;
    transition: .4s;
}
.navBtn a:hover{
    border: 2px solid black;
}
.loggedUserName{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    transition: .4s;
}
.loggedUserName:hover{
    color: #BA7E67;
    cursor: pointer;
}
.hamburger{
    display: none;
}
.hideShow{
    display: flex !important;
    -webkit-animation: slide-down .3s ease-out;
    -moz-animation: slide-down .3s ease-out;
}
@media screen and (max-width:1152px) {
    .navList ul li a{
        font-size: 12px !important;
    }
    .special{
        font-size: 12px !important;
    }
    .loggedUserName{
        font-size: 12px;
    }
}
@media screen and (max-width:1024px) {
    .navText h1{
        font-size: 20px;
        font-weight: 400;
        /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    }
    .navList ul{
        margin-left: 100px;
    }
}
@media screen and (max-width:768px) {
    
    .navList{
        display: none;
    }
    .navToggler{
        margin-left: 20px;
    }
    .navBtn{
        order: 3;
        margin-right: 0px;
    }
    .navBtn a{
        padding: 05px 10px;
    }
    .navText h1{
        font-size: 15px;
        font-weight: 400;
        /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    }
    .hamburger{
        order: 3;
        padding: 20px 0px;
        display: block;
    }
    .hamburger i{
        font-size: 20px;
    }
    .loggedUserName{
        font-size: 12px;

    }
}

.navListMob{
    display: none;
    flex-direction: column;
    align-items: center;
    -webkit-animation: slide-down .3s ease-out;
  -moz-animation: slide-down .3s ease-out;
}
@-webkit-keyframes slide-down {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-10%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
    }
  }
  
  @-moz-keyframes slide-down {
    0% {
      opacity: 0;
      -moz-transform: translateY(-10%);
    }
    100% {
      opacity: 1;
      -moz-transform: translateY(0);
    }
  }
.navListMob ul{
    list-style-type: none;
}
.navListMob ul li{
    padding: 15px 0px;
}
.navListMob ul li a{
    font-size: 15px;
    font-weight: 500;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    transition: .4s;
    color:inherit;
    text-decoration: none;
}
.navListMob ul li a:hover{
    color: #BA7E67;
    cursor: pointer;
}

.navIcons i{
    font-size: 15px;
    font-weight: 100;
    margin-left: 10px;
    transition: .4s;
}
.navIcons i:hover{
    color: #BA7E67;
    cursor: pointer;
}
.bottomSection{
    padding-top: 10px;
    padding-bottom: px;
    background-color: #BA7E67 ;
    color: white;

}
.brandingMenus{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.brandData{
    width: 300px;
    margin-right: 0px;
}
.brandData h1{
    font-size: 30px;
    font-weight: 400;
    font-family: 'Dancing Script', cursive;
}
.brandData p{
    text-align: justify;
    margin: 10px 0px;
    font-size: 14px;
    columns: #dbdbdb;
    font-weight: 200;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
}
.socialIcons i{
    margin: 0px 06px;
    font-size: 20px;
    transition: .4s;
}
.socialIcons i:hover{
    text-shadow: 2px 2px 1px #272727;
    cursor: pointer;
}
.quickLinksSmall{
    width: 180px !important;
    
}
.quickLinks{
    width: 350px;
    display: flex;
    flex-direction: column;
}
.quickLinks h4{
    font-size: 20px;
    font-weight: 400;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    /* text-transform: uppercase; */
    margin-bottom: 5px;
}
.quickLinks p{
    margin: 5px 0px;
    font-size: 12px;
    text-align: justify;
    /* color: red; */
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
}
.quickLinks a{
    text-align: justify;
    margin: 5px 0px;
    font-size: 15px;
    text-decoration: none;
    color: inherit;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    /* text-transform: uppercase; */
    transition: .4s;
}
.quickLinks a:hover{
    text-shadow: 2px 2px 1px #272727;
}
.footerNewsLetter p{
    font-size: 15px;
    width:85%;
} 
.newsLetterInput{
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: space-between;
    padding: 0px 10px;
    box-sizing: border-box;
    align-items: center;
    border-radius: 5px;
    height: 45px;
    margin: 10px 0px;
}
.newsLetterInput input{
    width: 100%;
    border: 1px solid white;
    height: 40px;
    background-color: white;
    outline: none;
    padding: 05px 0px;
    box-sizing: border-box;
}
.newsLetterInput button{
    width: 40%;
    padding: 05px 25px;
    border-radius: 3px;
    outline: none;
    background-color: #BA7E67;
    border: 1px solid #BA7E67;
    color: white;
    height: 35px;
    cursor: pointer;
    transition: .4s;
}
.newsLetterInput button:hover{
    border: 2px solid black;
}
footer{
    border-top: 1px solid #afafaf;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0px;
}
footer h4{
    font-size: 15px;
    font-weight: 400;

}
footer h4 a{
    color: #dbdbdb;
}
@media (max-width:450px){
    footer h4{
        font-size: 12px;}
}
@media (max-width:350px){
    .newsLetterInput{
        width: 100%;
    }
    .newsLetterInput button{        
        padding: 05px 10px;
    }
    footer h4{
        font-size: 10px;
        font-weight: 400;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        /* color: #727474; */
    }
}
.heroSection{
    /* padding-bottom: 10vh; */
    /* margin-bottom: 50px; */
}
.heroMain{
    height: 600px;
    display: flex;
    z-index: 2;
}
.heroData{
    position: relative;
    /* height: 100%; */
    padding-right: 50px;
    box-sizing: border-box;
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    z-index: 2;
}
.heroData .heroDataName{
    color: #BA7E67;
    font-family: 'Dancing Script', cursive;
    font-size: 40px;
}
.heroData .heroDataTagLine{
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    font-weight: 800;
    margin: 20px 0px;
}
.heroData .heroDataTagLinePara{
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    width: 50%;
}
.heroBtn{
    font-family: 'poppins', sans-serif;
    border-radius: 05px;
    color: white;
    padding: 05px 15px;
    width: 80px;
    background-color: #BA7E67;
    border: 2px solid #BA7E67;
    cursor: pointer;
    transition: .4s;
    border-radius: 20px;
}
.heroBtn:hover{
    border: 2px solid black;
}
.heroImage{
    position: relative;
    height: 100% !important;
    width: 50%;
    background: url('../Images/HeroImage.png') no-repeat center center/cover;
    z-index: 2;
}
.heroBottom{
    padding-top: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
    position: absolute;
    width: 100% !important;
    background-color: white;
    margin-top: -20vh;
    /* height: 100px; */
    z-index: 3 !important;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 30px;
}
.quickBookSelect{
    display: flex;
    align-items: center;
    gap: 10px;
}
.quickBookSelect i{
    font-size: 25px;
    margin-top: -10px;
}
.quickSelectInput{
    margin-left: 10px;
}
.quickSelectInput h4{
    font-size: 12px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 05px;
}
.quickSelectInput select{
    margin-left: -5px;
    background-color: inherit;
    border: none;
    outline: none;
}
.quickSelectInput input{
    background-color: inherit;
    border: none;
    outline: none;
}
.quickBookSelect button{
    font-family: 'poppins', sans-serif;
    border-radius: 05px;
    color: white;
    width: 120px;
    height: 40px;
    background-color: #BA7E67;
    border: 2px solid #BA7E67;
    cursor: pointer;
    transition: .4s;
}
.quickBookSelect button:hover{
    border: 2px solid black;
}
@media (max-width:1024px){
    .navList ul{
        margin-left: 50px !important;
    }
    .heroMain{
        height: 600px;
    }
    .heroBottom{
        margin-top: -200px;
    }
    .quickBookSelect{
        width: 25%;
    }
    .heroData .heroDataName{
        font-size: 30px;
    }
    .heroData .heroDataTagLine{
        font-size: 40px;
    }
    .heroData .heroDataTagLinePara{
        width: 80%;
    }
}
@media (max-width:900px){
    .navList ul{
        margin-left: 20px !important;
    }
    .heroMain{
        z-index: 0;
        flex-direction: column;
        gap: 20px;
    }
    .heroData{
        z-index: 0;
        width: 100%;
        order: 1;
    }
    .heroImage{
        width: 100%;
    }
    .heroBottom{
        z-index: 0;
        position: relative;
        margin-top: 05vh;
        border: 2px solid rgba(0, 0, 0, 0.089);
    }
    .quickBookSelect{
        width: 33%;
    }
    .heroData .heroDataName{
        font-size: 30px;
    }
    .heroData .heroDataTagLine{
        font-size: 40px;
        width: 100%;
    }
    .heroData .heroDataTagLinePara{
        width: 80%;
    }
}
@media (max-width:450px){
    
    .quickBookSelect{
        width: 50%;
    }
}

.facilitiesSection{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.facilitiesSection h1{
    font-family: 'poppins', sans-serif;
    font-weight: 600;
    font-size: 25px;
    text-align: center;
}
.facilitiesSection p{
    text-align: center;
    font-family: 'poppins', sans-serif;
    font-weight: 300;
    font-size: 15px;
}
.facilitiesBox{
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 40px;
}
.facilityBox{
    padding: 50px 60px;
    box-sizing: border-box;
    background-color: #FAFAFA;
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-basis: 20%;
}
.facilityBox i{
    text-align: center;
    font-size: 35px;
    color: #BA7E67;
}
.facilityBox p{
    width: 100%;
    text-align: center;
    font-family: 'poppins', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #BA7E67;
}
@media (max-width:450px){
    .facilityBox{
        padding: 25px 30px;
        flex-basis: 40%;
    }
    .facilitiesSection h1{
        font-size: 20px;
    }
    .facilitiesSection p{
        font-size: 12px;
    }
}
.roomsSection::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #834e39;
    opacity: 0.8; /* Change the color and opacity as needed */
  }
.roomsSection{
    position: relative;
    background: url("../Images/RoomsBG.png") no-repeat center center/cover;
    height: auto;
    width: 100%;
    padding: 50px 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
.roomsData{
    position: relative;
    z-index: 2;
    width: 100%;
}
.roomsData h1{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: white;
    font-size: 50px;
    text-align: center;
}
.roomshr{
    margin: 10px auto ;
    width: 150px;
    height: 05px;
    border-radius: 05px;
    background-color: white;
    border: none;
    outline: none;
} 
.roomsPara{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: white;
    font-size: 15px;
    text-align: center;
}
.roomsBox{
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 50px;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
}
.roomBox{
    background-color: white;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: 'poppins', sans-serif;
    flex-basis:30%;
}
.roomBoxImage{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.roomBoxImage img{
    border-radius: 5px;
    width: 100%;
    height: 100%;
}
.roomCount{
    position: absolute;
    padding: 10px 10px;
    box-sizing: border-box;
    margin: 20px 10px;
    background-color: #c27759;
    font-size: 12px;
    color: white;
    border-radius: 5px;
}
.roomBoxData{
    font-size: 12px;
}
@media (max-width:900px){
    .roomsBox{
        gap: 20px;
    }
    .roomBoxImage{
        width: 260px;
        height: 220px;
        object-fit: contain;
    }
}
@media (max-width:768px){
    .roomsData h1{
        font-size: 35px;
    }
    .roomshr{
        width: 100px;
    } 
    .roomsPara{
        font-size: 12px;
    }
    .roomsBox{
        gap: 20px;
    }
    .roomBox{
        background-color: white;
        box-sizing: border-box;
        padding: 20px;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .roomBoxImage{
        width: 280px;
        height: 250px;
        object-fit: contain;
    }
}
@media (max-width:450px){
    .roomsData h1{
        font-size: 30px;
    }
    .roomshr{
        width: 80px;
    } 
    .roomsPara{
        font-size: 12px;
    }
    .roomBox{
        padding: 10px;
        border-radius: 10px;
        flex-basis: 25%;
    }
    .roomBoxImage{
        width: 240px;
        height: 200px;
    }
}
.testimonialsSection{
    background-color: white;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
.testimonialHeading{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: black;
    font-size: 50px;
    text-align: center;
}
.testimonialsBox{
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 50px;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
}
.testimonialBox{
    background-color: #FAFAFA;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    font-family: 'poppins', sans-serif;
    flex-basis:30%;
}
.dateRating{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.date{
    font-size: 12px;
    font-weight: 600;
    font-family: 'poppins', sans-serif;
}
.rating{
    font-size: 12px;
    font-weight: 600;
    font-family: 'poppins', sans-serif;
    color: #FFCE31;
}
.testimonialText i{
    color: #BA7E67 !important;
    font-size: 15px;
}
.testimonialText{
    width: 280px;
    color: #454545;
    font-size: 12px;
    text-align: justify;
}
.userData{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.userName{
    margin-top: -10px;
    margin-left: 10px;
}
@media (max-width:900px){
    .testimonialsBox{
        gap: 20px;
    }
    .testimonialText{
        width: 260px;
    }
}
@media (max-width:768px){
    .testimonialHeading{
        font-size: 35px;
    }

    .testimonialsBox{
        gap: 20px;
    }
    .testimonialText{
        width: 280px;
    }
}
@media (max-width:450px){
    .testimonialHeading{
        font-size: 30px;
    }
    .testimonialBox{
        padding: 10px;
        border-radius: 10px;
        flex-basis: 25%;
    }
    .testimonialText{
        width: 240px;
    }
}
.exploreVideo{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.exploreVideo video{
    width:100%;
    /* height: 100vh; */
}

.exploreHeading{
    margin: 50px 0px;
    font-family: 'poppins', sans-serif;
    font-weight: 600;
    font-size: 35px;
    text-align: center;
}

.exploreBoxes{
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.exploreBox{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.exploreBox img{
    width: 100%;
    height: 600px;
    border-radius: 35px;
}

.exploreBoxData{
    background-color: white;
    border-top: 10px solid #BA7E67;
    width: 65%;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 25px;
    padding: 40px 50px;
    box-sizing: border-box;
    margin-top: -150px;
    box-shadow: 5px 5px 15px #45454556;
}
.exploreBoxData h4{
    color: #BA7E67;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}
.exploreBoxData p{
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
}
@media (max-width:900px) {
    .exploreBox img{
        width: 100%;
        height: 400px;
        border-radius: 35px;
    }
    
    .exploreBoxData{
        border-top: 8px solid #BA7E67;
        width: 65%;
        border-radius: 25px;
        gap: 20px;
        padding: 35px 40px;
        margin-top: -100px;
    }
    .exploreBoxData h4{
        font-weight: 600;
        font-size: 22px;
    }
    .exploreBoxData p{
        font-weight: 500;
        font-size: 13px;
    }
}
@media (max-width:768px) {
    .exploreBox img{
        width: 100%;
        height: 350px;
        border-radius: 30px;
    }
    
    .exploreBoxData{
        border-top: 8px solid #BA7E67;
        width: 65%;
        border-radius: 25px;
        gap: 20px;
        padding: 20px 30px;
        margin-top: -100px;
    }
    .exploreBoxData h4{
        font-weight: 600;
        font-size: 18px;
    }
    .exploreBoxData p{
        font-weight: 500;
        font-size: 12px;
    }
}
@media (max-width:650px) {
    .exploreBox img{
        width: 100%;
        height: 300px;
        border-radius: 30px;
    }
    .exploreHeading{
        margin: 40px 0px;
        font-weight: 600;
        font-size: 30px;
    }
    .exploreBoxData{
        border-top: 8px solid #BA7E67;
        width: 65%;
        border-radius: 25px;
        gap: 20px;
        padding: 20px 30px;
        margin-top: -100px;
    }
    .exploreBoxData h4{
        font-weight: 600;
        font-size: 18px;
    }
    .exploreBoxData p{
        font-weight: 500;
        font-size: 12px;
    }
}
@media (max-width:550px) {
    .exploreBox img{
        width: 100%;
        height: 250px;
    }
    .exploreHeading{
        margin: 30px 0px;
        font-weight: 600;
        font-size: 25px;
    }
    .exploreBoxData{
        border-top: 8px solid #BA7E67;
        width: 65%;
        border-radius: 25px;
        gap: 15px;
        padding: 15px 25px;
        margin-top: -80px;
    }
    .exploreBoxData h4{
        font-weight: 600;
        font-size: 16px;
    }
    .exploreBoxData p{
        font-weight: 500;
        font-size: 10px;
    }
}
@media (max-width:450px) {
    .exploreBox img{
        width: 100%;
        height: 200px;
    }
    .exploreHeading{
        margin: 25px 0px;
        font-weight: 600;
        font-size: 20px;
    }
    .exploreBoxData{
        border-top: 8px solid #BA7E67;
        width: 85%;
        gap: 15px;
        padding: 15px 25px;
        margin-top: -50px;
    }
    .exploreBoxData h4{
        font-weight: 600;
        font-size: 16px;
    }
    .exploreBoxData p{
        font-weight: 500;
        font-size: 10px;
    }
}
@media (max-width:350px) {
    .exploreBox img{
        width: 100%;
        height: 150px;
    }
    .exploreHeading{
        margin: 20px 0px;
        font-weight: 600;
        font-size: 16px;
    }
    .exploreBoxData{
        border-top: 8px solid #BA7E67;
        width: 85%;
        gap: 15px;
        padding: 15px 20px;
        margin-top: -50px;
    }
    .exploreBoxData h4{
        font-weight: 600;
        font-size: 14px;
    }
    .exploreBoxData p{
        font-weight: 500;
        font-size: 8px;
    }
}
.overlayHero::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #834e39;
    opacity: 0.8; /* Change the color and opacity as needed */
  }
.overlayHero{
    position: relative;
    background: url("../Images/explore1.png") no-repeat center center/cover;
    height: 80vh;
    width: 100%;
    /* padding: 50px 0px; */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }
.overlayHeroData{
    display: flex;
    flex-direction: column;
    padding: 0 20vw;
    gap: 30px;
    align-items: center;
    position: relative;
    z-index: 3;
    color: white;
}
.overlayHeroData h1{
    font-size: 40px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}
.overlayHeroData p{
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}
.overlayHeroHeading2{
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}
.aboutusData{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.aboutusDataImage{
    display: flex;
    flex-basis: 35%;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.aboutusDataImage img{
    margin-top: 40px;
    width: 100%;
    height: 70vh;
    box-shadow: 25px -20px 1px #BA7E67;
}
.aboutusDataImage h1{
    font-size: 25px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}
.aboutusDataText{
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    gap: 15px;
}
.aboutusDataText p{
    font-size: 16.5px;
}
.aboutusClients{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.aboutusClientsHeading{
    font-size: 25px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}
.aboutusClientsImages{
    margin-top: 30px;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.aboutusClientsImages img{
    width: 60px;
    height: 60px;
}

@media (max-width:1024px) {
    .aboutusData{
        flex-direction: column;
        gap: 15px;
    }
    .aboutusDataImage img{
        width: 40%;
    }
    .aboutusDataText p{
        font-size: 14.5px;
    }
}
@media (max-width:768px) {
    .aboutusData{
        flex-direction: column;
        gap: 10px;
    }
    .aboutusDataImage img{
        width: 55%;
    }
    .aboutusDataText p{
        font-size: 13.5px;
    }
    .aboutusClientsImages{
        gap: 30px;
    }
}
@media (max-width:550px) {
    .aboutusDataImage img{
        width: 55%;
        height: 50vh;
    }
    .aboutusDataImage h1{
        font-size: 20px;
    }
    .aboutusDataText p{
        font-size: 13.5px;
    }
    .overlayHeroData{
        padding: 0 10vw;
    }
    .aboutusClientsImages img{
        width: 40px;
        height: 40px;
    }
}
@media (max-width:450px) {
    .aboutusData{
        flex-direction: column;
        gap: 10px;
    }
    .aboutusDataImage img{
        width: 65%;
        height: 50vh;
    }
    .aboutusDataImage h1{
        font-size: 17.5px;
    }
    .aboutusDataText p{
        font-size: 13.5px;
    }
    .overlayHeroData{
        padding: 0 10vw;
    }
    .aboutusClientsImages img{
        width: 40px;
        height: 40px;
    }
    .aboutusClientsImages{
        gap: 20px;
    }
}
@media (max-width:350px) {
    .aboutusDataImage img{
        width: 70%;
        height: 40vh;
    }
    .aboutusDataText p{
        font-size: 13.5px;
    }
    .overlayHeroData{
        padding: 0 08vw;
    }
    .overlayHeroData h1{
        font-size: 30px;
    }
    .aboutusClientsImages img{
        width: 30px;
        height: 30px;
    }
    .aboutusClientsImages{
        gap: 15px;
    }
}
.contactForm form{
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}
.inputInline{
    display: flex;
    justify-content: space-between;
}
.inputInline .input{
    display: flex;
    flex-direction: column;
    flex-basis: 48%;
    gap: 5px;
}

.inputInline .inputfull{
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    gap: 5px;
    padding: 5px 0px;
}
.contactFormLabel{
    font-family: 'poppins', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #454545;
}
.input input{
    height: 40px;
    border-radius: 5px;
    border: 1px solid #454545;
}
.inputfull input{
    height: 40px;
    border-radius: 5px;
    border: 1px solid #454545;
}
.formPadding{
    padding: 5px 10px;
    box-sizing: border-box;
}
.formPaddingMessageBox{
    border: 1px solid #454545;
    padding: 15px 10px;
    border-radius: 5px;
    box-sizing: border-box;
}
.messageBox{
    display: flex;
    flex-direction: column;
    /* flex-basis: 48%; */
    gap: 5px;
}
.sendButton{
    margin-left: auto;
    width: 120px;
}
.formBtn{
    width: 100%;
    height: 40px;
    background-color: #BA7E67;
    border: 2px solid #BA7E67;
    color: white;
    font-family: 'poppins', sans-serif;
    border-radius: 5px;
    transition: .4s;
    cursor: pointer;
}
.formBtn:hover{
    border: 2px solid black;
}
#map{
    width: 100%;
}
#map iframe{
    width: 100%;
    height: 70vh;
}
@media (max-width:768px) {
    .inputInline{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .inputInline .input{
        flex-basis: 100%;
        gap: 5px;
    }
}
.overlaySelect select{
    width: auto;
    appearance: none;
    padding: 10px 20px;
    box-sizing: border-box;
    background-color: #834e39;
    border: 2px solid #c27759;
    border-radius: 10px;
    color: white;
    font-family: 'poppins',sans-serif;
    box-sizing: border-box;
}
.overlaySelect select option i{
    color: white;
    font-family: 'poppins',sans-serif;
    font-size: 20px;
}
.roomSection{
    background-color: #FAFAFA;
    width: 100%;
}
.pageRoomBoxes{
    padding: 20vh 10vw;
    height:auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    gap: 30px;
}
.pageRoomBox{
    background-color: white;
    height: 100%;
    width: 24vw;
}
.pageRoomBoxImage{
    width: 100%;
    height: 250px;
}
.pageRoomBoxImage img{
    width: 100%;
    height: 100%;
    border-radius: 0px;
}
.pageRoomBoxData{
    padding: 8px 0px;
    box-sizing: border-box;
    font-family: 'poppins', sans-serif;
    display: flex;
    flex-direction: column;
    color: #BA7E67;
    
}
.pageRoomBoxDataTop{
    padding: 0px 10px;
    box-sizing: border-box;
    gap: 05px;
    display: flex;
    flex-direction: column;
}
.pageRoomBoxDataNameStatus{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pageRoomBoxDataNameStatus h1{
    font-size: 22px;
    font-weight: 400;
}
.pageRoomBoxDataNameStatus p{
    font-size: 12px;
}
.pageRoomBoxDataPrice{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.pageRoomBoxDataPrice h1{
    font-size: 22px;
    font-weight: 400;
}
.pageRoomBoxHr {
    margin: 04px 0px;
    width: 100%;
    height: 1px;
    background-color: #BA7E67;
}
.pageRoomBoxDataBottom{
    padding: 10px 10px;
    box-sizing: border-box;
    gap: 05px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pageRoomBoxDataIcons{
    display: flex;
    gap: 20px;
}
.pageRoomBoxDataIcons i{
    font-size: 15px;
    background-color: #FAFAFA;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 50%;
}
.pageRoomBoxDataButton a{
    text-decoration: none;
    font-family: 'poppins', sans-serif;
    border-radius: 05px;
    color: white;
    padding: 05px 15px;
    /* height: 40px; */
    background-color: #BA7E67;
    border: 2px solid #BA7E67;
    transition: .4s;
    cursor: pointer;
}
.pageRoomBoxDataButton a:hover{
    border: 2px solid black;
}
@media (max-width:1280px) {
    .pageRoomBox{
        width: 25vw;
    }
    .pageRoomBoxDataNameStatus h1{
        font-size: 18px;
        font-weight: 400;
    }
    .pageRoomBoxDataNameStatus p{
        font-size: 10px;
    }
    .pageRoomBoxDataPrice h1{
        font-size: 18px;
        font-weight: 400;
    }
    .pageRoomBoxDataIcons{
        display: flex;
        gap: 10px;
    }
    .pageRoomBoxDataIcons i{
        font-size: 10px;
        padding: 7px;
        box-sizing: border-box;
        border-radius: 50%;
    }
    .pageRoomBoxDataButton a{
        width: 100px;
        height: 40px;

    }
}
@media (max-width:1200px) {
    .pageRoomBox{
        width: 22vw;
    }
    .pageRoomBoxDataNameStatus h1{
        font-size: 15px;
        font-weight: 400;
    }
    .pageRoomBoxDataNameStatus p{
        font-size: 10px;
    }
    .pageRoomBoxDataPrice h1{
        font-size: 15px;
        font-weight: 400;
    }
    .pageRoomBoxDataIcons{
        display: flex;
        gap: 10px;
    }
    .pageRoomBoxDataIcons i{
        font-size: 10px;
        padding: 7px;
        box-sizing: border-box;
        border-radius: 50%;
    }
    .pageRoomBoxDataButton a{
        width: 80px;
        height: 40px;

    }
}
@media (max-width:1152px) {
    .pageRoomBoxes{
        justify-content: center;
    }
    .pageRoomBox{
        width: 33vw;
    }
    .pageRoomBoxDataNameStatus h1{
        font-size: 18px;
        font-weight: 400;
    }
    .pageRoomBoxDataNameStatus p{
        font-size: 12px;
    }
    .pageRoomBoxDataPrice h1{
        font-size: 18px;
        font-weight: 400;
    }
    .pageRoomBoxDataIcons{
        display: flex;
        gap: 10px;
    }
    .pageRoomBoxDataIcons i{
        font-size: 12px;
        padding: 7px;
        box-sizing: border-box;
        border-radius: 50%;
    }
    .pageRoomBoxDataButton a{
        width: 100px;
        height: 40px;

    }
}
@media (max-width:768px) {
    .pageRoomBoxes{
        justify-content: center;
    }
    .pageRoomBox{
        width: 35vw;
    }
    .pageRoomBoxDataNameStatus h1{
        font-size: 15px;
        font-weight: 400;
    }
    .pageRoomBoxDataNameStatus p{
        font-size: 10px;
    }
    .pageRoomBoxDataPrice h1{
        font-size: 15px;
        font-weight: 400;
    }
    .pageRoomBoxDataIcons{
        display: flex;
        gap: 10px;
    }
    .pageRoomBoxDataIcons i{
        font-size: 10px;
        padding: 7px;
        box-sizing: border-box;
        border-radius: 50%;
    }
    .pageRoomBoxDataButton a{
        width: 80px;
        height: 40px;
        font-size: 12px;
    }
}
@media (max-width:650px) {
    .pageRoomBoxes{
        justify-content: center;
    }
    .pageRoomBox{
        width: 100%;
    }
    .pageRoomBoxDataNameStatus h1{
        font-size: 22px;
        font-weight: 400;
    }
    .pageRoomBoxDataNameStatus p{
        font-size: 12px;
    }
    .pageRoomBoxDataPrice h1{
        font-size: 22px;
        font-weight: 400;
    }
    .pageRoomBoxDataIcons{
        display: flex;
        gap: 10px;
    }
    .pageRoomBoxDataIcons i{
        font-size: 12px;
        padding: 7px;
        box-sizing: border-box;
        border-radius: 50%;
    }
    .pageRoomBoxDataButton a{
        width: 120px;
        height: 40px;

    }
}
@media (max-width:450px) {
    .pageRoomBoxDataNameStatus h1{
        font-size: 20px;
        font-weight: 400;
    }
    .pageRoomBoxDataNameStatus p{
        font-size: 10px;
    }
    .pageRoomBoxDataPrice h1{
        font-size: 20px;
        font-weight: 400;
    }
    .pageRoomBoxDataIcons{
        display: flex;
        gap: 10px;
    }
    .pageRoomBoxImage{
        height: 225px;
    }
    .pageRoomBoxDataIcons i{
        font-size: 10px;

    }
    .pageRoomBoxDataButton a{
        width: 100px;
        height: 40px;

    }
}
@media (max-width:350px) {
    .pageRoomBoxDataNameStatus h1{
        font-size: 16px;
        font-weight: 400;
    }
    .pageRoomBoxDataNameStatus p{
        font-size: 8px;
    }
    .pageRoomBoxDataPrice h1{
        font-size: 16px;
        font-weight: 400;
    }
    .pageRoomBoxDataIcons{
        display: flex;
        gap: 10px;
    }
    .pageRoomBoxImage{
        height: 200px;
    }
    .pageRoomBoxDataIcons i{
        font-size: 8px;

    }
    .pageRoomBoxDataButton a{
        width: 80px;
        height: 35px;
        font-size: 12px;
    }
}

.adminRegister{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
    background-color: #ba7e672d;
}
.registerForm{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    width: 45%;
}
.registerForm h3{
    font-family: 'Poppins',  sans-serif;
    font-weight: 400;
    font-size: 25px;
    text-transform: uppercase;
}
.registerForm p{
    font-family: 'Poppins',  sans-serif;
    margin: 10px 0px;
    font-size: 15px;
    color: #3A3A3A;
    font-weight: 400;
    line-height: 20px;
}
.registerForm form{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.registerForm .inputsInline{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* width: 100%; */
}
.registerForm .inputsInline input{
    outline: none;
    padding: 15px 15px;
    box-sizing: border-box;
    border: 1px solid #EDF1F3;
    width: 48%;
}
.registerForm .inputs{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.registerForm input{
    outline: none;
    padding: 15px 15px;
    box-sizing: border-box;
    border: 1px solid #EDF1F3;
}
.registerForm button{
    width: 180px;
    height: 40px;
    background-color: #BA7E67;
    border: 2px solid #BA7E67;
    border-radius: 5px;
    text-transform: uppercase;
    color: white;
    margin-top: 20px;
    transition: .4s;
}
.registerForm button:hover{
    border: 2px solid black;
    cursor: pointer;
}
