html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Mulish';
}

.visible-xs {
    display: none;
}

.splide__slide {
    text-align: center;
}

@media (min-width: 768px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }
}

h1 span, h2 span, h3 span {
    color: #4db035;
}

.choosepackage-scroll, .learnmore-scroll {
    cursor: pointer;
}

.cta-row {
    margin-top: 40px;
    margin-bottom: 10px;

    text-align: center;
}

a.cta {
    display: inline-block;
    padding: 14px 60px;

    font-size: 20px;
    color: #fff;
    background-color: #41ad49;
    text-decoration: none;

    text-align: center;

    border-radius: 100px;
    
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
a.cta:hover {
    background-color: #7ac57f;
    
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.topbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 40px;

    margin: 0;
    padding: 12px;

    font-size: 18px;
    line-height: 24px;

    text-align: center;
    color: white;
    background-color: #56c43b;

    z-index: 10;
}
.topbar p {
    margin: 0;
}
.topbar p .choosepackage-scroll:hover {
    text-decoration: underline;
}

#header {
    width: 100%;
	max-width: 1900px;
	
    margin-top: 40px;
	padding: 60px 50px 0 50px;

    background: url(../images/header.png);
    background-size: cover;
	background-position: 50%;
    background-repeat: no-repeat;
}
#header .photos-col {
    padding-right: 310px;
    text-align: right;
}
#header img {
    width: 100%;
	max-width: 400px;
}
#header img.martyna {
    position: absolute;
    right: 110%;
    bottom: 0;
}
#header img.martyna-podpis {
    display: none;
    position: absolute;
}
#header h3 {
    margin-bottom: 30px;

    color: #fff;
    font-size: 22px;
    line-height: 32px;
}
#header .form-cell {
    padding-bottom: 25px;
    text-align: left;
}
#header .form-cell a {
    display: inline-block;
}
#header .form-cell a.join-now {
    padding: 14px 50px;

    color: #40a260;
    background-color: #fff;
    
    font-size: 20px;
    font-weight: bold;

    border: 2px solid #fff;
    border-radius: 40px;

    text-decoration: none;
    
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#header .form-cell a.join-now:hover {
    color: #fff;
    background-color: #ffffff44;

    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#header .form-cell a.learn-more {
	margin-left: 10px;
    padding: 10px 25px;
	
    color: #fff;
    background-color: transparent;
    
    font-size: 20px;
    
	border: 2px solid #fff;
    border-radius: 25px;
}

/* CTA */

#intro .form-cell {
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: center;
}

#intro {
    margin-top: 40px;
}
#intro h3 {
    margin-top: 50px;
    margin-bottom: 20px;

    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
#intro p {
    font-size: 18px;
    line-height: 28px;
}
#intro .video-col {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}
#intro .video-wrapper {
    position: relative;
    
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
#intro .video-wrapper .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#project-countdown-banner {
    /* margin-top: 50px; */
    padding: 30px;

    color: #fff;
    text-align: center;

    background: rgb(37,157,59);
    background: linear-gradient(90deg, rgba(37,157,59,1) 0%, rgba(80,183,55,1) 100%);
}
#project-countdown-banner .countdown-title {
    font-size: 24px;
}
#project-countdown-banner .countdown-box {
    margin-top: 15px;

    font-size: 50px;
    font-weight: bold;

    color: #259d3b;
    background: #fff;

    border-radius: 25px;
}
#project-countdown-banner .countdown-unit {
    padding-top: 5px;

    font-size: 16px;
    text-align: center;
}

#idea-story {
    margin-top: 40px;
}
#idea-story h3 {
    margin-top: 50px;
    margin-bottom: 20px;

    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
