
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&family=Roboto&display=swap');


* {
    padding: 0;
    margin: 0;
}
body{
    
    font-family: 'Poppins', sans-serif;
}
p {
    font-family: 'Poppins', sans-serif;
    /* font-size: 18px; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

li {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    list-style: none;

}

/* sidebar */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
  }
  
  .sidenav a:hover {
    /* color: #f1f1f1; */
    color: crimson;
    text-decoration: none;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  #main {
    transition: margin-left .5s;
    padding: 16px;
  }

  #main span{
    font-size:20px;
    cursor:pointer;
    position: absolute;
    color: #fff;
    left: 1%;
    top: 16px;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

.main-image img{
    width: 100%;
    height: 85vh;
    
    object-fit: cover;
}

.logo h2{
    position: absolute;
    top: 0;
    color: #fff;
}

.main-wrapper{
    position: absolute;
    top: 0;
    width: 100%;
    /* height: 100%; */
    left: 0;
    padding-top: 70px;
   
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-wrapper-content-first{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.bookcontent{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 14px;
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px; */
}

.bookcontent .head2 {
    font-weight: bold;
    font-size: 18px;
    line-height: calc(28px - 6*(100vw - 360px)/1440);
    color: #ffffff;
}
.bookcontent .para {
    padding-left: 14px;
    font-weight: 400;
    font-size: calc(10px + 2*(100vw - 360px)/1440);
    line-height: 15px;
    color: #fff;
  
}

.bookingSec {
    background: rgba(207, 191, 191, 0.15);
    -webkit-backdrop-filter: blur(70px);
    backdrop-filter: blur(70px);
    border-radius: 20px 20px 0px 0px;
    padding: 30px 40px 20px;
    /* margin: 0px auto; */
    /* max-width: 90% !important; */
    /* position: relative; */
}

.bookingSec #BE_Widget {
    padding: 0 !important;
}
#BE_Widget {
    display: block;
    padding: 15px;
    border-radius: 8px;
    width: 100%;
}
#BE_Widget, #BE_Widget * {
    box-sizing: border-box;
    font-family: 'Work Sans',sans-serif;
    color: #4d4d4d;
    outline: 0;
}

.my-form{
    padding: 20px;
}

.my-form input{
    padding: 3px;
    border: none;
    outline: 0;
    border-radius: 4px;
    background: beige;
    width: 100%;
}


.my-booking{
    background: rgba(207, 191, 191, 0.15);
    -webkit-backdrop-filter: blur(70px);
    backdrop-filter: blur(70px);
    border-radius: 20px 20px 0px 0px;
    padding: 30px 40px 20px; 
    margin-top: 5%;
    width: 628px;
}

.form-area{
    border: 1px solid;
    padding: 8px;
    border-color: gray;
    border-radius: 5px;
}

.form-input-div{
    margin: 5px 0px;
}

.form-area input{
    border-radius: 5px;
    border: 1px dashed #fff;
    color: #fff;
    outline: none;
    width: 100%;
    padding: 8px;
    background-color: transparent;
}

.form-area label{
    color: #fff;
}

.btn-book{
    padding: 6px 20px;
    font-size: 19px;
    margin: 10px 0px;
    background-color: crimson;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 5px;
}

.call p{
    position: absolute;
    top: 25px;
    right: 21px;
    color: #fff;
    font-weight: bold;
}
.call a{
    color: #fff;
}

.tab-content h3{
    font-size: 30px;
    color: burlywood;
    margin-top: 20px;
}

.tab-content p{
    font-size: 30px;
  
    margin-top: 20px;
}

.sample-item{
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 15%);
    padding: 20px;
    border-radius: 9px;
    min-height: 100%;
}

.sample-item span{
    font-size: 17px;
    
    padding-left: 26px;
}

.sample-item i{
    background: #dc143c;
    padding: 14px;
    color: #fff;
    border-radius: 6px;
}

.margin-top{
margin-top: 70px;
}

.image-1 img{
    border-top-left-radius: 178px;
    border-top-right-radius: 178px;
}

