TKO/services/frontend/assets/css/main.css
Nikola Kubeczkova 100daca85a responsibility
2025-04-05 11:20:58 +02:00

423 lines
No EOL
6.1 KiB
CSS

@font-face {
font-family: 'Futura', sans-serif;
font-weight: 700;
font-style: normal;
font-display: block;
}
h1 {
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-size: 1.5rem;
color: #CF3476;
text-align: center;
word-break: break-word;
margin-bottom: 2rem;
}
h3 {
font-size: 1.5rem;
color: #666;
text-align: center;
margin-bottom: 0.5rem;
}
h4 {
font-size: 1rem;
color: #666;
text-align: center;
margin-bottom: 0.5rem;
}
h5 {
font-size: 1rem;
color: #aaa;
margin-top: 1rem;
}
@media (max-width: 600px) {
h1 {
font-size: 1.8rem; /* 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);
margin-bottom: 3rem;
}
.app__logo {
height: 3.5rem;
width: 8rem;
}
.app__title {
font-size: 2rem;
color: #333;
}
.app__tab {
font-size: 2rem;
color: #CF3476;
}
.to_left {
font-size: 1rem;
}
.to_right {
float: right;
}
.contact {
margin: 20px calc(20% - 40px) 50px;
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-weight: bold;
}
.contact__dialog__title {
font-size: 2rem;
color: #333;
margin-bottom: 1rem;
font-weight: bold;
}
.contact__button {
width: 100%;
color: #ffffff;
background-color: #CF3476;
}
@media (max-width: 600px) {
.contact__title {
font-size: 1.5rem;
}
.contact {
min-width: unset;
margin: 10px;
padding: 1rem;
}
.v-dialog > .v-card {
border-radius: 0 !important;
height: 100vh;
padding: 1rem;
}
.contact__dialog__title {
font-size: 1.5rem;
margin-bottom: 0.5rem;
}
}
.articles {
display: flex;
justify-content: center;
margin: 0 auto;
max-width: 1200px;
}
.article {
padding: 1rem;
min-width: 40%;
border-radius: 0;
box-shadow: 0 0 0 rgba(0, 0, 0, 0);
margin-bottom: 1rem;
}
.article__title {
font-size: 1.4rem;
color: #CF3476;
font-weight: bold;
}
.article__date {
font-size: 0.8rem;
text-align: left;
}
.article__text {
font-size: 1rem;
color: #333;
line-height: 1.5;
padding: 0.5rem;
margin-bottom: 1rem;
}
.article__sign {
text-align: right;
font-size: 1rem;
font-style: italic;
color: #555;
}
.show_more {
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-size: 3rem;
font-weight: bold;
color: #CF3476;
margin-top: 0.5rem;
}
.pricing__subtitle {
font-size: 1rem;
color: #555;
word-break: break-word;
margin-bottom: 0.5rem;
}
@media (max-width: 600px) {
.pricing-box {
min-width: 100%;
}
.pricing-title {
font-size: 1.4rem;
}
.pricing-desc {
min-height: unset;
}
}
.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;
}
@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 {
padding: 0.5rem 0;
color: #CF3476;
font-size: 1.5rem;
font-weight: bold;
margin-top: 0.1rem;
}
.advantage__text {
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: auto;
max-width: 80%;
margin: 0 auto;
text-align: center;
padding: 2rem;
}
.about__parallax {
max-height: 28rem;
margin-top: 2rem;
}
.history__parallax {
max-height: 34rem;
margin-top: 2rem;
}
@media (max-width: 600px) {
.history__parallax {
max-height: 58rem;
}
}
.about__title {
font-size: 2.5rem;
color: #fff;
margin-top: 1rem;
font-weight: bold;
word-break: break-word;
white-space: normal;
}
.about__subtitle {
color: #FF3D8C;
font-size: 1.25rem;
margin-bottom: 1rem;
word-break: break-word;
font-weight: bold;
}
.about__text {
color: #ddd;
font-size: 1.125rem;
padding: 0 1rem;
line-height: 1.6;
}
@media (max-width: 600px) {
.about {
max-width: 95%;
padding: 1rem;
}
.about__parallax {
min-height: 32rem;
}
.about__title {
font-size: 1.5rem;
}
.about__subtitle {
font-size: 1rem;
word-break: break-word;
}
.about__text {
font-size: 0.95rem;
}
}
.footer {
background-color: black;
}