@font-face {
    font-family: myFirstFont;
    src: url("./Roboto-Regular.ttf");
}

body {
    font-family: myFirstFont, serif;
    max-width: 1920px;
    min-width: 340px;
    background: black;
    margin-left: auto;
    margin-right: auto;
}

header {
    background: #ebebeb;
}

header .menu {
    position: fixed;
    z-index: 100;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1920px;
    justify-content: space-between;
    transition: top .5s;
    top: 0;
}

header .menu .big {
    background: rgba(256, 256, 256, 0.9);
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

header .menu .small {
    display: none;
}

#menu-trigger {
    margin: 10px 20px;
    cursor: pointer;
}

#menu-trigger:hover {
    margin: 10px 20px;
    color: #007b46;
}

header .menu.hide-menu {
    top: -70px;
}

.menu .links {
    margin-right: 15px;
}

.menu .links a {
    text-transform: uppercase;
    margin: 10px;
    text-decoration: none;
    color: #333333;
    font-weight: bold;
    font-size: 19px;
}

.menu .links a:hover {
    color: #007b46;
}

.menu .drawer-links {
    display: block;
    left: -400px;
    background: white;
    position: fixed;
    top: 0;
    transition: left .5s;
    padding: 10px;
    height: 100%;
    width: 300px;
}

.menu .drawer-links a {
    text-transform: uppercase;
    margin: 10px 10px 30px 10px;
    text-decoration: none;
    color: #333333;
    font-weight: bold;
    font-size: 19px;
    display: block;
}

.menu .drawer-links a:hover {
    color: #007b46;
}

header .header-center {
    position: relative;
    padding-bottom: 20px;
    overflow: hidden;
}

header .header-center .parallax-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
}

header .background-image {
    max-height: 100%;
    max-width: 100%;
}

header .background-mobile-image {
    max-height: 100%;
    max-width: 100%;
    display: none;
}

header .simpleParallax {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: visible !important;
}

header .front {
    position: inherit;
}

header .header-bottom {
    position: relative;
    background: #39CF8E;
    height: 170px;
}

header .header-bottom .header-home {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 30%;
    transform: translateY(-90%);
}

header .header-bottom .header-homs {
    max-width: 20%;
    display: none;
}

header .header-bottom-men-women {
    max-width: 900px;
    position: relative;
    margin-left: auto;
    display: block;
    margin-right: auto;
}

header .header-bottom .men {
    position: absolute;
    margin-top: -280px;
    top: 0;
    left: 0;
}

header .header-bottom .women {
    position: absolute;
    margin-top: -270px;
    top: 0;
    right: 0;
}

header .logo-left {
    height: 50px;
    margin: 10px 20px;
}

header .logo-center {
    height: 110px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 90px;
}

header .logo-center-text {
    height: 30px;
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;

}

header .main-header-text {
    display: block;
    width: 530px;
    font-weight: normal;
    font-size: 35px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

header .install-section {
    display: none;
    height: 330px;
}

.youtube-header-btn {
    display: inline-block;
    margin-top: 100px;
}

.youtube-header-btn img {
    width: 90px;
}

.youtube-small-btn img {
    height: 70px;
    vertical-align: middle;
}

.link-to-play-store, .youtube-small-btn {
    text-decoration: none;
}

.link-to-play-store img {
    height: 70px;
    vertical-align: middle;
    margin-right: 20px;
}

.install-btn {
    background-color: #333333;
    border-radius: 5px;
    border: 1px solid #333333;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 17px;
    padding: 16px 55px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #333333;
}

.install-btn:hover {
    background-color: #1f1f1f;
}

.install-btn:active {
    position: relative;
    top: 1px;
}

.install-green-btn {
    background-color: #39CF8E;
    border-radius: 5px;
    border: 1px solid #39CF8E;
    align-items: center;
    display: inline-flex;
    cursor: pointer;
    height: 60px;
    color: #ffffff;
    font-size: 22px;
    padding: 0 45px;
    margin: 10px;
    text-decoration: none;
    vertical-align: middle;
    text-shadow: 0px 1px 0px #39CF8E;
}

.install-green-btn:hover {
    background-color: #30a46d;
}

.install-green-btn:active {
    position: relative;
    top: 1px;
}

#about{
    background: #114834;
    color: white;
    text-align: center;
}

