section.collection-section .col-lg-3{
  padding-left:12px;
  padding-right:12px;
}
section.collection-section .img {
    width: 100%;
    height: 300px;
    border-radius: 0;
    overflow: hidden;
    display: block;
    margin: auto;
}
section.collection-section img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
}
section.collection-section .collection-content:hover img{
    transform: scale(1.1);
}
section.collection-section .collection-content{
    position: relative;
}
section.collection-section .collection-content h3{
    font-size: 25px;
    /* font-weight: bold; */
    position: absolute;
    top: 50%;
    color: #fff;
    z-index: 1;
    transform: translate(-50%, -50%);
    left: 50%;
    margin-bottom: 0;
    text-shadow: 0 0 4px #000000ba;
    text-align: center;
    width: 100%;
}
section.collection-section .collection-content h3 a{
    color: var(--white-color);
    font-size: 28px;
    text-transform: uppercase;
    font-style: var(--heading-font);
    font-weight: 600;
    letter-spacing: 2px;
}
section.collection-section .row{
    gap: 10px 0;
    justify-content: center;
}


section.collection-section .col-12{
  padding: 0px 5px;
}

section.collection-section {
    padding-top: 20px;
}

section.collection-section .head-sec{
   margin-bottom:40px;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000042;
    z-index: 0;
    padding: 0;
}



section.city-details {
  background:#fff;
}


section.collection-section{
  background:#fff;
}

section.details-page-dining{
    background:#fff;
    /* padding-top: 140px; */
}


h6.text-uppercase.text-center.mb-3 {
    color: var(--heading-color);
    font-size: 18px;
    margin-top: 20px;
}


section.details-page-dining .text-center img{
  position: absolute;
  top: -45px;
  left: 36px;
  background: #fff;
  width: 70% !important;
}

section.details-page-dining .img-sec{
  position: relative;
}


section.details-page-dining .form-border{
  border:1px solid #000 !important;
}



section.details-page-dining .main-btn{
  border-radius:0;
}




