/*====================== Google fonts ========================*/
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

/*====================== Basic css ========================*/
html {
	font-size: 62.5%;
}

:root {
	scroll-behavior: unset;
}

html,
body,
header,
footer,
main,
nav,
section,
div,
menu,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
button {
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

a:visited,
a:hover,
a:active {
    text-decoration: none;
}

img {
	max-width: 100%;
}

/* body */
body {
	font-family: "Nunito", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	background: #FFFFFF;
	color: #0F1324;
}

/* container */
.container {
	max-width: 1230px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

/* back-to-top */
.back-to-top {
	width: 4.5rem;
	height: 4.5rem;
	line-height: 4.5rem;
	font-size: 2rem;
	text-align: center;
	display: none;
	position: fixed;
	bottom: 3rem;
	right: 2rem;
	border-radius: 50%;
	background: #F94D6F;
	color: #FFF;
	z-index: 1000;
	box-shadow: 0rem 0.6rem 1rem rgba(0, 0, 0, 0.5);
	transition: 0.2s all ease;
}

.back-to-top:hover {
	box-shadow: 0rem 0rem 3rem #F94D6F;
}

/*==================== header_area start ======================*/
.header_area {
	width: 100%;
	display: block;
	background: transparent;
	padding: 2.4rem 0;
	position: absolute;
	top: 0;
	z-index: 1024;
}

.header_main {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header_logo img {
	max-width: 13.4rem;
}

.header_right {
	display: flex;
	align-items: center;
	gap: 1.6rem;
}

.header_right ul {
	display: flex;
	align-items: center;
	gap: 0.8rem;
}

.header_right ul li a {
	width: 5.2rem;
	height: 5.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: rgba(255, 255, 255, 0.80);
	backdrop-filter: blur(1rem);
	border-radius: 50%;
	transition: 0.2s all ease;
}

.header_right ul img {
	max-width: 2.4rem;
	transition: 0.2s all ease;
}

.header_right ul li a:hover {
	background: #F94D6F;
}

.header_right ul li a:hover img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7497%) hue-rotate(47deg) brightness(106%) contrast(100%);
}

.header_btn a {
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 700;
	line-height: 125%;
	color: #FFF;
	background: #F94D6F;
	display: inline-block;
	padding: 1.6rem 2.8rem;
	border-radius: 5rem;
	transition: 0.2s all ease;
}

.header_btn a:hover {
	opacity: 0.8;
}

/*==================== hero_area start ======================*/
.hero_area {
	background-image: url(../images/hero-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 16.5rem;
}

.hero_item img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.hero_cnt h1 {
	font-size: 6.4rem;
	font-style: normal;
	font-weight: 800;
	line-height: 100%; 
	letter-spacing: -0.128rem;
	color: #0F1324;
}

.hero_cnt h1 span {
	color: #F94D6F;
}

.hero_cnt p {
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; 
	letter-spacing: -0.018rem;
	color: #0F1324;
	margin: 1.6rem 0rem 3.2rem;
}

.hero_cnt ul {
	display: flex;
	align-items: center;
	gap: 1.2rem;
}

.hero_cnt ul .appStore {
	max-width: 16rem;
	transition: 0.2s all ease;
}

.hero_cnt ul .playStore {
	max-width: 17.2rem;
	transition: 0.2s all ease;
}

.hero_cnt img:hover {
	opacity: 0.82;
}

/*=================== workout_area start =====================*/
.workout_area {
	padding: 10rem 0rem;
}

.title_cnt h2,
.title_cnt h3 {
	font-size: 4.8rem;
	font-style: normal;
	font-weight: 800;
	line-height: 125%;
	letter-spacing: -0.096rem;
	color: #0F1324;
}

.title_cnt h2 span,
.title_cnt h3 span {
	color: #F94D6F;
}

.workout_main {
	padding: 4.8rem 0rem 4rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.workout_item {
	background: #FFF;
	border: 1px solid #DFE2E9;
	padding: 4rem 4rem 6rem;
}

.workout1 {
	border-radius: 4rem 0rem 0rem 4rem;
}

.workout2 {
	border-left: none;
	border-right: none;
}

.workout3 {
	border-radius: 0rem 4rem 4rem 0rem;
}

.workout_inner img {
	width: 100%;
	border-radius: 2rem;
}

.workout_cnt {
	padding: 2.8rem 1.5rem 0rem;
}

.workout_cnt h4 {
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 800;
	line-height: 120%;
	color: #0F1324;
	margin-bottom: 1.2rem;
}

.workout_cnt p {
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; 
	letter-spacing: -0.014rem;
	color: #0F1324;
	margin: 0;
}

.workout_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
}

.workout_btn a {
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	color: #0F1324;
	background: #EEEFF1;
	display: inline-block;
	padding: 2rem 4rem;
	border-radius: 5rem;
	transition: 0.2s all ease;
}

.workout_btn a:hover,
.workout_btn a.active {
	background: #F94D6F;
	color: #FFF;
}

.workout_btn a.active:hover {
	opacity: 0.8;
}

/*==================== slider_area start ======================*/
.slider_area {
	background: #FFF;
	padding: 0 2rem;
}

.slider_main {
	background: #F3F4F6;
	padding: 10rem 0;
	border-radius: 4rem;
	padding-left: calc((100% - 1200px) / 2);
        padding-right: calc((100% - 1200px) / 2);
}

.slider_box {
	background: #FFF;
	border: 1px solid #E9EAEC;
	padding: 2rem 3.6rem 2rem 2rem;
	border-radius: 2.8rem;
	opacity: 0.5;
}

.slider_left img {
	width: 100%;
	border-radius: 1.6rem;
}

.slider_right {
	padding: 2.8rem 0rem 4.6rem 4.4rem;
	position: relative;
}

.slider_right img {
	max-width: 5.6rem;
	width: 5.6rem;
	height: 5.6rem;
	border-radius: 50%;
	position: absolute;
	left: -2.6rem;
	top: 2.8rem;
}

.slider_right p {
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 162.5%;
	color: #0F1324;
	margin-bottom: 0.8rem;
}

.slider_right span {
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	color: #878B99;
}

.owl-carousel {
	padding-top: 4.8rem;
}

.owl-item.active .slider_box {
	opacity: 1;
}

.owl-nav {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 49%;
	transform: translateY(-50%);
}

.owl-nav button {
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
}

.owl-nav button img {
	max-width: 6.8rem;
}

.owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.8rem;
	margin-top: 4.8rem;
}

.owl-dot {
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
}

.owl-dot span {
	width: 1rem;
	height: 1rem;
	display: block;
	background: #D9D9D9;
	border-radius: 50%;
}

.owl-dot.active span {
	width: 1.2rem;
	height: 1.2rem;
	background: #F94D6F;
}

/*===================== apps_area start =======================*/
.apps_area {
	background: #FFF;
	padding: 8rem 0;
}

.apps_cnt p {
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: -0.018rem;
	color: #0F1324;
	margin: 0.8rem 0rem 3.2rem;
}

.apps_item img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

/*====================== download_area start ========================*/
.download_area {
	background: #FFF;
	padding: 0rem 2rem;
}

.download_main {
	background: #F3F4F6;
	border-radius: 4rem;
}

.download_right img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.download_left p {
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; 
	letter-spacing: -0.018rem;
	color: #0F1324;
	margin: 0.8rem 0rem 3.2rem;
}

.download_left ul {
	display: flex;
	align-items: center;
	gap: 1.6rem;
}

.download_left ul img {
	max-width: 20rem;
	transition: 0.2s all ease;
}

.download_left ul img:hover {
	opacity: 0.85;
}

.signup_part {
	background-image: url(../images/signup-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 10rem 0rem;
	margin-top: 2rem;
	border-radius: 4rem;
}

.signup_cnt h4 {
	font-size: 4.8rem;
	font-style: normal;
	font-weight: 800;
	line-height: 125%;
	letter-spacing: -0.096rem;
	color: #FFF;
	margin-bottom: 3.2rem;
	text-align: center;
}

.sign_item {
	max-width: 61.2rem;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 1.2rem;
}

.sign_item input {
	font-family: "Nunito", sans-serif;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	color: #868A98;
	background: #FFF;
	width: calc(100% - 16rem);
	display: block;
	padding: 1.6rem 2rem;
	border: none;
	outline: none;
	border-radius: 5rem;
}

.sign_item input::placeholder {
	font-family: "Nunito", sans-serif;
	color: #868A98;
	opacity: 1;
}

.sign_item button {
	font-family: "Nunito", sans-serif;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	color: #FFF;
	background: #0F1324;
	display: block;
	width: 16rem;
	padding: 1.6rem 2rem;
	border: none;
	outline: none;
	border-radius: 5rem;
	transition: 0.2s all ease;
}

.sign_item button:hover {
	opacity: 0.82;
}

/*====================== community_area start ========================*/
.community_area {
	padding: 12rem 0;
}

.community_item {
	padding: 6.4rem 0;
}

.community_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	text-align: center;
}

.community_cnt h4 {
	font-size: 6.4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: #0F1324;
	text-align: center;
}

.community_cnt p {
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	color: #9598A5;
	text-align: center;
	margin: 0;
}

/*======================= footer_area start =========================*/
.footer_area {
	background: #0F1324;
	padding: 5.4rem 0rem 5.8rem;
}

.footer_main {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer_left {
	display: flex;
	align-items: center;
	gap: 1.2rem;
}

.footer_left .appStore {
	max-width: 12.8rem;
	transition: 0.2s all ease;
}

.footer_left .playStore {
	max-width: 13.4rem;
	transition: 0.2s all ease;
}

.footer_left img:hover {
	opacity: 0.8;
}

.footer_links {
	display: flex;
	align-items: center;
	gap: 4rem;
}

.footer_cnt h4 {
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 128.571%;
	color: #717484;
	margin-bottom: 0.4rem;
}

.footer_cnt a {
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 128.571%;
	color: #CFD0D3;
	border-bottom: 1px solid #494C59;
	transition: 0.2s all ease;
}

.social_links ul {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.social_links ul img {
	max-width: 2.4rem;
	transition: 0.2s all ease;
}

.social_links ul img:hover {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(160deg) brightness(114%) contrast(101%);
}

.footer_right p {
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 128.571%;
	letter-spacing: 0.028rem;
	color: #717484;
}

.footer_cnt a:hover {
	color: #FFF;
	border-color: #FFF;
}
