/*

Eatery Cafe Template 

http://www.templatemo.com/tm-515-eatery

*/

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&display=swap');@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&display=swap');

  body {
    background: #ffffff;
    font-family: 'Josefin Sans', sans-serif;
    overflow-x: hidden;
  }
 

  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: 500;
    line-height: inherit;
    letter-spacing: -0.5px;
  }

  h1 {
    color: #000;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
  }

  h2 {
    color: #000;
    font-size: 2em;
    padding-bottom: 10px;
    line-height: 1.2em;
  }

  h3 {
    font-size: 1.5em;
    margin-bottom: 0;
  }

  h3,
  h3 a {
    color: #454545;
  }

  p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
  }
.line {
  border-top: solid 1px #000;
  width: 50px;
  margin: 20px 0;
}


  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a:hover, a:active, a:focus {
    color: #ce3232;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title {
    padding-bottom: 10px;
    color: #E95018;
  }

  .section-title h2 {
    margin: 0;
    line-height: 32px;
  }

  .section-title h4 {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
  }

  .overlay {
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  section {
    position: relative;
    padding: 60px 0;
  }

   
  #menu,
  #testimonial {
    text-align: center;
  }

  .about-image img,
  .team-thumb img {
    width: 100%;
  }
  
  #google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
  }



  /*---------------------------------------
     BUTTONS               
  -----------------------------------------*/
  .btn {
    background: #E95018;
    border-radius: 0;
    border: 0;
    color: #fff;
    font-size: inherit;
    font-weight: 500;
    padding: 10px 25px;
    transition: 0.5s 0.2s;
    height: 40px;
  }

  .btn:hover {
    background: #454545;
    color: #fff;
  }
  .btn:focus {
    background: #E95018;
    color: #fff;
  }



  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }

  

  /*---------------------------------------
      MENU              
  -----------------------------------------*/
  
  .custom-navbar {
    border: none;
    margin-bottom: 0;
    padding: 0 0 25px 0;
  }

  .custom-navbar .navbar-brand {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
  }

  .custom-navbar .navbar-brand span {
    color: #E95018;
  }

  .top-nav-collapse {
    background: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 0;
  }

  .custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
  }

  .custom-navbar .navbar-nav.navbar-right .contact-btn {
    display: inline-block;
    margin: 0.2em 0 0 1em;
  }

  .custom-navbar .navbar-nav.navbar-right .contact-btn:hover {
    background: #292929;
    color: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-right .contact-btn:focus {
    color: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-right .contact-btn a {
    padding: 10px 25px;
  }

  .custom-navbar .nav .contact-btn a:hover {
    color: #ffffff;
  }

  .custom-navbar .nav li a {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    padding-right: 10px;
    padding-left: 10px;
    text-transform: uppercase;
  }

  .custom-navbar .nav li a:hover {
    background: transparent;
    color: #E95018;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

  .custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #E95018;
  }

  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .custom-navbar .navbar-toggle {
    background-color: transparent;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #252525;
    border-color: transparent;
  }
  .navbar-brand {
    width: 50%;
    padding: 0;
  }
  .navbar-brand img {
    width: 75%;
  }
  .col-md-3 {
    width: 50%;
    float: left;
  }
  

  @media(min-width:768px) {
   
  
    .col-md-3 {
      width: 25%;
      float: left;
    }
    .custom-navbar {
      border-bottom: 0;
      background-color: 0; 
    }

    .custom-navbar.top-nav-collapse {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 12px 0;
    }

    .top-nav-collapse .navbar-brand {
      color: #000;
    }
    

    .top-nav-collapse .nav li a {
      color: #000;
    }

    .top-nav-collapse .nav .contact-btn a {
      color: #ffffff;
    }
    .navbar-header {
      width: 30%;
    }
    .navbar-brand img {
      width: 100%;
    }
  }



  /*---------------------------------------
      HOME              
  -----------------------------------------*/

 

  #home h1 {
    padding-bottom: 30px;;
  }

  #home h3 {
    color: #fff;
    font-size: 14px;
    line-height: inherit;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
  }
  

/*
  .slider .owl-dots {
    position: absolute;
    top: 50%;
    right: 2em;
    justify-content: center;
  }

  .owl-theme .owl-dots .owl-dot {
    display: block;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 7px 10px;
    border: 2px solid #d9d9d9;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }

  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
    border-color: transparent;
  }
*/
  .slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    height: 100%;
    color: #fff;
    cursor: e-resize;
    padding: 0 0 0 0;
  }

  .slider .item {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-position: right;
    height: 400px;
    background-color: #fff;
  }

  .main-titles {
    border-left: 4px solid #E95018;
    padding-left: 20px;
    color: #E95018;
    text-transform: uppercase;
  }
  .intro-content {
    background-color: #fff;
    padding: 20px 10px 20px 10px;
  }
  .intro-content .box {
    margin-left: 28px;
  }
  .slider .item-first {
    background-image: url(../images/shape.png);
  }
  .slider {
    padding-bottom: 20px;
  }
