@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Josefin+Sans:wght@100;200;300;400;500;600;700&family=Karla:wght@200;300;400;500;600;700;800&family=Maven+Pro:wght@400;500;600;700;800;900&family=Mulish:wght@200;300;400;500;600;700;800;900&family=Overpass:wght@100;200;300;400;500;600;700;800;900&display=swap');

body{
    font-family: 'Rubik', sans-serif;
    font-family: 'DM Sans', sans-serif;
    font-family: 'Josefin Sans', sans-serif;
    font-family: 'Karla', sans-serif;
    font-family: 'Maven Pro', sans-serif;
    font-family: 'Mulish', sans-serif;
    font-family: 'Overpass', sans-serif;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    min-height: 100vh;
}
.ndxSlide .carousel-inner {
    /*     height: 70vh;
    */    height: calc(100vh - 162px);
}
.carousel-item, .carousel-item img {
    height: 100%;
    object-fit: cover;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    flex-direction: column;
}
.navbar .navbar-brand img{
    height: 100px;
    width: auto;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
    font-weight: 600;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 10px;
    letter-spacing: 1px;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #efaf74;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #efaf74;
}
.navbar {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    -webkit-box-shadow: 0 0 7px 7px rgb(0 0 0 / 3%);
    box-shadow: 0 0 7px 7px rgb(0 0 0 / 3%);
}
/* header {
    height: 162px;
} */
.bcrumb h1{
    font-size: 28px;
    line-height: 50px;
    font-weight: 400;
    text-align: center;
    padding: 25px 0;
    margin: 0;
}
.bcrumb {
    border-bottom: 1px solid #e0e0e0;
}
.py-80{
    padding-top: 80px;
    padding-bottom: 80px;
}
footer {
    padding-top: 18px;
    padding-bottom: 18px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
footer p.cright {
    margin: 0;
    color: #999;
    font-size: 14px;
}
h2 {
    font-size: 21px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.ptitle::after{
    content: '';
    background-color: #efaf74;
    height: 8px;
    width: 42px;
    display: block;
    margin-top: 15px;
    border-radius: 3px;
}
h3.ptitle {
    font-size: 19px;
    font-weight: 500;
    color: #191919;
    line-height: 28px;
}
ul.bgbrList {
    background-color: #f2f2f2;
    border-left: 5px solid #efaf74;
    list-style: none;
    padding: 20px 20px 0;
}
ul.bgbrList li{
    padding-bottom: 20px;
}
h3.ptitle::after {
    width: 35px;
    margin-top: 8px;
}
ul.prList li {
    padding-bottom: 15px;
}
img, svg {
    vertical-align: middle;
    width: 100%;
}
.bold{
    font-weight: 600;
}
a.ic i {
    margin-right: 10px;
}
a.ic {
    display: flex;
    align-items: center;
    color: #212529;
    text-decoration: none;
    margin-bottom: 15px;
}
ul.liststyle {
    list-style: square;
    padding-left: 18px;
}
ul.liststyle li::marker{
    color: #e0e0e0;
    font-size: 17px;
}
.konsept .item {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    color: #fff;
}
.konsept .item .content {
    padding: 20px;
    height: 100%;
    width: 33.333%;
    flex: 0 0 33.333%;
}
.konsept .item img {
    width: 66.67%;
}
.konsept .item:first-child  {
    background-color: #1a9c77;
    border: 1px solid #1a9c77;
}
.konsept .item:nth-child(2)  {
    background-color: #b4ec9b;
    color: #0a0a0a;
}
.konsept .item:nth-child(3)  {
    background-color: #db9da3;
    color: #0a0a0a;
}
.konsept .item:nth-child(4)  {
    background-color: #23497a;
}
.konsept .item:nth-child(5)  {
    background-color: #0daabf;
}
.konsept .item:nth-child(6)  {
    background-color: #83a4b8;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar.fixed-top .navbar-brand{
    display: none;
}
ul.prList {
    list-style: none;
    padding-left: 0;
}

.imgField img {
    height: 585px;
    object-fit: contain;
}
.imgField {
    position: relative;
}
.items-center {
    align-items: center;
}


.bglight{
    background: linear-gradient(45deg, #C7F5FE 10%, #C7F5FE 40%, #FCC8F8 40%, #FCC8F8 60%, #EAB4F8 60%, #EAB4F8 65%, #F3F798 65%, #F3F798 90%);
    background: linear-gradient(123deg, #fffdfd 0%, #fffdfd 40%, #fffdfd calc(40% + 1px), #fff4f4 60%, #fff4f4 calc(60% + 1px), #ffdde3 70%, #ffdde3 calc(70% + 1px), #e48080 100%);
    background: linear-gradient(123deg, #fffdfd 0%, #ffdde3 40%, #ffdde3 calc(40% + 1px), #ffdde3 60%, #ffdde3 calc(60% + 1px), #ffdde3 70%, #ffdde3 calc(70% + 1px), #e48080 100%);
}
.imgField {
    position: relative;
}
.imgField img.abs {
    position: absolute;
    z-index: 1;
    top: 0px;
}
.imgField img {
    max-height: 600px;
    object-fit: contain;
    z-index: 2;
    position: relative;
}
.bgcontent h1 {
    font-size: 45px;
    font-weight: 700;
    color: #000;
    margin-left: -70px;
    padding-right: 70px;
}
.bgcontent h1 + p{
    font-size: 22px;
    margin-bottom: 50px;
    margin-left: -70px;
    padding-right: 70px;
}
.bgcontent ul {
    list-style: none;
    padding: 0;
    font-size: 16px;
    color: #000;
    margin-bottom: 50px;
}
.py-md {
    padding-top: 120px;
    padding-bottom: 140px;
}
p.subtit {
    font-size: 18px;
}
h2.titbig {
    font-size: 36px;
}
.kozur .item img {
    background: #eee;
    border-radius: 50%;
    max-width: 130px;
    transition: .2s ease;
}
.kozur .item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 250px;
}
.kozur .item h4 {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    width: fit-content;
}
.kozur .item h4::before {
    content: '';
    height: 6px;
    width: 18px;
    position: absolute;
    left: -5px;
    background-color: #ffb600;
    top: calc(50% - 2px);
    z-index: -1;
}
.kozur .it:first-child .item img, .kozur .it:first-child .item h4::before{
    background: #ffc3d8;
}
.kozur .it:nth-child(2) .item img, .kozur .it:nth-child(2) .item h4::before{
    background: #bef5c4;
}
.kozur .it:nth-child(3) .item img, .kozur .it:nth-child(3) .item h4::before{
    background: #cae8ff;
}
.kozur .it:nth-child(4) .item img, .kozur .it:nth-child(4) .item h4::before{
    background: #ffe69a;
}
.kozur .it:nth-child(5) .item img, .kozur .it:nth-child(5) .item h4::before{
    background: #ffc1ad;
}
.kozur .it:nth-child(6) .item img, .kozur .it:nth-child(6) .item h4::before{
    background: #cbd3ff;
}
.kozur .item:hover img {
    max-width: 160px;
    width: 160px;
}
.py-160{
    padding-top: 160px;
    padding-bottom: 160px;
}
video{
    max-width: 100%;
}
.carouselContent {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    padding: 85px;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    padding-left: 50%;
}
.carouselContent h5 {
    font-size: 41px;
    font-weight: 700;
    line-height: 49px;
}
.carouselContent p {
    width: 100%;
    font-size: 20px;
    margin-bottom: 0;
}
iframe {
    max-width: 100%;
}
.navbar-nav .lang {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-left: 25px;
    margin-top: 5px;
}
.navbar-nav .lang img {
    height: 15px;
    width: 25px;
    object-fit: contain;
    object-fit: cover;
}
.bgcontent ul li {
    position: relative;
    padding-left: 25px;
}
.bgcontent ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.3125rem;
    border-bottom: 0.125rem solid #16100a;
    border-left: 0.125rem solid #16100a;
    height: 0.4375rem;
    width: 0.8125rem;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media only screen and (max-width: 600px) {
    .navbar-nav .lang {
        margin-left: 20px;
    }
    .konsept .item {
        flex-direction: column;
    }
    .konsept .item .content, .konsept .item img {
        width: 100%;
        flex: 0 0 100%;
    }
    h2, h3 {
        line-height: 45px;
    }
    .bgcontent h1 {
        font-size: 26px;
        margin-left: 0;
        padding-right: 0;
    }
    .bgcontent h1 + p {
        font-size: 20px;
        margin-bottom: 50px;
        margin-left: 0;
        padding-right: 0;
    }
    .navbar.fixed-top .navbar-brand {
        display: block;
    }
    .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
        flex-direction: row;
    }
    .navbar .navbar-brand img {
        height: 45px;
        width: auto;
    }
    .navbar-light .navbar-toggler {
        border: none;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar {
        position: fixed;
    }
    .carouselContent {
        padding: 20px;
        padding-left: 20px;
    }
    .carouselContent h5 {
        font-size: 24px;
        font-weight: 700;
        line-height: 35px;
    }
    .carouselContent p {
        width: 100%;
        font-size: 16px;
        margin-bottom: 0;
    }
    header {
        height: 71px;
    }
    .imgField img {
        height: 285px;
        object-fit: contain;
    }
    .imgField {
        margin-bottom: 40px;
    }
    .mpt0 {
        padding-top: 0;
    }
    
}