﻿
body, html {
    background: rgb(196,204,221);
}

/* --------------------------------- */

#sync1 .item .row {
    width: 80%;
}


#sync1 .item {
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.owl-theme .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
}

    .owl-theme .owl-nav [class*='owl-'] {
        transition: all .3s ease;
    }

        .owl-theme .owl-nav [class*='owl-'].disabled:hover {
            background-color: #D6D6D6;
        }

#sync1.owl-theme {
    position: relative;
}

    #sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
        width: 22px;
        height: 40px;
        /* margin-top: 40px; */
        position: absolute;
        top: 41%;
        color: #000;
    }

    #sync1.owl-theme .owl-prev {
        left: 95%;
    }

    #sync1.owl-theme .owl-next {
        left: 60px;
    }

#sync1Items {
    padding: 1rem !important;
    background-color: #fff;
}
/*-----------------------------------------------------*/


.carousel-wrap {
    border-radius: 10px;
    margin: 100px 0;
    width: 100%;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.carousel-wrap2 {
    border-radius: 10px;
    margin: 70px 0;
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
/* fix blank or flashing items on carousel */
.item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}


.owl-nav > div {
    position: absolute;
    top: 50%;
    color: #cdcbcd;
    transform: translateY(-50%);
}

#sync2 .owl-nav i {
    border: 1px solid #fff;
    background-color: rgba(225,225,225,0.6);
    color: #999;
    padding: 22px 6px;
    font-size: 30px !important;
    border-radius: 5px;
    margtin-top: 0;
}

    #sync2 .owl-nav i:hover {
        background-color: #fff;
    }

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}

#sync1 .owl-item {
    position: relative;
    padding-top: 5%;
}


.owl-carousel {
    height: 100%;
}

    .owl-carousel .item {
        text-align: center;
        position: absolute;
        inset: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .owl-carousel .item2 {
        text-align: center;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        /*  height: 250px; */
    }

    .owl-carousel .item img {
        height: auto;
        width: 100%;
        height: auto;
        /* margin-right: 6px; */
    }


/* ------------------------------------------------------ */
#SlidesHeader {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
}

.productBox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    /*border-radius: 5px;*/
    overflow: hidden;
    transition: all 0.2s ease-out;
    height: -webkit-fill-available;
}

.productBox2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    background-color: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
    min-height: 430px;
}

.productBox-bigger-panel {
    height: 210px;
    overflow: hidden !important;
}



    .productBox-bigger-panel:hover .footerTitle {
        margin-top: -42px;
        opacity: 1;
        cursor: pointer;
        color: #fff;
    }


    .productBox-bigger-panel:hover .productBox > img {
        transform: scale(1.1);
        transition: all 0.4s ease-in-out !important;
    }

.productBox .sideTitle {
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 200%;
    color: #fff;
    top: 0;
    right: 0;
    bottom: 40px;
    width: 40%;
}

.productBox .footerTitle {
    background-color: #292D65;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    padding: 10px;
    color: #fff;
    width: 98%;
    height: 40px;
    transition: all 0.2s ease-out;
    z-index: 9999999999 !important;
    width: 100% !important
}


.productBox a:hover {
    color: #fff !important;
}

.productBox a {
    color: #fff;
    text-decoration: none;
}

.productBox img {
    max-height: -webkit-fill-available;
    width: 100%;
    padding: 5px;
}

.owl-nav i {
    font-size: 70px;
}
/* ------------------------------------------------------ */
.itemSquareBox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: fit-content;
    width: 100%;
}

.itemSquareBox2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: fit-content;
    margin-bottom: 30px;
    width: 100%;
}

.itemSquareBox a {
    background-color: #292D65;
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding: 7px;
    width: 100%;
}

.itemSquareBox2 span {
    text-align: center;
    font-size: 20px;
    color: #292D65;
    padding: 7px;
    width: 100%;
}

.SquareBox {
    background-color: #fff;
    /*         box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
                                                                 */ height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px 10px;
}

.SquareBox2 {
    flex-direction: column;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.SquareBox b {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: -8px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}


/* ------------------------------------------------------ */
#priceContainer {
    margin: 0 100px 100px 100px;
    padding: 20px 0;
    background-color: #fff;
}

