@import url("https://fonts.googleapis.com/css?family=Figtree:500,400,600");

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: "Figtree", Arial, Helvetica, sans-serif;
}

html {
  height: 100%;
  scroll-padding-top: calc(4.5rem - 1px);
}

body {
  width: 100%;
  height: 100%;
}

.header-text {
  font-weight: 600;
  color: #D47024;
  font-size: 28px;
  letter-spacing: 0;
  line-height: normal;
}

.contacts-title {
  font-weight: 600;
  color: #000000;
  font-size: 28px;
  letter-spacing: 0;
  line-height: normal;
  margin-bottom: 0;
}

.contacts-subtitle {
  font-weight: 600;
  color: #000000;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
  margin-bottom: 0;
  opacity: 0.6;
}

.navbar-nav .nav-link.active {
  color: #D47024 !important;
}

/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #226398 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none !important;
}

.divider {
  color: #00000033;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.gap-50 {
  gap: 50px;
}

.gap-60 {
  gap: 60px;
}

.gap-80 {
  gap: 80px;
}

.opacity-6 {
  opacity: 0.6 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.navbar.fixed-top {
  left: 10px;
  right: 10px;
}
.navbar.fixed-top:not(.home-page) {
  background: white;
}

#mobileMenu {
  position: absolute;
  top: 72px;
  right: 0;
  z-index: 1;
  background: #ffffffcc;
  border: 1px solid #ffffff80;
  border-radius: 15px;
}

.custom-navbar-collapse {
  backdrop-filter: blur(10px);
  padding: 50px;
  border-radius: 15px;
}

.custom-navbar-collapse .navbar-nav {
  gap: 40px;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
}

.navbar-toggler-icon.change {
  background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2619_2302" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="32" height="32"><rect y="32" width="32" height="32" transform="rotate(-90 0 32)" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2619_2302)"><path d="M16 12.7L6.20004 22.5C5.86671 22.8333 5.47226 22.9944 5.01671 22.9833C4.56115 22.9722 4.16671 22.8 3.83337 22.4667C3.50004 22.1333 3.33337 21.7389 3.33337 21.2833C3.33337 20.8278 3.50004 20.4333 3.83337 20.1L14.1 9.86665C14.3667 9.59998 14.6667 9.39998 15 9.26665C15.3334 9.13332 15.6667 9.06665 16 9.06665C16.3334 9.06665 16.6667 9.13332 17 9.26665C17.3334 9.39998 17.6334 9.59998 17.9 9.86665L28.1667 20.1333C28.5 20.4667 28.6612 20.8555 28.65 21.3C28.6389 21.7444 28.4667 22.1333 28.1334 22.4667C27.8 22.8 27.4056 22.9667 26.95 22.9667C26.4945 22.9667 26.1 22.8 25.7667 22.4667L16 12.7Z" fill="black"/></g></svg>');
}
