@import url(https://fonts.googleapis.com/css?family=Quicksand:400,700&display=swap);

@font-face {
    font-family: 'Eras Demi ITC';
    src: url(fonts/ErasITC-Demi.eot);
    src: url(fonts/ErasITC-Demi.eot?#iefix) format('embedded-opentype'), url(fonts/ErasITC-Demi.woff2) format('woff2'), url(fonts/ErasITC-Demi.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

*,
body,
html {
    margin: 0;
    padding: 0;
    font-family: 'Quicksand'
}

body {
    position: relative
}

.covid-body {}

.top-panel {
    background-image: url(img/visoftnew_mod.png);
    background-size: cover;
    background-position: center 3rem;
    background-repeat: no-repeat;
    min-height: 24.875rem;
    position: relative
}


.overlay-logo {
    background-image: url(img/banner_overlay.png);
    background-repeat: no-repeat;
    background-position: center right;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.top-line {
    background-color: #363636;
    padding: .5rem
}

.top-logo {
    width: 8.75rem
}

.bottom-logo {
    width: 7.5rem
}

.lang {
    margin: 0;
    list-style: none;
    float: right;
    padding: .3125rem
}

.lang li {
    float: left;
    padding: 0 .3125rem 0 .625rem
}

.lang li:first-child {
    padding: 0 .625rem 0 .3125rem
}

.lang li:last-child {
    border-left: .0625rem solid #595959
}

.lang li a {
    color: #e0e6f1;
    font-size: .9375rem
}

.lang li a:hover {
    text-decoration: none
}

.lang-sm {
    float: none;
    padding: .6875rem
}

.selected a {
    border-bottom: .0625rem solid #e0e6f1
}

.top-banner {
    margin: 0;
    padding: 0
}

.navbar {
    background-color: #363636;
    z-index: 10000;
}

.navbar-toggler {
    outline: 0 !important;
    color: #d9d9d9;
    position: relative;
    /* top: .5625rem */
}

.navbar-brand {
    float: right
}

.navbar-collapse {
    padding: .46875rem 0
}

nav .nav-item {
    padding: 0 1rem
}

nav .nav-item:first-child {
    padding-left: 0
}

nav .nav-item:not(:last-child) {
    border-right: .0625rem solid #595959
}

nav .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    color: #ababab
}

nav .nav-item.active .nav-link {
    color: #5c687b
}

.navbar .navbar-nav .nav-link.active {
    color: #fff
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5000
}

.sticky:before {
    content: '';
    position: absolute;
    width: 100%;
    height: .125rem;
    background: linear-gradient(to left, red, green);
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #faaf40, #fe9949, #fc8554, #f57261, #e9626d, #e15b78, #d75683, #ca548d, #c2579a, #b75ba6, #a961b1, #96b)
}

.sticky + .content {
    padding-top: 6.375rem
}

.banner-text h1 {
    position: relative;
    top: 120px;
    color: #e9e9e9;
    text-shadow: 0 0 5px rgba(0, 0, 0, .9);
    font-size: 49px
}

.banner-text h1 span {
    display: inline-block;
    padding: 0 .9375rem;
    margin: 3px;
    font-family: 'Eras Demi ITC' !important;
    font-weight: 400
}

.banner-text h1 span:nth-of-type(2) {
    position: relative;
    left: 120px
}

.title {
    font-weight: 700;
    color: #273c51
}

.small-title {
    font-size: 22px;
    text-align: left !important;
}

.title-light {
    color: #c3d7ea
}

.details {
    font-weight: 400;
    color: #273c51;
    font-size: 1.125rem
}

.nav-pills {
    width: 100%
}

.nav-pills .nav-item {
    width: 16.66666666666667%;
    text-align: center;
    padding: .9375rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    text-align: center;
    margin: .625rem 1.25rem;
    font-size: .9375rem;
    padding: .9375rem;
    display: flex;
    height: 9.0625rem;
    width: 9.0625rem;
    color: #fff;
    transition: transform .2s
}

.nav-pills .nav-item:hover {
    transform: scale(1.15);
    box-shadow: 0 .1875rem .125rem 0 rgba(0, 0, 0, .3)
}

.nav-pills .nav-link.active {
    background-color: transparent;
    color: #fff
}

.nav-pills .nav-item:first-child {
    background-color: #faaf40
}

.nav-pills .nav-item:nth-child(2) {
    background-color: #ef9558
}

.nav-pills .nav-item:nth-child(3) {
    background-color: #e95f60
}

.nav-pills .nav-item:nth-child(4) {
    background-color: #d2537b
}

.nav-pills .nav-item:nth-child(5) {
    background-color: #af63a1
}

.nav-pills .nav-item:last-child {
    background-color: #96b
}

.nav-pills .nav-item .nav-link {
    color: #fff;
    font-weight: 700;
    padding: 54% 5%
}

.zoomed {
    transform: scale(1.15);
    box-shadow: 0 .1875rem .125rem 0 rgba(0, 0, 0, .3)
}

#pills-develop {
    border-left: .125rem solid #faaf40;
    padding: 1.875rem;
    background-color: #f5f5f5
}

#pills-auction {
    border-left: .125rem solid #ef9558;
    padding: 1.875rem;
    background-color: #f5f5f5
}

#pills-sell {
    border-left: .125rem solid #e95f60;
    padding: 1.875rem;
    background-color: #f5f5f5
}

