@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap');

body {
    background: #ffffff;
    color: #ba9e01;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    overflow-x: hidden;
    margin: 0 auto;
    padding: 0;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
}
*{
    scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    color: #ba9e01;
    line-height: 1.5;
}

a {
    color: #ba9e01;
    text-decoration: none !important;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

img {
    max-width: 100%;
    border-radius: 0 30px;
}

a:hover {
    color: #ba9e01;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

a:hover,
a:focus {
    color: #464646;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #a1a1a1;
    line-height: 26px;
    letter-spacing: 0.5px;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-optical-sizing: auto;
}

.flex-column {
    flex-direction: column;
}

.z-index {
    z-index: 9;
}

.position-relative {
    position: relative !important;
}

.form-control:focus {
    box-shadow: none;
    outline: 0 none;
    border-bottom: 1px solid #ba9e01;
}

.btn:focus {
    outline: none !important;
    box-shadow: none;
}

button:focus {
    outline: 0 none;
    box-shadow: none;
}

.button:focus {
    outline: none;
    box-shadow: none;
}

.button {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 15px 70px;
    text-align: center;
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 400;
    border-radius: 0 20px;
    color: #ffffff;
    background: none;
    cursor: pointer;
    margin-top: 25px;
    overflow: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.button:hover {
    color: #fff;
}

.button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .5;
    background-color: #ba9e01;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #ba9e01;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.button:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.button:hover:after {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.button-large:focus {
    outline: none;
    box-shadow: none;
}

.button-large {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 14px 59px;
    text-align: center;
    font-size: 32px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 400;
    border: 2px solid #ffffff;
    border-radius: 2px;
    color: #ffffff;
    background: none;
    cursor: pointer;
    margin-top: 50px;
    overflow: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.button-large:hover {
    color: #fff;
}

.button-large:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .5;
    background-color: #ba9e01;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.button-large:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #ba9e01;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.button-large:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.button-large:hover:after {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.header-button {
    margin: 0;
    background: #404040;
    padding: 10px 30px;
}

.btn-red {
    padding: 10px 20px;
    background: #ba9e01;
    border-radius: 2px;
    color: #ffffff;
}

.btn-black {
    padding: 10px 20px;
    background: #000;
    border-radius: 2px;
    color: #ffffff;
}

.btn-gray {
    padding: 10px 20px;
    background: rgb(132, 132, 132);
    border-radius: 2px;
    color: #ffffff;
}

.bg-gray {
    background-color: #f8f8f9;
}

.bg-none {
    background: none !important;
}

.color-text {
    color: #ba9e01;
}

dl,
ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mr-15 {
    margin-right: 15px;
}

.m-3 {
    margin: 5px;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

h5 {
    color: #ba9e01;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 0.7px;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-optical-sizing: auto;
}

section {
    overflow: hidden;
}

.section-padding {
    padding: 100px 0;
    position: relative;
}

.section-large-padding {
    padding: 150px 0;
    position: relative;
}

.section-right {
    position: relative;
}

.section-right:before {
    content: '';
    position: absolute;
    top: 0;
    right: -65%;
    z-index: 0;
    display: block;
    width: 56%;
    height: 100%;
    background: -webkit-linear-gradient(to right, rgb(255 255 255) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgb(255 255 255) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(35deg);
    -webkit-transform: skewX(35deg);
    transform: skewX(36deg);
    background: linear-gradient(306deg, #ba9e01, #edc702, #4bb5bb, #ba9e01);
    background-size: 400% 400%;
    -webkit-animation: Gradient 10s ease infinite;
    animation: Gradient 10s ease infinite;
    opacity: 0.9;
}

.section-left {
    position: relative;
}

.section-left:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(to right, rgb(255 255 255) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgb(255 255 255) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
    background: linear-gradient(306deg, #ba9e01, #edc702, #4bb5bb, #ba9e01);
    background-size: 400% 400%;
    -webkit-animation: Gradient 10s ease infinite;
    animation: Gradient 10s ease infinite;
    opacity: 0.9;
}

.footer-section-left {
    position: relative;
}

.section-title {
    text-align: center;
    margin-bottom: 75px;
}

.section-title h5 {
    font-size: 16px;
    color: #a1a1a1;
    font-weight: 400;
    letter-spacing: 0.7px;
    margin: 0 auto;
    border-radius: 0.25rem;
    padding: 7px 20px;
    display: inline-table;
}

.section-title h2 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1.3;
    color: #ba9e01;
    font-family: 'Squada One', cursive;
}

.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.mr-0 {
    margin: 0;
}

.mr-top-50 {
    margin-top: 50px;
}

.back-to-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 15px;
    color: #ffffff;
    background: #ba9e01;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
}

.back-to-top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 0 30px;
}

.back-to-top:hover:before,
.back-to-top:focus:before {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover,
.back-to-top:focus {
    color: #ffffff;
}

.back-to-top.active {
    top: 97%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0 30px;
}

.back-to-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.back-to-top:hover i:first-child,
.back-to-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.back-to-top:hover i:last-child,
.back-to-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.back-to-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
}

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*-------------------------------------------------------------- 
[ Start Overlay ] 
--------------------------------------------------------------*/

[data-overlay-dark],
[data-overlay-light] {
    position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
    position: relative;
    z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-overlay-light]:before {
    background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
    color: #fff;
}

.bg-b {
    background-color: #ffffff;
}

[data-overlay-dark] p,
.bg-dark p,
.bg-color p {
    color: #dad6d6;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
    opacity: .1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
    opacity: .2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
    opacity: .3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
    opacity: .4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
    opacity: .5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
    opacity: .6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
    opacity: .7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
    opacity: .8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
    opacity: .9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
    opacity: 1;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 5px 5px;
    background-color: rgba(0, 0, 0, 0.1);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 5px;
    transition: .3s;
    border: 2px solid transparent;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #ba9e01 !important;
    width: 7px;
    height: 7px;
    transition: .3s;
    -webkit-box-shadow: 0 1px 5px #ba9e01;
    box-shadow: 0 1px 5px #ba9e01;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background-color: transparent;
    border: 2px solid #ba9e01;
    transition: .3s;
}

.single-page {
    margin-top: 143px;
}

.breadcrumb {
    justify-content: center;
}

.fill-text {
    background: #ba9e01;
    color: #ffffff;
    font-size: 33px;
    border-radius: 50%;
    width: 40px;
    min-width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    margin: 0 auto;
}

.fill-text:hover,
.fill-text i:hover {
    background: #000;
    color: #ffffff;
}

/*--------------------------------------------------------------
 * Preloader Area CSS
--------------------------------------------------------------*/

.preloader {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 99999999;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.preloader .preloader-wapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
}

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 18px;
    background: #ba9e01;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}

@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }
    50%,
    100% {
        top: 24px;
        height: 32px;
    }
}

.spinner-loader {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 0.25rem;
}

.spinner-loader div {
    position: absolute;
    border: 4px solid #ba9e01;
    opacity: 1;
    border-radius: 0;
    -webkit-animation: spinner-loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: spinner-loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    border-radius: 0.25rem;
}

.spinner-loader div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
    border-radius: 0.25rem;
}

