:root {
--primary: #e4dcd7;
--white: #fafafb;
--black: #000001;
--font-title: 'Raleway', sans-serif;
--font-text: 'Poppins', sans-serif;
--weight-title: 700;
--weight-text: 300;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
} @font-face {
font-display: swap; font-family: 'Raleway';
font-style: normal;
font-weight: 700;
src: url(//hairpoznan.pl/wp-content/themes/bywitek-theme/assests/fonts/raleway-v37-latin-700.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Poppins';
font-style: normal;
font-weight: 300;
src: url(//hairpoznan.pl/wp-content/themes/bywitek-theme/assests/fonts/poppins-v24-latin-300.woff2) format('woff2'); }
body {
background-color: var(--primary);
}.sticky-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
background: transparent;
z-index: 1000;
padding: 20px 40px;
box-sizing: border-box;
}
.sticky-header .logo-link {
display: inline-block;
float: right;
}
.sticky-header .site-logo {
height: 120px;
width: auto;
display: block;
filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
}.hero {
height: 85vh;
background-image: url(//hairpoznan.pl/wp-content/themes/bywitek-theme/assests/images/hair-poznan-banner.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
display: flex;
align-items: flex-end;
padding: 60px 0;
position: relative;
}
.hero-content {
display: flex;
align-items: flex-end;
justify-content: space-between;
width: 100%;
padding: 0 16rem;
}
.hero-text {
text-align: left;
}
.hero-title {
font-size: 4rem;
font-family: var(--font-title);
font-weight: 700;
color: white;
margin: 0 0 20px 0;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
letter-spacing: 2px;
text-transform: uppercase;
}
.hero-subtitle {
font-size: 1.8rem;
font-family: var(--font-title);
color: white;
margin: 0;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
font-weight: 300;
}
.hero-button {
display: inline-block;
padding: 20px 40px;
font-size: 1.5rem;
font-family: var(--font-title);
font-weight: 700;
color: white;
background: transparent;
border: 2px solid white;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 1px;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
transition: all 0.3s ease;
white-space: nowrap;
align-self: flex-end;
}
.hero-button:hover {
background: rgba(255, 255, 255, 0.1);
transform: translateY(-2px);
}
@media (max-width: 1400px) {
.hero-content {
padding: 0 14rem;
}
.hero-title {
font-size: 3.5rem;
}
.hero-subtitle {
font-size: 1.6rem;
}
}
@media (max-width: 1024px) {
.hero-content {
padding: 0 6rem;
}
.hero-title {
font-size: 3rem;
}
.hero-subtitle {
font-size: 1.4rem;
}
.hero-button {
font-size: 1.3rem;
padding: 18px 35px;
}
}
@media (max-width: 932px) {
.hero-content {
flex-direction: column;
align-items: flex-start;
padding: 0 3rem;
gap: 30px;
}
.hero-text {
text-align: left;
}
.hero-title {
font-size: 2.5rem;
}
.hero-subtitle {
font-size: 1.2rem;
}
.hero-button {
font-size: 1.2rem;
padding: 15px 30px;
align-self: flex-start;
}
}
@media (max-width: 480px) {
.hero-content {
padding: 0 1.5rem;
}
.hero-title {
font-size: 2rem;
}
.hero-subtitle {
font-size: 1rem;
}
.hero-button {
font-size: 1rem;
padding: 12px 25px;
}
}.gallery-section {
position: relative;
padding: 80px 16rem;
overflow: hidden;
}
.gallery-deco {
position: absolute;
width: 120px;
height: auto;
filter: brightness(0);
opacity: 0.25;
z-index: 1;
pointer-events: none;
}
.deco-comb {
top: 15%;
left: 8%;
transform: rotate(-25deg);
}
.deco-scissors {
bottom: 10%;
right: 5%;
transform: rotate(15deg);
width: 150px;
}
.gallery-grid {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 20px;
position: relative;
z-index: 2;
}
.gallery-item {
aspect-ratio: 1 / 1;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
border-radius: 8px;
box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1400px) {
.gallery-section {
padding: 80px 14rem;
}
}
@media (max-width: 1024px) {
.gallery-section {
padding: 60px 6rem;
}
.gallery-grid {
grid-template-columns: repeat(3, 1fr);
}
.gallery-item:nth-child(4),
.gallery-item:nth-child(5) {
display: none;
}
.gallery-item.mobile-active {
display: block !important;
}
}
@media (max-width: 932px) {
.gallery-section {
padding: 60px 3rem;
}
.gallery-grid {
grid-template-columns: 1fr;
max-width: 400px;
margin: 0 auto;
}
.gallery-grid {
position: relative;
width: 100%;
height: 60vh;
}
.gallery-item {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity 0.8s ease-in-out;
pointer-events: none;
}
.gallery-item.mobile-active {
opacity: 1;
pointer-events: auto;
}
.deco-comb {
top: 10%;
left: 5%;
width: 80px;
transform: rotate(-15deg);
}
.deco-scissors {
bottom: 15%;
right: 8%;
width: 80px;
transform: rotate(25deg);
}
}
@media (max-width: 480px) {
.gallery-section {
padding: 40px 1.5rem;
}
.deco-comb {
top: 5%;
left: 2%;
width: 70px;
}
.deco-scissors {
width: 60px;
}
}.why-section {
padding: 80px 0;
position: relative;
overflow: hidden;
background-color: #d4c9c3;
}
.why-deco {
position: absolute;
width: 120px;
height: auto;
filter: brightness(0);
opacity: 0.25;
z-index: 1;
pointer-events: none;
}
.why-deco-comb {
top: 80px;
right: calc(16rem - 60px);
transform: rotate(-45deg);
}
.why-deco-scissors {
top: 80px;
right: 5%;
transform: rotate(1deg);
width: 150px;
}
.why-deco-lipstick {
bottom: 80px;
left: 5%;
transform: rotate(-20deg);
width: 120px;
}
.why-content {
display: flex;
align-items: center;
justify-content: space-between;
gap: 60px;
width: 100%;
padding: 0 16rem;
}
.why-text {
flex: 1;
}
.why-title {
font-size: 3rem;
font-family: var(--font-title);
font-weight: var(--weight-title);
color: white;
margin: 0 0 30px 0;
letter-spacing: 2px;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.why-paragraph {
font-size: 1rem;
font-family: var(--font-text);
font-weight: var(--weight-text);
color: white;
line-height: 1.8;
margin: 0 0 20px 0;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.why-paragraph:last-child {
margin-bottom: 0;
}
.why-image {
flex: 1;
height: 100%;
}
.why-image img {
width: 100%;
height: 600px;
object-fit: cover;
display: block;
border-radius: 2px;
}
@media (max-width: 1400px) {
.why-content {
padding: 0 14rem;
}
.why-title {
font-size: 2.5rem;
}
.why-deco-comb {
right: calc(14rem - 60px);
}
}
@media (max-width: 1024px) {
.why-content {
padding: 0 6rem;
}
.why-title {
font-size: 2.2rem;
}
.why-paragraph {
font-size: 0.95rem;
}
.why-deco-comb {
right: calc(6rem - 60px);
}
}
@media (max-width: 932px) {
.why-section {
padding: 60px 0;
}
.why-content {
flex-direction: column;
padding: 0 3rem;
gap: 40px;
}
.why-deco-comb {
width: 80px;
top: 60px;
right: calc(3rem - 40px);
}
.why-deco-scissors {
top: 60px;
width: 80px;
}
.why-deco-lipstick {
width: 80px;
bottom: 60px;
}
.why-text {
max-width: 100%;
order: 1;
}
.why-image {
max-width: 100%;
order: 2;
}
.why-title {
font-size: 2rem;
}
.why-paragraph {
font-size: 0.9rem;
}
}
@media (max-width: 480px) {
.why-section {
padding: 40px 0;
}
.why-content {
padding: 0 1.5rem;
}
.why-deco-comb {
width: 60px;
right: calc(1.5rem - 30px);
}
.why-deco-scissors {
width: 60px;
}
.why-deco-lipstick {
width: 60px;
}
.why-title {
font-size: 1.8rem;
}
.why-paragraph {
font-size: 0.85rem;
line-height: 1.6;
}
}.services-section {
padding: 80px 16rem;
position: relative;
}
.services-title {
font-size: 3rem;
font-family: var(--font-title);
font-weight: var(--weight-title);
color: white;
text-align: center;
margin: 0 0 60px 0;
letter-spacing: 2px;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.services-grid {
display: grid;
grid-template-columns: 1fr auto;
gap: 60px;
align-items: center;
}
.services-items {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
}
.service-item {
display: flex;
flex-direction: column;
position: relative;
width: 100%;
}
.service-image {
width: 100%;
height: 500px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
border-radius: 8px;
position: relative;
}
.service-content {
position: absolute;
top: 0;
left: 0;
right: 0;
padding: 25px;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
border-radius: 8px 8px 0 0;
}
.service-category {
font-size: 1.3rem;
font-family: var(--font-title);
font-weight: var(--weight-title);
color: white;
margin: 0 0 15px 0;
letter-spacing: 1px;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.service-list {
list-style: none;
padding: 0;
margin: 0;
}
.service-list li {
font-size: 0.85rem;
font-family: var(--font-text);
font-weight: var(--weight-text);
color: white;
line-height: 1.8;
padding-left: 15px;
position: relative;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.service-list li:before {
content: "•";
position: absolute;
left: 0;
color: white;
}
.services-button {
display: inline-block;
padding: 20px 60px;
font-size: 1.5rem;
font-family: var(--font-title);
font-weight: 700;
color: white;
background: transparent;
border: 2px solid white;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 1px;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
transition: all 0.3s ease;
white-space: nowrap;
}
.services-button:hover {
background: rgba(255, 255, 255, 0.1);
transform: translateY(-2px);
}
.services-deco {
position: absolute;
pointer-events: none;
opacity: 0.25;
filter: brightness(0);
}
.deco-mirror {
bottom: 40px;
right: 60px;
width: 100px;
height: auto;
transform: rotate(15deg);
}
@media (max-width: 1669px) {
.services-section {
padding: 80px 12rem;
}
.services-title {
font-size: 2.5rem;
}
}
@media (max-width: 1500px) {
.services-section {
padding: 80px 10rem;
}
}
@media (max-width: 1400px) {
.services-section {
padding: 80px 8rem;
}
}
@media (max-width: 1300px) {
.services-section {
padding: 80px 6rem;
}
}
@media (max-width: 1200px) {
.services-section {
padding: 80px 5rem;
}
.services-grid {
grid-template-columns: 1fr;
gap: 30px;
}
.services-button {
justify-self: center;
}
}
@media (max-width: 1100px) {
.services-section {
padding: 80px 4rem;
}
}
@media (max-width: 1024px) {
.services-section {
padding: 80px 6rem;
}
.services-title {
font-size: 2.2rem;
}
.service-image {
height: 400px;
}
.service-content {
padding: 20px;
}
.service-category {
font-size: 1.2rem;
}
.service-list li {
font-size: 0.8rem;
}
}
@media (max-width: 932px) {
.services-section {
padding: 60px 3rem;
}
.services-grid {
grid-template-columns: 1fr;
gap: 30px;
}
.services-items {
grid-template-columns: 1fr;
gap: 30px;
}
.service-image {
height: 400px;
}
.services-title {
font-size: 2rem;
margin-bottom: 40px;
}
.service-content {
padding: 20px;
}
.services-button {
justify-self: center;
font-size: 1.2rem;
padding: 15px 40px;
}
.deco-mirror {
bottom: 30px;
right: 40px;
width: 80px;
}
}
@media (max-width: 480px) {
.services-section {
padding: 40px 24px;
}
.services-title {
font-size: 1.8rem;
}
.service-image {
height: 500px;
}
.service-content {
padding: 15px;
}
.service-category {
font-size: 1.1rem;
margin-bottom: 10px;
}
.service-list li {
font-size: 0.75rem;
line-height: 1.6;
}
.services-button {
font-size: 1rem;
padding: 12px 30px;
}
.deco-mirror {
left: 30px;
right: auto;
bottom: 30px;
width: 70px;
transform: rotate(-15deg);
}
}.booking-section {
padding: 0;
background-color: #d4c9c3;
position: relative;
min-height: 100vh;
display: flex;
align-items: center;
overflow: hidden;
}
.booking-content {
display: flex;
align-items: center;
justify-content: flex-start;
gap: 0;
width: 100%;
padding: 0 16rem 0 16rem;
position: relative;
z-index: 1;
}
.booking-left {
flex: 0 1 auto;
display: flex;
flex-direction: column;
gap: 30px;
align-items: center;
text-align: center;
max-width: 55%;
}
.booking-header {
display: flex;
flex-direction: column;
gap: 10px;
align-items: center;
}
.booking-action {
display: flex;
flex-direction: column;
gap: 5px;
align-items: center;
}
.booking-title {
font-size: 3rem;
font-family: var(--font-title);
font-weight: var(--weight-title);
color: white;
margin: 80px 0 0 0;
letter-spacing: 2px;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.booking-subtitle {
font-size: 1.5rem;
font-family: var(--font-title);
font-weight: var(--weight-title);
color: white;
margin: 0;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.booking-mockup {
width: 100%;
max-width: 300px;
}
.booking-mockup img {
width: 100%;
height: auto;
display: block;
}
.booking-button {
display: inline-block;
padding: 20px 40px;
font-size: 1.5rem;
font-family: var(--font-title);
font-weight: 700;
color: white;
background: transparent;
border: 2px solid white;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 1px;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
transition: all 0.3s ease;
white-space: nowrap;
width: fit-content;
margin-bottom: 80px;
}
.booking-button:hover {
background: rgba(255, 255, 255, 0.1);
transform: translateY(-2px);
}
.booking-right {
position: absolute;
right: 0;
top: 0;
width: 45%;
height: 100%;
}
.booking-right img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
border-radius: 0;
}
@media (max-width: 1400px) {
.booking-content {
padding: 0 14rem;
}
.booking-title {
font-size: 2.5rem;
}
.booking-subtitle {
font-size: 1.3rem;
}
}
@media (max-width: 1024px) {
.booking-content {
padding: 0 6rem;
}
.booking-title {
font-size: 2.2rem;
}
.booking-subtitle {
font-size: 1.2rem;
}
.booking-right {
width: 40%;
}
.booking-left {
max-width: 60%;
}
.booking-button {
font-size: 1.3rem;
padding: 18px 35px;
}
}
@media (max-width: 932px) {
.booking-section {
min-height: auto;
padding: 60px 0 0 0;
flex-direction: column;
overflow: visible;
}
.booking-content {
flex-direction: column;
padding: 0 3rem;
gap: 40px;
width: 100%;
}
.booking-left {
width: 100%;
max-width: 100%;
order: 1;
}
.booking-right {
position: relative;
width: 100%;
height: 400px;
order: 2;
left: auto;
right: auto;
margin: 0;
}
.booking-title {
font-size: 2rem;
margin: 0 0 20px 0;
}
.booking-subtitle {
font-size: 1.1rem;
}
.booking-mockup {
max-width: 250px;
}
.booking-button {
font-size: 1.2rem;
padding: 15px 30px;
margin-bottom: 40px;
}
}
@media (max-width: 480px) {
.booking-section {
padding: 40px 0 0 0;
}
.booking-content {
padding: 0 1.5rem;
gap: 30px;
}
.booking-title {
font-size: 1.8rem;
margin: 0 0 15px 0;
}
.booking-subtitle {
font-size: 1rem;
}
.booking-left {
gap: 20px;
}
.booking-right {
height: 300px;
}
.booking-mockup {
max-width: 200px;
}
.booking-button {
font-size: 1rem;
padding: 12px 25px;
margin-bottom: 30px;
}
}.reviews-section {
padding: 80px 16rem;
background-color: var(--primary);
position: relative;
display: flex;
flex-direction: column;
align-items: center;
}
.reviews-title {
font-size: 3rem;
font-family: var(--font-title);
font-weight: var(--weight-title);
color: var(--white);
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
text-align: center;
margin: 0 0 30px 0;
letter-spacing: 2px;
position: relative;
z-index: 10;
}
.reviews-button {
display: inline-block;
padding: 20px 60px;
font-size: 1.5rem;
font-family: var(--font-title);
font-weight: 700;
color: white;
background: transparent;
border: 2px solid white;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 1px;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
transition: all 0.3s ease;
white-space: nowrap;
margin: 0 auto 60px auto;
}
.reviews-button:hover {
background: rgba(255, 255, 255, 0.1);
transform: translateY(-2px);
}
.reviews-grid {
display: flex;
gap: 35px;
align-items: flex-start;
}
.review-column {
flex: 1;
display: flex;
flex-direction: column;
gap: 25px;
}
.review-column:last-child {
gap: 35px;
}
.review-item {
position: relative;
overflow: hidden;
border-radius: 16px;
box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.review-item:first-child {
flex: 1.2;
}
.review-item:hover {
transform: translateY(-5px);
box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.15);
}
.review-item img {
width: 100%;
height: auto;
display: block;
}
.reviews-deco {
position: absolute;
pointer-events: none;
opacity: 0.25;
filter: brightness(0);
z-index: 1;
}
.deco-star {
top: 50px;
left: 80px;
width: 90px;
height: auto;
transform: rotate(-25deg);
}
@media (max-width: 1400px) {
.reviews-section {
padding: 80px 14rem;
}
.reviews-title {
font-size: 2.5rem;
}
.reviews-button {
font-size: 1.2rem;
padding: 15px 40px;
}
.reviews-button {
font-size: 1.3rem;
padding: 18px 50px;
}
}
@media (max-width: 1024px) {
.reviews-section {
padding: 80px 6rem;
}
.reviews-title {
font-size: 2.2rem;
}
.reviews-grid {
grid-template-columns: repeat(2, 1fr);
gap: 25px;
}
.review-large {
grid-row: span 1;
}
}
@media (max-width: 932px) {
.reviews-section {
padding: 60px 3rem;
}
.reviews-grid {
flex-direction: column;
gap: 20px;
}
.review-column {
width: 100%;
gap: 20px;
}
.review-column:last-child {
gap: 20px;
}
.review-item:first-child {
flex: 1;
}
.reviews-title {
font-size: 2rem;
margin-bottom: 40px;
}
.reviews-button {
font-size: 1.1rem;
padding: 12px 35px;
margin-bottom: 40px;
}
.deco-star {
top: 30px;
left: 40px;
width: 70px;
}
}
@media (max-width: 480px) {
.reviews-section {
padding: 60px 1.5rem;
}
.reviews-title {
font-size: 1.8rem;
margin-bottom: 30px;
}
.reviews-button {
font-size: 0.95rem;
padding: 10px 25px;
margin-bottom: 30px;
}
.reviews-grid {
gap: 15px;
}
.review-column {
gap: 15px;
}
.review-column:last-child {
gap: 15px;
}
.review-item {
border-radius: 12px;
}
.deco-star {
top: 20px;
left: 20px;
width: 60px;
}
}.contact-section {
min-height: 100vh;
padding: 0;
background-color: #d4c9c3;
position: relative;
display: flex;
align-items: center;
}
.contact-image {
position: absolute;
left: 0;
top: 0;
width: 50%;
height: 100%;
}
.contact-image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.contact-content {
max-width: 50%;
margin-left: auto;
padding: 80px 8rem;
display: flex;
flex-direction: column;
align-items: flex-end;
text-align: right;
}
.contact-title {
font-size: 3.5rem;
font-family: var(--font-title);
font-weight: var(--weight-title);
color: var(--white);
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
margin: 0 0 80px 0;
letter-spacing: 3px;
}
.contact-info-block {
margin-bottom: 50px;
width: 100%;
}
.contact-label {
font-family: var(--font-title);
font-weight: var(--weight-title);
font-size: 1rem;
color: var(--white);
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
letter-spacing: 2px;
margin: 0 0 15px 0;
}
.contact-address {
margin-bottom: 0;
}
.contact-address a {
font-family: var(--font-text);
font-weight: var(--weight-text);
font-size: 1.5rem;
color: #ffffff;
text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
text-decoration: underline;
line-height: 1.8;
transition: opacity 0.3s ease;
}
.contact-address a:hover {
opacity: 0.7;
}
.contact-phone {
margin-bottom: 0;
}
.contact-phone a {
font-family: var(--font-text);
font-weight: var(--weight-text);
font-size: 1.7rem;
color: #ffffff;
text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
text-decoration: underline;
transition: opacity 0.3s ease;
}
.contact-phone a:hover {
opacity: 0.7;
}
.contact-reserve {
font-size: 2.5rem;
font-family: var(--font-title);
font-weight: var(--weight-title);
color: var(--white);
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
margin: 30px 0 50px 0;
letter-spacing: 2px;
}
.contact-qr {
display: flex;
gap: 60px;
justify-content: flex-end;
}
.qr-item {
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
text-decoration: none;
}
.qr-item img {
width: 180px;
height: auto;
border-radius: 12px;
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}
.qr-item span {
font-family: var(--font-title);
font-weight: var(--weight-title);
font-size: 1.2rem;
color: var(--white);
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
letter-spacing: 2px;
}
@media (max-width: 1400px) {
.contact-content {
padding: 80px 6rem;
}
.contact-title {
font-size: 3rem;
margin-bottom: 60px;
}
.contact-reserve {
font-size: 2.2rem;
}
.qr-item img {
width: 150px;
height: auto;
}
}
@media (max-width: 1024px) {
.contact-section {
flex-direction: column;
min-height: auto;
}
.contact-image {
position: relative;
width: 100%;
height: 400px;
}
.contact-content {
max-width: 100%;
width: 100%;
padding: 60px 4rem;
}
.contact-title {
font-size: 2.5rem;
}
.contact-reserve {
font-size: 2rem;
}
.contact-qr {
gap: 40px;
}
}
@media (max-width: 932px) {
.contact-content {
padding: 50px 3rem;
}
.contact-image {
height: 300px;
}
.contact-title {
font-size: 2.2rem;
margin-bottom: 40px;
}
.contact-address a {
font-size: 1.1rem;
}
.contact-phone a {
font-size: 1.3rem;
}
.contact-reserve {
font-size: 1.8rem;
margin-bottom: 40px;
}
.contact-qr {
flex-direction: row;
gap: 30px;
justify-content: center;
}
.qr-item img {
width: 140px;
height: auto;
}
}
@media (max-width: 480px) {
.contact-content {
padding: 40px 1.5rem;
}
.contact-title {
font-size: 1.8rem;
}
.contact-reserve {
font-size: 1.5rem;
}
.qr-item img {
width: 120px;
height: auto;
}
.qr-item span {
font-size: 0.9rem;
}
}.site-footer {
background-color: var(--black);
padding: 6px 16rem;
color: var(--white);
}
.footer-content {
display: flex;
justify-content: space-between;
align-items: center;
font-family: var(--font-text);
font-weight: var(--weight-text);
font-size: 0.7rem;
}
.footer-copyright {
color: #999999;
}
.footer-credits {
color: #999999;
}
.footer-credits a {
color: #999999;
text-decoration: none;
transition: opacity 0.3s ease;
}
.footer-credits a:hover {
opacity: 0.7;
}
@media (max-width: 1400px) {
.site-footer {
padding: 6px 14rem;
}
}
@media (max-width: 1024px) {
.site-footer {
padding: 6px 6rem;
}
}
@media (max-width: 932px) {
.site-footer {
padding: 5px 3rem;
}
.footer-content {
font-size: 0.65rem;
}
}
@media (max-width: 480px) {
.site-footer {
padding: 5px 1.5rem;
}
.footer-content {
font-size: 0.6rem;
}
}