/* /CardGallery.razor.rz.scp.css */
/* Main */

#containerMain[b-o9nrlm518o] {
    padding: 0px 40px;
}

#layerMain[b-o9nrlm518o] {
    max-width: 1400px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
}

#layerMainTitle[b-o9nrlm518o] {
    padding-bottom: 30px;
    width: 100%;
    text-align: center;
}

#layerMainButton[b-o9nrlm518o] {
    background-color: #026EB6;
    padding: 10px;
    color: #FFF;
    margin-bottom: 20px;
    cursor: pointer;
    display: none;
    background-image: url(../img/button/iconArrow.png);
    background-repeat: no-repeat;
    background-position: right center;
}

#layerMainLeft[b-o9nrlm518o] {
    width: 20%;
    margin-right: 5%;
}

#layerMainContent.naviLeft[b-o9nrlm518o] {
    width: 75%;
}

#layerMainContent[b-o9nrlm518o] {
    width: 100%;
}

.areaCarList[b-o9nrlm518o] {
    overflow: hidden;
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -2.5%;
    align-items: flex-end;
    background-color: #FFFFFF;
}

.itemCar[b-o9nrlm518o] {
    width: 20%;
    margin: 0 2.5% 30px 2.5%;
    text-align: center;
}

.itemCarInner[b-o9nrlm518o] {
    width: 100%;
}

.itemCarInner:hover[b-o9nrlm518o] {
    color: #026eb6;
}

.itemCarImage img[b-o9nrlm518o] {
    display: block;
    max-width: 100%;
    height: auto;
}

.itemCarMainImageContainer[b-o9nrlm518o] {
    margin: 10px;
    background-size: cover;
    background-position: center;
}

.itemCarTitle[b-o9nrlm518o] {
    font-family: var(--main-font);
    font-weight: 600;
    font-size: 1.2rem;
    text-align: center;
    background-color: lightgray;
}

.itemCarCategory[b-o9nrlm518o] {
    padding: 10px 0px;
    font-size: 90%;
    text-align: center;
    background-color: darkgray;
}

.itemCarSpecsLabel[b-o9nrlm518o],
.itemCarSpecsValue[b-o9nrlm518o] {
    text-align: center;
}

.itemCarSpecsValue[b-o9nrlm518o] {
    padding-top: 5px;
    font-size: 90%;
}

.itemCarSpecs1[b-o9nrlm518o],
.itemCarSpecs2[b-o9nrlm518o],
.itemCarSpecs3[b-o9nrlm518o],
.itemCarSpecs4[b-o9nrlm518o],
.itemCarSpecs5[b-o9nrlm518o],
.itemCarSpecs6[b-o9nrlm518o] {
    width: 25px;
    height: 25px;
    margin: 0px auto;
    /*    background-image: url(/spriteBack.png);
    background-repeat: no-repeat;*/
    background-size: contain;
    background-position: center;
}

.itemCarSpecs1[b-o9nrlm518o] {
    /*background-position: -59px 0px;*/
    background-image: url('icons/img1.svg');
}

.itemCarSpecs2[b-o9nrlm518o] {
    /*background-position: -88px 0px;*/
    background-image: url('icons/img22.svg');
    background-size: contain;
    background-position: center;
}

.itemCarSpecs3[b-o9nrlm518o] {
    /*background-position: -119px 0px;*/
    background-image: url('icons/img3.svg');
    background-size: contain;
    background-position: center;
}

.itemCarSpecs4[b-o9nrlm518o] {
    /*background-position: -150px 0px;*/
    background-image: url('icons/img9.svg');
    background-size: contain;
    background-position: center;
}

.itemCarSpecs5[b-o9nrlm518o] {
    /*background-position: -180px 0px;*/
    background-image: url('icons/img2.svg');
    background-size: contain;
    background-position: center;
}

.itemCarSpecs6[b-o9nrlm518o] {
    /*background-position: -210px 0px;*/
    background-image: url('icons/img8.svg');
    background-size: contain;
    background-position: center;
}

.itemCarPrice[b-o9nrlm518o] {
    font-family: var(--main-font);
    font-weight: 900;
    font-size: 1.2rem;
    padding: 10px 10px;
    width: 100%;
    text-align: center;
}

.itemCarLink[b-o9nrlm518o] {
    display: block;
    background-color: #026eb6;
    text-align: center;
    padding: 5px;
    border-radius: 10px;
    height: 40px;
}

.itemCarLinkText[b-o9nrlm518o] {
    color: #FFF;
    text-decoration: none;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-q7414dc5ji] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-q7414dc5ji] {
    flex: 1;
    background-color: #FFFFFF;
}
/*
.jumbotron {
    background-image: url("/images/home/hero-en.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;  default desktop/tablet portrait 
}*/

/* -------- TABLET & SMALLER -------- */
/*@media (max-width: 992px) {
    .jumbotron {
        height: 50vh;  slightly reduced 
    }
}*/

/* Portrait up to 768px */
/*@media screen and (max-width: 992px) and (orientation: portrait) {
    .jumbotron {
        height: 70vh;
        background-position: left center;*/ /* keep left side visible */
    /*}
}*/

/* Landscape up to 768px */
/*@media screen and (max-width: 992px) and (orientation: landscape) {
    .jumbotron {
        height: 80vh;*/ /* compromise, not too tall */
        /*background-position: left center;*/ /* center looks better in wide mode */
    /*}
}*/

/* -------- MOBILE (portrait & landscape split) -------- */

/* Portrait up to 768px */
/*@media screen and (max-width: 768px) and (orientation: portrait) {
    .jumbotron {
        height: 40vh;
        background-position: left center;*/ /* keep left side visible */
    /*}
}*/

