:root{

--green:#24452d;
--orange:#c96e22;
--cream:#fbf4ea;
--white:#fff;
--text:#444;
--radius:18px;

}



body{

font-family: "Poppins", sans-serif;
background:var(--cream);
color:var(--text);

}
h1, h2, h3, h4, h5, h6{
    /*font-family: "Bree Serif", serif;*/
    font-family: "Luckiest Guy", cursive;
    letter-spacing: 4px;
}
p{
font-weight: 500;
font-family: "Poppins", sans-serif;
}
.main-header{

position:absolute;
width:100%;
z-index:999;
padding:10px 0;
background-color: rgba(18, 34, 35, 0.01);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);

}

.navbar-brand img{

height:75px;

}

.navbar-nav .nav-link{

font-size:14px;
font-weight:700;
margin:0 15px;
color:#222;
letter-spacing:.5px;

}

.phone-btn{

background:var(--green);
color:#fff;
padding:12px 24px;
border-radius:40px;
font-weight:600;
text-decoration:none;

}

.phone-btn i{

margin-right:10px;

}

.hero{

padding-top: 100px;
    padding-bottom: 50px;
    background-position: left !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;

}

.script-title{
font-family: "Hurricane", cursive;
line-height: 80px;
font-size:80px;
color:var(--orange);

}

.hero h1{

font-size:74px;
font-weight:900;
line-height:1;
color:var(--green);

}

.hero h2{


font-size:58px;
color:var(--orange);
margin-bottom:25px;

}
.banner-wrap{
    max-width:520px;
}

.hero p{

font-size:18px;
line-height:1.8;

}

.hero-buttons{

display:flex;
gap:15px;
margin-top:40px;
flex-wrap:wrap;

}

.btn-order{

background:#d8822b;
color:#fff;
padding:10px 24px;
border-radius:12px;
text-decoration:none;
font-weight:500;

}

.btn-dark{

background:var(--green);
color:#fff;
padding:10px 24px;
border-radius:12px;
text-decoration:none;
font-weight:500;

}

.btn-light2{

border:2px solid var(--green);
padding:10px 24px;
border-radius:12px;
text-decoration:none;
font-weight:7=500;
color:var(--green);

}

.hero-images{

position:relative;
height:650px;

}

.hero-images .img{

position:absolute;
overflow:hidden;
border-radius:40px;
box-shadow:0 20px 50px rgba(0,0,0,.18);

}

.hero-images img{

width:100%;
height:100%;
object-fit:cover;

}

.img1{

width:270px;
height:270px;
top:0;
left:180px;

}

.img2{

width:250px;
height:250px;
right:0;
top:20px;

}

.img3{

width:390px;
height:290px;
left:120px;
bottom:0;

}

.img4{

width:220px;
height:220px;
left:0;
top:150px;

}

.img5{

width:180px;
height:180px;
right:40px;
bottom:40px;

}

@media(max-width:991px){
.hero::after
 {
    position: absolute;
    content: '';
    background: #f2e6d9c7;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}
.hero{
position: relative;
text-align:center;

}
.banner-wrap{
max-width: fit-content;	
}
.banner-wrap, .hero-buttons{
	position: relative;
	z-index:1;
	width:100%;
}
.hero h1{

font-size:50px;

}

.script-title{

font-size:45px;

}

.hero h2{

font-size:42px;

}

.hero-buttons{

justify-content:center;

}

.hero-images{

height:auto;
display:grid;
grid-template-columns:repeat(2,1fr);
gap:20px;
margin-top:50px;

}

.hero-images .img{

position:relative;
width:100%;
height:220px;
left:auto;
right:auto;
top:auto;
bottom:auto;

}

}

/*========================
Section
========================*/

.section-space{
    padding:90px 0;
}

.sub-title{
    display:inline-block;
    font-size:20px;
    font-weight:800;
    color:var(--green);
    text-transform:uppercase;
    letter-spacing:2px;
}

.section-heading{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:20px;
}

.section-heading h2{
    
    font-size:60px;
    color:var(--green);
    margin:0;
}

.favorite-title{
    
    font-size:45px;
    color:var(--green);
}

/*========================
Jackie Image
========================*/

.jackie-image{
    position:relative;
    padding:18px;
}

.jackie-image img{
    width:100%;
    border-radius:60px 120px 60px 120px;
    position:relative;
    z-index:2;
    /*box-shadow:0 25px 50px rgba(0,0,0,.12);*/
}

.shape{
    position:absolute;
    background:var(--orange);
    border-radius:40px;
    z-index:1;
}

.shape1{
    width:120px;
    height:120px;
    left:0;
    top:25px;
}

.shape2{
    width:100px;
    height:100px;
    right:10px;
    bottom:25px;
}

/*========================
Feature Box
========================*/

.feature-box{
    background:#fbf4ea;
    border-radius:25px;
    padding:35px;
    border:1px solid #eee;
    margin-right: 40px;
    box-shadow:0 10px 35px rgba(0,0,0,.06);
}

.feature-item{
    text-align:center;
    padding:25px 0;
    border-bottom:1px solid #ececec;
}

.feature-item i{
    font-size:34px;
    color:var(--green);
    margin-bottom:18px;
}

.feature-item h6{
    font-size:15px;
    font-weight:700;
    line-height:1.5;
    margin:0;
letter-spacing: normal;
font-family: "Poppins", sans-serif;
}

/*========================
Food Cards
========================*/

.food-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    border:1px solid #eee;
    transition:.35s;
    text-align:center;
}

