body {
    background-color: #111111;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
}

.container,
.container-lg {
    max-width: 1200px;
}

.navbar {
    background-color: #111111!important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-toggler {
    border: none;
    box-shadow: none;
}

.navbar-toggler:focus,
.navbar-toggler:hover,
.navbar-toggler:active {
    box-shadow: none;
    background-color: transparent;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-link {
    text-transform: uppercase;
    color: #388DDC;
    font-size: 18px;
    font-weight: 600;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-logo {
    height: 38px;
}

.navbar .form-control {
    background-color: #093B98;
    color: #ffffff;
    padding-left: 40px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-color: #093B98;
}

.navbar .form-control:focus {
    border-color: #093B98;
    box-shadow: 0 0 0 0.25rem rgba(40, 166, 255, 0.53);
    outline: none;
    background-color: #093B98;
}

.navbar .form-control:focus::placeholder {
    color: transparent;
}

.search-input::placeholder {
    color: #ffffff;
}

.search-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #ffffff;
    fill: #ffffff;
}

.navbar .form-control::placeholder {
    color: #ffffff;
}

header {
    background-image:
            linear-gradient(to top, #111111 0%, transparent 30%),
            url('../../images/header-bg-desktop.png');
    background-size: cover;
    background-position: center center;
    padding: 90px 36px;
}

.news-header {
    background-image:
            linear-gradient(to top, #111111 0%, transparent 30%),
            url('../../images/header-bg-news-desktop.png');
    background-size: cover;
    background-position: center center;
}

.article-header {
    background-image:
            linear-gradient(to top, #111111 0%, transparent 30%),
            url('../../images/header-bg-article-desktop.png');
    background-size: cover;
    background-position: center center;
    padding: 90px 36px;
}

header .header-caption {
    background: linear-gradient(to bottom, rgba(17, 17, 17, 1) 0%, rgba(17, 17, 17, 1) 75%, transparent 100%);
    color: #388DDC;
    padding: 40px 100px;
    margin: 0 auto;
    text-align: center;
}

header .header-caption h1 {
    letter-spacing: 1px;
    font-weight: 700;
    margin: 12px 0 24px 0;
    font-size: 50px;
    text-transform: uppercase;
    color: #388DDC;
}

.text-white {
    color: #ffffff;
}

header .header-caption h4 {
    padding: 1px 2px 3px 4px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

header .header-caption p {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 24px;
}

.article {
    padding: 60px 24px;
}

.article h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 26px 0 6px 0;
    text-transform: uppercase;
    color: #388DDC;

}

.article p {
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
}

.teaser {
    margin: 16px 0;
    padding: 48px;
    text-align: center;
}

.news {
    padding: 42px 22px;
}

.news .container {
    padding: 0 66px;
}

.news h3 {
    color: #388DDC;
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
}

.news-card {
    border-bottom: 5px solid #363636;
    padding: 22px 0;
}

.news-card h2 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #388DDC;
}

.news-card p {
    font-size: 17px;
    font-weight: 400;
}

.btn-outline-primary {
    color: #388DDC;
    border-color: #388DDC;
    font-size: 16px;
    font-weight: 400;
    padding: 2px 20px;
}

.btn-outline-primary:hover,
.btn-outline-primary.active {
    background-color: #388DDC !important;
    border-color: #388DDC !important;
    color: #111111 !important;
}

.without-border-bottom {
    border-bottom: none;
}

.blacklist {
    margin-bottom: 52px;
}

.blacklist h2 {
    color: #388DDC;
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 28px;
}

.blacklist p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.blacklist-links {
    margin-bottom: 16px;
}

.blacklist-links a {
    color: #ffffff;
    text-decoration: none;
}

.scammer-link {
    text-decoration: underline;
    color: #ffffff;
}

footer h2 {
    color: #388DDC;
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 28px;
}

footer {
    margin-top: 32px;
}

.useful-websites {
    background-image: url('../../images/header-bg-desktop.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 48px 28px;
}

.useful-websites img {
    max-width: 200px;
    min-height: 50px;
}

footer p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin: 8px 0;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        margin-top: 22px;
        text-align: center;
    }

    .nav-link {
        font-size: 26px;
        font-weight: 700;
    }

    .navbar .form-control {
        width: 120px;
    }

    header .header-caption {
        padding: 30px 20px;
    }

    header .header-caption h1 {
        font-size: 32px;
        margin: 12px 0;
    }

    header .header-caption h4 {
        font-size: 24px;
    }

    header .header-caption p {
        font-size: 18px;
    }

    .teaser {
        margin: 0;
        padding: 16px;          /* reduce the large 48px padding */
        overflow: hidden;        /* prevent Swiper from overflowing */
        width: 100%;
        min-width: 0;            /* crucial inside a flex container — allows shrinking */
    }

    .article {
        padding: 48px 28px;
    }

    .news {
        padding: 48px 28px;
    }

    .news .container {
        padding: 0 22px;
    }

    .news-card img {
        width: 100%;
    }

    .news-card-body {
        text-align: center;
    }

    .news-card-body p {
        text-align: justify;
    }

    .news-card-body .btn {
        display: inline-block;
        padding-left: 40px;
        padding-right: 40px;
        font-size: 20px;
    }

    .useful-websites img {
        max-width: 220px;
    }
}
