:root {
    --main-red: #a20a0d;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    scrollbar-color: transparent transparent; /* thumb and track color */
}

a {
    text-decoration: none;
}

header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    height: 5rem;
    position: relative;
    z-index: 9999;
    background: black
}

.header-a {
    text-decoration: none;
    color: white;
    font-weight: 400;
}

.header-a:hover {
    color: var(--main-red);
    cursor: pointer;
    font-weight: 500;
    font-size: 1.187rem;
    transition-duration: 0.5s;
}

ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 1.375rem;
}

li {
    color: white;
    font-weight: 400;
    font-size: 1.1rem;
    list-style: none;
}

.join-now {
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border: dimgrey solid 1px;
    border-radius: 0.3rem;
    padding: 0.5rem;
}

.join-now:hover {
    background-color: dimgrey;
    transition-duration: 0.5s;
    cursor: pointer;
}

.join-now-plus-sign {
    display: flex;
    background-color: var(--main-red);
    padding: 0.2rem 0.5rem;
    border-radius: 0.15rem;
    font-weight: 400;
    font-size: 1.3rem;

}

.join-now-text {
    padding: 0 0 0 0.5rem;
    font-weight: 400;
}

.main-banner {
    background: black;
    min-height: 100vh;
}

.main-banner-img {
    width: 100%;
    opacity: 0;
    min-height: 100vh;
    transition: .4s;
}

html {
    scroll-behavior: smooth;
}

.main-banner-background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 8;
    background-image: url("./../assets/mainBanner.jpg");
    background-size: cover;
    opacity: 0.1;
    transition: 1.175s;
}

.banner-left-container {
    display: flex;
    flex-direction: column;
    position: absolute;
    text-align: left;
    color: white;
    justify-content: center;
    margin: 0 20rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.brush-stroke-1 {
    width: 12rem;
    position: relative;
    margin-bottom: 0.7rem;
}

.title {
    min-height: 55px;
}

.title-text-stroke-1 {
    font-size: 0.8rem;
    margin-left: 0.8rem;
    margin-bottom: 0.7rem;
    color: black;
    position: absolute;
    z-index: 9;
    width: 100%;
    align-self: center;
    font-weight: bold;
    letter-spacing: 0.1rem;
}

h1 {
    font-size: 3rem;
}

h1:first-of-type {
    font-weight: bold;
}

.button-classes {
    width: 15rem;
    height: 4rem;
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    transition-duration: 0.5s;
}

.button-classes:hover {
    background-color: var(--main-red);
    color: white;
    transition-duration: 0.5s;
    cursor: pointer;
    .right-arrow {
        filter: brightness(0) invert(1);
        transition-duration: 0.5s;
    }
}

.right-arrow {
    height: 2rem;
    padding: 0.5rem;
}

.cards-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 60rem;
    margin: auto;
    top: -6rem;
    position: relative;
    z-index: 9;
}

.card {
    background-color: white;
    width: 18rem;
    height: 20rem;
    box-shadow: 0 0 22px 5px rgba(0, 0, 0, 0.33);
    border-radius: 12px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    text-align: center;
}

.card-icon {
    height: 5rem;
    width: 5rem;
}

.card-title {
    font-size: 1.3rem;
    letter-spacing: 0.05rem;
    font-weight: bold;
    margin-top: 0.7rem;
    margin-bottom: 1rem;
}

.card-text {
    font-size: 0.9rem;
}

.about-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
}

.about-left {
    width: 25rem;
}

.about-right {
    width: 25rem;
}

.brush-stroke-2 {
    width: 10rem;
    position: relative;
    margin-bottom: 0.7rem;
}

.title-text-stroke-2 {
    font-size: 0.8rem;
    margin-left: 1.3rem;
    margin-bottom: 0.7rem;
    color: white;
    position: absolute;
    z-index: 9;
    align-self: center;
    font-weight: bold;
    letter-spacing: 0.1rem;
}

.about-secondary-title {
    font-size: 1.7rem;
    letter-spacing: 0.05rem;
    font-weight: bold;
    margin-top: 0.7rem;
    margin-bottom: 1rem;

}

.running-man-img {
    height: 40rem;
}

.about-text {
    line-height: 1.6rem;
}

.featured-classes-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 40rem;
    width: 60rem;
    margin: auto;
    margin-bottom: 5rem;
}

.mosaic-images-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 60rem;
    margin: auto;
    flex-wrap: wrap;
    gap: 1rem;
}

.mosaic-image {
    height: 12rem;
    filter: grayscale(100%);
    transition-duration: 0.5s;
}

.mosaic-image:hover {
    filter: grayscale(0%);
    transition-duration: 0.5s;
}

.brush-stroke-3 {
    width: 14rem;
    position: relative;
    justify-content: center;
}

.title-3 {
    display: flex;
    justify-content: center;
}

.title-text-stroke-3 {
    font-size: 0.8rem;
    color: white;
    position: absolute;
    z-index: 9;
    align-self: center;
    font-weight: bold;
    letter-spacing: 0.1rem;
}

.mosaic-image-text {
    position: absolute;
    z-index: 9;
    align-self: center;
    margin-top: -18rem;
    margin-left: 1rem;
    color: white;
}

.mosaic-image-title {
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
    font-weight: bold;
    margin-bottom: 0.4rem;
}

