body {
	
}

/* SEKCJA HERO */

.hero {
    position: relative;
    min-height: 80vh;
    width: 100%;
    background: url("../images/hero.jpg") center right / cover no-repeat;
    display: flex;
    align-items: center;
}
.hero__overlay {
    background: linear-gradient(
        90deg,
        rgba(0,0,0,0.7) 0%,
        rgba(0,0,0,0.4) 40%,
        rgba(0,0,0,0.15) 100%
    );
}
.header-on-hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background: transparent;
}
.header-on-hero .navbar,
.header-on-hero .navbar a {
    background: transparent !important;
    color: #ffffff;
}
.hero .navbar {
    padding: 0;
    min-height: 70px;
}
.header-on-hero .navbar a:hover {
    color: #c9a25d;
}
.header-on-hero .header-logo img {
    max-height: 70px;
}
.header-on-hero .navbar-toggler {
    border-color: rgba(255,255,255,0.4);
}

.header-on-hero .navbar-toggler-icon {
    filter: invert(1);
}
.hero .topmenu {
    background: transparent !important;
    padding: 15px 0;
	text-align: right !important;
}
.hero .topmenu li {
    border-right: none;
}
.hero .topmenu li a {
    padding: 12px 14px;
    line-height: 1;
	font-size:16px;
}
.hero .navbar-collapse {
    background: transparent !important;
	justify-content: flex-end;
}
.hero .header-logo-bar {
     background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.35),
        rgba(0,0,0,0.15)
    );
    backdrop-filter: blur(2px);
    box-shadow: none !important;
	position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 20;
	border-top: 1px solid rgba(201,162,93,0.4);
    border-bottom: 1px solid rgba(201,162,93,0.4);
}
.hero .header-logo-bar .row {
    align-items: center;
}
.hero .topmenu li a {
    color: #ffffff !important;
}
.hero .topmenu li a:hover,
.hero .topmenu li.active a {
    color: #c9a25d !important;
}
.hero__content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 140px 60px 40px 60px;
    color: #fff;
}

.hero h1 {
    font-size: clamp(2.6rem, 4.5vw, 3.6rem);
    margin-bottom: 20px;
    position: relative;
    color: #ffffff;
}
.hero h1::after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #c9a25d;
    margin-top: 18px;
}
.hero p {
    font-size: clamp(1.15rem, 1.8vw, 1.35rem);
    line-height: 1.7;
    margin-bottom: 36px;
    color: #e6e2da;
}

.hero__buttons {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.btn {
    padding: 14px 28px;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.btn--primary {
    background: #c9a25d;
    color: #111111;
}

.btn--primary:hover {
    background: #b18a48;
}

.btn--secondary {
    border: 1px solid #c9a25d;
    color: #c9a25d;
}

.btn--secondary:hover {
    background: #c9a25d;
    color: #111111;
}

.hero__social {
    display: flex;
    gap: 16px;
}

.hero__social a {
    color: #c9a25d;
    border: 1px solid rgba(201, 162, 93, 0.6);
    font-size: 14px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.hero__social a:hover {
    background: #c9a25d;
    color: #111111;
    border-color: #c9a25d;
}
.hero__social a i {
	font-weight:400;
}

/* MOBILE */
@media (max-width: 768px) {
    .hero {
        background-position: center;
        min-height: 70vh;
    }

    .hero__content {
        padding: 110px 24px 32px 24px;
    }
}

/* FEATURES */

.features {
    background: #f1f1f1;
    padding: 60px 0;
}

.features__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding: 0 30px;
}

.feature {
    text-align: center;
    padding: 20px 15px;
}

.feature__icon {
    margin-bottom: 20px;
}

.feature__icon img {
    height: 70px;
    width: auto;
}

.feature__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111;
}

.feature__desc {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}


.feature:not(:last-child) {
    border-right: 1px solid #ddd;
}


/* MOBILE */
@media (max-width: 991px) {
    .features__inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .feature:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #ddd;
        padding-bottom: 30px;
    }
}

/* HOMEPAGE */

.services-homepage,
.homepage-video {
	background: transparent!important;
}

.background-section {
	background: radial-gradient(circle at center, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.35) 70%), url('../images/bg2.jpg') repeat;
	margin: 50px auto;
	box-shadow: 0 0 5px #000;
}

h3.single-section-title {
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    color: #ffffff;
	font-size:32px;
	margin-bottom:50px;
}

