@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face{
	font-family: "Poppins Light";
	font-weight: 300;
	font-style: normal;
}

@font-face{
	font-family: "Poppins Heavy";
	font-weight: 700;
	font-style: normal;
}        
body {
  font-family: Poppins Light, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins Heavy", sans-serif;
  color: #2c4721;
}
p{
  font-family: "Poppins Light", sans-serif;
}

a {
  color: #2c4721;
  text-decoration: none;
  font-family: "Poppins Heavy", sans-serif;
}

a:hover {
  color: #2c4721;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
.fixed{
  position: fixed !important;
}
#topbar {
  background: #2c4721;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
}

#topbar .contact-info  {
  text-transform: uppercase;
  color: #fff;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #2b2320;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #f03c02;
}

#topbar .social-links  {
  color: #fff;
  line-height: 0;
  transition: 0.3s;
  margin-left: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

#topbar .social-links a:hover {
  color: #f03c02;
}

.cs-button-solid {
    font-size: 1rem;
    font-weight: 700;
    line-height: clamp(2.875em, 5.5vw, 3.5em);
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 9.375rem;
    margin: 0;
    /* prevents padding from adding to the width */
    box-sizing: border-box;
    padding: 0 1.5rem;
    color: #fff;
    background-color: #2c4721;
    border-radius: 25px;
    display: inline-block;
    position: relative;
    z-index: 1;
  }
.cs-button-solid, .cs-button-solid:hover{
    text-decoration: none;
    color: #fff;
}

.hero-section {
    height: 80vh;
    background: linear-gradient(rgba(255, 255, 255, 0.5) 0%,rgba(255, 255, 255, 0.5) 100%), url(../img/hero3.jpg);
/*    background: url(../img/hero3.jpg);*/
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}
.blur{
  /*height: 100vh;
  background: url(../img/hero1.jpg);
  background-size: cover;
  position: absolute;
  filter: blur(5px);
  z-index: 1;*/

 /* height: 80vh;
  background: linear-gradient(rgba(255, 255, 255, 0.5) 0%,rgba(255, 255, 255, 0.5) 100%), url(../img/hero3.jpg);
  background: url(../img/hero2.jpg) no-repeat center center/cover;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  */
  
}
.hero-section p{
  font-size: 5rem;
}
.overlay-text{
  letter-spacing: .2em;
  color: #2c4721;

}
.overlay-text span{
  font-family: "Poppins Heavy";
  font-weight: bold;

}
@media (max-width: 375px)
{
  .hero-section p{
    font-size: 2em;
  }
}
.order-now{
  display: none;
}
@media (max-width: 768px) {
    .hero-section {
        height: 40vh;
    }

    .hero-section p {
        font-size: 2rem;
    }

    .top-msg{
      display: none;
    }
    .order-now{
      display: block;
      letter-spacing: .2rem;
    }
    .cs-toggle{
      display: none;
    }
}


.content-section img {
    margin-bottom: 15px;
}
@media (min-width: 800px){
    .content-section p{
        font-size:20px;
        font-weight: 300;
    }
}

/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.menu{
  padding-bottom: 4em;
}
.menu #menu-filters {
  padding: 0;
  margin: 0 auto 0 auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.menu #menu-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  border: 2px solid #2c4721;
  border-radius: 50px;
}

.menu #menu-flters li:hover,
.menu #menu-flters li.filter-active {
  color: #fff;
  background: #2c4721;
}

.menu #menu-flters li:last-child {
  margin-right: 0;
}

