/* #region SPOTLIGHT */

body.home>div#container>header {
	background-image: url(/images/spotlight-1x.webp);
	background-position-y: center;
	transition-timing-function: ease-in-out;
	/* hack for overlay patterns */
	padding: 0;
	background-size: 115% auto;
	animation: panLeftRight 90s infinite linear;
}

div#container>header>h1 {
	display: inline;
	width: 20vw;
	min-width: 225px;
	max-width: 300px;
    position: absolute;
    top: 5%;
    right: 5%;
}

div#container>header>h1>a>img {
	width: 100%;
}

div#container>header #bgpattern1 {
	width: 45%;
	opacity: 0.6;
}

img.spotlightIllustration {
	width: 40%;
	max-width: 300px;
	margin: auto;
	display: inline-block;
	position: absolute;
	bottom: 8%;
}

#big-adventures {
	left: 10%;
}

#greece {
	right: 10%;
	max-width: 350px;
}

@keyframes panLeftRight {
	0% {
		background-position-x: 50%;
	}

	25% {
		background-position-x: 100%;
	}

	27% {
		background-position-x: 100%;
	}

	75% {
		background-position-x: 0%;
	}

	77% {
		background-position-x: 0%;
	}

	100% {
		background-position-x: 50%;
	}
}

@media (orientation: portrait) {
	body.home>div#container>header {
		height: 100vh;
		max-height: 800px;
		width: 100%;
		background-size: auto 140%;
		animation: panLeftRight 90s infinite linear;
	}

	div#container>header>h1 {
		margin-top: 3vh !important;
		margin-right: 3vh;
	}
}

@media (orientation: landscape) {
	body.home>div#container>header {
		height: 120vh;
		width: 100%;
		max-height: 1024px;
		/* background-size: 120% auto;
		animation: panLeftRight 45s infinite linear; */
	}

	div#container>header>h1 {
	}
}

@media screen and (max-width: 1300px) {
	div#container>header {
		height: 100vh;
	}

	img.spotlightIllustration {
		bottom: 7%;
		width: 30vw !important;
		max-width: 400px;
		min-width: 200px;
	}
}

@media screen and (max-width: 500px) {
	div#container>header>h1 {
		position: absolute;
		top: 1vh;
		width: 48%;
		right: 0;
	}

	div#container>header #bgpattern1 {
		width: 60%;
	}

	img.spotlightIllustration {
		bottom: 10%;
		width: 45vw !important;
		max-width: 180px;
		min-width: 150px;
	}

	#greece {
		right: 5%;
	}

	#big-adventures {
		left: 5%;
	}
}

/* #region - TICKER */



ul#ticker {
    display: flex;
    animation: marquee 30s linear infinite;
    font-family: Lato, "sans-serif";
    font-weight: 700;
    color: white;
    margin: auto auto 5px auto;
    position: absolute;
    bottom: 0.3rem;
    opacity: 35%;
}

ul#ticker li {
    margin: 0;
    list-style-type: none;
    white-space: nowrap;
}

header {
    overflow: hidden;
    position: relative;
}

@media screen and (width > 1300px) {
    ul#ticker {
        animation: marquee-large 20s linear infinite;
    }
}

@keyframes marquee {
    0% {
        transform: translateX(100vw);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee-large {
    0% {
        transform: translateX(1300px);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* #endregion */

/* #endregion */

/* #region - INTRO PARAGRAPH */

div#container>main {
	padding-top: 0;
	margin-top: 0;
}

div#introPhotostrip {
    width: 100%;
    height: 1039px;
    position: absolute;
    left: 0;
    z-index: 0;
    background-image: url(/images/home-background-photostrip-1280.png);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: 0;
}

article#intro h1 {
	margin-top: 5vw;
}

section#introText {
	text-align: center;
	width: 60%;
	margin: auto;
	min-width: 300px;
	margin-top: 100px;
	position: relative;
	z-index: 11;
}

@media screen and (max-width: 1360px) {
	section#introText {
		margin-top: 20vw;
	}	
}

@media screen and (max-width: 1050px) {
	section#introText {
		margin-top: 12vw;
	}	
	article#intro h1 {
		margin-top: 7vw;
	}
	
}

	
/* #endregion */

/* #region - GUIDE PRICES */

section#guidePrice {
	background-color: white;
	padding: 0.8rem;
	width: 94%;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

h1.guidePrice {
    font-size: 1rem;
    display: block;
    text-align: center;
    font-weight: 900;
    padding-top: 0.5rem;
    margin-bottom: 0;
	margin-top: 3rem;
}

section#guidePrice ul {
	display: flex;
	justify-content: space-evenly;
	list-style-type: none;
	flex-wrap: wrap;
	font-size: 0.8rem;
	padding: 0;
}

