/*
  Theme Name: Memento Restaurant and Lounge
  Theme URL: https://bootstrapmade.com/imperial-free-onepage-bootstrap-template/
  Author: BootstrapMade
  Author URL: https://bootstrapmade.com
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #0a0a0a;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #22cc63;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #a6ec03;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Preloader Area */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #e8f1e6 url("https://cdn.pixabay.com/photo/2018/03/18/20/56/furniture-3238294_640.jpg") no-repeat center center;
  background-size: cover;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(3, 129, 20, 0.534);
  color: #f5ca0d;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: rgba(6, 134, 6, 0.493);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #041d22;
  color: #5f0505;
}

/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/
#hero {
  display: table;
  width: 100%;
  height: 100vh;
  background: url(dining_setting.jpg) top center fixed;
  background-size: cover;
}

#hero .hero-logo {
  margin: 20px;
}

#hero .hero-logo img {
  max-width: 100%;
}

#hero .hero-container {
  background: rgba(32, 30, 24, 0.8);
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

#hero h1 {
  margin: 30px 0 10px 0;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#hero h2 {
  color: #d1ff06;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  #hero h2 .rotating {
    display: block;
  }
}

#hero .rotating > {
  display: inline-block;
}

#hero .actions a {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
}

#hero .btn-get-started {
  background: #093301;
  border: 2px solid #0c1a01e8;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: none;
  border: 2px solid #f3cf03;
  color: #e3fc08;
}

#hero .btn-services {
  border: 2px solid #e8f805;
  color: #fff;
}

#hero .btn-services:hover {
  background: #01360d;
  border: 2px solid #053a03;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #4d4206;
  padding: 20px 0;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 997;
  transition: all 0.5s;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #bbe015;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 50px;
}

@media (max-width: 768px) {
  #header {
    height: 80px;
  }
  #header #logo h1 {
    font-size: 26px;
  }
  #header #logo img {
    max-height: 40px;
  }
}

.is-sticky #header {
  background: rgba(35, 59, 4, 0.85);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: bold;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 5px 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 10px 15px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 14px;
  outline: none;
}

.nav-menu a:hover, .nav-menu li:hover > a, .nav-menu .menu-active > a {
  color: #fad609;
}

.nav-menu ul {
  margin: 4px 0 0 15px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu ul li {
  background: #f8f8f6;
  border-top: 1px solid #fccf07;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li:hover {
  background: #2c5c04;
}

.nav-menu ul li a {
  color: #044713;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 999;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(5, 65, 5, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #e9fa04;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #0e6306;
}

#mobile-nav ul .menu-item-active {
  color: #055813;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #caff0b;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Common
--------------------------------*/
.section-title {
  font-size: 32px;
  color: #108306;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-top: 60px;
}

.section-description {
  text-align: center;
  margin-bottom: 40px;
}

.section-title-divider {
  width: 70px;
  height: 5px;
  background: #13b404;
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Get Started Section
--------------------------------*/
#about {
  background: #f0f794;
  padding: 80px 0;
}

#about .about-container {
  background: url(Get-started.jpg) left top no-repeat;
  background-size: contain;
}

#about .about-content {
  background: #e4f587;
  padding: 20px;
}

#about .about-title {
  color: #333;
  font-weight: 700;
  font-size: 28px;
}

#about .about-text {
  line-height: 26px;
  margin-bottom: 20px;
}

#about .about-text:last-child {
  margin-bottom: 0;
}

/* Services Section
--------------------------------*/
#services {
  background: linear-gradient(rgba(202, 250, 206, 0.9), rgba(245, 247, 167, 0.9)), url("Cuisine.jpg") fixed center center;
  background-size: cover;
  padding: 80px 0 60px 0;
}

#services .service-item {
  margin-bottom: 20px;
}

#services .service-icon {
  float: left;
  background: #025502;
  padding: 16px;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid #cbf708;
}

#services .service-icon i {
  color: #f7bf09;
  font-size: 24px;
}

#services .service-item:hover .service-icon {
  background: #fff;
}

#services .service-item:hover .service-icon i {
  color: #05680a;
}

#services .service-title {
  margin-left: 80px;
  font-weight: 800;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#services .service-title a {
  color: #111;
}

#services .service-description {
  margin-left: 80px;
  line-height: 24px;
}

/* Subscribe Section
--------------------------------*/
#subscribe {
  background: linear-gradient(rgba(22, 22, 17, 0.6), rgba(38, 39, 32, 0.37)), url(Table_Reservations.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#subscribe .subscribe-title {
  color: #cef107;
  font-size: 28px;
  font-weight: 700;
}

#subscribe .subscribe-text {
  color: #fff;
}

#subscribe .subscribe-btn-container {
  text-align: center;
  padding-top: 20px;
}

#subscribe .subscribe-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #ccec12;
  color: #f7fcf7;
}

