html {
    scroll-behavior: smooth;
}

section {
    min-height: 100%;
    max-height: auto;
    border: none !important;
    box-sizing: border-box;
}

.display-4 {
    font-size: 2.7rem;
}

main {
    /* padding-top: 53px; */
}

.shadow2 {
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.1), 0 2px 9px 0px rgba(0, 0, 0, 0.48);
}

.section_1 {
    box-sizing: border-box;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url('../img/bg_red.png');
    /* background-size: 400px; */
    background-position: center;
    background-attachment: fixed;
    /*height:100vh !important;*/
    color: #dedede;
    padding-top: 10px;
}

.cookie_box {
    position: fixed;
    bottom: 50px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    /* border:1px solid #ddd; */
    text-align: justify;
    /* max-width:900px; */
    z-index: 100;
    font-size: 10px;
    display: none;
    width: 100%;
}

.cookie_box .col {
    padding: 10px;
}

.dropdown-menu a {
    color: #333 !important;
}

.bg-black {
    background-color: rgba(0, 0, 0, 1);
}

.dark-over {
    background: rgba(255, 255, 255, 0.1);
}

.row_top {
    z-index: 99;
}

.bg-nav {
    background: rgba(0, 0, 0, 1);
    z-index: 10;
}

.bg-nav a {
    color: #fff;
}

.nav-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: .2s;
}

.nav-item:hover {
    transform: scale(1.1);
}

.bg-nav a:hover {}

.buy_button,
.read_button,
.demo_button {
    z-index: 5;
}

.bg-1 {
    background: #f3f3f3;
    padding: 20px;
}

