/* global */

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,300i,400,400i,500,500i,700,700i,900,900i');

body{
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	background-color: #fff;
    font-weight: 300;
	min-width: 100%;
	color: #323232;
}
html,body{
    margin:0;
    padding:0;
    border:0;
}
[class*="col" ] { min-height:0px; }
.clr{
	clear:both;
}
a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    outline:0 none !important;
}

h1,h2,h3,h4,h5,h6{
	padding: 0;
	margin: 0;
}
a, a:visited, a:focus, a:active, a:hover{
    text-decoration: none;
    outline:0 none !important;
    color: #323232;  
}
html, body, .parallax-container {
    height: 100%!important;
}
ul{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
b{
    font-weight: bold;
}
.text-muted {
    color: #b9b9b9!important;
}
.text-dark {
    color: #000!important;;
}
.theme {
    color: #02faff!important;
}

/* end global */

/* header  */

header{
    background-color: #000;
    background: url(../img/black-friday/background-hero.jpg) center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 100px;
    position: relative;
}
.trener {
    position: absolute;
    left: 0;
    bottom: 0;
}
.main-title, .main-text, header a.button {
    margin: 25px 0;
}
.main-title {
    width: 100%;
}
/* .main-title h1 {
    font-family: 'Neon', sans-serif;;
    text-shadow: 0 0 35px #c4007d;
    color: #f671c5;
    font-size: 66px;
    font-weight: bold;
    line-height: 70px;
    text-transform: uppercase;
    letter-spacing: 0.74px;
    position: relative;
    display: inline-block;
} */
.main-text p {
    font-size: 26px;
    font-weight: 500;
}
a.button{
    background-image: -webkit-gradient(linear, right top, left top, from(#02faff), to(#05d1d6));
    background-image: -o-linear-gradient(right, #02faff 0%, #05d1d6 100%);
    background-image: linear-gradient(to left, #02faff 0%, #05d1d6 100%);
    padding: 15px 50px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    border-radius: 80px;
}
a.button:hover {
    -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
}
.main-counter {
    margin-top: 45px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.counter h3 {
    color: #02faff;
    font-size: 62px;
    padding: 0px 20px;
    font-weight: bold;
    position: relative;
}
.counter span {
    font-size: 20px;
}
.days::after {
    content: 'dni';
    position: absolute;
    color: #02faff;
    font-weight: 500;
    font-size: 12px;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.day::after {
    content: 'dzień';
    position: absolute;
    color: #02faff;
    font-weight: 500;
    font-size: 12px;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.hours::after {
    content: 'godzin';
    position: absolute;
    color: #02faff;
    font-weight: 500;
    font-size: 12px;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.minutes::after {
    content: 'minut';
    position: absolute;
    color: #02faff;
    font-weight: 500;
    font-size: 12px;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.seconds::after {
    content: 'sekund';
    position: absolute;
    color: #02faff;
    font-weight: 500;
    font-size: 12px;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
/* end header  */

/* only today  */
#today {
    padding: 100px 0;
}
#today h1 {
    margin-bottom: 60px;
    font-weight: bold;
}
#today .header{
    margin: 30px auto 15px auto;
    font-weight: bold;
    font-size: 1.75rem;
}
#today img {
    max-height: 94px;
    width: auto;
}
/* end only today  */


/* packages */

#packages{
    background: url(../img/black-friday/tlo1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.title-package h2{
    color: #fff;
    text-transform: uppercase;
    font-size: 46px;
    font-weight: bold;
}
.title-package {
    margin-bottom: 100px;
}
.box{
    border-radius: 20px;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.09);
            box-shadow: 0 0 16px rgba(0, 0, 0, 0.09);
}
.first-box .box {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.third-box .box {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.first-box {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
}
.third-box {
    -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);
}
.box h1{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
.box ul li{
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    background: url(../img/cyber-monday/tick.png) no-repeat 0 5px transparent;
    padding-left: 23px;
}
a.choose{
    background-color: #000;
    padding:10px 40px;
    color: #fff!important;
    font-size: 20px;
    font-weight: bold;
    border-radius: 80px;
    text-align: center;
    display: block;
}
.choose-bestseller {
    background-image: -webkit-gradient(linear, right top, left top, from(#02faff), to(#05d1d6));
    background-image: -o-linear-gradient(right, #02faff 0%, #05d1d6 100%);
    background-image: linear-gradient(to left, #02faff 0%, #05d1d6 100%);
}
a.choose:hover {
    -webkit-transform: scale(1.05, 1.05);
        -ms-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
}
.pack .main{
    z-index: 1000;
    position: relative;
    margin-top: -30px;
    border: 2px solid #000;
}
.bestseller{
    background-color: #000;
    padding: 20px 0;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border: 2px solid #fff;
}
.bestseller-image {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
}
.bestseller h1{
    color: #02faff;
}
.bestseller p{
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}
p.bestseller-title {
    font-size: 25px;
    text-align: left;
    margin-left: 30px;
}
.first-box .padding, .third-box .padding {
    border-radius: 20px;
}
.padding{
    padding: 0 30px 30px 30px;
    background-color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    min-height: 399px;
}
.padding > h1 {
    padding-top: 20px;
}
.pack {
    margin: 80px auto 0 auto;
}
.price-inline {
    text-align: center;
    padding: 10px 0;
}
.old, .price-inline h1{
    display: inline-block;
    margin-right: 5px;
}
.old-price {
    color: #b4b4b4;
    text-decoration: line-through;
    -webkit-text-decoration-color: #02faff;
            text-decoration-color: #02faff;
}
.percent{
    font-size: 36px;
    font-weight: bold;
}
.price{
    font-weight: bold;
}
.one-month {
    line-height: 97qqpx;
}

/* end packages */

/* why  */

#why{
    padding: 100px 0;
}

.why-title {
    margin-bottom: 100px;
}
.why-box h2 {
    color: #02faff;
    font-weight: 500;
    font-size: 88px;
    position: relative;
    display: inline-block;
}
.why-box > span {
    color: #02faff;
    font-weight: 500;
    font-size: 88px;
    display: inline-block;
    line-height: 1;
}
.why-box > span.why-lower {
    font-size: 40px;
}
.why-box p {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
}
#why .button {
    margin-top: 70px;
}
/* end why  */

/* baner bottom  */

#baner-bottom {
    background-color: #000;
    background: url(../img/black-friday/footer-baner.jpg) center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 100px 0;
    position: relative;
}
.footer-trener {
    position: absolute;
    left: 0;
    bottom: 0;
}
/* end baner bottom */

.center{
    text-align: center;
}

/* footer  */

footer{
    margin: 10px 0;
}
footer ul li{
    list-style: none;
    display: inline-block;
    color: #b7b7b7;
    margin: 0 10px;
}
footer ul{
    margin-top: 17px;
}
.socials{
    float: right;
}

/* end footer  */

button.navbar-toggler.navbar-toggler-right {
    float: right;
    margin-top: 25px;
}
.navbar{
    display: block;
    padding: 0;
}
#navbarCollapse {
    float: right;
    margin-top: 30px;
}

@media only screen and (max-width: 1445px){ 
    .trener {
        -webkit-transform: translateX(-10%);
            -ms-transform: translateX(-10%);
                transform: translateX(-10%);
    }
}
@media only screen and (max-width: 1200px){
    #baner-bottom {
        background: url(../img/cyber-monday/trener-bottom.jpg) left center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    img.footer-trener {
        display: none;
    }
    img.trener {
        display: none;
    }
    .main-text {
        text-align: center;
    }
    .main-counter {
        padding-top: 40px;
    }
    .main-counter p {
        padding: 0;
        margin: 0;
    }
    .today-text {
        margin-bottom: 25px;
    }
    .custom-toggler .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    #navbarCollapse {
        width: 100%;
        text-align: center;
    }
    .arrow:after{
        right: -90px;
    }
    .line:after{
        right: -35px;
    }

}
@media only screen and (max-width: 992px){
    .main-text h1 {
        font-size: 75px;
    }
    .main-text {
        padding: 15px 0;
    }
    #today {
        padding: 50px 0;
    }
    #today h1 {
        margin-bottom: 50px;
    }
    .title-package {
        margin-bottom: 50px;
    }
    .padding {
        min-height: unset;
    }
    .why-title {
        margin-bottom: 50px;
    }
    .why-box {
        margin: 15px 0;
    }
    #why .button {
        margin-top: 50px;
    }
    #trainer{
        padding: 50px 0;
        position: relative;
        overflow: hidden;
    }
    .trainer-img {
        margin: 0;
        position: absolute;
    }
    .trainer-img img {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    /* #trainer img {
        display: none;
    } */
    #packages, #why{
        padding: 50px 0;
    }
    .first-box, .third-box {
        -webkit-transform: unset;
            -ms-transform: unset;
                transform: unset;
    }
    .first-box .box, .third-box .box {
        border-radius: 20px;
    }
    .noPadding{
        padding-left: 15px;
        padding-right: 15px;
    }
    .pack .main{
        margin-top: 20px;
    }
    .box{
        margin: 20px auto;
        width: 70%;
    }
    .pack{
        margin-top: 0;
    }
    .why-box p{
        font-size: 15px;
    }
    .success-box, .box {
        width: 70%;
        margin: 20px auto;
    }
    #success{
        padding: 50px 0;
    }
}
@media only screen and (max-width: 768px){
    header {
        background: url(../img/black-friday/mobile.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    header .button {
        margin: 50px 0;
    }
    .bestseller-image {
        top: 15px;
        right: 15px;
        -webkit-transform: unset;
            -ms-transform: unset;
                transform: unset;
    }
    .main-text h1 {
        font-size: 65px;
    }
    .arrow:after, .line:after{
        display: none;
    }
    .why-box h4{
        margin-top: 15px;
    }
    .why-box{
        margin-top: 15px;
    }
    footer, #trainer, #why{
        text-align: center;
    }
    .socials{
        float: none;
    }
    header, header p{
        text-align: center;
    }
    header ul li{
        display: inline-block;
    }
    .trainer-img {
        display: none;
    }
    #trainer {
        margin-top: 50px;
    }
    #trainer ul, #trainer h5, #trainer h3 {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: auto;
    }
    .icon{
        margin: auto;
    }
    .success-box, .box {
        width: 90%;
    }
}

@media only screen and (max-width: 576px){
    .header-title img {
        width: 150px;
        height: auto;
    }
    .title-package h2 {
        font-size: 2.5rem;
    }
    header .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%;
    }
    .bestseller-image {
        width: 80px;
        height: auto;
        top: 0;
    }
    .main-title img {
        width: 90%;
        margin: auto;
    }
    .main-text p {
        font-size: 14px;
    }
    header .button {
        margin: 15px 0;
    }
    a.button {
        font-size: 16px;
    }
    .why-box h2 {
        font-size: 50px;
    }
    .why-box > span {
        font-size: 50px;
    }
    .main-counter {
        padding: 15px 0;
    }
    .counter h3 {
        font-size: 40px;
    }
    .main-text h1 {
        font-size: 45px;
    }
    .main-text h3 {
        font-size: 22px;
    }
    .main-text {
        padding: 15px 0;
    }
    .left-hero {
        margin: 15px 0;
    }
    .circle {
        width: 100px;
        height: 100px;
    }
    .success-box {
        width: 100%;
    }
}

@media only screen and (min-width: 1200px){ 
    .success-text {
        min-height: 240px;
    }
}

@media only screen and (max-width: 1200px){ 
    .success-text {
        min-height: 330px;
    }
}

@media only screen and (max-width: 992px){ 
    .success-text {
        min-height: unset;
    }
}