.itemPriceBox {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.priceBox {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    background-color: #fff;
}

/* ------------------------------------------------------ */
.discount.carousel-wrap {
    margin: 0;
    box-shadow: none;
}

.discountbig.carousel-wrap {
    margin: 0;
    box-shadow: none;
}

.popular.carousel-wrap {
    margin: 0;
    box-shadow: none;
}

.popular .owl-nav i {
    font-size: 45px;
}

.popular .owl-nav > div {
    color: #000;
}

.discount .owl-nav i {
    font-size: 45px;
    color: #00000063;
}

.discountbig .owl-nav i {
    font-size: 45px;
    color: #00000063;
}

.discount .owl-nav > div {
    color: #000;
}

.discountbig .owl-nav > div {
    color: #000;
}

.discount .owl-carousel .item div {
    display: flex;
    flex-direction: column;
}

.discountbig .owl-carousel .item div {
    display: flex;
    flex-direction: column;
}

.dscnt {
    width: 100%;
    padding: 10px;
    background-color: #292D65;
}

.discount .item {
    position: relative;
    flex-direction: column;
}

.discountbig .item {
    position: relative;
    flex-direction: column;
}

.discount .owl-item {
    padding-top: 0;
}

.discountbig .owl-item {
    padding-top: 0;
}

.discount .owl-carousel .item img {
    width: 100%;
    margin-bottom: 5px;
}

.discountbig .owl-carousel .item img {
    width: 100%;
    margin-bottom: 5px;
}

.discount .owl-carousel .item small {
    /*    padding-top: 10px; */
    font-size: 10px;
    text-align: justify;
    font-weight: bold;
}

.discountbig .owl-carousel .item small {
    /*    padding-top: 10px; */
    font-size: 10px;
    text-align: justify;
    font-weight: bold;
}

.discount .owl-nav {
    position: absolute;
    top: 31%;
    width: 100%;
}

.discountbig .owl-nav {
    position: absolute;
    top: 44%;
    width: 100%;
}

.main-btnn {
    @(isRtl ? " direction: rtl;width: 375px;" : " width: 320px;");
    position: relative;
    background-color: #4B53AB !important;
    color: #fff !important;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
}

    .main-btnn a {
        color: #FFF;
        @(isRtl ? "padding-left: 66px;" : "padding: 0px 7px; ");
    }

    .main-btnn:hover {
        background-color: #CC0013 !important;
    }

.icon-serch {
    @(isRtl ? "right: 68%;" : "right: -5%;");
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #CC0013;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
}


.main-btnn:hover .icon-serch {
    background-color: #4B53AB
}

.sector-wrap {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    .sector-wrap:hover .cato-icon {
        /* transform: scale(1.1); */
    }



.overLayCover2 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 20px;
    border-radius: 20px;
    background: #292D65 0% 0% no-repeat padding-box;
    opacity: 0;
    transition: all 1s;
}


.sector-item:hover .overLayCover2 {
    opacity: 0.4;
    transform: scale(30);
    transition: transform 1s;
    transform-style: preserve-3d;
}

.sector-item {
    background-color: #BBB2E7;
    padding: 20px;
    border-radius: 25px;
    width: 160px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {


    .sector-item .cato-icon {
        width: 85% !important;
    }

    .mn {
        width: 54px !important;
    }

    .numbers {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 380px) {
    .sector-item {
        width: 100px !important;
        height: 100px !important;
    }
}

@media screen and (max-width: 768px) {
    .sector-container p {
        font-size: 12px !important;
    }
}

.app-img {
    border-radius: 15px;
}

.sector-custom {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 30px #00000040;
    opacity: 1;
    border-radius: 20px;
}

.sec0 {
    background: transparent linear-gradient(180deg, #f3f3f3 0%, #b5abe5 51%, #f3f3f3 100%) 0% 0% no-repeat padding-box;
    height: 550px !important;
}

.svgIcone img {
    display: flex;
    justify-content: center;
    align-content: center;
    border-radius: 0% !important;
    width: 100% !important;
}

.round-image {
    border-radius: 50%;
    width: 100%;
    height: auto;
}

.newItem {
    padding-top: 10% !important;
}

.glide__container {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.glide {
    position: relative;
    max-width: 1280px;
    background-color: #fff;
    border-radius: 2em;
    padding: 2em 4em;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.glide__arrow {
    position: absolute;
    border: none;
    border-radius: 50%;
    padding: 7px;
    cursor: pointer;
    top: 39%;
}

.glide__slides {
    display: flex;
    justify-content: end;
    align-items: center;
    overflow: hidden;
}

.glide__arrow:hover,
.glide__arrow:focus {
    transform: scale(0.7);
    outline: none;
}

.glide__arrow--left {
    left: 8px;
}

.glide__arrow--right {
    right: 1%;
}

.fa-chevron {
    font-size: 1.5rem;
    border-radius: 50%;
    color: #f55951;
    width: 1em;
    height: 1em;
    text-align: center;
    display: inline-block;
    transition: 0.5s;
}

.card {
    width: 180px;
    height: 224px;
    padding: 1.5em 0em 2em 1em;
    text-align: center;
}

    .card:hover {
        border-radius: 0.5em;
    }

.card__img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 1em;
    -o-object-fit: cover;
    object-fit: cover;
}

.card__txt {
    font-size: 15px;
    font-weight: 700;
    color: #292D65;
    text-align: center;
    margin-bottom: 8px;
    z-index: 1;
}

.img__container p {
    margin-top: -25px !important;
}

.itemSquareBox a {
    background-color: #292D65;
    color: #fff;
    cursor: pointer;
}

.itemSquareBox2 span {
    color: #292D65;
    cursor: pointer;
}

.itemSquareBox a:hover {
    background-color: #C9061F;
    color: #fff !important;
}

.itemSquareBox span a:hover {
    color: #fff !important;
}

.itemSquareBox2 span:hover {
    color: #C9061F !important;
}

.itemSquareBox2 span a:hover {
    color: #C9061F !important;
}

.title-categores {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #292D65;
    opacity: 1;
}

.sector-container p {
    margin: 15px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #292D65;
    opacity: 1;
}

.sector-container a {
    text-decoration: none;
}

.item2 .slide5 {
    background-color: #292D65;
    color: #fff;
    cursor: pointer;
    padding: 7px;
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.item2 .slide4 a {
    color: #292D65 !important;
    cursor: pointer;
    padding: 7px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.item2 b {
    color: #000;
    cursor: pointer;
    padding: 7px;
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.item2 .slide5:hover {
    background-color: #C9061F;
    color: #fff;
}

.item2 .slide4 a:hover {
    color: #C9061F !important;
}

#cmngSoon {
    background: white;
    width: 500px;
    height: 500px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: auto;
    border: solid 12px;
    border-color: #B5ABE5;
}

    #cmngSoon div {
        background-color: #fff;
        width: 450px;
        height: 450px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }

@media screen and (max-width: 580px) {
    #cmngSoon {
        width: 300px;
        height: 300px;
    }

        #cmngSoon div {
            width: 270px;
            height: 270px;
        }

    .productBox2 {
        min-height: 353px;
    }
}

.title-comingSoon {
    letter-spacing: 0px;
    color: #292D65;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-size: 70px;
    font-weight: bold;
}

.suptitle-comingSoon {
    letter-spacing: 0px;
    color: #C9061F;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-size: 28px;
    font-weight: 600;
}

.des-comingSoon {
    text-align: justify;
    font: normal normal normal 18px/24px Segoe UI;
    letter-spacing: 0px;
    color: #292D65;
}

.mttt {
    margin-top: 4.5rem !important;
}

@media screen and (max-width: 1080px) {
    .owl-nav i {
        font-size: 40px;
    }

    #sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
        top: 30%;
    }

    #sync1.owl-theme .owl-prev {
        left: 90%;
    }

    #sync1.owl-theme .owl-next {
        left: 20px;
    }

    .slide0-title {
        font-size: 35px !important;
    }
}

@media screen and (max-width: 425px) {
    .sec0 {
        height: 251px !important;
    }

    .container-body {
        position: relative;
        z-index: 12;
        margin: 31% 5% !important;
    }

    .title-categores {
        font-size: 33px;
    }



    .SquareBox b {
        font-size: 19px;
    }


    .discount.carousel-wrap {
        margin-bottom: 0px;
    }

    .carousel-wrap-s2 {
        margin-bottom: 0px !important
    }

    .leare-More {
        padding: 36px 20px 0px 20px !important;
    }

    .owl-nav i {
        font-size: 33px;
    }
}

@media screen and (max-width: 600px) {
    .slide0-title {
        font-size: 20px !important;
    }

    #sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
        top: 38%;
    }

    .slide0-dis {
        font-size: 12px !important;
    }
}

