/* _content/Audi.Site/Components/Blocks/AboutUs.razor.rz.scp.css */
.profile[b-1oeusie9zp] {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #263375;
    
    h2, p {
        color: white;
    }
    
    p[b-1oeusie9zp] {
        &:first-of-type {
            margin-top: 0;
        }
        
        margin-top: 2rem;[b-1oeusie9zp]
    }

    .button-group[b-1oeusie9zp] {
        margin-bottom: 0;
    }
}

.profile .image-container[b-1oeusie9zp] {
    > img {
        object-fit: cover;
        aspect-ratio: 1/1;
    }
}

@media only screen and (min-width: 600px) {
    .profile[b-1oeusie9zp] {
        display: flex;
        gap: 2rem;
    }
    
    .profile .image-container[b-1oeusie9zp] {
        > img {
            max-width: 270px;
            aspect-ratio: initial;
        }
    }
}
/* _content/Audi.Site/Components/Blocks/ContactUs.razor.rz.scp.css */
.contact[b-mp1enozjai] {
    display: flex;
    flex-direction: row;
    gap: 5rem;

    .contact-text {
        flex: 1;

        h2 {
            margin-top: 0;
        }
    }

    .contact-form[b-mp1enozjai] {
        flex: 2;
    }

    @media only screen and (max-width: 768px) {
        flex-direction: column;
        gap: 1rem;

        .contact-text[b-mp1enozjai] {
            h2 {
                text-align: center;
            }
        }
    }

    p[b-mp1enozjai] {
        margin-bottom: 2rem;
    }
}
/* _content/Audi.Site/Components/Blocks/Divider.razor.rz.scp.css */
.divider[b-m001pptii5] {
    visibility: hidden;
    margin: 2rem 0;
    border-top: 3px solid #263375;
}
/* _content/Audi.Site/Components/Blocks/Intro.razor.rz.scp.css */
.title[b-4bmpq81rx1] {
    text-align: center;
    padding-top: 1rem;
    margin-bottom: 3rem;
    text-transform: uppercase;
}

.intro[b-4bmpq81rx1] {
    text-align: center;
    line-height: 1.25;
    
    /*p:first-of-type {*/
    /*    margin-bottom:1rem;*/
    /*}*/
    
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: space-around;
    
    .intro-block {
        flex: 1;
        max-width: 20rem;
        
        h4 {
            font-size: 1.5rem;
            margin-bottom: 2rem;
        
        }
    }
    
    @media (max-width: 768px) {
        flex-direction: column;
        gap: 3rem;
        
        .intro-block[b-4bmpq81rx1] {
            h4 {
                font-size: 1.25rem;
            }
        }
    }
}
/* _content/Audi.Site/Components/Blocks/Jumbotron.razor.rz.scp.css */
.jumbotron[b-ktwqwnrmai] {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    
    & > * {
        grid-column-start: 1;
        grid-row-start: 1;
    }
    
    .jumbotron-content[b-ktwqwnrmai] {
        position: relative;
        z-index: 1;
        
        .jumbotron-text {
            padding-bottom: 2rem;
        }

        @media (min-width: 1200px) {
            .jumbotron-text[b-ktwqwnrmai] {
                padding-top: 5rem;
            }
        }
        
        @media (min-width: 1600px) {
            .jumbotron-text[b-ktwqwnrmai] {
                padding-top: 10rem;
            }
        }
    }
}

.subtext[b-ktwqwnrmai] {
    text-align: center;
    padding-top: 3rem;
    font-size: 1.125rem;
}

.slogan[b-ktwqwnrmai] {
    padding: 1rem 1rem 0;
    text-align: center;
    font-size: 1.75rem;
}

.jumbotron-hero[b-ktwqwnrmai] {
    z-index: 0;
    
    position: relative;
    
    img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        
        @media only screen and (min-width: 1200px) {
            max-height: 554px;[b-ktwqwnrmai]
        }
        
        @media only screen and (min-width: 1600px) {
            max-height: unset;[b-ktwqwnrmai]
        }
    }
    
    .overlay[b-ktwqwnrmai] {
        position: absolute;
        inset: 0;
        background-color: #263375;
        opacity: .7;
    }
}
/* _content/Audi.Site/Components/Blocks/Prices.razor.rz.scp.css */
.pricing[b-o01rprildx] {
   h2 {
       text-align: center;
   } 
}

