:root {
    /*--color1: #6b705c;
    --color2: #cb997e;
    --color3: #464e47;
    --color4: #f1fffa;*/
    --slide-height: 250px;
    --footer-height: 0;
}

html,
body {
    position: relative;
    height: 100%;
}

body {
    font-size: 16px;
    color: var(--color3);
    margin: 0;
    padding: 0;
}

.form-select {
    width: auto !important;
}

.hide {
    display: none;
}

.link {
    text-decoration: none;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.55);
}

    .link:hover {
        text-decoration: underline;
    }

.link-unstyled, .link-unstyled:link, .link-unstyled:hover {
    color: inherit;
    text-decoration: inherit;
}

header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1025;
    /*background-color: rgba(255, 255, 255, 0.7);*/
    transition: all 0.3s ease-in-out;
    padding: 0.5rem 0;
}

    header:hover {
        background-color: rgba(255, 255, 255, 0.7);
    }

    header.sticky {
        position: fixed;
        top: 0;
        background-color: rgba(255, 255, 255, 1);
        /*box-shadow: 0 8px 2px -2px var(--color3);*/
        box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
    }

    header.shady {
        background-color: rgba(255, 255, 255, 1);
        box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
    }

.logo {
    height: 35px;
}

.section-title {
    text-transform: uppercase;
    margin: 1rem 0;
}

.scroll-up {
    display: none;
    position: fixed;
    bottom: 110px;
    right: 20px;
    background-color: var(--color2);
    color: var(--color4);
    padding: 14px 12px;
    text-align: center;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

    .scroll-up:hover i {
        display: inline-block;
        line-height: 10px;
    }


.package li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.package i {
    font-size: 28px !important;
}

.price {
    color: var(--color2);
}

footer {
    font-size: 14px;
}

    footer #linkContact:hover, footer #linkTax:hover {
        cursor: pointer;
    }

.footer-contact-infos {
    margin-bottom: 1rem;
}

    .footer-contact-infos p {
        margin-bottom: 3px;
    }

footer .social-media-icons {
    margin-bottom: 1rem;
}

#cookie-notice {
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
    padding: 2rem 0;
    left: 0;
    bottom: 0;
    text-align: center;
    font-weight: 400;
    background-color: rgba(50,50,58,0.8);
}

#cookie-notice-container {
    padding: 0 30px;
    text-align: center;
    width: 100%;
    z-index: 2;
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

#cn-more-info {
    color: #fff;
    font-size: 125%;
}

#cn-notice-text {
    color: #fff;
}

    #cn-notice-text a {
        color: #fff;
        margin: 0 2px;
    }

.cn-buttons-container a {
    margin: 0 6px;
}

#cn-close-notice {
    color: #fff;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.cookie-img {
    position: absolute;
    top: -50px;
    left: 50px;
}

.hidden {
    display: none;
}

p .show-map:hover {
    cursor: pointer;
}

.faded {
    position: relative;
    display: inline-block;
    color: rgb(255, 255, 255);
}

    .faded:after {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-collapse: separate;
        box-shadow: inset 0 0 var(--blur) var(--spread) white;
    }

section#page {
    padding-top: 125px;
    padding-bottom: 75px;
    text-align: justify;
}
/*
*
* ==========================================
* BOOTSTRAP CLASSES
* ==========================================
*
*/
a:hover {
    color: unset;
}

.navbar {
    padding: 0;
}

.navbar-brand {
    font-size: 40px;
    font-weight: 600;
}

    .navbar-brand span:first-child {
        color: var(--color1);
    }

    .navbar-brand span:last-child {
        color: var(--color2);
        margin-left: -8px;
    }

.navbar-nav {
    align-items: center;
}

.navbar li {
    font-size: 18px;
}

.btn-primary {
    background-color: var(--color1);
    border-color: var(--color1);
}

    .btn-primary:hover {
        background-color: var(--color1);
        border-color: var(--color1);
    }

    .btn-primary:active, .btn-primary:focus {
        background-color: var(--color1);
        border-color: var(--color1);
    }

.btn-group-languages .btn-lang {
    color: #fff;
    border-right: 2px solid rgba(255,255,255,0.5);
    transform: scale(0.85);
}

.btn-lang.active {
    background-color: var(--color1);
    border-color: var(--color1);
}

.btn-lang:not(.active) {
    background-color: var(--color2);
    border-color: var(--color2);
}

