:root {
    --h1FontSize: 6rem;
    --h2FontSize: 5rem;
    --h3FontSize: 3rem;
    --sectionPadding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem;
    --bodyTextColor: #000000;
}

@font-face {
    font-family: myFirstFont;
    src: url(sansation_light.woff);
}

/* bai-jamjuree-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Bai Jamjuree';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/bai-jamjuree-v11-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* bai-jamjuree-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Bai Jamjuree';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/bai-jamjuree-v11-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* bai-jamjuree-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Bai Jamjuree';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/bai-jamjuree-v11-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


html {
/*    This declaration is set at 62.5% so that the math works out for rems to
    match up with their pixel fallback counterparts*/
    font-size: 62.5%;
}

body {
    font-family: 'Bai Jamjuree', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.25;
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: #000000;
}

.f-full-height {
    height: 90vh;

    @media (max-width: 1199px) {
        height: 90vh;
    }

    @media (max-width: 991px) {
        height: 800px;
    }
}

.c-header {
    top: 0;
    position: absolute;
    display: flex;
    flex: 1 1 100%;
    width: 100%;
    justify-content: center;
    z-index: 2;
}

.c-header-wrapper {
    display: flex;
    max-width: 80%;
    flex: 1 1 100%;
    align-items: center;
    justify-content: space-between;
    padding-top: 4rem;

    @media (max-width: 991px) {
        display: none;
    }
}

.c-navbar-menu, .c-footer-navbar-menu {
    display: flex;
    justify-content: space-evenly;
    font-weight: 500;
    width: 100%;
    color: white;
    backdrop-filter: blur(6px) saturate(100%);
    letter-spacing: 1px;
}

.c-header-navbar, .c-footer-navbar {
    display: flex;
    justify-content: center;
    flex: 1 1 100%;
    border: 1px solid white;

    @media (max-width: 991px) {
        display: none;
    }
}

