.elementor-kit-14{--e-global-color-primary:#000000;--e-global-color-secondary:#FBE732;--e-global-color-text:#FBFBFB;--e-global-color-accent:#ED2726;--e-global-color-2a95b0a:#FFFFFF;--e-global-color-f898f31:#FFFEFE;--e-global-color-0d046a4:#E9E9E9;--e-global-color-c6c574f:#F9F9F9;--e-global-color-7ad78f4:#FFFFFFE6;--e-global-color-8630d9f:#7E222200;--e-global-color-b500f0a:#FFFFFF;--e-global-color-fa0b09e:#000000;--e-global-typography-primary-font-family:"Rubik";--e-global-typography-primary-font-size:45px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Rubik";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:300;--e-global-typography-secondary-text-transform:capitalize;--e-global-typography-text-font-family:"Rubik";--e-global-typography-text-font-size:25px;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"Rubik";--e-global-typography-accent-font-size:32px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:capitalize;--e-global-typography-accent-line-height:1.2em;background-color:var( --e-global-color-b500f0a );}.elementor-kit-14 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;--container-default-padding-top:10px;--container-default-padding-right:10px;--container-default-padding-bottom:10px;--container-default-padding-left:10px;}.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-kit-14{--e-global-typography-primary-font-size:32px;--e-global-typography-secondary-font-size:18px;--e-global-typography-text-font-size:15px;--e-global-typography-accent-font-size:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-14{--e-global-typography-primary-font-size:34px;--e-global-typography-secondary-font-size:23px;--e-global-typography-text-font-size:19px;--e-global-typography-accent-font-size:23px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-button-content-wrapper{
    pointer-events: none;
}
.elementor-button span{
    pointer-events: none;
}

.shadow-1 div div a {
    box-shadow: 0px 2px 4px 2px  var( --e-global-color-accent );
}

.container-shadow-1 {
      box-shadow: 0px 0px 200px -80px  var( --e-global-color-accent );
}


p b,
p strong,
strong,
b,
span[style*="font-weight"]:not([style*="color"])  {
  color: var(--e-global-color-accent) !important;
}



html, body {
    max-width: 100%;
    overflow-x: hidden;
    direction: rtl;
  
}

::-webkit-scrollbar {
    width: 4px;  /* Set the width of the scrollbar */
    height: 4px; /* Set the height of the scrollbar */
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;  /* Background of the track */
    border-radius: 8px;  /* Round corners of the track */
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;  /* Color of the scrollbar handle */
    border-radius: 8px;  /* Round corners of the handle */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;  /* Change color of the handle on hover */
}/* End custom CSS */