 @import url('https://fonts.cdnfonts.com/css/santral-blackitalic');


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Santral-Book', sans-serif;
}

.logo_phone {
    display:none;
}
.middle_logo img {
    width:200px;
}
.header {
    position: absolute;
    z-index: 2;
    width: 100%;
    padding: 33px 0;
}

.header .navbar .navbar-nav .nav-link {
        font-size: 15px;
    color: #fff;
    font-family: 'Santral-ExtraBold', sans-serif;
    width: 165px;
    text-align: center;
}
.middle_logo {
    position: relative;
    left: 20px;
}
.slider_area {
    padding-bottom: 10px;
    position: relative;
        background: #e1b724;
}
.bg_sliedr {
        position: absolute;
    width: 100%;
    left: 0;
        height: 775px;
    top: 0;
}
.slider_box {
        z-index: 1;
    position: relative;
    padding: 200px 0 0px;
    margin: 0 !important;
}
.slider_area .slick-dots {
        text-align: left !important;
    bottom: 28% !important;
    left: -60%;
}
.slider_area .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #cb1a21;
    border: 2px solid #000000;
    border-radius: 50px;
    background: #cb1a21;
}
.slider_area .slick-dots li button:before {
    opacity: 1;
    color: #ffffff;
    background: #fff;
    border-radius: 50px;
    border: 2px solid #000;
}
.slider_box h1 {
    font-size: 55px;
    font-family: 'Santral-ExtraBold', sans-serif;
        color: #702f0d;
}
.slider_box p {
        font-size: 26px;
    margin: 18px 0;
    position: relative;
    border-top: 3px solid #fff;
    padding-top: 15px;
    color: #702f0d;
}
.slider_box a {
        background: #fff;
    border: 2px solid #cb1a21;
    padding: 10px;
    display: inline-block;
    border-radius: 7px;
    color: #cb1a21;
    text-decoration: none;
    font-family: 'Santral-ExtraBold', sans-serif;
}
.main_img_slider {
        width: 100%;
    position: relative;
        bottom: -5px;
}
.main_img_slider img {
    width:100%;
}
.slide_img {
    position: relative;
}
.rotate_img_area {
        position: absolute;
    top: 2%;
    right: 10%;
}
.leaf_icon {
        position: absolute;
    top: 9%;
    width: 33%;
    left: -15%;
}
.padding_left_texa {
       padding-left: 100px; 
}
.rotate_img_area .rotate_1 {
    width: 200px;
    position: absolute;
    animation: rotation 15s infinite linear;
}
.rotate_img_area .rotate_2 {
    width: 200px;
}
  @keyframes rotation {
     from {
       transform: rotate(0deg);
     }
     to {
       transform: rotate(359deg);
     }
   }