.menu .menu-content {
  margin-top: 30px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.menu .menu-content::after {
  content: "......................................................................" "...................................................................." "....................................................................";
  position: absolute;
  left: 20px;
  right: 0;
  top: -4px;
  z-index: 1;
  color: #2c4721;
}

.menu .menu-content a {
  padding-right: 10px;
  background: #fff;
  position: relative;
  z-index: 3;
  font-weight: 700;
  color: #2c4721;
}

.menu h2{
  font-family: "Poppins Light";
}
.menu h2 span{
  font-family: "Poppins Heavy";
  color: #2c4721;
}

.menu .menu-content span {
  font-family: "Poppins Heavy";
  background: #fff;
  position: relative;
  z-index: 3;
  padding: 0 10px;
  font-weight: 600;
}

.menu .menu-ingredients {
  font-style: italic;
  font-size: 14px;
  font-family: "Poppins Light", sans-serif;
  color: #75412e;
}

.hours-location-section {
/*    background-color: #f8f9fa;*/
    background: linear-gradient(rgba(255, 255, 255, 0.5) 0%,rgba(255, 255, 255, 0.5) 100%), url(../img/map.png);
    padding: 30px;
    margin-top: 30px;
    border-radius: 10px;
    height: auto;
    color: #2c4721;
}

.box{
background-color: #fff;
width: 40%;
height: 100%;
border-radius: 5px;
margin-top: 3em;
padding-top: 3em;
padding-bottom: 3em;
}

hr{
    width: 50%;
}

@media (max-width: 430px){
    .box{
        width: 100%;
    }
    hr{
      width: 75%;
    }
}

@media (max-width: 820px){
    .box{
        width: 80%;
    }
    hr{
      width: 75%;
    }
}



.about-section{
    background: #e9f1c6;
    color: #2c4721;
}

.about-section a{
  font-size: 36px;
}
.footer {
    background-color: #2c4721;
    color: white;
}

.footer p {
    margin: 0;
}

/*About Us Section*/
.about-hero-section {
    height: 45vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.about-hero-section h1{
  font-size: 5em;
}

@media (max-width: 768px) {
    .about-hero-section {
        height: 40vh;
    }

    .about-hero-section h1 {
        font-size: 3rem;
    }
}

.aboutus-content-section{
    background-color: #2c4721;
    color: #fff;
}
.aboutus-content-section h2{
  color: #fff;
  font-size: 4em;
}
.aboutus-content-section .wrap{
  
}

@media (min-width: 800px){
    .content-section p{
        font-size:20px;
        font-weight: 300;
    }

    
}
.contentmsg-section{
  background-color: #e9f1c6;
}


/*contact us section*/
.contact-content-section{
  
}

.contact-content-section {
    background: linear-gradient(rgba(255, 255, 255, 0.5) 0%,rgba(255, 255, 255, 0.5) 100%), url(../img/map.png);
    padding: 30px;
    margin-top: auto;
    border-radius: 10px;
    height: auto;
    color: #2c4721;
}

.contact-content-section .contact-box{
  background-color: #2c4721;
  width: 40%;
  height: auto;
  border-radius: 5px;
  padding-top: 5%;
  padding-bottom: 5%;
  color: #fff;
  z-index: 1;
  padding-bottom: 2em;
}
.contact-content-section .contact-box h2{
    color:  #fff;
}
.contact-content-section .contact-box hr{
    border-top:  1px solid #fff;
}


.contact-form{
  width: 70%;
  margin-left: 6.5em;
}
.btn-success, .btn-success:active, .btn-success:visited {
    background-color: #fff !important;
    border:#2c4721 !important;
    color: #2c4721;
}
.btn-success:hover{
    background-color: #e9f1c6 !important  ;
}
.white-space{
  
  height: 45vh;
}

.contact-hero-section{
  background-color: #fafafa;
  height: 40vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.contact-content-section .php-email-form .error-message {
  display: none;
  color: #fff;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact-content-section .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact-content-section .php-email-form .sent-message {
  display: none;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact-content-section .php-email-form .loading {
  display: block;
  text-align: center;
  padding: 15px;
}

.contact-content-section .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

@media (max-width: 430px){
  .contact-content-section{
    height: 100%;
  }
  .contact-content-section .contact-box{
    width: 100% !important;

  }
  .contact-form{
  width: 70%;
  padding-right: 1em !important;
  }
  .contact-hero-section{
    height: 25vh;
  }
  .white-space{
    height: 0vh !important;
  }
}
@media(min-width:768px)
{
  .contact-content-section .contact-box{
    margin-top: 0px !important;
  }
}
@media(max-width:820px){
  .contact-content-section .contact-box{
    width: 60%;
  }
  
}

@media(max-width:1024px)
{
  .contact-form{
    margin-left: 4em;
  }
  .white-space{
    height: 25vh;
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}





/*MENU*/
.menu2{
  display: none;
}
.menu-hero-section{
  background-color: #fafafa;
  height: 40vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.menumsg-section{
  background-color: #fafafa;
}

@media (max-width: 430px){
  .menu2{
    display: inline-block;
  }
  .menu2 img{
    padding-bottom: 5px;
  }
  .menu1{
    display: none;
  }

  .menumsg-section{
    height: 15vh;
  }
  .menu-hero-section{
    height: 30vh;
  }

}
