@import url(mainstyle.css);

*{
    scroll-behavior: smooth;
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;  
}
.btn-close {
    background-image: unset;
}
a{
    color: inherit;
    text-decoration: none;
}

.custom-border-bottom{
    border-bottom: 1px solid var(--light-border);
}
@media (max-width:991px){
    .custom-border-bottom{
        border-bottom: 0;
    }
}


[data-Bitevia-theme="dark"] [data-logo="dark"],
[data-Bitevia-theme="light"] [data-logo="light"] {
    display: block;
}

[data-Bitevia-theme="dark"] [data-logo="light"],
[data-Bitevia-theme="light"] [data-logo="dark"] {
    display: none;
}

.nav-link{
    color: var(--nav-text);
    font-weight: 600;
    font-size: 18px;
}
.nav-link:focus{
    color: var(--nav-text) !important;
}
.nav-item.active .nav-link, .nav-item:hover .nav-link{
    color: #f59d8e;    
}
::placeholder{
    color: var(--input-text) !important;
    opacity: 0.5 !important;
}

@media(max-width:991px){
    [data-Bitevia-theme="light"] header .nav-link{
        color: #000 !important;
    }
    [data-Bitevia-theme="light"] .nav-item.active .nav-link, .nav-item:hover .nav-link{
        color: #f59d8e !important;    
    }
}

.head-content{
    width: 920px;
    margin: auto;
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.theme-btn{
    min-width: 50px;
    min-height: 50px;
}

.icons-bg{
    min-width: 30px;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--icon-text);
    background-color: var(--prime-bg);
}

header{
    transition: 0.2s ease;
    z-index: 999;
}
header.fix{
    background-color: white;
    color: var(--head-text);
}
@media(min-width:992px){
    header.fix .nav-link{
        color: #000000;
    }
}

@media(max-width:991px){
    .offcanvas-header{
        background-color: var(--dark-bg);
    }
    .offcanvas-body{
        background-color: var(--dark-bg);
    }
}
.header-css{
    position: absolute;
    z-index: 10;
    width: 100%;
}
/* banner css */
#banner-slider {
    min-height: 800px;
} 
/* Slide backgrounds */
.slide-1 {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.554) 0%, rgba(0, 0, 0, 0.554) 100%), url('../../assets/images/banner1.webp') no-repeat; 
    background-size: cover;
    background-position: bottom center;
    min-height: 800px;
}
.slide-2 {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.554) 0%, rgba(0, 0, 0, 0.554) 100%), url('../../assets/images/banner2.webp') no-repeat;
    background-size: cover;
    background-position: bottom center;
    min-height: 800px;
}
.slide-3 {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.554) 0%, rgba(0, 0, 0, 0.554) 100%), url('../../assets/images/banner3.webp') no-repeat;
    background-size: cover;
    background-position: bottom center;
    min-height: 800px;
}

@media(max-width: 991px){
    #banner-slider {
        min-height: 650px;
    }    
    .slide-1, .slide-2, .slide-3{
        min-height: 650px;
    }
}

@media(max-width: 575px){
    #banner-slider {
        min-height: 500px;
    }    
    .slide-1, .slide-2, .slide-3{
        min-height: 500px;
    }
}
/* Content container */
.splide-container { 
    max-width: 720px;
}
.splide__slide{
    z-index: 1000;
}
/* Navigation Arrows */
.splide__arrow {
    background: transparent;
    opacity: 0.95;
    transition: all 0.3s ease; 
} 
.splide__arrow svg {
    font-size: 28px;
    fill: #fff;
} 
  @media(max-width:767px){
    .splide__arrow {
        display: none;
} 
  }
@media(max-width:1480px){
.splide__arrow--prev {  
    top: unset;
    bottom: 0;
    left: calc(50% - 70px);
}
.splide__arrow--next { 
    top: unset;
    bottom: 0;
    right: calc(50% - 70px);
}
}

.about-bg {
    background:  url('../../assets/images/about-bg.webp') no-repeat; 
    background-size: contain;
    background-position: bottom center;
    min-height: 500px;
}

.offer-bg {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.554) 0%, rgba(0, 0, 0, 0.554) 100%), url('../../assets/images/banner1.webp') no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 500px;
}

.offer-detail{
    background-color: var(--white-bg);
    height: 100%;
    margin-top: -200px;
    max-height: 400px;
    position: absolute;
    right: 100px;
    top: 50%;
    width: 40%;
    z-index: 9;
    align-content: center;
}
@media(max-width:1399px){
    .offer-detail{
        right: 0;
    }
}
@media(max-width:991px){
    .offer-detail{
        position: relative;
        margin-top: unset;
        width: 100%;
        padding-bottom: 20px !important;
        right: 0;
    }
}

/* menu section */
.nav-tabs {
    justify-content: center;
    border-bottom: none;
    margin-bottom: 30px;
}

.nav-tabs .nav-links {
    border: 1px solid #000;
    border-radius: 0;
    margin: 0 5px;
    color: #000;
    font-weight: 500;
    padding: 8px 18px;
}

.nav-tabs .nav-links {
    background: transparent;
    color: #b33a2f;
    border: 1px solid #b33a2f;
}
.nav-tabs .nav-links.active, .nav-links:hover {
    background: #b33a2f;
    color: #fff;
    border: 1px solid #b33a2f;
} 
.menu-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 15px 0; 
    gap: 10px;
} 

.menu-item img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    /* margin-right: 15px; */
    border: 8px solid var(--light-border);
}

.menu-info {
    flex: 1;
}

.menu-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 2;
}

@media (max-width:576px){
    .menu-info ul{
        columns: 1;
        display: flex;
        flex-wrap: wrap;        
        gap: 5px;
    }
}

.menu-price {
    font-weight: 600;
    color: #b33a2f;

}

/* blog section css */
.blog-date{
    letter-spacing: 1px;
}

.blog-content > h5{
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
}

.blog-content > h5::after{
    background: #ca3d26 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}

.footer-bg-img {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.554) 0%, rgba(0, 0, 0, 0.554) 100%), url('../../assets/images/footer-bg.webp') no-repeat;
    background-size: cover;
    background-position: bottom; 
}

.zigzag-border {
  position: relative;
}

.zigzag-border::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: radial-gradient(24px at 20px 20px, var(--body-bg) 98%, transparent 100%);
  background-size: 40px 40px;
  background-repeat: repeat-x;
  z-index: 1000;
  transform: rotate(0degre);
}

.zigzag-border2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: radial-gradient(24px at 20px 20px, var(--body-bg) 98%, transparent 100%);
  background-size: 40px 40px;
  background-repeat: repeat-x;
  z-index: 1000;
  transform: scaleY(-1);
}

.zigzag-border2 {
  position: relative;
}
.error{
    color: red;
}
.alertmsg{
    z-index: 9999;
}