/*HEADER*/
.nav-link.active {
    color: var(--bs-nav-link-hover-color);
}

.breadcrumb-item {
    font-size: 13px;
}

/*BUTTONS*/
.call-btn i {
    font-size: 20px;
    margin-right: 5px;
}

/*PAGE STYLE*/
.page-title {
    padding: 25px 0 25px;
}

.call-btn {
    margin-bottom: 15px;
}

.breadcrumbs-container {
    padding: 25px 0 25px;
}

.banner-subtitle {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}

/*homepage*/
.homepage-bg-image {
    background-image: url(../../images/homepage-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    padding: 125px 25px;
}

.banner-description {
    font-size: 20px;
}

.homepage-custom-card {
    border-radius: 5px;
    width: 20%;
    min-width: 230px;
    padding: 0 5px 15px 5px;
}

.homepage-custom-card .card {
    box-shadow: 3px 3px 5px 5px rgba(0, 0, 0, 0.05);
}

.homepage-custom-card:hover .card {
    box-shadow: 4px 4px 8px 8px rgba(0, 0, 0, 0.1);
}

.homepage-custom-card .card-body {
    font-size: 25px;
    font-weight: 600;
}

/*PLATOBNY TERMINAL*/
.platobny-terminal-banner {
    padding: 100px 25px;
    background: rgb(35, 49, 51);
    background: linear-gradient(125deg, rgba(35, 49, 51, 1) 65%, rgba(31, 104, 128, 1) 100%);
}

.platobny-terminal-banner .free-terminal {
    font-size: 50px;
    line-height: 75px;
}

.platobny-terminal-bg-image {
    background-image: url(../../images/platobne-terminaly-vam-prinasaju.jpg);
    background-size: cover;;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.payment-methods img {
    height: 75px;
    margin: 5px;
}

/*PLATOBNA BRANA*/
.platobna-brana-banner {
    padding: 100px 25px;
    background: rgb(35, 49, 51);
    background: linear-gradient(125deg, rgba(35, 49, 51, 1) 65%, rgba(31, 104, 128, 1) 100%);
}

.pb-price-list {
    width: 100%;
    max-width: 800px;
    box-shadow: 4px 4px 6px 6px rgba(0, 0, 0, 0.07);
}

.pb-price-list .counter-title {
    font-size: 25px;
    font-weight: 600;
}

.pb-price-list .counter-number {
    font-size: 45px;
    color: rgba(31, 104, 128, 1);
}

.pb-price-list .counter {
    font-weight: 600;
    font-size: 65px;
    visibility: visible;
}

.pb-price-list .counter-zero {
    background-color: rgba(31, 104, 128, 1);
    width: 100%;
    border-radius: 0 0 0.4rem 0.4rem;
}

.pb-price-list .counter-zero .counter {
    font-weight: 600;
    font-size:65px;
    visibility: visible;
}

.platobna-brana-contact-bg {
    background-image: url(../../images/payments.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size:contain;
}

/*TERMINAL V MOBILE*/
.terminal-v-mobile-banner {
    padding: 75px 25px;
}

.tvm-banner-image {
    width: 50%;
}

.tvm-banner-text {
    padding-left: 50px;
    width: 50%;
}

.tvm-price-list {
    max-width: 400px;
    box-shadow: 4px 4px 6px 6px rgba(0,0,0,0.07);
}

.tvm-price-list .counter-title {
    font-size: 20px;
    font-weight: 600;
}

.counter-wrapper .tvm-price-list .counter {
    font-size: 75px;
    visibility: visible;
}

.tvm-function-icon {
    font-size: 65px;
    line-height: 65px;
}

.tvm-advantage img {
    width: 100%;
    max-width: 225px;
}

.tvm-advantage ul {
    width: 100%;
    max-width: 650px;
    padding-left: 20px;
}

.tvm-advantage ul .font-size-bigger {
    font-size: 22px;
    font-weight: 400;
}

.tvm-function-full .icon {
    font-size:65px;
    line-height: 65px;
}

/*RIESENIE NA MIERU*/
.riesenie-na-mieru-banner {
    padding: 100px 25px;
    background: rgb(35,49,51);
    background: linear-gradient(125deg, rgba(35,49,51,1) 65%, rgba(31,104,128,1) 100%);
}

/*EKASA*/
.ekasa-banner {
    padding: 100px 25px;
    background: rgb(35,49,51);
    background: linear-gradient(125deg, rgba(35,49,51,1) 65%, rgba(31,104,128,1) 100%);
}

/*SUPPORT*/
.support-card {
   margin-bottom: 25px;
}

.support-card .card .card-body {
    padding: 30px 25px;
}

.support-card .card .card-body .call-number {
    font-size: 25px;
    font-weight: 600;
    margin: 15px 0;
}

/*MIFF*/
.miff-banner {
    padding: 100px 25px;
    background: rgb(35,49,51);
    background: linear-gradient(125deg, rgba(35,49,51,1) 65%, rgba(31,104,128,1) 100%);
}


/*FOOTER*/
.footer-icon {
    color: #fff;
    font-size: 20px;
    position: relative;
    bottom: -2px;
}

footer .nav-item .nav-link {
    font-weight: 400;
}

footer .widget a {
    font-size: 14px;
    font-weight: 400;
}

footer {
    font-size: 14px;
}

.wrapper .display-1 {
    letter-spacing: 5px !important;
}

.documents-listing .uil-file-download {
    font-size: 18px;
    margin-right: 5px;
}

.documents-listing .file-size {
    margin-right: 15px;
    font-size: 14px;
    font-style: italic;
    white-space: nowrap;
}

.form-floating > .form-control:focus::placeholder {
    color: #ccc !important;
}

.form-floating > .form-control:not(:focus)::placeholder {
    color: transparen !important;
}

.custom-card {
    max-width: 325px;
    margin-bottom: 25px;
}

.custom-card .custom-card-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    height: 65px;
}

.custom-card .custom-card-description {
    font-size: 14px;
}

.custom-card .call-btn {
    margin-top: 10px;
}

.custom-card-box {
    max-width: 1000px;
    width: 100%;
    margin-bottom: 25px;
}

.custom-card-box .custom-card-subtitle {
    font-weight: 600;
    font-size: 18px;
}

.custom-card-long {
    width: 100%;
    margin-bottom: 25px;
}

.custom-card-long img {
    width: 100%;
    min-height: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.icon-list.custom-icon-list i {
    border-radius: 100%;
    width: 35px;
    height: 35px;
    top: -3px;
    font-size: 20px;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    display: table;
}

.icon-list.custom-icon-list.bullet-bg li {
    padding-left: 50px;
    margin-bottom: 20px;
}

.custom-card-long .card-body i {
    margin-right: 7px;
}

.custom-card-long .card-body {
    padding: 25px 35px;
}

.custom-card-long .custom-card-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 15px;
}

.custom-card-long .custom-card-description {
    font-size: 14px;
}

.custom-card-long .call-btn {
    height: 50px;
}

.icon-list .font-size-bigger {
    font-size: 18px;
    color: #343f52;
}

.terminal-benefits {
    background-color: #fff;
    min-height: 158px;
    margin-bottom: 15px;
    /*box-shadow: 2px 2px 5px 5px rgba(255, 255, 255, 0.15);*/
    border: solid 1px #ccc;
}

.terminal-benefits .card-body {
    padding: 25px;
}

.terminal-benefits .title {
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    color: #343f52;
}

.terminal-benefits .title strong {
    font-weight: 600;
}

.swiper-container.dots-over .swiper-pagination .swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
    box-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.02);
}

