.elementor-kit-8{--e-global-color-primary:#8A5F3A;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Almoni Bold";--e-global-typography-primary-font-size:55px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Almoni Bold";--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Assistant";--e-global-typography-text-font-size:24px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Almoni Bold";--e-global-typography-accent-font-weight:500;background-color:#18191A;color:var( --e-global-color-text );font-family:"Assistant", 'Assistant', 'Arial', 'Helvetica', sans-serif;font-size:24px;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:#02010100;font-family:"Almoni Bold", 'Assistant', 'Arial', 'Helvetica', sans-serif;font-size:30px;color:#FFFFFF;border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:var( --e-global-color-primary );}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h1{color:var( --e-global-color-primary );font-size:70px;}.elementor-kit-8 h2{color:var( --e-global-color-primary );font-family:"Almoni Bold", 'Assistant', 'Arial', 'Helvetica', sans-serif;font-size:55px;}.elementor-kit-8 h3{color:var( --e-global-color-primary );font-family:"Almoni Bold", 'Assistant', 'Arial', 'Helvetica', sans-serif;font-size:30px;}.elementor-kit-8 input:not([type="button"]):not([type="submit"]),.elementor-kit-8 textarea,.elementor-kit-8 .elementor-field-textual{font-family:"Assistant", 'Assistant', 'Arial', 'Helvetica', sans-serif;font-size:24px;font-weight:500;color:var( --e-global-color-accent );background-color:#020101D4;border-style:solid;border-width:0px 0px 1px 0px;border-color:#868787;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */strong {
    font-weight: 700 !important;
    color: #797979 !important
}
button, .elementor-button {
    width: 211px;
    height: 64.5px;
    display: flex; /* שימוש ב-Flexbox */
    justify-content: center; /* מיקום אופקי של הטקסט במרכז */
    align-items: center; /* מיקום ורטיקלי של הטקסט במרכז */
    box-sizing: border-box; /* מבטיח שגבולות לא ישפיעו על הגובה והרוחב */
    background-color: transparent !important; /* רקע שקוף */
    border: 2px solid #000; /* גבול - שנהי לצבע הרצוי */
    color: #000; /* צבע הטקסט */
    text-align: center; /* מרכז את הטקסט */
    transition: all 0.3s ease; /* מעבר חלק */
    
}

.main-container {
    width: 90vw;
    padding-top: 114px;
    margin: 0 auto; /* ממרכז את הקונטיינר בתוך העמוד */
    box-sizing: border-box; /* מבטיח שה-Padding לא יגרום לחריגה מהרוחב */
}
@media (-webkit-max-device-pixel-ratio: 1.25), (max-resolution: 120dpi) {
    .main-container {
        width: 95%;
        
    }
}

h1, h2, h3, h4, h5, h6, p, span, a, li, button {
    font-size: clamp(12px, 1.5vw, 20px);
}

.mobile-break {
    display: inline; /* שמירה על שורה אחת בדסקטופ */
    font-family: inherit; /* שמירה על הפונט מהאלמנט ההורה */
    font-size: inherit; /* שמירה על גודל הפונט מהאלמנט ההורה */
}

@media (max-width: 1200px) {
    body {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .mobile-break {
        display: block !important;
    }
}
@media (max-width: 768px) {
    body {
        font-size: 14px;
    }
    .main-container {
        width: 100%;
        padding-top: 10px;
        
    }
    
  .iconsarea {
        border-bottom: 2px solid white; /* גבול תחתון לבן */
    }
}

@media (max-width: 480px) {
    body {
        font-size: 12px;
    }
}


.elementor-button:hover {
    background-color: var(--e-global-color-primary) !important;
}

/* ברירת מחדל לכל המסכים */
.hero-container {
    margin-top: -88px;
    min-height: 345px; /* גובה מינימלי */
}

.hero-container h1 {
    margin-bottom: -48px; /* מרווח תחתון לכותרת */
}

/* התאמות למסכים ניידים */
@media (max-width: 768px) {
    .hero-container {
        margin-top: 0; /* ביטול ה-margin-top בנייד */
        min-height: 190px; /* גובה מינימלי מותאם לנייד */
    }

    .hero-container h1 {
        margin-bottom: 5px; /* ביטול ה-margin-bottom לכותרת בנייד */
    }
}

html, body {
    overflow-x: hidden;
}

@media (max-width: 768px) and (orientation: portrait) {
    .bottoms-container { /* החליפי למחלקת הקונטיינר שלך */
        display: flex; /* מגדיר את הפריסה כ-Flexbox */
        justify-content: space-between; /* מפזר את הכפתורים */
        align-items: center; /* ממרכז אותם אנכית */
    }

    .bottoms-container .elementor-widget-button {
        width: 48% !important; /* כל כפתור תופס חצי מהרוחב עם מרווח קטן */
        box-sizing: border-box; /* מבטיח שרוחב כולל את ה-padding */
        margin: 0; /* מסיר מרווחים מיותרים */
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Almoni Bold';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://almarest.rinawebdesign.com/wp-content/uploads/2024/12/AlmoniDLAAA-Bold.woff2') format('woff2'),
		url('https://almarest.rinawebdesign.com/wp-content/uploads/2024/12/AlmoniDLAAA-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Almoni Bold';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: ;
}
/* End Custom Fonts CSS */