@-webkit-keyframes spinner-loader {
    0% {
        top: 35px;
        left: 35px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 70px;
        height: 70px;
        opacity: 0;
    }
}

@keyframes spinner-loader {
    0% {
        top: 35px;
        left: 35px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 70px;
        height: 70px;
        opacity: 0;
    }
}

/*--------------------------------------------------------------
  Navber Area Style
--------------------------------------------------------------*/

.topbar {
    height: 45px;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
    padding: 0;
    width: 100%;
    background: #404040;
}

.topbar .contact-info i {
    font-style: normal;
    color: #ba9e01;
    line-height: 0;
}

.topbar .contact-info i a,
.topbar .contact-info i span {
    padding-left: 5px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Noto Kufi Arabic", sans-serif;
}

@media (max-width: 575px) {
    .topbar .contact-info i a,
    .topbar .contact-info i span {
        font-size: 13px;
    }
}

@media (max-width: 787px) {
    .topbar {
        display: none !important;
    }
}

.topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
}

.topbar .contact-info i a:hover {
    color: #ba9e01;
    text-decoration: underline;
}

.topbar .social-links a {
    color: #ffffff;
    line-height: 0;
    transition: 0.3s;
    margin-left: 20px;
    border-radius: 0 20px;
    background: #b8a500;
    width: 39px;
    height: 27px;
    text-align: center;
    padding: 5px;
}

.topbar .social-links a:hover {
    color: #414141;
}

.zr-theme-menu-header-navber-area {
    height: auto;
    background: white;
}

.zr-theme-menu-header-navber-area .nav-top-bar {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #f3f3f3;
}

.zr-theme-menu-header-navber-area .nav-top-bar .call-to-action p {
    margin: 0 0 0 20px;
    display: inline-block;
    color: #ba9e01;
    font-size: 16px;
    font-weight: 500;
}

.zr-theme-menu-header-navber-area .nav-top-bar .call-to-action p i {
    margin-right: 3px;
    font-size: 16px;
}

.zr-theme-menu-header-navber-area .nav-top-bar .call-to-action p a {
    color: #ecca01;
}

.zr-theme-menu-header-navber-area .nav-top-bar .call-to-action p a:hover,
.zr-theme-menu-header-navber-area .nav-top-bar .call-to-action p a:focus {
    color: #FFC107;
}

.zr-theme-menu-header-navber-area .nav-top-bar .top-social {
    float: right;
    padding: 0;
    margin: 0 0 0 10px;
    list-style-type: none;
}

.zr-theme-menu-header-navber-area .nav-top-bar .top-social li {
    display: inline-block;
}

.zr-theme-menu-header-navber-area .nav-top-bar .top-social li a {
    color: #ffffff;
    font-size: 16px;
    margin-left: 5px;
}

.zr-theme-menu-header-navber-area .nav-top-bar .top-social li a:hover,
.zr-theme-menu-header-navber-area .nav-top-bar .top-social li a:focus {
    color: #ba9e01;
}

.zr-theme-menu-header-navber-area .nav-top-bar .opening-hours {
    float: right;
}

.zr-theme-menu-header-navber-area .nav-top-bar .opening-hours p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 0;
}

.zr-theme-menu-header-navber-area .nav-top-bar .opening-hours p i {
    margin-right: 3px;
    font-size: 16px;
}

.zr-theme-menu-header-navber-area .nav-top-bar.template-color-bg {
    background: #ba9e01;
    border-bottom: none;
}

.zr-theme-menu-header-navber-area .nav-top-bar.template-color-bg .call-to-action p a {
    color: #ffffff;
}

.zr-theme-menu-header-navber-area .nav-top-bar.template-color-bg .top-social li a {
    color: #ffffff;
}

.navbar-b {
    transition: all .5s ease-in-out;
    padding: 0px;
    height: 75px;
    background: linear-gradient(180deg, #ba9e01, #ffe403);
}

.navbar-b.navbar-reduce {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
    position: relative;
    padding-right: 0px;
    padding-left: 10px;
}

.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0.5px;
    padding-right: 0;
    padding-left: 15px;
    font-family: 'Squada One', cursive;
    text-shadow: 0px 2px 7px rgb(0 0 0 / 20%);
}

.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
    color: #464646;
}

.navbar-b.navbar-trans .nav-link:hover {
    color: #464646;
}

.navbar-b.navbar-trans .show>.nav-link,
.navbar-b.navbar-trans .active>.nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
    color: #404040;
}

.navbar-b.navbar-reduce {
    transition: all .5s ease-in-out;
    background-color: #fff;
    -webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
    animation: 500ms ease-in-out 0s normal fadeInDown;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.navbar-b.navbar-reduce .nav-link {
    color: #ffffff;
}

.navbar-b.navbar-reduce .book-now {
    color: #fff !important;
}

.navbar-b.navbar-reduce .book-now .nav-link {
    color: #fff !important;
}

.navbar-b.navbar-reduce .nav-link:hover {
    color: #505050;
}

.navbar-b.navbar-reduce .show>.nav-link,
.navbar-b.navbar-reduce .active>.nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
    color: #505050;
}

.navbar-b.navbar-reduce .navbar-toggler span {
    background-color: #fff;
}

.navbar-b .navbar-brand {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    margin-left: 1rem;
    position: relative;
}

.navbar-b .navbar-brand span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 800;
}

.navbar-b .navbar-brand img {
    width: 41px;
    border-radius: 0;
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    visibility: visible !important;
}

.navbar-b .dropdown-menu {
    margin: 1.12rem 0 0;
    border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
    padding: .7rem 1.7rem;
    transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
    background-color: #ba9e01;
    color: #fff;
    transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
    background-color: #ba9e01;
}

