:root {

  --section-bg: #e3ddd2 !important;
  --white: #ffffff;
  --black: #121212;
  --primary: #d2ae6d !important;
  --secondary: #ad7f29 !important;
  --font-title: "Josefin Sans", sans-serif;
  --font1: "Geologica", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  outline: none !important;
  box-shadow: none !important;
}


body {
  font-family: var(--font1);

}

a,
a:hover {
  text-decoration: none !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-title);
}

p {
  font-size: 16px;
  text-align: justify;
  color: #252525;
  margin-bottom: 30px;
  font-weight: 450;
  line-height: 26px;
  font-family: var(--font1);
}

p span {
  font-weight: 600;
}

p:last-child {
  margin-bottom: 0;
}

.text-primary{
  color : var(--secondary) !important
}

.text-second{
  color: var(--secondary);
}

.btn::before,
.btn::after {
  position: absolute;
  content: "";
}

.btn {
  position: relative;

  width: auto;
  height: auto;
  background-color: var(--secondary);
  color: #fff;
  border: none;
  cursor: pointer;

}

.btn-primary {
  background: linear-gradient(180deg, #af7e22 0%, #895f10 100%) !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 46px !important;
  height: 42px;
  transition: 0.5s !important;
  border-radius: 7px;
  padding: 0 15px !important;
  font-family: var(--font-title);
  text-transform: uppercase !important;
}

.btn-primary:hover {
  background: linear-gradient(180deg, #895f10 0%, #af7e22 100%) !important;
  /* border: 2px solid rgba(236, 180, 73, 1) !important; */
  transition: 0.5s !important;
}

.btn-transprant {
  background: rgba(0, 0, 0, 0);
  font-size: 16px;
  font-weight: 700;
  line-height: 42px !important;
  height: 42px;
  transition: 0.5s !important;
  border-radius: 7px;
  padding: 0 15px !important;
  font-family: var(--font-title);
  text-transform: uppercase !important;
  color: var(--primary);
}

.btn-transprant img {
  margin-right: 5px;
  filter: none;
  transition: filter 0.5s !important;
}

.btn-transprant:hover {
  color: var(--white);
}

.btn-transprant:hover img {
  filter: brightness(0) invert(1);
  transition: filter 0.5s !important;
}

.btn-primary-border {
  border: 1px solid var(--tertiary);
  color: var(--tertiary);
  border-radius: 0px;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 7px;
  letter-spacing: 0.5px;
  background-color: #fff;
  box-shadow: 0 0px 16px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.btn-primary-border:hover {
  background-image: linear-gradient(#895f10, #af7e22);
  color: var(--white);
  border: 1px solid var(--tertiary);
}

.btn-black {
  background: linear-gradient(180deg, rgba(64,64,64,1) 25%, rgba(0,0,0,1) 75%);
  font-size: 16px;
  font-weight: 700;
  line-height: 46px !important;
  height: 42px;
  transition: 0.5s !important;
  border-radius: 7px;
  padding: 0 15px !important;
  font-family: var(--font-title);
  text-transform: uppercase !important;
  color: #d2ae6d
}

.btn-black:hover {
  background: linear-gradient(180deg, rgba(0,0,0,1) 25%, rgba(64,64,64,1) 75%);
  /* border: 2px solid rgba(236, 180, 73, 1) !important; */
  transition: 0.5s !important;
  color : #fff
}

.btn-black img {
  width: 106px;
}

.btn-black:hover img {
  filter: brightness(0) invert(1);
}

.btn-white {
  background-color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  color : #a17626;
  line-height: 54px !important;
  height: 50px;
  transition: 0.5s !important;
  border-radius: 7px;
  padding: 0 15px !important;
  font-family: var(--font-title);
  text-transform: uppercase !important;
  border : 1px solid #fff;
}

.btn-white:hover {
  background-color: #8b6520 !important;
  color : #fff;
  transition: 0.5s !important;
  border : 1px solid #fff;
}

.footer .btn{
  width: 225px;
  height: 80px;
  line-height: 80px !important;
  margin: 5px 10px;

}

.img-fluid {
  width: 100%;
}

.border-radius {
  border-radius: 10px;
}

/* .form-control {
  min-height: 50px !important;
  height: auto !important;
} */

select {
  background-image: url("../image/select-down.png") !important;
  background-position: right 10px center !important;
  background-repeat: no-repeat !important;
  background-size: 11px !important;
  border-radius: 2px;
  border: none;
  padding: 10px 30px 10px 10px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.mCustomScrollbar {
  padding: 0;
  margin: 0;

}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #efe5d4 !important;
  width: 5px !important;
  height: 100%;
  /* border-radius: 0px; */
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #ad7f29 !important;
  filter: "alpha(opacity=90)" !important;
  -ms-filter: "alpha(opacity=90)" !important;

}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  width: 5px !important;
  border-radius: 0px;
  background-color: #ad7f29 !important;
}

.mCSB_inside>.mCSB_container {
  /* margin-right: 10px; */
}

.container
{
  max-width: 1200px;
}

.header.header-logo{
  display: none;
}

.section {
  width: 100%;
  padding: 80px 0;
  position: relative;
}

.section-last {
  padding-bottom: 120px !important;
}

.section-bg{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-title-big {
  font-size: 56px;
  margin-bottom: 20px;
  line-height: 72px;
  color: var(--black);
  font-family: var(--font-title);
  font-weight: 800;
  
}

.main-title {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 20px;
  font-family: var(--font-title);
  font-weight: 600;
}

.sub-title {
  font-size: 20px;
  font-weight: 600;
  color: #ad7f29;
  margin-bottom: 16px;
  text-transform: uppercase;
  position: relative;
}

.sub-title::after {
  width: 75px;
  height: 1px;
  background-color: #ad7f29;
  content: " ";
  position: absolute;
  top : 8px;
  margin-left: 20px;
}

.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px 32px;
  display: flex;
  z-index: 10000;
  background:  linear-gradient(180deg, rgba(0,0,0,0.8) 10%, rgba(0,0,0,0) 80%) !important;
}

.header .logo a img {
  width: 175px;
}

.header .header_menu {
  margin-left: auto;
  margin-top: 16px
}

.header_sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 15px 32px;
  display: flex;
  z-index: 1000;
  background: var(--black) !important;
  /* background-color: #000000; */
}

.header_sticky.sizzling .logo a img {
  width: 110px;
}

.header_sticky.enjoy .logo a img {
  width: 140px;
  margin-top: 10px;
}

.header_sticky .header_menu {
  margin-left: auto;
  margin-top: 10px
}

.header_sticky .header_menu,
.header .header_menu {
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.header_sticky .header_menu .st0,
.header .header_menu .st0 {
  fill: #fff;
  transition: 0.3s;

}

.header .header_menu:hover .st0,
.header_sticky .header_menu:hover .st0 {
  fill: #e5cb9b;
  transform: scale(1.5);
  transition: 0.3s;
}

.header .right-side-header {
  width: auto;
  margin-left: auto;
}

.header_sticky .right-side-header {
  width: auto;
  margin-left: auto;
  margin-top: 7px;
}

.header .enjoy img{
  width: 106px;
}

.header_sticky .enjoy img{
  width: 75px;
}

.right-side-header .btn {
  margin: 0 5px;
}

.home_banner .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home_banner .swiper-wrapper .swiper-slide .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  
}

.banner-text {
  position: absolute;
  width: 100%;
  top: 75% !important;
  transform: translateY(-75%);
  text-align: center;
}

.home_banner .swiper-wrapper h4 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 100px;
  letter-spacing: 1px;
  width: 100%;
  text-transform: uppercase;
  font-family: var(--font-title);
  text-align: center;
  margin-bottom: 0;
}

.home_banner .swiper-wrapper h5 {
  color: var(--primary);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  width: 100%;
  text-transform: uppercase;
  font-family: var(--font-title);
  text-align: center;
  margin-top: 0px;
  margin-bottom: 70px;
  position: relative;
}

.home_banner .swiper-wrapper h5::before,
.home_banner .swiper-wrapper h5::after{
    display: inline-block;
    content: "";
    border-top: 2px solid var(--primary);
    width: 100px;
    margin: 5px 16px 5px 16px;
    /* transform: translateY(-1rem); */
}

.banner-text a{
  display: none;
}

.home_banner .swiper-wrapper .btn {
  margin-top: 50px;
}

.home_banner .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  display: inline-block;
  border-radius: 0px;
  background-color: var(--white);
  opacity: 1;
  cursor: pointer;
}

