﻿* {
    font-family: 'Titillium Web', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
}




:root {
    --primary-color-sm: #1064a2;
    --primary-s2-color-sm: rgb(19, 67, 112);
    --primary-s1-color-sm: rgb(19, 67, 112);
    --primary-icons-color-sm: #3fa2f2;
    --primary-bk-color: #134370;
    --primary-table-bk: #fff;
}

@media screen and (min-width: 1336px) {
    .row-about-sm {
        display: flex !important;
        flex-direction: row !important;
        width: 100% !important;
        justify-content: center;
        align-items: start !important;
    }

    .col-sm-12-sm {
        width: 50% !important;
    }
}

@media (max-width: 1199px) {
    section {
        padding: 0 0 !important;
    }

    #despreNoi .container-fluid {
        padding: 0 !important;
    }
}

.header-sm {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color-sm);
    position: fixed;
    height: 5.6rem;
    top: 0;
}

/*.logo-text {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
}

    .logo-text:hover {
        color: #fff;
    }*/

.header-container-sm {
    display: flex;
    /* max-width: 180rem;*/
    /* width: 85%;*/
    justify-content: space-between;
    align-items: center;
    height: 100%;
    /*max-width:940px;*/
}

.header-container-right-sm {
    display: flex;
    gap: 1rem;
}

