
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-family: 'cambriabold';
    src: url('fonts/cambria-bold-webfont.woff2') format('woff2'),
         url('fonts/cambria-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {background: #fff; font-family: "Inter", sans-serif; font-size:14px; color:#000; position: relative; z-index:999;}

.no_padding {
  padding-left: 0;
  padding-right: 0;  
}
ul {
  padding:0;
  margin:0;
}
.btn {
  background: #e46711;
  border: 1px solid #e46711;
  color: #fff;
  font-size: 15px;
  padding: 10px 37px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.btn:hover {
  background: #ee3a6b;
  border: 1px solid #ee3a6b;
  color: #fff;
}
input:focus, .form-control:focus, .accordion-button:focus {
  outline: 0;
  box-shadow: none;	  
  border-color: none;
}
a {
    text-decoration: none;
}

.header {
  position: fixed;
  z-index: 11;
  background: #fefee3;
  width: 100%;
  border-bottom: 7px solid #ee3a6b;
}
.header .menus nav.navbar {
    padding: 0;
}
.header .menus .navbar-expand-lg .navbar-nav .menu_lft li, 
.header .menus .navbar-expand-lg .navbar-nav .menu_rght li {
    display: inline-block;
}
.header .menus .navbar-expand-lg .navbar-nav .nav-link {
    font-family: 'cambriabold';
    font-size: 24px;
    color: #425b33;
    padding: 50px 25px 8px;
}
.header .menus .navbar-expand-lg .navbar-nav .nav-link:hover, .header .menus .navbar-expand-lg .navbar-nav .nav-link.active {
    color: #ee3a6b;
}
.header .menus .navbar-expand-lg .navbar-nav {
    width: 100%;
}
.header .menus .navbar-expand-lg .navbar-nav .logo {
    z-index: 9;
    float: left;
    width: 50%;
}
.header .menus .navbar-expand-lg .navbar-nav .menu_lft {
    float: left;
    width: 60%;
    text-align: right;
}
.header .menus .navbar-expand-lg .navbar-nav .menu_rght {
    float: right;
    text-align: left;
    width: 50%;
}
.header .menus .navbar-expand-lg .navbar-nav li.dropdown .dropdown-menu li, .header .menus .navbar-expand-lg .navbar-nav li.dropdown .dropdown-menu li a {
    display: block;
    font-size: 17px;
    line-height: 24px;
}
.header .menus .navbar-expand-lg .navbar-nav li.dropdown .dropdown-menu {
	padding: 0;
	background: #fefee3;
}
.header .menus .navbar-expand-lg .navbar-nav li.dropdown .dropdown-menu li a.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #ee3a6b;
}
.header .menus .navbar-expand-lg .navbar-nav .logo:after {
    content: "";
    position: absolute;
    top: 0;
    right: 36%;
    background-image: url(../images/logo.png);
    width: 405px;
    height: 163px;
	z-index: -1;
}
.header .menus .navbar .navbar-collapse .navbar-nav .close,
.header .logo.mob {
    display: none;
}

.main_banner .bnr_slide.owl-carousel .item {
    background-repeat: no-repeat;
    background-position: top center;
    height: 620px;
    background-size: cover;
}
.main_banner .bnr_slide.owl-theme .owl-nav .owl-next {
    right: 40px;
}
.main_banner .bnr_slide.owl-theme .owl-nav .owl-prev {
	left: 40px;
}
.main_banner .bnr_slide.owl-theme .owl-nav [class*="owl-"] {
    background: #fff;
    border-radius: 100%;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.main_banner .bnr_slide.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #ee3a6b;
}
.main_banner .bnr_slide.owl-theme .owl-nav [class*="owl-"]:hover img {
    filter: brightness(100);
}

 
.sctn {
  margin: 90px 0 0;
  padding: 0 35px;
}

.main_banner {
    position: relative;
}
.main_banner .bnr_txt {
    position: absolute;
    bottom: 30px;
}
.main_banner .bnr_txt h2 {
    font-family: "Cinzel", serif;
    color: #fff;
    font-weight: 700;
    font-size: 37px;
    text-transform: uppercase;
    line-height: 41px;
	margin: 0 0 15px;
}
.head.abt_text h2 { 
	color: #006425;
}
.head h2 {
    font-family: "Cinzel", serif;
    font-size: 37px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
	margin: 0 0 30px;
	position: relative;
}
.head h2:before {
	content: "";
    display: inline-block;
    vertical-align: middle;
    width: 4.5vw;
    border-bottom: 1px solid #006425;
	margin: 0 7px 0 0;
}
.about .abt_text h2 strong {
    color: #e46711;
}
.about .abt_text .abt_inr .inr_txt p {
	color: #1a1a1a;
	font-size: 17px;
	line-height: 26px;
	font-style: italic;
}
.about .abt_text .abt_inr .inr_txt a.more {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin: 45px 0 0;
    display: inline-block;
}

.higlights {
    background: #f2f2f2;
    padding: 70px 0;
}
.higlights .hghlght_txt {
    position: relative;
}
.higlights .hghlght_txt p {
    font-size: 17px;
    font-style: italic;
    color: #010101;
    margin: 0 150px 12px 0;
}
.higlights .hghlght_txt .btn {
    position: absolute;
    top: 3px;
    right: 0;
}
.hghlght_slide.owl-theme .owl-nav [class*="owl-"],
.room_slide.owl-theme .owl-nav [class*="owl-"],
.rstrnt_slide.owl-theme .owl-nav [class*="owl-"] {
    background: #fff;
    border: 1px solid #e46711;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    line-height: 31px;
    text-align: center;
}
.hghlght_slide.owl-theme .owl-nav .owl-prev,
.room_slide.owl-theme .owl-nav .owl-prev,
.rstrnt_slide.owl-theme .owl-nav .owl-prev {
	left: 30px;
}
.hghlght_slide.owl-theme .owl-nav .owl-next,
.room_slide.owl-theme .owl-nav .owl-next,
.rstrnt_slide.owl-theme .owl-nav .owl-next {
	right: 30px;
}
.hghlght_slide.owl-theme .owl-nav [class*="owl-"]:hover,
.room_slide.owl-theme .owl-nav [class*="owl-"]:hover,
.rstrnt_slide.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #e46711;
}
.hghlght_slide.owl-theme .owl-nav [class*="owl-"]:hover img,
.room_slide.owl-theme .owl-nav [class*="owl-"]:hover img,
.rstrnt_slide.owl-theme .owl-nav [class*="owl-"]:hover img {
    filter: brightness(100);
}
.higlights .hghlght_slide .item {
	overflow: hidden;
}
.higlights .hghlght_slide .item img {
	overflow: hidden;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
}
.higlights .hghlght_slide .item h4 {
    font-size: 17px;
    text-align: center;
    margin: 20px 0 0;
    font-family: "Cinzel", serif;
}
.higlights .hghlght_slide .item h4 a {
	color: #000;
	text-decoration: none;
}
.higlights .hghlght_slide .item:hover h4 a {
	color: #ee3a6b;
}
.higlights .hghlght_slide .item:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.rooms h3 {
    margin: -38px 1px 0;
    z-index: 1;
    position: relative;
    background: #fff;
    text-align: center;
    padding: 7px 0;
	font-family: "Cinzel", serif;
	font-size: 19px;
}