#pills-security {
    border-left: .125rem solid #d2537b;
    padding: 1.875rem;
    background-color: #f5f5f5
}

#pills-advice {
    border-left: .125rem solid #af63a1;
    padding: 1.875rem;
    background-color: #f5f5f5
}

#pills-service {
    border-left: .125rem solid #96b;
    padding: 1.875rem;
    background-color: #f5f5f5
}

.mid-section {
    background-image: url(img/bg-middle.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.doc-holder {
    background-color: #fff;
    border: .0625rem solid #f5f5f5;
    border-radius: 2.1875rem;
    padding: .3125rem;
    margin-top: 25%;
    margin-bottom: 25%
}

.doc-holder ul {
    list-style: none;
    display: inline-flex;
    margin-bottom: 0
}

.doc-holder ul li {
    float: left;
    padding: .9375rem
}

.doc-holder ul li i {
    transform: rotate(90deg);
    color: #273c51;
    font-size: .9375rem;
    position: relative;
    left: .9375rem
}

.doc-holder ul li a {
    color: #273c51;
    font-weight: 700;
    transition: all ease-in-out .2s;
    text-decoration: none;
    position: relative
}

.doc-holder ul li a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: -.1875rem;
    content: "";
    display: block;
    height: .125rem;
    left: 50%;
    position: absolute;
    background: #273c51;
    transition: width .3s ease 0s, left .3s ease 0s;
    width: 0
}

.doc-holder ul li a:hover:after {
    width: 100%;
    left: 0
}

#union {
    background-color: #363636
}

.card {
    background-color: #333;
    border: 0;
    border-radius: 0
}

.card-title {
    color: #c8daec;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0
}

