@font-face {
    font-family: roboto-extra;
    src: url(./Fonts/Roboto/static/Roboto-ExtraLight.ttf);
  }
  @font-face {
    font-family: roboto-light;
    src: url(./Fonts/Roboto/static/Roboto-Light.ttf);
  }
  @font-face {
    font-family: roboto;
    src: url(./Fonts/Roboto/static/Roboto-Medium.ttf);
  }
  @font-face {
    font-family: roboto-bold;
    src: url(./Fonts/Roboto/static/Roboto-Bold.ttf);
  }
  @font-face {
    font-family: poppins;
    src: url(./Fonts/Poppins-Medium.ttf);
  }
  @font-face {
    font-family: nova;
    src: url(./Fonts/proxima-nova/Proxima\ Nova\ Alt\ Light.otf);
  }
  @font-face {
    font-family: nova-extra;
    src: url(./Fonts/proxima-nova/Proxima\ Nova\ Extra\ Condensed\ Light.otf);
  }
  @font-face {
    font-family: roboto-extra;
    src: url(./Fonts/Roboto/static/Roboto-ExtraLight.ttf);
  }
  @font-face {
    font-family: roboto-light;
    src: url(./Fonts/Roboto/static/Roboto-Light.ttf);
  }
  @font-face {
    font-family: roboto;
    src: url(./Fonts/Roboto/static/Roboto-Medium.ttf);
  }
  @font-face {
    font-family: roboto-bold;
    src: url(./Fonts/Roboto/static/Roboto-Bold.ttf);
  }
  @font-face {
    font-family: poppins;
    src: url(./Fonts/Poppins-Medium.ttf);
  }
  @font-face {
    font-family: nova;
    src: url(./Fonts/proxima-nova/Proxima\ Nova\ Alt\ Light.otf);
  }
  @font-face {
    font-family: nova-extra;
    src: url(./Fonts/proxima-nova/Proxima\ Nova\ Extra\ Condensed\ Light.otf);
  }
  @keyframes image {
   100% {
      width: 100%;
      border-radius: 11px;
    }
  }
  @keyframes fade-out {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  body.loading {
    overflow: hidden;
  }
  
  .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white; /* White background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  
  .loader::before {
    content: '';
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  h1 {
    font-family: poppins;
    margin: 0 0 16px;
  }
  h4 {
    font-family: roboto-light;
    margin: 0 0 16px;
    padding: 0;
  }
  p {
    font-family: roboto-extra;
    font-size: 16px;
    line-height: 1.8em;
  }
  .inline{
    display: inline-block;
  }
  .align-center{
    align-items: center;
  }
  .justify-center{
    justify-content: center;
  }
  .flex-column{
    display: flex;
    flex-direction: column;
  }
  .center {
    text-align: center;
  }
  .left{
    text-align: left;
  }
  .container {
    max-width: 1250px;
    /* box-sizing: border-box; */
  }
  .heading{
    width: 60%;
    margin: auto;
  }
  .heading-products{
    /* width: 80%; */
    margin: auto;
  }
  .heading > h1 {
    font-family: nova;
    margin: 0 0 16px;
    text-align: center;
    font-weight: 400;
  }
  .heading-products > h1{
    font-family: nova;
    margin: 0 0 16px;
    font-weight: 600;
    font-size: 45px;
  }
  .heading > h4  {
    font-family: nova;
    font-size: 24px;
    font-weight: 400;
  }
  .heading-products > h4 {
    font-family: nova;
    font-size: 24px;
    font-weight: 800;
  }
  .heading > P , .heading-products > p{
    margin: 0 0 24px;
  }
  .heading-products > p{
    font-family: nova;
    line-height: 1.8em;
    font-size: 20px;
  }
  .dim02 {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
  }
  .flex {
    display: flex;
  }
  .fixed{
    position: fixed;
  }
  .m-a {
    margin: auto;
  }
  .width100 {
    width: 100%;
  }
  .relative {
    position: relative;
  }
  .absolute {
    position: absolute;
  }
  .padding7em {
    padding: 7em 0;
  }
  .padding3em{
    padding: 3em;
  }
  .padding7em-top{
    padding: 7em 0 0 ;
  }
  .background-fa {
    background-color: #fafafa;
  }
  .background-white{
    background-color: white;
  }
  .border-top-bottom {
    border-top: solid #e0e0e0 1px;
    border-bottom: solid #e0e0e0 1px;
  }
  @media only screen and (min-width:1024px) and (max-width: 1250px ) {
    .container{
      max-width: 960px ;
    }
    .heading{
      width: 80%;
    }

  }
  @media only screen and (min-width: 768px) and (max-width: 1023px ) {
    .container{
      max-width: 730px ;
    }
    .heading{
      width: 80%;
    }
    .padding7em{
      padding: 3em 0;
    }
    .padding7em-top{
      padding: 3em 0 0;
    }
  }
  @media only screen and (min-width: 500px) and (max-width: 766px ) {
    .container{
      max-width: 490px ;
    }
    .heading{
      width: 80%;
    }
    .padding7em{
      padding: 3em 0;
    }
    .padding7em-top{
      padding: 3em 0 0;
    }

  }
  @media only screen and (min-width: 300px) and (max-width: 499px ) {
    .container{
      max-width: 90% ;
    }
    .padding3em{
      padding: 3em 0;
    }
    .heading{
      width: 90%;

    }
    .padding7em{
      padding: 3em 0;
    }
    .padding7em-top{
      padding: 3em 0 0;
    }
  }
  /* :root{
    field-sizing: ;
  } */
  :root {
    --menu-width: 40px;
    --menu-height: 2px;
    --header-menu-height: 40px;
  }
  header img {
    margin: 15px 0;
    max-height: 40px;
  }
  header {
    position: fixed;
    top: 0;
    width: 100%;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 2;
    border-bottom: solid black 1px;
  }
  .header-info > .container {
    justify-content: space-between;
    padding: 5px 10px;
    align-items: center;
  }
  .header-button {
    display: none;
  }
  .header-button > button {
    /* background: rgb(83, 144, 15); */
    background: linear-gradient(
      308deg,
      rgba(83, 144, 15, 1) 0%,
      rgba(214, 206, 21, 1) 100%
    );
    font-family: roboto-light;
    border: none;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    transition: 0.5s;
    background-size: 200% auto;
  }
  .header-button > button:hover {
    background-position: right center;
  }
  .header-contact {
    color: #000000;
    margin: 5px 0;
    /* font-family: sans-serif; */
    text-decoration: none;
    justify-content: space-between;
    margin: 5px 0px;
    font-size: 16px;
  }
  .header-contact > a {
    text-decoration: none;
    color: #000000;
  }
  .header-contact > a > i {
    padding: 0 15px;
  }
  .header-items {
    justify-content: space-between;
    align-items: center;
  }
  .logo > img {
    max-height: 40px;
  }
  .header-nav > ul {
    list-style-type: none;
    gap: 30px;
    align-items: center;
  }
  .nav-item > a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-weight: 200;
    /* font-family: roboto; */
  }
  .nav-item {
    border-bottom: solid transparent 1px;
    transition: 0.5s;
    padding: 2px;
  }
  .nav-item:hover {
    border-bottom: solid 1px white;
  }
  .header-menubar {
    display: none;
  }
  .header-menu {
    flex-direction: column;
    justify-content: space-between;
    width: 40px;
    height: 25px;
    cursor: pointer;
    z-index: 100;
  }
  .header-menu > div {
    width: 100%;
    height: 2px;
    background-color: white;
  }
  .header-menu::after,
  .header-menu::before,
  .header-menu input {
    content: "";
    background-color: white;
    width: var(--menu-width);
    height: var(--menu-height);
    appearance: none;
    padding: 0;
    margin: 0;
    outline: none;
    cursor: pointer;
    transition: 200ms ease-in-out;
    transform-origin: left;
  }
  .header-menu input:checked {
    opacity: 0;
    transform: translateX(-10vw);
    background-color: black;
  }
  .header-menu:has(input:checked)::before {
    rotate: 45deg;
    transform: translateY(calc(var(--menu-height) * -1.3));
    background-color: black;
  }
  .header-menu:has(input:checked)::after {
    rotate: -45deg;
    transform: translateY(calc(var(--menu-height) * 1.3));
    background-color: black;
  }
  .hamburger-menu {
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    color: black;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 450ms ease-in-out;
    opacity: 0;
    z-index: -10;
    translate: 100vw;
  }
  .hamburger-menu > a {
    text-decoration: none;
    color: black;
    cursor: pointer;
    font-size: 40px;
    font-family: abril;
    padding: 10px 5px;
    /* z-index: -10; */
  }
  .hamburger-menu > a:first-child {
    color: rgb(101, 192, 186);
  }
  .header-menu:has(input:checked) + .hamburger-menu {
    opacity: 1;
    z-index: 50;
    translate: 0;
  }
  @media only screen and (min-width: 300px) and (max-width: 766px) {
    .header-nav {
      display: none;
    }
    .header-menubar {
      display: flex;
    }
  }
  
  body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f0f0f0;
}

.todo-container {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 300px;
    text-align: center;
}

#todo-input {
    width: calc(100% - 25px);
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#add-btn {
    padding: 10px 20px;
    border: none;
    background-color: #28a745;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

#add-btn:hover {
    background-color: #218838;
}

#todo-list {
    list-style-type: none;
    padding: 0;
}

.todo-item {
    display: flex;
    justify-content: center;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.todo-item button {
    background: none;
    border: none;
    color: red;
    cursor: pointer;
}
.valid{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}