@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 'Lato', sans-serif; color: var(--black); }
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: "Bai Jamjuree", 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: "Bai Jamjuree", sans-serif; */
/* font-family: "Lato", sans-serif; */

:root{
    --black: #000;
    --brand: #ff9202;
    --body_txt_color: #333334;
    --blue: #002f6d;
    --white: #fff;
    --ft_bg_color: #27282B;
   }




em{font-style: normal;}
.top_book_btn{display: inline-block; padding: 0 3rem; height: 9rem; line-height: 9rem; color: var(--white); text-transform: capitalize; background: var(--brand); font-weight: 600; font-size: 1.8rem; letter-spacing: .2rem; position: relative;}
.top_book_btn::before{position: absolute; content: ""; top: 0; left: -0.5px; width: 2.5rem; height: 100%; background-color: var(--white); -webkit-clip-path: polygon(100% 0, 0 0, 0 100%); clip-path: polygon(100% 0, 0 0, 0 100%); z-index: 1;}
.top_book_btn:hover{color: var(--white);}
.as_btn{display: inline-block; padding: 0 3rem 0 2rem; text-transform: uppercase; background: var(--brand); color: var(--white); height: 5rem; line-height: 5rem; letter-spacing: .1rem; margin-top: 2.5rem; border-radius: 2.5rem; font-weight: 600; position: relative; z-index: 1; overflow: hidden;}
.as_btn::after{transform: translate3D(-100%,-100%,0); content: ''; position: absolute;  left: 0;  top: 0; right: 0; bottom: 0; height: 100%; background: var(--blue); z-index: -1; transition: all .5s;}
.as_btn:hover::after{transform: translate3D(0,0,0); transition: all .5s;}
.btn_txt{position: relative; display: inline-block; padding-left: 2rem;}
.btn_txt::before { content: ""; width: 1.5rem; height: .1rem; background-color: var(--white); position: absolute; left: 0; top: 50%; -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.as_btn:hover{color: var(--white);}
.ptb{padding: 6rem 0;}
.inner_ptb{padding: 3rem 0 6rem 0;}
.mtt{margin-top: 3rem;}
h1,h2{text-transform: capitalize; color: var(--black); font-size: 3rem; line-height: 3.5rem; font-weight: 600;}
h4{text-transform: capitalize; color: var(--black); font-size: 2.5rem; line-height: 3rem; font-weight: 600;}
.sub_heading{display: block; font-size: 5rem; text-transform: uppercase; letter-spacing: .2rem; color: var(--brand); padding-bottom: .2rem; font-family: 'Herr Von Muellerhoff'; line-height: 2rem; margin-bottom: 1rem; opacity: .3;}
.main_heading{display: block; margin-top: -4rem !important; padding-top: .5rem !important; z-index: 1; position: relative;}
h5{text-transform: capitalize; color: var(--black); font-size: 2rem; line-height: 2.5rem; font-weight: 600;}
.more_btn{align-items: center;}
.more_btn em {width: 100%; height: 100%; border-bottom: .1rem solid #EAEAEA;}
.sponsor_text{display: inline-block; height: auto; border-bottom: none; text-align: center; white-space: nowrap; padding: 0 2.5rem; color: var(--blue) !important; text-transform: capitalize; font-size: 1.8rem; font-weight: 500;}
.red_more_btn{border: .1rem solid #ccc; border-radius: 2.5rem; text-align: center; text-transform: capitalize; color: var(--black); display: inline-block; margin-top: 1.5rem; height: 4.5rem; line-height: 4.3rem; padding: 0 3rem; position: relative; overflow: hidden;}
.red_more_btn::before, .red_more_btn::after{content: ""; display: block; width: 90%; height: 100%; position: absolute; top: 0; transition: all .3s ease; transform: skewX(45deg); background: rgba(255, 255, 255, 0.22);}
.red_more_btn::before{left: -130%; background: var(--brand);}
.red_more_btn::after{right: -130%; background: var(--brand);}
.bttn_txt{position: relative; z-index: 5; display: inline-block; line-height: 4rem;}
.red_more_btn:hover::before{left: -20%;}
.red_more_btn:hover::after{right: -20%;}
.red_more_btn:hover{color: var(--white); border-color: transparent;}
.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";}





/*header*/
.header_sec{ width: 100%; position: fixed; left: 0; top: 0; z-index: 9999; background: var(--white);}
.nav_top{border: none; min-height: auto; box-shadow: none; border-radius: 0px;}
.menu_sec{padding-right: 52rem;}
.menu_sec li{ position: relative; text-transform: capitalize; font-weight: 600; font-size: 1.8rem;}
.menu_sec li a{display: inline-block; padding-right: 2.5rem; color: var(--black);}
.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 img{width: 9rem;}  
.head_top{background: var(--blue); color: var(--white); padding: .5rem 0;}
.toch_txt{text-transform: uppercase; letter-spacing: .1rem; color: var(--brand); display: inline-block; padding: 0 .5rem; align-items: center; font-family: "Bai Jamjuree", sans-serif; font-weight: 600;}
.heder_menu{ border-bottom: .5rem solid var(--brand);}  
.heder_menu .container{max-width: 100%; padding: 0 0 0 12rem;}
.heder_rt_btn{position: absolute; right: 0; top: -1rem;}
.top_ph_icon{width: 4.8rem; height: 4.8rem; box-shadow: 0 .5rem 3rem 0 rgba(0, 0, 0, 0.1); border-radius: 50% 50% 50% 50%; display: flex; align-items: center; justify-content: center; margin-right: 1.5rem;}
.heder_rt_icon ul li{display: inline-block; padding-right: 1.5rem; border-right: .1rem solid #ccc; margin-right: 1.5rem;}  
.top_ph_txt em{display: block; font-size: 1.4rem; line-height: 1.4rem; color: #77797E;}
.top_ph_txt{color: var(--black); font-size: 1.8rem; font-weight: 600;}
.top_ph_flex{display: inline-flex; align-items: center;}
.heder_rt_icon{position: absolute; right: 25.7rem; top: 1rem;}
.top_ph_icon img{width: 3rem;}
.top_mail_flex .top_ph_icon{margin-right: 0;}
.heder_rt_icon ul li:last-child{border-right-color: transparent; padding-right: 0; margin-right: 0;}
.header_sec.fixed .head_top{display: none;}
.heder_rt_btn .top_book_btn em{display: none;}

   
 /*banner*/  
.bannersec{ width: 100%; position: relative;}
.banner_box{padding: 4rem 2rem; }
.bnr-img-box{height: 80%;}



/* .banner_frm_sec */
.banner_frm{margin-top: -18rem; position: relative; display: inline-block; width: 100%;}
.banner_frm .container{max-width: 100%; padding: 0;}
.banner_frm_content{background: rgba(0, 0, 0, 0.5); backdrop-filter: blur(6px);  padding: 2rem 2rem .5rem 2rem; border-radius: 4rem 4rem 0 0; max-width: 122rem; margin: 0 auto;}
.frm_label_txt{color: var(--white); text-transform: capitalize; display: block; padding-bottom: .5rem; font-weight: 500; position: relative; font-size: 1.4rem;}
.banner_content{position: relative;}
.banner_frm .input_fld input[type="date"]{background: var(--white); height: 4rem;}
/* .banner_frm .container{margin: 0; padding: 0;} */
.bannersec .carousel-indicators{flex-direction: column; left: 4rem; margin: 0; top: 50%; bottom: inherit; right: inherit;}
.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;}
.banner_frm .as_btn, .input_fld button{border-color: transparent;}
.banner_frm .as_btn{height: 4rem; line-height: 3rem; border: none;}
.qty_container{display: flex; align-items: center; justify-content: center; position: relative;}
.qty_container .qty-btn-minus, .qty_container .qty-btn-plus {border: none; border-left: .1rem solid #d4d4d4; padding: 0; font-size: 1rem; height: 4rem; width: 3.5rem;  transition: 0.3s; position:absolute; left:0; top:0; background: transparent; z-index: 1;}
.qty_container .qty-btn-minus:focus, .qty_container .qty-btn-plus:focus{box-shadow:none;}
.qty_container .input-qty { text-align: center; padding: 0 1.5rem; border: .1rem solid #d4d4d4; position: relative; border-radius: 1rem;}
.qty_container .qty-btn-minus { margin-right: -.1rem; border-left-color: transparent; border-right: .1rem solid #d4d4d4;}
.qty_container .qty-btn-plus { margin-left: -.1rem;  left:inherit; right:0;}
.qty_container .input-qty[type="text"]{background: var(--white); height: 4rem;}




/* 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;}
.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%;}
.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;}
.ab_lt img {border-radius: 2rem;}

/* about_sec */
.ab_lt{position: relative; border-radius: .5rem; overflow: hidden;}
.award_box{background: var(--black); border: .5rem solid rgba(255, 255, 255, 0.5); padding: 1.5rem; display: block; max-width: 23rem; position: absolute; bottom: 0; right: 0;}
.award_img img{width: 5rem;}
.ab_rt{padding-left: 2rem;}
.ab_icon img{width: 8rem; margin: 0 1.5rem 0 0;}
.ab_srv_box{margin-top: 3rem; display: flex; align-items: center;}
.ab_txt_list{margin-top: 3rem;}
.ab_txt_list li{margin-top: 1rem; position: relative; padding-left: 2rem;}
.ab_txt_list li::before{font-family: "Font Awesome 6 Pro"; content: "\f560"; color: var(--brand); position: absolute; left: 0; top: 0;}

/* counter_sec */
.counter_box{width: 100%;  border-radius: 1rem; text-align: center; display: flex; align-items: center; justify-content: center; margin-top: 2rem;}
.counter_box strong{color: var(--brand); font-weight: 800; font-size: 14rem; line-height: 6rem; position: relative; opacity: .3;}
.counter_box span{text-transform: capitalize; font-size: 1.8rem; display: block; color: var(--black); font-weight: 600; line-height: 2rem; position: absolute; }
.counter_box sup{color: rgba(170, 132, 83, 0.2); top: -2.5rem; font-size: 2.5rem;}
.count_lt{margin-right: 2rem; position: relative;}
.counter_sec{position: relative; background-attachment: fixed !important;}
.count_lt h2{color: var(--white);}
.count_lt p{color: rgba(255, 255, 255, 0.6);}
.count_btn{position: absolute; right: 0; top: -.7rem;}
.count_rt{border-top: .1rem dashed #ccc; margin-top: 3.5rem;}
.counter_sec{background: url(../images/bg_img_1.png)no-repeat center center/cover;}

/* amines_sec */
.amines_top_lt img{width: 5.5rem;}
.amines_box{margin-top: 3rem; background: var(--white);  padding: 2rem; border-radius: .5rem; border: .1rem solid #E1E5EE; transition: all .3s ease-in-out; position: relative; overflow: hidden;}
.amines_box:hover{box-shadow: 0px 10px 14px 0px rgba(0,0,0,.05);}
.amines_top_lt{background: #F7F7F7; width: 6rem; height: 6rem; border-radius: 100%; display: flex; align-items: center; justify-content: center; margin: 0 0 .5rem 0;}
/* .icon_list_text{display: inline-block; text-align: center; border-bottom: .1rem dashed var(--brand); margin-top: 3rem; text-transform: capitalize; font-size: 1.8rem; color: var(--black); font-weight: 600;} */
.amines_sec .cumm:nth-child(even) .amines_box{margin-top: 6rem;}
.more_btn {margin-top: 3rem;}
.ami_nun_box{position: absolute; right: 0; top: 0; background: #f9f9f9;  border-left: .1rem solid #eee; border-bottom: .1rem solid #eee;  border-radius: 0 0 0 1rem; width: 6rem;  height: 6rem; display: flex; align-items: center; justify-content: center; color: var(--brand);}

/* restudent_and_banquet_sec */
.res_ban_lt, .res_ban_rt{padding: 3rem; position: relative; z-index: 1;}
.res_ban_lt::before, .res_ban_rt::before{background: #ebded2; width: 100%; height: 80%; left: 0; top: 0; content: ""; position: absolute; z-index: -1;}
.res_ban_lt_lt, .res_ban_lt_rt{margin-top: 1.5rem;}
.res_ban_rt_img{margin-top: 1rem;}
.res_ban_lt_lt, .res_ban_rt_img{border-radius: .5rem; overflow: hidden;}
.res_ban_rt::before{background: #d2dee5;}
.res_ban_lt_rt{margin-left: 2rem;}


.res_ban_lt_lt img, .res_ban_rt_img img {
    border-radius: 1rem;
    box-shadow: 0 1rem 3rem rgba(0,0,0,0.1);
    transition: all 0.5s linear; 
    position: relative;
    z-index: 2; 
    cursor: pointer;
}


.res_ban_lt_lt:hover img, .res_ban_rt_img:hover img {
    transform: scale(1.05) translateY(-0.5rem); 
    box-shadow: 0 1.5rem 4rem rgba(0,0,0,0.15); 
}

/* room_sec */
.room_box{background: var(--white); padding: 1rem; border-radius: .5rem; display: flex; flex-direction: column; margin-top: 3rem;}
.room_txt{margin: 1.5rem 0 .5rem 0;}
.slider_btn .owl-nav{display: flex; align-items: center; font-size: 0; position: absolute; right: 1rem; bottom: 1rem;}
.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.8rem;}
.slider_btn .owl-next::before{content: "\f105";}
.slider_btn .owl-next{margin-left: .5rem;}
.room_list li{display: inline-block; margin: 1rem 1rem 0 0; text-transform: capitalize;}
.room_list li:last-child{margin-right: 0;}
.room_list li span{display: inline-block; border-radius: 1.6rem; font-size: 1.4rem; color: var(--black);}
.room_list li span b{color: var(--brand);}
.rmm_btm{align-items: center; justify-content: space-between;}
.room_heading h4 a{color: var(--black);}
.room_heading{align-items: center; justify-content: space-between;}
/* .room_sec .cumm:nth-child(even) .room_box{flex-direction: column-reverse;}
.room_sec .cumm:nth-child(even) .room_box .room_txt{margin: 0 0 1.5rem 0;} */

/* feed_back_sec */
.fed_back_rt{margin-left: 2rem;}
.person_flex{margin-top: 1.5rem;}
.person_img img{width: 6rem !important; margin-right: 1.5rem;}
.person_txt strong{font-size: 2.2rem; color: var(--black); text-transform: capitalize; font-family: "Bai Jamjuree", sans-serif;}
.feed_back_box{margin-top: 3rem; position: relative;}
.qution_img{position: absolute; right: 0; bottom: 0;}
.qution_img img{width: 5rem !important;}
.ffed_back_rt{margin-left: 2rem;}
.feed_back_sec .owl-nav{display: flex; align-items: center; justify-content: space-between;}
.feed_back_sec .owl-prev, .feed_back_sec .owl-next{width: 4rem; height: 4rem; border-radius: 100%; border: .1rem solid var(--black); display: flex; align-items: center; justify-content: center; font-size: 0; margin-top: 3rem; }
.feed_back_sec .owl-prev::before, .feed_back_sec .owl-next::before{font-family: "Font Awesome 6 Pro"; content: "\f060"; color: var(--black); font-size: 1.8rem;}
.feed_back_sec .owl-next::before{content: "\f061";}
.ph_box{border-top: .1rem solid #ccc; margin-top: 1.5rem; text-align: center;}
.ph_txt{display: block; padding-top: 1rem; text-transform: capitalize; font-weight: 600;}
.ph_txt a{color: var(--blue); font-size: 1.8rem;} 
.ffed_back_lt{border-radius: .5rem; overflow: hidden;}

/* map_sec */
.map_sec iframe{width: 100%; height: 30rem;}



/* footer_sec */
.ft_logo img{width: 11rem;}
.footer_sec{background: var(--black); padding-top: 4rem;}
.ft_top_lt p{color: rgba(255, 255, 255, 0.8);}
.ft_con_icon{width: 5rem; height: 5rem; background: var(--white); display: flex; align-items: center; justify-content: center; margin-right: 1.5rem; position: absolute; left: 0; top: 0; border-radius: 100%;}
.ft_con_icon img{width: 3.5rem;}
.ft_con_list li{display: inline-block; margin: 1.5rem 3.5rem 0 0;}
.ft_con_list li:last-child{margin-right: 0;}
.ft_top_lt, .ft_top_rt{padding-bottom: 3rem;}
.ft_con_list li a{position: relative; padding-left: 6rem; display: inline-block; color: var(--white); font-size: 1.8rem;}
.ft_con_list li a em{display: block; font-size: 1.4rem; line-height: 1.4rem; color: rgba(255, 255, 255, 0.8);}
.ft_add_txt{display: block; position: relative; color: rgba(255, 255, 255, 0.8); margin: 2.5rem 0; padding-left: 5.5rem;}
.ft_add_txt .add_ft_con_icon i{color: var(--brand); font-size: 4rem; position: absolute; left: 0; top: -.8rem;}
.ft_gallery_list{display: flex; flex-wrap: wrap; margin: 0 -.5rem;}
.ft_gallery_list li{display: inline-block; padding: 0 .5rem; width: 25%;}
.ft_gallery_list li img{height: 6rem; object-fit: cover;}
.ft_gallery_list li .portfolio_box{margin-top: 1rem;}
.ft_gallery_list li .portfolio_link {width: 2.5rem; height: 2.5rem; font-size: 1.4rem; right: 1rem; top: 1rem;}
.ft_heading{color: var(--white); font-size: 2.2rem; line-height: 2.8rem; text-transform: capitalize; display: block; position: relative; margin-bottom: 2rem; font-family: "Bai Jamjuree", sans-serif;}
.ft_heding_btm_img{display: block; padding-top: .5rem;}
.ft_heding_btm_img img{width: 4rem;}
.ft_top_rt{border-left: .1rem solid #FFFFFF1C; padding-left: 6rem;}
.ft_sicial_icon li{display: inline-block;}
.ft_sicial_icon li a{width: 4rem; height: 4rem; border: .1rem solid #FFFFFF1C; display: flex; align-items: center; justify-content: center; margin-right: 1.5rem; color: var(--white); border-radius: 100%;}
.ft_sicial_icon li:last-child a{margin-right: 0;}
.ft_sicial_icon li a:hover{background: var(--brand); border-color: transparent; color: var(--white);}
.ft_top_rt_btm{padding-top: 2.5rem;}
.ft_btm{border-top: .1rem solid #FFFFFF1C; padding: 1.5rem 0; justify-content: space-between; color: rgba(255, 255, 255, 0.8);}
.ft_btm a img {width: 10rem;}





/* 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;}

/* gallery_sec */
.gallery_sec .container{max-width: 100%; padding: 0 3rem;}
.gallery_box img{height: 45rem; object-fit: cover;}
.gallery_box .portfolio_link{font-size: 1.8rem;}
.gallery_box::before{content: ""; pointer-events: none; position: absolute; inset: 0; border-radius: 2rem; padding: 1rem; border: .1rem solid transparent; background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0))) border-box; background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0)) border-box; -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)); -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);   mask-composite: add, add;  -webkit-mask-composite: xor;  mask-composite: exclude; left: 1.5rem; right: 1.5rem; top: 1.5rem; bottom: 1.5rem; -webkit-transform: scale(1.2); transform: scale(1.2); -webkit-transition: all 0.6s; transition: all 0.6s; opacity: 0;}
.gallery_box::after{content: ''; width: 100%; height: 100%;  position: absolute;  top: 0;  left: 0;  z-index: 2; background: var(--blue); background: -webkit-gradient(linear, left top, left bottom, from(rgba(41, 183, 155, 0)), to(var(--blue)));  background: linear-gradient(180deg, rgba(41, 183, 155, 0) 0%, var(--blue) 100%); -webkit-transform: translateY(524px); transform: translateY(524px); -webkit-transition: all 1s;  transition: all 1s;}
.gallery_box:hover::before{-webkit-transform: scale(1); transform: scale(1); opacity: 1;}
.gallery_box:hover::after{-webkit-transform: translateY(0); transform: translateY(0);}
.gallery_box{position: relative; overflow: hidden; margin-top: 1.5rem; border-radius: .5rem;}
.gallery_box:hover .portfolio_link{opacity: 1; visibility: visible; color: var(--brand);}
.gallery_box .portfolio_link{right: 3rem; top: 3rem;}


/* inner_banner */
.inner_banner .banner_box{padding: 28rem 0 5rem 0; position: relative;}
/* .inner_banner .banner_box::before{background-image: linear-gradient(180deg, #0E182447 0%, #0E1824 100%); position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; content: ""; opacity: .3;} */
.inner_banner_txt{background: var(--white); border-bottom: .4rem solid var(--brand); position: relative; padding: .5rem 2rem;  border-radius: 1rem; display: inline-block;}


/* rooms_page */
.inner_roms .room_box{border: .1rem solid #ccc;}
.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;}

/* about_page */
.inner_ab_content{border-top: .1rem dashed #D7D7D7; border-bottom: .1rem dashed #D7D7D7;}
.ab_list_rt li{padding: 4.5rem 0 4.5rem 10rem; border-left: .1rem dashed #d7d7d7; border-bottom: .1rem dashed #d7d7d7;}
.ab_list_rt li:last-child{border-bottom-color: transparent;}
.choose_box{margin-top: 3rem; padding: 4rem 4rem 3.1rem; background: url(../images/choose_bg_img.png);  background-repeat: repeat;  background-size: auto;  background-repeat: no-repeat;  border-radius: 10px;  background-size: cover;  position: relative; box-shadow: 0 1rem 6rem 0 rgba(0, 0, 0, 0.07);}
.choose_icon img{width: 8rem; margin: 0 0 1.2rem 0;}
.steps_number { position: absolute; right: 3rem; top: 3rem; font-size: 2.5rem; color: var(--blue); font-weight: 600;}
.vimi_icon img{width: 4.5rem; margin-right: 1.5rem;}
.vimi_top_flex{display: flex; align-items: center;}

/* contact_page */
.con_lt_list{position: inherit; left: inherit; top: inherit;}
.con_lt_list .top_mail_flex .top_ph_icon {margin-right: 1.5rem;}
.con_lt_list.heder_rt_icon ul li {margin: 2rem 1.5rem 0 0;}
.con_lt_list.heder_rt_icon ul li .top_ph_txt, .con_page .top_ph_txt{display: inline-block !important;}
.con_page{display: flex; align-items: center; margin-top: 2rem;}
.con_from{background: var(--white); box-shadow: 0 1rem 6rem 0 rgba(0, 0, 0, 0.07); padding: 2.5rem; border-radius: .5rem;}
.con_lt_btm .ft_sicial_icon li a { border: .1rem solid #ccc;  margin: 1.5rem 1.5rem 0 0; color: var(--body_txt_color);}
.ft_top_rt_btm.con_lt_btm {padding-top: 3.5rem;}
.con_page .top_ph_txt{font-size: 1.6rem;}

/* feed_back_page */
.inner_feed_back_box{background: var(--white); box-shadow: 0 1rem 6rem 0 rgba(0, 0, 0, 0.07); padding: 2.5rem; position: relative; border-radius: .5rem; margin-top: 3rem;}
.inner_person_name{font-size: 1.8rem; text-transform: capitalize; color: var(--black); font-family: "Bai Jamjuree", sans-serif; display: block;}
.qurion_img img{width: 4rem;}
.qurion_img{margin-top: 1.5rem; display: block;}
.inner_person_img img{width: 5rem;}
.inner_person_img{position: absolute; right: 2rem; top: 2rem;}

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

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















@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: 1699px) {
    .heder_rt_icon {right: 19.7rem;}
}
@media only screen and (max-width: 1499px) {
    .heder_menu .container {padding: 0 0 0 2rem;}
    .menu_sec li a {padding-right: 1.5rem;}
    .menu_sec {padding-right: 48rem;}
    .heder_rt_icon {right: 17.7rem;}
  }
@media only screen and (max-width: 1299px) {
    .menu_sec li {font-size: 1.6rem;}
    .heder_rt_icon {right: 16.7rem;}
    .top_ph_txt {display: none;}
    .menu_sec {padding-right: 34rem;}
}

@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;}
    .heder_rt_icon {right: 23.7rem; top: 1.1rem;}
    .top_book_btn {height: 4.5rem; line-height: 4.5rem; border-radius: 2.5rem;}
    .top_book_btn:hover{background: var(--black);}
    .heder_rt_btn {right: 5rem; top: 1.3rem;}
    .heder_menu .container {padding: 0 1.5rem;}
    .top_book_btn::before {display: none;}
    .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-collapse.show{left: 0;}
    .menu_sec {padding-right: 0;}
    .menu_sec li a {padding: 1.5rem; border-bottom: .1rem dashed #ccc; width: 100%; display: block;}
    .banner_frm .container {padding: 5rem 5rem 0 5rem;}
    .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: 0;}
    .banner_box {padding: 25rem 0;}
    .bannersec .carousel-indicators { flex-direction: row; left: 0; margin: 0; top: inherit; bottom: 1rem; right: inherit; width: 100%; justify-content: center;}

    /* gallery_page */
    .gallery_box img {height: 35rem;}
}

@media only screen and (max-width: 991px){
    .ab_rt {padding: 4rem 0 0 0;} 
    .ffed_back_rt {margin: 4rem 0 0 0;}
    .ft_top_rt {border-left-color: transparent; padding: 0 0 3rem 0;}
    .ptb{padding: 5rem 0;}
    .inner_ptb{padding: 2rem 0 5rem 0;}

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

    /* about_page */
    .ab_list_rt li {padding: 4.5rem 0 4.5rem 5rem;}

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

@media only screen and (max-width: 767px){
    
    .container{max-width: 100%; padding: 0 1.5rem;}
    .heder_rt_btn .top_book_btn em{display: block;}
    .heder_rt_btn .top_book_btn span{display: none;}
    .heder_rt_btn .top_book_btn{padding: 0; width: 4.5rem; height: 4.5rem; display: flex; align-items: center; justify-content: center;}
    .heder_rt_btn {right: 4rem; top: .7rem;}
    .nav_top .navbar-brand img {width: 15rem;}
    .heder_rt_icon {right: 10.7rem; top: .7rem;}
    .banner_frm .container {padding: 5rem 3rem 0 3rem;}
    .banner_frm .as_btn {margin-top: 1.5rem;}
    .ab_rt h4{font-size: 2rem; line-height: 2.5rem;}
    .counter_box strong {font-size: 10rem;}
    .ptb{padding: 4rem 0;}
    .inner_ptb{padding: 1rem 0 4rem 0;}
    h1, h2 {font-size: 2.5rem; line-height: 3rem;}
    .sub_heading {font-size: 4rem;}
    .map_sec iframe {height: 21rem;}

    /* gallery_page */
    .gallery_box img {height: 20rem;}

    /* about_page */
    .inner_ab_content {border-top-color: transparent; border-bottom-color: transparent;}
    .ab_list_rt{margin-top: 2rem;}
    .ab_list_rt li {padding: 2.5rem 0 2.5rem 3rem;}
    
}


@media only screen and (max-width: 575px){
    .inner_ptb{padding: 2rem 0 4rem 0;}
    .head_top {font-size: 1.4rem; line-height: 2rem;}
    .top_ph_icon { width: 3.5rem; height: 3.5rem; margin-right: 0;}
    .top_ph_icon img {width: 1.5rem;}
    .nav_top .navbar-brand img {width: 10rem;}
    .heder_rt_btn .top_book_btn {width: 4rem; height: 4rem;}
    .heder_rt_btn {top: 0; right: 3.5rem;}
    .heder_rt_icon ul li {padding-right: 1rem; margin-right: 1rem;}
    .heder_rt_icon {right: 8.7rem; top: .3rem;}
    .nav_top .navbar-toggler .icon-bar {width: 2.5rem;}
    .heder_menu .container {padding: 0 1rem;}
    .banner_box {padding: 20rem 0;}
    .banner_frm .container {padding: 3rem 2rem 0 2rem;}
    .banner_frm_content {padding: 2rem;}
    .counter_box span {font-size: 1.6rem;}
    .counter_box strong {font-size: 8rem;}
    .ab_rt h4 {font-size: 1.8rem; line-height: 2.2rem;}
    .amines_sec .cumm:nth-child(2n) .amines_box , .amines_box, .room_box, .choose_box{margin-top: 2rem;}
    .res_ban_lt h4{font-size: 2.2rem; line-height: 2.8rem;}
    .res_ban_lt, .res_ban_rt {padding: 2rem;}
    .res_ban_lt_rt {margin-left: 0;}
    .portfolio_link {width: 3rem; height: 3rem; font-size: 1.5rem;}
    .room_heading{flex-direction: column; align-items: start;}
    .ft_con_icon { width: 4rem; height: 4rem; }
    .ft_con_icon img{width: 2.5rem;}
    .ft_con_list li { margin: 2rem 0 0 0;}
    .ft_con_list li:first-child{margin-top: 0;}
    .ft_btm{flex-direction: column;}
    .ft_btm p{text-align: center;}
    .ft_link_txt{padding-top: .5rem;}
    .ft_gallery_list li {width: 33.333%;}
    .ft_gallery_list {justify-content: center;}
    .feed_back_sec.ptb{padding-bottom: 1.5rem;}

    /* gallery_page */
    .gallery_sec .container {padding: 0 1.5rem;}
    .gallery_box img {height: 14rem;}
    .gallery_box::before {left: 1rem; right: 1rem; top: 1rem; bottom: 1rem;}

    /* inner_banner */
    .inner_banner .banner_box {padding: 26rem 0 3rem 0;}
    .inner_banner .banner_box {padding: 22rem 0 2rem 0;}

    /* about_page */
    .choose_box {padding: 2rem 2rem 2.1rem;}

    /* contact_page */
    .con_lt_list.heder_rt_icon ul li {margin: 2rem 0 0 0; border-right-color:transparent;}
    .con_lt_list .top_ph_flex {display: block;}
    .con_lt_list .top_ph_icon, .con_page .top_ph_icon{width: 4rem; height: 4rem; margin: 0 0 1.5rem 0;}
    .con_page{flex-direction: column; align-items: start;}
    .ft_top_rt_btm.con_lt_btm {padding-top: 2.5rem;}
    .con_page .top_ph_icon img, .con_lt_list .top_ph_icon img{width: 2rem;}

    /* feed_back_page */
    .inner_feed_back_box{margin-top: 2rem;}

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

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

}






