@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders:opsz,wght@10..72,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.navbar-light .navbar-nav .nav-link {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin-left: 45px;
}

#home-header h2 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 48px;
    text-transform: uppercase;
}

#home-header p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
}

#content-header {
    background-color: #F8F9FA;
    border-top: 1px solid #e0e0e0;
    padding-top: 60px;
    padding-bottom: 67px;
}

#content-header p {
    color: #707070;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
}

#content-header h1 {
    font-family: "Big Shoulders", sans-serif;
    font-size: 48px;
    font-weight: 700;
    font-style: normal;
}

#content-header h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
}

#tx-title {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 20px;
}

#product h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
}

#why-choose-us {
    margin-top: 120px;
    margin-bottom: 150px;
}

#why-choose-us h3 {
    margin-bottom: 73px;
    text-align: center;
    font-family: "Big Shoulders", sans-serif;
    font-size: 41px;
    font-weight: 700;
    font-style: normal;
}

#why-choose-us h5 {
    text-transform: uppercase;
    margin-top: 30px;
    font-family: "Big Shoulders", sans-serif;
    font-weight: 700;
    font-size: 24px;

}

#why-choose-us p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
}

#teamwork {
    position: relative;
    background-image: url("../images/teamwork.jpg");
    background-size: cover;
    background-position: center;
    height: 778px;
    display: flex;
    align-items: flex-end;
}

#teamwork::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 1) 100%
    );
}

#teamwork > * {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 60px 20px;
}

#teamwork h3 {
    font-family: "Big Shoulders", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
}

#teamwork p {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
}

#tx-shop {
    font-family: "Big Shoulders", sans-serif;
    font-size: 31px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}

#product h4 {
    font-family: "Big Shoulders", sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
}

#product p {
    margin-top: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
}

#gym-men,
#gym-female {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 535px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#gym-men {
    background-image: url("../images/gym-men.jpg");
}

#gym-female {
    background-image: url("../images/gym-female.jpg");
}

#gym-men::before,
#gym-female::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

#gym-men > *,
#gym-female > * {
    position: relative;
    z-index: 1;
    color: #fff;
}

#shop-selection button {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
    font-style: normal;
    color: black;
}

#shop-selection button:hover {
    color: white;
}

#about {
    padding-top: 70px;
    padding-bottom: 70px;
}

#about h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 41px;
    font-weight: 200;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: black;
}

#about p {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: black;
}

#tx-mission {
    margin-top: 100px;
    padding: 12px;
    background: black;
    text-align: center;
    font-family: "Big Shoulders", sans-serif;
    font-size: 30px;
    width: 40%;
    font-weight: 700;
    font-style: normal;
    color: white;
}

.btn-cart {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    color: black;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: white;
    border-color: black;
    border-radius: 0;
}

.btn-cart:hover {
    background-color: black;
    border-color: black;
}

#product-detail {
    padding-top: 6px;
    padding-bottom: 50px;
}

#product-detail h3 {
    font-family: "Big Shoulders", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
}

#product-detail h5 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
}

#product-detail h6 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
}

.option-btn {
    min-width: 90px;
    height: 44px;
    border: 1px solid #bbb;
    background: #fff;
    color: #000;
    margin-right: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.option-btn.is-selected {
    background: #000;
    border-color: #000;
    color: #fff;
}

.option-btn:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.15);
}

#product-detail p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #707070
}

#shop-selection h5 {
    text-align: center;
    font-family: "Big Shoulders", sans-serif;
    font-size: 48px;
    font-weight: 700;
    font-style: normal;
    color: white;
}

footer {
    padding-top: 44px;
    padding-bottom: 10px;
    background: black;
}

footer h1 {
    color: white;
    font-family: "Big Shoulders", sans-serif;
    font-size: 48px;
    font-weight: 700;
    font-style: normal;
}

footer p {
    color: #AEAEAE;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
}

footer h6 {
    color: #AEAEAE;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
}

footer ul li {
    color: white;
    font-size: 20px;
    margin-right: 30px!important;
}

footer h5 {
    color: white;
    font-family: "Big Shoulders", sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
}

footer hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(201 201 201 / 20%);
}

footer span {
    color: #AEAEAE;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
}

.btn-black {
    background: black;
    border-color: black;
    border-radius: 0;
    font-family: "Big Shoulders", sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
}

.wt-block {
    background: white;
    margin-bottom: 12px;
    padding: 6px;
}

footer .form-control {
    margin-top: 2px;
    border-width: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
}
