<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Courgette&amp;display=swap');
*{ padding:0px; margin:0px;}
button:focus{outline:none;}
a,a:hover,a:focus,a:active{text-decoration:none;}
ul,li{list-style:none;}
img{width:100%;}
.style {
    font-family: 'Courgette' ;
    color: #fff;
    font-size: 40px;
    line-height: 0.8;
    margin-bottom: 30px;
}
.about-area-image-box img {
}
.mn.text-center img {
    width: 50vh;
margin-bottom: 20px;
}
#notice{
display:none;}
.main-content h2 img {
    width: 42vh!important;
    text-align: center;
    display: inline-block!important;
}
.CatAcc.menu-active a {
    text-align: left;
    display: block;
    background: #88036a;
    padding: 10px;
	color:white;
	font-size:18px;
}
.meal .sub-item {
    width: 50%;
    text-align: left;
}

.meal h5 {
    width: 50%;
    text-align: left;
    margin: 0;
    /* padding: 10px; */
    /* border-bottom: 1px solid red; */
}
.meal {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.meal .sub-item {
    width: 50%;
    text-align: left;
}
.menucatdescription {
    text-align: left;
}
.price {
    text-align: right;
}
section.menu h4 {
    margin: 10px 0;
    padding: 8px;
    width: 100%;
    background: #91744a;
    /* margin-top: 10px; */
    color: #fff;
}
section.menu ul {
    list-style: none;
    margin: 15px 0;
	padding: 0;
}
.subproductdescription {
    margin-top: 10px;
}
.slider-item2.slider-item3 .main-content h2 {
    border: none;
}
.style span{font-size:20px!important;color: #fff;font-family: 'Poppins' ;font-weight:900;}
body{ font-family: 'Poppins' ;}
.main-header{height:90vh;overflow:hidden;position:relative; }
p{font-size:15px;}
a.navbar-brand {font-size: 20px;}
li.nav-item a {font-size: 20px;color: #fff;font-weight: 800;}
.header-box{}
.navbar-dark .navbar-nav .nav-link {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}
.fixed-top .navbar-dark .navbar-nav .nav-link{
	color:#fff;
}
.bg-color .nav-link, .bg-color .navbar-brand, .bg-color .fa-bars {
    color:#88036a!important; 
}
.header-title h2 {
    color: #fff;
    font-size: 60px;
	font-weight: 900;
}
.header-title h2 span{
	font-family: 'Cabin', sans-serif;
}
section.dis_cond {
    padding: 20px 0px;
    background: #88036a;
    color: #fff;
    /* font-size: 24px; */
	animation:blink;
	transition:3.s;
}
section.dis_cond p{
	margin:0;
	font-size:20px;
}
.header-title p{
	color:#fff;
	font-size:25px;
}
.header-bottom{
	position:absolute;
}
.header-bottom {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%);
    display: inline-block;
	z-index:100;
}
.bookingbtn {
    display: none;
}
.header-bottom a {
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
	color: #88036a;
}
.home-section-1{
background:url(../img/bg1.jpg);
background-size:cover;
background-repeat:no-repeat;
height:500px;
}
.home-section-2{
background:url(../img/book2.jpg);
}

.about-area-inner {
    padding: 100px 0px;
}
.left-about-content h2, .home-menu-content h2, .home-section-inner h2 {
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    line-height: 0.6;
    margin-bottom: 30px;
}
.left-about-content h1,.home-menu-content h4,.home-section-inner h4 {
    font-size: 25px;
	font-weight:bold;
}
.my_btn {
    font-size: 14px;
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
	background:#88036a;
    /* font-weight: 100; */
    text-transform: uppercase;
}
.home-section-1{
	position:relative;
}
.home-section-1-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home-section-1-content h2 {
    font-size: 60px;
    color: #fff;
}
.home-section-1-content p {
    color: #fff;
    font-size: 20px;
}
.home-section-menu {
    padding: 100px 0;
}
.home-section-3-inner {
    padding: 100px 0px;
}
.footer-area {
    padding: 100px 0px;
    background: #121212;
	position:relative;
}
.footer-content h2 {
    color: #fff;
    font-weight: 600;
}
.footer-content p {
    color: #fff;
    font-size: 20px;
}
.footer-left h2{
	color:#fff;
	
}
.footer-left ul{
	margin-top:10px;
}
.footer-left ul li {
    color: #6c757d;
    display: inline-block;
    margin-left: 10px;
	position:relative;
}
.footer-left ul li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    width: 5px;
    height: 5px;
    background: #88036a;
    transform: translateY(-50%);
    border-radius: 12px;
}
.footer-left ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -8px;
    width: 5px;
    height: 5px;
    background: #88036a;
    transform: translateY(-50%);
    border-radius: 12px;
	display:none;
}
.footer-left ul li:last-child:before{
	display:block;
}