.swiper-container.dots-over .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: none;
    border-color: #ccc;
}

.icon-list.home-icon-list i {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    top: -7px;
    font-size: 25px;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    display: table;
}

.icon-list.home-icon-list.bullet-bg li {
    padding-left: 70px;
    margin-bottom: 20px;
}

.icon-list.kasa-icon-list i {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    top: -4px;
    font-size: 20px;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    display: table;
}

.icon-list.kasa-icon-list.bullet-bg li {
    padding-left: 50px;
    margin-bottom: 30px;
}

.icon-list.zoznamtesa-icon-list i {
    border-radius: 100%;
    width: 35px;
    height: 35px;
    top: 0px;
    font-size: 20px;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    display: table;
}

.icon-list.zoznamtesa-icon-list.bullet-bg li {
    padding-left: 45px;
    margin-bottom: 15px;
}

.ekasa-slider .swiper-slide {
    text-align: center;
}

.ekasa-slider img {
    max-width: 250px !important;
    border: solid 1px #eee;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.03);
}

.terminal-function p {
    height: 95px;
    overflow: hidden;
}

.terminal-function a.hover {
    font-weight: 600;
}

.terminal-function-info .terminal-function p {
    height: auto;
    overflow: visible;
}

.fa-qrcode {
    margin-right: 10px;
    font-size: 30px;
}