#subscribe .subscribe-btn:hover {
  background: #044109;
  border: 2px solid #f1f1e3;
}

/* Menu Section
--------------------------------*/
#menu {
  background: #d9db57;
  padding: 80px 0;
}

.menu-gallery {
  margin: 20px 0;
  justify-content: center;
}

.menu-item {
  padding: 15px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.menu-item .pic {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  height: 250px;
}

.menu-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.menu-item:hover img {
  transform: scale(1.05);
}

.menu-item .details {
  padding: 15px 5px;
  text-align: center;
  background: #a6f19f;
}

.menu-item .details h4 {
  margin-bottom: 5px;
  color: #333;
}

.menu-item .details span {
  color: #666;
  font-size: 0.9em;
}

@media (max-width: 992px) {
  .menu-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 576px) {
  .menu-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  background: #fffeb1;
  padding: 80px 0;
}

#testimonials .profile {
  text-align: center;
  color: rgb(4, 5, 4)
}

#testimonials .profile .pic {
  border-radius: 50%;
  border: 6px solid #06660a;
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
  width: 260px;
  margin: 0 auto;
}

#testimonials .profile .pic img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

#testimonials .profile h4 {
  font-weight: 700;
  color: #176408;
  margin-bottom: 5px;
}

#testimonials .profile span {
  color: #044d20;
}

#testimonials .quote {
  position: relative;
  background: #bbf3ae;
  padding: 60px;
  margin-top: 40px;
  font-size: 16px;
  font-style: italic;
  border-radius: 5px;
}

#testimonials .quote b {
  display: inline-block;
  font-size: 22px;
  left: -9px;
  color:#075807;
  position: relative;
  top: -8px;
}

#testimonials .quote small {
  display: inline-block;
  right: -9px;
  position: relative;
  color:#043a04;
  top: 4px;
}

/* Team Section
--------------------------------*/
#team {
  background: #d1f8c2;
  padding: 80px 0 60px;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  max-width: 300px; /* Added for better control */
  margin-left: auto;
  margin-right: auto;
}

#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
  border-radius: 8px; /* Optional: adds rounded corners */
}

#team .member .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease; /* Added smooth hover effect */
}

#team .member .pic:hover img {
  transform: scale(1.05); /* Optional: subtle zoom effect */
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  color: #063308; /* Added for consistency */
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #555; /* Better contrast */
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #063308;
  transition: color 0.3s ease; /* Smooth color transition */
  display: inline-block; /* Better for spacing */
  margin: 0 5px; /* Slightly more space between icons */
}

#team .member .social a:hover {
  color: #f4f80d;
  transform: translateY(-2px); /* Optional: subtle lift effect */
}

#team .member .social i {
  font-size: 18px;
  width: 24px; /* Fixed width for better alignment */
  height: 24px; /* Fixed height for better alignment */
  line-height: 24px; /* Center icon vertically */
}

/* Social Media Icons Styling */
.social a {
  display: inline-block;
  margin: 0 5px;
  color: #552804;
  font-size: 20px;
  transition: all 0.3s ease;
}

.social a:hover {
  transform: translateY(-3px);
}

.fa-linkedin:hover { color: #4728f7; }
.fa-facebook:hover { color: #1c0361; }
.fa-instagram:hover { color: #fa3d85; }
.fa-envelope:hover { color: #06853f; }

/* Contact Section
--------------------------------*/
#contact {
  background: #e6f3b6;
  padding: 80px 0;
}

#contact .info {
  color: #074d16;
}

#contact .info i {
  font-size: 32px;
  color: #319609;
  float: left;
}

#contact .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
}

#contact .form #sendmessage {
  color: #21bb0c;
  border: 1px solid #adeb03;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: rgb(255, 217, 0);
  display: none;
  border: 1px solid rgb(241, 238, 8);
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: rgb(43, 15, 15);
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #ddd;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}

#contact .form button[type="submit"] {
  background: #023d07;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #3b4b02;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #01410a;
  padding: 30px 0;
  color: #f8f8da;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #e6e20a;
}

/*--------------------------------------------------------------
# Mobile Navigation Fixes
--------------------------------------------------------------*/
@media (max-width: 768px) {
  #header {
    padding: 15px 0;
  }
  
  #mobile-nav-toggle {
    display: block;
  }
  
  #nav-menu-container {
    display: none;
  }
  
  .section-title {
    margin-top: 40px;
  }
  
  #hero h1 {
    font-size: 24px;
    line-height: 30px;
  }
  
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
  
  #hero .actions a {
    font-size: 14px;
    padding: 6px 12px;
  }
  
  #about .about-content,
  #about .about-img {
    width: 100%;
    float: none;
  }
  
  #team .member {
    margin-bottom: 30px;
  }
  
  #contact .info,
  #contact .form {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}