.food-card img{
    width:100%;
    height:155px;
    object-fit:cover;
}

.food-card h6{
    padding:12px;
    margin:0;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    font-family: "Poppins", sans-serif;
    letter-spacing: normal;
}

.food-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 35px rgba(0,0,0,.12);
}

/*========================
Responsive
========================*/

@media(max-width:991px){

.section-heading{
    justify-content:center;
}

.meet-jackie{
    text-align:center;
}

.feature-box{
    margin-top:30px;
}

.favorite-title,
.section-heading h2{
    font-size:46px;
}

}

@media(max-width:576px){

.jackie-image img{
    border-radius:40px;
}

.food-card img{
    height:130px;
}

.sub-title{
    font-size:16px;
}

.favorite-title,
.section-heading h2{
    font-size:40px;
}

}

/*=========================================
Catering
=========================================*/

.catering-section{

overflow:hidden;

}

.catering-image{

height:700px;

}

.catering-image img{

width:100%;
height:100%;
object-fit:cover;

}

.catering-content{

height:700px;

background:#214b32;

color:#fff;

display:flex;

flex-direction:column;

justify-content:center;

padding:90px;

position:relative;

overflow:hidden;

}

.catering-content::before{

content:"";

position:absolute;

right:-120px;

top:-120px;

width:350px;

height:350px;

background:rgba(255,255,255,.05);

border-radius:50%;

}

.catering-content::after{

content:"";

position:absolute;

left:-80px;

bottom:-80px;

width:220px;

height:220px;

background:rgba(255,255,255,.04);

border-radius:50%;

}

.section-tag{

display:inline-block;

color:#F6D28A;

font-weight:700;

letter-spacing:3px;

font-size:15px;

margin-bottom:15px;

text-transform:uppercase;

}

.catering-content h2{

font-size:56px;

font-weight:800;

line-height:1.1;

margin-bottom:30px;

}

.catering-content h2 span{

display:block;

color:#F6D28A;



font-size:70px;

margin-top:10px;

}

.catering-content p{

font-size:18px;

line-height:1.9;

max-width:580px;

opacity:.92;

}

.service-item{

display:flex;

align-items:center;

margin-bottom:24px;

font-size:18px;

font-weight:600;

}

.service-item i{

font-size:20px;

margin-right:15px;

color:#F6D28A;

}

.catering-content .btn-order{

align-self:flex-start;

margin-top:25px;

}

/*============================
Responsive
============================*/

@media(max-width:991px){

.catering-image{

height:450px;

}

.catering-content{

height:auto;

padding:70px 40px;

text-align:center;

}

.catering-content h2{

font-size:42px;

}

.catering-content h2 span{

font-size:54px;

}

.service-item{

justify-content:center;

}

.catering-content .btn-order{

align-self:center;

}

}

@media(max-width:576px){

.catering-content{

padding:50px 25px;

}

.catering-content h2{

font-size:34px;

}

.catering-content h2 span{

font-size:44px;

}

.catering-content p{

font-size:16px;

}

}

/*=================================
Why Us
=================================*/

.why-us{

background:#fbf6ef;

position:relative;

overflow:hidden;

}

.why-us::before{

content:"";

position:absolute;

width:280px;

height:280px;

background:rgba(201,110,34,.06);

border-radius:50%;

left:-120px;

top:-80px;

}

