  @import
  url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
  /**{
  margin:0px;
  padding: 0px;
  font-family: "Lato", sans-serif;
  }*/
  .header-row{
  text-align: center;
  align-items: center;
  display: flex;
  background-color: #f7f7f7;
  padding: 10px;

  }
  .header-row ul li{
  list-style:none;
  margin: 0px;
  }
  .nav-links{
  display: flex;
  justify-content: center;
  align-items: center;
  margin:0px;
  padding: 0px;
  font-weight: bolder;
  }
  .nav-links li{
  border-right: 2px solid #cfcecebd;
  line-height: 2px;
  padding: 15px;
  color:#6E6F71;
  font-size: 17px;
  font-weight: 600;
  }
  .nav-links a{
  text-decoration: none;
  color: #6E6F71;
  }
  #border{
  border: none;
  }
  #mobile-header{
  display: none;
  }
  .header-row li a:hover{
  color: #f37022;
  transition-duration: 0.3s;
  cursor: pointer;
  }

  @media only screen and (max-width: 768px) {
  .header-row{
  padding: 10px !important;
  }

  #desktop-header{
  display: none;
  }
  #mobile-header{
  display: block;
  }
  .logo-mobile img{
  width: 130%;
  margin-bottom: 3px;
  }
  .nav-links {
  padding: 0px !important;
  display: flex !important;
  justify-content: flex-end !important;
  }

  .nav-links li{
  font-size: 15px !important;
  padding: 6px !important;
  }
  #border img{
  width: 80%;
  }
  #border-none{
  border: none;
  }
  #border li{
  padding: 20px;
  }

  }
  .floating-button{
  position: fixed;
  bottom: 3%;
  right: 0.5%;
  }
  #button-float{
  font-size: 13px;
  background-color:#f7f7f7;
  border: none;
  color: #0d6efd;
  }
  .lang-content{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 10px;
  align-items: center;
  background-color:#f7f7f7;
  border-radius: 10px;
  padding: 7px;

  }
  .lang-content a{
  text-decoration: none;
  }