* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "IBM Plex Sans Arabic", sans-serif;
}

.close_sec {
    display: flex;
    height: 100px;
    padding: 10px;
}

.close_sec i {
    font-size: 25px;
    cursor: pointer;

}

.show {
    display: flex !important;
}

.all_black {
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .7;
    z-index: 99;
    display: none;
}

.side_manu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 250px;
    min-width: 250px;
    display: none;
    flex-direction: column;
    min-height: 100vh;
    background-color: white;
    z-index: 999;
    border-left: 1px solid rgb(231, 231, 231);

}

.side_manu ul {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    justify-content: flex-end;
    align-items: flex-end;
}

.side_manu ul a {
    padding: 10px;
    color: black;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid rgb(232, 232, 232);
    text-decoration: none;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

body {
    background-color: #f7f7f7;
}

.all_hed1 {
    background-color: #9f2495;
}

.hed1 {
    width: 100%;
    height: 50px;
    max-width: 1400px;
    margin: 0 auto;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;

}

.hed1 h1 {
    font-size: 15px;
    font-weight: 600;
}

.hed1 h1 b {
    font-size: 20px !important;
}

.hed2 {
    background-color: white;
}

.box_hed {
    padding: 0 15px;
    max-width: 1400px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;

}

.box_logo {
    flex-grow: 1;
    flex-basis: 15%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.box_logo img {
    object-fit: contain;
}

.box_logo i {
    font-size: 18px;
    cursor: pointer;
    padding: 15px;
    background-color: rgb(244, 244, 244);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: none;
}

.nav_bare ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-grow: 1;
    flex-basis: 70%;
    justify-content: center;
}

.nav_bare ul a {
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 17px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.nav_bare ul a:hover {
    color: #9f2495;
}

.search {
    flex-grow: 1;
    flex-basis: 15%;
    display: flex;
    align-items: center;
    gap: 15px;
}

.search i {
    font-size: 18px;
    cursor: pointer;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    padding: 12px;
    background-color: rgb(244, 244, 244);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: rgb(26, 25, 25);
}

.search i:hover {
    font-size: 20px;
}

.search p {
    cursor: pointer;
    font-weight: 600;
}

.sec_imag {
    max-width: 1400px;
    margin: 20px auto;
    height: 541px;
    padding: 0 15px;
    position: relative;
}

.all_this {
    width: 100%;
    height: auto;
    background-color: white;
    padding: 10px 15px;
    display: none;
}

.shobox {
    display: block;
}

.box_search_down button i {
    font-size: 20px;
}

.sec_imag::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(229, 229, 229, 0.2);
    z-index: 1;
}

.sec_imag img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;

}

.swip_section_cat {
    max-width: 1400px;
    height: auto;
    margin: 20px auto;
}

.filter_btn {

    margin: 50px 0;
}

.filter_btn ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    list-style: none;
}

.filter_btn ul li {
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.filter_btn ul li:hover {
    color: gray;
}


.v1 a {
    text-decoration: none;
    font-size: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: black;
    border-radius: 50%;
    background-color: #f7e0e0;
    width: 100%;

}

.v1 a img {
    width: 90%;
    height: 190px;
    object-fit: fill;
    border-radius: 50%;
    padding: 10px;

}

.v1 a p {
    font-size: 18px;
    font-weight: 700;
    padding: 0 65px;
    text-align: center;
    margin-bottom: 10px;

}

.swiper-button-next, .swiper-button-prev {
    top: 35% !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 24px !important;
    font-weight: 800 !important;
    color: black;

}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: black !important;
}

.vs_all {
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 10px 20px;
    background-color: white;
    color: black;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    max-width: 250px;
    margin: 20px auto;
}

@media only screen and (max-width:700px) {
    .filter_btn ul {
        flex-direction: column;
        gap: 30px !important;
    }

    .sec_imag {
        height: 300px !important
    }
}

.v1:hover {
    border: 1px solid #9f2495;
    padding: 10px;

}

.filter_btn2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 70px 0;
    gap: 20px;
}

