/* ----------------------------------

Template Name: Restan - Food & Restaurant HTML Template
Author: validtheme
Description:
Version: 1.2

Main Font    : Marcellus
Main Color   : #826a45

-------------------------------------

[Typography]

Body copy:    15px 'Marcellus', sans-serif
Header:     36px 'Marcellus', sans-serif
Input, textarea:  16px 'Marcellus', sans-serif
Sidebar heading:  22px 'Marcellus', sans-serif

>>> TABLE OF CONTENTS:
=======================
        
    01. Template default css
        - Animations
        - General
        - Section Title
        - Video Button
        - Typography
        - Tables
        - Forms
        - Buttons
        - Pagination
        - Colors
        - Accordion
        - Tabs
    02. Preloader
    03 Navbar
        - Navbar Default
        - Navbar Box
        - Navbar Sticky
    04. Banner
        - Banner Slide
        - Banner Zoom
	05. About
        - Version One
        - Version Two
    06. Food Menu
        - Style One
        - Style Two
        - Style Three
    07. Gallery
        - Gallery Slider
        - Gallery Grid
    08. Chef
        - Chef Version One
        - Chef Single
	09. Reservation
        - Style One
        - Style Two
    10. Testimonials
    11. Partners
    12. Opening Hours
    13. Blog
        - Standard
        - Grid
        - Left Sidebar
        - Right Sidebar
        - Single
    14. Error 404
    15. Footer
    16. PHP Contact Form
    17. Others

*/

/*
** General Styles for HTML tags
*/
.video-play-button {
	position: absolute;
	right: 50px;
	top: 50%;
	overflow: inherit;
	background: transparent;
	z-index: 1;
	transform: translateY(-50%);
}
.video-play-button i {
    font-weight: 600;
    font-size: 35px;
    position: relative;
    left: 3px;
    top: 2px;
} .video-play-button i {
    background: #fff;
    color: #000;
}
.video-play-button .effect {
	position: absolute;
	width: 150px;
	height: 150px;
	background: #07071e;
	opacity: 0;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	z-index: -1;
	-webkit-animation: video-play 1500ms ease-out infinite;
	animation: video-play 1500ms ease-out infinite;
}