.mosaic-image-subtitle {
    font-size: 0.8rem;
    background: var(--main-red);
    height: 1.5rem;
    width: 12rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.why-us-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    margin: auto;
    background: #050504;
}

.why-us-left {
    width: 25rem;
    height: 100%;
    margin-right: 5rem;
}

.why-us-right {
    width: 25rem;
    margin-left: 5rem;
    position: relative;
    z-index: 2;
}

.title-text-stroke-4 {
    font-size: 0.8rem;
    margin-left: 0.7rem;
    margin-bottom: 0.7rem;
    color: white;
    position: absolute;
    z-index: 9;
    align-self: center;
    font-weight: bold;
    letter-spacing: 0.1rem;
}

.why-us-secondary-title {
    font-size: 1.7rem;
    letter-spacing: 0.05rem;
    font-weight: bold;
    margin-top: 0.7rem;
    margin-bottom: 1rem;
    color: white;
}

.why-us-text {
    line-height: 1.6rem;
    color: white;
}

.boxer-man-img {
    height: inherit;
    mask-image: linear-gradient(to right, transparent, #050504 30%);
}

.why-us-mosaic-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.why-us-mosaic-container > div {
    display: flex;
}

.mosaic-icon-container {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    flex: 1;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}

.mosaic-icon {
    height: 3rem;
}

.mosaic-icon-text {
    color: white;
    font-size: 1rem;
    font-weight: bold;
}

.gym-trainers-container {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 3rem;
}

.title-container {
    width: 30rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.brush-stroke-4 {
    width: 10rem;
    position: relative;
    justify-content: center;
}

.trainer-mosaic-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}

.trainer-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}


.trainer-img {
    height: 18rem;
}

.trainer-name {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 0.2rem;
}

.trainer-social-icon {
    height: 1rem;
    margin: 0.5rem;
    opacity: 0.7;
    transition: 0.3s;
}

.trainer-social-icon:hover {
    opacity: 1;
    scale: 110%;
    transition: 0.3s;
}


.bmi-calculator-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 20rem;
    background: black;
}

.bmi-left-container {
    color: white;
    width: 25rem;
    margin-left: 10rem;
}

span {
    color: var(--main-red);
}

.smaller-text {
    font-size: 0.9rem;
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
}

.bmi-right-container {
    height: 100%;
}

.bmi-image-container {
    height: 100%;
}

.bmi-image {
    height: inherit;
}

input {
    border: none;
    outline: none;
    height: 2rem;
    width: 11rem;
    margin-right: 0.7rem;
    text-align: center;
}

.output {
    font-weight: bold;
    margin-top: 1rem;
}

.ibm-outputs {
    display: flex;
    flex-direction: row;
}

#bmi-result {
    color: var(--main-red);
    margin-left: 0.7rem;
}

.prices-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.prices-card-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 50rem;
    position: relative;
    margin-top: 2rem;
}

.prices-card {
    background-color: white;
    width: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 0.3s;
}

.prices-card:hover {
    transform: scale(1.1);
    transition: 0.3s;
}

.prices-card-img-container {
    width: 15rem;
    height: 10rem;
    overflow: hidden;
}

.prices-card-img {
    height: 10rem;
    object-fit: cover;

}

.prices-perks-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background: white;
    width: 15rem;
    box-shadow: 0 0 22px 5px rgba(0, 0, 0, 0.13);
    padding-top: 1rem;
}

.prices-price {
    font-size: 2.5rem;
    font-weight: 600;
    font-style: italic;

}

.prices-price-currency {
    font-weight: 200;
    font-size: 0.7rem;
    color: grey;
    font-style: italic;
}

.prices-card-title {
    font-weight: bold;
}

.prices-perks {
    font-size: 0.9rem;

}

.button-red {
    color: white;
    background: var(--main-red);
}

.call-trainer-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    height: 20rem;
    background: black;
}

.call-trainer-container {
    color: white;
    padding-left: 10rem;
}

.secondary-span {
    color: var(--main-red);
    font-weight: bold;
}

.call-trainer-right-container {
    height: 100%;
}

.call-trainer-image-container {
    height: 100%;
}

.call-trainer-image {
    height: inherit;
    mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
}

.footer-main-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    height: 20rem;
}

.footer-left-container, .footer-right-container, .footer-center-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 20rem;
    gap: 1rem;
}

.footer-center-container {
    width: 10rem;
}

.footer-logo {
    width: 13rem;
}

.footer-text-long {
    font-size: 0.9rem;
    line-height: 1.5rem;
}

.footer-text {
    font-size: 0.9rem;
}

.footer-social-icon {
    height: 1rem;
    margin: 0.5rem;
}

.footer-social-icon:hover {
    scale: 110%;
    transition: 0.3s;
    cursor: pointer;
}

.footer-titles {
    font-weight: bold;
    font-size: 1.2rem;
}

.footer-hr {
    background: var(--main-red);
    border: none;
    height: 0.2rem;
    margin-top: -0.5rem;
    width: 10rem;
}

.footer-text-bold {
    font-size: 0.9rem;
    font-weight: bold;
}

.privacy-policy {
    text-decoration: none;
    color: black;
}

.privacy-policy:hover {
    text-decoration: underline;
}