.slide0-title {
    margin-bottom: 15px;
    font-size: 48px;
    font-family: Montserrat;
    font-weight: bold;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.slide0-dis {
    font: normal normal normal 16px/19px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

span a {
    color: #fff !important;
    text-decoration: none !important;
    text-align: left;
}

.card-title {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin: 0px 0px;
    padding-top: 25px;
    color: #000000;
}

.card-body {
    /* width: 340px; */
    padding: 0rem 1rem;
}

.scaled-image-container {
    width: 100%;
}

.card-body img {
    cursor: pointer;
    color: #fff !important;
}

.card-main {
    margin-top: 20px;
}

    .card-main img {
        cursor: pointer;
        color: #fff !important;
    }



    .card-main span {
        font-size: 20px;
        color: #fff;
        padding: 7px;
        width: 94%;
        margin: 0px 0px 0 12px;
    }

#cmngSoon1 {
    /* background: white; */
    width: 400px;
    height: 500px;
    overflow: hidden;
    margin: auto;
}

.lottieSol {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.5s;
}

    .lottieSol:hover {
        transform: scale(1.1);
        cursor: pointer;
        background-color: RGBA(66, 133, 244, 0.3);
    }

        .lottieSol:hover::before {
            background-color: rgba(66, 133, 244, 0.3);
        }

        .lottieSol:hover::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            transition: transform all 0.5s;
            cursor: pointer;
            z-index: 1;
        }

