/*
 *	Resto by GetTemplates.co
 *	URL: https://gettemplates.co
 */
html {
  overflow-x: hidden;
}

body {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  color: #454545;
  background-color: #fdfefe;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  color: #0277bd;
}

h1,
h2 {
  font-weight: bold;
}

h4 {
  font-weight: 600;
  font-size: 15px;
}

h3 {
  font-weight:bold;
  font-size: 16px;
}

.subheading {
  color: #0277bd;
}

.black {
  color: #454545;
}

.bg-white,
.bg-white-nomargin {
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: 60px;
}

.bg-white-nomargin {
  margin-top: 0px;
  padding-top: 60px;
}

.home-icon {
  font-size: 16px;
}

.lnr-icon {
  color: #5f6a6a;
}

.div-space {
  height: 60px;
}

.div-h-space {
  width: 40px;
}

.table-responsive {
  min-height: 120px;
  max-height: 550px;
}

#txtSearch {
  background: white url(../img/search.png) right no-repeat;
  padding-right: 25px;
  background-color: #f7f7f7;
  height: 30px;
  border: none;
  border-bottom: 1px solid #ccc;
}

.div-space-sm {
  height: 10px;
}

.bg-grey {
  background-color: #f7f8f9;
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: 60px;
  margin-bottom: 60px;
}

tr.zebra_highlight {
  background-color: #e2c822;
  border-bottom: solid #fff 1px;
  font-family: "Josefin Sans", sans-serif;
}

td.hidden_td {
  display: none;
}

a {
  color: #0277bd;
}

a:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

.btn:hover,
a:hover {
  text-decoration: none;
  color: #0277bd;
}

.btn-icon {
  display: inline-flex;
  align-items: center;
}
.btn-icon .lnr {
  font-size: 20px;
  margin-right: 10px;
  color: #454545;
}

.lnr-icon {
  margin-left: 30px;
  margin-right: 20px;
}

.boxed-page {
  position: relative;
  border-color: #ededed;
  background-color: #fff;
}
.boxed-page .section-padding {
  padding-top: 65px;
  padding-bottom: 65px;
}
@media (min-width: 992px) {
  .boxed-page .section-padding {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

@media (min-width: 1200px) {
  .boxed-page {
    margin: 30px;
  }
}

.img-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.img-cover {
  object-fit: cover;
  object-position: center;
}

.navbar-brand-center {
  padding-left: 70px;
  padding-right: 70px;
}
.navbar-brand-center img {
  height: 50px;
}

.footer-logo {
  height: 50px;
}

.footer_main {
  font-size: 18px;
  font-weight: 600;
}

.footer_small {
  font-size: 14px;
  font-weight: 600;
}

.nav-link {
  color: #454545;
}

.social {
  margin: 0 20px 0 20px;
}

#navbar-header {
  height: 10px;
}
#navbar-header .navbar-nav .dropdown-menu {
  border: none;
  border-bottom: 2px solid #0277bd;
  border-radius: 0 !important;
  box-shadow: -5px 8px 20px 0px rgba(229, 16, 2, 0.15);
}

@media (min-width: 1024px) {
  #navbar-header .navbar-nav {
    width: 50%;
  }
  #navbar-header .dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    transition: all 500ms ease;
  }
  #navbar-header .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
  }
}

.btn {
  font-size: 14px;
  font-weight: 600;
}

