*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;

}

:active,
:hover,
:focus {
    outline: 0 !important;
    outline-offset: 0;
}

a,
a:hover,
:focus {
    outline: 0 !important;
    outline-offset: 0;
}

a,
a:hover {
    text-decoration: none;
}

a:hover {
    color: var(--primary-color)!important;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

:root {
    --primary-color: #ffc222;
    --secondry-color: #00a149;
    --white-color: #fff;
    --text-color: #9b9898;
    --black-color: #1e1d23;
    --primary-font: 'roboto', sans-serif;
    --secondry-font:'Quicksand', sans-serif;
}
html{
    scroll-behavior: smooth;
}
body{
    font-family: var(--secondry-font);
    font-size: 100%;
    font-weight: 400;
}
::-webkit-scrollbar{
    width: 0.625rem;
}
::-webkit-scrollbar-track{
    background: var(--white-color);
}
h1{
    font-size: 5rem;
    font-weight: 1000;
    margin-bottom: 1rem;
    color: var(--white-color);

}
h1 span{
    color: var(--white-color);
}
h2{
    font-weight: 700;
    font-size: 2rem;
    text-transform: capitalize;
    font-family: var(--white-color);
    color: var(--white-color);
    line-height: 3rem;
}
h4{
    color: var(--secondry-color);
    font-family: var(--secondry-font);
    text-transform: capitalize;
    font-size: 1.125rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}
h5{
    color: var(--black-color);
    text-transform: capitalize;
    font-family: var(--secondry-font);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
p{
    font-size: 1rem;
    color: var(--white-color);
    font-weight: 400;
    line-height: 1.75rem;
    letter-spacing: 1px;

}
.main-btn{
    display: inline-block;
    padding: 0.65rem 1.875rem;
    line-height: 1.5625rem;
    border-color: var(--white-color);
    border: 0.1875rem solid var(--white-color);
    color: var(--white-color);
    font-size: 0.9375rem;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 0.5rem;
    box-shadow: 0px 2px 10px -1px rgb(0 0 0 / 19%);
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    background-color: var(--black-color);
}
.main-btn:hover{
    background-color: transparent;
    color: var(--white-color);
}
.wrapper{
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
}
.text-content{
    width: 70%;
    margin: auto;
}
.navigation-wrap{
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navigation-wrap .nav-item{
    padding: 0 0.625rem;
    transition: all 0.3s linear;
}
.navbar-toggler:focus{
    outline: unset;
    border: unset;
    box-shadow: none;
}
.nav-link{
    font-size: 0.9375rem;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--text-color);
    letter-spacing: 1px;
}
.nav-link:hover,
.nav-link.active{
    color: var(--black-color) !important;
}
.navigation-wrap .main-btn{
    padding: 0.3125rem 1.4375rem;
    box-shadow: none;
    margin-left: 0.625rem;
}
.navigation-wrap.scroll-on{
    position: fixed;
    background-color: var(--white-color);
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0.125rem 1.75rem 0 rgb(0,0,0,0.09);
    transition: all 0.15s ease-out 0s;
}
.navigation-wrap.scroll-on .nav-link{
    color: var(--black-color);
}
.navigation-wrap.scroll-on .nav-link:hover,
.navigation-wrap.scroll-on .nav-link.active{
    color: var(--primary-color);
}


.top-banner{
    width: 100%;
    background: url('../images/head/WhatsApp\ Image\ 2024-08-02\ at\ 14.30.44_061a2929.jpg') no-repeat center;
    background-size: cover;
    padding: 16.875rem 0 9.375rem;
    
}
.top-banner p{
    color:var(--white-color);
}
.top-banner h1{
    font-size: 80px;
}
.top-banner .col-lg-5,
.top-banner .col-md-6{
    margin-top: 60px;
}


.about-section{
    background: var(--black-color);
}
.about-section .card,
.about-section .card img{
    border-radius: 0.625;
}
.about-section .text-sec{
    padding-left: 2rem;
}

.food-type{
    padding: 3.25rem;
}
.food-type ul li{
    font-size: 1rem;
    color: var(--text-color);
    line-height: 32px;
    position: relative;
    margin: 30px;

}
.food-type ul li::before{
    position: absolute;
    left: -2.18rem;
    color: var(--primary-color);
    font-size: 1.25rem;
    font-family: "font awesome 5 free";
    content: '\f00c';
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;

}

/* ESSAY SECTION */

body {
    background-color: #fff; /* Black background */
    color:#0f0505; /* White text */
    font-family: Arial, sans-serif; /* Font style */
    margin: 0;
    padding: 0;
}

.essay-section {
    max-width: 800px; /* Maximum width for the essay section */
    margin: 50px auto; /* Center the section with margin */
    padding: 20px; /* Padding inside the section */
    background-color: #333; /* Dark grey background for contrast */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5); /* Shadow effect */
    text-align: center; /* Center the text */
}

h1 {
    font-size: 2.5em; /* Larger font size for the title */
    margin-bottom: 20px; /* Space below the title */
}

p {
    font-size: 1.2em; /* Font size for paragraphs */
    line-height: 1.6; /* Line height for readability */
    margin: 10px 0; /* Space between paragraphs */
}

/*FOOTER SECTION*/

.footer{
    background: var(--black-color);

}
.footer .footer-link{
    font-size: 1rem;
    color: black;
    padding: 0 1.875rem;
}
.footer .footer-link:hover{
    color: var(--white-color);
}
.footer .footer-social a i{
    font-size: 1.5rem;
    color: var(--white-color);
    padding: 0 1rem;
}
.footer .footer-social a:hover i{
    color: var(--primary-color);
}
.newsletter .form-control{
    height: 3.225rem;
    padding: 0 1.25rem;
    font-size: 0.875rem;
    width: 100%;
    border-radius: 0;
    background: transparent;
    border: 0.1875rem solid var(--white-color);
    color: var(--black-color);
    font-weight: 700;
}
.newsletter .main-btn{
    height: 3.225rem;
    padding: 0 1.25rem;
    font-size: 0.875rem;
    border-radius: 0;
    background-color: var(--white-color);
    border: 0.1875rem solid var(--white-color);
    color: var(--black-color);
    font-weight: 700;
}
.newsletter:hover .form-control{
    border: 0.1875rem solid var(--primary-color);
    color: var(--black-color);
}
.newsletter:hover .main-btn{
    background:  var(--primary-color);
    border: 0.1875rem solid var(--primary-color);
}
.newsletter .form-control:hover,
.newsletter .form-control:focus{
    outline: none;
    box-shadow: none;
    border-color: var(--primary-color);
}