:root {
    --body-bg: #0e0d0c;
    --theme-color:#e4c590;
    --body-color: #f9b31d;
    --title-color: #b41a00;
    --secondary-color: #fde5d8;
    --border-color: #e7e5e5;
    --title-font:
    "Josefin Sans", sans-serif;
    --body-font:
    "Josefin Sans", sans-serif;
    --icon-font:
    "Font Awesome 5 Pro";
    --main-container: 1270px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s
}
body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    background-color: var(--body-bg);
    line-height: 28px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    background-color:#fff;
    margin: auto;
    color: #fff;
}
.slick-slide:focus,button:focus,a:focus,a:active,input,input:hover,input:focus,input:active,textarea,textarea:hover,textarea:focus,textarea:active {
    outline: none
}
a {
    color: #fff !important;
    text-decoration: none;
    outline: 0;
    transition: all ease .4s;
    font-family: var(--body-font) !important;
    font-weight: 400;
}
a:hover{
    color:var(--theme-color) !important;
}
dl, ol, ul {
    margin: 0 !important;
    padding-left: 0;
}
a:active,a:focus,a:hover,a:visited {
    text-decoration: none;
    outline: 0
}
button {
    transition: all ease .4s
}
img {
    max-width: 100%;
    height: auto;
}
li{
    list-style: none;
    font-family: var(--body-font);
}
p {
    margin: 0 0 18px 0;
    line-height: 1.63;
    font-family: var(--body-font);
    font-weight: 400;
}
.h1,h1 {
    font-size: 48px
}

.h2,h2 {
    font-size: 40px
}

.h3,h3 {
    font-size: 36px
}

.h4,h4 {
    font-size: 28px
}

.h5,h5 {
    font-size: 24px
}

.h6,h6 {
    font-size: 20px
}

.scroll-btn {
    position: fixed;
    bottom: 300px;
    right: 30px;
    z-index: 94;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    border-radius: 50%
}

.scroll-btn i {
    display: inline-block;
    background-color: #b41a00;
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    z-index: 2;
    border-radius: inherit;
    position: relative;
    transition: all ease .8s
}

.scroll-btn:before {
    content: "";
    position: absolute;
    left: var(--extra-shape, -6px);
    top: var(--extra-shape, -6px);
    right: var(--extra-shape, -6px);
    bottom: var(--extra-shape, -6px);
    background-color: #fff;
    border-radius: inherit;
    z-index: 1;
    transition: all ease .4s
}

.scroll-btn:focus i,.scroll-btn:hover i {
    background-color: var(--title-color);
    color: var(--white-color)
}

.scroll-btn.show {
    bottom: 120px;
    opacity: 1;
    visibility: visible
}

.scrollToTop {
    position: fixed;
    right: 60px;
    bottom: 500px;
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s;
    z-index: 96
}

.scrollToTop.show {
    bottom: 60px;
    opacity: 1;
    visibility: visible
}
.header-links ul li a{
    color: #fff !important;
    margin: 0px 20px; 
}
.header-icon {
    margin-left: 20px;
}
.header-icon img{
    max-width: 30px;
    height: 25px;
}

