/*!
Theme Name: web
Theme URI: https://www.drupalbuilder.com/
Author: Rajesh Kumar
Author URI: https://www.drupalbuilder.com/
Description: This was a bespoke theme
Version: 1.0.0
*/


@font-face {
	font-family:'Raleway';
	src:url('fonts/Raleway.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
	font-family:'QuicksandMedium';
	src:url('fonts/Quicksand-Medium.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
	font-family:'NeutraTextBook';
	src:url('fonts/NeutraText-Book.otf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
	font-family:'MyriadProRegular';
	src:url('fonts/MyriadPro-Regular.otf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
	font-family:'MyriadProBold';
	src:url('fonts/MyriadPro-Bold.otf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
	font-family:'MontserratBold';
	src:url('fonts/Montserrat-Bold.otf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
	font-family:'MonofontoRegular';
	src:url('fonts/Monofonto-Regular.otf') format('truetype');
    font-weight:normal;
    font-style:normal;
}

@font-face {
	font-family:'DINCondensedBold';
	src:url('fonts/DIN Condensed Bold.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
 
.NeutraTextBook {font-family:'NeutraTextBook';}
.MyriadProBold {font-family:'MyriadProBold';}
.MontserratBold {font-family:'MontserratBold';}
.MyriadProRegular {font-family:'MyriadProRegular';}
.subtitle-font {font-family:'DINCondensedBold';}
.MonofontoRegular {font-family:'MonofontoRegular';}
.Raleway  {font-family:'Raleway';}
.QuicksandMedium  {font-family:'QuicksandMedium';}

body {
  font-family: QuicksandMedium;
  font-size: 14px;
  color: #424242;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.footer-primary a {
  background-color: #8e8e8e;
  border-radius: 50px;
  color: #fff;
  border: 1px solid transparent;
  transition: 0.3s;
}
.footer-primary a:hover {
  background-color: #cc826c;
  color: #fff;
  transition: 0.3s;
}
.primary a , .submitbtn , .wpcf7-form-control.wpcf7-submit {
  background-color: #f3e8e6;
  border-radius: 50px;
  color: #000;
  border: 1px solid transparent;
  transition: 0.3s;
}
.primary a:hover , .submitbtn:hover , .wpcf7-form-control.wpcf7-submit:hover {
  background-color: #000000;
  color: #fff;
  transition: 0.3s;
  border: 1px solid #dee2e6 !important;
}
.secondary a , .subscribe , .footer-secondary a {
  background-color: #1c428a;
  border-radius: 50px;
  color: #fff;
  border: 1px solid transparent;
  transition: 0.3s;
}
.secondary a:hover , .subscribe:hover, .footer-secondary a:hover {
  background-color: #000000;
  transition: 0.3s;
}
.blue {color: #1c428a;}
#btn-back-to-top {
  background-color: #f4cdc5 !important;
  position: fixed !important;
  bottom: 20px !important;
  left: 20px !important;
  display: none;
  z-index: 999999 !important;
}
.wrapper {
  width: 1280px;
  max-width: 95%;
  margin: 0 auto;
}
#header-room-banner {
  position: relative;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust opacity as needed */
}
#burger-menu img , .close-menu img {
  width: 50px;
} 
.social-icon-size {
  width: 45px;
}
.subtitle-color {
	color: #c3ab85;
}
.header-inner.fixed {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
}
.but-width {
  width: 250px !important;
  font-size: 18px;
}
.nav-menu-logo.overlap-logo {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  top: -50px;
  z-index: 999;
}
.fs-color li {
  margin: 5px 10px;
}

.menu-item-has-children a::after {
  content: "";
  background: url(/wp-content/themes/web/img/down-arrow.png);
  width: 16px;
  height: 14px;
  display: inline-block;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: right top;
  -moz-top: 12px;
  -webkit-top: 0;
  margin-left: 10px;
}
.sub-menu li a::after {
  background: none !important;
}
.sub-menu {
  display: none;
}
.text-center.image-overlay-text {
  width: 100%;
  max-width: 725px;
  background: rgba(0, 0, 0, 0.6);
  padding: 50px;
  margin: 0 auto;
  border-radius: 30px;
}
.dot::before,
.dot::after {
    content: '•';
    margin: 0 10px;
    font-size: 34px;
    color: #fff;
}
.img-thumb {
	width: 300px;
}
.glarry-img {
  padding: 10px 13px;
}
.glarry-img img {
  width: 100%;
  height: auto;
}
.glarry-slider {
  margin: 0px;
}
.silk-slider .slick-dots li {
  --float: left;
}
.silk-slider .slick-dots li button {
  font-size: 0;
  background: #727679;
  border: none;
}
.slick-arrow {
  display: none !important;
}
.slick-dots {
  padding: 20px;
}
.slick-dots li {
  margin: 4px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid transparent !important;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.slick-dots li button {
  padding: 2px;
  border-radius: 50%;
  font-size: 0;
  background: #000;
  border: 3px solid transparent !important;
  display: block;
}
.slick-dots li.slick-active button {
  background: #f3e8e6;
}
#parties-catering .text , #gallery .text.text-cp {
  font-size: 16px !important;
  text-transform: uppercase;
}
#our-story .text.text-cp {
  margin: 0 !important;
}
#postcode {
  border: 1px solid transparent;
  padding: 7px 15px;
  border-radius: 50px;
  text-align: center;
  font-weight: 700;
}
.maill-input {
  margin: 20px 0px;
  padding: 12px 25px;
  border-radius: 50px;
  border: none;
  text-align: center;
}
.group-book-form input , select , textarea {
  margin-bottom: 0px;
  font-weight: normal;
  color: #000;
  height: 160px;
  resize: none;
}
#wpcf7-f10-p718-o1 .wpcf7-form-control , #wpcf7-f724-p725-o1 .wpcf7-form-control {
  padding: 9px 12px !important;
  border: 1px solid #eee !important;
  margin-bottom: 0px;
  font-weight: normal;
  width: 80% !important;
  color: #000;
  background: #eee;
}
.group-book-form .gb-e-form .cont-name input, .group-book-form .gb-e-form .cont-s-name input, .group-book-form .gb-e-form .cont-email input, .group-book-form .gb-e-form .cont-pn input, .group-book-form .gb-e-form .cont-pd input, .group-book-form .gb-e-form .cont-msg textarea {
  background: #f2f2f2 !important;
}
#Send {
  width: 100% !important;
  max-width: 160px;
  background: #052443;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid transparent;
  margin: 5% 33%;
  text-align: center;
  border-radius: 50px;
}
#wpcf7-f10-p718-o1 .wpcf7-form-control.wpcf7-submit , #wpcf7-f724-p725-o1 .wpcf7-form-control.wpcf7-submit {
  width: 100% !important;
  max-width: 160px;
  background: #052443;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid transparent !important;
  margin: 5% 33%;
  text-align: center;
  padding: 6px 4px;
}
.w-80 {
  width: 100%;
  max-width: 80%;
}
.wpcf7-spinner {
  display: block;
}
.mape-h {
	height: 100%;
}
.accordion-button::after {
 margin-left: 10px;
 color : #1c428a !important;
 background-size: 18px;
}
.but-w-18 {
	width: 180px;
}
.hide {
  display: none;
}
.card-section {
	width: 64%;
	text-align: center;
	margin: 0 auto;
}
.accordion-item .card {
	margin-top: 10px;
}
.btn-custom {
	border: 1px solid transparent;
	transition: background-color 0.3s, color 0.3s;
}
.hr-dotted {
 border-top: 3px dotted #000;
  width: 100%;
  margin: 35px 0;
}
.white-btn {
	background: #fff;
}
.white-btn:hover {
	background: #cc826c;
}
.h-400 {height: 450px;}
@media only screen and (min-width: 1150px) {
.h-900 {
	height: 1000px !important;
}
}
@media only screen and (max-width: 991px) {
.mape-h {
	height: 700px;
}
.h-500 {
	height: 700px !important;
	background-size: cover;
}
.img-thumb {
	width: 250px;
}
}
@media only screen and (max-width: 1200px) {
#header .frist.but-width.d-inline-block.rounded-pill.mx-2.text-center.Takeaway {
  display: none !important;
}	
}
@media only screen and (max-width: 540px) {
.img-thumb {
	width: 200px;
}
.img-fluid.lalogo {
  max-width: 150px !important;
}
#header .social-icon-outer ul li:last-child {
  padding-left: 5px;
}
#burger-menu img , .close-menu img  {
  width: 30px;
}
.social-icon-size {
  width: 35px;
}
.but-width {
  width: 180px !important;
  font-size: 16px;
}
}

.title.subtitle-font {
  font-size: 58px !important;
  line-height: 1 !important;
}


@media only screen and (max-width: 991px) {
.title.subtitle-font {
  font-size: 40px !important;
}

}


.line{
	line-height:26px;
}

.header-logo {
  width: 200px;
}

.address {
  max-height: 100px;
}