.footer-left ul li a{
	color:#6c757d;
	text-transform:uppercase;
	transition:.3s;

	
}
.footer-left ul li a:hover{
	text-decoration:none;
	color:#88036a;
}
.footer-left ul li span{
	color:#fff;
}
.footer-bottom-area {
	margin-top:50px;
}
.footer-left input {
    width: 50%;
	display:inline-block;
}
ul.social .fab {
    font-size: 30px;
    margin-left: 20px;
}
.footer-bottom {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX( -50%);
    display: inline-block;
}
section.footer-down.text-center {
    background: #252525;
    padding: 15px;
    color: #fff;
    font-size: 20px;
}
.footer-bottom a {
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
	color: #88036a;
}
.bg-color {
    background: #fff;
}

.main-header {
    z-index: 100;
}
.bg-color .nav-link:hover{
	color:#88036a!important;
}
li.nav-item {
    margin-left: 5px;
}
.main-header2 {
    background: url(../img/pentre-1.jpg);
    height: 300px;
    background-position:center;
    background-size: cover;
}

section.menu-section-part {
    padding-bottom: 100px;
}
.content-right h3 {
    font-size: 15px;
    text-align: right;
}
.content-left h3 {
    text-align: left;
    font-size: 15px;
    margin-bottom: 20px;
    text-transform: capitalize;
	
}
.menu-header-title h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 30px;
    border-bottom: 1px solid #88036a;
    line-height: 70px;
	color:#88036a;
}
.main-menu-call h2{
}
.main-menu-call {
    padding: 50px 0px;
    color: #000;
}
section.booking-section-part {
    padding: 100px;
}
.book-content h2 {
    color: #88036a;
    font-size: 50px;
}
section.testi-mony {
    padding: 100px 0;
    background: url(../img/home-1.jpg);
}
section.contact-info {
    padding: 100px 0;
}
section.contact-info h2 {
    color: #88036a;
}
.contact-left h3 {
    color: #88036a;
}
.contact-left .fab {
    color: #88036a;
    font-size: 30px;
    margin-left: 20px;
}
.email-form .my_btn {
    background: #88036a;
    border: none;
    /* display: block; */
    margin-top: 10px;
    border: 1px solid #88036a;
}
.email-form label {
    margin-top: 15px;
}
.cleint-review {
    background: #f8f9fa;
    padding: 50px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.cleint-review .fa {
    font-size: 40px;
    color: #88036a;
    border-radius: 2px solid red;
    margin-bottom: 20px;
    border: 1px solid;
    border-radius: 50px;
    padding: 20px;
}
.client-testi-mony h2 {
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 700;
	color:#fff;
}
.slider-area {
    width: 800px;
    margin: 0 auto;
}
.main-gallery-inner{
	padding:100px 0;
}
.main-gallery-inner img{
	margin-bottom:30px;
	border-radius:20px;
}
span.fa.fa-bars {
    color: #88036a;
}
.form-offer {
    box-shadow: 1px 1px 6px #ea2625;
    padding: 15px;
    position: relative;
}
.form-offer .icon {
    position: absolute;
    top: -50px;
    /* box-shadow: 1px 1px; */
    /* right: 0; */
    left: 50%;
    transform: translateX(-50%);
}
.form-offer .icon svg {
    width: 90px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 1px 1px 5px #ea2625;
}
.form-offer h2 {
    margin-top: 30px;
    font-size: 25px;
    text-align: center;
}
div#mc_embed_signup_scroll h2 {
    font-size: 14px;
}
#mc_embed_signup .mc-field-group {
    margin: 0px !important;
    padding-bottom: 0px !important;
}
#mc_embed_signup .mc-field-group label {
    margin-top: 12px;
}
#mc_embed_signup .button {
    background: #ea2625;
    padding: 22px 60px;
    height: 0px;
    line-height: 0px;
}
.main-offer-box{
	padding:100px 0px;
}
.msg.error {
    margin-top: 10px;
    color: #88036a;
}
.msg {
    margin-top: 10px;
    color: #88036a;
}
.menu .panel a { pointer-events:none; cursor:default; }
	.menu .panel .product_dv { margin-bottom:10px; border-bottom:1px solid #eee; }
	.menu .panel .panel-title { margin:20px 0 10px; letter-spacing:0; background:#810365; padding:5px;color: #f8f9fa; }
	.menu .panel .panel-title a { font-size:26px; color:#810365!important; }
	.menu .panel .sub_product { padding-left:20px; }
	.menu .panel .price_dv { text-align:right; font-weight:700; font-size:15px; }
	.menu .panel .product_name { margin:0; font-size:16px; font-weight:700; letter-spacing:0; }
	.menu .panel .product_description { margin:0 0 10px; font-size:15px; letter-spacing:0; font-weight:600; opacity:0.8; }
	.menu .panel .add_icon,
	.menu .panel .product_images { display:none; }
@media (max-width: 575.98px) {
	.main-content .my_btn {
    font-size: 15px;
    padding: 10px 15px;

}
.owl-carousel .owl-nav {
    display: none;
}

.main-content p {
  
    font-size: 15px;
}
	.header-title.text-center {
    margin-top: 40%!important;
}
	.book-content h2 {
    margin-bottom: 15px!important;
}
.client-testi-mony {
    margin-bottom: 20px;
}
section.contact-info h2 {
    color: #88036a;
    margin-bottom: 20px!important;
}
.menu-header-title {
    margin-bottom: 31px;
}
	.header-title h2 {
    font-size: 50px;}
	.left-about-content {
    margin-bottom: 40px;
	}
	.home-m-gallery {
    margin-bottom: 30px;
	}
	.about-new-inside {
    top: -50px!important;
    width: 200px!important;
    left: 0px!important;
   
}
.footer-content .style {
    margin-bottom: 20px!important;
}
.home-sec-inner {
    margin-top: 30px;
}
.home-section-1-content {
    width: 100%;

}
.home-section-1-content p {
    margin-top: 15px;
}
.style {
    margin-bottom: -10px!important;
}
.slider-area {
    width: 100%;
}
.style {
 
    font-size: 30px!important;
}
section.booking-section-part {
    padding: 100px 0px;
}
.book-content h2 {
    margin-top: 20px;
}
.offer-box2 a{
	margin-top:30px;
}
.main-menu-call .my_btn {
    padding: 10px!important;
    font-size: 15px!important;
}
.contact-left {
    border-bottom: 1px solid #88036a;
}

}
a.navbar-brand  img {
    width: 200px;
}
.navbar-nav .active .nav-link {
    color: #88036a!important;
}
.navbar-nav .nav-link {
    color: #000!important;
}
.slider-item2 {
    background-image: url(../img/titas-bg1.jpg);
    background-size: cover;
    height: 100vh;
}
.slider-item3 {
	background-image: url(../img/titas-bg2.jpg);
   
}
.main-content {
    width: 40%;
}
.slider-item2{
	display:flex;
	justify-content:center;
	align-items:center;
}
.main-nav-header {
    background: #fff;
}
.main-content h2 {
    color: #000;
	font-size:50px;
}
body.animate{
	padding-top:138px;
}
.main-content p{
	color:#fff;
	font-size: 20px;
	margin-top:10px;
}
.slider-item2.slider-item3 h2, .slider-item2 .main-content h2 {
    color: #fff;
    font-size: 60px;
	font-family: 'Courgette';
	border: 1px solid #fff;
}
/*------ */
$animation-time: 2s;

.carousel {
  width: 600px;
  height: 400px;
  margin: 30px auto 0;
}

.owl-item.in.active {
  z-index: 2!important;
  opacity: 1;
}
span.fa.fa-phone{
    transform: rotate(100deg);
}
.item {
  width: 600px;
  overflow: hidden;
}

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: inherit;
}

.owl-carousel .owl-nav {
  text-align: center;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  padding: 5px 10px !important;
  display: inline-block;
  font-size: 30px;
}

.animated  {
  animation-duration: $animation-time !important;
  animation-fill-mode: both;
}

.in .bg-image {
  animation-name: slideIn;
  animation-duration : $animation-time;
  animation-fill-mode: both;
}

@keyframes slideIn {
  from { transform: translateX(-50%); }
  to { transform: translateX(0%); }
}

@keyframes slideInReverse {
  from { transform: translateX(50%); }
  to { transform: translateX(0%); }
}


.out .bg-image {
  animation-name: slideOut;
  animation-duration : $animation-time;
  animation-fill-mode: both;
}

@keyframes slideOut {
  from { transform: translateX(0%); }
  to { transform: translateX(50%); }
}

@keyframes slideOutReverse {
  from { transform: translateX(0%); }
  to { transform: translateX(-50%); }
}

.reverse {
  .in .bg-image { animation-name: slideInReverse; }
  .out .bg-image { animation-name: slideOutReverse; }
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.top-area-right {
    text-align: center!important;
}
	.section-title5 {
    margin-bottom: 50px;
	padding: 0 10px;
}
.slider-area{
	width:100%!important;
}
.footer-content .style {
    margin-bottom: 20px!important;
}	
}
.owl-carousel .owl-nav {
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
	transform: translateY(-50%);
}
button.owl-prev{
	float:left;
}
button.owl-next{
	float:right;
}
.owl-carousel .owl-nav span{
	color:#fff;
	width:40px;
	height:50px;
	display:inline-block;
	font-size:60px;
}
.right-about-content {
    position: relative;
	border-top-left-radius: 30px;
}
.about-main-content p {
    color: #fff;
}
.about-new-inside {
    position: absolute;
    top: -42px;
    width: 250px;
    left: -42px;
	overflow:hidden;
	border-top-left-radius: 30px;
}
.right-about-content img{
	transition:2s;
}
.right-about-content img:hover{
	   
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    z-index: 0;
}

.right-about-content img {
    border-top-left-radius: 30px;
	
}
.new-content h2 {
    font-size: 20px;
	opacity:0;
}
.new-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 19px;
}
.home-m-gallery {
    margin-bottom: 15px;
}
.out-side {
    overflow: hidden;
    border-bottom-right-radius: 30px;
    box-shadow: 5px 5px 10px rgba(73, 80, 87, 0.32);
}
.main-content h2 span{
	color:#88036a;
}
.footer-content .style {
    color: #88036a;
}





.header-box .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.header-box .owl-item.active p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}

