:root{ 
    --blueColor: #2a3d8b;
}

body {
    margin: 0px;
    position: relative;
    z-index: 0;
    font-family: 'Montserrat';
    color: #fff;
}

.content-min {
    min-height: 320px;
    color: #000;
    margin-top: 48px;
}

.finance-list {
    margin: auto;
    margin-bottom: 64px;
    color: #616161;
    box-sizing: border-box;
    padding-left: 42px;
    line-height: 1.5;
}

body {
    min-height: 100vh;
}

.max-width {
    max-width: 1170px;
    padding: 8px;
    margin: 0px auto;
}

.top-head-container {
    background-color: #2a3d8b;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 4;
    padding: 12px 24px;
}

.contact-anchors {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px;
    gap: 12px;
    font-size: 12px;
}

.lang-anchors a {
    transition-duration: 0.2s;
    margin: 0px 4px;
}

.lang-anchors a:hover {
    color: #fff;
}

footer {
    width: 100%;
    background-color: #2a3d8b;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.footer {
    padding-top: 12px;
    margin: 0px auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    align-items: center;
    background-color: #014295;

}

.footer .map {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    padding: 10px 0;
    margin: 0px !important;
    max-width: 1170px;
    background-color: #014295;
    text-transform: uppercase;
}

.footer .map .category .titlu-ancora {
    width: 100%;
    width: 100%;
    font-weight: 800;
}

.footer .map .category p {
    font-size: 13px;
    max-width: 100%;
    text-align: left;
    color: white;
}

.footer .map .category .ancore {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: initial;
}

.footer .map .category .ancore li {
    margin: 5px 0;
}

.footer .map .category .ancore a {
    color:#a6b5d4;
    padding: 8px 0px;
    display: block;
    transition-duration: .5s;
}

.footer .map .category .ancore a:hover {
    color: gray;
}

.footer .bottom-content {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    background-color: #013B86;
}

.footer .bottom-content .left-side {
    width: 20%;
    margin: 0;
    padding: 3px 10px;
}

.footer .bottom-content .left-side p {
    margin: 0;
    text-align: left;
}

.footer .bottom-content .left-side .titlu-left p {
    font-weight: 800;
    font-size: 15spx;
    margin-bottom: 10px;
}

.footer .bottom-content .left-side .contitnut-left {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.footer .bottom-content .left-side .contitnut-left a {
    margin: 5px 0;
}

.footer .bottom-content .right-side {
    border-left: 1px solid #5064b3;
    padding: 3px 10px;
    width: 100%;
}

.footer .bottom-content .right-side p {
    margin: 0;
}

.footer .bottom-content .right-side .media {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer .bottom-content .right-side .media .media-icons {
    margin-top: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 15px;
}

.footer .bottom-content .right-side .media .media-icons img {
    width: 35px;
    height: 35px;
    filter: invert(1);
}

.copyright {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 4px;
    padding: 12px 0;
    font-size: 10px;
}

.contact-anchors a {
    margin: 0px 4px;
}

.lang-anchors {
    text-decoration: none;
}

.top-head {
    display: flex;
    position: relative;
    margin: 0px auto;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #000;
    max-width: 1200px;
}

.main-banner {
    display: block;
    position: relative;
    width: 100%;
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.logo, .content {
    z-index: 2;
    position: relative;
}

.button {
    display: inline-block;
    padding: 0.75rem 3.5rem;
    color: #fff;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.button:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,43,99);
    background: linear-gradient(240deg, rgba(0,43,99,1) 0%, rgba(1,66,149,1) 61%);
    border-radius: 5px;
    border-bottom: 4px solid rgb(0,43,99);
    z-index: -2;
}

.button:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    border-radius: 5px;
    background-color: #2a3d8b;
    transition: all 0.3s;
    z-index: -1;
}

.button:hover {
    color: #fff;
}

.button:hover:before {
    width: 100%;
}

.main-banner {
    display: flex;
    padding: 8px;
    position: relative;
    box-sizing: border-box;
    align-items: left;
    flex-direction: column;
    justify-content: center;
}

.banner-img-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
    object-fit: cover;
}

.left-content h2 {
    margin-top: 16px;
}

.left-content {
    height: fit-content;
}

.main-banner .banner-content {
    width: 1170px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto 0px;
    flex-direction: row;
}

.main-banner .banner-content2 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.main-banner .banner-content2 .logo {
    position: absolute;
    transform: translateY(0%);
    width: 20%;
}
.main-banner .banner-content2 .content {
    width: 70%;
    margin: 0 auto;
    text-align: center;

}

.main-banner .banner-content2 .content{
    color: #f5ab35;

}

.main-banner .banner-content .content {
    display: flex;
    flex-direction: column;
    column-gap: 128px;
    justify-content: space-evenly;
    align-items: center;
    color: white;
}



.main-banner .banner-content .content h1 {
    color: #f5ab35;
    font-family: "Montserrat" !important;
    font-size: 52px;
    font-size: 700;
    width: 100%;
    margin-bottom: 30px;
}

.main-banner .banner-content .content h1 span {
    color: white;
}

.main-banner .banner-content .content div {
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 24px;
    font-size: 300;
}


.desk-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    color: #fff;
    margin: 0px auto;
}

