/* table of contents

1. Fonts
2. Animations & keyframes
2. Global Settings
3. Structure
    3.1 Hero
    3.2 Services
    3.3 Gallery
    3.4 Testimonials
    3.5 Booking
    3.6 Contact
    3.7 Booking Confirmation
    3.8 Datenschutz & Impressum
    3.9 Footer
*/

/* ========
   1. Fonts
   ======== */

@font-face {
    font-family: 'Rubik Light';
    src: url(fonts/Rubik-Light-subset.woff2);
}

@font-face {
    font-family: 'Teko Light';
    src: url(fonts/Teko-Light-subset.woff2);
}

@font-face {
    font-family: 'Teko Medium';
    src: url(fonts/Teko-Medium-subset.woff2);
}


h1 {
    font-family: 'Teko Light';
    font-size: 100px;
    line-height: 1.2;
}

h2 {
    font-family: 'Rubik Light';
    font-size: 20px;
}

p {
    font-family: 'Rubik Light';
    font-size: 16px;
}

/* =========================
   1. Animations & keyframes
   ========================= */

/* @keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeInFromBottom {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes grow {
    from {
        opacity: 0;
        transform: scale(50%, 50%);
    }
    to {
        opacity: 1;
        transform: scale(100%, 100%);
    }
}

@keyframes rotate {
    from {
        opacity: 0;
        transform: rotate(180deg);
    }
    to {
        opacity: 1;
        transform: rotate(0deg);
    }
} */

/* ==================
   2. Global Settings
   ================== */

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: #14213d; 
}

.row {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}

.my-btn {
    background-color: #db7c26;
    font-family: 'Teko Light';
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 2px;
    transition: letter-spacing .3s;
    border: none;
    /* animation: fadeInFromBottom 2s; */
}

.my-btn a {
    text-decoration: none;
    color: white;
}

.my-btn:hover {
    letter-spacing: 3px;
}

section {
    padding: 6rem 0;
}

.section-hr {
    border-bottom: 3px solid #14213d;
    width: 10%;
    margin-bottom: 4rem;
}

.section-sub-title {
    font-family: 'Teko Medium';
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 1rem;
}

.section-title {
    font-family: 'Teko Medium';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 7px;
    text-align: center;
    color: #db7c26;
}

@media screen and (max-width: 991px) {
    section {
        padding: 5rem 0;
    }
    .section-title {
        letter-spacing: 6px;
    }
    .section-hr {
        width: 20%;
    }
}

@media screen and (max-width: 575px) {
    section {
        padding: 4rem 0;
    }
    .section-title {
        font-size: 34px;
        letter-spacing: 5px;
    }
    .section-hr {
        width: 30%;
    }
}

/* ============
   3. Structure
   ============ */

/* ========
   3.1 Hero
   ======== */

.hero {
    background-image: url(img/haircut-by-jvhair.jpg);
    background-color: rgba(0,0,0,0.65);
    background-blend-mode: overlay;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6rem 0 9rem;
    text-align: center;
    color: white;
}

.hero-logo {
    width: 20%;
    margin-bottom: 1rem;
    /* animation: grow 2s; */
}

.hero h1 {
    margin-bottom: 3rem;
    text-transform: uppercase;
    /* animation: grow 2s; */
}

.hero hr {
    border-bottom: 3px solid white;
    width: 35%;
    margin-bottom: 4rem;
    /* animation: rotate 2s; */
}

.hero h2 {
    font-family: 'Rubik Light';
    font-size: 22px;
    margin: 0 auto 4rem;
    width: 70%;
    line-height: 1.6;
    /* animation: fadeInFromBottom 2s; */
}

@media screen and (max-width: 991px) {
    .hero {
        padding: 5rem 0 7rem;
    }
    .hero-logo {
        width: 150px;
    }
    .hero h1 {
        font-size: 70px;
        margin-bottom: 2rem;
    }
    .hero hr {
        margin-bottom: 3rem;
    }
    .hero h2 {
        font-size: 20px;
        width: 100%;
    }
    .hero .my-btn {
        font-size: 24px;
    }
}

@media screen and (max-width: 575px) {
    .hero {
        padding: 4rem 0 5rem;
    }
    .hero-logo {
        width: 135px;
    }
    .hero h1 {
        font-size: 55px;
        margin-bottom: 1rem;
    }
    .hero hr {
        margin-bottom: 2rem;
    }
    .hero h2 {
        font-size: 18px;
        margin: 0 auto 3rem;
    }
    .hero .my-btn {
        font-size: 22px;
    }
}

/* ============
   3.2 Services
   ============ */

