* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Cairo', sans-serif;
}

a {
    text-decoration: none;
}

:root {
    --main-color: #DC0000;
    --second-color: #000;
    --third-color: #fff
}

.nav-bar {
    border-bottom: 1px solid #FADCE4;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(51.95000076293945px);
}

.nav-bar .search-con {
    width: 50%;
    border-radius: 14px;
    border: 1px solid #FADCE4;
    background: #FFF;
    display: flex;
    align-items: center;
    height: 45px;
}

.nav-bar .search-con input {
    width: 100%;
    border: none;
    outline: none;
    border-radius: 14px;
    height: 100%;
    padding: 0 16px;
    background: #FFF;

}

.nav-bar .search-con input::placeholder {
    color: #9D9D9D;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.nav-bar .search-con button {
    border-radius: 14px;
    background-color: var(--main-color);
    color: var(--third-color);
    height: 100%;
    border: none;
    width: 78px;
}

.nav-bar .download-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--third-color);
    background-color: var(--main-color);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    width: 121px;
    height: 45px;
    border-radius: 14px;
    transition: all .5s ease-in-out;

}

.nav-bar .download-link:hover {
    box-shadow: 0px 9px 15px -2px rgb(150 6 49 / 16%);
}

.brand {
    margin-bottom: 0 !important;
    max-width: 116px;
}

/* ------------------------------- */
/* hero-section */
.hero_sec .container {
    margin-top: 20px;
}

.hero_sec h3 {
    color: #000;
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: 80px;
}

.hero_sec h5 {
    color: #000;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
}

.hero_sec {
    direction: ltr;
    position: relative;
}

.hero_sec .hero-slider {
    position: relative;
}

.hero-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 17px;
    max-height: 500px;
}

.hero-slide.swiper-slide-active {
    box-shadow: 0px 13px 26px 0px rgba(0, 0, 0, 0.08);
}

.hero-slide img {
    max-height: 500px;
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 17px;
}

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
    top: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    /* box-shadow: 1px 5px 4px rgba(98, 98, 98, 0.25); */
}

.hero-slider .swiper-button-next {
    right: 2.50% !important;
}

.hero-slider .swiper-button-prev {
    left: 2.50% !important;
}

.hero-slider .swiper-button-prev::after,
.hero-slider .swiper-button-next::after {
    content: "";
}

.hero-slider .swiper-pagination {
    position: absolute;
    bottom: 30px;
    z-index: 2;
}


.hero-slider .swiper-pagination .swiper-pagination-bullet {
    background-color: transparent;
    opacity: 1;
    border: 1px solid rgba(0, 0, 0, 0.49);
    width: 10px;
    height: 10px;
}

.hero-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, 0.49);
}

.swiper-3d .swiper-slide-shadow-right {
    display: none !important;
}

.swiper-3d .swiper-slide-shadow-left {
    display: none !important;
}


/* -------------------------- */
.categories_slider {
    border-radius: 20px;
    border: 1px solid rgba(220, 0, 0, 0.02);
    background: #FFF;
    box-shadow: 0px 13px 26px 0px rgba(0, 0, 0, 0.05);
}

.cat-slide {
    width: auto;
}

.cat-slide .cat-img-con {
    border-radius: 50%;
    width: 105px;
    height: 105px;
    aspect-ratio: 1/1;
    margin-bottom: 20px;
    box-shadow: 0px 13px 26px 0px rgba(0, 0, 0, 0.08);
}

.cat-slide .cat-img-con img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}


.cat-slide p {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
}

.copns_area .copon-card {
    border-radius: 20px;
    cursor: pointer;
    background: #FFF;
    box-shadow: 0px 13px 26px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(220, 0, 0, 0.02);
}

.copns_area .copon-card .copn-img {
    width: 90px;
    height: 90px;
    cursor: pointer;
    border-radius: 50%;
    margin: auto;
    transform: translateY(-30px);
    box-shadow: 0px 13px 26px 0px rgba(0, 0, 0, 0.08);
}

.copns_area .copon-card .copn-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
}

.copns_area .copon-card h5 {
    color: #222;
    cursor: pointer;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.copns_area .copon-card p {
    color: #323232;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    cursor: pointer;
}

.copns_area .copon-card button {
    width: 100%;
    height: 46px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: var(--main-color);
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    transition: all .3s ease-in-out;
    margin-top: 35px;
}

.copns_area .copon-card button:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

/* ---------------------------- */


.copon-modal .modal-body {
    position: relative;
    z-index: 10;

}

.copon-modal .close-btn {
    margin: 0;
    z-index: 100;
    color: var(--main-color) !important;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 5px;
    right: 10px;
}

.copon-modal .modal-body .modal-top {
    transform: translateY(-80px);

}

.copon-modal .modal-img {
    margin: 0 auto 20px;
    width: 176px;
    height: 176px;
    border-radius: 50%;

}

.copon-modal h4 {
    color: #222;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.copon-modal h5 {
    color: #323232;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
}

.copon-modal .modal-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;

}