.header-links ul{
    display: flex;
    float: right;
}
.top-header-icons {
    float: right;
}
.primary-button {
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #fff !important;
    letter-spacing: 2px;
    font-weight: 600;
    padding: 10px 30px;
    font-size: 16px;
    background: #b41a00;
    border: 2px solid var(--theme-color);
    overflow: hidden;
    transition: all 0.3s ease 0s;
}
.header-links ul li a:hover{
    color: #000 !important;
}
.primary-button:hover{
    background-color: #c42f14;  
    color: #000 !important; 
}
.Secondry-button{
    color: #f35c42 !important;
    letter-spacing: 2px;
    font-size: 15px;
}
.Secondry-button:hover{
    color: #e4c590 !important;
}
.logo{
    max-width: 130px;
    height: auto;
    margin: 10px;
}
.home-icon{
    max-width: 60px;
    height: 35px
}
.header-top {
    background: #b41a00;
    padding: 8px; 
}
.nav-item {
    padding-left: 5px;
}
.header-layout{
    z-index: 99;
}
.main_banner{
    position: relative;
}
.banner-heading{
    position: absolute;
    top: 40%;
    right: 0;
    left: 10%;
    content: '';
}
.banner-heading h3{
    font-size: 85px;
    color: #fff;
}
.banner-heading p{
    font-size: 26px;
    color: #fff;
}
.main-about-page{
    padding: 80px 0px;
    text-align: center;
    background-color: var(--body-bg);
    position: relative;
}
.main-about-page-bg{
    position: relative;
}
.left-side-image{
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    z-index: 9;
}
.right-side-image{
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    z-index: 9;
}
/* .about-center{
    position: absolute;
    left: 0%;
    right: 0;
    top: 0;
    content: '';
} */
.main-about-page-bg h6{
    font-size: 18px;
    color:#e4c590;
    font-weight: 400;
}
.main-about-page-bg h3{
    font-size: 48px;
    color:#fff;
    font-weight: 400;
}
.main-about-page-bg h4 {
    font-size: 28px;
    color: #fff;
    margin: 20px;
}
.menu-page{
    padding: 80px 0px;
    background-color: #171819;
    position: relative;
    text-align: center;
}
.menu-page h6{
    font-size: 18px;
    color:#e4c590;
    font-weight: 400;
    margin-bottom: 30px;
}
.menu-page h3{
    font-size: 48px;
    color:#fff;
    font-weight: 400;
}
.menu-page h4{
    font-size: 42px;
    color: var(--title-color);
}
.menu-page p{
    font-size: 18px;
    color: var(--body-color);
}
.about-center-tag{
    margin: 25px 0px;
}
.menu-side-image{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
}
.about-number{
    font-size: 26px;
    color: var(--body-color) !important;
    margin: 20px 0px;
}
.about-right-section{
    /* background-image: url(../images/pattern-4.png); */
    padding: 20px;
}
.about-right-section-2{
    background-image: url(../images/pattern-8.svg);
    padding: 35px;
}
.offer-page{
    background-color: var(--body-bg);
    position: relative;
}
.offer-page h4{
    color: #b41a00;
    font-size: 46px;
}
.offer-page p{
    color: #fff;
    font-size: 21px;
}
.offer-right-section{
    background-image: url(../images/pattern-4.png);
    background-repeat:repeat-x;
    background-position: center;
    text-align: center;
    padding: 300px 0px;
}
.Testimonials{
    padding: 80px 0px;
    position: relative;
    background-color: #171819;
    text-align: center;
}
.Testimonials h3{
    font-size: 48px;
}
.Testimonials a{
    text-align: center;
}
.Testimonials h4{
    color: var(--title-color);
    font-size: 32px;
}
.Testimonials p{
    font-size: 18px;
}
.google-icon{
    max-width: 150px;
    height: auto;
    margin: 20px;
}
.offer-right-bg-image{
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    z-index: 9;
    width: 321px;
}
.footer-menu ul li a{
    color: #fff !important;
}
.footer-menu ul li a:hover{
    color: #b41a00 !important;
}
.footer-menu ul li{
    padding: 6px 0px;
}
.menu li{
    padding: 8px 0px;
}
/* .address-line{
    margin-left: 17px;
} */
.copyright-text {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
}
.footer-menu h4{
    color: #b41a00;
    font-size:28px;
}
.footer-menu{
    background-image: url(../images);
}
.widget-area{
    padding: 80px 0px 0px;
    background-color: #0e0d0ce0;
}
.footer-page {
    background-image: url(../images/pattern-4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: center;
}
.footer-menu-1 {
    text-align: center;
}
/* .footer-menu ul{
    margin-left: -30px !important;
} */
.nav-item a:hover{
    color: #000 !important;
   
}
.nav-item a{
    color:var(--title-color) !important;
    font-size: 19px;
}
.gallery-page{
    padding: 60px 0px;
    background-color: #0e0d0c;
}
.gallery-page h6{
    font-size: 18px;
    color:var(--theme-color);
    font-weight: 400;
    text-align: center;
}
.gallery-page h3{
    font-size: 48px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
}
.gallery-page img{
    border-radius: 3%;
}
.review {
    display: flex;
    justify-content: center;
}
.about-right-section img{
    border-radius: 20px;
}
.about-right-section img:hover{
    filter: grayscale(120%)
}
.motion {
    animation: move_1 3s infinite ease-in-out;
}

@keyframes move_1 {
    0% {
        transform: translateY(-8px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {

        transform: translateY(-8px);
    }
}

.animate {
    animation: move 3s infinite ease-in-out;
}
@keyframes move {
    0% {
        transform: rotate(180deg);
    }
    50% {

        transform: rotate(360deg);
    }
    100% {

        transform: rotate(180deg);
    }
}