
/*accessibility start*/
#accessibility-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    background-color: rgba(35, 24, 66, 1);
}
li.contrast.access-element:hover {
    background: transparent;
}
.accessibility-menu ul li.active, 
.accessibility-menu ul li:hover {
    background: rgba(35, 24, 66, 1);
}
li.contrast.access-element a {
    color: rgba(35, 24, 66, 1);
}
li.contrast.access-element:hover a {
    color: rgba(35, 24, 66, 1);
}
/*accessibility end*/


[type=email], [type=number], [type=tel], [type=url] {
    direction: rtl;
}


@font-face {
     
}
@font-face {
    font-family: "Noto Sans Hebrew", sans-serif;
}
@font-face {
     
}

body {
    line-height: initial;
    font-family: "Noto Sans Hebrew", sans-serif;
    direction: rtl;
    color: #000000;
    font-size: 20px;
}
.wrapper {
    width: 100%;
    overflow: hidden;
}
.container {
    width: 1440px;
    max-width: 100%;
    padding-left: 72px;
    padding-right: 72px;
}
img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}


/* custom start */
h1, .h1 {
    font-size: 34px;
    font-weight: 700;
}
h2, .h2 {
    font-size: 50px;
}
/* custom end */



/* site-call fixed start */
.site-call {
  position: fixed;
    z-index: 4;
    bottom: 5%;
    right: 3%;
     display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 15px;
}
.whatsapp {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    color: #000000;
}
.whatsapp img {
    width: 48px;
    margin-bottom: 12px;
}
.whatsapp-txt {
    font-size: 17px;
    font-weight: 700;
    padding: 1px 16px;
    background: #fff;
    border-radius: 20px;
    text-decoration: none;
}
.whatsapp:hover {
    color: #000000;
    text-decoration: none;
}
.whatsapp:hover img {
    transform: scale(1.02);
}
/* whatsapp fixed end */



/* footer start */
.footer {
    padding-top: 104px;
    padding-bottom: 84px;
    color: #fff;
    background: url(../img/footer-bg.jpg) no-repeat center;
    background-size: cover;
}
.footer h2,
.footer .h2 {
     
    line-height: 1.05;
    margin-bottom: 32px;
    font-weight: 400;
}
.footer-contact {
    text-decoration: none;
    color: #fff;
    font-size: 28px;
    display: inline-flex;
    align-items: center;
}
.footer-contact img {
    margin-left: 18px;
    width: 34px;
}
.footer-contact span {
    flex: 1;
}
.footer-contact:hover {
    color: #fff;
    text-decoration: none;
    opacity: .8;
}
.footer-logo {
    width: 282px;
    margin: 0 auto;
    display: block;
}
.footer-form {
    width: 570px;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 66px;
}
.footer-form .btn-primary {
    width: 322px;
    max-width: 100%;
    height: 38px;
    border-radius: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #231842;
    font-size: 19px;
    font-weight: 700;
     
    background: #29FFF1;
    border: 1px solid #29FFF1;
}
.footer-form .btn:hover,
.footer-form .btn:active,
.footer-form .btn:focus,
.footer-form .btn:focus:active {
    color: #29FFF1;
    background:transparent;
    border-color: #29FFF1;
}
.footer-form .form-control {
    color: #fff;
     
    font-size: 19px;
    line-height: 25px;
    height: auto;
    min-height: auto;
    padding: 0 0 7px 0 ;
    border: none;
    border-bottom: 1px solid #fff;
    font-weight: 400;
    background:transparent;
    border-radius: 0;
    width: 100%;
    margin-bottom: 0;
}
.input-wrap {
 margin-bottom: 50px;
}
.footer-form .form-control:active,
.footer-form .form-control:focus,
.footer-form .form-control:focus:active {
    border-color: #CB008C;
}
.footer-form input::-webkit-input-placeholder {color:#fff; }
.footer-form input::-moz-placeholder          {color:#fff; }
.footer-form input:-moz-placeholder           {color:#fff; }
.footer-form input:-ms-input-placeholder      {color:#fff; }
.footer-form textarea::-webkit-input-placeholder {color:#fff; }
.footer-form textarea::-moz-placeholder          {color:#fff; }
.footer-form textarea:-moz-placeholder           {color:#fff; }
.footer-form textarea:-ms-input-placeholder      {color:#fff; }
[type=email], [type=number], [type=tel], [type=url] {
    direction: rtl;
}

/* footer end */

@media (max-width: 1199px) {
    .footer-form {
        margin: 0 auto;
    }
}
@media (max-width: 767px) {

    h2, .h2 {
        font-size: 38px;
        margin-bottom: 32px !important;
    }
    body {
        font-size: 16px;
    }
    .container {
        padding-left: 24px;
        padding-right: 24px;
    }
    .footer {
        padding: 48px 0 132px;
    }
    .footer-logo {
        width: 200px;
    }
    .footer h2,
    .footer .h2 {
        font-size: 26px;
        margin-bottom: 8px !important;
    }
     .footer h2 br,
    .footer .h2 br {
        display: none;
    }
    .footer-form .form-control {
        font-size: 22px;
        padding: 12px 0;
        height: auto;
        
    }
    .input-wrap {
margin-bottom: 22px;
    }
     .footer-form .btn-primary {
        font-size: 26px;
        height: 56px;
        width: 100%;
        margin-top: 16px;
    }
    .site-call {
        bottom: 44px;
    }
.footer-contact {
    font-size: 22px;
}
.footer-contact img {
    margin-left: 6px;
    width: 30px;
}

.section {
    padding: 48px 0 !important;
}
h1, .h1 {
    font-size: 17px;
}


}