@font-face {
    font-family: 'OpenSansHebrew';
    src: url('/fonts/opensanshebrew-regular.ttf') format('truetype'), url('opensanshebrew-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('opensanshebrew-regular.woff') format('woff');
}

html {
    scroll-behavior: smooth;
}

body {
    height: 100%;
    width: 100%;
    font-family: 'OpenSansHebrew', Fallback, sans-serif;
    margin-top: 60px;
    transition: padding-top .2s ease-in-out;
}

.container-fluid {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.navbar {
    min-height: 60px;
    padding: 0;
    background-color: #d4e1e9;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.navbar .navbar-toggler {
    border-radius: 5px;
    border: solid 1px #2b586e;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 12px 15px;
    padding: 0;
    position: relative;
    width: 36px;
    height: 36px;
}

.navbar-toggler-line {
    width: 25px;
    height: 4.2px;
    border-radius: 3px;
    background-color: #2b586e;
    position: absolute;
    top: 0;
    margin-top: 5px;
    left: 0;
    margin-left: 4px;
}

.navbar-toggler-line:first-child {
    top: 2px;
}

.navbar-toggler-line:nth-child(2) {
    top: 10px;
}

.navbar-toggler-line:last-child {
    top: 18px;
}

#navbarNav .nav-item a {
    font-size: 14px;
    color: #2b586e;
    padding-right: 70px;
}

#navbarNav .nav-item:last-child a {
    padding-left: 58px;
}

.navbar .account-info {
    font-size: 18px;
    color: #2b586e;
    padding-right: 28px;
    font-weight: 300;
    align-self: flex-end;
    padding-top: 15px;
}

.navbar .account-info span {
    font-weight: bold;
}

.section-1 {
    text-align: right;
}

h3 {
    font-size: 48px;
}

h4 {
    font-size: 36px;
}

h5 {
    font-size: 27px;
}

.section-1 h3 {
    color: #2b586e;
    margin-top: 137px;
    font-weight: bold;
}

.section-1 h5 {
    color: #2b586e;
    max-width: 410px;
    margin-bottom: 15px;
}

.section-1 p {
    max-width: 460px;
    font-size: 18px;
    color: #333333;
}

.section-2 {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 60px;
}

.section-2 h3 {
    font-weight: bold;
    color: #333;
}

.section-2 h5 {
    color: #333;
}

.section-3 {
    text-align: center;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}

.section-3 p {
    font-size: 24px;
    font-stretch: normal;
    line-height: 1.58;
    color: #333333;
}

.section-3 h4 {
    margin-top: 65px;
}

.section-3 div h4 {
    max-width: 305px;
    margin-left: auto;
    margin-right: auto;
    color: #333;
    font-weight: bold;
}

.section-3 div p {
    max-width: 313px;
    margin: 0 auto;
    color: #333;
    line-height: 1.58;
}

.section-3 div:first-child {
    background-color: #e2f6e2;
}

.section-3 div:first-child h4 {
    max-width: 425px;
    margin-left: auto;
    margin-right: auto;
}

.section-3 div:nth-child(2) {
    background-color: #ebf6f4;
}

.section-3 div:last-child {
    background-color: #d3efe7
}

.section-3 div:first-child p {
    max-width: 345px;
    margin: 0 auto;
}

.section-4 {
    text-align: right;
    background-color: #d4e1e9;
    padding-right: 100px;
}

.section-4 h4 {
    color: #2b586e;
}

.section-4 div:first-child {
    margin-top: 188px;
}

.section-4 div:last-child img {
    border-radius: 20px;
}

.section-4 p {
    font-size: 24px;
    line-height: 1.92;
    color: #2b586e;
    margin-bottom: 122px;
}

.section-5 {
    max-width: 740px;
    margin: 0 auto;
    text-align: center;
    padding-top: 100px;
}

.section-5 h4 {
    font-weight: bold;
    color: #323232;
}

.section-5 .form-container input,
.section-5 .form-container textarea {
    border-radius: 7px;
    border: solid 0.5px #2b586e;
    background-color: #d4e1e9;
    width: 100%;
    margin-bottom: 15px;
    padding-right: 23px;
    font-size: 18px;
}