.card-body hr {
    height: .125rem;
    background-image: linear-gradient(to right, #faaf40, #fe9949, #fc8554, #f57261, #e9626d, #e15b78, #d75683, #ca548d, #c2579a, #b75ba6, #a961b1, #96b);
    margin-top: 0
}

.card-text {
    color: #c8daec
}

.card-footer {
    background-color: #333;
    border-top: 0
}

.card-footer-text {
    float: right;
    color: #8f8f8f;
    font-style: italic
}

.card-footer .btn-primary {
    background-color: transparent;
    border: 0;
    color: #8f8f8f;
    font-style: italic;
    outline: 0 !important;
    transition: all ease-in-out .2s
}

.card-footer .btn-primary:hover {
    color: #fff
}

.card-footer .btn-primary:focus {
    outline: 0 !important
}

.project-logo {
    position: relative;
    bottom: .5rem;
    max-width: 10rem;
    background-color: rgba(0, 0, 0, .2);
    padding: .9375rem;
    box-shadow: 0 0 .1875rem rgb(255, 255, 255, .1);
    transition: all ease-in-out .2s !important
}

.project-logo:hover {
    background-color: rgba(0, 0, 0, .3);
    box-shadow: 0 0 .1875rem rgba(255, 255, 255, .7)
}

.modal {
    z-index: 10000;
}

.modal-content {
    background-color: #333
}

.modal-content hr {
    height: .125rem;
    background-image: linear-gradient(to right, #faaf40, #fe9949, #fc8554, #f57261, #e9626d, #e15b78, #d75683, #ca548d, #c2579a, #b75ba6, #a961b1, #96b);
    margin-top: 0
}

.modal-header {
    border-bottom: 0
}

.modal-title {
    text-align: center;
    color: #c8daec;
    margin: 0 auto;
    font-weight: 700
}

.modal-title .close {
    text-shadow: none;
    color: #c8daec;
    transition: all ease-in-out .2s
}

.modal-title .close:hover {
    color: #fff
}

.modal-body {
    color: #c8daec
}

.modal-footer {
    border-top: 0
}

.modal-footer .btn-secondary {
    background-color: #faaf40;
    color: #fff
}

.contact-section {
    background-image: url(img/visoftnew_bottom.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.contact-section .details {
    font-size: 1.125rem;
    font-weight: 700
}

.contact-list {
    list-style: none
}

.contact-list li {
    text-shadow: 0 0 .0625rem #000
}

.contact-list li a {
    color: #273c51;
    transition: all ease-in-out .5s
}

.contact-info {
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%)
}

#footer {
    background-color: #181b20;
    padding: .9375rem
}

#footer h6 {
    color: #909090;
    margin-bottom: 0;
    font-size: .9375rem
}

.szechenyi {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 180px;
}

::-webkit-scrollbar {
    width: .3125rem;
    height: .3125rem
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 .3125rem rgba(255, 255, 255, .8)
}

::-webkit-scrollbar-thumb {
    background: rgba(56, 56, 56, .6);
    border-radius: .625rem
}

.cc-window {
    background-color: rgba(37, 46, 57, .95) !important
}

.cc-window:before {
    content: '';
    position: absolute;
    width: 100%;
    height: .125rem;
    background: linear-gradient(to left, red, green);
    top: 0;
    left: 0;
    background-image: linear-gradient(to left, #faaf40, #fe9949, #fc8554, #f57261, #e9626d, #e15b78, #d75683, #ca548d, #c2579a, #b75ba6, #a961b1, #96b)
}

.cc-link {
    text-decoration: none;
    transition: all ease-in-out .2s
}

.cc-btn {
    border-radius: .75rem;
    transition: all ease-in-out .2s
}

.cc-btn:hover {
    text-decoration: none;
    background-color: #14a7d0 !important;
    color: #252e39 !important;
    border-radius: .875rem
}

.main-title {
    font-size: 1.875rem;
    font-weight: 800;
    color: #1f2129
}

.sub-title {
    font-size: 1.5625rem;
    font-weight: 700;
    color: #1f2129
}

.desc {
    font-size: 1.375rem;
    color: #5e5f5f
}

.numbered {
    font-weight: 700
}

.ginop-img {
    max-height: 380px;
}

@media (max-width:576px) {
    .title {
        font-size: 1.25rem;
        text-align: center;
    }

    .details {
        font-size: 1.0625rem
    }

    .nav-pills .nav-item {
        width: 70%;
        height: inherit;
        padding: .3125rem;
        display: inherit;
        border-radius: 0;
        margin: .3125rem 0
    }

    .nav-pills .nav-item .nav-link {
        padding: 0
    }

    .top-panel {
        min-height: 16.875rem
    }

    .overlay-logo {
        background-position: center bottom;
        background-size: contain
    }

    .banner-text {
        margin-top: 0 !important;
        top: -80px !important
    }

    .banner-text h1 {
        right: 30px
    }

    .banner-text h1 span:nth-of-type(2) {
        left: 60px
    }
}

@media (max-width:991px) {
    .nav-item {
        border: 0 !important
    }

    nav .nav-item:first-child {
        padding-left: .9375rem
    }

    .navbar {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0
    }

    .banner-text {
        top: calc(10% + 2.25rem);
        font-size: 1.875rem
    }

    .banner-text h1 {
        font-size: 1.8rem
    }

    .banner-img {
        padding-top: 2.875rem
    }

    .doc-holder ul li a {
        font-size: 2.875rem
    }
}

@media (min-width:992px) {
    .navbar-expand-lg .navbar-nav .nav-link:first-child {
        padding-left: 0
    }
}

@media(min-width:767px) and (max-width:991px) {
    .navbar-toggler {
        top: .1875rem !important
    }
}



@media(min-width:576px) {
    .nav-md {
        display: block !important;
    }
}

@media(max-width:991px) {
    .nav-md {
        display: none !important;
    }
}

@media(min-width:991px) {
    .nav-sm {
        display: none !important;
    }
}

.image-overlay-wrapper {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.image-overlay-wrapper img:not(.banner-logo) {
    width: 100%;
    height: auto;
    display: block;
}

.overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: center;
    padding: 1rem;
}

.overlay h5 {
    font-size: 1.1rem;
    font-weight: 600;
}

.overlay p {
    font-size: 0.9rem;
}

.image-overlay-wrapper:hover .overlay {
    opacity: 1;
}

.banner-logo {
    width: 30%;
}

.detail-logo {
    filter: drop-shadow(2px 2px 3px black)
}

a:not([href]):not([tabindex]) {
    color: #fff !important;
}