/* Add custom CSS styles below */

/*STORE FONT - MUST BE FIRST IN CODES*/
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;700;800&display=swap');

/*ANIMATED LOGO FULLSCREEN STARTING PAGE
.index:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #ffffff url(https://i.ibb.co/kcX6ZzC/AHMED-ELSHERIEF-II.gif);
    position: fixed;
    z-index: 99999999999999999 !important;
    transform: scale(0);
    background-size: 16rem !important;
    background-repeat: no-repeat;
    background-position: center !important;
    animation-name: logobg;
    animation-duration: 3s;
    backdrop-filter: blur(5px);
}

@keyframes logobg {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1);
    }

    80% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}
*/

/*-------------------------------------------------*/
/*HEADER*/

/*MAIN HEADER CONTAINER*/
header .main-nav-container .inner .container {
    max-width: 100% !important;
    padding-right: 25px !important;
    padding-left: 25px !important;
}

/*HEADER*/
/*
header {
    position: absolute;
    margin-top: -10px;
    z-index: 1;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
*/

/*HEADER BORDER*/
/*
header .main-nav-container {
    border: none !important;
}
*/

/*HEADER AFTER SCROLL*/
/*
header .main-nav-container .inner {
    background-color: transparent !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
*/

/*CATEGORIES TITLES - التصنيفات الرئيسية في الهيدر*/
.main-menu li.root-level>a {
    font-weight: 600;
    font-size: 15px !important;
}

.main-menu li.root-level>a:hover {
    transform: translateY(-5px);
    font-size: 16px !important;
}

/*SUB-CATEGORIES TITLES - التصنيفات الفرعية في الهيدر*/
.main-nav-container .font-semibold {
    font-size: 15px !important;
}

/*CONTACT TOP BAR*/
header .top-navbar {
    display: none;
}

/*HEADER ICONS*/
/*
.sicon-search:before,
.sicon-user:before,
.sicon-shopping-bag:before,
.s-cart-summary-total {
    color: white !important;
}
*/

/*HEADER LOGO*/
header .navbar-brand img {
    max-height: 2.2rem;
}

/*HEADER*/
/*-------------------------------------------------*/

/*-------------------------------------------------*/
/*BODY*/