.desk-nav .nav {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    max-width: 1200px;
    color: #fff;
}

.nav-button {
    text-decoration: none;
    color: #2a3d8b;
    border-radius: 8px;
    transition-duration: 1s;
    padding: 12px;
    padding-right: 2px;
    padding-left: 24px;
    line-height: 32px;
    display: block;
    box-sizing: border-box;
    width: fit-content;
}

.nav-button:hover {
    color: #2a3d8b;
    background-color: #fff;
}

.blue {
    color: #2a3d8b;
    text-decoration: none;
}

.light {
    color: #fff;
    text-decoration: none;
}

.fixed-icon {
    width: 120px;
    height: 120px;
    object-fit: contain;
    border: 2px solid #2a3d8b;
    background: none;
    box-sizing: border-box;
    overflow: visible;
    padding: 30px;
    border-radius: 50%;
}

.fixed-icon + p {
    text-align: center !important;
}

.gray {
    color: #616161;
    text-decoration: none;
}

.bcg-blue {
    background-color: #2a3d8b;
}

.bcg-gray {
    background-color: #616161;
}

.bcg-red {
    background-color: red;
}

.bcg-yellow {
    background-color: #37C0D7;
}

p {
    line-height: 1.5;
    text-align: justify;
    /* max-width: 800px; */
    margin-right: auto;
    margin-left: auto;
    /* color: #616161; */
}

p.no-left-margin {
    margin-left: 0;
}

.bcg-light {
    background-color: #fff;
}

.bcg-light-darker {
    background-color: #f6f6f6;
}

.nav-button::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #2a3d8b;
    transition: width .3s;
}

.nav-button:hover::after {
    width: 100%;
}

.icon {
    margin-bottom: -4px;
}