.img__container img {
    position: relative;
}

.img__container .overCover10 {
    position: absolute;
    width: 100%;
    height: 25px;
    background-color: #fff;
    bottom: 10px;
    left: 0;
    z-index: 0;
}

.text-main {
    font-size: 25px;
    font-weight: bold;
    margin: 10px 0px;
    color: #292d65;
}

.card-text {
    padding: 0px 5px;
    color: #292D65;
    font-size: 16px;
    width: 100%;
    height: 42px;
    overflow: hidden;
}

.leare-More {
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 30px #00000040;
    opacity: 1;
    border-radius: 20px;
    padding: 50px 100px 0px 100px;
}

.json-fils {
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 30px #00000040;
    opacity: 1;
    border-radius: 20px;
    padding: 30px;
    margin: 0px 0px 30px 0px;
}

.container-body {
    margin-top: -123px;
    position: relative;
    z-index: 12;
    margin: 0px 10%;
}

.card-4img {
    width: 100%;
}

.fs {
    display: grid;
    grid-template-columns: 1fr;
}

.image-wrapper {
    position: relative;
}

    .image-wrapper img {
        width: 100%;
        display: block;
    }

.button-wrapper {
    position: absolute;
    bottom: 43%;
    left: 25px;
}

#sec3 {
    margin: -50px;
}

.card-img-top {
    width: 99%;
    height: 98%;
}

.center-item-image {
    width: 453px;
    max-width: 500px;
    display: grid;
    place-items: center;
    margin: -30px 0 0 0;
}

.new-pb-3 {
    max-height: none !important;
    justify-content: center;
    display: flex;
}

.video-center {
    display: flex;
    justify-content: center;
    padding: 3px !important;
    align-items: center;
}

.shopbar-col-group-brand {
    /* display: flex !important; */
}

@media screen and (max-width: 1440px) {
    .clon {
        height: 360px;
    }
}

/* ---------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1250px) {


    .sector-item .cato-icon {
        width: 82% !important;
    }

    .sector-item {
        max-width: 145px !important;
        max-height: 150px !important;
    }
}
/* ---------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1250px) {
    .sector-item .energy-ico {
        width: 48% !important
    }

    .sector-item .food-icon {
        width: 63% !important
    }

    .sector-container p {
        margin: 9px !important;
    }
}
/* ---------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1150px) {
    .sector-item {
        max-width: 150px !important;
        max-height: 150px !important;
    }

    .sector-container p {
        margin: 0 !important;
        margin-top: 6px !important;
    }

    .center-con {
        max-width: 84% !important;
    }

    .fulim {
        width: 96% !important;
    }

    .shopbar {
        justify-content: flex-end !important;
    }
}
/* ---------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
    .pad {
        padding: 0 !important;
        display: flex;
        justify-content: center;
    }

    .scalContainer {
        width: 83%;
    }
}
/* ---------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 550px) {
    .owl-carousel.owl-drag .owl-item {
        justify-content: center;
        display: flex;
    }

    .clon {
        padding: 0px !important;
        margin-bottom: 15px !important;
    }

    .owl-carousel .item img {
        width: 100% !important;
    }
}
/* ---------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 551px) and (max-width: 768px) {
    .sector-item {
        width: 150px !important;
        height: 150px !important;
    }

    .sector-container {
        padding: 0px 50px 20px 50px !important;
    }

        .sector-container p {
            font-size: 16px !important;
        }
}
/* ---------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 351px) and (max-width: 400px) {
    .s1-center {
        right: 26px !important;
    }
}
/* ---------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 992px) and (max-width: 1165px) {

    .sector-item {
        max-width: 122px !important;
        max-height: 131px !important;
    }
}

.see-btn {
    background: 0;
    color: #292D65;
    font-size: small;
    font-weight: bold;
    border: none;
}

    .see-btn:hover {
        background: 0;
        color: #292D65;
    }
