body {
    font-family: "Cairo", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.btn-torty {
    background-color: #ce76a1;
    color: white;
}

.btn-torty:hover {
    background-color: #343a40;
    color: white;
}

.btn-dark {
    background-color: #343a40;
    color: white;
}

.nadpis {
    font-family: "Great Vibes";
    font-size: 45px;
    font-weight: 400 !important;
    position: relative;
    margin-top: 50px;
}

.nadpis:before {
    background: url("../images/hedimg.png");
    content: '';
    position: absolute;
    right: 0;
    width: 50px;
    top: -50px;
    left: 0;
    height: 50px;
    margin: 0 auto;
}

/* HEADER NAVIGATION */

.TKnav {
    background-color: #fef4f4;
    font-size: 20px;
}

.nav-link {
    color: #000;
}

.nav-link:hover {
    color: #ce76a1;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: center;
}

.svgbg {
    background: #ce76a1;
    border-radius: 100%;
    height: 45px;
    width: 45px;
    line-height: 54px;
    text-align: center;
    transition: 0.3s ease;
    fill: #fff;
    margin: 0 8px;
    float: left;
}

.svgbgu {
    background: #343a40;
    border-radius: 100%;
    height: 45px;
    width: 45px;
    line-height: 50px;
    text-align: center;
    transition: 0.3s ease;
    fill: #fff;
    margin: 0 5px;
    float: left;
    color: #fff;
}

.dropdown-menu.show {
    border-color: #343a40;
    margin-top: 5px;
}

.navinfo {
    color: #666;
    font-size: 15px;
    width: 180px;
}

.navinfo .hugeicons--calling {
    font-size: 20px;
}

.navinfo a:link, .navinfo a:visited {
    font-size: 18px;
    font-weight: 700;
    display: block;
    color: black;
    text-decoration: none;
    line-height: 18px;
}

.mobmenu {
    font-size: 50px;
    color: #343a40;
    top: 8px;
    position: relative;
}

.offcanvas-header {
    background-color: #ce76a1;
    color: white;
    padding-left: 30px;
}

.mobmenu .nav-item {
    font-size: 24px;
    padding: 0px 0 0 15px;
}

.offcanvas.offcanvas-end {
    width: 300px !important;
}

.bigger {
    transform: scale(1.2);
    margin-left: 20px;
}

.TKnav .dropdown-toggle:after {
    content: none;
}
.TKnav .dropdown-toggle {
    cursor: pointer;
}

.TKnav a.dropdown-item {
    font-size: 18px;
}

.toplogged {
    font-size: 16px;
    float: right;
    line-height: 20px;
    padding: 3px 0 0 0;
}

.moblogged {
    padding: 2px 0 2px 15px;
    background-color: #eee;
    margin-top: -8px;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #ce76a1;
    margin-bottom: 5px;
    display: none;
}

/* HOME BANNER */

.bg-torty {
    background-color: #ce76a1;
    background-image: url(../images/pattern.png);
}

.homebanner {
    background-image: url(../images/homebanner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    width: 100%;
    height: 400px;
    border-radius: 10px;
}

h5.card-title {
    color: #ce76a1;
    font-weight: 700;
}

/* OBSAH */

.hugeicons--information-diamond {
    font-size: 20px;
    position: relative;
    top: 5px;
}

a.forgotten {
    text-decoration: none;
    color: #1e98c8;
}

.alert {
    line-height: 20px;
}

.alert .fluent--error-circle-12-filled {
    font-size: 20px;
    color: #bf1f1f;
    margin-right: 5px;
}

.alert .lets-icons--check-fill {
    font-size: 22px;
    color: #217d54;
    margin-right: 5px;
}

.card.disabled .card-img-top {
    filter: grayscale(1);
    transition: all 1s;
}

.card.disabled .card-text, .card.disabled .card-title  {
    color: #999;
}

.card.disabled .buy {
    opacity: 1;
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgba(136, 136, 136, 0.4);
    border-radius: 8px;
    z-index: 5;
}

.card.disabled:hover .card-img-top {
    filter: grayscale(0.5);
    transition: all 1s;
}

.card.disabled a.btn {
    box-shadow: 0 0 25px #555;
    border: 2px solid #fff;
}

.detailkurzu h3 {
    color: #ce76a1;
    font-weight: bold;
    padding: 10px 0 5px 0;
    border-bottom: 2px dotted #ce76a1;
    margin-bottom: 25px;
}

.detailkurzu h4 {
    color: #ce76a1;
    padding: 10px 0 10px 0;
} 

.detailkurzu ol, .detailkurzu ul {
    line-height: 1.7;
    padding-left: 1rem;
}

/* FOOTER */

.bg-footer {
    background-color: #ce76a1;
    background-image: url(../images/footer.png);
    background-position: top center;
    background-size: cover;
    position: relative;
}

.footerL {
    background-image: url(../images/footerL.webp);
    width: 106px;
    height: 200px;
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: -40px;
}

.footerR {
    background-image: url(../images/footerR.webp);
    width: 144px;
    height: 200px;
    background-position: center center;
    background-size: cover;
    position: absolute;
    right: 0px;
    top: -40px;
}

.footel, .foomejl {
    font-size: 22px;
}

.foomejl span, .footel span {
    font-size: 26px;
    color: #ce76a1;
    position: relative;
    top: 5px;
}

footer a:link, footer a:visited {
    color: #222;
    text-decoration: none;
}

#scrollToTopBtn {
    background-color: rgb(52, 58, 64);
    border: 0px;
    padding: 7px 10px;
    border-radius: 10px;
    color: white;
    opacity: 0.9;
    z-index: 2;
}

#scrollToTopBtn .mingcute--arrow-up-fill {
    position: relative;
    top: 3px;
    font-size: 18px;
    color: #ce76a1;
}

/* RESPONSIVE */

@media only screen and (max-width: 1400px) {

    .homebanner {
        height: 360px;
    }

}

@media only screen and (max-width: 1200px) {

    .navbar-brand img {
        max-width: 220px;
    }

}

@media only screen and (max-width: 992px) {

    .footerR {
        width: 124px;
        height: 175px;
        top: -20px;
    }

    .navbar > .container {
        justify-content: end;
        position: relative;
    }

    a.navbar-brand {
        position: absolute;
        left: 15px;
    }

}

@media only screen and (max-width: 768px) {

    .brejkit {
        display: block;
    }

    .svgbgu {
        background: #ce76a1;
    }

}

@media only screen and (max-width: 576px) {

    .toplogged { display: none; }

    .moblogged { display: block; }

}

@media only screen and (max-width: 500px) {

    .brejkit2 {
        display: block;
    }

    .footerL {
        left: -37px;
        top: -40px;
    }

    .footerR {
        top: -20px;
        right: 0;
        width: 80px;
        background-position: left center;
    }

}

#notifications {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9999999;
    width: 30%;
}
.captcha {
    display: flex;
}