@charset "UTF-8";

/*
	GENERAL
* ----------------------------------------------------------------------------
*/

body {
	position: relative;
	left: 0px;
    background: rgba(24,24,37,1.00);
	color: rgba(255,255,255,1);

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
body, div, h1, h2, h3, h4, h5, h6, a, p, ul, ol, li, dl, dt, dd,
img, form, fieldset, input, button, textarea, blockquote, * {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	-webkit-font-smoothing: antialiased;
}
.container {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
    /*border: solid 1px red;*/
}
    .container.full {padding: 0;}
    .container.wide {max-width: 100%;}
	.container:after {
		content:"";
		display: table;
		clear: both;
	}
    .clearfix:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
    *                                   {box-sizing: border-box;}
	* html .clearfix					{ zoom: 1; } /* IE6 */
	*:first-child+html .clearfix		{ zoom: 1; } /* IE7 */
	.clear								{clear: both;}


/*
	GLOBAL + FORM
* ----------------------------------------------------------------------------
*/

div, h1, h2, h3, h4, h5, h6, a, p, ul, label {
	font-family: 'Gilroy-Light';
}
h1 {
    font-family: 'Gilroy-Bold';
    margin: 25px 0;
    font-weight: 900;
}
h2 {
    font-family: 'Gilroy-Light';
    margin: 25px 0;
    font-weight: 900;
}

p {
	font-weight: normal;
	font-size: 16px;
	line-height: 1.4em;
}

a {
	font-weight: bold;
	color: rgba(255,255,255,1);
	text-decoration: underline;
    transition: all 0.2s ease-in-out;
}
a:hover  {color: rgba(255,255,255,0.7);}
a:focus {outline: 0;}
a:visited {color: rgba(255,255,255,1)}

a.button {
	display: inline-block;
	padding: 20px 36px 18px 36px;
    font-size: 20px;
    line-height: 16px;
	font-family: 'Gilroy-Bold';
	text-transform: uppercase;
    text-decoration: none;
	letter-spacing: 0.02em;
	color: rgba(255,255,255,1);
	background-color: rgba(244,12,83,1);
	transition: all 0.6s ease-in-out;
	-webkit-appearance: none;
	-webkit-border-radius: 36px;
	border-radius: 36px;
    border: solid 2px rgba(244,12,83,1);
    cursor: pointer;
}
    a.button.small {
        padding: 14px 28px 12px 30px;
        font-size: 16px;
        line-height: 12px;
        text-transform: lowercase;
        color: rgba(244,12,83,1);
        background-color: rgba(244,12,83,0);
        border-width: 1px;
    }
a.button:hover {
    background-color: rgba(244,12,83,0.5);
}
    a.button.small:hover {
        color: rgba(255,255,255,1);
        background-color: rgba(244,12,83,1);
    }

::selection {color: #fff; background: rgba(244,12,83,0.5);}
::-moz-selection {color: #fff; background: rgba(244,12,83,0.5);}


/*
	HEADER + MAIN SECTION
* ----------------------------------------------------------------------------
*/
header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: solid 1px rgba(69,71,106,0.3);
    background: rgba(24,24,37,1);
}
    header div.container {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        height: 80px;
        transition: all 0.5s ease;
    }
        header .logo {
            transition: all 0.5s ease;
            width: 120px;
        }
            header .logo svg {
                width: 100%;
                height: auto;
            }
            .logo .svg_logo_wp {fill-rule: evenodd; clip-rule: evenodd; fill: #ff134b;}
            .logo .svg_logo_pilot {fill-rule: evenodd; clip-rule: evenodd; fill: #ffffff;}
    header.shrink {
        background: rgba(24,24,37,0.97);
        box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
    }
    header.shrink div.container {height: 50px;}
    header.shrink  .logo {width: 85px;}


main {transition: all 0.5s ease;}
section {
    overflow: hidden;
    text-align: center;
}


/*
	DRIVER
* ----------------------------------------------------------------------------
*/

    section.driver {
        position: relative;
        border-bottom: solid 1px rgba(69,71,106,0.3);
        background-image: url('../gfx/img.driverm.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        /*align-items: center;*/
        align-content: center;
        width: 100%;
        height: 100vh;
        transition: all 0.1s ease;
        text-align: left;
    }
        .driver:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 70%;
            background: linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
        }
            .driver .hero {
                position: relative;
                padding-top: 160px;
                text-shadow: 0 0 10px rgba(0, 0, 0, 1);
                width: 100%;
                height: 100%;
                text-align: center;
            }
                .driver label.try {
                    display: inline-block;
                    margin-bottom: 20px;
                    padding: 10px 12px 8px 12px;
                    font-size: 1.2vh;
                    line-height: 1.2vh;
                    font-family: 'Gilroy-Bold';
                    text-transform: uppercase;
                    text-shadow: none;
                    color: rgba(40, 4, 63, 1);
                    background: rgba(67, 216, 97, 1);
                    border-radius: 6px;
                    animation-name: fade-in;
                    animation-duration: 1s;
                    animation-fill-mode: both;
                    animation-delay: 0.3s;
                }
                .driver h1, .driver h2 {
                    margin: 0;
                    padding: 0;
                }
                .driver h1 {
                    font-size: 44px;
                    line-height: 48px;
                    animation-name: slide-down;
                    animation-duration: 0.5s;
                    animation-fill-mode: both;
                }
                .driver h2 {
                    margin: 10px 0 50px 0;
                    font-size: 16px;
                    line-height: 24px;
                    animation-name: fade-in;
                    animation-duration: 0.5s;
                    animation-fill-mode: both;
                    animation-delay: 0.1s;
                }
                .driver .bottom {
                    position: absolute;
                    left: 0;
                    right: 0;
                    bottom: 120px;
                }
                .driver .button {
                    text-shadow: none;
                    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
                    animation-name: slide-top;
                    animation-duration: 0.5s;
                    animation-fill-mode: both;
                    animation-delay: 0.2s;
                }

                @keyframes slide-down {
                    0% {transform: translateY(-30px); opacity: 0;}
                    100% {transform: translateY(0px); opacity: 1;}
                }
                @keyframes slide-top {
                    0% {transform: translateY(10px); opacity: 0;}
                    100% {transform: translateY(0px); opacity: 1;}
                }
                @keyframes fade-in {
                    0% {opacity: 0;}
                    100% {opacity: 1;}
                }
            .driver .icon-scroll,
            .driver .icon-scroll:before {
                display: none;
                position: absolute;
                z-index: 100;
                left: 50%;
                cursor: pointer;
            }
            .driver .icon-scroll {
                width: 16px;
                height: 30px;
                margin-left: -8px;
                bottom: 40px;
                box-shadow: inset 0 0 0 1px #fff;
                border-radius: 15px;
            }
            .driver .icon-scroll:before {
                content: '';
                width: 4px;
                height: 8px;
                background: #fff;
                margin-left: -2px;
                top: 8px;
                border-radius: 4px;
                animation-duration: 1.8s;
                animation-iteration-count: infinite;
                animation-name: scroll;
            }
            @keyframes scroll {
                0% {opacity: 0.8;}
                100% {opacity: 0; transform: translateY(10px);}
            }


/*
	HIGHLIGHTS
* ----------------------------------------------------------------------------
*/

    section.highlight {
        display: flex;
        flex-wrap: wrap;
        min-height: 340px;
        text-align: left;
        margin: 80px auto;
    }
        .highlight .image {
            position: relative;
            width: 100%;
            min-height: 380px;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
        }
            .highlight .img-1 {background-image: url('../gfx/img.highlight.1m.png');}
            .highlight .img-2 {background-image: url('../gfx/img.highlight.2m.png');}
            .highlight .img-3 {background-image: url('../gfx/img.highlight.3m.png');}

        .highlight .info {
            position: relative;
            width: 100%;
        }
            .highlight .details {
                margin: 20px 0px;
                text-align: center;
            }
                .highlight .icons ul {
                    display: inline;
                    white-space: nowrap;
                }
                    .highlight .icons li {
                        display: inline;
                        margin-right: 10px;
                    }
                    .highlight svg {height: 22px; width: auto; fill: #737697;}
                    .highlight svg .fill1{opacity:0.2;}
                    .highlight svg .fill2{opacity:0.4;}

                .highlight h1 {
                    margin-bottom: 20px;
                    font-size: 28px;
                    line-height: 36px;
                }
                .highlight p {
                    margin-bottom: 20px;
                    font-size: 18px;
                    line-height: 26px;
                    color: rgba(115,118,151,1.00);
                }


/*
	WATCHING
* ----------------------------------------------------------------------------
*/

    section.watching {
        padding: 40px 0;
        text-align: center;
        border-top: solid 1px rgba(69,71,106,0.3);
        background: rgba(40,40,63,1.00);
    }
        .watching h1 {
            font-family: 'Gilroy-Light';
            font-size: 32px;
            line-height: 46px;
        }
        .watching span {font-family: 'Gilroy-Bold';}
        .watching span.big {font-size: 42px;}

/*
	OFFER
* ----------------------------------------------------------------------------
*/

    section.offer {
        padding-bottom: 60px;
        border-bottom: solid 1px rgba(69,71,106,0.3);
        background: rgba(40,40,63,1.00);
    }
        .offer .container {
            display: flex;
            flex-wrap: wrap;
        }
        .offer .details, .offer .info {width: 100%;}
        .offer .details li::marker {
              content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='14' height='11' x='0px' y='0px'><path d='M5.3,7l6.3-7l2,1.8l-8.1,9L0,5.8l1.8-2L5.3,7z' fill='limegreen'/></svg>");
        }
        .offer .details li p {
            margin: 6px 12px;
            font-size: 21px;
            text-align: left;
        }
        .offer .details img {
            width: auto;
            height: 36px;
            vertical-align: middle;
        }
        .offer .highlight {color: rgba(67,216,97,1.00);}
        .offer .info {margin-top: 100px;}
        .offer .pack, .offer .featured {font-size: 26px;}
        .offer .pack {text-transform: uppercase;}
        .offer .name {font-size: 36px; font-family: 'Gilroy-Bold';}
        .offer .price {font-size: 46px;}
        .offer .price span {font-family: 'Gilroy-Bold';}
        .offer a.button {padding: 20px 66px 18px 66px; margin: 20px 0;}

/*
	FOOTER
* ----------------------------------------------------------------------------
*/

footer {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
    footer .copyright {margin-left: auto;}

    footer p, footer a {font-size: 12px; text-decoration: none;}
    footer ul {
        display: inline;
        white-space: nowrap;
    }
        footer li {
            display: inline;
            margin-right: 10px;
        }


/*
	MEDIA QUERIES
* ----------------------------------------------------------------------------
*/  

/* EXTRA SMALL DEVICES (phone, 600px and down) */
@media only screen and (max-width: 600px) {
}

/* SMALL DEVICES (portrait tablet and large phone, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* MEDIUM DEVICES (landscape tablet, 768px and up) */
@media only screen and (min-width: 768px) {
    section.driver {background-image: url('../gfx/img.driver.jpg');}
    .driver h1 {
        font-size: 5.8vh;
        line-height: 6vh;
    }
    .driver h2 {
        font-size: 2.3vh;
        line-height: 2.5vh;
    }
    
}

/* MOBILE DEVICE in LANDSCAPE ORIENTATION */
@media only screen and (max-width: 992px) and (orientation:landscape) {
    section.driver {
        background-image: url('../gfx/img.driver.jpg');
    }
    .driver h1 {
        font-size: 30px;
        line-height: 34px;
    }
    .driver h2 {
        margin: 10px 0 20px 0;
        font-size: 18px;
        line-height: 24px;
    }
    .driver .button {
        padding: 10px 26px 8px 26px;
        font-size: 10px;
    }
    
}

/* LARGE DEVICES (laptop/desktop, 992px and up) */
@media only screen and (min-width: 992px) {
    header div.container {height: 100px;}

    header .logo {width: 180px;}
        header.shrink div.container {height: 70px;}
        header.shrink  .logo {width: 120px;}
    
    .driver .icon-scroll, .driver .icon-scroll:before {display: block;}
    .highlight .image {width: 36.9%;}
        .highlight .img-1 {background-image: url('../gfx/img.highlight.1.png');}
        .highlight .img-2 {background-image: url('../gfx/img.highlight.2.png');}
        .highlight .img-3 {background-image: url('../gfx/img.highlight.3.png');}

    .highlight .info {width: 63%; box-sizing: content-box;}
        .highlight .details {
            position: absolute;
            margin: 0 60px;
            top: 50%;
            transform: translate(0%, -50%);
            text-align: left;
        }
    .highlight.even .image {order: 1;}
    .highlight.even .info {order: 2;}
    .highlight.odd .image {order: 2;}
    .highlight.odd .info {order: 1;}
    
    .offer .details {
        position: relative;
        padding-right: 40px;
        width: 60%;
        border-right: solid 2px rgba(99,98,138,1.00);
    }
        .offer .details:before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            right: -2px;
            border: solid 2px rgba(99,98,138,0.25);
            filter: blur(2px);
        }
    .offer .info {margin-top: 0px; width: 40%;}
} 

/* EXTRA LARGE DEVICES (large laptop and desktop, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .container {
		max-width: 1200px;
		margin: 0 auto;
        border: solid 0px red;
	}
}