@font-face {
    font-family: 'Neutra Text';
    src: url('../fonts/NeutraText-BoldItalic.eot');
    src: url('../fonts/NeutraText-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NeutraText-BoldItalic.woff2') format('woff2'),
    url('../fonts/NeutraText-BoldItalic.woff') format('woff'),
    url('../fonts/NeutraText-BoldItalic.ttf') format('truetype'),
    url('../fonts/NeutraText-BoldItalic.svg#NeutraText-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neutra Text';
    src: url('../fonts/NeutraText-Book.eot');
    src: url('../fonts/NeutraText-Book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NeutraText-Book.woff2') format('woff2'),
    url('../fonts/NeutraText-Book.woff') format('woff'),
    url('../fonts/NeutraText-Book.ttf') format('truetype'),
    url('../fonts/NeutraText-Book.svg#NeutraText-Book') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neutra Text';
    src: url('../fonts/NeutraText-Bold.eot');
    src: url('../fonts/NeutraText-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NeutraText-Bold.woff2') format('woff2'),
    url('../fonts/NeutraText-Bold.woff') format('woff'),
    url('../fonts/NeutraText-Bold.ttf') format('truetype'),
    url('../fonts/NeutraText-Bold.svg#NeutraText-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neutra Text';
    src: url('../fonts/NeutraText-BookItalic.eot');
    src: url('../fonts/NeutraText-BookItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NeutraText-BookItalic.woff2') format('woff2'),
    url('../fonts/NeutraText-BookItalic.woff') format('woff'),
    url('../fonts/NeutraText-BookItalic.ttf') format('truetype'),
    url('../fonts/NeutraText-BookItalic.svg#NeutraText-BookItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

body {
    background-image: url('../images/backgrounds/lights-background.png');
    background-repeat: no-repeat;
    background-size: 125%;
    font-family: "Neutra Text", Arial, sans-serif;
}
.carousel-text-bottom {
    line-height: 1;
    margin-top: -1rem;
}
.carousel-span-mt-2 {
    margin-top: 2rem;
}
.carousel-item {
    height: 150px;
    margin-bottom: 5.5rem;
    margin-top: 0;
}
.carousel-number-text {
    font-size: 1.7rem;
}
.carousel-item .carousel-text-area {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    line-height: 1;
    margin-top: 5.5rem;
}
.carousel-item > div > .size-2 {
    font-size: 2rem;
}
.carousel-item > div > .size-1 {
    font-size: 1.21rem;
}
.carousel-indicators [data-bs-target] {
    background: none;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    opacity: 1;
}
.carousel-indicators {
    margin-bottom: 0;
}
.carousel-indicators [data-bs-target].active {
    background: white;
}
.img-v-fluid {
    width: auto;
    max-width: unset;
    max-height: 100%;
}
.btn-unstyled {
    border: none;
    box-shadow: none;
    background: transparent;
    color: inherit;
}
.text-blue {
    color: #0d0f76;
}
.error.error-text {
    left: 0.8rem;
    bottom: -1.3rem;
    text-align: left;
    font-size: 0.9rem;
}
#footer_menu {
    background: #169b85;
    padding: 0.3rem 0;
}
#footer_menu .nav-link {
    padding: 0 1rem;
    font-size: 0.9rem;
}
#footer_menu .nav-link.active {
    font-weight: bold;
}
.cat {
    max-width: 200px;
}
.btn-play {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2rem;
    color: #091665;
    -webkit-box-shadow: inset 0 5px 15px #fff;
    -moz-box-shadow: inset 0 5px 15px #fff;
    box-shadow: inset 0 5px 15px #fff;
    background: #fdcd2f;
    padding: 1rem 2rem 0.5rem 2rem;
}

.btn-default {
    font-weight: bold;
    font-size: 1.2rem;
    color: #091665;
    background: #fdcd2f;
    padding: 0.5rem 2rem 0.5rem 2rem;
    -webkit-box-shadow: inset 0 5px 15px #fff;
    -moz-box-shadow: inset 0 5px 15px #fff;
    box-shadow: inset 0 5px 15px #fff;
}
.text-dark-yellow {
    color: #fdcd2f;
}

.socials-img{
    width: 70px;
    padding: 0.5rem 0 0.3rem 0;
}
@media screen and (min-width: 768px) {
    #footer_menu {
        background: transparent;
        padding: 0.3rem 0;
        position: absolute;
        left: 40%;
        top: 50%;
    }
}
@media screen and (orientation: portrait) and (max-width: 1200px) {
    body {
        background-size: 300%;
    }
}
@media screen and (orientation: landscape) and (max-width: 1200px) {
    body {
        background-size: 150%;
    }
}
@media screen and (max-width: 768px) {
    body {
        background-image: url('../images/backgrounds/lights-background-mobile.png');
        background-size: 130%;
    }
    .cat {
        max-width: 120px;
    }
}

@media only screen and (max-width: 480px) {
    body {
        background-size: 125%;
    }
    #main_menu .nav-link {
        line-height: 1.2;
        font-size: 2.6rem;
    }
    .socials-img{
        width: 60px;
        padding: 0.4rem 0 0.2rem 0;
    }

}
