

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('../fonts/Gilroy-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/*  */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Gilroy','Arial';
    font-size: 16px;
    line-height: 24px;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li {
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1210px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* header */
header {
    padding: 16px;
}

header .logo img {
    max-width: 60px;
    margin-left: 16px;
    margin-right: 80px;
}

header nav ul {
    list-style-type: none;
    display: flex;
    align-items: center;
}

header nav ul li {
    padding: 0 21px;
}

header nav ul li a {
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    color: #000;
}

header nav ul li a:hover {
    color: #000;
}

header button.request-quote {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    color: #F9F9F9;
    background: #3693F3;
    outline: none;
    min-height: 44px;
    border-radius: 8px;
    border: 1px solid #3693F3;
    min-width: 152px;
    text-align: center;
    margin-right: 16px;
}

/* banner  */
section.banner {
    padding: 101px 0 153px;
}

.banner .container {
    text-align: center;
}

.banner h1 {
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 56px;
    line-height: 65px;
    color: #000000;
    margin: 0 auto 40px;
}

.banner h1 span {
    font-weight: 700;
}

.banner .banner-img {
    max-width: 1060px;
    width: 100%;
}

.banner p {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #000000;
    max-width: 390px;
    margin: 0 auto 52px;
}

.banner ul.workouts {
    display: flex;
    list-style-type: none;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.banner ul.workouts li {
    margin: 0 12px;
    display: flex;
    align-items: center;
}

.banner ul.workouts li img {
    margin-right: 13px;
}

.banner ul.workouts li span {
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
    color: rgba(0, 0, 0, 0.9);
    opacity: 0.5;
}

/*  workout-builder  */
.workout-builder {
    padding: 80px 0 60px;
    background: linear-gradient(92.95deg, #091814 2.45%, #000000 96.53%);
}

.workout-builder h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 75px;
    color: #00B88B;
}

.workout-builder h2 span {
    font-weight: 700;
}

.workout-builder .col-left {
    max-width: 685px;
    margin-right: 37px;
    margin-left: auto;
}

.workout-builder .col-left .content {
    display: flex;
    align-content: flex-start;
}

.workout-builder .col-left .content>span {
    font-weight: 700;
    font-size: 190px;
    line-height: 135px;
    margin-right: 16px;
    color: #00B88B;
}

.workout-builder .col-left .content p {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    color: #FFFFFF;
}

.workout-builder .col-left .content p span {
    font-weight: 700;
}

.workout-builder .col-right img {
    width: 100%;
    max-width: 500px;
}

/* workout-player */
.workout-player {
    background: linear-gradient(92.95deg, #091814 2.45%, #000000 96.53%);
}

.workout-player .col-left img {
    width: 160%;
}

.workout-player .col-right .content .guide-user>span {
    font-weight: 700;
    font-size: 190px;
    line-height: 135px;
    margin-right: 16px;
    color: #00B88B;
}

.workout-player .col-right .content .guide-user p {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    color: #FFFFFF;
}

.workout-player .col-right .content .guide-user p span {
    font-weight: 700;
}

.workout-player .col-right .content .guide-user {
    display: flex;
    align-content: flex-start;
    margin-bottom: 20px;
}

.workout-player .col-right .content .rating {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.workout-player .col-right .content .rating ul {
    display: flex;
    margin-right: 17px;
    align-items: center;
}

.workout-player .col-right .content .rating ul li {
    display: flex;
    padding: 0 5px;
    color: #FFD56A;
    align-items: center;
}

.workout-player .col-right .content .rating span {
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    line-height: 160%;
}

.workout-player .col-right .content p.review {
    max-width: 470px;
    color: #ffff;
    font-weight: 400;
    font-style: italic;
    line-height: 24px;
}

/* .exercise-content */
.exercise-content {
    background: linear-gradient(92.95deg, #091814 2.45%, #000000 96.53%);
    padding-top: 161px;
}

.exercise-content .content {
    display: flex;
    max-width: 971px;
    align-content: flex-start;
    margin: 0 auto 75px;
    padding-left: 38px;
}

.exercise-content .content>span {
    font-weight: 700;
    font-size: 190px;
    line-height: 135px;
    margin-right: 16px;
    color: #00B88B;
}

.exercise-content .content p {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    color: #FFFFFF;
}

.exercise-content .content p span {
    font-weight: 700;
}

/* mix-match */
.mix-match {
    padding: 185px 0 165px;
}

.mix-match .col-left img {
    max-width: 440px;
    width: 100%;
}

.mix-match .content {
    max-width: 500px;
    padding-top: 90px;
}

.mix-match .content h3 {
    font-weight: 500;
    font-size: 44px;
    line-height: 50px;
}

.mix-match .content p {
    font-weight: 400;
    font-size: 20px;
    padding-right: 26px;
    line-height: 26px;
}

/* engage-customer  */
.engage-customer {
    padding: 115px 0 120px;
    background: rgba(0, 0, 0, 0.04);
}

.engage-customer h3 {
    font-weight: 500;
    font-size: 44px;
    line-height: 120%;
    margin-bottom: 55px;
}

.engage-customer .col-left img {
    width: 100%;
    margin-right: 80px;
    max-width: 360px;
}

.engage-customer .col-right {
    max-width: 510px;
}

.engage-customer .col-right p {
    font-weight: 500;
    margin-bottom: 40px;
    font-size: 20.01px;
}

/* grow-buisness */
.grow-buisness {
    background-image: url("../images/grow-buisness-bg.png");
    background-size: cover;
    background-position: center center;
    padding: 141px 0 91px;
}

.grow-buisness h2 {
    font-weight: 700;
    font-size: 44px;
    color: #fff;
    line-height: 130%;
    margin-bottom: 104px;
}

.grow-buisness .col-left .nav-pills {
    margin-top: 43px;
}

.grow-buisness .col-left .nav-pills .nav-link {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: rgba(255, 255, 255, 0.5);
    padding: 0;
    margin-bottom: 31px;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    opacity: 0.8;
}

.grow-buisness .col-left .nav-pills .nav-link.active {
    color: #fff !important;
    opacity: 1 !important;
}

.grow-buisness .col-right {
    margin-left: 20px;
}

.grow-buisness .col-right div#v-pills-tabContent {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 16.4352px 73.9583px 115.046px rgb(0 0 0 / 2%);
    backdrop-filter: blur(246.528px);
    border-radius: 20px;
    color: #fff;
    min-height: 378px;
    width: 100%;
    max-width: 830px;
    padding: 75px 20px 75px 100px;
}

.grow-buisness .col-right div#v-pills-tabContent ul li {
    margin-bottom: 33px;
    font-size: 18px;
    font-weight: 500;
}

.grow-buisness .pricing {
    display: flex;
    margin-top: 120px;
    align-items: center;
}

.grow-buisness .pricing h4 {
    font-weight: 700;
    font-size: 28px;
    color: #fff;
    line-height: 34px;
}

.grow-buisness .pricing p {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    margin-left: 80px;
}


/* fit-tech */
.fit-tech {
    padding: 180px 0 208px;
    text-align: center;
}

.fit-tech h2 {
    font-weight: 700;
    font-size: 56px;
    line-height: 130%;
    margin-bottom: 20px;
}

.fit-tech p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    opacity: 0.8;
    margin: 0 auto 100px;
}

.fit-tech .thumbnail img {
    width: 100%;
}

/* miss-moment  */
.miss-moment {
    background: linear-gradient(92.95deg, #091814 2.45%, #000000 96.53%);
    padding: 100px 0 90px;
}

.miss-moment .col-left h2 {
    font-weight: 700;
    font-size: 56px;
    line-height: 110%;
    color: #fff;
    margin-bottom: 24px;
}

.miss-moment .col-left h2 span {
    color: #48BF9B;
    padding-right: 15px;
}

.miss-moment .col-left {
    max-width: 510px;
    padding-top: 135px;
}

.miss-moment .col-left p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
    color: #fff;
}

.miss-moment .col-left span:last-child {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
}

.miss-moment .col-right form {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 32px;
}

.miss-moment .col-right form input[type="text"],
.miss-moment .col-right form input[type="email"],
.miss-moment .col-right form textarea {
    outline: none;
    background: rgba(0, 0, 0, 0.08);
    opacity: 1;
    width: 100%;
    font-size: 15px;
    border-radius: 6px;
    margin-bottom: 15px;
    padding: 13px;
    border: 1px solid transparent;
    color: rgba(0, 0, 0, 0.74);
}
.miss-moment .col-right form input[type="text"]:focus,
.miss-moment .col-right form input[type="email"]:focus,
.miss-moment .col-right form textarea:focus {
    border: 1px solid #212529;
}

.miss-moment .col-right form .name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.miss-moment .col-right form .name input {
    width: 49%;
}

.miss-moment .produsts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.miss-moment .produsts p {
    font-weight: 500;
    font-size: 15px;
    width: 100%;
    margin-top: 20px;
    line-height: 21px;
    margin-bottom: 19px;
}

.miss-moment .produsts .form-check {
    display: flex;
    margin: 0;
    padding: 0px;
    margin-bottom: 28px;
    align-items: center;
}

.miss-moment .produsts .form-check input {
    margin: 0 11px 0 20px !important;
}

.miss-moment .produsts .form-check:nth-child(2) input {
    margin-left: 0 !important;
}

.miss-moment form textarea {
    resize: none;
    min-height: 48px;
}

.miss-moment form input[type="submit"] {
    width: 100%;
    background: #1499F9;
    border: 1px solid transparent;
    border-radius: 6px;
    min-height: 48px;
    font-weight: 700;
    font-size: 16.4352px;
    line-height: 100%;
    text-align: center;
    color: #F9F9F9;
    outline: none;
    cursor: pointer;
}

.miss-moment span.timeline {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #FFFFFF;
    opacity: 0.4;
}

/* footer */
footer {
    background: linear-gradient(92.95deg, #091814 2.45%, #000000 96.53%);
}

footer .container {
    padding: 57px 0 73px;
    opacity: 0.2;
    border-top: 1px solid #FFFFFF;
}

footer .logo img {
    max-width: 60px;
}

footer ul li {
    margin-left: 40px;
}

footer ul li:nth-child(1) {
    margin-left: 0;
}

footer ul li a {
    text-decoration: none;
}

/* Responsive */
@media (max-width:991px) {
    .workout-builder .col-left .content p {
        font-weight: 500;
        font-size: 34px;
        line-height: 42px;
    }

    .workout-builder h2 {
        font-size: 36px;
    }

    .workout-player .col-right .content .guide-user p {
        line-height: 42px;
        font-size: 32px;
    }

    .miss-moment .col-left {
        max-width: 100%;
        padding-top: 0;
    }
}

@media (max-width:767px) {
    header {
        padding: 79px 16px 0px;
    }

    section.banner {
        padding: 65px 0 80px;
    }

    .banner h1 {
        font-size: 46px;
        line-height: 60px;
    }

    .banner ul.workouts {
        flex-wrap: wrap;
    }

    .banner ul.workouts li {
        margin-bottom: 15px;
    }

    .workout-player .col-right .content .guide-user p {
        line-height: 34px;
        font-size: 28px;
    }

    .exercise-content .content p {
        font-size: 32px;
    }

    .mix-match .content h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .engage-customer h3 {
        font-weight: 500;
        font-size: 32px;
    }

    .grow-buisness .col-right {
        margin-left: 0;
    }

    .grow-buisness h2 {
        margin-bottom: 70px;
    }

    .grow-buisness .col-right div#v-pills-tabContent {
        min-height: auto;
        padding: 50px 60px; 
    }
    .fit-tech {
        padding: 100px 0;
    }
    .grow-buisness .col-left .nav-pills .nav-link {
        margin:0 20px 25px 0;
    }
}

@media (max-width:575px) {
    
    header .logo img {
    max-width: 60px;
    margin-left: 0px;
    margin-right: 0px;
    }
    
    br {
        display: none;
    }

    .banner h1 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 45px;
        padding: 0 20px;
    }

    .banner p {
        font-size: 16px;
        padding: 0 25px;
        line-height: 22px;
    }

    .banner ul.workouts li span {
        font-size: 13px
    }

    .workout-builder h2 {
        font-size: 17px;
        line-height: 20px;
        padding: 0 10px;
    }

    .workout-builder .col-left .content p {
        font-size: 19px;
        line-height: 25px;
    }

    .workout-builder .col-left .content>span {
        font-size: 93px;
        line-height: 75px;
    }

    .workout-player .col-right .content .guide-user p {
        line-height: 25px;
        font-size: 19px;
    }

    .workout-player .col-right .content .guide-user>span {
        font-size: 93px;
        line-height: 82px;
    }

    .exercise-content .content p {
        line-height: 25px;
        font-size: 19px;
    }

    .exercise-content .content>span {
        font-size: 93px;
        line-height: 82px;
    }

    .mix-match .content h3 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .mix-match .content p {
        font-size: 16px;
        padding-right: 24px;
    }

    .engage-customer h3 {
        font-size: 28px;
        line-height: 34px;
    }

    .engage-customer .col-right p {
        font-weight: 500;
        margin-bottom: 40px;
        font-size: 18px;
    }

    .grow-buisness h2 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .grow-buisness .pricing {
        margin-top: 70px;
        flex-direction: column;
    }

    .grow-buisness .pricing p {
        margin: 0;
        margin-top: 10px;
    }

    .fit-tech h2 {
        font-size: 32px;
        line-height: 48px;
    }

    .fit-tech {
        padding: 80px 0 80px;
    }

    .miss-moment .col-right form .name {

        flex-direction: column;
    }

    .miss-moment .col-right form .name input {
        width: 100%;
    }

    .miss-moment .produsts {
        flex-direction: column;
        align-items: flex-start;
    }

    .miss-moment .produsts .form-check input {
        margin: 0 12px 0 0 !important;
    }

    footer .container {
        padding: 35px 0 45px;
    }

    footer .container {
        flex-direction: column;
    }

    footer .container .logo {
        margin-bottom: 20px;
    }

    .banner ul.workouts li {
        margin: 0 5px;
    }

    .exercise-content .content {
        padding: 0;
    }

    .mix-match {
        padding: 80px 0;
    }

    .workout-player .col-right .content p.review {
        padding: 0 13px;
        font-size: 12px;
    }

    .workout-player .col-right .content .guide-user {
        padding: 0px 5px;
    }

    .engage-customer {
        padding: 48px 0 60px;
    }

    .grow-buisness {
        padding: 70px 0 80px;
    }

    .miss-moment .col-left h2 {
        font-size: 36px;
    }

    .fit-tech p {
        margin: 0 auto 40px;
    }
}