h3.single-section-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 260px;
    height: 2px;
    background: linear-gradient(
		to right,
		rgba(201,162,93,0) 0%,
		rgba(201,162,93,0.6) 30%,
		#c9a25d 50%,
		rgba(201,162,93,0.6) 70%,
		rgba(201,162,93,0) 100%
	);
}
.feedback-slider-item {
	color:#000;
}
.feedback-slider-item:after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  top: 103px;
  background-color: #f1f1f1;
  border: 1px solid #0e111a;
  border-radius: 0;
  z-index: -1;
}
._desc {
	text-align:center;
	font-size:18px;
	color:#f1f1f1;
}

.ref-read-button a {
	color: #a78d56 !important;
	padding: 8px 25px !important;
	font-size: 13px;
	border: none;
	text-transform: uppercase;
	border:2px solid #a78d56;
	display:inline-block;
	margin-top:20px;
	background:transparent;
}

.contact-bank {
	background: #f1f1f1;
	box-shadow: 0 0 5px #000;
	color:#111;
}
.maxton-baner {
	background: #f1f1f1;
	box-shadow: 0 0 5px #000;
	color:#111;
}

._premo {
	text-align:center;
	font-size:20px;
	margin-top:30px;
}
._premo a {
	color:#a78d56;
}

.uslugi-home h3 {
	font-size: 22px;
	color: #a78d56;
}
.uslugi-home .col-md-3 {
    display: flex;
    flex-direction: column;
	align-items: center;
}
.uslugi-home .col-md-3 p {
    flex-grow: 1;
}
.uslugi-home .col-md-3 a {
    margin-top: auto;
	align-self: center;
}
.uslugi-home .col-md-3 img {
    width: auto;
    max-width: 100%;
}



/* OFERTA NA GŁÓWNEJ */

.owl-stage div.owl-item div.jux-product-wrapper div.jux-product-inner div.jux-product-meta-info {
	background: #dbdbdb;
}
.mod-jux-vm-product-slider .owl-carousel .owl-item .jux-meta-bottom {
	background: transparent;
}
.mod-jux-vm-product-slider .owl-carousel .owl-item .jux-product-meta-info div.jux-product-title h4 a {
	color: #181818!important;
}
.jux-vm-product-slider-wrap .product-slider-inner .jux-product-inner .jux-product-meta-info .jux-product-price {
	color: #181818!important;
}
.jux-vm-product-slider-wrap .product-slider-inner .jux-product-inner .jux-product-meta-info .jux-product-price::before {
    content: "";
    display: block;
    margin: -10px 0 10px 0;
   background: linear-gradient(
    to right,
    rgba(120,120,120,0) 0%,
    rgba(120,120,120,0.08) 25%,
    rgba(120,120,120,0.55) 50%,
    rgba(120,120,120,0.08) 75%,
    rgba(120,120,120,0) 100%
);
height: 1px;
}
.jux-vm-product-slider-wrap .product-slider-inner .jux-product-inner .jux-product-meta-info .jux-product-price div.Price span.sales {
	font-weight:600;
	font-size:16px;
}


/* KARUZELA FILMY */

.video-slider-wrapper {
    position: relative;
    padding: 0 60px;
}
.video-slider .video-item {
    padding: 0 10px;
}
.video-card {
    background: #1b1e26;
    overflow: hidden;
}
.video-card img {
    width: 100%;
    display: block;
}
.video-caption {
    background: #e9e9e9;
    padding: 18px 15px;
    text-align: center;
}
.video-caption h4 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #1b1e26;
}
.video-btn {
    display: inline-block;
    padding: 8px 25px;
    background: #a78d56;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #a78d56;
    transition: 0.3s ease;
}
.video-btn:hover {
    background: transparent;
    color: #a78d56;
}
.video-prev,
.video-next {
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}
.video-prev {
    left: 0;
}
.video-next {
    right: 0;
}
.video-prev i,
.video-next i {
    font-size: 40px;
    color: #9b9177;
    transition: 0.3s ease;
}
.video-prev:hover i,
.video-next:hover i {
    color: #c9a25d;
}


/* FOOTER */

.footer {
	background: radial-gradient(circle at center, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.55) 70%), url('../images/bg2.jpg') repeat;
	box-shadow: 0 0 5px #000;
	padding:20px;
}
.footer-right {
	background:#0e111a;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:50px;
}
._contact span, ._contact i {
	color:#a78d56!important;
	font-weight:bold;
}
._contact i {
	display:inline-block;
	margin-right:4px;
}
._contact .fa-mobile-alt {
	margin-left:6px;
}
._color {
	color:#a78d56!important;
}