:root {
    --primary-color: #FDA400;
    --seconday-color: #131850;
    --light-yellow-color: #FFF6E4;
    --gray-color: #7B7B7B;
    --white-color: #fff;
}
.primary-color{
    color: var(--primary-color);
}
.secondary-color{
    color: var(--seconday-color);
}
.white-color{
    color: var(--white-color);
}
h1,
h2 {
    font-family: 'Wildest Grass';
}

h3,
h4,
h5,
h6,
body {
    font-family: 'afacad';
}

.offcanvas .offcanvas-body .nav {
    gap: 20px;
}

.w-10 {
    width: 30px;
}

.nav  .nav-item a {
    text-decoration: none;
    color: var(--seconday-color);
}
.nav .nav-item a:hover{
    color: var(--primary-color);
}
.nav .active{
    color: var(--primary-color) !important;
}
a{
    text-decoration: none;
    color: var(--white-color);
}
form button{
    border: none;
    background-color: transparent;
    padding: 0;
}
.cta-btn {
    padding: 8px 24px;
    background-color: var(--seconday-color);
    display: inline-block;
    transition: all 1s;
    border-radius: 10px;
}

.cta-btn,
.btn-1 img {
    margin-left: 10px;
}

.cta-btn:hover {
    background-color: var(--primary-color);
}

.nav-link{
    color: var(--seconday-color);
}
.nav-link:focus, .nav-link:hover{
    color: var(--primary-color);
}

/* Offer section css start */

.offer .offer-banner-1,
.offer-banner-2 .content-text {
    color: var(--white-color);
}

.offer .btn-1 a {
    color: var(--primary-color);
}

.border-1 {
    border: 2px solid transparent;
    border-radius: 30px;
}

.offer .offer-banner-1:hover .border-1 {
    border: 2px solid var(--gray-color);
}

.offer .offer-banner-2:hover .border-1 {
    border: 2px solid var(--gray-color);
}

.offer .offer-box {
    background-image: url('../image/offer-banner-image-1.png');
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    padding: 20px;
    height: 100%;
}

.offer .offer-banner-2.offer-box {
    background-image: url('../image/offer-banner-image-2.png');
    background-position: center;
    background-repeat: no-repeat;
}

.offer .offer-box .border-1 {
    height: 100%;
    padding: 70px 20px;
}

/* Offer section css end */

/* Famous Dishes css start */

.famous-dishes {
    background-image: url(https://www.uptechies.com/bootstrap-examples/dine-club-resturant/images/famous-dishes-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.famous-dishes .product-1 {
    position: relative;
}  

.star i{
    color: var(--primary-color);
}
.famous-dishes .content-slider p{
    color: var(--gray-color);
}
.famous-dishes .cart .bi-handbag-fill::before{
    padding: 10px;
    background-color: var(--primary-color);
    border-radius: 100%;
}
.famous-dishes .product-1 {
    background-color: var(--white-color);
    padding: 16px;
    border-radius: 20px;
}
.famous-dishes .product-1 .product-image {
    padding-bottom: 24px;
}

.famous-dishes .product-1::after {
    position: absolute;
    content: "\F415";
    font-family: 'bootstrap-icons';
    font-size: 24px;
    top: 20px;
    right: 30px;
    color: var(--gray-color);
} 
.famous-dishes .product-1 .product-image .image-bg {
    padding: 20px 0;
}
.famous-dishes .product-1 .product-image .image-bg img {
    position: relative;
    z-index: 1;
    transform: scale(0.7);
    transition: all 1.5s;
}
.famous-dishes .product-1:hover .image-bg img {
    transform: scale(1);
}
.famous-dishes .product-1 .product-image .image-bg:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 50%;
    background-color: var(--light-yellow-color);
    left: 0;
    top: auto;
    bottom: 0;
    border-radius: 20px;
    transition: all 1.5s;
}
.famous-dishes .product-1 .product-image:hover .image-bg:after {
    height: 100%;
}
.slick-dots li button:before{
    font-size: 14px;
}
.slick-dots li.slick-active button:before{
    color: var(--primary-color);
    opacity: 1;
}

/* Famous Dishes css end */

/* Our Menu css start */

.tab-content {
    display: none;
  }
  .tab-content.active {
    display: block;
  }
  .product-color{
    background-color: var(--light-yellow-color);
    border-radius: 20px;
  }
  .product-border-1{
    border: 1px solid var(--gray-color);
    border-radius: 20px;
  }
  .our-menu .our-menu-content .our-menu-tab .dot a::after{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-color: var(--primary-color);
    top: 40%;
    right: -1px;
    border-radius: 100%;
  }
  .our-menu .cart .bi-handbag-fill::before{
    padding: 10px;
    background-color: var(--primary-color);
    border-radius: 100%;
}
/* Our Menu css end */

