/*

    * This file contains the styling for the Home Variation One, this
    is the file you need to edit to change the look of the
    template.

******************************************************
*****************************************************/
/* -----------------------------------------
	Hero Banner CSS
----------------------------------------- */
.hero-banner.hero-banner-1 {
    padding-top: 300px;
    padding-bottom: 240px;
}

.hero-banner.hero-banner-1 .slider-navigation .slider-btn {
    background: rgba(var(--color-white-rgb), 0.2);
}

.hero-banner.hero-banner-1 .banner-filter-form {
    --color-medium: #BBBBBB;
    --border-color: rgba($color: var(--color-white-rgb), $alpha: .4);
}

.hero-banner.hero-banner-1 .banner-filter-form .form-wrapper {
    background: rgba(var(--color-white-rgb), 0.2);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
}

.hero-banner.hero-banner-1 .banner-filter-form label {
    color: var(--color-white);
}

.hero-banner.hero-banner-1 .banner-filter-form .nice-select::after {
    border-color: var(--color-light);
}

.hero-banner.hero-banner-1 .banner-filter-form .nice-select .list {
    background: rgba(var(--color-dark-rgb), 0.9);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
}

.hero-banner.hero-banner-1 .banner-filter-form .nice-select .list .option.selected,
.hero-banner.hero-banner-1 .banner-filter-form .nice-select .list .option:hover {
    background: rgba(var(--color-white-rgb), 0.1);
}

.hero-banner.hero-banner-1 .banner-filter-form .noUi-target {
    background: var(--color-medium);
}

.hero-banner.hero-banner-1 .home-img-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
}

.hero-banner.hero-banner-1 .home-img-slider .swiper-slide {
    position: relative;
    overflow: hidden;
}

.hero-banner.hero-banner-1 .home-img-slider .swiper-slide .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-banner.hero-banner-1 .home-img-slider .swiper-slide::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #000000 4.2%, rgba(0, 0, 0, 0) 100.83%);
    z-index: 1;
}

.hero-banner.hero-banner-1 .pagination-fraction {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 33.3333333333%;
    background: rgba(var(--color-black-rgb), 0.6);
    z-index: -1;
    display: flex;
    overflow: hidden;
}

.hero-banner.hero-banner-1 .pagination-fraction span {
    font-weight: 800;
    font-size: 238px;
    line-height: 1;
    letter-spacing: 0.045em;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 4px var(--color-white);
    font-family: var(--font-heading);
    opacity: 0.1 !important;
    padding: 0;
    margin: 0;
    transform: translateY(20%);
    display: none;
    transition: unset;
    pointer-events: none;
}

.hero-banner.hero-banner-1 .pagination-fraction span:hover {
    background: transparent;
}

.hero-banner.hero-banner-1 .pagination-fraction .swiper-pagination-bullet-active {
    display: block;
}

.go-top {
    border-radius: 0;
}
