@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

html {
    font-size: 14px;
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
    color: #323A43;
}

h1.page-title {
    font-weight: 600;
    font-size: 40px;
    font-style: italic;
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: start;
}

.contact h2 {
    font-size: 40px;
    margin-top: 10px;
    font-weight: 500;
    font-style: italic;
}

.contact h3 {
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
}

.contact p {
    font-size: 15px!important;
}

.hero {
    background-image: url('https://biotracosmetics.cz/images/slider.png');
    width: 100%;
    height: 500px;
    background-color: #e8f3f8;
    background-size: cover;
    background-position: left 180px bottom;
}

.hero h1 {
    font-weight: 600;
    font-size: 34px;
    color: #114283;
    font-style: italic;
}

.hero p {
    font-size: 15px;
    color: #2c2c2c;
    font-weight: 400;
}

.hero .hero-content {
    padding: 0px 20px;
}

.hero .left {
    left: 0px;
    bottom: 0px;
    transform: translateY(calc(50% - 40px));
    height: 130px;
}

.hero .top {
    top: -80px;
    left: 38%;
    height: 60px;
    z-index: 1;
}

.hero .right {
    bottom: 10px;
    right: 0px;
    height: 110px;
}

.logo {
    height: 44px;
}

header {
    height: 80px;
    transition: background-color 0.3s;
    padding: 0px 20px;
    z-index: 1020;
    width: 100%;
    background-color: #e8f3f8;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
}

header.sticky {
    background-color: #fff;
    z-index: 9999!important;
}

.z-9 {
    z-index: 9;
}

.nav-link {
    font-weight: 500;
    color: #134486;
    font-size: 20px;
    transition: ease-in-out all 0.3s;
    cursor: pointer;
}

.nav-link:hover, .nav-link:active {
    color: #0056b3;
}

.mb-6 {
    margin-bottom: 80px;
}

h2 {
    font-size: 40px;
    font-weight: 600;
    font-style: italic;
}

p {
    font-size: 18px;
}

.content ol li {
    font-size: 18px;
}

#nav {
    width: 60px;
    height: 45px;
    position: relative;
    -webkit-transform: rotate(0deg) scale(.7);
    -moz-transform: rotate(0deg) scale(.7);
    -o-transform: rotate(0deg) scale(.7);
    transform: rotate(0deg) scale(.7);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-right: -10px;
    z-index: 9999;
    border: 0px!important;
}

#nav span {
    display: block;
    position: absolute;
    height: 4px;
    border-radius: 4px !important;
    width: 100%;
    background: rgb(19, 68, 134);
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav span:nth-child(2) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
}

#nav.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
}

#nav.open span {
    background-color: rgb(19, 68, 134) !important;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border: 0px;
}

.nav-modal {
    width: 100%;
    height: 100dvh;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 999;
}

.nav-modal.show {
    display: flex;
}

.dropdown-toggle::after {
    display: none;
}

.langs {
    position: relative;
    display: inline-block;
    top: 19px;
    right: calc(62px + 3rem);
    z-index: 3;
}

.langs ul {
    list-style-type: none;
    padding-left: 0;
    background-color: #134486;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    max-height: 42px;
    border-radius: 42px;
}

.langs ul li {
    display: block;
}

.langs ul li.active a {
    color: #fff!important;
    opacity: unset;
}

.langs ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    opacity: 0.5;
}

.langs ul li a:hover {
    background-color: #134486;
}

.langs:hover ul {
    max-height: 168px;
}

.categories .card.product-card {
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: transparent;
}

.categories .card.product-card:hover {
    transform: translateY(-5px);
}

.categories .card.product-card:hover .card-body {
    box-shadow: 0 8px 25px rgba(17, 66, 131, 0.15);
}

.categories .card.product-card:focus,
.categories .card.product-card:active {
    outline: none;
    box-shadow: none;
}

.categories .card {
    padding-left: 25px;
}

.categories .card .card-body {
    background-color: #E6F3F7;
    height: 160px;
    border-bottom-right-radius: 90px;
    position: relative;
    padding-left: 110px;
}

