:root {
    /* Colors */
    --main-color: #eccb02;
    --background: #fff;

    /* Background Image */
    --background-image: url('images/background.png');
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*
Inter Font
font-family: 'Inter', sans-serif;
font-weight: 100,200,300,400,500,600,700,800,900;

Montserrat Font
font-family: 'Montserrat', sans-serif;
font-weight: 100,200,300,400,500,600,700,800,900;
*/

* {
    padding: 0px;
    margin: 0px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
}

h1 {
    padding: 0px;
    margin: 0px;
}

h2 {
    padding: 0px;
    margin: 0px;
}

h3 {
    padding: 0px;
    margin: 0px;
}

h4 {
    padding: 0px;
    margin: 0px;
}

h5 {
    padding: 0px;
    margin: 0px;
}

p {
    padding: 0px;
    margin: 0px;
}

.welcome-container {
    height: 100vh;
}

.welcome {
    position: relative;
    width: 100%;
    height: 782px;
    background-color: #f1f6ff;
    /* border-radius: 3rem; */
}

.welcome::after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #cad4e6;
    position: absolute;
    top: 0px;
    left: 23% !important;
}

.welcome-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
   /*  border-radius: 3rem; */
    width: 100%;
    height: 782px;
    top: 0rem;
    position: relative;
}

.welcome-bg-1 {
    background-image: url("../images/background-1.jpg");
}

.logo {
    max-width: 150px;
    margin: auto auto 2rem auto;
}

.qr {
    margin: 0rem 0rem 2rem 0rem;
}

.qr img {
    width: 100%;
    border-radius: 2rem;
    background-color: #fff;
    padding: 1rem;
}

.group {
    display: flex;
    margin: 0rem 0rem 2rem 0rem;
}

.group img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 0rem;
}

.group div {
    margin: auto 0rem auto 1rem;
}

.group div h1 {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0rem 0rem .25rem 0rem;
}

.group div p {
    font-family: 'Inter', sans-serif;
    font-size: .8rem;
    font-weight: 500;
    color: #5a5a5a;
    letter-spacing: .2px;
}

.challenge {
    display: flex;
    border-radius: 1rem;
    background-color: #ffdb00;
    background-image: url('../images/challenge-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1rem;
}

.challenge-svg {
    width: 30px;
    height: 30px;
    display: flex;
    background-color: #000;
    border-radius: .6rem;
    margin: auto 0rem auto 0rem;
}

.challenge-svg svg {
    width: 18px;
    height: 18px;
    color: #fff;
    margin: auto;
}

.challenge-label {
    margin: auto auto auto 1rem;
}

.challenge-label p {
    font-size: .8rem;
    font-weight: 500;
    letter-spacing: -.4px;
}

.challenge-label p svg {
    width: 12px;
    height: 12px;
    color: #ee0d0d;
    margin: -.25rem 0rem 0rem 0rem;
}

.challenge-label h1 {
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: -.8px;
}

.challenge-label h1 span {
    font-weight: 700;
}

.profile {
    display: flex;
}

.profile-label {
    margin: 0rem auto auto 2rem;
}

.profile-label h1 {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: -.6px;
    margin: 0rem 0rem .25rem 0rem;
}

.profile-label h1 span {
    font-weight: 700;
}

.profile-label p {
    font-size: 1rem;
    font-weight: 500;
    color: #5a5a5a;
    margin: 0rem 0rem 1rem 0rem;
}

.profile-label h2 {
    font-size: 1rem;
    font-weight: 500;
    color: #5a5a5a;
    position: relative;
}

.profile-label h2 span {
    color: #ffdb00;
    background-color: #000;
    font-size: .8rem;
    font-weight: 700;
    padding: .25rem 1.25rem .25rem .25rem;
    border-radius: 50px;
}

.profile-label h2 svg {
    position: absolute;
    color: #ffdb00;
    left: 88px;
    bottom: 3px;
    width: 12px;
    height: 12px;
}

.profile img {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    margin: 0rem;
}

.profile-group {
    width: 100%;
    background-color: #fff;
    border-radius: 1rem;
    border: 1px solid #eee;
    margin: 3rem 0rem 0rem 0rem;
}

.profile-gym {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    padding: 1.75rem 1.5rem;
}

.profile-svg {
    display: flex;
    width: 50px;
    height: 50px;
    background-color: #ffdb00;
    border-radius: 25%;
}

.profile-svg svg {
    width: 25px;
    height: 25px;
    color: #000;
    margin: auto;
}

.profile-description {
    margin: 0rem 0rem 0rem 1rem;
}

.profile-description h2 {
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0rem 0rem 0rem 0rem;
}

.profile-description p {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #777;
}

.profile-badge {
    display: flex;
    width: 40px;
    height: 40px;
    background-color: #0070ff;
    border-radius: .75rem;
    margin: 0rem 0rem auto auto;
}

.profile-badge svg {
    color: #fff;
    width: 20px;
    height: 20px;
    margin: auto;
}

.container-divider {
    position: relative;
}

.profile-status {
    text-align: center;
    margin: 1rem 0rem 0rem 0rem;
}

.profile-status h1 {
    font-size: .9rem;
    font-weight: 600;
    color: #303030;
}

.menu {
    display: flex;
}

.menu-socials {
    margin: 0rem 0rem 3rem 0rem;
}

.menu-socials h1 {
    font-size: 1rem;
    font-weight: 500;
    color: #777;
    letter-spacing: -.25px;
    margin: 0rem 0rem .25rem 0rem;
}

.facebook {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
}

.instagram {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    margin: 0rem 0rem 0rem 2rem;
}

.facebook svg {
    margin: 0rem .25rem 0rem 0rem;
}

.instagram svg {
    margin: 0rem .25rem 0rem 0rem;
}

.slick-arrow {
    display: none!important;
}

.left-container-padding {
    padding: 2rem;
}

.center-container-padding {
    padding: 1.3rem 0rem;
}

.d-block {
    display: block!important;
}

.d-none {
    display: none!important;
}

.toggle {
    position: fixed;
    top: 2rem;
    left: 2rem;
    width: 100px;
    height: 50px;
    border-radius: 10px;
    border: none;
    background-color: #ffdb00;
    color: #000;
    font-size: 1rem;
    font-weight: 700;
    transition: .3s;
}

.toggle:hover {
    opacity: .8;
    transition: .3s;
}