/*
=============================================================================
>>>> color variable <<<<
==============================================================================
*/
:root {
    --theme-color: #d2ab4b;
    --on-theme-color: #ffffff;
    --highlight-color: #d2ab4b;
    --on-highlight-color: #ffffff;
    --white-color: #ffffff;
}

/*
=============================================================================
DEFAULT STYLE START
==============================================================================
*/
body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Forum', serif;

}

a,
p,
span,
strong {
    font-family: 'Raleway', sans-serif;

}

img {
    max-width: 100%;
    height: auto;
}

p {
    letter-spacing: 1px;
}

.section-padding {
    padding: 100px 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a:hover,
a:focus {
    text-decoration: none;
}

button:focus {
    text-decoration: none;
}

.bg-style {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/**
================================================================================
DEFAULT STYLE END
================================================================================
*/

/**
===================================================================================
===============================  FRONT PAGE STYLE START  ==========================
===================================================================================
 */
/**
================================================================================
header style start
================================================================================
*/
header.header-section {
    padding: 25px 0;
    border-bottom: 2px solid var(--white-color);
}

.header-cont-wrapper {
    display: grid;
    grid-template-columns: 150px auto 120px;
    grid-gap: 10px;
    align-items: center;
}

.logo img {
    max-height: 90px;
    width: auto;
}

.main-menu {
    text-align: center;
}

.main-menu ul li {
    display: inline-block;
}

.main-menu ul li a {
    display: block;
    padding: 10px;
    color: var(--white-color);
    transition: all 0.5s;
}

.main-menu ul li.active a,
.main-menu ul li:hover a {
    color: var(--highlight-color);
    font-weight: 700;
}

.online-order a {
    display: inline-block;
    color: var(--white-color);
    background-color: #999;
    padding: 10px 12px;
    transition: all 0.5s;
}

.online-order a:hover {
    background-color: var(--highlight-color);
}

/*mobile header start*/
.mobile-header {
    display: none;
}

.mobile-header .two-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 10px;
    align-items: center;
}

.mobile-header span i {
    color: var(--white-color);
    font-size: 30px;
}

.main-menu.sidenav ul li {
    display: block;
    text-align: left;
}

.main-menu.sidenav ul li a.closebtn {
    font-size: 5rem;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}

.sidenav a {
    font-size: 25px;
    transition: 0.3s;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 36px;
    margin-left: 50px;
}

/**
================================================================================
header style end
================================================================================
*/
/**
================================================================================
hero section style start
================================================================================
*/
.hero-section,
.sec-2 {
    position: relative;
}

.hero-cont-wrapper {
    height: 100vh;
}

.hero-section .cont {
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translateX(-50%);
    text-align: center;
    padding-top: 100px;
    color: #fff;
}

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

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

.theme-btn {
    display: inline-block;
}

.theme-btn a,
button#submit_btn {
    background: var(--theme-color);
    color: var(--on-theme-color);
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 3px;
    display: inline-block;
    transition: all 0.5s;
}

.theme-btn a i {
    font-size: 1.3rem;
    margin-right: 5px;
}

.theme-btn a:hover,
button#submit_btn:hover {
    border-radius: 30px;
}

button#submit_btn {
    border: none;
    cursor: pointer;
}

.app-download {
    margin-top: 25px;
}

.app-download img {
    border-radius: 20px;
    margin: 10px 0;
    max-width: 220px;
}

img.hero-logo {
    max-width: 350px;
    height: auto;
}

/**
================================================================================
hero section style end
================================================================================
*/
/**
================================================================================
sec-1 style start
================================================================================
*/
.sec-1 {
    color: var(--white-color);
}

.section-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 25px;
}

.parallax-bg {
    min-height: 100vh;
    background-attachment: fixed;
}

/* .sec-cont-feature-image img {
    width: 100%;
    height: auto;
} */

/**
================================================================================
sec-1 style end
================================================================================
*/
/**
================================================================================
sec-2 style start
================================================================================
*/
.theme-form {
    background: var(--white-color);
    padding: 50px 30px;
    border-radius: 3px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}

.sec-2-bg {
    height: 120vh;
}

.sec-2-cont {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    top: 5%;
}

form#email_form h2 {
    font-weight: 700;
}

/**
================================================================================
sec-2 style end
================================================================================
*/

/**
================================================================================
sec-4 style start
================================================================================
*/
#g-map iframe {
    width: 100%;
    height: 500px;
}

/**
================================================================================
sec-4 style end
================================================================================
*/
/**
================================================================================
download section start
================================================================================
*/
.single-menu {
    text-align: center;
}

.single-menu img {
    height: 170px;
    width: auto;
    margin-bottom: 5px;
}

.single-menu {
    box-shadow: 0 0 15px #ddd;
    border-radius: 10px;
    padding: 15px;
}

/**
================================================================================
download section end
================================================================================
*/

/**
================================================================================
footer style start
================================================================================
*/
footer {
    color: var(--white-color);
}

.footer-widget {
    overflow: hidden;
}

footer h3 {
    font-size: 1.8rem;
    margin-bottom: 40px;
    font-weight: 700;
}

footer p {
    font-size: 1.2rem;
}

footer a {
    color: var(--white-color);
}

footer a:hover {
    color: var(--highlight-color);
}

.divider {
    display: block;
    border-bottom: 1px solid var(--white-color);
    margin: 30px 0;
}

span.copy-right a {
    color: var(--white-color);
    font-weight: 700;
}

span.copy-right img {
    width: 70px;
}

.opening-time ul li span {
    float: right;
    margin-left: 5px;
}

.opening-time ul li {
    display: block;
    overflow: hidden;
}

.opening-time ul li.special {
    background-color: var(--highlight-color);
    color: var(--on-highlight-color);
    padding: 0 5px;
    border-radius: 15px;
}

/**
================================================================================
footer style end
================================================================================
*/

/*back to top start*/
.back_to_top {
    width: 35px;
    height: 35px;
    text-align: center;
    color: var(--on-theme-color);
    font-size: 35px;
    background: var(--theme-color);
    position: fixed;
    right: 5%;
    bottom: 10%;
    z-index: 9999;
    border-radius: 50%;
    cursor: pointer;
}

/*back to top end*/
/*gallery page start*/
.gallery-images {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
}

.gallery-images .single-image img {
    width: 100%;
    height: 350px;
    border-radius: 10px;
    transform: scale(1) rotateZ(0deg);
    transition: all 0.5s;
}

.gallery-images .single-image:hover img {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    border-radius: 0;
    transform: scale(1.01) rotateZ(1deg);
}

/*gallery page end*/
/*override css start*/
form#email_form h3.errorDiv {
    font-size: 1rem;
}

/*override css end*/