.categories h3 {
    font-style: italic;
    font-size: 23px;
    font-weight: 400;
}

.categories h3::first-line {
    font-weight: 600;
}

.categories img {
    height: 125px;
    position: absolute;
    left: -25px;
}

.blog .thumb {
    height: 160px;
    width: 100%;
    overflow: hidden;
}

.blog .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: ease-in-out all 0.3s;
}

.blog .article:hover .thumb img {
    transform: scale(1.5);
}

.article .date {
    font-size: 15px;
}

.article strong {
    font-size: 30px!important;
    color: #114284;
}

.btn-custom {
    display: inline-block;
    background-color: #f0f0f0;
    height: 45px;
    line-height: 45px;
    padding: 0px 25px;
    transition: ease-in-out all 0.3s;
    border-radius: 10px;
}

.btn-custom:hover {
    background-color: #2c2c2c;
    color: #fff;
}

.distribuce img {
    height: 60px;
}

.distribuce h4 {
    color: #114284;
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
}

.distribuce strong {
    font-size: 60px;
    color: #114284;
}

footer {
    color: #838383;
    text-align: center;
}

footer a {
    text-decoration: none;
    color: #838383;
    transition: ease-in-out all 0.3s;
}

footer a:hover {
    text-decoration: underline;
    color: #d98330;
}

a {
    text-decoration: none;
    color: #323A43;
}

main {
    min-height: calc(100dvh - 130px);
}

footer p {
    line-height: 30px;
    margin-bottom: 20px;
    font-size: 13px!important;
}

footer p a {
    text-decoration: underline;
}

.clean {
    background-color: #e8f3f8;
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    top: 0;
}

.article-heading {
    color: #999999;
    padding-top: 60px;
    padding-bottom: 60px;
}

.article-heading a {
    color: #999999;
    font-size: 15px;
}

.thumbnail img {
    width: 100%;
    height: auto;
}

.single-article h1, .single-article h2, .single-article h3, .single-article h4, .single-article h5, .single-article h6 {
    color: #114284;
}

.single-article h1 {
    font-size: 50px!important;
}

.single-article h2 {
    font-size: 30px;
    margin: 25px 0px;
}

.single-article .content {
    font-size: 15px;
}

@media (min-width: 768px) {
    .blog .thumb {
        height: 152px;
    }

    .hero {
        background-position: left bottom -10px;
    }
}

@media (min-width: 1200px) {
    header {
        padding: 0px 54px;
    }

    .hero {
        height: 100dvh;
        max-height: 746px;
        background-position: left bottom;
    }

    .nav-link {
        font-size: 15px;
    }

    .hero .left {
        height: 240px;
    }

    .hero .top {
        height: 120px;
    }

    .hero .right {
        height: 230px;
        bottom: 120px;
    }

    .hero h1 {
        font-size: 60px;
    }

    .hero p {
        font-size: 20px!important;
    }

    .mb-6 {
        margin-bottom: 175px;
    }

    h2 {
        font-size: 60px;
    }

    .article strong {
        font-size: 40px;
    }

    .blog .thumb {
        height: 160px;
    }

    .langs ul {
        max-height: 52px;
        border-radius: 52px;
    }

    .langs ul li a {
        width: 52px;
        height: 52px;
        line-height: 52px;
    }

    .langs:hover ul {
        max-height: 208px;
    }

    .langs {
        top: 14px;
        right: calc((var(--bs-gutter-x)* .5))!important;
        z-index: 9999;
    }

    .nav-modal {
        display: block !important;
        width: auto;
        height: auto;
        background-color: transparent;
        position: relative;
        z-index: 1;
    }

    .navbar-nav {
        margin-right: calc(52px + 3rem);
    }

    .nav-link {
        font-weight: 600;
    }

    h1.page-title {
        font-size: 60px;
        margin-top: 150px;
        margin-bottom: 120px;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .hero {
        max-height: calc(100dvh - 80px);
    }
}

* {
    font-family: "Lora", serif;
}