.section-5 .form-container input {
    height: 40px;
}

.section-5 .form-container [name="phone"] {
    margin-left: 24px;
}

.section-5 .form-container textarea {
    height: 140px;
    padding-top: 15px;
}

.section-5 .send-btn {
    height: 40px;
    border-radius: 7px;
    background-color: #2b586e;
    width: 100%;
    border: none;
    color: #fff;
}

.section-5 .send-btn:hover {
    background-color: rgb(43, 88, 110, 0.8);
}

.section-6 {
    margin-top: 55px;
}

.section-6 p {
    font-size: 18px;
    line-height: 1.78;
    text-align: center;
    color: #323232;
    margin-bottom: 75px;
}

.footer-container {
    height: 50px;
    background-color: #858585;
    padding: 10px;
}

.footer-container p {
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
}

.line-seperator {
    width: 75px;
    height: 1px;
    border: solid 1px #333333;
    margin: 25px auto 17px auto;
    display: block;
    text-align: center;
}

.right-direction {
    direction: rtl;
}

.hidden-desktop {
    display: none;
}

.img-responsive {
    max-width: 100%;
    width: 100%;
    height: auto;
}

@media (min-width: 769px) {
    .section-1 div:last-child {
        padding-right: 0;
    }
    .section-1 .info-content {
        max-width: 460px;
        margin: 0 auto;
    }
    .section-1 div:last-child img {
        float: right;
    }
    .section-3 div {
        min-height: 425px;
    }
    .section-4 div:last-child {
        margin-bottom: 122px;
        margin-top: 122px;
        padding-right: 101px;
    }
    .hidden-mobile {
        display: block;
    }
}

@media (max-width: 768px) {
    #navbarNav .nav-item:last-child a {
        padding-left: 0;
    }
    #navbarNav .nav-item a {
        height: 65px;
        background-color: #2b586e;
        text-align: center;
        color: #fff;
        margin: 15px;
        padding-right: 0;
        margin-bottom: 0;
        font-size: 27px;
    }
    .navbar-collapse {
        background-color: #fff;
        z-index: 9999;
    }
    .navbar-toggler {
        margin: 10px;
        margin-left: 15px;
    }
    .navbar-nav {
        padding-right: 0;
    }
    .hidden-mobile {
        display: none;
    }
    .hidden-desktop {
        display: block;
    }
    .name-info {
        padding-right: 10px;
        font-size: 14px;
        color: #2b586e;
        font-weight: bold;
    }
    .section-1 h3 {
        margin-top: 20px;
        font-size: 36px;
        max-width: 280px;
    }
    .section-1 h5 {
        font-size: 24px;
        max-width: 280px;
    }
    .section-1 p {
        max-width: 280px;
    }
    .section-2 {
        margin-top: 25px;
        margin-bottom: 20px;
    }
    .section-2 h3 {
        font-size: 36px;
    }
    .section-2 h5 {
        font-size: 18px;
        line-height: 1.56;
    }
    .section-3 {
        width: 100%;
        margin-bottom: 30px;
    }
    .section-3 div {
        margin-bottom: 10px;
    }
    .section-3 div h4 {
        margin-top: 40px;
        font-size: 27px;
    }
    .section-3 div p {
        font-size: 18px;
        line-height: 1.78;
        padding-bottom: 40px;
    }
    .section-4 {
        padding-right: 0;
    }
    .section-4 div:first-child {
        margin-top: 25px;
    }
    .section-4 div:last-child {
        padding: 35px;
    }
    .section-4 p {
        font-size: 18px;
        line-height: 2;
        max-width: 280px;
        margin-bottom: 0;
    }
    .section-5 {
        padding-top: 35px;
    }
    .section-5 h4 {
        font-size: 27px;
    }
    .section-5 .form-container input,
    .section-5 .form-container textarea {
        padding-right: 15px;
    }
    .section-6 {
        margin-top: 35px;
    }
    .section-6 p {
        margin-bottom: 25px;
    }
    .footer-container {
        height: auto;
        padding: 30px 20px;
    }
    .line-seperator {
        margin: 20px auto;
    }
}