section#guidePrice ul li {
	display: flex;
	align-items: center;
}

section#guidePrice ul li a:hover {
	color: white;
	background-color: var(--color-accent-3);
	padding-left: 5px;
	padding-right: 5px;
}

section#guidePrice ul li img {
	width: 0.9rem;
	margin: 0 0.4rem;
}

section#guidePrice p#offerHighlight {
background-color: white;
width: 90%;
margin: 25px auto 10px auto;
text-align: center;
font-size: 0.8rem;
font-style: italic;
line-height: 0.8rem;
padding: 1rem;
}

section#guidePrice p#offerHighlight a:hover  {
	background-color: unset;
	color: var(--color-accent-3);
	font-weight: 600;
}

section#guidePrice p#offerHighlight a:active  {
	background-color: var(--color-accent-3);
	color: white;
	font-weight: 600;
}

article#superOffer p.legend {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.6rem;
    background-color: rgb(255 255 255 / 44%);
    width: max-content;
    margin: 0 auto 3rem auto;
    border: 1px gray dotted;
    padding: 1px 2rem 1px 0;
	text-style: italic;
}

article#superOffer p.legend img {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: auto 0.5rem auto 2rem;
}

/* #endregion */

/* #region - SPECIAL OFFER */


article#superOffer {
	background-color: var(--color-neutral-1);
	margin-top: 15vw;
	padding: 0;
	border: 3px dashed var(--color-accent-3);	
}

article#superOffer hgroup.streakline h1 {
    color: white;
    font-size: 2rem;
    line-height: 4rem;
	font-weight: 900;
}

article#superOffer hgroup.streakline h1 span {
	background-color: var(--color-accent-2);
	box-shadow: 0.1rem 0.1rem 0.8rem rgba(0, 0, 0, 0.3);
	padding: 10px 20px;
}

article#superOffer hgroup.streakline {
    transform: rotate(4deg);
    position: relative;
    top: -44px;
    width: 140%;
    max-width: unset;
    padding-left: 0;
    left: -20%;
}

article#superOffer p {
	margin-bottom: 0;
	margin-top: 0.3rem;
}

article#superOffer p.buttonA {
	margin: 2rem auto;
}

article#superOffer p#superOfferDuration {
	font-style: italic;
}

article#superOffer p#superOfferDates,
article#superOffer p#superOfferPrice  {
	font-size: 2rem;
	line-height: 2rem;
	font-weight: 900;
}

article#superOffer p#superOfferPrice span#oldPrice {
	font-weight: 300;
	font-size: 1rem;
	text-decoration: line-through;
	margin-right: 5px;
}

article#superOffer p#superOfferDescription {
    font-size: 0.8rem;
    font-style: italic;
}

article#superOffer p#superOfferTerms {
    font-size: 0.8rem;
}

article#superOffer p#fullOfferText {
background-color: white;
margin: 2rem auto 1rem auto;
width: 80%;
padding: 0.5rem;
font-size: 0.9rem;
}

@media screen and (max-width: 800px) {
	article#superOffer hgroup.streakline h1 {
		font-size: 1.5rem;
		line-height: 3.5rem;
		font-weight: 800;
	}
}

@media screen and (max-width: 600px) {
	article#superOffer hgroup.streakline h1 {
		font-size: 1.2rem;
		line-height: 3.2rem;
		font-weight: 600;
	}
}


/* #endregion */

/* #region - FURTHER DESCRIPTION */

section#programme {
	width: 100%;
	padding: 0;
	background: linear-gradient(to bottom, #002D56, white);
	z-index: 1;
	height: var(--programmeHeight);
	position: relative;
	padding-bottom: 54vw;
	margin-top: 10%;
}

section#programme div#programmeContent {
    background-color: rgba(255, 255, 255, 0.7);
    width: 40%;
    margin-left: 20%;
    max-width: 400px;
    padding: 3%;
	top: 6vw;
	position: relative;
	z-index: 10;
	background-image: url(/images/background-pattern-programme.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 65%;
}

section#programme div#programmeContent hgroup.streakline h1 span {
	color: white;
	text-align: left;
}

section#programme div#programmeContent hgroup.streakline {
	width: 110%;
	max-width: unset;
}

section#programme div#programmeContent hgroup.streakline h1 {
	transform: unset;
	margin-left: -12%;
	text-align: left;
}

section#programme img#bgpattern2 {
	position: absolute;
	left: 0;
	top: 0;
}

section#programme img#photostripProgramme {
    position: absolute;
    bottom: -9px;
    width: 110%;
    display: block;
    max-width: unset;
    margin-left: -5%;
	z-index: 15;
}

