.logo {
  height: 42px;
}

.hdnsights-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 100vh;
  padding-bottom: 10px;
  background: url("../assets/img/background.png") no-repeat;
  background-size: cover;
  position: relative;
}

.app-section {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.hdnsights-header .info-section {
  display: flex;
  flex-direction: column;
  min-width: 375px;
  align-items: center;
  justify-content: center;
  gap: 56px;
  padding: 30px;
  position: relative;
  margin-top: auto;
  background-color: #44444433;
  border-radius: 15px;
  border: 1px solid #ffffff1a;
  box-shadow: 0 25px 45px #0000001a;
  backdrop-filter: blur(50px) brightness(100%);
  -webkit-backdrop-filter: blur(50px) brightness(100%);
}

.hdnsights-header .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.hdnsights .info-text {
  position: relative;
  align-self: stretch;
  opacity: 0.8;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.36px;
  line-height: 25px;
}


.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 24px;
  position: relative;
  top: 10px;
  background-color: #ffffff;
  border-radius: 15px;
  border: 1px solid #c1c1c180;
  /*backdrop-filter: blur(25px) brightness(100%);*/
  /*-webkit-backdrop-filter: blur(25px) brightness(100%);*/
}
/* Nested pages */
.page-section {
  position: relative;
  top: 90px;
  padding-bottom: 60px;
  min-height: calc(100vh - 90px);
}

.page-section img {
  object-fit: cover;
  border-radius: 15px;
}

.about-header-img img, img.team {
  max-height: 390px;
}

.about-header-img img {
  min-height: 247px;
}

.about-us {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.social-section a {
  width: 50px;
  height: 50px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-section a:hover {
  background-color: #d3d3d366;
}

.social-section img {
  width: 24px;
  height: 24px;
  border-radius: unset;
}

.text {
  opacity: 0.8;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
}

.link-text {
  font-weight: 500;
  color: #4C9E00;
  font-size: 18px;
}

.contacts-list > div {
  min-width: 360px;
}