.Icons_header {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.about_us_section {
    background: #e1b724;
    padding: 20px 0;
    position: relative;
    margin-bottom:50px;
}
.flex_five_box {
        display: flex;
    justify-content: space-between;
}
.box_five_area {
        display: flex;
    flex-direction: column;
    text-align: center;
}
.box_five_area img {
        width: 100px;
}
.box_five_area span {
        font-weight: 700;
    color: #702f0d;
    font-family: 'Santral-ExtraBold', sans-serif;
}
.box_five_area .span_01 {
    
}
.box_five_area .span_02 {
    
}
.ab_para_area {
        text-align: center;
    font-family: 'Santral-ExtraBold', sans-serif;
    color: #702f0d;
    padding-top: 30px;
}
.border_ab_short {
        height: 4px;
    background: #ffffff;
    max-width: 80%;
    margin: 0 auto;
    margin-top: 30px;
}
/* Demo 4 - Layla Effect */
.layla-box {
    position: relative; 
    overflow: hidden;
    margin-bottom:12px;
}
.layla-box img {
        width: 100%;
    height: 300px;
    overflow: hidden;
    transition: all 0.35s ease;
    object-fit: cover;
}
.layla-box .layla-caption {
    position: absolute; 
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%;
}
.layla-box .layla-caption:before, .layla-box .layla-caption:after {
    position: absolute; 
    content: ''; 
    opacity: 0;
    transition: all 0.35s ease; 
    transition: opacity 0.35s, transform 0.35s;
}
.layla-box .layla-caption:before {
    transform: scale(0, 1); 
    transform-origin: 0 0;
    border-top: 1px solid #FFFFFF; 
    border-bottom: 1px solid #FFFFFF;
    top: 30px; 
    bottom: 30px; 
    left: 20px; 
    right: 20px;
}
.layla-box .layla-caption:after {
    transform: scale(1, 0); 
    transform-origin: 100% 0;
    border-left: 1px solid #FFFFFF; 
    border-right: 1px solid #FFFFFF;
    top: 20px; 
    bottom: 20px; 
    left: 30px; 
    right: 30px;
}
.layla-box:hover img {
    transition-delay: 0.15s;
}
.gallery_area {
    position:relative;
    overflow: hidden;
    padding: 50px 0;
}
.gall_img1 {
        position: absolute;
    top: 0;
    left: 0;
    width: 34%;
}
.gall_img2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 4%;
}
.gall_img3 {
        position: absolute;
    right: -216px;
    bottom: -115px;
    width: 27%;
    transform: rotate(-116deg);
}
.car_section {
    margin-bottom:15px;
    position:relative;
    margin-top:50px;
}
.car_section:before {
    content:'';
    background: #7c8e2e;
    position: absolute;
    width: 49%;
    height: 100%;
    z-index: -1;
    top: 0;
}
.car_section:after {
    content:'';
        background: #7c8e2e;
    position: absolute;
    width: 49%;
    height: 100%;
    z-index: -1;
    top: 0;
    right: 0;
}
.card_boxx {
    text-align:center;
}
.car_section p {
        color: #fff;
    font-size: 23px;
    font-family: 'Santral-ExtraBold', sans-serif;
}
.car_section img {
        height: 300px;
}
.footer_logo img {
    width:200px;
}
.footer_section {
        position: relative;
    padding: 50px 0 130px;
    background-repeat: repeat;
    background-size: cover;
    z-index: 1;
}
.crirle_footer .img_static_pos {
    position: absolute;
    left: 0;
    bottom: 77px;
    width: 260px;
}
.crirle_footer .img_roted_pos {
       position: absolute;
    width: 414px;
    left: -206px;
    bottom: 60px;
    z-index: -1;
    animation: rotation 15s infinite linear;
}
  @keyframes rotation {
     from {
       transform: rotate(0deg);
     }
     to {
       transform: rotate(359deg);
     }
   }
.footer_title {
    font-family: 'Santral-ExtraBold', sans-serif;
    font-size: 22px;
    margin-bottom: 10px;
}
.address_f {
    list-style: none;
    padding: 0;
    margin: 0;
}
.address_f li a i {
        display: block;
    font-size: 21px;
    margin-right: 8px;
    text-align: center;
    color: #000000;
}
.address_f a {
   text-decoration: none;
    color: #000;
    font-family: 'Santral-ExtraBold', sans-serif;
    line-height: 25px;
    display: flex; 
}
.footer_bg_bottom {
    overflow:hidden;
    width: 100%;
}
.overflow_hidden {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    overflow: hidden;
        z-index: 11;
}
.subscribe {
    
}
.subscribe input {
    border: 0;
    font-family: 'Santral-ExtraBold', sans-serif;
    color: #000;
    margin-bottom: 15px;
    display: inline-block;
}
.subscribe button {
        font-weight: 600;
    border: 0;
    background: #cb1a21;
    padding: 7px 10px;
    border-radius: 6px;
    color: #fff;
}
.face_footer {
        position: absolute;
    width: 16%;
    bottom: 77px;
    left: 0;
}
.socail_icon {
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
}
.socail_icon li {
    display: inline-block;
}
.socail_icon a {
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    margin-right: 20px;
    background: #000;
    width: 40px;
    display: block;
    height: 40px;
    text-align: center;
    border-radius: 50px;
    line-height: 40px;
}
.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  overflow-x: hidden;
}