/*
  .slider .item-second {
    background-image: url(../images/shape.png);
    vertical-align: top left;
  }

  .slider .item-second .contact-btn {
    background: #292929;
  }

  .slider .item-second .contact-btn:hover {
    background: #ffffff;
  }

  .slider .item-third .contact-btn {
    background: transparent;
    border: 1px solid #ffffff;
  }

  .slider .item-third .contact-btn:hover, .slider .item-third .contact-btn:focus {
    background: #E95018;
    border-color: transparent;
    color: #ffffff;
  }*/
  
  

  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

  #about, #services, #contact, #footer {
    background-color: #fff;
  }
  #whyus {
    background-color: #454545;
  }
  .about-info {
    padding: 10px 10px 10px 10px;
  }
  .about-info h2 { 
    text-transform: uppercase; 
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-top: 0;
  }
  .quotes {
    font-family: 'Amiri', serif;
    margin: 50px 30px 10px 30px;
    font-size: 24px;
    letter-spacing: -0.5px;
    line-height: 30px;
    color: #686868;
    font-style: italic;
    text-align: center;
  }
  @media (min-width: 768px) {
    .quotes {
      font-size: 36px !important;
      line-height: 40px !important;
      margin: 50px 80px 0 80px !important;
    }
  }
  .about-image {
    /*position: absolute;*/
  }
 /*---------------------------------------
      WHY US              
  -----------------------------------------*/
  .whyus-info, .services-info, .about-info, .contact-info {
    margin-bottom: 50px;
    padding: 10px
  }

  .whyus-info .para{
    margin-bottom: 50px;
  }

  .whyus-info {
    color: #fff;
    padding: 10px 10px 0 10px;
  }
  .whyus-info p, .whyus-info .section-title h4 {
    color: #fff;
  }
  .whyus-info .line{
    border-color: #fff;
  }
  .whyus-info h2 {
    color: #fff; 
    font-weight: 700;
    text-transform: uppercase;
  }
  .whyus-info h4, .contact-info h4 {
    text-transform: uppercase;
    font-weight: 700;
  }


  /*---------------------------------------
      TEAM              
  -----------------------------------------*/

  #team {
    background: #f9f9f9;
  }

  .team-thumb {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 200px;
  }

  .team-info {
    padding: 10px 10px 20px 10px;
  }

  .team-thumb .team-hover {
    position: absolute;
    background: #1c1c1c;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transform: translateY(100%);
    transition: 0.5s 0.2s;
  }

  .team-thumb:hover .team-hover {
    opacity: 0.95;
    transition-delay: 0.3s;
    transform: translateY(0);
  }

  .team-thumb img {
    transition: 0.5s 0.2s;
  }

  .team-thumb:hover img {
    transform: scale(1.2);
  }

  .team-thumb .social-icon li a {
    background: #292929;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #d9d9d9;
    font-size: 20px;
    margin: 15px 5px 0 5px;
  }

  .team-thumb .team-item {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }

  .team-item h4 {
    color: #ffffff;
  }

  .team-info p {
    margin-top: 5px;
  }
  .team-info h4 {
    color: #000;
    
    text-transform: uppercase;
    font-weight: 700;
  }


  /*---------------------------------------
     MENU              
  -----------------------------------------*/

  #menu {
    padding-bottom: 0;
  }

  #menu .container {
    width: 100%;
  }

  #menu .col-md-4 {
    margin: 0;
    padding: 0;
  }

  .menu-thumb img {
    width: 100%;
    transition: 0.5s;
  }

  .menu-thumb:hover img {
    transform: scale(1.15);
  }

  #menu .menu-thumb {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width: 102%;
  }

  .menu-thumb .menu-info {
    position: absolute;
    top: 60%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: left;
    padding: 25px 30px;
    transition: 0.5s 0.2s;
  }

  .menu-info .menu-item {
    float: left;
  }

  .menu-info .menu-price {
    float: right;
  }

  .menu-info .menu-price span {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    display: block;
    margin-top: 10px;
  }

  .menu-thumb .menu-info h3,
  .menu-thumb .menu-info p,
  .menu-thumb .menu-info span {
    transform: translateY(100%);
    opacity: 0;
    display: block;
    transition: 0.5s 0.2s;
    color: #ffffff;
    z-index: 2;
    position: relative;
  }

  .menu-thumb .menu-info h3 {
    margin-top: 0;
  }

  .menu-thumb .menu-info p {
    color: #d9d9d9;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
  }

  .menu-thumb:hover .menu-info h3,
  .menu-thumb:hover .menu-info p,
  .menu-thumb:hover .menu-info span {
    transform: translateY(0px);
    opacity: 1;
  }

  .menu-thumb:hover .menu-info {
    background: rgba(0,0,0,0.8);
  }



  /*---------------------------------------
      TESTIMONIAL             
  -----------------------------------------*/

  #testimonial {
    background-color: #fff;
    background-size: cover;
  }

  #testimonial .owl-dots {
    position: relative;
    top: 0;
    right: 0;
    justify-content: center;
  }

  #testimonial .owl-theme .owl-dots .owl-dot,
  #testimonial .owl-theme .owl-dots .owl-dot span {
    display: inline-block;
  }

  #testimonial .owl-theme .owl-dots .owl-dot span {
    margin: 20px 5px;
  }

  #testimonial h2 {
    color: #000;
  }

  
  .tst-author h4,
  .tst-author span {
    display: inline;
  }

  #testimonial p {
    color: #000;
    font-size: 20px;
    line-height: 35px;
  }

  .tst-author {
    margin-top: 20px;
  }

  .tst-author h4,
  .tst-author span {
    color: #b2b2b2;
  }

  .tst-author span {
    margin-left: 5px;
  }



  /*---------------------------------------
      CONTACT             
  -----------------------------------------*/

  .form-control {
    height: 55px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    box-shadow: none;
    font-family: "Inter", sans-serif;
  }
  textarea.form-control, input.form-control {
    background-color: transparent;
  }
  textarea:focus.form-control, input:focus.form-control {
    background-color: #e8f0fe!important;
  }
  textarea:active.form-control, input:active.form-control {
    background-color: #e8f0fe!important;
  }
  textarea:valid.form-control, input:valid.form-control {
    background-color: #e8f0fe!important;
  }

  #contact .text-success, #contact .text-danger {
    display: none;
  }
  .text-success {
    background-color:#3c763d ;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    color: #fff;
  }
  .form-pad .col-md-6, .form-pad .col-sm-6, .form-pad .col-sm-6, .form-pad .col-sm-12 {
    padding-left: 0;
  }

  


  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    padding: 40px 0;
    background-color: #fff;
    color: #fff;
    border-top: 2px solid #eee;
  }
  

  footer h2 {
    font-size: 20px;
    color: #000;
  }

  footer a,
  footer p {
    color: #000;
    font-size: 13px;
  }

  footer address p {
    margin-bottom: 0;
  }




 



  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/
