@font-face {
    font-family: 'Emirates Medium';
    src: url('Emirates Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html,

body {
    font-family: "Emirates Medium", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: normal !important;
    padding: 0;
    margin: 0;
    background-color: white;
    color: black !important;

}

.no-focus,

.no-focus:focus {
    outline: 0 !important;
    box-shadow: none !important;
    border: 0 !important
}

.fw-100 {
    font-weight: 100 !important;

}

.fw-200 {
    font-weight: 200 !important;

}

.fw-300 {
    font-weight: 300 !important;

}

.fw-400 {
    font-weight: 400 !important;

}

.fw-500 {
    font-weight: 500 !important;

}

.fw-600 {
    font-weight: 600 !important;

}

.fw-700 {
    font-weight: 700 !important;

}

.fw-800 {
    font-weight: 800 !important;

}

.fw-900 {
    font-weight: 900 !important;

}

.visuallyhidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;

}

.fixed-top {
    animation: smoothScroll 1s forwards;
    z-index: 9999 !important
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }

}

.lb-image {
    border: 0 !important;
    border-radius: 0 !important;

}

.lb-number {
    display: none !important;

}

.bgcolor-primary {
    background-color: #a71c39 !important;
    color: white !important
}

.bgcolor-secondary {
    background-color: #ccc !important;
    color: black !important
}

.bgcolor-black {
    background-color: #000 !important;
    color: white !important
}

.textcolor-primary {
    color: #a71c39 !important;

}

.textcolor-secondary {
    color: #ccc !important;

}

.nav-active {
    color: #a71c39 !important;
    font-weight: 700 !important;
    border-bottom: 2px solid black !important
}

.equal-height {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.equal-height .card-body {
    flex-grow: 1;
}