.Navbar1_navbar_c__bXJ4Y {
    height: 100%;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 999;
  }
  .Navbar1_navbar_s__ttG5p {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 20px;
    align-items: center;
    background: #000000;
    height: 60px;
    width: 100%;
    color: #fff;
    align-items: center;
    font-size: 1.125rem;
    font-family: "Roboto", sans-serif;
    /* position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 999; */
    border-bottom: solid 1px white;
    padding: 0 40px;
  }
  
  .Navbar1_login_sign__KEUOr {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
  }
  
  .Navbar1_navbar_s_logo__qVcZr {
    justify-self: start;
    cursor: pointer;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 165px;
    min-width: 15%;
    height: 100%;
  }
  
  .Navbar1_navbar_s_logo__qVcZr .Navbar1_logo_nav__w6CgY {
    width: 90%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  
  .Navbar1_navbar_s__ttG5p button {
    background: #089ee8;
  }
  
  .Navbar1_fa_firstdraft___KVxL {
    margin-left: 0.5rem;
    font-size: 1.6rem;
  }
  
  .Navbar1_nav_menu__b0PYX {
    display: flex;
    color: white;
    flex-direction: row;
    text-align: center;
    align-items: center;
    height: 100%;
    background-color: #000000;
    width: -moz-max-content;
    width: max-content;
    flex-direction: row;
    justify-content: space-between;
    gap: 25px;
  }
  
  .Navbar1_nav_item__Tf4AO {
    display: flex;
    background-color: #000000;
    flex-direction: row;
    justify-content: space-around;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    align-items: center;
    /* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
  }
  
  .Navbar1_nav_links___ECpk {
    color: white;
    display: flex;
    align-items: center;
    text-decoration: none;
    /* padding: 0.5rem 1rem; */
    height: 100%;
    padding: 10px;
    font-size: 18px;
    /* transition: all 0.2s ease-out; */
  }
  
  /* .nav_menu :hover {
    background-color: #08B3E5;
  } */
  
  .Navbar1_nav_links___ECpk:hover {
    /* background-color: #1978a5; */
    border-radius: 4px;
    color: white;
    /* text-decoration: underline; */
    /* text-underline-offset: 5px; */
    cursor: pointer;
  }
  
  .Navbar1_fa_bars__Q6e0f {
    color: black;
  }
  
  .Navbar1_nav_links_mobile__8vhOt {
    display: none;
  }
  
  .Navbar1_menu_icon__2CBl2 {
    display: none;
  }
  
  .Navbar1_Mobi_navbar__H9QhU {
    display: none;
    font-family: "poppins";
    width: 100vw;
    position: fixed;
    align-items: center;
    justify-content: space-evenly;
    background: #4a5458;
    z-index: 20;
    height: 90px;
    color: white;
    text-align: center;
    top: calc(100vh - 70px);
    border-radius: 10px 10px 0px 0px;
    /* box-shadow: inset 10px 10px 10px #48c0fc; */
  }
  .Navbar1_navbar__wHOJU{
    background: #00b7d5;
  }
  .Navbar1_navicons__Wk7Ll a {
    color: white;
    font-size: 1.7rem;
  }
  
  .Navbar1_navicons__Wk7Ll {
    font-size: 0.7rem;
  }
  
  @media screen and (max-width: 1020px) {
    .Navbar1_nav_item__Tf4AO {
      width: 100%;
    }
  
    .Navbar1_nav_menu__b0PYX {
      display: flex;
      flex-direction: column;
      width: 65%;
      height: 100%;
      /* padding: 0 75%; */
      /* padding-left: 70px; */
      /* position: absolute; */
      top: 0px;
      opacity: 100000;
      z-index: 100000;
    }
  
    .Navbar1_hidden__v5MbN {
      left: -100%;
      transition: all 0.5s ease;
      display: none;
    }
  
    .Navbar1_active__lTRmw {
      background: black;
      left: 0;
      height: 100%;
      opacity: 1000000000;
      transition: all 0.5s ease;
      z-index: 10000000000;
      align-items: center;
    }
  
    .Navbar1_nav_links___ECpk {
      text-align: center;
      /* padding: 1rem; */
      width: 85%;
      height: 50%;
      display: table;
    }
  
    .Navbar1_nav_links___ECpk:hover {
      transform: scale(1.2);
      transition: all 0.3s ease;
    }
  
    .Navbar1_menu_icon__2CBl2 {
      display: block;
      position: absolute;
      right: 0;
      /* transform: translate(-100%, 60%); */
      font-size: 1.8rem;
      cursor: pointer;
      color: #00b7d5;
    }
  
    .Navbar1_login_sign__KEUOr {
      position: absolute;
      margin-right: 20px;
      margin-left: 20px;
    }
  
    .Navbar1_fa_times__lZMQr {
      color: White;
      font-size: 2rem;
    }
  
    .Navbar1_nav_links_mobile__8vhOt {
      display: block;
      text-align: center;
      /* padding: 1.5rem; */
      /* margin-bottom: 2rem auto; */
      /* margin-bottom: 2rem; */
      /* margin: 0; */
      border-radius: 4px;
      /* width: 100%; */
      background: #000000;
      text-decoration: none;
      color: white;
      font-size: 1.5rem;
    }
  
    .Navbar1_nav_links_mobile__8vhOt:hover {
      background: #000000;
      color: #1978a5;
      transition: 250ms;
    }
  
    .Navbar1_Mobi_navbar__H9QhU {
      display: flex;
    }
  }
  
  .Navbar1_Popup__4JxHe {
    position: absolute;
    top: 80vh;
    right: 10px;
    background: rgb(0, 183, 213, 0.6);
    border-radius: 20px;
    overflow: hidden;
  }
  
  .Navbar1_popup_head__gfjQz {
    color: red;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0.4rem 1rem;
    background: rgb(0, 183, 213);
  }
  
  .Navbar1_popup_body__2pUUY {
    padding: 0.8rem;
  }
  
  .Navbar1_popup_body__2pUUY p {
    color: white;
  }
  
.Count_Count__cYyvX {
    padding: 2rem;
    margin: 1rem;

    border-radius: 2em;
    box-shadow: 1px 2px 2px #0D3B66;
    background-color: #FAF0CA;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #0D3B66;
}
