.landing-page-fixed-bannar-0 {
    background-image: url("https://res.cloudinary.com/domznbcfk/image/upload/v1736586580/783df8bd2f4041f42fa064d1dc11df0e-ezgif.com-optimize_b9xved.gif")!important;
    
}
.landing-page-fixed-bannar-6 {
    height: 70vh;
}
.landing-page-fixed-bannar-0 .container {
    width: 50%;
    margin-left: 0;
}
.landing-page-fixed-bannar-0 h1{
font-size:50px
}
.ad-star-btn {
    background-color: var(--color-primary);
}
.top-navbar {
    display: none;
}


/*  تصنيفات*/


section:nth-of-type(10).grid-cols-3.products {
    grid-template-columns: repeat(3,minmax(0,1fr));
}


/*تصنيفات*/


/*  عرض الاسبوع*/

section.weeklyOffers{
    background: linear-gradient(to top, #163B4D 0%, #3B7995 100%);
}

/*  عرض الاسبوع*/

/*title */
/* .font-medium {
    font-size: 18px;
    color: #fff;
    display: block;
}
 

.text-center.font-medium.text-xl {
    color: #000;
}*/
/*title */


/*  footer*/

 .text-\[\#636363\] {
   
    color: var(--color-grey);
}


.flex.flex-col.gap-2 h2 {
    color: #fff;
}

/*  footer*/

@media(max-width:768PX){
.txt.w-full.container{
    text-align: center !important;
    margin: auto;
}
 
.grid.grid-cols-3.md\:grid-cols-4.gap-5.items-center.justify-center {
    grid-template-columns: repeat(2,minmax(0,1fr));
}


 
 
 .landing-page-fixed-bannar-0 h1 {
    font-size: 32px;
    margin: auto;
}
 
 
 
.landing-page-fixed-bannar-0 {

    height: 70vh;
}

.leading-\[70px\] {
    line-height: 20px;
}

.leading-\[50px\] {
    line-height: 50px;
}


.txt.w-full.container {
    width: 100%;

}
.mt {
    margin-top: 0;
}

.landing-page-fixed-bannar-6 h1 {
    margin: auto;
}
/*
.font-medium {
    font-size: 16px;
    color: #fff;
    display: block;
}*/

.leading-\[50px\] {
    line-height: 60px;
}
.clear.foot input {
    border: 1px solid #fff;
}
footer * {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
}

/* Video */

.full-width-video-section {
    position: relative;
    margin-top: 0rem;
    overflow: hidden;
    margin-bottom: 2rem !Important
}

video {
    width: 100%;
    height: 100%;
}

.full-width-video-section, video {
  min-height:70vh;
  object-fit: cover
}
.video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 10;
}

.overlay-heading {
    font-size: 3rem;
    font-weight:900!important
}

.overlay-paragraph {
    margin: 1rem 0;
    font-size: 1.5rem;
    line-height: 1.6;
}

.btn-changing {
    padding: 10px 20px;
    border: none;
    border-radius: 0;
    background-color: var(--color-primary);
    color: #fff ;
    cursor: pointer;
}



@media(max-width:992px){
  .overlay-heading {
    font-size: 1.2rem;
}

.overlay-paragraph {
font-size: 0.8rem;
}
.video-overlay{
width:90%
}
}
.main-menu  li#offers {
 display: none !important;
}

/*edits*/
/*weekly offers*/
.weeklyOffers .flex.swiper-slide-active {
    display: flex;
}
.copyright-text p {
    color: rgb(255 255 255);
}
/*products*/
.s-product-card-image-full {
    max-height: 290px !important;
   height: 290px;
}
@media (max-width:767px){
.s-product-card-vertical .s-product-card-image-full  {
   max-height: 215px !important;
   height: 215px !important;
}
.s-products-slider-card {
    max-width: 215px!important;
}
.g_cat .grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}