/*------------------------------------------------

CSS STRUCTURE:

1. VARIABLES

2. GENERAL TYPOGRAPHY
  2.1 General Styles
  2.2 Background Color
  2.3 Section
    - Section Paddings
    - Section Margins
    - Section Title
  2.4 Buttons
    - Primary Buttons
    - Outline Buttons
    - Button Hover Effects

3. CONTENT ELEMENTS
  - Dropdown
  - Form
  - Svg Color
  - Swiper
  - Modal Video
  - Preloader

4. SITE STRUCTURE
  4.1 Header
  4.2 Billboard
  4.3 Rooms Section
  4.4 Services Section

5. PAGES STYLE
  5.1 About page
  5.2 Blog page 
  5.3 Booking page 
  5.4 Gallery page
  5.5 Reviews page 
  5.5 FAQs page 

 revarce-wrap
  
/*--------------------------------------------------------------
/** 1. VARIABLES
--------------------------------------------------------------*/
:root {
  --primary-color: #78006e;
  --secondary-color: #be008d;
  --black-color: #1A1A1A;
  --dark-color: #353535;
  --primary-color-200: #dee9f8;
  --primary-color-400: #ecdbed;
  --gray-color: #777F81;
  --light-color: #fdfdfd;

  /* bootstrap color-scheme */
  --bs-dark-rgb: 80, 80, 80;
  --bs-gray-100: #EAE5DD;
  --bs-gray-300: #DCDCDC;
  --bs-light-rgb: rgba(255, 255, 255, .9);
  --bs-body-color-rgb: 53, 53, 53;
  --bs-primary-rgb: 209, 104, 6;
  --bs-secondary-rgb: 249, 246, 243;
}

/* Fonts */
:root {
  --heading-font: "Libertinus Sans", serif;
  --body-font: "Sora", sans-serif;
}

/*----------------------------------------------*/
/* 2 GENERAL TYPOGRAPHY
/*----------------------------------------------*/

/* 2.1 General Styles
/*----------------------------------------------*/


html {
  box-sizing: border-box;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  letter-spacing: 0.32px;
  color: var(--dark-color);
  margin: 0;
}