#idea-story .is-img-col img {
    position: absolute;
    left: 0;
    bottom: 0;
}
#idea-story p {
    font-size: 18px;
    line-height: 28px;
}
#idea-story p.is1 {
    margin-top: 50px;
}
#idea-story p.is3 {
    margin-top: 70px;
}
#idea-story p.is4 {
    margin-top: 60px;
}
#idea-story ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#idea-story ul li {
    margin: 10px 0 20px 0;
    padding-left: 36px;

    font-size: 18px;
    
    background: url(../icons/icon-advantages-tick.png) no-repeat left top;
    background-size: 26px;
}
#idea-story ul li span {
    display: block;
    margin-bottom: 5px;

    font-size: 22px;
    font-weight: bold;
}
#idea-story .cta {
    margin: 20px 20px 40px 30px;
}

#reviews, #product-reviews {
    margin-top: 40px;
    margin-bottom: 20px;
    
    text-align: center;
}
#reviews h3, #product-reviews h3 {
    margin-top: 20px;
    margin-bottom: 20px;

    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
#reviews .review, #product-reviews .review {
    margin-top: 30px;
}
#reviews .review p, #product-reviews .review p {
    margin-top: 15px;
    /*
    padding-left: 15px;
    padding-right: 15px;
    */

    text-align: left;
    font-size: 16px;
}
#reviews .review p.name, #product-reviews .review p.name {
    margin-top: 10px;
    margin-bottom: 0;

    text-align: center;
    font-weight: bold;
}
#product-reviews .splide__arrow--prev,
#product-reviews .splide__arrow--next {
    margin-top: -60px;
}
#reviews .splide__arrow--prev,
#reviews .splide__arrow--next {
    margin-top: -30px;
}

/*
#peek-images {
    margin-top: 40px;
}
*/
#peek-images h3 {
    margin-top: 20px;
    margin-bottom: 40px;

    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
#peek-images img {
    border-radius: 20px;
}
#peek-images p {
    font-size: 18px;
    line-height: 28px;
}

#trainings {
    margin-top: 40px;
}
#trainings h3 {
    margin-top: 50px;
    margin-bottom: 20px;

    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
#trainings p {
    font-size: 18px;
    line-height: 28px;
}
#trainings .video-col {
    text-align: center;
}
#trainings .video-wrapper {
    position: relative;
    
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
#trainings .video-wrapper .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#advantages {
    margin-top: 50px;
}
#advantages .advantage {
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 50px;

    border: 3px solid #40a260;

    border-radius: 30px;
}
#advantages h3 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
#advantages h4 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}
#advantages .advantage ul {
    margin: 0;
}
#advantages .advantage ul li {
    margin: 10px 0;

    font-size: 18px;
}
#advantages .advantage ul li span {
    font-size: 22px;
    font-weight: bold;
}
#advantages .advantage ul.main {
    padding: 0;
    list-style-type: none;
}
#advantages .advantage ul.main > li {
    padding-left: 36px;
    
    background: url(../icons/icon-advantages-tick.png) no-repeat left top;
    background-size: 26px;
}
#advantages .advantage ul li ol li {
    margin: 5px 0;
    font-size: 16px;
}
#advantages .advantage p {
    margin-top: 20px;
    font-size: 18px;
}

#packages {
    margin-top: 50px;
}
#packages h2 {
    text-align: center;

    font-size: 40px;
    font-weight: bold;
}
#packages p.packages-intro {
    font-size: 18px;
    line-height: 28px;
}
#packages .package {
    margin-top: 40px;

    text-align: center;
}
#packages .package img {
    max-width: 100%;
}

#packages .package .package-desc {
    padding: 10px;

    font-size: 16px;
}
#packages .package .package-desc .desc-wrap {
    display: block;
    padding: 20px 0;

    color: #000;
    border: 1px solid #99db89;
    border-radius: 20px;
    box-shadow: 0px 0px 18px -16px #000;
    
    overflow: auto;

    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
#packages .package .package-desc .desc-wrap .value {
    padding: 20px 30px;
    color: #000;
    font-size: 16px;
}
#packages .package .package-desc .desc-wrap .price {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;

    color: #fff;
    background-color: #259d3b;
    font-size: 30px;
    line-height: 25px;
    font-weight: bold;

    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