footer {
    background: #fefee3;
    padding: 70px 0 50px;
}
footer .ftr_abt p {
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 23px;
}
footer .links h3 {
    font-family: "Cinzel", serif;
    font-size: 21px;
    font-weight: 600;
    margin: 0 0 25px;
}
footer .links li {
    list-style: none;
    display: block;
}
footer .links li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    line-height: 35px;
}
footer .links li a:hover {
	color: #007238;
}
footer .links.scl li {
	margin: 0 0 13px;
}
footer .links li a img {
    margin: 0 7px 0 0;
}
footer .links .adrs .adrs_box {
    display: flex;
	padding: 0 0 20px;
	align-items: center;
}
footer .links .adrs .adrs_box p {
    margin: 0 0 0 15px;
    color: #000;
    font-size: 16px;
    font-weight: 300;
}
footer .links .adrs .adrs_box a {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
footer .links .adrs .adrs_box a:hover {
    color: #007238;
}
.copyright {
    background: #ee3a6b;
    padding: 7px 0;
}
.copyright p {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 14px;
}
footer .ftr_abt img.trp_advsr {
    width: 90%;
    margin: 30px 0 0;
}

.whatsapp {
    position: relative;
    z-index: 11;
}
.whatsapp a {
    position: fixed;
    bottom: 10px;
    right: 8px;
    font-size: 30px;
}
.fix_phone {
    position: fixed;
    top: 240px;
    right: -65px;
    z-index: 9;
    transform: rotate(-90deg);
    background: #ee3a6b;
    padding: 7px 20px;
    border: 1px solid #fff;
    border-radius: 7px 7px 0 0;
}
.fix_phone a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
.fix_phone.bknw {
    right: -40px;
    top: 395px;
}
.inner_banner .inr_bnr {
    background-repeat: no-repeat;
    background-position: top center;
    height: 230px;
    background-size: cover;
}

.inr_head h3 {
    font-family: "Cinzel", serif;
    font-size: 25px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 30px;
    position: relative;
}
.inr_head h3:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 4.5vw;
    border-bottom: 1px solid #006425;
    margin: 0 7px 0 0;
}