.navbar-toggler {
    position: absolute;
    left: 5%;
    top: 18px;
    z-index: 10001;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
    display: block;
    background-color: #ffffff;
    height: 4px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 0;
    opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    transition: -webkit-transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

.navbar-b .black-logo {
    display: none;
}

.navbar-b.navbar-reduce .navbar-brand .white-logo {
    display: none;
}

.navbar-b.navbar-reduce .navbar-brand .black-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.book-now {
    padding-left: 24px !important;
}

.book-now a {
    background: #ecca01;
    border-radius: 4px;
    padding-right: 15px !important;
    color: #fff !important;
}

.book-now a:hover {
    background: #ba9e01;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

/*--------------------------------------------------------------
  Home Section Style
--------------------------------------------------------------*/

.home-area {
    position: relative;
    z-index: 1;
    text-align: center;
    background: url(../images/slider-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    padding-top: 150px;
    padding-bottom: 40px;
}

.home-area::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .6;
    z-index: -1;
    background: #000 !important;
}

.hero-equal-height {
    position: relative;
    min-height: 100vh;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.home-area .home-content {
    margin-bottom: 50px;
}

.home-area .home-content h1 {
    font-size: 80px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.5;
    font-family: 'Squada One', cursive;
}

.home-area .home-content p {
    font-size: 16px;
    color: #ffffff;
}

.button.home-btn {
    background: #404040;
    margin-right: 15px;
    color: #fff;
}

.home-app-button-box .img-app-btn-1 {
    margin-right: 15px;
}

/*--------------------------------------------------------------
  Partners Style
--------------------------------------------------------------*/

.customer-logos {
    position: relative;
}

.customer-logos img {
    border-radius: 0 30px;
    padding: 15px;
    border: 1px solid #e7e7e7;
    margin: 15px 0;
    filter: grayscale(0);
    opacity: 1;
}

.customer-logos img:hover {
    border-radius: 0 30px;
    padding: 15px;
    border: 1px solid #e7e7e7;
    margin: 15px 0;
    filter: grayscale(1);
    opacity: 0.5;
}

/*--------------------------------------------------------------
  Slider Home Style
--------------------------------------------------------------*/

.slider {
    position: relative;
}

.slider.fixed-slider {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.slider .swiper-slide-active {
    z-index: 3;
}

.slider .parallax-slider {
    position: relative;
}

.slider .parallax-slider .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 600px;
    padding-bottom: 50px;
}

.slider .parallax-slider .swiper-slide .bg-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center bottom;
}

.hero-img img {
    width: 100%;
    -webkit-animation: shine 2.75s infinite;
    animation: shine 2.75s infinite;
}

.hero-img {
    width: 100%;
    -webkit-transition: background-color 2.50ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 2.50ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    position: relative;
    overflow: hidden;
}

.hero-img:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hero-img:hover::before {
    -webkit-animation: shine 2.75s infinite;
    animation: shine 2.75s infinite;
}

.swiper-slide:before {
    /*-------------------------------------------------------------- content: '';--------------------------------------------------------------*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 60%;
    min-width: 605px;
    bottom: 0;
    background: -webkit-linear-gradient(270deg, #ba9e01, #eac801, #a43c1e, #3e4a43);
    -webkit-transform: skewX(-25deg);
    transform: skewX(0deg);
    background: linear-gradient(270deg, #eac801, #ba9e01, var(--blue), #000000);
    background-size: 400% 400%;
    -webkit-animation: Gradient 10s ease infinite;
    animation: Gradient 10s ease infinite;
    opacity: 0.8;
    border-radius: 0 50% 50% 0;
}

.swiper-slide:after {
    /*-------------------------------------------------------------- content: '';--------------------------------------------------------------*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 50%;
    min-width: 405px;
    bottom: 0;
    background: -webkit-linear-gradient(270deg, #ba9e01, #eac801, #a43c1e, #3e4a43);
    -webkit-transform: skewX(-25deg);
    transform: skewX(0deg);
    background: linear-gradient(270deg, #ba9e01, #eac801, var(--danger), #000000);
    background-size: 400% 400%;
    -webkit-animation: Gradient 10s ease infinite;
    animation: Gradient 10s ease infinite;
    opacity: 0.9;
    border-radius: 0 50% 50% 0;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0% 50%
    }
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.form-bg {
    background: #ffffff;
    border-radius: 0px;
    padding: 25px;
    -webkit-box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
    box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
    background: hsla(0, 0%, 100%, .8);
}

.form-bg .button {
    background: #ba9e01;
    margin-top: 0;
}

.slider .parallax-slider .swiper-slide-active .caption h1 {
    opacity: 1;
    animation: fadeInLeft .8s;
    -webkit-animation-delay: 1s;
    animation-delay: .3s;
}

.slider .parallax-slider .caption {
    text-align: left;
    position: relative;
    z-index: 8;
    align-items: flex-start;
    vertical-align: middle;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.slider .parallax-slider .caption h1 {
    font-size: 65px;
    line-height: 65px;
    color: #ffffff;
    text-transform: capitalize;
    opacity: 1;
    visibility: visible;
    font-family: 'Squada One', cursive;
    position: relative;
}

.slider .parallax-slider .caption h3 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #ffffff;
    opacity: 1;
    visibility: visible;
    font-family: 'Squada One', cursive;
}

.slider .parallax-slider .caption h2 {
    color: #ffffff;
    font-size: 24px;
}

.slider .parallax-slider .caption p {
    color: #fff;
    font-weight: 500;
    margin-top: 10px;
    opacity: 1;
}

.slider .parallax-slider .swiper-slide-active .caption p {
    color: #fff;
    font-weight: 500;
    margin-top: 10px;
    opacity: 1;
    animation: fadeInRight .8s;
}

.slider .parallax-slider .swiper-slide-active .caption .home-slider-btn {
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 1px;
    position: relative;
    opacity: 1;
    animation: fadeInUp 1s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.slider .parallax-slider .swiper-slide-active .caption .home-slider-btn a {
    background: #ba9e01;
    color: #ffffff;
}

.slider .parallax-slider .swiper-slide-active .caption .home-slider-btn a:hover {
    color: #ffffff;
}

.slider .control-text {
    position: absolute;
    bottom: 0;
    z-index: 8;
    width: 100%;
    height: auto;
    align-items: center;
    /*--------------------------------------------------------------display: flex;
	justify-content: space-between;*/
}

.slider .control-text .swiper-nav-ctrl {
    color: #eee;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-left: 50px;
    margin-right: 50px;
    position: static;
    width: auto;
    height: auto;
    display: inline-block;
    background: transparent;
    padding: 6px 10px;
    border-radius: 3px;
}

.slider .control-text .swiper-nav-ctrl:after {
    font-size: 25px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 0.25rem;
    display: block;
    text-align: center;
    background: rgb(0, 0, 0, 0.3);
}

.slider .parallax-slider img {
    border-radius: 0 88px;
    border: 10px solid;
}

.slider .parallax-slider .img-large {}

.slider .parallax-slider .img-small {
    width: 250px;
    height: auto;
    position: absolute;
    left: -93px;
    bottom: -22px;
}

.slider .swiper-pagination-bullets {
    bottom: 20px;
}

.slider .swiper-pagination-bullet {
    background: #fff;
    opacity: .4;
}

.slider .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
    border: 2px solid #ba9e01;
}

.header-chef-image {
    position: absolute;
    bottom: 0;
    z-index: 90;
    right: 0;
}

.header-chef-image img {
    width: 100%;
    max-width: 600px;
}

.hero-social-links {
    display: flex;
    flex-direction: row;
}

.hero-social-links a {
    font-size: 16px;
    color: #ba9e01;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 0.25rem;
    margin: 0px;
}

.hero-social-links a i {
    color: #ba9e01;
}

/*--------------------------------------------------------------
  Our Services Section Style
--------------------------------------------------------------*/

.zr-theme-single-service-card {
    margin-bottom: 10px;
    display: flex;
    text-align: left;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    gap: 32px;
    background: #ffffff;
    border-radius: 3px;
    padding: 25px;
    overflow: hidden;
}

.zr-theme-single-service-card img {
    width: 90px;
    height: 90px;
}

.zr-theme-single-service {
    margin-bottom: 20px;
}

.repair-main-banner .video-btn {
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 0.25rem;
    display: block;
    color: #fff;
    background: transparent;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.iq-video.video-btn i {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    font-size: 83px;
    background: linear-gradient(-48deg, #ffffff -30%, #ba9e01 60%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.repair-main-banner .video-btn {
    border-radius: 0.25rem;
    display: block;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: .5s;
}

@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}

.animation-bounce {
    -webkit-animation: bounce 3s infinite ease-in-out;
    -o-animation: bounce 3s infinite ease-in-out;
    -ms-animation: bounce 3s infinite ease-in-out;
    -moz-animation: bounce 3s infinite ease-in-out;
    animation: bounce 3s infinite ease-in-out;
}

@-webkit-keyframes bounce {
    0% {
        transform: translateY(-5px);
    }
    50% {
        transform: translateY(15px);
    }
    100% {
        transform: translateY(-5px);
    }
}

@keyframes bounce {
    0% {
        transform: translateY(-5px);
    }
    50% {
        transform: translateY(15px);
    }
    100% {
        transform: translateY(-5px);
    }
}

.bg-grey {
    background: #f5f5f5;
}

/*--------------------------------------------------------------
  Our Services Section Style
--------------------------------------------------------------*/

.features {
    background: url(../images/section-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1;
    position: relative;
}

.features::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .8;
    z-index: -1;
    background: #ba9e01;
}

.features hr {
    border-top: 1px solid rgb(255 255 255 / 58%);
}

.features h2 {
    color: #fff;
    font-family: 'Squada One', cursive;
}

.features p {
    color: #fff
}

.features .features-wrap {
    margin-top: 20px;
}

.features .feature-list {
    border: 1px solid #ffffff;
    margin: 15px 0;
    padding: 15px;
    border-radius: 0 30px;
}

.features .feature-list i {
    color: #ffffff;
}

.features .feature-list p {
    line-height: 30px;
    color: #fff;
}

/*--------------------------------------------------------------
  Menu Section Style
--------------------------------------------------------------*/

.menu-day-area {
    position: relative;
    z-index: 1;
}

.bg--cover {
    background-position: 50% 50% !important;
    background-size: cover !important;
}

.menu-day-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.menu-day-product-content .menu-day-tab-header {
    text-align: left;
}

.menu-day-product-content .menu-day-tab-list .active {
    background: #ba9e01;
}

.menu-day-product-content .menu-day-tab-list li {
    display: inline-block;
    padding-right: 30px;
    padding-left: 30px;
    vertical-align: top;
}

.menu-day-product-content .menu-day-tab-list li a {
    display: block;
    color: #555;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 50px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

.menu-day-product-content .menu-day-tab-list li a i {
    font-size: 35px;
    vertical-align: middle;
}

.menu-single-tab-content.active {
    display: block;
}

.menu-single-tab-content {
    display: none;
}

.menu-day-product-content .menu-single-product-horizontal {
    border-bottom: 1px dashed #bbb;
    padding: 15px 0;
}

.menu-single-product-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.zr-theme-menu-product-info-box {
    margin-bottom: 30px;
    position: relative;
    background: #ffffff;
    border-radius: 0 50px;
    margin-top: 30px;
    padding: 25px;
    -webkit-box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
    box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
    overflow: hidden;
    text-align: center;
}

.menu-single-product-horizontal .zr-theme-menu-product-info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
    justify-content: space-between;
}

.menu-single-product-horizontal .menu-product-title {
    font-size: 16px;
    font-weight: 400;
    color: #ba9e01;
}

.main-price {
    border: 1px solid #ba9e01;
    display: flex;
    height: 90px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    color: #ba9e01;
    font-size: 67px;
    margin-bottom: 20px;
    border-radius: 0 50px;
}

.menu-product-details {
    display: block;
    color: #ba9e01;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-family: 'Squada One', cursive;
}

.menu-single-product-horizontal .menu-product-details p {
    margin-bottom: 0;
    color: #ba9e01;
}

.menu-single-product-horizontal .menu-product-price {
    max-width: 80px;
    padding-left: 15px;
    text-align: right;
}

.menu-single-product-horizontal .menu-product-price span {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    background: #ba9e01;
    width: 68px;
    display: block;
    height: 80px;
    text-align: center;
    line-height: 80px;
}

.menu-day-main-tabs-content {
    border-top: 5px solid #ba9e01;
}

.menu-day-product-content .menu-day-tab-list li a:hover {
    color: #ba9e01;
}

.menu-day-product-content .menu-day-tab-list li a:hover i {
    color: inherit;
}

.menu-day-product-content .menu-day-tab-list li a:hover i:before {
    color: inherit;
}

.menu-day-product-content .menu-day-tab-list li.active a {
    color: #ba9e01;
}

.menu-day-product-content .menu-day-tab-list li.active a i {
    color: inherit;
}

.menu-day-product-content .menu-day-tab-list li.active a i:before {
    color: inherit;
}

.menu-day-product-content .menu-single-product-horizontal {
    border-bottom: 1px dashed #bbb;
    padding: 15px 0;
}

.menu-day-product-content .menu-single-product-horizontal:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.menu-product-description {
    justify-content: space-between;
    display: list-item;
    list-style: none;
    margin-left: 0;
    padding: 7px 0;
}

.menu-product-description span {
    color: #ba9e01;
}

/*--------------------------------------------------------------
  Reservation Section Style
--------------------------------------------------------------*/

.zr-theme-reservation-area {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../images/section-bg.jpg);
    z-index: 1;
    text-align: center;
    position: relative;
}

.zr-theme-reservation-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    z-index: -1;
    background: #252525;
}

