.home-icon {
    font-size: 15rem;
    color: white;
    transform: rotate(-30deg);
    --fa-secondary-opacity: 0.5;
}

.navbar-custom .navbar-nav li a {
    font-size: 1rem;
}

.big-icon {
    font-size: 8rem;
}

.big-button {
    font-size: 1.5rem;
    border-radius: 5px !important;
}

.btn-custom {
    font-size: 1.1rem;
}

.huge-services-icon {
    font-size: 3rem;
    color: var(--color-secondary-blue);
}

.fix-services-box {
    height: calc(100% - 24px);
}

.box-list {
    margin-top: 20px;
}

.box-list li {
    margin-top: 0.5em;
}

#languageSelect > div > a {
    color: #212529;
}

#languageSelect > div > a:hover {
    color: #212529 !important;
}

#languageSelect {
    margin-left: 30px;
}

@media (min-width: 200px) and (max-width: 992px) {
    .footer-content-sitemap {
        margin-top: 1.1em;
    }

    #languageSelect {
        margin-left: 0;
        padding: 6px 0;
    }

    #dropdownLanguageMenu:hover {
        color: #282828 !important;
    }
}

.bg-home-1 {
    padding: 190px 0px 75px 0;
}

.home-coming {
    font-size: 20px;
    color: #ffbe58;
}

.home-beta {
    font-size: 18px;
}