.header-list-sm {
    list-style: none;
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.list-link-sm {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-transform: none;
    padding: 0.2rem 1rem 0.2rem 1rem;
    border-radius: 0.3rem;
}

    .list-link-sm:hover {
        background-color: #fff;
    }

.device-menu-sm {
    width: 100%;
}

.device-menu-btn-sm {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.device-btn-img {
    width: 1rem;
    height: auto;
}

.header-wrapper-sm {
    background-color: #fff;
    width: 100%;
    position: fixed;
    margin-top: 15.5rem;
    display: none;
}

.header-wrapper-list-sm {
    list-style: none;
    padding: 1rem;
}

.wrapper-link-sm {
    padding: 5px 0 5px 15px;
    font-family: 'Titillium Web', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 17px;
    line-height: 23px;
    font-weight: bolder;
    font-style: normal;
    text-transform: none;
    color: #686868;
}

label {
    font-size: 0.9rem;
    letter-spacing: 0;
    color: #000;
}

input {
    font-size: 0.9rem;
    letter-spacing: 0;
}

.sm-p {
    color: #0b3f76 !important;
}


.container-top-sm {
    position: relative;
    padding-top: 5.4rem;
    padding-left: 0rem;
    padding-right: 0rem;
    height: 37rem;
}

.hide {
    display: none;
}

.label-checkmark {
    width: 1rem;
    height: auto;
}
.container-pad{
    padding:2rem;
}
.container-message {
    background: #d4e2ed;
    padding: 30px 0px 10px 20px;
    color: var(--primary-s2-color-sm);
}

    .container-message h5 {
        font-weight: 700;
    }

.calculator-rca {
    background-image: url("/img/bg-formular.jpg") !important;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

    .calculator-rca h4 {
        font-size: 3rem;
        font-weight: 700;
        padding-top: 5rem;
    }


.about-us .col-sm-12 {
    padding: 0;
}

body {
    -webkit-font-smoothing: antialiased !important;
    font-size: 16px !important;
    letter-spacing: 0.5px !important;
    color: var(--sm-secondary-color) !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
    font-style: normal;
}

.indicator {
    height: 0.5rem;
    width: 0;
    /*background-color: #22e0fc;*/
    background: rgb(34,224,252);
    background: -moz-linear-gradient(97deg, rgba(34,224,252,1) 0%, rgba(9,227,188,1) 100%);
    background: -webkit-linear-gradient(97deg, rgba(34,224,252,1) 0%, rgba(9,227,188,1) 100%);
    background: linear-gradient(97deg, rgba(34,224,252,1) 0%, rgba(9,227,188,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#22e0fc",endColorstr="#09e3bc",GradientType=1);
    position: absolute;
    top: 5.5rem;
    /*top:0;*/
}

.container-header {
    background-image: url("../img/demo1slide.jpg");
    /*    background-image: url("/img/background12.jpg");*/
    min-height: 100%;
    min-width: 100%;
    background-position: center; /* Center the image */
    background-repeat: no-repeat;
    /* height:46rem;*/
    background-size: cover;
    /* height: 100vh;*/
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: start;
    align-items: center;
}

.sm-overlay {
    /*    background-image: linear-gradient(to left bottom, #fee600, #fbe300, #f8e000, #f5de00, #f2db00);
    -webkit-filter: sepia(0.1);
    filter: saturate(1.5);
    filter:opacity(2); }*/
}

.container-header-left {
    display: flex;
    width: 56%;
    height: 100%;
    justify-content: end;
    align-items: center;
    /*    transition: .4s ease-in-out;
    background: var(--sm-header-bk);
    background: var(--sm-header-bk-gd-moz);
    background: var(--sm-header-bk-gd-webkit);
    background: var(--sm-header-bk-gd-gradient);
    filter: var(--sm-header-bk-gd-filter);*/
}

    .container-header-left:hover {
        /* width: 50%;*/
        /*        transition: .3s ease-in-out;*/
        /* opacity: 95%;*/
        /*     box-shadow: 5px 10px 5px -2px rgb(0, 0, 0, 0.16);*/
        /*    .container-post {
                       transform:scale(1.1);
                       padding-right:5rem;
                       transition:.3s ease-in-out;
                    }*/
    }

.container-header-right {
    position: relative;
    height: 100%;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-color:blue;*/
}

    .container-header-right h2 {
        color: var(--sm-white-primary-color);
        /* background-color:var(--sm-white-primary-color);*/
        padding: 2rem;
        border-radius: 1rem;
        /*text-shadow: #FC0 1px 0 10px;*/
        text-shadow: #000 1px 0 10px;
        font-size: 4rem;
    }

.container-header-buttons {
    display: flex;
    /*    width: 50%;
    height: 100%;*/
    justify-content: end;
    align-items: center;
    padding-top: 1rem;
}

.container-post {
    width: 100%;
    height: 100%;
    /* padding: 2rem;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*   background-color: #1d1d1d;*/
    border-radius: 5px;
}

    .container-post h3 {
        text-align: initial;
        font-weight: 400;
        font-style: normal;
        text-decoration: none;
        opacity: 1;
        font-size: 36.4508px;
        color: var(--primary-color-sm);
        margin: 0px;
        z-index: auto;
        /*  width: 450.216px;
        height: 45.3172px*/;
        padding: 0px;
        border-width: 0px;
        border-radius: 0px;
        letter-spacing: 0px;
    }

.label-list {
    color: var(--sm-secondary-color);
    font-weight: 700;
    list-style: none;
    /*    line-height: 21px;*/
    padding-left: initial;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.label-line {
    text-align: initial;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    opacity: 1;
    font-size: 19px;
    color: var(--primary-s2-color-sm);
    /* rgb(16, 100, 162);*/
    letter-spacing: 0px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 0.5rem;
}

.label-line-b {
    text-align: initial;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    opacity: 1;
    font-size: 78.8125px;
    color: var( --primary-s1-color-sm);
    margin: 0px;
    z-index: auto;
    padding: 0px;
    border-width: 0px;
    border-radius: 0px;
    letter-spacing: 0px;
    -webkit-transition: none;
    line-height: 60px;
    outline: none;
    /* width: 109%;*/
}

.align-services {
    display: flex;
    width: 100%;
    justify-content: end;
    align-content: center;
}

.services {
}

.container {
    /*    background: var(--sm-primary-bk-page) !important;
    background: var(--sm-primary-bk-gd-moz) !important;
    background: var(--sm-primary-bk-gd-webkit) !important;
    background: var(--sm-primary-bk-gd-gradient) !important;
    filter: var(--sm-primary-bk-gd-filter) !important;*/
}

.services-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 1rem;
}

.scrollButton {
    transition: 1s ease;
    background-color: none;
    font-size: 1.3rem;
}

    .scrollButton:hover {
        /*        background-color: var(--sm-primary-color) !important;*/
        transition: .1s ease;
        text-shadow: #a4a4a4af 1px -1px 40px;
        color: var(--sm-primary-txt-nav-hover) !important;
    }

.container-header-buttons .scrollButton {
    padding: 1rem 1.3rem 1rem 1.3rem;
    background-color: var(--sm-primary-btn-header) !important;
    border-radius: 5rem;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 16rem;
    min-width: 16rem;
    gap: 4rem;
}

    .container-header-buttons .scrollButton .arrow-txt {
        color: #fff;
        font-weight: 500;
        letter-spacing: 0px;
        font-size: 1.3rem;
        font-family: "Teko", sans-serif !important;
    }

    .container-header-buttons .scrollButton:hover {
        /* background-color: #55575c !important;*/
        color: #fff !important;
        transform: scale(1.03);
    }

.header-menu-item .scrollButton {
    text-transform: capitalize !important;
    font-family: "Teko", sans-serif !important;
    color: var(--sm-primary-txt-nav) !important;
}

.header-change-theme {
    background-color: var(--sm-nav-theme-color);
    display: flex;
    justify-content: center;
    align-content: center;
    border-radius: 100%;
    border: 2px solid #535353;
    padding: 0.8rem;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
}

    .header-change-theme:hover {
        transform: scale(1.05);
        transition: .3s ease-in-out;
        .change-theme

{
    visibility: visible;
    transition: .9s ease-in-out;
}

}

.change-theme {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.1rem;
    border-radius: 10rem;
    border: 1px solid #aeaeae;
    visibility: hidden;
    height: 4.5rem;
    background-color: var(--sm-change-theme-dv);
    padding: 0.2rem;
    box-shadow: 2px 2px 20px;
}

.btn-theme-light {
    padding: 0.7rem;
    border-radius: 100%;
}

.btn-theme-dark {
    padding: 0.7rem;
    border-radius: 100%;
    background-color: #1a1a1a;
}

    .btn-theme-light:hover, .btn-theme-dark:hover {
        transform: scale(1.1);
        transition: .3s ease-in-out;
    }

.pt-lg-2-3 {
    /*padding-top: 5rem !important;
    padding-bottom: 5rem !important;*/
}

.container .row h1 {
    font-family: var(--sm-secondary-font);
    font-size: 3rem !important;
    color: var(--primary-s2-color-sm);
    font-weight: 700;
}

.row-post span {
    /*font-family: var(--sm-secondary-font);*/
    color: var(--primary-s2-color-sm);
    /*    font-family: 'Source Sans Pro', Verdana, Geneva, 'DejaVu Sans', sans-serif;*/
    font-size: 0.850rem;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.row h5 {
    color: var(--primary-s2-color-sm);
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0px;
}

.sm-space span {
    color: var(--primary-s1-color-sm);
    font-size: 1.3rem;
}

.sm-top-padding {
    padding-top: 7rem !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tabel_cotatii {
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .tabel_cotatii .thead {
        width: 100%;
        display: flex;
    }

.thead .tr {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    color: #fff;
    background: rgb(99,99,99);
    background: -moz-linear-gradient(180deg, rgba(99,99,99,1) 0%, rgba(1,1,1,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(99,99,99,1) 0%, rgba(1,1,1,1) 100%);
    background: linear-gradient(180deg, rgba(99,99,99,1) 0%, rgba(1,1,1,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#636363",endColorstr="#010101",GradientType=1);
}

    .thead .tr .th {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .thead .tr .th-img {
        min-width: 7rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 54%;
    }

.thead p {
    padding: 0;
    margin: 0;
}

.thead .txt-top {
    font-size: 1rem;
}

.thead .txt-bottom {
    font-size: 0.8rem;
    font-weight: 600;
    color: #fff;
}

.thead .tr:first-child {
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
}

.thead .tr:last-child {
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
}

.td-title {
    font-size: 18px;
    font-weight: 600;
    color: #e43158;
}

.tabel_cotatii .img-soc {
    max-width: 7rem;
    max-height: 7rem;
    padding: 1rem;
}

.tabel_cotatii .mb-4 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.container-section .mt-2 {
    display: flex;
    width: 100%;
    justify-content: start;
    align-items: start;
}

.tbody {
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .tbody .tr:nth-child(2n+1) {
        background-color: #f8f8f8;
        border-radius: 12px;
    }

    .tbody .tr {
        display: flex;
        width: 100%;
        justify-content: space-evenly;
        align-items: normal;
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #ddd;
    }

        .tbody .tr > * {
            border-left: 1px solid #e6e5e5f2;
        }

        .tbody .tr .tds-group {
            width: 73%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .tbody .tr .tds {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 26%;
        }

        .tbody .tr .td {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 100%;
        }

.list-info {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.info-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    min-width: 100%;
    font-size: 0.7rem;
}

.info-err-msg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    /*    background-color: #ffcdcd;
    color: #710707;
    border-radius: 12px;
    border: 1px solid #ffabab;*/
    background-color: #fce8e8;
    color: #8a1f1f;
    border-radius: 12px;
    border: 1px solid #fbcfcf;
}

.sub-txt {
    color: #a9a9a9;
}

.button-group-cot {
    display: flex;
    gap: 0.5rem;
}

.info-s {
    display: flex;
    justify-content: start;
    align-items: start;
    width: 100%;
    height: 100%;
}

.info-green {
    display: none;
    position: absolute;
    z-index: 3;
    background-color: #343434;
    transition: .5s ease-in-out;
    margin-top: 40px;
    padding: 1rem;
    border-radius: 12px;
    font-size: 0.8rem;
    color: #fff;
}

.info-btn {
    background-color: #3fa2f2;
    padding: 0.2rem 0.5rem;
    /* border-radius: 30px;*/
    border-radius: .25rem;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
}

    .info-btn:hover {
        background-color: #000;
    }

        .info-btn:hover + .info-green {
            display: block;
            transition: .5s ease-in-out;
        }

.fa-brands:before, .fa-regular:before, .fa-solid:before, .fa:before, .fab:before, .far:before, .fas:before {
    color: var(--primary-icons-color-sm);
}

.about-section .container .btn-primary {
    background-color: var(--sm-btn);
    border: none;
    color: var(--sm-btn-txt);
    padding: 0.7rem 1rem 0.7rem 1rem;
    border-radius: 5rem;
    width: 9rem;
}

.btn-primary {
    font-family: var(--sm-secondary-font) !important;
}

.ps-4 {
    padding-left: 0.5rem !important;
}

.about-section .container .btn-primary:hover {
    background-color: var(--sm-btn-hover);
    color: var(--sm-btn-hover-txt);
    transform: scale(1.05);
}

.about-section .container .col-12 {
    align-items: center;
}

.footer2 .container .wow .row a svg {
    color: #3fa2f7 !important;
}

.footer2 h2 {
    color: #fff;
}

.footer2 .container .wow .row .mb-4 span {
    color: #fff;
}

.footer2 .container .wow .row h5 {
    color: #fff;
}


.row-btn {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}
/*.butn-style3 {
    background-color: #000!important;
}*/

.btn-contact {
    background-color: #3fa2f7;
    border: none;
    border-radius: 4px;
    padding: 0.5rem !important;
    width: 10rem !important;
    color: #fff;
    /* font-family:"Source Sans Pro"Verdana, Geneva, Tahoma, sans-serif;*/
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9rem;
}

    .btn-contact:hover {
        transform: scale(1.05);
        transition: .2s ease-in-out;
        background-color: #fff;
        color: #1064a2;
    }

[data-overlay-dark="7"]:before, [data-overlay-light="7"]:before {
    opacity: initial !important;
}

.pt-2 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.footer-post {
    background-color: var(--primary-color-sm) !important;
    /*    background: var(--sm-primary-bk-page) !important;
    background: var(--sm-primary-bk-gd-moz) !important;
    background: var(--sm-primary-bk-gd-webkit) !important;
    background: var(--sm-primary-bk-gd-gradient) !important;
    filter: var(--sm-primary-bk-gd-filter) !important;*/
    /*padding: 2rem;*/
    overflow: hidden;
    color: #fff;
}

.img-label {
    width: 100%;
    height: auto;
    /*height:15rem;*/
    /*    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;*/
    border-radius: 1rem;
}

.about-us .container-fluid {
    /*padding-bottom: 15rem;*/
    /*  background-color: #f8f6f2;*/
    background-color: #F0F0F0;
    color: var(--primary-s1-color-sm);
}

.about-us h1 {
    color: var(--primary-s1-color-sm);
    font-family: var(--sm-secondary-font) !important;
    font-size: 3rem;
    font-weight: 500;
}

    .about-us h1 span {
        font-weight: 700;
    }

.about-us h5 {
    color: var(--primary-icons-color-sm);
    font-family: var(--sm-secondary-font);
    font-size: 1rem;
}

.about-us .text-label {
    padding-top: 1rem;
}

    .about-us .text-label span {
        /*color: var(--sm-secondary-color) !important;*/
        color: #000;
        font-family: var(--sm-secondary-font);
    }

.about-us .row .container {
    padding: 3rem;
}

.row-post {
    display: flex;
    gap: 1rem;
}

.col-md-4 .col-12:hover {
    /*  transform: scale(1.03);*/
    transition: .1s ease-in-out;
}

.table-responsive thead tr th {
    background-color: var(--primary-s1-color-sm);
    color: var(--primary-table-bk);
    /*    border-top-left-radius: 5rem;
    border-top-right-radius: 5rem;*/
}

.table {
    /*border-top-left-radius: 5rem;
    border-top-right-radius: 5rem;*/
}

.table-responsive tbody {
    background-color: #f1f1f1;
    color: #000;
}

/*  .table-responsive tbody tr td:first-child, .table-responsive tbody tr td:nth-child(2) {
        background-color: #eafefc;
    }

    .table-responsive tbody tr td:nth-child(3), .table-responsive tbody tr td:nth-child(4) {
        background-color: #f1eed2;
    }*/
.color-selected {
    /*background-color: #ff2e42!important;*/
    background: rgb(255,46,66);
    background: -moz-linear-gradient(317deg, rgba(255,46,66,1) 54%, rgba(255,144,46,1) 100%);
    background: -webkit-linear-gradient(317deg, rgba(255,46,66,1) 54%, rgba(255,144,46,1) 100%);
    background: linear-gradient(317deg, rgba(255,46,66,1) 54%, rgba(255,144,46,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff2e42",endColorstr="#ff902e",GradientType=1);
    color: #ffefe1;
}


.nonoptional-tag {
    color: #e00045 !important;
    background-color: blue;
}

.quform-elements label img {
    width: 0.3rem !important;
    margin-top: 0.3rem;
}

.quform-elements .quform-element select {
    font-size: 0.8rem;
}

.quform-input {
    font-size: 0.9rem;
}

.tl-element {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.quform-input select {
    /*   height:33px;*/
}

.form-control {
    height: 33px !important;
}

.col-12-sm {
    display: flex;
    justify-content: center;
    gap: 2rem;
    padding: 1.5rem;
}

.col-12-sm-b {
    display: flex;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #000;
}

    .col-12-sm-b input:hover {
        cursor: pointer;
    }

.tl-element input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}

.tl-element select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}

.tooltip-detail {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.414rem;
    border: 1px solid #ddd;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    cursor: pointer;
    width: 33px;
    height: 33px;
    background-color: #f5f5f5;
}

    .tooltip-detail img {
        max-width: 1rem;
    }

.tooltip-image {
    /* width:1rem;*/
}

.tooltip-detail .tooltip-image img {
    visibility: hidden;
    width: inherit !important;
    max-width: 400px;
    min-height: inherit !important;
    position: absolute !important;
    z-index: 1;
    top: -7rem;
    left: -15rem;
}

.tooltip-detail:hover .tooltip-image img {
    visibility: visible;
    max-width: 400px !important;
    height: initial !important;
    box-shadow: 0px 5px 25px -6px #535353;
    border-radius: 1rem;
    z-index: 3;
}




.tooltip-detail .tooltip-image .tooltip-message {
    visibility: hidden;
    width: inherit !important;
    max-width: 400px;
    min-height: inherit !important;
    position: absolute !important;
    z-index: 1;
    top: -7rem;
    left: -15rem;
    /*    background-color: #f8f8f8;*/
    background-color: #000000;
    color: #fff;
    border-radius: 1rem;
}

.tooltip-detail:hover .tooltip-image .tooltip-message {
    visibility: visible;
    /*   width: 400px !important;*/
    max-width: 400px !important;
    height: initial !important;
}

.tooltip-message article {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    font-size: 0.750rem;
    gap: 0rem;
}

.tooltip-header {
    font-weight: 700;
}

.tooltip-message article p {
    margin: 0;
    padding: 0;
}

.parent-animation {
    transform: rotate(90deg);
    position: absolute;
    bottom: 2rem;
    display: flex;
    justify-content: center;
    width: 45%;
    z-index: 1;
    display: none;
}

.button {
    cursor: initial !important;
    background: none;
    border: none;
    display: flex;
    flex-direction: column;
    width: 70px;
    gap: 4px;
    animation: move 2s infinite ease;
}

.sm-space {
    text-align: center;
    padding-bottom: 2rem;
}

.sm-space2 {
    text-align: center;
    padding-bottom: 2rem;
    padding-top: 6rem;
}

.backDiv {
}

    .backDiv img {
        /*transform: rotate(-90deg)*/;
        /*    width:2.2rem;
    height:2.2rem;*/
    }

#myBackToTop {
    display: none;
    background-color: var(--primary-color-sm) !important;
    padding: 1rem;
    border-radius: 10%;
    border: solid 0.2rem var(--primary-color-sm);
    justify-content: center;
    align-content: center;
    position: fixed;
    bottom: 6%;
    right: 6%;
    box-shadow: 4px 4px 30px #1d1d1d56;
    z-index: 4;
    transition: .4s ease-in-out;
    width: 3.2rem;
    height: 3.2rem;
}

    #myBackToTop:hover {
        transition: .2s ease-in-out;
        /* background-color: #fff !important;*/
        /*      transform: scale(1.03)rotate(-90deg);*/
    }

.sm-container {
    padding-top: 7rem;
}

@media screen and (min-width:993px) and (max-width:1300px) {
    #myBackToTop {
        bottom: 2%;
    }
}

.img-bg {
    background-color: #d3eafb !important;
}

.card-back {
    padding-bottom: 2rem;
}

.card-element {
    padding: 1.1rem;
}

    .card-element li {
        color: var(--sm-primary-txt-color) !important;
    }

.flip-card {
    box-shadow: 3px 2px 4px 0px #00000021;
    border-radius: 2rem;
}

.sm-container .form-check {
    display: flex;
    justify-content: space-evenly;
    /*    gap:12em;*/
}

.sm-container .container {
    gap: 2rem;
}

@keyframes move {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(20px);
    }

    100% {
        transform: translateX(0);
    }
}

.parent {
    transform: rotate(90deg);
}

.round {
    width: 6px;
    height: 6px;
    background: var(--sm-secondary-color);
    border-radius: 50%;
}

.line {
    display: flex;
    gap: 4px;
}

.two {
    transform: translateX(10px);
}

.three {
    transform: translateX(20px);
}

.four {
    transform: translateX(30px);
}

.five {
    transform: translateX(20px);
}

.six {
    transform: translateX(10px);
}





.arrow {
    /* position: relative;
    top: 50%;
    left: 50%;*/
    transform: translate(-50%, -50%);
    transform: rotate(-90deg);
    cursor: pointer;
    font-size: 0.7rem !important;
}

    .arrow span {
        /*display: block;
        width: 1.5vw;
        height: 1.5vw;
        border-bottom: 5px solid white;
        border-right: 5px solid white;
        transform: rotate(45deg);
        margin: -10px;
        animation: animate 2s infinite;*/
        display: block;
        width: 1rem;
        height: 1rem;
        border-bottom: 2px solid white;
        border-right: 2px solid white;
        transform: rotate(45deg);
        margin: -6px;
        animation: animate 2s infinite;
    }

        .arrow span:nth-child(2) {
            animation-delay: -0.2s;
        }

        .arrow span:nth-child(3) {
            animation-delay: -0.4s;
        }

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}















.container-fluid {
    /* padding: 0 !important;*/ /*fara margini*/
}

.parralax2 {
    background-image: url("/img/about.jpg");
    background-size: cover;
    min-height: 500px;
    /*min-width:20rem;*/
    /*    height:auto;
    width:20rem;*/
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center top;
}

.parralaxGIF {
    background-image: url("../img/carTech.jpg");
    min-height: 600px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.videoParralax {
    background-image: url("../img/front-car-lights-night-road.jpg");
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parralax-text {
    /*    background-color: #f2f2f2 ;*/
    opacity: 0.6;
    border-radius: 1%;
    padding: 10px;
    /*  margin-left: 10px !important;*/
    margin-right: 10px !important;
    text-align: center;
}

    .parralax-text h3 {
        font-size: 1.3rem;
    }

.card {
    opacity: 0.8 !important;
}

.media {
    width: 100%;
}

.box {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    background: linear-gradient(to right, var(--sm-secondary-color), darkorange);
    color: white;
    --width: 210px;
    --height: calc(var(--width) / 3);
    /*//width: var(--width);
    //height: var(--height);*/
    text-align: center;
    line-height: var(--height);
    font-size: calc(var(--height) / 2.5);
    font-family: sans-serif;
    letter-spacing: 0.2em;
    border: 1px solid darkgoldenrod;
    border-radius: 2em;
    transform: perspective(500px) rotateY(-15deg);
    text-shadow: 6px 3px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 0 0 5px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
    position: relative;
    overflow: hidden;
}

    .box:hover {
        transform: perspective(500px) rotateY(15deg);
        text-shadow: -6px 3px 2px rgba(0, 0, 0, 0.2);
        box-shadow: -2px 0 0 5px rgba(0, 0, 0, 0.2);
    }

    .box::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, transparent, white, transparent);
        left: -100%;
        transition: 0.5s;
    }

    .box:hover::before {
        left: 100%;
    }

.footerText p {
    color: #f2f2f2;
}

.footerText a {
    cursor: pointer;
    color: #f2f2f2 !important;
}

.footer2 {
    z-index: 0;
}

    .footer2 .container h5 {
        font-size: 1rem;
    }

    .footer2 .container svg {
        width: 0.9rem;
    }

    .footer2 .container .col-sm-12:hover {
        transform: scale(1.05);
        transition: .3s ease-in-out;
    }

.footer-post .list-footer {
    display: flex;
    list-style: none;
    flex-direction: row;
    color: #fff;
    gap: 0.5rem;
    justify-content: space-around;
    align-items: start;
    height: 3rem;
}

.footer-container {
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    height: 3rem;
}

    .footer-container .right-row {
        width: 70%;
        display: flex;
        justify-content: end;
        align-items: start;
        height: 1.5rem;
    }

    .footer-container .left-row {
        width: 30%;
        display: flex;
        justify-content: center;
        align-items: end;
        height: 100%;
    }

.left-row .col-md-6 {
    width: 100%;
    height: 100%;
}

.right-row .col-md-6 {
    width: 100%;
    height: 100%;
}

.section-ul {
    width: 100%;
}

.list-footer {
    display: flex;
    justify-content: end;
    width: 100%;
}

    .list-footer a {
        color: #fff;
    }

    .list-footer li a {
        display: flex;
        justify-content: center;
        align-content: center;
        gap: 0.4rem;
        font-family: 'Titillium Web', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
        font-weight: 600;
    }

        .list-footer li a:hover {
            color: #fff;
            transform: scale(1.03);
        }

    .list-footer .redirect-link {
        width: 1.2rem;
        display: none; /*momentan blocat*/
    }

.table-responsive .table {
    width: 50%;
}

.contact-formular-container {
    /*        box-sizing:border-box!important;
    position:fixed !important;
    background-color:#0000004a;
    z-index:2;
    top:0!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    width:100%!important;
    height:100%!important;*/

    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.5);
    align-items: center !important;
    justify-content: center !important;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 9999 !important;
    box-sizing: border-box !important;
    display: none;
}

.container-contact {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 10001 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 2rem;
    font-family: 'Titillium Web', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
}

.container-contact-header {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    text-align: center;
}

.contact-row {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: start;
}

    .contact-row label {
        font-size: 16px;
        width: 4rem;
    }

    .contact-row input {
        border: 1px solid #bababa;
        padding: 0.4rem;
        font-size: 14px;
        border-radius: 0px;
        width: 20rem;
    }

    .contact-row textarea {
        border: 1px solid #bababa;
        padding: 0.4rem;
        font-size: 14px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        width: 20rem;
    }

.btn-close-contact {
    font-size: 20px;
    cursor: pointer;
    border-radius: 100%;
    border: none;
    background-color: #f2f2f2;
    padding: 0rem 0.8rem 0rem 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-weight: 200 !important;
    text-align: center;
}

    .btn-close-contact:hover {
        background-color: #d0d0d0;
        color: #000;
    }

.btn-send-message:hover {
    border: 1px #1064A2 solid;
}

.contact-formular-container.show {
    display: flex;
}




/* Restul stilurilor pentru header */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--sm-nav-background);
    height: 6rem;
    border-bottom: 1px solid var(--sm-bottom-border-nav);
    position: fixed;
    top: 0;
    z-index: 2;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.header-title {
    font-size: 20px;
    margin-left: 10px;
}

.header-menu {
    display: flex;
    align-items: center;
}

.header-menu-list {
    list-style-type: none;
    padding-right: 1rem;
    margin: 0;
    display: flex;
    gap: 1rem;
}

.about-section .col-12 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.row-post2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.header-menu-item a {
    text-decoration: none;
    /*    color: var(--sm-primary-txt-nav) !important;*/
    padding: 1rem;
    border-radius: 0.4rem;
}


    .header-menu-item a:hover {
        cursor: pointer;
    }

.burger-menu {
    display: none;
}

.burger-line {
    width: 25px;
    height: 3px;
    background-color: var(--sm-burger-color) !important;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

.path-container {
    display: flex;
    background: content-box;
    background-color: #f5f5f5;
    /*   border-radius: 10px;*/
    border-radius: 12px;
    width: 96%;
    justify-content: center;
    align-content: center;
    text-align: center;
    border: 1px solid #ddd;
    height: 3.5rem;
    font-size: 0.9rem;
    flex-wrap: wrap;
}

.path-section {
    display: flex;
    /*gap: 0.5rem;*/
    width: 100%;
    height: 2.5rem;
    justify-content: center;
    align-items: center;
}

.path-selected {
    background-color: #8e8e8e;
    color: #fff;
    height: 2.2rem;
    width: 15rem;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    /*    border-bottom-right-radius:20rem;
    border-top-right-radius:20rem;*/
    border-radius: 20rem;
    margin-right: -2rem;
    margin-left: -2rem;
    z-index: 2;
}

.path-options {
    background-color: #ddd;
    color: #909090;
    display: flex;
    justify-content: center;
    align-content: center;
    height: 1.8rem;
    width: 15rem;
    flex-wrap: wrap;
    /*    border-bottom-right-radius: 20rem;
    border-top-right-radius: 20rem;
    border-right: 1px solid #ddd;*/
    border: 1px solid #b4b4b4;
    border-radius: 20rem;
    /*   margin-right: -1rem;*/
}

.path-behind {
    background-color: #bebebe;
    color: #fff;
}

.calculator-rca .container {
    max-width: 940px;
}

.row-1 select:hover {
    cursor: pointer;
}

.row-3 {
    width: 100%;
    /*padding: 1rem;*/
}

.row-1 {
    background-color: var(--primary-table-bk);
    width: 49%;
    border: 1px solid #ddd;
    /*border-radius:10px;*/
    border-radius: 12px;
}

    .row-1 .row {
        padding: 0 1rem;
    }

.row-2 {
    /* padding:1rem;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 3rem;
    align-content: center;
    width: 100%;
    padding: 1rem;
}

    .row-2 .row {
        padding: 0rem;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

.row-4 {
    display: flex !important;
    flex-direction: row !important;
    min-width: 97% !important;
    gap: 1rem;
}

    .row-4 .row {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

        .row-4 .row .col-md-12 {
            display: flex;
            justify-content: start;
            align-items: center;
            gap: 1rem;
        }

        .row-4 .row input {
            margin-right: 0.5rem;
        }

.row-title {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    padding: 0.5rem;
    /*    border-top-left-radius: 10px;
    border-top-right-radius: 10px;*/
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

    .row-title label {
        padding-left: 0.5rem;
    }

.column-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wsm2 {
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 1rem;
    width: 100%;
    flex-wrap: wrap;
}

.wsm3 {
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 1rem;
    width: 100%;
    flex-wrap: wrap;
}

.sm-1 {
    display: flex;
    justify-content: center;
    align-content: center;
}

    .sm-1 .quform-elements {
        display: flex !important;
        flex-direction: row !important;
        min-width: 100% !important;
        gap: 1rem;
    }

.quform-elements .col-lg-6 {
    width: 100% !important;
}

.section-p p {
    font-size: 0.9rem;
    padding: 1rem;
}

.testimonials-four .container {
    max-width: 100% !important;
}

.owl-stage {
    display: flex;
    gap: 5rem;
    justify-content: end;
    align-items: end;
}

.owl-carousel .owl-item img {
    min-width: 12rem !important;
    min-height: auto !important;
}

@media (max-width: 767px) {
    .header-menu-list {
        display: inline-grid;
        grid-template-columns: 1fr;
        grid-row-gap: 15px;
        padding: 1rem;
    }

    .header-menu-item .scrollButton:hover {
        background-color: none !important;
    }

    .row-post2 {
        display: flex;
        flex-direction: row;
        gap: 2rem !important;
        padding-top: 1rem;
    }

    .header-menu {
        display: none;
    }

        .header-menu.active {
            display: block;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin-top: 327px;
            height: 17rem;
            width: 15rem;
            animation: slideDown 0.3s ease-in-out forwards;
            position: absolute;
            background: var(--sm-primary-bk-page) !important;
            background: var(--sm-primary-bk-gd-moz) !important;
            background: var(--sm-primary-bk-gd-webkit) !important;
            background: var(--sm-primary-bk-gd-gradient) !important;
            filter: var(--sm-primary-bk-gd-filter) !important;
            left: calc(100% - 171px);
            border: 1px solid #6f6f6fff;
            border-radius: 1rem;
            z-index: 3;
        }

    .burger-menu {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        cursor: pointer;
        margin-right: 10px;
    }

    .burger-line {
        transition: all 0.3s ease-in-out;
    }

    .burger-menu.active .burger-line:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .burger-menu.active .burger-line:nth-child(2) {
        opacity: 0;
    }

    .burger-menu.active .burger-line:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }

    .header-menu-list .header-change-theme {
        margin-left: 1rem !important;
    }

    .change-theme {
        flex-direction: row;
        height: 2.5rem;
        margin-top: -1.2rem;
        /*margin-right:-7rem;*/
        margin-right: -5rem;
    }

    .parralax2 {
        /*min-height: 150px;*/
    }

    .about-us .row .container {
        padding: 3rem;
    }

    .sm-space {
        padding-bottom: 3rem;
    }
}

@media screen and (min-width:1px) and (max-width:1300px) {
    .footer-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

        .footer-container .left-row {
            width: 100%;
        }

        .footer-container .right-row {
            width: 100%;
            padding: 1rem;
        }

    .footer-post .list-footer {
        width: 100%;
    }
}

@media screen and (min-width:1px) {
    .device-menu-sm {
        display: none;
    }
}

@media screen and (max-width:1024px) {
    .parent-animation {
        display: none;
    }

    .header-menu-sm {
        display: none;
    }

    .device-menu-sm {
        display: contents;
    }
}

@media screen and (min-width:930px) {
    .left-row .section-p {
        text-align: center;
    }
}

@media screen and (max-width:992px) {
    .container-post {
        padding: 1rem;
    }

    .container-header-left {
        /*display:none;*/
        width: 80% !important;
    }

    .pt-0 .mt-lg-2-3 {
        gap: 2rem;
    }

    .container-header-left:hover {
        transform: none;
        width: inherit;
        .container-post

{
    transform: none;
}

}

.parent-animation {
    display: none;
}

.container-header {
    background-position: center;
}

.footer-post {
    padding: 2rem;
}
/*.footer-post .container{
        display:flex;
        flex-direction:column;
    }*/
.list-footer {
    width: 25rem;
    min-width: 25rem;
}
/*form {
     display:flex;
     flex-direction:column;
    }*/
.sm-row {
    display: flex;
    flex-direction: column;
}

.label-line-b {
    width: 70%;
}

.modal-footer {
    justify-content: center !important;
    align-items: center !important;
}

@media screen and (max-width:930px) {
    .footer-post .list-footer {
        flex-direction: column;
    }

    .right-row {
        min-height: 10rem;
    }
}

@media screen and (max-width:774px) {
    .path-container {
        max-height: 8rem;
        background: none;
        border: none;
    }

    .path-section {
        flex-direction: column;
    }

    .path-options {
        display: none;
    }
}

@media screen and (max-width:550px) {
    .sm-1 .quform-elements {
        flex-direction: column !important;
    }

    .row-1 {
        width: 100%;
    }
}

@media screen and (max-width:450px) {
    .footer-post {
        padding: 1rem;
    }

    .list-footer li a {
        font-size: 0.9rem;
    }

    .list-footer {
        min-width: 20rem;
    }

    .label-line-b {
        font-size: 2rem;
        line-height: 31px;
        width: 87%;
    }

    .container-post h3 {
        font-size: 1.2rem;
    }
}

@media screen and (max-width:422px) {
    .footer-post {
        padding: 1rem;
    }

    .list-footer li a {
        font-size: 0.8rem;
    }

    .list-footer {
        min-width: 20rem;
    }

        .list-footer li a img {
            display: none;
        }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .footer2 .container .row {
        --bs-gutter-x: 5.5rem !important;
    }
}

@media screen and (min-width:992px) {
    .sm-container .col-lg-6 {
        width: 100%;
    }
}