.exercise .title {
    font-size: 35px;
    font-weight: 600;
}

.exercise i.credit-card {
    font-size: 55px;
    margin-right: 15px;
}

.exercise i.calc {
    font-size: 35px;
    margin-bottom: 15px;
}

.exercise .value {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.payment-day {
    min-height: 350px;
    padding: 40px;
}

.payment-day i {
    font-size: 40px;
    margin-bottom: 15px;
}

.payment-day .value {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 10px;
}

.swiper-container .swiper.app img {
    object-fit: cover;
    object-position: top center;
    height: 375px;
}

.swiper-controls .swiper-navigation .swiper-button {
    background: rgba(35, 49, 51, 1);
    color: #fff;
}

.swiper-controls .swiper-navigation .swiper-button:hover {
    background: rgba(31, 104, 128, 0.9);
}

table thead tr th {
    background-color: rgba(31, 104, 128, 0.9) !important;
    color: #fff !important;
}

table td.group-name {
    color: #fff;
    background-color: #878787;
    padding: 10px 20px;
    font-weight: 600;
}

.image-row-padding-left {
    padding-left: 5vw;
}

.image-row-padding-right {
    padding-right: 5vw;
}

.figured-image {
    margin-bottom: 50px;
}

.shape.rounded.rellax {
    bottom: -1.5rem;
    right: -0.6rem;
    width: 90%;
    height: 95%;
}

/*RESPONSIVITY*/
@media (min-width: 1401px) {

}

@media (max-width: 1400px) {

}

@media (max-width: 1200px) {
    .nav-link {
        font-size: 13px;
    }

    .icon-list.zoznamtesa-icon-list.bullet-bg li {
        font-size: 16px;
    }

    .navbar .navbar-collapse .nav-link {
       font-size: 12px;
    }
}

@media (max-width: 991px) {
    .pt-10 {
        padding-top: 1rem !important;
    }

    .pb-10 {
        padding-bottom: 1rem !important;
    }

    .pt-15 {
        padding-top: 2.5rem !important;
    }

    .pb-15 {
        padding-bottom: 2.5rem !important;
    }

    .mt-10 {
        margin-top: 1rem !important;
    }

    .mb-10 {
        margin-bottom: 1rem !important;
    }

    .mt-15 {
        margin-top: 2.5rem !important;
    }

    .mb-15 {
        margin-bottom: 2.5rem !important;
    }

    .figured-image {
        max-width: 500px;
    }

    .row.align-items-start {
        justify-content: center;
    }

    .custom-card-long .flex-row {
        flex-direction: column !important;
    }

    .custom-card-long img {
        min-height: 300px;
    }

    .custom-card-long .button-box {
        margin: 20px auto 0 !important;
    }

    .navbar-expand-lg .navbar-brand {
        padding: 15px 0;
    }

    .terminal-benefits {
        min-height: 170px;
    }

    .terminal-benefits .title {
        font-size: 20px;
        line-height: 30px;
    }

    .platobna-brana-contact-bg .contact-block,
    .podpora .contact-block {
        padding: 0 25px;
    }

    .terminal-v-mobile-banner {
        padding: 50px 25px;
        background-image: linear-gradient(0deg, rgba(35,49,51,1), rgba(31,104,128,1)) !important;
    }

    .tvm-banner-image {
        width: 100%;
    }

    .tvm-banner-image img {
        max-width: 500px;
    }

    .tvm-banner-text {
        padding-left: 0;
        width: 100%;
    }

    .tvm-advantage ul .font-size-bigger {
        font-size: 16px;
    }

    .tvm-advantage .icon-list.home-icon-list.bullet-bg li {
        padding-left: 55px;
        margin-bottom: 20px;
    }

   .tvm-advantage .icon-list.home-icon-list i {
        width: 40px;
        height: 40px;
        font-size: 20px;
        top: -4px;
    }

    .tvm-advantage img {
        margin-bottom: 25px;
    }

    .terminal-v-mobile-banner .row.align-items-center,
    .ekasa-banner .row.align-items-start {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .payment-day {
        min-height: 0;
        padding: 25px;
    }

    .payment-day .value {
        font-size: 30px;
        margin-bottom: 10px;
    }

    table {
        font-size: 13px;
    }

    table td,
    table th{
        padding: 10px !important;
    }

    .exercise i.credit-card {
        font-size: 40px;
    }

    .exercise .title {
        font-size: 25px;
    }

    .exercise i.calc {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .exercise .value {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .exercise .description {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 16px;
    }

    br {
        display: none;
    }

    footer br {
        display: block;
    }

    .d-xs-none {
        display: none !important;
    }

    .row {
        margin: 0;
        padding: 0;
    }

    .row > * {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .call-btn {
        font-size: 14px;
        height: 50px;
        margin-bottom: 20px;
    }

    footer .row > div {
        margin-bottom: 25px;
    }

    ul {
        padding: 0 !important;
    }

    .homepage-custom-card .card-body {
        padding: 25px;
        font-size: 20px;
    }

    .banner-gradient {
        padding: 50px 25px;
        background-image: none;
        background: linear-gradient(125deg, rgba(35, 49, 51, 1) 65%, rgba(31, 104, 128, 1) 100%);
    }

    .banner-description {
        font-size: 16px;
    }

    .platobny-terminal-banner img {
        margin-top: 50px;
    }

    .platobny-terminal-banner .free-terminal {
        font-size: calc(5vw + 15px);
    }

    .pt-function {
        margin-bottom: 25px;
    }

    .pb-price-list .counter {
        font-size: 45px;
    }

    .pb-price-list .counter-number {
        font-size: 35px;
    }

    .pb-price-list .counter-title {
        font-size: 20px;
    }

    .pb-price-list .counter-zero .counter {
        font-size: 50px;
    }

    .pb-price-list ul {
        font-size: 14px;
    }

    .p-7, .p-8, .p-10 {
        padding: 1.2rem !important;
    }

    .pb-advantages {
        margin-bottom: 25px;
    }

    .counter-wrapper .tvm-price-list .counter {
        font-size: 50px;
    }

    .tvm-function-icon {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 10px !important;
    }

    .tvm-function-full .icon {
        font-size:50px;
        line-height: 50px;
        margin-right: 15px !important;
    }

    .terminal-function p {
        height: auto;
        overflow: hidden;
    }

    .terminal-function a {
        margin-bottom: 20px;
    }

    .custom-card-box .custom-card-subtitle {
        font-size: 15px;
    }

    .custom-card-long .custom-card-title {
        font-size: 35px;
        line-height: 35px;
    }

    .banner-subtitle {
        font-size: 25px;
        line-height: 35px;
    }

    .icon-list.kasa-icon-list.bullet-bg li {
        margin-bottom: 15px;
    }

    .download-card .card-body {
        display:flex;
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .download-card .card-body > div:nth-child(2) {
        margin-top: 25px;
        width: 100%;
        justify-content: end !important;
    }

    .py-13 {
        padding-top: 2rem !important;
        padding-bottom: 1rem !important;
    }

    .exercise i.credit-card {
       display: none;
    }
}

@media (max-width: 568px) {
    .custom-card-long .custom-card-title {
        font-size: 30px;
        line-height: 30px;
    }
}
