/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/

/* MANUKA FONT */
/* REGULAR */
@font-face {
    font-family: 'Manuka';
    src: url('fonts/Manuka/manuka-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* THIN */
@font-face {
    font-family: 'Manuka';
    src: url('fonts/Manuka/manuka-thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* LIGHT */
@font-face {
    font-family: 'Manuka';
    src: url('fonts/Manuka/manuka-light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* MEDIUM */
@font-face {
    font-family: 'Manuka';
    src: url('fonts/Manuka/manuka-medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* BOLD */
@font-face {
    font-family: 'Manuka';
    src: url('fonts/Manuka/manuka-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* BLACK */
@font-face {
    font-family: 'Manuka';
    src: url('fonts/Manuka/manuka-black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ULTRA */
@font-face {
    font-family: 'Manuka';
    src: url('fonts/Manuka/manuka-ultra.woff2') format('woff2');
    font-weight: 950;
    font-style: normal;
    font-display: swap;
}

/* NEUE HAAS GROTESK */
/* REGULAR */
@font-face {
    font-family: 'Neue Haas Grotesk';
    src: url('fonts/neue-haas/NeueHaasDisplayRoman.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk';
    src: url('fonts/neue-haas/NeueHaasDisplayRomanItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* THIN */
@font-face {
    font-family: 'Neue Haas Grotesk';
    src: url('fonts/neue-haas/NeueHaasDisplayThin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk';
    src: url('fonts/neue-haas/NeueHaasDisplayThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* LIGHT */
@font-face {
    font-family: 'Neue Haas Grotesk';
    src: url('fonts/neue-haas/NeueHaasDisplayLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk';
    src: url('fonts/neue-haas/NeueHaasDisplayLightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* MEDIUM */
@font-face {
    font-family: 'Neue Haas Grotesk';
    src: url('fonts/neue-haas/NeueHaasDisplayMediu.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk';
    src: url('fonts/neue-haas/NeueHaasDisplayMediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* BOLD */
@font-face {
    font-family: 'Neue Haas Grotesk';
    src: url('fonts/neue-haas/NeueHaasDisplayBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk';
    src: url('fonts/neue-haas/NeueHaasDisplayBoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* BLACK */
@font-face {
    font-family: 'Neue Haas Grotesk';
    src: url('fonts/neue-haas/NeueHaasDisplayBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk';
    src: url('fonts/neue-haas/NeueHaasDisplayBlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

.sc-hamburger {
    display: flex !important;
    flex-direction: column !important;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    margin-left: auto;
}

.sc-hamburger.open .sc-hamburger-line {
    background: #1e1e1e !important;
}

.sc-hamburger-line {
    display: block !important;
    width: 24px;
    height: 2px;
    background: #fff !important;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease, background 0.3s ease;
    transform-origin: center;
}

.sc-hamburger.open .sc-hamburger-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.sc-hamburger.open .sc-hamburger-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.sc-hamburger.open .sc-hamburger-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

#custom-menu {
    position: absolute !important;
    z-index: 15;
    top: -100vh;
    width: 100% !important;
    height: 100vh !important;
    opacity: 0 !important;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

#custom-menu.open {
    position: absolute !important;
    transform: translateY(100vh);
    width: 100% !important;
    height: 100vh !important;
    opacity: 1 !important;
}

.custom-menu-item {
    z-index: 10;
}

#custom-hamburger-container {
  z-index: 20;
}

#custom-menu a:hover {
    text-decoration: underline;
    text-decoration-color: #1e1e1e;
    text-decoration-thickness: 3px;
}
