
body {
    padding: 0px;
    margin: 0;
    font-family: var(--font_afacad) !important   ;
    font-size: 18px;
}


.hero-section {
    background: url('../images/hero1.webp');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0;
    position: relative;
    color: #fff;
    padding-bottom: 110px;
}

.hero-section::before
{
   position: absolute;
   content: '';
   left:0;
   top:0;
   width: 100%;
   height:100%;
   background: rgba(0,0,0,.8);
}


.sf-content-box
{
    position: relative;
    z-index: 9;
}

.sf-content-box p
{
   color: var(--neturalDark_color);
   font-size: 20px;
}



.sf-hero-media {
    position: relative;
    padding: 0 42px 0 50px;
    margin-left: 35px;
    z-index: 1;
}

.sf-hero-rectangle {
    display: block;
    border-radius: 999px;
    overflow: hidden;
    position: relative;
}

.sf-hero-rectangle:before {
    position: absolute;
    content: "";
    border: 1px solid #dddddd;
    transition: transform 0.35s, all 0.7s;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    z-index: 1;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    border-radius: 999px;
}
.sf-hero-rectangle img {
    width: 100%;
    aspect-ratio: 1 / 1.58;
    object-fit: cover;
    border-radius: 999px;
}

.sf-hero-circle-right {
    position: absolute;
    bottom: 60px;
    left: 0px;
    z-index: 1;
}


.sf-hero-circle-left {
    position: absolute;
    top: 60px;
    right: -40px;
    z-index: 1;
}

.sf-hero-circle-left , .sf-hero-circle-right {
    width: 100%;
    max-width: 180px;
    border-radius: 50%;
}

.sf-hero-circle-left img , .sf-hero-circle-right img{
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border:4px solid #fff;
    border-radius: 50%;
}

.about-section  .sf-hero-media {
    position: relative;
    padding: 0 50px 0 30px;
    margin-right: 35px;
    z-index: 1;
}

.about-section .sf-hero-rectangle  {
    display: block;
    border-radius:0 ;
    border-bottom-left-radius: 999px;
    border-bottom-right-radius: 999px;
    overflow: hidden;
    position: relative;
}
.about-section .sf-hero-rectangle:before {
    position: absolute;
    content: "";
    border: 1px solid #dddddd;
    transition: transform 0.35s, all 0.7s;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    z-index: 1;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    border-radius:0 ;
    border-bottom-left-radius: 999px;
    border-bottom-right-radius: 999px;
}
.about-section .sf-hero-rectangle img {
    width: 100%;
    aspect-ratio: 1 / 1.3;
    object-fit: cover;
    border-radius:0 ;
    border-bottom-left-radius: 999px;
    border-bottom-right-radius: 999px;
}


/** Heaer One Style**/

.sf-header
{
    background-color: var(--primary_color);
}
.sf-header .navbar-brand {
    width: 130px;
}

.sf-header .navbar-brand img {
    width: 100%;
}
.sf-header  .navbar-nav
{
    gap: 30px !important;
}
.sf-header  .nav-link
{
    color: var(--white_color);
    transition:var( --sfTransition);
    
}
.sf-header .navbar-nav .nav-link.active, 
.sf-header .navbar-nav .show>.nav-link,
.sf-header .navbar-nav  .nav-link:hover
{
     color: var(--secondary_color);
}

.sf-header-cta .nav-link
{
    background: var(--secondary_color);
    color: var(--white_color);
    padding: 0 25px !important;
    border-radius: 21px;
    height: 42px;
    display: flex;
    align-items: center;
    transition:var( --sfTransition);
}

.sf-header-cta .nav-link:hover
{
    background: var(--white_color);
    color: var(--black_color);   
}