.header-box .owl-item.active .mobil{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-name: fadeInRight;
  animation-delay: 0.3s;
}
.header-box .owl-item.active .my_btn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.offer-box {
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.1) 0%, rgba(255,255,255,.1) 100%);
    background-image: linear-gradient(bottom, rgba(0,0,0,.1) 0%, rgba(255,255,255,.1) 100%);
    padding: 40px;
}
.offer-box a{
	color: #fff;
    border-color: #fff;
	overflow: hidden;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	border: 3px solid;
	padding: 1em 2em;
	position:relative;
	display:inline-block;
	text-transform:uppercase;
}
.offer-box a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #fff;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.offer-box a:hover {
    color: #fff;
    border-color: #88036a;
}
.offer-box a:hover::before {
    opacity: 1;
    background-color: #88036a;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.home-section-1-content h2 {
    color: #fff;
}
.home-section-1-content p{
	color:#fff;
}
.header-title.text-center {
   margin-top:10%;
}

.header-box {
    position: relative;
}
.my_btn{
	transition:1s;}
.my_btn:hover{
color:#88036a;
background:transparent;
border:1px solid #88036a;
}
.main-menu-call .style {
    margin-bottom: 15px;
}
.main-menu-call .style {
    margin-bottom: 15px;
}
.book-content h2 {
    margin-bottom: 15px;
}
.offer-box2 a {
    color: #88036a;
    border-color: #88036a;
    overflow: hidden;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    border: 3px solid;
    padding: 1em 2em;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}
