﻿﻿.main-wrapper {
    position: relative;
    background: rgba(255, 255, 255, 0.57);
    margin-top: 84px
}

.main-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url("/images/background.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*header*/
.header {
    background: #FFFFFF;
    height: 84px;
}

.fixeds {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    transition: box-shadow 500ms;
}

.header .separate-line {
    border: 1px solid rgba(216, 216, 216, 1);
    margin: 0 20px
}

.header .icon {
    margin-right: 8px;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
}

.footer {
    background-color: #1f3b4d;
    color: white;
    padding: 35px 0 40px 0;
}

    .footer p {
        margin: 0
    }

    .footer h5 {
        font-weight: 700;
        line-height: 20px;
        text-align: justify;
        color: #3BB549;
    }

    .footer p {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        text-align: justify;
    }

    .footer .left-side h5 {
        margin-top: 24px;
    }

    .footer .middle ul {
        margin-top: 4px;
    }

    .footer .middle li {
        margin-top: 12px;
        color: white;
        text-decoration: none;
    }

        .footer .middle li a {
            margin-top: 12px;
            color: white;
            text-decoration: none;
        }

    .footer .middle h5.second {
        margin-top: 24px;
        margin-bottom: 7px
    }

    .footer .middle .icon {
        margin-right: 16px
    }

    .footer .right-side .icon {
        margin-right: 12px
    }

    .footer .right-side p {
        margin-bottom: 4px
    }

.copyright {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #677987;
    padding: 8px 0;
}

@media (max-width: 380px) {
    .header-menu .navbar-info {
        font-size: 14px !important;
    }

    .header-menu .navbar-brand img {
        height: 28px !important;
    }
}

@media (min-width: 381px) and (max-width: 480px) {
    .header-menu .navbar-brand img {
        height: 40px !important;
    }
}
