TKO/services/frontend/assets/css/main.css
Nikola Kubeczkova 19210e1cc1 responsibility
2025-04-04 11:12:36 +02:00

440 lines
No EOL
7 KiB
CSS

@font-face {
font-family: 'Futura', sans-serif;
font-weight: 700;
font-style: normal;
font-display: block;
}
h1 {
font-family: 'Futura', sans-serif;
font-size: 3rem;
color: #333;
text-align: center;
margin-bottom: 1rem;
margin-top: 2rem;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
h2 {
font-family: 'Futura', sans-serif;
font-size: 1.5rem;
color: #CF3476;
text-align: center;
margin-bottom: 2rem;
}
h3 {
font-family: 'Futura', sans-serif;
font-size: 1.5rem;
color: #666;
text-align: center;
margin-bottom: 0.5rem;
}
h4 {
font-family: 'Futura', sans-serif;
font-size: 1rem;
color: #666;
text-align: center;
margin-bottom: 0.5rem;
}
h5 {
font-family: 'Futura', sans-serif;
font-size: 1rem;
color: #aaa;
margin-top: 1rem;
}
@media (max-width: 600px) {
h1 {
font-size: 2rem; /* Smaller size for mobile */
margin-top: 1.5rem;
}
h2 {
font-size: 1.2rem; /* Slightly smaller h2 for mobile */
}
}
.sheet__box {
min-width: 25rem;
margin-left: calc(20% - 2.5rem);
margin-right: calc(20% - 2.5rem);
}
.app__logo {
height: 3.5rem;
width: 8rem;
}
.app__title {
font-family: 'Futura', sans-serif;
font-size: 2rem;
color: #333;
}
.app__tab {
font-family: 'Futura', sans-serif;
font-size: 2rem;
color: #CF3476;
}
.to_left {
font-family: 'Futura', sans-serif;
font-size: 1rem;
}
.to_right {
font-family: 'Futura', sans-serif;
float: right;
}
.contact {
margin: 20px calc(20% - 40px) 50px;
min-width: 25rem;
border-radius: 15px;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.contact__title {
text-align: center;
font-size: 3rem;
color: #333;
margin-bottom: 1rem;
font-family: 'Futura', sans-serif;
font-weight: bold;
}
.contact__dialog__title {
font-family: 'Futura', sans-serif;
font-size: 2rem;
color: #333;
margin-bottom: 1rem;
font-weight: bold;
}
.contact__button {
width: 100%;
color: #ffffff;
background-color: #CF3476;
}
@media (max-width: 600px) {
.v-dialog > .v-card {
border-radius: 0 !important;
height: 100vh;
padding: 1rem;
}
.contact__dialog__title {
font-size: 1.5rem;
margin-bottom: 0.5rem;
}
}
.articles {
margin-left: calc(20% - 2.5rem);
margin-right: calc(20% - 2.5rem);
}
.article {
padding: 10px;
min-width: 40%;
border-radius: 15px;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
margin-bottom: 1rem;
}
.article__image {
border-radius: 0.5rem;
}
.carousel__image img {
border-radius: 0.5rem;
object-fit: contain !important;
padding: 1rem;
}
.article__title {
font-family: 'Futura', sans-serif;
font-size: 1.5rem;
color: #CF3476;
text-align: left;
margin-top: 0.1rem;
font-weight: bold;
}
.article__date {
font-family: 'Futura', sans-serif;
font-size: 0.8rem;
text-align: left;
}
.article__text {
font-family: 'Futura', sans-serif;
font-size: 1rem;
text-align: left;
min-height: 6rem;
color: #666;
}
.article__sign {
font-family: 'Futura', sans-serif;
font-size: 1rem;
float: right;
padding-right: 1rem;
color: #333;
}
.show_more {
font-family: 'Futura', sans-serif;
text-align: center;
color: #CF3476;
background: transparent;
box-shadow: none;
width: 300px;
margin: 0 auto;
}
.show_more:hover {
box-shadow: none;
}
.pricing {
margin-left: auto;
margin-right: auto;
max-width: 1500px;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 0.5rem;
}
.pricing-box {
padding: 1.5rem;
text-align: center;
min-width: 18rem;
border-radius: 1rem;
height: 100%;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
transition: transform 0.3s ease, box-shadow 0.3s ease;
background: #fff;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.pricing-box:hover {
transform: translateY(-5px);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}
.pricing-content {
flex-grow: 1;
}
.pricing-title {
min-height: 3rem;
}
.pricing-desc {
min-height: 3rem;
}
.pricing__price {
font-family: 'Futura', sans-serif;
font-size: 3rem;
font-weight: bold;
color: #CF3476;
margin-top: 0.5rem;
}
.pricing__subtitle {
font-family: 'Futura', sans-serif;
font-size: 1rem;
color: #555;
margin-bottom: 0.5rem;
}
@media (max-width: 600px) {
.pricing-box {
min-width: 100%;
}
.pricing-title,
.pricing-desc {
min-height: unset; /* Removes forced height to prevent breakage */
}
}
.trainers__parallax {
max-height: 34rem;
margin-top: 2rem;
}
.trainers {
margin-left: auto;
margin-right: auto;
max-width: 1500px;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 0.5rem;
background: transparent;
box-shadow: none;
height: 100%;
text-align: center;
padding: 2rem;
}
.trainer-avatar {
width: 150px;
height: 150px;
margin: 20px auto;
border-radius: 50%;
border: 3px solid rgba(255, 255, 255, 0.3);
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
overflow: hidden;
}
/* Mobile Styles */
@media (max-width: 600px) {
.trainers__parallax {
max-height: 30rem;
}
.trainers {
max-width: 100%;
padding: 1rem;
}
.trainer-avatar {
width: 120px;
height: 120px;
}
}
.advantage {
min-width: 25rem;
border-radius: 1rem;
background: transparent;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
margin-top: 1.2rem;
margin-left: calc(20% - 2.5rem);
margin-right: calc(20% - 2.5rem);
}
.advantage__title {
font-family: 'Futura', sans-serif;
padding: 0.5rem 0;
color: #CF3476;
font-size: 1.5rem;
font-weight: bold;
margin-top: 0.1rem;
}
.advantage__text {
font-family: 'Futura', sans-serif;
padding-bottom: 1rem;
font-size: 1rem;
color: #333;
}
@media (max-width: 600px) {
.advantage {
min-width: 100%;
margin: 0.5rem auto;
padding: 0.5rem;
box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.advantage__title {
font-size: 1.3rem;
}
.advantage__text {
font-size: 1rem;
padding: 0 1.5rem;
}
}
.about {
background: transparent;
box-shadow: none;
height: 100%;
max-width: 80%;
margin: 0 auto;
text-align: center;
padding: 2rem;
}
.about__parallax {
max-height: 30rem;
margin-top: 2rem;
}
.history__parallax {
max-height: 34rem;
margin-top: 2rem;
}
@media (max-width: 600px) {
.history__parallax {
max-height: 45rem;
}
}
.about__title {
font-family: 'Futura', sans-serif;
font-size: 3rem;
text-align: center;
width: 100%;
display: block;
color: #fff;
margin-top: 1rem;
font-weight: bold;
}
.about__subtitle {
font-family: 'Futura', sans-serif;
color: #FF3D8C;
font-size: 1.3rem;
text-align: center;
width: 100%;
display: block;
margin-bottom: 0.5rem;
font-weight: bold;
}
.about__text {
font-family: 'Futura', sans-serif;
color: #ddd;
font-size: 1rem;
text-align: center;
padding: 0 1rem;
}
@media (max-width: 600px) {
.about {
max-width: 100%;
padding: 1rem;
}
.about__title {
font-size: 1.5rem;
}
.about__subtitle {
font-size: 1rem;
}
.about__text {
font-size: 1rem;
padding: 0 10px;
}
}
.footer {
background-color: black;
}