*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:"Poppins", sans-serif;
}


body{
    margin:0;
    padding:0;
    min-height: 100%;
    width:100%;
}



.head{
    display: flex;
}
.context{
    max-width: 100vh;
    margin: 0px 30px 35px 40px;
    padding-top: 20px;
    padding-left:1%;
    padding-bottom: 50px;
}
.context  h4{
    font-size: 2rem;
}

.navig{
    display: flex;
    gap:24px;
    padding-left: 58vh;
    padding-top: 15px;
    font-size: 1em;
}
.navig a{
    text-decoration: none;
    outline: none;
    color: white;
}

.navig li{
    list-style: none;
    text-decoration: none;
}
.hero-banner{
    background-image: linear-gradient(to right, rgba(0,0,0,0.5) , rgba(0, 0, 0, 0.1)), linear-gradient(to bottom, rgba(0,0,0,0.2) , rgba(0, 0, 0, 0.1)),url(/assets/images/Home\ Screen.jpg);
    max-width: 100%;
    /* width:95vw;
    height:90vh; */
    color:aliceblue;
}
.log-out{
    background-color: transparent;
    border: none;
    font-size: 16px;
    color:aliceblue;
    padding-left: 45vh;
}
.logo-text{
    color:#FF8D41;
} 


.title-wrapper{
    margin-top: 284px; 
}

.title-wrapper h1{
    font-weight:600;
    font-size: 70px;
}


.hero-buttons{
    padding-top: 50px;
}

.book-now{
    background-color: #fb802e;
    color:white;
    border: none;
    border-radius: 10px;
    height: 44px;
    width: 119px;
    font-size: 1em;
}


.explore-more{
    font-size: 15px;
    color:white;
    background-color: transparent;
    border:1px solid white;
    border-radius:10px;
    margin:0 0 0 30px;
    height: 44px;
    width: 119px;
}

.about-us{
    background-color: #FFFFFF;
    height: 1050px;
    width:100%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    padding: 129px 100px;
}

.about-us-title{
    display: flex;
    justify-content: center;
}



/* .history-text{

} */
.whytextcontainer{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.history-text h2 , .whytextcontainer  h2{
    color: #4a4949;
    padding-top: 1px;
    font-size: 40px;

}
.about-us-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-bottom: 100px;
    color: #333;
}
.explore-room-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #333;
}

.half-line {
  width: 30px;
  height: 1px;
  background-color: #777;
}

.about-title {
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.whatpsay {
  margin-bottom: 60px;
}

.whatpsay h3 ,.exploreroom{
  display: flex;
  justify-content: center;
  font-size: 36px;
  font-weight: 700;
  color: #333;
}

.logo-text {
  color: #ff7a00;
}

.reviews {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.testimonial{
  /* padding: 157px 168px; */
  width: 100%;
  height: 608px;
  padding: 100px 157px;
  align-items: center;
}
.testimonial-card {
  max-width: 250px;
  margin: 0 auto;

}

.testimonial-card img {
  width: 28px;
  margin-bottom: 20px;
  margin-left: 90px;
}

.rv {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: center;
}

.author {
  font-weight: 600;
  margin-top: 24px;
  color: #333;
  font-size: 16px;
  text-align: center;
}
/* 
.email {
  font-size: 13px;
  color: #999;
  margin-top:10px;
  text-align: center;
} */

.outerbox{
    position: relative;
    width: 90%;
    height: 330px;
    border:1px solid #cac7c7;
    border-radius: 50px;
    padding: 12px;
}

.innerbox{
   background-image: url("/assets/images/Rectangle\ 11.png");
   width: 100%;
   height: 100%;
   background-repeat: no-repeat;
   border-radius: 30px;
}
 
.historyJS, .whyus{
    display: flex;
    color:#424242;
    flex-direction: row;
    gap: 50px;
}

.readmore{
    border:1px #FF8D41;
    outline:auto;
    font-weight: 600;
    color: #FF8D41;
    background-color: transparent;
    padding: 12px 20px;
    border-radius: 10px;
    margin-top: 30px;
}

.details{
    background-color: #FF8D28;
    color: white;
    display: flex;
    justify-content: space-evenly;
     align-items: center;
    height: 100px;
    padding: 20px;
}

.years{
  text-align: center;
}
.years h2{
  font-size: 30px;
}

.about-text{
  display: flex;
    flex-direction: column;
    gap: 100px; 
/* }
.upperdetails{
    display: flex;
    justify-content: space-evenly;
    font-size:xx-large;
    /* align-content: space-between; */
}

.lowerdetails{
    display: flex;
    justify-content: space-evenly;
}

.room-details{
    background-color: #f7f7f7;
    padding: 110px 100px;
} */


.exploreroom h3 {
    color: #666;
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.rooms{
    display: flex;
    gap:30px;
    justify-content: center;
    margin-top: 50px;
}
.junior-suit{
   background-color: #fffdfd;
}
.room-text{
    justify-items: center;
    list-style-type: none;
    padding: 40px 24px;
} 
.price{
    color:#757575;
}

.our-services{
    padding: 60px 80px;
    text-align: center;
}

.testimonal{
    background-color: #fff;
    text-align: center;
}


.service-container{
    padding-top: 100px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.service-card{
    background: #fff;
    padding: 50px 30px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #f0f0f0;
    min-height: 260px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.service-card img{
    width: 45px;
}

.service-card h4{
    font-size: 20px;
    font-weight: 600;
}

.service-card p{
    font-size: 14px;
    color: #888;
}


.sports{
  padding-top:80px ;
    background-color: #FF8D28;
    color: #fff;
    border: none;
}

.sports p{
    padding-top: 10px;
    color: #fff;
}

.reviews{
    display: flex;
    justify-content: space-evenly;
}   


.foot{
  height: 374px;
  width:100%;
  padding: 80px 80px;
}
.footer-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: flex;
}

.footer-col {
  min-width: 150px;
}
.footer-col brand{
  color:#333;
  display: flex;
  flex-direction: column;
}
.footer-col h3 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #333;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  text-decoration: none;
  color: #888;
  font-size: 14px;
}

.footer-col ul li a:hover {
  color: #ff7a00;
}

.brand h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.brand h2 span {
  color: #ff7a00;
}

.brand p {
  font-size: 14px;
  color: #777;
  max-width: 260px;
}

.brand .email {
  margin-top: 10px;
  color: #999;
  font-size: 14px;
}