.home_banner .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--white);
}

.home_banner .swiper-pagination .swiper-pagination-bullet:hover,
.home_banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  height: 5px;
  display: inline-block;
  border-radius: 0px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 35px);
}

.about-right{
  padding-left: 50px;
  position: relative;
  margin-top: 50px;
}

.about-left{
  padding-right: 50px;
  position: relative;
}

.about-icon-list{
  padding: 0;
  margin: 0;
}

.about-icon-list li{
  line-height: 24px;
  padding: 7px 0 7px 20px;
  color: #252525;
  font-size: 16px;
  text-align: justify;
  font-weight: 500;
  font-family: var(--font1);
  background-image: url(../image/about-list.png);
  background-repeat: no-repeat;
  background-position: top 15px left;
}

.about-bg{
  width: 100%;
  border-radius: 400px 400px 0 0;

}

.about-saperator{
  width: 1px;
  height: calc(100% - 50px);
  position: absolute;
  left : -12px;
  top : 50%;
  transform: translateY(-50%);
  background-color: #d2ae6d;
  content: " ";
}

.sizzling-about-saperator-up{
  background-image: url(../image/sizzling-about-up-icon.png);
  position: absolute;
  left : -28px;
  top : 0px;
  z-index: 1;
  width: 33px;
  height: 29px;
}

