<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ---------- Kosher corporate----------------- */
/* --------------------------------------------- */


/* ----------- */
/* milestone behind */
/* ---------------- */

:root {
    --rose1: #7E73AB;
    --rose2: #7E73AB;
    --blue1: #DC0F7A;
    --blue2: linear-gradient(to right,#dc0f7a00,#E6669B);
    --green1: #BCD53E;
    --green2: #BCD53E;
    --orange1: #EE7D51;
    --orange2: linear-gradient(to right,#ee7d5100,#E5A059);
    --purple1: #A1519D;
    --purple2: linear-gradient(to right,#ee7d5100,#a1519d);
    --light-sky: #2FA5B7;
    --light-sky2: linear-gradient(to right,#ee7d5100, #2fa5b7);
    --dark_green: #5c7028;
    }
    
    
    .main-timeline{
        font-family: "Nunito", sans-serif;
        position: relative;
        padding:50px 0px 0px 0px;
    }
    .main-timeline:after{
        content: '';
        display: block;
        clear: both;
    }
    .main-timeline .timeline{
        width: 50%;
        padding: 0 0 0 70px;
        margin: 0 0 0 50px;
        float: right;
        position: relative;
    }
    .main-timeline .timeline:before{
        content: '';
        background-color: #7E73AB;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        transform: translateY(-50%);
        position: absolute;
        left: -70px;
        top: 50%;
    }
    .main-timeline .timeline-content{
        color: #fff;
        background: var(--rose1);
        min-height: 140px;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 0 15px -5px #555;
        display: block;
        position: relative;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline-content:after{
        content: '';
        background: #7E73AB;
        height: 16px;
        width: 16px;
        transform: translateY(-50%) rotate(45deg);
        position: absolute;
        left: -8px;
        top: 50%;
    }
    .main-timeline .timeline-content:after{
        background: var(--rose2);
        transform: translateY(-50%) rotate(0);
        left: -140px;
        width: 140px;
        height: 5px;
    }
    .main-timeline .timeline-content:hover{ 
        text-decoration: none; 
    }
    .main-timeline .timeline-icon{
        color: rgba(0,0,0,0.2);
        font-size: 40px;
        position: absolute;
        top: 15px;
        left: -90px;
        display:none;
    }
    .main-timeline .timeline-title{
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0px 0px 15px 0px;
        padding-left:1rem;
    }
    /* .main-timeline .timeline-description{
        font-size: 15px;
        margin: 0;
    } */
    
    .main-timeline .timeline-description li{
        font-size: 20px;
    }
    .main-timeline .timeline:nth-child(even){
        padding: 0 70px 0 0;
        margin: 0 70px 0 0;
        float: left;
    }
    .main-timeline .timeline:nth-child(even):before{
        left: auto;
        right: -71px;
    }
    .main-timeline .timeline:nth-child(even) .timeline-content:before{
        left: auto;
        right: -8px;
    }
    .main-timeline .timeline:nth-child(even) .timeline-content:after{
        left: auto;
        right: -140px;
    }
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        left: auto;
        right: -90px;
    }
    .main-timeline .timeline:nth-child(4n+2):before{ 
        background-color: #e56199; 
    }
    .main-timeline .timeline:nth-child(4n+2) .timeline-content{
        background: var(--blue1);
    }
    .main-timeline .timeline:nth-child(4n+2) .timeline-content:before{ 
        background: #dc0f7a; 
    }
    .main-timeline .timeline:nth-child(4n+2) .timeline-content:after{
        background: var(--blue2);
    }
    .main-timeline .timeline:nth-child(4n+3):before{ 
        background-color: #bdd540; 
    }
    .main-timeline .timeline:nth-child(4n+3) .timeline-content{
        background: var(--green1);
    }
    .main-timeline .timeline:nth-child(4n+3) .timeline-content:before{ 
        background: #bcd53f; 
    }
    .main-timeline .timeline:nth-child(4n+3) .timeline-content:after{
        background: var(--green2);
    }
    .main-timeline .timeline:nth-child(4n+4):before{
        background-color: #e59f58; 
    }
    .main-timeline .timeline:nth-child(4n+4) .timeline-content{
        background: var(--orange1);
    }
    .main-timeline .timeline:nth-child(4n+4) .timeline-content:before{ 
        background: #ee7d51;
    }
    .main-timeline .timeline:nth-child(4n+4) .timeline-content:after{
        background: var(--orange2);
    }

    .main-timeline .timeline:nth-child(4n+5):before{
        background-color: #a1519d; 
    }
    .main-timeline .timeline:nth-child(4n+5) .timeline-content{
        background: var(--purple1);
    }
    .main-timeline .timeline:nth-child(4n+5) .timeline-content:before{ 
        background: #a1519d;
    }
    .main-timeline .timeline:nth-child(4n+5) .timeline-content:after{
        background: var(--purple2);
    }

    .main-timeline .timeline:nth-child(4n+6):before{
        background-color: #2fa5b7; 
    }
    .main-timeline .timeline:nth-child(4n+6) .timeline-content{
        background: var(--light-sky);
    }
    .main-timeline .timeline:nth-child(4n+6) .timeline-content:before{ 
        background: #2FA5B7;
    }
    .main-timeline .timeline:nth-child(4n+6) .timeline-content:after{
        background: var(--light-sky2);
    }
    .main-timeline .timeline:nth-child(8):before{
        background-color: var(--dark_green); 
    }
    .main-timeline .timeline:nth-child(8) .timeline-content{
        background: var(--dark_green);
    }
    .main-timeline .timeline:nth-child(8) .timeline-content:before{ 
        background: var(--dark_green);
    }
    .main-timeline .timeline:nth-child(8) .timeline-content:after{
        background: var(--dark_green);
    }
    
    @media screen and (max-width:767px){
        .main-timeline .timeline,
        .main-timeline .timeline:nth-child(even){
            width: 100%;
            padding: 0 0 0 40px;
            margin-bottom: 20px;
        }
        .main-timeline .timeline:before,
        .main-timeline .timeline:nth-child(even):before{
            transform: translateY(0);
            left: 0;
            right: auto;
            top: 47px;
        }
        .main-timeline .timeline:nth-child(4n+2) .timeline-content{
            /* background: linear-gradient(to left,#3b29cf,#4267D9); */
            background: var(--blue1);
        }
        .main-timeline .timeline:nth-child(4n+4) .timeline-content{
            background: linear-gradient(to left,#E03C30,#FF7125);
        }
        .main-timeline .timeline:nth-child(8) .timeline-content{
            background: var(--dark_green);
        }
        .main-timeline .timeline-content:before,
        .main-timeline .timeline:nth-child(even) .timeline-content:before{
            transform: translateY(0) rotate(45deg);
            top: 45px;
            left: -4px;
        }
        .main-timeline .timeline-content:after,
        .main-timeline .timeline:nth-child(even) .timeline-content:after{
            width: 40px;
            transform: translateY(0);
            right: auto;
            left: -38px;
            top: 50px;
        }
        .main-timeline .timeline:nth-child(even) .timeline-content:after{
            transform: translateY(0) rotateY(180deg);
        }
        .main-timeline .timeline-icon,
        .main-timeline .timeline:nth-child(even) .timeline-icon{
            font-size: 22px;
            left: -30px;
            right: auto;
        }
    }
    @media screen and (max-width:600px){
        .main-timeline .timeline-title{ 
            font-size: 25px!important;
         }
    }
    
    .main-timeline-heading{
        font-size: 52px;
        font-weight: 700;
    
    }
    
    .main-timeline-section{
        padding:50px 0px 50px 0px;
    }
    
    /* .timeline-secnd-section{
        background-color:#dee7ff
    } */
    
    /* ----------------- */
    /* milestone ahead */
    /* ----------------- */
    
    .price-section-aboutus{
        padding:50px 0px 50px 0px;
     }
    
     .price-section-aboutus ul li::before{
        font-family: "Font Awesome 5 Free";
        content: "\f058";
        font-weight: 400;
        margin-right: 10px;
        color: #7671b4;
     }
    
     .price-section-aboutus .price-layer-svg img{
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
     }
    
     .price-section-aboutus .price-card-tree-svg img{
        position: absolute;
        top: 15px;
        right:15px;
        height:100px;
        width:100px;
     }
    
     .price-section-aboutus .price-card-baloon-svg svg{
        position: absolute;
        top: 0;
        right: -78px;
        width: 156px;
     }
    
     .price-section-aboutus .price-card-flower-svg svg{
            height: 180px;
            position: absolute;
            right: 4px;
            top: 4px;
     }
    
     /* auto movement Price cards Odd/Even */
    
     /* Odd card */
     .price-section-aboutus .price-card-odd {
        -webkit-animation: CardmoverOdd 10s infinite  alternate;
        animation: CardmoverOdd 10s infinite  alternate;
    }
    
    @-webkit-keyframes CardmoverOdd {
        0% { transform: translateY(0); }
        100% { transform: translateY(-50px); }
    }
    
    @keyframes CardmoverOdd {
        0% { transform: translateY(0); }
        100% { transform: translateY(-50px); }
    }
    
    /* Even card */
    .price-section-aboutus .price-card-even {
        -webkit-animation: CardmoverEven 10s infinite  alternate;
        animation: CardmoverEven 10s infinite  alternate;
    }
    
    @-webkit-keyframes CardmoverEven {
        0% { transform: translateY(0); }
        100% { transform: translateY(50px); }
    }
    
    @keyframes CardmoverEven {
        0% { transform: translateY(0); }
        100% { transform: translateY(50px); }
    }
    
    .price-card-odd, .price-card-even{
        padding:30px 20px 20px 20px;
        border-radius:10px;
        background-color:#fff;
        min-height: 600px;
    }
    .price-card-even .card-body, .price-card-odd .card-body {
     margin-bottom: 150px;
    }
    
    .milestone-ahead-coming{
        color: #dc0f7a;
        font-size: 30px;
        font-weight: 600;
    }
    
    .milestone-ahead-year{
        font-size: 30px;
        font-weight: 700;
        color: #7671b4;
    }
    
    .list-unstyled{
        padding-top:30px;
        font-size:20px;
    }
    
    .milestone-ahead-header{
        color:#fff;
        font-size: 52px;
        font-weight: 700;
    }
    
    .milestone-ahead-timeline-section{
        padding:80px 0px 50px 0px;
    }


/* ------------------------------------------------------------- */
/* ----------------Kosher Our Brands -------------------------- */
/* ------------------------------------------------------------ */


.brand-section{
    position: relative;
    display: flex;
    /* justify-content: center; */
    justify-content: space-evenly;
    align-items: center;
    flex-wrap:wrap;
    padding-top:50px;
    }

    .brand-section .card{
    position: relative;
    width: 400px;
    height: 515px;
    
    background: #ececec;
    /* background: linear-gradient(to right,#dc0f7a36,#E6669B); */
    border-radius: 10px;
    overflow: hidden;
    margin:10px;
    border:none;
    box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 10%);
    }

    .brand-section .card:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f287b7;
    clip-path: circle(200px at 80% 20%);
    transition: 0.5s ease-in-out;
    }

    .our-brand-popup{
        margin-top: 15px;
    }

    .brand-section .first-brand .our-brand-popup button{
        background-color: #f287b7;
        border-color: #f287b7;
        font-size: 18px;
    }

    .brand-section .second-brand:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: #E2BD6F;
    clip-path: circle(200px at 80% 20%);
    transition: 0.5s ease-in-out;
    }

    .brand-section .second-brand .our-brand-popup button{
        background-color: #e2bd6f;
        border-color: #e2bd6f;
        font-size: 18px;
    }

    .brand-section .third-brand:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ed4281;
    clip-path: circle(200px at 80% 20%);
    transition: 0.5s ease-in-out;
    }

    .brand-section .third-brand .our-brand-popup button{
        background-color: #ed4281;
        border-color: #ed4281;
        font-size: 18px;
    }

    .brand-section .fourth-brand:before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #5d9d05;
        clip-path: circle(200px at 80% 20%);
        transition: 0.5s ease-in-out;
        }
    
        .brand-section .fourth-brand .our-brand-popup button{
            background-color: #5d9d05;
            border-color: #5d9d05;
            font-size: 18px;
        }

        .brand-section .fifth-brand:before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #72569c;
            clip-path: circle(200px at 80% 20%);
            transition: 0.5s ease-in-out;
            }
        
            .brand-section .fifth-brand .our-brand-popup button{
                background-color: #72569c;
                border-color: #72569c;
                font-size: 18px;
            }

    .brand-section .card:hover:before{
    clip-path: circle(300px at 80% -20%);
    }

    /* .brand-section .card:after{
    content: 'Nike';
    position: absolute;
    top: 30%;
    left: -20%;
    font-size: 12em;
    font-weight: 800;
    font-style: italic;
    color: rgba(255,255,25,0.05)
    } */

    .brand-section .card .imgBx{
    position: absolute;
    top: 20%;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
    height: 220px;
    transition: 0.5s;
    }

    .brand-section .card:hover .imgBx{
    top: 15%;
    transform: translateY(0%);
        
    }

    .brand-section .card .imgBx img{
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(1deg);
    width: 350px;
    }

    .brand-section .card .contentBx{
    position: absolute;
    bottom: 120px;
    width: 100%;
    height: 100px;
    text-align: center;
    transition: 1s;
    z-index: 10;
    }

    .brand-section .card:hover .contentBx{
    height: 140px;
    }

    .brand-section .card .contentBx h2{
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    margin: 0;
    }

    .brand-section .card .contentBx .size, .brand-section .card .contentBx .color {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    transition: 0.5s;opacity: 0;
    visibility: hidden;
    padding-top: 0;
    padding-bottom: 0;
    }

    .brand-section .card:hover .contentBx .size{
    opacity: 1;
    visibility: visible;
    transition-delay: 0.5s;
    }

    .brand-section .card:hover .contentBx .color{
    opacity: 1;
    visibility: visible;
    transition-delay: 0.6s;
    }

    .brand-section .card .contentBx .size h3, .brand-section .card .contentBx .color h3{
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 10px;
    }

    .brand-section .card .contentBx .size span{
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    display: inline-block;
    color: #111;
    background: #fff;
    margin: 0 5px;
    transition: 0.5s;
    color: #111;
    border-radius: 4px;
    cursor: pointer;
    }

    .brand-section .card .contentBx .size span:hover{
    background: #9bdc28;
    }

    .brand-section .card .contentBx .color span{
    width: 20px;
    height: 20px;
    background: #ff0;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    }

    .brand-section .card .contentBx .color span:nth-child(2){
    background: #9bdc28;
    }

    .brand-section .card .contentBx .color span:nth-child(3){
    background: #03a9f4;
    }

    .brand-section .card .contentBx .color span:nth-child(4){
    background: #e91e63;
    }

    .brand-section .card .contentBx a{
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    border-radius: 4px;
    margin-top: 10px;
    text-decoration: none;
    font-weight: 600;
    color: #111;
    opacity: 0;
    transform: translateY(50px);
    transition: 0.5s;
    margin-top: 0;
    }

    .brand-section .card:hover .contentBx a{
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.75s;
    
    }


    .moving-product { 
        animation-name: moving;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
        
    }
    
    @keyframes moving {
        0% { transform: translate(0,  0px); }
        50%  { transform: translate(0, 10px); }
        100%   { transform: translate(0, -0px); }   
    }

     /* --------------------- */
    /* our brand modal popup */
    /* ---------------------- */

    .our-brand-popup-content ul{
        list-style: none;
        padding-left: 15px;
        /* display: flex; */
        flex-wrap: wrap;
        /* margin-top: 25px; */
    }
    
    .our-brand-popup-content ul li{
        padding: 5px 0px 5px 0px;
        color: #000;
        font-weight: 500;
    }
    
    .our-brand-popup-content ul li::before {
        content: "";
        background: url(images/marker.png) no-repeat center / 100%;
        filter: invert(50%) sepia(17%) saturate(938%) hue-rotate(210deg) brightness(91%) contrast(85%);
        width: 15px;
        height: 14px;
        position: absolute;
        font-size: 20px;
        left: 8px;
        margin-top: 5px;
    }
    
    .our-brand-popup-content .modal-title{
        color: #f287b7;
        font-size: 30px;
        font-weight: 600;
    }
    
    .our-brand-popup-content #exampleModalLabel-2{
        color:#E2BD6F;
    }
    
    .our-brand-popup-content #exampleModalLabel-3{
        color:#ed4281;
    }
    
    .our-brand-popup-content #exampleModalLabel-4{
        color:#5d9d05;
    }
    
    .our-brand-popup-content #exampleModalLabel-5{
        color:#72569c;
    }
    
    .our-brand-popup-content .btn-close{
        border: 3px solid #000;
        border-radius: 50%;
        color: #000;
        font-size: 10px;
    }
    
    .our-brand-popup-content .modal-body{
        margin-left: 10px;
        background-color: #fff;
    }



@media screen and (max-width: 767px) {
    .price-section-aboutus .price-card-even, .price-section-aboutus .price-card-odd{
        animation: none;
        height: 100%;
        background: #f6f6f6;
        position: relative;
    }
    .price-section-aboutus .price-layer-svg img { position: static;}
    .price-layer-svg {
        height: 80px;
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-bottom: -34px;
    }
    .brand-section .card {
        margin: 10px auto;
    }
    .price-card-even .card-body, .price-card-odd .card-body {
        margin-bottom: auto;
    }
}</pre></body></html>