figure#lefkasPhoto {
	position: absolute;
	right: 5%;
	top: 15%;
	transform: rotate(20deg);
	width: 30%;
    display: flex;
    flex-direction: column-reverse;	
}

figure#lefkasPhoto figcaption {
    max-width: 305px;
    margin-top: 2rem;
    display: flex;
    flex-direction: row-reverse;
    transform: rotate(-15deg);
    margin-left: -3vw;
    color: white;
    font-family: var(--font-family-fancy-heading);
}

figure#lefkasPhoto figcaption img {
	width: 69px;
	transform: rotate(180deg);
	margin-top: -7vw;
	margin-left: 2vw;
}

figure#lefkasPhoto figcaption p {
max-width: 40%;
}

@media screen and (min-width: 1280px) {
	section#programme {
		padding-bottom: 720px;
	}
	section#programme div#programmeContent {
		top: 100px;
	}
	figure#lefkasPhoto {
		margin-left: 5vw;
	}
}

@media screen and (max-width: 600px) {
	section#programme img#extraPhotoProgramme {
		display: none;
	}
	section#programme div#programmeContent{
		width: 75%;
		max-width: unset;
		margin: auto;
	}
	section#programme div#programmeContent hgroup.streakline {
		width: 90%;
		max-width: unset;
		margin-left: 0;
	}
	section#programme div#programmeContent hgroup.streakline h1 {
		font-size: 1.8rem;
		line-height: 2.8rem;
	}
	figure#lefkasPhoto {
		display: none;
	}
}

/* #endregion */

/* #region - ACCOMODATION */

section#accommodation {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1)), url(/images/vassiliki-bay-05134.jpg);
	background-blend-mode: lighten;
	background-size: cover;
	margin-bottom: 10vw;
	padding-top: 10vw;
}


section#accommodation hgroup.streakline {
	margin-top: -13vw;
}

section#accommodation hgroup.streakline h1 {
	font-size: 2.4rem;
	line-height: 3.5rem;
	transform: rotate(-3deg);
	margin-top: -5%;
	padding-top: 5vw;
}

section#accommodation hgroup.streakline h1 span {
	color: white;
	background-color: var(--color-accent-2);
}

section#accommodation article {
    display: flex;
    justify-content: space-evenly;
	flex-wrap: wrap;
}

section#accommodation article div,
section#accommodation article img {
	width: 40%;
	max-width: 400px;
}

section#accommodation article div#hotelPicture {
	background-image: url(/images/beach-accommodation-vassiliki-watersports-holiday-03947.jpg);
	background-size: cover;
	animation: panLeftRight 90s infinite linear;
	min-height: 400px;
}

section#accommodation article div {
	padding: 1rem;
}

section#accommodation article img {
	object-fit: cover;
}

@media screen and (max-width: 700px) {
	section#accommodation article div,
	section#accommodation article img {
		width: 80%;
		min-width: 300px;
		max-width: unset;
	}
	
}


/* #endregion */

/* #region - ADVENTURES OVERVIEW */

section#adventures h1 {
	font-size: 2.8rem;
    color: var(--color-accent-2);
    font-family: var(--font-family-fancy-heading);
    font-weight: 800;
    text-transform: unset;
	margin-bottom: 1vw;
}

section#adventures p {
	margin-bottom: 3vw;
}

/* #endregion */

/* #region CTA */

section#CTAIntro h1, section#CTAIntro h2 {
	font-size: 2.8rem;
	color: var(--color-accent-3);
	font-family: var(--font-family-fancy-heading);
	font-weight: 600;
	text-transform: unset;	
}

p#bookNowButton {
    background-image: url(/images/arrow-green-01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0.5rem 3rem;
    display: inline-block;
    transform: rotate(-1deg);
    height: 3.2rem;
    width: min-content;
    text-align: center;
	margin-top: 3vw;
}


p#bookNowButton a {
    font-family: var(--font-family-fancy-heading);
    font-size: 2rem;
    margin-bottom: 1rem;
    display: block;
    padding: 0;
    margin: 5px 0 0 -10px;
    text-shadow: none;
    width: max-content;
	color: white;
	font-weight: 700;
	text-decoration: none;
}

p#bookNowButton a:hover {
	font-size: 2.1rem;
	font-weight: 900;
	margin-left: -18px;
}

/* #endregion */

/* #region LOGOSTRIP */

section#logostrip {
    max-height: 140px;
    display: flex;
    justify-content: center;
    gap: 2vw;
    align-items: center;
    border-top: 1px solid var(--color-neutral-1);
    border-bottom: 1px solid var(--color-neutral-1);
    padding: 5rem 0;
}

/* #endregion */