.offer-box2 a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #fff;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.offer-box2 a:hover {
    color: #fff;
    border-color: #88036a;
}
.offer-box2 a:hover::before {
    opacity: 1;
    background-color: #88036a;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.left-booking-img {
	position:relative;
}


.testi-mony {
	position:relative;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1d2124c7;
    z-index: -14;
}
.contact-left h2 {
    color: #88036a;
    border-bottom: 1px solid #88036a;
	margin-bottom:30px;
}
ul.main-content-info span {
    color: #88036a;
    font-size: 20px;
    margin-right: 10px;
}
ul.main-content-info li {
    font-size: 15px;
    margin-bottom: 15px;
}
.main-gallery-inner .gallery-book {
    background-size: cover!important;
    height: 250px;
    margin-bottom: 30px;
	position:relative;
}
.main-gallery-inner .gallery-book:after{
	width:100%;
	height:100%;
	background:rgba(29, 33, 36, 0.56);
	content:"";
	position:absolute;
	opacity:0;
	transform: scale(.9);
    -webkit-transition: .3s;
    transition: .3s;
    overflow: hidden;
	}
.main-gallery-inner .gallery-book a{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:100;
	font-size:30px;
	color:#fff;
	opacity:0;
	-webkit-transition: .3s;
    transition: .3s;
	
}
.main-gallery-inner .gallery-book:hover a{
	opacity:1;
}
.main-gallery-inner .gallery-book:hover:after{
	opacity:1;
	transform: scale(1);
}
.main-gallery-inner .img {
    background: url(../img/gallery-7.jpg);
	
}
.gallery-h{
	height:500px;
}
.main-gallery-inner .img1 {
    background: url(../img/gallery-1.jpg);
	
}.main-gallery-inner .img2 {
    background: url(../img/gallery-2.jpg);
	
}.main-gallery-inner .img3 {
    background: url(../img/gallery-3.jpg);
	
}.main-gallery-inner .img4 {
    background: url(../img/gallery-4.jpg);
	
}.main-gallery-inner .img5 {
    background: url(../img/gallery-5.jpg);
	
}
.main-gallery-inner .img6 {
    background: url(../img/gallery-6.jpg);
	
}
.footer-content .style, .offer-box2 .style{
	margin-bottom:20px;
}
section.menu-section-part-6 {
    background: url(../img/new1.jpg);
    padding: 100px 0;
    background-size: cover;
}
.main-menu-call .my_btn {
    padding: 20px 50px;
    margin-bottom: 20px;
	font-size:20px;
}
.main-menu-call p {
    margin-bottom: 5px;
}
.book-content .style {
    text-transform: none;
}
.fixed-top .active .nav-link {
    color: #88036a!important;
}
section.map {
    height: 450px;
}
.about-main-content a {
    text-decoration: none;
}
/*titas web control  */
/*---Home ---  about Area Start --&gt; */
.about-content-box{
	padding:100px 0px;
}
.top-area {
    padding: 0px 0px;
    background: #88036a;
}
.top-area {
    color: #fff;
}