.services {
    background-image: url(img/service-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}


.service-img {
    max-width: 100%;
    border-top: 13px #db7c26 solid;
}

.service-content {
    position: relative;
    margin-top: 4rem;
}

.service-number {
    font-family: 'Teko Medium';
    font-size: 130px;
    letter-spacing: 2px;
    color: #db7c2636;
    position: absolute;
    top: -4.5rem;
    pointer-events: none;
}

.service-title {
    font-family: 'Teko Medium';
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.service-description {
    margin-top: 2rem;
}

@media screen and (max-width: 991px) {
    .for-her-img, .for-all-img {
        margin-top: 2rem;
    }
}

@media screen and (max-width: 575px) {
    .service-number {
        font-size: 94px;
    }
    .service-title{
        font-size: 34px;
        position: relative;
        top: -1.5rem;
    }
    .service-description {
        margin-top: 0;
    }
}

/* ===========
   3.3 Gallery
   =========== */

   .gallery {
    padding: 0;
}

.gallery .row {
    max-width: 100%;
    width: 100%;
}

.gallery-col {
    padding: 0;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}

.gallery-img {
    max-width: 100%;
    width: 100%;
}

/* ================
   3.4 Testimonials
   ================ */

   .testimonials {
    background-image: url(img/testimonials-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    text-align: center;
}

.testimonial-column {
    padding: 0 2rem;
}

.testimonial-img {
    border-radius: 100%;
    width: 100px;
    margin: 2rem 0;
}

.testimonial-text {
    color: #555;
    margin-bottom: 1rem;
}

.testimonial-author {
    font-family: Teko Medium;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .testimonials .section-hr {
        margin-bottom: 2rem;
    }
    .testimonial-column {
        margin-top: 1rem;
    }
}

/* ===========
   3.5 Booking
   =========== */

.booking {
    background-color: #f7f7f7;
}

.booking .section-hr {
    margin-bottom: 6rem;
}

.me-jvhair {
    border-top: 13px #db7c26 solid;
    max-width: 100%;
    margin-bottom: 2rem;
}

.form {
    box-shadow: 0 30px 100px rgb(92 99 105 / 20%);
    padding: 2rem;
}

.form-title {
    font-family: "Teko Medium";
    text-transform: uppercase;
    font-size: 34px;
    margin-bottom: 1.5rem;
}

label, select, .form-datepicker {
    font-family: 'Rubik Light';
    color: #80868B;
}

input, select {
    margin-bottom: 1rem;
}

.form-button {
    margin-top: 1rem;
    background-color: #14213d;
    color: #fff;
    font-family: 'Teko Light';
    padding: 6px 14px;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1px;
    transition: all .3s;
    border: none;
}

.form-button:hover {
    letter-spacing: 2px;
}

.form p.hidden {
    display: none;
}

@media screen and (max-width: 991px) {
    .booking .section-hr {
        margin-bottom: 4rem;
    }
    .row.form {
        width: 100%;
        margin-top: 3rem;
    }
}

@media screen and (max-width: 575px) {
    .row.form {
        padding: 2rem 0.5rem;
        margin-top: 2rem;
    }
    .form-title {
        font-size: 30px;
    }
}

/* ===========
   3.6 Contact
   =========== */

.contact {
    background-image: url("img/contact-bg.jpg");
    background-position: bottom;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 10rem 0;
}

.contact .section-title, .contact .section-sub-title {
    color: white;
}

.contact .section-hr {
    border-color: white;
    margin-bottom: 9rem;
}

.contact-card {
    background-color: rgba(255, 255, 255, 0.93);
    padding: 2rem 0.5rem;
    margin: 0 0.5rem;
}

.contact-img {
    width: 75px;
    margin-bottom: 1.5rem;
}

.contact-title {
    font-family: 'Teko Medium';
    text-transform: uppercase;
}

.contact-info {
    margin-bottom: 0;
}

.contact-info a {
    color: #14213d;
}

.contact-info a:hover {
    text-decoration: none;
}

@media screen and (max-width: 991px) {
    .contact {
        padding: 5rem 0;
    }
    .contact .section-hr {
        margin-bottom: 3rem;
    }
    .contact-col {
        margin-top: 3rem;
    }
}

@media screen and (max-width: 575px) {
    .contact {
        padding: 4rem 0;
    }
    .contact .section-hr {
        margin-bottom: 2rem;
    }
}

/* ========================
   3.7 Booking Confirmation
   ======================== */

.confirmation {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

/* .confirmation .section-title, .confirmation .section-sub-title {
    animation: grow 2s;
} */

/* .confirmation .section-hr {
    animation: rotate 2s;
} */

.success-message {
    font-size: 20px;
    margin-bottom: 3rem;
    /* animation: fadeInFromBottom 2s; */
}

.confirmation .my-btn {
    background-color: #14213d;
    margin-bottom: 4rem;
}

.confirmation .row {
    text-align: center;
}

@media screen and (max-width: 991px) {
    .success-message {
        font-size: 18px;
    }
}

/* ===============
   3.8 Datenschutz
   =============== */

.datenschutz, .impressum {
    width: 80%;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

.datenschutz h1, .impressum h1 {
    font-size: 70px;
    letter-spacing: 2px;
}

.datenschutz h2, .datenschutz h3, .datenschutz h4, .impressum h2 {
    font-family: 'Teko Light';
    letter-spacing: 1px;
}

.datenschutz h2, .impressum h2 {
    font-size: 30px;
}

.datenschutz h3 {
    font-size: 26px;
}

.datenschutz h4 {
    font-size: 22px;
}

.datenschutz ul {
    font-family: 'Rubik Light';
}

.datenschutz img, .impressum img {
    animation: none;
}

.datenschutz a {
    word-wrap: break-word;
}

.datenschutz .my-btn, .impressum .my-btn {
    animation: none;
    margin-top: 3rem;
}

.disclaimer-link {
    color: #db7c26;
}

.disclaimer-link:hover {
    color: #db7c26;
    text-decoration: none;
}

@media screen and (max-width: 991px) {
    .datenschutz h1, .impressum h1 {
        font-size: 50px;
    }

    .datenschutz .my-btn, .impressum .my-btn {
        font-size: 22px;
    }
}

/* ==========
   3.9 Footer
   ========== */
footer {
    padding: 1rem 0;
    background-color: #f7f7f7;
}

footer a {
    color: #14213d;
    font-family: 'Rubik Light';
}

footer a:hover {
    text-decoration: none;
    color: #14213d;
}

footer .row .col-6:first-child {
    text-align: right;
}