/* Regular */
@font-face {
    font-family: 'Ploni';
    src: url('fonts/ploni-regular-aaa.woff2') format('woff2'),
        url('fonts/ploni-regular-aaa.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* DemiBold */
@font-face {
    font-family: 'Ploni';
    src: url('fonts/ploni-demibold-aaa.woff2') format('woff2'),
        url('fonts/ploni-demibold-aaa.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

/* UltraBold */
@font-face {
    font-family: 'Ploni';
    src: url('fonts/ploni-ultrabold-aaa.woff2') format('woff2'),
        url('fonts/ploni-ultrabold-aaa.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

/* Light */
@font-face {
    font-family: 'Ploni';
    src: url('fonts/ploni-light-aaa.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

.mobileOnly {
    display: none !important;
}

@media (max-width: 899px) {
    .mobileOnly {
        display: flex !important;
        /* or block if you want full width */
    }

    .desktopOnly {
        display: none !important;
    }
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-family: "ploni";
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.3;
}

html,
body {
    margin: 0;
    padding: 0;
    color: #1e1e1e;
}

html {
    direction: rtl !important;
    text-align: right;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}


div {
    box-sizing: border-box;
}

.header {
    position: absolute;
    transition: 500ms transform ease;
    z-index: 10;
    padding-block-end: 2rem;
    transform: translateY(0rem);
}

.header,
.headerDynamic {
    background: linear-gradient(90deg, #ffb7d5 14%, #548cff 95%);
    height: 6.9rem;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    padding-right: 3.1rem;
    padding-left: 3.1rem;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding-inline: 3.6rem;
}


.header a.logo,
.headerDynamic a.logo {
    height: auto;
    display: flex;
}

.header .logo {
    width: 12rem;
    height: auto;
}

.header a.logo img,
.headerDynamic a.logo img {
    object-fit: contain;
    height: auto;
    object-position: center;
}

.header .logo img,
.header .logo img {
    width: 100%;
}

.header .innerNav,
.headerDynamic .innerNav {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 15%;
    align-items: center;
}

.header .innerNav .iconSearch,
.headerDynamic .innerNav .iconSearch {
    background-image: url(https://lessoons.co.il/v3/assets/newDesign/MagnifyGlassW.svg);
    background-color: transparent;
    position: relative;
    left: auto;
    margin: 0;
    width: 2.2rem;
    height: 2.2rem;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 0;
}

.header .innerNav .openMenu,
.headerDynamic .innerNav .openMenu {
    height: 1.8rem;
}

.header .openMenu {
    width: 2.3rem;
    height: auto;
}

.headerDynamic {
    position: fixed;
    transform: translateY(-101%);
}

.headerDynamic video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}

.headerDynamic:after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}

.search-page-container {
    width: 100%;
    min-height: 100vh;
    padding: 5.3rem 3.6rem;
    background-size: 100%, 100%;
    background-position: 0 7rem, center bottom;
    background-repeat: no-repeat;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 7rem);
    padding-top: 0;
}


.wrapTopContent {
    align-items: flex-start;
    min-height: 35rem;
    transition: translate 300ms linear;
    translate: 0 0;
    z-index: 82;
}

.wrapTopContent {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    padding-top: 18vh;
    padding-bottom: 18vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wrapTopContent .wrapVideoTop.clipMaskTop {
    clip-path: url(#svgClipTop);
}

.wrapVideoTop {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 7.3rem);
    height: calc(100% + 5.3rem);
    margin: -5.3rem -3.6rem;
    margin-bottom: 0;
}

.wrapTopContent .wrapVideoTop:before {
    content: "";
    background: linear-gradient(0deg, #0000008c 10%, #0000 60%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.wrapTopContent .wrapVideoTop video {
    object-position: center;
}

.wrapVideoTop video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wrapTopContent .wrapCategoryName {
    transition: translate 300ms linear;
    position: absolute;
    color: #fff;
    bottom: 0%;
    z-index: 5;
}

.wrapTopContent .wrapCategoryName h1.hugeTitle {
    font-size: 5rem;
    line-height: 1;
    flex-direction: column;
    display: flex;
}

h1 {
    width: 100%;
    position: relative;
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 1.2;
}

.wrapTopContent span.mediumText {
    line-height: 1;
}

span.mediumText {
    font-size: 1.8rem;
    font-weight: 500;
}

.search-page-content-wrapper {
    padding-top: 30px;
    width: 100%;
}

.teacherSearchPageTitle {
    font-size: 2.2em;
    line-height: normal;
    margin-bottom: 0;
    padding: 10px;
}

.searchDesc {
    color: #777;
    line-height: 24px;
    margin: 0 0 20px;
    background-color: #F4F4F4;
    padding: 10px;
}

.searchDesc a {
    color: #0088cc;
}




.teacherResult {
    margin-right: 1rem;
    margin-left: 1rem;
    margin-top: 3.5rem;
    padding-top: 0rem;
    background: #fff;
}

.teacherResult .wrapGrey {
    padding-top: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.wrapGrey {
    background: #f6f6f6;
    margin-right: 1rem;
    margin-left: 1rem;
    width: calc(100% - 2rem);
    border-radius: 1.7rem;
    position: relative;
    overflow: visible;
    margin-top: 0rem;
    padding-top: 3.5rem;
    border: 0px solid #f2f2f2;
}

.teacherResult .teacherDetails {
    width: 70%;
    padding: 0;
    display: flex;
    flex-direction: row;
    /* transform: translateY(25%); */
    /* height: 17rem; */
}

.teacherDetails .serviceKind {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex: 0.7;
    flex-direction: column;
    /* position: absolute; */
    width: calc((100% - 19.7rem) / 2);
    padding-right: 2rem;
    transform: translateY(-10%);
}

.teacherDetails .wrapService {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.teacherDetails .serviceKind .service {
    font-size: 1.2rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.teacherDetails .serviceKind .wrapService>* {
    flex: 1;
}

.teacherDetails .serviceKind .wrapLight {
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 0.5rem;
    padding-top: 0rem;
}

.teacherDetails .serviceKind .wrapLight .light.on {
    background: #25d366;
}

.teacherDetails .serviceKind .wrapLight .light {
    width: 1.4rem;
    height: 1.4rem;
    background: #ddd;
    border-radius: 10rem;
}

.teacherDetails .profileImg {
    flex: 1;
    display: flex;
    justify-content: end;
    /* transform: translateY(-20%); */
    flex-direction: column;
    height: fit-content;
    align-items: center;
}

.teacherDetails .image {
    width: 17.7rem;
    height: 17.7rem;
    overflow: hidden;
    border-radius: 50rem;
    border: #fff 6px solid;
    box-shadow: none;
}

.profile-image-wrapper {
    /* position: relative; */
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
    height: 100%;
}

.teacherDetails .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

img {
    border-style: none;
}

.teacherDescription {
    padding-right: 2.2rem;
    padding-left: 2.2rem;
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
    /* margin-top: -5rem; */
    text-align: right;
    width: 150%;
}

.teacherDescription .teacherNAme {
    font-size: 3rem;
    font-weight: 700;
    margin-top: 0;
    line-height: 1.2;
    text-align: right;
}

.teacherDescription .teacherNAme h3 {
    text-align: center;
    width: 100%;
    margin-top: 2rem;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.2;
}

.teacherDescription .teacherSub {
    font-weight: 700;
    font-size: 1.8rem;
    padding-bottom: 0rem;
    border-bottom: #97979721 0px solid;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.teacherDescription .teacherMore {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.teacherDescription .teacherLine {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    position: relative;
}

.teacherDescription .teacherLine span.titlegraduate {
    font-weight: 600;
    display: inline-block;
    background: #dde8ff url(https://lessoons.co.il/v3/assets/newDesign/searchpage/graduation-hat.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    width: 21px;
    height: 21px;
    border-radius: 3rem;
    margin-left: 0.5rem;
    position: relative;
    right: 0;
}

.teacherDetails .capsule {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    flex-direction: column;
    width: 100%;
}

.teacherDetails .capsule .teacherLine.btnPurple {
    background: #dde8ff;
    color: #548cff;
    padding: 5px 3px;
    width: auto;
    text-align: center;
    gap: 0.5rem;
    border-radius: 9px;
}

.teacherDetails .profileImg .teacherLine {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    position: relative;
}

b,
strong {
    font-weight: bolder;
}

.teacherDescription .teacherMore h4.descWide {
    font-weight: 600;
    font-size: 2rem;
    margin-top: 0rem;
    display: inline-block;
    padding-top: 2.3rem;
    padding-bottom: 2.3rem;
}

.sendWhatsappTeacher {
    width: 100%;
    display: flex;
    background: #25d366;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    padding-right: 30%;
    justify-content: center;
    align-items: center;
    padding: 1.2rem 19% 1.2rem 0;
    position: relative;
    transform: translateY(0);
    margin-bottom: 2rem;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
    border-radius: 100px;
    cursor: pointer;
}

.openDialerBtn {
    background: #548CFF !important;
    cursor: pointer;
}

.sendWhatsappTeacher span.whatsIcon {
    width: 30%;
    height: 8.5rem;
    position: absolute;
    right: -2px;
    top: 0;
    background-image: url(https://lessoons.co.il/v3/assets/newDesign/searchpage/waveAnimation.svg);
    background-size: 100% auto;
    background-position: right;
    background-repeat: no-repeat;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 2rem;
    translate: 0;
    animation: wave 2s linear infinite;
}

.openDialerBtn span.whatsIcon {
    filter: hue-rotate(46deg);
}

.sendWhatsappTeacher span.whatsIcon2 {
    width: 41%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 2rem;
    font-size: 2.4rem;
}

.myContacts {
    display: flex;
    flex-direction: column;
    width: 70%;
    align-items: center;
    min-width: 200px;
    padding-left: 30px;
}

.fa-brands,
.fab {
    font-weight: 400;
}

.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands";
}

.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.linkProfile {
    font-weight: 600;
    font-size: 1.6rem;
    border-bottom: 1px solid;
    margin-bottom: 3rem;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

a {
    background-color: transparent;
}


.fa-brands,
.fab {
    font-weight: 400;
}

.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands";
}

.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}


.topRelatedSubjectsRow {
    padding: 5px 5px 15px 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #DDD;
    background: #FFF;
    line-height: normal;
}

.topRelatedSubjectsRow a {
    text-decoration: underline;
    margin: 0 7px;
    color: #0088cc;
}

.topRelatedSubjectsRow br+a {
    margin-right: 117px;
}




.bottomPart {
    width: auto;
    padding: 3rem 3.6rem 0;
    /* margin: 0 -3.6rem -5.3rem; */
    background: #548cff;
    color: #fff;
    justify-content: center;
}

.bottomPart {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 2rem;
    width: 100%;
}
.bottomPart .footerLinks {width: 100%;}
.bottomPart h4 {
    font-weight: 800 !important;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}

.bottomPart ul {
    color: #fff;
    line-height: 2;
    margin-top: 1rem;
    font-size: 1.6rem;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    color: #fff;
}

ul,
ol,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bottomPart .social {
    margin-top: 3rem;
    margin-bottom: 3rem;
    min-height: 17rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 0rem;
}

.bottomPart .social .socialLinks {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.bottomPart .social .socialLinks {
    width: 70%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-block: 2rem;
    align-items: baseline;    
}

.bottomPart .social .socialLinks img {
    height: 3rem;
}

.bottomPart .social span.rightRes {
    font-size: 1.6rem;
}

.bottomPart .quoteClass {
    padding: 3rem 3.6rem 7.3rem;
    margin: 0 -3.6rem 0;
    display: flex;
    width: calc(100% + 7.2rem);
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
    background-image: url(https://lessoons.co.il/v3/assets/newDesign/FooterWave2.svg);
    margin-top: 0rem;
    padding-top: 9rem;
    position: relative;
    background-size: cover;
}

.bottomPart .quoteClass .quoteWhite {
    position: relative;
    margin-bottom: 7rem;
    margin-top: 6rem;
    margin-left: 3rem;
    margin-right: 3rem;
}

.bottomPart .quoteClass .quoteWhite:before {
    content: "";
    background-image: url(https://lessoons.co.il/v3/assets/newDesign/quote.svg);
    width: 4.5rem;
    height: 4.5rem;
    background-size: contain;
    position: absolute;
    top: -3rem;
    right: -5rem;
    background-repeat: no-repeat;
}

.bottomPart .quoteClass .quoteWhite:after {
    content: "";
    background-image: url(https://lessoons.co.il/v3/assets/newDesign/quote.svg);
    width: 4.5rem;
    height: 4.5rem;
    background-size: contain;
    position: absolute;
    left: -6rem;
    bottom: -3rem;
    background-repeat: no-repeat;
    transform: scaleX(-1);
}

.bottomPart .quoteClass .bottomLogo {
    margin-top: 3rem;
    width: 100%;
    position: relative;
    text-align: center;
}

.bottomPart .quoteClass .bottomLogo img {
    width: 45%;
    max-width: 266px;
    display: inline-block;
}

.bottomPart .quoteClass span {
    font-size: 2rem;
    margin-top: 1rem;
}





















@media screen and (max-width: 899px) {
    body {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-family: "ploni";
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.3;
    }

    html,
    body {
        margin: 0;
        padding: 0;
        color: #1e1e1e;
    }

    html {
        direction: rtl;
        text-align: right;
        font-size: 62.5%;
        -webkit-text-size-adjust: 100%;
        word-wrap: break-word;
    }

    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }

    body .container.home,
    body .container {
        background-image: none;
    }

    .container {
        width: 100%;
        min-height: 100vh;
        padding: 5.3rem 3.6rem;
        background-color: #faf8f5;
    }

    .container.home,
    .container {
        background-color: #fff;
        background-image: url(../assets/WaveWelcome.svg), url(../assets/WaveFooter.svg);
        background-size: 100%, 100%;
        background-position: 0 7rem, center bottom;
        background-repeat: no-repeat;
    }

    div {
        box-sizing: border-box;
    }

    .container.searchResults .content {
        justify-content: flex-start;
    }

    body .container.home .content,
    body .container .content {
        align-items: center;
        gap: 0;
        margin-top: 0;
    }

    .container.home .content,
    .container .content {
        margin-top: 6rem;
    }

    .container .content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        min-height: calc(100vh - 7rem);
        padding-top: 0;
        gap: 2rem;
    }

    .header {
        position: absolute;
        transition: 500ms transform ease;
        background: #faf8f5;
        z-index: 10;
        padding-block-end: 2rem;
        transform: translateY(0rem);
        top: 0;
        left: 0;
        right: 0;
        justify-content: space-between;
        flex-direction: row-reverse;
        padding-inline: 3.6rem;
    }

    .header,
    .headerDynamic {
        background: linear-gradient(90deg, #ffb7d5 14%, #548cff 95%);
        height: 5.9rem;
        padding-top: 0;
        padding-bottom: 0;
        display: flex;
        align-items: center;
        padding-right: 3.1rem;
        padding-left: 3.1rem;
        z-index: 100;
        position: absolute;
    }

    .header a.logo,
    .headerDynamic a.logo {
        height: auto;
        display: flex;
    }

    .header .logo {
        width: 9rem;
        height: auto;
    }

    .header a.logo img,
    .headerDynamic a.logo img {
        object-fit: contain;
        height: auto;
        object-position: center;
    }

    .header .logo img {
        width: 100%;
    }

    .header .innerNav,
    .headerDynamic .innerNav {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        width: 23%;
        align-items: center;
    }

    .header .innerNav .iconSearch,
    .headerDynamic .innerNav .iconSearch {
        background-image: url(https://lessoons.co.il/v3/assets/newDesign/MagnifyGlassW.svg);
        background-color: transparent;
        position: relative;
        left: auto;
        margin: 0;
        width: 2.2rem;
        height: 2.2rem;
        background-size: contain;
        background-repeat: no-repeat;
        border-radius: 0;
    }

    .header .innerNav .openMenu,
    .headerDynamic .innerNav .openMenu {
        height: 1.8rem;
    }

    .header .openMenu {
        width: 2.3rem;
        height: auto;
    }

    .headerDynamic {
        position: fixed;
        transform: translateY(-101%);
    }

    .headerDynamic video {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
        object-position: center;
        z-index: -1;
    }

    .headerDynamic:after {
        content: "";
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
        opacity: 0.4;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
        z-index: -1;
    }


    .wrapTopContent {
        align-items: flex-start;
        min-height: 35rem;
        transition: translate 300ms linear;
        translate: 0 0;
        z-index: 82;
    }

    .wrapTopContent {
        position: relative;
        width: 100%;
        margin-bottom: 0;
        padding-top: 18vh;
        padding-bottom: 18vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }


    .wrapVideoTop {
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% + 7.3rem);
        height: calc(100% + 5.3rem);
        margin: -5.3rem -3.6rem;
        margin-bottom: 0;
    }

    .wrapTopContent .wrapVideoTop:before {
        content: "";
        background: linear-gradient(0deg, #0000008c 10%, #0000 60%);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .wrapTopContent .wrapVideoTop video {
        object-position: center;
    }

    .wrapVideoTop video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .wrapTopContent .wrapCategoryName {
        transition: translate 300ms linear;
        position: absolute;
        color: #fff;
        bottom: 16%;
        z-index: 5;
    }

    .wrapTopContent .wrapCategoryName h1.hugeTitle {
        font-size: 5rem;
        line-height: 1;
    }

    h1 {
        width: 100%;
        position: relative;
        font-size: 3.4rem;
        font-weight: 600;
        line-height: 1.2;
    }

    .wrapTopContent span.mediumText {
        line-height: 1;
    }

    span.mediumText {
        font-size: 1.8rem;
    }

    span.mediumText {
        font-size: 1.8rem;
        font-weight: 500;
    }




    body .container.home .wrapMiddleContent,
    body .container .wrapMiddleContent {
        width: 100%;
        height: auto;
        position: relative;
        margin-top: 35px;
    }




    /* teacher search */

    .wrapResultsTeachers {
        flex-direction: column;
    }

    .wrapResultsTeachers .switchFrontOnline {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0rem 0 4rem 0;
    }

    .wrapResultsTeachers .switch {
        display: flex;
        border-radius: 50rem;
        overflow: hidden;
        box-shadow: 0 2px 22px #0000001c;
        width: 90%;
    }

    .wrapResultsTeachers .switch .onlineSwitch.current {
        background: #e6d2ff;
        transition: background ease 200ms, color ease 200ms;
    }

    .wrapResultsTeachers .switch .onlineSwitch {
        padding: 2.2rem 0 2.2rem 0;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    button,
    [type=button],
    [type=reset],
    [type=submit] {
        -webkit-appearance: button;
    }

    button {
        background-color: transparent;
        color: inherit;
        border-width: 0;
        padding: 0;
        cursor: pointer;
    }

    button,
    select {
        text-transform: none;
    }

    button,
    input {
        overflow: visible;
    }

    button,
    input,
    optgroup,
    select,
    textarea {
        font-family: inherit;
        font-size: 100%;
        line-height: 1.15;
        margin: 0;
    }

    .wrapResultsTeachers .switch .onlineSwitch.current h4 {
        font-weight: 600;
        color: #9747ff;
        transition: background ease 200ms, color ease 200ms;
    }

    .wrapResultsTeachers .switch .onlineSwitch h4 {
        font-weight: 600;
        font-size: 1.6rem;
    }

    h4 {
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1.2;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0;
        font-size: inherit;
        font-weight: inherit;
    }

    .wrapResultsTeachers .switch .frontalSwitch {
        padding: 2.2rem 0 2.2rem 0;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .wrapResultsTeachers .switch .frontalSwitch h4 {
        font-weight: 600;
        font-size: 1.6rem;
    }

    .wrapResultsTeachers .carousel.sliderChooseGrade {
        margin-top: 0;
        margin-right: -3.6rem;
        margin-left: -3.6rem;
        overflow: hidden;
    }

    .wrapResultsTeachers .carousel.sliderChooseGrade .slider::-webkit-scrollbar {
        display: none;
    }

    .wrapResultsTeachers .carousel.sliderChooseGrade .slider {
        display: flex;
        height: auto;
        padding: 0;
        scroll-behavior: smooth;
        width: auto;
        overflow: hidden;
        overflow-x: scroll !important;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        gap: 2.2rem;
        padding-bottom: 3rem;
        padding-right: 3.6rem;
        padding-top: 1rem;
        margin-left: 0rem;
        gap: 0;
        padding-left: 3.6rem;
        scroll-behavior: smooth;
        scrollbar-width: none;
    }

    .carousel.sliderChooseGrade .slider .slide.current {
        background: #e6d2ff;
        transition: background ease 200ms, color ease 200ms;
    }

    .carousel.sliderChooseGrade .slider .slide {
        width: auto;
        height: 3.8rem;
        aspect-ratio: auto;
        margin-left: 1.3rem;
        border-radius: 100px;
        box-shadow: 0px 2px 5px #00000021;
        background: #fff;
        transition: background ease 200ms, color ease 200ms;
        position: relative;
        padding: 0 2.2rem;
    }

    .carousel.sliderChooseGrade .slider .slide .gradeContent {
        position: relative;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        white-space: nowrap;
    }

    .carousel.sliderChooseGrade .slider .slide.current h4 {
        font-weight: 600;
        color: #9747ff;
        transition: background ease 200ms, color ease 200ms;
    }

    .carousel.sliderChooseGrade .slider .slide .gradeContent h4 {
        margin-top: 0;
        font-size: 1.6rem;
    }


    /* teacher search end */

    .container.searchResults .content .wrapMiddleContent .sliderPopular.goodtoknow {
        margin-top: 0;
    }

    .container.home .content .sliderPopular,
    .container.home .content .sliderRecommend,
    .container .content .sliderPopular,
    .container .content .sliderRecommend {
        width: 100%;
        position: relative;
        margin-bottom: 2rem;
    }





    /* teacher-profile */
    .teacherResult {
        margin-right: -3.6rem;
        margin-left: -3.6rem;
        margin-top: 13rem;
        padding-top: 0rem;
        background: #fff;
    }

    .teacherResult .wrapGrey {
        padding-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .wrapGrey {
        background: #f6f6f6;
        margin-right: 1rem;
        margin-left: 1rem;
        width: calc(100% - 2rem);
        border-radius: 1.7rem;
        position: relative;
        overflow: visible;
        margin-top: 0rem;
        padding-top: 3.5rem;
        border: 0px solid #f2f2f2;
    }

    .teacherResult .wrapGrey .teacherDetails {
        width: 100%;
        padding: 0;
        display: flex;
        flex-direction: row;
        transform: translateY(25%);
        height: 17rem;
    }

    .teacherDetails .serviceKind {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex: 0.7;
        flex-direction: column;
        position: absolute;
        width: calc((100% - 19.7rem) / 2);
        padding-right: 2rem;
        transform: translateY(-30%);
    }

    .teacherDetails .wrapService {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .teacherDetails .service {
        font-size: 1.2rem;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .teacherDetails .wrapService>* {
        flex: 1;
    }

    .teacherDetails .wrapLight {
        display: flex;
        align-items: center;
        flex-direction: column;
        row-gap: 0.5rem;
        padding-top: 0rem;
    }

    .teacherDetails .light.on {
        background: #25d366;
    }

    .teacherDetails .light {
        width: 1.4rem;
        height: 1.4rem;
        background: #ddd;
        border-radius: 10rem;
    }

    .teacherDetails .profileImg {
        flex: 1.3;
        display: flex;
        justify-content: center;
        transform: translateY(-75%);
        flex-direction: unset;
        height: unset;
        align-items: unset;
    }

    .teacherDetails .image {
        width: 19.7rem;
        height: 19.7rem;
        overflow: hidden;
        border-radius: 50rem;
        border: #fff 6px solid;
        box-shadow: none;
    }

    .teacherDetails .image img {
        width: 100%;
        /* height: 100%; */
        object-fit: cover;
    }

    img {
        border-style: none;
    }

    .teacherResult .wrapGrey .teacherDescription {
        padding-right: 2.2rem;
        padding-left: 2.2rem;
        padding-top: 0rem;
        padding-bottom: 0rem;
        margin-top: -5rem;
        text-align: center;
        width: auto;
    }

    .teacherDescription .teacherNAme {
        font-size: 3rem;
        font-weight: 700;
        margin-top: 0;
        line-height: 1.2;
        text-align: center;
    }

    .teacherDescription .teacherNAme h3 {
        text-align: center;
        width: 100%;
        margin-top: 2rem;
        font-size: 2.2rem;
        font-weight: 600;
        line-height: 1.2;
    }

    .teacherDescription .teacherSub {
        font-weight: 700;
        font-size: 1.8rem;
        padding-bottom: 0rem;
        border-bottom: #97979721 0px solid;
        margin-bottom: 0.5rem;
        margin-top: 0.5rem;
    }

    .teacherDescription .teacherMore {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .teacherDescription .teacherLine {
        font-size: 1.6rem;
        line-height: 1.4;
        margin-bottom: 0;
        display: flex;
        justify-content: center;
        position: relative;
    }

    .teacherDescription .teacherLine span.titlegraduate {
        font-weight: 600;
        display: inline-block;
        background: #dde8ff url(https://lessoons.co.il/v3/assets/newDesign/searchpage/graduation-hat.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 14px;
        width: 21px;
        height: 21px;
        border-radius: 3rem;
        margin-left: 0.5rem;
        position: relative;
        right: 0;
    }

    .teacherDescription .capsule {
        display: flex;
        gap: 1rem;
        margin-top: 1rem;
    }

    .teacherDescription .capsule .teacherLine.btnPurple {
        background: #dde8ff;
        color: #548cff;
        padding: 5px 12px;
        width: auto;
        text-align: center;
        gap: 0.5rem;
        border-radius: 9px;
    }

    b,
    strong {
        font-weight: bolder;
    }

    .teacherDescription .teacherMore h4.descWide {
        font-weight: 600;
        font-size: 2rem;
        margin-top: 0rem;
        display: inline-block;
        padding-top: 2.3rem;
        padding-bottom: 2.3rem;
    }

    .teacherResult .sendWhatsappTeacher {
        width: 77%;
        display: flex;
        background: #25d366;
        color: #fff;
        font-size: 2rem;
        font-weight: 600;
        padding-right: 30%;
        justify-content: center;
        align-items: center;
        padding: 1.7rem 19% 1.7rem 0;
        position: relative;
        transform: translateY(0);
        margin-bottom: 2rem;
        box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.25);
        overflow: hidden;
        border-radius: 100px;
    }

    .openDialerBtn {
        background: #548CFF !important;
    }

    .sendWhatsappTeacher span.whatsIcon {
        width: 30%;
        height: 12.5rem;
        position: absolute;
        right: -2px;
        top: 0;
        background-image: url(https://lessoons.co.il/v3/assets/newDesign/searchpage/waveAnimation.svg);
        background-size: 100% auto;
        background-position: right;
        background-repeat: no-repeat;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 2rem;
        translate: 0;
        animation: wave 2s linear infinite;
    }

    .openDialerBtn span.whatsIcon {
        filter: hue-rotate(46deg);
    }

    .sendWhatsappTeacher span.whatsIcon2 {
        width: 41%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 2rem;
        font-size: 2.4rem;
    }

    .myContacts {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        padding-left: 0px;
    }

    .linkProfile {
        font-weight: 600;
        font-size: 1.6rem;
        border-bottom: 1px solid;
        margin-bottom: 3rem;
    }

    a {
        text-decoration: none;
        color: inherit;
        cursor: pointer;
    }

    a {
        background-color: transparent;
    }

    /* teacher profile end */

    .container.searchResults .content .wrapMiddleContent .paginationClass {
        width: 65%;
        display: flex;
        flex-direction: column;
        gap: 0.6rem;
        margin: auto;
    }

    .container.searchResults .content .wrapMiddleContent .paginationClass .rightLeftButtons {
        display: flex;
        flex-direction: row;
        gap: 0.6rem;
    }

    .container.searchResults .content .wrapMiddleContent .paginationClass .rightLeftButtons .rightBtn.disabled {
        background: #ededed;
        color: #000;
    }

    .container.searchResults .content .wrapMiddleContent .paginationClass .rightLeftButtons .rightBtn {
        flex: 0.65;
        background: #548cff;
        color: #fff;
        border-radius: 5px;
    }

    .container.searchResults .content .wrapMiddleContent .paginationClass .rightLeftButtons>button {
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        border-radius: 5px;
        padding: 1.5rem;
        gap: 1rem;
    }

    .container.searchResults .content .wrapMiddleContent .paginationClass .rightLeftButtons .rightBtn.disabled img {
        filter: invert(0);
    }

    .container.searchResults .content .wrapMiddleContent .paginationClass .rightLeftButtons .rightBtn img {
        filter: invert(1);
    }

    .container.searchResults .content .wrapMiddleContent .paginationClass .rightLeftButtons .leftBtn {
        flex: 1.35;
        background: #548cff;
        color: #fff;
        border-radius: 5px;
    }

    .container.searchResults .content .wrapMiddleContent .paginationClass .rightLeftButtons .leftBtn img {
        filter: invert(1);
    }

    .container.searchResults .content .wrapMiddleContent .paginationClass .paginationBtns {
        display: flex;
        width: 100%;
        overflow: hidden;
        gap: 1.8%;
        display: flex;
        width: 100%;
        overflow: hidden;
        gap: 1.8%;
        flex-wrap: wrap;
        row-gap: 0.5rem;
        justify-content: flex-start;
    }

    .container.searchResults .content .wrapMiddleContent .paginationClass .paginationBtns button.pageNumButton.active {
        color: #fff;
        background: #548cff;
    }

    .container.searchResults .content .wrapMiddleContent .paginationClass .paginationBtns button.pageNumButton {
        font-size: 16px;
        font-weight: 600;
        width: auto;
        height: auto;
        background: #ededed;
        border-radius: 5px;
        aspect-ratio: 1;
        flex: 1 0 12.7%;
        max-width: 12.7428571429%;
    }

    .container.searchResults .content .wrapMiddleContent .txtSeo {
        background: #dde8ff;
        color: #548cff;
        font-size: 16px;
        font-weight: 700;
        padding: 2.7rem 2.3rem;
        margin-top: 3rem;
        border-radius: 3rem;
    }

    /* teacher recommend ad slider */

    .container.searchResults .content .wrapMiddleContent .sliderPopular.goodtoknow .wrapSliderAd {
        padding-bottom: 0 !important;
    }

    .container.searchResults .content .wrapMiddleContent .sliderPopular .titleButtons .buttonsScroll a {
        height: 2.8rem;
        width: 2.8rem;
        background-color: #fff;
        border-radius: 5rem;
        border: #ddd 1px solid;
    }

    .wrapSliderAd {
        margin-right: -3.6rem;
        margin-left: -3.6rem;
        margin-top: 1rem;
        padding-top: 0rem;
        background: #ffffff;
        padding-bottom: 4.7rem;
    }

    .wrapSliderAd .wrapAdTeachers {
        background: #343434;
        margin-right: 1rem;
        margin-left: 1rem;
        width: calc(100% - 2rem);
        border-radius: 3rem;
        position: relative;
        overflow: visible;
        margin-top: 2rem;
    }

    .wrapSliderAd .wrapAdTeachers .adTeachers {
        display: flex;
        justify-content: space-between;
        height: auto;
        border-top-left-radius: 3rem;
        overflow: hidden;
    }

    .wrapSliderAd .wrapAdTeachers .adTeachers .wrapAdWords {
        width: 52%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding-right: 5%;
        padding-left: 5%;
        text-align: center;
        padding-block-start: 5rem;
    }

    .wrapSliderAd .wrapAdTeachers .adTeachers .wrapAdWords span {
        color: #fff;
        font-weight: 800;
        font-size: 3.4rem;
        line-height: 1.3;
    }

    .wrapSliderAd .wrapAdTeachers .adTeachers .wrapAdWords span.chacnged {
        color: #b8b8b8;
    }

    .wrapSliderAd .wrapAdTeachers .adTeachers .clipImage {
        position: relative;
        width: 48%;
        height: auto;
        left: 0;
        top: 0;
    }

    .wrapSliderAd .wrapAdTeachers .adTeachers .clipImage .wrapLogoClip {
        position: absolute;
        z-index: 5;
        bottom: 1rem;
        left: 1rem;
        width: 47%;
    }

    .wrapSliderAd .wrapAdTeachers .adTeachers .clipImage .wrapLogoClip img {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

    .wrapSliderAd .wrapAdTeachers .adTeachers .clipImage .imgClipped {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1.32;
        position: relative;
        left: 0;
        top: 0;
    }

    .wrapSliderAd .wrapAdTeachers .adTeachers .clipImage .imgClipped img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        left: 0;
        top: 0;
    }

    .wrapSliderAd .wrapAdTeachers .adTeachers .clipImage .clipMask {
        clip-path: url(#svgClip);
    }

    .wrapSliderAd .carousel {
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
        overflow: visible;
    }

    .wrapSliderAd .wrapAdTeachers .carousel.sliderTeachers .slider {
        padding-top: 6rem;
        margin-left: -1rem;
    }

    .wrapSliderAd .carousel .slider {
        padding-right: 2.2rem;
        padding-left: 2.2rem;
        padding-top: 3.5rem;
        margin-left: -1rem;
    }

    .sliderPopular .carousel .slider {
        margin-left: 0rem;
        gap: 0;
        padding-left: 3.6rem;
        scroll-behavior: smooth;
        scrollbar-width: none;
    }

    .sliderPopular .slider,
    .sliderRecommend .slider {
        display: flex;
        height: auto;
        padding: 0;
        scroll-behavior: smooth;
        width: auto;
        overflow: hidden;
        overflow-x: scroll !important;
        flex-wrap: nowrap;
        flex-direction: row;
        gap: 2.2rem;
        padding-inline-end: 1.5rem;
        padding-block-end: 5rem;
        padding-inline-start: 3.6rem;
    }

    .wrapSliderAd .wrapAdTeachers .carousel.sliderTeachers .slider .slide {
        margin-left: 4vw;
        width: 33vw;
        height: auto;
        aspect-ratio: 1 / 1.17;
        min-width: 13.9rem;
        background: #343434;
        border: 0px solid #fff;
        border-radius: 10px;
        display: flex;
        justify-content: center;
    }

    .sliderPopular .slider .slide,
    .sliderRecommend .slider .slide {
        position: relative;
        display: inline;
        margin-right: 0;
        width: 15.6rem;
        height: auto;
        aspect-ratio: 1 / 1.217;
        text-align: center;
        font-size: 0;
    }

    .wrapSliderAd .wrapAdTeachers .carousel.sliderTeachers .slider .slide:before {
        content: "";
        background: #000;
    }

    .wrapSliderAd .carousel .slider .slide:before {
        bottom: -17px;
        filter: blur(17px);
        opacity: 0.45;
        border-radius: 50rem;
        background: #252525;
    }

    .sliderPopular .slider .slide:before,
    .sliderRecommend .slider .slide:before {
        content: "";
        width: 80%;
        height: 50%;
        position: absolute;
        bottom: -11%;
        background: #000;
        z-index: 0;
        right: 10%;
        filter: blur(17px);
        opacity: 0.2;
    }

    .wrapSliderAd .wrapAdTeachers .carousel.sliderTeachers .slider .slide .numCircle {
        z-index: 50;
        right: auto;
        left: auto;
        transform: translateY(-50%);
        width: 6.8rem;
        height: 6.8rem;
        overflow: hidden;
        border: 2px solid #fff;
        display: block;
        filter: none;
        position: absolute;
        color: #fff;
        top: 0;
        border-radius: 5rem;
        background: #575757;
        align-items: center;
    }

    .wrapSliderAd .wrapAdTeachers .carousel.sliderTeachers .slider .slide .numCircle img {
        object-fit: cover;
        height: 100%;
        width: 100%;
        object-position: center;
    }

    .wrapSliderAd .wrapAdTeachers .carousel.sliderTeachers .slider .slide .teachersContent {
        height: 100%;
        width: 100%;
        background: #343434;
        padding: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        border-radius: 10px;
        flex-direction: column;
        gap: 0;
        padding-bottom: 2rem;
        margin-top: 0rem;
        position: relative;
        z-index: 10;
        border: 2px solid #fff;
    }

    .wrapSliderAd .wrapAdTeachers .carousel.sliderTeachers .slider .slide .teachersContent h3 {
        font-size: 1.6rem;
        font-weight: bold;
        color: #fff;
        text-align: start;
        margin: 0;
        letter-spacing: 0.5px;
    }

    .wrapSliderAd .wrapAdTeachers .carousel.sliderTeachers .slider .slide .teachersContent h4 {
        position: relative;
        transform: none;
        background: #0000;
        padding: 0;
        font-size: 1.2rem;
        font-weight: 600;
        text-align: start;
        letter-spacing: 0.5px;
        margin-top: 1rem;
        line-height: 1.1;
        max-height: 4rem;
        height: 4rem;
        overflow: hidden;
        border-radius: 0;
        color: #fff;
        width: 100%;
    }

    .sliderPopular .carousel .slider div:last-child:after {
        content: "";
        position: absolute;
        width: 3.6rem;
        height: 100%;
        background: transparent;
        top: 0;
        left: 0;
        transform: translateX(-100%);
    }

    .sliderPopular.goodtoknow .teacherResult~.wrapSliderAd {
        margin-top: 1.5rem;
        padding-bottom: 1rem;
    }

    .sliderPopular .titleButtons {
        margin-top: 0;
        align-items: center;
        margin-left: 1.9rem;
        margin-right: 2.3rem;
    }

    .sliderPopular .titleButtons,
    .sliderRecommend .titleButtons {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }

    .sliderPopular .titleButtons h3 {
        font-size: 2.3rem;
        margin-top: 0rem;
        line-height: 0.9;
    }

    .sliderPopular .titleButtons h3 {
        text-align: start;
    }

    .sliderPopular .titleButtons .buttonsScroll {
        width: 10rem;
        left: 0;
    }

    .sliderPopular .titleButtons .buttonsScroll {
        position: relative;
        top: 0;
        left: 0;
        width: 7rem;
        height: auto;
        display: flex;
        align-items: center;
        gap: 0;
        justify-content: space-between;
    }

    .sliderPopular.goodtoknow .wrapSliderAd .carousel .slider .slide {
        margin-left: 5.5vw;
        width: auto;
        height: auto;
        aspect-ratio: 1 / 1.217;
    }

    .sliderPopular.goodtoknow .wrapSliderAd .carousel .slider .slide .numCircle {
        position: absolute;
        z-index: 50;
        color: #fff;
        width: 8vw;
        height: 8vw;
        top: 0;
        border-radius: 5rem;
        background: #575757;
        transform: translateY(-25%);
        right: -3px;
        filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.5));
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        display: none;
    }

    .sliderPopular.goodtoknow .wrapSliderAd .carousel .slider .slide .wrapImageSlider {
        background: #fff;
        width: auto;
        height: 100%;
        border-radius: 2.2rem;
    }

    .sliderPopular.goodtoknow .slider .slide .wrapImageSlider {
        width: 14.3rem;
        height: 14.3rem;
        background: #798bff;
        border-radius: 50rem;
        position: relative;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sliderPopular .slider .slide .wrapImageSlider,
    .sliderRecommend .slider .slide .wrapImageSlider {
        overflow: hidden;
        border-radius: 7px;
    }

    .sliderPopular.goodtoknow .wrapSliderAd .carousel .slider .slide .wrapImageSlider img {
        height: 100%;
        width: 48vw;
        object-fit: cover;
    }

    .sliderPopular .carousel .slider .slide .wrapImageSlider img {
        border-radius: 0;
    }

    .sliderPopular.goodtoknow .slider .slide img {
        height: 90%;
        width: 90%;
        object-fit: contain;
        object-position: center;
    }

    .sliderPopular .slider .slide .wrapImageSlider img,
    .sliderRecommend .slider .slide .wrapImageSlider img {
        height: 100%;
        width: auto;
        margin: 0;
        object-fit: cover;
        cursor: pointer;
        transition: 0.25s ease-in-out;
        position: relative;
    }

    .wrapSliderAd .carousel .slider .slide .happensSliderTitle {
        margin-top: 0rem;
        display: flex;
        width: 100%;
        position: absolute;
        right: 0;
        transform: translateY(-100%);
        z-index: 50;
        background: #000;
        color: #fff;
        padding-bottom: 0;
        padding-top: 0;
        border-bottom-right-radius: 2.2rem;
        border-bottom-left-radius: 2.2rem;
        background: linear-gradient(0deg, #000c 10%, #0000 60%);
        background: #548cff;
        height: 12rem;
        padding: 1.5rem 1.2rem;
        flex-direction: column;
        max-height: 50%;
    }

    .wrapSliderAd .carousel .slider .slide .happensSliderTitle h4 {
        font-size: 1.7rem;
        font-weight: 600;
        text-align: right;
        line-height: 1.2;
        margin-top: 0;
    }

    .wrapSliderAd .carousel .slider .slide .happensSliderTitle h6 {
        color: #fff;
        font-size: 1.2rem;
        text-align: right;
        line-height: 2.6;
    }



    /* bottom part */


    .bottomPart {
        width: auto;
        padding: 3rem 3.6rem 0;
        /* margin: 0 -3.6rem -5.3rem; */
        background: #548cff;
        color: #fff;
        justify-content: center;
    }

    .bottomPart {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        gap: 2rem;
        width: 100%;
    }

    .bottomPart h4 {
        font-weight: 800 !important;
        font-size: 3rem;
        font-weight: 600;
        line-height: 1.2;
    }

    .bottomPart ul {
        color: #fff;
        line-height: 2;
        margin-top: 1rem;
        font-size: 1.6rem;
        font-weight: 600;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        color: #303030;
    }
    div.bottom_links{
        width: 100% !important;
    }
    .bottomPart .bottom_links a {
        color: white
    }

    ul,
    ol,
    dd {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .bottomPart .social {
        margin-top: 3rem;
        margin-bottom: 3rem;
        min-height: 17rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        padding-bottom: 0rem;
    }

    .bottomPart .social .socialLinks {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

    .bottomPart .social .socialLinks {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-block: 2rem;
        align-items: baseline;
    }

    .bottomPart .social .socialLinks img {
        height: 3rem;
    }

    .bottomPart .social span.rightRes {
        font-size: 1.6rem;
    }

    .bottomPart .quoteClass {
        padding: 3rem 3.6rem 7.3rem;
        margin: 0 -3.6rem 0;
        display: flex;
        width: calc(100% + 7.2rem);
        flex-direction: column;
        position: relative;
        align-items: center;
        justify-content: center;
        background-image: url(https://lessoons.co.il/v3/assets/newDesign/FooterWave2.svg);
        margin-top: 0rem;
        padding-top: 9rem;
        position: relative;
        background-size: cover;
    }

    .bottomPart .quoteClass .quoteWhite {
        position: relative;
        margin-bottom: 7rem;
        margin-top: 6rem;
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .bottomPart .quoteClass .quoteWhite:before {
        content: "";
        background-image: url(https://lessoons.co.il/v3/assets/newDesign/quote.svg);
        width: 4.5rem;
        height: 4.5rem;
        background-size: contain;
        position: absolute;
        top: -3rem;
        right: -5rem;
        background-repeat: no-repeat;
    }

    .bottomPart .quoteClass .quoteWhite:after {
        content: "";
        background-image: url(https://lessoons.co.il/v3/assets/newDesign/quote.svg);
        width: 4.5rem;
        height: 4.5rem;
        background-size: contain;
        position: absolute;
        left: -6rem;
        bottom: -3rem;
        background-repeat: no-repeat;
        transform: scaleX(-1);
    }

    .bottomPart .quoteClass .bottomLogo {
        margin-top: 3rem;
        width: 100%;
        position: relative;
        text-align: center;
    }

    .bottomPart .quoteClass .bottomLogo img {
        width: 45%;
        max-width: 266px;
    }

    .bottomPart .quoteClass span {
        font-size: 2rem;
        margin-top: 1rem;
    }
}







@keyframes wave {
    0% {
        translate: 0 -2%;
    }

    100% {
        translate: 0 -49%;
    }
}

@media screen and (max-width: 600px) {
    .container.searchResults .content .wrapMiddleContent .paginationClass {
        width: 95%;
    }
}