/* Add custom CSS styles below */ 

/**El Messiri*/

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=El+Messiri:wght@400..700&family=Lemonada:wght@300..700&display=swap');


*{
  font-family: "El Messiri", sans-serif;
  font-optical-sizing: auto;

}

/**/


/***/
.categary ul li {
  align-self: start;
}
.categary .container h2 {
  text-align:center ;
}

/***/
/* بانر ثابت */

.copyright-text p {

    color: #fff !important;
}

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

@media (min-width: 1024px) {
  .Furniture .container {
    flex-direction: row;
  }
}
/*Furniture*/
.Furniture .absolute {
  left: 0% !important;
  background-color: transparent;
  padding: 1rem 0;
  width: 100%;
}

.Furniture .relative .absolute {
  bottom: unset;
  top: unset;
}
.Furniture .relative .absolute h1 {
  padding: 0rem 1rem !important;
  line-height: 50px;
}

.Furniture .relative:first-of-type .absolute {
    bottom: 0% !important;
    padding: 0;
}
.Furniture .relative:last-of-type .absolute {
  bottom: 0% !important;
   padding: 0;
}

.Furniture .relative button {
    border: 1px solid transparent !important;
    background-color: #ac8b43;
    width: 100% !important;
}
/**/


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

.counts span{

  color:#fff;
}
/**/


@media(max-width:768px) {

/**mainbanner*/
.h-\[85vh\].relative{
height:60vh;
}
.h-\[85vh\].relative .flex {

    padding-bottom: 5px;
    align-items: end;
    margin-bottom: 0px !important;
}
.h-\[85vh\].relative .text-center {
    text-align: center;
    padding: 20px 0;
    background: #00000085;
}

 .h-\[85vh\].relative .absolute {
    padding-left: 0;
    padding-right: 0;
}

/**/

/***/
 .rooms .s-slider-container 
.s-slider-swiper-wrapper .swiper-slide .overlay {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.overlay h1 {
    text-align: center;
}
/**/

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

/**/

.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;
    
}


}