HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URL's added here will be added as <link>
s in order, and before the CSS in the editor. If you link to another Pen, it will include the CSS from that Pen. If the preprocessor matches, it will attempt to combine them before processing.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
If the stylesheet you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by Skypack, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ES6 import
usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<header class="header">
<div class="header__content">
<div class="header__content_logo">
<a href="#">
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M15.7567 0C7.05451 0 0 7.05462 0 15.7569C0 24.4593 7.05451 31.5139 15.7567 31.5139H18.908C19.7773 31.5114 20.4812 30.8072 20.4834 29.9379V27.5522H15.7562C13.514 27.5548 11.3177 26.9172 9.42547 25.7144C9.18788 25.5634 9.0489 25.2971 9.06087 25.0158C9.07284 24.7346 9.23396 24.4811 9.48352 24.3508C9.73308 24.2206 10.0332 24.2333 10.2708 24.3843C11.9104 25.4265 13.8134 25.9788 15.7562 25.9763H20.4834V23.6342C20.4807 22.7653 19.7769 22.0617 18.908 22.0592H15.7567C12.2758 22.0592 9.45401 19.2374 9.45401 15.7564C9.45401 12.2755 12.2758 9.45366 15.7567 9.45366C19.2376 9.45366 22.0594 12.2755 22.0594 15.7564V29.9374C22.0616 30.8069 22.7658 31.5112 23.6353 31.5134H29.9365C30.8062 31.5109 31.5109 30.8067 31.5139 29.9369V15.7574C31.5139 7.05485 24.4591 0 15.7567 0ZM22.3128 6.8306C22.0857 7.18787 21.612 7.29346 21.2546 7.06646C17.1966 4.49485 11.8978 5.08162 8.50068 8.47878C5.10357 11.8759 4.51681 17.1748 7.08838 21.2329C7.24204 21.464 7.25873 21.7601 7.13203 22.007C7.00532 22.2539 6.75503 22.413 6.4777 22.4229C6.20038 22.4328 5.93938 22.2919 5.7954 22.0547C2.83843 17.3909 3.51217 11.2999 7.41694 7.39503C11.3217 3.4902 17.4126 2.81644 22.0764 5.77346C22.4331 6.00052 22.5386 6.47346 22.3123 6.8306H22.3128ZM26.7864 27.553C27.2216 27.553 27.5743 27.2002 27.5743 26.765V15.7339C27.5769 13.4917 26.9393 11.2954 25.7365 9.40309C25.5855 9.16549 25.3192 9.02651 25.038 9.03848C24.7567 9.05045 24.5032 9.21157 24.373 9.46114C24.2427 9.7107 24.2555 10.0108 24.4065 10.2484C25.4487 11.888 26.001 13.7911 25.9984 15.7339V26.765C25.9984 27.2002 26.3512 27.553 26.7864 27.553Z"
fill="white" />
</svg>
<span>UPQODE</span>
</a>
</div>
<!-- /.header__top-logo -->
<nav class="header__content_nav" id="nav">
<div class="header__btn-menu">
<span class="icon-bars"></span>
</div>
<!-- /.header__btn-menu -->
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
</nav>
<!-- /.header__content_nav -->
</div>
<!-- /.header__content -->
</header>
<div class="slick-slider" id="home">
<div class="slick-slider__slide">
<div class="player" id="player"></div>
</div>
<div class="slick-slider__slide">
<div class="player" id="player1"></div>
</div>
<div class="slick-slider__slide">
<div class="player" id="player2"></div>
</div>
</div>
<!-- /.slick-slider__slide-->
<div class="slick-slider_description">
<h1>Mileage Made Simple</h1>
<p>Motivation And Your Personal Vision An Unbeatable Force</p>
<a href="#">Start Free Trial</a>
</div>
<!-- /.slick-slider_description -->
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
line-height: 1.15;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
margin: 0; }
/**
* Render the `main` element consistently in IE.
*/
main {
display: block; }
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0; }
/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */ }
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
background-color: transparent; }
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
/* 2 */ }
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder; }
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
border-style: none; }
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */ }
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible; }
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none; }
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button; }
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0; }
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText; }
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: 0.35em 0.75em 0.625em; }
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
-webkit-box-sizing: border-box;
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */ }
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline; }
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
overflow: auto; }
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */ }
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */ }
/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
display: block; }
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item; }
/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
display: none; }
/**
* Add the correct display in IE 10.
*/
[hidden] {
display: none; }
/* Slider */
.slick-slider {
position: relative;
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent; }
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0; }
.slick-list:focus {
outline: none; }
.slick-list.dragging {
cursor: pointer;
cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.slick-track {
position: relative;
left: 0;
top: 0;
display: block;
margin-left: auto;
margin-right: auto; }
.slick-track:before, .slick-track:after {
content: "";
display: table; }
.slick-track:after {
clear: both; }
.slick-loading .slick-track {
visibility: hidden; }
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none; }
[dir="rtl"] .slick-slide {
float: right; }
.slick-slide img {
display: block; }
.slick-slide.slick-loading img {
display: none; }
.slick-slide.dragging img {
pointer-events: none; }
.slick-initialized .slick-slide {
display: block; }
.slick-loading .slick-slide {
visibility: hidden; }
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent; }
.slick-arrow.slick-hidden {
display: none; }
/* Slider */
.slick-loading .slick-list {
background: #fff url("./ajax-loader.gif") center center no-repeat; }
/* Icons */
@font-face {
font-family: "slick";
src: url("./fonts/slick.eot");
src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
font-weight: normal;
font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
position: absolute;
display: block;
height: 20px;
width: 20px;
line-height: 0px;
font-size: 0px;
cursor: pointer;
background: transparent;
color: transparent;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
padding: 0;
border: none;
outline: none; }
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
outline: none;
background: transparent;
color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
opacity: 1; }
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
opacity: 0.25; }
.slick-prev:before,
.slick-next:before {
font-family: "slick";
font-size: 20px;
line-height: 1;
color: white;
opacity: 0.75;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.slick-prev {
left: -25px; }
[dir="rtl"] .slick-prev {
left: auto;
right: -25px; }
.slick-prev:before {
content: "←"; }
[dir="rtl"] .slick-prev:before {
content: "→"; }
.slick-next {
right: -25px; }
[dir="rtl"] .slick-next {
left: -25px;
right: auto; }
.slick-next:before {
content: "→"; }
[dir="rtl"] .slick-next:before {
content: "←"; }
/* Dots */
.slick-dotted.slick-slider {
margin-bottom: 30px; }
.slick-dots {
position: absolute;
bottom: -25px;
list-style: none;
display: block;
text-align: center;
padding: 0;
margin: 0;
width: 100%; }
.slick-dots li {
position: relative;
display: inline-block;
height: 20px;
width: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer; }
.slick-dots li button {
border: 0;
background: transparent;
display: block;
height: 20px;
width: 20px;
outline: none;
line-height: 0px;
font-size: 0px;
color: transparent;
padding: 5px;
cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus {
outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
opacity: 1; }
.slick-dots li button:before {
position: absolute;
top: 0;
left: 0;
content: "•";
width: 20px;
height: 20px;
font-family: "slick";
font-size: 6px;
line-height: 20px;
text-align: center;
color: black;
opacity: 0.25;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before {
color: black;
opacity: 0.75; }
/* poppins-regular - latin */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
src: url("../fonts/poppins-v8-latin-regular.eot");
/* IE9 Compat Modes */
src: local("Poppins Regular"), local("Poppins-Regular"), url("../fonts/poppins-v8-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v8-latin-regular.woff2") format("woff2"), url("../fonts/poppins-v8-latin-regular.woff") format("woff"), url("../fonts/poppins-v8-latin-regular.ttf") format("truetype"), url("../fonts/poppins-v8-latin-regular.svg#Poppins") format("svg");
/* Legacy iOS */ }
/* poppins-600 - latin */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
src: url("../fonts/poppins-v8-latin-600.eot");
/* IE9 Compat Modes */
src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url("../fonts/poppins-v8-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v8-latin-600.woff2") format("woff2"), url("../fonts/poppins-v8-latin-600.woff") format("woff"), url("../fonts/poppins-v8-latin-600.ttf") format("truetype"), url("../fonts/poppins-v8-latin-600.svg#Poppins") format("svg");
/* Legacy iOS */ }
/* poppins-900 - latin */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 900;
src: url("../fonts/poppins-v8-latin-900.eot");
/* IE9 Compat Modes */
src: local("Poppins Black"), local("Poppins-Black"), url("../fonts/poppins-v8-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v8-latin-900.woff2") format("woff2"), url("../fonts/poppins-v8-latin-900.woff") format("woff"), url("../fonts/poppins-v8-latin-900.ttf") format("truetype"), url("../fonts/poppins-v8-latin-900.svg#Poppins") format("svg");
/* Legacy iOS */ }
/* gilroy-regular - latin */
@font-face {
font-family: 'Gilroy';
font-weight: normal;
font-style: 400;
src: url("../fonts/Gilroy-Regular.eot");
/* IE9 Compat Modes */
src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype"); }
@font-face {
font-family: "icomoon";
src: url("../fonts/icomoon.eot?bcitmz");
src: url("../fonts/icomoon.eot?bcitmz#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?bcitmz") format("truetype"), url("../fonts/icomoon.woff?bcitmz") format("woff"), url("../fonts/icomoon.svg?bcitmz#icomoon") format("svg");
font-weight: normal;
font-style: normal;
font-display: block; }
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: "icomoon" !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.icon-bars:before {
content: ""; }
.icon-phone:before {
content: ""; }
.icon-envelop:before {
content: ""; }
.icon-map2:before {
content: ""; }
.icon-clock:before {
content: ""; }
html {
height: 100%; }
body {
height: 100%; }
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0; }
ul,
li {
list-style-type: none;
margin: 0;
padding: 0; }
a {
text-decoration: none; }
p {
margin: 0; }
audio,
canvas,
iframe,
img,
svg,
video,
textarea {
vertical-align: middle; }
textarea {
resize: none; }
section {
position: relative; }
input,
select,
button {
outline: none; }
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%; }
.content {
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto; }
.container {
margin: 0 auto;
width: 100%; }
.map {
width: 702px;
height: 756px;
position: absolute;
z-index: 10;
overflow: hidden;
right: 95px;
top: 4px; }
.fade {
-webkit-animation-name: fade;
animation-name: fade;
-webkit-animation-duration: 3.5s;
animation-duration: 3.5s; }
.hide {
display: none; }
.show {
display: block; }
.active {
background: #fff; }
.slick-dots {
position: absolute;
bottom: 113px;
list-style: none;
display: block;
text-align: center;
padding: 0;
margin: 0;
width: 100%; }
.slick-slider_description {
position: absolute;
top: 354px;
list-style: none;
display: block;
text-align: center;
padding: 0;
margin: 0;
width: 100%; }
.slick-dots li button {
border: 1px solid #ffffff;
border-radius: 50%;
-webkit-transition: border-color .3s;
-o-transition: border-color .3s;
transition: border-color .3s; }
.slick-dots li button:before {
content: "";
width: 10px;
height: 10px;
background: #ffffff;
opacity: 1;
border-radius: 50%;
top: 50%;
left: 50%;
margin: -5px 0 0 -5px;
-webkit-transition: border-color .3s;
-o-transition: border-color .3s;
transition: border-color .3s; }
.slick-dots li button:hover,
.slick-dots li.slick-active button {
border-color: #00A031; }
.slick-dots li button:hover:before,
.slick-dots li.slick-active button:before {
background: #00A031; }
.slick-prev:before,
.slick-next:before {
display: none; }
.slick-prev,
.slick-next {
z-index: 1001;
width: 100px;
height: 100px; }
.slick-prev {
left: 184px;
width: 50px;
height: 50px; }
.slick-next {
right: 184px;
width: 50px;
height: 50px; }
.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
background: url(../images/arrow_prev.svg);
background-position: center;
background-repeat: no-repeat; }
.slick-next,
.slick-next:hover,
.slick-next:focus {
background: url(../images/arrow_next.svg);
background-position: center;
background-repeat: no-repeat; }
body {
font-family: Poppins, sans-serif;
font-size: 16px;
background: #F2F2F2; }
body .header {
background: rgba(205, 214, 219, 0.3);
position: fixed;
z-index: 1020;
width: 100%; }
body .header__content {
max-width: 1170px;
margin: 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
body .header__content_logo {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-bottom: 25px;
padding-top: 25px;
position: relative; }
body .header__content_logo a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end; }
body .header__content_logo a span {
color: #ffffff;
padding-left: 13px;
font-style: normal;
font-weight: bold;
font-size: 28px;
line-height: 0.8; }
body .header__content_nav ul li {
display: inline-block;
padding-right: 75px; }
body .header__content_nav ul li:last-child {
padding-right: 0; }
body .header__content_nav ul li a {
color: #ffffff; }
body .header__content_nav ul li a:hover {
text-decoration: underline;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s; }
body .header__content_nav .header__btn-menu {
display: none; }
body .header__content_nav .header__btn-menu .icon-bars {
font-size: 40px;
color: #fff;
cursor: pointer; }
body .slick-slider {
position: relative; }
body .slick-slider__slide .player {
width: 100%;
height: 100vh; }
body .slick-slider__slide img {
width: 100%;
height: 100vh; }
body .slick-slider_description {
text-align: center;
padding-bottom: 50px;
color: #ffffff; }
body .slick-slider_description h1 {
font-weight: 600;
font-size: 90px;
padding-bottom: 25px; }
body .slick-slider_description p {
font-weight: 600;
font-size: 18px;
padding-bottom: 54px; }
body .slick-slider_description a {
font-family: Gilroy, sans-serif;
font-weight: 600;
letter-spacing: 0.5px;
font-size: 18px;
color: #ffffff;
padding: 16px 23px;
background-color: #00A031;
border-radius: 27px; }
body .services {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background-repeat: no-repeat;
background-position: center; }
body .services .path {
position: absolute;
top: 408px;
left: calc(50% - 332px); }
body .services__section {
position: relative;
margin: 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
body .services__section_item {
color: #6C6C6C;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-top: 62px;
padding-left: 30px;
padding-right: 30px; }
body .services__section_item:nth-child(2) {
padding-top: 70px; }
body .services__section_item:nth-child(3) {
padding-top: 120px; }
body .services__section_item_img {
margin-left: 30px;
margin-right: 30px; }
body .services__section_item_img:nth-child(2) {
padding-right: 35px; }
body .services__section_item_desc {
padding-top: 51px; }
body .services__section_item_desc:nth-child(1) {
padding-left: 0; }
body .services__section_item_desc h2 {
font-weight: 800;
font-size: 38px;
color: #00A031;
padding-bottom: 28px; }
body .services__section_item_desc p {
font-weight: normal;
font-size: 16px;
padding-bottom: 24px; }
body .services__section_item_desc ul {
padding-bottom: 28px; }
body .services__section_item_desc ul li {
position: relative;
padding-bottom: 10px;
margin-left: 30px; }
body .services__section_item_desc ul li:before {
position: absolute;
content: url("../images/mark.png");
top: 1px;
left: -28px;
background-repeat: no-repeat;
background-position: botttom; }
body .services__section_item_desc a {
position: relative;
display: inline-block;
font-family: Gilroy;
font-size: 18px;
font-weight: 600;
padding: 18px 83px 18px 38px;
border: 2px solid #00A031;
border-radius: 28px;
color: #00A031; }
body .services__section_item_desc a::after {
position: absolute;
bottom: 20px;
content: url("../images/arr.png");
margin-left: 20px; }
body .services__section_item .d1 {
padding-top: 81px; }
body .services__section_item .d2 {
padding-top: 139px; }
body .services__section_item .d2 p {
max-width: 500px;
padding-bottom: 29px; }
body .services__section_item .d3 {
padding-top: 93px;
max-width: 572px; }
body .services__section_item .d3 p {
padding-bottom: 35px; }
body .team {
/*slider__nav*/ }
body .team .team__section {
position: relative;
max-width: 1163px;
margin: 0 auto;
padding-left: 20px; }
body .team .team__section .slick-slider__slide_team {
outline: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
body .team .team__section .slick-slider__slide_team .team_desc h3 {
color: #00A031;
font-family: Poppins;
font-size: 38px;
padding-bottom: 15px;
padding-top: 32px; }
body .team .team__section .slick-slider__slide_team .team_desc span {
color: #6c6c6c;
font-family: Gilroy;
font-size: 16px;
font-weight: 500;
letter-spacing: 3px;
text-transform: uppercase;
display: inline-block;
max-width: 107px;
padding-bottom: 26px; }
body .team .team__section .slick-slider__slide_team .team_desc p {
color: #6c6c6c;
font-family: Poppins;
font-size: 16px;
font-weight: 400;
letter-spacing: 0.2px;
max-width: 550px;
padding-bottom: 43px;
line-height: 24px; }
body .team .team__section .slick-slider__slide_team .team_desc a {
color: #6c6c6c;
font-family: Gilroy;
font-size: 16px;
font-weight: 500;
letter-spacing: 3px;
text-transform: uppercase;
padding-right: 31px; }
body .team .slick-prev,
body .team .slick-next {
top: 480px; }
body .team .slick-prev:before,
body .team .slick-next:before {
display: block;
color: #00A031;
font-family: Gilroy;
font-size: 16px;
font-weight: 500;
letter-spacing: 1px; }
body .team .slick-prev:before {
content: 'PREV'; }
body .team .slick-next:before {
content: 'NEXT'; }
body .team .slick-prev,
body .team .slick-next {
z-index: 1001;
width: 100px;
height: 100px; }
body .team .slick-prev {
left: 519px;
width: 50px;
height: 50px; }
body .team .slick-next {
left: 112px;
width: 50px;
height: 50px; }
body .team .slick-prev,
body .team .slick-prev:hover,
body .team .slick-prev:focus {
background: transparent; }
body .team .slick-next,
body .team .slick-next:hover,
body .team .slick-next:focus {
background: transparent; }
body .team .slider__nav {
bottom: 130px;
cursor: pointer; }
body .team .slider__nav .slider__nav_item {
position: relative;
outline: none; }
body .team .slider__nav .slider__nav_item span {
display: block;
position: absolute;
z-index: 2020;
bottom: 39px;
left: 111px; }
body .team .slider__nav .slick-prev,
body .team .slider__nav .slick-next {
top: calc(50% - 8px);
font-family: Gilroy; }
body .team .slider__nav .slick-next:before {
font-family: Gilroy;
font-size: 16px;
font-weight: 500;
letter-spacing: 1px;
line-height: 16px;
text-transform: uppercase; }
body .team .slider__nav .slick-next {
left: 106px; }
body .contact {
padding-bottom: 190px;
font-family: Poppins;
position: relative;
max-width: 1170px;
margin: 0 auto; }
body .contact .contact__content {
max-width: 1170px;
margin: 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
body .contact .contact__content .info-header {
max-width: 342px; }
body .contact .contact__content .info-header .contact__title {
padding-bottom: 100px; }
body .contact .contact__content .info-header .contact__title h3 {
color: #00a031;
font-family: Poppins;
font-size: 52px;
font-weight: 700;
line-height: 60px;
letter-spacing: 1px; }
body .contact .contact__content .info-header .info-header-tab {
position: relative;
max-width: 285px;
padding-left: 55px;
padding-bottom: 20px;
padding-top: 20px; }
body .contact .contact__content .info-header .info-header-tab .icon-map2 {
position: absolute;
left: 16px;
top: 25px; }
body .contact .contact__content .info-header .info-header-tab h3 {
position: relative;
color: #00a031;
font-family: Poppins;
font-size: 18px;
font-weight: 600;
letter-spacing: 0.2px;
line-height: 28px; }
body .contact .contact__content .info-header .info-header-tab span {
color: #6c6c6c;
font-family: Poppins;
font-size: 16px;
font-weight: 400;
letter-spacing: 0.2px;
line-height: 24px; }
body .contact .map__contact-info {
position: absolute;
z-index: 10;
right: 0;
top: 136px;
max-width: 321px;
padding: 27px 68px 46px 58px;
background: #fff;
-webkit-box-shadow: 0px 40px 40px rgba(0, 0, 0, 0.0758039);
box-shadow: 0px 40px 40px rgba(0, 0, 0, 0.0758039); }
body .contact .map__contact-info h4 {
color: #1c201e;
font-size: 38px;
font-weight: 800;
letter-spacing: 0.4px;
line-height: 51px; }
body .contact .map__contact-info span {
display: block;
color: #6c6c6c;
font-size: 16px;
font-weight: 400;
letter-spacing: 0.2px;
line-height: 24px; }
body .contact .map__contact-info span span {
color: #222222;
display: inline-block; }
body .contact .map__contact-info h5 {
font-size: 18px;
font-weight: 600;
letter-spacing: 0.2px;
line-height: 28px;
padding-top: 31px;
padding-bottom: 9px; }
body .contact .map__contact-info h5 .icon-clock,
body .contact .map__contact-info h5 .icon-phone,
body .contact .map__contact-info h5 .icon-envelop {
display: inline-block;
color: #00a031;
padding-right: 20px; }
body .contact .map__contact-title {
max-width: 206px;
position: absolute;
top: 140px;
left: 0; }
body .contact .map__contact-title span {
color: #6c6c6c;
font-size: 16px;
font-weight: 400;
letter-spacing: 0.2px;
line-height: 24px; }
/* START footer*/
.footer {
background-color: #222222; }
.footer .logo {
padding-top: 102px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.footer .logo svg {
width: 43.86;
height: 43.86; }
.footer .logo span {
color: #ffffff;
padding-left: 13.4px;
font-style: normal;
font-weight: bold;
font-size: 48px;
line-height: 1.1; }
.footer p {
text-align: center;
color: #777777;
font-size: 14px;
padding-top: 124px;
padding-bottom: 62px; }
.footer .footer__nav {
padding-top: 48px; }
.footer .footer__nav ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.footer .footer__nav ul li {
padding-right: 55px;
font-family: Gilroy;
text-transform: uppercase;
font-weight: 500; }
.footer .footer__nav ul li:last-child {
padding-right: 0; }
.footer .footer__nav ul li a {
color: #777777; }
/* END footer*/
$('.slick-slider').slick({
dots: true
});
// 2. This code loads the IFrame Player API code asynchronously.
var tag = document.createElement('script');
tag.src = "https://www.youtube.com/iframe_api";
var firstScriptTag = document.getElementsByTagName('script')[0];
firstScriptTag.parentNode.insertBefore(tag, firstScriptTag);
// 3. This function creates an <iframe> (and YouTube player)
// after the API code downloads.
var player;
var player1;
function onYouTubeIframeAPIReady() {
player = new YT.Player('player', {
height: '360',
width: '640',
videoId: 'kXYiU_JCYtU',
events: {
'onReady': onPlayerReady,
'onStateChange': onPlayerStateChange
}
});
player = new YT.Player('player1', {
height: '360',
width: '640',
videoId: '_uVb7Ju8VQk',
events: {
'onReady': onPlayerReady,
'onStateChange': onPlayerStateChange
}
});
player = new YT.Player('player2', {
height: '360',
width: '640',
videoId: 'eVTXPUF4Oz4',
events: {
'onReady': onPlayerReady,
'onStateChange': onPlayerStateChange
}
});
}
// 4. The API will call this function when the video player is ready.
function onPlayerReady(event) {
event.target.playVideo();
}
// 5. The API calls this function when the player's state changes.
// The function indicates that when playing a video (state=1),
// the player should play for six seconds and then stop.
var done = false;
function onPlayerStateChange(event) {
if (event.data == YT.PlayerState.PLAYING && !done) {
setTimeout(stopVideo, 6000);
done = true;
}
}
function stopVideo() {
player.stopVideo();
}
Also see: Tab Triggers