@media(min-width:1400px){
header {
background:#E7E5E561 !important;
backdrop-filter:blur(40px);
border-radius:1rem
}
  header > div{
max-width:90% !Important;
margin-inline:auto !important
}
section.ads{
  position:relative
}
section.ads:after {
    content: "";
    position: absolute;
    width: 170%;
    height: 120%;
    display: block;
    background: rgba(231, 94, 46, 0.11);
    padding: 3rem;
    top:-10% !Important;
    right:-50% 
}
}
.ads .max-h-\[270px\] {
    max-height: 450px !important;
}
.ads .img .over .text {
    display: flex;
    justify-content: flex-end;
}
.banner_ad {
    direction: ltr;
}
.img.group:nth-child(2) p{
    color:var(--color-primary) !important;
}
.section_c_r .content_tistimonial .cover_content {
    background: #C4A056;
}
.section_c_r .content_tistimonial .cover_content .rating_name .name {
    color: #ffffff;
}
@media(max-width:768px){
header.store-header.flex.flex-col.w-full.max-w-full.overflow-visible.z-\[50\].absolute {
    position: relative !important;
backdrop-filter:blur(40px);
background:rgba(255,255,255,0.5) !important;
}
.grid-cols-3 {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
}}

.navbar-brand img {  
    filter: drop-shadow(2px 4px 6px black);
}
@media(max-width:480px){
#slider-0 .item-text.w-full.md\:w-fit.flex.flex-col.z-2.max-w-\[700px\]{
    max-width: 100% !important;
    margin-top: -45%;
}
#slider-0 .mt-\[32px\] {
    margin-top: 0px !important;
}
.landing-page-first-banner .object-cover {
    -o-object-fit: fill!important;
    object-fit: fill!important;
}
}