:root {
    --xx-ltgray: #E9EAEA;
    --xx-white: #FFFFFF;
    --xx-black: #000000;
    --xx-orange: #ED8B00;
    --xx-transparent: #00000000;
}

::selection {
    color: var(--rb-white);
    background: var(--xx-orange);
}

::-moz-selection {
    color: var(--rb-white);
    background: var(--xx-orange);
}


@font-face {
    font-family: "Axi_Regular";
    src: url('/assets/fonts/Axi_Regular.ttf') format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Axi_SemiBold";
    src: url('/assets/fonts/Axi_SemiBold.ttf') format("truetype");
    font-weight: 600;
    font-style: semibold;
    font-display: swap;
}

* {
    font-family: Axi_SemiBold, sans-serif;
    font-weight: 700;
}

.ucimage {
    height: 800px;
}

.main-wrapper {
    height: 100vh !important;
}



@media (max-width: 991.98px) {}


@media (max-width: 767.98px) {
    .ucimage {
        margin-top: -150px
    }
}