.video-play-button .effect::after {
	position: absolute;
	content: "";
	width: 150px;
	height: 150px;
	background: rgba(255, 255, 255, 0.2);
	opacity: 0;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	-webkit-animation: video-play 1500ms ease-out infinite;
	animation: video-play 1500ms ease-out infinite;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.video-play-button .effect::before {
	position: absolute;
	content: "";
	width: 150px;
	height: 150px;
	background: #826a45;
	opacity: 0;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	-webkit-animation: video-play 1500ms ease-out infinite;
	animation: video-play 1500ms ease-out infinite;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}
.navsticky .hsoc{display: none!important;}
.navsticky nav.navbar.validnavs.navbar-box.logo-less {
  
    box-shadow: 0px 0px 5px 1px #00000042;
}
.navsticky nav.navbar.validnavs.navbar-box.logo-less,.navsticky nav.navbar.validnavs.navbar-box .nav-box {
    background: #573363!important;}
    .navsticky #navbar-menu img.logofix{    display: inline-block;margin-bottom: 0;
        height: 60px;}
        .navsticky #navbar-menu {    display: flex !important;}
    .footer-bottom-two{ background: #3e2446}
    .navsticky #navbar-menu {    display: flex !important;
    width: 100%;}
    .cwu{position: fixed;
    top: 26%;
    left: 0px;
    background: #573363;
    color: #fff;
    writing-mode: vertical-rl;
    width: 40px;
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    transition: .5s;
    box-shadow: 0px 0px 1px #ccccccb8;}
   .cwu a {color: #fff;}
   .btn {
   
    border-radius: 5px;
}.topbar-two-items img {
    height: 75px;
}.topbar-two-items .logo a {
    border-left: none;
    border-right: none;
    display: block;
    padding: 10px 50px;
}.curve-text .thumb {
  
    background: #573363;
}
#goToTopBtn {
    bottom: 70px;}
    .bg-dark ul.footer-social li a {
        background: #ffffff;
        color: #573363;
}.color-style-two footer .contact ul li i {
    background: #ffffff;
    color: #573363;
}
@keyframes video-play {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

/* Slider Bottom Pane */
.banner-fade .wptb-bottom-pane {
    height: 100px!important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-fade .wptb-swiper-dots.style2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.banner-fade .swiper-pagination-bullet:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 100%; border: 1px solid #fff!important;
    transition: var(--transition-base);
}.wptb-swiper-dots.style2 .swiper-pagination {
    display: flex;
    gap: 6px;
    position: relative;margin-bottom: 0;
}
.wptb-swiper-dots.style2::before {
    right: calc(100% + 24px);
}
.wptb-swiper-dots.style2::after {
    left: calc(100% + 24px);
}
.wptb-swiper-dots.style2::before, .wptb-swiper-dots.style2::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 125px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3)
}
.banner-fade .swiper-pagination-bullet:after {
    border: 1px solid #fff!important;
}
.wptb-swiper-navigation.style3 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    left: 50%;
    right: 50px;
    bottom: auto;
    width: 43%;
    transform: translateX(-50%);
}
/* Slider Style Two */
.banner-fade.style2 {
    padding: 0px 0px;
    height: 100vh;
    overflow: hidden;
}
.banner-fade.style2 .banner-fade--item {
    height: 100vh;
}
.banner-fade.style2 .banner-fade--inner {
    position: absolute;
    left: 100px;
    top: 100px;
    right: 100px;
    bottom: 100px;
    border: 1px solid rgba(var(--color-white-fixed-rgb), 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.banner-fade.style2 .wptb-item-layer-one {
    left: 0;
    right: 0;
    z-index: 0;
}
.banner-fade.style2 .wptb-item-layer-one img {
    width: 100%;
}
.banner-fade.style2 .wptb-heading {
    flex: 1;
    text-align: center;
}
.banner-fade.style2 .wptb-heading .wptb-item--title {
    font-size: 90px;
    line-height: 76px;
    text-transform: uppercase;
    color: var(--color-white-fixed);
}
.banner-fade.style2 .wptb-heading .wptb-item--title::before,
.banner-fade.style2 .wptb-heading .wptb-item--title::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 135px;
    height: 1px;
    background-color: rgba(var(--color-white-fixed-rgb), 0.3);
}
.banner-fade.style2 .wptb-heading .wptb-item--title::before {
    left: 0;
}
.banner-fade.style2 .wptb-heading .wptb-item--title::after {
    left: auto;
    right: 0;
}

.banner-fade.style2 .wptb-heading .wptb-item--subtitle {
    color: var(--color-white-fixed);
    font-family: var(--font-family-three);
    font-size: 20px;
    font-weight: var(--fw-semibold);
    line-height: 20px;
    display: inline-block;
    text-transform: capitalize;
}
.banner-fade.style2 .wptb-heading .wptb-item--subtitle::before,
.banner-fade.style2 .wptb-heading .wptb-item--subtitle::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 95px;
    height: 1px;
    background-color: rgba(var(--color-white-fixed-rgb), 0.3);
}
.banner-fade.style2 .wptb-heading .wptb-item--subtitle::before {
    right: calc(100% + 17px);
}
.banner-fade.style2 .wptb-heading .wptb-item--subtitle::after {
    left: calc(100% + 17px);
}

/* Effect on Slider Active */
.banner-fade.style2 .swiper-slide .banner-fade--image {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.banner-fade.style2 .swiper-slide-active .banner-fade--image {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}

.banner-fade.style2 .wptb-heading .wptb-item--subtitle {
	transform: translateY(200px);
}
.banner-fade.style2 .swiper-slide-active .wptb-heading .wptb-item--subtitle{
	transform: translateY(0px);
}

.banner-fade.style2 .wptb-heading .wptb-item--title {
	transform: translateY(-200px);
}
.banner-fade.style2 .swiper-slide-active .wptb-heading .wptb-item--title{
	transform: translateY(0px);
}

.banner-fade.style2 .wptb-heading .wptb-item--title span {
	transform: translateY(200px);
}
.banner-fade.style2 .swiper-slide-active .wptb-heading .wptb-item--title span {
	transform: translateY(0px);
}

.banner-fade.style2 .wptb-heading .wptb-item--title.text-outline {
	transform: translateY(200px);
}
.banner-fade.style2 .swiper-slide-active .wptb-heading .wptb-item--title.text-outline {
	transform: translateY(0px);
}

.banner-fade.style2 .wptb-heading .wptb-item--description {
	transform: translateY(200px);
}
.banner-fade.style2 .swiper-slide-active .wptb-heading .wptb-item--description {
	transform: translateY(0px);
}

.banner-fade.style2 .wptb-heading .wptb-item--button {
	transform: translateY(200px);
}
.banner-fade.style2 .swiper-slide-active .wptb-heading .wptb-item--button {
	transform: translateY(0px);
}


/* Slider Style Three */
.banner-fade {
    padding: 0px 0px;
    overflow: hidden;
}
.banner-fade .wptb-slider--item {
    height: 100vh;
}
.banner-fade .wptb-slider--inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}
.banner-fade .wptb-slider--image {
    position: relative;
}
.banner-fade .wptb-heading .wptb-item--title {
    font-size: 70px;
    line-height: 76px;
    color: var(--color-white-fixed);
}

