.elementor-kit-6{--e-global-color-primary:#9E9286;--e-global-color-secondary:#121212;--e-global-color-text:#FFFFFF;--e-global-color-accent:#9E9286;--e-global-color-31d9a16:#121212;--e-global-color-7984727:#121212;--e-global-color-24ebfb0:#9E9286;--e-global-typography-primary-font-family:"Abril Fatface";--e-global-typography-primary-font-size:3em;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-letter-spacing:2px;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"mavin";--e-global-typography-text-font-size:1em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-31d9a16 );background-image:url("https://dorci.ae/wp-content/uploads/2024/10/bkg_line.svg");background-position:top center;background-repeat:repeat-y;background-size:auto;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#FFFFFF00;font-family:"mavin", Sans-serif;font-weight:100;font-style:normal;letter-spacing:3.1px;color:var( --e-global-color-text );border-radius:0px 0px 0px 0px;padding:5px 10px 5px 10px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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 */span .elementor-button-text, .border-underline {
  display: inline;
  border-bottom: 0px solid white;
  
/*   border-bottom: 2px dashed green;
  border-bottom: 2px dotted green; */
}

/* CSS */
.underline-effect {
    position: relative;
    text-decoration: none;
    color: inherit;
}

.underline-effect::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #fff;
    border-radius: 0px;
    transform: scaleX(0);
    transition: transform 0.2s linear;
}

.underline-effect:hover::before {
    transform: scaleX(1);
}

.underline-effect-off {
    position: relative;
    text-decoration: none;
    color: inherit;
}

.underline-effect-off::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #fff;
    border-radius: 0px;
    transform: scaleX(1);
    transition: transform 0.2s linear;
}

.underline-effect-off:hover::before {
    transform: scaleX(0);
}
.underline-effect-off-green {
    position: relative;
    text-decoration: none;
    color: inherit;
}

.underline-effect-off-green::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #15CDA7;
    border-radius: 0px;
    transform: scaleX(1);
    transition: transform 0.2s linear;
}

.underline-effect-off-green:hover::before {
    transform: scaleX(0);
}

.border-underline {display: inline; border-bottom:1px solid white;}


img {transition: all 0.3s ease-in-out;}

.container2:hover img {transform: scale(1.25)}

h2 {transition: all 0.3s ease-in-out;}

.container2:hover h2 {color: white!important}

.container2 {background-color: #121212;transition: all 0.3s ease-in-out;}

.e-n-menu-title-text {
    cursor: pointer!important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Abril Fatface';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://dorci.ae/wp-content/uploads/2024/12/AbrilFatface-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'mavin';
	font-display: auto;
	src: url('https://dorci.ae/wp-content/uploads/2024/12/MavenPro-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */