/* =========================================================
   GLOBAL / UTILITIES
   ========================================================= */
html,
body {
	position: relative;
	height: 100%;
}

.d-block {
	display: block !important;
}

.d-none {
	display: none !important;
}

@media (min-width:576px) {
	.d-sm-block {
		display: block !important;
	}

	.d-sm-none {
		display: none !important;
	}
}

/* Swiper base (used by both widgets) */
.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block;
	width: 100%;
}

/* =========================================================
   VI TEXT CAROUSEL
   ========================================================= */

/* Root */
.vi-text-carousel {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #999999;
	border-radius: 25px;
	text-align: center;
	position: relative;
	padding: 30px 20px;
	margin-right: 11px;
}

/* Inner container */
.vi-text-carousel__inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	overflow: unset;
	padding: 0;
}

/* Columns */
.vi-text-carousel__column {
	flex: 0 0 auto;
	width: 100%;
}

.vi-text-carousel__column:first-child {
	border-bottom: 1px solid #999;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

/* Title */
.vi-text-carousel__title {
	font-size: 24px;
	font-weight: 700;
	color: #E16417;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
}

/* Lists */
.vi-text-carousel__list {
	height: 160px;
}

/* Slide items */
.vi-text-carousel__slide .vi-text-carousel__item {
	display: flex;
	height: 100%;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.4);
	transition: all .15s linear;
}

.vi-text-carousel__slide.swiper-slide-active .vi-text-carousel__item {
	font-size: 19px;
	color: #fff;
}

/* Navigation / divider */
.vi-text-carousel__nav {
	position: absolute;
	height: 90px;
	width: 38px;
	top: 50px;
	right: -39px;
	left: auto;
	z-index: 100;
	background-color: #000;
	border-radius: 25px;
}

.vi-text-carousel__nav::before,
.vi-text-carousel__nav::after {
	content: '';
	display: none;
	position: absolute;
	left: calc(50% - 1px);
	width: 1px;
	height: 200%;
	background-color: #999;
}

.vi-text-carousel__nav::before {
	top: -200%;
}

.vi-text-carousel__nav::after {
	bottom: -200%;
}

.vi-text-carousel__nav>div {
	position: absolute;
	width: 30px;
	height: 30px;
	color: #999;
	margin: 0;
	left: 0;
	right: auto;
	outline: none !important;
	box-shadow: none !important;
	border: none !important;
	transition: all .15s linear;
}

.vi-text-carousel__nav>div:hover {
	color: #fff;
	cursor: pointer;
}