.banner-fade .wptb-heading .wptb-item--subtitle {
    font-size: 16px;
    font-weight: var(--fw-medium);
    line-height: 30px;
    display: inline-block;
    text-transform: capitalize;
    color: var(--color-white-fixed);
}
.banner-fade .wptb-heading .wptb-item--description {
    font-size: 22px;
    font-weight: var(--fw-light);
    line-height: 34px;
    margin: 20px 0px 20px 0px;
    color: var(--color-two-fixed);
}

.banner-fade .wptb-item--button .btn {
    margin: 10px 15px;
}

.banner-fade .wptb-item-layer-one,
.banner-fade .wptb-item-layer-two {
    top: 0;
    z-index: 0;
    height: calc(100vh - 100px);
}
.banner-fade .wptb-item-layer-one {
    left: 0;
}
.banner-fade .wptb-item-layer-two {
    right: 0;
}
.banner-fade .wptb-item-layer-one img,
.banner-fade .wptb-item-layer-two img {
    width: 100%;
    height: 100%;
}

     .navsticky   {position: fixed;
    z-index: 999;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;}
  .navsticky .reservationBtn {    background: #fff!important;
        color: #000;}
 .navsticky   nav.navbar.validnavs.navbar-box.logo-less {
        top: 0;
        padding: 0;    background: #fff;   
    /* box-shadow: 0px 0px 5px 1px #bcbcbc; */
    }
    .footer-style-two {
    position: relative;
    z-index: 1;
    background: #573363;
}
   .navsticky nav.navbar ul.nav>li>a {
        padding: 28px 15px;
        font-weight: 600;
        font-size: 17px;
        text-transform: capitalize;
        color: #fff;
    }
    .mfp-iframe-holder .mfp-close {
        color: #000000;}
        .mfp-iframe-holder .mfp-close::before{color:transparent}
        .mfp-iframe-holder .mfp-close {
    color: #000000;
    background: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 0;
    top: -15px;
    border-radius: 50%;
}
   .reservationBtn{  height: 28px;
                                    line-height: 0;
                                    padding: 25px 30px!important;
                                    border-radius: 5px;}
                                    .navsticky .reservationBtn{display: block!important;}
                                    
  .navsticky .side-menu,.navsticky nav.navbar.validnavs.navbar-box .nav-box::after{display: none!important;}
  .about-style-two-thumb{border-radius: 5px;}
  .about-style-thumb-box .curve-text {
    position: absolute;
    left: -55px;
    bottom: -55px;
}
.testimonial-style-one .item{    padding-left: 110px;}
.testimonial-style-one .testimonial-thumb {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    left: 0;
}
#goToTopBtn {
    position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  cursor: pointer;
  padding: 15px;
  border-radius: 5px;
  font-size: 20px;
  text-align: center;
  width: 60px;
  background: #000;
    }
    #goToTopBtn i{margin: 0;padding: 0;}
    .testimonial-style-one {
  overflow: hidden;
  padding: 20px;
}.testimonial-style-one p {
  font-size: 18px;
}.testimonial-style-one h2 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 26px;
}
.testimonial-style-one .provider h4 {
  font-size: 18px;
  margin-bottom: 5px;
}.testimonial-style-one .provider span {font-size: 14px;}
.swiper-nav-left{    position: absolute;
  bottom: 55px;
  max-width: 600px;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;}
  .banner-area .swiper-button-prev, .banner-area .swiper-button-next{opacity: 1;}
      .banner-area.navigation-circle .swiper-button-prev, .banner-area.navigation-circle .swiper-button-next{border: none;    font-family: var(--font-default);
          text-transform: uppercase;}
          .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {font-family:'Marcellus';
  content: 'Prev';
}    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {font-family: 'Marcellus';
  content: 'Next'}
  .breadcrumb-area {
    padding: 50px 0;
    padding-top: 120px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.side.on {
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: -500px;
    width: 500px;
    padding: 50px;
    padding-top: 0;
    height: 100vh;
    display: block;
    background-color: var(--white);
    transition: all 0.35s ease-in-out;
    z-index: 999;
    box-shadow: 0 15px 40px -5px rgba(0, 0, 0, 0.1);
    overflow-x: hidden;
    left: 0;
}