@import url('https://pro.fontawesome.com/releases/v6.0.0-beta3/css/all.css');
html{font-size: 62.5%;}
body{ padding: 0px; margin: 0px; list-style: none; font: normal 1.6rem/2.6rem 'Open Sans', sans-serif; color: var(--body_txt_color); }
p{padding: 0px; margin: 0px;}
a{padding: 0px; margin: 0px; outline: none;}
ul{ list-style: none; padding: 0px; margin: 0px;}
label{ list-style: none; padding: 0px; margin: 0px;}
ul li{ padding: 0px; margin: 0px;}
h1,.h1, h2,.h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6{padding: 0px; margin: 0px; font-family: "Quicksand", serif;}
input[type="text"]::-webkit-placeholder , input[type="text"]::-moz-placeholder , input[type="password"]::-webkit-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-webkit-placeholder, input[type="search"]::-moz-placeholder, input[type="email"]::-webkit-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-webkit-placeholder, input[type="tel"]::-moz-placeholder, textarea::-moz-placeholder, textarea::-webkit-placeholder{ opacity: 1;  }
a:hover{ outline: none !important; text-decoration: none;}
a:active{ outline: none !important; text-decoration: none;}
a{ text-decoration: none !important;}
a:hover, a:focus{ text-decoration: inherit !important;}
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; }
/* font-family: "Philosopher", serif; */
/* font-family: "Inter", serif; */
/* font-family: "Open Sans", serif; */

:root{
    --black: #2B2540;
    /* --brand: #1a84ee; */
	/*--brand: #0176FF; */
	--brand: #00DBFF;
    /* --green_gradient: linear-gradient(300deg, #58A147 0%, #96BA43 100%); */
    /* --orange_gradient: linear-gradient(280deg, #DC7134 0%, #EB9539 100%); */
    --body_txt_color: #54595F;
    --white: #fff;
    --red: #d80019;
    /* --yellow: #FF9901; */
    --yellow: #FF8900;
    --e-transform-rotateZ: 3deg;
   }


@keyframes fadeInUp{
    0% {opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0);}
    100% { opacity: 1; -webkit-transform: translateZ(0); transform: translateZ(0);}
}

@keyframes fade-up{
    0% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1;}
    75% {-webkit-transform: translateY(-20px); transform: translateY(-20px); opacity: 0;}
}

@keyframes play {

    0% {transform: scale(1);}
    15% {box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4);}
    25% {box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.2);}
    25% {box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0.2);}
    
}

@keyframes zumpTop{
    0% {-webkit-transform: translateZ(0); transform: translateZ(0);}
    50% {-webkit-transform: translate3d(0, -15px, 0); transform: translate3d(0, -15px, 0);}
    100% {-webkit-transform: translateZ(0); transform: translateZ(0);}
}

@keyframes rightToLeft{
    0% {transform: translateX(0px);}
    50% { transform: translateX(10px);}
    100% { transform: translateX(0px);}
}

@keyframes grow{
    0% {transform: scale(1);}
    50% {transform: scale(0.7);}
    100% {transform: scale(1);}
}





/*top_button*/
.top_btn{background: var(--brand);  bottom: 1rem; color: var(--white); height: 4rem; opacity: 0; overflow: hidden; position: fixed; right: 1rem; width: 4rem; z-index: 9999;  text-align: center; display: inline-block; border-radius: .5rem; -webkit-box-shadow: 0 0 8px 4px rgba(0, 0, 0, .16); -moz-box-shadow: 0 0 8px 4px rgba(0, 0, 0, .16); box-shadow: 0 0 8px 4px rgba(0, 0, 0, .16);}
.top_btn i{font-size: 1.7rem; line-height: 4rem;}
.top_btn.show{opacity: 0.7;}
.top_btn:hover{bottom: .3rem; opacity: 1; color: var(--white);}


