@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.4rem 'Inter Tight', 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: "Exo 2", sans-serif;}
input[type="text"]::-webkit-placeholder { opacity: 1;  }
input[type="text"]::-moz-placeholder { opacity: 1;}
input[type="password"]::-webkit-placeholder { opacity: 1;}
input[type="password"]::-moz-placeholder { opacity: 1;}
input[type="search"]::-webkit-placeholder { opacity: 1;}
input[type="search"]::-moz-placeholder { opacity: 1;}
input[type="email"]::-webkit-placeholder { opacity: 1; }
input[type="email"]::-moz-placeholder { opacity: 1;}
input[type="tel"]::-webkit-placeholder { opacity: 1;}
input[type="tel"]::-moz-placeholder { opacity: 1;}
textarea::-moz-placeholder { opacity: 1;  }
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: "Inter Tight", sans-serif; */
/* font-family: "Exo 2", sans-serif; */

:root{
    --black: #000;
    --blue: #05073c;
    --brand: #eb662b;
    --body_txt_color: #474747;
    --white: #fff;
    --ft_bg: #121D28;
    --bg_color: #f6f7f8;

   }


em{font-style: normal;}
.as_btn{display: inline-block; padding: 0 3rem; line-height: 5rem; height: 5rem; text-transform: uppercase; color: var(--white); font-size: 1.4rem; font-weight: 600; border-radius: .2rem; position: relative; overflow: hidden;background: var(--brand); letter-spacing: .2rem; z-index: 1; margin-top: 2.5rem; text-align: center;}
.as_btn::before { content: ""; position: absolute; -webkit-transition-duration: 800ms; transition-duration: 800ms; width: 200%; height: 200%; top: 110%; left: 50%; background: var(--blue); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%;  z-index: -1;}
.as_btn:hover{background: var(--blue); color: var(--white);}
.as_btn:hover::before{top: -40%;}
.otrger_as_btn.as_btn:hover::before {background: var(--white);}
.otrger_as_btn.as_btn:hover{color: var(--blue);}

