/* This is the Hotel page   */
/*  */
/*=================== fonts ====================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");

body{
  font-family: "Roboto", sans-serif !important;
}
.col-md-offset-right-1,
.col-lg-offset-right-1 {
  margin-right: 8.33333333%;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.list_style {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

.row.m0 {
  margin: 0px;
}

.p0 {
  padding: 0px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-25 {
  margin-top: 25px;
}

body {
  line-height: 24px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #777777;
}

section {
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif !important;;
  font-weight: 600;
  text-transform: capitalize;
}

button:focus {
  outline: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.section_gap {
  padding: 120px 0;
}

.d_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.mb_30 {
  margin-bottom: -30px;
}

.section_title {
  margin-bottom: 75px;
}

.section_title h2 {
  font-size: 36px;
  line-height: 45px;
  font-weight: 600;
}

.section_title p {
  font-size: 14px;
  line-height: 30px;
  color: #777777;
  margin-bottom: 0px;
}

.title_color {
  color: #222222;
}

.title_w {
  color: #fff;
}

.title {
  font-size: 36px;
  line-height: 45px;
  font-weight: 600;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.theme_btn {
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  background: #f3c300;
  padding: 5px 30px;
}

.theme_btn:before {
  background: #f8b100;
}

.theme_btn:hover {
  color: #fff;
}

.white_btn {
  background: #fff;
  padding: 0px 40px;
  line-height: 40px;
  font-size: 14px;
  color: #222222;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.button_hover {
  border-radius: 0px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
  border: 0px;
  display: inline-block;
  text-align: center;
}

.button_hover:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: -1;
  background: #f8b100;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}

.button_hover:hover {
  color: #fff;
}

.button_hover:hover:before {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.theme_btn_two {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  background: #222222;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 29px;
}

.book_now_btn {
  width: 100%;
  display: block;
  background: #f3c300;
  color: #222222;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  padding: 5px 20px;
}


/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============= Start banner_area css =============*/
.banner_area {
  position: relative;
  z-index: 1;
}

.page-booking_table {
  padding-top: 15rem;
  padding-bottom: 10rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8)),
    url(../hotel-images/head.jpg) center center no-repeat;
  background-size: cover;

}


.banner_area .position {
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
}

.booking_table {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 800px;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 125%;
  bottom: 0;
  z-index: -1;
}

.banner_content {
  color: #fff;
  margin-bottom: 94px;
}

.banner_content h6 {
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-weight: 400;
}

.banner_content h2 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
}

.banner_content p {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 0px 20px;
}

/*============= End banner_area css =============*/
.hotel_booking_table {
  background: #ffffff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 50px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hotel_booking_table h2 {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
}

.boking_table {
  margin-left: -50px;
}

.book_tabel_item .form-group {
  margin-bottom: 0px;
}

.book_tabel_item .form-group .input-group {
  position: relative;
}

.book_tabel_item .form-group .input-group .form-control {
  border: 1px solid #2b3146;
  background: transparent;
  border-radius: 0px;
  font-size: 13px;
  line-height: 38px;
  padding: 0px 20px;
  color: #000000;
  z-index: 0;
}

.book_tabel_item .form-group .input-group .form-control.placeholder {
  color: #000000;
}

.book_tabel_item .form-group .input-group .form-control:-moz-placeholder {
  color: #000000;
}

.book_tabel_item .form-group .input-group .form-control::-moz-placeholder {
  color: #000000;
}

.book_tabel_item .form-group .input-group .form-control::-webkit-input-placeholder {
  color: #000000;
}

.book_tabel_item .form-group .input-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.book_tabel_item .form-group .input-group .input-group-addon {
  background: transparent;
  padding: 0px;
  border: 0px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #777777;
  z-index: 2;
}

.book_tabel_item .input-group {
  margin-bottom: 10px;
}

.book_tabel_item .nice-select {
  background: transparent;
  border-radius: 0px;
  border: 1px solid #2b3146;
  font-size: 13px;
  line-height: 40px;
  height: 40px;
  color: #000000;
}