.bg-primary {
    background-color: var(--color1) !important;
}

.btn-lang, .btn-lang:hover {
    text-transform: uppercase;
    border-right: 2px solid rgba(255,255,255,0.5);
}

    .btn-lang:last-child, .btn-lang:last-child.active {
        border-right: none;
    }

.badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--color2);
}

.container-fluid {
    max-width: 90% !important;
}

.rounded-lg {
    border-radius: 1rem !important;
}

.text-small {
    font-size: 1.5rem !important;
    margin-left: 0.5rem;
}

.custom-separator {
    width: 100%;
    height: 6px;
    border-radius: 1rem;
}

.text-uppercase {
    letter-spacing: 0.2em;
}

.pt-5 {
    padding-top: 6rem !important;
}


.accordion-button.collapsed {
    color: var(--color4);
    background-color: var(--color2);
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: var(--color4);
    background-color: var(--color1);
}

.accordion-button::after {
    background-image: none;
    font-family: "bootstrap-icons";
    content: "\f282";
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    font-family: "bootstrap-icons";
    content: "\f286";
}

/*
*
* ==========================================
* MODULES CLASSES
* ==========================================
*
*/

.module img {
    width: 100px;
}

.modules-wrapper {
    display: grid;
    grid-template-columns: repeat(1fr);
}

.module {
    position: relative;
    /*width: 19%;
    margin: 20px 0.5%;*/
    height: 150px;
    perspective: 500px;
}

.module--content {
    position: absolute;
    width: 96%;
    height: 90%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: transform 1s;
    transform-style: preserve-3d;
}

/*.module:hover .module--content {
    transform: rotateY(180deg);
    transition: transform 0.5s;
}*/

.module--front,
.module--back {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    width: 100%;
    background: var(--color-5);
    color: var(--color1);
    text-align: center;
    border-radius: 5px;
    backface-visibility: hidden;
}

.module--front {
    flex-direction: column;
    font-size: 20px;
}

.module i {
    font-size: 32px;
}

.module span:last-child {
    margin-top: 10px;
    font-size: 16px;
}

.module--back {
    background: var(--color1);
    color: var(--color4);
    font-size: 15px;
    padding: 1rem;
}

    .module--back > div {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

.module--category {
    position: absolute;
    top: 8px;
    left: 20px;
    padding: 3px 6px;
    transition: opacity .6s ease-in-out;
    color: #fff;
    font-size: 12px;
}

/*.module:hover .module--category {
    opacity: 0;
}

.module:not(:hover) .module--category {
    opacity: 1;
}*/

.module--detail {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0px 8px;
    margin: 3px;
    color: #fff;
    border-bottom-right-radius: 5px;
}

    .module--detail:hover {
        cursor: pointer;
    }

    .module--detail:after {
        content: "..."
    }

    .module--detail a {
        color: #fff;
        text-decoration: none;
        font-size: 12px;
    }

/*
*
* ==========================================
* SLIDER CLASSES
* ==========================================
*
*/
#slider {
    height: 100%;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: var(--color-5);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .swiper-slide > img {
        display: block;
        width: 100%;
        height: 100%;
        /*object-fit: cover;*/
        object-fit: fill;
    }


.swiper-pagination {
    margin-bottom: 2rem;
}

.swiper-pagination-bullet {
    /*width: 50px;
    border-radius: 0;*/
    background-color: var(--color4);
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background-color: var(--color4);
    opacity: 1;
}


.slide-content {
    box-sizing: border-box;
    transform: translateY(50%);
    opacity: 0;
    transition: all 1.5s ease-in-out;
    width: 50%;
    text-align: left;
    position: absolute;
    /*left: 10%;*/
    /*background-color: rgba(0,0,0,0.15);*/
    padding: 1rem 2rem;
    border-radius: 0.3rem;
    z-index: 10000;
}

.swiper-slide-active .slide-content {
    transform: translateY(0%);
    opacity: 1;
}

.slide-content p {
    color: var(--color4);
}

.slide-title {
    font-size: 48px;
}

.slide-para {
    font-size: 20px;
}

.swiper-button-next,
.swiper-button-prev {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    user-select: none;
}

.swiper-button-prev {
    left: 2rem;
}

.swiper-button-next {
    right: 2rem;
}

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 18px;
        font-weight: bold;
        color: var(--color1);
    }