.produkt_box {
    /* height: 100%; */
    cursor: pointer;
    z-index: 30;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 9px 0px rgba(0, 0, 0, 0.48);
    overflow: hidden;
    position: relative;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.font-small {
    font-size: 10px;
}

.owned {
    position: absolute;
    left: -60px;
    top: 40px;
    width: 250px;
    height: 40px;
    background: #af0000;
    transform: rotate(-45deg);
    z-index: 45;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 9px 0px rgba(0, 0, 0, 0.48);
    text-shadow: 1px 1px 1px #000;
}

#contact {
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay {
    z-index: 40;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}

.produkt_box:hover {
    transform: scale(1.04);
    transition: ease .2s;
    z-index: 41;
}

.produkt_box:hover~.overlay {
    display: block;
    transition: ease .2s;
}

.digital_product {
    display: flex;
}

.nav-item {
    cursor: pointer;
    color: #eee;
}

.bg-android {
    background: rgb(143, 200, 0);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(143, 200, 0, 1) 0%, rgba(73, 137, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(143, 200, 0, 1) 0%, rgba(73, 137, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(143, 200, 0, 1) 0%, rgba(73, 137, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#498900', GradientType=0);
    /* IE6-9 */
    z-index: 2;
}

.bg-apple {
    background: rgb(135, 224, 253);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(135, 224, 253, 1) 0%, rgba(83, 203, 241, 1) 40%, rgba(5, 171, 224, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(135, 224, 253, 1) 0%, rgba(83, 203, 241, 1) 40%, rgba(5, 171, 224, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(135, 224, 253, 1) 0%, rgba(83, 203, 241, 1) 40%, rgba(5, 171, 224, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0', GradientType=0);
    /* IE6-9 */
}

.img-logo {
    height: 100%;
    max-height: 200px;
    opacity: 0.6;
    cursor: pointer;
}

.img-logo:hover {
    transform: scale(1.2);
    transition: 0.4s ease;
}

.img-logo-2 {
    max-height: 200px;
    opacity: 0.5;
    transition: 0.4s ease;
    cursor: pointer;
}

.img-logo-2:hover {
    opacity: 0.7;
}

.user-ico {
    height: 100%;
    width: 50px;
}

.download-step {
    height: 100%;
    max-height: 80px;
    width: 100%;
    max-width: 80px;
    border: 2px solid #999;
}

.download-step-line {
    height: 10vh;
    border-right: 1px solid #999;
}

#download {
    background: url('../img/bg-paciank-white.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.hidden {
    display: none;
}

.download-bg {
    padding: 15px 15px;
    background: #000;
    border: 1px solid #000;
    border-radius: 5px;
    color: #fff;
    margin: 0;
}

.dymek_left {
    padding: 15px 15px;
    background: #000;
    border: 1px solid #000;
    border-radius: 5px;
    color: #fff;
}

.arrow-right {
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #000;
}

.arrow-left {
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 20px solid #000;
}

.img-rwd {
    width: 100%;
    max-width: 300px;
    height: auto;
    max-height: 100px;
}

.img-rwd:hover {
    transform: scale(1.1);
    transition: 0.2s ease;
}

section {
    position: relative;
    height: auto !important;
    /* min-height:calc(100vh - 53px) !important; */
    min-height: 100vh !important;
}

#about {
    z-index: 5;
    line-height: 25px;
    color: #555;
}

#about img {
    height: auto;
    width: 150px;
}

#download {
    z-index: 4;
}

.hamburger {
    display: none;
}

.h-100 {
    min-height: 100vh !important;
}

.height-100 {
    height: 100%;
}

.seria-info {
    font-size: 60%;
    padding: 5px;
}

.div_but_input {
    height: 30px;
    width: 30px;
    border: 2px solid #fff;
    margin-left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.div_but_input_x {
    display: none;
}

.div_seria_input {
    height: 30px;
    width: 30px;
    border: 2px solid #fff;
    margin-left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.div_seria_input_x {
    display: none;
}

.search_input {
    background: transparent;
    border: none;
    border-bottom: 3px solid #fff;
    color: #fff;
}

.search_input:focus {
    outline: none;
}


/*  Stopka */

footer {
    padding: 30px 30px 0px 30px;
}

.footer-col a {
    text-align: center;
}

@media (max-width: 768px) {
    .digital_product {
        max-width: 50%;
        width: 100%;
    }
    .cookie_box {
        left: 0;
        transform: none;
        bottom: 0px;
    }
    .cookie_box .col {
        flex-direction: column;
    }
}

@media (max-height: 720px) {
    .h-100 {
        min-height: 100% !important;
        height: auto !important;
    }
    .section_1 .container {
        /* padding-top: 60px; */
    }
}

@media (max-width: 992px) {
    .rwd-md-none {
        display: none !important;
    }
    .arrow-right {
        display: none
    }
    .arrow-left {
        display: none
    }
    .h-100 {
        min-height: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 1200px) {
    .nav_top {
        font-size: 13px;
    }
}

@media (max-width: 992px) {
    .nav-item {
        padding: 10px 0px;
    }
    .nav_top {
        height: 60px;
        overflow: hidden;
        font-size: 13px;
    }
    .nav_top_main {
        justify-content: space-between !important;
        align-items: center !important;
        height: 100%;
        flex-wrap: wrap;
    }
    .nav {
        flex-direction: column !important;
        display: none;
    }
    .hamburger {
        display: block;
        position: relative;
        height: 30px;
        width: 30px;
        background: #000;
        padding: 6px 0px;
        border-top: 6px solid #fff;
        border-bottom: 6px solid #fff;
        box-sizing: border-box;
    }
    .hamburger-inside {
        display: block;
        position: relative;
        height: 6px;
        width: 100%;
        background: #fff;
        box-sizing: border-box;
    }
    .reader-logo {
        display: block;
    }
    .burger-col {
        /* height: 100%; */
        align-items: center;
        min-height: 44px;
    }
    .logo-main {
        max-height: 200px;
    }
    footer {
        font-size: 10px;
        padding: 10px 10px;
    }
    .footer-col {
        flex-direction: column;
        padding: 10px 0px;
    }
    .footer-col a {
        padding: 10px 0px;
    }
}

.payment_btn {
    position: relative;
    border: 0px;
    height: 38px;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #00000030;
}

.payment_btn:hover {
    transform: scale(1.04);
    -moz-transform: scale(1.04);
    transition: ease-in-out .2s;
}

#payu-payment-form {
    background-color: #a6c307;
}

.payment_btn img {
    max-height: 30px;
    height: 100%;
}

#paypal-payment-form {
    background-color: #ffc439;
}

#yatta-payment-form {
    background-color: #fff;
    border: 1px solid #d50107;
    color: #d50107;
}

#apple-payment-form {
    background-color: #fff;
    border: 1px solid #5f5f5f;
    color: #5f5f5f;
}

.reader_manga_top {
    padding-top: 60px !important;
}


/* .icon:nth-child(1) { background: cornflowerblue; }
  .icon:nth-child(2) { background: salmon; }
  .icon:nth-child(3) { background: gray; } */


/**
   * The "shine" element
   */

.icon:after {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100%);
    /* z-index: -1; */
}


/* Hover state - trigger effect */

.produkt_box:hover>.icon:after {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}


/* Active state */

.icon:active:after {
    opacity: 0;
}


/*  Switch */


/*  Baner */

.img-baner {
    cursor: pointer;
    transition: .2s all;
}

.img-baner:hover {
    transform: scale(1.03);
}


/* FAQ */

.faq_box {}

.faq_box .faq_title {
    font-size: 20px;
}

.faq_box .faq_body {
    height: 0px;
}

.faq_box .btn-link {
    transition: .2s;
    text-decoration: none !important;
}

.faq_box .btn-link:hover {}

.faq_box h2::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    /* content: "\f078";     */
    content: "\f077";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: grey;
}

.faq_box h2 {
    position: relative;
    padding-right: 50px;
}

.faq_box h2.collapsed::after {
    content: "\f078";
}

.faq_box .card-header {
    cursor: pointer;
    background: #ddd;
    transition: .2s;
}

.faq_box .card {
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.faq_box .card-header:hover {
    background: #aaa;
}


/* Profil */

.profil_biblioteka_tytul {
    cursor: pointer;
    transition: .2s;
}

.profil_biblioteka_tytul:hover {
    background: #ddd;
}

.profil_devices i {
    color: #fff !important;
    position: absolute;
    right: 0px;
    padding: 20px;
}

.profil_devices {
    transition: .2s;
    cursor: pointer;
    display: flex;
}

.profil_devices:hover span img {
    filter: invert(100%);
}

.profil_devices:hover {
    background: #1a1a1a;
    color: #fff;
}

.portfel_stan {
    /* color: #fff; */
    margin: 3rem;
    margin-top: 1rem;
    margin-bottom: 0;
    border-bottom: 3px solid #1c1c1c;
    padding: 1rem !important;
}

.alert_div {
    position: fixed;
    height: 100%;
    width: 100%;
    display: none;
    z-index: 2000;
    opacity: 0.98;
}


/* Produkt */

.table-tagi td {
    padding: 2px;
}
.product-box-mini {
    transition: .2s all;
}
.product-box-mini img {
    transition: .2s all;
}
.product-box-mini:hover img{
    cursor: pointer;
    transform: scale(0.9);
}

.a-decoration-none:hover{
    text-decoration: none;
}

/* breadcrumb */

.breadcrumb {
    font-weight: bold;
}

.breadcrumb .breadcrumb-item.active {
    color: #dfdbdb;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #1a1a1a;
}

/* kody modal */

.fixed-model-body{
    max-height:400px;
    overflow: auto;
}