:root {
  --brand-body-background-color: #00191c;
  --brand-background-color: #00191c;
  --brand-text-color: #3fd2ea;
  --brand-text-hover-color: #1d9dae;
  --brand-text-active-color: #1d9dae;
  --brand-border-color: #1d9dae;
  --brand-border-active-color: #1d9dae;
  --brand-default-font-size: 14px;
  --brand-manrope: "Manrope", sans-serif;
  --brand-inter: "Inter", sans-serif;
  --brand-metrophobic: "Metrophobic", sans-serif;
}
body {
  margin: 0px;
  padding: 0px;
  background: var(--brand-background-color);
  font-family: "Inter", sans-serif;
}
.header {
  position: fixed;
  padding: 15px;
  width: 100%;
  /* backdrop-filter: blur(5px); */
  z-index: 98;
}
.header .header-logo {
  background: url("../../assets/images/logo/logo.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 133px 38px;
  width: 133px;
  height: 38px;
}
.thankyou-header {
  padding: 15px;
  width: 100%;
  z-index: 98;
  text-align: center;
}
.thankyou-header .navbar-brand {
  display: inline-block;
}
.footer-bar {
  border-bottom: 1px solid #114f57;
  padding-bottom: 24px;
}
.navbar-brand {
  display: flex;
}
.header-content-block {
  border-radius: 100px;
  width: 100%;
  border: 1px solid #01272b;
  background: rgba(1, 39, 43, 0.54);
  padding-left: 15px;
  padding-right: 15px;

  backdrop-filter: blur(5px);
}

.navbar-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.navbar-button {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 25px;
  padding-left: 15px;
  padding-right: 15px;
  height: 40px;
  width: 200px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.navbar-button-active {
  background: #1d9dae;
  border: 1px solid #1d9dae;
}
.navbar-button:hover {
  background: #1d9dae;
  border: 1px solid #1d9dae;
}
.navbar-nav-right {
  justify-content: end;
  align-items: flex-end;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
  cursor: pointer;
}

.hamburger span {
  display: block;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

/* Transform on hover */
.hamburger:hover span {
  background-color: #fff;
}
.footer {
  padding: 40px 0;
  background-color: var(--brand-body-background-color);
  font-size: var(--brand-default-font-size);
}
.footer h5 {
  font-weight: bold;
  margin-bottom: 20px;
}
.footer a {
  color: #ffffff;
  text-decoration: none;
  font-family: var(--brand-manrope);
}
.footer a:hover {
  text-decoration: underline;
}
.footer .social-icons a {
  margin-right: 15px;
  display: flex;
  gap: 5px;
  font-size: 16px;
  justify-content: center;
  align-content: center;
  line-height: 35px;
}
.footer .bottom-text {
  margin-top: 20px;
  font-size: 0.9rem;
}
.footer-logo .footer-logo {
  background: url("../../assets/images/logo/logo.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 133px 38px;
  width: 133px;
  height: 38px;
}
.social-icons {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.social-icons .bi {
  width: 34px;
  height: 34px;
  display: flex;
}
.social-icons h5 {
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  width: 100%;
  display: flex;
}
.social-links {
  width: 100%;
  display: flex;
}
.bi-linkedin {
  background: url("../../assets/images/icons/social/linkedin.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 34px 34px;
}
.bi-facebook {
  background: url("../../assets/images/icons/social/facebook.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 34px 34px;
}
.bi-instagram {
  background: url("../../assets/images/icons/social/instagram.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 34px 34px;
}
.bi-youtube {
  background: url("../../assets/images/icons/social/youtube.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 34px 34px;
}
.bi-twitter {
  background: url("../../assets/images/icons/social/twitter.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 34px 34px;
}
.footer-links-block h5 {
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.copyright-text-block p {
  color: var(--brand-text-color);
  font-size: var(--brand-default-font-size);
  font-weight: 400;
  margin: 0px;
}
.copyright-text-block a {
  color: var(--brand-text-color);
  font-size: var(--brand-default-font-size);
  font-weight: 400;
  margin: 0px;
}
.footer .container {
  max-width: 1140px;
}
.text-gradient {
  background: linear-gradient(90deg, #adf5ff 14.36%, #1fa6b8 84.02%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.text-width-box {
  width: 630px;
}