#packages .package .package-desc .desc-wrap .price span {
    font-size: 18px;
}
#packages .package .package-desc .desc-wrap .price span small {
    margin-top: -15px;
    font-weight: normal;
}
#packages .package .package-desc .desc-wrap .price s {
    color: #ededed;
    font-size: 22px;
    font-weight: normal;

    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
#packages .package .package-desc ul {
    margin: 0;
    padding: 0 30px;
    text-align: left;
    list-style-type: none;
}
#packages .package .package-desc ul li {
    margin: 10px 0 10px 0;
    padding-left: 36px;

    font-size: 16px;
    
    background: url(../icons/icon-advantages-tick.png) no-repeat left top;
    background-size: 26px;
}
#packages .package .package-desc ul li.not-included {
    background: url(../icons/icon-advantages-cross.png) no-repeat left top;
    background-size: 26px;

    text-decoration: line-through;
}
#packages .package .package-desc ul li span {
    display: block;
    margin-bottom: 5px;

    font-size: 22px;
    font-weight: bold;
}
#packages .package .package-desc h4 {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}
#packages .package .package-desc a.choice-button {
    display: inline-block;

    padding: 10px 50px;
    margin-bottom: 15px;

    color: #fff;
    background-color: #41ad49;
    border: 3px solid #41ad49;

    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
#packages .package .package-desc .desc-wrap .choice-button:hover {
    color: #41ad49;
    font-weight: bold;
    background-color: #fff;

    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#packages .package .package-desc a.choice-button.soldout,
#packages .package .package-desc .desc-wrap .choice-button.soldout:hover {
    margin-bottom: 0;
    padding: 0;
    
    color: rgb(241, 31, 31);
    font-weight: bold;
    text-decoration: none;
    background: none;
    border: 0;
}

/*
#packages .package .package-desc .desc-wrap:hover {
    color: #fff;
    background-color: #40a260;

    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#packages .package .package-desc .desc-wrap:hover .price {
    color: #fff;

    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#packages .package .package-desc .desc-wrap:hover .price s {
    color: #fff;

    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
*/

#packages .package.main {
    margin-top: 30px;
}
#packages .package.main .package-desc .desc-wrap {
    border: 3px solid #56c43b;
    box-shadow: 0px 0px 20px -12px #000;
}
#packages .package.main .package-desc .desc-wrap .price {
    background-color: #56c43b;
}


#packages .package.couple .package-desc .desc-wrap .package-info {
    padding: 0 10px;
}


#about {
    margin-top: 50px;
}
#about h2 {
    margin-bottom: 60px;
    text-align: center;

    font-size: 40px;
    font-weight: bold;
}
#about h3 {
    margin-top: 0;

    font-size: 36px;
    font-weight: bold;
}
#about h4 {
    margin-top: 0;

    font-size: 28px;
    font-weight: bold;
}
#about p {
    font-size: 18px;
    line-height: 28px;
}
#about img {
    max-width: 100%;

    border-radius: 20px;
}
#about img.agn {
    max-width: 90%;
}


#help {
    text-align: center;
}
#help h3 {
    margin-bottom: 30px;
}

#isitforme {
    margin-top: 50px;
}
#isitforme .advantage {
    margin-top: 20px;
    padding-bottom: 30px;

    border: 3px solid #41ad49;

    border-radius: 30px;
}
#isitforme h3 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
#isitforme h4 {
    padding: 10px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}
#isitforme .advantage ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}
#isitforme .advantage ul li {
    margin: 10px 0;
    padding-left: 5px;

    font-size: 18px;
    
}
#isitforme .advantage ul li  span {
    font-size: 22px;
    font-weight: bold;
}

#notconvinced {
    margin-top: 20px;
}
#notconvinced h3 {
    margin-top: 50px;
    margin-bottom: 20px;

    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
#notconvinced p {
    font-size: 18px;
    line-height: 28px;
}
#notconvinced a {
    font-size: 24px;
    line-height: 28px;
}

#faq h3 {
    margin-top: 80px;
    margin-bottom: 30px;

    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
#faq p {
    font-size: 18px;
    line-height: 28px;
}