/* Landscape up to 768px */
/*@media screen and (max-width: 768px) and (orientation: landscape) {
    .jumbotron {
        height: 60vh;*/ /* compromise, not too tall */
        /*background-position: left center;*/ /* center looks better in wide mode */
    /*}
}*/

/* -------- VERY SMALL DEVICES (≤520px) -------- */

/* Portrait ≤520px */
/*@media screen and (max-width: 520px) and (orientation: portrait) {
    .jumbotron {
        height: 50vh;*/ /* avoid overwhelming tiny screens */
        /*background-position: left center;
    }
}*/

/* Landscape ≤520px */
/*@media screen and (max-width: 520px) and (orientation: landscape) {
    .jumbotron {
        height: 65vh;*/ /* give more height since landscape is short */
        /*background-position: left center;
    }
}*/

/*.jumbotron .bg-image {
    background-image: url("/images/home/hero-en-1920.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}*/

/*.jumbotron {
    height: 70vh;*/ /* or whatever you want */
    /*position: relative;
    overflow: hidden;
}

.jumbotron picture,
.jumbotron img {
    display: block;
    width: 100%;
    height: 100%;*/ /* makes object-fit work */
/*}

.jumbotron img {
    object-fit: cover;*/ /* like background-size: cover */
    /*object-position: left center;*/ /* crop from right */
/*}*/

/*.jumbotron {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}*/

/* Wide screens (16:9 or wider) */
/*@media (min-aspect-ratio: 16/9) {
    .jumbotron {
        background-image: url('/images/home/hero-en-1920.jpg');
        min-height: 70vh;*/ /* or however tall you want */
    /*}
}*/

/* Taller screens (less than 16:9, e.g. tablets, portrait) */
/*@media (min-aspect-ratio: 16/10) {
    .jumbotron {
        background-image: url('/images/home/hero-en-1280.jpg');
        min-height: 70vh;*/ /* or however tall you want */
    /*}
}

@media (max-aspect-ratio: 16/10) {
    .jumbotron {
        background-image: url('/images/home/hero-en-1024.jpg');
        min-height: 70vh;*/ /* or however tall you want */
    /*}
}*/

.jumbotron[b-q7414dc5ji] {
    background-image: url("/images/home/hero-en-1024.jpg");
    background-size:contain;
    background-position: left center;
    background-repeat: no-repeat;
    min-width: 100%;
}

@media (min-width: 300px) {
    .jumbotron[b-q7414dc5ji] {
        height: 230px;
    }
}

@media (min-width: 400px) {
    .jumbotron[b-q7414dc5ji] {
        height: 290px;
    }
}

@media (min-width: 600px) {
    .jumbotron[b-q7414dc5ji] {
        height: 410px;
    }
}

@media (min-width: 800px) {
    .jumbotron[b-q7414dc5ji] {
        height: 530px;
    }
}

@media (min-width: 1000px) {
    .jumbotron[b-q7414dc5ji] {
        height: 650px;
    }
}

@media (min-width: 1200px) {
    .jumbotron[b-q7414dc5ji] {
        height: 770px;
    }
}

/*@media (min-width: 1400px) {
    .jumbotron {
        height: 890px;
    }
}

@media (min-width: 1600px) {
    .jumbotron {
        height: 1100px;
    }
}*/

/* 1280x800 and up */
/*@media (min-width: 1280px) and (max-width: 1679px) {
    .jumbotron {
        background-image: url('/images/home/hero-en-1280.jpg');
        min-height: 120vh;*/ /* adjust as needed */
    /*}
}*/

/* 1440x900 and up */
/*@media (min-width: 1440px) and (max-width: 1599px) {
    .jumbotron {
        background-image: url('/images/home/hero-en-1440.jpg');
    }
}*/

/* 1600x900 and up */
/*@media (min-width: 1600px) and (max-width: 1679px) {
    .jumbotron {
        background-image: url('/images/home/hero-en-1600.jpg');
    }
}*/

/* 1680x1050 and up */
/*@media (min-width: 1680px) and (max-width: 1919px) {
    .jumbotron {
        background-image: url('/images/home/hero-en-1920.jpg');
        min-height: 200vh;*/ /* adjust as needed */
    /*}
}*/

/* Full HD and WUXGA (1920x1080, 1920x1200) */
/*@media (min-width: 1920px) {
    .jumbotron {
        background-image: url('/images/home/hero-en-1920.jpg');
        min-height: 80vh;*/ /* adjust as needed */
    /*}
}*/

/* Aspect ratio adjustments */

/* 4:3 (1024x768) */
/*@media (max-aspect-ratio: 4/3) {
    .jumbotron {
        background-position: top center;*/ /* avoid cutting off top content */
    /*}
}*/

/* 16:9 (1366x768, 1600x900, 1920x1080) */
/*@media (min-aspect-ratio: 16/9) and (max-aspect-ratio: 16/9) {
    .jumbotron {
        background-position: center;*/ /* safe crop for wide */
    /*}
}*/

/* 16:10 (1280x800, 1440x900, 1680x1050, 1920x1200) */
/*@media (min-aspect-ratio: 8/5) and (max-aspect-ratio: 8/5) {
    .jumbotron {
        background-position: center top;*/ /* adjust for taller crop */
    /*}
}*/
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/*.navbar-toggler {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand {
    font-size: 1.1rem;
}

.bi {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item ::deep .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item ::deep a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item ::deep .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .nav-scrollable {*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;*/

        /* Allow sidebar to scroll for tall menus */
        /*height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}*/
