@import url('https://pro.fontawesome.com/releases/v6.0.0-beta3/css/all.css');
:root{ /*--brand: #a17a45;*/ --brand: #3e2f1b;  --secondary_color: #fff; --white: #fff; --black: #000; --heading: #0d0d3f; --heading_font: "Playfair Display", serif; --body_font: "Jost", sans-serif }
html{font-size: 62.5%;}
body{ width:100%; padding: 0; margin: 0; font: 1.6rem/1.2 var(--body_font); background: #fdf2e9; }
img{ display: inline-block; }
h1,h2,h3,h4,h5,h6,p { margin: 0; padding: 0; text-transform:capitalize; letter-spacing:.1rem; }
p{ font: 400 1.6rem/1.5 var(--body_font); color:var(--black); letter-spacing:.1rem; }
a{ padding: 0; margin: 0; outline:none; text-decoration: none; display: inline-block; }
a{-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s; }
ul,ol,li{ padding:0; margin:0; list-style:none; }

.ptb_60{ padding: 6rem 0; } 


/*.my_btn{ font: 1.6rem/1.2 var(--body_font); color: var(--white); display: inline-block; text-transform: uppercase; letter-spacing: .2rem; height: 5rem; padding: 0 3rem; -webkit-transition: all .4s ease; transition: all .4s ease; border-radius: 3.5rem; text-align: center; background: var(--brand); display:flex; justify-content: space-between; align-items:center; width:fit-content; }*/
/*.my_btn:hover{color: var(--white);}*/

.title_all{ font: 600 4.5rem/1.2 var(--heading_font); color: var(--black); }


.my_btn { position: relative; display: inline-block; width: auto; height: auto; background-color: #000; border: none; cursor: pointer;  text-align: center; border-radius: 1rem; }
.my_btn span { position: relative; display: inline-block; font-size: 14px; font-weight: bold; letter-spacing: 2px; text-transform: uppercase; top: 0; left: 0;  width: 100%; padding: 15px 20px; transition: 0.3s; }
  /*--- btn-1 ---*/
.btn-1::before { position: absolute; content: ""; background-color: var(--brand); transition: 0.3s ease-out; }
.btn-1 span { color: rgb(255,255,255); transition: 0.2s 0.1s; }
.btn-1 span:hover { color: var(--white); transition: 0.2s 0.1s; }
/* 3.hover-filled-slide-left */
.my_btn.hover-filled-slide-left::before { top: 0; bottom: 0; left: 0; height: 100%; width: 100%; border-radius: 1rem; }
.my_btn.hover-filled-slide-left:hover::before { width: 0%; }











/*____________ header css start ______________________________________________*/
.header_sec{ background: transparent; padding: 20px 0; width: 100%; position: fixed; left: 0; top: 0; z-index: 999; padding: 1rem 0; }

.header_sec .header_top{ background: transparent; }
.header_sec .header_top .top_flex{ justify-content:space-between; align-items:center; border-bottom: 1px solid rgba(255, 255, 255, .2); padding-bottom: 2.5rem; }
.header_sec .header_top .top_items{ gap:0 2rem; } 
.header_sec .header_top .top_items li.place{ font: 400 1.6rem/1.2 var(--body_font); color:var(--white); }
.header_sec .header_top .top_items li.place i{ padding-right: 5px; }
.header_sec .header_top .top_items li a{ font: 400 1.6rem/1.2 var(--body_font); color:var(--white); }
.header_sec .header_top .top_items li a span i{ color: var(--white); padding-right: 5px; }
.header_sec .header_top .top_items li a h6{ font: 400 1.6rem/1.2 var(--body_font); color:var(--white); text-transform:lowercase; }
.header_sec .header_top .top_items li a.top_item_right{ align-items: center; gap:.5rem; }

.header_sec .header_menu .navbar .site_logo{ display:none; }
.header_sec .header_menu .navbar .site_logo img{ height:6.5rem; }
.header_sec .header_menu .navbar .logo_white img{ height:6.5rem; }



.header_sec .header_menu{ background: transparent; }
.header_sec .header_menu .navbar { background: none; padding: 0; position:relative; justify-content:space-between; margin-top: 1.5rem; }
.header_sec .header_menu .navbar .hotel_btn{ position:absolute; right:0; }
.header_sec .header_menu .navbar .navbar-collapse{ justify-content:end; }
.header_sec .header_menu .navbar-nav{ align-items:center; margin-right: 17rem; }
.header_sec .header_menu .navbar-nav li a{ font: 400 2rem/1.2 var(--body_font); color:var(--white); padding-left: 3rem; }

.header_sec.fixed{ padding: 0; }
.header_sec.fixed .header_top{ display:none; }
.header_sec.fixed .header_menu{ background: var(--white); padding: 1.5rem 0; box-shadow: rgba(0, 0, 0, 0.30) 0px 0 10px; }
.header_sec.fixed .header_menu .navbar{ margin: 0; }
.header_sec.fixed .header_menu .navbar-nav li a{ color:var(--black); }


.header_sec.fixed .header_menu .navbar .logo_white{ display:none; }
.header_sec.fixed .header_menu .navbar .site_logo{ display:block; }

.header_sec .navbar-expand-lg .navbar-nav .dropdown-menu{ transition:all .5s ease; position: absolute; width: 20rem; height: fit-content; border-bottom:.2rem solid var(--brand); }
.header_sec .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item{ font: 400 1.4rem/1.2 var(--body_font); color:var(--black); padding: 1rem 1.5rem; border-bottom: .1rem solid #E7E9EB; }
.header_sec .navbar-expand-lg .navbar-nav .dropdown-menu li:last-child .dropdown-item{ border-bottom-color: transparent; }
.header_sec .dropdown{ transition:all .5s ease; }
.header_sec .dropdown:hover .dropdown-menu{ display:block; }

/*.header_sec .nav_top .dropdown-menu li a {
  font-size: 1.4rem;
  border-bottom: .1rem solid #E7E9EB;
  padding: 1rem 1.5rem;
  display: block;
  width: 100%;
  color: var(--black); }
*/

/*.header_sec.fixed .header_menu .navbar .hotel_btn .my_btn{ background: var(--white); color:var(--brand); }*/

/*____________ form css start ______________________________________________*/

 .form_sec{ margin-top: -5.4rem; position:relative; z-index: 1; }

 .form_sec form{ background: var(--brand); border-radius:1rem; padding: 1rem 0 1rem 0; }
 .form_sec form .form_box{ background: var(--primary_color); border-radius:6px; padding: 2rem 3rem; gap:0 2rem; align-items:end; justify-content:space-between; }
 .form_sec form .form_box .form_item{ width:100%; }
 .form_sec form .form_box .form_item h5{ font: 600 1.8rem/1.2 var(--body_font); color:var(--white); padding-bottom: 1rem; }
 .form_sec form .form_box .form_item .form-control{ background: transparent; border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 0; color: var(--white); font: 400 1.4rem/1.2 var(--body_font); padding: 1.5rem 1.5rem; box-shadow: none; }
 .form_sec form .form_box .form_item .form-control::placeholder{ font: 400 1.4rem/1.2 var(--body_font); }
 .form_sec form .form_box .select_butn .my_btn{ width:180px; display:flex; justify-content:center; align-items:center; color:var(--brand); }
 .form_sec form .form_box .select_butn .my_btn.btn-1::before{ background: var(--white); }
 .form_sec form .form_box .select_butn .my_btn.btn-1 span{ color:var(--brand); }
.form_sec form .form_box .select_butn .my_btn:hover.btn-1 span{ color:var(--white); }



.form_sec .form_item .form-select{ position: relative; background: var(--brand); border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 0; color: var(--white); font: 400 1.4rem/1.2 var(--body_font); padding: 15px 15px; box-shadow: none; }
.form_sec .form_item .form-select option{ color: #000; background:var(--brand);}


.form_sec .form_item .form-select::before{ content:"\f073"; width: 2rem; height: 2rem; position:absolute; top:0; right:0; font-family: "Font Awesome 6 Pro"; background: #000; width:2rem; height:2rem; }
.form_sec .form_item .form-select:hover option{ background: var(--white); color:var(--white); }


/*____________ banner css start ______________________________________________*/
.banner_sec{ background: #000; }
.banner_sec .carousel-inner .image_box img{ height:75rem; width:100%; object-fit:cover; }
.banner_sec .carousel-inner .image_box { position:relative; }
.banner_sec .carousel-inner .image_box .desc_block{ position:absolute; top:50%; transform: translateY(-50%); left:0; width: 100%; text-align: center; z-index: 55; }
.banner_sec .carousel-inner .image_box .desc_block h2{ font: 600 10.5rem/1.2 var(--heading_font); color:var(--white); }

.carousel-control-next{ width:fit-content; right:3rem; }
.carousel-control-prev{ width:fit-content; left:3rem; }
.carousel-control-prev-icon{ width:5rem; height:5rem; }
.carousel-control-next-icon{ width:5rem; height:5rem; }


/*____________ about css start ______________________________________________*/
.about_sec{ overflow:hidden; }
.about_sec .about_main .row{ justify-content:space-between; }

.about_sec .about_main .about_paddi{ padding-right: 5rem; }

.about_sec .about_box .about_image{ position:relative; border:3px solid #fff; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }
.about_sec .about_box .about_image img{ width: 100% !important; height:450px; object-fit:cover; }
.about_sec .about_box .about_image .image_1{ position:absolute; bottom:-2rem ; left:-10rem; border:3px solid #fff; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }
.about_sec .about_box .about_image .image_1 img{ width: 400px !important; height: 300px; object-fit:cover; }
.about_sec .about_box .about_image .image_2{ position:absolute; bottom: -13rem; right: 11rem; border:3px solid #fff; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }
.about_sec .about_box .about_image .image_2 img{ width:300px; height:250px; object-fit:cover; }


.about_sec .about_box h3{ font: 600 3rem/1.2 var(--heading_font); color:var(--black); padding-top: 2rem; padding-bottom: 1.5rem; }
.about_sec .about_box .style_text{ background: transparent; padding: 1rem; display:block; border-left:4px solid var(--brand); }
.about_sec .about_box .style_text h4{ font: 600 1.8rem/1.2 var(--body_font); color:var(--black); }
.about_sec .about_box p{ font: 400 1.8rem/1.5 var(--body_font); color:var(--black); padding: 1.5rem 0 2.5rem 0; }
.about_sec .about_box .my_btn { background:#fff; }
.about_sec .about_box .my_btn.btn-1 span:hover{ color:#000; }

/*____________ Cta1 css start ______________________________________________*/

.cta1_sec{ overflow:hidden; padding: 10rem 0; background: var(--black); position:relative; z-index: 1; }
.cta1_sec::before{ position: absolute; content: ""; background: url(../images/banner/jhargram_palace1.jpg) no-repeat center center/cover; top: 0; left: 0; width: 100%; height: 100%; background-attachment: fixed; opacity: .5; z-index: -1; }
.cta1_sec .cta1_text{ text-align:center; }
.cta1_sec .cta1_text h3{ font: 600 6.5rem/1.2 var(--heading_font); color:var(--white); padding-bottom: 30px; } 
.cta1_sec .cta1_text a.my_btn{ margin: 0 auto; background: #fff; }
.cta1_sec .cta1_text a.my_btn.btn-1 span:hover{ color: #000; }
/*____________ aminites css start ______________________________________________*/

.amenities_sec{ overflow:hidden; background: var(--white); position:relative; z-index: 1; }
/*.amenities_sec::before{ position: absolute; content: ""; background: url(../images/banner.jpg) no-repeat center center/cover; top: 0; left: 0; width: 100%; height: 100%; background-attachment: fixed; opacity: .15; z-index: -1; }*/

.amenities_sec .title_all{ text-align:center; }
/*.amenities_sec .amenities_main{ margin-top: 3rem; }*/
.amenities_sec .amenities_main .box_p{ padding: 0 1.5rem; }

.amenities_sec .amenities_text h2{ font: 600 4rem/1.2 var(--heading_font); color:var(--black); }
.amenities_sec .amenities_text P{ font: 400 1.6rem/1.4 var(--body_font); color:var(--black); padding:1.5rem 0 3.5rem 0; }
.amenities_sec .amenities_items{ box-shadow: rgba(0, 0, 0, 0.20) 0px 0 10px; background: transparent; border-top:3px solid var(--brand); border-radius:1rem; padding: 3rem 2rem; }
.amenities_sec .amenities_items img{ width:4rem; height:4rem; object-fit:cover; }
.amenities_sec .amenities_items h3{ padding-top: .8rem; font: 600 2.5rem/1.2 var(--body_font); color:var(--black); text-transform: uppercase; letter-spacing: .1rem; }
/*.amenities_sec .amenities_items span{ display:block; width:10rem; height:1px; background: var(--brand); margin: 0 auto; margin-bottom: 10px; opacity:.2 }*/
.amenities_sec .amenities_items p{ padding-top: .8rem; text-align: left; font: 400 1.8rem/1.2 var(--body_font); color:var(--black); }
.amenities_sec .amenities_items .image_flex{ align-items:center; gap:0 2rem; }
.amenities_sec .amenities_main .box_p:nth-child(odd){ margin-top: 3rem; }
.amenities_sec .amenities_main .row .col-7 .row{ justify-content:center; }

.color_text{ background: var(--brand); padding: 3rem 0; }
.color_text h4{ font: 400 1.6rem/1.2 var(--body_font); color:var(--white); }
.color_text h4 span{ font: 600 1.6rem/1.2 var(--body_font); color:var(--white); }

.amenities_sec .amenities_text .image{ margin-top: 3rem; }
.amenities_sec .amenities_text .image img{ height:20rem; object-fit:cover; border-radius:1rem; }




/*.amenities_main .right_amenities{ margin-bottom: -3rem; }*/

/*____________ legacy css start ______________________________________________*/

.legacy_sec { overflow:hidden; background-color: var(--brand); overflow:hidden; }
/*.legacy_sec .legacy_main{ margin-top: 3rem; }*/
.legacy_sec .legacy_text .title_all{ width: fit-content; color:var(--white); padding-bottom: 3rem; }
.legacy_sec .legacy_text p{ font: 400 1.8rem/1.5 var(--body_font); color:var(--white); padding-bottom: 2rem; } 
/*.legacy_sec .legacy_box .image img{ border-radius:1rem; }*/


.legacy_sec .container{ max-width:100%; padding: 0 0 0 0; }
/*.legacy_sec .row{ align-items:center; }*/
.legacy_sec .legacy_text { padding: 5rem 3rem 5rem 10rem; }

.legacy_sec .legacy_main .legacy_box{ height:100%; }
.legacy_sec .legacy_main .legacy_box .image{ height:100%; }
.legacy_sec .legacy_main .legacy_box .image img{ height:100%; object-fit:cover; }



/*____________ rooms css start ______________________________________________*/

.room_sec .room_main .room_box{background: var(--white); margin: 0 1.5rem; border-radius: 1rem; }
.room_sec .room_main .room_box .text{ align-items: center; justify-content: space-between; background: var(--white); text-align:center; padding: 2rem; border-bottom-left-radius:1rem; border-bottom-right-radius:1rem; }
.room_sec .room_main .room_box .image a{ width:100%;}
.room_sec .room_main .room_box .image{line-height: 0; }
.room_sec .room_main .room_box .image img{ height:300px; object-fit:cover; border-top-left-radius:1rem; border-top-right-radius:1rem; }
.room_sec .room_main .room_box .text h3{ font: 600 2rem/1.2 var(--body_font); color:var(--black); } 
.room_sec .room_main { margin-top: 3rem; }
.room_sec .room_main .view_block{ margin-top: 3rem; text-align:center; }
.room_sec .room_main .view_block .my_btn{ margin: 0 auto; background:#fff; }
.room_sec .room_main .view_block .my_btn.btn-1 span:hover{ color:#000; }
.owl-carousel .owl-nav.disabled{ display:block; }
.owl-carousel .owl-dots.disabled{ display:block; }
.room_sec .owl-nav { display: flex !important; align-items: center; font-size: 0; position: absolute; right: 1.5rem; top: -8.2rem; gap: 0 5px; }
.room_sec .owl-prev{ background: var(--brand); width: 5rem; height: 5rem; display: flex; align-items: center; justify-content: center; border-radius: .2rem; }
.room_sec .owl-next{ background: var(--brand); width: 5rem; height: 5rem; display: flex; align-items: center; justify-content: center; border-radius: .2rem; }
.room_sec .owl-prev::before{ font-family: "Font Awesome 6 Pro"; content: "\f104"; color: var(--white); font-size: 2.5rem; }
.room_sec .owl-next::before { font-family: "Font Awesome 6 Pro"; content: "\f105"; color: var(--white); font-size: 2.5rem; }

.room_sec .room_box .room_btn{ background: var(--brand); border-radius:1rem; padding: 1.5rem; }
.room_sec .room_box .room_btn i{ color:var(--white); font-size: 2rem; }


/*____________ cta2 css start ______________________________________________*/

.cta2_sec{ padding: 10rem 0; background: var(--black); position:relative; z-index: 1; }
.cta2_sec::before{ position: absolute; content: ""; background: url(../images/banner/the_palace.jpg) no-repeat center center/cover; top: 0; left: 0; width: 100%; height: 100%; background-attachment: fixed; opacity: .5; z-index: -1; }
.cta2_sec .cta2_btn{ text-align:center; position:relative; }
.cta2_sec .cta2_btn .cta2_btn{ background: var(--white); width:10rem; height:10rem; border-radius:100%; display: flex; align-items: center; justify-content: center; margin: 0 auto; }
.cta2_sec .cta2_btn .cta2_btn i{ color:var(--brand); font-size: 3rem; }

.cta2_sec .cta2_btn .cta2_btn:before { content: ""; position: absolute; z-index: -1; top: 5rem; right: -5rem; display: block; width: 10rem; height: 10rem; background: #fff; border-radius: 50%; animation: pulse-border 1100ms ease-out infinite; } 

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.cta2_sec .text h2{ margin-bottom: 2rem; font: 600 4.5rem/1.2 var(--body_font); color:var(--white); }
.cta2_sec .text h4.check_in{ background: var(--brand); clip-path: polygon(0% 0%, 92% 0, 100% 50%, 92% 100%, 0% 100%); font: 400 2rem/1.2 var(--body_font); color:var(--white); width:fit-content; padding: 1rem 8rem 1rem 1rem; }
.cta2_sec .row{ justify-content:center; }

/*____________ food css start ______________________________________________*/
.food_sec{ overflow:hidden; position:relative; z-index: 1; }
.food_sec::before{ position: absolute; content: ""; background: url(../images/food_bg.jpg) no-repeat center center/cover; top: 0; left: 0; width: 100%; height: 100%; background-attachment: fixed; opacity: .08; z-index: -1; }

.food_sec .title_all{ text-align:center; }
.food_sec .food_main{ margin-top: 3rem; }
.food_sec .food_main .row .col-lg-4{ padding-right: 2.5rem; }
.food_sec .food_main .food_box{ background: var(--white); padding: 3rem 3rem 3rem 3rem; box-shadow: rgba(0, 0, 0, 0.20) 0px 0 10px; }

.food_sec .food_main .food_box h3{ font: 600 2.5rem/1.2 var(--body_font); color:var(--brand); border-bottom:.1rem solid rgba(183, 18, 52, .1); margin-bottom: 1.5rem; padding-bottom: .5rem; margin-top: 3rem;  }

.food_sec .food_main .food_box ul li{ font: 400 1.8rem/1.2 var(--body_font); color:var(--black); padding-bottom: 1.5rem; }
.food_sec .food_main .food_box ul li span{ font: 600 1.6rem/1.2 var(--body_font); color:var(--brand); padding-right: 1.5rem; }


/* Modal */
.wrapper { display: flex; justify-content: space-between; }
.card { border: none; height: 100%; }
.description { overflow: hidden; transition: all 0.5s ease-in-out; }
.button { display: block; margin-top: 1rem; font-weight: 700; color: var(--white); cursor: pointer; background: var(--brand); width: fit-content;  padding: .5rem 2rem; font: 400 1.6rem/1.2 var(--body_font); }

/*____________ feedback css start ______________________________________________*/
/*.feedback_sec{ padding-top: 0; }*/

.feedback_sec .title_all{ text-align:center; }
.feedback_sec .feedback_main{ margin-top: 3rem; }
.feedback_sec .item{ padding: 1rem 0; }
.feedback_sec .feedback_box{ margin: 0 1.5rem; background: var(--white); box-shadow: rgba(0, 0, 0, 0.20) 0px 0 10px; padding: 3rem 2rem; }

.feedback_sec .feedback_box .person_info .image{ width:fit-content; }
.feedback_sec .feedback_box .person_info .image img{ width:7rem; height:7rem; object-fit:cover; border-radius:100%; }

.feedback_sec .feedback_box .person_info .feed_back_img { align-items:center; gap:2rem; }

.feedback_sec .feedback_box .person_info .feed_back_img .feed_back_txt strong{ font: 600 2.2rem/1.2 var(--body_font); color:var(--black);  }

.feedback_sec .feedback_box .person_info .feed_back_img .feed_back_txt .rating{ gap:0 .6rem; margin-top: 1rem; }
.feedback_sec .feedback_box .person_info .feed_back_img .feed_back_txt .rating .star i{ color:var(--brand); }

.feedback_sec .feedback_box .feed_back_txt p{ font: 400 1.6rem/1.5 var(--body_font); color:var(--black); padding-top: 2rem; }



.feedback_sec .owl-nav{ display: flex; justify-content: space-between; align-items: center; font-size: 0; }
.feedback_sec .owl-prev { background: var(--brand); width: 5rem; height: 5rem; display: flex; align-items: center; justify-content: center; border-radius: 100%; position:absolute; top:50%; transform:translateY(-50%); left:-1.5rem; }
.feedback_sec .owl-next { background: var(--brand); width: 5rem; height: 5rem; display: flex; align-items: center; justify-content: center; border-radius: 100%; position:absolute; top:50%; transform:translateY(-50%); right:-1.5rem; }
.feedback_sec .owl-prev::before { font-family: "Font Awesome 6 Pro"; content: "\f104"; color: var(--white); font-size: 2rem; }
.feedback_sec .owl-next::before { font-family: "Font Awesome 6 Pro"; content: "\f105"; color: var(--white); font-size: 2rem; }

/*____________ cultural start ______________________________________________*/

.cultural_sec{ overflow:hidden; background: rgba(3, 141, 192, 1); overflow:hidden; position:relative; z-index: 1; }

.cultural_sec::before{ position: absolute; content: ""; background: url(https://jhargrampalaceheritage.com/wp-content/uploads/2025/03/texture.jpg); top: 0; left: 0; width: 100%; height: 100%; background-attachment: fixed; opacity: .07; z-index: -1; }


.cultural_sec .cultural_text .title_all{ color:white; margin-bottom: 3rem; }
/*.cultural_sec .cultural_main{ margin-top: 3rem; }*/
.cultural_sec .cultural_text p{ font: 400 1.8rem/1.5 var(--body_font); color:var(--white); }
.cultural_sec .cultural_text .button_block { gap: 0 3rem; margin-top: 4rem; }
.cultural_sec .cultural_text .button_block .my_btn{ background: var(--white); color:var(--black); font-weight: 600; }
.cultural_sec .cultural_text .button_block .my_btn:hover.btn-1 span{ color:var(--brand); }
.cultural_sec .cultural_main .cultural_box, .cultural_sec .cultural_main .cultural_box .image{ height:100%; }
.cultural_sec .cultural_box .image img{ height: 100%; object-fit: cover; border-radius:1rem; }


.cultural_sec .container{ max-width:100%; padding: 0; }
/*.cultural_sec .row{ align-items:center; }*/
.cultural_sec .cultural_text { padding: 6rem 10rem 5rem 6rem; }






/*____________ footer start ______________________________________________*/
.footer_sec{ padding-bottom: 0; background: var(--brand); position:relative; z-index: 1; }

.footer_sec::before{ position: absolute; content: ""; background: url(../images/footer_bg.webp); top: 0; left: 0; width: 100%; height: 100%; background-attachment: fixed; /*opacity: .25;*/  opacity: .06; z-index: -1; }


.footer_sec .items h4{ font: 600 2.5rem/1.2 var(--body_font); color:var(--white); }
.footer_sec .items p{ font: 400 1.6rem/1.2 var(--body_font); color:var(--white); padding-top: 3rem; }
.footer_sec .footer_logo{ margin-bottom: 3rem; }
.footer_sec .footer_logo img{ width:15rem; }

.footer_sec .items .destence{ gap:0 1rem; }
.footer_sec .items .destence span{ font-style: inherit; font: 600 2rem/1.2 var(--body_font); color:var(--white); }
.footer_sec .items .destence span i{ padding-right: 1rem; }
.footer_sec .items .destence p{ font: 400 1.6rem/1.2 var(--body_font); color:var(--white); padding: 0 0 2rem 0; }

.footer_sec .items .addres{ gap:0 1rem; }
.footer_sec .items .addres span i{ font-style: inherit; color:var(--white); padding-right: 1rem; font-size: 1.6rem; }
.footer_sec .items .addres em{ font: 400 1.8rem/1.2 var(--body_font); color:var(--white); padding: 1rem 0 2rem 0; }

.footer_sec .items .footer_call{ font: 600 1.8rem/1.2 var(--body_font); color:var(--white); padding:0 0 2rem 0 !important; }
.footer_sec .items .footer_call i{ padding-right: 1rem; }
.footer_sec .items .footer_email{ font: 600 1.8rem/1.2 var(--body_font); color:var(--white); }
.footer_sec .items .footer_call a{ font: 400 1.8rem/1.2 var(--body_font); color:var(--white); }
.footer_sec .items .footer_email a{ font: 400 1.8rem/1.2 var(--body_font); color:var(--white); text-transform:lowercase; }
.footer_sec .items .footer_email i{ padding-right: 1rem; }

.footer_sec .footer_contain h3{ font: 600 2.5rem/1.2 var(--body_font); color:var(--white); padding-bottom: 3rem; }
.footer_sec .footer_contain .footer_item .nav_item a{ font: 400 1.8rem/1.2 var(--body_font); color:var(--white); }
.footer_sec .footer_contain.footer_p{ padding-left: 10rem; }

.footer_sec .footer_contain .footer_item .nav_item{ padding-bottom: 1.5rem; }

.footer_sec .footer_contain p{ font: 400 1.8rem/1.5 var(--body_font); color:var(--white); padding-top: 2rem; }
.footer_sec .footer_contain .social_block{ margin-top: 3rem; gap:0 20px; justify-content:center; }
.footer_sec .footer_contain .social_block .social i{ font-size: 3.5rem; color:var(--white); }

.footer_sec .ft_btm{ border-top: 1px solid rgba(255, 255, 255, 0.2); padding: 1.5rem 0; text-align: center; margin-top: 2.5rem; }
.footer_sec .ft_btm .ft_bottom{ justify-content:space-between; }
.footer_sec .ft_btm .ft_bottom p{ font: 400 1.8rem/1.2 var(--body_font);  color: var(--white); }
.footer_sec .ft_btm .ft_bottom .ft_rt{ font: 400 1.8rem/1.2 var(--body_font);  color: var(--white); }
.footer_sec .ft_btm .ft_bottom .ft_rt a{ font: 400 1.8rem/1.2 var(--body_font);  color: var(--white); }
.footer_sec .ft_btm .ft_bottom .ft_rt img{ width:2rem; height:2rem; }

.footer_sec .footer_logo_center{ text-align: center; }
.footer_sec .footer_contain .footer_item.footer_margin_top{ margin-top: 3rem; }


/*____________ footer end ______________________________________________*/
/*____________ inner page style ______________________________________________*/

/* inner_contact_banner */
.inner_banner { background: #000; }

.inner_banner .banner_item { padding: 36rem 0 8rem 0; position:relative; width: 100%; 	 }
/* .inner_banner .banner_item::before{ background: #000; position:absolute; content:""; top:0; left:0; width:100%; height:100%; opacity:.5; } */
.inner_banner .banner_item .desc_block{ z-index: 5; position:relative; margin: 0 auto; width:fit-content; }
.inner_banner .banner_item .desc_block h2{ font: 600 2.5rem/1.2 var(--body_font); color:var(--black); }
.inner_banner .banner_item .desc_block h2 span{ background: var(--white); padding: 1rem 2rem; border-radius:1rem; }

/* inner_contact_banner */
.inner_contact_sec .inner_contact_form { background: var(--white); padding:4rem; border-radius:1rem; box-shadow: rgba(0, 0, 0, 0.30) 0px 0 10px; margin-right: 2rem; }

.inner_contact_sec .inner_contact_form .inner_contact_box{ gap:0 2rem; }

.inner_contact_sec .inner_contact_form .inner_by_road{ padding-bottom: 3rem; }
.inner_contact_sec .inner_contact_form .inner_by_road h6{ font: 400 1.8rem/1.4 var(--body_font); color:var(--black); }
.inner_contact_sec .inner_contact_form .inner_by_road h6 span{ font: 600 2rem/1.2 var(--body_font); color:var(--brand); }


.inner_contact_sec .inner_contact_box { margin-bottom: 4rem; }
.inner_contact_sec .inner_contact_box .inner_contact_text h4{ font: 600 2rem/1.2 var(--body_font); color:var(--brand); padding-bottom: 1rem; }
.inner_contact_sec .inner_contact_box .inner_contact_text p{ font: 400 1.6rem/1.2 var(--body_font); color:var(--black); }

.inner_contact_sec .inner_contact_box .inner_contact_text a{ font: 400 2.2rem/1.2 var(--body_font); color:var(--black); padding-right: 2rem; }

.inner_contact_sec .inner_contact_box .inner_contact_icon{ background: var(--brand); height:6rem; width:6rem; border-radius:100%; display:flex; justify-content:center; align-items:center; }
.inner_contact_sec .inner_contact_box .inner_contact_icon i{ color:var(--white); font-size: 2rem; }

.inner_contact_sec .inner_contact_form .form_text_h4{ font: 600 4.5rem/1.2 var(--body_font); color:var(--black); }
.inner_contact_sec .inner_contact_form .form_text{ font: 400 1.8rem/1.4 var(--body_font); color:var(--black); padding-top: .5rem; padding-bottom: 3rem; }

.inner_contact_sec .inner_contact_form .input_group .form-control{ height: 5rem; padding: 0 1.5rem; box-shadow: none; outline: none; color: var(--black); font-size: 1.5rem; border-radius: 1rem; background: transparent; border:1px solid rgba(0, 0, 0, .3); }
.inner_contact_sec .inner_contact_form .input_group{ margin-bottom: 2rem; }

.inner_contact_sec .inner_contact_form .input_group textarea{ min-height:12rem; padding-top: 1rem; }
.inner_contact_sec .inner_contact_form .input_group textarea.form-control { padding-top: 1rem; }

/* inner_contact_map */
.inner_map_sec{ line-height: 0; }
.inner_map_sec .container{ max-width:100%; padding: 0; }
.inner_map_sec iframe{ width:100%; }

/* inner_aminites_sec */
.inner_aminite_sec .inner_aminite_paddi{ margin-top: 3rem; padding-right: 2rem; }
.inner_aminite_sec .amenities_items h3{ line-height: 1.4; font-size: 2.2rem; }
.inner_aminite_sec .amenities_main .row{ justify-content: center; }

/* inner_room_sec */
.inner_room_sec{ padding-top: 3rem; }
.inner_room_sec .inner_room_box{ box-shadow: rgba(0, 0, 0, 0.30) 0px 0 10px; border-radius:1rem; }
.inner_room_sec .inner_room_box .inner_room_text{ padding: 2rem; background: #fff; }
.inner_room_sec .inner_room_box .inner_room_text h3{ font: 600 2.5rem/1.2 var(--body_font); color:var(--black); padding-bottom: 1rem; } 
.inner_room_sec .inner_room_box .inner_room_text .inner_room_view{ flex-wrap:wrap; gap:1rem 1rem; margin-bottom: 3rem; padding-top: 1rem; }
.inner_room_sec .inner_room_box .inner_room_text .inner_room_view li{ font: 400 1.8rem/1.2 var(--body_font); color:var(--black);  border:1px solid rgba(0, 0, 0, .2); border-radius:100px; padding: 1rem 2rem;  }
.inner_room_sec .inner_room_box .inner_room_text .inner_room_view li span{ font-weight: 600; color:var(--brand); }
.inner_room_sec .inner_room_box .inner_room_text .inner_room_service{ flex-wrap:wrap; gap:2rem 2rem; border-top:1px solid rgba(0, 0, 0, .1); padding-top: 3rem; }
.inner_room_sec .inner_room_box .inner_room_text .inner_room_service li{ box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset; font: 400 1.6rem/1.2 var(--body_font); color:var(--black); /*border-bottom:2px solid var(--brand);*/ background: transparent; border:1px solid rgba(0, 0, 0, .2); border-radius:100px; padding: 1rem 2rem; }
.inner_room_sec .inner_room_main .inner_room_paddi{ padding: 0 1.8rem ; margin-top: 3.5rem; }
.inner_room_sec .inner_room_text .inner_button{ margin-top: 3rem; }
.inner_room_sec .inner_room_service .icon_room span{ margin-right: 1rem; }
.inner_room_sec .inner_room_service .icon_room span img{ width:2.5rem; object-fit:cover; }

/* 24-03-25 inner room css */
.inner_room_sec .owl-carousel .owl-nav.disabled{ display:block; }
.inner_room_sec .owl-carousel .owl-dots{ display:none; }
.inner_room_sec .owl-nav { display: flex !important; align-items: center; font-size: 0; position: absolute; right: 1rem; top: 1rem; gap: 0 5px; }
.inner_room_sec .owl-prev{ background: var(--brand); width: 3rem; height: 3rem; display: flex; align-items: center; justify-content: center; border-radius: .2rem; }
.inner_room_sec .owl-next{ background: var(--brand); width: 3rem; height: 3rem; display: flex; align-items: center; justify-content: center; border-radius: .2rem; }
.inner_room_sec .owl-prev::before{ font-family: "Font Awesome 6 Pro"; content: "\f104"; color: var(--white); font-size: 1.8rem; }
.inner_room_sec .owl-next::before { font-family: "Font Awesome 6 Pro"; content: "\f105"; color: var(--white); font-size: 1.8rem; }

.inner_room_sec .inner_room_image .portfolio_box{ overflow: hidden;}
.inner_room_sec .inner_room_image .portfolio_box img{ transition: all .4s ease;}
.inner_room_sec .inner_room_image .portfolio_box:hover img{ transform: scale(1.1);}
.inner_room_sec .inner_room_image .portfolio_box .portfolio_content{ position: absolute; top: 50%; left: 50%; text-align: center; z-index: 5; transform: translate(-50%, -50%); opacity: 0; }

.inner_room_sec .inner_room_image .portfolio_box::after { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0, 0, 0, 0.3); opacity: 0; z-index:4; transition: all .4s ease; }
.inner_room_sec .inner_room_image:hover .portfolio_box::after{ opacity: 1;}
.inner_room_sec .inner_room_image:hover .portfolio_box .portfolio_content{ opacity: 1;}
.inner_room_sec .portfolio_content a i { font-size:5rem ; color: var(--white); }





/* inner_about_sec */
.inner_about_sec .about_box p{ padding-bottom: .5rem; color:#444; }
.inner_about_sec .about_main .inner_aboout_paddi { padding-right: 5rem; }

.inner_about_sec .about_box{ height:100%; }
.inner_about_sec .about_box .about_image{ height:100%; }
.inner_about_sec .about_box .about_image img{ height:100%; object-fit:cover; }

/*/ start count stats /*/
#counter-stats { padding-bottom: 6rem; display: flex; justify-content: center; background: var(--white); }
#counter-stats.stats {  }
#counter-stats .stats .counter_box{ box-shadow: rgba(0, 0, 0, 0.20) 0px 0 10px; border-radius: 1rem; text-align: center; background: rgba(183, 18, 52, .05); margin-right: 1rem !important; margin-left: 1rem !important; padding: 5rem 3rem; }
#counter-stats .stats .counter_box .fa { color: #008080; font-size: 60px; }
#counter-stats .stats .counter_box .counting{ font: 600 5rem/1.2 var(--body_font); color:var(--black); }
#counter-stats .stats .counter_box h5{ font: 400 2rem/1.2 var(--body_font); color:var(--brand); text-transform:uppercase; padding-top: 1rem; }

/*/ start count stats /*/
.inner_vision_sec{ padding-bottom: 6rem; }
.inner_vision_sec .inner_visiob_box h6{ font: 400 2rem/1.2 var(--body_font); color:var(--brand); padding-bottom: 1rem; }
.inner_vision_sec .inner_visiob_box h2{ font: 600 4.5rem/1.2 var(--body_font); color:var(--black); padding-bottom: 4rem; }
.inner_vision_sec .nav-pills .nav-link.active{ color: var(--white); background: var(--brand); }
.inner_vision_sec .nav-pills .nav-link{ border: 1px solid rgba(0, 0, 0, .1); font: 600 1.6rem/1.2 var(--body_font); color: var(--black); padding: 1.4rem 5rem; }
.inner_vision_sec .nav{ gap:0 2rem; }
.inner_vision_sec .inner_visiob_box .tab-content p{ font: 400 1.6rem/1.5 var(--body_font); color:var(--black); padding-bottom: 3rem; padding-top: 1rem; }
.inner_vision_sec .inner_visiob_box .tab-content .inner_vision::before{ font-family: "Font Awesome 6 Pro"; content: "\f058"; color: var(--brand); font-size: 1.8rem; padding-right: 1rem; }
.inner_vision_sec .inner_visiob_box .tab-content .inner_vision{ position: relative; font: 600 1.8rem/1.2 var(--body_font); color:var(--black); margin-bottom: 1.2rem; border:1px solid rgba(0, 0, 0, .1); padding: 2rem 1.5rem; }
.inner_vision_sec .inner_vision_image{ margin-right: 4rem; height:100%; }
.inner_vision_sec .inner_vision_image img{ object-fit: cover; height:100%; border-radius:1rem; }

/* inner_luxury_sec  */
.inner_luxury_sec{ background: var(--black); position:relative; z-index: 1; padding: 10rem 0; text-align:center; }
.inner_luxury_sec::before{ position: absolute; content: ""; background: url(../images/127.jpg); top: 0; left: 0; width: 100%; height: 100%; background-attachment: fixed; opacity: .25; z-index: -1; }
.inner_luxury_sec h2{ font: 600 4.5rem/1.2 var(--body_font); color:var(--white); padding-bottom: 3rem; }
.inner_luxury_sec .my_btn { background: var(--white); color:var(--brand); }
.inner_luxury_sec .my_btn.btn-1 span:hover{ color:var(--brand); }

/* about_inner_gallery */
.inner_about_gallery_sec{ overflow:hidden; }
.inner_about_gallery_sec .container{ max-width:100%; padding: 0; }

.inner_about_gallery_sec .inner_about_gallery_paddi{ padding: 0; }
.inner_about_gallery_sec .inner_about_gallery_paddi .image{ overflow:hidden; }
.inner_about_gallery_sec .inner_about_gallery_paddi .image img{ width:32rem; height:25rem; object-fit:cover; transition:all .4s ease; }
.inner_about_gallery_sec .inner_about_gallery_paddi .image img:hover{ transform:scale(1.1); rotate:-2deg; }



/* inner_gallery_sec  */
/*.inner_gallery_sec .inner_gallery_main { margin-top: 3rem; }*/
.inner_gallery_sec .inner_gallery_main .inner_gallery_image{ overflow: hidden; height:30rem; border-top-right-radius:1rem; border-top-left-radius:1rem; }
.inner_gallery_sec .inner_gallery_main .inner_gallery_image img{ height:100%; object-fit:cover; transition:all .5s ease; }
.inner_gallery_sec .inner_gallery_main .inner_gallery_image img:hover{ transform:scale(1.1); rotate:3deg; }
.inner_gallery_sec .inner_archive_name{ overflow: visible; text-align:center; border-bottom-right-radius:1rem; border-bottom-left-radius:1rem; background: radial-gradient(circle, rgb(62, 47, 27) 0%, rgb(54 54 54) 100%, rgba(62, 47, 27, 1) 100%); padding: 1.5rem 2rem; }
/*.inner_gallery_sec .inner_archive_name{ overflow: visible; text-align:center; border-bottom-right-radius:1rem; border-bottom-left-radius:1rem; background: radial-gradient(circle, rgba(14,134,255,1) 0%, rgba(108,181,255,1) 100%, rgba(14,134,255,1) 100%);; padding: 1.5rem 2rem; }*/
.inner_gallery_sec .inner_archive_name p{ font: 400 1.6rem/1.4 var(--body_font); color:var(--white); }
.inner_gallery_sec .inner_gallery_paddi{ margin-top: 3rem; padding: 0 2rem; }


.inner_gallery_sec .inner_archive_name p { height: 7.1rem; overflow-Y: scroll; scrollbar-width: thin; scrollbar-color: #fff #38342f; }
/* Style the scrollbar for WebKit browsers */
.inner_archive_name::-webkit-scrollbar-width { width: .2rem; }
.inner_archive_name::-webkit-scrollbar-track { background: #f1f1f1; }
.inner_archive_name::-webkit-scrollbar-thumb { background: #888; border-radius: 1rem; }
.inner_archive_name::-webkit-scrollbar-thumb:hover { background: var(--brand); }


/* inner_feedback_sec  */
.inner_feedback_sec .inner_person_info { text-align:center; }
.inner_feedback_sec .inner_person_info .image{ margin: 0 auto; margin-top: -6.5rem; }
.inner_feedback_sec .inner_person_info .rating{ justify-content:center; padding-top: 1rem; gap:0 .5rem; }
.inner_feedback_sec .inner_person_info .rating span i{ color:#F5C60D; font-size: 2rem; }
.inner_feedback_sec .feedback_box{ padding: 3rem 4rem; }
.inner_feedback_sec .inner_person_info .feed_back_txt strong{ font: 600 2.5rem/1.2 var(--body_font); color:var(--black); padding: 2rem 2rem; }
.inner_feedback_sec .inner_person_info .feed_back_txt{ padding-top: 3rem; }
.inner_feedback_sec .owl-carousel .owl-stage-outer{ padding: 3rem 0; }


/* inner_history_sec  */

.history_history_sec{ background: linear-gradient( 145deg, rgb(255, 205, 116), rgba(255,255,255,1)); z-index: 1; }
/*.history_history_sec{ background: linear-gradient(145deg, rgba(249,182,64,1) 0%, rgba(242,225,192,1) 78%, rgba(255,192,52,1) 100%); z-index: 1; }*/
/*.history_history_sec::before{ position: absolute; content: ""; background: url(../images/history.avif) no-repeat center center/cover; top: 0; left: 0; width: 100%; height: 100%; opacity: 1; z-index: -1; }*/
.history_history_sec .history_main { margin-top: 3rem; }
.history_history_sec .inner_history_text{ background: transparent; }
.history_history_sec .inner_history_text .history_paddi{ padding-left: 3rem; }
.history_history_sec .inner_history_text .read_box p{ font: 400 1.8rem/1.6 var(--body_font); color:var(--black); padding-bottom: 1rem; }
/* .history_history_sec .history_margin{ margin-top: 7rem; } */
.history_history_sec .image img{ height: 30rem; object-fit:cover; }
.history_history_sec .raja_name{ text-align:center; background: var(--black); padding: 2rem 2rem; }
.history_history_sec .raja_name h4{ font: 500 1.8rem/1.2 var(--body_font); color:var(--white); }

/* inner_policy_sec  */
.inner_faq_page .accordion-header .accordion-button{ font: 500 1.8rem/1.2 var(--body_font); color:var(--white); }
.inner_faq_page .accordion-header .accordion-button.collapsed{ color:var(--black); }
.inner_faq_page .accordion-button:not(.collapsed){ background: var(--brand); box-shadow:none; padding: 2rem 2rem; }
.inner_faq_page .accordion-header .accordion-button{ transition: all .4s ease; font: 500 1.8rem/1.2 var(--body_font); color:var(--white); padding: 2rem;  }
.inner_faq_page .accordion-button:not(.collapsed)::after { content: "\f068"; background-image: none; }
.inner_faq_page .accordion-button::after { color: var(--brand); width: auto; height: auto; font-size: 1.8rem; background-image: none; font-family: "Font Awesome 6 Pro"; content: "\2b"; }
.inner_faq_page .accordion-button:not(.collapsed)::after{ color:var(--white); }

/* inner_food_sec  */
.inner_food_sec{ padding-bottom: 0; }
.inner_food_sec .inner_food_main{ margin-top: 4rem; }
.inner_food_sec .inner_dine_image{ border:.1rem solid rgba(0, 0, 0, .1); border-radius:3rem; padding: 2.5rem; box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.16); background:#fff; }
.inner_food_sec .inner_dine_image img{ border-radius:1rem; }
.inner_food_sec .inner_dine_image .inner_dine_text{ padding-top: 2rem; }
.inner_food_sec .inner_dine_image .inner_dine_text p{ font: 400 1.6rem/1.5 var(--body_font); color:var(--black); padding-bottom: 1rem; }



.inner_food_sec .inner_food_menu { margin-top: 4rem; }
.inner_food_sec .inner_food_menu .inner_food_image { border-radius: 10px; overflow: hidden; position:relative; }
.inner_food_sec .inner_food_menu .inner_food_image .inner_food_text { position:absolute; bottom:0; left:0; width:100%; text-align:center; background: #e3a356; padding: 1rem 0; }
/*.inner_food_sec .inner_food_menu .inner_food_image::before{ position: absolute; bottom: 0; left: 0; content: ""; background: linear-gradient(0deg, #101D22 45.26%, rgba(16, 29, 34, 0) 79.15%); width: 100%; height: 50%; opacity: 1; visibility: visible; z-index: 0; }*/
.inner_food_sec .inner_food_menu .inner_food_image h3{ font: 600 2rem/1.5 var(--body_font); color:var(--white); }


/*___________  inner_error css  _______________________________________________________________*/

/* 404_page */
.erro_sec{ text-align:center; padding: 20rem 0 6rem 0; position:relative; background: #000; z-index: 2; }
.erro_sec::before{ position: absolute; content: ""; background: url(../images/error_texture2.avif) center; top: 0; left: 0; width: 100%; height: 100%; background-attachment: fixed; opacity: .2; z-index: -1; }

.erro_sec .error_box h2{ font: 800 25rem/1.2 var(--body_font); color:#fff; margin-bottom: 1.5rem; text-shadow: .7rem 0.5rem 8px rgba(183, 18, 52, .3); letter-spacing: .1rem; }
/*.erro_sec .error_box h2 span { color:var(--brand); }*/
.erro_sec .error_box h4{ font: 600 2rem/1.2 var(--body_font); color:#fff; margin-bottom: 1.5rem; letter-spacing: .1rem; }
.erro_sec .error_box p{ font: 400 1.6rem/1.5 var(--body_font); color:#fff; margin-bottom: 1.5rem; letter-spacing: .1rem; }




/*___________  main_feedback css  _______________________________________________________________*/


.testimonial-area .sec-title{ text-align:center; }
.testimonial-area .sec-title h2{ font: 600 4.5rem/1.2 var(--body_font); color:var(--black); }
.testimonial-area .sec-title p{ font: 400 1.8rem/1.2 var(--body_font); color:var(--brand); padding-top: .5rem; }
.testimonial-area .owl-carousel .owl-nav.disabled{ display:none; }
.testimonial-area .owl-carousel .owl-dots{ display:flex; justify-content:center; gap:0 1rem; }
.testimonial-area .owl-carousel .owl-dot{ background: #979797; height:1.5rem; width:1.5rem; border-radius:100%; display:block; }
.testimonial-area .owl-carousel .owl-dot.active{ background: var(--black); }

.testimonial-area { background: var(--blue); position: relative; z-index: 2; padding: 5rem 0; }
.testimonial-area .owl-carousel { overflow: hidden; padding: 0 0; margin: 0 0; padding-right: 0; }
.testimonial-area .owl-stage-outer { padding: 5rem 0 3rem 1rem; margin-left: -1rem; width: calc(100% + 10rem); }
.single-testimonial { border: .7rem solid var(--brand); text-align: center; border-radius: 4.5rem; position: relative; z-index: 2; }
.single-testimonial p { padding: 0 3rem 0 3rem; position: relative; z-index: 3; font: 400 1.8rem/1.5 var(--body_font); color:var(--black);  }
/* .single-testimonial::before { content: ""; position: absolute; left: -3.5rem; top: -6.5rem; background: url(../images/person2.png) no-repeat #fff; background-size: 60%; width: 12.6rem; height: 10rem; background-position: 3.4rem 1.5rem; } */

/* .single-testimonial::after { content: ""; position: absolute; right: -3.5rem; bottom: -3.4rem; background-size: 60%; width: 12.6rem; height: 10rem; background-position: 3.4rem 1.9rem; } */
.round { width: 100%; height: 100%; position: absolute; z-index: 1; }

.round-1::before { content: ""; position: absolute; left: 8.8rem; top: -.7rem; width: 5rem; height: .7rem; background: var(--brand); border-radius: 3rem; }
.round-1::after { content: ""; position: absolute; left: -.7rem; top: 6.2rem; width: .7rem; height: 5rem; background: var(--brand); border-radius: 3rem; }
.round-2::before { content: ""; position: absolute; right: 8.7rem; bottom: -.7rem; width: 5rem; height: .7rem; background: var(--brand); border-radius: 3rem; z-index: 1; }
.round-2::after { content: ""; position: absolute; right: -.7rem; bottom: 6.2rem; width: .7rem; height: 5rem; background: var(--brand); border-radius: 3rem; z-index: 1; }
.client-video { padding-right: 1.5rem; }
.client-info { position: relative; z-index: 3; }
.client-info a { width: 5rem; height: 5rem; border-radius: 10rem; display: flex; justify-content: center; align-items: center; box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.16); font-size: 2.2rem; }
.client-info a img{ border-radius: 10rem; width: 5rem; height: 5rem; object-fit:cover; }
.client-info { display: flex; align-items: center; justify-content: center; text-align: left; padding-bottom: 5rem; padding-top:1.5rem; }
.client-info h6 { font: 600 2.2rem/1.2 var(--body_font); color:var(--black); color: #000; }
.client-info span { font: 400 1.2rem/1.2 var(--body_font); color:var(--black); display: inline-block; }
.sec-title.white-title h2 { color: #000; }
.owl-dots button { background: #000 !important; width: 1rem; height: 1rem; border-radius: 2.6rem; margin: 0 .5rem; transition: 0.3s; }
/* .owl-dots { text-align: center; margin-top: 5rem; } */
.owl-dots button.active { width: 3rem; }

.client-info .star{ margin-top:1rem; gap: 0 .5rem; }
.client-info .star i{ color: #FFBB29; }

.testimonial-area .single-testimonial .descripe_text{ overflow-y: scroll; height: 11rem; scrollbar-width: thin; scrollbar-color: #fff #fdf2e9 ; margin-top: 50px;}




/*___________  inner_dinner css  _______________________________________________________________*/
.inner_food_catagori{ padding-bottom: 6rem; }
.inner_food_catagori .breakfast_sec img{ width:30rem; height:30rem; object-fit:cover; border-top-right-radius:1rem; border-top-left-radius:1rem; }
.inner_food_catagori .breakfast_sec .title_all.food_title{ border-bottom:.1rem solid rgba(183, 18, 52, 1); padding-bottom: 1rem; } 
.inner_food_catagori .breakfast_sec .breakfast_contain{ margin: 0 1rem; margin-top: 4rem; }
.inner_food_catagori .breakfast_sec{ padding-top: 4rem; }
.maincourse_sec{ margin-top: 5rem; }
.maincourse_sec h2{ font: 600 5rem/1.2 var(--body_font); color:var(--black); color: #000; }
.maincourse_sec .row{ align-items:center; }
.inner_food_catagori .breakfast_sec .breakfast_contain{ border:.1rem solid rgba(0, 0, 0, .3); padding: 1.5rem; border-radius:1rem; }
.inner_food_catagori .breakfast_sec .breakfast_contain .inner_food_text{ background: var(--brand); text-align:center; padding: 2rem 0; border-bottom-right-radius:1rem; border-bottom-left-radius:1rem; }
.inner_food_catagori .breakfast_sec .breakfast_contain .inner_food_text h3{ font: 600 2rem/1.5 var(--body_font); color:var(--white); }

.inner_food_catagori .breakfast_sec .breakfast_contain a{ text-align: center; color:var(--brand); font-size:2.5rem; font-weight:600; text-decoration:underline; margin-top: 1rem; width: 100%; }


/*.inner_food_catagori .breakfast_sec .breakfast_contain{ position:relative; transition: all 0.4s ease; }
.inner_food_catagori .breakfast_sec .breakfast_contain .inner_food_text { position:absolute; bottom:0; left:0; width:100%; text-align:center; background: linear-gradient(114deg, #fbf0e5, #cf9e50); padding: 2rem 0; }
.inner_food_catagori .breakfast_sec .breakfast_contain .inner_food_text{ margin-left: 20rem; opacity:0; transition: all 0.4s ease; }
.inner_food_catagori .breakfast_sec .breakfast_contain:hover .inner_food_text{ margin-left: 0; opacity:1; }*/


/*.maincourse_sec .owl-nav { display: flex !important; align-items: center; font-size: 0; justify-content: space-between; /*position: absolute; right: 0; top: 0; gap: 0 5px; }*/
/*.maincourse_sec .owl-prev{ background: var(--brand); width: 5rem; height: 5rem; display: flex; align-items: center; justify-content: center; border-radius: 100rem; position:absolute; left:-1rem ; top:50%; transform:translateY(-50%); }
.maincourse_sec .owl-next{ background: var(--brand); width: 5rem; height: 5rem; display: flex; align-items: center; justify-content: center; border-radius: 100rem; position:absolute; right:-1rem ; top:50%; transform:translateY(-50%); }
.maincourse_sec .owl-prev::before{ font-family: "Font Awesome 6 Pro"; content: "\f104"; color: var(--white); font-size: 2.5rem; }
.maincourse_sec .owl-next::before { font-family: "Font Awesome 6 Pro"; content: "\f105"; color: var(--white); font-size: 2.5rem; }

.maincourse_sec .owl-carousel .owl-dots.disabled{ display:none; }

.maincourse_sec .image{ margin: 0 1.5rem; }
.maincourse_sec .image img{ border-radius:1rem; }*/





/* page added (20-03-2025) */


/*___________  inner_raja_jhargram css  _______________________________________________________________*/

.raja_jhargram h2{ font: 600 4rem/1.2 var(--body_font); color:var(--black); }

.raja_jhargram .raja_box .raja_item{margin-top: 4rem; border-radius:2rem; padding: 3rem; background: rgb(255, 218, 189); box-shadow: rgba(0, 0, 0, 0.15) 0px 0 9px;
} }

.raja_jhargram .raja_box{ margin-top: 3rem; }
.raja_jhargram .raja_box .image{ height:100%; }
.raja_jhargram .raja_box .image img{ height:100%; object-fit:cover; border-radius:1rem; }
.raja_jhargram .raja_box .text{ margin-left: 3rem; }
.raja_jhargram .raja_box .text p{ font: 400 1.8rem/1.6 var(--body_font); color:var(--black); padding-bottom: 2rem; }
.raja_jhargram .raja_box .text strong{ font: 600 2.2rem/1.2 var(--body_font); }

.raja_jhargram .owl-dots{ margin: 0; display:none; }
.raja_jhargram .owl-nav { align-items: center; font-size: 0; }
.raja_jhargram .owl-prev{ position: absolute; top: 50%; transform: translateY(-50%); left: -5.5rem; background: var(--brand); width: 5rem; height: 5rem; display: flex; align-items: center; justify-content: center; border-radius: 100%; }
.raja_jhargram .owl-next{ position: absolute; top: 50%; transform: translateY(-50%); right: -5.5rem; background: var(--brand); width: 5rem; height: 5rem; display: flex; align-items: center; justify-content: center; border-radius: 100%; }
.raja_jhargram .owl-prev::before{ font-family: "Font Awesome 6 Pro"; content: "\f104"; color: var(--white); font-size: 2.5rem; }
.raja_jhargram .owl-next::before { font-family: "Font Awesome 6 Pro"; content: "\f105"; color: var(--white); font-size: 2.5rem; }
.raja_jhargram .text_scroll{ overflow-y:scroll; height: 38rem; scrollbar-width: thin; scrollbar-color: var(--brand) rgb(255, 218, 189); }
.raja_jhargram .jhargram_mt{ margin-top: 3rem;   }

.raja_tree_sec{ padding-bottom: 0; }
.raja_tree_sec h2{ font-size: 4rem; }
.raja_tree_sec .raja_tree_box{ border-radius: 1rem; margin-top: 3rem; background: rgb(255, 218, 189) /*linear-gradient( -90deg, rgb(255, 205, 116), rgba(255,255,255,1))*/; box-shadow: rgba(0, 0, 0, .25) 0 0 1rem; padding: 3rem; text-align: center; }
.raja_tree_sec .raja_tree_box .name_box{ margin-bottom: 5rem; }
.raja_tree_sec .raja_tree_box .name_box h3{ font-size: 3rem; margin-bottom: 2rem; }
.raja_tree_sec .raja_tree_box .name_box i{ font-size: 3rem; color: var(--brand); }



/*___________  inner_turist_place css  _______________________________________________________________*/
.tourist_sec{ padding-bottom: 10rem; }
.tourist_sec .tourist_contain h2{ font: 600 3.5rem/1.2 var(--body_font); color:var(--black); padding-bottom: 3rem; }
.tourist_sec .tourist_contain{ margin-top: 5rem; }

.tourist_sec .tourist_contain .tourist_text{ padding: 3rem; border-radius:1rem; background: var(--brand); height:100%;  }
.tourist_sec .tourist_contain .tourist_text h3{ font: 500 2.5rem/1.2 var(--body_font); color:var(--white); padding-bottom: 2rem; }
.tourist_sec .tourist_contain .tourist_text p{overflow-Y:scroll; height:28rem; scrollbar-width: thin; scrollbar-color: #fff #a17a45; font: 400 1.6rem/1.6 var(--body_font); color:var(--white); }
.tourist_sec .tourist_contain .tourist_text p span{ display:block; padding-top: 2rem; }


.tourist_sec .owl-carousel .owl-item img{ height:40rem; object-fit:cover; border-radius:1rem; }

/*.tourist_sec .tourist_slide_margin{ margin-top: 10rem; }*/
.tourist_sec .item_margin{ margin-right: 2rem; }


.tourist_sec .tourist_slider_box .image{ position:relative; }
.tourist_sec .hover_text{transition:all .5s ease;  position:absolute; bottom:0; width: 100%; text-align: center; right:0; rotate:0; background:var(--brand); padding: 2rem; opacity:0;  }
.tourist_sec .tourist_slider_box:hover .hover_text{opacity: 1; }

.tourist_sec .hover_text h4{ font: 600 1.6rem/1.2 var(--body_font); color:var(--white); }


.tourist_sec .owl-dots{ margin: 0; }
.tourist_sec .owl-nav { align-items: center; font-size: 0; }
.tourist_sec .owl-next::before { font-family: "Font Awesome 6 Pro"; content: "\f105"; color: var(--white); font-size: 2.5rem; }
.tourist_sec .owl-next{ position: absolute; top: 50%; transform: translateY(-50%); right: -2.5rem; background: var(--brand); width: 5rem; height: 5rem; display: flex; align-items: center; justify-content: center; border-radius: 100%; }

.tourist_sec .owl-prev::before { font-family: "Font Awesome 6 Pro"; content: "\f104"; color: var(--white); font-size: 2.5rem; }
.tourist_sec .owl-prev{ position: absolute; top: 50%; transform: translateY(-50%); left: -2.5rem; background: var(--brand); width: 5rem; height: 5rem; display: flex; align-items: center; justify-content: center; border-radius: 100%; }

.tourist_sec .owl-prev{ display:none; }
.tourist_sec .contain_margin { margin-top: 18rem; }

/*___________  inner_jhargram_photo css  _______________________________________________________________*/
.jhargram_photo{ overflow:hidden; padding: 0; }
.jhargram_photo .container{ max-width:100%; padding: 4rem 5rem; }
.jhargram_photo .images{ overflow:hidden; margin-top: 2.5rem;}
.jhargram_photo .images img{ transition:all .4s ease; object-fit:cover; }
.jhargram_photo .images:hover img{ transform:scale(1.1); rotate:5deg; }

.jhargram_photo .row{ margin: 0 -1rem; }
.jhargram_photo .photo_paddi{ padding: 0 1rem; }

/*___________  inner_jhargram_video css  _______________________________________________________________*/
.jhargram_video .video_box { margin: 3rem 0 0 0; }
.jhargram_video .row{ margin: 0 -1.5rem; }
.jhargram_video .row .video_paddi{ padding: 0 1.5rem; }

/*___________  inner_jhargram_ Terms & Conditions css  _______________________________________________________________*/
.terms_sec{ padding-top: 3rem; }
.terms_sec .terms_box .terms_item{ margin-top: 3rem; background: var(--white); padding: 3rem 3rem 1rem 3rem; border-radius:1rem; box-shadow: rgba(0, 0, 0, 0.25) 0px 0 10px; }
.terms_sec .terms_box .terms_item p{ font: 400 1.6rem/1.6 var(--body_font); color:var(--black); padding-bottom: 2rem; }
.terms_sec .terms_box .terms_item h2{ font: 600 2.5rem/1.2 var(--body_font); color:var(--black); padding-bottom: 2rem; }

/*___________  inner_jhargram_ Experiential travel css  _______________________________________________________________*/
.travel_sec .travel_box .image{ height:100% }
.travel_sec .travel_box .image  img{ border-radius:1rem; height:100%; object-fit:cover;  }
.travel_sec .travel_text{ margin-left: 3rem; }
.travel_sec .travel_text h2{ font: 600 3rem/1.2 var(--body_font); color:var(--black); padding-bottom: 2rem; }
.travel_sec .travel_text p{ font: 400 1.6rem/1.7 var(--body_font); color:var(--black); padding-bottom: 2rem; }
.travel_sec .travel_box{ margin-top: 3rem; background: var(--white); border-radius:1rem; box-shadow: rgba(0, 0, 0, 0.20) 0px 0 10px; padding: 3rem; }

.travel_sec .travel_text h3{ font: 500 1.8rem/1.5 var(--body_font); color:var(--black); padding-bottom: 2.5rem; }
.travel_sec .travel_text ul{ margin-left: 1rem; list-style: decimal; }
.travel_sec .travel_text ul li{ padding-left: 2.5rem; position: relative; font: 400 1.6rem/1.6 var(--body_font); color:var(--black); padding-bottom: 1rem; }
.travel_sec .travel_text ul li::after{ position:absolute; content:"\f058"; color:var(--brand); font-size: 1.6rem; font-family: "Font Awesome 6 Pro"; left: 0; top: 0; }
.travel_sec h2.lasth2{ padding-bottom: 1rem; }

/*___________  inner_jhargram_ press_sec css  _______________________________________________________________*/
.press_sec { position:relative; background: #000; }
.press_sec::before{ position:absolute; content: ""; width:100%; height:100%; top:0; left:0; background: url(../images/127.jpg) no-repeat center center/cover; opacity:.3; }
.press_sec .press_box{ margin-top: 3rem; position:relative; z-index: 555; background:var(--white); padding: 3rem 1rem; border-radius:1rem; text-align:center; }
.press_sec .press_box .text{ padding-top: 2rem; }
.press_sec .press_box .text h3{ font: 500 2rem/1.2 var(--body_font); color:var(--black); padding-bottom:.5rem; }
.press_sec .press_box .text h6{ font: 400 1.4rem/1.2 var(--body_font); color:var(--black); }

.press_sec .row{ margin: 0 -1.5rem; }
.press_sec .row .press_paddi{ padding: 0 1.5rem; }

/*___________  inner_jhargram_ About The Palace css  _______________________________________________________________*/
.photo_sec{ padding-bottom: 0; }
.photo_sec .photo_box .photo_text h2{ font: 600 3rem/1.4 var(--body_font); color:var(--black); padding-bottom: 3rem; }
.photo_sec .photo_box .photo_text p{ font: 400 1.6rem/1.5 var(--body_font); color:var(--black); padding-bottom: 2rem; }
.photo_sec .photo_box .image img{ border-radius:1rem; }



.inner_photo_text{ padding: 4rem 0 0 0; }
.inner_photo_text .inner_photo_text_main{ text-align:center; background: radial-gradient(circle, rgb(62, 47, 27) 0%, rgb(54 54 54) 100%, rgba(62, 47, 27, 1) 100%); padding: 6rem 0; }
/*.inner_photo_text .container{ max-width:100%; padding: 0 1.5rem; }*/
.inner_photo_text .inner_photo_text_main p{ font-size: 1.8rem; line-height: 2; color:var(--white); }

.inner_photo_slider .photo_box .images .text{ text-align:center; padding: 2rem 0; border:1px solid rgba(0, 0, 0, .2); border-bottom-right-radius:1rem; border-bottom-left-radius:1rem; }
.inner_photo_slider .photo_box .images .text h2{ font: 600 2.4rem/1.2 var(--body_font); color:var(--black); padding-bottom: 1rem; }
.inner_photo_slider .photo_box .images .text h3{ font: 500 1.6rem/1.2 var(--body_font); color:var(--black); padding-bottom: .5rem; }
.inner_photo_slider .photo_box .images .text h6{ font: 400 1.6rem/1.2 var(--body_font); color:var(--black); }

.inner_photo_slider .owl-dots{ display:none; }
/*.inner_photo_slider */
/*.inner_course_sec .owl-carousel .owl-dots{ display:none; }*/

.inner_photo_slider .owl-nav { width:fit-content; font-size: 0; }
.inner_photo_slider .owl-prev{ position: absolute; top: 35%; left: -2rem; background: var(--brand); width: 5rem; height: 5rem; display: flex; align-items: center; justify-content: center; border-radius: 100%; }
.inner_photo_slider .owl-next{ position: absolute; top: 35%; right: -2rem; background: var(--brand); width: 5rem; height: 5rem; display: flex; align-items: center; justify-content: center; border-radius: 100%; }
.inner_photo_slider .owl-prev::before{ font-family: "Font Awesome 6 Pro"; content: "\f104"; color: var(--white); font-size: 1.6rem; }
.inner_photo_slider .owl-next::before { font-family: "Font Awesome 6 Pro"; content: "\f105"; color: var(--white); font-size: 1.6rem; }

.inner_photo_slider h4{ font-size: 4rem; color:#000; text-align:center; line-height:1.4;}
.inner_photo_slider h4 span{ display: block;}

.inner_photo_slider .photo_slider { margin-top:4rem; } 


/*___________  Explore css  _______________________________________________________________*/
.explore_sec{ padding-top:0; }
.explore_sec .explore_box{ margin-top: 4rem; border-radius: 2rem; padding: 3rem; /*background: linear-gradient(-90deg, rgb(255, 205, 116), rgba(255, 255, 255, 1));*/ box-shadow: rgba(0, 0, 0, 0.15) 0px 0 9px; }

.explore_sec .explore_box ul{ flex-wrap: wrap; gap: 1rem 1.5rem; }

.explore_sec .explore_box h2 { font: 600 3rem / 1.2 var(--heading_font); color: var(--black); padding-bottom: 3rem; }
.explore_sec .explore_box ul li { position: relative; font: 400 1.8rem / 1.2 var(--body_font); color: var(--black); padding-left: 3rem; }

.explore_sec .explore_box ul li::after{ position: absolute; font-family: "Font Awesome 6 Pro"; content: "\f058"; color: var(--brand); font-size: 1.8rem; padding-right: 1rem; left: 0; top: 0; }

/*___________  bird css  _______________________________________________________________*/
.bird_photo{ margin-top: 2rem; }
.bird_photo .row{ margin: 0 -1.3rem; }
.bird_photo .row .photo_paddi{ padding: 0 1.3rem; }
.bird_photo .images { border: .1rem solid rgba(0, 0, 0, .3); padding: 1.5rem; border-radius: 1rem; margin-top: 3rem; }
.bird_photo .images img{ border-top-right-radius: 1rem; border-top-left-radius: 1rem; }
.bird_photo .images .inner_bird_text{ background: var(--black); text-align: center; padding: 1.5rem 0; border-bottom-right-radius: 1rem; border-bottom-left-radius: 1rem; }
.bird_photo .images .inner_bird_text h3{ font-size: 1.6rem; color: var(--white); }
.inner_bird{ padding-bottom: 0; padding-top: 1rem; }

.inner_bird .bird_bottom_paddi{ margin-bottom: 4rem; }








.travel_sec.ethos_sec{ padding-top: 4rem; padding-bottom:3rem; }
.local_ethos_bottom{ padding-top: 0; }




















/*____________________________________________
                Media Quaries 
______________________________________________*/

@media (min-width: 1200px) and (max-width: 9000px) 
{
.main_header .dropdown .dropdown-menu { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s;
    -o-transition: all 0.3s;transition: all 0.3s; max-height: 0; display: block; opacity: 0; visibility: hidden;  margin:0; border: none; border-bottom: .2rem solid var(--brand); 
    background:#fff !important; padding: 0; border-radius: 0; left: 0; right: inherit; box-shadow: inherit; }

.main_header .dropdown:hover .dropdown-menu { max-height: 30rem;opacity: 1; visibility: visible; }

}
@media screen(min-width:992px) and (max-width: 3000px){
	.header_sec .main_header .dropdown:hover .dropdown-menu{ display: block; } 
}

@media screen and (max-width: 1799px){
/*.cultural_sec .row{ align-items:initial; }*/

}




@media screen and (max-width: 1299px){ 
  .header_sec .header_menu .navbar-nav li a{ font-size: 1.8rem; padding-left: 2rem; }
  .header_sec .header_menu .navbar-nav{ margin-right: 16rem; }
  .banner_sec .carousel-inner .image_box img{ height:auto; }

  .room_sec .owl-dots{ margin-top: 0; }

  .cultural_box{ height:100%; }
  .cultural_box .image{ height:100%; }
  .cultural_box .image img{ height:100%; }
  .cultural_sec .row{ align-items:initial; }

  .legacy_sec .legacy_text{ padding: 5rem 3rem 5rem 6rem; }

  .inner_contact_sec .inner_contact_form{ padding: 2rem; }


/* place (20-03-2025) */
.photo_sec .photo_box .image img{ height:40rem; object-fit:cover; }
.photo_sec .photo_box .image{ margin-bottom: 1rem; }

.inner_contact_sec .inner_contact_box .inner_contact_text a{ padding-right: .8rem;}
}

@media screen and (max-width: 1199px){
	

  .footer_sec .footer_contain.footer_p{ padding-left: 6rem; }
	
  .footer_sec .footer_contain{ padding-top: 4rem; padding-right: 2rem; }
	.footer_sec.ptb_60{ padding-top: 0;}
/*  .footer_sec .footer_contain.footer_p{ padding-left: 1rem; }*/
/*  .footer_sec .row{ justify-content:space-between; }*/

.form_sec{ margin-top: 1.5rem; }
.about_sec .about_box .about_image{ margin-top: 3rem; }
	.inner_about_sec .about_box .about_image{ height: 53rem;}

.amenities_sec .amenities_main .row{ justify-content:center; }

.food_sec .food_main .food_box{ margin-top: 3rem; }
.food_sec .food_main{ margin-top: 0; }
.food_sec .food_main .row .col-lg-4{ padding-right: .7rem; }

/*.cultural_sec .cultural_box .image img{ height:50rem; }*/

.ptb_60.inner_aminite_sec{ padding: 1rem 0 4rem 0; }

.inner_contact_sec .inner_contact_form{  margin-top: 3rem; }
.inner_contact_sec.ptb_60{ padding-top: 1rem; }

/* .inner_about_sec .about_box .about_image{ height:45rem; } */
/*#counter-stats .stats .counter_box{ margin-right: 0; }*/
#counter-stats .stats .counter_box{ margin-top: 3rem !important; }

/*.header_sec .navbar-expand-lg .navbar-nav .dropdown-menu{ position:static; }*/
.navbar-collapse.collapse.show .dropdown .dropdown-menu{ position:inherit; }
	
.cultural_sec .cultural_text { padding: 4rem 4rem 4rem 4rem; }
	
/* added_page(20-03-2025) */
	
/*.raja_jhargram .raja_box .image img{ height:50rem; }*/
/*.raja_jhargram .raja_box .text{ margin-left: 0; }*/
.raja_jhargram .raja_box .image{ margin-bottom: 3rem; margin-top: 3rem; }

/* turist_place */
/*.tourist_sec .tourist_contain .tourist_text{ position: inherit; top: inherit; left: inherit; width: 100%; margin-top: 3rem; height: auto; }*/
.tourist_sec .contain_margin { margin-top: 6rem; }
.tourist_sec .tourist_slide_margin{ margin-top: 3rem; }
.tourist_sec .owl-next{ right: -0.5rem; }
.tourist_sec .owl-prev{ left: -0.5rem; }
/*.tourist_sec .tourist_contain h2{ text-align:center; }*/
.tourist_sec .item_margin{ margin-right: 0; }

/* place */
.inner_photo_slider .owl-prev{ left:0 }
.inner_photo_slider .owl-next{ right:0; }
	
	.inner_banner .banner_item{ padding: 36rem 0 5rem 0;}
	
	.raja_jhargram .raja_box .text{ margin-left: 0;}
	
	.inner_contact_sec .inner_contact_form{ margin-right:0;}
	
/* footer */
	.footer_sec .items .footer_call a{ display: ruby; }
	.footer_sec .items .footer_call{ display:flex;}



	
}
@media screen and (max-width: 991px){
	 .inner_about_sec .about_box .about_image { height: 100%; }
.header_sec .navbar .navbar-toggler .navbar-toggler-icon{ display: block; background: var(--black); width: 3rem; height: .4rem; border-radius: .3rem; margin-top: .4rem; opacity: 1; transform: matrix(1, 0, 0, 1, 0, 0); transition: all 0.5s ease-in-out; }
.header_sec .header_menu .navbar-nav li a{ color:var(--black); }
.header_sec .navbar .navbar-toggler .navbar-toggler-icon{ background: #fff; }
.header_sec.fixed .navbar .navbar-toggler .navbar-toggler-icon { background: #000; }
.header_sec .navbar .navbar-toggler.showtoggle .navbar-toggler-icon:nth-child(1){ transform: matrix(1, -1, 0, 1, 0, 0); width: 25px; }
.header_sec .navbar .navbar-toggler.showtoggle .navbar-toggler-icon:nth-child(2){ opacity: 0; width: 0; }
.header_sec .navbar .navbar-toggler.showtoggle .navbar-toggler-icon:nth-child(3){ transform: matrix(1, 1, 0, 1, 0, 0); width: 25px; margin-top: -11px; }
.header_sec .navbar-toggler:focus{ box-shadow:none; }
.header_sec .navbar .navbar-collapse{ position: fixed; top: 0; left: -30.10rem; background: var(--white); z-index: 999999; width: 23rem; padding: 2.5rem 2rem; height: 100% !important; transition: all 0.3s; overflow-y: auto; min-height: 100vh; border-right: .5rem solid var(--brand); }
.header_sec .navbar .navbar-collapse.show{ left: 0; }
.header_sec .navbar-nav.mobile_links{ margin-right: 0; }
.header_sec .navbar-nav.mobile_links li a{ color:#000; padding-left: 0; padding: 1.5rem; font-size: 1.5rem; font-weight:600; display:nline-block; width:100%; }
.header_sec .header_menu .navbar .hotel_btn{ right: 7rem; }
.header_sec .header_menu .navbar-nav{ align-items: baseline; margin-right: 0; }
.header_sec .header_menu .navbar-nav li a{ padding-left: 0; }
.header_sec .header_menu .navbar-nav li a{ padding-bottom:2rem !important; }

.banner_sec .carousel-inner .image_box img{ height: 43rem; }
.form_sec form .form_box{ flex-wrap:wrap; }
.form_sec form .form_box .form_item{ width: 48%; margin-top: 10px; }
.form_sec form .form_box .select_butn{ width:48%; }
.form_sec form .form_box .select_butn .my_btn{ width:100%; }

.amenities_sec .amenities_text .image{ display:none; }

.amenities_sec .right_amenities{ margin-top: 3rem; }

.cta2_sec .row{ text-align: center; gap:3rem 0; }
.cta2_sec .text h4.check_in{ margin: 0 auto; }

.cultural_sec .cultural_text { padding: 3rem 2rem 4rem 2rem; }

.inner_room_sec.ptb_60 { padding: 2.5rem 0 4rem 0; }

.history_history_sec .history_main .image{ margin-bottom: 3rem; }
.history_history_sec .history_main .image img{ height:40rem; object-fit:cover; }
/* .history_history_sec .history_margin{ margin-top: 4rem; } */
.history_history_sec.ptb_60{ padding-bottom: 1rem; }
.history_history_sec .inner_history_text .history_paddi{ padding-left: 0; }

.inner_vision_sec{ padding: 4rem 0; }
#counter-stats{ padding: 0 0 0 0; }
.inner_luxury_sec{ padding: 5rem 0; }
.inner_about_sec .about_main .inner_aboout_paddi{ padding-right: 0; }
	
.testimonial-area .sec-title h2{ font-size:3.5rem;}	
.testimonial-area .owl-stage-outer{ padding: 3rem 0 3rem 1rem; }
	
.footer_sec .footer_contain.footer_p { padding-left: .9rem; }

/* page_added (20-03-2025) */
	
/* travel */
/*.travel_sec .travel_box .image img{ height:35rem; }*/
/*.travel_sec .travel_text{ margin-top: 3rem; margin-left: 0; }*/
.travel_sec.ptb_60{ padding-top: 2rem; }

/* press */
.press_sec.ptb_60{ padding-top: 2rem; }

/* photo */
.jhargram_photo.ptb_60{ padding: 0 2rem 2rem 2rem; }

/* place */
.photo_sec .photo_box .photo_text h2{ font-size: 2.8rem; }

/* video */
.jhargram_video.ptb_60{ padding-top: 1rem; }


/* container */
.jhargram_photo .container{ padding: 0 .9rem; }
.container{ max-width:100%; padding: 0 1.5rem; }
.ptb_60{ padding: 4rem 0; }

/* place */
.photo_sec.ptb_60{ padding-bottom: 0; }

/* rajas */
  .raja_jhargram .raja_box .image img{ height:auto; }
	.raja_tree_sec .raja_tree_box .name_box h3{ font-size:2.5rem; }

/* birds */
  .inner_bird .travel_sec .travel_text p{ padding-bottom: 0; }
  .bird_photo{ margin-top: 0; }


/* container */
.container{ max-width:100%; padding: 0 1.5rem; }
.ptb_60{ padding: 4rem 0; }
	
.terms_sec.local_ethos_bottom.ptb_60{ padding-top:0; }
.raja_tree_sec { padding-bottom:0; }

	.inner_photo_slider h4{ font-size:3rem;}

}



/*NEW GRID SYSTEM*/
@media screen and (max-width:768px){
	.banner_sec .carousel-inner .image_box img{ height: auto; }
  .header_sec .header_top .top_items li a h6{ display:none; }
  .header_sec .header_top .top_items{ gap: 0 1rem; }
	
	.inner_banner .banner_item { padding: 27rem 0 5rem 0; }
	.inner_about_gallery_sec .inner_about_gallery_paddi .image{ margin-top:2rem;}
	.inner_about_gallery_sec .inner_about_gallery_paddi .image img{ height:auto;}
	

	.travel_sec.ethos_sec { padding-top: 1rem; }

	
  .footer_sec.ptb_60{ padding: 0; }
	
/*   .footer_sec .ft_btm{ text-align:left; } */
  .footer_sec .ft_btm .ft_bottom p{ font-size: 1.6rem; }
  .footer_sec .footer_contain h3{ padding-bottom: 2rem; }
  .form_sec form .form_box .form_item{ width:47%; }
  .about_sec .about_main .about_paddi{ padding-right: 0; }
  .cta1_sec .cta1_text h3{ font-size: 4.5rem; }
  .box_p{ margin-top: 3rem; }
  .room_sec .title_all { font-size: 3.5rem; }
  .room_sec .owl-next{ height:4rem; width:4rem; }
  .room_sec .owl-prev{ height:4rem; width:4rem; }
  .room_sec .owl-nav{ top: -7.1rem; }
  .cta2_sec .text h2{ font-size: 3.5rem; }
/*   .testimonial-area .owl-carousel{ overflow: inherit; padding: 0 0; margin: 0px -4rem; }*/
/*   .testimonial-area .owl-carousel .owl-dots{ margin-left: 8rem; }*/
/*   .testimonial-area .owl-stage-outer{ padding: 8rem 5rem 1rem 5rem; }*/
/*   .testimonial-area .owl-carousel .owl-dots{ margin-left: 6rem; } */
   .legacy_sec .legacy_text{ padding: 4rem 1.5rem 4rem 1.5rem; }
   .cultural_sec .cultural_box .image img{ height:40rem; }
   .inner_room_sec .inner_room_main .inner_room_paddi{ padding: 0 .7rem; }
   .inner_gallery_sec .inner_gallery_paddi{ padding: 0 .7rem; }
   .erro_sec .error_box h2{ font-size: 18rem; }
   .inner_food_catagori .breakfast_sec .breakfast_contain{ margin-right: 0; margin-left: 0; }
   .inner_food_sec.ptb_60{ padding-bottom: 0; }
   .about_sec.ptb_60{ padding-top: 2rem; }
   .inner_vision_sec .inner_vision_image{ margin-right: 0; }
   .inner_vision_sec .inner_visiob_box{ margin-top: 3rem; }
   .inner_luxury_sec h2{ font-size: 3.5rem; }
	.testimonial-area .sec-title h2{ font-size:3rem;}	

/* page_added (20-03-2025) */
  /*  turist_place  */
  .tourist_sec .owl-prev{ display:flex; }
  .tourist_sec .hover_text{ opacity:1; }

  /* travel */
.travel_sec .travel_text{ margin-top: 2rem; margin-left: 0; }
.travel_sec .travel_box .image img{ height:auto; }

/* place */
.inner_photo_text .inner_photo_text_main{ padding: 5rem 0; }
	
	/* bird */
.bird_photo .images .inner_bird_text h3{ font-size: 1.3rem;  }
/* footer */
	.footer_sec .items .footer_call a{ display: initial;}
	.footer_sec .footer_contain{ text-align: center; }
	.footer_sec .items .addres, .footer_sec .items .destence, .footer_sec .items .footer_call{ justify-content: center;} 
	
.inner_photo_slider h4 { font-size: 2.5rem; }

}

@media screen and (max-width:575px){
		 .header_sec .header_top .top_items li.place i, .header_sec .header_top .top_items li.place{ color:#000;}
	.header_sec .header_top .top_items li a.top_item_right, .header_sec .header_top .top_items li a span i{ color: #000;}
	.header_sec .header_top .top_flex{ border-bottom: 1px solid rgba(0, 0, 0, .2); padding-bottom: 1.5rem;}
	.header_sec .header_menu .navbar{ margin-top: 1rem; }
	.header_sec .navbar .navbar-toggler .navbar-toggler-icon{ background:#000;}
/*  .header_sec .header_menu .navbar .hotel_btn{ display:none; }*/
  .header_sec .header_menu .navbar .logo_white img{ height: 4.5rem; }
  .header_sec .header_menu .navbar .hotel_btn{ right: 5rem; }
  .header_sec .header_menu .navbar .hotel_btn .my_btn span{ padding: 1.2rem 1.1rem; font-size: 1.1rem; }
	
	/* 	banner */
	.carousel-control-next{ right:0;}
	.carousel-control-prev{ left:0;}
	.carousel-control-next-icon{ height: 3rem; width:3rem;}
	.carousel-control-prev-icon{ height: 3rem; width:3rem;}
	.header_sec{ position:inherit;}
	.header_sec.fixed{ position: fixed; }

/*   .footer_sec .items h4{ font:inherit; } */
  .footer_sec .items .addres em{ font-size: 1.4rem; }
	
/*   .footer_sec .items .addres span i{ padding-right: 0; } */
  .footer_sec .footer_contain h3{ padding-bottom: 1.5rem; }
  .footer_sec .items .footer_call a{ font-size: 1.6rem; }
  .footer_sec .items .footer_email a{ font-size: 1.6rem; }
  .footer_sec .footer_contain{ padding-right: 0; padding-top: 2rem; }
  .footer_sec .footer_contain .social_block .social i{ font-size: 3rem; }
	.footer_sec .footer_contain .social_block{ margin-top:2rem;}
  .footer_sec .ft_btm .ft_bottom{ flex-direction:column; gap:1rem 0 }
  .footer_sec .footer_contain p{ font-size: 1.6rem; }
  .form_sec form .form_box .form_item{ width:100%; }
  .form_sec form .form_box{ padding: 1rem 2rem; }
  .form_sec form .form_box .select_butn{ width:100%; margin-top: 2rem; }
  .about_sec .about_box h3{ font-size: 2.5rem; }
  .about_sec .about_box .style_text h4{ font-size: 1.6rem; }
  .about_sec .about_box p{ font-size: 1.6rem; }
/*  .about_sec .about_box .about_image img{ height: 35rem; }*/
  .cta1_sec .cta1_text h3{ font-size: 2.5rem; }
  .amenities_sec .amenities_text h2{ font-size: 3rem; }
  .amenities_sec .amenities_main .box_p:nth-child(1){ margin-top: 0rem; }
  .room_sec .room_main .room_box .text{ text-align: left; padding: 1rem; }
  .room_sec .room_box .room_btn{ padding: 1rem; }
  .room_sec .owl-nav{ top:0; right:0; }
  .room_sec .room_main .room_box{ margin: 0; }
  .room_sec .title_all{ font-size: 2.6rem; }
  .cta2_sec .text h2{ font-size: 3rem; }
  .cta2_sec .text h4.check_in{ font-size: 1.6rem; padding: 1rem 6rem 1rem 1rem; clip-path: polygon(0% 0%, 85% 0, 100% 50%, 85% 100%, 0% 100%); }
  .cta2_sec .row{ text-align:left; }

  .food_sec .title_all{ font-size: 3.5rem; }
  .food_sec .food_main .food_box h3{ margin-top: 1rem; }

  .testimonial-area .sec-title h2{ font-size: 3rem; }
/*   .testimonial-area .owl-stage-outer{ padding: 5rem 5rem 1rem 5rem; } */
/*   .single-testimonial p{ padding: 5rem 1rem 3rem 1rem; } */
  .client-info{ padding-bottom: 2rem; }
  .client-info h6{ font-size: 1.6rem; }

  .legacy_sec .legacy_text .title_all{ font-size: 3.5rem; }
  .legacy_sec .legacy_text{ padding: 3rem 1.5rem 3rem 1.5rem; }

   .cultural_sec .cultural_box .image img{ height:30rem; }
   .cultural_sec .cultural_main .cultural_text .title_all{ font-size: 3rem; margin-bottom: 2rem; }
   .cultural_sec .cultural_text p{ font-size: 1.6rem; }
   .cultural_sec .cultural_text .button_block{ flex-direction:column; gap:1rem 0; }
   .legacy_sec .legacy_text p{ font-size: 1.6rem; }
   .amenities_sec .amenities_items p{ font-size: 1.6rem; }
   .single-testimonial p{ font-size: 1.6rem; }

   .header_sec .header_menu .navbar .site_logo img{ height:4.5rem; }
   .inner_banner .banner_item{padding: 14rem 0 3rem 0; }

   .inner_room_sec .inner_room_box .inner_room_text{ padding: 1rem; }
   .inner_room_sec .inner_room_box .inner_room_text .inner_room_view li{ width: 100%; text-align: center; }
   .inner_room_sec .inner_room_box .inner_room_text .inner_room_service li{ width: 100%; text-align: center; }
   .inner_room_sec .inner_room_text .inner_button .my_btn{ width:100%; }
   .inner_room_sec .inner_room_box .inner_room_text h3{ text-align:center; }

   .inner_gallery_sec .title_all{ font-size: 3.5rem; }

   .erro_sec .error_box h2{ font-size: 9rem; }
   .erro_sec .error_box h4{ font-size: 1.6rem; }
   .erro_sec .error_box p{ font-size: 1.4rem; }

   .inner_aminite_sec .inner_aminite_paddi{ padding-right: .7rem; }
   .inner_aminite_sec .amenities_items h3{ font-size: 2rem; }
   .inner_contact_sec .inner_contact_form .inner_contact_box{ flex-direction:column; align-items:baseline !important; gap:1.5rem 0; }
   .inner_contact_sec .inner_contact_box .inner_contact_text a{ padding-bottom: 1rem; word-break:break-word; }

  .history_history_sec .history_main .image img{ height:30rem; }
  .history_history_sec .title_all{ font-size: 3.5rem; }
  .history_history_sec .inner_history_text .read_box p{ font-size: 1.6rem; }

  .inner_food_catagori .breakfast_sec img{ height: 25rem; }
  .inner_food_catagori .breakfast_sec .food_title { font-size: 3.5rem; }
  .inner_food_sec h2.title_all{ font-size: 3.5rem; }
  .inner_food_sec .inner_dine_image{ padding: 1.5rem; }
  .inner_food_sec .inner_food_main{ margin-top: 3rem; }
  .inner_about_sec .about_box h3{ font-size: 3rem; }
/*   .inner_about_sec .about_box .about_image{ height:30rem; } */
  .inner_vision_sec .inner_visiob_box h2{ font-size: 3.5rem; }
  .nav-item{ width:100%; }
  .inner_vision_sec .nav-pills .nav-link{ width:100%; }
  .inner_luxury_sec h2{ font-size: 3rem; }
  #counter-stats .stats .counter_box{ margin-right: 0 !important; margin-left: 0 !important; }

/*   .testimonial-area .owl-carousel .owl-dots{ margin-left: 10rem; } */
 .testimonial-area .owl-stage-outer { padding: 3rem 0 3rem 1rem; }
.single-testimonial p { padding: 0 1.5rem 0 1.5rem; font-size: 1.6rem; }

 /* page_added (20-03-2025) */
	
  /* rajas */
/*  .raja_jhargram .raja_box .image img{ height:30rem; }*/
  .raja_jhargram .raja_box .raja_item{ padding: 2rem; }
  .raja_jhargram .raja_box .text p{ font-size: 1.6rem; }
  .raja_jhargram .raja_box .text strong{ font-size: 2rem; }
  .raja_jhargram h2, .raja_tree_sec h2{ font-size: 3rem; }
  .raja_jhargram .raja_box .raja_item{ margin-top: 3rem; }
	.raja_tree_sec .raja_tree_box .name_box h3{ font-size: 1.9rem;  }
	.raja_tree_sec .raja_tree_box .name_box { margin-bottom: 3rem; }

  /* photos */
/*  .jhargram_photo .images img{ height:30rem; }*/

  /* tourist */
  .tourist_sec .tourist_contain h2{ font-size: 3rem; }
  .tourist_sec .contain_margin{ margin-top: 3rem; }
  .tourist_sec .tourist_contain .tourist_text{ padding: 2rem; }
  .tourist_sec .owl-prev::before, .tourist_sec .owl-next::before{ font-size: 1.8rem; }
  .tourist_sec .owl-prev, .tourist_sec .owl-next{ width:4rem; height:4rem; }

  /* terms */
  .terms_sec .terms_box .terms_item{ padding: 2rem 2rem 0rem 2rem; }
  .terms_sec .terms_box .terms_item p{ font-size: 1.4rem; }
  .terms_sec { padding-top: 2rem; }
  .inner_banner .banner_item .desc_block h2{ font-size: 2.3rem; }

  /* travel */
  .travel_sec .travel_box{ padding: 2rem; }
/*  .travel_sec .travel_box .image img { height: 25rem; }*/
  .travel_sec .travel_text p{ font-size: 1.4rem; }
  .travel_sec .travel_text h2{ padding-bottom: 1rem; }
  .travel_sec .travel_text ul{ margin-left: 0; }
  .travel_sec .travel_text h3{ font-size: 1.6rem; }
  .travel_sec .travel_text ul li{ font-size: 1.4rem; }

  /* press */
  .press_sec .press_box{ margin-right: 0; }
/*   .press_sec .row .press_paddi{ padding: 0 0.5rem; } */


/* place */
.photo_sec .photo_box .photo_text h2{ font-size: 2.5rem; padding-bottom: 2rem; }
.photo_sec .photo_box .image img{ height:30rem; }
.inner_photo_slider .owl-next, .inner_photo_slider .owl-prev{ height:4rem; width:4rem; }
.inner_photo_slider .photo_box .images .text h2{ font-size: 2rem; }
.inner_photo_slider .photo_box .images .text h3{ font-size: 1.4rem; }
.inner_photo_slider .photo_box .images .text h5{ font-size: 1.2rem; }
.inner_photo_text .inner_photo_text_main { padding: 4rem 0; }
	
/* photos	 */
	.jhargram_photo .photo_paddi { padding: 0 0.5rem; }
	
	/* header	 */
	.header_sec .header_menu .navbar .logo_white{ display:none; }
	.header_sec .header_menu .navbar .site_logo{ display:block; }
	
	 .jhargram_photo.ptb_60 { padding: 0 1rem 2rem 1rem; }
	.jhargram_photo .images{ margin-top: 1.5rem;}
	
/* 	explore */
	.explore_sec .explore_box ul li, .explore_sec .explore_box ul li::after{ font-size:1.6rem !important; }
	.explore_sec .explore_box ul{ flex-direction: column; }
	.explore_sec .explore_box h2{ font-size:2.5rem !important; }
	.explore_sec .explore_box{ margin-top: 3rem !important; }
	
	/* 	attraction */
	.attraction_sec .travel_text h2{ font-size:2.5rem; }
	
	/* local_ethos_sec */
	.local_ethos_sec .banner_item .desc_block h2{ font-size: 1.9rem; }
	
	
	/* bird	 */
	.bird_watching .banner_item .desc_block h2{ font-size: 1.8rem; }
	.inner_bird .travel_text h2{ font-size: 2.5rem; }
	.bird_photo .images{ padding: 1rem; margin-top: 2rem !important; }
	.inner_bird{   padding-top: 0; }
	
	/* footer */
	.footer_sec .items .footer_call a .last_number{ display: block;}
	.footer_sec .items .footer_call i{ padding-top: .6rem; }
	/* offbeat_banner_sec	 */
	.offbeat_banner_sec .banner_item .desc_block h2{ font-size: 1.9rem;}
	.inner_offbeat_sec .travel_text h2{ font-size:2.5rem; }

	.travel_sec .col-md-8:nth-child(odd) .travel_text{ margin-top: 0; }
	
	
	.inner_food_catagori .breakfast_sec .breakfast_contain a{ font-size: 2rem; }
}