.sizzling-about-saperator-down{
  background-image: url(../image/sizzling-about-down-icon.png);
  position: absolute;
  left : -28px;
  bottom : 0px;
  z-index: 1;
  width: 33px;
  height: 29px;
}

.enjoy-about-saperator-up{
  background-image: url(../image/enjoy-about-up-icon.png);
  position: absolute;
  left : -30px;
  top : 0px;
  z-index: 1;
  width: 37px;
  height: 37px;
}

.enjoy-about-saperator-down{
  background-image: url(../image/enjoy-about-down-icon.png);
  position: absolute;
  left : -30px;
  bottom : 0px;
  z-index: 1;
  width: 37px;
  height: 37px;
}

.restaurant-gallery{
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 140px 0 140px;
}



.main-product-img {
	height: 80%;
	width: 100%;
  
}

.thumb-product-img {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.thumb-product-img .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
	border: 1px solid #666;
	border-radius: 10px;
}

.thumb-product-img .swiper-slide-thumb-active {
	opacity: 1;
	border: 1px solid #ccc;
	border-radius: 10px;
}

.main-product-detail-img,
.thumb-product-detail-img{
  width: 100%;
  border-radius: 10px;
}

.main-product-img-btn .button-next,
.main-product-img-btn .button-prev{
	color: #ab7a20;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 58px;
	border: 1px solid #ab7a20;
	border-radius: 50px;
	font-size: 20px;
	position: absolute;
	z-index: 10000;
	transition: all 0.3s;
	background: #fff !important;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3) !important;
}

.main-product-img-btn .button-next:hover,
.main-product-img-btn .button-prev:hover{
	background: #ab7a20 !important;
	color: var(--white);
	transition: all 0.3s;
}

.main-product-img-btn .button-next{
	top : 50%;
	transform: translateY(-50%);
	right: 40px;
  z-index: 100;
}

.main-product-img-btn .button-prev{
	top : 50%;
	transform: translateY(-50%);
	left: 40px;
  z-index: 100;
}

.restaurant-accordian .accordion-item{
  border: 0px;
}

.restaurant-accordian .accordion-button{
  background-color: #ad7f29;
  margin: 0;
  border: 0;
  margin-bottom: 15px;
  border-radius: 10px !important;
}

.restaurant-accordian .accordion-button:hover{
  background-color: #8b6520;
}

.restaurant-accordian .accordion-button p{
  color : #fff;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  line-height: 24px;
  border: 0px;
  line-height: 30px;
  border-radius: 10px !important;
  font-family: var(--font-title);
  padding-right: 15px;
}

.restaurant-accordian .accordion-button p i,
.restaurant-accordian .accordion-button p br{
  display: none;
}

.restaurant-accordian .accordion-button img{
  margin: 0px 14px 0 36px;
}

.restaurant-accordian .accordion-button span{
  text-transform: capitalize;
  font-weight: 500;
  font-size: 20px;
}

.restaurant-accordian .accordion-button::after {
  background-image : url(../image/plus.png);
  width: 25px;
  height: 25px;
  background-size: 25px;
}

.restaurant-accordian .accordion-button:not(.collapsed)::after {
  background-image : url(../image/minus.png);
  width: 25px;
  height: 25px;
  background-size: 25px;
}

.restaurant-accordian .accordion-body{
  padding: 15px 0 50px 0;
}

.tab-restaurant-img{
  padding-right: 25px;
}

.tab-restaurant-content{
  padding-left: 25px;
  padding-right: 15px;
  max-height: 550px !important;
}

.restaurant-accordian-img-div{
  background-color: #f1f1f1 !important;
  height: 550px !important;
  width: 100% !important;
  position: relative !important;
  border-radius: 10px;
}

.restaurant-accordian-img{
  max-width: calc(100% - 20px) !important;
  max-height: 550px !important;
  width: auto !important;
  vertical-align: middle !important;
  margin: auto !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  position: absolute !important;
}

.accordian-img-banner{
  width: 100%;
  height: 550px;
  position: relative;
  border-radius: 10px;
}

.accordian-img-banner img{
  width: 100%;
  height: 550px;
  border-radius: 10px;
}

