:root {
    --color-primary-reverse: #fff !important;
}



.tiktok-section .image-section {
	max-height: 350px;
}

@media(max-width:767px) 
{
 .yasmeen-slider .yasmeen-slide 
 {
       flex-direction: column-reverse !important;
 }

.yasmeen-slider .yasmeen-slide .flex-\[2_2_0\%\].md\:mr-\[1rem\].mx-\[10px\].order-first.md\:order-first 
{
    max-height: unset !important;
    border: 1px solid #28314a;
    padding: 5px;
}


}


  .yasmeen-countdown-with-image h2 {
        font-size: 28px !important;
        line-height: 2.5rem !important;
        padding-top: 0.5rem;
    }


@media (max-width: 767px) {
    .yasmeen-countdown-with-image h2 {
        font-size: 14px !important;
        line-height: 1.5rem !important;
        padding-top: 0.5rem;
    }
}
section.yasmeen-special-banners .group {
    border: none !important;
    position: relative;
    overflow: hidden;
    border-radius: unset;
    max-height: unset !important;
    height: inherit;
}
section.yasmeen-special-banners .group img {
  transition: transform 0.7s ease-in-out;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  position: relative;
}

section.yasmeen-special-banners .group span {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    background-color: rgba(255, 255, 255, 0.368627451);
        backdrop-filter: blur(7px);

    color: var(--color-primary-dark);
    border-radius: 1px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    transition: opacity 0.5s ease-in-out;
    z-index: 2;
    pointer-events: none;
    height: 40px;
    min-width: 130px;
    text-align: center;
    line-height: 22px;
    opacity: 0;
    right:unset !important;
}


section.yasmeen-special-banners .group:hover span {
  opacity: 1;
}

section.yasmeen-special-banners .group:hover img {
  transform: scale(1.1);
}





@media (max-width: 767px) {
    section.yasmeen-special-banners .group span {
        opacity: 1 !important;
        bottom: 0px !important;
        top: unset !important;
        line-height: 13px;
         height: 30px;

    }
}



.s-block--features .grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 16px;
}

@media (min-width: 768px) {
  .s-block--features .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


.s-block--features__item:first-child {
    grid-column: unset !important;
}


.s-block--features__item {
  border: 1px solid var(--color-primary);
  border-radius: 0px;
  padding: 20px;
  direction: rtl;
}

.yasmeen-countdown-with-image {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: unset !important;
}

section.yasmeen-countdown .container.mx-auto > div:nth-child(1){
	padding-top: unset !important;
	padding-bottom: unset !important;
}
.yasmeen-countdown-with-image > div:nth-child(2){
	 padding-right: 2rem !important;
}
.yasmeen-countdown-with-image > div:nth-child(1){
	  position: relative;
	  border-radius: unset !important;
}
.yasmeen-countdown-with-image > div:nth-child(1)>  a {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
	background-color: rgba(200, 200, 200, 0.9) !important; 
   box-shadow: 0 4px 20px rgba(0,0,0,0.2) !important;
  border-radius: unset !important;
  color: black !important;
  font-size: 18px;
}
.yasmeen-countdown-with-image .before-price {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-left: 4px;
}


@media (max-width: 767px) {
  
.yasmeen-countdown-with-image > div:nth-child(2){
	 padding-right: 1rem !important;
}
  .yasmeen-countdown-with-image span,
  .yasmeen-countdown-with-image h5 {
    font-size: 14px !important;
  }

  .yasmeen-countdown-with-image .before-price,
  .yasmeen-countdown-with-image .line-through {
    font-size: 13px !important;
  }

  .yasmeen-countdown-with-image > div:nth-child(1)>  a {
    font-size: 14px !important;
    padding: 6px 10px !important;
    height: 40px !important;
  }
}


.yasmeen-countdown-with-image .flex.gap-2,
.yasmeen-countdown-with-image .flex.flex-col span {
  display: none !important;
}



.tiktok-section,
.yasmeen-maps {
    background: #fbf2f1;
}



@media(max-width:767px) 
{
.yasmeen-countdown .s-count-down-md .s-count-down-item 
{
  font-size: 22px !important;
  height: 4rem;

}

}