.ptb{padding: 6rem 0;}
.inner_ptb{padding: 3rem 0 6rem 0;}
.other_ptb{padding: 15rem 0 6rem 0;}
.mbb{margin-bottom: 4rem;}
.sub_heading{color: var(--brand); text-transform: uppercase; font-size: 1.4rem; line-height: 1.4rem; display: flex; align-items: center; padding-bottom: .1rem; text-transform: uppercase; letter-spacing: .3rem;}
.mid_sub_heading{justify-content: center;}
h1,h2{text-transform: capitalize; color: var(--blue); font-size: 3rem; line-height: 3.5rem; font-weight: 700;}
h4{text-transform: capitalize; color: var(--blue); font-size: 2.5rem; line-height: 3rem; font-weight: 700;}
h5{text-transform: capitalize; color: var(--blue); font-size: 2rem; line-height: 2.5rem; font-weight: 700;}
.posting{position: relative; width: 100%; height: 100%; display: block;}
.more_btn{width: 4rem; height: 4rem; border: .1rem solid #E5E5E5; display: flex; align-items: center; justify-content: center; color: var(--black); border-radius: 100%; margin-top: 1.5rem;}
.more_btn:hover{background: var(--brand); color: var(--white);}
.rating li{display: inline-block !important; margin: .8rem .2rem 0 0 !important; padding: 0 !important; border: none !important; width: auto !important; float: none !important;}
.rating li::before{display: none;}
.rating li:last-child{margin-right: 0;}
.bold_icon::before, .liner_icon::before {font: normal 1.4rem/1 FontAwesome; content: "\f006"; color: #FFC107;}
.bold_icon::before{content: "\f005";}




/*header*/
.header_sec{ width: 100%;}
.nav_top{border: none; min-height: auto; box-shadow: none; border-radius: 0px;}
/* .drop-nav{ position: absolute; top: 10px; right: 0px;}
.nav_top .dropdown-menu li a{ font-size: 13px;} */
.menu_sec{padding-right: 24rem;}
.menu_sec li{ position: relative; text-transform: capitalize; font-size: 1.7rem; font-weight: 500;}
.menu_sec li a{color: var(--black); display: inline-block; padding: 1.5rem 3rem 1.5rem 0;}
.menu_sec li:last-child a{padding-right: 0;}
.menu_sec li:last-child a{padding-right: 0;}
.menu_sec li.active a, .menu_sec li a:hover{color: var(--brand);}
.nav_top .navbar-brand{background: var(--black); padding: 2rem 1.5rem; position: absolute; left: 0; top: -5.1rem; height: 11.5rem; display: flex; align-items: center; justify-content: center;}
.nav_top .navbar-brand img{width: 25rem; }   
.heder_menu .container{max-width: 100%; padding: 0;} 
.heder_rt_button{position: absolute; right: 0; top: -1.1rem;}
.heder_top .d-flex{padding: 0 2rem; align-items: center; justify-content: space-between;}
.heder_top{border-bottom: .1rem solid #ccc;}
.heder_menu{padding: 1rem 0;}
.book_btn{border-radius: 0; line-height: 7.5rem; height: 7.5rem;}
.top_lt{text-transform: capitalize; padding: .8rem 0;}
.top_rt ul li{display: inline-block;}
.top_rt ul li a{border-right: .1rem solid #ccc; padding: 1rem 1.5rem; color: var(--black);}
.top_ph_icon{background: var(--blue); width: 4.5rem; height: 4.5rem; display: flex; align-items: center; justify-content: center; margin-right: 1.5rem; border-radius: 100%;}
.top_ph_txt{color: var(--black); font-size: 1.8rem;}
.heder_rt_ph{position: absolute; right: 34.4rem; top: .2rem;}
.top_ph_icon img{width: 3rem;}
.heder_rt_ph a{display: flex; align-items: center;}
.top_ph_txt em{display: block; color: var(--body_txt_color); font-size: 1.4rem; line-height: 1.4rem; text-transform: uppercase; letter-spacing: .2rem;}
.header_sec.fixed {box-shadow: 0 0 .7rem 0 #ccc; position: fixed;left: 0; top: 0; z-index: 9999; background: var(--white);}
.header_sec.fixed .heder_top{display: none;}
.header_sec.fixed .nav_top .navbar-brand { top: -1rem; height: 7.5rem;}
.ph_logo{display: none !important;}
.heder_rt_button .as_btn em{display: none;}

   
   
 /*banner*/  
.bannersec{ width: 100%;}
.banner_box{padding: 36rem 0;}


/* .banner_frm_sec */
.banner_frm{margin-top: -11.7rem; position: relative;}
.banner_frm_content{background-color: rgba(0, 0, 0, 0.5); backdrop-filter: blur(6px); box-shadow: 0px 10px 24px 0px rgba(0,0,0,.2); padding: 2rem 2rem .5rem 2rem; border-radius: .5rem .5rem 0 0;}
.frm_label_txt{color: var(--white); text-transform: capitalize; display: block; padding-bottom: .5rem; font-weight: 500; position: relative;}
.banner_content{position: relative;}
.banner_frm .input_fld input[type="date"]{background: var(--white); height: 4.5rem;}
/* .banner_frm .container{margin: 0; padding: 0;} */
.bannersec .carousel-indicators{flex-direction: column; left: inherit; margin: 0; top: 50%; bottom: inherit; right: 4rem;}
.bannersec .carousel-indicators [data-bs-target]{width: 1.8rem !important; height: 1.8rem !important; border: .2rem solid transparent !important; border-radius: 50% !important; background: transparent !important; transition: all ease 350ms !important; -moz-transition: all ease 350ms !important; -webkit-transition: all ease 350ms !important; position: relative; margin: .5rem 0;}
.bannersec .carousel-indicators [data-bs-target]::before{background: rgba(255,255,255,05) !important; width: .8rem !important; height: .8rem !important; position: absolute !important; content: '' !important; left: 0 !important; top: 0 !important; right: 0 !important; bottom: 0 !important; margin: auto !important; border-radius: 50% !important; transition: all ease 350ms !important; -moz-transition: all ease 350ms !important; -webkit-transition: all ease 350ms !important;}
.bannersec .carousel-indicators [data-bs-target]:hover, .bannersec .carousel-indicators [data-bs-target].active{border-color: var(--brand) !important;}
.bannersec .carousel-indicators [data-bs-target]:hover::before, .bannersec .carousel-indicators [data-bs-target].active::before{background: var(--brand) !important;}



/* 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; background: transparent;}
.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;}
.input_fld textarea{height: 12rem; resize: none; padding: 1.5rem;}
.ban_frm_box .input_fld{width: 100%;}
.quantity_box{width: 100%; display: inline-block; border: .1rem solid #b6b5b5; overflow: hidden; border-radius: 1rem;}
.quantity_box .quantity{ position: relative; margin: auto;}
.quantity_box .quantity-nav {line-height: 4.5rem;}
.quantity_box .quantity-button {background: var(--white); color: #464646;  width: 3.3rem; height: 4.5rem; position: absolute; top: 0; text-align: center; cursor: pointer; font-size: 0;}
.quantity_box .quantity-up {left: 0; border-right: .1rem solid #b6b5b5;}
.quantity_box .quantity-up::before, .quantity_box .quantity-down::before{content: "\2b"; font-family: "Font Awesome 6 Pro"; font-size: 1.5rem;}
.quantity_box .quantity-down {right: 0; border-left: .1rem solid #b6b5b5;}
.quantity_box .quantity-down::before{content: "\f068";}
.quantity input[type="number"]{outline: none;  color: #464646; height: 4.5rem; width: 100%; border-radius: 0;  text-align: center; border: none; padding-left: 2rem;}
.input_fld button{border: 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.5rem; cursor: pointer; font-size: 1.4rem;}

/* about_sec */
.ab_room_box{background: var(--blue); padding: 3rem; position: relative; text-align: center; border-radius: .5rem;}
.ab_room_box::before{position: absolute; left: 1rem; top: 1rem; right: 1rem; bottom: 1rem; border: .1rem solid rgba(255,255,255,05); content: "";border-radius: .5rem;}
.ab_room_img img{width: 8rem; margin-bottom: .8rem;}
.ab_lt{margin-right: 2rem;}
.ab_room_info{position: relative;}
.ab_btn li{display: inline-block; margin-right: 1.5rem;}
.ab_rt_ph{margin-top: 2.5rem; background: var(--white); padding: 1rem; box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15); border-radius: .5rem;}
.ab_rt_ph a{display: flex; align-items: center;}
.ab_btn li:last-child{margin-right: 0;}
.ab_rt_ph .top_ph_icon img {width: 2.2rem;}
.ab_rt_ph .top_ph_txt em {display: inline-block;}
.ab_rt_ph .top_ph_icon { width: 3.5rem; height: 3.5rem;}
.ab_btn{display: flex; align-items: center;}

/* counter_sec */
/* .counter_info{background: var(--white); padding: 3rem 1.5rem; border-radius: .5rem; overflow: hidden; position: relative; box-shadow: 0 0 4rem rgba(0, 0, 0, 0.05); margin-top: 3rem;} */
.counter_box strong{font-size: 6rem; color: var(--brand); font-weight: 800; display: inline-block; line-height: 6rem;}
.counter_box img{width: 5rem;}
.counter_box span{display: block; text-transform: capitalize; font-size: 2rem; font-weight: 600; padding-left: 1rem; color: var(--blue);}
.counter_info{border-top: .1rem solid #ccc; margin-top: 4rem;}
.counter_box{margin-top: 3rem;}
.counter_box .d-flex{justify-content: center;}


/* amenities_sec */
.amenities_sec{background: var(--bg_color);}
.amenities_icon{width: 10rem; height: 10rem; padding: 1rem; border: .1rem dashed rgba(41, 121, 254, 0.2); border-radius: 10rem; display: flex; align-items: center; justify-content: center;  transition: all 0.3s ease-in-out; margin: 0 auto; position: relative;}
.amenities_icon_info{width: 8.2rem; height: 8.2rem;  text-align: center; background: var(--white); border-radius: 10rem; transition: all 0.3s ease-in-out; position: relative; display: flex; align-items: center; justify-content: center; box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.10);}
.amenities_icon_info img{width: 4.5rem;}
.amenities_txt{background: var(--white); padding: 5.8rem 2rem 2rem 2rem; display: block; text-align: center; margin-top: -5rem; border-radius: .5rem;}
.amenities_box{align-items: center; margin-top: 3rem;}
/* .view_btn{position: absolute; right: 0; top: 0;} */

/* offer_sec */
.offer_rt img{height: 100%; object-fit: cover;}
.offer_lt{background: var(--blue); padding: 3rem 2rem;}
.txt_list li{position: relative; margin-top: 1.5rem; padding-left: 2rem;}
.txt_list li::before{position: absolute; left: 0; top: .6rem; background: url(../images/list_img.png)no-repeat left center; background-size: 100%; content: ""; width: 1.2rem; height: 1.2rem;}
.offer_lt .txt_list li{color: var(--white);}

/* room_sec */
.room_sec{background: var(--bg_color);}
.room_box{background: var(--white); padding: 1.5rem; margin-top: 3rem; border-radius: .5rem; overflow: hidden;}
/* .rom_txt{background: var(--white); padding: 2rem; margin: -3rem 1rem 0 1rem; position: relative; z-index: 2; border-radius: .5rem;} */
.rom_txt{padding-top: 1.5rem;}
.room_img .portfolio_box{border-radius: .5rem; overflow: hidden;}
.rom_facilities_list{background: var(--bg_color); padding: 0 .5rem .5rem .5rem; margin-top: 1rem;}
.rom_facilities_list li { display: inline-block; text-transform: capitalize; color: var(--black); position: relative;  margin: .8rem .5rem 0 .5rem;  padding-left: 1rem; font-size: 1.4rem;}
.rom_facilities_list li::before {position: absolute; left: 0; top: 1rem; width: .5rem; height: .5rem; background: var(--brand); border-radius: 100%; content: "";}
.rom_txt h4 a{color: var(--black);}
.room_box_btm{align-items: center; justify-content: space-between;}
.room_box .owl-dots{display: none;}
.room_box .owl-nav.disabled{display: flex; align-items: center; justify-content: space-between; font-size: 0;}
.room_box .owl-prev, .room_box .owl-next{position: absolute; right: 1rem; bottom: 1rem; width: 3rem; height: 3rem; background: var(--brand); display: flex; align-items: center; justify-content: center; border-radius: .5rem;}
.room_box .owl-prev{margin-right: 4rem;}
.room_box .owl-prev::before, .room_box .owl-next::before{font-family: "Font Awesome 6 Pro"; content: "\f104"; font-size: 1.8rem; color: var(--white);}
.room_box .owl-next::before{content: "\f105";}


/* feed_back_sec */
.feed_back_lt{position: relative; padding-left: 3rem; z-index: 1;}
.feed_back_lt img{border-radius: .5rem; height: 100%; object-fit: cover;}
.feed_back_lt::after{position: absolute; left: 0; top: 2.5rem; width: 35rem; height: 35rem; border: 1.5rem solid #E1E2E2; content: ""; z-index: -1;}
.qution_icon_img{position: absolute; left: 5rem; top: 2rem;}
.qution_icon_img img{width: 8rem;}
.feed_back_box{background: var(--bg_color); padding: 2.5rem; border-radius: .5rem; margin-top: 2.8rem; position: relative;}
.person_img img{width: 5rem !important; height: 5rem; border-radius: 100%; margin-right: 1.5rem; object-fit: cover;}
.person_txt strong{font-size: 1.8rem; text-transform: capitalize; color: var(--blue); font-family: "Exo 2", sans-serif;}
.person_info{margin-top: 1.5rem;}
.person_txt .rating li { margin: .5rem .2rem 0 0 !important;}
.feed_back_rt{margin-left: 3rem; position: relative;}

.feed_back_rt .owl-carousel .owl-nav.disabled{display: flex !important; align-items: center; justify-content: center; position: absolute; right: 0; top: -2.9rem; font-size: 0;}
.feed_back_rt .owl-carousel .owl-nav.disabled .owl-prev, .feed_back_rt .owl-carousel .owl-nav.disabled .owl-next{width: 3rem; height: 3rem; border-radius: 100%; display: flex; align-items: center; justify-content: center; border: .1rem solid var(--brand);}
.feed_back_rt .owl-carousel .owl-nav.disabled .owl-prev::before, .feed_back_rt .owl-carousel .owl-nav.disabled .owl-next::before{font-family: "Font Awesome 6 Pro"; content: "\f061"; font-size: 1.5rem; color: var(--brand);}
.feed_back_rt .owl-carousel .owl-nav.disabled .owl-prev::before{content: "\f060";}
.feed_back_rt .owl-carousel .owl-nav.disabled .owl-prev{margin-right: 1rem;}

/* map_sec */
.map_box{display: inline-block; width: 100%;}
.map_sec iframe{width: 100%; height: 40rem;}
.main_con_box{background: #EEEBE8; padding: 2.5rem; border-radius: .5rem; position: absolute; right: 3rem; top: 3rem; border-bottom: .5rem solid var(--brand); max-width: 51rem;}
/* .img_24_img{display: block; margin: 1.5rem 0;} */
.img_24_img img{width: 6rem; margin-right: 1.5rem; height: auto !important;}
.ph_number{font-size: 2.5rem; color: var(--brand) !important; display: block; font-weight: 600; padding: 1rem 0;}
.add_iocn img{width: 5rem; margin-right: 1rem; height: auto !important;}
.add_txt{align-items: center;}
.ph_num_flex{align-items: center; padding: 1rem 0;}
.map_sec .container{max-width: 100%; padding: 0;}
.map_lt_img img{height: 40rem; object-fit: cover;}


/* gallery_sec */
.gallery_box .portfolio_box{border-radius: .5rem; overflow: hidden; margin-top: 3rem;}
.gallery_sec .container{max-width: 100%; padding: 0 8rem;}
.gallery_box .portfolio_box img{height: 25rem; object-fit: cover;}
.gallery_flex{flex-direction: column;}






/* portfolio_page */
.portfolio_box{position: relative; margin-top: 2rem; overflow: hidden;}
.our_portfolio .row:nth-child(2n){flex-direction: row-reverse;}
.portfolio_content{position: absolute; width: 100%; height: 100%; top: 0; right: 0;}
.portfolio_link{width: 4rem; height: 4rem; background: var(--white); display: flex; align-items: center; justify-content: center; position: absolute; right: 2rem; top: 2rem; transition: 0.5s; border-radius: 100%; opacity: 0; visibility: hidden; font-size: 2.5rem; color: var(--brand); z-index: 9;}
.portfolio_link::before{content: ""; position: absolute; left: -.5rem; right: -.5rem; top: -.5rem; bottom: -.5rem; border: .2rem dotted var(--white); border-radius: 100%;}
.portfolio_info{position: absolute; bottom: 2rem; left: 2rem; opacity: 0; visibility: hidden; transition: 0.3s; z-index: 9;}
.portfolio_subtitle{font-size: 1.4rem; color: var(--white); margin-bottom: .7rem; letter-spacing: .1rem; text-transform: uppercase;}
.portfolio_subtitle span{color: var(--white);}
.portfolio_title{color: var(--white); font-size: 3rem;}
/* .portfolio_title a{color: var(--white);}
.portfolio_content:hover::before{opacity: 0.9; visibility: visible;}
.portfolio_content:hover .portfolio_link{opacity: 1; visibility: visible; color: var(--brand);}
.portfolio_content:hover .portfolio_info{opacity: 1; visibility: visible; bottom: 4.5rem;}
.portfolio_subtitle span img{width: 2rem !important; height: auto !important; margin-right: 1rem;} */
.portfolio_box::before{content: ""; position: absolute; right: -21%; top: 50%; transform: translateY(-50%) rotate(135deg); width: 32rem; height: 100rem; background: linear-gradient(180deg, #181717 0%, rgba(18, 18, 18, 0) 100%); opacity: 0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; margin-right: -6rem; z-index: 1; pointer-events: none; border-radius: .8rem;}
.portfolio_box::after{content: ""; position: absolute; right: 32%; top: 50%; transform: translateY(-50%) rotate(135deg); width: 25rem; height: 95rem; background: linear-gradient(180deg, #262626 8.61%, rgba(18, 18, 18, 0) 100%); opacity: 0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; margin-right: -9rem; pointer-events: none; border-radius: .8rem;}
.portfolio_box:hover::before{opacity: 0.55; margin-right: 0;}
.portfolio_box:hover::after{opacity: 0.35; margin-right: 0;}
.portfolio_box:hover .portfolio_link{opacity: 1; visibility: visible; color: var(--brand);}



/* footer_sec */
.footer_sec{background: var(--ft_bg); position: relative;}
.footer_sec::before{position: absolute; left: 0; top: 0; background: url(../images/map_img.png)no-repeat center center/cover; width: 100%; height: 100%; content: ""; opacity: 0.1;}
.ft_top{position: relative; padding-top: 4rem;}
.ft_logo_img img{width: 30rem;}
.ft_logo_img{margin-bottom: 3rem; display: block;}
.ft_heading{color: var(--white); font-size: 2.2rem; line-height: 2.8rem; text-transform: capitalize; color: var(--white); position: relative; display: block; border-left: .7rem solid var(--brand); padding-left: 1rem; letter-spacing: .2rem; margin-bottom: 2rem;}
.ft_bottom {padding: 1.5rem 0; align-items: center; justify-content: space-between; position: relative; border-top: .1rem dashed #ccc;}
.ft_bottom span {color: var(--white);}
.ft_rt img { width: 10rem;}
.ft_txt{padding-bottom: 3rem;}
.ft_txt p, .ft_con_list li a{color: #A7A7A7;}
.ft_socil_icons li{display: inline-block;}
.ft_socil_icons li a{background-color: #62667254; color: var(--white); width: 4rem; height: 4rem; display: flex; align-items: center; justify-content: center; margin: 1rem .5rem 0 0; border-radius: 100%;}
.ft_socil_icons li:last-child a{margin-right: 0;}
.ft_socil_icons li a:hover{background: var(--brand); color: var(--white);}
.ft_con_list li{position: relative; padding-left: 4rem; margin-top: 1.5rem;}
.ft_con_icon{width: 3rem; height: 3rem; border-radius: 100%; display: flex; align-items: center; justify-content: center; background: var(--brand); color: var(--white); position: absolute; left: 0; top: .5rem;}
.ft_con_list li a em{display: block; text-transform: uppercase; font-size: 1.4rem; line-height: 1.4rem; padding-bottom: .5rem; letter-spacing: .2rem; color: var(--white); font-weight: 600;}
.ft_con_list li a{font-size: 1.8rem;}
.ft_top .cummll:nth-child(2) .ft_txt{padding-left: 8rem;}


/* amenities_page */
.inner_banner_content {background: var(--blue); padding: 2.5rem; position: relative; border-radius: .5rem; max-width: 25rem; text-align: center; margin: 0 auto;}
.inner_banner_content::before{position: absolute; right: .8rem; top: .8rem; bottom: .8rem; left: .8rem; border: .1rem solid var(--white); content: ""; border-radius: .5rem;}
.inner_banner_content h1{color: var(--white);}
.inner_banner .banner_box {padding: 15rem 0 5rem 0;}


/* feed_back_sec */
.inner_feed_back_sec .feed_back_box{ z-index: 1; padding: 3rem 3.5rem; margin-top: 3.5rem;}
.inner_feed_back_sec .feed_back_box::before {position: absolute; content: ''; left: 1rem; width: 100%; height: 100%; bottom: 1rem; border: .1rem solid var(--brand); z-index: -1;}
.inner_feed_back_sec .posting{height: auto;}
.inner_feed_back_sec .person_info {margin-top: 0; justify-content: end;}


/* contact_page */
.inner_con_list li{position: relative; margin-top: 3.5rem; padding-left: 5rem;}
.inner_con_icon{background: var(--brand); width: 4rem; height: 4rem; display: flex; align-items: center; justify-content: center; position: absolute; left: 0; top: -.8rem; border-radius: 100%; color: var(--white);}
.inner_con_list li, .inner_con_list li a{color:  var(--black);}
.con_rt{background: var(--white); box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.10); padding: 2rem; border-radius: .5rem;}
.other_ft_socil_icons li a{margin: 1.5rem .5rem 0 0; background: var(--blue);}
.inner_map_sec iframe{width: 100%; height: 30rem;}
.con_lt{margin-right: 2rem;}


/* room_page */
.inner_room_sec .more_btn{width: auto; border-radius: .5rem; padding: 0 2rem; letter-spacing: .2rem; font-weight: 500; text-transform: capitalize;}
.ammiti_list li{display: inline-block; margin: 1rem 1rem 0 0;}
.ammiti_list li:last-child{margin: 1rem 0 0 0;}
.ammiti_list li .d-flex{align-items: center; background: var(--white); padding: .5rem .8rem; box-shadow: 0 0 .4rem 0 rgba(0,0,0,.2); border-radius: .5rem;}
.ammting_img img{width: 2rem; margin-right: .5rem;}
.ammiti_list{padding: 1.5rem 0; border-bottom: .1rem dashed #ccc;}


/* policy_page */
.faq_box h3{color: var(--black);}
.faq_box .accordion-button{background: #f9f9f9; padding: 1.5rem; border-radius: .5rem !important; overflow: hidden;}
.faq_box .accordion-item{border-color: transparent; margin-top: 1rem; text-align: left;}
.faq_box .accordion-button:not(.collapsed) {box-shadow: none; color: var(--brand); background: var(--brand);}
.faq_box .accordion-button:not(.collapsed) h4{color: var(--white);}
.faq_box .accordion-body{padding: 1.5rem;}
.faq_box .accordion-button h4{font-size: 1.7rem; line-height: 2.7rem; color: var(--black); padding-right: 1rem;}
.faq_box .accordion-button:not(.collapsed)::after, .faq_box .accordion-button::after {background-image: none; content: "\f067"; font: normal 14px/1 FontAwesome; color: var(--brand); position: absolute; right: 2rem; top: 50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);}
.faq_box .accordion-button:not(.collapsed)::after{content: "\f068"; color: var(--white);}
.faq_box .accordion-button:focus{border-color: var(--green); box-shadow: 0 0 0 .2rem var(--green);}
.faq_box{background: var(--white); box-shadow: 0 0 4rem 0 rgba(0,0,0,.1); padding: 3rem 3rem; border-radius: .8rem; text-align: left;}
.faq_box .accordion-body h4{font-size: 1.8rem; line-height: 2.8rem;}


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


/* about_us */
.inner_ab_rt{position: relative;}
.inner_ab_rt_img{position: absolute; right: 0; top: 7.1rem; border: 2rem solid var(--white);}
.other_txt_list{width: 100%; display: inline-block;}
.other_txt_list li{width: 50%; float: left;}
.short_para_box{margin-top: 3rem;}
.inner_ab_lt_lt{border-radius: .5rem; overflow: hidden;}
.hall_sec .container{max-width: 100%; padding: 0;}
.hall_rt{background: var(--blue); padding: 3rem;}
.hall_lt img , .hall_rt{height: 100%; object-fit: cover;}
.book_box{background: var(--white); padding: 2rem; border-radius: .5rem; margin: 3rem 0; max-width: 50rem;}
.book_list li{margin-top: 1.5rem;}
.book_list li b{display: block; color: var(--blue);}
.hall_lt{position: relative;}
.hall_lt .owl-nav.disabled{display: flex !important; align-items: center; justify-content: center; position: absolute; right: 0; bottom: 0; font-size: 0;}
.hall_lt .owl-nav.disabled .owl-prev, .hall_lt .owl-nav.disabled .owl-next{background: var(--white); width: 4rem; height: 4rem; display: flex; align-items: center; justify-content: center;}
.hall_lt .owl-nav.disabled .owl-prev::before, .hall_lt .owl-nav.disabled .owl-next::before{font-family: "Font Awesome 6 Pro"; content: "\f104"; color: var(--black); font-size: 1.6rem;}
.hall_lt .owl-nav.disabled .owl-next::before{content: "\f105";}









@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: 1999px) {
    .heder_rt_ph {right: 28.4rem;}
    .heder_top .d-flex{margin-left: 6rem;}
}

@media only screen and (max-width: 1699px){
    .heder_top .d-flex {margin-left: 14rem;}
    .menu_sec {padding-right: 18rem;}
}

@media only screen and (max-width: 1499px){
    .heder_top .d-flex {margin-left: 23rem;}
    .heder_rt_ph {right: 22.8rem;}
    .menu_sec li a {padding: 1.5rem 2rem 1.5rem 0;}
}

@media only screen and (max-width: 1299px) {
    .banner_box {padding: 26.4rem 0;}
    .heder_rt_ph .top_ph_txt{display: none;}
    .heder_rt_ph .top_ph_icon {margin-right: 0;}
    .menu_sec {padding-right: 2rem;}
    .offer_lt h2{font-size: 2.5rem; line-height: 3rem;}
    .menu_sec li a {padding: 1.5rem 1.5rem 1.5rem 0;}
}

@media only screen and (max-width: 1199px){
    .nav_top .navbar-toggler {color: transparent; border: none; padding: 1rem; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; margin-right: -1rem;}
    .nav_top .navbar-toggler .icon-bar {display: block; width: 3rem; 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.show{left: 0;}
    .nav_top .navbar-collapse{position: fixed; top: 0; left: -30.10rem; background: var(--white); z-index: 999999; width: 20.80rem; padding: 2.5rem 1rem; 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; border-right: .5rem solid var(--brand);}  
    .nav_top .navbar-brand {position: inherit; left: inherit; top: inherit !important; height: auto !important; background: transparent; padding: 0;}
    .heder_top .d-flex {margin-left: 0;}
    .heder_menu .container {padding: 0 1.5rem;}
    .nav_top .navbar-brand img {width: 20rem;}
    .top_logo{display: none !important;}
    .ph_logo{display: block !important;}
    .heder_menu {padding: 1.5rem 0;}
    .heder_rt_button { right: 5rem; top: -.3rem;}
    .book_btn {line-height: 5rem; height: 5rem; border-radius: .5rem;}
    .heder_rt_ph { right: 27.8rem;}
    .menu_sec {padding-right: 0;}
    .menu_sec li a {padding: 1.5rem; border-bottom: .1rem dashed #ccc; display: block; width: 100%;}
    .banner_frm_content {background: var(--white); padding: 3rem;  width: 100%;  border-radius: .5rem;  float: none;  box-shadow: 0 1rem 6rem 0 rgba(0, 0, 0, 0.07);}
    .frm_label_txt {color: var(--black);}
    .banner_frm {margin-top: 3rem;}
    .counter_box strong { font-size: 4.5rem; line-height: 5rem;}
    .counter_box span {font-size: 1.8rem;}
    .banner_box {padding: 20rem 0;}
    .restu_row{flex-direction: row-reverse;}
    .feed_back_lt::after {height: 31rem; width: 31rem;}
    .main_con_box {max-width: 44rem;}
    .gallery_sec .container { padding: 0 3rem;}
    .banner_frm_content .as_btn{margin-top: 1.5rem;}
    .ft_top .cummll:nth-child(2) .ft_txt {padding-left: 5rem;}
}

@media only screen and (max-width: 991px){
    .banner_box {padding: 15rem 0;}  
    .ptb{padding: 5rem 0;}
    .inner_ptb{padding: 2rem 0 5rem 0;}
    .ab_lt{margin: 0 0 2rem 0;}
    .main_con_box {position: inherit; right: inherit; top: inherit; max-width: 100%; margin: 2rem 1.5rem 2rem 1.5rem;}
    .map_lt_img img {height: auto;}
    .map_sec iframe {height: 30rem;}
    .gallery_box .portfolio_box img {height: 20rem;}
    .ft_top .cummll:nth-child(2) .ft_txt {padding-left: 0;}

    /* contact_page */
    .con_lt{margin: 0 0 3rem 0;}

    /* about_page */
    .inner_ab_lt{margin: 0 0 3rem 0;}
    
}

@media only screen and (max-width: 767px){
    
    .container, .gallery_sec .container{max-width: 100%; padding: 0 1.5rem;}
    .ptb{padding: 4rem 0;}
    .inner_ptb{padding: 1rem 0 4rem 0;}
    h1, h2 {font-size: 2.5rem; line-height: 3rem;}
    .heder_rt_button {right: 4.5rem;}
    .ft_bottom{flex-direction: column;}
    .ft_lt{display: block; padding-bottom: .5rem; text-align: center;}
    .gallery_flex{flex-direction: row; margin: 0 -1rem;}
    .gallery_flex .gallery_box{padding: 0 1rem;}
    .feed_back_rt{margin: 3rem 0 0 0;}
    .mbb {margin-bottom: 0;}

    /* amenities_page */
    .inner_banner .banner_box {padding: 10rem 0 3rem 0;}

    /* about_page */
    .inner_ab_rt_rt{margin-top: 3rem;}
    .inner_ab_rt_img img{height: 32rem; object-fit: cover;}
    .inner_ab_rt_img {top: 8.1rem;}
  
    
    
}


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

    .inner_ptb{padding: 2rem 0 4rem 0;}
    .heder_rt_button { right: 3.5rem; top: .3rem;}
    .heder_rt_button .as_btn{padding: 0; width: 3.5rem; height: 3.5rem; display: flex; align-items: center; justify-content: center; border-radius: 100%;}
    .heder_rt_button .as_btn em{display: block;} 
    .heder_rt_button .as_btn span{display: none;}
    .heder_top .d-flex {flex-direction: column;}
    .top_rt ul li a {padding: .2rem 1.5rem;}
    .nav_top .navbar-brand img {width: 18rem;}
    .heder_menu .container {padding: 0 1rem;}
    .heder_rt_ph {right: 7.8rem; top: .3rem;}
    .top_ph_icon { width: 3.5rem; height: 3.5rem;}
    .top_ph_icon img{width: 2rem;}
    .nav_top .navbar-toggler .icon-bar {width: 2.5rem;}
    .banner_box {padding: 10rem 0;}
    .bannersec .carousel-indicators {top: 25%; right: 2rem;}
    .banner_frm_content {padding: 2rem;}
    .ab_btn {flex-direction: column;}
    .ab_btn li{width: 100%; margin-right: 0;}
    .ab_rt_ph {margin-top: 1.5rem; width: 100%;}
    .ab_btn .as_btn{width: 100%;}
    .counter_box .d-flex {flex-direction: column;}
    .counter_box span {font-size: 1.5rem; padding: .2rem 0 0 0;}
    h1, h2 {font-size: 2.2rem; line-height: 2.8rem;}
    .amenities_box, .room_box, .feed_back_box, .gallery_box .portfolio_box{margin-top: 2rem;}
    .qution_icon_img img {width: 7rem;}
    .feed_back_lt::after {border: .5rem solid #E1E2E2; height: 16rem; width: 27rem;}
    .ph_num_flex {flex-direction: column; align-items: start;}
    .ph_num_flex h4{font-size: 2rem; line-height: 2.5rem;}
    .main_con_box {padding: 2rem;}
    .ph_number {font-size: 2.2rem;}
    .add_txt {flex-direction: column; align-items: start;}
    .add_iocn img {margin: 0 0 1rem 0;}
    .gallery_box .portfolio_box img {height: 13rem;}
    .portfolio_link {width: 3rem; height: 3rem; font-size: 2rem;}
    .gallery_flex {margin: 0 -.5rem;}
    .gallery_flex .gallery_box {padding: 0 .5rem;}
    .ft_logo_img img { width: 25rem;}
    .ft_logo_img {margin-bottom: 2rem;}
    .offer_lt {padding: 2rem;}

    /* amenities_page */
    .inner_banner_content h1 {font-size: 2.5rem; line-height: 2.8rem;}
    .inner_banner_content {padding: 2rem;}
    .inner_banner .banner_box {padding: 8rem 0 3rem 0;}

    /* feed_back_sec */
    .inner_feed_back_sec .feed_back_box{margin-top: 2.5rem;}

     /* contact_page */
     .inner_map_sec iframe{height: 20rem;}
     .con_lt{margin: 0 0 2rem 0;}
     .con_rt h4{font-size: 2rem; line-height: 2.5rem;}

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

    /* about_page */
    .inner_ab_rt_img {top: 11.1rem; border: 1rem solid var(--white);}
    .inner_ab_rt_img img {height: 12rem;}
    .hall_rt {padding: 3rem 1.5rem;}
    .book_box {margin: 2rem 0;}
    .other_txt_list li {width: 100%;}
    .inner_ab_rt_rt {margin-top: 2rem;}
}

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

}



/* 22-jun */