.enlarge-banner{
  position: absolute;
  bottom : 10px;
  right : 10px;
  background-color: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.enlarge-banner:hover{
  position: absolute;
  bottom : 10px;
  right : 10px;
  background-color: var(--secondary);
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.enlarge-banner img{
  width: 18px;
  height: 18px;
  border-radius: 0;
}

.enlarge-banner:hover img{
  filter: brightness(0) invert(1);
}

.sizlling-form input.form-control{
  height: 60px !important;
  margin-bottom: 15px;
  border-radius: 10px;
}

.sizlling-form label span{
  margin-left: 3px;
  color: #ab7a20;
}

.sizlling-form button{
  padding-left: 40px !important;
  padding-right: 40px !important;
  border: 2px solid #cd9a39;
  line-height: 42px !important;
}

.form-floating textarea.form-control{
  height: 150px !important ;
  border-radius: 10px;
  margin-bottom: 20px;
}

.sizlling-form button:hover{
  padding-left: 40px !important;
  padding-right: 40px !important;
  background: #fff !important;
  border: 2px solid #cd9a39;
  color: var(--secondary);
}

.sizlling-form .form-floating label {
  transition: 0.3s;
	width: 100%;
}


.sizlling-form .form-floating>.form-control:focus~label,
.sizlling-form .form-floating>.form-control:not(:placeholder-shown)~label,
.sizlling-form .form-floating>.form-select~label {
	opacity: 1;
	background-color: #fff;
	height: auto;
	padding: 0px 0px 0px 10px;
	width: 100%;
	transform: scale(0.982) translateY(0.045rem) translateX(0.1rem);
	border-radius: 10px;
	font-size: 14px;
  transition: 0.3s;
}

.footer{
  padding: 50px 0;
  background-color: #ad7f29;
}

.social-media{
  display: inline-flex;
  margin: 20px 0;
  padding: 0;
}

.social-media li a{
  color: var(--white);
  font-size: 25px;
  padding: 0px;
  
  display: block;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px;
  text-align: center;
  margin: 5px;
  border-radius: 5px;
  background-color: transparent;
  transition: all 0.5s;
}

.social-media li a:hover{
  background-color: var(--white);
  transition: all 0.5s;
  color: #8b6520;
}

.copyrights{
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0 !important;
}

.copyrights br{
  display: none;
}

.back-link{
  color: #ebd1a0;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font1);
  transition: color 0.5s;
}

.back-link:hover{
  color: #fff;
  transition: color 0.5s;
}

.enquiry-top{
  height: 400px;
}

.enquiry-banner .logo{
  width: auto;
  margin-bottom: 48px;
}

.enquiry-overlay{
  background: linear-gradient(180deg, rgba(0,0,0,0.8) 10%, rgba(0,0,0,0) 88%);
  width: 100%;
  height: 100%;
  position: absolute;
  top : 0;
  left : 0;
  z-index: 0;
}

.enquiry-banner{
  position: absolute;
  top : 57%;
  left : 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}


.enquiry-form{
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3) !important;
  padding: 30px;
}

.form-disabled{
  background-color: #e8dcc6;
  border-radius: 10px;
  width: 100%;
  height: 60px;
  color: #353535;
  padding: 0 15px;
  line-height: 60px;
  font-weight: 500;
  margin-bottom: 15px;
}

.enquiry-form input.form-control{
  height: 60px !important;
  margin-bottom: 15px;
  border-radius: 10px;
  background-color: #f0ede8;
  border: 0px;
}

.enquiry-form label span{
  margin-left: 3px;
  color: #ab7a20;
}

.enquiry-form button{
  padding-left: 40px !important;
  padding-right: 40px !important;
  border: 2px solid #cd9a39;
  line-height: 42px !important;
}

.enquiry-form .form-floating textarea.form-control{
  height: 150px !important ;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #f0ede8;
  border: 0px;
}

.enquiry-form button:hover{
  padding-left: 40px !important;
  padding-right: 40px !important;
  background: #fff !important;
  border: 2px solid #cd9a39;
  color: var(--secondary);
}

.enquiry-form .form-floating label {
  transition: 0.3s;
	width: 100%;
}


.enquiry-form .form-floating>.form-control:focus~label,
.enquiry-form .form-floating>.form-control:not(:placeholder-shown)~label,
.enquiry-form .form-floating>.form-select~label {
	opacity: 1;
	background-color: #f0ede8;
	height: auto;
	padding: 0px 0px 0px 10px;
	width: 100%;
	transform: scale(0.982) translateY(0.045rem) translateX(0.1rem);
	border-radius: 10px;
	font-size: 14px;
  transition: 0.3s;
}
