.navbar {
  padding: 5px;
  margin: 0;
  height: 80px;
}

.navbar-collapse {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  transition: 0.35s ease-in-out;
  padding: 0;
}

.nav-item1 {
  font-size: 28pt;
  letter-spacing: 1px;
  font-style: normal;
  font-family: 'Helvetica Light', 'Arial', sans-serif;
  font-weight: 100;
}

.nav-item {
  font-size: 18pt;
  font-family: 'Helvetica Light', 'Arial', sans-serif;
  font-weight: 100;
  color: var(--bs-link-color);
}

.flag-btn {
  display: inline-block;
  padding: 5px 5px;
  margin: 0px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: transparent;
  transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.flag-btn:hover {
  background-color: #f0f0f000;
}

.navbartop {
  position: fixed;
  width: 100%;
  height: 100px;
  padding: 0;
  margin: 0;
  background: rgba(255, 255, 255, 0);
  transition: 0.4s;
  color: white;
}

.navimg {
  margin-top: 0px;
  height: 80px;
  top: 10px;
  left: 10px;
  transition: 0.5s;
  object-fit: cover;
}

.navimg-solid {
  margin-top: 3px;
  height: 80px;
  top: 10px;
  left: 10px;
  transition: 0.5s;
  object-fit: cover;
}

.navimg-sticky {
  object-fit: cover;
  scale: 1;
  top: 50px;
  transition: 0.5s;
  left: 100px;
  height: 80px;
}

.sticky {
  position: fixed;
  width: 100%;
  height: 95px;
  padding: 0;
  margin: 0;
  background: rgb(255, 255, 255);
  transition: 0.4s;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.153);
}

.headerlink:focus,
.headerlink:hover {
  color: #ff0000;
}

.headerlink {
  font-size: 14pt;
  font-style: normal;
  font-weight: 100;
  font-family: 'Helvetica Light', 'Arial', sans-serif;
}

.footer-link {
  font-family: 'Helvetica Light', 'Arial', sans-serif;
  font-weight: 100;
}

.nav-link:hover {
  scale: 110%;
}

.flagimg {
  box-shadow: 0px 0px 8px #0000003f;
  height: 21px;
  width: 30px;
  border-radius: 3px;
}

.flagimg:hover {
  box-shadow: 0px 0px 8px rgba(0, 64, 255, 0.582);
}

#Lang {
  height: 50px;
}

.flagimg:hover {
  box-shadow: 0px 0px 8px rgba(0, 64, 255, 0.582);
}

#navcol-1 {
  margin-left: 12%;
}

.navlogo {
  margin-left: 20px;
  max-height: 80px;
  width: 100px;
  z-index: 50;
  position: absolute;
}

.navbar-small {
  display: none;
}

@media screen and (max-width: 800px) {
  .navbar {
    display: none;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-small {
    padding: 5px;
    margin: 0;
    height: 80px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: rgba(255, 255, 255, 0);
  }

  .navbar-expand-md .navbar-small .navbar-nav {
    flex-direction: row;
  }

  .collapse1 {
    display: flex;
  }

  .navbar-nav {
    align-items: right;
    flex-direction: row;
  }

  #navcol-1 {
    margin-left: 0;
  }

  #Lang {
    display: flex;
    margin-right: 15px;
    justify-content: flex-end;
    width: 100%;
  }

  .lang-section {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .heading-text {
    margin-top: 100px;
  }

  .heading-text h1 {
    font-size: 20pt;
  }

  .heading-text p {
    font-size: 10pt;
  }
}