/*STORE IN GENERAL*/
body {
    font-family: Cairo, sans-serif !important;
    background-image: url(https://i.ibb.co/p0JxKW2/000.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/*MAIN TOP BANNER*/
.app-inner .py-6 .container {
    max-width: 100% !important;
    max-height: 100% !important;
    margin-top: -25px;
    padding: 0px !important;
}

.app-inner .py-6 .container .relative {
    height: 55rem;
}

/*MAIN TOP BANNER TITLE*/
.py-6 .container .relative .absolute h1 {
    color: white !important;
    font-size: 40px !important;
    text-align: center;
}

/*MAIN TOP BANNER: PARAGHRAPH*/
[class="py-6"] [class="pt-3 md:mt-2 text-xs md:text-sm xl:text-base pb-2"] {
    color: #7e7470 !important;
}

[class="py-6"] [class="pt-3 md:mt-2 text-xs md:text-sm xl:text-base pb-2"]:hover {
    color: white !important;
}

/*
.py-6 .container .relative .absolute h1:hover {
    animation-name: vibrate;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes vibrate {
    0% {
        transform: translateX(0)
    }

    20% {
        transform: translateX(-2px) rotate(-2deg);
    }

    40% {
        transform: scale(1);
    }

    60% {
        transform: scale(1.1);
    }

    80% {
        transform: translateX(2px) rotate(2deg);
    }

    100% {
        transform: translateX(0);
    }
}
*/

/*MAIN TOP BANNER PARAGRAPH */
.py-6 .container .relative .absolute p {
    color: #373737;
    text-align: center;
    font-size: 20px !important;
}

.py-6 .container .relative .absolute p:hover {
    color: white;
}

/*MAIN TOP BANNER ARROW */
.py-6 .container .relative .absolute .col-span-3 .animate-fade-up {
    justify-content: center !important;
    margin-top: 20px !important;
}

.py-6 .container .relative .absolute .col-span-3 .animate-fade-up span {
    color: white;
    margin-left: 4px;
}

.py-6 .container .relative .absolute .col-span-3 .animate-fade-up svg {
    color: white;
}

.py-6 .container .relative .absolute .col-span-3 .animate-fade-up svg:hover {
    transform: scale(1.2);
    color: #373737;
}

/*MOVING PRODUCTS > MAIN CONTAINER*/
.app-inner .s-block--features {
    max-width: 100% !important;
}

.app-inner .s-block--features .pl-0 {
    padding-right: 70px !important;
    padding-left: 70px !important;
    max-width: 100% !important;
}

/*MOVING PRODUCTS TITLE - المنتجات المميزة*/
.app-inner .s-block .container .swiper .md\:pt-3 .font-bold {
    font-weight: 500 !important;
    color: #d9ae62;
    animation-name: colork;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes colork {
    0% {
        color: black;
    }

    25% {
        color: #d9ae62;
    }

    50% {
        color: #d9ae62;
    }

    100% {
        transform: scale(1.05);
    }
}

.app-inner .s-block .container .swiper .md\:pt-3 .font-bold:hover {
    transform: translateX(-50px);
}

/*MOVING PRODUCTS CARD - SHADOW*/
.s-block .container .swiper-wrapper .shadow-lg {
    box-shadow: 0px 2px 4px -2px rgb(0 0 0 / 24%) !important;
    border-radius: 10px !important;
}

.s-block .container .swiper-wrapper .shadow-lg:hover {
    box-shadow: none !important;
    transform: translateY(-10px) !important;
}

/*MOVING PRODUCTS CARD - COUNTER*/
.s-block .container .swiper .flex .flex-row {
    display: none !important;
}

/*MOVING PRODUCTS CARD TITLE DIV*/
.s-block .container .swiper .flex {
    justify-content: center !important;
}

/*MOVING PRODUCTS > PRODUCT CARD > BUTTON*/
.s-block .container .swiper .flex .rounded-md:hover {
    background-color: #f3f5f7 !important;
    color: #d9ae62 !important;
}

/*MOVING PRODUCTS > PRODUCT CARD > PIC*/
.aspect-square {
    margin: 0px !important;
    border-radius: 0px !important;
}

.aspect-square img {
    object-fit: cover !important;
}

/*FEATURES PRODUCTS CONTAINER - المنتجات المميزة*/
.s-block-tabs .tabs-wrapper {
    padding-right: 100px !important;
    padding-left: 100px !important;
}

.s-block--tabs-produtcs {
    padding-top: 2.5rem !important;
}

/*FEATURES PRODUCTS CONTAINER WITH SPECIAL PRODUCT - المنتجات المميزة مع منتج مميز*/
/*
.overflow-x-hidden #featured-products-style1-3 {
    margin-right: 50px !important;
    margin-left: 50px !important;
    max-width: 100% !important;
    padding-right: 50px !important;
    padding-left: 50px !important;
}

.overflow-x-hidden #featured-products-style1-3 .hide-scroll .custom-tabs ul button {
    font-weight: 500 !important;
}
*/

/*FAQ QUESTIONS - أسئلة المتجر*/
.faq .faq-container .faq-heading h2 {
    font-size: 25px !important;
}

.faq .faq-container .faq-heading h3 {
    font-size: 15px !important;
}

.faq .faq-container .faq-heading h2,
.s-block .container .section-4-header h1 {
    animation-name: viburate;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes viburate {
    0% {
        transform: translateX(0)
    }

    20% {
        transform: translateX(-1px) rotate(-1deg);
    }

    40% {
        transform: translateX(1px) rotate(1deg);
    }

    60% {
        transform: translateX(-1px) rotate(-1deg);
    }

    80% {
        transform: translateX(1px) rotate(1deg);
        color: #d9ae62;
    }

    100% {
        transform: translateX(0);
        color: #b88a39;
    }
}

.faq .faq-container .faq-content h4 {
    font-size: 17px !important;
    font-weight: 500 !important;
    color: #b88a39;
}

.faq .faq-container .faq-content p {
    text-align: justify;
}

.faq .faq-container .faq-content .faq-content-single-wrapper {
    background-color: transparent !important;
    box-shadow: 0px 2px 4px -2px rgb(0 0 0 / 24%) !important;
}

.faq .faq-container .faq-content summary {
    padding: 15px !important;
}

/*SMALL CIRCLE ITEMS TITLE - قائمة التصنيفات*/
.s-block .container .section-4-header h1 {
    font-weight: 500 !important;
}

/*STORE ADVANTAGES - مميزات المتجر*/
.s-block--features .container .flex {
    justify-content: center !important;
}

.sicon-fire:before,
.sicon-shipping-fast:before,
.sicon-headset:before {
    color: #d9ae62 !important;
}

.s-block--features .container .flex .col .flex-col h3 {
    font-weight: 500 !important;
    color: #d9ae62 !important;
}

.s-block--features .container .flex .col .flex-col p {
    font-weight: 300 !important;
}

.s-block--features .container .flex .col .flex-col h3 {
    animation-name: vibratepO;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes vibratepO {
    0% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-1.5px) rotate(-1.5deg);
    }

    40% {
        transform: translateX(1.5px) rotate(1.5deg);
    }

    60% {
        transform: translateX(-1.5px) rotate(-1.5deg);
    }

    80% {
        transform: translateX(2px) rotate(2deg);
    }

    100% {
        transform: translateX(0);
        transform: scale(1.05);
    }
}

/*STORE FEATURES - مميزات المتجر*/
.s-block--features .container .flex .col .flex-row:hover {
    box-shadow: 0px 2px 4px -2px rgb(0 0 0 / 24%) !important;
    transform: scale(1.1);
}

/*MAIN FIXED BANNER - بنر عريض*/
/*
.s-block--fixed-banner .container:hover {
    animation-name: vibrnate;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes vibrnate {
    0% {
        transform: translateX(0)
    }

    20% {
        transform: translateX(-2px) rotate(-2deg);
    }

    40% {
        transform: translateX(2px) rotate(2deg);
    }

    60% {
        transform: translateX(-2px) rotate(-2deg);
    }

    80% {
        transform: translateX(2px) rotate(2deg);
    }

    100% {
        transform: translateX(0);
    }
}
*/

/*SLIDER BANNERS - البنرات المتحركة*/
.s-block--photos-slider .photos-slider .s-slider-block__title-nav {
    display: none !important;
}

/*CIRCLE ITEMS LIST - قائمة العناصر*/
.s-block--tabs-produtcs .s-block--features .container .swiper {
    padding-left: 60px !important;
}

.s-block--features .container .rounded-categories-slider {
    padding-left: 50px !important;
}

/*CATEGORIES ITEMS*/
.s-block--features .container,
.s-block--features {
    max-width: 100% !important;
}

/*KARZOUN APP ICON*/
#wa-widget-send-button {
    height: 50px !important;
}

.karzoun-box {
    font-family: cairo !important;
}

/*VAT NUMBER*/
footer .text-center .items-end {
    margin-top: 20px !important;
}

/*BODY*/
/*-------------------------------------------------*/

/*-------------------------------------------------*/
/*PRODUCT*/

/*PRODUCTS KEYWORDS*/
.product-content .mb-3 {
    display: none;
}

/*PRODUCTS DESCRIPTION*/
#description {
    text-align: justify;
}

.product-content {
    padding-left: 2.25rem !important;
}

/*PRODUCT QUANTITY NOTE*/
.text-red-700 {
    margin-bottom: 20px;
}

/*PRODUCT*/
/*-------------------------------------------------*/

/*-------------------------------------------------*/
/*FOOTER*/

/*FOOTER BOX CONTAINER*/
footer {
    background-image: url(https://i.ibb.co/p0JxKW2/000.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(8px);
    border-radius: 30px 30px 30px 30px;
    margin-top: 30px !important;
}

/*DOWN STORE DESCRIPTION - النبذة المختصرة للمتجر*/
footer .text-center p {
    text-align: justify;
}

/*CONTACT BG - خلفية وسائل الاتصال*/
[dir=rtl] .rtl\:ml-2\.5 {
    background-color: #d9ae62;
    border-radius: 100px;
    max-width: 25px;
    max-height: 25px;
}

.mt-6 li:nth-child(2) .rtl\:ml-2\.5,
.mt-6 li:nth-child(4) .rtl\:ml-2\.5 {
    background-color: #cbcaca;
}

/*CONTACT ICONS - ايقونات وسائل الاتصال*/
.sicon-whatsapp2:before,
.sicon-iphone:before,
.sicon-phone:before,
.sicon-mail:before {
    font-size: 12px;
    color: white;
}

/*FOOTER TITLES - العنواين */
footer .grid .font-medium {
    color: #b88a39 !important;
    font-size: 16px !important;
}

footer .grid .font-medium:hover {
    transform: translateY(-3px);
    font-size: 17px !important;
}

/*SOCIAL MEDIA ICONS - ايقونات وسائل التواصل الاجتماعي*/
.sicon-instagram:before,
.sicon-snapchat:before,
.sicon-tiktok:before {
    color: #8e6a2b;
}

.sicon-instagram:hover:before,
.sicon-snapchat:hover:before,
.sicon-tiktok:hover:before {
    color: black;
}

.flex .hidden ul {
    margin-right: 3px !important;
}

/*PAYMENT METHODS - ايقونات وسائل الدفع*/
footer .flex .flex-wrap {
    margin-right: -22px;
}

/*PAYMENT METHODS TITLE - عنوان وسائل الدفع*/
footer .mx-auto .grid .gap-4 .flex .mt-4 .font-medium {
    display: none;
}

/*BUISNESS PLATFORM LOGO - شعار منصة الأعمال*/
footer .text-center .flex .flex-center {
    background-color: white !important;
    height: 50px;
    width: 50px !important;
    border-radius: 200px !important;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 11%);
}

footer .text-center .flex .w-16 a {
    padding-bottom: 5px;
}

/*BUISNESS PLATFORM TEXT - نص منصة الأعمال*/
footer .text-center .flex p {
    display: none;
}

/*RIGHT REVERSED - جملة الحقوق محفوظة*/
footer .text-xs p a {
    color: #b88a39;
}

/*FOOTER*/
/*-------------------------------------------------*/

/*-------------------------------------------------*/
/*PAGES*/

/*PAGES CONTENT - الصفحات التعريفية*/
.container .flex .content .content-entry {
    text-align: justify;
}

/*PAGES CONTAINER - الصفحات التعريفية*/
.container .flex .content {
    background: transparent !important;
    border-radius: 30px !important;
    backdrop-filter: blur(4px);
    box-shadow: 0px 2px 8px 2px rgb(0 0 0 / 6%);
    margin-bottom: 50px;
}

/*PAGES TITLE - الصفحات التعريفية*/
.container .flex .content h1 {
    text-align: center;
    color: #b88a39;
    text-decoration: underline;
}

.container .flex .content h1:hover {
    transform: scale(1.2);
    color: #73541c;
}

/*PAGES*/
/*-------------------------------------------------*/

/*-------------------------------------------------*/
/*MEDIA QUERY*/

/*ANIMATED LOGO FUULSCREEN STARTING PAGE
    @media (max-width: 500px) {

    .index:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #ffffff url(https://i.ibb.co/kcX6ZzC/AHMED-ELSHERIEF-II.gif);
        position: fixed;
        z-index: 99999999999999999 !important;
        transform: scale(0);
        background-size: 12rem !important;
        background-repeat: no-repeat;
        background-position: center !important;
        animation-name: logobg;
        animation-duration: 3s;
        backdrop-filter: blur(5px);
    }

    @keyframes logobg {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1);
        }

        80% {
            transform: scale(1);
        }

        100% {
            transform: scale(0);
        }
    }
}
*/

/*MAIN TOP BANNER CONTAINER*/
@media (max-width: 500px) {
    .grid-cols-5 {
        grid-template-columns: unset !important;
    }
}

/*MAIN TOP BANNER TITLE*/
@media (max-width: 500px) {
    .py-6 .container .relative .absolute h1 {
        color: white !important;
        font-size: 26px !important;
        text-align: center;
        margin-bottom: 7px;
    }
}

/*MAIN TOP BANNER PARAGRAPH */
@media (max-width: 500px) {
    .py-6 .container .relative .absolute p {
        color: #373737;
        text-align: center;
        font-size: 15px !important;
    }
}

/*MAIN TOP BANNER PIC*/
@media (max-width: 500px) {
    .app-inner .py-6 .container .relative {
        height: 30rem;
    }
}

/*MAIN TOP BANNER: PARAGHRAPH*/
@media (max-width: 500px) {
    .py-6 .container .relative .absolute p {
        font-size: 13px !important;
    }
}

/*MAIN TOP BANNER: PARAGHRAPH
@media (max-width: 500px) {
    [class="py-6"] [class="pt-3 md:mt-2 text-xs md:text-sm xl:text-base pb-2"] {
        color: white !important;
    }
}
*/

/*CATEGORIES SMALL ITEMS*/
@media (max-width: 500px) {
    .s-block--features .rounded-categories-slider .swiper-wrapper .swiper-slide span a {
        font-size: 13px !important;
    }
}

/*FEATURES PRODUCTS CONTAINER - المنتجات المميزة*/
@media (max-width: 500px) {
    .s-block-tabs .tabs-wrapper {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
}

/*MOVING PRODUCTS - المنتجات المتحركة*/
@media (max-width: 500px) {
    .app-inner .s-block--features .pl-0 {
        padding-right: 1px !important;
        padding-left: 1px !important;
    }
}

/*MOVING PRODUCTS - MAIN CONTAINER*/
@media (max-width: 500px) {
    .app-inner .s-block--features .pl-0 {
        padding-right: 1px !important;
        padding-left: 1px !important;
    }
}

/*MOVING PRODUCTS - PRODUCT CARD*/
@media (max-width: 500px) {
    .products-slider-slide {
        width: 140px !important;
    }
}

@media (max-width: 500px) {
    .s-block--features .pl-0 .squared-products-slider-657 swiper-wrapper {
        margin-left: 100px !important;
    }
}

/*MOST STORE TITLES*/
@media (max-width: 500px) {

    .faq .faq-container .faq-heading h2,
    .s-block .container .section-4-header h1,
    .app-inner .s-block .container .swiper .md\:pt-3 .font-bold,
    .s-block--features .container .flex .col .flex-col h3 {
        font-size: 18px !important;
    }
}

/*BUISNESS PLATFORM LOGO - شعار منصة الأعمال*/
@media (max-width: 500px) {
    footer .text-center .flex .flex-center {
        margin-top: 20px !important;
    }
}

/*FAQ QUESTIONS - أسئلة المتجر*/
@media (max-width: 500px) {
    .faq .faq-container .faq-content h4 {
        font-size: 14.5px !important;
    }
}

@media (max-width: 500px) {
    .s-block--features {
        padding-bottom: 0rem !important;
    }
}

@media (max-width: 500px) {
    .s-block--features .py-2 {
        padding-bottom: 1.5rem !important;
        padding-top: 0rem !important;
    }
}

@media (max-width: 500px) {
    .s-block--tabs-produtcs {
        padding-bottom: 0rem !important;
        padding-top: 1rem !important;
    }
}

/*MAIN FOOTER CONTAINER*/
@media (min-width: 1024px) {
    footer .max-w-screen-xl {
        max-width: 100% !important;
        margin-right: 20px !important;
        margin-left: 20px !important;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
}

/*PAYMENT METHODS*/
@media (min-width: 1024px) {
    footer .flex .flex-wrap {
        margin-right: -70px;
    }
}

/*MAIN FIXED BANNER - بنر عريض*/
@media (min-width: 1024px) {
    .s-block--fixed-banner .container {
        margin-right: 0px !important;
        margin-left: 0px !important;
        max-width: 100% !important;
    }
}

/*BANNER SECTION*/
/*BANNER SECTION: MIAN CONTAINER*/
[class="s-block s-block--features container flex justify-center px-2 md:px-0 py-4"],
[class="s-block s-block--features container flex justify-center px-2 md:px-0 py-4"] [class="container"] {
    padding: 0 !important;
}

/*BANNER SECTION: IMAGE*/
[class="s-block s-block--features container flex justify-center px-2 md:px-0 py-4"] img {
    border-radius: 0 !important;
}