.track {
  white-space: nowrap;
  will-change: transform;
  animation: marquee 32s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.box_img_boxx {
 position:relative;  
     display: block;
}
.box_img_boxx .hover_img_slide {
    transition: .5s ease;
    position: absolute;
}
.box_img_boxx .hover_img_slide.one {
    transform: translateX(-100%);
    top: 0;
    left: 0;
}
.layla-box:hover .hover_img_slide.one {
    transform: translateX(0%);
}
.box_img_boxx .hover_img_slide.two {
    transform: translateY(-100%);
    top: 0;
    left: 0;
}
.layla-box:hover .hover_img_slide.two {
    transform: translateX(0%);
}
.box_img_boxx .hover_img_slide.three {
    transform: translateX(100%);
    top: 0;
    left: 0;
}
.layla-box:hover .hover_img_slide.three {
    transform: translateX(0%);
}

.brudcrumb_page {
    height: 300px;
    overflow: hidden;
}
.brudcrumb_page h1 {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 700;
    font-size: 35px;
}
.gallery_page,
.location_page,
.menu_page {
    padding: 50px 0 100px;
}

.phone_view_data {
    display:none;
    text-align:center;
}


.footer_bg_bottom_phone {
    display:none;
}
@media (max-width:767px) {
.brudcrumb_page h1 {
        font-size: 20px;
}
.footer_bg_bottom {
 display:none;   
}    
.brudcrumb_page {
    height: 160px;
    overflow: hidden;
}
.footer_bg_bottom_phone {
    display:block;
            width: 100%;
}
.phone_view_data {
    display:block;
}
.track {
    bottom:11px;
}
.box_five_area {
    display: flex;
    flex-direction: revert-layer;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 20px;
}
.box_five_area .span_02,
.box_five_area .span_01 {
    width:30%;
}
.car_section img {
    height: auto !important;
    width: 100%;
}
.car_section {
    padding-top:20px;
}
.car_section:before,
.car_section:after {
    width:50%;
}
.header .navbar:before,
.header .navbar:after {
        width:50%;
        top: -5px;
                background: transparent;
}
.slider_box h1 {
    font-size: 40px;
}
.rotate_img_area {
    top: -43%;
    right: 4%;
}
.track {
    bottom:11px;
}
.leaf_icon {
    position: absolute;
    top: 11%;
    width: 45%;
    left: -14%;
    display:none;
}
.slider_box p {
        font-size: 18px;
}
.flex_five_box {
    display:none;
}
.rotate_img_area .rotate_1 {
        width: 130px;
}
.rotate_img_area .rotate_2 {
        width: 130px;
}
.bg_sliedr {
    height: 100%;
    object-fit: cover;
}
.navbar-nav {
    background: #cb1a21;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px !important;
}
.Icons_header {
    bottom: 0;
}
.marquee img {
 width:300% !important;
}
.main_img_slider {
   
}
.padding_left_texa {
    padding-left: 15px;
}
.middle_logo {
    display:none;
}
.logo_phone {
     display: block !important;
}
.flex_direaction {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-direction: row-reverse;
}
.footer_section {
    padding: 50px 0 230px;
    background-repeat: repeat;
        background-size: contain;
}
.crirle_footer .img_static_pos {
    bottom: 15px;
    width: 120px;
}
.gallery_page, .location_page, .menu_page {
    padding: 50px 0 50px;
}
.form_data {
    margin-bottom:30px;
}
.crirle_footer .img_roted_pos {
    width: 200px;
    left: -101px;
    bottom: 0;
}
.phone_view {
    width:100%;
}
.logo_phone img {
    width: 100px;
}
}
.slick-dotted.slick-slider {
        margin-bottom: 0;
}
.eapps-instagram-feed-posts-grid-load-more-text {
        background: #cb1a21;
    padding: 6px;
    font-size: 18px;
 
}
