@import url('https://pro.fontawesome.com/releases/v6.0.0-beta3/css/all.css');
html{font-size: 62.5%;}
body{ padding: 0; margin: 0; list-style: none; font: normal 1.6rem/2.4rem 'Lato', sans-serif; color: var(--body_txt_color); overflow-x: hidden; }
p{padding: 0; margin: 0;}
a{padding: 0; margin: 0; outline: none;}
ul{ list-style: none; padding: 0; margin: 0;}
label{ list-style: none; padding: 0; margin: 0;}
ul li{ padding: 0; margin: 0;}
h1,.h1, h2,.h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6{padding: 0; margin: 0; font-family: 'Gilda Display';}
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, button{-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: "Teko", sans-serif; */
/* font-family: "Lato", sans-serif; */

:root{
    --black: #1a1a1a;
    --brand: #02d8e9;
    --body_txt_color: rgb(59, 62, 71);
    --white: #fff;
    --heading_color: #f68712;
    --bg_color: #F1F9F9;
    --blue: #3871c1;
   }

/*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; }
.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;}
h1,h2{font-size: 3.5rem; line-height: 4rem; font-weight: 600; text-transform: capitalize; letter-spacing: .1rem; color: var(--heading_color);}
h3{font-size: 2.5rem; line-height: 3rem; text-transform: capitalize; letter-spacing: .1rem; color: var(--black);} 
h4{font-size: 2.2rem; line-height: 2.8rem; text-transform: capitalize; letter-spacing: .1rem; color: var(--black);}
h5,h6{text-transform: capitalize;}
.ptb{padding: 7rem 0;}
.mtt{margin-top: 3rem;}
.inner_ptb{padding: 4rem 0 7rem;}
.sub_heding{color: var(--body_txt_color); font-size: 1.4rem; line-height: 1.4rem; text-transform: uppercase; letter-spacing: .2rem; position: relative;display: flex; align-items: flex-end; padding-bottom: .5rem;}
.linne{width: 10rem; height: .2rem; background: var(--heading_color); display: inline-block; margin-right: 1rem;}
.mid_sub_heding{justify-content: center;}
.as_btn{display: inline-block; height: 5rem; line-height: 5rem; text-transform: uppercase; letter-spacing: .1rem; font-size: 1.4rem; color: var(--white); padding: 0 3rem; border-radius: 3.5rem; background: var(--brand); font-weight: 600; position: relative; overflow: hidden; z-index: 1; margin-top: 2.5rem; text-align: center;}
.as_btn i{padding-right: .5rem;}
.as_btn:hover{color: var(--white); background: var(--heading_color);}


/*header*/
.header_sec{ width: 100%;}
.header_sec .container{max-width: 100%; padding: 0 2rem;}
.nav_top{border: none; min-height: auto; box-shadow: none; border-radius: 0;}
.menu_sec li{ position: relative; text-transform: capitalize; font-weight: 600; font-size: 1.7rem;}
.menu_sec li a{color: var(--black); display: inline-block; padding: 3rem 3rem 3rem 0;}
.menu_sec li.active a, .menu_sec li a:hover{color: var(--brand);}
.menu_sec li:last-child a{padding-right: 0;}
.nav_top .navbar-brand{position: absolute; left: 51%; top: .4rem; -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);}
.nav_top .navbar-brand img{width: 18rem;}  
.heder_rt_btn{position: absolute; right: 0; top: 1.7rem;} 
.nav_top .navbar-collapse{justify-content: space-between;}
.menu_sec{padding: 0 0 0 38rem;}
.menu_sec2{padding: 0 29rem 0 0;}
.heder_lt_btn{position: absolute; left: 0; top: 2.2rem;}
.top_ph_icon{width: 4rem; height: 4rem; border-radius: 100%; background: var(--brand); margin-right: 1rem; display: flex; align-items: center; justify-content: center;}
.top_ph_icon img{width: 2rem;} 
.top_ph_txt{color: var(--black); font-size: 1.8rem; font-weight: 600;}
.top_ph_txt em{display: block; font-size: 1.4rem; line-height: 1.4rem; color: var(--body_txt_color); padding-bottom: .2rem; font-weight: 600;}
.header_sec.fixed{box-shadow: 0 0 .7rem 0 #ccc; position: fixed; left: 0; top: 0; z-index: 9999; background: var(--white);}
   

.bannersec, .banner_frm, .ab_sec{ overflow: hidden; }
/*banner*/  
.bannersec{ width: 100%; position: relative;}
.banner_box{padding: 32.5rem 0; position: relative;}
/* .banner_box::before{position: absolute; z-index: 3; top: 0; left: 0; width: 100%; height: 20rem;  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, .8))); background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 70%); background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 70%); pointer-events: none; content: "";} */
.bannersec .carousel-control-prev, .bannersec .carousel-control-next{bottom: inherit; top: 50%; opacity: 1;}
.bannersec .carousel-control-prev-icon, .bannersec .carousel-control-next-icon{ width: 4rem; height: 4rem; border-radius: 100%; display: flex; align-items: center;justify-content: center; border: .1rem solid var(--white); background-image: none;}
.bannersec .carousel-control-prev-icon::before, .bannersec .carousel-control-next-icon::before{font-family: "Font Awesome 6 Pro"; content: "\f053"; color: var(--white);}
.bannersec .carousel-control-next-icon::before{content: "\f054";}
/* .bannersec .carousel-control-next {left: 6rem; right: inherit;} */
/* .social_icon{position: absolute; left: 1rem; bottom: 2rem;}
.social_icon li{display: inline-block; margin-right: .5rem;}
.social_icon li a{width: 4rem; height: 4rem; background: var(--white); color: var(--black); display: flex; align-items: center; justify-content: center; border-radius: 100%;}
.social_icon li:last-child a{margin-right: 0;} */


/* .banner_frm_sec */
.banner_frm{margin-top: -15rem; position: relative;}
.banner_frm .container{ max-width: 100%; padding: 0; }
.banner_frm_content{ margin: 0 0 0 auto; background-color: #1222237D; padding: 2.5rem 2.5rem 1rem 2.5rem;  position: relative; z-index: 2; border-radius: .5rem; max-width: 104rem; border: .1rem solid #FFFFFF1A;}
.ban_frm_row{display: flex; align-items: center; flex-wrap: wrap;}
.ban_frm_box{width: 20%; padding: 0 .5rem;}
.frm_label_txt{color: var(--white); text-transform: capitalize; display: block; padding-bottom: .5rem; font-weight: 500; position: relative;}
.banner_content{position: relative;}
.ban_info{position: relative; display: inline-block; margin-top: 9.5rem; color: var(--white); font-size: 2.5rem; line-height: 3.5rem; letter-spacing: .1rem; text-transform: capitalize; z-index: 2;}
.ban_info::after{content: ''; width: 5rem; height: 10rem; position: absolute; bottom: 90%; left: -8rem; background: url(../images/line_arrow.png) no-repeat center center transparent; background-size: contain;}
.banner_frm .input_fld input[type="text"], .banner_frm .input_fld input[type="email"], .banner_frm .input_fld input[type="tel"], .banner_frm .input_fld input[type="password"], .banner_frm .input_fld textarea, .banner_frm .input_fld input[type="date"], .banner_frm .input_fld .form-select{background: var(--white); border: none; height: 4rem;}


/* 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: var(--white);}
.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 .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: 5rem;}
.quantity_box .quantity-button {background: var(--white); color: #464646;  width: 3.3rem; height: 4rem; position: absolute; top: 0; text-align: center; cursor: pointer; font-size: 0; display: flex; align-items: center; justify-content: center;}
.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: 4rem; width: 100%; border-radius: 0;  text-align: center; border: none; padding-left: 2rem;}
.input_fld button{border: none;}



/* about_sec */
.ab_sec{ padding-bottom: 0; }
.ab_img{padding-right: 2rem; }
.ab_img img{border-radius: .4rem; height: 40rem;}
.ab_P{position: relative; margin-top: 1rem; text-align: justify; text-justify: inter-word;}
/*.ab_P::after{content: ""; position: absolute; width: .1rem; height: 100%; left: 0; top: 0; border: .1rem dashed var(--brand);}*/
.ab_txt ul{width: 100%;}
.ab_txt ul li{position: relative; border: .1rem solid #EEEEEE; border-radius: 2rem; padding: 1rem 1rem 1rem 3.5rem; margin: 1rem 1.5rem 0 0;}
.ab_txt ul li::before{content: "\f058"; font-family: "Font Awesome 6 Pro"; position: absolute; left: 1rem; top: .9rem; font-weight: 600; color: var(--brand);}

/* amenities_sec */
.over_lay_img{position: relative; background: var(--bg_color);}
.over_lay_img::after{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../images/bg_img_1.jpg)no-repeat center center/cover; opacity: 0.2; content: "";}
.amenities_box{padding: .2rem; background: #fff0de; position: relative; transition: all .5s; border-radius: .2rem; margin-top: 3rem; text-align: left; }
.amenities_tx{ gap: 0 2rem; background: var(--white); padding: 1rem 1rem 1rem 1rem; transition: all .5s;}
/*.amenities_tx img{padding-bottom: 2rem;}*/
.amenities_btn .as_btn{display: flex; align-items: center; justify-content: space-between; transition: all .35s; border: none; margin-top: 0; line-height: 5rem; padding: 0; height: 5rem; padding-left: 1rem;}
.amenities_btn .as_btn i{display: inline-flex; width: 5rem; height: 5rem; align-items: center; justify-content: center; font-size: 1.8rem; color: var(--brand); background: var(--white); transition: all .35s;}
.amenities_btn .as_btn::after{background: transparent;}
.amenities_btn .as_btn span{color: var(--black);}
.amenities_tx h3{padding-bottom: .5rem; font-size: 2.2rem; font-weight: 800; color: var(--black);}
.amenities_box:hover{background: var(--brand);}
.amenities_box:hover .amenities_tx{background: #faf5ef;}
.amenities_box:hover .as_btn i{background: #faf5ef;}
.amenities_box:hover .as_btn span{color: var(--white);}
.amenities_tx img{width: 6rem;}
.amenities_info{position: relative; z-index: 1;}


/* room_sec */
.room_box{border: .1rem solid #e8e8e8;  padding: 1.5rem;  border-radius: .5rem;  margin-top: 3rem;}
.room_txt h3 a{color: var(--black); font-weight: 700; color: var(--black);}
.room_box .portfolio_box{margin-top: 0;}
.room_box .portfolio_box::before{display: none;}
.room_box .portfolio_box::after{display: none;}
.room_img_box .portfolio_img .portfolio_link{top: 0; right: 0; background: transparent; width: 100%; height: 100%;}
.room_box .portfolio_link::before{display: none;}
/* .room_img .portfolio_img img{height: 34.2rem !important; object-fit: cover;} */
.room_img .owl-nav{font-size: 0; text-align: center; display: flex; align-items: center; justify-content: center;}
.room_img .owl-prev, .room_img .owl-next{background: var(--brand); width: 3rem; height: 3rem; display: flex; align-items: center; justify-content: center; border-radius: .2rem;}
.room_img .owl-prev::before, .room_img .owl-next::before{font: normal 1.8rem/3rem FontAwesome; color: var(--white); content: "\f060"; background: var(--brand);}
.room_img .owl-next:before{content: "\f061";}
.room_img .owl-carousel .owl-nav .owl-prev, .room_img .owl-carousel .owl-nav .owl-next{position: absolute; left: 1rem; top: 1rem;}
.room_img .owl-carousel .owl-nav .owl-next{left: 5rem;}
.facilit_list li{display: inline-block; margin: 1rem 1rem 0 0; font-size: 1.4rem;}
.facilit_list li b{color: var(--heading_color); display: inline-block; padding-right: .5rem;}
.facilit_list li:last-child{margin-right: 0;}
.facilit_list li span{border: .1rem dashed #ccc; display: inline-block; padding: .5rem 1rem; text-transform: capitalize;}
/* .room_sec .row{margin: 0;}
.room_sec .cll{padding: 0;}
.room_sec .cll:nth-child(3n-1) .room_box {flex-direction: column-reverse;} */
.room_sec .portfolio_box img {border-radius: 0; height: 35rem; object-fit: cover;}
.book_btn {  border-top: .1rem dashed #ccc;  padding: 1rem 0 0 0;  margin-top: 2rem;}
.book_btn a {text-transform: uppercase; color: var(--brand); font-weight: 600; display: flex; align-items: center; justify-content: space-between;}
.book_btn a i{ color: var(--heading_color); }
.room_txt{padding-top: 1.5rem;}
.all_btn{position: absolute; right: 0; top: 0;}


/* video_sec */
.video_sec{ padding-bottom: 0; }
.video_sec .container{ max-width: 100%; padding: 0 3rem; }
/*.video_sec::before{content: ''; position: absolute; height: 100%; width: 50%; background: var(--bg_color); left: 0; top: 0;}*/
/*.video_txt{position: relative; padding-right: 5rem; z-index: 2;}*/
/*.video_box{position: relative; padding: 7rem 0;}*/
.video_txt p{text-align: justify; text-justify: inter-word; line-height: 1.8; padding-top: 2.5rem !important; }


.video_sec .map{ margin-left: 4rem; height: 100%; }
.video_sec .map iframe{ width: 100%; height: 30rem; }









/* feed_back_sec */
.feed_back_sec h2 span{ justify-content: center !important; }
.feed_back_box{position: relative; background-color: var(--white); padding: 3rem;  border-radius: 1rem;  margin-top: 3rem;  box-shadow: 0 0 1rem rgba(0, 0, 0, .14);}
.feed_back_box::after{content: ""; position: absolute; bottom: -1rem; width: 90%; height: 90%; z-index: -1;   border-radius: 1rem;  left: 0;  right: 0; margin: 0 auto; background-color: var(--white); box-shadow: 0 1rem 4.3rem 0 rgba(109, 125, 145, .14);}
.person_img img{width: 5rem !important; margin-right: 1rem;}
.person_sec{display: flex; align-items: center; border-top: .1rem dashed #ccc; padding-top: 1.5rem; margin-top: 1.5rem;}
.person_txt strong{text-transform: capitalize; color: var(--black); font-size: 1.8rem;}
.quit{background: var(--social_bg_color); width: 4rem; height: 4rem; border-radius: 100%; display: flex; align-items: center; justify-content: center; color: #6a7c92; opacity: .5; font-size: 2rem; position: absolute; right: 2rem; bottom: 2rem;}
.feed_bacl_lt{margin-right: 2rem;}
.feed_back_sec .owl-item{padding: 2rem 1rem;} 
.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";}

.feed_back_sec .owl-nav{ display: none; }
.feed_back_sec .owl-dots.disabled{ display: block; }
.feed_back_sec .owl-dots{ margin-top: 2rem; display: flex; align-items: center; justify-content: center; gap: 0 1rem; }
.feed_back_sec .owl-dots .owl-dot { background: var(--brand); width: 1rem; height: 1rem; border-radius: 100%;  }
.feed_back_sec .owl-dots .owl-dot.active{background: #f68712; width: 2rem; height: 2rem; }

.person_sec .person_img img{ width: 9rem !important; border-radius: .5rem; }


















/* gallery_sec */
.gallery_sec .container{max-width: 100%;}
.gallery_sec .portfolio_box img{height: 25rem; object-fit: cover; border-radius: .5rem;}
.gallery_sec .owl-nav , .gallery_sec .owl-dots{display: none;}




/* footer_sec */
.footer_sec{position: relative; background: var(--black);}
.footer_top{padding: 0 0 3rem 0;}
.footer_top .collum:nth-child(2) .ft_txt{padding-left: 16rem;}
.footer_top .collum:nth-child(3) .ft_txt{padding-left: 8rem;}
.ft_img{color: var(--white); font-size: 3rem; text-transform: uppercase; padding-bottom: 1.5rem; display: inline-block;}
.email_box{position: relative; width: 25%; margin: 0 auto;}
.email_box.input_fld{margin-bottom: 0;}
.email_box .as_btn{position: absolute; top: 0; right: 0; margin-top: 0; height: 5rem; line-height: 5rem; border: .1rem solid var(--white); border-radius: .8rem; padding: 0 2rem;}
.email_box .as_btn i{padding-right: 0; font-size: 2rem;}
.ft_txt{padding-top: 3rem;}
.footer_middle h4{color: var(--white); padding-bottom: 1.5rem;}
.footer_middle{position: relative; padding: 1.5rem 0 2.5rem 0;}
.footer_middle::before{position: absolute; top: 0; left: 0; height: .2rem; width: 100%; background-image: linear-gradient(90deg, rgba(53, 53, 53, 0) 0%, rgba(53, 53, 53, 0.8) 48.96%, rgba(53, 53, 53, 0) 100%); content: "";}
.ft_txt .contact_icon{ margin-top: 3rem; }
.ft_txt .contact_icon li{display: inline-block; margin-right: 2rem;}
.ft_txt .contact_icon li span{letter-spacing: .1rem; font-size: 1.8rem;}
.ft_txt .contact_icon li:last-child{margin-right: 0;}
.ft_txt .contact_icon li a{color: var(--white); text-transform: capitalize;}
.ft_txt .contact_icon li i{margin-right: 1.5rem; display: inline-flex; height: 3.5rem; width: 3.5rem; align-items: center; justify-content: center; border-radius: 100%; background: var(--white); font-size: 1.8rem; box-shadow: 0 0 #0000, 0 0 #0000, 0 0 0 .3rem #fff6; transition-property: all; transition-duration: 300ms; transition-timing-function: cubic-bezier(0.4, 0, 1, 1); color: var(--brand);}
.contact_icon li:hover i{background: var(--brand); color: var(--white); box-shadow: 0 0 #0000, 0 0 #0000, 0 0 0 7px #E8604C4d;}
.ft_txt strong{width: 100%; display: inline-block; font-size: 2.5rem; color: var(--white); text-transform: capitalize; letter-spacing: .1rem; padding-bottom: 2.5rem; font-family: "Teko", sans-serif;}
.ft_info li{position: relative; padding-left: 4rem; margin: 2.5rem 0 0 0; color: rgba(255, 255, 255, 0.7);}
.ft_info li .e_call{ display: flex; flex-direction: column; }


.ft_info li:first-child{margin-top: 0;}
.ft_info li a, .ft_menu li a{color: rgba(255, 255, 255, 0.7);}
.ft_info li a:hover, .ft_menu li a:hover{color: var(--white);}
/* .ft_info li i{position: absolute; left: 0; top: .6rem; color: var(--white); width: 3rem;} */
.ft_menu li{position: relative; padding-left: 2.5rem; margin-bottom: 1.5rem; text-transform: capitalize; font-size: 1.7rem;}
.ft_menu li:last-child{margin-bottom: 0;}
.ft_menu li::before{position: absolute; content: '';  width: .8rem; height: .8rem; left: 0; top: .8rem; background: var(--brand); border-radius: 100%;}
.ft_txt p{color: rgba(255, 255, 255, 0.7);}
.footer_bootom{padding: 1.5rem 0; position: relative; }
.footer_bootom::before{position: absolute; top: 0; left: 0; height: .2rem; width: 100%; background-image: linear-gradient(90deg, rgba(53, 53, 53, 0) 0%, rgba(53, 53, 53, 0.8) 48.96%, rgba(53, 53, 53, 0) 100%); content: "";}
.footer_bootom .d-flex{justify-content: space-between;}
.footer_bootom p{color: var(--white); text-transform: capitalize;}
.footer_bootom a img{width: 10rem; vertical-align: bottom;}
.footer_shape{position: absolute; left: 0; bottom: 0; opacity: 0.5;}
.footer_shape2{position: absolute; right: 0; top: 0;}
.ft_img img{width: 20rem;}
.ft_info li em{width: 3rem; height: 3rem; background: var(--brand); border-radius: 100%; display: flex; align-items: center; justify-content: center; position: absolute; left: 0; top: 0; font-size: 1.5rem;}

.footer_bootom p img{ width:2.5rem; }
.footer_bootom p a{ color:#0073A0;}


/* portfolio_page */
.portfolio_box{position: relative; margin-top: 2rem; overflow: hidden; border-radius: .5rem;}
/* .portfolio_box img{height: 29rem; object-fit: cover; border-radius: .8rem;}
.portfolio_img img{height: 60rem !important; object-fit: cover;} */
.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;}


/* about_page */
.inner_banner .banner_box{padding: 18rem 0 5rem 0;}
.inner_banner_txt{background: rgba(255, 255, 255, .1); backdrop-filter: blur(10px) saturate(80%); padding: 1rem 3rem; border-radius: .5rem; max-width: 25rem; text-align: center;}
.inner_banner_txt h1{color: var(--white);}
.ah_sub_heading{font-size: 2.2rem; line-height: 2.8rem; color: var(--black); margin-top: 2rem; font-weight: 400;}
.call_ab{color: var(--black); font-size: 1.8rem; font-weight: 600;}
.stroy_content{position: relative; z-index: 1;}
.stroy_lt_content{margin-top: 3rem;}
.stroy_rt_rt{border-radius: .5rem; overflow: hidden; height:100%;}
.stroy_rt{border-radius: .5rem; overflow: hidden;}

/* 28-05-2025 about*/
.inner_ab_sec .inner_ab_lt h6{ font-weight: 700; }
.inner_ab_sec .inner_ab_rt{ margin-right: 4rem; height: 100%; }
.inner_ab_sec .inner_ab_rt img{ height: 100%; object-fit: cover; }
.inner_ab_sec .inner_ab_lt .vision{z-index: 1; position: relative; background: var(--white); padding: 2.5rem; border-radius: .5rem; box-shadow: rgba(0, 0, 0, .3) 0 0 1rem; }
.inner_ab_sec .inner_ab_lt .vision img{ width: 9rem; }
.inner_ab_sec .inner_ab_lt .vision h2 { font-size: 3rem; font-weight: 800; padding: 2rem 0 .5rem 0; }
.inner_ab_sec .inner_ab_lt .mission{ margin-top: 3rem; }
.inner_ab_sec .inner_ab_lt .vision .bg_img{ position: absolute; top: 0; right: 0; z-index: -1; }
.inner_ab_sec .inner_ab_lt .vision .bg_img img{ width: 20rem; opacity: .05; }



/* inr_ab_cta */
.inr_ab_cta{ overflow: hidden; }
.inr_ab_cta .container{ max-width: 100%; padding: 0 0; }
.inr_ab_cta .cta_rt { background: #000; position: relative; padding: 10rem; z-index: 1; }
.inr_ab_cta .cta_rt::before{ opacity:.25; z-index: -1; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../images/ab_cta_bg_1.jpg) no-repeat center center/cover; }
.inr_ab_cta .cta_rt h5{ color: var(--white); font-weight: 800; font-size: 1.4rem; padding-bottom: .5rem; }
.inr_ab_cta .cta_rt h2{ font-size: 5rem; line-height: 1.2; }
.inr_ab_cta .cta_rt p{ font-size: 1.6rem; color: var(--white); padding-top: 1rem; padding-bottom: 3rem; }

/* inr_ab_map */
.inr_ab_map .container{ max-width: 100%; padding: 0; }
.inr_ab_map .map iframe{ width: 100%; }





/* counter_sec */
.counter_box{width: 100%; text-align: center;}
.counter_box strong{color: var(--heading_color); font-weight: 800; font-size: 5rem; line-height: 6rem;}
.counter_box span{text-transform: capitalize; font-size: 2.5rem; display: block; padding-top: .5rem; color: var(--black); font-weight: 500; line-height: 3rem; font-family: "Teko", sans-serif;}
.counter_box{margin-top: 3rem;}
.counter_box sup{color: var(--black); font-weight: 700; top: -2.5rem; font-size: 2.5rem;}
.count_lt{margin-right: 2rem; position: relative;}
.counter_sec{position: relative; background-attachment: fixed !important; margin-top: 4rem;}
.count_lt h2{color: var(--white);}
.count_lt p{color: rgba(255, 255, 255, 0.6);}
.of_shape{width: 22rem; height: 22rem; border-radius: 100%; display: flex; justify-content: center; text-align: center; align-items: center; margin-top: 1rem;}
.of_shape h4 span{width: 100%; display: inline-block; font-size: 5rem; line-height: 6rem; color: var(--white);}
.of_shape h4{font-size: 1.7rem; line-height: 2.7rem; color: var(--white);}
.counter_sec .coll:last-child .counter_box{border-right-color: transparent;}
.counter_sec .coll:nth-child(2) .counter_box{border-right-color: transparent;}


/* room_page */
.r_amiti_img img{width: 2.5rem; margin-right: .5rem;}
.r_amiti_txt{color: var(--black); text-transform: capitalize;}
.r_amitin_list li { margin: 1rem 1rem 0 0; display: inline-block;}
.r_amitin_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;}

/* contact_page */
.contact_rt ul li{ gap:0 2rem; margin: 4rem 0;  }
.contact_rt ul li em i{ color: var(--heading_color); font-size: 2rem;  }
.contact_rt ul li em{display: block; padding-bottom: .5rem; font-size: 2.5rem;}
.contact_rt ul li:last-child{border-right-color: transparent; padding-right: 0;}
.contact_rt ul li:first-child{padding-left: 0;}
.contact_rt{margin-left: 4rem; margin-top: 3rem;}
.contact_rt ul li b{display: block; text-transform: uppercase; color: var(--heading_color); letter-spacing: .2rem; font-size: 1.4rem; padding-top: .5rem;}
.contact_rt ul li a{color: var(--black);}
.contact_frm_rt{margin-left: 2rem; border-radius: .5rem; overflow: hidden;}
.contact_frm_rt iframe{width: 100%; height: 41rem;}
.contact_frm_lt{ margin-top: 3rem; background: var(--white); box-shadow: 0 1rem 4.3rem 0 rgba(0, 0, 0, .2); padding: 5rem 2rem; position: relative; border-radius: .5rem;}
.contact_frm_lt::after{content: ""; position: absolute; bottom: -1rem; width: 90%; height: 90%; z-index: -1; border-radius: 1rem; left: 0;  right: 0; margin: 0 auto; background-color: var(--white); box-shadow: 0 1rem 4.3rem 0 rgba(109, 125, 145, .14);}
.contact_rt ul li a{ font-size: 2rem; font-weight: 600; }
.contact_rt ul li a:hover{ color: var(--heading_color); }
.contact_rt ul li .add_txt{ font-size: 2rem; font-weight: 600; }
.contact_frm_lt h4{ font-weight: 800; padding-bottom: 3rem; }
.contact_rt ul li.check_top{ border: .1rem solid rgba(0, 0, 0, .1); padding: 2rem; border-radius: .5rem; margin-bottom: 0; margin-top: 4rem; }
.contact_rt ul li.check_top .check{ font-size: 1.8rem; font-weight: 600;  }
.contact_rt ul li.check_top .check strong{ font-weight: 900; font-size: 2rem; padding-left: 1rem; }


/* faq_sec */
.faq_heading{font-size: 2.2rem; text-transform: capitalize; color: var(--black); font-weight: 800; line-height: 2.8rem;  margin-right: 5rem;}
.faq_number{font-size: 2rem; color: var(--heading_color); 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(--heading_color); 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;}




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



/* ============== inner_return policy_css ==================================================== */
.inner_return_sec .return_box .return_item h2 { color: var(--black); padding-bottom: 1.5rem; }
.inner_return_sec .return_box .return_item ul li { position: relative; font-size: 1.6rem; font-weight: 400; color: var(--black); padding-left: 3rem; margin-bottom: 1rem; }
.inner_return_sec .return_box .return_item ul li::before { content: "\f762"; position: absolute; left: 0; top: 0; font-family: "Font Awesome 6 Pro"; font-weight: 400; color: var(--button_bg); }


/* ============== inner_refund_policy _css ==================================================== */
.inner_refund_sec .inner_heading { margin-bottom: 2.5rem; }
.inner_refund_sec .refund_box .refund_item { margin-top: 2rem; }
.inner_refund_sec .refund_box .refund_item h3 { font-size: 2.5rem; color: var(--black); line-height: 1.4; }
.inner_refund_sec .refund_box .refund_item ul li { position: relative; font-size: 1.6rem; font-weight: 400; color: var(--black); padding-left: 3rem; margin-bottom: 1rem; }
.inner_refund_sec .refund_box .refund_item ul li::before { content: "\f762"; position: absolute; left: 0; top: 0; font-family: "Font Awesome 6 Pro"; font-weight: 400; color: var(--button_bg); }


/* ============== inner_terms and condition_css ==================================================== */
.inner_terms_sec .terms_box .terms_item { margin-top: 2rem; }
.inner_terms_sec .terms_box .terms_item h2 { font-size: 3rem; color: var(--black); line-height: 1.4; }
.inner_terms_sec .terms_box .terms_item p { font-size: 1.6rem; color: var(--body_txt_color); line-height: 1.5; }


/* ============== inner_privacy_policy _css ==================================================== */
.inner_Privacy_sec .inner_heading { margin-bottom: 2.5rem; }
.inner_Privacy_sec .privacy_box .privacy_item { margin-top: 2rem; }
.inner_Privacy_sec .privacy_box .privacy_item h2 { font-size: 2.5rem; color: var(--black); line-height: 1.4; }
.inner_Privacy_sec .privacy_box .privacy_item em { font-size: 1.6rem; color: var(--body_txt_color); line-height: 1.5; padding-bottom: 2rem; display: block; }
.inner_Privacy_sec .privacy_box .privacy_item ul li { position: relative; font-size: 1.6rem; font-weight: 400; color: var(--black); padding-left: 3rem; margin-bottom: 1rem; }
.inner_Privacy_sec .privacy_box .privacy_item ul li::before { content: "\f762"; position: absolute; left: 0; top: 0; font-family: "Font Awesome 6 Pro"; font-weight: 400; color: var(--button_bg); }









@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: 1600px){
    .menu_sec {padding: 0 0 0 31rem;}
    .menu_sec2 {padding: 0 23rem 0 0;}
	.inr_ab_cta .cta_rt h2 { font-size: 4.5rem; }
}
@media only screen and (max-width: 1500px){
    .menu_sec {padding: 0 0 0 26rem;}
    .menu_sec2 {padding: 0 20rem 0 0;}


    /*========================================= 28-05-2025 =========*/
    .inr_ab_cta .cta_rt{ padding: 10rem 5rem; }
}
@media only screen and (max-width: 1400px){
    .banner_box {padding: 28rem 0;}
    .menu_sec li a {padding: 3rem 1.5rem 3rem 0;}
    .menu_sec {padding: 0 0 0 24rem;}
    .menu_sec2 {padding: 0 19rem 0 0;}

    /* contact_page */
    .contact_rt {margin-left: 6rem;}
    

    /*=============================================== 28-05-2025 ===========*/
    .amenities_sec .container{ max-width: 100%; padding: 0 1.5rem; }
    .amenities_sec .amenities_tx { gap: 0 1rem; }
    .amenities_sec .amenities_tx h3{ font-size: 2rem; }
    .stroy_rt_rt img{ height: 100%; object-fit: cover; }
}

@media only screen and (max-width: 1250px){
    .menu_sec {padding: 0 0 0 23.5rem;}
    .menu_sec2 {padding: 0 18.5rem 0 0;}
    .header_sec .container {padding: 0 1.5rem;}

    /*=========================================== 28-05-2025 =================*/
    .video_sec .map iframe{ height: 100%; }
    .email_box{ width: 50%; }
    .inr_ab_cta .cta_rt h2 { font-size: 4rem; }





}

@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-brand { position: inherit; left: inherit; top: inherit; transform: inherit;}
    .header_sec{padding: 1.5rem 0;}
    .heder_lt_btn {left: inherit; right: 25rem; top: 1.1rem;}
    .heder_rt_btn {right: 5rem; top: .7rem;}
    .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);}
    .menu_sec, .menu_sec2 {padding: 0;}
    .menu_sec li a { padding: 1.5rem; display: block; border-bottom: .1rem dashed #ccc;}
    .banner_frm_content {padding: 1.5rem 1.5rem .5rem 1.5rem;}
    .ab_txt ul li{font-size: 1.4rem;}
    .ptb { padding: 6rem 0;}
    .inner_ptb{padding: 3rem 0 6rem;}
    .footer_top .collum:nth-child(2) .ft_txt {padding-left: 11rem;}

    /* contact_page */
    .contact_rt {margin-left: 0;}
    .contact_rt ul{display: flex; flex-wrap: wrap; margin: 0 -1rem;}
    .contact_rt ul li{margin-top: 2rem; width: 33.333%; padding: 0 1rem;}
    .contact_frm_lt{margin-top: 3rem;}
    .contact_frm_rt{margin: 3rem 0 0 0;}



    /*======================================== 28-05-2025 ===========*/

    .ab_img, .ab_img img { height: 100%; }
    .amenities_tx img {width: 4rem; }
    .amenities_sec .amenities_tx h3 { font-size: 1.6rem; padding-bottom: 0; }
    .video_txt h2{ font-size: 3rem; }
    .footer_top .collum:nth-child(3) .ft_txt{ padding-left: 0; }
    .inr_ab_cta .cta_rt { padding: 10rem 2rem; }
    .contact_rt ul li{ width: 48%; }
    .contact_rt ul li.check_top{ margin: initial; height: 7rem; }
    .contact_rt ul li:first-child{ padding: 0 1rem; }
    .contact_frm_sec.ptb{ padding-bottom: 2rem; }
    .video_sec.ptb{ padding-bottom: 0; }
	
	.room_sec h2{width:65rem;}
	.stroy_content .stroy_lt h3{ font-size:3rem;}


}

@media only screen and (max-width: 991px){
    .ptb { padding: 5rem 0;} 
    .inner_ptb{padding: 4rem 0 5rem;}
    .ab_sec .main_row{flex-direction: column-reverse;} 
    .ab_img {padding: 2rem 0 0 0;}
    .mtt{margin-top: 0;}
    .banner_frm {margin-top: 3rem;}
    .ban_frm_box {width: 50%;}
    .ban_frm_box:last-child{width: 100%;}
    .ban_frm_box .as_btn {margin-top: 1.5rem;}
    .banner_frm_content {background: var(--white); box-shadow: 0 2rem 8rem rgba(0,0,0,.1);}
    .banner_frm_content .input_fld input[type="date"]{border: .1rem solid #ced4da;}
    .frm_label_txt{color: var(--black);}
    .banner_box {padding: 20rem 0;}
    .video_txt {padding-right: 0;}
    .video_sec {background: transparent;}
    .video_sec::before {width: 100%;}
    .gallery_sec .portfolio_box img {height: 18rem;}
    .footer_top .collum:nth-child(2) .ft_txt {padding-left: 0;}

    /* about_page */
    .inner_ab_rt{margin-top: 2rem;}
    .stroy_rt{margin-top: 3rem;}
    .inner_banner .banner_box {padding: 15rem 0 3rem 0;}
    .stroy_lt_lt{margin-top: 2rem;}

    /* contact_page */
    .contact_frm_lt{margin-top: 2rem;}

    /* =================================================== 28-05-2025 =================== */
    .video_sec .container{ padding: 0 1.5rem; }
    .video_sec .map { margin-left: 0; margin-top: 3rem; }
    .video_sec .map iframe{ height: 30rem; }
    .email_box{ width: 70%; }
    .inner_ab_sec .inner_ab_rt { margin-right: 0; margin-bottom: 3rem; }
    .counter_sec{ margin-top: 1rem; }
    .stroy_rt img{ height: 45rem; object-fit: cover; }
    .contact_rt ul li.check_top{ width: 100%; justify-content: space-between; }
    .contact_rt ul li:nth-child(5){ width: 100%; }
    .inner_ab_sec .inner_ab_rt img { height: 45rem; }
	.room_sec h2{width:50rem;}




    
}

@media only screen and (max-width: 767px){
    
    .container{max-width: 100%; padding: 0 1.5rem;}
    .ptb { padding: 4rem 0;}
    .inner_ptb{padding: 4rem 0 4rem;}
    .nav_top .navbar-brand img {width: 15rem;}
    .heder_rt_btn .as_btn {padding: 0; width: 4rem; height: 4rem; border-radius: 100%; display: flex; align-items: center; justify-content: center;}
    .heder_rt_btn .as_btn  span{display: none;}
    .heder_rt_btn .as_btn i {padding-right: 0;}
    .heder_lt_btn {right: 11rem; top: .6rem;}
    .header_sec {padding: 1rem 0;}
    .heder_rt_btn {right: 4.5rem; top: .6rem;}
    .banner_box {padding: 15rem 0;}
    .footer_top .collum:nth-child(3) .ft_txt {padding-left: 5rem;}
    .contact_icon li span{display: none;}
    .footer_middle .contact_icon li i {margin-right: 0;}
    .ft_txt strong {padding-bottom: 1.5rem;}
    .all_btn {position: inherit; right: inherit; top: inherit;}
    .all_btn{width: 100%; margin-top: 3rem;}
    .all_btn .as_btn{width: 100%;}
    h1, h2 {font-size: 3rem; line-height: 3.5rem;}

    /* contact_page */
    .contact_rt ul li {width: 50%;}
    .contact_rt ul li:last-child{width: 100%;}
    .contact_frm_rt {margin: 4rem 0 0 0;}
    .contact_frm_rt iframe {height: 30rem;}
    .contact_frm_lt {margin-top: 1rem;}
    .stroy_rt_rt img{ height: 20rem; }




    /* ============================================ 28-05-2025 =============== */
    .contact_rt ul li{ width: 100%; margin: 2rem 0; }
    
}


@media only screen and (max-width: 575px){
.heder_lt_btn .top_ph_txt{display: none;}
.heder_lt_btn .top_ph_icon {margin-right: 0;}
.nav_top .navbar-brand img {width: 12rem;}
.heder_lt_btn {right: 9.5rem; top: 0;}
.heder_rt_btn{top: 0;}
.banner_box {padding: 10rem 0;}
h1, h2 {font-size: 2.5rem; line-height: 3rem;}
.ab_txt ul li {width: 100%; float: none;}
.amenities_box {margin-top: 2rem;}
.gallery_sec .portfolio_box img {height: 10rem;}
.portfolio_link {width: 3rem; height: 3rem; font-size: 2rem;}
.footer_top .collum:nth-child(3) .ft_txt {padding-left: 0;}
.footer_bootom .d-flex{flex-direction: column;}
.footer_bootom p{text-align: center;}
.ft_btn_txt{padding-bottom: .5rem;}
.inner_ptb{padding: 2rem 0 4rem;}

/* about_page */
/*.inner_banner_txt {max-width: 17rem;}*/
.inner_banner .banner_box {padding: 12rem 0 2rem 0;}
.counter_box {border-right-color: transparent;}
.counter_box span {font-size: 2rem; padding-top: .2rem;}
.counter_box strong {font-size: 4rem; line-height: 4.5rem;}
.ah_sub_heading {margin-top: 1.5rem;}

/* contact_page */
.contact_rt ul li {width: 100%; border-right-color: transparent;}
.contact_frm_rt iframe {height: 20rem;}

/*-----------------------------------------------------------------------------------------11-6-24-----------------------------------------------*/
.error_page_info strong {font-size: 16rem; line-height: 16rem;}



/*================================================== 28-05-2025 =================*/
.room_sec .portfolio_box img{ height: auto; }
.room_box{ margin-top: 2rem; }
.amenities_tx{ padding: 1rem 0rem 1rem 1rem; }
.video_txt h2{ font-size: 2.5rem; }
.video_txt a{ width: 100%; }
.person_txt strong{ font-size: 1.6rem; }
.bold_icon::before, .liner_icon::before{ font-size: 1.2rem; }
.email_box { width: 90%; }
.inner_ab_sec .inner_ab_rt img { height: auto; }
.inner_ab_sec .inner_ab_rt{ margin-top: 0; margin-bottom: 2rem; }
.counter_box{ margin-top: 2rem}
.inr_ab_cta .cta_rt { padding: 4rem 1.5rem; }
.inr_ab_cta .cta_rt h2 { font-size: 3rem; }
.inr_ab_cta .cta_rt p{ padding-bottom: 0; }
.stroy_rt img{ height: auto; }
.feed_back_sec{padding-top:4rem ;}
.contact_rt ul li .add_txt,.contact_rt ul li a { font-size: 1.8rem }
.contact_rt ul li{ margin:1rem 0 ; }
.contact_rt ul li.check_top{ gap:  1rem 0;}
.contact_rt ul li.check_top .check, .contact_rt ul li.check_top .check strong{ font-size: 1.3rem;  }
.contact_rt ul li.check_top{ padding: 2rem 1rem; height: 5.5rem; }
.gallery_sec .portfolio_box img { height: 25rem;}
.faq_heading{ margin-right: 1rem; font-size: 1.8rem; }




    
}

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

}