.elementor-kit-15{--e-global-color-primary:#5AC3EB;--e-global-color-secondary:#A2E5FF;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-4adf1140:#C8C7C7;--e-global-color-4540e7fc:#C4C3C3;--e-global-color-1b7830c2:#000;--e-global-color-4c73bcf1:#FFF;--e-global-color-7ea96fda:#454545;--e-global-color-b21a1bc:#D7D7D7;--e-global-color-7cce1a1:#1F1A17;--e-global-color-dee79c1:#F6F6F6;--e-global-color-47a26c6:#384F80;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Honemi Typeface", Sans-serif;font-weight:200;letter-spacing:0.8px;--e-page-transition-entrance-animation:e-page-transition-slide-out-up;--e-page-transition-animation-duration:1000ms;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:#FFF;--e-preloader-size:50px;}.elementor-kit-15 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-kit-15 h1{font-family:"Honemi Typeface", Sans-serif;}.elementor-kit-15 h2{font-family:"Honemi Typeface", Sans-serif;font-weight:200;}.elementor-kit-15 h4{font-family:"Honemi Typeface", Sans-serif;font-weight:200;}.elementor-kit-15 h5{font-family:"Honemi Typeface", Sans-serif;font-weight:300;}.elementor-kit-15 button,.elementor-kit-15 input[type="button"],.elementor-kit-15 input[type="submit"],.elementor-kit-15 .elementor-button{font-family:"Honemi Typeface", Sans-serif;font-weight:300;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1800px;}.e-con{--container-max-width:1800px;}.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);}@media(max-width:1200px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}.elementor-kit-15{--e-page-transition-entrance-animation:e-page-transition-slide-out-up;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}.elementor-kit-15{--e-page-transition-entrance-animation:e-page-transition-slide-out-up;}}/* Start custom CSS */.rotating-bg {
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF; /* white background */
}

/* Rotating serif pattern layer */
.rotating-bg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250%; /* make layer larger than section */
  height: 250%;
  transform: translate(-50%, -50%) rotate(0deg);
  background-image: url('data:image/svg+xml;utf8,<svg width="140" height="140" xmlns="http://www.w3.org/2000/svg"><text x="50%" y="50%" dy=".35em" text-anchor="middle" font-size="42" font-family="Noto Serif Display, Times New Roman, serif" fill="%23E0E0E0" opacity="0.35">E</text></svg>');
  background-repeat: repeat;
  background-size: 180px 180px; /* adjust spacing between letters */
  animation: rotateBackground 100s linear infinite;
  transform-origin: center center;
  z-index: 0;
}

/* Smooth rotation */
@keyframes rotateBackground {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Keep content above animation */
.rotating-bg > * {
  position: relative;
  z-index: 2;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Honemi Typeface';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://www.epicblue.gr/wp-content/uploads/Nohemi-Thin.woff2') format('woff2'),
		url('https://www.epicblue.gr/wp-content/uploads/Nohemi-Thin.woff') format('woff');
}
@font-face {
	font-family: 'Honemi Typeface';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://www.epicblue.gr/wp-content/uploads/Nohemi-Light.woff2') format('woff2'),
		url('https://www.epicblue.gr/wp-content/uploads/Nohemi-Light.woff') format('woff');
}
@font-face {
	font-family: 'Honemi Typeface';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://www.epicblue.gr/wp-content/uploads/Nohemi-Regular.woff2') format('woff2'),
		url('https://www.epicblue.gr/wp-content/uploads/Nohemi-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Honemi Typeface';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://www.epicblue.gr/wp-content/uploads/Nohemi-Medium.woff2') format('woff2'),
		url('https://www.epicblue.gr/wp-content/uploads/Nohemi-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Honemi Typeface';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.epicblue.gr/wp-content/uploads/Nohemi-SemiBold.woff2') format('woff2'),
		url('https://www.epicblue.gr/wp-content/uploads/Nohemi-SemiBold.woff') format('woff');
}
/* End Custom Fonts CSS */