.youtube-btn {
    background-color: #d52423;
    border-radius: 5px;
    border: 1px solid #d52423;
    cursor: pointer;
    color: #ffffff;
    font-size: 22px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    padding: 0 45px;
    margin: 10px;
    vertical-align: middle;
    text-decoration: none;
    text-shadow: 0px 1px 0px #d52423;
}

.youtube-btn img {
    margin-right: 10px;
}

.youtube-btn:hover {
    background-color: #d52423;
}

.youtube-btn:active {
    position: relative;
    top: 1px;
}

@media only screen and (max-width: 950px) {
    header .main-header-text {
        width: 90%;
    }

    header .background-image {
        max-height: 100%;
        max-width: 230%;
    }

    header .install-section {
        display: block;
    }

    header .header-bottom .header-home {
        left: 50%;
        transform: translate(-70%, -90%);
    }

    header .header-bottom .header-homs {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(40%, -90%);
        display: block;
    }

    header .menu .big {
        display: none;
    }

    header .menu .small {
        display: flex;
    }

    .menu .drawer-links {
        display: block;
    }

    .menu .drawer-links.shown {
        left: 0;
    }

    #price {
        padding-bottom: 200px;
    }
}

main section.dark {
    background: #333333;
    color: white;
}

main section.white {
    background: #EBEBEB;
    color: #333333;
}

main section.green {
    background: #39CF8E;
    color: #333333;
}

main section.nordic-white {
    background: #ffffff;
    color: #333333;
}

main section .wrapper {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
}

main section .wrapper.white {
    background: #EBEBEB;
    color: #333333;
}


