/* ESSENTIALS CHILD THEME: "MINIMAL" */

.home-hero {
	position: relative;
}

.home-slider {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
}

.home-hero,
.home-slider,
.home-slider-single {
	height: 100vh;
}

.home-slider-single {
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 60%;
}

.home-slider-single .columns,
.home-slider-single .row {
	height: 100%;
}

.home-slider-single-tagline {
	height: 100%;
	display: flex;
	align-items: center;
	margin-top: 180px;
	z-index: 1;
    position: relative;
}

.home-slider-single-tagline h2 {
    font-size: 38px;
    font-weight: 500 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.49;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--color-white);
    margin-top: 15px;
    margin-bottom: 15px;
}

.home-slider-single-tagline h2 strong {
	display: block;
	font-style: normal;
}

.home-slider-single-tagline-inner {
	text-align: center;
	margin: 0 auto;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .45), 0 2px 4px rgba(0, 0, 0, .35), 0 6px 12px rgba(0, 0, 0, .25), 0 12px 28px rgba(0, 0, 0, .18);
    -webkit-text-stroke: .4px rgba(0, 0, 0, .25);
}

.home-slider-single-tagline p {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-size: 61.3px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.76;
    letter-spacing: 13px;
    font-family: var(--font-family-sub);
	margin-bottom:10px;
}

.swiper-pagination {
	bottom: 10vh !important;
}





@media screen and (min-width: 280px) and (max-width: 767px) {
	
	.home-hero, .home-slider, .home-slider-single {
    height: 100vh;
}
    .home-slider-single-tagline h2 {
		font-size: 20px;
	}

.home-slider-single-tagline p {
	    font-size: 35px;
    letter-spacing: 8px;
}
}


@media screen and (min-width: 280px) and (max-width: 520px) {
     .home-slider-single-tagline h2 {
		font-size: 16px;
	}

.home-slider-single-tagline p {
	    font-size: 25px;
    letter-spacing: 6px;
}
}

@media screen and (min-width: 768px) {
   .home-slider-single-tagline h2 {
		font-size: 27px;
	}

.home-slider-single-tagline p {
	font-size: 51px;
	letter-spacing: 11px;
}
}

@media screen and (min-width: 767px) and (max-width: 1024px){
	.home-hero, .home-slider, .home-slider-single {
    height: 100vh;
}
	
}
@media screen and (min-width: 1025px) {

	.home-hero,
	.home-slider,
	.home-slider-single {
		height: 100vh;
	}

	.home-slider-single-tagline h2 {
		font-size: 50px;
		letter-spacing:2px;
	}
	
	.home-slider-single-tagline p {
	font-size: 90px;
}
}

.module-header-d-phone {
	padding: 6px 10px;
}

.module-header-d-phone span {
	display: none;
}

.module-header-d-phone,
.home-slider-single-button {
	border: 2px solid #fff;
	background: transparent;
}

.hero-word-one {
	display: inline-block;
}

.hero-word-one::first-letter {
	font-size: 4rem;
}

.hero-word-two {
	display: inline-block;
}

.hero-word-two::first-letter {
	font-size: 4rem;
}

@media screen and (min-width: 280px) and (max-width: 767px) {
    .hero-word-one::first-letter {
		font-size: 2rem;
	}
	
	.hero-word-two::first-letter {
		font-size: 2rem;
	}
}

@media screen and (min-width: 768px) {
    .hero-word-one::first-letter {
		font-size: 2.5rem;
	}
	
	.hero-word-two::first-letter {
		font-size: 2.5rem;
	}
}

@media screen and (min-width: 1025px) {
    .hero-word-one::first-letter {
		font-size: 4rem;
	}
	
	.hero-word-two::first-letter {
		font-size: 4rem;
	}
}