/* Add custom CSS styles below */ 
.product-index .navbar-brand img {

    filter: brightness(0.7);
}

.fixed-pinned .navbar-brand img {

    filter: brightness(0.7);
}
/*main banner */

section:nth-child(1 of .main) .h-full h1 {
  color: #fff;
  font-size: 54px !important;
  font-weight: 700;
  margin: 0;
  line-height: 74px;
  width: 70%;
}
section:nth-child(1 of .main) .h-full p {
  color: #000;
  font-size: 16px !important;
  font-weight: 600;
}

section:nth-child(1 of .main) .h-full a:hover {
    color: #fff;
    background: var(--color-primary);
}

section:nth-child(2 of .main) .h-full {
  margin-right: 5%;
}
.main .head_img .items-end.pb-16{
align-items:center
    
}


/**/

/* بانر ثابت */
@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;
}
.Furniture .relative:last-of-type .absolute {
  bottom: 0% !important;
}

.Furniture .relative button {
  border: 1px solid #fff;
  background-color: transparent;
}

.Furniture h1 {
  color: #fff;
  font-size: 38px !important;
  width: 100%;
  font-weight: 600;
  line-height: 2rem;
  margin-bottom: 2rem;
}
.Furniture button {
  color: #fff;
  border: 1px solid #ffff;
}

.Furniture button a {
  color: #fff;
}


/* width and bg*/
.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: #EE8E81;
    width: 100% !important;
}

/***/


/**/

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

.counts span{

  color:#fff;
}
/****/
.Questions .w-full.absolute {
    background: var(--color-primary);
}


.copyright-text p {

    color: #fff !important;
}

.copyright-text a:hover {
    color: #fff !important;
}
@media(max-width:768px) {

section:nth-child(1 of .main) .h-full h1 {
  
    font-size: 16px !important;
  
    line-height: 38px;
    width: 100%;
}

  .main .head_img .items-end.pb-16 {

    justify-content: center !important;
}

 .main .h-\[85vh\] {
    height: 55vh;
}

.main  .flex-col.items-center{
max-width:100%;
align-items: center !important; 
    
}


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


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

  
  footer * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

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

/**/

  
}