/*
  @media screen and (max-width: 1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
      margin-left: inherit;
    }
    .border {
      border: 60px solid #fff;
    }
  }
 


  @media only screen and (max-width: 1200px) {
    .border {
      border: 60px solid #fff;
    }
    .about-info {
      padding-right: 0;
    }

    .about-image {
      position: relative;
    }
  }
 */


  @media only screen and (max-width: 992px) {
   
    
    section {
      padding: 60px 0;
    }

    .custom-navbar .contact-btn {
      margin-left: 1em;
    }

    .slider .item {
      background-position: center;
      height: 250px;
      margin-top: 50px;
    }

    .about-info {
      padding: 20px 10px 10px 10px;
    }

    .team-info {
      margin-bottom: 50px;
    }

    #menu .menu-thumb {
      width: 103%;
    }

    #testimonial {
      background-position: 50% 0 !important;
    }

    #google-map, .footer-info {
      margin-bottom: 50px;
    }
  }


  /*@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container {background-color: #ce3232;}
    .custom-navbar .nav li a {
      padding-right: 10px;
      padding-left: 10px;
    }
  }*/

  @media only screen and (max-width: 767px) {
    .about-info h2 { 
      margin-top: 20px;
    }
    
    h1 {
      font-size: 2.5em;
    }

    h1,h2,h3 {
      line-height: normal;
    }

    .custom-navbar {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      text-align: center;
    }

    .custom-navbar .nav li a {
      line-height: normal;
      padding: 10px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #252525;
      font-weight: 600;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .custom-navbar .navbar-nav.navbar-right li {
      display: inline-block;
    }

    .custom-navbar .navbar-nav.navbar-right .contact-btn {
      display: block !important;
      width: 50%;
      margin: 10px auto 10px auto;
      padding: 10px;
    }

    .custom-navbar .contact-btn a {
      color: #ffffff !important;
    }

    .slider .caption {
      padding: 0;
    }
   

    .menu-thumb .menu-info {
      top: 80%;
    }

    footer {
      padding: 60px 0;
      padding-bottom: 60px;
    }

    .footer-open-hour {
      right: 0;
      bottom: 0;
      margin-top: 30px;
    }
  }

/*
  @media only screen and (max-width: 580px) {
    h1 {
      font-size: 2.1em;
    }

    h2 {
      font-size: 1.8em;
    }

    .menu-thumb .menu-info {
      top: 60%;
    }
  }
*/
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}