.c-header-navbar-links, .c-footer-navbar-links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.c-header-navbar-link, .c-footer-navbar-link {
    margin: 0;

    a {
        text-decoration: none;
        text-transform: uppercase;
        color: inherit;
        padding-top: 2rem;
        padding-bottom: 2rem;
        height: 60px;
        justify-content: center;
        display: flex;
    }

    border-right: 1px solid white;
    text-align: center;

    &.is-active {
        background-image: linear-gradient(#0000, white 305%);
    }

    &:hover {
        background-image: linear-gradient(#0000, white 305%);
    }
}


.c-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0 !important;

    svg {
        display: block !important;
    }

    .dzgs-logo-svg {
        margin-right: .75rem;
    }
}

.c-header-navbar-link:last-child, .c-footer-navbar-link:last-child {
    border-right: none;
}

.c-header-navbar-v-line {
    width: 0;
    border: 1px solid white;
    margin: 0;
}

.c-navbar-link-subtitle, .c-footer-navbar-link-subtitle {
    font-size: 1rem;
}


/* MOBILE NAVBAR CSS */

.c-header-mobile-navbar {
    padding: 0 2rem 1rem 2rem;
    width: 100vw;
    display: none;
    flex-direction: column;
    backdrop-filter: blur(20px);

    @media (max-width: 991px) {
        display: flex;
    }
}

.c-header-mobile-navbar.is-active {
    @media (max-width: 991px) {
        display: flex;
    }
}

.c-header-mobile-navbar-logo-container {
    display: flex;
    justify-content: space-between;
    padding-top: 2rem;
    padding-bottom: 2rem;

    a {
        text-decoration: none;
        text-transform: uppercase;
        color: white;
    }
}

.c-header-mobile-navbar-ham-icon {
    cursor: pointer;
}

.c-header-mobile-navbar-menu {
    display: none;
}

.c-header-mobile-navbar-menu.is-active {
    display: flex;
}

.c-header-mobile-navbar-links {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    padding: 1.0rem 0 0 0;
}

.c-header-mobile-navbar-link {
    color: white;
    border: 1px solid #FFFFFF;
    text-align: center;

    a {
        display: block;
        text-decoration: none;
        text-transform: uppercase;
        color: white;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    &.is-active {
        background-image: linear-gradient(#0000, white 305%);
    }

    &:hover {
        background-image: linear-gradient(#0000, white 305%);
    }
}

.c-header-mobile-navbar-link:first-child {
    border-bottom: unset;
}

.c-header-mobile-navbar-link:last-child {
    border-top: unset;
}

.c-section {
    display: flex;
    flex: 1 1 100%;
    width: 100%;
    justify-content: center;
}

/*trick to find out where yo shit is overflowing*/
/** {
  outline: 5px solid #f00 !important;
}*/

/* FOOTER CSS */

.c-footer {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 15rem;
    padding-bottom: 2rem;
    min-height: 50vh;

    background-repeat: no-repeat;
    background-size: cover;

    background-color: hsl(233, 39%, 17%);
    background-image: url('../images/GRAPH_PATTERN_LANDING.webp'), radial-gradient(circle farthest-side at left bottom, hsl(182, 56%, 49%) 0%, hsl(233, 39%, 17%) 100%);

    /* Following needed for text-bg */
    position: relative;

    .c-contact-icon-wrapper {
        svg {
            fill: white;
        }
    }
}

.c-contact-page-hours,
.c-contact-page-address {
    .c-contact-icon-wrapper {
        svg {
            stroke: white;
            fill: none;
        }
    }
}

.c-footer-text-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .03;
    font-size: 16rem;
    text-transform: uppercase;
    font-weight: 800;
    top: 0;

     @media (max-width: 991px) {
        display: none;
    }
}

.c-footer-contact-us {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 12rem;
    z-index: 1;
    max-width: 70vw;

    @media (max-width: 991px) {
        flex-direction: column;
        max-width: 95%;
        align-items: center;
    }
}

.c-footer-contact-communication {
    width: 50%;

    @media (max-width: 991px) {
        width: 80vw;
        display: flex;
        flex-direction: column;

        padding-bottom: 8rem;
    }
}

.c-contact-form-footer-container {
    width: 46%;

    @media (max-width: 991px) {
        width: 70vw;
    }
}

.c-contact-us-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: var(--h2FontSize);
    padding-bottom: 1rem;
    filter: drop-shadow(0 0 20px #3d3d3d);

    @media (max-width: 991px) {
        padding-bottom: 1rem;
        font-size: 3rem;
    }
}

.c-contact-us-description {
    padding-bottom: 4rem;
}

.c-contact-email {
    padding-bottom: 1.5rem;
}

.c-contact-action-form {
    display: flex;
    flex-direction: column;
}

.c-contact-form-input-label {
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: .5rem;
}

.c-contact-form-input {
    background-color: transparent;
    color: white;
    line-height: 2em;
    border: 1px solid rgba(255,255,255,.25);
    margin-bottom: 2rem;
    padding-left: 1.5rem;
    height: 4rem;
    backdrop-filter: blur(4px) saturate(100%);
}

.c-contact-form-textarea{
    min-height: 9.5rem;
}

.c-contact-form-input:focus {
    border: 1px solid white;
}

.c-contact-us-button {
    display: flex;
    color: #FFFFFF;
    font-size: 2rem;
    background: transparent;
    border: 1px solid #FFFFFF;
    cursor: pointer;
    width: fit-content;
    text-decoration: none;
    padding: unset;
    backdrop-filter: blur(10px);
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 black; }
}

.c-contact-us-button:hover {
    animation: pulse 1s;
    box-shadow: 0 0 0 1em transparent;
    backdrop-filter: blur(4px) saturate(100%);
}

.c-contact-us-button.is-dark {
    color: black;
    border: 1px solid #000000;

    .c-contact-us-form-arrow-wrapper {
        border-right: 1px solid black;
    }

    svg {
        fill: black;
    }
}

.c-contact-us-form-arrow-wrapper {
    border-right: 1px solid white;
    padding: 1.15rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-contact-form-button-arrow {
    display: flex;

    svg {
        fill: white;
    }
}

.c-contact-form-button-line {
    border-left: 1px solid white;
    padding-right: 1rem;
}

.c-contact-us-form-button-text {
    text-transform: uppercase;
    padding-left: 2.75rem;
    padding-right: 2.75rem;
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
}

.c-footer-navbar-wrapper {
    max-width: 80%;
    width: 100%;
    z-index: 1;

    @media (max-width: 991px) {
        max-width: 95%
    }
}

.c-footer-navbar {
    display: unset;
}

.c-footer-navbar-links {
    @media (max-width: 991px) {
        grid-template-columns: 1fr 1fr;
    }
}

.c-footer-navbar-link:first-child {
    @media (max-width: 991px) {
        grid-column: span 2;
        border-right: unset;
    }
}

.c-footer-navbar-link:last-child {
    @media (max-width: 991px) {
        grid-column: span 2;
    }
}

.c-footer-navbar-link:nth-last-child(2) {
    @media (max-width: 991px) {
        border-right: unset;
    }
}

.c-footer-copyright {
    padding-top: 3rem;
}

/*  footer and contact form common TODO */

.c-contact-page-hours,
.c-contact-page-email,
.c-contact-page-phone,
.c-contact-page-address {
    display: flex;
    align-items: center;
    padding-bottom: 3rem;
}

.c-contact-page-phone {
    display: flex;
    align-items: center;
}

.c-contact-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;

    svg {
        fill: inherit;
        width: 32px;
        height: 32px;
    }
}

.c-contact-info-group {
    padding-left: 1.5rem;
}

.c-contact-info-group-header {
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: .75rem;
}

.c-contact-info-group-link {
    color: inherit;
    text-decoration: none;
}

.c-contact-info-group-link:hover {
    text-decoration: underline;
}

/* GRAPH PATTERNS */

.c-bg-section-wrapper {
    background-size: cover, cover;
    background-image: url("../images/BG_SECTION_SQUARES_GRAPH.svg"), url("../images/BG_SECTION_SQUARES_COLORED.svg");
    background-repeat: no-repeat, no-repeat;
}
