@charset "UTF-8";
/* CSS Document */

.card {
	width:100%;
	height:600px;
	top:60px;
	background-image:url("../images/pagebanners/pasttoursbanner.jpg");
	clip-path:  circle(55% at 70% 40%);
}










.slideshow {
	width: 100vw;
	height: calc(100vh - 13rem);
	position: relative;
	overflow: hidden;
}

.slide {
	margin: 0;
	height:800px;
	width:100%;
}

.slide,
.slide__img-wrap,
.slide__img {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	clip-path:  circle(55% at 70% 50%);
}

.slide {
	display: flex;
	align-items: center;
	justify-content: center;
		}

.js .slide {
	opacity: 0;
	pointer-events: none;


}
.js .slide--current {
	opacity: 1;
	pointer-events: auto;
}

.slide__img-wrap {
	will-change: transform;
	overflow: hidden;
}

.slide__img {
	background-size: cover;
	will-change: transform;
	-webkit-backspace-visibility: hidden;
	background-position: center;
}

.slide__caption {
	position: relative;
	padding: 0 12vw;
	cursor: default;
	width: 100%;
	margin-top:-300px;
}

.slides__caption-headline {
	font-size: 70px;
/*	font-size: clamp(2rem,6.5vw,6rem);*/
	line-height: 0.9;
	margin: 0;
	text-transform: uppercase;
	font-weight:700;
	color: white;
	text-shadow: 4px 4px 12px #000;
}

.text-row {
	position: relative;
	overflow: hidden;
	display: block;
	white-space: nowrap;
}

.text-row > span {
	display: block;
	position: relative;
	padding: 0.5rem 0;
}



.slides__caption-headline em,
.slides__caption-headline strong {
	font-family: freight-big-pro, serif;
	font-size: 6.75vw;
	font-size: clamp(2rem,7vw,6rem);
}

.slides__caption-headline em {
	font-weight: 400;
	font-style: italic;
}

.slides__caption-headline strong {
	font-weight: 400;
}

.slides__caption-link {
	display: inline-block;
	margin-top: 1rem;
	text-indent: 0.2vw;
	font-size: 1.75rem;
	font-weight: 500;
	font-size: clamp(1rem, 5vw, 1.75rem);
	background-color: #a1cd3a;
	padding: 5px 20px;
	border: 2px solid #a1cd3a;
	border-radius: 30px;
}

.slides-nav {
	display: flex;
	align-items: center;
	justify-content: center;

}

.slides-nav__button {
	display: block;
	cursor: pointer;
	background: none;
	border: 0;
	width: 55px;
	height: 24px;
	padding: 0;
	margin: -200px 	150px 0 0;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.slides-nav__button:focus {
	outline: none;
}

.slides-nav svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: #fff;
	stroke: #fff;
}

.slides-nav__index {
	margin-left: 2rem;
	white-space: nowrap;
	color: var(--color-text);
	border: 1px solid var(--color-text);
	border-radius: 50%;
	padding: 1rem 1.5rem;
	text-align: center;
	display: flex;
	align-items: center;
}

.slides-nav__index > span {
	width: 2rem;
}

.slides-nav__index-current {
	position: relative;
	overflow: hidden;
}

.slides-nav__index-current span {
	display: inline-block;
}



/* Page Loader */
.js .loading::before,
.js .loading::after {
	content: '';
	position: fixed;
	z-index: 1000;
}

.js .loading::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-bg);
}

.js .loading::after {
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	border-radius: 50%;
	opacity: 0.4;
	background: var(--color-link);
	animation: loaderAnim 0.7s linear infinite alternate forwards;

}
.dates {
	font-size: 30px;
	color: #a1cd3a;
	font-weight:800;margin: 0 0 0 10px;
	line-height:35px;

}

@media screen and (min-width: 53em) {
	.frame {
		position: fixed;
		text-align: left;
		z-index: 100;
		top: 0;
		left: 0;
		display: grid;
		align-content: space-between;
		width: 100%;
		max-width: none;
		height: 100vh;
		padding: 2rem 3.5rem;
		pointer-events: none;
		grid-template-columns: 25% 50% 25%;
		grid-template-rows: auto auto auto;
		grid-template-areas: 'title links info'
							'... ... ...'
							'demos demos nav';
	}
	.frame__title {
		margin: 0;
		grid-area: title;
	}
	.frame__demos {
		margin: 0;
		grid-area: demos;
		justify-self: start;
		align-self: end;
	}
	.frame__links {
		grid-area: links;
		padding: 0;
		justify-self: center;
	}
	.frame__info {
		grid-area: info;
		justify-self: end;
   		align-self: start;
	}
	.slides-nav {
		grid-area: nav;
		justify-self: end;
		align-self: end;
	}
	.frame a,
	.frame button {
		pointer-events: auto;
	}
	.slideshow {
		height: 100vh;
	}
	.slides-nav {
		margin-bottom: -1rem;
	}
	.slides-nav__index {
		margin-right: -2rem;
	}
	.slideshow {
		background: var(--color-bg);
	}
	
	

}

@media only screen and ( max-width: 800px){
	.frame {

		padding:0px;

	}
	.frame__demos {
		margin:0;
	}
	.slides-nav {

	}s
	.slide, .slide__img-wrap, .slide__img{
		height:90%;
	}
	.site-nav-2 {
		display:none;
		background:none;
	}
	.site-nav-2 a {
		display:none;
	}
	.slides-nav svg{
		margin:200px 0 0 70px;
	}
	.text-row > span {
		text-align:center;
	}
	.dates > span {
		text-align:center;
		font-size:12px;
		

	}
	.dates {
		margin:0;
		
	}
	.slide__caption a{
		display:none;
	}
	.slide__caption{
		margin: -45px 0 0 0;
	}
	.slideshow{
		height: calc(230vh - 13rem);}
	.slides__caption-headline {
	font-size: 28px;
;
}
}