.about-main-content {
    background: #88036a;
    padding: 55px 40px;
}
.about-content-inner .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}
.footer-left img {
    width: 200px;
}
.footer-left p{
	font-size:20px;
	color:#fff;
}
ul.follow li:after {
    display: none;
}
ul.follow .fab {
    font-size: 40px;
    color: #88036a;
	transition:.3s;


}
ul.follow li:before{
	display:none!important;
}
ul.follow .fab:hover {
    font-size: 40px;
    color: #fff;
}
.testimony-s {
    background: linear-gradient(rgba(136,3,106, 0.8),rgba(136,3,106, 0.8)),url(../img/titas-2.jpg) 50% 0%;
    background-size: cover;
}
.user img {
    width: 80px!important;
    border-radius: 50px;
}
.user {
    display: flex;
    align-items: center;
		margin-top:30px;

}
.user h3 {
    font-size: 15px;
    margin-left: 17px;
    font-weight: 900;
}
.user h3 span{
	color:#fff;
	font-weight:normal;
	font-size:12px;
}
.main-testi-content {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
	position:relative;

}
.main-testi-content:before{
    content: '';
    position: absolute;
    left: 40px;
    bottom: -25px;
    border-left: 24px solid #fff;
    border-top: 24px solid transparent;
    border-right: 24px solid transparent;
    border-bottom: 24px solid transparent;
    z-index: -1;

}
.my_bt3 {
    position: relative;
    text-align: center;
    height: 55px;
    line-height: 50px;
    background: #FFF;
    color: #000;
    border-radius: 3px;
    z-index: 1;
	padding-left: 25px !important;
    padding-right: 25px !important;
	display: inline-block;
}
.my_bt3:hover:before {
    height: 100%;
    border: 1px solid #000;
}
.my_bt3:hover:after {
    height: 100%;
}
.my_bt3:hover {
    color: #88036a;
}
.my_bt3:before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    height: 2px;
    background: #FFFFFF;
    z-index: -1;
    -webkit-transition: all .1s .2s ease-in;
    transition: all .1s ease-in;
}
.my_bt3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #000;
    z-index: -2;
    -webkit-transition: all .1s ease-in;
    transition: all .1s .1s ease-in;
}
.booking-inner.new-book {
    margin: 0 auto;
    padding: 50px;
    border: 1px solid #88036a;
}
.book-fixed {
    position: fixed;
    top: 52.5%;
    min-height: 180px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 92px;
	background:url(../img/titas-bg-book.png);
	right:0;
	z-index:1000000;
	transition:.3s;
}
.book-fixed p {
    -webkit-transform: rotate(270deg) translate(-82px, 16px);
    -moz-transform: rotate(270deg) translate(-82px, 16px);
    -ms-transform: rotate(270deg) translate(-82px, 16px);
    -o-transform: rotate(270deg) translate(-82px, 16px);
    transform: rotate(270deg) translate(-82px, 16px);
	transition:.3s;
}


