@import"https://fonts.googleapis.com/css?family=Varela+Round&display=swap&subset=hebrew";
@import"https://fonts.googleapis.com/css?family=Heebo:400,700&display=swap&subset=hebrew";
html,
body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    direction: rtl;
    text-align: center;
    font-family: "Heebo", sans-serif
}

*:not(i) {
    transition: all .4s ease;
    outline: none !important
}

h1 {
    font-size: 46px;
    color: #182e3b
}

h2 {
    font-size: 32px;
    color: #182e3b
}

h3 {
    font-size: 20px;
    color: #182e3b
}

p {
    font-size: 16px;
    color: #182e3b
}

section {
    padding-top: 20px;
    padding-bottom: 20px
}

.loader {
    vertical-align: middle;
    display: inline-block;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #123942;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 2s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.btn.is-primary {
    color: #fff;
    background: #e2e3e7;
    border: 2px solid #e2e3e7;
    border-radius: 0px 6px 6px 6px;
    padding: 10px 25px;
    box-shadow: -4px -4px 8px rgba(0, 0, 0, .25);
    font-weight: 700
}

.btn.is-primary:hover,
.btn.is-primary:focus {
    color: #e2e3e7;
    background: #eee
}

.btn.is-secondary {
    color: #fff;
    background: #fed322;
    border: 2px solid #fed322;
    border-radius: 0px 6px 6px 6px;
    padding: 10px 25px;
    box-shadow: -4px -4px 8px rgba(0, 0, 0, .25);
    font-weight: 700
}

.btn.is-secondary:hover,
.btn.is-secondary:focus {
    color: #fed322;
    background: #eee;
    border-color: #fed322
}

@media screen and (min-width: 992px) {
    .right {
        float: right
    }
    .left {
        float: left
    }
}

@media screen and (max-width: 600px) {
    section {
        padding-top: 30px;
        padding-bottom: 30px
    }
    h1 {
        font-size: 30px !important
    }
    h2 {
        font-size: 24px !important
    }
    h3 {
        font-size: 18px !important
    }
    p,
    li {
        font-size: 14px !important
    }
    .title {
        margin-bottom: 20px
    }
}

section#intro {
    padding: 0;
    background-color: #f5f5f5
}

section#intro .card {
    max-width: 768px;
    margin: auto;
    width: 100%;
    background-color: #fff;
    padding-bottom: 20px
}

section#intro .card-head {
    height: 160px;
    background: url(../images/bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    border-bottom: 5px solid #22282f;
    position: relative;
    margin-bottom: calc(320px / 4)
}

section#intro .card-head .logo {
    margin: auto;
    border: 5px solid #22282f;
    border-radius: 50%;
    width: 320px;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: calc(-320px / 4);
    transform: translatex(-50%)
}

section#intro .card-head .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

section#intro .card-body {
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 600px;
    margin: auto;
    width: calc( 100% - 30px)
}

section#intro .card-body .title {
    margin-bottom: 40px
}

section#intro .card-body .title h2 {
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 0
}

section#intro .card-body .title p {
    font-size: 30px;
    line-height: 20px
}

section#intro .card-body .social {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}
section#intro .card-body .social .social_box {
    padding-left: 0px;
    padding-right: 0px;
}

section#intro .card-body .social a {
    color: #22282f;
    width: calc(100% / 3 - 15px);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px
}

section#intro .card-body .social a:hover .social-icon,
section#intro .card-body .social a:focus .social-icon {
    background-position-x: 40px
}

section#intro .card-body .social a .social-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-image: linear-gradient(to right, #3e5da7, #4479bc);
    background-position-x: 0;
    margin: auto;
    margin-bottom: 15px
}

section#intro .card-body .social a .social-icon i {
    color: #fff;
    font-size: 45px;
    line-height: 80px
}

section#intro .card-body .social a .social-icon p {
    color: #22282f;
    font-size: 20px
}

section#intro .card-body .btn-save a {
    border-radius: 25px;
    background-image: linear-gradient(to right, #22282f, #424e5b);
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    background-position-x: 0px
}

section#intro .card-body .btn-save a:hover,
section#intro .card-body .btn-save a:focus {
    background-position-x: 300px
}

@media screen and (max-width: 550px) {
    section#intro .card-head .logo {
        width: 250px;
        height: 250px;
        bottom: -110px;
    }
}