.middle-content{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.middle-content h4{
 font-size: 50px;
}

.first-col h3{
    font-size: 30px;
    font-weight: bold;
}

.second-col p{
  color: #000;
  font-size: 16px;
}

.first-box , .second-box{
    background-color: #dc143c;
    padding: 30px;
    position: relative;
    font-weight: bold;
    color: #fff;
    min-height: 100%;
    padding-right: 40%;
    height: 300px;
    border-radius: 5px;
}
.second-box{
    background-color: #e7893b;
   
}

.bar-dinning-image img{
    top: 70px;
    width: 240px;
    position: absolute;
    right: 14px;
}

.second-box-heading p , .first-box-heading p{
    padding-top: 32px;
    padding-right: 20px;
}

.second-box-heading a , .first-box-heading a{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 16px;

    line-height: 6;
}

.margin-only-title{
    margin-top: 200px;
}

.only-title h1{
    font-size: 41px;
    font-style: italic;
    padding-bottom: 12px;
}

.only-title p{
    font-size: 17px;
    color: gray; 
}




/*  */


.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
  }

 

  .page-2-content h1{
    font-size: 50px;
    font-weight: bolder;padding-bottom: 20px;
  }

  .page-2-content p{
    font-size: 17px;
    
  }

  .swiper-slide img{
    width: 100%;
    height: 100%;
  }


  .choose-box{
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 15%);
    padding: 20px;
    border-radius: 9px;
    /* min-height: 100%; */
  }

  .choose h3{
    font-size: 25px;
    font-style: italic;
    font-weight: bold;
    margin-top: 0;
  }

  .choose p , .stays p{
    line-height: 2;
    color: gray;
    font-size: 15px;
  }

  .choose-box span{
    font-size: 47px;
    font-weight: bold;
    color: #dc143c;
  }

  .choose-box h6{
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
  }

  .stays h1{
    font-size: 45px;
    font-weight: bold;

  }

  .stays-img{
    min-height: 100%;
  }

  .review-img img{
    border-radius: 180px;
  }

.review-google{
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 15%);
    padding: 30px;
    border-radius: 9px;
    min-height: 100%;
    background: #fff;
}

.review-google p {
    color: gray;
    line-height: 2;
    font-size: 19px;
}

.slide-heading h1{
    font-size: 32px;
    font-weight: bold;
    font-style: italic;
}

.slide-heading p {
    color: gray;
    /* line-height: 1; */
    font-size: 19px;
}

.swiper-wrapper{
    margin-top: 20px;
}

.slide img{
    width: 281px;
    height: 207px;
}

footer{
    background-color: #2C3639;
    padding: 20px 20px 0px 20px;
    margin-top: 50px;
    color: #fff;
}

.p-footer{
    padding: 20px 0px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}

.links li a{
    color: #fff;
    line-height: 3;
    font-weight: 500;
}

.main-title h2{
    font-family: 'Pacifico', cursive;
    font-size: 36px;
}


.video-content h1{
    font-size: 35px;
    font-weight: bold;
    font-style: italic;

}

.video-content p{
    font-size: 17px;
  color: gray;

}
.bg{
    /* background-color: rgb(0 0 0 / 15%); */
    padding: 20px;
}

.about-title h1{
    font-size: 50px;
}

.about-title p{
    font-size: 16px;
    line-height: 33px;
    color: #404852;
    font-weight: normal;
}

.about-page-margin {
    margin-top:40px;
}

.safety-box{
    min-height: 100%;
    border: 1px solid;
    border-color: #d6ab3b;
    padding: 20px;

}

.safty-box-item ul{
    display: flex;
    align-items: center;
}

.safty-box-item li{
    color: gray;
    font-size: 20px;
}

.safety h2 , .map h2 , .review h2 , .offer-list h2{
    font-size: 54px;
    font-weight: bold;
    font-style: italic;
}

.about-video video{
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.review{
    background: rgba(244, 230, 192, 0.17);
    padding: 30px;
}

.room-title h2{
    position: absolute;
    top: 216%;
    left: 40%;
    font-size: 86px;

}

.margin-top-room {
    margin-top: 120px;
}

.room-bg{
    background: rgba(244, 230, 192, 0.17);
    padding: 30px;
}

.room-section p{
    color: #000;
}

.img img{
     width: 555px;

    height: 387px;
}

.form-page label{
    display: block;
}

.form-page input{
   width: 100%;
   padding: 10px;
   border-radius: 5px;
   outline: none;
   border: 1px solid #dc143c;
}

.form-page select{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #dc143c;
 }
textarea{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #dc143c;
 }

 .feature-item {
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 56%);
    background-color: #fff;
    padding: 30px;
    min-height: 100%;
}
.feature-item h3 {
    font-weight: 600;
}

.contactReserve .reserveContact {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
}
.contactReserve .reserveContact .head3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.346154px;
    color: #A5241C;
    margin-bottom: 20px;
}

.contactReserve .reserveContact .reserveLink {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.346154px;
    color: #000000;
    margin-bottom: 5px;
}

.contactReserve {
    background: #FFFCF3;
    padding: 40px 0px;
    margin: 40px 0px;
}

.offer-item{
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    min-height: 100%;
}

.offer-content{
    padding: 20px;
 
}

.offer-content h3{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.offer-content p{
    font-weight: normal;
    font-size: 15px;
    line-height: 27px;
    color: #121212;
}

.restaurant-content h4{
    font-weight: bold;
    font-size: 16px;
    line-height: 27px;
    color: #000000;
}

.restaurant-content p{
    font-weight: normal;
    color: #000000;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 27px;
}

.btn-hollow {
    background: transparent;
    color: #850600;
    padding: 12px 22px;
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
    border: 1px solid #A5241C;
    max-width: 175px;
    margin-bottom: 0px;
    outline: none;
    height: 40px;
    border-radius: unset;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.btn-hollow:hover {
    opacity: 0.5;
}