*,
*:after,
*:before{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body{
    background-color: black;
}
:after,
: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: #F8ED56;
    --secondary-color:#E4663A; 
    --yellow: #FBFF7C;
    --orange: #E4663A;
    --redwine: #92253F;
    --white: #fff;
    --black: #110;
    --dark-black: #000;
    --text-color: #555;
    --primary-font: 'Roboto', sans-serif;
    --secondary-font: 'Quicksand', sans-serif;
}
html{
    scroll-behavior: smooth;
}
body{
    font-family: var(--primary-font);
    font-size: 100;
    font-weight: 400;
}
::-webkit-scrollbar{
    width: 0.625rem;
}
::-webkit-scrollbar-thumb{
    background: var(--primary-color);
}
::-webkit-scrollbar-track{
    background: white;
}
h1{
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 3rem;
    color: var(--primary-color);
}
h2{
    font-weight: 700;
    font-size: 2.25rem;
    text-transform: capitalize;
    font-family: var(--secondary-font);
    color: var(--primary-color);
    line-height: 3rem;
}
h4{
   color: var(--secondary-color) !important;
   font-family: var(--secondary-font);
   text-transform: capitalize;
   font-size: 18px;
   font-weight: 800;
   margin-bottom: 0.5rem;
}
h5{
    color:var(--primary-color);
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
/* 16px = 1rem*/
p{
    font-size: 1rem;
    color: white;
    font-weight: 400;
    line-height: 1.75rem;
    letter-spacing: 1px;
}
.main-btn{
    display: inline-block;
    padding: 0.625rem 2rem 0.9rem ;
    line-height: 1.1625rem;
    background-color: var(--primary-color);
    border: var(--primary-color);
    color: var(--dark-black);
    font-size: 0.9375rem;
    font-weight: 600;
    text-transform: capitalize;
    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;
}
.white-btn{
    padding: 0.625rem 1.875rem;
    line-height: 25px;
    background-color: var(--white);
    border: 0.1875rem solid var(--white);
    color: var(--text-color);
    font-size: 0.9375rem;
    font-weight: 600;
    text-transform: capitalize;
    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;
}
.main-btn:hover{
    background-color: transparent;
    color: var(--primary-color);
}
.white-btn:hover{
        background-color: transparent;
        color: var(--primary-color);
        border-color: var(--primary-color);
}
.wrapper{
    padding-top: 8.25rem;
    padding-bottom: 8.25rem;
}
.text-content{
    width: 70%;
    margin: auto;
}
/* group-in */
.counter-section h2,
.testimonial-secton h2,
.book-food-text h2{
    color: var(--white);
}
/*
***********************
header design
***********************
*/
ul > li {
    display: table-cell;
    text-align: center
}
ul > li > a {
    display:block;
    padding:50px;
}
.navigation-wrap{
    position: fixed;
    width: 100;
    top: 0;
    left: 0px;
    right: 10px;        /* find perfect location */
    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 200ms linear;
}
/* Working for the toggle button which will be visible in the mobile phone. */
.navbar-toggler:focus{
    outline: unset; /* unset means there is no value. kind of (blank or null) */
    border: unset;
    box-shadow: none;
}
.nav-link{
    font-size: 0.9375rem;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--primary-color);
}
.navigation-wrap .main-btn{
    padding: 1rem 1.4375rem;
    box-shadow: none;
}
/* creating fix effect for the navigation bar */
.navigation-wrap.scroll-on{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: black;
    box-shadow: 0 0.125rem 1.75rem 0 rgba(232, 139, 18, 0.892);
    transition: all .15s ease-in-out 0s;
}
/* top banner design */
.top-banner{
    width:100%;
    background: url('../image/bg/hp2.png') no-repeat center;
    padding: 9.875rem 0 8.375rem ;      /* Set the perfect locations. */
}

/* counter design */
.counter-section{
    background-color: var(--primary-color);
}
.count-banner{
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
span{
    color: #000;
}
/* extra + */
.plus{
    color: #000;
}
.navbar-toggler{
    color: whitesmoke;
}
/* about us */
.img-fluid{
    height: 40%;
    filter: contrast(1.2);
}
.about-section{
    background: var(--black);
}
.about-section .card,
.about-section .card img{
    border-radius: 0.625rem;
    border-color: #110;
}
.about-section .text-sec{
    padding-left: 2rem;
}
.ui-type ul li{
    font-size: 1rem;
    color: white;
    line-height: 32px;
    position: relative;
    margin-left: 30px;
    left: 2rem;
}
.ui-type img{
        display: block;
        margin-left: auto;
        width: 100%;
}
.ui-type ul li::before{
    position: absolute;
    left: -1.5875rem;
    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;
}
/* plus sign color change i counter section. */
.counter-section h2{
    color: #110;
}
/* story */
.story-section{
    width: 100%;
    height: 28.125rem;
    background: url(../image/bg/storycover2.jpg) no-repeat center;
    background-size:cover;
    padding-top: 100px;
    text-align: center;
}
.story-section .text-content p{
    font-weight: bold;
}
/* css for card */
.explore-services .card{
    border: none;
    background-color: transparent;
    border-radius: 0.9375rem;
}
.explore-services .card img{
    border-radius: 0.9735rem;
    object-fit: cover;
}
.explore-services .card span{
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    padding-bottom: 1rem;
    border-bottom: 0.625rem solid #eee;
}
.explore-services .card span del{
    color: var(--text-color);
    margin-left: 0.5rem;
}
/* review section. */
.testimonial-section{
    background-color: var(--primary-color);
}
.testimonial-section .text-center h2{
    color: #110;
}
/* 35:50 */
.testimonial-section .carousel-item{
    margin-top: 3rem;
    padding: 10rem 3.125rem;
    background-color: var(--dark-black);
    border-radius: 0.9375rem;
    text-align: center;
}
.testimonial-section .carousel-item .carousel-caption p{
    font-size: 1.3125rem;
    line-height: 2.0625rem;
    padding: 0 11% 0.625rem;
}
.footer a{
    color: var(--primary-color);
    padding: 0 1.2rem;
}