@font-face {
  font-family: "Inter";
  src: url("./fonts/inter/Inter_18pt-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("./fonts/inter/Inter_18pt-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url("./fonts/inter/Inter_18pt-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("./fonts/inter/Inter_18pt-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url("./fonts/inter/Inter_18pt-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("./fonts/inter/Inter_18pt-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url("./fonts/inter/Inter_18pt-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("./fonts/inter/Inter_18pt-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url("./fonts/inter/Inter_18pt-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("./fonts/inter/Inter_18pt-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url("./fonts/inter/Inter_18pt-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("./fonts/inter/Inter_18pt-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url("./fonts/inter/Inter_18pt-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("./fonts/inter/Inter_18pt-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url("./fonts/inter/Inter_18pt-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("./fonts/inter/Inter_18pt-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url("./fonts/inter/Inter_18pt-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("./fonts/inter/Inter_18pt-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "TrioGrotesk";
  src: url("./fonts/triogrotesk/TrioGrotesk-Regular.otf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "TrioGrotesk";
  src: url("./fonts/triogrotesk/TrioGrotesk-Italic.otf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "TrioGrotesk";
  src: url("./fonts/triogrotesk/TrioGrotesk-Bold.otf") format("truetype");
  font-weight: 700;
}
@media (min-width: 992px) {
  #smooth-content main {
    scroll-behavior: auto; /* turn off native smooth to avoid conflict */
    overflow-y: scroll;
    height: 100vh;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #smooth-content main::-webkit-scrollbar {
    display: none;
  }
  .header-sidebar {
    background-color: transparent;
    justify-content: center;
    pointer-events: none;
    padding: 24px 100px;
  }
  .header-sidebar .sidebar-top,
  .header-sidebar .sidebar-footer {
    display: none;
  }
  .header-sidebar .sidebar-body {
    align-items: start;
    justify-content: center;
  }
  .header-sidebar .sidebar-body .sidebar-nav {
    pointer-events: all;
  }
  .header-sidebar .sidebar-body .sidebar-nav li {
    border: none;
  }
  .header-sidebar .sidebar-body .sidebar-nav li a {
    position: relative;
    color: white !important;
    font-size: 24px !important;
    line-height: 1 !important;
    font-weight: 300 !important;
    opacity: 0.5;
    letter-spacing: 3px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .header-sidebar .sidebar-body .sidebar-nav li a::before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    max-width: 0;
    height: 2px;
    background-color: white;
    transition: all 0.4s ease;
  }
  .header-sidebar .sidebar-body .sidebar-nav li a.active {
    opacity: 1;
  }
  .header-sidebar .sidebar-body .sidebar-nav li a.active::before {
    content: "";
  }
  .header-sidebar .sidebar-body .sidebar-nav li a.active:has(.icon)::before {
    content: "";
  }
  .header-sidebar .sidebar-body .sidebar-nav li a.has-submenu .icon {
    width: 32px;
    height: 32px;
    filter: brightness(0) invert(1);
  }
  .header-sidebar .sidebar-body .sidebar-nav li a:hover {
    opacity: 1;
    text-decoration: none;
  }
  .header-sidebar .sidebar-body .sidebar-nav .submenu {
    padding-top: 10px !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .header-main {
    display: none;
  }
  .menu-content .menu-list li p {
    width: calc(100% - 32px);
  }
}
@media (max-width: 992px) {
  .hero-section {
    margin-top: 58px;
  }
  .hero-section .col:first-child {
    height: calc(100vh - 147px);
    min-height: calc(100vh - 147px);
  }
  .hero-section .col:last-child {
    display: none;
  }
  .about-section {
    position: relative;
    flex-direction: column-reverse;
  }
  .about-section .content-container {
    height: -moz-fit-content;
    height: fit-content;
  }
  .about-section .about-text {
    align-items: start;
  }
  .about-section .about-text p {
    text-align: start;
    font-size: 16px;
    line-height: 1.5;
  }
  .about-section > .col:not(.background-primary) {
    min-height: unset !important;
  }
  .about-section .col.background-primary {
    height: -moz-fit-content;
    height: fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .contact-section {
    flex-direction: column-reverse;
  }
  .contact-section .img-container {
    max-height: unset !important;
  }
  .menu-content .menu-list li {
    margin-bottom: 16px;
  }
  .menu-content .menu-list li strong,
  .menu-content .menu-list li span,
  .menu-content .menu-list li span:first-child {
    font-size: 16px !important;
  }
}