.why-us::after{

content:"";

position:absolute;

width:250px;

height:250px;

background:rgba(36,69,45,.05);

border-radius:50%;

right:-100px;

bottom:-100px;

}

.section-text{

max-width:700px;

font-size:18px;

line-height:1.8;

color:#666;

margin-top:20px;

}

/* Card */

.why-card{

background:#fff;

padding:45px 30px;

border-radius:24px;

text-align:center;

height:100%;

transition:.35s;

box-shadow:0 10px 35px rgba(0,0,0,.05);

border:1px solid #ececec;

position:relative;

z-index:2;

}

.why-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 45px rgba(0,0,0,.10);

}

.icon-box{

width:85px;

height:85px;

margin:auto;

margin-bottom:25px;

background:#24452d;

color:#fff;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

transition:.3s;

}

.why-card:hover .icon-box{

background:#c96e22;

transform:rotate(10deg);

}

.why-card h4{

font-size:24px;

font-weight:700;

margin-bottom:18px;

color:#24452d;

}

.why-card p{

font-size:16px;

line-height:1.8;

color:#666;

margin:0;

}

/* Responsive */

@media(max-width:991px){

.why-card{

padding:35px 25px;

}

.section-text{

font-size:17px;

}

}

@media(max-width:576px){

.icon-box{

width:70px;

height:70px;

font-size:28px;

}

.why-card h4{

font-size:21px;

}

}

/*==================================
Testimonials
==================================*/

.testimonial-section{

background:#fff;

position:relative;

}

.testimonial-slider{

/*padding-bottom:70px;*/

}

.testimonial-card{

background:#fbf6ef;

border-radius:30px;

padding:40px;

border:1px solid #eee;

height:100%;

transition:.35s;

}

.testimonial-card:hover{

transform:translateY(-8px);

box-shadow:0 20px 40px rgba(0,0,0,.08);

}

.stars{

margin-bottom:25px;

}

.stars i{

color:#f6b01b;

margin-right:3px;

}

.testimonial-card p{

font-size:14px;

line-height:1.7;

margin-bottom:10px;

color:#555;

}

.client{

display:flex;

align-items:center;

}

.client img{

width:65px;

height:65px;

border-radius:50%;

object-fit:cover;

margin-right:18px;

}

.client h5{
font-family:'Oswald',sans-serif;
letter-spacing: normal;
margin:0;

font-size:15px;

font-weight:700;

color:#24452d;

}

.client span{

font-size:14px;

color:#888;

}

.swiper-pagination-bullet{

width:12px;

height:12px;

}

.swiper-pagination-bullet-active{

background:#c96e22;

}

.feature-wrapper1{
    background:#f6efe2;
    border:1px solid #e8d8bb;
    border-radius:18px;
    overflow:hidden;
}

.feature-item1{
    display:flex;
    align-items:flex-start;
    gap:16px;
    padding:26px 22px;
    height:100%;
    position:relative;
}

.feature-item1:not(:last-child){
    border-right:1px solid #e4d7c2;
}

.feature-icon1{
    font-size:38px;
    color:#4f6d44;
    line-height:1;
    flex-shrink:0;
}
.feature-icon1 img{
    height: 80px;
}
.feature-content1 h5{
    font-size:15px;
    font-weight:700;
    color:#32452f;
    text-transform:uppercase;
    margin-bottom:8px;
    line-height:1.2;
    font-family:'Oswald',sans-serif;
    letter-spacing: normal;
}

.feature-content1 p{
    font-size:14px;
    color:#575757;
    line-height:1.6;
    margin:0;
}

@media(max-width:991px){

    .feature-item1{
        border-right:none !important;
        border-bottom:1px solid #e4d7c2;
    }

    .feature-item1:last-child{
        border-bottom:none;
    }
}



.event-section{
    /*background:#234128;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.event-content{
    padding:45px 40px;
}

.event-content h2{
    color:#fff;
    font-size:35px;
    line-height:1.1;
    /*font-family:'Oswald',sans-serif;*/
    font-weight:400;
    text-transform:uppercase;
    margin-bottom:20px;
}

.event-content h2 span{
    color:#d67b2c;
    /*font-family:'Kaushan Script',cursive;*/
    font-size:80px;
    font-weight:400;
    text-transform:none;
    margin:0 5px;
}

