body{
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
nav{
	z-index: 2
}
.navbar-brand {
    width: 110px;
    background: #fff;
    padding: .5rem;
}
.navbar-brand img{
	max-width: 100%;
}
header .navbar {
    background: #000 !important;
}

@media(max-width: 575px){

    .nav li {
    width: 100%;
}

}
@media(min-width: 992px){
    .position-lg-absolute{
        position: absolute;

}

}



.slider-box {
    height: calc(100vh - 200px);
}
.slider-box img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
div#ex-with-icons-content .col-md-5 img {
    height: 300px;
    object-fit: contain;
    width: 220px;
    margin: 0 auto;
    display: block;
}


.nav .nav-link {
    font-size: 20px;
}
.address ul li {
    font-size: 18px;
    padding-bottom: 20px;
}

.slider {
    height: calc(100vh - 150px);
}

@media(max-width: 992px){
    .heightauto{
        height: auto !important;
    }
    .slider {
    height: auto !important;
}
.slider-box{
    height: 50vh !important;
}
}
.slider-box{
    height: 80vh;
}
.bg-dark-70{
    background: rgba(0,0,0,.7);
}
.size-56{
    width: 56px;
    height: 56px;
}
.imgheight img {
    height: 300px;
    width: 250px;
    object-fit: contain;
    display: block;
    margin: auto;
}

/* button.btn-close {
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 2;
} */

/* @media(max-width:768px){

button.btn-close {

    filter: invert(1);
}
} */

img.iicon {
    width: 25px;
}

p.card-text a {
    background: #e3e3e3;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 6px;
}

/* .price-se p:nth-child(2) {
    color: black;
    font-size: 1.5rem;
    line-height: normal;
} */

.price {
    font-size: 3rem;
    font-weight: 500;
}
.col-md-5.imgheight {
    background: #a2a2a314;
}
.hours li {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}


.hours li strong {
    flex-basis: 180px;
}
.hours ul {
    list-style: none;
    padding-inline: 39px;
}
span.card-text {
    background: #e3e3e3;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: right;
    line-height: 40px;
    border-radius: 6px;
}
.logo>span {
    font-size: clamp(1rem, 2.5vw, 1.75rem);
}

.bar>img {
    width: clamp(25px, 2vw,70px);
    cursor: pointer;
}


.banner {
    height: 400px;
    overflow: hidden;
}
.banner>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}
h2{
    font-size: clamp(1rem, 2.5vw, 2.5rem); ;
}
.logoimg {
    background: #fff;
    border-radius: 50px;
    height: 60px;
    width: 60px;
    padding: 10px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logoimg img {
    max-width: 100%;
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-inline: 2rem;
    padding-block: 1rem;
    background: rgb(0 0 0 / 70%);
    color: #fff;
    position: absolute;
    width: 100%;
    z-index: 1;
}

/* .swiper-slide {
    width: 40% !important;
} */
.bg-light {
    --mdb-bg-opacity: 1;
    background-color: hsl(0deg 0% 13% / 14%) !important;
}

.card.custom {
    --mdb-card-box-shadow: 0 2px 15px -3px rgb(0 0 0 / 61%), 0 10px 20px -2px rgba(var(--mdb-box-shadow-color-rgb), 0.04);
}

.col-lg-12.ms-5.underline {
    border-bottom: 2px solid;
}
.size-40{
    width: 40px;
    height: 40px;
    padding: 5px;
}
.size-20{
    width: 20px;
    height: 20px;
}
.bg-gray{
    background: #f5f5f5;
}
.heading-title{
    font-size: 32px;
    line-height: 43px;
    margin-bottom: 32px;
    font-weight: 600;
}
.max-w-200{
    max-width: 200px;
}
.min-h-initial{
    min-height: initial!important;
}
.card{border-radius: 8px;}
.card .card-img{height: 200px; display: flex; align-items: center;}
.card .card-img img{ width: 100%; height: 100%; object-fit: cover;}
.card .card-title{
    font-size: 18px;
    line-height: 25px;
    display: -webkit-box;
    /* -webkit-line-clamp: 2;
    overflow: hidden; */
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    font-weight: 600;
    min-height: 50px;
}
.card .card-text{
    font-size: 14px;
    line-height: 23px;
    display: -webkit-box;
    /* -webkit-line-clamp: 2;
    overflow: hidden; */
    -webkit-box-orient: vertical;
    min-height: 46px;
}
/* .owl-carousel .owl-stage-outer .owl-stage .owl-item .item{padding: 4px; margin: 4px;} */
@media(max-width:992px){
.heading-title{
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 24px;
}
.card .card-title{
    font-size: 16px;
    line-height: 23px;
}
}
@media(max-width:576px){
    .heading-title{
        font-size: 20px;
        line-height: 30px;
    }
    #shareModal {
        display: block;
        position: fixed;
        top: 70% !important;
        left: 82% !important;
    }

    .banner{
        height: auto;
    }
    }

.card.announcement {
    max-height: 300px;
    overflow-y: auto;
}
.socialMedia{
    display: flex;
    align-items: center;
    gap: 8px;
}
.socialMedia-icon{
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
    cursor: pointer;
}
.socialMedia-icon:hover .socialMedia-dropdown{
    display: flex;
}
.socialMedia-icon img{
    width: 20px!important;
    height: 20px!important;
}

.socialMedia-dropdown{
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    width: max-content;
    margin: auto;
    max-width: 200px;
    background: #f5f5f5;
    padding: 8px;
    border-radius: 8px;
    display: none;
    box-shadow: 0 0 16px rgba(0,0,0,0.2);
    gap: 8px;
    z-index : 99;
    flex-wrap: wrap;
}
.socialMedia-dropdown::before{
    position: absolute;
    top: -4px;
    left: 12px;
    width: 8px;
    height: 8px;
    background: #f5f5f5;
    border-radius: 2px;
    content: '';
    transform: rotate(45deg);
    z-index: -1;
}

.socialMedia-dropdown::after{
    position: absolute;
    top: -4px;
    width: 100%;
    height: 100%;
    left: 0;
    background: transparent;
    content: '';
    z-index: -2;
}
.owl-stage-outer{
    padding: 32px;
    margin: -32px;
}
.opningHours strong{
    min-width: 100px;
}
