﻿html {
    scroll-behavior: smooth;
}

html, body {
    height: unset;
    min-height: unset;
}

.header.header-sticky {
    background: #fffffff2;
}

.btn-reg {
    --bs-btn-bg: #303030;
    --bs-btn-border-color: #3a3a3a;
    --bs-btn-color: #fff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #444444;
}

.btn {
    box-shadow: 0 0 5px #bbb;
}

.m-header {
    height: 80px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .m-header .side {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .m-header .logo {
        font-size: 24px;
        font-weight: bold;
    }

        .m-header .logo a {
            text-decoration: none;
            color: #000;
        }

    .m-header .side > div {
        margin-right: 20px;
    }

    .m-header .side .login a {
    }

    .m-header .side .phone {
        font-weight: bold;
    }

.zone {
    display: flex;
    flex-direction: column;
}

    .zone.margin {
        margin-top: 60px;
        margin-bottom: 80px;
    }

    .zone.center {
        align-items: center;
        justify-content: center;
        text-align: center;
    }

.navigation {
    background: var(--nav-bg);
    color: var(--nav-text);
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 24px;
}

.navitems > li a {
    text-decoration: none;
}

    .navitems > li a:not(.btn) {
        color: #000;
    }

    .navitems > li a.a-blue {
        color: #1976D2;
    }

.navitems {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .navitems > li {
        margin: 0 15px;
        font-size: 16px;
    }

.text-center {
    text-align: center;
}

.market-slider.rendered {
    visibility: visible;
    height: inherit;
    overflow: inherit;
}

.market-slider {
    visibility: hidden;
    height: 190px;
    overflow: hidden;
}

.market-slide {
    width: 25%;
    display: flex;
}

    .market-slide.one {
        width: 100%;
    }

    .market-slide.two {
        width: 50%;
    }

.flickity-enabled .market-slide {
    min-height: 100%;
    margin-top: 10px;
}



.market-slide.dark > div {
    background: #f7f7f7;
}

.market-slide .c-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: var(--brand-titles-color);
}

.market-slide .c-img {
    border-radius: 50%;
    overflow: hidden;
    height: 150px;
    width: 150px;
    border: solid 10px #e7e7e7;
}

    .market-slide .c-img img {
        object-position: center;
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

.market-slide .c-desc, .market-slide .c-long {
    text-align: right;
}

.market-slide .c-desc {
    min-height: 100%;
    line-height: 26px;
    font-size: 16px;
}

.market-slide .c-slogen {
    margin-bottom: 20px;
    color: var(--brand-titles-color);
    font-weight: bold;
}

.market-slide .c-long {
    color: #000;
    text-align: center;
    display: flex;
    height: 100%;
    width: 100%;
    text-align: right;
    justify-content: center;
    background: #f3f3f3;
    padding: 10px !important;
    border-radius: 10px;
}

h2 {
    font-size: 31px;
    font-weight: bold;
}

.copyright {
    padding: 30px 0;
    background: #2e2e2e;
    color: #fff;
}

.footer {
    background: var(--brand-primary-bg);
    color: var(--brand-primary-color);
}

    .footer a {
        color: var(--brand-primary-color);
    }

    .footer ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

.h700 {
    min-height: 600px;
}

.footer h3 {
    font-size: 21px;
}

.contact-banner {
    position: fixed;
    width: 240px;
    background: var(--brand-primary-bg-2);
    display: flex;
    align-items: center;
    bottom: 20px;
    left: 20px;
    border-radius: 25px;
    color: var(--brand-primary-color-2);
    font-weight: bold;
    cursor: pointer;
}

    .contact-banner .b-a {
        font-size: 40px;
        padding: 10px 10px;
        padding-right: 20px;
        font-size: 28px;
    }

    .contact-banner .b-b {
        font-size: 16px;
        padding: 10px 10px;
        padding-left: 20px;
    }


.flickity-slider {
    display: flex;
}

.flickity-enabled .market-slide {
    min-height: 100%;
}

.market-slide > div {
    padding: 40px 15px;
    border-radius: 20px;
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 100%;
}

.market-slide.tables > div {
    /* background: #fff; */
    border: solid 1px var(--brand-dark-bg);
    border-radius: 0px;
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 15px -3px, rgba(0, 0, 0, 0.04) 0px 10px 20px -2px;
}

.market-slide.tables .card-creator {
    border: solid 1px var(--brand-lighter-bg);
}

.market-slide.tables .c-name {
    background: var(--brand-primary-bg);
    width: 100%;
    color: var(--brand-primary-color);
    padding: 15px 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.market-slide.tables .c-desc {
    min-height: calc(100% - 90px);
    padding: 14px;
    width: 100%;
}

.market-slide.sided > div {
    flex-direction: row;
    align-items: start;
    text-align: right;
}

    .market-slide.sided > div > .a1 {
        flex: 0 0 30%;
    }

    .market-slide.sided > div > .a2 {
        flex: 0 0 70%;
        height: 100%;
    }

    .market-slide.sided > div .c-img {
        margin-left: 30px
    }

    .market-slide.sided > div .c-slogen, .market-slide.sided > div .c-long {
        text-align: right;
        justify-content: right;
        padding: 0;
    }



.market-slide.stars .c-name {
    margin-top: 30px;
}

.h-side-m-login-btn {
    display: none;
}

.a-blold {
    font-weight: 900;
}

.z-h-c {
    padding-right: 55px;
}

.svg-hero {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}



#svghero #svg_22 path, #svghero #svg_19 path {
    fill: var(--brand-primary-bg-2);
    stroke: var(--brand-primary-color-2);
    stroke-width: 2px;
}

#svghero #svg_25, #svghero #svg_27 {
    fill: var(--brand-primary-bg);
}

#svghero g#students path, #svghero g#students rect {
    fill: #d1d1d1;
}

.market-slide .card-body {
    font-size: 16px;
    text-align: right;
    min-height: 300px;
}

.card-header {
    /*    color: var(--brand-primary-color);
    background-color: var(--brand-primary-bg);*/
    background: #fff;
    border-bottom: 0;
    color: var(--nav-bg, #000000);
}


.user-image img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border: solid 5px #d1d1d1;
    object-position: top center;
}

.flickity-button {
    background: var(--brand-lighter-bg);
}

.flickity-button-icon {
    fill: var(--brand-primary-bg);
}

.h100 {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.market-slider.no-slider {
    visibility: visible;
    height: auto;
    overflow: visible;
    display: flex;
    flex-wrap: wrap;
}

    .market-slider.no-slider .market-slide .card-body {
        min-height: 270px;
    }

.no-slider.market-slider.slider-three > .market-slide {
    width: 33%;
}

div#c_list {
}

#c_title {
    font-weight: bold;
}