.all_products {
    max-width: 1400px;
    margin: 20px auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    padding: 10px;
    gap: 20px;



}

.all_products a {
    text-decoration: none;
    color: black;
    background-color: #f7e0e0;


}
.all_products a p{
    margin-bottom: 10px;
}
@media only screen and (max-width:450px){
    .all_products {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)) !important;
    }
}
@media only screen and (max-width:350px){
    .all_products {
        grid-template-columns: repeat(auto-fill, minmax(1fr, 1fr)) !important;
    }
}
.dta {
    display: flex;
    flex-direction: column;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    text-align: center;
}

.dta a img {
    margin-bottom: 5px;
    max-height: 200px;
    min-height: 200px;
    width: 100%;
    border-radius: 50%;
    padding: 10px;
}

.dta:hover {
    border: 1px solid #9f2495;

}

.dta:hover a {
    color: orangered;
}

.dta a span {
    font-size: 14px;
    font-weight: 600;
    margin: 5px 0;

}

.dta a p {
    font-size: 16px;
    font-weight: 600;
}

.dta button {
    width: 90%;
    height: 50px;
    background-color: #9f2495;
    color: black;
    margin: 10px auto;
    color: white;
    font-size: 18px;
    font-weight: 600;
    border: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    opacity: .8;
    cursor: pointer;

}

.dta:hover button {
    background-color: orangered;

}

.dta strike {
    color: gray !important;
    font-size: 13px !important;
}

@media (max-width: 768px) {
    .all_product {
        grid-template-columns: repeat(2, minmax(auto, auto)) !important;
        padding: 20px !important;

    }

}

@media (max-width: 700px) {

    .box_logo i {
        display: block;
    }
}

@media (max-width: 480px) {
    .all_product {
        grid-template-columns: repeat(2, minmax(150px, 1fr)) !important;
    }
}

/* Footer container */
footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 40px 20px;
    font-family: 'Arial', sans-serif;
    width: 100%;
    box-sizing: border-box;
}

/* Main footer box */
.box_footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
}

/* Footer columns */
.cols_footer,
.cols_footer3 {
    flex: 1;
    min-width: 250px;
    padding: 20px;
}

/* Logo styling */
.cols_footer img {
    width: 120px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.cols_footer img:hover {
    transform: scale(1.1);
}

/* Paragraph styling */
.cols_footer p,
.cols_footer3 p {
    font-size: 16px;
    line-height: 1.6;
    margin: 15px 0;
    color: #cccccc;
}

/* Social media section */
.social_so {
    margin-top: 20px;
}

.social_so h2 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #ffffff;
}

/* Social media icons */
.social_icons {
    display: flex;
    gap: 15px;
}

.social_icons a img {
    width: 30px;
    height: 30px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.social_icons a img:hover {
    opacity: 0.8;
    transform: translateY(-3px);
}

/* Contact section styling */
.cols_footer3 p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
    color: white;
}

.cols_footer3 img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.cols_footer3 b,
.cols_footer3 a {
    font-size: 16px;
    color: white !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.cols_footer3 b:hover,
.cols_footer3 a:hover {
    color: #41c351;
}

/* WhatsApp link specific styling */
.cols_footer3 b {
    cursor: pointer;
}

/* Responsive design */
@media (max-width: 768px) {
    .box_footer {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .cols_footer,
    .cols_footer3 {
        min-width: 100%;
    }

    .social_icons {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .cols_footer p,
    .cols_footer3 p {
        font-size: 14px;
    }

    .social_so h2 {
        font-size: 18px;
    }

    .social_icons a img {
        width: 25px;
        height: 25px;
    }
}
.more{
    display: flex;
    justify-content: center;
    align-items: center;
    margin:20px 0;
}
.more button{
    padding: 10px 25px;
    background-color: #e21818;
    color: white;
    font-size: 18px;
    font-weight: 500;
    border: 0;
    cursor: pointer;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
}
.more button:hover{
    background-color: #b41313;
}