:root {
    --primary-gabu-color: #f5f5f5;
    --secondary-gabu-color: #2c2c2c;
    --orange-gabu-color: #e54c2e;
    --blue-gabu-color: #3661ab;
    --darkblue-gabu-color: #1D1D3e;
    --tuqoise-gabu-color: #46A6B7;
    --black-gabu-color: #2c2c2c;
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: Urbanist, sans-serif;
    font-feature-settings: normal
}

body {
    font-family: Urbanist, sans-serif;
    margin: 0;
    line-height: inherit;
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

.bg-dots-lighter {
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.22676 0C1.91374 0 2.45351 0.539773 2.45351 1.22676C2.45351 1.91374 1.91374 2.45351 1.22676 2.45351C0.539773 2.45351 0 1.91374 0 1.22676C0 0.539773 0.539773 0 1.22676 0Z' fill='rgba(0,0,0,0.3)'/%3E%3C/svg%3E");
    background-color: var(--primary-gabu-color);
}

.min-h-screen {
    min-height: 100vh;
}

.relative {
    position: relative;
}

.navbar-absolute {
    position: absolute;
    width: 100%;
    background-color: var(--secondary-gabu-color);
    height: 5rem;
    padding: 0;
}

.navbar-gabu {
    height: 5rem;
    padding: 0.5rem;
    color: var(--secondary-gabu-color);
}

.navbar-gabu a {
    color: var(--primary-gabu-color);
    font-weight: 500;
}

.navbar-gabu a:hover {
    color: var(--primary-gabu-color);
    font-weight: 800;
    transition: color;
}

.gabu-brand-item {
    height: 100%;
    width: 6rem;
    margin: 0;
}

.gabu-brand-text {
    font-size: 2rem;
    font-weight: 800 !important;
    margin-left: 1.5rem;
    letter-spacing: 0.1rem;
}

.nav-item {
    margin-left: 1rem;
    margin-right: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
}

.svg-icon {
    width: 100%;
    height: 100%;
}

.svg-icon g {
    fill: var(--primary-gabu-color);
}

.svg-icon g.black {
    fill: var(--secondary-gabu-color);
}

.section-gabu {
    min-height: 35rem;
    overflow: hidden;
}

#home.section-gabu {
    height: 100vh;
}

.bg-gabu-primary {
    background-color: var(--primary-gabu-color);
    color: var(--secondary-gabu-color);
}

.bg-gabu-secondary {
    background-color: var(--secondary-gabu-color);
    color: var(--primary-gabu-color);
}

.home-title {
    color: var(--secondary-gabu-color);
    font-size: 7rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.home-title strong {
    font-weight: 900;
}


.section-title {

    font-size: 2.88rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.description-text {

    font-size: 1.3rem;
    font-weight: 500;
    text-align: justify;
    line-height: 1.5;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}

.accordion-gabu {
    margin-top: 2.2rem;
}

.accordion-item-gabu {
    min-height: 5rem;
    margin-top: 0.8rem;
    border-bottom: solid var(--secondary-gabu-color);
}

.accordion-header {
    cursor: pointer;
}

.faq-question {
    font-size: 2rem;
    font-weight: 700;
}


.faq-response {
    font-size: 1.3rem;
    font-weight: 500;
}