.copon-code {
    border-radius: 14px;
    border: 1px dashed #DA0037;
    background: #FFF;
    text-align: center;
    position: relative;
    display: inline-block;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.copon-code span {
    color: #DA0037;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copon-code button {
    position: absolute;
    min-width: 50% !important;
    height: 100%;
    background-color: var(--main-color);
    border-radius: 14px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    border: none;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}

.copon-code button.coped {
    position: static;
    background-color: #028e02;
}

.copon-code.coped {
    border-color: #028e02;
}

.copon-modal .modal-content {
    border-radius: 25px;
    box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.11);
}

.copon-modal .go-shop {
    width: 100%;
    margin: 24px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    border: 1px solid rgba(220, 0, 0, 0.02);
    background: #FFF;
    box-shadow: 0px 13px 26px 0px rgba(218, 0, 55, 0.06);
    color: var(--main-color);
    height: 45px;

}

.copon-modal .go-shop:hover {
    background-color: var(--main-color);
    color: #fff;
}

.copon-modal .modeltop {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.copon-modal .modelbottom {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

#up {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    outline: none;
    border-radius: 50%;
    border: none;
    background-color: var(--main-color);
    color: #fff;
    cursor: pointer;
    z-index: 100;
    display: none;

}

.pagination ul a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    width: 50px;
    height: 50px;
    margin: 0 5px;
    border-radius: 50%;
    font-size: 18px;
}

.pagination ul .active,
.pagination ul a:hover {
    background-color: var(--main-color);
    color: #fff
}

.copy-write {
    color: #DC0000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-transform: capitalize;
    border-radius: 20px 20px 0px 0px;
    background: #F6F6F6;
    box-shadow: 0px 13px 26px 0px rgba(0, 0, 0, 0.08);

}

.pop-up {
    border: none;
    width: 360px;
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    z-index: 1000;
    position: fixed;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 16px;
}

.pop-up img {
    width: 70px;
    height: 43px;
}

.pop-up a {
    border: 1px solid #000;
    padding: 5px 15px;
    font-size: 10px;
    line-height: 19px;
    text-align: center;
    font-weight: bold;
    color: #000;
    border-radius: 15px;

}

.pop-up a:hover {
    border-color: var(--main-color);
    background-color: var(--main-color);
    color: #fff;
}

.pop-up p {
    font-size: 10px;
    line-height: 19px;
    color: #626262;
}

.pop-up .close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    color: #fff;
    border: none;
    border-radius: 50%;

}

@media (max-width:1200px) {
    .hero-slide {
        max-height: 500px;
        min-height: 500px;
    }

    .hero-slide img {
        max-height: 500px;
        min-height: 500px;
    }

}

@media (max-width:992px) {
    .hero-slide {
        max-height: 395px;
        min-height: 395px;
    }

    .hero-slide img {
        max-height: 395px;
        min-height: 395px;
    }

    .hero-slider .swiper-button-next {
        right: .5% !important;
    }

    .hero-slider .swiper-button-prev {
        left: .5% !important;
    }

    .cat-slide .cat-img-con {
        width: 95px;
        height: 95px;
    }

}

@media (max-width:576px) {


    .brand {
        margin-bottom: 24px !important;
    }

    .hero-slide {
        max-height: 180px;
        min-height: 180px;
    }

    .hero-slide img {
        max-height: 180px;
        min-height: 180px;
    }

    .nav-bar .search-con {
        width: 90%;
    }

    .hero_sec h3 {
        font-size: 35px;
        line-height: 40px;
    }

    .hero_sec h5 {
        font-size: 16px;
        line-height: 20px;
    }

    .cat-slide p {
        line-height: 15px;
        font-size: 13px;
        margin-top: 16px;
        max-width: 50px;
    }

    .copns_area .copon-card h5 {
        font-size: 18px;
    }

    .copns_area .copon-card p {
        font-size: 12px;
    }

    #up {
        width: 36px;
        height: 36px;
        right: 10px;
    }

    .copon-modal .modal-img {
        width: 112px;
        height: 112px;
    }

    .copon-modal .modal-body .modal-top {
        transform: translateY(-50px)
    }

    .copon-modal h4 {
        font-size: 25px;
    }

    .copon-modal h5 {
        font-size: 15px;
    }

    .copon-modal .modal-content {
        width: 285px;
        margin: auto;
    }

    .pop-up {
        width: 300px;
    }

    .cat-slide .cat-img-con {
        width: 45px;
        height: 45px;

    }
}


.preloader {
    width: 100%;
    height: 100%;
    min-height: 400px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    z-index: 1060;
    border-radius: 25px;
    box-shadow: 0px 2px 50px 0px rgb(0 0 0 / 11%);
}

.loader {
    border: 8px solid #f3f3f3;
    /* Light grey */
    border-top: 8px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}