
*{
    font-family: 'Inter';
}
.main-body {
    background-color: white;
    min-height: 100vh;
}

.txt-gold {
    color: #d4af37 !important;
}
#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
}
.bg-monex{
    background-color: #bdbdbd !important
}
.bg-monex:hover{
    background-color: #e0e0e0 !important;
}
#header .navbar .bg-monex {
    background-color: #c99b45 !important;
}
#header .navbar .bg-monex:hover {
    background-color: #b8893d !important;
}
#header.header-scrolled,
#header.header-inner-pages {
    background: rgba(0, 0, 0, 0.8);
}

/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
#footer {
    background: rgb(203, 203, 203);
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

#footer .footer-top {
    background: whitesmoke;
    border-bottom: 1px solid #bdbdbd;
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
    color: #000;
}

#footer .footer-top .footer-links h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
}

#footer .footer-top .footer-links h3 span {
    color: #bdbdbd;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
    color: #000;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #c99b45;
    color: #000;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #b8893d;
    color: #151515;
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    position: relative;
    padding-bottom: 12px;
}
.footer-links{
    color: #000;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #bdbdbd;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    color: #000;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #000;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    color: #bdbdbd;
}

#footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #000;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #bdbdbd;
    color: #151515;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
    background: #ffcd6b;
}

#footer .copyright {
    color: #000;
    text-align: center;
    padding-top: 30px;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #000;
}



/*--------------------------------------------------------------
  # Preloader
  --------------------------------------------------------------*/
  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #151515;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 0px);
    left: calc(50% - 30px);
    border: 6px solid #bdbdbd;
    border-top-color: #151515;
    border-bottom-color: #151515;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.nav-item{
    font-weight: 700;
}

.nav-item:hover{
    color: #000;
    font-weight: 800;
}

.dropdown-item:hover{
    color: #000;
    font-weight: 500;
}
