/*general*/
.m-auto{
    margin: auto;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.mbo-5{
    margin-bottom:5rem;
}
.mto-5{
    margin-top:5rem;
}
.my-5{
    margin-top:5rem;
    margin-bottom:5rem;
}
.border-r-5{
    border-radius:5px;
}
.border-r-10{
    border-radius:10px;
}
.border-r-15{
    border-radius:15px;
}
.red-btn{
    text-transform:uppercase;
    border: 0;
    color:#fff;
    padding: 5px 35px 5px 35px;
    background: transparent linear-gradient(270deg, #CE174E 0%, #970830 100%) 0% 0% no-repeat padding-box;
}
/*end general*/

/*first section hero*/
.banner-section{
    width:100vw;
    max-width: 100%;
    height:860px;
    background-image: url("../../img/homepage-redesign/privatbanka-split1.png");
    background-size:cover;
    background-repeat: no-repeat;
    background-position:center;
    display: flex;
}
.banner-wrap.z-main-container{
    max-width:100%!important;

}
.banner-wrap{
    display: flex;
    gap: 0;
    margin-top:auto!important;
    margin-bottom:auto;
    /*padding-left: 1rem;*/

}
.banner-box {
    /*width: 600px;*/
    position: relative;
    height: 200px;
    flex: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    /*max-width: 600px;*/
}


.banner-box.box-left {
    width: 100%;
    background: linear-gradient(to right, #970830f2 30%, #97083031 100%);
    clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);

}

.banner-box.box-right {
    width: 100%;
    background: linear-gradient(to right, #970831ba 0%, #ffffff 70%);
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.banner-box-content{
    max-width: 100%;
    width: 70%;
    height:200px;
    margin-top: 0rem;
}
.banner-box-content.content-box-left {
    text-align: left;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner-box-content.content-box-right {
    text-align: right;
    color: #970830;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-box h1 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.banner-section .btn {
    display: inline-block;
    padding: 5px 25px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 2px;
    transition: background 0.3s ease;
}
.banner-section .btn.btn-left {
    background-color: #fff;
    color: #970830;

}
.banner-section .btn.btn-right {
    background-color: #970830;
    color: #fff!important;
    text-decoration: none;

}
.banner-section  .btn:hover {
    background-color: #ddd;
}
/*end first section*/

/*second section cta*/
.cta-section img{
    width: 100%;
}

#investHeader{
    color:#970830;
    text-transform: uppercase;
    font-weight:bold;
    font-size:35px;
}
/*end second section*/

/*third section ctaboxes*/
.cta-boxes-section{
    display:flex;
    gap: 5vw;
}
.cta-boxes-section .img-box{
    flex: auto;
    background-size: contain;
    background-position: center center;
    height:350px;
    background-repeat: no-repeat;
    width:350px;
}
.cta-boxes-section .box-textbox{
    width: 100%;
    height: 130px;
    position: absolute;
    bottom: 2rem;
    color: #fff;

}
.cta-boxes-section h3{
    padding-left: 40px;
    font-weight: bold;
    text-transform: uppercase;
}
.cta-boxes-section h3>.accent-text{
    padding-top:15px;
    font-size:14px;
    font-weight: 100;
    text-transform: lowercase;
}
.cta-boxes-section .chevron{
    align-items: center;
    display:flex;
    justify-content: center;
    height: 100%;
    font-size: 50px;
    font-weight: 100;
    padding-bottom: 1rem;
}
.cta-boxes-section #dlhopisBox{
    background-image: url("../../img/homepage-redesign/small_invest.png");
}
.cta-boxes-section #pentaBox{
    background-image: url("../../img/homepage-redesign/penta_fund.png");
}
.cta-boxes-section #vkladyBox{
    background-image: url("../../img/homepage-redesign/terminovane_vklady.png");
}

.cta-boxes-section #dlhopisBox .box-textbox{
    background-color: #A81A45;
}
.cta-boxes-section #pentaBox .box-textbox{
    background-color: #CE174E;
}
.cta-boxes-section #vkladyBox .box-textbox{
    background-color: #70777C;
}

/*end third section*/

/*fourth section counters*/
.counter-section{
    width:100vw;
    max-width: 100%;
    height:400px;
    background-image: url("../../img/homepage-redesign/counter-bg.svg");
    background-color: #F0F3F4;
    background-size:50%;
    background-repeat: no-repeat;
    background-position:center;

}
.counter-section .counters-flex{
    display: flex;
    height: 100%;
    align-items: center;
    gap: 50px;
    justify-content: center;
    justify-items: center;
}
.counter-section .counter{
    flex: auto;
    color:#970830;
}
.counter-section .counter .border-top{
    border-top: 1px solid #970830;
    display: block;
    width: 90px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.3;
}
.counter-section .counter .border-bottom{
    border-top: 1px solid #970830;
    display: block;
    width: 90px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.3;
}
.counter-section .counter h4{
    font-size:45px;
    font-weight: bold;
    padding-top: 1.5rem;
}
.counter-section .counter p{
    padding-bottom: 1.5rem;
}
/*end fourth section*/

