@font-face {
    font-family: "FiraGO-Light";
    src: url('../fonts/FiraGO-Light.ttf');
}

@font-face {
    font-family: "FiraGO-Medium";
    src: url('../fonts/FiraGO-Medium.ttf');
}

@font-face {
    font-family: "FiraGO-Regular";
    src: url('../fonts/FiraGO-Regular.ttf');
}

@font-face {
    font-family: "FiraGO-Bold";
    src: url('../fonts/FiraGO-Bold.ttf');
}

:root {
    --navy: #023473;
    --gold: #ffc13b;
    --dk-text-dark: #000000;
    --gold-hover: #f8b525;
    --FiraGO-Light: "FiraGO-Light";
    --FiraGO-Medium: "FiraGO-Medium";
    --FiraGO-Regular: "FiraGO-Regular";
    --FiraGO-Bold: "FiraGO-Bold";
}

body {
    touch-action: pan-x pan-y;
    -webkit-touch-callout: none;
    -ms-content-zooming: none;
    -ms-touch-action: pan-x pan-y;
    font-family: var(--FiraGO-Regular);
}

/* Fonts */
.firago_light {
    font-family: var(--FiraGO-Light) !important;
}

.firago_medium {
    font-family: var(--FiraGO-Medium) !important;
}

.firago_regular {
    font-family: var(--FiraGO-Regular) !important;
}

.firago_bold {
    font-family: var(--FiraGO-Bold) !important;
}

/* Background */
.bg-custom-primary {
    background-color: var(--navy);
}

.bg-custom-warning {
    background-color: var(--gold);
}

.font-feature-case-on {
    font-feature-settings: 'case' on;
}

/* Footer */
.footer {
    padding: 3rem 0;
    background-color: var(--navy);
}


/* Navbar Styles */
.navbar {
    padding: 1rem 2rem;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.navbar-brand {
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
}

/* Hero Section */
.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('../image/home.jpg');
    background-size: cover;
    background-position: center;
    min-height: 600px;
    color: white;
    padding: 5rem 0;
    text-align: center;
    margin-top: 90px;
    margin-bottom: 102px;
}

/* Why Section */
.why-section {
    padding: 5rem 0;
}

.why-content {
    display: flex;
    gap: 3rem;
    padding: 2rem;
}

.why-image {
    flex: 1;
    background-color: #f5f5f5;
}

.why-features {
    flex: 1;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

/* How It Works Section */
.how-it-works {
    background-color: #f8f9fa;
    padding: 7rem 0;
}

.step-card {
    background: white;
    border-radius: 10px;
    padding: 2rem;
    height: 100%;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    transition: all ease-in-out 0.3s;
}

.step-number {
    color: var(--navy);
    font-family: var(--font-FiraGO-Bold);
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.step-card:hover {
    color: #fff;
    padding: 1rem 2rem 3rem 2rem;
    background: var(--navy);
}

.step-card:hover * {
    color: #fff;
}

/* Footer */
.footer {
    padding: 3rem 0;
}

@media (min-width: 992px) {
    .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
    }

    .offcanvas-header {
        display: none;
    }

    .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        justify-content: flex-end;
    }
}

/* Buttons */
.btn-custom-gold {
    color: #fff !important;
    background-color: var(--gold) !important;
    border-color: var(--gold) !important
}

.btn-custom-gold:hover {
    color: #fff !important;
    background-color: var(--gold-hover) !important;
    border-color: var(--gold-hover-hover) !important
}

/* Text Color */
.dk-text-dark {
    color: var(--dk-text-dark) !important;
}

* Remix Fonts */ [class^=ri-],
[class*=" ri-"] {
    font-family: "remixicon" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 1;
    vertical-align: middle
}

[class^=ri-]:before,
[class*=" ri-"]:before {
    display: inline-block
}

.ri-10px,
.ri-10px:before {
    font-size: 10px
}

.ri-12px,
.ri-12px:before {
    font-size: 12px
}

.ri-14px,
.ri-14px:before {
    font-size: 14px
}

.ri-16px,
.ri-16px:before {
    font-size: 16px
}

.ri-18px,
.ri-18px:before {
    font-size: 18px
}

.ri-20px,
.ri-20px:before {
    font-size: 20px
}

.ri-22px,
.ri-22px:before {
    font-size: 22px
}

.ri-24px,
.ri-24px:before {
    font-size: 24px
}

.ri-26px,
.ri-26px:before {
    font-size: 26px
}

.ri-28px,
.ri-28px:before {
    font-size: 28px
}

.ri-30px,
.ri-30px:before {
    font-size: 30px
}

.ri-32px,
.ri-32px:before {
    font-size: 32px
}

.ri-36px,
.ri-36px:before {
    font-size: 36px
}

.ri-40px,
.ri-40px:before {
    font-size: 40px
}

.ri-42px,
.ri-42px:before {
    font-size: 42px
}

.ri-48px,
.ri-48px:before {
    font-size: 48px
}

.ri-spin:before {
    animation: ri-spin 2s infinite linear
}

@keyframes ri-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

[class^=ri-],
[class*=" ri-"] {
    font-family: "remixicon" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ri-lg {
    font-size: 1.3333em;
    line-height: .75em;
    vertical-align: -0.0667em
}

.ri-xl {
    font-size: 1.5em;
    line-height: .6666em;
    vertical-align: -0.075em
}

.ri-xxs {
    font-size: .5em
}

.ri-xs {
    font-size: .75em
}

.ri-sm {
    font-size: .875em
}

.ri-1x {
    font-size: 1em
}

.ri-2x {
    font-size: 2em
}

.ri-3x {
    font-size: 3em
}

.ri-4x {
    font-size: 4em
}

.ri-5x {
    font-size: 5em
}

.ri-6x {
    font-size: 6em
}

.ri-7x {
    font-size: 7em
}

.ri-8x {
    font-size: 8em
}

.ri-9x {
    font-size: 9em
}

.ri-10x {
    font-size: 10em
}

.ri-fw {
    text-align: center;
    width: 1.25em
}