/* Add custom CSS styles below */ 
.image-title .title-heade{
  color: #4A3839 !important;
}
.s-block__title h2 {
    color: #4A3839 !important;
    font-size: 28px;
}
section.mb-8.md\:mb-11.s-block--fixed-banner.wide-placeholder .container {
    max-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
section.g_cat.\!mb-\[60px\].md\:\!mb-\[110px\] {
    color: #4E2727;
}
section.landing-page-first-bannar .md\:h-\[80vh\] {
    height: 95vh !important;
}

salla-slider.photos-slider .swiper-slide {
    width: 90%;
}

.s-block__title {
    justify-content: center;
}
/*grid section*/
.md\:grid-cols-3 {
    grid-template-columns: repeat(4,minmax(0,1fr)) !important;
    gap: 0.75rem !important;
}
.banner-entry {
    background-color: transparent;
    width: 100%;
    aspect-ratio: 15 / 9;
    height: auto;
}

.two-row .banner-entry:first-child {
    grid-column: span 1/span 1;
    grid-row: 1;
}
.lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
}
.banner-entry h3.text-with-border {
    border-width: 0 !important;
}

.has-overlay:hover::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
     background-color: #2a2a2a57 !important;
}

.banner-entry h3 {
    display: flex;
    flex-direction: row;
    justify-content: right;
    bottom: 0;
    border: none !important;
    align-items: flex-end;
  z-index: 3;
  font-size:18px;
}


@media (max-width: 576px) {
 section.landing-page-first-bannar .md\:h-\[80vh\] {
    height: 55vh !important;
}

  .md\:grid-cols-3 {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 0.75rem !important;
}
  salla-slider.photos-slider .swiper-slide {
    width: 100%;
}
  .grid-cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
  .articles .item {
    grid-template-columns: 1fr 1fr;
}
.banner-entry h3 {
    opacity: 1;
    transform: none;
}
.two-row .banner-entry:first-child.with-hover:after {
    opacity: 0 !important;
}
  .banner-entry h3.text-with-border {
    font-size: 15px !important;
}
}