/*
*
* ==========================================
* ABOUT CLASSES
* ==========================================
*
*/
#about {
    background-image: url(../img/about.png);
    background-size: cover;
    background-position: 20%;
    height: 500px;
    position: relative;
}

/*#about::before {
        content: '';
        display: block;
        position: absolute;
        background-color: #000;
        opacity: 0.4;
        width: 100%;
        height: 100%;
    }*/

.about--content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: var(--color-5);
    background-color: rgba(0,0,0,0.15);
    padding: 1rem 2rem;
    border-radius: 0.3rem;
}

    .about--content h1 {
        font-size: 48px;
        color: var(--color4);
    }

    .about--content p {
        font-size: 22px;
        color: var(--color4);
    }

.our-value {
    position: relative;
    background-color: var(--color2);
    color: var(--color4);
    border-radius: 5px;
    padding: 1rem;
    margin: 1rem;
}

    .our-value span {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        position: absolute;
        top: 1rem;
        right: 1rem;
        font-size: 24px;
        font-weight: bold;
        background-color: var(--color1);
    }

/*
*
* ==========================================
* PRODUCT CLASSES
* ==========================================
*
*/

#products {
    background-image: url(img/about.png);
    background-size: cover;
    background-position: 20%;
    height: 500px;
    position: relative;
}

/*#products::before {
        content: '';
        display: block;
        position: absolute;
        background-color: #000;
        opacity: 0.4;
        width: 100%;
        height: 100%;
    }*/

.products--content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: var(--color4);
}

    .products--content h1 {
        font-size: 48px;
    }

    .products--content p {
        font-size: 22px;
    }

.product .product-no {
    position: absolute;
    top: 0;
    left: 300px;
    font-size: 72px;
    color: var(--color4);
    font-weight: 600;
}

/*
*
* ==========================================
* DEALER CLASSES
* ==========================================
*
*/

.textarea {
    height: 100px;
}

    .textarea::placeholder {
        font-size: 14px;
    }

section#dealer {
    padding-top: 5rem;
    background-image: url(../../img/about.png);
    background-size: cover;
    background-position: 20%;
    height: 500px;
    position: relative;
}


#dealer::before {
    content: '';
    display: block;
    position: absolute;
    /*background-color: #000;*/
    /*opacity: 0.4;*/
    width: 100%;
    height: 100%;
}

.dealer--content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: var(--color-5);
    background-color: rgba(0,0,0,0.15);
    padding: 1rem 2rem;
    border-radius: 0.3rem;
}

    .dealer--content h1 {
        font-size: 48px;
        color: var(--color4);
    }

    .dealer--content p {
        font-size: 22px;
        color: var(--color4);
    }


#CaptchaImage {
    height: 60px;
    border: 1px solid #ced4da;
}

#CaptchaInputText {
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    width: 100%;
    height: 60px;
    margin-left: 10px;
    border: 1px solid #ced4da;
}

/*
*
* ==========================================
* TEAM & TEAM MEMBER CLASSES
* ==========================================
*
*/


#team .col-md-3, #team-member .col-3 {
    width: 24%;
    margin: 0 0.5%;
}

#team .card-text, #team-member .card-text {
    margin-bottom: 4px;
    text-align: justify;
}

#team .card-footer, #team-member .card-footer {
    padding: 0 1rem 0.5rem;
    background-color: transparent;
    border-top: none;
}

#team .team-member-summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


#team-member .list-unstyled li {
    margin-bottom: 4px;
}

#team-member .team-member-title {
    font-size: 18px;
    font-weight: 600;
    color: #666;
}

#team-member .list-unstyled li span {
}

    #team-member .list-unstyled li span:first-child {
        margin-right: 1rem;
        font-weight: 600;
        color: #666;
        display: inline-flex;
        align-items: center;
        gap: 5px;
        min-width: 100px;
    }

    #team-member .list-unstyled li span:last-child {
        margin-right: 0;
        font-weight: 600;
        color: #666;
    }

#team-member .lang:after {
    content: ",";
}

#team-member .lang:nth-last-child(2):after {
    content: " ve"
}

#team-member .lang:last-child:after {
    content: "";
}

#team-member hr {
    border: 0;
    border-top: 1px solid #666;
    opacity: .3;
}

#team-member .card {
    border: none;
    border-radius: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.125);
}

/*
*
* ==========================================
* CIRCULAR CLASSES
* ==========================================
*
*/

/*select#year {
    width: 150px;
}*/