.event-content p{
    color:#ececec;
    font-size:16px;
    line-height:1.9;
    max-width:420px;
    margin-bottom:35px;
}

.quote-btn{
    display:inline-flex;
    align-items:center;
    gap:15px;
    padding:16px 28px;
    background:#f8ebd8;
    color:#c56f27;
    border-radius:6px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.quote-btn:hover{
    background:#fff;
    color:#234128;
}

.services-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    /*margin-left:40px;*/

    border-left:1px solid rgba(255,255,255,.12);

    border-top:1px solid rgba(255,255,255,.12);

}

.service-box{

    height:120px;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;

    border-right:1px solid rgba(255,255,255,.12);

    border-bottom:1px solid rgba(255,255,255,.12);

    transition:.3s;

}

.service-box:hover{

    background:rgba(255,255,255,.05);

}

.service-box i{

    color:#d67b2c;

    font-size:34px;

    margin-bottom:14px;

}

.service-box span{

    color:#fff;

    font-size:14px;

    line-height:1.5;

}

.empty{

    border-right:none;

}

.event-image{

    height:100%;

}

.event-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    min-height:430px;

}

/* Responsive */

@media(max-width:991px){

.services-grid{

grid-template-columns:repeat(2,1fr);

margin:40px 0 0;

}

.event-content{

padding:40px 20px;

}

.event-content h2{

font-size:36px;

}

.event-content h2 span{

font-size:46px;

}

.event-image img{

min-height:300px;

}

}

@media(max-width:576px){

.services-grid{

grid-template-columns:1fr 1fr;

}

.service-box{

height:100px;

}

.quote-btn{

width:100%;

justify-content:center;

}

}

.gallery-section{
    background:#f7f2ea;
}

.gallery-title{
    font-size:32px;
    font-weight:700;
    color:#16351b;
}

.gallery-title span{
    font-size:16px;
    color:#b86f26;
    font-weight:600;
    margin-left:15px;
}

.gallery-item{
    border-radius:12px;
    overflow:hidden;
    border:1px solid #ddd;
}

.gallery-item img{
    width:100%;
    height:170px;
    object-fit:cover;
    transition:.4s;
}

.gallery-item:hover img{
    transform:scale(1.05);
}

.gallery-btn{
    background:#284d25;
    color:#fff;
    padding:10px 40px;
    border-radius:12px;
    font-weight:600;
    transition:.3s;
}

.gallery-btn:hover{
    background:#1b3818;
    color:#fff;
}

.footer-section{
    background:#1d3b1d;
    color:#fff;
    padding:55px 0 20px;
}

.footer-logo{
    text-align:center;
}

.footer-logo img{
    max-width:180px;
    margin-bottom:15px;
}

.footer-logo p{
    color:#e09a43;
    font-weight:600;
}

.footer-box{
    border-left:1px solid rgba(255,255,255,.2);
    padding-left:30px;
    min-height:160px;
}

.footer-box h5{
    margin-bottom:20px;
    font-size:18px;
    font-weight:700;
    font-family:'Oswald',sans-serif;
    letter-spacing: normal;
}

.footer-box p, .footer-box span{
    margin-bottom:12px;
    font-size:12px;
}

.footer-box i{
    color:#e09a43;
    width:22px;
}

.social-icons a{
    width:42px;
    height:42px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    color:#1d3b1d;
    border-radius:50%;
    margin:0 5px;
    text-decoration:none;
    font-size:18px;
}

.whatsapp-btn{
     display: inline-block;
    background: transparent;
    color: #fff;
    padding: 12px 15px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 300;
    border: 1px solid #dededea8;
}

.whatsapp-btn:hover{
    color:#fff;
}

.copyright{
    border-top:1px solid rgba(255,255,255,.15);
    margin-top:35px;
    padding-top:18px;
    font-size:13px;
    color:#ccc;
}

@media(max-width:991px){

.footer-box{
    border-left:none;
    border-top:1px solid rgba(255,255,255,.2);
    padding:30px 0;
    margin-top:25px;
    min-height:auto;
}

.gallery-title{
    font-size:24px;
}

.gallery-title span{
    display:block;
    margin-top:10px;
    margin-left:0;
}

.gallery-item img{
    height:150px;
}

}

@media(max-width:576px){

.gallery-item img{
    height:120px;
}

.gallery-btn{
    width:100%;
}

.footer-logo{
    margin-bottom:25px;
}

}