.new-book .book-content.text-center h2 {
    line-height: 40px;
} 

.book-fixed p a {
    text-transform: uppercase;
    font-size: 13px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	text-decoration:none;
	 color: #f8f9fa;
    font-weight: 600;
}
.book-fixed:hover p {
    -webkit-transform: rotate(360deg) translate(5px, 80px);
    -moz-transform: rotate(360deg) translate(5px, 80px);
    -ms-transform: rotate(360deg) translate(5px, 80px);
    -o-transform: rotate(360deg) translate(5px, 80px);
    transform: rotate(360deg) translate(5px, 80px);
}
.top-area-left .fa {
    margin-right: 2px;
}
.top-area-right .fa{
	 margin-right: 5px;
}
.contact-left h2 {
    line-height: 1;
}
.footer-text {
    font-size: 15px;
}
@media (max-width:580px){
	a.navbar-brand img {
    width: 120px;
	}
	.main-nav-header .my_btn{padding:5px 10px;}
	.main-content {
    width: 80%!important;
}
.main-content p {
    font-size: 15px;
}
	.booking-inner.new-book {
    width: 100%;}
	.left-booking-img {
    margin-top: 30px;
}
	.slider-item2.slider-item3 h2, .slider-item2 .main-content h2 {
    font-size: 45px;
}
.top-area-left, .top-area-right{
    text-align: center!important;
}
.about-main-content h2 {
    margin-bottom: 20px!important;
}
.home-section-inner.testimony h2 {
    margin-bottom: 20px!important;
}
}

@media (max-width: 991.98px) { 
    .content_m h2 {
        font-size: 24px!important;
    }
	.main-header, .slider-item2{
		height:40vh;
   		 background-position: center 0px;
    		background-size: 180%;

		}
section.dis_cond p {
    margin: 0;
    font-size: 17px;
}
	.top-area {
    
    text-align: center;
}

.bookingbtn-mobi {
    display: none;
	
}
.collapse:not(.show) {
    display: none!important;
}
.bookingbtn {
    display: inline-block;
}
.navbar-expand-md .navbar-toggler{
	display:inline-block!important;
}



@media (min-width: 768px) and (max-width: 991.98px) {
	
}
	
	
}

@media (min-width: 992px) and (max-width: 1199.98px) { 
	
	
}

@media (min-width: 1200px) { 
	
	
}
.wine h2 {
    background: #88036a;
    color: white;
    padding: 5px;
    text-align: center;
}

.modal-content {
    background: #440135!important;
}
.content_m h2 {
    color: white!important;
    padding: 8px!important;
}
#menu .item { width:100%; padding:0 10px 20px; }
#menu .item .title { background:#88036a; color:var(--light); padding:10px; }
#menu .item .title p { font-size:20px; font-weight:700; margin:0; text-transform:capitalize; }
#menu .item .title small { font-size:12px; display:block; margin:0; font-weight:700; font-style:italic; opacity:0.8; }
#menu .content { padding:20px 15px 10px; border-top:0; }
#menu .content .meal { display:flex; align-items:center; justify-content:space-between; margin:0 0 15px; }
#menu .content .meal .name { font-size:14px; font-weight:600; text-transform:capitalize; }
#menu .content .meal .dots { flex-grow:1; height:15px; }
#menu .content .meal .price { font-size:14px; font-weight:500;}
#menu .content .detail { font-size:13px; font-weight:400; font-style:italic; margin:-15px 0 15px; color:#ed1c24; margin-top: 2px;}
#menu .content .meal.sub { padding-left:15px; }


@media (max-width: 575px){
    .about-content-box {
        padding: 0 !important;
    }
}</pre></body></html>