.pricelist[b-o01rprildx] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    
    .price {
        flex: 1;
        
        text-align: center;
        padding:.75rem;

        background-color: #f2f4f3ff;
        
        display: grid;
        grid-template-rows: 1fr 1fr 2fr;
        
        h3 {
            align-content: center;
        }
        
        .description[b-o01rprildx] {
            align-content: center;
            
            font-size: .75rem;
        }
        
        .cost[b-o01rprildx] {
            align-content: center;
            font-size: 3rem;
            font-weight: 700;
            span {
                font-size: .75rem;
            }
        }
    }
    
    @media only screen and (max-width: 768px) {
        flex-direction: column;
        gap: 1rem;[b-o01rprildx]
    }
}
/* _content/Audi.Site/Components/Layout/Footer.razor.rz.scp.css */
footer[b-hfnlwg5uo2] {
    background-color: #cccccc;
    padding: 1rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.socials[b-hfnlwg5uo2]{
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;

    & p {
        padding-bottom: 0.5rem;
    }
}

.social-buttons[b-hfnlwg5uo2] {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.social-btn[b-hfnlwg5uo2] {
    display: block;
    width: 32px;
    height: 32px;
    background-size: contain;

    &.facebook {
        background-image: url("images/fb-logo.png");
    }

    &.instagram[b-hfnlwg5uo2] {
        background-image: url("images/ig-logo.png");
    }
}
/* _content/Audi.Site/Components/Layout/Header.razor.rz.scp.css */
header[b-srb6nqf177] {
    background-color: #263375;
    color: white;
}
/* _content/Audi.Site/Components/Layout/NavMenu.razor.rz.scp.css */
nav[b-ahyczigscd] {
    border-bottom: 1px solid rgba(255,255,255,.5);
}

.navbar[b-ahyczigscd] {
    width: 100%;
}

.nav-container[b-ahyczigscd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 62px;
}

.navbar .menu-items[b-ahyczigscd] {
    display: flex;
}

.navbar .nav-container li[b-ahyczigscd] {
    list-style: none;
}

.navbar .nav-container a[b-ahyczigscd] {
    text-decoration: none;
    font-weight: 500;
    font-size: 1.2rem;
    padding: 0.7rem;
}

.navbar .nav-container a:hover[b-ahyczigscd]{
    font-weight: bolder;
}

.nav-container[b-ahyczigscd] {
    display: block;
    position: relative;
    height: 60px;
}

.nav-container .checkbox[b-ahyczigscd] {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    top: 20px;
    left: 20px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}

.nav-container .hamburger-lines[b-ahyczigscd] {
    display: block;
    height: 26px;
    width: 32px;
    position: absolute;
    top: 17px;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nav-container .hamburger-lines .line[b-ahyczigscd] {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: white;
}

.nav-container .hamburger-lines .line1[b-ahyczigscd] {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out, background 0.4s ease-in-out;
}

.nav-container .hamburger-lines .line2[b-ahyczigscd] {
    transition: transform 0.2s ease-in-out;
}

.nav-container .hamburger-lines .line3[b-ahyczigscd] {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out, background 0.4s ease-in-out;
}

.navbar .menu-items[b-ahyczigscd] {
    padding-top: 120px;
    background-color: #263375;
    height: 100vh;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: -40px;
    padding-left: 50px;
    transition: transform 0.5s ease-in-out;
    text-align: center;
}

.navbar .menu-items li[b-ahyczigscd] {
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
    font-weight: 500;
    
    a {
        color: white;
    }
}

.logo[b-ahyczigscd] {
    font-family: "Red Rose", serif;
    position: absolute;
    top: 1.333333rem;
    right: 1rem;
     & h2 {
         margin: 0;
         font-size: 1.25rem;
         color: #fff;
     }
}

.nav-container input[type="checkbox"]:checked ~ .menu-items[b-ahyczigscd] {
    transform: translateX(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1[b-ahyczigscd] {
    transform: rotate(45deg);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2[b-ahyczigscd] {
    transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3[b-ahyczigscd] {
    transform: rotate(-45deg);
}


.nav-container input[type="checkbox"]:checked ~ .logo[b-ahyczigscd]{
    display: none;
}

@media only screen and (min-width: 992px) {
    .nav-container[b-ahyczigscd] {
        display: flex;
        flex-direction: row;
        height: auto;
        justify-content: space-around;
    }
    
    .nav-container .checkbox[b-ahyczigscd] {
        display: none;
    }

    .nav-container .hamburger-lines[b-ahyczigscd] {
        display: none;
    }

    .navbar .menu-items[b-ahyczigscd] {
        display: flex;
        flex-direction: row;
        padding-top: 1rem;
        background-color: transparent;
        color: white;
        height: auto;
        width: auto;
        transform: translateX(0);
        margin-left: 0;
        padding-left: 0;
    }

    .navbar .menu-items li[b-ahyczigscd] {
        margin-bottom: 0;
        font-size: 1rem;
        padding: 1rem;
        
        & a {
            color: white;
        }
    }

    .nav-container .logo[b-ahyczigscd] {
        display: block;
        position: initial;
        padding-top: 2rem;
        padding-bottom: 1rem;
        
        & h2 {
            font-size: 2rem;
        }
    }
}