/*fifth section news*/
.news-section .news-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
.news-section .news-header h2{
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #970830;
}
.news-section .news-card{
    background-color: #F1F3F4;
    height: 300px;
    display: flex;
}
.news-section .news-card img{
    flex: 1;
    max-width: 50%;
    object-fit: cover;
}
.news-section .news-card .text-box{
    flex: 1;
}
.news-section .news-card .text-box .text-content{
    padding: 30px;
    color: #970830;

}
.news-section .news-card .text-box .text-content h3{
    font-weight: 500;
}
.news-section .news-card .text-box .text-content span{
    opacity: 0.3;
}
.news-section .news-card .text-box .text-content p{
    margin-top:2rem;
    color: #707070;
}
/*end fifth section*/

/*sixth section blog/magazin */
.blog-magazin-parent{
    display: flex;
    gap: 2rem;
}
.blog-magazin-parent h2{
    margin: 0;
}
.blog-parent, .magazin-parent, .blog-magazin-parent .blog-header-homepage h2, .blog-magazin-parent .magazin-header-homepage h2{
    flex:auto;
}

.blog-magazin-parent .blog-header-homepage, .blog-magazin-parent .magazin-header-homepage{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
.blog-card, .magazin-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
    background-position: center center;
    height: 330px;
    background-repeat: no-repeat;
}

.blog-card{
    background-image: url("../../img/homepage-redesign/blog.png");
}
.magazin-card{
    background-image: url("../../img/homepage-redesign/magazin.png");
}

.blog-magazin-parent .text-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 115px;
    background-color: #F0F3F4;
    padding:20px;

}
.magazin-parent .text-content {
    flex-direction: column;
    justify-content: center;
}


.blog-card .avatar {
    max-width: 40px;
    flex: 1;
    height: 40px;
    border-radius: 50%;
    background-color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin-right: 2rem;
}
.blog-card h4 {
    font-size: 26px;
    color: #970830;
    margin: 0;

}
.blog-card h4>p {
    margin: 0;
    font-size: 15px;
    color: #9B9B9B;
}
.magazin-card h4 {
    width:100%;
    font-size: 26px;
    color: #970830;
    margin: 0;

}
.magazin-card p {
    margin: 0;
    width: 100%;
    font-size: 15px;
    color: #9B9B9B;
}
/*end sixth section*/

/*seventh section analysis*/
.analysis-section .analysis-header{
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
.analysis-section .analysis-header h2{
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #970830;
}

.analysis-section  .cta-boxes-section{
    display:flex;
    gap: 1rem;
}
.analysis-section  .cta-boxes-section .img-box{
    flex: 1;
    /*background-size: cover;*/
    background-size: contain;
    background-position: center center;
    height:320px;
    background-repeat: no-repeat;
}

.analysis-section  .cta-boxes-section .box-textbox{
    border: 1px solid #E5E5E5;

    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 1rem;
    color: #970830;
    background-color: #fff;
    display:flex;
    align-items: center;

}
.analysis-section  .cta-boxes-section h3{
    padding-left: 20px;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
}

.analysis-section  .cta-boxes-section .chevron{
    align-items: center;
    display:flex;
    justify-content: center;
    height: 100%;
    font-size: 50px;
    font-weight: 100;
    padding-bottom: 1rem;
}
.analysis-section  .cta-boxes-section #weekBox{
    background-image: url("../../img/infocentrum/img_1.png");
    /*background-image: url("../../img/homepage-redesign/small_invest.png");*/
}
.analysis-section  .cta-boxes-section #monthBox{
    /*background-image: url("../../img/homepage-redesign/penta_fund.png");*/
    background-image: url("../../img/infocentrum/img_2.png");

}
.analysis-section  .cta-boxes-section #commentBox{
    background-image: url("../../img/infocentrum/img_4.png");

    /*background-image: url("../../img/homepage-redesign/terminovane_vklady.png");*/
}
.analysis-section  .cta-boxes-section #prognosisBox{
    background-image: url("../../img/homepage-redesign/terminovane_vklady.png");
}
.footer-section{
    display: flex;
    justify-content: center;
}
.footer-block{
    display: block;
    padding: 10px;
    width: 273px;
}
.footer-menu-item{
    display: block;
    height: 70px;
    font-size: 14px;
}
a > .footer-menu-item{
    color: white!important;
    height: auto!important;
    font-weight: 400;
}
.footer-menu-header{
    height: 50px;
    font-size: 18px;
    color: white!important;
}
/*end seventh section*/