.book_tabel_item .nice-select:after {
  content: "\e874";
  font-family: "Roboto", sans-serif !important;
  font-size: 13px;
  color: #000000;
  border: 0px;
  top: 0;
  margin-top: 0px;
  right: 20px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

/*----------------------------------------------------*/
/*================= latest_blog_area css =============*/
.single-recent-blog-post {
  margin-bottom: 30px;
  color: #999;
}

.single-recent-blog-post .thumb {
  overflow: hidden;
}

.single-recent-blog-post .thumb img {
  -webkit-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
}

.single-recent-blog-post .details {
  padding-top: 30px;
}

.single-recent-blog-post .details .sec_h4 {
  line-height: 24px;
  padding: 10px 0px 13px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.single-recent-blog-post .details .sec_h4:hover {
  color: #fff703;
}

.single-recent-blog-post .date {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.single-recent-blog-post:hover img {
  -webkit-transform: scale(1.23) rotate(10deg);
  -ms-transform: scale(1.23) rotate(10deg);
  transform: scale(1.23) rotate(10deg);
}

.tags .tag_btn {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #eeeeee;
  display: inline-block;
  padding: 1px 18px;
  text-align: center;
  color: #222222;
}

.tags .tag_btn:before {
  background: #f3c300;
}

.tags .tag_btn+.tag_btn {
  margin-left: 2px;
}

/*----------------------------------------------------*/


/* responsive for the hostelpage   */

@media(max-width: 1199px) {}

@media(max-width: 991px) {

  .hotel_booking_table {
    padding: 28px 15px 15px;
  }

  .banner_area {
    display: block;
  }

  .banner_area .position {
    position: relative;
    background: #04091e;
    bottom: 0px;
  }

  .banner_area {
    min-height: 100%;
  }

  .banner_content {
    margin-bottom: 94px;
    margin-top: 124px;
  }

  .accomodation_area .row {
    max-width: 556px;
    margin: 0px auto -30px;
  }

  .blog_banner .banner_content {
    margin: 200px 0px 120px;
  }

  .categories_post img {
    width: 100%;
  }

  .blog_categorie_area .col-lg-4+.col-lg-4 {
    margin-top: 40px;
  }

  .blog_area {
    padding-bottom: 80px;
  }

  .single-post-area .blog_right_sidebar {
    margin-top: 30px;
  }
}

@media(max-width: 767px) {
  .about_content {
    padding-bottom: 50px;
  }

  .single-recent-blog-post {
    max-width: 360px;
    margin: 0px auto 30px;
  }

  .boking_table {
    margin-left: -0px;
  }

  .hotel_booking_table {
    display: block;
    padding: 30px 0px;
  }

  .gallery_item img {
    max-width: 100%;
    width: 100%;
  }

  .blog_banner .banner_content h4 {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 20px;
  }

  .blog_info {
    text-align: left !important;
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .blog_meta li {
    display: inline-block;
    width: calc(95%/ 2);
  }

  .single-post .blog_info {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .single-post-area .social-links {
    padding-left: 0px;
    margin-bottom: 0px;
  }

  .comment-form .email {
    margin-bottom: 0px;
  }

  .contact_form {
    margin-top: 30px;
  }
}

@media(max-width: 575px) {
  .banner_content h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .banner_content p br {
    display: none;
  }

  .accomodation_area .row {
    max-width: 278px;
    margin: 0px auto -30px;
  }

  .section_gap {
    padding: 70px 0;
  }

  .section_title h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .testimonial_slider .testimonial_item img {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .testimonial_slider .testimonial_item {
    display: block;
  }

  .navbar {
    padding: 0px 10px;
  }

  .header_area .container {
    padding: 0px;
  }

  .header-top .container {
    padding: 0px 15px;
  }

  .blog_banner .banner_content h4 {
    font-size: 36px;
    line-height: 46px;
  }
}

@media(max-width: 480px) {
  .comments-area .comment-list.left-padding {
    padding-left: 5px;
  }

  .comments-area .thumb {
    margin-right: 5px;
  }

  .comments-area .btn-reply {
    padding: 0px 8px;
  }
}

   /* Box Styles */
   .blue-box {
    background-color: #ffffff; /* Light grey background for the main box */
    padding: 20px;
    /* border-radius: 10px; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

/* Date-Time Box */
.datetime-box {
    background-color: #e9ecef;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}

/* Headings */
.blue-box h1 {
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 24px;
    color: #090909;
    max-height: 95vh;
text-align: center;    
    
}
.input{
background-color: #ffa227;
height: 10px;
font-size: xx-large;
}
/* Submit Button */
.btn-submit {
    background-color: #ffa227;
    color: rgb(12, 12, 12);
    border-radius: 5px;
    padding: 12px;
    font-size: 16px;
}
.btn-submit:hover{
  background-color: #000000;
  color: #ffffff;
}

/* Media Queries */
@media (max-width: 768px) {
    .col-md-3 {
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .btn-submit {
        font-size: 14px;
        padding: 10px;
    }
}

/* table for the banner end  */



/* hotel booking  */
.img-box img {
  width: 250px; /* Fixed width for the image */
  border: 1px solid transparent;
  border-radius: 30px;
  cursor: pointer;
}
.img-box img:hover{
 
  transition: all 0.2s linear;
  transform: scale(1.1);

  
}
.card-body button{
 border: 1px solid #ffa227;
 border-radius: 5px;
background-color: #ffa227;
color: white;
font-weight: bold;
font-size: 15px;
}
.card-body button:hover{
  background-color: rgb(39, 39, 39);
}
.img-box {
  display: flex;
  align-items: center;
  margin-bottom: 15px; /* Space between image-text boxes */
  border-radius: 30px;
}

.img-box .text-content {
  margin-left: 20px; /* Space between image and text */
}

/* Responsive adjustments for smaller screens */
@media (max-width: 767.98px) {
  .img-box {
      flex-direction: column;
      align-items: flex-start;
  }

  .img-box img {
      margin-bottom: 10px;
      
  }
}

.card-body   .card-title {
  color: #0c0c0c;
  font-family: "Roboto", sans-serif !important;

 

}
.card-body .filter-options{
  color: rgb(5, 5, 5);
  font-size: larger;
  line-height: 3rem;
  font-family: "Roboto", sans-serif !important;
}

.card-body h6{
  color: #222222;
  font-family: "Roboto", sans-serif !important;
}