:root
{
    --fw-xthin: 100;
    --fw-thin: 200;
    --fw-light: 300;
    --fw-regular: 400;
    --fw-medium: 500;
    --fw-semibold: 600;
    --fw-bold: 700;
    --fw-xbold: 800;
}
html {
     font-size: 100%;
     /* scroll-behavior: smooth; */
     /* overflow-y:auto; */
     /* scroll-snap-type: y proximity; */
}
h1 {
  font-size: clamp(2rem, 6vw, 4rem); /* Fluid scaling for headings */
}

#title-bar {
  position: fixed;
  left: env(titlebar-area-x, 0);
  top: env(titlebar-area-y, 0);
  height: env(titlebar-area-height, 50px);
  width: env(titlebar-area-width, 100%);
}
html
{
  /*scrollbar-gutter: stable;*/
}
body {
    margin: 0 auto;
    width: 100%;
    background: var(--main-bg-color);
    /* font-family: "Poppins", "Roboto Flex", "sans-serif"; */
}
@font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto/static/Roboto-Thin.ttf') format('truetype');
    font-weight:var(--fw-thin);
    font-style: normal;
  }
  

  
  @font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto/static/Roboto-Light.ttf') format('truetype');
    font-weight:var(--fw-light);
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto/static/Roboto-Regular.ttf') format('truetype');
    font-weight:var(--fw-regular);
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto/static/Roboto-Medium.ttf') format('truetype');
    font-weight:var(--fw-medium);
    font-style: normal;
  }
  

  
  @font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto/static/Roboto-Bold.ttf') format('truetype');
    font-weight:var(--fw-semibold);
    font-style: normal;
  }
  @font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto/static/Roboto-Black.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }




  
  @font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto/static/Roboto-LightItalic.ttf') format('truetype');
    font-weight:var(--fw-light);
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto/static/Roboto-Italic.ttf') format('truetype');
    font-weight:var(--fw-regular);
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto/static/Roboto-MediumItalic.ttf') format('truetype');
    font-weight:var(--fw-medium);
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto/static/Roboto-SemiBoldItalic.ttf') format('truetype');
    font-weight:var(--fw-semibold);
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto/static/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
  }
  