div#c_list .citem {
    margin-bottom: 10px;
    font-size: 14px;
}

.citem .title {
    color: #1565C0;
    font-weight: bold;
    font-size: 16px;
}

.modal-header .btn-close {
    margin-left: 0;
}

.citem .desc {
    max-height: 40px;
    overflow: hidden;
}

#la_page {
    min-height: 700px;
}

.navitems > li.selected a {
    font-weight: bold;
    color: var(--brand-primary-bg);
}

.center-banner {
    min-height: 480px;
    justify-content: center;
    position: relative;
    display: flex;
    align-items: center;
    background: var(--brand-light-bg, #f5f5f5);
}




.btn.w100 {
    width: 100%;
}


.card-img-cont {
    position: relative;
}

.card.item-preview:not([data-url='']) .card-img-cont:after {
    content: "\f144";
    position: absolute;
    font-family: "Font Awesome 6 Free";
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    top: 0;
    font-size: 36px;
    color: #ff0000;
    font-weight: bold;
}


.form-check {
    padding-right: 1.5em;
    padding-left: 0;
}

    .form-check .form-check-input {
        float: right;
        margin-right: -1.5em;
        margin-left: 0;
    }


.form-check-input {
    border: var(--bs-border-width) solid #636363;
}

.form-group {
    margin-bottom: 15px;
}

#form-f-send {
    max-width: 700px;
    margin: 0 auto;
    padding: 25px;
    border-radius: 10px;
    background: var(--brand-color2-bg);
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: -10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: -20px;
}

.flickity-button:hover {
    background: var(--brand-light-bg);
    cursor: pointer;
}

.flickity-button:focus {
    box-shadow: 0 0 0 1px var(--brand-light-bg);
}

.side-banner {
    margin-top: 65px;
    margin-bottom: 65px;
}

.card-clean {
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 15px -3px, rgba(0, 0, 0, 0.04) 0px 10px 20px -2px;
    border: 0;
}

#page-header {
    background: var(--brand-lighter-bg);
    padding: 70px;
    text-align: center;
    margin-bottom: 60px;
}

.box {
    padding: 15px;
    border-radius: 10px;
}



.titlecolor {
    color: var(--nav-bg, #000000);
}

.sell-sticky {
    position: sticky;
    top: 100px;
}

.fw-900 {
    font-weight: 900;
}

.banner-slogen, .banner-btns, .fontcolor, body, .navitems > li a:not(.btn), body, .card-body, .accordion-item {
    color: var(--brand-font-color, #000000);
}

.la-body-area h1, .la-body-area h2, .la-body-area h3, .la-body-area h4, .la-body-area h5, .la-body-area h6 {
    color: var(--brand-titles-color, #000000);
}

.card-group .card-header {
    height: 180px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.card-group .card-header .group-name {
    font-size: 25px;
    font-weight: 900 !important;
}

.item-desc-cont, .item-desc-cont * {
    font-family: 'Open Sans Hebrew' !important;
    font-size: inherit !important;
}

.creator-slogen {
    font-size:14px;
    margin-bottom: 10px;
    color: #595959;
    margin-top: 5px;
}

#creator_desc_slogen {
    color: #616161;
    font-size: 16px;
}

#creator_desc_desc {
    font-size: 16px;
}

.cookie-banner {
    position: fixed;
    width: 100%;
    background: #fff;
    bottom: 0;
    left: 0;
    color: #000;
}

.cookie-banner-inner {
    padding: 13px;
    background: var(--brand-color2-bg);
    min-height: 100px;
    display: flex;
    justify-content: center;
}

.cookie-banner-content {
    max-width: 700px;
    font-size: 13px;
}

.cookie-banner-flex {
    display: flex;
    gap: 10px;
    align-items: center;
}