em{font-style: normal;}
.as_btn{display: inline-block; padding: 0 2.5rem; background:  var(--brand) ; color: var(--white); text-transform: uppercase; letter-spacing: .2rem; font-weight: 600; height: 5rem; line-height: 5rem; border-radius: .5rem; font-size: 1.4rem; margin-top: 2rem; position: relative; overflow: hidden; z-index: 1; -webkit-box-shadow: 0 0 8px 4px rgba(0, 0, 0, .16); -moz-box-shadow: 0 0 8px 4px rgba(0, 0, 0, .16);  box-shadow: 0 0 8px 4px rgba(0, 0, 0, .16); text-align: center;}
.as_btn::before {-webkit-transition-duration: 800ms; transition-duration: 800ms; position: absolute; left: -50px; top: 100%; content: ""; right: -50px; bottom: -50px; border-radius: 50%; background: var(--brand);  transition: all 600ms ease; -moz-transition: all 600ms ease; -webkit-transition: all 600ms ease; -ms-transition: all 600ms ease; -o-transition: all 600ms ease; z-index: -1;}
.as_btn:hover{color: var(--white); }
.as_btn:hover::before{top: -2rem; background: var(--yellow);}
.ptb{padding: 6rem 0;}
.inner_ptb{padding: 3rem 0 6rem 0;}
.bx_fade_up {-webkit-animation: fade-up 1.5s infinite linear; animation: fade-up 1.5s infinite linear;}
h5{font-size: 2rem; line-height: 2.5rem; text-transform: capitalize; color: var(--black); font-weight: 800;}
h4{font-size: 2.5rem; line-height: 3.5rem; text-transform: capitalize; color: var(--black); font-weight: 800;}
h1,h2{font-size: 3.5rem; line-height: 4.5rem; text-transform: capitalize; color: var(--black); font-weight: 800;}
h1 em,h2 em{color: var(--yellow);}
.rating li {display: inline-block !important; margin: 0 .2rem 0 0 !important; padding: 0 !important; border: none !important; width: auto !important; float: none !important;}
.bold_icon::before, .liner_icon::before {font: normal 1.4rem / 1 FontAwesome; content: "\f006";color: #FFC107;}
.bold_icon::before {content: "\f005";}
.lt_spage_img{position: absolute; left: 0; bottom: 0;}
.rt_spage_img{position: absolute; right: 0; bottom: 0;}
.lt_spage_img img, .rt_spage_img img{opacity: 0.1; max-width: 100%;}
.pos_sec{z-index: 1; }
.ab_rt_spage_img img{animation: zumpTop 2500ms infinite linear;}
.room_btn_lt_shape img{opacity: 1; width: 20rem; animation: rightToLeft 2500ms linear infinite;}
.lt_spage_img.room_btn_lt_shape{bottom: 0;}
.room_top_rt_shape{position: absolute; right: 0; top: 2rem; color: var(--yellow); }
.room_top_rt_shape svg{height: 17rem; transform: rotate(60deg); fill: var(--yellow); width: 14rem; animation: zumpTop 2500ms infinite linear;}
.room_top_rt_shape svg path:first-child { opacity: 1; -webkit-transform: scaleX(1); transform: scaleX(1); transform-origin: center;  transition-delay: 1.3s;}
.choose_btn_lt_shape img{max-width: 47%; opacity: .4;}
.choose_btn_rt_shape img{opacity: .4; max-width: 100%; height: 48rem;}
.lt_spage_img.choose_btn_lt_shape{top: 0; bottom: inherit;}
.lt_spage_img.choose_btn_rt_shape{left: inherit; right: 0; max-width: 47%; display: inline-block;}





/*header*/
.header_sec{ width: 100%; position: fixed; left: 0; top: 0; z-index: 999; background: var(--white); }
.nav_top{border: none; min-height: auto; box-shadow: none; border-radius: 0px;}
.menu_sec{margin-right: 38rem;}
.menu_sec li{ position: relative; text-transform: capitalize; font-weight: 500; font-size: 1.8rem;}
.menu_sec li a{display: inline-block; padding: 1rem 3rem 1rem 0; color: var(--black);}
.menu_sec li:last-child a{padding-right: 0;}
.menu_sec li.active a, .menu_sec li a:hover{color: var(--yellow);}
.heder_menu{padding: .5rem 0;}
.nav_top .navbar-brand{position: absolute; left: 0; top: -4.3rem; width: 11rem; height: 9.5rem; display: flex; align-items: center; justify-content: center; border-right: .1rem solid #63616121;}
.nav_top .navbar-brand img{width: 100%; max-width: 68%;}  
.header_sec .container{max-width: 100%; padding: 0 3rem;}  
.heder_top_btn{position: absolute; right: 21.7rem; top: .3rem;}
.heder_top_btn::before, .heder_top_btn::after{position: absolute; right: -1.9rem; top: -.7rem; width: .2rem; height: 5.5rem; background: #f5f5f5; content: "";}
.heder_top_btn::after{right: inherit; left: -1.9rem;}
.heder_top_btn .as_btn{height: 4rem; line-height: 4rem; padding: 0 1.5rem; box-shadow: none; background: var(--brand); }
.heder_top_btn .as_btn::before, .heder_top_btn .as_btn:hover::before{background: var(--yellow);}
.heder_top_btn .as_btn:hover{color: var(--white);}
.heder_top_rt_btn{position: absolute; right: 0; top: .3rem;}
.heder_top_rt_btn li{display: inline-block;}
.heder_top_rt_btn li a{width: 4rem; height: 4rem; display: flex; align-items: center; justify-content: center; background: #FAF9FD; color: var(--black); border-radius: .4rem; margin: 0 .2rem 0 0; font-size: 1.8rem;}
.heder_top_rt_btn li:last-child a{margin-right: 0;}
.heder_top_rt_btn li a:hover{background: var(--brand); color: var(--white);}
.header_sec.fixed{box-shadow: 0 0 .7rem 0 #ccc; background: var(--white);}
.heder_top{border-bottom: .1rem solid #63616121; padding: .5rem 0; margin-left: 14rem;}
.top_flex{justify-content: space-between;}
.top_rt_ph_txt a{color: var(--black); text-transform: uppercase; font-size: 1.4rem; font-weight: 500; letter-spacing: .2rem;}
.top_rt_ph_txt a i{color: var(--orange); padding-right: .55rem;}
.top_flex_lt ul li{display: inline-block; text-transform: capitalize; font-size: 1.5rem;}
.top_flex_lt ul li a{display: inline-block; color: var(--black); position: relative; padding: 0 1.5rem;}
.top_flex_lt ul li a::before{content: "/"; color: #dbdbdb78; position: absolute; left: -.3rem; top: 0;}
.top_flex_lt ul li:first-child a::before{display: none;}
.top_flex_lt ul li:first-child a{padding-left: 0;}
.top_flex_lt ul li:last-child a{padding-right: 0;}
.header_sec.fixed{box-shadow: 0 0 .7rem 0 #ccc;}
.header_sec.fixed .heder_menu {padding: 0;}
.header_sec.fixed .nav_top .navbar-brand {position: inherit; left: inherit; top: inherit; width: auto; height: auto; padding: 1rem 1rem 1rem 0 !important;}
.header_sec.fixed .nav_top .navbar-brand img{width: 5.5rem; max-width: 100%;}
.header_sec.fixed .heder_top {display: none;}
.header_sec.fixed .heder_top_btn {top: 1.8rem;}
.header_sec.fixed .heder_top_rt_btn {top: 1.8rem;}
.banner_frm_contet{position: absolute; left: 0; top: -20rem; width: 100%; text-align: center;}

   
 /*banner*/  
.bannersec{ width: 100%; position: relative;}
.banner_box{position: relative;}
.banner_box:after{position: absolute; content: ''; left: 0;  top: 0; width: 100%; height: 100%; background-image: linear-gradient(180deg,rgba(0,81,119,.3) 0%,#005177 100%);}
.banner_box img{height: 73rem; object-fit: cover;}
.banner_content { position: absolute; left: 0; top: 50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); width: 100%; z-index:1;}
.banner_box_txt{position: relative; z-index: 1; text-align: center; }
.banner_box_txt strong{text-transform: capitalize; color: var(--white); font-size: 8rem; line-height: 10rem; font-family: "Quicksand", serif;}
.banner_box_txt p{margin: 0 auto; max-width: 53rem;}
.bannersec .carousel-indicators {bottom: 0;}
.banner_box_txt .as_btn{background: var(--yellow);}
.banner_box_txt  .as_btn:before{background: var(--brand);}
/* .banner_box_txt .as_btn:hover{background: var(--brand);} */
/*.bannersec .carousel-indicators [data-bs-target]{border: none; width: 2rem; height: 2rem; margin: 5px 7px; background: #D6D6D6; border-radius: 0;  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); transition: all 0.5s; opacity: 1;}*/
.bannersec .carousel-indicators [data-bs-target]{border: none; width: 1.2rem; height: 1.2rem; margin: .5rem; background: #D6D6D6; border-radius: 0;   transition: all 0.5s; opacity: 1; border-radius: 100%;}
/*.bannersec .carousel-indicators [data-bs-target].active{background: var(--yellow); -webkit-clip-path: polygon(49% 0, 100% 48%, 70% 48%, 71% 100%, 29% 100%, 29% 48%, 0 48%);  clip-path: polygon(49% 0, 100% 48%, 70% 48%, 71% 100%, 29% 100%, 29% 48%, 0 48%); animation: fadeInUp 0.5s linear;}*/
.bannersec .carousel-indicators [data-bs-target].active{background: var(--yellow);}
/* .banner_frm_contet .inner_banner_txt strong{font-family: "Philosopher", serif; font-size: 4rem; line-height: 5rem; text-transform: capitalize; letter-spacing: .2rem; font-family: "Quicksand", serif;} */


/* .banner_frm_sec */
/*.banner_frm{position: absolute; display: inline-block; left: 0; bottom: 1rem; border-radius: 0 4rem 0 0;  width: 100%;}*/
/*.banner_frm_content{padding: 2rem 0 .5rem 2rem; border-radius: .5rem;  background:  url(../images/Pattern_img_1.png) var(--white); position: relative;}*/
/*.frm_label_txt{color: var(--brand); text-transform: capitalize; display: block; padding-bottom: .5rem; font-weight: 500; position: relative; font-size: 1.4rem;}*/
/*.banner_content{position: relative;}*/

/*.qty_container{display: flex; align-items: center; justify-content: center; position: relative;}*/
/*.qty_container .qty-btn-minus, .qty_container .qty-btn-plus {border: none; border-left: .1rem solid #d4d4d4; padding: 0; font-size: 1rem; height: 4rem; width: 3.5rem;  transition: 0.3s; position:absolute; left:0; top:0; background: transparent; z-index: 1;}*/
/*.qty_container .qty-btn-minus:focus, .qty_container .qty-btn-plus:focus{box-shadow:none;}*/
/*.qty_container .input-qty { text-align: center; padding: 0 1.5rem; border: .1rem solid #d4d4d4; position: relative; border-radius: 1rem;}*/
/*.qty_container .qty-btn-minus { margin-right: -.1rem; border-left-color: transparent; border-right: .1rem solid #d4d4d4;}*/
/*.qty_container .qty-btn-plus { margin-left: -.1rem;  left:inherit; right:0;}*/
/*.qty_container .input-qty[type="text"]{background: var(--white); height: 4rem; }*/
/*.ban_frm_lt_txt{padding: 0 1.5rem 0 3rem;}*/
/*.banner_frm_content .input_fld input[type="text"]{background: var(--white); height: 4rem; border-radius: .5rem; font-size: 1.3rem;}*/
/*.input_fld.bn_frm_btn{position: absolute; right: 1.5rem; top: 2.3rem; margin-bottom: 0; width: 8rem;}*/
/*.banner_frm .as_btn{height: 7rem; padding: 0; border-radius: .5rem; background: var(--brand); margin-top: 0;  width: 8rem;  display: flex;  align-items: center;  justify-content: center;  font-size: 2.8rem;}*/
/*.banner_frm .as_btn:hover::before, .banner_frm .as_btn::before{background: var(--yellow);}*/
/*.banner_frm_content .cumll{width: 18%;}*/



/* date */
/* .ui-datepicker { background: var(--white); border-radius: 1.5rem;}
.ui-datepicker-header { height: 5rem; line-height: 5rem; color: var(--white); background: #31639c; margin-bottom: 1rem;}
.ui-datepicker-prev, .ui-datepicker-next { width: 2rem; height: 2rem; text-indent: 9999px; border-radius: 100%; cursor: pointer; overflow: hidden; margin-top: 1.2rem;}
.ui-datepicker-prev { float: left; margin-left: 1.2rem;}
.ui-datepicker-prev:after {transform: rotate(45deg); margin: -43px 0px 0px 8px;}
.ui-datepicker-next { float: right; margin-right: 1.2rem;}
.ui-datepicker-next:after {transform: rotate(-135deg); margin: -43px 0px 0px 6px;}
.ui-datepicker-prev:after, .ui-datepicker-next:after { content: ''; position: absolute; display: block; width: .8rem; height: .8rem; border-left: .2rem solid var(--white); border-bottom: .2rem solid var(--white);}
.ui-datepicker-prev:hover, .ui-datepicker-next:hover,.ui-datepicker-prev:hover:after,.ui-datepicker-next:hover:after { border-color: #333333;}
.ui-datepicker-title {text-align: center; font-size:2.5rem;}
.ui-datepicker-calendar {width: 100%; text-align: center;}
.ui-datepicker-calendar thead tr th span { display: block; width: 4rem; color: #31639c; margin-bottom: .5rem; font-size: 1.8rem; }
.ui-state-default {display: block; text-decoration: none; color: #333333; line-height: 4rem; font-size: 1.6rem;}
.ui-state-default:hover {color: var(--white); background:#31639c; border-radius:5rem; transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);}
.ui-state-highlight {color: var(--white);background-color:#31639c; border-radius:5rem;}
.ui-state-active {color: var(--white); background-color:#31639c; border-radius:5rem;}
.ui-datepicker-unselectable .ui-state-default {color: #eee; border: .2rem solid transparent;}
.icon {color: var(--body_txt_color); font-size:1.5rem; position: absolute; right: 1.9rem; top: 4.3rem;} */

/* form */
.input_fld input[type="text"], .input_fld input[type="email"], .input_fld input[type="tel"], .input_fld input[type="password"], .input_fld textarea, .input_fld input[type="date"], .input_fld .form-select{width: 100%; border: .1rem solid #ced4da; height: 5rem; padding: 0 1.5rem; box-shadow: none; outline: none; -webkit-appearance: none; color: var(--black); font-size: 1.5rem; border-radius: 1rem;}
.input_fld input[type="text"]::placeholder, .input_fld input[type="email"]::placeholder, .input_fld input[type="tel"]::placeholder, .input_fld input[type="password"]::placeholder,  .input_fld textarea::placeholder, .input_fld input[type="date"]::placeholder{color: #999; opacity: 1;}
.input_fld .form-control:focus{ border-color: var(--brand); outline: 0; box-shadow: none; }
.input_fld .form-select{background:  var(--white)  url(../images/select_arrow.png)no-repeat right 1.5rem center; background-size: 1rem; padding: 0 1rem; height: 4.9rem; cursor: pointer;}
.input_fld button{border: none;}
.search_box .input_fld button a{color: #555 !important;}
.input_fld .form-select:focus{border-color: var(--brand); box-shadow: none;} 
.input_fld{margin-bottom: 1.5rem; position: relative;}
.input_fld textarea{height: 12rem; resize: none; padding: 1.5rem;}
.ban_frm_box .input_fld{width: 100%;}

/* amenities_sec */
/* .amenities_sec .container{max-width: 100%; padding: 0 2rem;} */
.amenities_box{position: relative; padding: 5rem 2rem 3rem 11rem;}
/* .amenities_icon{width: 8rem; height: 8rem; display: flex; align-items: center; justify-content: center; border: .5rem solid #edefef; border-radius: 100%; overflow: hidden;  position: absolute;  left: 1.6rem;  top: 1.9rem;} */
.amenities_icon{width: 8rem; height: 8rem; display: flex; align-items: center; justify-content: center;  border-radius: 100%; overflow: hidden;  position: absolute;  left: 1.6rem;  top: 1.9rem; background: rgb(0,219,255);}
.amenities_icon:before{position:absolute; left:.5rem; top:.5rem; right:.5rem; bottom:.5rem; border:.2rem solid var(--white); content:""; border-radius: 100%;}
.amenities_icon img{width: 3.7rem; transition: all 350ms ease-out 0s; -moz-transition: all 350ms ease-out 0s; -o-transition: all 350ms ease-out 0s; -webkit-transition: all 350ms ease-out 0s;}
.amenities_box:hover .amenities_icon img{transform: scale(1.1);  -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -webkit-transform: scale(1.1);}
/* .amenities_sec .cumll{border-right: .1rem solid #edefef; border-bottom: .1rem solid #edefef;}
.amenities_sec .cumll:first-child{border-left: .1rem solid #edefef;} */
.all_btn{margin-top: 2rem;}
.all_btn p{max-width: 85rem; margin: 0 auto;}
/* .amenities_sec .cumll{border: .1rem solid #edefef; margin: 0px -1px -1px 0px;} */
.amenities_box {padding: 3rem 2rem 3rem 11rem; border: .1rem solid #edefef; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.amenities_sec h1{margin-bottom: 3rem;}
.amenities_heading h5{font-size: 1.8rem; line-height: 2.2rem;}
.amenities_box:hover{transform: translateY(-10px); box-shadow: 0px 0px 9px 8px #F7F7F7; background: var(--white);}



/* call_sec */
.call_sec .container{max-width: 100%; padding: 0;}
.call_rt{padding: 6rem 3rem 4rem 3rem; background-image: linear-gradient(180deg, #022A3A 100%, #FFFFFF 47%); position: relative;}
.call_rt::before{ background: url(../images/shape_img_1.png); background-position: center center; background-repeat: no-repeat; background-size: contain;  position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: "";}
.call_rt_heading{font-size: 14rem; line-height: 11rem; color: var(--white); font-family: "Satisfy", serif; display: block; padding-bottom: 1rem; text-transform: capitalize; position: relative;}
.call_lt{height: 100%; position: relative; width: 100%; display: flex; align-items: center; justify-content: center;}
.call_animation{background: var(--white); width: 13.5rem; height: 13.5rem; position: relative; margin: 0 auto; border-radius: 100%;  border: solid 5px #fff; animation: play 2s ease infinite;  -webkit-backface-visibility: hidden;  -moz-backface-visibility: hidden;  -ms-backface-visibility: hidden;  backface-visibility: hidden; display: flex; align-items: center; justify-content: center; }
.call_animation img {width: 7rem; height: auto !important;}

/* about_sec */
.ab_lt{border-radius: .5rem; overflow: hidden; transform: perspective(var(--e-transform-perspective, 0)) rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1)* var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1)* var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x); margin-right: 2rem;}
.ab_lt , .ab_rt{margin-top: 3rem;}

.txt_list li {position: relative; margin-top: 1.5rem; padding-left: 2.2rem; color: var(--black);}
.txt_list li::before { font-family: "Font Awesome 6 Pro"; content: "\f336"; color: var(--brand); position: absolute; left: 0; top: 0; font-weight: 800;}

/* room_sec */
.room_box{ position: relative; overflow: hidden; padding: 2rem 2rem 1.5rem 3rem;}
.room_img{position: relative; z-index: 1;}
.slider_btn .owl-nav { display: flex; align-items: center; font-size: 0; position: absolute; right: 1rem;  top: 1rem;}
.slider_btn .owl-prev, .slider_btn .owl-next { background: var(--yellow); width: 3rem; height: 3rem; display: flex; align-items: center; justify-content: center; border-radius: .2rem;}
.slider_btn .owl-prev::before, .slider_btn .owl-next::before { font-family: "Font Awesome 6 Pro"; content: "\f104"; color: var(--white); font-size: 1.8rem;}
.slider_btn .owl-next {margin-left: .5rem;}
.slider_btn .owl-next::before {content: "\f105";}
.room_txt{padding: 1.5rem 0; position: relative;}
/* .room_list li{display: inline-block; margin: 1rem .5rem 0 0; text-transform: capitalize; position: relative;}
.room_list li::before{position: absolute; left: .9rem; top: 1.2rem; background: var(--brand); width: .5rem; height: .5rem; border-radius: 100%; content: "";}
.room_list li:last-child{margin-right: 0;}
.room_list li span{background: var(--white); display: inline-block; padding: 0 2rem; height: 3rem; line-height: 3rem; border-radius: 1.6rem; font-size: 1.4rem; box-shadow: 0px 10px 40px 0px rgba(0,0,0,.08);}
.room_list li b{color: var(--black); display: inline-block; padding-right: .5rem;} */
.room_txt h4 a{color: var(--black);}
.rom_txt_top{align-items: center; justify-content: space-between; flex-direction: row-reverse;}
.rom_para_txt{display: block; border-top: .1rem dashed #ccc; border-bottom: .1rem dashed #ccc; padding: .8rem 0; margin: 1.5rem 0;}
.room_boxes{background: var(--white); box-shadow: 0px 0px 1.6rem 0px rgba(0, 0, 0, 0.3); border-radius: 1rem; margin-top: 3rem;}
.room_list{ background: #f5f6fc; padding: 1rem 1.5rem; border-left: .3rem solid var(--brand); margin-top: 1rem;}
.room_list li{color: #828c99; margin-right: 1.5rem; display: inline-block; text-transform: capitalize;}
.room_list li:last-child{margin-right: 0;}
.room_list b{font-size: 1.3rem; color: var(--brand); text-transform: uppercase; display: inline-block;}
.room_boxes .cumll{border-right: .1rem solid #E1E1E1;}
.room_boxes .cumll:last-child{border-right-color: transparent;}
.room_top_flex, .room_btm_flex{align-items: center; justify-content: space-between; gap: 1rem;}
.room_txt .as_btn{height: 4.5rem; line-height: 4.5rem;}
/*.see_all_btn{position: relative; text-align: center;}*/
/*.see_all_btn::before{position: absolute; width: 100%; height: .1rem; background: #E0DFD8; content: ""; left: 0; top: 68%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);}*/
/*.see_all_btn .as_btn {border: .1rem solid #E0DFD8; background: var(--white); border-radius: 2.5rem; box-shadow: none; color: var(--black);}*/
/*.see_all_btn .as_btn:hover{color: var(--white);}*/
.rt_panl_btn{position: absolute; right: 0; top: -.4rem;}
.rt_panl_btn .as_btn{background: var(--brand);}
.rt_panl_btn .as_btn::before, .rt_panl_btn .as_btn:hover::before{background: var(--yellow);}
.see_all_btn{display: flex; flex-wrap: wrap; margin: 0 -.5rem;}
.see_all_btn li{width: 50%; float: left; padding: 0 .5rem;}
.see_all_btn li:last-child .as_btn{background: transparent; box-shadow: none; color: var(--black); border: .1rem solid #ccc;}
.see_all_btn li:last-child .as_btn:hover{color: var(--white);}



/* count_sec */
.cont_sec{background: #01012C; position: relative; padding: 3rem 0;}
/* .cont_sec{background: #f5f5f5; position: relative; padding: 3rem 0;} */
.cont_sec::before {background: url(https://hotelholidayhome.in/wp-content/uploads/2025/02/bg_map_img.png); background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; background-position: center center; background-repeat: no-repeat; background-size: contain; position: absolute; left: 0; top: 0; width: 100%; height: 100%;  content: "";}
.counter_box{width: 100%;  text-align: center; margin-top: 3rem; position: relative;}
.counter_box strong{color: var(--yellow); font-weight: 800; font-size: 5rem; line-height: 5rem;}
.counter_box span{text-transform: uppercase; font-size: 2rem; display: block; padding-top: 1rem; color: #aaa9ab; line-height: 3.5rem; font-weight: 500; letter-spacing: .1rem;}
.counter_box{margin-top: 3rem;}
.counter_box sup{color: var(--yellow); top: 0; font-size: 5rem; font-weight: 600;}
.counter_box sub{font-size: 4rem; bottom:.4rem; color: var(--yellow);}









/* ckeck_sec */
.ckeck_sec{position: relative; background: #006CE4; padding: 3rem 5rem; border-radius: .5rem; overflow: hidden;}
.ckeck_sec::before{position: absolute; top: 0; left: 0; content: ""; width: 100%; height: 100%;  background: url(../images/bg_img_2.png)no-repeat center center/cover;}

/* map_sec */
.map_sec{margin-top: -3rem;}
.map_sec iframe{width: 100%; height: 30rem;}

/* choose_sec */
.choose_box{position: relative; display: block; border: .1rem solid #E7E7E8; border-radius: .8rem; background-color: var(--white);  padding: 2rem; -webkit-transition: all 500ms ease; transition: all 500ms ease; z-index: 1; margin-top: 3rem;}
/* .choose_count{ position: relative; display: block;  border-bottom: .1rem solid #E7E7E8; padding-bottom: 2.5rem; text-align: center; font-size: 15rem; line-height: 11.5rem; font-weight: 700; color: transparent; -webkit-text-stroke: 1px #E4E4E4; counter-increment: count; content: "0" counter(count); transition: all 200ms linear; transition-delay: 0.1s;} */
.chose_flex{position: relative; display: flex; align-items: center; gap: 2rem; justify-content: center;}
/* .chose_icon{position: absolute; left: 0; top: 0;} */
/* .chose_txt h5{font-size: 1.8rem; line-height: 2.2rem;} */
.chose_icon img{width: 5rem;}
.choose_box:hover{transform: translateY(-10px); box-shadow: 0px 0px 9px 8px #F7F7F7;}
.choose_box:hover .choose_count{-webkit-text-stroke: 1px var(--brand); color: var(--brand);}

/* rating_sec */
.rating_sec{padding: 3rem 0;}
.support_box .d-flex .images img {width: 6.5rem; height: 6.5rem; border-radius: 50% !important; margin-right: -2rem; border: .4rem solid var(--white);}
.support_text{margin-left: 3rem;}
.support_text a{color: var(--brand);}
.support_text a:hover{color: var(--green);}
.support_box{margin-top: -5rem;}
.rating_txt{margin-top: 1.5rem;}
.rating_txt p, .rating_txt_sub{color: var(--white);}
.rating_txt_sub i{color: var(--yellow); padding-right: 1rem;}




/* feed_back_sec */
.feed_back_box{border: .1rem solid #63616121; padding: 2.5rem 2rem; margin-top: 5rem; border-radius: .5rem;}
.qtin_img{width: 11.8rem; height: 8rem; background: var(--white); display: flex; align-items: center; justify-content: center; margin: -7rem auto 0 auto;}
.qtin_img img{width:7rem !important;}
.person_info{margin-top: 2rem; display: flex; align-items: center; max-width: 20rem;}
.person_name strong{text-transform: capitalize; color: var(--yellow); font-size: 2.2rem; line-height: 2.8rem; display: block; font-family: "Quicksand", serif;}
.person_img img{width: 6rem !important; margin-right: 1.5rem;}
.rt_rating{margin-top: -3rem;}
.fed_lt_img{position: absolute; left: 0; top: 0;}
.fed_lt_img img{-webkit-transition-property: -webkit-transform; -webkit-transition-duration: 5s; -moz-transition-duration: 5s;  -webkit-animation-name: grow;  -webkit-animation-duration: 9s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; opacity: .5;}
.fed_rt_img{left: inherit; right: 0; top: inherit; bottom: 0;}







/* gallery_sec */
.gallery_sec .container{max-width: 100%; padding: 0;}
.gallery_sec .owl-dots{display: none;}
.gallery_sec .portfolio_box{border-radius: 0;}



/* portfolio_page */
.portfolio_box{position: relative; margin-top: 3rem; overflow: hidden; border-radius: .5rem;}
.portfolio_content{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); opacity: 0; transition: opacity 0.3s ease; border-radius: 0; cursor: pointer;}
.portfolio_box img{-webkit-transition: all .4s ease; transition: all .4s ease;}
.portfolio_box:hover img{-webkit-transform: scale(1.05) rotate(2deg); transform: scale(1.05) rotate(2deg);}
.portfolio_box:hover .portfolio_content{opacity: 1;}
.portfolio_link{position: absolute; left: 50%; top: 50%; -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: var(--white) !important; font-size: 5rem;}










/* footer */
/* .ft_sec{background: url(../images/ft_bg.jpg)no-repeat center center/cover; padding-top: 4rem;} */
.ft_sec{background: #071C55; padding-top: 4rem; position: relative;}
.ft_sec::before{position: absolute; left: 0; top: 0; background: url(../images/ft_bg.png)no-repeat left bottom; width: 100%; height: 100%; content: ""; opacity: .4;}
.ft_logo img{width: 6rem; margin-bottom: 1.8rem;}
.ft_txt{padding-bottom: 3rem;}
.ft_txt p, .ft_con_list li a, .ft_link_list li a, .ft_btm p{color: #C0C0C0;}
.ft_heading{text-transform: uppercase; color: var(--yellow); letter-spacing: .2rem; display: block; margin-bottom: 1.1rem; font-weight: 500;}
.ft_con_list li { position: relative; margin-top: 1.2rem;}
.ft_con_list li b{display: block; color: var(--white); position: relative; padding-left: 1.5rem; text-transform: capitalize;}
.ft_con_list li b::before{position: absolute; left: 0; top: .9rem; background-image: linear-gradient(-100deg, #ffc000 15%, #f17509 100%); width: .7rem; height: .7rem; content: "";}
/* .ft_con_list li i { position: absolute; left: 0; top: .6rem; color: var(--orange);} */
.ft_con_list li a:hover, .ft_link_list li a:hover{color: var(--white);}
.ft_link_list li a { position: relative; text-transform: capitalize; display: inline-block; margin-top: 1rem; padding-left: 1.5rem;}
.ft_link_list li a::before {  position: absolute;  left: 0;  top: 1.1rem; width: .5rem; height: .5rem; background-image: linear-gradient(-100deg, #ffc000 15%, #f17509 100%); border-radius: 100%; content: "";}
.ft_link_list li:first-child a{margin-top: 0;}
.ft_sicial_link{position: inherit; right: 0; top: inherit;}
.heder_top_rt_btn.ft_sicial_link li a{background: transparent; color: var(--white); border: .2rem solid rgba(255, 255, 255, 0.2); border-radius: 100%; width: 3rem; height: 3rem; font-size: 1.2rem; margin: .8rem .2rem 0 0;}
.heder_top_rt_btn.ft_sicial_link li:last-child a{padding-right: 0;}
.heder_top_rt_btn.ft_sicial_link li a:hover{color: var(--black); background: var(--white); border-color: transparent;}
.ft_btm{background: #061847;}
.ft_btm_flex a img {width: 10rem;}
.ft_btm_flex{align-items: center; justify-content: space-between;  padding: 1.5rem 0;}
.other_ft_heading{margin: 2.5rem 0 0 0;}
.ft_top .cumll:nth-child(2) .ft_txt{padding-left: 1rem;}
.ft_top .cumll:nth-child(3) .ft_txt{padding-left: 5rem;}
.ft_con_list li a{display: block;}


/* contact_page */
.inner_banner .banner_box{padding: 25rem 0 2rem 0;}
.inner_banner_txt{background-color: var(--brand); display: inline-block;   padding: 1rem 2.5rem; border-radius: 0 1.5rem 0 1.5rem; -webkit-box-shadow: 0 0 8px 4px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 0 8px 4px rgba(0, 0, 0, .16);
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, .16); transition: all 0.6s; position: relative;}
.inner_banner_txt:after{content: ""; position: absolute; top: 0; left: 0; background-color: var(--white); width: 30%; height: 4px; transition: all 0.3s ease 0s;}
.inner_banner_txt:before{content: ""; position: absolute; bottom: 0; right: 0; background-color: var(--white); width: 30%; height: 4px; transition: all 0.3s ease 0s;}
.inner_banner_txt:hover:after, .inner_banner_txt:hover:before{width: 100%;}

.inner_con_rt{border: .1rem solid #ccc; border-bottom: none;  border-radius: .5rem; overflow: hidden;}
.inner_con_rt .con_heading{padding: 2rem 1.5rem; display: block; width: 100%; border-bottom: .1rem solid #ccc;;}
/* .inner_con_rt .con_heading h4{color: var(--white);} */
.inner_con_rt .rt_con_list li{border-bottom: .1rem solid #ccc; padding: 2rem 1.55rem;}
.inner_con_rt .rt_con_list li b{display: block; color: var(--black); text-transform: uppercase; padding-bottom: .5rem;}
.inner_con_rt .rt_con_list li b i{color: var(--brand); padding-right: .5rem; font-size: 1.8rem;}
.inner_con_rt .rt_con_list li span, .rt_con_list li a{color: var(--black);}
.inner_con_rt .rt_con_list li span{display: block;}
.inner_con_lt{background: #f4f4f4; padding: 2rem; border-radius: .5rem; margin-top: 1.5rem;}
.inner_con_lt_lt{margin-right: 1rem;}
.con_btm_social_lit{position: inherit; right: inherit; top: inherit;}
.inner_con_rt_rt{margin-left: 2rem;}
.inner_con_rt_rt .heder_top_rt_btn li a {margin: 1.2rem .2rem 0 0;}
.inner_con_rt_rt .txt_list li{text-transform: capitalize; display: inline-block; margin-right: 1.5rem;}
.inner_con_rt_rt .txt_list li:last-child{margin-right: 0;}

/* contact_page */
.inner_ab_rt{position: relative; padding: 0 3rem 3rem 1.5rem;}
.inner_ab_rt::before{content: ''; position: absolute; top: 30px; right: 0; left: 45px; bottom: 0; background-color: #2095AE; z-index: -1;}
.inner_ab_rt::after{content: ''; width: 50%; position: absolute; top: -6%; bottom: 60%; left: -3%; background-image: url(../images/dots_img.png); background-repeat: repeat;  z-index: -1;}
.inner_ab_lt{margin-right: 2rem;}
.ab_call_sec{position: relative;}
.ab_call_sec::before{position: absolute; content: ""; background: linear-gradient(89.17deg, #000000 0.61%, rgba(0, 0, 0, 0) 95.26%); width: 100%; height: 100%;  left: 0; top: 0; bottom: 0; right: 0; z-index: 0; background-repeat: no-repeat;}
.ab_call_box{position: relative; max-width: 40rem;}
.shape_about_two{ position: absolute; left: 0px; bottom: -10rem; z-index: -1;}
.shape_about_two img{max-width: 100%;}
.hixty_box{margin-top: 3rem;}
.hixty_txt{background: #f5f6fc; padding: 1.5rem; border-left: .5rem solid var(--brand); margin: -7rem 2rem 0 2rem; position: relative; border-radius: .5rem;}
.hixty_img{border-radius: .5rem; overflow: hidden;}
.vison_box{border: .1rem solid #ccc; padding: 1.5rem; border-radius: .5rem; display: flex; align-items: center; gap: 1.5rem; margin-top: 3rem;}
.vison_box_img{display: block; border-radius: .5rem; overflow: hidden; width: 24rem; height: 11rem;}
.vison_box_img img{height: 100%; object-fit: cover;}
.vi_hi_imo_rt{margin-left: 2rem;}
.vison_box_txt h5 em{color: var(--yellow);}
.our_histy_sec  .lt_spage_img.room_btn_lt_shape {z-index: -1;}

/* amenities_sec */
.inner_anmiti_sec.amenities_sec .cumll { border: .1rem solid #edefef; margin: 0px -1px -1px 0px;}

/* room_page */
.room_fe_info li img {  width: 2.5rem;  padding-right: .6rem;}
.room_fe_info li {padding-left: 0; width: auto;  margin: 1rem .5rem 0 0;  border: .1rem solid #E2E5E7;  padding: .6rem; border-radius: .6rem; display: inline-block; color: var(--black); font-weight: 500; font-size: 1.4rem;}
.inner_room_sec .rom_txt_top.d-flex{border-bottom: .1rem dashed #ccc; padding-bottom: 1rem;}
.other_room_box .room_txt {padding: 0  0 1.5rem 1.5rem;}
.other_room_box .room_img .owl-carousel, .other_room_box .room_img .owl-stage-outer, .other_room_box .room_img .owl-stage, .other_room_box .room_img .owl-item, .other_room_box .room_img .item, .other_room_box .room_img .portfolio_box , .other_room_box .room_img .portfolio_box img{height: 100%; object-fit: cover;}
.other_room_box {border-top: .1rem solid #E1E1E1;}

/* 404_page */
.error_page_info h1{font-size: 24rem; font-weight: 600; line-height: 25rem; color: var(--black); position: relative; z-index: 1; margin-bottom: 1.5rem; text-shadow: .7rem .5rem 0 rgba(0, 0, 0, 0.2); letter-spacing: .1rem; width: 100%; display: inline-block;}
.error_page_info{display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; flex-direction: column; text-align: center;}

/* faq_sec */
.faq_heading{font-size: 1.8rem; text-transform: capitalize; color: var(--black); line-height: 2.8rem;  margin-right: 5rem;}
.faq_number{font-size: 2rem; color: var(--brand); font-weight: 700; line-height: 1; margin-right: 2rem;}
.faq_content .accordion-button:not(.collapsed){background: transparent;}
.faq_content .accordion-button {padding: 2rem 1.25rem;}
.faq_content .accordion-button:focus { box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);}
.faq_content .accordion-button:not(.collapsed)::after {content: "\f068"; background-image: none; }
.faq_content .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";}
.faq_content .accordion-body { padding: 2rem 1.5rem;}
.lt_faq{margin-right: 5rem;}
.faq_content .accordion-item , .faq_content .accordion-button{background-color: transparent;}







.why_choose_box{margin-top: 3rem;  padding: 1.5rem; border-radius: .5rem; border: .1rem solid #ccc;}
.why_choose_icon img{width: 5rem; margin-bottom: 1rem;}
.why_choose_img{border-radius: .5rem; overflow: hidden; display: block;}
.why_choose_img img{height: 30rem; object-fit: cover;}
.why_choose_txt{padding-left: 1rem; display: block; position: relative;}
.why_choose_icon img { width: 5rem; margin-bottom: 1rem;}
/* .choose_sec .container{max-width: 100%; padding: 0 3rem;} */


.home_cl_img { width: 4.5rem; height: 4.5rem; background-color: #E8EDF9; box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.09); border-radius: 100%; display: flex; align-items: center; justify-content: center;}
.home_cl_img img {width: 3rem;}
.rest_btn_list li{display:inline-block; margin-right: 3rem;}
.rest_call_box{display: flex; align-items: center; gap:2rem; margin-top: 2rem;}
.rest_call_txt span{display:block; font-size: 1.2rem; text-transform: uppercase; line-height: 1.2rem;}
.rest_btn_list{display: inline-flex; align-items: center;}
.rest_call_txt a{font-size:1.8rem; color: var(--black);}





.feed_back_sec  .owl-item{padding: 0 1rem;}
.inner_banner .banner_box::after{display:none;}



/* side_seen_sec */
.side_seen_box{margin-top: 3rem; border: .1rem solid #DDDDDD;  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); padding: 1.5rem; border-radius: .5rem;}
.side_sen_txt{position: relative; padding: 1.5rem 0 0 0;}
.side_seen_box:hover{border-color: transparent; background: var(--white); box-shadow: 0px 20px 40px 0px #05103612;}
.side_sen_img{overflow: hidden; border-radius: .5rem;}
.side_sen_img img{-webkit-transform: perspective(1px) translateZ(0); -moz-transform: perspective(1px) translateZ(0); -o-transform: perspective(1px) translateZ(0);  -ms-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1); -moz-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1); -o-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1); transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);}
.side_seen_box:hover .side_sen_img img{-webkit-transform: scale3d(1.1, 1.1, 1.1) translateZ(0); -moz-transform: scale3d(1.1, 1.1, 1.1) translateZ(0); -o-transform: scale3d(1.1, 1.1, 1.1) translateZ(0); -ms-transform: scale3d(1.1, 1.1, 1.1) translateZ(0);  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1); -moz-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1); -o-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1); transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);}



/*--------------------------------------------------1-2-25-------------------------------------------------*/
.rest_ratng_box{position:absolute; right:0; top:0;} 
.rest_ratng_info{display:flex; align-items:center; gap:2rem; color: var(--black) !important; font-weight:600;}
.rest_ratng_info img{width: 3.5rem;}
.rest_ratng_info_lt i{color: var(--yellow); padding-right: .2rem;}
.ckeck_info_rt  .as_btn{background: var(--yellow);}
.ckeck_info_rt  .as_btn:before{background: var(--brand);}
.banner_box_txt strong em{display:block; font-size: 6rem; line-height: 6rem;}


/*-------------------------------------------3-2-25----------------------------------------------------------------*/
.chose_txt h5{font-size: 1.8rem; line-height: 2.2rem;}
.condition_txt_list li:before{color: var(--yellow);}
.condition_txt_list li:first-child{margin-top: 0;}



/*--------------------------------------------18-2-25--------------------------------------------------------*/
.ft_rt img{width: 2rem; margin: 0 .5rem;}
.ft_rt a{color: var(--white); }
.ft_rt{color: #C0C0C0;}

























@media (min-width: 992px) and (max-width: 9000px) 
{
.nav_top .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 #ccc; 
    background:#fff !important; width: 10.50rem; padding: 0; border-radius: 0; left: 0; right: inherit; padding: .5rem .8rem .8rem; box-shadow: inherit; }

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

}

/* responsive */
@media only screen and (max-width: 1299px){
    .menu_sec {margin-right: 30rem;}
}

@media only screen and (max-width: 1199px){
  .nav_top .navbar-toggler {color: transparent; border: none; padding: .5rem; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; margin-right: -.5rem;}
  .nav_top .navbar-toggler .icon-bar {display: block; width: 2.5rem; height: .4rem; border-radius: .3rem; background-color: var(--black); opacity: 1; -webkit-transform: matrix(1, 0, 0, 1, 0, 0); transform: matrix(1, 0, 0, 1, 0, 0); -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
  .nav_top .navbar-toggler .icon-bar + .icon-bar {margin-top: .4rem;}
  .nav_top .navbar-toggler.showtoggle .icon-bar:nth-child(2){opacity: 0;  width: 0px;}
  .nav_top .navbar-toggler.showtoggle .icon-bar:nth-child(3) {-webkit-transform: matrix(1, 1, 0, 1, 0, 0); transform: matrix(1, 1, 0, 1, 0, 0); width: 25px; margin-top: -11px;}
  .nav_top .navbar-toggler.showtoggle .icon-bar:nth-child(1) {-webkit-transform: matrix(1, -1, 0, 1, 0, 0); transform: matrix(1, -1, 0, 1, 0, 0); width: 25px;}
  .nav_top .navbar-collapse {position: fixed; top: 0; left: -30.10rem; background: var(--white); z-index: 999999; width: 20.80rem; padding: 2.5rem 1.5rem; height: 100% !important; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; overflow-y: auto; min-height: 100vh; align-items: baseline; justify-content: start !important; border-right: .5rem solid var(--brand);}
  .nav_top .navbar-collapse.show {left: 0;}
  .heder_menu {padding: 0;}
  .nav_top .navbar-brand {position: inherit; left: inherit; top: inherit; width: auto; height: auto; padding: 1rem 1rem 1rem 0 !important;}
  .nav_top .navbar-brand img{width: 5.5rem; max-width: 100%;}
  .heder_top {margin-left: 0;}
  .heder_top_btn {right: 27.7rem; top: 1.8rem;}
  .heder_top_rt_btn {right: 5rem; top: 1.8rem;}
  .menu_sec{margin-right: 0;}
  .menu_sec li a {display: block; padding: 1.5rem; width: 100%; border-bottom: .1rem dashed #ccc; }
  .menu_sec li {font-size: 1.6rem;}
  .banner_frm {position: inherit; left: inherit; bottom: inherit;}
  .banner_box img {height: 50rem;}
  .bannersec .carousel-indicators {bottom: 1rem;}
  
  
  .call_rt_heading { font-size: 12rem; line-height: 9rem;}
  .ab_lt {transform: inherit}
  .ab_lt{margin-right: 0;}
  .ft_top .cumll:nth-child(4) .ft_txt {padding-left: 1rem;}
  .ft_top .cumll:nth-child(3) .ft_txt {padding-left: 0;}
  
  .see_all_btn .as_btn {padding: 0 1.5rem;}
	
/*------------------------------------------------------------------------1-2-25----------------------------------------------------------------*/
	.banner_box_txt strong {font-size: 5rem; line-height: 6rem;}
	.banner_content {top: 55%;}
	
/*------------------------------------1-2-25-------------------------------------------------*/
	.banner_box_txt strong em { font-size: 4rem; line-height: 4rem;}

   
}

@media only screen and (max-width: 991px){
    
    .banner_frm_content .cumll {width: 33.33333333%;}
    .input_fld.bn_frm_btn { position: inherit; right: inherit; top: inherit; width: 33.333%;}
    .banner_frm .as_btn {height: 5rem; margin-top: 0.5rem; font-size: 2.5rem;}
    .call_rt_heading { font-size: 11rem; line-height: 8rem;}
    .rt_panl_btn{position: inherit; right: inherit; top: inherit; margin-top: 2.5rem; text-align: center;}
    .room_box {padding: 2rem 2rem 1.5rem 2rem;}
    .room_top_flex{flex-direction: column; align-items: start; gap: 0;}
    .room_boxes .cumll {border-right-color: transparent; border-bottom: .1rem solid #E1E1E1; }
    .room_boxes .cumll:last-child{border-bottom-color: transparent;}
    
    .chose_icon{top: -1.1rem;}
    .ptb{padding: 5rem 0;}
    .inner_ptb{padding: 2rem 0 5rem 0;}

    /* contact_page */
    .inner_con_lt_lt {margin: 0 0 3rem 0;}
    .inner_con_rt_rt {margin-left: 0;}

    /* about_page */
    .inner_ab_lt {margin: 0 0 3rem 0;}
    .inner_ab_rt::after {top: -3.5%;}
    .vi_hi_imo_rt {margin-left: 0;}
}

@media only screen and (max-width: 767px){
    
    .container, .header_sec .container{max-width: 100%; padding: 0 1.5rem;}
    .heder_top_btn::before, .heder_top_btn::after{display: none;}
    .heder_top_btn .as_btn{ width: 4rem; height: 4rem; display: flex; align-items: center; justify-content: center; padding: 0;}
    .heder_top_btn .as_btn span{display: none;} 
    .heder_top_btn {right: 23.7rem; top: 1.3rem;}
    .nav_top .navbar-brand img {width: 4.5rem;}
    .heder_top_rt_btn{top: 1.3rem;}
    .banner_box img {height: 40rem;}
    .amenities_icon {position: inherit; left: inherit; top: inherit; margin: 0 auto;}
    .amenities_box {padding: 2rem; text-align: center;}
    .amenities_heading{display: block; margin-top: 1.55rem;}
    .call_lt {height: auto; padding: 5rem 0;}
    .call_animation img {width: 5rem;}
    .call_animation{width: 10rem; height: 10rem; }
    h1, h2 {font-size: 3rem; line-height: 4rem;}
    .counter_box strong {font-size: 6rem; line-height: 4rem;}
    
    .ckeck_sec {padding: 3rem 2rem;}
    .choose_count {font-size: 10rem; line-height: 8.5rem;}
    .chose_icon{top: 0;}
    .ptb{padding: 4rem 0;}
    .inner_ptb{padding: 1rem 0 4rem 0;}

    /* room_page */
    .other_room_box .room_img .owl-carousel, .other_room_box .room_img .owl-stage-outer, .other_room_box .room_img .owl-stage, .other_room_box .room_img .owl-item, .other_room_box .room_img .item, .other_room_box .room_img .portfolio_box, .other_room_box .room_img .portfolio_box img {height: auto;}
    .other_room_box .room_txt {padding: 1.5rem 0 1.5rem 0;}
    
    
    .why_choose_img img {height: auto;}
    .why_choose_txt {padding: 2rem 0 0 0;}
	
	/*----------------------------------------------------------30-1-25---------------------------------------------------------*/
	.banner_box_txt strong { font-size: 3rem; line-height: 4rem;}
	.banner_content {top: 54%;}
	.call_rt{background:transparent;}
	.call_rt h2{display:none;}
	.call_rt {padding: 0rem 3rem 1rem 3rem;}
	
	
	/*------------------------------------1-2-25-------------------------------------------------*/
	.banner_box_txt strong em { font-size: 2.5rem; line-height: 2.5rem;}
    
}


@media only screen and (max-width: 575px){
    .banner_frm_content .cumll {width: 100%;}
    .banner_frm_content {padding: 2rem 0 .5rem 0;}
    .input_fld.bn_frm_btn{width: 100%;}
/*     .amenities_sec {padding-top: 3rem !important;} */
    .call_rt_heading {font-size: 9rem; line-height: 7rem;}
    h1, h2 {font-size: 2.5rem; line-height: 3.5rem;}
    .counter_box strong {font-size: 5rem; line-height: 3rem;}
    .counter_box span {padding-top: .5rem;}
    .room_list li {margin-right: 1rem; font-size: 1.5rem;}
    .room_list b {font-size: 1.2rem;}
    .chose_icon{top: -1.1rem;}
    .ckeck_sec {padding: 2rem;}
    .ft_top .cumll:nth-child(2) .ft_txt, .ft_top .cumll:nth-child(4) .ft_txt {padding-left: 0;}
    .ft_btm_flex{flex-direction: column;}
    .ft_btm_lt{text-align: center; font-size: 1.55rem; padding-bottom: .5rem;}
    .heder_top_rt_btn li a , .heder_top_btn .as_btn{width: 3rem; height: 3rem;}
    .heder_top_rt_btn {right: 3.5rem;}
    .heder_top_btn {right: 18.7rem;}
    .header_sec .container {padding: 0 1rem;}
    .heder_top_rt_btn, .heder_top_btn {top: 1.8rem;}
/*     .banner_box img {height: 38rem;} */
    .inner_ptb{padding: 2rem 0 4rem 0;}
    .header_sec.fixed .heder_top_btn , .header_sec.fixed .heder_top_rt_btn{top: 2.4rem;}
    .portfolio_link {font-size: 4rem;}
    .see_all_btn .as_btn {padding: 0 1rem;}
	.amenities_sec h1 { margin-bottom: 2rem; font-size: 2.2rem; line-height: 3.5rem; text-align:center;}

    /* contact_page */
    .inner_banner .banner_box {padding: 15rem 0 2rem 0;}
    .inner_con_lt_lt {margin: 0 0 2rem 0;}
    .inner_map_sec.map_sec iframe {height: 20rem;}

    /* about_page */
    .hixty_txt {margin: -3rem 1rem 0 1rem;}
    .vison_box{flex-direction: column; background: var(--white);}
    .vison_box_img, .vison_box_img img{width: 100%; height: auto;}

    /* 404_page */
    .error_page_info h1 {font-size: 16rem; line-height: 15rem;}




    .ab_lt, .ab_rt, .counter_box, .room_boxes, .choose_box, .hixty_box, .vison_box, .portfolio_box, .side_seen_box{margin-top: 2rem;}
	
	
	/*---------------------------------------------30-1-25--------------------------------------------------------*/
    .rest_btn_list {flex-direction: column;}
	.rest_btn_list li {margin-right: 0; display:block; width:100%;}
	.rest_btn_list li .as_btn{width:100%;}
	.rt_rating {margin-top: 0;}
	.rest_call_box {margin-top: 1rem;}
	.banner_box_txt strong { font-size: 2.2rem; line-height: 3.2rem;}
	.banner_content {top: 58%;}
	
	
	/*------------------------------------1-2-25-------------------------------------------------*/
	.banner_box_txt strong em { font-size: 1.8rem; line-height: 1.8rem;}
	

    
}

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

}