/* Add custom CSS styles below */ 
.navbar-brand img {
    max-height: 5rem;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 80px;
}
.categories h1 {
    text-align: center;
}
.categories ul {
gap:2rem;
justify-content:center
}
.categories img {
    filter: none !important;
}
.categories,
.s-block--best-offers {
margin-bottom:2rem
}
/*room*/
.rooms .text-2xl {
    width: 80%;
    text-align: center;
}
.media .text-\[var\(--m-color\)\] {
    color: white
}
body.index .store-header {
    position: relative;
}
/*images grid*/
.lazy__bg {
    background-size: contain;
    background-repeat: no-repeat;
   
}
.banner-entry ,.two-row .banner-entry:first-child {
     height: 650px !important;
      background-color: transparent;
      padding: 0px;
      color: #fff;
 overflow: hidden;
  position: relative;
  transition: 0.5s;
   }
.one-row .banner-entry,
.two-row .banner-entry,
.one-row .banner-entry:first-child,
.two-row .banner-entry:first-child {
  grid-column: span 1;
  grid-row: span 1;
}
.sm\:gap-8 {
    gap: 0;
}
.sm\:py-16 {
    padding-top: 0;
    padding-bottom: 4rem;
}
@media (max-width: 767px){
.details-sec .grid {
    height: 29vh !important;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2,1fr);
}
.head_img.h-\[85vh\] {
    height: 30vh;
}
.sm\:gap-8 {
    gap: .5rem;
}
.banner-entry ,.two-row .banner-entry:first-child {
    height:400px !important;
  } 
}
/*********************/
/*------------my-fixed-banner----بانر ثابت----*/
.my-fixed-banner{
margin-bottom:40px
}
.my-fixed-banner button {
color: #fff;
border-color: #fff;
width:100% !important;
background: #3E2E14;
}
.my-fixed-banner button a{
color: #fff;
}

.my-fixed-banner  .absolute {
width: 100% !important;
left:0px;
top:unset;
bottom:0px;
}
.my-fixed-banner h1 {
    color: #fff;
    font-size: 32px!important;
    line-height: 46px;
}
@media screen and (max-width:768px){
   .my-fixed-banner h1 {
    font-size: 20px!important;
    line-height: 30px;
}
    }