@font-face {
    font-family: "Bebas Neue";
    src: url("../fonts/bebas-neue.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

body {
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
    color: white;
}

.main-color {
    color: #329fe6;
}

.bg-main {
    background-color: #329fe6;
}

.mobile-container {
    margin: 0 auto;
    max-width: 540px;
}

.br-15 {
    border-radius: 15px;
}

.site-title {
    font-size: 44px;
    line-height: 1;
}

.site-name {
    font-size: 33px;
    line-height: 1;
}

.site-description {
    font-size: 24px;
    line-height: 1;
}

.channel-link {
    background: rgb(50, 159, 230);
    background: linear-gradient(180deg, rgba(50, 159, 230, 1) 0%, rgba(91, 178, 235, 1) 100%);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .3);
}

.channel-title {
    color: rgba(255, 255, 255, .5);
    font-size: 25px;
    line-height: 1;
}

.channel-name {
    font-size: 38px;
    line-height: 1;
}

a {
    text-decoration: none;
    border: none;
    color: #329fe6;
}

a:hover {
    text-decoration: none;
    border: none;
    color: #329fe6;
}

.menu-menu__item {
    text-align: center;
    background-color: white;
    color: #329fe6;
    font-size: 32px;
    position: relative;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .3);
    margin-bottom: 12px;
}

.menu-menu__item img {
    position: absolute;
    top: 12px;
    left: 40px;
}

ul.main-items {
    padding-left: 10px;
    margin-left: 20px;
}

ul.main-items li {
    font-size: 20px;
    list-style: none;
}

ul.main-items li:before {
    content: "·";
    font-size: 20px;
    vertical-align: middle;
    line-height: 20px;
    padding-right: 5px;
}

.carousel-indicators {
    top: -35px;
}

.carousel-indicators [data-bs-target] {
    width: 7px;
    height: 7px;
    border-radius: 100%;
    margin-right: 10px;
}

@media screen and (min-width: 992px) {
    .site-title {
        font-size: 64px;
    }

    .site-name {
        font-size: 40px;
    }

    .site-description {
        font-size: 27px;
    }

    .channel-name {
        font-size: 52px;
        line-height: 1;
    }

    ul.main-items {
        padding-left: 20px;
        margin-left: 30px;
    }

    ul.main-items li {
        font-size: 22px;
        list-style: none;
    }
}