﻿@font-face {
    font-family: 'OpenSansHebrew';
    src: url(/styles/fonts/OpenSans/opensanshebrew-regular-webfont.eot);
    src: url(/styles/fonts/OpenSans/opensanshebrew-regular-webfont.eot?#iefix) format('embedded-opentype'), url(/styles/fonts/OpenSans/opensanshebrew-regular-webfont.woff) format('woff'), url(/styles/fonts/OpenSans/opensanshebrew-regular-webfont.ttf) format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'OpenSansBold';
    src: url(/styles/fonts/OpenSans/opensanshebrew-bold-webfont.eot);
    src: url(/styles/fonts/OpenSans/opensanshebrew-bold-webfont.eot?#iefix) format('embedded-opentype'), url(/styles/fonts/OpenSans/opensanshebrew-bold-webfont.woff) format('woff'), url(/styles/fonts/OpenSans/opensanshebrew-bold-webfont.ttf) format('truetype');
    font-display: swap;
}

:root {
    --defaultFont: 'OpenSansHebrew';
    --boldFont: 'OpenSansBold';
}

.search-engine {
    margin-top: 242px;
}
/*.search-engine-roshHashana {
    margin-top: 307px!important;
}*/

.search-engine-robot {
    margin-top: 403px;
}
/*css resets*/
h1,h2,h3,h4,h5,h6,h7 {
    margin: 0;
    font-weight: normal;
}

a,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: #363b48;
}
/*css resets*/

body {
    direction: rtl;
    text-align: right;
    font-family: var(--defaultFont);
    margin: 0;
    padding: 0;
}

.aj-header {
    position: fixed !important;
    /*transition: all 0.3s ease;*/
}

.divider {
    background: url(/Homepage2022/img/header/Line-b.svg) center no-repeat !important;
    background-size: cover ;
    width: 1px;
    height: 27px;
    margin: 0 13px;
}

#help-links {
    position: relative;
    height: 731px;
    background: transparent radial-gradient(closest-side at 42% 50%, #363B48 0%, #30323E 100%) 0% 0% no-repeat padding-box;
}

#help-links img.decorator-right {
    position: absolute;
    right: -165px;
    top: 0;
    bottom: 0;
    margin: auto;
    /*top: 195px;*/
}

#help-links img.decorator-left {
    position: absolute;
    left: 66px;
    top: 140px;
}

#help-links .links-content-container {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 1252px;
    text-align: center;
    margin: 0 auto;
    height: 100%;
}

#help-links .right-section-text {
    /*position: relative;*/
    /*bottom: 50px;*/
    /*align-items: center;*/
    text-align: right;
}
    #help-links .right-section-text:focus-visible {
        outline: 4px solid black;
    }

#help-links .right-section-text h2 {
    color: #38BBBB;
    font-weight: bold;
    font-size: 66px;
}

#help-links .right-section-text div {
    margin: 16px 0 36px;
    color: #fff;
    font-size: 19px;
}

    #help-links .left-section-links {
        display: flex;
        flex-wrap: wrap;
        width: 1200px;
        height: 435px;
        margin: auto;
        justify-items: center;
        align-items: center;
        /*flex-shrink: 0;*/
    }
    
#help-links .left-section-links .referral-box .text {
    color: #363b48;
}

        #help-links .left-section-links .referral-box {
            display: flex;
            flex-direction: column;
            justify-content: center;
            width: 270px;
            height: 192px;
            background: #fff;
            border: 2px solid #363b48;
            border-radius: 16px;
            /*flex: 1 1 261px;*/
            align-items: center;
            font-size: 18px;
            font-weight: bold;
            text-decoration: none;
            /*margin-right: 24px;*/
            margin: auto;
            transition: all 0.3s ease-in-out;
        }

            #help-links .left-section-links .referral-box:hover {
                box-shadow: 0 8px 50px rgb(0 0 0 / 25%);
                transform: scale(1.05);
                /* width: 286px;
                height: 213px;*/
                /* box-shadow: 0px 16px 90px #000000C7;
                transform: scale(1.05);*/
            }
            #help-links .left-section-links .referral-box:focus {
                box-shadow: 0 8px 50px rgb(0 0 0 / 25%);
                transform: scale(1.05);
                outline: 2px solid black;
            }

#help-links .left-section-links .referral-box:nth-child(1):is(:hover, :focus-visible) { color: #c25391; } /*שדרוג קורות חיים*/
#help-links .left-section-links .referral-box:nth-child(2):is(:hover, :focus-visible) { color: #38bbbb; } /*כמה אתם שווים*/
#help-links .left-section-links .referral-box:nth-child(3):is(:hover, :focus-visible) { color: #ff7b2e; } /*כתיבת קורות חיים בחינם*/
#help-links .left-section-links .referral-box:nth-child(4):is(:hover, :focus-visible) { color: #fda308; } /*מחשבוני שכר*/
#help-links .left-section-links .referral-box:nth-child(5):is(:hover, :focus-visible) { color: #15a6f9; } /*הכנה לראיון עבודה*/
#help-links .left-section-links .referral-box:nth-child(6):is(:hover, :focus-visible) { color: #58ad00; } /*ליווי אישי למציאת עבודה*/

#help-links .left-section-links .referral-box:nth-child(-n+3) { align-self: flex-start; }
#help-links .left-section-links .referral-box:nth-child(n+4)  { align-self: flex-end; }

#help-links .left-section-links .referral-box img {
    margin-bottom: 25px;
}