/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 04 2024 | 08:41:57 */
/*-------------- G E N E R A L ---------------*/
*{outline:0!important;list-style:none;text-decoration:none}
.page,.post{margin:0}
p{margin:0}
.widget,.elementor-widget:not(:last-child){margin:0}
::selection{background:#232323;color:#fff}
::-webkit-scrollbar{background:#d6d6d6}
::-webkit-scrollbar-thumb{background:#ddd}
::-webkit-scrollbar-thumb:hover{background:#c1c1c1}
.full-width-btn,.full-width-btn a{width:100%}
.rtl .wpcf7 input[type="url"],.rtl .wpcf7 input[type="email"],.rtl .wpcf7 input[type="tel"] {text-align: right;}
.elementor-text-editor p {margin: 0 0 15px 0;}
form[data-status="submitting"] input.wpcf7-submit {background: #c9c9c9;pointer-events: none;}
h1, h2, h3, h4, h5, h6, p, a, span, div, button, input, textarea {font-family: "Noto Sans Hebrew";}


/*-------------- E X T R A S ---------------*/
.home footer#colophon {
	padding-top: 100px;
    min-height: 100vh;
}
.home header#masthead, .home div#content {
    display: none;
}
.marketing .elementor-widget-container a {
    display: inline-block;
    margin: 15px 0 0;
    padding: 3px 10px 7px;
    font-size: 30px;
    background: #D57272;
    color: #002B47;
    font-weight: 600;
}
.advantages .banner {
    display: none;
}
.advantages .btn.active, #advantages .banner.active {
    display: block !important;
}
.advantages .elementor-widget-button.active a.elementor-button {
    background: #D57272;
}




/*------ H E A D E R -----*/
header#masthead {
    position: sticky;
    top: 0;
    background: #002B47;
    z-index: 999;
}
.header-top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1650px;
    margin: auto;
    padding: 15px 20px;
	transition: all 0.35s ease-in-out;
}
.header-top-bar ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
.header-top-bar ul li a {
    display: block;
    padding: 0 12px;
    font-size: 19px;
    color: #fff;
	transition: all 0.35s ease-in-out;
}
.header-top-bar ul li a:Hover {
    color: #729B80;
}
.header-top-bar ul li a img {
	transition: all 0.35s ease-in-out;
}




/*----------------- F O O T E R ------------------*/

div#content {
    position: relative;
    z-index: 9;
}
footer#colophon {
    position: relative;
    padding: 100px 20px 20px 20px;
    background-image: url(/wp-content/uploads/2024/06/Generative-Fill.png);
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    z-index: 0;
}
footer#colophon:after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(50% - 625px);
    width: 1250px;
    height: 100%;
    background-image: url(/wp-content/uploads/2024/06/468.png);
    background-size: 35% auto;
    background-repeat: no-repeat !important;
    background-position: right bottom;
    z-index: 8;
    pointer-events: none;
}
.footer-middle {
    max-width: 1250px;
    margin: auto;
}
.footer-middle .footer-middle-first {
    text-align: center;
}
.footer-middle .footer-middle-first img {
    height: 75px;
}
.footer-middle-second .flex-box {
    position: relative;
    display: flex;
    align-items: flex-start;
    z-index: 9;
}
.footer-middle-second .flex-box .col-1 {
    width: 40%;
}
.footer-middle-second .flex-box .box {
    width: 60%;
    color: #fff;
    font-size: 25px;
    font-weight: 300;
	line-height: 1.2;
}
.footer-middle-second .flex-box .box .title {
    margin: 20px 0 5px;
    font-size: 40px;
    font-weight: 800;
}
.footer-middle-second .flex-box .box b {
    display: block;
    font-weight: 600;
}
.footer-middle-second .flex-box .box .actions {
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.footer-middle-second .flex-box .box .actions a {
    display: block;
    font-size: 31px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}
.footer-middle-second .flex-box .box .actions a:hover {
    color: #729B80;
}
.footer-middle-second .flex-box .box .actions a:first-child {
    margin: 0 0 0 15px;
    padding: 0 0 0 15px;
    border-left: solid 2px #729B80;
}
.footer-bottom {
	position: relative;
    margin: 50px 0 0;
    text-align: center;
	z-index: 9;
}
.footer-bottom .back-to-top {
    display: inline-flex;
    align-items: center;
    margin: 0 0 30px;
    font-size: 29px;
    color: #729B80;
	cursor: pointer;
}
.footer-bottom .back-to-top img {
    margin: 0 10px -5px 0;
}
.footer-bottom .credit {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-bottom .credit {
    direction: ltr;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-bottom .credit a {
    display: flex;
    align-items: center;
    margin: 0 5px 0 0;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
}
.footer-bottom .credit a span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 7px;
    color: #729B80;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}
.footer-bottom .credit a:hover span {
    transform: rotate(360deg);
}
form .flex-box .row {
    display: flex;
}
form .flex-box .row-1 .input {
    width: calc(33.3% - 10px);
    margin: 0 5px 10px;
}
form .flex-box .row input {
	direction: rtl;
    display: block;
    width: 100%;
    padding: 10px;
    background: none;
    border-radius: 0;
    border: solid 2px #0F2B45;
    color: #0F2B45;
    font-family: 'Noto Sans Hebrew';
    font-size: 25px;
}
form .flex-box .row input::placeholder {
    color: #0F2B45;
}
form .flex-box .row-2 .input:not(.send) {
    width: calc(80% - 10px);
    margin: 0 5px;
}
form .flex-box .row-2 .input.send {
    width: calc(20% - 10px);
    margin: 0 5px;
}
form .flex-box .row-2 .input.send input {
    padding: 16px;
    background: #7C9A82;
    color: #fff;
    border-color: #7C9A82;
    cursor: pointer;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    padding: 20px;
    text-align: center;
    font-size: 20px;
}









/*------ F O R M -------*/
.wpcf7-not-valid{border:solid 1px #cd3232 !important;}
span.wpcf7-not-valid-tip{font-family:heebo;color:#cd3232;font-size:13px;}
.wpcf7-validation-errors, div.wpcf7-acceptance-missing{display:none !important;}
div.wpcf7-mail-sent-ok{border:none;font-family:heebo;font-size:30px;margin:0;padding:0;}
div.wpcf7-mail-sent-ok::after{display:block;margin:-7px 0 0 0;content:"תודה שפנית אלינו, נחזור בהקדם האפשרי";font-family:heebo;font-size:14px;}


/*-------- Mobile Menu BTN --------*/
.mobile-menu-btn{display:inline-block;height:30px;margin-bottom:5px;}
.mobile-menu-btn .line{display:inline-block;position:relative;width:30px;height:3px;background-color:#fff;transition-property:background-color, transform;transition-duration:300ms;}
.mobile-menu-btn .line:before,.mobile-menu-btn .line:after{content:'';display:block;width:30px;height:3px;position:absolute;background:#fff;transition-property:margin, transform;transition-duration:300ms;}
.mobile-menu-btn .line:before{margin-top:-10px;}
.mobile-menu-btn .line:after{margin-top:10px;}
.mobile-menu-btn.open .line{background:rgba(0, 0, 0, 0);}
.mobile-menu-btn.open .line:before{margin-top:0;transform:rotate(45deg);}
.mobile-menu-btn.open .line:after{margin-top:0;transform:rotate(-45deg);}