/* Made by KodeWeb.net */
:root {
    --header-height: 75vh;
    --header-bg: #fff;
    --header-text-color: #242424;
    --header-padding: 0 20px;
    --header-bg-img: url('/assets/header-bg.jpg');
    --header-bg-img2: url('/assets/header-bg2.jpg');
    --header-bg-img3: url('/assets/header-bg3.jpg');
}

.header {
    height: var(--header-height);
    background-color: var(--header-bg);
    justify-content: space-between;
    position: relative;
    display: flex;
    align-items: center;
    color: var(--header-text-color);
}

.header .swiper {
    width: 100%;
    height: 100%;
}

.header .slide {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px !important;
    width: 15px;
    height: 15px;
}

.swiper-pagination-bullet-active {
    background-color: #3EACC4 !important;
}

.swiper-button-prev,
.swiper-button-next {
    color: #ddd !important;
}