.btn-primary,
.btn-danger,
.btn-clear {
  display: inline-block;
  background-color: #0277bd;
  border-color: #0277bd;
  color: #fff;
  border-radius: 30px;
  padding: 9px 25px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn-danger {
  background-color: #ac2a10;
  border-color: #ac2a10;
}

.btn-clear {
  background-color: #b3a8a6;
  border-color: #b3a8a6;
}

.btn-primary:hover,
.btn-danger:hover {
  background-color: #02639b;
  border-color: #02639b;
  color: #fff;
}

.btn-danger:hover {
  background-color: #ac2a10;
  border-color: #ac2a10;
  color: #fff;
}

.btn-clear:hover {
  background-color: #b3a8a6;
  border-color: #b3a8a6;
  color: #fff;
}

.btn-shadow {
  box-shadow: -5px 8px 20px 0px rgba(48, 45, 45, 0.15);
}

.btn-icon {
  color: #454545;
}

.hero {
  height: 600px;
  position: relative;
}
@media (min-width: 992px) {
  .hero {
    height: calc(100vh - 130px);
  }
}

.border-round {
  border-radius: 25px;
}

.hero-info {
  padding-top: 30px;
}
@media (min-width: 1420px) {
  .hero-info {
    padding-top: 70px;
  }
}
.hero-info li {
  padding-right: 15px;
  padding-left: 15px;
}
.hero-info .lnr {
  display: block;
  font-size: 32px;
  margin-bottom: 15px;
}

.hero-carousel .owl-prev,
.hero-carousel .owl-next {
  width: 110px;
  height: 110px;
  color: #ffffff;
  font-size: medium;
  font-weight: bold;
}

.hero-carousel .owl-prev,
.hero-carousel .owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #02639b;
  margin-bottom: 15px;
}

#txtMessage {
  min-height: 75px;
  max-height: 75px;
}

.hero-carousel .owl-prev {
  border-right: 1px solid #cccfd3;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.hero-carousel .owl-next {
  /* border-right: 1px solid #f7f8f9; */
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-right: 15px;
}

.hero-carousel .owl-nav {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.hero-carousel .owl-item img {
  height: 600px;
  object-fit: cover;
  max-width: 100%;
}
@media (min-width: 992px) {
  .hero-carousel .owl-item img {
    height: calc(100vh - 130px);
  }
}

.thumb-menu img {
  height: 150px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
  box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.heading-section {
  margin-bottom: 30px;
}

/*============================
=            MENU            =
============================*/
.menus:hover img {
  transform: scale(1.1, 1.1);
}

.menu-img {
  overflow: hidden;
  height: 80px;
  width: 80px;
}
.menu-img img {
  transition: all 0.5s ease;
  height: 100%;
  object-fit: cover;
}

.menu-price {
  text-align: right;
}

.menus {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #ccc;
}
.menus p,
.menus h3 {
  margin-bottom: 0;
}
.menus .text-wrap {
  width: calc(100% - 95px);
  margin-left: 15px;
}
.menus .text-wrap h4 {
  font-weight: 300;
}

/*=====  End of MENU  ======*/
/*=================================
=            TESTIMONY            =
=================================*/
#Testimonial {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
}

.testi-content {
  text-align: center;
}
.testi-content .testi-text {
  font-style: italic;
  font-weight: 300;
  line-height: 1.6;
  padding: 30px 60px;
  font-size: 32px;
}
.testi-content .testi-author {
  font-weight: 500;
}
.testi-content .testi-desc span {
  color: #0277bd;
  font-weight: bold;
}
.testi-content .owl-dots {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  display: block;
  left: 0;
  right: 0;
  bottom: -50px;
}
.testi-content .owl-nav {
  display: none;
}

.owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.owl-dot span {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -webkit-transition: box-shadow 0.3s ease, background-color 0.3s ease;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}
.owl-dot.active > span {
  background-color: transparent;
  box-shadow: 0 0 0 2px white;
}

/*=====  End of TESTIMONY  ======*/
/*===============================
=            OVERLAY            =
===============================*/
.overlay {
  position: relative;
}

.overlay:after {
  position: absolute;
  display: block;
  content: "";
  background: #454545;
  opacity: 0.2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.overlay .section-content {
  position: relative;
  z-index: 1;
}

/*=====  End of OVERLAY  ======*/
/*============================
=            TEAM            =
============================*/
.team-card {
  position: relative;
}
.team-card:hover .team-desc {
  height: 130px;
}
.team-card:hover .team-desc .team-social-links {
  opacity: 1;
}

.play-store {
  height: 59px;
  width: 234px;
  border: 1px #454545 solid;
  border-radius: 35px;
}

.team-desc {
  position: absolute;
  background: #fff;
  width: auto;
  left: 15px;
  bottom: 15px;
  right: 15px;
  text-align: center;
  padding: 18px;
  height: 130px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.team-social-links {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

/*=====  End of TEAM  ======*/
/*===================================
=            RESERVATION            =
===================================*/
#gtco-reservation,
#ContactMe {
  height: 650px;
  margin-bottom: 60px;
}

.label,
.label-error,
.label-success {
  padding-left: 6px;
}

.login-text,
.login-error {
  font-weight: 600;
  font-size: 15px;
  font-family: "Josefin Sans", sans-serif;
}

.login-error {
  color: #ac2a10;
}

.label-error {
  color: #ac2a10;
  font-weight: bold;
  font-size: 15px;
}

.label-success {
  color: #0277bd;
  font-weight: bold;
  font-size: 15px;
}

.list-border-round {
  padding: 6px;
  border-radius: 25px;
  border: #474646 solid thin;
}

.side_by_side {
  display: inline-block;
}

#showMessage,
#showMessage2,
#showMessage3,
#showProgress,
#showProgress2,
#showProgress3,
#loginProgress,
#showSuccess,
#showSuccess2,
#showSuccess3 {
  display: none;
}

.v-align {
  vertical-align: left;
}

.form-box {
  width: 33%;
}

.form-box-s {
  width: 25%;
}

.tbl_register {
  width: 100%;
}

#selectPerson
  + .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 36px;
  padding-left: 12px;
}

#selectPerson + .select2-container .select2-selection--single {
  height: 38px;
  border: 1px solid #ced4da;
}