main section .circle {
    width: 264px;
    height: 264px;
    background: #EBEBEB;
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

main section .anchor-link {
    margin-top: 10px;
    font-size: 30px;
    color: #39CF8E;
}

main section .wrapper.blink {
    background-image: url("../imgs/blink.png");
    background-repeat: no-repeat;
    background-position: top left;
}

main section .wrapper.blink-dark {
    background-image: url("../imgs/blink_dark.png");
    background-repeat: no-repeat;
    background-position: top right;
}

main section.steps h3 {
    font-size: 55px;
    font-weight: normal;
}

main section.steps .path {
    background: url("../imgs/path.png") no-repeat;
    margin-left: auto;
    width: 110px;
    height: 150px;
    color: white;
    padding: 29px 0;
    margin-right: auto;
    font-size: 55px;
    font-weight: normal;
}

main section.steps img.max-w-400 {
    width: 100%;
    max-width: 400px;
}

main section.steps img.max-w-300 {
    width: 100%;
    max-width: 300px;
}

main section.steps .description {
    font-size: 25px;
    margin-top: 30px;
}

main section .steps-bottom-section {
    display: none;
}

.descriptor {
    display: flex;
    align-items: center;
}

.descriptor h2 {
    margin-left: 20px;
    font-size: 45px;
    font-weight: normal;
}

.title h2 {
    font-size: 45px;
    font-weight: normal;
}

.details {
    font-size: 22px;
    line-height: 35px;
}

.section-logo {
    width: 70px;
}

a.a-no-effect {
    text-decoration: none;
}

.hide-on-small {
    display: block;
}

.show-on-small {
    display: none;
}

ul.features-ul {
    list-style: none; /* Remove default bullets */
    font-size: 22px;
    margin: 0;
}

ul.features-ul li::before {
    font-size: 22px;
    content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #39CF8E; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
    margin-top: 25px;
}

main section.pricing-section {
    margin-top: -2px;
    background-color: #ffffff;
    background-image: url("../imgs/features-background.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    position: relative;
    padding-bottom: 230px;
}

.pricing-section .title {
    text-align: center;
}

.pricing-section .details {
    text-align: center;
}

main section.features-section {
    background-image: url("../imgs/features-background.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    position: relative;
}

main section.features-section .wrapper {
    max-width: 1000px;
}

.pricing-section .home-block-image {
    position: absolute;
    bottom: 0;
    left: 10px;
    max-width: 30%;
}

main section.install-section .logo {
    width: 150px;
}

main section.install-section h3 {
    font-size: 40px;
    font-weight: normal;
}

.google-play-img {
    width: 300px;
    max-width: 70%;
}

.big-steps-img {
    width: 100%;
    height: auto;
}

footer {
    background: white;
    text-align: center;
    padding: 10px;
    font-size: 14px;
}

footer a {
    color: #39CF8E;
    margin: 0 0 0 10px;
    white-space: nowrap;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.max-width-100 {
    max-width: 100%;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-top-10 {
    margin-top: 10px;
}

.row .blink.margin-top-0 {
    margin-top: 0;
}

.row .blink-dark.margin-top-0 {
    margin-top: 0;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-60 {
    margin-top: 60px;
}

.padding-top-30 {
    padding-top: 30px;
}

.features-section .margin-0 {
    margin: 0;
}

.padding-top-150 {
    padding-top: 150px;
}

.margin-top-15 {
    margin-top: 15px;
}


.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.flex-no-shrink {
    flex-shrink: 0;
}


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

.padding-20 {
    padding: 20px;
}

.padding-bottom-0 {
    padding-bottom: 0;
}

@media only screen and (max-width: 1550px) {

    .home-block-image {
        width: 280px;
    }
}

@media only screen and (max-width: 1120px) {
    header .main-header-text {
        width: 330px;
    }

    main section.steps {
        padding-bottom: 30px;
    }

    main section.pricing-section .wrapper {
        background-image: url("../imgs/cloud.png");
        background-repeat: no-repeat;
        background-position: 50px top;
    }
}

@media only screen and (max-width: 847px) {
    main section .wrapper.blink {
        background-image: none;
    }

    main section .wrapper.blink-dark {
        background-image: none;
    }

    .descriptor {
        justify-content: center;
    }

    .center-sm {
        text-align: center;
    }

    .hide-on-small {
        display: none;
    }

    .show-on-small {
        display: block;
    }

    header .main-header-text {
        width: 500px;
        max-width: calc(100% - 40px);
        padding: 20px;
    }

    header .background-image {
        display: none;
    }

    header .background-mobile-image {
        display: block;
    }

    main section.padding-top-60 {
        padding-top: 10px;
    }

    main section.padding-bottom-100 {
        padding-bottom: 0;
    }

    main section.features-section.padding-bottom-100 {
        padding-bottom: 200px;
    }

    main section.padding-top-0-small {
        padding-top: 0;
    }
}

/* All delay classes will take half the time to start */
:root {
    --animate-delay: 0.2s;
}

.hidden {
    visibility: hidden;
}

.language-selector {
    display: flex;
    width: 200px;
    margin: 0 auto;
}

/* select starting stylings ------------------------------*/
.select {
    position: relative;
    width: 150px;
}

.select-text {
    position: relative;
    font-family: inherit;
    background-color: transparent;
    width: 145px;
    padding: 10px 10px 10px 0;
    font-size: 16px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

/* Remove focus */
.select-text:focus {
    outline: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

/* Use custom arrow */
.select .select-text {
    appearance: none;
    -webkit-appearance: none
}

.select:after {
    position: absolute;
    top: 30px;
    right: 0px;
    /* Styling the down arrow */
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.12);
    pointer-events: none;
}


/* BOTTOM BARS ================================= */
.select-bar {
    position: relative;
    display: block;
    width: 150px;
}

.select-bar:before, .select-bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 10px;
    position: absolute;
    background: #2F80ED;
    transition: 0.2s ease all;
}

.select-bar:before {
    left: 54%;
}

.select-bar:after {
    right: 46%;
}

/* active state */
.select-text:focus ~ .select-bar:before, .select-text:focus ~ .select-bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.select-highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}