@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&family=Montserrat:wght@300;400;600&display=swap');
@font-face {
    font-family: "Gotham-Medium";
    src: url('../fonts/Gotham-Medium.eot');
    src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Medium.woff2') format('woff2'), url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: '29LT Baseet';
    src: url('../fonts/29LTBaseet-Medium.eot');
    src: url('../fonts/29LTBaseet-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/29LTBaseet-Medium.woff2') format('woff2'), url('../fonts/29LTBaseet-Medium.woff') format('woff'), url('../fonts/29LTBaseet-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary: #ac100f;
    --secondary: #dba900;
    --tertiary: #c2002f;
    --quaternary: #980d0c;
    --light-gray: #f7f7f7;
    --gray: #eeeeee;
    --dark: #333;
    --dark-gray: #777777;
    /* --dark: #000000; */
    --white: #ffffff;
    --text-color: #333;
    --rounded: 0.5rem
}

html {
    margin-top: 0 !important
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: var(--placeholder);
    opacity: 1
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: var(--placeholder);
    opacity: 1
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: var(--placeholder);
    opacity: 1
}

.form-control::placeholder {
    color: var(--placeholder)
}

body,
html {
    -webkit-text-size-adjust: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    transition: background-color .15s ease-in-out;
}

.rounded {
    border-radius: var(--rounded) !important;
    overflow: hidden
}

.rounded-2x {
    border-radius: 1.3rem !important;
    overflow: hidden
}

img {
    border: none;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

a,
a:focus,
a:link,
a:visited,
input:focus,
textarea:focus {
    outline: 0;
    text-decoration: none
}

select:focus {
    outline: 0
}

textarea {
    resize: none
}

form:not(.content-area*),
h1:not(.content-area*),
h2:not(.content-area*),
h3:not(.content-area*),
h4:not(.content-area*),
h5:not(.content-area*),
h6:not(.content-area*),
p:not(.content-area*),
ul:not(.content-area*) {
    margin: 0;
    padding: 0
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

iframe {
    display: block
}

p+p {
    margin-top: 1.5em
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
    display: block;
    margin: 0;
    padding: 0
}

::selection {
    background: #1c1c1c;
    color: #fff
}

::-moz-selection {
    background: #1c1c1c;
    color: #fff
}

ul {
    list-style: none
}

li {
    padding: 0;
    margin: 0
}

label {
    font-weight: 400 !important
}

.fa-ul>li:not(:last-child) {
    margin-bottom: 15px
}

.has-lead .content-area h5,
.lead {
    font-size: 1.3em;
    line-height: 1.5em;
    font-weight: 400
}

.has-lead .content-area h5 {
    margin-bottom: 1.5em
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Gotham-Medium", sans-serif;
    letter-spacing: .25rem;
    font-weight: 700
}

.h1,
h1 {
    font-size: 2.25em
}

.h2,
h2 {
    font-size: 2em
}

.h3,
h3 {
    font-size: 1.75em
}

.h4,
h4 {
    font-size: 1.5em
}

.h5,
h5 {
    font-size: 1.25em
}

.h6,
h6 {
    font-size: 1.25em
}

@media only screen and (max-width:991px) {
    .h1,
    h1 {
        font-size: 2em
    }
    .h2,
    h2 {
        font-size: 1.77em
    }
    .h3,
    h3 {
        font-size: 1.54em
    }
    .h4,
    h4 {
        font-size: 1.31em
    }
    .h5,
    h5 {
        font-size: 1.1em
    }
    .h6,
    h6 {
        font-size: 1em
    }
}

@media only screen and (max-width:767px) {
    .h1,
    h1 {
        font-size: 1.75em
    }
    .h2,
    h2 {
        font-size: 1.57em
    }
    .h3,
    h3 {
        font-size: 1.39em
    }
    .h4,
    h4 {
        font-size: 1.21em
    }
    .h5,
    h5 {
        font-size: 1.075em
    }
    .h6,
    h6 {
        font-size: 1em
    }
}

@media only screen and (min-width:1601px) {
    section>.minHeight {
        min-height: 250px
    }
}

a {
    color: var(--primary)
}

.underlined {
    padding-bottom: .75em;
    margin-bottom: 1em;
    text-align: center;
    text-transform: uppercase;
    position: relative
}

.underlined:after {
    content: "";
    width: 150px;
    height: 5px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background-color: var(--danger)
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-size: .8em;
    display: block;
    line-height: 1.5em;
    font-family: RobotoLight
}

p:last-child {
    margin-bottom: 0
}

.stretched {
    letter-spacing: 1px
}

.text-default,
.text-default:active,
.text-default:focus {
    color: var(--dark) !important
}

.text-primary,
.text-primary:active,
.text-primary:focus {
    color: var(--primary) !important
}

.text-secondary,
.text-secondary:active,
.text-secondary:focus {
    color: var(--secondary) !important
}

.text-tertiary,
.text-tertiary:active,
.text-tertiary:focus {
    color: var(--tertiary) !important
}

.text-quaternary,
.text-quaternary:active,
.text-quaternary:focus {
    color: var(--quaternary) !important
}

.text-white,
.text-white:active,
.text-white:focus {
    color: var(--white)
}

.text-danger,
.text-danger:active,
.text-danger:focus {
    color: var(--danger) !important
}

.text-grey {
    color: #737373 !important
}

.popover,
.tooltip {
    font-family: BentonSansBook
}

.tooltip-inner {
    font-size: .875em
}

.bgGradient::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(153, 153, 153, 0) 60%, rgba(0, 0, 0, .9) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(60%, rgba(153, 153, 153, 0)), color-stop(100%, rgba(0, 0, 0, .9)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(153, 153, 153, 0) 60%, rgba(0, 0, 0, .9) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(153, 153, 153, 0) 60%, rgba(0, 0, 0, .9) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(153, 153, 153, 0) 60%, rgba(0, 0, 0, .9) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(153, 153, 153, 0) 60%, rgba(0, 0, 0, .9) 100%)
}

.bgOverlay,
.hoverIcon {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 0
}

.bg-primary {
    background: var(--primary) !important
}

.bg-secondary {
    background: var(--secondary) !important
}

.bg-tertiary {
    background: var(--tertiary) !important
}

.has-link-light a,
.has-link-primary a,
.has-link-primary-and-light a {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-weight: 700 !important;
    position: relative;
    background: var(--tertiary) !important;
    border-color: var(--tertiary) !important;
    color: #fff;
    margin-right: .75rem;
    margin-bottom: 1rem;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.has-link-light a:hover,
.has-link-primary a:hover,
.has-link-primary-and-light a:hover {
    background: var(--quaternary) !important;
    border-color: var(--quaternary) !important;
    color: #fff
}

.has-link-light a:focus,
.has-link-primary a:focus,
.has-link-primary-and-light a:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.has-link-light a,
.has-link-primary-and-light a:nth-child(even),
:not(.has-link-primary)>.bg-overlay-dark .btn-primary,
:not(.has-link-primary)>.bg-overlay-dark .open>.dropdown-toggle.btn-primary,
:not(.has-link-primary)>.bg-tertiary .btn-primary,
:not(.has-link-primary)>.bg-tertiary .open>.dropdown-toggle.btn-primary {
    background: var(--light-gray) !important;
    border-color: var(--light-gray) !important;
    color: var(--primary) !important;
    font-weight: 700 !important;
    position: relative
}

.has-link-light a:hover,
.has-link-primary-and-light a:nth-child(even):hover,
:not(.has-link-primary)>.bg-overlay-dark .btn-primary:hover,
:not(.has-link-primary)>.bg-overlay-dark .open>.dropdown-toggle.btn-primary:hover,
:not(.has-link-primary)>.bg-tertiary .btn-primary:hover,
:not(.has-link-primary)>.bg-tertiary .open>.dropdown-toggle.btn-primary:hover {
    background: 0 0 !important;
    border-color: var(--light-gray) !important;
    color: var(--light-gray) !important
}

.has-link-light a:focus,
.has-link-primary-and-light a:nth-child(even):focus,
:not(.has-link-primary)>.bg-overlay-dark .btn-primary:focus,
:not(.has-link-primary)>.bg-overlay-dark .open>.dropdown-toggle.btn-primary:focus,
:not(.has-link-primary)>.bg-tertiary .btn-primary:focus,
:not(.has-link-primary)>.bg-tertiary .open>.dropdown-toggle.btn-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.bg-quaternary {
    background: var(--quaternary) !important
}

.bg-white {
    background: var(--white) !important
}

.bg-dark {
    background: var(--dark) !important
}

.bg-gray {
    background: var(--gray) !important
}

.bg-lgray {
    background: var(--light-gray) !important
}

.bg-darkGray {
    background: #333 !important
}

.bg-dark-gray-news * {
    color: #fff
}

.bg-opacity {
    background: rgba(245, 245, 245, .2)
}

.bg-dgray {
    background: #dedede !important
}

.grow {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.grow:hover {
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04)
}

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

.btn-primary:hover {
    background: var(--primary);
    border-color: var(--primary)
}

.btn-secondary {
    background: var(--secondary) !important;
    border-color: var(--secondary) !important
}

.btn-secondary:hover {
    background: #ffdb60 !important;
    border-color: #ffdb60 !important;
    color: var(--dark)
}

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

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

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

.btn-light {
    background: var(--light-gray);
    border-color: var(--light-gray)
}

.btn-light:hover {
    background: 0 0 !important;
    border-color: var(--light-gray) !important;
    color: var(--light-gray) !important
}

body {
    font-family: "Baskerville";
    overflow-x: hidden;
    padding-top: 0;
    color: var(--text-color);
    background-color: #f7f7f7;
    /* background-image: url(data:image/png;base64,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); */
    background-image: url(data:image/png;base64,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);
}

main {
    overflow-x: hidden
}

.container-max {
    width: 96%;
    max-width: 1600px;
    margin: auto
}

.section {
    margin: 4rem 0
}

.section.bg-section {
    padding: 4rem 0;
    margin: 0 calc((100% - 100vw + .75rem * 1)/ 2)
}

.overlap-w-100 {
    margin-left: calc((100% - 100vw + .75rem * 1)/ 2);
    margin-right: calc((100% - 100vw + .75rem * 1)/ 2);
    position: relative
}

.searchBox {
    font-size: .875em;
    border: none;
    background: #fff;
    max-width: 200px;
    color: #888;
    padding: .53rem !important;
    border-radius: 0;
    min-width: 250px
}

.searchBox+.input-group-append {
    position: absolute;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center
}

.searchBox+.input-group-append button {
    border: none;
    background: #fff !important;
    outline: 0;
    color: var(--primary)
}

.navbar-nav>li {
    border-right: solid 1px #000;
    margin-bottom: .5rem
}

.navbar-nav>li:last-child {
    border-right: 0
}

.navbar-light .navbar-nav .nav-link {
    padding: 0 1rem 0 0;
    font-weight: 700;
    color: var(--text-color);
    font-size: 16px;
    font-family: 'Baskervville', serif;
}

.navbar-light .navbar-brand {
    max-width: 200px
}

header {
    position: relative;
    z-index: 2;
    padding-top: 2rem;
}

header .navbar-expand-lg .navbar-nav {
    flex-direction: column;
    text-align: left;
}

header .navbar-nav>li {
    border: 0;
}

.brand-logo img {
    max-width: 220px !important;
    width: 100%;
}

.intro-content {
    width: 80%;
    max-width: 500px;
    margin: auto;
    font-family: 'Baskervville', serif;
    font-style: italic;
}

.intro-content p {
    font-size: 1.2rem;
}

.brand-container {
    /* position: absolute;
    bottom: 0px; */
    width: 90%;
    margin-top: 12%;
    margin-right: auto;
}

.brand-slider {
    padding: 0;
}


/* .brand-slider li:first-child {
    width: 400px !important;
} */

.brand-single {
    max-height: 400px;
    /* max-width: 320px; */
    overflow: hidden;
    /* margin: 0 1rem; */
    text-align: left;
    margin-bottom: 4rem;
}

.brand-single h6 {
    font-size: .75rem;
    font-style: normal;
    font-family: 'Gotham-Medium';
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    color: var(--dark);
}

.brand-img {
    height: 360px;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 2/3;
}

.brand-single img {
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.brand-single:hover:before img {
    content: '';
    background: rgba(0, 0, 0, .5);
    position: absolute;
    width: 100%;
    height: 100%;
}

.brands-page .brand-slider li:first-child {
    width: 310px !important;
}

.brand-content {
    margin-top: 5rem;
}

.brands-page .brand-single {
    text-align: left;
}

.brands-page .brand-single {
    max-height: none;
    font-style: italic;
}

.brands-page .brand-single .brand-img {
    margin-bottom: 1rem;
    height: 300px;
}

.brand-link {
    font-style: italic;
    color: var(--text-color);
}

.brand-link:hover {
    color: var(--light-gray);
    background: var(--text-color);
    padding: .5rem;
}

.heading {
    font-size: 1.2rem;
    letter-spacing: 2px;
}

.prod-img-lg,
.prod-img-sm {
    max-height: 450px;
    overflow: hidden;
    object-fit: cover;
}

.contact-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.cont-heading {
    text-transform: uppercase;
    font-size: .75rem;
    width: 30%;
    max-width: 300px;
}

.cont-heading h4 {
    letter-spacing: .25rem;
}

.cont-details {
    width: 70%;
    position: relative;
}

.details-single {
    margin-bottom: 1.5rem;
    padding-right: 20px;
    color: #333;
}

.cont-details .cont-details p {
    max-width: 60%;
}

.details-single:before {
    content: '';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #333;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    /* background-color: #333; */
}

.details-single.location:before {
    content: "\f3c5";
}

.details-single.instagram:before {
    content: "\f16d";
    font-family: "Font Awesome 5 Brands";
}

.details-single.whatsapp:before {
    content: "\f232";
    font-family: "Font Awesome 5 Brands";
}


/* .details-single a {
    color: var(--text-color);
} */

.details-single a:hover {
    color: var(--primary);
}

footer {
    border-top: 1px solid #333;
    padding: 5rem 0 3rem;
    font-family: 'Montserrat', sans-serif;
    color: #bfbfbf;
    line-height: 36px;
    font-size: .9rem;
}

footer h6 {
    letter-spacing: 1px;
    font-size: 1rem;
}

.foot-menu {
    margin: 0;
    padding: 0;
}

.foot-menu li {
    display: inline-block;
    width: 49%;
    /* text-align: right; */
}

.foot-menu li:nth-child(2n) {
    text-align: right;
}

.foot-menu li a {
    font-weight: 600;
    font-size: 1rem;
}

.foot-menu li a:hover {
    color: var(--light-gray);
}

footer .social {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
}

footer .social li {
    position: relative;
    margin-right: 1rem;
}

footer .social li i {
    color: #333;
    font-weight: 900;
    font-family: "Font Awesome 5 Brands";
    background: #bebebe;
    font-style: normal;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
}

footer .social li i:hover {
    background: var(--white);
}

footer .social li:last-child:after {
    display: none;
}

.foot-bot-section {
    margin-top: 5rem;
}

footer a {
    color: #bfbfbf;
}

.footer-btm {
    padding: 1.5rem 0 0;
    margin-top: 1.5rem;
    font-size: .8rem;
}

.about-content {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.abt-images {
    display: flex;
    flex-wrap: wrap;
}

.abtPic-lg {
    width: 70%;
    height: 500px;
    overflow: hidden;
    margin-right: 15px;
}

.abtPic-lg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.abtPic-sm {
    width: calc(30% - 15px)
}

.abtPic-sm .pic-holder {
    height: 242px;
    overflow: hidden;
    margin-bottom: 15px;
}

.abtPic-sm .pic-holder img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.map {
    filter: grayscale(100%);
    margin-bottom: 2.5rem;
}

.about-dark {
    background: #e4dfda;
    padding: 10rem 0;
}

.about-dark h3 {
    letter-spacing: 1px;
    font-size: 1.2rem;
    font-family: 'Baskerville';
    font-style: italic;
}

.content-split {
    display: flex;
    flex-wrap: wrap;
}

.get-touch {
    display: flex !important;
    flex-shrink: 0;
    margin-right: 1rem;
    font-size: .8rem;
    letter-spacing: .25rem;
}

.career-content {
    max-width: 360px;
    margin-bottom: 4rem;
}

.btn {
    font-family: 'Gotham-Medium';
    letter-spacing: .25rem;
}

.about-bg {
    background: #fff;
}

.ar-text {
    font-family: '29LT Baseet' !important;
    /* font-size: 1.2rem !important; */
}


/* gallery masonry */

.gallery {
    counter-reset: items;
    display: grid;
    grid-auto-rows: calc(75vw - 2rem);
    grid-gap: 1rem;
    margin: 0 auto;
    max-width: 87.5rem;
    padding: 0 0 3rem;
}

@media screen and (min-width: 30rem) {
    .gallery {
        grid-template-columns: repeat(auto-fit, minmax(13.5rem, 1fr));
        grid-auto-rows: 9rem;
        grid-auto-flow: dense;
    }
}

@media screen and (min-width: 70rem) {
    .gallery {
        grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
        grid-auto-rows: 16.5rem;
    }
}

.gallery__img {
    align-items: center;
    background-color: #dadada;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 30rem) {
    .gallery__img--wide {
        grid-column: span 2;
        grid-row: span 2;
    }
    .gallery__img--tall {
        grid-row: span 2;
    }
    .gallery__img--feature {
        grid-column: span 2;
        grid-row: span 3;
    }
}

@media screen and (min-width: 30rem) and (min-width: 44.5rem) {
    .gallery__img--feature {
        grid-column: span 3;
        grid-row: span 2;
    }
}

@media screen and (min-width: 30rem) {
    .gallery__img--feature-tall {
        grid-column: span 2;
        grid-row: span 2;
    }
}


/* .screen-width {
    color: #999;
    font-size: 0.875rem;
    padding: 1rem;
    position: fixed;
    right: 0;
    top: 0;
} */

.pointer {
    position: relative;
}

.pointer::after {
    content: '';
    position: absolute;
    right: -20px;
    bottom: -20px;
    background: url(../images/pointer.png);
    background-size: auto;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: contain;
}

@media screen and (max-width:768px) {
    .brand-container {
        width: 100%;
    }
    .cont-details {
        width: 100%;
    }
    .foot-bot-section {
        margin-top: 3rem;
    }
    .foot-menu {
        margin-top: 1.5rem;
    }
    .foot-menu li {
        text-align: left;
    }
    .abt-images,
    .gallery {
        margin-top: 2rem;
    }
    .content-split {
        display: block;
    }
    .content-split .w-50 {
        width: 100% !important;
        margin-bottom: 1rem;
    }
    .abtPic-lg,
    .abtPic-sm {
        width: 100%;
        margin: 0 0 1rem 0;
    }
    .navbar-toggler {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        padding: 0;
        color: #fff !important;
        z-index: 99;
        box-shadow: none !important;
        border: none !important;
    }
    /* .navbar-light .navbar-toggler-icon {
        filter: brightness(100%) invert(100%);
    } */
    .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
        filter: brightness(100%) invert(100%);
    }
    .navbar-nav {
        width: 100%;
        position: fixed;
        height: 100%;
        top: 0;
        left: 0;
        background: var(--dark);
        padding: 5rem 2rem 2rem;
    }
    header .navbar-expand-lg .navbar-nav {
        text-align: left;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #fff;
    }
    .nav-item {
        padding: 1rem 0;
        border-bottom: solid 1px #3f3f3f !important;
    }
    .brand-logo img {
        margin-top: 15px;
    }
    .brand-single {
        max-height: 460px;
    }
    .brand-img {
        height: 460px;
    }
}

.swal-footer {
    text-align: center !important;
}

#gdpr {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    right: 0;
    width: 100%;
    background: rgba(245, 245, 245, 0.5);
    color: var(--dark);
}

#gdpr a {
    color: var(--dark);
    text-decoration: underline;
}

#gdpr_btn {
    background: var(--dark) !important;
    border-color: var(--dark) !important;
    color: #fff !important;
    text-decoration: none !important;
}