#selectPerson
  + .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 36px;
}

#selectPerson
  + .select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #6d767e;
  font-weight: 400;
}

/*=====  End of RESERVATION  ======*/
/*===============================
=            SideNav            =
===============================*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1002;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  color: #fff;
}

.sidenav-content {
  padding: 8px 32px;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.in .sidenav-content {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s,
    opacity 0.5s 0.5s;
}

.sidenav a {
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav #side-nav-close,
.sidenav #side-search-close {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

#side-search .form-control {
  background-color: transparent;
}

#side-search .input-group-text {
  background: transparent;
  color: #fff;
}

#canvas-overlay {
  content: "";
  background: #454545;
  opacity: 0;
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1001;
  visibility: hidden;
  transition: opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    visibility 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.sidenav-open #canvas-overlay,
.sidesearch-open #canvas-overlay {
  max-width: 100%;
  opacity: 0.4;
  visibility: visible;
}

/*=====  End of SideNav  ======*/
/*======================================
=            Special Dishes            =
======================================*/
#Projects .special-number {
  position: relative;
  font-size: 60px;
}
#Projects .special-number:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 90px;
  width: 200px;
  height: 1px;
  background: #0277bd;
}

#Projects h3 span {
  color: #0277bd;
}

.dishes-text {
  padding-left: 90px;
}

/*=====  End of Special Dishes  ======*/
/*==================================
=            RESPONSIVE            =
==================================*/
.only-mobile {
  display: none !important;
}

@media (max-width: 992px) {
  .hero {
    height: 100%;
  }
  .boxed-page {
    padding-top: 100px;
  }
  #navbar-header {
    position: fixed;
    top: 0;
    height: auto;
    width: 100%;
    background-color: #fff;
    z-index: 11;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #navbar-header .dropdown-menu {
    box-shadow: none !important;
  }
  #navbar-header .navbar-collapse {
    margin-top: 15px;
    background: #fff !important;
  }
  .only-mobile {
    display: block !important;
  }
  .only-desktop {
    display: none !important;
  }
  .menu-wrap {
    margin-bottom: 30px;
  }
  .footer-widget {
    margin-bottom: 30px;
  }
  .hero-left {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .hero-left,
  .hero-carousel .owl-item img {
    height: 600px;
  }
  .thumb-menu img {
    height: 90px;
  }
  .img-2 {
    height: 500px;
  }
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1; /* Behind content */
  top: 0;
  left: 0;
}

.hero .container {
  position: relative;
  z-index: 2; /* Above particles */
}

/*=====  End of RESPONSIVE  ======*/
