.elementor-kit-10{--e-global-color-primary:#1953CE;--e-global-color-secondary:#EA1A1A;--e-global-color-text:#000000;--e-global-color-accent:#FEBC1F;--e-global-color-e9110a2:#FFFFFF;--e-global-color-aa4c776:#00000029;--e-global-color-244d7b3:#E6E6E6;--e-global-color-91120ef:#2869F3;--e-global-color-4b8e617:#000000D9;--e-global-color-b8b0078:#012775;--e-global-typography-primary-font-family:"Karantina";--e-global-typography-primary-font-size:150px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:0.9em;--e-global-typography-secondary-font-family:"Karantina";--e-global-typography-secondary-font-size:50px;--e-global-typography-secondary-font-weight:bold;--e-global-typography-secondary-letter-spacing:1.5px;--e-global-typography-text-font-family:"Heebo";--e-global-typography-text-font-size:30px;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Heebo";--e-global-typography-accent-font-size:27px;--e-global-typography-accent-font-weight:bold;--e-global-typography-65de295-font-family:"Heebo";--e-global-typography-65de295-font-size:18px;--e-global-typography-65de295-font-weight:normal;--e-global-typography-65de295-font-style:normal;--e-global-typography-65de295-line-height:25px;--e-global-typography-7c55993-font-family:"Heebo";--e-global-typography-7c55993-font-size:18px;--e-global-typography-7c55993-font-weight:bold;--e-global-typography-7c55993-line-height:25px;}.elementor-kit-10 a{color:var( --e-global-color-text );}.elementor-kit-10 a:hover{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-container{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-container{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-10{--e-global-typography-primary-font-size:85px;--e-global-typography-secondary-font-size:43px;--e-global-typography-text-font-size:25px;--e-global-typography-accent-font-size:23px;--e-global-typography-65de295-font-size:17px;--e-global-typography-65de295-line-height:20px;--e-global-typography-7c55993-font-size:17px;--e-global-typography-7c55993-line-height:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-container{--container-max-width:767px;}}/* Start custom CSS */.pointer {cursor: pointer;}

/*disable horizontal scroll*/
html, body{
  max-width: 100%;
  overflow-x: hidden;
}


/*hide the ugly highlight of the imgs*/
img {
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}




/*edit the scroll bar*/
/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #FEBC1F; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #2869F3; 
}

::selection {
  color:#FEBC1F;
  background:#2869F3;
}/* End custom CSS */