/* Add custom CSS styles below */ 
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');
body {
font-family: "Cairo", sans-serif !important;
}
section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(1) {
    margin-top: 0px !important;
}
section.s-block.s-block--fixed-banner.wide-placeholder .container {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
}
.image-title .title-heade {
    background-color: transparent !important;
    font-weight: 800 !important;
    color: #184337 !important;
}
.right-side {
    position: relative;
}
.right-side:before {
content:"";
}

.s-block__title h2 {
    font-size: 35px !important;
    background-color: #FFD3B9;
    padding: 3px 55px;
    border: 5px solid white;
    outline: 2px solid #184337;
    border-radius: 6px;
}    
.banner-entry {
    position: relative;
    height: 285px;
} 
section.g-products.g-products-4.w-full.not-show.text-white.font-Messiri.mb-\[56px\].md\:mb-\[90px\],section.w-full.section_c_r.mb-\[56px\].md\:mb-\[112px\].sal-animate {
    margin-top: 45px;
}
/*Responsive Media*/
@media(max-width:765px){
.main-nav-container {
    height: 50px !important;
    min-height: 50px !important;
}
.inner.py-\[5px\] {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.lang-icone {
    font-size: 19px !important;
    padding: 5px !important;
}
.search-btn {
    padding: 5px!important;
}    
section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(1) {
    margin-top: 55px !important;
}
.s-block__title h2 {
    font-size: 22px!important;
    margin-bottom: 10px!important;
}
section:nth-of-type(2) div.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 5px;
}
section:nth-of-type(2) div.grid .banner-entry {
    position: relative;
    height: 95px;
}
section:nth-of-type(3) div.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 5px;
}
section:nth-of-type(3) div.grid .banner-entry {
    position: relative;
    height: 108px;
}
}