li a {text-decoration : none; color : #2d2f31;}

input[type='checkbox']::after {
    content: "+";
    color: #2a3d8b;
    font-size: 24px;
    font-weight: 100;
    padding: 0px 2px;
    width: 16px;
    display: block;
}

input[type='checkbox']:hover {
    font-size: 26px;
}

input[type='checkbox']:checked::after {
    content: "-";
}

.slide {
    clear:both;
    width:100%;
    height:0px;
    position: absolute;
    top: 0px;
    margin-top: 66px;
    list-style: none;
    background-color: #f6f6f6;
    overflow: hidden;
    text-align: center;
    transition: height .4s ease;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

input[type='checkbox'] { 
    appearance: none;
    display: inline;
}

.main-banner {
    flex-direction: row;
    justify-content: center;
    padding: 48px;
}

.touch1:checked + .slide {
    height: 260px;
    margin-top: 72px;
    z-index: 5; 
} 

.dropdown {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}

.dropdown .slide a {
    text-decoration: none;
    color: #2a3d8b;
    background-color: #f6f6f6;
    display: block;
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    text-align: left;
    transition-duration: 0.5s;
}

.dropdown .slide a:hover {
    background-color: #2a3d8b;
    color: #fff;
}

.desk-hidden {
    display: none;
}

.hr-logo {
    height: 150px;
    display: block;
    margin: auto 0px;
    filter: grayscale(100%) brightness(100) drop-shadow(0px 0px 5px #FFF);
}

.logo-flex {
    transform: none;
    justify-content: flex-end;
    width: 30%;
    display: flex;
    /* justify-content: space-between; */
    /* transform: translateY(60%); */
}

.nav-logo {
    height: 36px;
}

.banner-image {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: -2;
    object-fit: cover;

}

.mask-banner {
    position: absolute;
    object-fit: cover;
    opacity: 0.85;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: var(--blueColor);
}

.black {
    color: #000 !important;
}

.newsletter {
    display: flex;
    position: relative;
    flex-direction: row;
    margin: auto;
    height: 100%;
    max-width: 1170px;
    background: url('/assets/abonare.jpg') no-repeat center center;
    background-size: cover;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--blueColor);
    filter:  opacity(65%) !important;
    z-index: 1;
}

.contentt {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 20px;
    display: flex;
    flex-direction: row;
    color: white;
    z-index: 2;
}

.news-title {
    font-size: 19px;
    font-weight: 950;
    letter-spacing: 0.1em;
    text-align: start;
    margin: auto;
}

.news-subtitle {
    text-align: start;
    font-size: 16px;
    margin: 10px 0px;
}

.abonare {
    width: 100%;
    height: 100%;
    /* margin: 20px; */
    color: white;
    display: flex;
    z-index: 2;
    justify-content: center;

}

.news-input {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: none;
    outline: none;
    padding: 0 3%;
    font-size: 14px;
}


.news-input:focus, .news-input:active {
    border: none;
    outline: none;
}

.news-button {
    cursor: pointer;
    border-radius: 5px;
    padding: 10px 40px;
    margin-left: 15px;
    background: #f5ab35;
    border: none;
    font-size: 14px;
}

.news-button div {
    color: white;
    font-size: 16px;
}

.bread-crumb {
    display: block;
    text-align: center;
    color: gray;
    text-decoration: none;
    max-width: 1170px;
    margin: 8px auto;
    box-sizing: border-box;
    font-size: 14px;
}

.centered {
    margin: auto;
    max-width: 800px;
}

.bread-crumb a {
    text-decoration: none;
    color: gray;
}

.bread-crumb a:hover {
    text-decoration: none;
    color: #2d2f31;
}

.menu-dropdown {
    position: relative;
}
.menu-dropdown-content {
    display: block;
    position: absolute;
    background-color: #fafafa;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 100%;
    left: 0px;

}

.menu-dropdown-content a {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 8px;
    text-decoration: none;
    color: #5064b3;
    transition-duration: 0.5s;
}

.menu-dropdown-content a:hover {
    background-color: #5064b3;
    color: #fafafa;
}

.hidden-menu, .desk-hidden {
    display: none;
}

.menu-dropdown:hover .menu-dropdown-content {
    display: block;
}

.active-menu-link {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color:#f5ab35;
    text-underline-offset: 10px;
    padding: 12px;
    padding-right: 2px;
    padding-left: 24px;
    line-height: 32px;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    position: absolute;
    transform: translateY(170%) !important;
}
#mc_embed_signup .helper_text {
    display: none !important;
}
#mc_embed_signup form {
    margin: 0px !important;
    text-align: center !important;
}
#mc_embed_signup div#mce-responses {
    position: absolute !important;
    transform: translateY(100%) !important;
}
#mc_embed_signup #mc-embedded-subscribe {
    /* border: none !important; */
    height: 100%;
    border-bottom: 4px solid #f58c04 !important;
}
#mc_embed_signup .mc-field-group {
    display: flex !important;
    flex-direction: column-reverse !important;
    padding-bottom: 0px !important;
    margin-right: 40px !important;
    min-height: 0px !important;
}
#mc_embed_signup .mc-field-group input {
    height: 100%;
    padding: 8px 14px !important;
}
#mc-embedded-subscribe {
    margin: 0px !important;
    color: white;
    font-size: 18px;
    font-weight: bold;
}
#mce-EMAIL {
    padding: 20px 30px;
color: #909090;
font-size: 16px;
line-height: 16px;
font-family: "Montserrat-Light";
border-radius: 5px;
border: none;
display: inline-block;
margin: 0 -4px 0 0;
vertical-align: middle;
width: 60%;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    transform: translateY(144%);
}

