@charset "utf-8";
 
@import url('https://fonts.googleapis.com/css2?family=Autour+One&family=Luckiest+Guy&display=swap');
.slide a {
    padding: 15px;
    background: orange;
    display: inline-block;
    margin-top: 15px;
    border-radius: 12px;
    color: white;
    text-decoration: none;
    font-size: 26px;
    box-shadow: 2px 2px 9px rgb(36 36 36 / 25%);
}
#strap {
    overflow: hidden;
    /* text-align: center; */
    position: relative;
    height: 87vh;
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: white;
    z-index: 6;
    flex-direction: column;
    justify-content: center;
    margin-bottom: -3px;
}
 
.slide {
	background-size: cover;
	background-position: center;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-flow: column wrap;
	margin: auto;
}
 
.slide  .strapline {
	opacity: 0;
	font-family: "Luckiest Guy", cursive;
	font-size: 85px;
	color: #728197;
	margin-left: 15%;
	text-transform: uppercase;
	font-weight: bold;
	max-width: 700px;
	margin-bottom: 23px;
}

.slide  .intro {
    position: relative;
    opacity:0;
    color: #d4661e;
    font-size: 26px;
    box-sizing: border-box;
    /* max-width: 650px; */
    /* margin: auto; */
    font-family: "Autour One", system-ui;
    margin-top: 40px;
}

.slide  .action a {
    padding: 15px 40px 15px 40px;
    color: white;background: green;
    border-radius: 50px;border: 3px solid white;
    -webkit-box-shadow: 0 2px 2px 2px #242424;
    box-shadow: 0 2px 7px 1px #242424c7;
}
.smallSlides {
    height: 45vh !important;
}

@media (max-width: 906px) 
{
    
    .smallSlides {height: 70vh !important;}
    
.slide {
	padding:0;
	}

 

.slide  .strapline {
	position: relative;
	opacity: 0;
	font-size: 40px;
	padding: 30px;
	box-sizing: border-box;
	border-bottom: 3px solid white;
	/* max-width: 90%; */
	margin: auto;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 62px;
	background: rgb(255 255 255 / 79%);
	height: 87vh;
}	

.slide .intro {}
 
}