@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:100,300,400,500,700,800,900|M+PLUS+Rounded+1c:100,300,400,500,700,800,900&display=swap&subset=hebrew');
img{
    max-width: 100%;
}
.bg-gradient-primary {
    background: url(../img/home_main.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position-y: 145px !important;
}


/* RTL */
body{
    direction: rtl;
    text-align: right;
}


/* define button colors*/
.btn-outline-peach{
    color: #000;
    border-color: #000;
}

.btn-lightgreen{
    background: #000;
    border-color: #000;
    color: white;
}

.testimonials{
    background: #f9f9f9 !important;
}
.modal-footer .close {
    margin: -1rem -1rem -1rem auto;
    padding: 1.25rem;
}
.modal-footer{
    flex-wrap: initial;
}
.modal .modal-header a.btn-block ,.modal .modal-footer a.btn-block{
max-width:200px;
}
.footer {
    position: relative;
    overflow: hidden;
    overflow: hidden;
    max-width: 1990px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
}
.card .svg-inject{width: 100%;}
.modalForm{border: none}
.upDown{
    margin-top: 5px;
    -webkit-animation: action 1s infinite  alternate;
    animation: action 1s infinite  alternate;
}

.card {
    min-height: initial;
}

@-webkit-keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.btn.btn-primary{width: 100%; background: #e7b5a9; border: #e7b5a9}
@media (min-width:1140px){

    .subjectContainer {
        min-height: 300px;
    }
}
@media (min-width:1200px){
    .modal .modal-dialog{
        max-width: 1200px;
    }
    #contactUsmodal .modal-dialog {
        max-width: 360px;
        text-align: center;
    }
}


@media only screen and (max-width: 600px) {
    html,body{
        overflow-x: hidden;
    }
    .desktop{
        display: none;
    }

    .bg-gradient-primary {
        background: url(../img/home_main.jpg) !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position-y: 0px;
        background-position-x: -340px !important;
        background-position-y: 65px !important;
    }

    .section-rotate {
        position: relative;
        z-index: 0;
        overflow: hidden;
        padding-top: 4rem;
        padding-bottom: 0rem;
        background: transparent;
    }

    .lead {
        font-size: 1.125rem;
        font-weight: 300;
        line-height: 1.3;
    }

    .main-section-text{
        width: 73%;
        margin-top: 60px;
    }
    #navbar-top-main{
        display:none !important;
    }
    nav#navbar-main {
        background-color: #fff !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
    #features-features-21 > section{
        background:none !important;
    }
    .mapContact{
        flex-direction: column-reverse;
    }
    .mapContact > .col-lg-5{
        margin-bottom: 25px;
    }
}