.link {
    text-decoration: none;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.75);
}

    .link:hover {
        text-decoration: underline;
        color: rgba(0, 0, 0, 0.75);
    }


/*
*
* ==========================================
* MOBILE DEVICE CLASSES
* ==========================================
*
*/
@media screen and (max-width: 578px) {

    header {
        padding: 0;
    }

    .logo {
        height: 25px;
    }

    .navbar-brand, .navbar-toggler {
        margin-top: 10px;
    }

    .navbar-brand {
        display: flex;
        margin-left: 12px;
    }

    .navbar-toggler {
        margin-right: 12px;
    }

    .navbar-collapse {
        background-color: rgba(0,0,0,0.75);
    }

    .navbar-light .navbar-nav .nav-link {
        color: #fff;
    }

    #modules .row {
        --bs-gutter-x: 0;
    }

    .module {
        position: relative;
        width: 100% !important;
        margin: 10px 0;
    }

    #modules {
        padding-top: 0 !important;
    }

    #slider.home {
        height: 600px;
        margin-bottom: 4rem;
        padding-top: 40px;
    }

    .home .swiper {
        width: 100%;
        top: 60px;
    }

    .home .swiper-wrapper {
        /*margin-bottom:2rem;*/
    }

    .home .swiper-slide {
        flex-direction: column;
        /*height: calc(100% - var(--slide-height));*/
        height: 100%;
    }

        .home .swiper-slide img {
            /*height: var(--slide-height);*/
            height: 40%;
        }

    .home .slide-content {
        position: relative;
        width: 100% !important;
        left: 0 !important;
        border-radius: 0;
        background-color: var(--color1) !important;
        transition: none;
        height: 60%;
        top: 0 !important;
        transform: translateY(0) !important;
    }

    .home .slide-title {
        font-size: 24px;
    }


    .home .slide-para {
        color: #fff;
        font-size: 14px;
    }

    .home .btn {
        font-size: 90%;
    }

    .home .swiper-button-next, .swiper-button-prev {
        top: 20%;
        z-index: 10000;
    }

    .home .swiper-pagination {
        top: 10px;
    }

    .our-values {
        padding: 0 1rem;
    }

    #contact .g-4, #contact .border-bottom {
        border-top: 1px solid rgba(0,0,0,0.1);
        padding-top: 2rem;
        margin-top: 2rem;
    }

    .navbar .btn {
        margin: 1rem 0;
    }

    .module--content {
        width: 100%;
        height: 100%;
    }


    .navbar-expand-lg .container-fluid {
        max-width: 100% !important;
        padding: 0;
    }


    .navbar-expand-lg .navbar-brand, .navbar-expand-lg .navbar-toggler {
        margin-bottom: 10px;
    }

    #cookie-notice-container {
        width: auto;
    }

    .cookie-img {
        width: 70px;
        left: 5px;
        z-index: -1;
    }

        .cookie-img img {
            width: 100%;
        }

    #cn-notice-buttons {
        display: inline-block;
        margin-top: 10px;
    }

    .faded::after {
        box-shadow: none;
    }

    #team .col-md-3, #team-member .col-md-3 {
        width: auto;
        margin: auto;
        margin-bottom: 1rem;
    }

    #team-member .ps-5 {
        padding-left: 1rem !important;
    }

    .team-member-educations li > span:first-child, .team-member-career li > span:first-child {
        display: block !important;
    }

    .btn-group-languages {
        margin-left: 50% !important;
        transform: translateX(-50%);
    }

    section#page h1 {
        text-align: left;
    }

    #page * {
        text-align: left;
    }

    footer .last-line {
        flex-direction: column;
        gap: 10px;
        padding: 6px !important;
    }
    .scroll-up{
        bottom:20px;
    }
}

@media(hover) {
    
    .only-mobile {
        display: none!important;
    }

    .module--back {
        transform: rotateY(180deg);
    }

    .module:hover .module--content {
        transform: rotateY(180deg);
        transition: transform 0.5s;
    }

    .module:hover .module--category {
        opacity: 0;
    }

    .module:not(:hover) .module--category {
        opacity: 1;
    }
}

@media(hover:none) {

    .only-mobile{
        display:flex!important;
        flex-direction:column;
    }

    .only-mobile span{
        margin-bottom:10px;
    }

    .module {
        height: 200px;
    }

    .module--back {
        transform: rotateY(0);
        flex-direction:column;
    }

    .module--detail{
        top:0;
    }
}
