@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/assets/fonts/HelveticaNeue-Thin.woff2') format('woff2'),
        url('/assets/fonts/HelveticaNeue-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/assets/fonts/HelveticaNeue-Black.woff2') format('woff2'),
        url('/assets/fonts/HelveticaNeue-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/assets/fonts/HelveticaNeue-Light.woff2') format('woff2'),
        url('/assets/fonts/HelveticaNeue-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/assets/fonts/HelveticaNeue-Medium.woff2') format('woff2'),
        url('/assets/fonts/HelveticaNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/assets/fonts/HelveticaNeue-Condensed.woff2') format('woff2'),
        url('/assets/fonts/HelveticaNeue-Condensed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

#cookieConsentBanner {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            background-color: #f8f9fa; /* Light background, adjust as needed */
            color: #343a40; /* Dark text color */
            padding: 15px 20px;
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
            display: flex;
            justify-content: space-between;
            align-items: center;
            z-index: 1050; /* Ensure it's above most content */
        }

        #cookieConsentBanner p {
            margin-bottom: 0;
            flex-grow: 1; /* Allow text to take available space */
        }

        #cookieConsentBanner .btn-group {
            margin-left: 20px; /* Space between text and buttons */
            flex-shrink: 0; /* Prevent button group from shrinking */
        }
        
        .go932389133 {
            display:none!important;
        }

a, h1, h2, h3, h4 {
  font-family: 'Helvetica Neue', sans-serif;
}

h2 {
    font-size: calc(1.075rem + 2.7vw)!important;
}

p,span {
    font-family:"Work Sans";
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
}

#site-header {
  position: fixed; /* Make it sticky */
  top: 0;
  width: 100%;
  z-index: 9999;
  background: transparent; /* Start as transparent */
  transition: background-color 0.3s ease; /* Smooth background transition (will be removed for instant change) */
  height: 80px;
  display: flex; /* Use flexbox for alignment */
  justify-content: space-between;
  align-items: center;
  padding: 0 16px; /* Adjust padding as needed */
  margin-bottom: 40px;
}

/* Header becomes black on scroll */
#site-header.header--scrolled {
  background-color: #000; /* Instant black background on scroll */
}

.logo {
  z-index: 99999;
  padding: 5px 0 0 15px;
}

.logo svg {
  height: 50px;
  transition: fill 0.3s ease, filter 0.3s ease;
}

/* Default logo color */
.st0 {
  fill: #000000;
  transition: fill 0.3s ease; /* Add transition for smooth color change */
}

/* Inverted logo color on scroll */
#site-header.header--scrolled .st0 {
  fill: #ffffff;
}

/* Hamburger */
.menu-toggle {
  cursor: pointer;
  width: 29px; /* Adjust width as needed */
  height: 19px; /* Adjust height as needed */
  position: relative;
}

.menu-toggle span {
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #000; /* Default hamburger color */
  left: 0;
  transition: transform 0.4s ease-in-out, top 0.4s ease-in-out, bottom 0.4s ease-in-out, background-color 0.3s ease; /* Smooth transitions including background */
}

.menu-toggle span:first-child {
  top: 0;
}

.menu-toggle span:last-child {
  bottom: 0;
}

/* Inverted hamburger color on scroll */
#site-header.header--scrolled .menu-toggle span {
  background-color: #fff;
}

.menu-toggle.active span:first-child {
  transform: rotate(45deg);
  top: 8px; /* Adjust top position for the 'X' */
}

.menu-toggle.active span:last-child {
  transform: rotate(-45deg);
  bottom: auto; /* Reset bottom */
  top: 8px; /* Align with the other line for the 'X' */
}

/* Nav Menu */
#mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  text-align: center;
}

#mobile-menu a {
  font-size: 2rem;
  color: #fff;
  text-decoration: none;
  margin: 20px 0;
}

#mobile-menu.active {
  display: flex;
  background: #000;
}

#home {
  padding-top: 115px !important;
}

#work {
  background-color: #000;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;;
}

#work h2 {
  color: #fff;
  margin-bottom: 3rem;
}

h5.text-white {
    font-size:1.5rem!important;
    font-weight:500!important;
}

span.badge {
    font-weight:600!important;
    font-size:13px!important;
}

.work-vignette {
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  aspect-ratio: 16/9; /* Maintain 16:9 aspect ratio for the vignette */
}

.badge {
    opacity:0.85!important;
}

.badge.website-pill {
  font-weight: normal; /* Make the text regular weight */
  vertical-align: baseline; /* Align with the baseline of the text */
  margin: 0.5em; /* Add some space to the left */
  opacity:1!important;
}

.work-media {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensure video/image covers the entire container */
  display: block;
}


#work .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px; /* Or your preferred container width */
  width: 100%;
}

body > div.elfsight-app-ac9a68e6-aa59-4894-a27c-90c0b1a540a6 > div > div > div > div.WidgetBackground__ContentContainer-sc-52f57cce-1.dDuAwK > div > a {
    display:none!important;
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 5rem!important;
    }
    
    .logo svg {
    height: 85px;
    transition: fill 0.3s ease, filter 0.3s ease;
}

    #site-header {
        height:140px;
        margin-bottom:0;
    }
    
    #mobile-menu a {
    font-size: 5rem;
    }
    
    .card.shadow-sm {
        height:400px;
    }
}

@media (max-width: 768px) {
    #about .text-center h4 {
    max-width: 75%;
    margin-left: 12.5%;
}

.display-4 {
    font-size: calc(1.475rem + 5.7vw);
}

.fa-2x {
    font-size:1.5rem!important;
}

.blog-top {
    margin-top:100px;
}
}




/* BLLOG*/

.main-blog {
    margin-top:150px;
}

.main-blog h2 {
    font-size: calc(1.075rem + 1.825vw) !important;
}