footer{
    background-color: var(--seconday-color);
}
footer form input{
    border: 1px solid var(--gray-color);
    color: var(--white-color);
}

footer form button{
    right:32px;
    top: 30%;
}
footer input::-webkit-input-placeholder{
    color: var(--gray-color);
}
footer .copy-right-link p{
    color: var(--gray-color);
}
footer .top-footer{
    border-bottom: 1px solid var(--gray-color);
}
footer .top-footer .row-1::after{
    position: absolute;
    content: '';
    width: 100vw;
    border: 1px solid var(--gray-color);
    left: -50vw;
    right: -50vw;
    bottom: 0;
    margin: 0 auto;
}

/* Why Choode Section css start */

.why-choose{
    background-image: url('../image/why-choose-dine-club-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.why-choose-book-tabel form input{
    background-color: #F2F2F2;
    border: none;
    padding: 10px;
    border-radius: 8px;
}
.why-choose-book-tabel form .submit-btn{
    background-color: var(--seconday-color);
    border-radius: 10px;
    padding: 10px 0;
}
.why-choose-book-tabel .book-table{
    background-color: var(--white-color);
    border-radius: 20px;
}
.why-choose-book-tabel .book-table form{
    display: flex;
    flex-direction: column;
}
.why-choose-book-tabel .book-table h3::after{
    position: absolute;
    content: '';
    width: 100%;
    border: 1px solid var(--gray-color);
    left: 0;
    bottom: 0;
}
.why-choose-book-tabel .book-table h3{
    padding-bottom: 32px;
}
.why-choose-book-tabel .book-table{
   box-shadow: 0 0 16px 0 rgb(0, 0, 0, 0.16);
}



/* Why Choode Section css end */


/* About Section Css Start */

.about{
    background-image: url('../image/section-about-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about .review-image-content .review .name::after{
    position: absolute;
    content: '';
    width: 25%;
    border: 1px solid var(--gray-color);
    right: 50%;
    top: 50%;
}
.about .review-image-content .review{
    background-color: var(--white-color);
    border-radius: 50px 0 50px 0;
}

/* About Css End */

/* Favourite Css Start */

.favourite-dishes .rating{
    background-color: var(--seconday-color);
    border-radius: 0 10px 0 0;
}
.favourite-dishes .cta-btn{
    background-color: transparent;
    border: 1px solid var(--gray-color);
}
.favourite-dishes .cta-btn a{
    color: var(--gray-color);
}
.favourite-dishes .cta-btn:hover{
    background-color: var(--seconday-color);
}
.favourite-dishes .cta-btn a:hover{
    color: var(--white-color);
}

/* Favourite Css End */

/* Testimonal Css Start */

.testimonial{
    background-image: url('../image/testimonial-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial .testimonial-content{
    background-color: var(--seconday-color);
}

.slick-prev:before, .slick-next:before{
    content: '';
    background-image: url('../image/ic-left-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
    font-size: 0;
    line-height: 0;
    opacity: 1;
    border-radius: 8px;
    border: 1px solid var(--primary-color);
}
.slick-next:before{
    background-image: url('../image/ic-right-arrow.svg');
}

.slick-prev:hover::before{  
    background-color: var(--primary-color);
}
.slick-next:hover::before{  
    background-color: var(--primary-color);
}
.slick-prev:focus::before{  
    background-color: var(--primary-color);
}
.slick-next:focus::before{  
    background-color: var(--primary-color);
}
/* Testimonal Css End */

/* Latest News css start*/

.latest-news .right-blog .blog-4 h5{
    left: 50%;
    background-color: var(--white-color);
    padding: 8px 50px;
    opacity: 0;
    transition: all 0.5s;
    transform: translate(-50%, 50%);
    bottom: 50%;
}
.latest-news .right-blog .blog-4:hover h5{
    opacity: 1;
}
.latest-news .right-blog .blog-5 h5{
    left: 50%;
    background-color: var(--white-color);
    padding: 8px 50px;
    opacity: 0;
    transition: all 0.5s;
    transform: translate(-50%, 50%);
    bottom: 50%;
}
.latest-news .right-blog .blog-5:hover h5{
    opacity: 1;
}
 
.achivement span{
    line-height: 160px;
    font-weight: 900;
    color: rgb(19, 24, 80, 0.08);
}
.achivement h6{
   margin-top: -164px;
   line-height: 164px;
}
.achivement{
    background-color: var(--light-yellow-color);
    padding: 50px 0;
}

footer .copy-right-link .option a{
    color: var(--gray-color);
}