@font-face {
    font-family: 'Manrope';
    src: url('./fonts/Manrope/static/Manrope-ExtraLight.ttf') format('truetype');
    font-weight:200;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Manrope';
    src: url('./fonts/Manrope/static/Manrope-Light.ttf') format('truetype');
    font-weight:300;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Manrope';
    src: url('./fonts/Manrope/static/Manrope-Regular.ttf') format('truetype');
    font-weight:400;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Manrope';
    src: url('./fonts/Manrope/static/Manrope-Medium.ttf') format('truetype');
    font-weight:500;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Manrope';
    src: url('./fonts/Manrope/static/Manrope-SemiBold.ttf') format('truetype');
    font-weight:600;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Manrope';
    src: url('./fonts/Manrope/static/Manrope-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Manrope';
    src: url('./fonts/Manrope/static/Manrope-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
  }




  @font-face {
    font-family: 'Roboto Mono';
    src: url('./fonts/Roboto_Mono/static/RobotoMono-Thin.ttf') format('truetype');
    font-weight:var(--fw-xthin);
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Roboto Mono';
    src: url('./fonts/Roboto_Mono/static/RobotoMono-ExtraLight.ttf') format('truetype');
    font-weight:var(--fw-thin);
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Roboto Mono';
    src: url('./fonts/Roboto_Mono/static/RobotoMono-Light.ttf') format('truetype');
    font-weight:var(--fw-light);
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Roboto Mono';
    src: url('./fonts/Roboto_Mono/static/RobotoMono-Regular.ttf') format('truetype');
    font-weight:var(--fw-regular);
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Roboto Mono';
    src: url('./fonts/Roboto_Mono/static/RobotoMono-Medium.ttf') format('truetype');
    font-weight:var(--fw-medium);
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Roboto Mono';
    src: url('./fonts/Roboto_Mono/static/RobotoMono-SemiBold.ttf') format('truetype');
    font-weight:var(--fw-semibold);
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Roboto Mono';
    src: url('./fonts/Roboto_Mono/static/RobotoMono-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Roboto Mono';
    src: url('./fonts/Roboto_Mono/static/RobotoMono-ThinItalic.ttf') format('truetype');
    font-weight:var(--fw-xthin);
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Roboto Mono';
    src: url('./fonts/Roboto_Mono/static/RobotoMono-ExtraLightItalic.ttf') format('truetype');
    font-weight:var(--fw-thin);
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Roboto Mono';
    src: url('./fonts/Roboto_Mono/static/RobotoMono-LightItalic.ttf') format('truetype');
    font-weight:var(--fw-light);
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Roboto Mono';
    src: url('./fonts/Roboto_Mono/static/RobotoMono-Italic.ttf') format('truetype');
    font-weight:var(--fw-regular);
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Roboto Mono';
    src: url('./fonts/Roboto_Mono/static/RobotoMono-MediumItalic.ttf') format('truetype');
    font-weight:var(--fw-medium);
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Roboto Mono';
    src: url('./fonts/Roboto_Mono/static/RobotoMono-SemiBoldItalic.ttf') format('truetype');
    font-weight:var(--fw-semibold);
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Roboto Mono';
    src: url('./fonts/Roboto_Mono/static/RobotoMono-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
  }
  




body.overflow-hidden {
    overflow-y: hidden;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Manrope", "Roboto Flex", "sans-serif";
    /* color: #000; */
    /* -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; */
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    /* outline: none !important; */
    /* font-size: calc(16px + (20 - 16) * (100vw - 320px) / (2560 - 320)); */
    /* font-size: clamp(14px, 1vw, 16px); */
}


*:focus-visible
{
   outline: var(--main-primary-color);
   outline-width: 1px;
   outline-style: solid;
}

a {
    color: #000;
}

.prev {
}

button {
    border: none;
    outline: none;
    background: unset;
}

.clear {
    clear: both;
}

li {
    list-style: none;
}

/* li.post-menuitem a {
} */
h2, h4 {
}

a {
    text-decoration: none;
}

a {
}

p {
    font-size: var(--fs-xsm);
}

.grid-end {
    display: grid;
    justify-content: end;
}

.grid-center
{
  align-content:center;
}
.p_relative {
    position: relative;
}

.block {
    display: block;
}

.underline {
    text-decoration: underline;
    text-decoration-color: #e21221;
    text-decoration-thickness: 2px;
    text-underline-offset: 8px;
}

input[placeholder]::-webkit-input-placeholder, textarea[placeholder]::-webkit-input-placeholder {
    transition: opacity 0.5s 0.5s ease;
}

input[placeholder]:focus::-webkit-input-placeholder, textarea[placeholder]:focus::-webkit-input-placeholder {
    opacity: 0;
}

.main-blog-section .blog-section-content .blog-section-post-par p {
    color: #000000;
    font-size: 1.5rem;
    font-weight: normal;
    font-family: "Roboto Flex";
    line-height: 25px;
}

input:-internal-autofill-selected {
    background-color: black;
    background-color: -internal-light-dark(rgb(232, 240, 254), rgba(70, 90, 126, 0.4)) !important;
}

.dot-red {
    color: #ff0000;
}

.down-arrow {
    display: grid;
    width: 100%;
    /* grid-template-columns: 100%; */
    /* background: blanchedalmond; */
    padding: 50px 0;
    align-content: end;
}

.down-arrow > div {
    display: grid;
    grid-template-columns: auto;
    place-content: center;
}

.down-arrow > div i {
    font-size: 4rem;
    -webkit-animation-name: animTopBottom;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-name: animTopBottom;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    display: block;
    position: relative;
    animation-fill-mode: forwards;
    animation-direction: alternate;
    transition: 4s cubic-bezier(0.4, 0, 1, 1) 2s;
}

div.up-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 3;
    cursor: pointer;
    color: var(--main-blueblack-secondary-color);
    background: var(--main-white-pure-color);
}


input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important; /* Αλλάζει το φόντο */
    -webkit-text-fill-color: #000 !important; /* Αλλάζει το χρώμα κειμένου */
}

input
{
  font-size:var(--fs-xsm);
  font-size: 16px;
}
input:disabled
{
    /* background:red; */
}