/** About Section Style**/
        .sf-experience-box {
            position: absolute;
            left: 20px;
            bottom: 72px;
            z-index: 99999;
        }
        .sf-experience {
            font-size: 70px;
            font-weight: 900;
            opacity: .85;
            -webkit-text-stroke: 1px #ffffff;
            color: transparent;
            line-height: 25px;
            margin: 0;
        }
        .sf-experience-box span{
            font-size: 20px;          
            opacity: .85;
            color: var(--white_color);
            line-height: 52px;
        }
        .sf-about-media 
        {
        position: relative;
        }

        .sf-media-img
        {
            /* border-radius: 24px; */
        }
        .sf-media-img img 
        {
            width: 100%;
            height: 100%;
            /* border-radius: 24px; */
            object-fit: cover;
            border: 2px solid #cf9427;
        }

        .sf-about-left {
            width: 80%;           
            height: 500px;
        }     
        
        .sf-section-subtitle, .text-subtitle
        {
            font-size: 18px;
            color: #cf9427;
            letter-spacing: 2px;
            
            font-weight: 400;
        }

        .sf-section-title
        {
            font-size: 40px;
            font-weight: 600;
        }

        .sf-section-title span
        {
            color: #cf9427;
        }
        .sf-about-right {
            width: 50%;
            height: 320px;
            margin-left: auto;
            margin-top: -50%;
        }
        .sf-about-feature-list
        {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        .sf-about-feature-list li
        {
            margin-bottom: 10px;
            display: flex;
            gap: 10px;
        }
        .sf-about-feature-list li svg
        {
            width: 22px;
            height: 22px;
            margin-top: 5px;
        }
        .sf-about-feature-list li span
        {
            width: calc(100% - 30px);
        }
        .owner-box
        {
            display: flex;
            align-items: center;
            gap: 10px;

        }
        .owner-box img
        {
            width: 50px;
            height: 50px;
            object-fit: cover;
            border-radius: 100%;
        }
        .owner-box h4
        {
            font-size: 22px;
            font-weight: 600;
            margin: 0;
        }
         .owner-box p
        {
            font-size: 14px;
            margin: 0;
            opacity: .7;
            font-weight: 500;
        }
        .sf-cta-btn
        {
            display: flex;
            align-items: center;
            height: 46px;
            text-align: center;
            background: #d8d8d8;
            font-size: 16px;
            font-weight: 600;
            padding: 0 30px;
            border-radius: 25px;
            text-decoration: none;
        }
        .btn-primary
        {
            background: #cf9427 ;
            color: #fff;
        }
        .sf-border-top
        {
            border-top: 1px solid #d8d8d8;
        }
          @media (max-width:1199px) 
        {
            .sf-about-media 
            {
                display: flex;
                gap: 20px;
                margin-bottom: 30px;
            }
             .sf-about-left 
            {
                width: 40%;           
                height:  320px;
            } 
            .sf-about-right 
            {
                width: 60%;
                height: 320px;
                margin-top: 0px;
            }
        }
        @media (max-width:767px) 
        {
             .sf-about-media 
            {
                display: flex;
                flex-direction: column;
                gap: 10px;
                margin-bottom: 30px;
            }
            .sf-about-left 
            {
                width: 100%;           
                height:  280px;
            } 
            .sf-about-right 
            {
                width: 100%;
                height: 280px;
                margin-top: 20px;
                margin-bottom: 20px;
            }
            .sf-section-subtitle
            {
                font-size: 16px;
            }

            .sf-section-title
            {
                font-size: 32px;
            }
        }


        /*****/
        .sf-process-section
        {
            position: relative;
            background: #FBF6EF;
        }
        .sf-process-section::before
        {
            position: absolute;
            content: '';
            background: url('../images/bg-ov1.webp') no-repeat;
            width: 50%;
            height: 100%;
            top: 0;
            left: 0;
            opacity: .8;
        }
        .sf-process-card {
            background: #fff;
        }        
        .sf-process-head, 
        .sf-process-body {
            padding: 10px 20px 20px 20px;
        }
         .sf-process-head
         {
            padding-bottom: 0
         }
         .sf-process-head span {
                font-size: 70px;
                font-weight: 900;
                opacity: .25;
                -webkit-text-stroke: 1px  var(--secondary_color);
                color: transparent;
                line-height: normal;
            }
        .sf-process-body h3
        {
            font-size: 26px;
            margin-bottom: 5px;
        }
         .sf-process-body p
        {
            opacity: .8;
        }
        .sf-process-head svg {
            width: 60px;
            height: 60px;
        }
         .sf-process-head svg,
         .sf-process-head svg path
          {
            fill: var(--secondary_color)
        }
        .sf-process-media
        {
            width: 100%;
            height: 150px;
        }
        .sf-trusted-box
        {
            background: var(--secondary_color);
            padding: 20px;
            color: var(--white_color);
        }
         .sf-trusted-box svg
         {
            width: 80px;
            height: 80px;
         }
        .sf-trusted-box svg, 
        .sf-trusted-box svg path
        { 
            fill: var(--white_color);
            opacity: .8;
        }
        .sf-trusted-box p
        {
            font-weight: 300
        }
        .opacity-7
        {
            opacity: .7;
        }

/** Menu ***/

.sf-menu-section
{
    position: relative;
    background: url('../images/sf-img0024.webp') no-repeat;
    background-size: cover; 

}

.sf-menu-section::after
{
     position: absolute;
    content: '';
    background: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sf-quick-menu-card {
    background: var(--primary_color);
    position: relative;
    
}
.sf-quick-menu-card:before
{
    position: absolute;
    content: '';
    width: 90%;
    height: 120%;
    border: 1px solid var(--secondary_color);
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    
}
.sf-quick-menu-card #pills-tab {
    padding: 40px 40px 0 40px;
    border-bottom: 1px solid #ffe2ae5c;
}
.sf-quick-menu-card .nav-pills 
{
    gap: 20px;
}
.sf-quick-menu-card .nav-pills .nav-link
{
    color:var(--white_color);
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
     border-bottom: 3px solid transparent;
     border-radius: 0;
     padding: 10px 0;
}

.sf-quick-menu-card .nav-pills .nav-link.active, 
.sf-quick-menu-card .nav-pills .show>.nav-link
 {
    background: transparent;
    
    border-bottom: 3px solid var(--secondary_color)
}

.sf-quick-menu-card .tab-content
{
    padding: 40px;
}


/*** Menu card style**/

.menu-list
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-list li
{
    margin-bottom: 20px;
}
.menu-card
{
    position: relative;
    display: flex;
    gap: 10px;
}

.menu-media
{
    width: 60px;
    height:50px;
    border-radius: 10px;
}

.menu-media img
{
    border-radius: 10px;
}
.menu-content h4 {
    FONT-SIZE: 22px;
    margin: 0;
    background: var(--primary_color);
    position: relative;
    z-index: 1;
    
}
.menu-content h4:first-child
{
    padding-right:10px;    
}
.menu-content h4:last-child
{
    padding: 0 10px;
}
.menu-content p {
    FONT-SIZE: 16px;
    opacity: .6;
}
.menu-line {
    position: relative;
}
.menu-line:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 96%;
    height: 12px;
    border-bottom: 1px solid #bb9446;
    opacity: .3;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.marquee-box
{
    overflow-x: hidden;
    background: #FBF6EF;
    padding: 20px 0;
}

.slide-list-text
{
    padding: 0 20px;
    font-size: 50px;
    color: #FBF6EF;
    font-weight: 800;
    /* text-transform: uppercase; */
     /*font-family: "Caveat", cursive;*/
}
.slide-list-text:nth-child(even) 
{
    -webkit-text-stroke: 1px  var(--secondary_color);
}
.slide-list-text:nth-child(odd) 
{
    -webkit-text-stroke: 1px var(--primary_color);
}


.reserve-card {
    padding: 20px;
    background: var(--secondary_color);
}
.reserve-card .flatpickr-calendar,
.reserve-card .flatpickr-innerContainer,
.reserve-card .flatpickr-rContainer,
.reserve-card .dayContainer
 {
    width: 100% !important;
    max-width: 100% !important;
    box-shadow: none;
    background: transparent;
     gap: 5px;
}



.reserve-card .flatpickr-calendar .flatpickr-days, 
.reserve-card.flatpickr-calendar .flatpickr-day,
.reserve-card .flatpickr-weekday {
    width: 100%;
    max-width: 100%;
}
.reserve-card .flatpickr-weekday {
    max-width: 70px !important;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.reserve-card .flatpickr-calendar .flatpickr-day {
    max-width: 60px !important;
    height: 44px !important;
    line-height: 44px;
    background: #ffffff38;
    border-radius: 12px;
    margin-bottom: 5px;
    color: #000;
}


.nextMonthDay
{
    opacity: .5;
}

.reserve-card .flatpickr-day.today, 
.reserve-card .flatpickr-calendar .flatpickr-day.selected
{
    border-color: var(--white_color) !important;
}
.reserve-card  select.flatpickr-monthDropdown-months , .numInput {
    font-weight: 700 !important;
}

.reserve-card  .flatpickr-month {
    margin-bottom: 10px;
}

.reserve-container
{
    background: #0E1317;
}
form.booking-form {
    padding: 0px 40px 20px 15px;
}
  .location-map {
        width: 50%;
    }
    .location-map img {
        width:100%;
        height: 100%;
        object-fit: cover;
    }
    .locations {
        background-color: #fffbf3;
        width: calc(100% - 50%);
        padding: 30px;
        border-width: 4px ;
        border-style: double;
            border-color: #cf9427;
        border-left-width: 0px;
            text-align: center;
    }
        .location-address
        {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px dashed  #cf9427;
        }
        .location-address:last-child
        {
        border: 0;
        }
        .location-address .heading
        {
        font-size: 20px;
        }
        .location-address  svg
        {
        fill: #cf9427;
        width: 28px;
        height: 28px;
        }

    .location-address  svg path
        {
        fill: #cf9427;
        
        }

    .booking-form .form-control
    {
        background: transparent !important;
        box-shadow:  none  !important;
        outline: 0 !important; 
        border-radius: 0;
        border: 0;
        border-bottom: 1px solid #ffffff2e ;
        height: 50px;
    }

    .booking-form textarea.form-control
    {
        
        height: 120px;
    }
    .booking-form .form-control::placeholder
    {
        color: #fff;
        opacity: .5;
    }

    .booking-form .form-control:focus
    {
        border-color: #cf9427;
    }





@media (max-width:767px) {
.sf-quick-menu-card #pills-tab {
    padding: 40px 10px 0 10px;
    border-bottom: 1px solid #ffe2ae5c;
    gap: 16px;
    justify-content: center;
}
.sf-quick-menu-card:before {
    height: 102%;
    top: -1%;
    transform: translateX(-50%);
}
.sf-quick-menu-card .tab-content {
    padding: 10px;
}
.menu-content h4 {
    FONT-SIZE: 17px;
}
    .menu-content p {
    FONT-SIZE:  14px;
}
  .locations, .location-map {
                width: 100%
            }
            .locations {
               border-left-width: 4px;
            }
}


.instafeeed-section
{
    overflow-x: hidden;
}
.insta-images-box {
    width: 96%;
    height: 300px;
    margin: 0 auto;
    border-radius: 10px;
}

.insta-images-box img{
    border-radius: 10px;
}


.galery-images-50 {
    height: calc(50% - 5px);
    border-radius: 10px;
}
.galery-images-100 {
    height: 100%;
       border-radius: 10px;
}


.galery-images-100 img,
.galery-images-50 img
{
    border-radius: 10px;
}