#overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    opacity: 0.3;
    z-index: -1;
}
#header-nav {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 15px;
    height: 57px;
    background-color: rgb(86, 86, 86);
}
#header-nav .logo {
    position: relative;
    top: 12px;
    width: 75px;
}
#header-nav .navbar-nav {
    position: relative;
    top: 8px;
}
#header-nav .nav-link {
    color: rgb(163, 165, 171);
}
#header-nav .nav-link:hover {
    color: rgb(237, 50, 55) !important;
}
#header-nav .nav-link:focus {
    outline: none !important;
    border: none !important;
}
#header-nav .navbar-nav .active .nav-link {
    color: rgb(237, 50, 55) !important;
}
#header-nav .dropdown-menu {
    padding-top: 3px;
    top: 38px;
    background-color: rgb(86, 86, 86);
    border-radius: 0;
    border: none;
    min-width: 0;
}
#header-nav .dropdown-item {
    color: rgb(163, 165, 171);
}
#header-nav .dropdown-item.active, .dropdown-item:active {
    text-decoration: none;
    color: rgb(237, 50, 55) !important;
    background: none;
}
#header-nav .dropdown-item:focus, .dropdown-item:hover {
    color: rgb(237, 50, 55) !important;
    background: none;
    text-decoration: none;
    outline: none;
}
body {
    font-family: sans-serif;
}
#container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    z-index: 1;
}
#main {
    width: 100%;
    max-height: 50%;
    position: absolute;
    top: 20%;
    font-size: 19px;
    color: #3e454a;
}
.title {
    margin-bottom: 10px;
    color: #9a4144;
    border-bottom: 1px solid #9a4144;
    padding: 7px 0;
    font-size: 21px;
    font-weight: bold;
    font-style: italic;
    white-space: nowrap;
    overflow: auto;
}
#particles {
    width: 100%;
    height: 27%;
    position: fixed;
    bottom: 0;
}
.flag img {
    height: 20px;
    width: 30px;
    margin-left: 3px;
}
.flag:last-child {
    margin-left: 0;
}
#main a {
    color: #3e454a;
    transition: all 0.4s;
}
#main a:hover {
    color: #9a4144;
    text-decoration: none;
}
.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
    margin-left: 20px;
}
p {
    margin: 0;
    padding: 0;
}
.t-30 {
    top: 30% !important;
}
@media (max-width: 767px) {
    #menu_overlay {
        display: none;
        z-index: 10;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.8);
    }
    #header-nav .logo {
        top: -9px;
        z-index: 5;
    }
    #header-nav .navbar-toggler {
        position: relative;
        bottom: 23px;
    }
    #header-nav .navbar-toggler:focus {
        outline: none;
    }
    #header-nav .navbar-nav {
        padding: 0;
    }
    #menu {
        display: block;
        font-size: 15px;
        position: fixed;
        top: 0;
        min-width: 235px;
        max-width: 80%;
        height: 100%;
        z-index: 100;
        background-color: rgb(86, 86, 86);
        padding: 0 5px;
    }
    #menu .nav-link {
        padding-left: 15px;
    }
    #menu .dropdown-menu {
        background: none;
        margin: 0;
        padding-top: 0;
    }
    #menu .dropdown-item {
        padding: 0 25px;
    }
    #language_nav_item {
        padding: 10px 15px 0;
    }
    #hamburger_menu {
        z-index: 5;
    }
}
@media (min-width: 768px) {
    #header-nav {
        z-index: 5;
    }
    #header-nav .nav-link {
        position: relative;
    }
    #header-nav .nav-link:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 0;
        content: '.';
        color: transparent;
        background-color: rgb(237, 50, 55);
        height: 2px;
        transition: all 0.4s;
    }
    #header-nav .nav-link:hover:after {
        width: 100%;
    }
    #header-nav .navbar-nav {
        width: 100%;
    }
    #language_nav_item {
        position: absolute;
        right: 10px;
        top: 7px;
    }
    #header-nav .dropdown-menu {
        border-top: 1px solid #5f5f5f;
    }
}