/* Add custom CSS styles below */ 
:root{
--bg:linear-gradient(180deg, #FFC62A 0%, #5C4D12 100%);
    
}

.navbar-brand img {
    max-height: 8rem;
    width: auto;
    max-width: 124px;
    filter: brightness(0.0)invert(1);
}

.h-\[85vh\].relative .text-center a {
    font-size: 1.125rem;
    line-height: 1.75rem;
    background: var(--bg);
}

/* counts*/
.media .shape {
  background: var(--bg) !important;
}
.media .shape p {
  color: var(--color-primary);
}

.counts span{

  color:#fff;
}
/*****/



/*footer */

.copyright-text p {

    color: #fff !important;
}

.copyright-text a:hover {
    color: #fff !important;
}

.s-payments-list-item img {
    object-fit: cover;
    background: #ffffff !important;
    height: unset;
}
/**/
@media (max-width: 768px) {
/* Main banner height*/

.h-\[85vh\].relative{
height:60vh;
}

.h-\[85vh\].relative .flex {
    margin: auto !important;
    padding: 6px;
}

.h-\[85vh\].relative .text-center {
    text-align: center;
    background: #000000c9;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 20px;
}
/***/ 
  /****/
 .rooms .s-slider-container 
.s-slider-swiper-wrapper .swiper-slide .overlay {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
/*****/
  
/* banner 3**/
.details-sec .grid {
    height: 100vh !important;
    grid-template-rows: repeat(3, 1fr);
}

.details-sec .grid > div:first-child {
    grid-row: span 1;
}
.details-sec .grid > div:nth-child(2) {
    grid-row: span 1;
  
}
.not-show .zoom-container:nth-of-type(3){

  grid-row: span 1;
    
}
/***/

  /*/*Store features*/
.Services .flex.conatiner {
    justify-content: space-between;
    flex-direction: row;
}


}