﻿.BgWithImgKamenic {
    background-image: url('/LoginContent/bgkm.jpg');
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -2;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    filter: blur(5px)
}

.landing-dark-bg {
    background-color: #4188ff;
}

.text-hover-primary:hover {
    color: var(--bs-primary) !important;
}

.image-container {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    border-radius: 5px 5px 0 0;
}

.image-container:hover .overlay {
    opacity: 0.4;
}

h4.font-weight-bolder.text-dark.text-hover-primary {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#statsNrCenter {
    margin: 0 auto;
    text-align: center;
}

.background-slider {
    position: relative;
}

.myBackgroundSwiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.content-overlay {
    position: relative;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}

#nextarrow,
#prevarrow {
    position: absolute !important;
    top: 50% !important;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #141414 !important;
    font-weight: 100;
}

#nextarrow {
    margin-right: -30px !important;
}

#prevarrow {
    margin-left: -30px !important;
}

#arrow1,
#arrow2 {
    position: absolute !important;
    top: 50% !important;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10 !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-weight: 200;
}

#arrow2 {
    background-size: cover !important;
    width: 50px !important;
    height: 50px !important;
    transform: rotate(180deg) !important;
    z-index: 10 !important;
}

#arrow1 {
    background-size: cover !important;
    width: 50px !important;
    height: 50px !important;
    z-index: 10 !important;
    right: 0% !important;
}

#prevarrow {
    background-size: cover !important;
    width: 50px !important;
    height: 50px !important;
    z-index: 10 !important;
}

#nextarrow {
    background-size: cover !important;
    width: 50px !important;
    height: 50px !important;
    z-index: 10 !important;
    right: 0% !important;
}

#prevarrow:focus, #prevarrow:hover {
    background: #04408b;
    fill: #fff;
}

#nextarrow:focus, #nextarrow:hover {
    background: #04408b;
    fill: #fff;
}

#pagswiper {
    position: absolute !important;
    top: 100% !important;
}

.custom-margin-top {
    margin-top: -70px !important;
    z-index: 4;
}

@media only screen and (max-width: 1299px) {
    #home {
        height: 50vh !important;
    }

    #nextarrow,
    #prevarrow {
        display: none;
    }

    .block-header {
        display: flex !important;
    }
}

@media only screen and (max-width: 600px) {
    #home {
        height: 40vh !important;
    }

    .block-header {
        display: flex !important;
    }
}

.svg-icon.svg-icon-primary svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff !important;
}

.block-header {
    display: none;
    justify-content: center;
    align-items: center;
}

.block-swiper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-second {
    display: flex;
    align-items: center;
}

.block-arrows {
    display: flex;
    align-items: center;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 8px;
    display: inline-block;
    background: #e0e0e0;
    opacity: 1;
    border-radius: 0;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #0275d8;
}


#swiper-container {
    content-overlay z-index: 1;
}

.landing-header {
    z-index: 2 !important; /* Even higher, ensuring it's on top */
}