.vi-text-carousel__prev::after,
.vi-text-carousel__next::after {
	font-family: swiper-icons;
	font-size: 25px;
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.vi-text-carousel__prev::after {
	content: 'prev';
}

.vi-text-carousel__next::after {
	content: 'next';
}

.vi-text-carousel__prev {
	transform: rotate(90deg);
	top: 0;
	margin-top: 2px;
}

.vi-text-carousel__next {
	transform: rotate(90deg);
	bottom: 0;
	margin-top: 13px;
}

/* TEXT CAROUSEL — responsive */
@media (min-width:480px) {
	.vi-text-carousel__list {
		height: 200px;
	}

	.vi-text-carousel__slide .vi-text-carousel__item {
		font-size: 18px;
	}

	.vi-text-carousel__slide.swiper-slide-active .vi-text-carousel__item {
		font-size: 24px;
	}
}

@media (min-width:576px) {
	.vi-text-carousel__list {
		height: 120px;
	}
}

@media (min-width:768px) {
	.vi-text-carousel {
		padding: 0;
		margin-right: 0;
	}

	.vi-text-carousel__inner {
		margin: 30px;
		padding: 30px 0;
		overflow: hidden;
	}

	.vi-text-carousel__column {
		width: 50%;
	}

	.vi-text-carousel__column:first-child {
		padding-right: 30px;
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: 0;
	}

	.vi-text-carousel__column:nth-child(2) {
		padding-left: 30px;
	}

	.vi-text-carousel__nav {
		width: 36px;
		left: calc(50% - 17px);
		right: auto;
		top: auto;
		bottom: 40px;
		background-color: transparent !important;
		border-radius: 0;
	}

	.vi-text-carousel__nav::before,
	.vi-text-carousel__nav::after {
		display: block;
	}

	.vi-text-carousel__prev::after,
	.vi-text-carousel__next::after {
		font-size: 25px;
	}
}

@media (min-width:1200px) {
	.vi-text-carousel__list {
		height: 120px;
	}
}

/* =========================================================
   VI HERO SLIDER
   ========================================================= */

/* Root and blocks */
.vi-hero {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.vi-hero__main,
.vi-hero__thumbs {
	position: relative;
}

.vi-hero__main {
	width: 100%;
}

/* Thumbs area (right column on desktop) */
.vi-hero__thumbs {
	display: none;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

/* Main slider */
.vi-hero__swiper {
	height: 100%;
}

/* Elementor editor helpers */
.elementor-editor-active .vi-hero__swiper .swiper-wrapper {
	overflow: unset !important;
}

.elementor-editor-active .vi-hero__thumbs-swiper .swiper-wrapper .swiper-slide {
	overflow: unset !important;
}

/* Slide wrapper */
.vi-hero__block {
	display: flex;
	flex-wrap: wrap;
	height: calc(100vh - 60px);
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/* Content area */
.vi-hero__content {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 2;
	order: 2;
}

.vi-hero__content-top,
.vi-hero__content-bottom {
	position: relative;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 15px 10px;
}

.vi-hero__content-top {
	display: inline-block;
}

.vi-hero__content-bottom {
	margin-top: 3rem;
}

/* Image (parallax target) */
.vi-hero__image {
	position: absolute;
	top: 74px;
	width: 100%;
	order: 1;
}

.vi-hero__image .vi-hero__image-img {
	display: block;
	max-width: 100%;
	margin-left: 0;
}

/* Thumbs */
.vi-hero__thumbs-swiper {
	width: auto;
	position: absolute;
	bottom: 450px;
	right: 10px;
	z-index: 9;
	overflow: unset;
	/* requirement */
}

.vi-hero__thumbs-swiper .swiper-slide {
	height: 57px !important;
}

/* Texts in hero */
.vi-hero__subtitle {
	display: block;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.3;
	color: #C9C9C9;
}

.vi-hero__title {
	display: block;
	font-size: 44px;
	font-weight: 700;
	line-height: 1;
	text-indent: -2px;
	color: #fff;
}

/* Description */
.vi-hero__desc {
	font-weight: 300;
	color: #C9C9C9;
	margin-bottom: 1.25rem;
}

.vi-hero__desc p {
	margin: 0;
	padding: 0;
}

/* Button — single nearest parent */
.vi-hero__btn-wrap .vi-hero__btn {
	display: inline-flex !important;
	height: 44px;
	align-items: center;
	justify-content: center;
	padding: 0 30px 0 30px !important;
	transition: all .1s linear;
	overflow: hidden;
	text-decoration: none !important;
	border-radius: 28px;
	background-color: #E16417;
	color: #fff;
	position: relative;
	font-weight: 700;
	letter-spacing: 1px;
}

.vi-hero__btn-wrap .vi-hero__btn:hover {
	padding-left: 45px !important;
	padding-right: 15px !important;
	color: #fff;
}

/* Icon inside button — single nearest parent (a) */
.vi-hero__btn .vi-hero__btn-icon {
	display: block;
	width: 20px;
	height: 20px;
	background-size: 20px;
	transition: all .1s linear;
	position: absolute;
	left: -20px;
	opacity: 0;
	visibility: hidden;
}

.vi-hero__btn:hover .vi-hero__btn-icon {
	left: 15px;
	opacity: 1;
	visibility: visible;
}

/* Thumb item */
.vi-hero__thumbs-swiper .vi-hero__thumb {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	cursor: pointer;
}

.vi-hero__thumb .vi-hero__thumb-text {
	text-transform: uppercase;
	color: #E16417;
	font-weight: 700;
	margin-right: 20px;
	transition: all .15s linear;
	opacity: 0;
	visibility: hidden;
}

/* Thumb image — single nearest parent (thumb) */
.vi-hero__thumb .vi-hero__thumb-img {
	display: block;
	border-radius: 100px;
	transition: all .15s linear;
	box-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
}

/* Thumb highlight: hover by parent; active by slide state */
.vi-hero__thumb:hover .vi-hero__thumb-img {
	box-shadow: 0 0 30px #E16417;
}

.swiper-slide-thumb-active .vi-hero__thumb .vi-hero__thumb-img {
	box-shadow: 0 0 30px #E16417;
}

/* Reveal text for active thumb */
.swiper-slide-thumb-active .vi-hero__thumb-text {
	opacity: 1;
	visibility: visible;
}

/* Pagination */
.vi-hero__pagination {
	display: flex;
	height: 10px;
	width: auto !important;
	top: 74px !important;
	bottom: auto !important;
	left: 15px !important;
	margin-left: -10px;
	margin-right: -10px;
}

.vi-hero__pagination .swiper-pagination-bullet {
	background: transparent;
	border: 1px solid #fff;
	height: 10px;
	width: 10px;
	opacity: 1;
}

.vi-hero__pagination .swiper-pagination-bullet-active {
	background: #E16417;
	border-color: #E16417;
}

/* HERO — responsive */
@media (min-width:480px) {
	.vi-hero__content-top {
		margin-bottom: 1.5rem;
	}

	.vi-hero__subtitle {
		margin-bottom: 0.5rem;
	}
}

@media (min-width:768px) {
	.vi-hero__swiper {
		height: auto;
	}

	.vi-hero__image .vi-hero__image-img {
		max-width: 100%;
		margin-left: 0;
	}

	.vi-hero__block {
		height: 777px;
		padding-top: 160px;
	}

	.vi-hero__content {
		position: relative;
		bottom: auto;
		width: 50%;
		order: 1;
	}

	.vi-hero__content-top,
	.vi-hero__content-bottom {
		background-color: transparent !important;
	}

	.vi-hero__content-top {
		display: block;
		position: static;
		padding-top: 0;
		padding-bottom: 0;
	}

	.vi-hero__content-bottom {
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 0;
	}

	.vi-hero__subtitle {
		font-size: 18px;
	}

	.vi-hero__title {
		font-size: 50px;
	}

	.vi-hero__image {
		position: absolute;
		width: auto;
		top: 50%;
		bottom: auto;
		right: -120px;
		order: 2;
		transform: translateY(-50%);
	}

	.vi-hero__pagination {
		top: 0 !important;
	}
}

@media (min-width:1024px) {

	.vi-hero__image .vi-hero__image-img {
		max-width: 110%;
		margin-left: 10%;
	}

	.vi-hero__block {
		margin-top: 0;
		height: 840px;
	}

	.vi-hero__thumbs {
		display: block;
		padding-right: 10px;
	}

	.vi-hero__pagination {
		display: none;
	}

	.vi-hero__image {
		top: auto;
		bottom: 0;
		right: 150px;
		transform: none;
	}

	.vi-hero__btn,
	.vi-hero__btn .vi-hero__btn-icon {
		transition: all .3s linear;
	}
}

@media (max-width:1024px) {
	.vi-hero__image .vi-hero__image-img {
		transform: none !important;
	}
}

/* ========================== end ========================== */