p {
  color: var(--dark-color);
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a:hover {
  color: var(--secondary-color);
  //border-bottom: 1px solid var(--secondary-color);
}
footer a:hover {
  color: var(--secondary-color);
  border-bottom: 1px solid var(--secondary-color);
}

.text-light {
  color: var(--light-color) !important;
}

.text-primary {
  color: var(--primary-color) !important;
}
.text-secondary {
  color: var(--secondary-color) !important;
}

.text-black {
  color: var(--black-color) !important;
}

.slide-read-more{
     overflow:hidden;
   transition: height 0.4s ease;
 }
 .slide-read-more-button{
     cursor: pointer;
     text-align: left;
     margin-top: 8px;
     color: #1d57a6;
     display: none;
 }
 
.right-panel {
      top: 100px;          /* Starting offset */
      right: 0px;
      //transition: top 0.3s ease;
    }
    
.form-group .text-body{border:0px solid blue;position: relative;float:right;top:-32px;right:8px;display:block}
/* 2.2 Background Color
/*----------------------------------------------*/

.bg-light-rgb {
  background-color: var(--bs-light-rgb) !important;
}

.bg-primary-sec {
  background-color: var(--secondary-color) !important;
}
.bg-primary {
  background-color: var(--primary-color) !important;
}
.bg-primary-200 {
  background-color: var(--primary-color-200) !important;
}
.bg-primary-400 {
  background-color: var(--primary-color-400) !important;
}
.border-primary {
  border:1px solid var(--primary-color-400) !important;
}
.bg-light {
  background-color: #111111 !important;
}

.bg-lightgreen{background:#dbf6df; border:1px solid #9ae5a5}
.bg-lightorang{background:#f9ebc9;}

table tbody tr .tag {
  padding:3px 8px;font-size:12px;
}
.room-item .group-tag { position:absolute;z-index:1;color:#fff;margin-top:20px;
  padding:3px 8px;font-size:12px;border: 1px solid var(--primary-color) !important;background-color: var(--primary-color) !important;
}

.bg-gray {
  background-color: var(--bs-gray-100) !important;
}
.table table{width:100%;border: 1px solid #dfdfdf;}
.table table thead tr th{padding:10px 20px !important;background-color: var(--bs-gray-100) !important;}
.table table tbody tr td{padding:10px 20px !important;}

hr{border-top: 1px solid #999 !important;border-bottom: 0px solid #dfdfdf;}
/*--------------------------------------------------------------
/** 2.3 Section
--------------------------------------------------------------*/
/* - Section Padding
--------------------------------------------------------------*/
.padding-small {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.padding-medium {
  padding-top: 3em;
  padding-bottom: 3em;
}

.padding-large {
  padding-top: 8em;
  padding-bottom: 8em;
}

.padding-side {
  padding-left: 4rem;
  padding-right: 4rem;
}
.height-100{min-height:50px !important;}
.text-box p a{color: var(--primary-color);border-bottom:1px solid var(--primary-color);}
.text-box h2 strong,.text-box h3 strong,.text-box h4 strong{color: var(--primary-color);}

.banner-height{height: 45vh; }
.h-10{min-height:11vh}


h1{font-size:46px !important;}
h2{font-size:36px !important;}
h3{font-size:22px !important;}
h4{font-size:22px !important;font-weight: 600;}
.border-bottom-primary{border-bottom:1px solid var(--primary-color);}
ul.home-list {padding:0px;margin:0px;}
ul.home-list li {list-style:none;font-size:22px !important;font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);}
@media (max-width: 1400px) {
  .padding-side {
    padding-left: 3rem;
    padding-right: 3rem;
  }
h1{font-size:32px !important;}
h2{font-size:26px !important;}
h3{font-size:22px !important;}
h4{font-size:18px !important;font-weight: 600;}
.h-10{min-height:7vh}

.room-content h3{font-size:16px !important;}
.blog-post h3{font-size:20px !important;}
.blog-post h4{font-size:16px !important;}
.mt-5{margin-top:10px !important;}
.accordion-item h3.accordion-title{font-size:15px !important;}
.hellp-box .fs-5{font-size:16px !important;}
.accordion-item .accordion-header button h3 {font-size:18px !important;font-weight: 500;}
}

@media (max-width: 1200px) {
  .padding-side {
    padding-left: 3rem;
    padding-right: 3rem;
  }
.list-group{font-size:14px;}
.list-group .list-group-item{padding:0px;margin:0px !important;}
.list-group .list-group-item span{padding:0px !important;line-height:18px !important;margin:0px !important;}
.mt-5{margin-top:10px !important;}
.banner-height{height: 35vh !important; }
}

@media (max-width: 992px) {
  .padding-side {
    padding-left: 3rem;
    padding-right: 3rem;
  }
.hellp-box{position:fixed;bottom:0px !important;right:0;width:250px;padding:6px 10px !important;}
.hellp-box .fs-5{font-size:16px !important;}
.hellp-icon{width:35px;height:35px;padding:10px;border-radius:50%;margin:0 auto;display:table-inline}

.room-content{margin-top:10px !important}

.mt-5{margin-top:10px !important;}
.mt-4{margin-top:10px !important;}
.btn{padding:10px 20px;}
.discount-box{position:absolute;z-index:9;left:70px;color:#fff;//rotate: -30deg;font-size:14px;margin-left:-20px !important;margin-top:-75px !important;padding:0 0px}
.discount-box img{width:120px !important;margin-top:-175px !important;padding:0 0px}
.banner-height{height: 35vh !important; }
.h-10{min-height:7vh}
}

@media (max-width: 768px) {
.sticky {
  top: 0px !important;
}
  .padding-side {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-large {
    padding-top: 15em;
  }
.hellp-box{position:fixed;bottom:60px !important;right:0;width:250px;padding:0px !important;}
.hellp-box .fs-5{font-size:16px !important;}
.hellp-icon{width:35px;height:35px;padding:10px;border-radius:50%;margin:0 auto;display:table-inline}

.filter-box{position:fixed;bottom:0px;right:0;width:100%;z-index:99;background:#222}
#filter-box.hidden{opacity: 0; visibility: hidden;}
.filter-box .collapse{position:absolute;bottom:105px; border-bottom:1px solid #999;background:#eee !important;}
.filter-box ul {margin:0px;padding:0px 0px;display: flex;}
.filter-box ul li{list-style:none;padding:0px;font-size:14px !important;line-height:20px;padding:5px 10px;border-right:1px solid #ddd;background:#222;color:#fff}
.filter-box ul li.active{background:#eee;color:#000;padding-top:18px;}
.filter-box ul li a:hover{color:#eee}
.filter-box ul li:last-child{border-right:0px solid #ddd;padding-right:0px;}
.filter-box ul li svg{font-size:10px !important;display:table;text-align:center;margin:0 auto;}

.filter-box ul li ul.submenu{margin:0px;padding:0px 0px}
.filter-box ul li .submenu li{text-align:left !important;padding:10px;font-size:16px !important;border-right:0px solid #ddd;}
.filter-box ul li .submenu li a:hover{color:var(--secondary-color)}
.filter-box ul li .submenu li svg{display: inline;}
.filter-box ul li .submenu {
  display: none;
  position: absolute;
  background: #eee;
  //top: 100%;
  bottom:50px;
  z-index:999999;
  left: -0px;
  min-width: 390px;
 // flex-direction: column;
  border-bottom:1px solid #999;
}
.filter-box ul li:hover .submenu {
  display: inline-block;
  width:100%;
}
h1{font-size:24px !important;}
h2{font-size:22px !important;}
h3{font-size:20px !important;}
h4{font-size:16px !important;font-weight: 600;}

.room-features .box{border-right:0px solid var(--primary-color-400) !important;padding-right:0px;margin-right:0px;}
.room-features .box ul.list li{display:inline-table !important;font-size:14px;margin-right:15px !important;}

.ps-5{padding-left:10px !important;}
.px-5{padding-left:20px !important;padding-right:20px !important;}
.py-5, .py-3{padding-top:10px !important;padding-bottom:10px !important;}
.mt-5{margin-top:10px !important;}
.p-5{padding:15px !important}

.pt-5{padding-top:15px !important;}
.me-5{margin-right:15px !important}

.banner-height{height: 45vh; }
.h-10{min-height:6vh !important;}

.accordion-item .accordion-header button h3 {font-size:16px !important;font-weight: 500;}
table.table tr td, table.table tr th{font-size:12px !important;}
table.table tr td img{width:60px; !important;}

.inner-img-bg.h_30v{background-position: left !important;
	height: 25vh !important;}
}

@media (max-width: 576px) {
  .padding-side {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-large {
    padding-top: 18em;
  }
.blog-post.bih{height:200px;}
.table table thead tr th{padding:0px 10px !important;background-color: var(--bs-gray-100) !important;}
.table table tbody tr td{padding:0px 10px !important;}

table.table tr td, table.table tr th{font-size:12px !important;}
table tbody tr td, table thead tr th{font-size:12px !important; padding:4px 5px !important;margin:0px;}
.hellp-box{position:fixed;transform: rotate(40deg) !important;bottom:660px !important;margin:0 20%;width:250px;padding:5px !important;}
.hellp-box .fs-5{font-size:16px !important;}
.hellp-icon{width:35px;height:35px;padding:10px;border-radius:50%;margin:0 auto;display:table-inline}

.accordion-item button h3.accordion-title{font-size:16px !important;}

h1{font-size:24px !important;}
h2{font-size:22px !important;}
h3{font-size:20px !important;}
h4{font-size:16px !important;font-weight: 600;}

.room-content .tag{display: table;padding:0px 10px !important;}
.filter-box{position:fixed;bottom:0px;right:0;width:100%}
.dtag{display:inline-block;margin-top:8px}
.m-none{display:none}
.slider-text p {font-size:13px;line-height:20px;}
.slider-text .btn {font-size:12px;padding:4px 8px;}
.pckg-tabs button.nav-link{font-size:14px !important;padding:2px 8px !important; margin-bottom:5px;}
.btn{padding:5px 15px;}
.blog-text .breadcrumb{font-size:12px !important;text-align:left !important}
.service img{width:60px !important;}

.sidebar-post-item .image-holder{height:80px !important}
.ziyarat-box{border:1px solid var(--primary-color-400) }

.room-item {
  height:160px !important;
}
.room-item img {
width:100% !important;
    min-height: 290px !important;
    max-height: 190px !important;
   -o-object-fit: cover;
     object-fit: cover;
    background-size: cover;
}
iconify-icon.quote {
  font-size: 40px !important;
}
.room-features .box{border-right:0px solid var(--primary-color-400) !important;padding-right:0px;margin-right:0px;}
.room-features .box ul.list li{display:inline-table !important;font-size:14px;margin-right:10px !important;}

.pt-5{padding-top:15px !important;}
.me-5{margin-right:15px !important}

.banner-height{height: 45vh; }
}
@media (width: 300px) {
.banner-height{height: 35vh !important; }
}

.search-box{padding:0;position:absolute;width:100%;height:10px;}
.search-outer{background:none;position:absolute;top:0px;z-index:9;width:38%;margin:0;right:-0px;}
.home-search{padding:10px 20px;}
.home-search h1{color:#fff;text-shadow:0 0 40px #57575757;font-family:Roboto !important;font-weight:400}
.home-search h1 strong{color:#fff !important;}
.search-outer.home-search .home-search-box{color:#fff !important;z-index:999999;position:absolute;padding:0 20px;border-radius:10px;line-height:26px;box-shadow:0 0 40px #57575757;}
.home-search input{padding:20px 35px;border:2px solid #02a8aa;width:100%;height:50px;background:#fff;box-shadow:0 0 40px #57575757;border-radius:10px;}
.home-search input::placeholder{color:#000;font-weight:500}
.search-outer.home-search .table_item{line-height:30px;}
.search-title{background:#000000;position:relative;padding:26px 20px}
.search-title p{font-size:20px;color:#fff;margin-bottom:0}
.search-title p span{display:block;font-size:20px;font-weight:600}
.search-title [class^=flaticon-]:before,[class*=" flaticon-"]:before,[class^=flaticon-]:after,[class*=" flaticon-"]:after{font-size:50px;color:#fff}.search-form{padding:20px}.table_item{position:relative}.table_item .bootstrap-select>.dropdown-toggle{padding:11px 40px;border-radius:0;border:1px solid #eceaea;background:#fff;font-size:14px;font-weight:300px;font-family:roboto,sans-serif;color:#444}

table.table thead tr.bg-primary th{background:var(--primary-color-400) !important;}
table.table tbody tr.bg-secondary td{background:var(--bs-gray-200) !important;}
.nav-tabs{border:none !important;}
.nav-tabs .nav-item .nav-link{background:var(--primary-color-200);font-size:17px;margin-right:5px;color:#000}
.nav-tabs .nav-item .nav-link.active{background:#212529;color:#fff}
.sidebar-post-item .image-holder{height:100px}
.sidebar-post-item .image-holder img{-o-object-fit: cover;height:100px;
     object-fit: cover;
    background-size: cover;
	width:100%;}

.ziyarat-box{border:1px solid var(--primary-color-400) }
.ziyarat-box:hover{border:1px solid var(--secondary-color) }
.hellp-box-m{transform: rotate(90deg);position:fixed;z-index:999999;right:-60px;bottom:130px;}
.book-now-m{transform: rotate(90deg);position:fixed;z-index:999999;right:-25px;bottom:270px;}
/* - Section Margin
--------------------------------------------------------------*/
.margin-small {
  margin-top: 8.125em;
  margin-bottom: 8.125em;
}

.margin-medium {
  margin-top: 10em;
  margin-bottom: 10em;
}

.margin-large {
  margin-top: 12em;
  margin-bottom: 12em;
}

.text-justify p {text-align:justify !important}
/* - Section Title
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--black-color);
  font-family: var(--heading-font);
  //text-transform: capitalize;
  font-weight: 400;
}
h2{font-size:40px;font-weight: 500;}
h3{font-size:22px;font-weight: 500;}
h4{font-size:20px;font-weight: 600;}
h5{font-size:18px;font-weight: 600;padding-top:4px;}
/* Animation */
@media (min-width: 200px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

/* Animate Slide */
@keyframes slide {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slide {
  -webkit-animation-name: slide;
  animation-name: slide;
}

/*--------------------------------------------------------------
/** 2.4 Buttons
--------------------------------------------------------------*/
.btn {
  --bs-btn-padding-x: 2.4rem;
  --bs-btn-padding-y: 1rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  text-transform: capitalize;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
}

/* - Primary Buttons
--------------------------------------------------------------*/
.btn-primary {
  --bs-btn-color: var(--light-color);
  --bs-btn-bg: var(--secondary-color);
  --bs-btn-border-color: var(--secondary-color);
  --bs-btn-hover-color: var(--light-color);
  --bs-btn-hover-bg: var(--primary-color);
  --bs-btn-hover-border-color: var(--secondary-color);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--dark-color);
  --bs-btn-active-bg: var(--secondary-color);
  --bs-btn-active-border-color: var(--secondary-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--dark-color);
  --bs-btn-disabled-bg: var(--secondary-color);
  --bs-btn-disabled-border-color: var(--secondary-color);
}

/* - Outline Buttons
--------------------------------------------------------------*/
.btn-outline-primary {
  --bs-btn-color: var(--secondary-color);
  --bs-btn-border-color: var(--secondary-color);
  --bs-btn-hover-color: var(--dark-color);
  --bs-btn-hover-bg: var(--secondary-color);
  --bs-btn-hover-border-color: var(--secondary-color);
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: var(--dark-color);
  --bs-btn-active-bg: var(--secondary-color);
  --bs-btn-active-border-color: var(--secondary-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--secondary-color);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--secondary-color);
  --bs-gradient: none;
}

/* - Button Hover Effects
------------------------------------------------------------- */
.btn-arrow {
  position: relative;
  transition: background-color 300ms ease-out;
}

.btn-arrow span {
  display: inline-block;
  position: relative;
  transition: all 300ms ease-out;
  will-change: transform;
}

.btn-arrow:hover span {
  transform: translate3d(-0.7rem, 0, 0);
}

.btn-arrow svg {
  position: absolute;
  right: 0;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 300ms ease-out;
  will-change: right, opacity;
}

.btn-arrow:hover svg {
  opacity: 1;
  right: -1.6rem;
}


/*--------------------------------------------------------------
/** 3.CONTENT ELEMENTS
--------------------------------------------------------------*/

/* Dropdown
------------------------------------------------------------- */
.dropdown-item {
  color: var(--dark-color);
  text-transform: capitalize;
}

.dropdown-item.active,
.dropdown-item:hover,
.dropdown-item:active {
  color: #fff !important;
  background-color: var(--secondary-color);
}

/* Form
------------------------------------------------------------- */
.form-control:focus,
.form-select:focus {
  border-color: var(--dark-color);
  outline: 0;
  box-shadow: none;
}

input,
select,
textarea {
  border-color: var(--dark-color);
  outline: 0;
  box-shadow: none;
}

select:focus {
  box-shadow: none;
}

/* Svg Color
------------------------------------------------------------- */
svg.light-color {
  color: var(--light-color);
}

svg.dark-color {
  color: var(--dark-color);
}

svg.color {
  color: var(--secondary-color);
}

svg.primary-color {
  color: var(--primary-color);
}

svg.social {
  color: var(--primary-color);
}

svg.social:hover {
  color: var(--primary-color);
}



/* Swiper
------------------------------------------------------------- */

/* room */
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.room-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background-color: var(--primary-color);
}

.room-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}

/* gallery */
.main-slider-button-next.swiper-button-disabled,
.main-slider-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}


/* Preloader
------------------------------------------------------------- */
.preloader {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 111;
  background: #fff;
}

.loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #D16806;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ECB27B;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

.loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f7dac1;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*----------------------------------------------*/
/* 4 SITE STRUCTURE */
/*----------------------------------------------*/

/* 4.1 Header
/*----------------------------------------------*/
.sticky {
  position: fixed;
  top: -40px;
  width: 100%;box-shadow: 0px 2px 20px rgba(12, 12, 12, 0.2);
}

a.nav-link {
  text-transform: capitalize;
  color: var(--dark-color);
}

a.nav-link:focus {
  color: var(--dark-color);
}

a.nav-link.active,
a.nav-link:hover {
  color: var(--primary-color) !important;
  outline: none;
}
.header-top{background-color: var(--primary-color-200);}
header{z-index:999999 !important}
#primary-header .dropdown .search::after {
  content: none;
}

#primary-header .search-dropdown .dropdown-menu {
  width: 260px;
}

#primary-header .search-dropdown .dropdown-menu input {
  min-width: 100%;
}

#primary-header .search-dropdown .dropdown-menu button {
  padding: 0 12px;
  min-height: -webkit-fill-available;
  border-radius: 0.25rem;
}

@media (max-width: 999px) {
  a.nav-link {
    font-size: 18px;
    text-align:left !important;
    padding: 5px 0 5px 0 !important;
  }
}
.bg-request{
	background-image: url('../images/call-request-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	//height: 30vh;
	background-position: center;}
.inner-bg{
	background-image: url('../images/slider-image1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 20vh;
	background-position: center;}
.inner-img-bg.h_30v{
	background-size: cover;
	background-repeat: no-repeat;
	height: 30vh;
	background-position: center;
	}

.room-features .box{display:inline-table;border-right:1px solid var(--primary-color-400);padding-right:10px;margin-right:10px;}

.room-features .box:last-child{border-right:0px solid var(--primary-color-200);}
.room-features .box ul{padding-left:0px;margin-bottom:5px}
.room-features .box ul.list{padding-left:0px}
.room-features .box ul.list li,.room-features .box ul li{list-style:none;margin:0px;padding:0px;font-size:14px}
.room-features .box ul.list li svg{right:30px}
/* 4.2 Billboard
/*----------------------------------------------*/

/* date */
div.datetime-container,
div.datetime-container * {
  box-sizing: border-box;
  font-family: var(--body-font);
}

div.datetime-container button.date,
div.datetime-container button.time {
  background-color: transparent;
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  text-transform: capitalize;
  text-align: start;
  padding: 8px 20px;
  color: var(--gray-color);
  letter-spacing: 0.1rem;
}

div.datetime-container button>span {
  display: inline-block;
  margin: 0 -6px;
}

div.datetime-container button span.week-day {
  font-size: 16px;
  text-align: right;
}

div.datetime-container button span.week-day::after {
  content: ",";
  display: inline-block;
}

div.datetime-container button span.month {
  font-size: 16px;
  text-align: right;
}

div.datetime-container button span.hours,
div.datetime-container button span.month-day {
  font-size: 16px;
  text-align: center;
  width: 45px;
}

.month br {
  display: none;
}

@media (max-width: 1500px) {
  div.picker {
    width: max-content;
  }
}


/* 4.3 Rooms Section
/*----------------------------------------------*/
.room-item {
  height:290px;
}
.room-item.home-img {
  height:220px!important;
}
.room-item.room-item2 {
  height:190px;
}
.room-item img {
	width:100%;
    min-height: 290px;
    max-height: 290px;
   -o-object-fit: cover;
     object-fit: cover;
    background-size: cover;
    aspect-ratio: auto 640 / 360;
}
.room-item img.room-image {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: all 0.5s ease-in-out;
    background-size: cover;
}

.room-item:hover img.room-image {
  opacity: 0.5;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.discount-box2{background:#d32d02;position:absolute;z-index:9;color:#fff;//rotate: -30deg;font-size:14px;border:1px solid #a63619;margin-left:0px;margin-top:15px;padding:0 10px}
.discount-box{position:absolute;z-index:9;left:70px;color:#fff;//rotate: -30deg;font-size:14px;margin-left:20px;margin-top:-16px;padding:0 0px}
.room-content .discount-boxhome{background:#d32d02;position:absolute;z-index:9;color:#fff;font-size:14px;border:1px solid #a63619;margin-left:0px;margin-top:-60px;padding:0 10px}

.pckg-cost{line-height:30px;}
.pckg-cost span.box2{display:inline-block;border:1px solid blue}

.room-content .price{border-top:1px dashed #eee;border-bottom:1px dashed #eee;padding:8px 0px;}
.room-content .price span.strike{text-decoration:line-through;font-size:18px!important;color:#555!important}
.room-content .price p{margin:0px;font-size:14px;}
.room-content ul.group-list {padding:0px !important;}
.room-content ul.group-list li{list-style:none;display:inline-table;padding:0px 5px !important;}
.product-description {
  opacity: 0;
  bottom: -125px;
  transition: all 0.5s ease-in-out;
}
.text-small{font-size:12px;}
.room-item:hover .product-description {
  opacity: 1;
  bottom: 20px;
}

@media only screen and (min-width:770px) and (max-width: 1400px) {
  .product-description {
    bottom: -180px;
  }
}


/* 4.4 Services Section
/*----------------------------------------------*/

.service {
  border: 1px solid var(--primary-color-400);
  transition: all 0.3s ease-in-out;
}

.service:hover {
  border: 1px solid var(--secondary-color);
}
.service .service-text{
  min-height:80px;
}


/* 4.5 Blog Section
/*----------------------------------------------*/

.blog-post:hover {
  border: 1px solid var(--secondary-color);}
  
.blog-post img.blog-img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 1px solid #F4E2D8;
}

.blog-post:hover img.blog-img {
  opacity: 0.5;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.post-description h2{color:var(--primary-color);}
.post-description strong{color:#000;}
.post-description hr, hr{border-top:1px dashed #78006e !important;}
.post-description .list ul li,.list ul li{list-style-type: square;list-style-position: outside;}
.post-description .list ul li::marker, .list ul li::marker {color:var(--secondary-color);font-size:20px;}
.sidebar-post-content p{font-size:13px;line-height:17px}
/*----------------------------------------------*/
/* 5 PAGES STYLE */
/*----------------------------------------------*/

/*--------------------------------------------------------------
5.1 About page 
--------------------------------------------------------------*/

.breadcrumb-item+.breadcrumb-item::before {
  color: var(--dark-color);
}
.breadcrumb-item.active {
  color: var(--primary-color);
}

svg.play-icon {
  animation: play 1.5s alternate infinite ease-in;
}

@keyframes play {
  0% {
    transform: scale(.8);
  }

  100% {
    transform: scale(1.1);
  }

}

/*--------------------------------------------------------------
  5.2 Blog page 
  --------------------------------------------------------------*/
.pagination {
  --bs-pagination-color: var(--black-color);
  --bs-pagination-hover-color: #fff;
  --bs-pagination-hover-bg: var(--primary-color);
  --bs-pagination-hover-border-color: var(--primary-color);
  --bs-pagination-focus-color: #fff;
  --bs-pagination-focus-bg: var(--primary-color);
  --bs-pagination-focus-box-shadow: none;
  --bs-pagination-active-bg: var(--primary-color);
  --bs-pagination-active-border-color: var(--primary-color);
}


/*--------------------------------------------------------------
 5.3 Booking page 
  --------------------------------------------------------------*/
.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.form-check-input:focus {
  box-shadow: none;
}

/*--------------------------------------------------------------
 5.4 Gallery page 
  --------------------------------------------------------------*/
button.filter-button {
  border: 0;
  background: transparent;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  border-radius: 20px;
}

button.filter-button.active,
button.filter-button:hover {
  color: var(--bs-light);
  background: var(--primary-color);
}


/*--------------------------------------------------------------
 5.5 Reviews page
--------------------------------------------------------------*/

.reviews-components {
  box-shadow: 0px 12px 90px rgba(12, 12, 12, 0.06);
}
.reviews-components.max-h{
  min-height:320px;
}

iconify-icon.quote {
  font-size: 40px;
  color: var(--primary-color);
  position:absolute;
  margin-left:10px;
  margin-top:15px;
  opacity: 0.1;
}

.rate {
  color: #f1b706;
}
.hellp-box{position:fixed;bottom:0;right:0;background:#212529}
.hellp-icon{width:45px;height:45px;padding:10px;border-radius:50%;margin:0 auto;display:table-inline}

/*--------------------------------------------------------------
5.6 FAQs page 
--------------------------------------------------------------*/

/* accordian style override  */

.accordion {
  --bs-accordion-border-color: var(--primary-color);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-btn-icon: url('https://www.onlineumrah.in/images/caret-down.svg');
  --bs-accordion-btn-active-icon: url('https://www.onlineumrah.in/images/caret-up.svg');
  --bs-accordion-border-radius: 0px;
}

.accordion-header {
  margin-bottom: 0;
  border-top: 1px solid var(--primary-color);
}

.accordion-button {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  color: var(--heading-color);
  line-height: var(--heading-line-height);
  //letter-spacing: 0.065rem;
  //text-transform: uppercase;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: var(--heading-color);
  background-color: transparent;
  box-shadow: none;
}