#user_accordion h4 {
    margin-top: 20px;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
}

#findme {
    margin-bottom: 100px;

    text-align: center;
}
#findme h3 {
    margin-top: 80px;
    margin-bottom: 50px;

    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
#findme p {
    margin-top: 10px;

    color: #000;
    font-size: 16px;
}

/***
 ====== MAX-WIDTH: 1200, MIN-WIDTH: 980 ======
***/

@media screen and (max-width: 1200px) and (min-width: 980px) {
    
}

@media screen and (min-width: 768px) {
    
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    #header {
        background: url(../images/header-tablet.jpg);

        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
    }
    #header img.martyna {
        left: 100%;
        bottom: 0;
        max-width: 360px;
    }
    #header .form-cell a.learn-more {
        display: none;
    }
    #header .form-cell a.join-now {
        margin-bottom: 30px;
        display: block;
        text-align: center;;
    }
}

/***
 ====== MAX-WIDTH: 767 - MOBILE: TABLET, PHONE ======
***/

@media screen and (max-width: 767px) {
    #header {
        background: url(../images/header-tablet.jpg);

        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
    }
    a.cta {
        width: 80%;
        padding: 14px 30px;
    }
    
    #header {
        text-align: center;
    }
    #header img {
        width: 250px;
    }
    #header img.martyna-podpis {
        display: block;
        bottom: 10%;
        max-width: 120px;
    }
    #header a {
        width: 100%;
        text-align: center;
    }
    #header h3 {
        text-align: left;
        font-size: 20px;
        margin-top: 40px;
    }
    #header img.martyna {
        position: static;
        margin-left: 20%;
        margin-bottom: 0;
        width: 80%;
        max-width: 370px;
    }
    
    #header .intro-col {
        text-align: center;
    }
    #header .intro-col .intro {
        float: none;
        display: inline-block;
        text-align: left;
    }
    #header .photos-col {
        margin-left: -30px;
        text-align: center;
    }
    #header .photos-col img.martyna {
        max-width: 340px;
    }
    #header .photos-col img.mockup {
        width: 220px;
        left: 50%;
    }
    #intro h3 {
        font-size: 28px;
        line-height: 34px;
    }

    #project-countdown-banner {
        margin-top: 50px;
        padding: 30px 0;
    }
    #project-countdown-banner .col-xs-3 {
        padding-left: 5px;
        padding-right: 5px;
    }
    #project-countdown-banner .countdown-title {
        font-size: 24px;
    }
    #project-countdown-banner .countdown-box {
        padding: 10px 0;

        font-size: 36px;
    }
    #project-countdown-banner .countdown-unit {
        font-size: 16px;
    }
    
    #idea-story h3 {
        font-size: 28px;
    }
    #idea-story .is-img-col {
        text-align: center;

    }
    #idea-story .is-img-col img {
        position: relative;
    }
    #idea-story p.is1 {
        margin-top: 0;
    }
    #idea-story p.is3 {
        margin-top: 0;
    }
    #idea-story p.is4 {
        margin-top: 0;
    }

    #advantages h3 {
        font-size: 28px;
    }
    #advantages .advantage {
        padding-top: 0;

        border: 0;
    }
    #advantages .advantage ul li span {
        font-size: 20px;
    }
    
    #packages h2 {
        font-size: 30px;
        line-height: 38px;
    }
    #packages .package {
        margin-top: 30px;
    }
    #packages .package img {
        width: 350px;
    }

    #product-reviews h3 {
        font-size: 28px;
        line-height: 36px;
    }
    
    #peek-images h3 {
        font-size: 28px;
        line-height: 36px;
    }

    #about h3 {
        margin-bottom: 20px;
        text-align: center;
        font-size: 25px;
    }
    #about img.img-about-mobile {
        margin-bottom: 20px;
    }
    
    
    #faq h3 {
        font-size: 28px;
    }

    #findme h3 {
        margin-bottom: 0;
    }
    #findme .sm-link {
        margin-top: 30px;
    }
}