@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@font-face {
  font-family: "HelveticaNeue";
  src: local("HelveticaNeue"), url("../fonts/HelveticaNeue/HelveticaNeue.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeue-Bold";
  src: local("HelveticaNeue-Bold"), url("../fonts/HelveticaNeue/HelveticaNeue-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.primary {
  color: #0E3554 !important;
}

.secondary {
  color: #ffffff !important;
}

.third {
  color: #181818 !important;
}

.glowgrey {
  color: #AD9768 !important;
  font-family: "HelveticaNeue", sans-serif !important;
}

html.ios {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
html.ios, html.ios body {
  height: initial !important;
}

#menu.ui.menu.ui.menu,
#mobile-menu.ui.menu.ui.menu {
  background-color: #ffffff !important;
  border-bottom: none !important;
  box-shadow: none !important;
  height: 11% !important;
}

#menu.ui.menu {
  padding-right: 15vw;
}
#menu.ui.menu a.ui.link {
  color: #0E3554 !important;
  font-size: 20px;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
#menu.ui.menu a.ui.link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -10px;
  left: 0;
  background-color: #0E3554;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.15s ease-in-out;
}
#menu.ui.menu a.ui.link:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

#mobile-sidebar {
  height: 100vh !important;
  background-color: #0E3554;
  z-index: 50 !important;
}
#mobile-sidebar a.ui.link {
  color: #ffffff !important;
  font-size: 25px;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
#mobile-sidebar a.ui.link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -10px;
  left: 0;
  background-color: #ffffff;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.15s ease-in-out;
}
#mobile-sidebar a.ui.link:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

footer.ui.vertical.footer.segment {
  padding-top: 10vh !important;
  background: black url("../media/footer-bg.png") no-repeat center !important;
  background-size: cover !important;
}
footer.ui.vertical.footer.segment div.column,
footer.ui.vertical.footer.segment div.ui.link.list h2.ui.header {
  color: #ffffff !important;
  font-weight: bold;
}
footer.ui.vertical.footer.segment div.ui.horizontal.link.list .item a,
footer.ui.vertical.footer.segment div.column div.ui.link.list span.item a {
  color: #ffffff;
  font-weight: bold;
  transition: opacity 0.3s ease;
}
footer.ui.vertical.footer.segment div.ui.horizontal.link.list .item a:hover,
footer.ui.vertical.footer.segment div.column div.ui.link.list span.item a:hover {
  color: #ffffff !important;
  opacity: 0.8;
}

.glow-main-button {
  border-radius: 15px !important;
}

.border-radius {
  border-radius: 25px !important;
}

.top_nav_button {
  background-color: #0E3554 !important;
  border: 2px solid #0E3554 !important;
  border-radius: 25px !important;
  color: #ffffff !important;
  transition: all 0.3s ease;
}
.top_nav_button:hover {
  background-color: #ffffff !important;
  color: #0E3554 !important;
}

.header_discover_button {
  background-color: #0E3554 !important;
  border-radius: 50px !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important;
  transition: all 0.3s ease;
}
.header_discover_button:hover {
  background-color: #ffffff !important;
  color: #0E3554 !important;
}

.learn_more_button {
  background-color: #0E3554 !important;
  color: #ffffff !important;
  width: 170px !important;
}

a.ui.button.esmc, .login-btn {
  border-radius: 25px !important;
  transition: all 0.3s ease;
  font-weight: 600;
}

.login-btn {
  color: #ffffff !important;
  background: transparent !important;
  border: 2px solid transparent !important;
}
.login-btn:hover {
  border-color: #ffffff !important;
}

a.ui.button.esmc {
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  background: transparent !important;
}
a.ui.button.esmc:hover {
  background-color: #ffffff !important;
  color: #0E3554 !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "HelveticaNeue", sans-serif !important;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  font-family: inherit;
}

.white {
  color: #ffffff !important;
}

.hidden {
  display: none !important;
}

div.pusher {
  flex: 1 !important;
  display: flex !important;
  min-height: 100vh !important;
  flex-direction: column !important;
}
div.pusher > .footer {
  flex: 1;
  margin-top: 10% !important;
}

i.sidebar.icon {
  color: #ffffff;
}

div.ui.segment.form-segment, div.ui.segment.custom-segment {
  box-shadow: 5px 5px #f2a900 !important;
}

@media only screen and (max-width: 767px) {
  #menu.ui.menu,
  #secondary_menu,
  .tablet-only,
  .large-only,
  .tablet-large-only {
    display: none !important;
  }
  #mobile-menu.ui.menu {
    height: 12%;
  }
  .mobile-left-aligned {
    text-align: right !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #menu.ui.menu,
  #secondary_menu,
  .mobile-only,
  .large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #mobile-menu.ui.menu,
  #mobile-sidebar,
  .mobile-only,
  .tablet-only,
  .tablet-mobile-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  #mobile-menu.ui.menu,
  #mobile-sidebar,
  .mobile-only,
  .tablet-only,
  .tablet-mobile-only {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .mobile-only,
  .tablet-only,
  .tablet-mobile-only {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .large-only {
    display: none !important;
  }
}
