@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


html, body {
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

.container-top-a {
    grid-area: top-a;
    padding-top: 20px;
}

.container-header {
    z-index: 10;
    background-color: #bdc6d7;
    background-image: linear-gradient(135deg, #82b3e3 0%, #486ca1 100%);
    position: relative;
    box-shadow: inset 0 5px 5px #00000008;
}

.container-banner .banner-overlay .overlay {
    text-align: center;
    background-color: #00000030;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 1em;
    display: contents;
}

.container-header .container-nav {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 0em;
}

.footer {
    color: #fff;
    background-color: var(--cassiopeia-color-primary);
    background-image: linear-gradient(135deg, #2a2b2d 0%, #2a2b2d 100%);
    margin-top: 1em;
}

.gt_container-8ifjdf a.glink span {
    margin-right: 7px;
    font-size: 20px;
    vertical-align: middle;
    visibility: hidden;
}

.gt_white_content {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 282px;
    margin: -141px 0 0 -115.5px;
    padding: 6px 16px;
    background-color: white;
    color: black;
    z-index: 19881205;
    overflow: auto;
    text-align: left;
}

.gt_switcher_wrapper {
    position: static !important;
    margin-bottom: -32px;
  margin-left: 4px;
}

.metismenu.mod-menu .metismenu-item {
    flex-wrap: wrap;
    align-items: center;
    padding: .5em 1em;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    display: flex;
    font-variant: all-small-caps;
}

.container-banner .banner-overlay {
    color: #fff;
    background-position: top, 10%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
}

.hf-slideshow{
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hf-slide{
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.6s ease-in-out;
}

.hf-slide.active{
  opacity: 1;
}

.hf-hero-overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.28);
  z-index: 2;
}

.hf-hero-content{
  position: relative;
  z-index: 3;
  max-width: 900px;
  padding: 20px;
  color: #fff;
}

.hf-hero-content h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
    margin: 0 0 14px 0;
    font-size: clamp(32px, 4.6vw, 40px);
    line-height: 1.15;
    letter-spacing: -0.5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hf-hero-text{
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 0.4px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 15px;
  color: #fff;
  text-wrap: balance;
}

.hf-front-buttons{
  display:flex;
  gap:15px;
  justify-content:center;
  flex-wrap:wrap;
  margin-top:25px;
}

.hf-front-buttons a{
  padding:12px 22px;
  border-radius:8px;
  text-decoration:none;
  font-weight:600;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  transition:0.2s ease;
}

.hf-btn-normal{
  background:#0f4c68;
  color:#fff;
}

.hf-btn-normal:hover{
  background:#0c3d54;
}

.hf-btn-contact{
  background:#e63946;
  color:#fff;
  transform:scale(1.05);
  box-shadow:0 6px 18px rgba(0,0,0,0.15);
}

.hf-btn-contact:hover{
  background:#c62833;
}

.hf-hero{
  position: relative;
  width: 100%;
  min-height: 94vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

@media (max-width: 768px){
.container-header .grid-child {
    padding-top: 0.5em;
    padding-right: 1.5em;
    padding-left: 1.5em;
    padding-bottom: 0.5em;
}
  
.container-top-a {
    grid-area: top-a;
    padding-top: 0px;
}
  
  .hf-hero{
    min-height: 78vh;
  }

  .hf-hero-content h1{
    font-size: 2.2rem;
  }

  .hf-hero-text{
    font-size: 14px;
  }

  .hf-front-buttons a{
    padding: 11px 18px;
  }
}