.zr-theme-reservation-area h2 {
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 84px;
}

.zr-theme-reservation-area h1 {
    color: #ffffff;
    font-size: 70px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: -5px;
}

.zr-theme-reservation-area h5 {
    color: #ffffff;
}

.reservation-btn {
    background: linear-gradient(180deg, #ba9e01, #ffe403);
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    padding: 15px 37px;
    border-radius: 0 20px;
    margin-top: 20px;
}

.reservation-btn:hover {
    color: #fff;
}

.mt-20 {
    margin-top: 20px;
}

/*--------------------------------------------------------------
  Reservation Modal Style
--------------------------------------------------------------*/

#reservationModal .modal-dialog {
    max-width: 650px;
}

#reservationModal .modal-dialog .modal-content {
    border: none;
    border-radius: 5px;
}

#reservationModal .modal-dialog .modal-content .modal-header {
    padding: 25px 25px 20px;
    display: block;
    background: #ba9e01;
    position: relative;
}

#reservationModal .modal-dialog .modal-content .modal-header .modal-title {
    margin-bottom: 0;
    line-height: 1;
    color: #ffffff;
    font-size: 22px;
}

#reservationModal .modal-dialog .modal-content .modal-header .close {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 1;
    color: #ffffff;
}

#reservationModal .modal-dialog .modal-content .modal-body {
    padding: 25px;
}

