body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    background-image: url("files/backgd.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

#top {
    z-index: - 3;
}

#demo {
    color: white;
    background-color: rgba(40, 160, 189, 0.67);
    padding-top: 4rem;
    padding-bottom: 6rem;
    /* margin-top: 1rem; */
    margin-bottom: 0px;
    border-bottom: solid #28a0bd 2px;
    border-top: solid #28a0bd 4px;
}

#demo h1 {
    margin: 0;
    padding-top: 2rem;
    padding-bottom: 0rem;
    font-size: 2.2em;
    color: #ffffff;
    text-align: center;
    font-weight: 300;
    letter-spacing: 0.002em;
}

#cennik {
    color: rgba(256, 256, 256, 0.77);
    font-size: 1.1rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}

#cennik span {
    margin-top: 0rem;
    margin-bottom: 0.5rem;
    font-size: 2.6em;
    color: #ffffff;
    text-align: center;
    font-weight: 800;
    letter-spacing: 2px;
}

#cennik h2,
#cennik h3 {
    color: rgba(256, 256, 256, 1);
}

#cennik h2 {
    margin-top: 0rem;
    margin-bottom: 0.3rem;
}

#cennik h4 {
    margin-top: 0rem;
    margin-bottom: 0.5rem;
}

#cennik ul {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    text-align: left;
}

#priv {
    background-color: #ffffff;
    padding-top: 1.3rem;
    padding-bottom: 2rem;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}

#statute {
    background-color: #ffffff;
    padding-top: 1.3rem;
    padding-bottom: 2rem;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}

.thankyou_txt {
    padding-top: 2.5rem;
    padding-bottom: 0.5rem;
}

.take {
    margin-top: 0rem;
    margin-bottom: 0.3rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
}

.take h3 {
    padding-bottom: 1.5rem;
}

li a {
    color: #28a0bd;
}

#cookies {
    background-color: #ffffff;
    padding-top: 1.3rem;
    padding-bottom: 2rem;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}

#four_steps {
    background: fixed url("files/backgd.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 2.9rem;
    padding-bottom: 2.3rem;
}


/* ap_style_28092021 */

#buy_now {
    margin-top: 0rem;
    margin-bottom: 0.3rem;
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
}

#buy_now h3 {
    padding-bottom: 2rem;
}

footer {
    background-color: #28a0bd;
    font-size: 1em;
    padding-top: 1.35rem;
    padding-bottom: 1.35rem;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-container {
    min-height: 60px;
    width: 100%;
}

header {
    overflow: hidden;
    position: fixed;
    background-color: white;
    width: 100%;
    min-height: 55px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav {
    vertical-align: baseline;
    margin-right: 40px;
    border: 0;
}

nav a:link {
    color: #000000;
}

nav a:active {
    color: #12cdd4;
}

nav a:hover {
    color: #28a0bd;
}

.width {
    font-weight: 900;
}

.menubutton {
    padding: 10px 15px 5px;
    margin-left: 0px;
}

.mob-wrapper {
    display: none;
}

.container {
    max-width: 1080px;
    margin: 0 auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.row {
    min-height: 5rem;
    width: 100%;
    margin-bottom: 0rem;
}

.col {
    min-height: 8rem;
    width: 30%;
    margin-bottom: 1rem;
}

.col2 {
    min-height: 8rem;
    width: 40%;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

.card-text {
    padding: 0em 2em 0em 2em;
}

.box-shadow_big {
    border-radius: 5px;
    box-shadow: 0 10px 18px 0 rgb(62 57 107 / 20%)
}


/* elements */

.logo {
    padding: 5px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

span.ruls_priv a {
    color: black;
    text-decoration: none;
    padding-right: 0.8em;
    font-weight: 350;
}

span.copy {
    font-weight: 350;
    letter-spacing: 0.05em;
    padding-right: 0.3em;
    color: #000000;
}

.img_cookies {
    display: flex;
    align-items: center;
    margin: 2rem auto 0rem auto;
    flex-direction: column;
    flex-wrap: wrap;
}

.txt_head h3 {
    font-size: 1.7em;
    color: #201a1a;
    text-align: center;
    font-weight: 590;
}

.demo_txt {
    font-size: 1.25em;
    color: black;
    padding: 2px auto;
    align-items: center;
    text-align: center;
}

.about_txt h3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}


/* font */

a {
    text-decoration: none;
}

h1 {
    padding-top: 2.1rem;
    padding-bottom: 2rem;
    font-size: 2.6em;
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.01em;
}

h2 {
    font-size: 2.0em;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    letter-spacing: 2px;
}

h3 {
    font-size: 1.7em;
    color: #ffffff;
    text-align: center;
    font-weight: 350;
}

h4 {
    font-size: 1.3em;
    color: rgba(256, 256, 256, 0.77);
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.065em;
}

.txt_yt p {
    font-size: 1.2em;
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    flex-direction: column;
}

.footer a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
}

ol li {
    padding-bottom: 0.5em;
}

ol li span {
    color: black;
    font-weight: 400;
}

.text-center {
    text-align: center;
}

.text-black {
    color: #000000;
}

.text-justify {
    color: black;
    text-align: justify;
}

.txt_head {
    text-align: center;
    padding-top: 1em;
    padding-bottom: 0.5em;
}

.txt_head span {
    font-size: 2.0em;
    letter-spacing: 0.03em;
    text-align: center;
    color: #28a0bd;
    font-weight: 597;
}

.top_logo {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.card-text {
    color: black;
}

.card-text H5 {
    font-size: 1.1em;
    font-weight: 600;
}


/*button */

button {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    transition-duration: 0.4s;
}

.btn {
    display: block;
    font-size: 1em;
    text-align: center;
    font-weight: 599;
    font-family: 'Quicksand', sans-serif;
    padding: 1rem 3rem;
    border-radius: 15px;
    letter-spacing: 0.03em;
}

.btn-white {
    border: 3px solid #E6E6E6;
    background-color: #ffffff;
    color: #28a0bd;
    font-size: 2em;
    font-weight: 600;
}

.btn-white:hover {
    border: 3px solid #E6E6E6;
    background-color: #28a0bd;
    color: #ffffff;
    font-size: 2em;
}

.btn-white:active {
    border: 3px solid #E6E6E6;
    background-color: #E6E6E6;
    color: #ffffff;
    font-size: 2em;
}

.btn-green {
    border: 3px solid #ffffff;
    background-color: #28a0bd;
    color: #ffffff;
    font-size: 2em;
}

.btn-green:hover {
    border: 3px solid #E6E6E6;
    background-color: #ffffff;
    color: #12cdd4;
    font-size: 2em;
}

.btn-green:active {
    border: 3px solid #E6E6E6;
    background-color: #E6E6E6;
    color: #ffffff;
    font-size: 2em;
}

.center {
    margin: 0;
    position: relative;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, 0%);
}

.space1 {
    margin-left: 1em;
    margin-right: 1em;
}


/* cakefile */

.cakefile {
    position: fixed;
    bottom: 0;
    right: 0;
    max-width: 365px;
    background: rgba(256, 256, 256, 0.97);
    padding: 25px 25px 30px 25px;
    border-color: #28a0bd;
    border-radius: 15px;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.15);
    text-align: center;
}

.cakefile.hide {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.8);
    transition: all 0.3s ease;
}

::selection {
    color: #fff;
    background: #28a0bd;
}

.cakefile img {
    max-width: 100px;
}

.content_c h4 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 1.5em;
    font-weight: 850;
    color: #000000;
}

