@font-face {
    font-family: 'NunitoBold';
    src: url(/webfonts/PTSansNarrow-Bold.ttf) format('woff2');
}

@font-face {
    font-family: 'Nunito';
    src: url(webfonts/PTSansNarrow-Regular.ttf) format('woff2');
}

body {
    font-family: 'Nunito', sans-serif;
    background: none;
    overflow-x: hidden;
}

div {
    font-size: 22px;
}

:root {
    --gold: #009DE0;
    --primary: #009DE0!important;
}

.btn.focus, .btn:focus {
    outline: 0!important;
    box-shadow: none!important;
}

.text-primary {
    color: var(--primary)!important;
}

.rounded-lg {
    border-radius: .5rem!important;
}

.bg-gray {
    background: #009DE0;
}

.cursor-pointer {
    cursor: pointer;
}

.form-control {
    padding: 5px!important;
}

.swiper-pagination-bullet {
    width: inherit!important;
    height: inherit!important;
    display: inline-block;
    opacity: 1!important;
}

.swiper-slide-thumb-active {
    background: var(--gold)!important;
    color: #fff!important;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
    background-color: var(--gold)!important;
}

.btn-outline-secondary:hover {
    background-color: var(--gold)!important;
}

.bg-gold {
    background-color: var(--gold)!important;
    color: #fff;
}

.text-gold {
    color: var(--gold);
}

.btn-gold {
    color: #fff;
    background-color: var(--gold);
    border-color: var(--gold);
}

.btn-gold:hover {
    color: #fff;
    background-color: #005dbf;
    border-color: #005dbf;
}

.bg-mramor {
    background: #f2f2f2;
    /*background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100%;
    background-blend-mode: soft-light;*/
}

