@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 'Roboto', 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: "Noto Serif", 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: "Noto Serif", serif; */
/* font-family: "Roboto", sans-serif; */

:root{
    --black: #000;
    --brand: #f89500;
    --body_txt_color: #212121;
    --white: #fff;
    --ft_bg: #181818;
    --red: #da3c3c;
   }


/*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;}
.as_btn{position: relative; display: inline-block; font-weight: 500; font-size: 1.4rem; color: var(--white); text-transform: uppercase; border-radius: 3rem; padding: 0 3rem; background-color: var(--brand); -webkit-transition: all 0.5s linear; transition: all 0.5s linear; overflow: hidden; z-index: 1; height: 5rem; line-height: 5rem; margin-top: 2.5rem; letter-spacing: .2rem; text-align: center;}
.as_btn::after{position: absolute;  top: 0;  left: 0;  bottom: 0;  right: 0;  border-radius: 3rem; background: var(--red); content: ""; transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px); transform-origin: bottom center; transition: transform 0.4s linear, transform 0.4s linear; z-index: -1;}
.as_btn:hover{color: var(--white);}
.as_btn:hover::after{transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);  transition: transform 0.4s linear, transform 0.4s linear;}
.book_btn{display: inline-block; background: var(--brand); color: var(--white); text-transform: uppercase; font-size: 1.4rem; letter-spacing: .3rem; padding: 0 3rem; height: 4.5rem; line-height: 4.5rem; font-weight: 500;}
.book_btn:hover{color: var(--white);}
.mtt{margin-top: 7rem;}
.ptb{padding: 7rem 0;}
.inner_ptb{padding: 4rem 0 7rem;}
.sub_hedeing{display: inline-block; font-size: 1.4rem; line-height: 1.4rem; color: var(--red); letter-spacing: .3rem; text-transform: uppercase; position: relative; font-weight: 600;}
.sub_hedeing::before{content: ""; position: absolute; left: 0; width: calc(100% + .6rem); background: linear-gradient(90deg, var(--red) 0,transparent 100%); width: 100%; bottom: -.1rem; height: .8rem; opacity: .2; z-index: 1;}
h1,h2{text-transform: capitalize; color: var(--black); font-size: 3rem; line-height: 3.5rem;}
h1 em,h2 em{display: block; padding-top: .5rem;}
h5{text-transform: capitalize; color: var(--black); font-size: 1.8rem; line-height: 2.2rem;}
h4{text-transform: capitalize; color: var(--black); font-size: 2.2rem; line-height: 2.8rem;}


/*header*/
.header_sec{ width: 100%;}
.header_sec .container{max-width: 100%; padding: 0 3rem;}
.nav_top{border: none; min-height: auto; box-shadow: none; border-radius: 0;}
.wecome_txt{color: var(--white); text-transform: capitalize; letter-spacing: .5rem; font-size: 1.4rem;}
.nav_top .navbar-brand img{width: 8rem;}
.menu_sec li{ position: relative; text-transform: capitalize; font-weight: 500;}
.menu_sec li a{color: var(--black); display: inline-block; padding: 0 3rem 0 0;}
.menu_sec li.active a, .menu_sec li a:hover{color: var(--brand);}
.heder_top{background: var(--red); position: relative;}
.heder_top .container{padding: 0 0 0 3rem;}
.heder_top .d-flex{align-items: center; justify-content: space-between;}
.top_lt li{display: inline-block; font-size: 1.4rem;}
.top_lt li a{color: var(--white); display: inline-block; padding: 1rem 1.5rem 1rem 0;}
.top_lt li a i{color: var(--white); border-right: .1rem solid var(--white); padding-right: .8rem; margin-right: .5rem;}
.heder_menu{padding: 1rem 0;}
.heder_rt{position: absolute; right: 0; top: 1.7rem;}
.socil_icons li{display: inline-block;}
.socil_icons li a{width: 4.5rem; height: 4.5rem; border: .1rem solid #E7EDF3; display: flex; align-items: center; justify-content: center; margin-right: .5rem; border-radius: 100%; color: var(--black);}
.socil_icons li:last-child a{margin-right: 0;}
.socil_icons li a:hover{background: var(--red); color: var(--white); border-color: var(--red);}
.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 img {width: 6rem;}
.header_sec.fixed .heder_rt {top: .3rem;}
.menu_sec li a{ font-size: 2rem; }

   
/*banner*/  
.bannersec{ width: 100%;}
.banner_box{padding: 30rem 0;}


/* .banner_frm_sec */
.banner_frm{margin-top: -20rem; position: relative;}
.banner_frm_content{background-color: #1222237D; padding: 2.5rem 2.5rem 1rem 2.5rem;  position: relative; z-index: 2; border-radius: .5rem; max-width: 104rem; margin: 0 auto; 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;}
.bannersec .carousel-control-next, .bannersec .carousel-control-prev{top: 50%; bottom: inherit; opacity: 1; width: 5rem; height: 5rem; display: flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, 0.3); border-radius: 100%; color: var(--white); text-align: center;}
.bannersec .carousel-control-next::before, .bannersec .carousel-control-prev::before{font-family: "Font Awesome 6 Pro"; content: "\f104"; font-size: 2.5rem;}
.bannersec .carousel-control-next::before{content: "\f105";}
.bannersec .carousel-control-prev-icon, .bannersec .carousel-control-next-icon{background: transparent; width: auto; height: auto;}
.bannersec .carousel-control-next{right: 3rem;}
.bannersec .carousel-control-prev{left: 3rem;}

/* facilities_sec */
.faciti_contn{position: relative;}
.facilities_btn{position: absolute; right: 0; top: 0;}
.facilities_btn .as_btn{margin-top: 0;}
.facilities_icon img{width: 5rem; margin-right: 2rem;}
.facilities_box{display: flex; align-items: center; margin-top: 2rem; border: .2rem solid #f8f5f0; padding: 2rem; border-radius: .5rem; position: relative;} 
.facilities_box::before { content: ""; position: absolute; top: 0; left: 50%; width: 9.5rem; height: 1.1rem; background-color: #f8f5f0; transform: translateX(-50%);}


/* about_sec */
.about_sec .container{max-width: 100%; padding: 0;}
.ab_lt{background: url(../images/bg_img_1.png)no-repeat center center/cover var(--brand); padding: 8.6rem 3rem; position: relative; height: 42.3rem; display: flex; align-items: start; justify-content: start; flex-direction: column;}
.ab_box .as_btn, .offer_txt .as_btn, .inner_ab_room_box .as_btn{background: var(--white); color: var(--brand);}
.ab_box .as_btn:hover, .offer_txt .as_btn:hover, .inner_ab_room_box .as_btn:hover{color: var(--white);}
.other_sub_hedeing{color: var(--white);}
.other_sub_hedeing::before{background: linear-gradient(90deg, var(--white) 0,transparent 100%);}
.ab_box img{height: 42.3rem; object-fit: cover;}
.ab_box{position: relative;}
.ab_txt{background: url(../images/bg_img_1.png)no-repeat center center/cover rgba(248,149,0,0.9); padding: 3rem; position: absolute; left: 0; bottom: 0; max-width: 50rem; border-radius: 0 .5rem 0 0;}
.ab_txt p{color: #ccc;}

/* room_sec */
.room_box{margin-top: 3rem; position: relative;}
.room_img img{border-radius: .5rem;}
.rrom_txt{background: var(--white); padding: 2.4rem 2rem; -webkit-transition: all 0.4s ease 0.4s; -khtml-transition: all 0.4s ease 0.4s; -moz-transition: all 0.4s ease 0.4s; -ms-transition: all 0.4s ease 0.4s;  -o-transition: all 0.4s ease 0.4s; transition: all 0.4s ease 0.4s; border-radius: .5rem; box-shadow: 0 0 2rem rgba(0,0,0,.05); margin: -5rem 2rem 0 2rem; position: relative; z-index: 2;}
.rrom_txt h5 a{color: var(--black);}
.room_list li{display: inline-block; font-size: 1.4rem; border-right: .1rem solid #ccc; padding: 0 .8rem;}
.room_list li i{padding-right: .2rem; color: var(--red);}
.room_list li:last-child{padding-right: 0; border-right-color: transparent;}
.room_list li:first-child{padding-left: 0;}
.rom_txt_flex{justify-content: space-between; border-bottom: .1rem dashed #ccc; padding-bottom: .8rem; align-items: center;}
.rating li { display: inline-block; margin: .8rem .2rem 0 0 !important; padding: 0 !important;  border: none !important;}
/*.bold_icon::before, .liner_icon::before { font: normal 1.4rem/1 FontAwesome; content: "\f006";  color: #FFC107;}*/
.bold_icon::before {  content: "\f005"; font: normal 1.4rem/1 FontAwesome; color: #FFC107; }
.room_bottom_txt_flex{display: flex; align-items: center; justify-content: space-between;}
.other_as_btn{padding: 0; width: 4rem; height: 4rem; display: flex; align-items: center; justify-content: center; border-radius: 100%; background: var(--red);}
.other_as_btn i{transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg);}
.other_as_btn::after{background: var(--brand);}

.slider_btn .owl-nav{display: flex; align-items: center; justify-content: center; position: absolute; left: 1rem; top: 1rem; font-size: 0;}
.slider_btn .owl-prev ,.slider_btn .owl-next{background: var(--brand); 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.5rem;}
.slider_btn .owl-next::before{content: "\f105";}
.slider_btn .owl-next{margin-left: .5rem;}

/* offer_sec */
.offer_sec .container{max-width: 100%;}
.offer_txt{background: url(../images/bg_img_1.png)no-repeat center center/cover var(--brand);  padding: 6rem 9rem;  position: relative; height: 29.2rem;}
.offer_lt img{height: 29.2rem; object-fit: cover;}


/* feed_back_sec */
.feed_back_top_rt img{width: 5rem !important;}
.feed_back_top_lt{margin-right: 1.5rem;}
.feed_back_top{justify-content: space-between; align-items: center; border-bottom: .1rem dashed #ccc; padding-bottom: 1.5rem;}
.feed_back_box{position: relative; background-color: #F0F0F7; border-bottom: .3rem solid var(--red); padding: 2rem; margin-top: 3rem; border-radius: 1.5rem; }
.feed_back_sec .owl-nav{display: none;}
.feed_back_sec .owl-dots{display: flex; align-items: center; justify-content: center; margin-top: 3rem;}
.feed_back_sec .owl-dot{background: #ccc; width: 1rem; height: 1rem; border-radius: 100%; margin: 0 .5rem; -webkit-transition: all 0.5s linear; transition: all 0.5s linear;}
.feed_back_sec .owl-dot.active{width: 1.5rem; background: var(--brand); border-radius: .5rem;}

/* gallery_sec */
.gallery_sec .container{max-width: 100%; padding: 0 3rem;}
.main_gallery{margin-top: -2rem;}
.gallery_slide_img img{height: 50rem; object-fit: cover;}
.galley_mid_img img{height: 30.4rem; object-fit: cover;}
.other_galley_mid_img img{object-fit: cover; height: 17.6rem;}


/* portfolio_page */
.portfolio_box{position: relative; margin-top: 2rem; overflow: hidden;}
.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_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_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;}
.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;}
.portfolio_box:hover::before{opacity: 0.55; margin-right: 0;}
.portfolio_box:hover::after{opacity: 0.35; margin-right: 0;}
.our_portfolio{position: relative;}
.portfolio_box img{border-radius: .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; 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 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: 4rem;}
.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;}
.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;}
.input_fld select{background: url(../images/select_arrow.png)no-repeat right 1.5rem center; background-size: 1rem; height: 5rem; padding: 0 1.5rem 0 2.5rem; color: #999; border: .1rem solid #ced4da; height: 5rem; font-size: 1.5rem;  border-radius: 2rem; padding: 0 1.5rem; cursor: pointer; width: 100%;}
.input_fld .form-select.form-control:focus{border-color: var(--brand); outline: 0; box-shadow: none; } 


/* footer_sec */
.footer_sec{background: var(--black); position: relative; padding-top: 4rem; z-index: 1;}
.footer_sec::before{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../images/ft_bg_img.png)no-repeat center center/cover; content: ""; z-index: -1; opacity: .3;}
.ft_logo img{width: 10rem;}
.ft_ph_txt span{display: block; color: var(--brand); padding-bottom: .5rem; text-transform: uppercase; letter-spacing: .2rem; line-height: 1.4rem; font-size: 1.4rem;}
.ft_ph_txt a{color: var(--white); font-size: 1.8rem;}
.ft_content{position: relative; z-index: 2;}
.ft_ph_txt.ft_mail_txt{text-align: right;}
.ft_logo{display: block; text-align: center;}
.ft_txt{padding-bottom: 4rem;}
.ft_top{border-bottom: .1rem solid #3f3f3f;}
.ft_heading{font-size: 2.2rem; text-transform: capitalize; color: var(--white); line-height: 3rem; position: relative; display: inline-block; padding-bottom: .5rem; margin-bottom: 1.5rem;}
.ft_heading::before{position: absolute; right: -1rem; bottom: 0; width: 6rem; height: .2rem; background: linear-gradient(45deg, #ffa949, firebrick);; content: "";}
.ft_mid{padding-top: 3rem;}
.ft_txt p{color: #ccc;}
.ft_txt .socil_icons li a{color: var(--white); width: 3.5rem; height: 3.5rem; margin-right: 1.5rem;}
.ft_mid .clmm:nth-child(2) .ft_txt{text-align: center;}
.ft_bottom{background: #111; padding: 1.5rem 0; }
.ft_bottom .d-flex{align-items: center; justify-content: space-between;}
.ft_bottom p{color: #ccc;}
/*.ft_bottom p a{color: var(--white); border-bottom: .1rem solid var(--white);}*/
.ft_link_txt a img {width: 2.5rem;}

.footer_sec .bottom_footer_links ul{ gap: .5rem 2rem; flex-wrap: wrap; margin-bottom: 2rem; }
.footer_sec .bottom_footer_links ul li a{ color: #fff;}
.footer_sec .bottom_footer_links ul li a:hover{ color: var(--brand); }

/* about_page */
.inner_banner_txt{background: url(../images/bg_img_1.png)no-repeat center center/cover var(--brand); padding: 1.5rem 2rem; text-align: center; text-align: center; max-width: 25rem;  border-radius: 3.5rem;}
.inner_banner_txt h1{color: var(--white);}
.inner_banner .banner_box{padding: 25rem 0 5rem 0;}
.inner_ab_lt{margin-right: 2rem; border-radius: .5rem; overflow: hidden;}

.inner_ab_cont{margin-top: 3rem;}
.inner_ab_rt_rt{border-radius: .5rem; overflow: hidden;}
.txt_list li{margin-top: 1.5rem; position: relative; padding-left: 2rem;}
.txt_list li::before{position: absolute; left: 0; top: 0; font-family: "Font Awesome 6 Pro"; content: "\f058"; color: var(--red);}
.inner_ab_room_box{background: url(../images/bg_img_1.png)no-repeat center center/cover var(--brand); padding: .5rem 2rem 2rem 2rem; border-radius: .5rem;}
.rom_ab_heding a{color: var(--white);}
.inner_ab_room_iteam{border-bottom: .1rem dashed #ccc; padding-bottom: 1rem; margin-top: 1.5rem;}
.inner_ab_room_iteam:last-child{border-bottom: none; padding-bottom: 0;}
.inner_ab_room_sec {background-attachment: fixed !important;}

/* room_page */
.inner_room_list li{margin-top: 1rem;}
.inner_room_list li{padding: 0 1rem;}
.ammiti_list li{display: inline-block; margin: 1rem 1rem 0 0; text-transform: capitalize;}
.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;}
.inner_room_sec .rrom_txt p{text-align: justify;}


/* contact_page */
.contact_sec h4{max-width: 80rem; margin: 0 auto;}
.contact_sec h4 em{display: block;}
.con_lt, .con_rt{margin-top: 3rem;}
.con_lt{background: var(--white); padding: 2.4rem 2rem; border-radius: .5rem; box-shadow: 0 0 2rem rgba(0,0,0,.05); border-radius: .5rem;}
.con_lt h5{margin-bottom: 2rem;}
.con_rt{background: url(../images/bg_img_1.png)no-repeat center center/cover var(--red); position: relative; border-radius: .5rem; padding: 1.5rem;}
.contact_content{border: .1rem solid #ccc; padding: 3rem; border-radius: .3rem;}
.con_rt p{color: var(--white);}
.con_heding{margin-top: 2rem !important;}
.con_rt .socil_icons li a {margin: 1rem 1rem 0 0; color: var(--white);}
.con_rt .socil_icons li a:hover{background: var(--white); color: var(--black);}
.con_rt p a{color: var(--white);}
.map_sec iframe{width: 100%; height: 30rem;}

.inner_con_list li{margin-top: 1.5rem; position: relative; padding-left: 2.5rem;}
.inner_con_list a{color: var(--white);}
.inner_con_list em{color: #f1f1f1;}
.inner_con_icon{position: absolute; left: 0; top: .6rem;}
.inner_con_icon i{color: var(--white);}


/* gallery_page */
/*.inner_gallery .portfolio_box {margin-top: 3rem;}*/



/* 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: block; text-align: center;}
.error_page_info{display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; flex-direction: column; text-align: center;}





/*_______________________________________________________________________ home_resturrent_sec ________________________________________________________*/

.resturnt_sec{ position: relative; background: #083338; z-index: 1; }
.resturnt_sec::before{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .8); z-index: -1; }
.resturnt_sec .container{ max-width: 100%; padding: 0 1.5rem; }
.resturnt_sec .rest_box { margin-top: 3rem; }
.resturnt_sec .rest_box .text { background: var(--white); padding: 2rem;  }
.resturnt_sec .rest_box .text h3{ font-size: 2.2rem; color: var(--black); font-weight: 600; padding-bottom: 1.5rem; }
.resturnt_sec .rest_box .text p{ font-size: 1.6rem; color: var(--body_txt_color); line-height: 1.6; padding-bottom: 1.5rem; margin-bottom: 1.5rem; border-bottom: .1rem dashed rgba(0, 0, 0, .2); }
.resturnt_sec .rest_box .text a{ font-size: 2.2rem; color: var(--brand); border-bottom: .2rem solid var(--brand); }
.resturnt_sec .rest_box .text a i{ color: var(--brand); font-size: 1.8rem; padding-left: 1rem; margin-left: -3rem; opacity: 0; transition: all .5s ease;  }
.resturnt_sec .rest_box .text a:hover i{ margin-left: 0; opacity: 1; transform: rotate(-45deg);}
.resturnt_sec .owl-nav.disabled{display: flex; justify-content: center; gap:  0 1rem;}
.resturnt_sec .owl-nav{ margin-top: 3rem; font-size: 0; }
.resturnt_sec .owl-nav .owl-next, .resturnt_sec .owl-nav .owl-prev{ background: var(--brand); width: 4rem; height: 4rem; border-radius: 100%; display: flex; align-items: center; justify-content: center; }
.resturnt_sec .owl-nav .owl-next::after{ content: "\f061"; font-size: 1.6rem; color: var(--white); font-family: "Font Awesome 6 Pro"; }
.resturnt_sec .owl-nav .owl-prev::after{ content: "\f060"; font-size: 1.6rem; color: var(--white); font-family: "Font Awesome 6 Pro"; }



/*_______________________________________________________________________ home_map_faq_sec ________________________________________________________*/

.map_faq_sec .container{ max-width: 100%; padding: 0 5rem; }
.map_faq_sec .map_faq_main{ margin-top: 3rem; }
.map_faq_sec .map{ margin-right: 4rem; }
.map_faq_sec .map iframe{ width: 100%; height: 100%; }
.map_faq_sec .hom_faq .accordion .accordion-button{ font-size: 2rem; color: var(--black); font-weight: 500; letter-spacing: .05rem; box-shadow: none;  padding: 2rem 1.25rem 2rem 2rem; }
.map_faq_sec .accordion-button:not(.collapsed) { background-color: var(--brand); color: var(--white) !important; }
.map_faq_sec .accordion-body { padding: 2rem 1.25rem; }
.accordion-button:not(.collapsed)::after{ background-image: none;  content: "\f068"; font-family: "Font Awesome 6 Pro"; font-size: 1.4rem; color: var(--white);  padding: 0 2rem 0 0;}
.accordion-button::after{ background-image: none; width: initial; height: initial; content: "\2b"; font-family: "Font Awesome 6 Pro"; font-size: 1.4rem; color: var(--brand); padding-left: 2rem;}



/*_______________________________________________________________________ home_map_faq_sec ________________________________________________________*/

.call_to_act .container{ max-width: 100%; padding: 0 1.5rem; }
.call_to_act .cta_1_paddi{ padding: 0; }
.call_to_act .image img{ height: 60rem; }


.call_to_act .text_box{ background: #01619e; height: 60rem; padding: 8rem 7rem; }
.call_to_act .text_box h2{ font-size: 4rem; color: var(--white); line-height: 1.2; padding-bottom: 3rem; }
.call_to_act .text_box p { color: var(--white); font-size: 1.8rem; line-height: 1.6; } 
.call_to_act .text_box a{margin-top: 5rem; font-size: 2.5rem; font-weight: 500; height: 7.5rem; line-height: 7.5rem; border-radius: 30rem; padding-right: 0; }
.call_to_act .text_box a span{ display: inline-flex; background: var(--red); height: 7.5rem; width: 7.5rem; border-radius: 100%; justify-content: center; align-items: center; margin-left: 3rem; animation: 1200ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite; }

@-webkit-keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }

    10% {
        transform: rotateZ(-80deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }

    20% {
        transform: rotateZ(80deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }

    30% {
        transform: rotateZ(-80deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }

    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }

    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }

    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }

    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }

    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }

    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}




/* ============== 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(--brand); }


/* ============== 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(--brand); }


/* ============== 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(--brand); }










































































@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 (min-width: 1300px) and (max-width: 1699px) {
    .ab_txt {  padding: 2.5rem; max-width: 40rem;}
}

@media only screen and (max-width: 1299px) {
  .ab_txt {max-width: 34rem; padding: 2.5rem;}
}

@media only screen and (max-width: 1600px){
    .offer_txt {padding: 5rem 7rem;}
    .banner_box {padding: 21rem 0;}
    .banner_frm {margin-top: -15rem;}
    .mtt {margin-top: 2rem;}

    .call_to_act .text_box{ padding: 12rem 4rem 8rem 4rem; }
    .call_to_act .text_box h2 { font-size: 3.5rem; }
}
@media only screen and (max-width: 1399px){
    .inner_ab_lt img{ height: 100%; }
}
@media only screen and (max-width: 1300px){
    .menu_sec li a {padding: 0 2rem 0 0;}
    .menu_sec{padding-right: 5rem;}
    .ab_lt h2{font-size: 2.5rem; line-height: 3rem;}
    .ab_lt {padding: 5rem 3rem; height: 37.3rem;}
    .ab_box img {height: 37.3rem;}
    .offer_txt {padding: 3.5rem 7rem;}
        .call_to_act .text_box{ padding: 8rem 2rem 8rem 2rem; }

    
}
@media only screen and (max-width: 1199px){
  .top_lt ul li span{display: none;}
  .top_lt li:last-child a i {border-right-color: transparent; padding-right: 0; margin-right: 0;}  
  .top_lt li a {padding: 1rem .2rem 1rem 0;}
  /*.nav_top .navbar-brand img {width: 17rem;}*/
  .menu_sec li a {padding: 0 1.5rem 0 0;}
  .menu_sec {padding-right: 10rem;}
  .socil_icons li a {width: 3.5rem; height: 3.5rem;}
  .banner_box {padding: 19rem 0;}
  .bannersec .carousel-control-next, .bannersec .carousel-control-prev {top: 42%;}
  .ab_lt { padding: 5rem 3rem; height: auto;}
  .ab_box img {height: auto;}
  .ptb {padding: 6rem 0;}
  .inner_ptb{padding: 3rem 0 6rem;}
  .rrom_txt {margin: -5rem 1rem 0 1rem;}
  .offer_txt {padding: 3.5rem 5rem;}
  .gallery_slide_img img {height: 35rem;}
  .other_galley_mid_img img {height: 13.6rem;}
  .galley_mid_img img {height: 19.4rem;}
  .main_gallery {margin-top: -3rem;}

  /* about_page */
  .inner_banner .banner_box {padding: 20rem 0 5rem 0;}


  /* 03-06-2025 */
    .call_to_act .text_box{ height: 45rem; }
    .call_to_act .image img { height: 50rem; }
   
}

@media only screen and (max-width: 991px){
    
    .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;}
    .heder_rt {right: 5rem; top: 2.2rem;}
    .banner_frm{margin-top: 3rem;}
    .banner_frm_content {background-color: var(--white); box-shadow: 0 0 .7rem 0 #ccc;}
    .ban_frm_box{width: 50%;}
    .ban_frm_box:last-child{width: 100%;}
    .ban_frm_box .input_fld input[type="date"]{border: .1rem solid #ced4da;}
    .frm_label_txt {color: var(--black);}
    .mtt {margin-top: 0;}
    .ptb {padding: 5rem 0;}
    .inner_ptb{padding: 3rem 0 5rem;}
    .banner_box {padding: 15rem 0;}
    .header_sec.fixed .heder_rt {top: .8rem; }
    .nav_top .navbar-collapse.show{left: 0;}
    .nav_top .navbar-collapse{position: fixed; top: 0; left: -30.10rem; background: #fff; 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 {padding-right: 0;}
    .menu_sec li a {padding: 1.5rem; display: block; width: 100%; border-bottom: .1rem dashed #ccc;}
    .offer_txt {height: auto;}
    .gallery_slide_img img {height: auto;}
    .ft_ph_txt a {font-size: 2rem;}

    /* about_page */
    .inner_ab_sec .min_row{flex-direction: column-reverse;}
    .inner_ab_lt {margin: 3rem 0 0 0;}
    .call_to_act .text_box { height: 50rem; }
    .map_faq_sec .container{ padding: 0 1.5rem;  }
    .map_faq_sec .map{ margin-right: 0;  }
    .map_faq_sec .map iframe{ height: 35rem; }
    .map_faq_sec .hom_faq{ margin-top: 3rem; }
    
    .nav_top .navbar-brand img { width: 6rem; }
    .heder_rt { top: 1.2rem; }
    .facilities_btn { position: inherit; right: inherit; top: inherit; text-align: center;  margin-top: 3rem;}
    .map_faq_sec .map_faq_main { margin-top: 0; }
    .map_faq_sec .row{ flex-direction: column-reverse; }
    .map_faq_sec .hom_faq{ margin-bottom: 3rem; }
    .inner_ab_lt img { height: 40rem; object-fit: cover; }

}

@media only screen and (max-width: 767px){
    
    .container{max-width: 100%; padding: 0 1.5rem;}
    .ptb {padding: 4rem 0;}
    .inner_ptb{padding: 1rem 0 4rem;}
    .wecome_txt{display: none;}
    
    h1, h2 {font-size: 2.5rem; line-height: 3rem;}
    .offer_txt {padding: 3.5rem 3rem;}
    .gallery_sec .container {padding: 0 1.5rem;}
    .ft_bottom .d-flex{flex-direction: column;}
    .ft_bottom .ft_link_txt{padding-top: .5rem;}
    .ft_bottom p{text-align: center;}
    /*.ft_logo img { width: 15rem;}*/
    .header_sec .container {padding: 0 1.5rem;}

    /* about_page */
    .inner_ab_lt{display: none;}
    .inner_ab_rt_rt{margin-top: 3rem;}
    .inner_banner_txt {max-width: 20rem;}
    .inner_banner .banner_box {padding: 15rem 0 5rem 0;}

    /* contact_page */
    .map_sec iframe {height: 25rem;}
    .resturnt_sec .rest_box .text h3 { font-size: 1.8rem; }
    .offer_lt_top{ display: none; }
    
}


@media only screen and (max-width: 575px){
    /*.nav_top .navbar-brand img {width: 13rem !important;}*/
    .socil_icons li a {width: 2.5rem; height: 2.5rem; font-size: 1.2rem;}
    .heder_rt { right: 4.5rem;}
    .nav_top .navbar-toggler {padding: .8rem; margin-right: -.8rem;}
    .book_btn {padding: 0 1.5rem;}
    .heder_top .container {padding: 0 0 0 1.5rem;}
    .bannersec .carousel-control-next, .bannersec .carousel-control-prev {width: 4rem; height: 5rem; border-radius: 0 .5rem .5rem 0;}
    .bannersec .carousel-control-prev {left: 0;}
    .bannersec .carousel-control-next {right: 0;}
    .bannersec .carousel-control-next{border-radius: .5rem 0 .5rem 0;}
    .banner_box {padding: 10rem 0;}
    .banner_frm_content {padding: 1.5rem 1rem 1rem 1rem;}
    .banner_frm_content .as_btn {margin-top: 1rem;}
    .ab_lt, .ab_txt {padding: 2rem;}
    h1, h2 {font-size: 2rem; line-height: 2.5rem;}
    .room_box {margin-top: 2rem;}
    .rrom_txt {margin: -3rem .5rem 0 .5rem; padding: 1.5rem;}
    .rom_txt_flex{flex-direction: column;}
    .room_list li{margin-top: .8rem;}
    .portfolio_link {width: 3rem; height: 3rem; font-size: 2rem;}
    .offer_txt {padding: 2rem;}
    .offer_txt .as_btn{padding: 0 2rem; font-size: 1.2rem;}
    .offer_txt .as_btn i{display: none; }
    .ft_ph_txt.ft_mail_txt {text-align: left;}
    .ft_txt {padding-bottom: 3rem;}
    .feed_back_sec .owl-dots {margin-top: 2.5rem;}
    .feed_back_box {margin-top: 2rem;}
    .inner_ptb{padding: 2rem 0 4rem;}
    .heder_rt {top: 1.8rem;}

    /* about_page */
    .inner_banner .banner_box {padding: 8rem 0 2rem 0;}
    .inner_banner_txt {max-width: 15rem;}

    /* contact_page */
    .contact_content {padding: 2rem;}
    .manin_heding{font-size: 2rem; line-height: 2.5rem;}
    .manin_heding em{padding-top: .8rem;}

    /* gallery_page */
    .inner_gallery .portfolio_box {margin-top: 2rem;}

    /* error_page */
    .error_page_info strong {font-size: 16rem; line-height: 16rem;}

    /* 03-06-2025 */
    .resturnt_sec .owl-nav{ display: flex; justify-content: center; gap:0 .5rem; margin-top: 2rem; }
    .call_to_act .text_box h2 { font-size: 2.5rem; padding-bottom: 2rem; }
    .call_to_act .text_box a { margin-top: 2rem; font-size: 1.6rem; width: 100%; height: 6rem; line-height: 6rem; padding: 0; padding-left: 1rem; }
    .call_to_act .text_box{ height: inherit; padding: 4rem 2rem 4rem 2rem;}
    .call_to_act .text_box a span{ width: 3.5rem; height: 3.5rem; }
    .call_to_act .text_box a span i{ font-size: 1.2rem }
    .call_to_act .image img { height: auto; }
    .map_faq_sec .map iframe { height: 30rem; }
    .map_faq_sec .hom_faq .accordion .accordion-button{ font-size: 1.8rem; }
    .ft_mid .clmm:nth-child(2) .ft_txt{ text-align: left; }
    .ft_ph_txt a{ display: block; }
    .con_lt, .con_rt{ margin-top: 0; }


}

@media only screen and (max-width: 480px){
  
  

}