.content_c {
    margin-top: 10px;
}

.content_c p {
    color: #858585;
    margin: 5px 0 20px 0;
}

.content_c .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.buttons button {
    padding: 10px 20px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    background: #28a0bd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.buttons button:hover {
    transform: scale(0.97);
}

.buttons .item {
    margin: 0 10px;
}

.buttons a {
    color: #28a0bd;
}


/*tablet view  768px*/

@media (max-width:768px) {
    .row {
        width: 100%;
    }
    .col {
        width: 35%;
    }
    .col2 {
        width: 40%;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    header {
        z-index: 9999;
    }
    .header-container {
        position: relative;
    }
    nav {
        display: none;
    }
    nav a {
        display: block;
    }
    .logo {
        color: black;
        padding: 10px 10px;
    }
    .logo2 {
        color: #ffffff;
        padding: 10px 5px;
    }
    nav {
        display: none;
    }
    .mob-wrapper {
        display: block;
        padding-right: 20px;
    }
    .mob-nav {
        display: none;
        position: fixed;
        padding-top: 10px;
    }
    .mob_button {
        display: block;
        color: #28a0bd;
        background-color: #000000;
        padding: 13px 30px;
        margin-left: -70px;
        text-align: center;
    }
    .txt_yt p {
        font-size: 1.2em;
        color: #ffffff;
        text-align: center;
        font-weight: 400;
        flex-direction: column;
        -webkit-hyphens: auto;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
        padding: 0px;
    }
    .space2 {
        margin-bottom: 2.3em;
    }
    .space1 {
        margin-left: 1em;
        margin-right: 1em;
    }
    .hide-tablet {
        display: none;
    }
}


/*Mobile view-*/

@media(max-width:510px) {
    .row {
        width: 100%;
    }
    .col {
        width: 100%;
    }
    .col2 {
        width: 100%;
        margin-bottom: 1rem;
        margin-top: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .hide-mobile {
        display: none;
    }
    nav {
        display: none;
    }
    header {
        z-index: 9999;
    }
    footer {
        width: 100%;
        margin: 0px auto;
        padding: 0px;
        flex-direction: column;
        align-content: center;
    }
    .logo2 {
        margin: 0px;
        padding: 1px;
        display: flex;
    }
    .copy_t {
        padding-top: 1rem;
        padding-bottom: 0rem;
        margin: 5px auto 0px auto;
        display: inherit;
    }
    .txt_yt p {
        font-size: 1.2em;
        color: #ffffff;
        text-align: center;
        font-weight: 400;
        flex-direction: column;
        -webkit-hyphens: auto;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
    }
    .space2 {
        margin-bottom: 1em;
    }
}