@media screen and (max-width: 920px) {
    .footer .map {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .img-resp {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

    .nav-button {
        font-size: 14px;
    }

    .desk-hidden {
        display: inline;
    }

    .menu-dropdown-content {
        position: relative;
        margin: auto;
        max-width: 300px;
    }

    .menu-arrow {
        float: right;   
        width: 30px;
        height: 38px;
        padding: 4px; 
    }

    .menu-arrow img {
        width: 32px !important;
        height: 24px !important;
    }

    .menu-dropdown {
        width: 100%;
    }

    .footer .bottom-content {
        flex-direction: column;
        
    }
    .active-menu-link {
        padding-left: 8px;
    }

    .nav-button {
        padding-left: 8px;
    }

    .footer .bottom-content .right-side {
        border: none;
    }
    
    .footer .bottom-content .left-side {
        width: 100%;
        justify-content: center;
        text-align: center;
        margin: 20px 0;
    }

    .footer .bottom-content .left-side .titlu-left p {
        text-align: center;
    }

    .footer .bottom-content .left-side, .footer .bottom-content .right-side {
        padding: 0;
    }

    .footer .map .category p {
        text-align: center;
        line-height: 1;
    }

    .footer .map .category .ancore li {
        padding: 1px 0;
        margin: 0;
    }

    .footer .map .category .ancore li a {
        padding: 1px 0;
        margin: 0;
    }

    .footer .map .category .ancore {
        margin: 0;
        text-align: center;
    }

    .footer .map .category .titlu-ancora {
        height: 20px;
        margin-bottom: 7px;
    }
 
    .footer .map .category {
        padding: 0 10px;
        margin: 5px 0;
    }


    .footer .bottom-content .right-side .media {
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .phone-hidden {
        display: none !important;
    }

    .hr-logo {
        height: 100px;
        margin: 0px !important;
    }

    #menu {
        background-color: #2a3d8b;
    }

    #menu .nav .nav-button {
        color: #fff;
    }

    .nav-button::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: #fff;
        transition: width .3s;
    }

    .nav-button:hover {
        color: #fff;
        background-color: #2a3d8b;
    }

    .top-nav {
        display: flex;
        flex-direction: row;
        color: #fff;
        justify-content: space-between;
        padding: 8px 16px;
        background-color: #2a3d8b;
    }

    .touch1:checked + .slide {
        width: 100% !important;
    }
    
    .dropdown {
        width: 100%;
        justify-content: space-between;
    }

    .max-width {
        max-width: 86% !important;
    }

    .phone-show {
        display: block;
    }

    .desk-nav .nav {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .logo img {
        max-width: 100% !important;
        display: block;
        margin: 24px auto;
    }

    .content h1 {
        display: block;
        margin: 48px auto;
        text-align: center;
    }

    .categories, .categories-2 {
        flex-direction: column !important;
        overflow: hidden;
    }

    .categories .card {
        width: 100%;
    }

    .home-main-section {
        padding: 24px 24px;
    }

    .copyright {
        text-align: center;
        justify-content: center;
    }

    .nav-button {
        width: 100% !important;
    }

    .main-banner {
        justify-content: center;
    }

    .newsletter {
        flex-direction: column;
    }

    .abonare {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .news-input {
        width: 80%;
        height: 38px;
    }

    .button {
        width: 100%;
        padding: 0.75rem 0rem;
    }

    .news-button {
        margin: 0;
    }

    .contentt .news-title, .contentt .news-subtitle {
        text-align: center;
    }

    .logo-flex{ 
        transform: translateY(0%); 
        justify-content: center;
        padding: 0px;
        margin: 0px;
    }

    .main-banner .banner-content {
        flex-direction: column-reverse;
        width: 100%;
    }

    .main-banner .banner-content2 {
        flex-direction: column;

    }

    .main-banner .banner-content2 .logo {
        position: relative;
        width: 100%;
    }

    .main-banner .banner-content .content h1 {
        word-wrap: break-word;
        font-size: 40px;
    }
    .contentt .news-title, .contentt .news-subtitle {
        padding: 0px 10px;
        display: flex;
    }
    #mc_embed_signup {
        display: flex;
    }
    .contentt {
        flex-direction: column;
    }
    #mc_embed_signup .mc-field-group {
        margin-right: 0px !important;
        width: 100% !important;
    }
    #mc_embed_signup .mc-field-group input {
        width: auto !important;
        margin: 20px 0px 0px 0px;
        height: 35px;
    }
    #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
        transform: translateY(80%) !important;
    }
    #mc_embed_signup #mc-embedded-subscribe{ 
        width: 100%;
    }
    #mc_embed_signup .clear {
        width: 100%;
    }
    #mc_embed_signup form {
        width: 300px;
    }
}