.higlights.studio_rm {
    background: transparent;
    padding: 0;
}
.last_sctn {
	margin-bottom: 70px;
}

.gallery .inr_head {
    margin: 0 0 60px;
}
.gallery .hghlght_txt {
	margin: 0 0 70px;
}
.gallery .glry_box {
    margin: 0 0 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.gallery .glry_box .example-image {
    width: 100%;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.gallery .glry_box:hover .example-image {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.sctn.gallery {
    margin-bottom: 40px;
}

.cntct .cntct_adrs .cntct_box {
    border: 1px solid #ccc;
    padding: 20px;
    text-align: center;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.cntct .cntct_adrs .cntct_box span {
    background: #fff;
    width: 67px;
    height: 67px;
    line-height: 67px;
    display: block;
    margin: -55px auto 20px;
    border-radius: 100%;
    border: 1px solid #ccc;
    text-align: center;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.cntct .cntct_adrs .cntct_box h4 {
    color: #000;
    font-size: 21px;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.cntct .cntct_adrs .cntct_box a {
    color: #000;	
}
.cntct .cntct_frmap {
    margin: 90px 0 0;
}
.sctn.cntct {
    margin-bottom: 70px;
}

.cntct .cntct_frmap .cntct_frm form {
    background: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 30px;
}
.cntct .cntct_frmap .cntct_frm form .head h2 {
    font-size: 24px;
    margin: 0 0 20px;
}
.cntct .cntct_frmap .cntct_frm form .form_group {
    margin: 0 0 12px;
}
.cntct .cntct_frmap .cntct_frm form .form_group .fotm_control {
    background: #fff;
    border: 1px solid #ccc;
    width: 100%;
    padding: 13px 10px;
    border-radius: 4px;
    color: #000;
    font-size: 14px;
}

.rstrnt {
    margin-bottom: 70px;
}
.rstrnt .rstrnt_box {
    margin: 30px 0 0;
} 
.rstrnt .rstrnt_box img {
    width: 100%;
}

.cntct.srvcs .cntct_adrs .cntct_box {
    margin: 40px 0 24px;
}
.cntct.srvcs .cntct_adrs .cntct_box h4 {
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
}
.cntct.srvcs {
    margin-bottom: 46px;
}

.packages .pckg_box {
    position: relative;
    margin: 0 0 30px;
}
.packages .pckg_box img {
    width: 100%;
}
.packages .pckg_box h3 {
    margin: -42px 1px 0;
}
.packages .pckg_box h3 a {
    background: #fff;
    display: inline-block;
    width: 100%;
    padding: 7px 0;
    text-align: center;
    font-size: 21px;
    color: #000;
    font-family: "Cinzel", serif;
}
.packages .pckg_box h3 a:hover {
    color: #ee3a6b;
}
.packages .pckg_txt h4 {
    font-size: 23px;
    font-weight: 700;
    margin: 0;
}

.packages .pckg_txt span {
    font-size: 15px;
    font-style: italic;
    margin: 0 0 7px;
    display: inline-block;
    color: #ee3a6b;
}
.packages .pckg_txt li {
    list-style: none;
    display: block;
    font-size: 14px;
    line-height: 25px;
    border-bottom: 1px solid #f1f1f1;
}
.packages .pckg_txt p {
    margin: 12px 0 20px;
    background: #ee3a6b45;
    padding: 5px 10px;
    color: #000;
    font-size: 14px;
    font-style: italic;
    border-radius: 4px;
}
.cndtn {
	margin: 0 0 70px;
}
.cndtn h2 {
    font-size: 23px;
    font-weight: 700;
    margin: 0 0 15px;
}
.cndtn li {
    list-style: none;
    display: block;
    font-size: 14px;
    line-height: 25px;
}
.cndtn li a {
	color: #ee3a6b;
}