#reservationModal .modal-dialog .modal-content .modal-body .modalForm {
    overflow: hidden;
}

#reservationModal .modal-dialog .modal-content .modal-body .modalForm .form-control {
    padding: 4px 10px 0;
}

#reservationModal .modal-dialog .modal-content .modal-body .modalForm .btn {
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 1px;
    padding: 12px 30px 8px;
    margin-top: 4px;
    float: right;
    background: #000;
    border-radius: 25px;
}

/*--------------------------------------------------------------
  Counter Section Style
--------------------------------------------------------------*/

.counter-area {
    position: relative;
    z-index: 1;
    background-image: url(../images/section-bg.jpg);
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    color: #ffffff;
}

.counter-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    z-index: -1;
    background: #ba9e01;
}

.counter-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 0;
}

.counter-container i {
    margin-bottom: 30px;
    font-size: 5em;
}

.counter {
    font-size: 60px;
    margin-top: 10px;
}

.counter-area span {
    margin-top: 20px;
    font-size: 24px;
    line-height: 37px;
}

@media (max-width: 580px) {
    body {
        flex-direction: column;
    }
}

/*--------------------------------------------------------------
  Gallery Section Style
--------------------------------------------------------------*/

.gallery-area {
    position: relative;
}

.gallery-area .gallery-list {
    text-align: center;
}

.gallery-area .gallery-list .nav {
    display: inline-block;
    margin: 0;
    position: relative;
}

.gallery-area .gallery-list .nav li {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 5px;
    padding: 22px 10px;
    min-width: 140px;
    background-color: #fff;
    cursor: pointer;
    border-radius: 0 30px;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    margin-bottom: 10px;
}

.gallery-area .gallery-list .nav li:hover,
.gallery-area .gallery-list .nav li.filter-active {
    color: #fff;
    background: linear-gradient(180deg, #ba9e01, #ffe403);
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.gallery-area .gallery-container {
    display: inline-block;
    width: 100%;
}

.gallery-area .gallery-grid-item {
    overflow: hidden;
}

.gallery-grid-item img {
    width: 100%;
}

.gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 3px;
    margin-top: 30px;
}

.gallery-item .gallery-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-radius: 0 30px;
}

.gallery-item .gallery-img-overlay:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    z-index: -1;
    border-radius: 0 30px;
    -webkit-transition: all .4s;
    transition: all .4s;
    background: #262626;
    opacity: 0.5;
}

.gallery-item:hover .gallery-img-overlay:after {
    height: 100%;
    width: 100%;
}

.gallery-item .gallery-img-overlay .gallery-content .info {
    position: absolute;
    left: 5%;
    top: 4%;
    overflow: hidden;
}

.gallery-item .gallery-img-overlay .gallery-content .info h6 {
    margin-top: 5px;
    padding: 5px 20px;
    color: #fff;
    background: #ba9e01;
    border-radius: 2px;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.gallery-item .gallery-img-overlay .gallery-content .icon {
    position: absolute;
    top: 5%;
    right: 5%;
    width: 163px;
    line-height: 52px;
    border-radius: 0 20px;
    border: 1px solid #ba9e01;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #ba9e01;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    visibility: hidden;
}

.gallery-item:hover .gallery-img-overlay .gallery-content .icon {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.gallery-item:hover .gallery-img-overlay .gallery-content .info h6 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.gallery-more-btn {
    margin-top: 30px;
}

.contact-area .button,
.blog-area .button,
.gallery-area .button {
    background: linear-gradient(180deg, #ba9e01, #ffe403);
}

.contact-area .button:hover,
.blog-area .button:hover,
.gallery-area .button:hover {
    color: #ffffff;
}

.messages {
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
}

/*--------------------------------------------------------------
  Testimonial Section Style
--------------------------------------------------------------*/

.testimonial-area {
    position: relative;
}

.testimonial-area .section-title h2 {}

.testimonial-area .section-title h5 {}

.single-page-testimonial-area .section-title h2 {
    color: #ba9e01;
}

.single-page-testimonial-area .section-title h5 {
    color: #a1a1a1;
}

.single-testimonial {
    position: relative;
    padding: 40px;
    margin: 30px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.testimonial-bio {
    margin-right: 20px;
}

.rating-box ul li {
    display: inline-block;
}

.rating-box ul li i {
    color: #ffce39;
    font-size: 16px;
}

.testimonial-content {
    margin-top: 10px;
    margin-bottom: 20px;
}

.testimonial-content p {
    font-size: 23px;
    line-height: 30px;
}

.testimonial-content-inner {
    display: flex;
    flex-direction: column;
}

.testimonial-bio {
    margin-right: 0px;
}

.single-testimonial .testimonial-bio .avatar {
    padding-right: 20px;
    max-width: 160px;
    border-radius: 0 30px;
    overflow: hidden;
    margin: 0 auto;
}

.single-testimonial .testimonial-bio .avatar img {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-radius: 0 30px;
}

.single-testimonial .testimonial-bio .bio-info {
    text-align: center;
    margin-top: 10px;
}

.single-testimonial .testimonial-bio .bio-info .name {
    margin-top: 0;
    color: #ba9e01;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 0.7px;
    font-family: 'Squada One', cursive;
}

.single-testimonial .testimonial-bio .bio-info span {
    font-size: 16px;
}

.testimonial-area .owl-theme .owl-nav.disabled+.owl-dots {
    position: unset;
    right: 0;
    top: 50%;
    transform: none;
    margin-top: 20px;
}

.testimonial-area .owl-theme .owl-dots .owl-dot span {
    background-color: #ddd;
}

.slider-bg-grey .owl-theme .owl-dots .owl-dot span {
    background-color: #cacaca;
}

/*--------------------------------------------------------------
  Team Section Style
--------------------------------------------------------------*/

.team-area .section-title {
    margin-bottom: 35px;
}

.single-team-box {
    margin-top: 30px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.team-image {
    position: relative;
    z-index: 1;
    border: 5px solid #ba9e0182;
    padding: 9px;
}

.single-team-box .team-image img {
    width: 100%;
    height: auto;
}

.team-social-box {
    display: block;
}

.team-social-box {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color: transparent;
}

.single-team-box .team-image .team-social-box:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.single-team-box:hover .team-image .team-social-box:after {
    height: 100%;
}

.single-team-box .team-social-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.single-team-box .team-social-icon a {
    position: relative;
    z-index: 1;
    display: inline-block;
    color: inherit;
    font-size: 16px;
    margin: 12px 5px;
    vertical-align: middle;
    background: #ffffff;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 2px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .4s;
}

.single-team-box:hover .team-social-icon a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.single-team-box .team-social-icon a:after {
    top: 0px;
    left: 0px;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    background: inherit;
    border-radius: inherit;
}

.single-team-box .team-social-icon a:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.single-team-box .team-social-icon a:hover i:before {
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.team-info {
    padding: 20px 15px 25px;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.team-info h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.team-info span {
    color: #ba9e01;
    font-size: 12px;
    font-weight: 400;
    display: block;
}

.social-color-1:hover:after {
    background-color: #3b5998 !important;
}

.social-color-2:hover:after {
    background-color: #00acee !important;
}

.social-color-3:hover:after {
    background-color: #0e76a8 !important;
}

.social-color-1 {
    color: #3b5998 !important;
    background-color: transparent;
}

.social-color-2 {
    color: #00acee !important;
    background-color: transparent;
}

.social-color-3 {
    color: #0e76a8 !important;
    background-color: transparent;
}

.mt-70 {
    margin-top: 70px !important;
}

/*--------------------------------------------------------------
  Blog Section Style
--------------------------------------------------------------*/

.blog-area .section-title {
    text-align: center;
    margin-bottom: 35px;
}

.blog-area .single-blog {
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    margin-top: 30px;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
    overflow: hidden;
}

.blog-area .blog-img {
    position: relative;
    overflow: hidden;
}

.blog-area .single-blog img {
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
}

.blog-area .single-blog:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: rotate(3deg) scale(1.1, 1.1);
    -ms-transform: rotate(3deg) scale(1.1, 1.1);
    transform: rotate(3deg) scale(1.1, 1.1);
}

.blog-area .single-blog .blog-content {
    padding: 30px 25px;
}

.single-blog .blog-content .blog-text p {
    color: #555;
}

.blog-area .single-blog .blog-content h3 a {
    font-size: 16px;
    font-weight: 500;
    color: #ba9e01;
    margin-bottom: 10px;
    display: block;
}

.blog-area .single-blog .blog-content h3 a:hover {
    color: #ba9e01;
    text-decoration: underline !important;
}

.blog-area .card {
    background: #ffffff;
    border-radius: 0 30px;
    margin-top: 30px;
    -webkit-box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
    box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
    border: unset;
}

.blog-bottom-text-link {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.blog-bottom-text-link span {
    font-size: 16px;
    color: #5a5a5a;
    font-weight: 500;
}

.single-blog .blog-content .blog-bottom-text-link a {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: #ba9e01;
    display: block;
    padding: 0px 10px;
}

.single-blog .blog-content .blog-bottom-text-link a:hover {
    color: #ba9e01;
    text-decoration: underline !important;
}

.blog-more-btn {
    margin-top: 30px;
}

.card-img {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-radius: 0 30px;
}

.card-title {
    color: #ba9e01;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Squada One', cursive;
}

.cat {
    display: inline-block;
    margin-bottom: 1rem;
}

.fa-users {
    margin-left: 1rem;
}

.card-footer {
    font-size: 0.8rem;
}

.blog-btn {
    background: linear-gradient(180deg, #ba9e01, #ffe403);
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    padding: 15px 37px;
    border-radius: 0 30px;
    margin-top: 20px;
}

.blog-btn:hover {
    background: linear-gradient(180deg, #ba9e01, #ffe403);
    color: #ffffff;
}

/*--------------------------------------------------------------
  Comments Section Style
--------------------------------------------------------------*/

.comments-section h6 {
    color: #ba9e01;
}

.comments-section i {
    margin-right: 5px;
}

/*--------------------------------------------------------------
  Pagination Section Style
--------------------------------------------------------------*/

.paginations {
    margin-top: 80px;
    justify-content: center;
}

.paginations .page-link {
    color: #ba9e01;
}

.blog-pagination {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.blog-pagination .button {
    padding: 10px 20px;
    background: #000;
    border-radius: 2px;
}

/*--------------------------------------------------------------
  Press Section Style
--------------------------------------------------------------*/

.theme-single-press-content {
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    background: #fbfbfb;
}

.theme-single-press-content h3 {
    color: #ba9e01;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 30px;
}

.theme-single-press-content img {
    filter: grayscale(100%);
}

/*--------------------------------------------------------------
  Contact Section Style
--------------------------------------------------------------*/

.contact-area {
    position: relative;
    z-index: 1;
    background-image: url(../images/section-bg.jpg);
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
}

.contact-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    z-index: -1;
    background: #ba9e01;
}

.contact-area .section-title h5,
.contact-area .section-title h2 {
    color: #ffffff;
}

.contact-box h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #ba9e01;
}

.contact-box p {
    margin-bottom: 0;
    margin-top: 7px;
    position: relative;
    padding-right: 25px;
    font-size: 15px;
    color: #ffffff;
}

.contact-box p i {
    position: absolute;
    right: 0;
    top: 3px;
    color: #464646;
}

.contact-box p a {
    color: #ffffff;
}

.contact-box p a:hover {
    color: #464646;
}

.contact-box p.opening-hours {
    overflow: hidden;
    padding: 0;
    text-align: left;
}

.contact-box p.opening-hours span {
    float: right;
}

.newsletter-form .form-control {
    width: 100%;
    padding: 10px 20px;
    border: 0;
    height: auto;
    background-color: transparent;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #b6b6b7;
    border-bottom: 3px solid #ba9e01;
}

.contact-box form .button {
    display: block;
    font-size: 16px;
    width: 100%;
    padding: 3px 0;
    margin-top: 10px;
    height: 42px;
    border-radius: 3px;
}

.contact-box form .button i {
    font-size: 25px;
    padding-left: 10px;
    vertical-align: middle;
}

.form-container-box {
    padding: 40px;
    border-radius: 0;
}

.contact-area .form input,
.contact-area .form textarea {
    width: 100%;
    padding: 10px 20px;
    border: 0;
    min-height: 55px;
    background-color: #f8f8f8;
    font-weight: 500;
    border-radius: 0 30px;
    border: 1px solid #ba9e01;
}

.contact-area .form textarea {
    max-height: 120px;
    max-width: 100%;
}

#contact-form .button {
    margin: 0;
}

.form-group {
    margin-bottom: 25px;
}

button,
input,
textarea {
    color: #505050;
}

button,
input,
textarea:focus {
    border: none;
    outline: none;
}

.contact-area .form-message.success {
    background: #03b103;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
}

.contact-area .form-message.error {
    background: #ff4d15;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
}

/*--------------------------------------------------------------
  Seacrh Section Style
--------------------------------------------------------------*/

.search-form {
    position: relative;
    overflow: hidden;
    border-radius: 0.25rem;
}

.search-form input {
    width: 100%;
    padding: 17px 28px;
    height: 61px;
    background: #2E2E2E;
    color: #fff;
}

.search-form button {
    position: absolute;
    right: 0;
    background: #ba9e01;
    padding: 17px 20px;
    height: 61px;
}

.search-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

/*-------------------------------------------------------------- Slider--------------------------------------------------------------*/

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    padding: 40px 0;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    padding: 38px 0px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*--------------------------------------------------------------
  Map Section
--------------------------------------------------------------*/

.map-content #contact-map {
    position: relative;
    width: 100%;
    height: 300px;
    border: 0;
    margin-bottom: -2px;
    border-radius: 0;
}

.rounded-border {
    overflow: hidden;
}

.map-area iframe {
    width: 100%;
    height: 500px;
}
/*--------------------------------------------------------------
  Footer Section Style
--------------------------------------------------------------*/
.privacy_policy {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 40px;
}
.privacy_policy p {
    text-align: right;
}

.flex-l {
    display: flex;
    justify-content: left;
}
.flex-r {
    display: flex;
    justify-content: right;
}

.social-footer {
    display: flex !important;
    justify-content: right !important;
    align-items: center !important;    
    flex-direction: row !important;    
}

.footer-section {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-image: url(../images/section-bg.jpg);
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    text-align: right !important;
}

.footer-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    z-index: -1;
    background: linear-gradient(180deg, #ba9e01, #ffe403);
}

.footer-logo {
    display: flex;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}
.single-cta {
    justify-content: right;
    align-items: end;
}
.single-cta i {
    color: #ffffff;
    font-size: 42px;
    float: right;
    margin-top: 8px;
    text-align: right;
}

.cta-text {
    padding-right: 15px;
    display: inline-block;
    color: #fff;
    text-align: right;
}

.cta-text h4 {
    color: #404040;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2px;
}

.cta-text span {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none !important;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-widget {
    margin-bottom: 20px;
}

.footer-logo {
    margin-bottom: 30px;
    color: #323232;
    font-size: 2em;
    display: flex;
    align-items: center;
}

.footer-logo img {
    max-width: 44px;
    border-radius: 0;
}

.footer-logo span {
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 1em;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 200;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 41px;
    border-radius: 0 30px;
    background: #464646;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading h3 {
    color: #464646;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    position: relative;
    font-family: 'Squada One', cursive;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #464646;
}

.footer-widget ul li a {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 15px;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
    border-radius: 0.25rem;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
    border-radius: 0 30px;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #464646;
    padding: 18px 20px;
    top: 0px;
    border-radius: 0 30px;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #1d1d1d;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 12px;
    color: #ffffff;
}

.copyright-text p a {
    color: #ba9e01;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #464646;
}

.footer-menu li a {
    font-size: 12px;
    color: #ffffff;
}

.footer-menu li a:hover {
    color: #ba9e01;
}

.footer-social-icon {
    margin: 20px 0;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.hidden {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .navbar-b .navbar-brand span {
        font-weight: 500;
    }
    .navbar-b.navbar-trans .nav-link,
    .navbar-b.navbar-reduce .nav-link {
        font-size: 14px;
    }
    h5 {
        letter-spacing: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .navbar-b.navbar-trans .nav-link,
    .navbar-b.navbar-reduce .nav-link {
        font-size: 12px;
    }
    .slider .parallax-slider .caption h2 {
        font-size: 20px;
    }
    .slider .parallax-slider .caption h3 {
        font-size: 21px;
    }
}
@media only screen and (max-width: 991px) {
    .counter-container i {
        margin-bottom: 0px !important;
        margin-top: 50px !important;
    }
    .navbar-b .navbar-brand span {
        font-size: 1rem;
    }
    .header-button,
    .zr-theme-menu-header-navber-area .nav-top-bar {
        display: none;
    }
    #navbarDefault {
        /* height: 100vh; */
        overflow-y: hidden;
        background: #ba9e01;
        top: 0px;
        /* position: absolute; */
        width: 70%;
        z-index: 10000;
        right: 0;
        padding-top: 2%;
        margin-top: 4%;
        text-align: center;
    }
    .navbar-b .navbar-brand span {
        font-weight: 700;
    }
    .slider .parallax-slider .caption h1 {
        font-size: 45px;
        line-height: 40px;
    }
    .slider .parallax-slider .img-small {
        width: 200px;
        left: 0;
    }
    .rev {
        display: flex;
        flex-direction: column-reverse;
    }
    .flex-l,.flex-r {
        justify-content: center;
    }
    .flex-r {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .swiper-slide:before {
        left: -14%;
        width: 106%;
    }
    .swiper-slide:after {
        width: 54%;
    }
    .form-bg .button {
        background: #ba9e01;
        margin-top: 0;
        padding: 15px 20px;
    }
    .hero-social-links {
        position: absolute;
        left: 0%;
        bottom: 11%;
        right: 0%;
        top: unset;
        z-index: 888888905;
        display: flex;
        flex-direction: row;
    }
    .slider .parallax-slider .caption h2 {
        font-size: 21px;
    }
    .slider .parallax-slider .caption h3 {
        font-size: 19px;
    }
    .hero-social-links a {
        margin: 5px;
    }
    .section-title h2 {
        font-size: 30px;
    }
    .home-area {
        padding-top: 130px;
    }
    .home-area .home-content h1 {
        font-size: 65px;
    }
    /*-------------------------------------------------------------- slider--------------------------------------------------------------*/
    .slider .control-text .swiper-nav-ctrl {
        margin-left: 10px;
        margin-right: 10px;
    }
    .about-content h2 {
        font-size: 30px;
    }
    .menu-day-product-content .menu-day-tab-list li {
        padding: 10px 15px;
        margin: 15px 0;
        border: 0;
    }
    .menu-day-product-content .menu-day-tab-list li a {
        font-size: 16px;
    }
    .zr-theme-reservation-area h2 {
        font-size: 35px;
        margin-bottom: 0;
    }
    .gallery-area .gallery-list .nav li {
        margin: 10px 10px;
    }
    .theme-single-press-content {
        margin-bottom: 15px;
    }
    .theme-single-press-content h3 {
        padding-bottom: 15px;
    }
    .contact-box {
        margin-bottom: 30px;
    }
    .form-container-box {
        padding: 25px 15px;
        margin-top: 30px;
    }
    .footer-area {
        text-align: center;
    }
    .footer-area .footer-link ul {
        margin-top: 10px;
        text-align: center;
        list-style-type: none;
    }
    .header-chef-image img {
        max-width: 200px;
    }
    .book-now a {
        display: inline-block;
    }
    .zr-theme-reservation-area .text-right {
        text-align: left !important;
    }
    .main-price {
        position: unset;
        right: 2px;
        top: 0;
        background: #444444;
        display: flex;
        height: 50px;
        text-align: center;
        vertical-align: middle;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-size: 34px;
        margin-bottom: 12px;
    }
    .testimonial-content-inner {
        display: block;
    }
    .testimonial-bio {
        margin-right: 0px;
    }
    .single-testimonial .testimonial-bio .avatar img {
        border-radius: 0;
        border: 3px solid #fff;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    .form-container-box .single-cta {
        margin-bottom: 40px;
    }
    .single-testimonial .testimonial-bio .avatar {
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-area .home-content h1 {
        font-size: 80px;
    }
    .home-area {
        padding-top: 170px;
        padding-bottom: 40px;
    }
    .about-image {
        text-align: center;
        margin-top: 30px;
    }
    .tab .tabs li {
        margin: 0 20px;
    }
    .theme-single-press-content {
        margin-bottom: 30px;
    }
    .theme-single-press-content h3 {
        padding-bottom: 15px;
    }
    .contact-box {
        margin-bottom: 30px;
    }
    .header-chef-image img {
        max-width: 200px;
    }
    .book-now a {
        display: inline-block;
    }
    .zr-theme-reservation-area .text-right {
        text-align: left !important;
    }
}

@media screen and (max-width: 350px) and (min-width: 0px) {
    .navbar-b .navbar-brand span {
        font-size: 0.8rem !important;
        font-weight: 900;
    }
    .section-title h2 {
        font-size: 30px;
    }
    .navbar-nav {
        margin-top: 15px;
    }
    .navbar-b .nav-item {
        margin-bottom: 10px;
    }
    .navbar-b .nav-item:last-child {
        margin-bottom: 0px;
    }
    .home-area .home-content {
        margin-bottom: 30px;
        text-align: center;
    }
    .home-area {
        padding-top: 130px;
    }
    .home-area .home-content h1 {
        font-size: 40px;
    }
    .slider .parallax-slider .caption h1 {
        font-size: 40px;
    }
    .slider .control-text .swiper-nav-ctrl {
        display: none;
    }
    .about-content h2 {
        font-size: 30px;
    }
    .zr-theme-reservation-area h2 {
        font-size: 35px;
        margin-bottom: 0;
    }
    .gallery-area .gallery-list .nav li {
        margin: 10px 10px;
    }
    .theme-single-press-content h3 {
        padding-bottom: 15px;
    }
    .contact-box {
        margin-bottom: 30px;
    }
    .form-container-box {
        padding: 25px 15px;
        margin-top: 30px;
    }
    .footer-area {
        text-align: center;
    }
    .footer-area .footer-link ul {
        margin-top: 10px;
        text-align: center;
        list-style-type: none;
    }
}
@media only screen and (max-width: 479px) {
    .footer-logo span {
        font-size: 0.7em !important;
    }
    .section-title h2 {
        font-size: 30px;
    }
    .navbar-b .nav-item {
        margin-bottom: 10px;
    }
    .navbar-b .nav-item:last-child {
        margin-bottom: 0px;
    }
    .home-area .home-content h1 {
        font-size: 50px;
    }
    .slider .control-text .swiper-nav-ctrl {
        display: none;
    }
    .about-content h2 {
        font-size: 30px;
    }
    .zr-theme-reservation-area h2 {
        font-size: 35px;
        margin-bottom: 0;
    }
    .gallery-area .gallery-list .nav li {
        margin: 10px 10px;
    }
    .theme-single-press-content h3 {
        padding-bottom: 15px;
    }
    .contact-box {
        margin-bottom: 30px;
    }
    .form-container-box {
        padding: 25px 15px;
        margin-top: 30px;
    }
    .footer-area {
        text-align: center;
    }
    .footer-area .footer-link ul {
        margin-top: 10px;
        text-align: center;
        list-style-type: none;
    }
    .zr-theme-single-service-card {
        flex-direction: column;
        text-align: center;
    }
    .black-logo {
        font-size: 1.3rem;
    }
    
}

@media only screen and (min-width: 1500px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

@media only screen and (max-width: 500px) {
    .social-footer {
        flex-direction: column-reverse !important;
    }
    .privacy {
        padding-top: 20px;
    }
}


.playstore-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    border-radius: 9999px;
    background-color: rgba(0, 0, 0, 1);
    padding: 0.625rem 1.5rem;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    outline: 0;
    transition: all  .2s ease;
    text-decoration: none;
  }
  
  .playstore-button:hover {
    background-color: transparent;
    color: rgba(0, 0, 0, 1);
  }
  
  .icon {
    height: 1.5rem;
    width: 1.5rem;
  }
  
  .texts {
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1;
  }
  
  .text-1 {
    margin-bottom: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }
  
  .text-2 {
    font-weight: 600;
  }

  .playstore-button img {
    width: 50px;
  }

.apple:hover {
  background: #363636;
  color: #fff;
}
.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.flex2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.m-space {
    margin: 0px 50px;
}


/* .apple:hover .text-1 {
    transform: rotateZ(-6deg);
}
.apple:hover .text-2 {
    transform: rotateZ(6deg);
}
.apple:hover .texts {
    margin-left: -5px !important;
} */

.application {
    background-image: url(../images/mobile-y.png) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center;
}
.application .section-title {
    margin-bottom: 30px !important;
}

.bg-app {
    background-image: url(../images/app-bg.jpg) !important;
    background-repeat: repeat !important;
    background-size: contain !important;
    background-position: center;
}
.bg-acc {
    background-image: url(../images/app-acc.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    filter: grayscale(0.5);
    background-position: center;
}
.section-title h5 {
    color: #000;
    font-weight: 900;
}
@import url("https://fonts.googleapis.com/css2?family=Audiowide&display=swap");
.section-title h2 {
    color: #000;
    font-weight: 900;
    font-family: "Audiowide", cursive;
	color: #333;
    text-shadow: -0.01em -0.01em 0.01em #000;
	animation: outline 2s ease-in-out 0.5s forwards;
}
.outline {
	background-clip: text;
	color: #ffdd40;
	animation: outline 1s ease-in-out 1.5s forwards;
}

@keyframes outline {
	from {
		text-shadow: 0em -7em 10em #fff;
	}
	to {
		text-shadow: 0 0.02em #fff, 0.02em 0 #fff, -0.02em 0 #fff, 0 -0.02em #fff;
	}
}


@media (max-width: 550px) {
    .flex {
        flex-direction: column;
    }
    .m-space {
        margin: 20px 0px !important;
    }
    .application {
        background-image: url(../images/mobile-x.png) !important;
    }
}
@media (max-width: 770px) {
    .m-space {
        margin: 0px 10px;
    }
    .playstore-button {
        padding: 0.625rem 1.2rem;
    }
}

@media screen and (max-width: 300px) {
    .navbar-b .navbar-brand span {

        font-size: 0.7rem !important;
        font-weight: 500;
    }
}

.list-unstyled li {
    color: #fff;
}

#blog h2 {
    font-family: "Noto Kufi Arabic";
    font-weight: 700;
}

.card-body {
    text-align: right;
}

.social-footer a{
    padding: 0px 20px;
    font-size: 22px;
}
.social-footer a:hover {
    color: white;
}




/* CSS */
.button-52 {
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 1px;
    padding: 13px 20px 13px;
    outline: 0;
    border: 1px solid black;
    cursor: pointer;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .button-52:after {
    content: "";
    background-color: #ffe54c;
    width: 100%;
    z-index: -1;
    position: absolute;
    height: 100%;
    top: 7px;
    left: 7px;
    transition: 0.2s;
  }
  
  .button-52:hover:after {
    top: 0px;
    left: 0px;
  }
  
  @media (min-width: 768px) {
    .button-52 {
      padding: 13px 50px 13px;
    }
  }