﻿body, body p, body div, body a, body span {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
html {
    min-height: 100%;
}
body {
    position: relative;
    padding-top: 0;
    padding-bottom: 15rem;
    min-height: 100vh;
}
.template-padding {
    padding-top: 4.7rem;
    padding-bottom: 4.7rem;
    overflow: hidden;
}

.nav-bond {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
}
.pad-t {
    padding-top: 73px!important;
}
.mt--73 {
    margin-top: -73px;
}
grey-bg {
    background-color: #f2f6f7;
}
.blue-c{
    color: #171B2A;
}

.orange-c{
    color: #FF5A3C;
}
.primary-color-c {
    color: #01015a;
}
.primary-bg-c {
    background-color: #01015a;
}
.second-blue-c {
    color: #0366d6!important;
}
.second-blue-bg {
    background-color: #0366d6;
}

.grey-c{
    color:#282B38;
}

.blue-bg {
    background-color: #171B2A;
}

.orange-bg {
    background-color: #FF5A3C;
}

.grey-bg {
    background-color: #282B38;
}

.fw-s {
    font-weight: 300;
}
.fw-m {
    font-weight: 500;
}
.fw-f {
    font-weight: 700;
}
button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}
.navbar-nav {
    align-items: center;
}
.nav-bond {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 5px #0000003b;
}
.nav-bond .contact-btn .btn-q {
    padding: 9px 11px;
    font-size: 15px;
}

.primary-btn {
    border-radius: 8px;
    padding: 0 5px;
}

.list-unstyled a {
    text-decoration: none;
}

.footer-bg {
    background-color: #706f6fed;
}

.footer {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}
footer a:hover {
    letter-spacing: 1px;
    transition: all 0.3s ease-out;
}

.nav-bond .navbar-bars {
    border: none;
    background: #ffffff;
    padding: 5px 0px 5px 10px;
    font-size: 30px;
}

#navbarNav-qb {
    justify-content: right;
}

#navbarNav-qb a {
    color: #000059;
    font-size: 17px;
    border-radius: 5px;
}

#navbarNav-qb a:hover {
    color: #0366d6;
}

#navbarNav-qb .nav-item {
    margin: 0 5px
}

#navbarNav-qb a.active {
    background: #0366d6;
    border-radius: 5px;
    color: #ffffff;
    transition-duration: 1s;
}
.navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.title-page {
    color: #000059;
    padding: 10px 0 34px;
}
.hidden-item {
    line-height: 5;
    visibility: hidden;
    position: absolute;
    margin-top: -100px;
    width: 100%;
}
hr.delim {
    background: linear-gradient(to right, rgba(0,0,0,0) 0, #0366d6 50%, rgba(0,0,0,0) 100%);
    height: 3px;
    opacity: 1;
    margin: 0 0 20px 0;
}
.first-section {
    max-height: 50em;
    overflow: hidden;
}
.first-sec {
    padding: 15em 0 0;
}
.first-section .first-photo {
    width: 100%;
}
.first-section .sec-photo {
    display: none;
}
.mob-view {
    display: none;
}
.normal-view {
    display: block;
}
.buttons-home {
    display: flex;
}
.buttons-home a {
    min-width: 250px;
    margin-right: 15px;
}
.buttons-home a {
    min-width: 250px;
    margin-right: 15px;
    text-align: center;
    line-height: 2.6;
    text-decoration: none;
}
a.btn-q:hover {
    color: #fff;
}
.btn-q {
    background-color: #0366d6;
    color: #ffffff;
    border: 2px solid #0366d6;
    border-radius: 5px;
    height: 42px;
}
.btn-q-bordered {
    background-color: #ffffff;
    color: #0366d6;
    border: 2px solid #0366d6;
    border-radius: 5px;
    height: 42px;
}
.products-section {
    justify-content: center;
}
.category-tag {
    display: none;
}
.card.categ {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-flow: column nowrap;
    height: 375px;
    justify-content: center;
    position: relative;
    margin: 10px 0;
    border-radius: 0;
    border: 2px solid #ffffff;
    text-decoration: none;
}
.card.card-1 {
    background: url('../Images/QBond/main-page/BOND2.jpeg');
    background-size: cover!important;
}

.card.card-2 {
    background: url('../Images/QBond/main-page/caramida-aparenta.jpg');
    background-size: cover !important;
    background-position-x: right;
}

.card.card-3 {
    background: url('../Images/QBond/main-page/CERAMICA2.jpg');
    background-size: cover !important;
}

.card.card-4 {
    background: url('../Images/QBond/main-page/fibrociment.jpg'); 
    background-size: cover !important;
}

.card.card-5 {
    background: url('../Images/QBond/main-page/HPL2.jpg');
    background-size: cover !important;
    background-position-x: right;

}

.card.card-6 {
    background: url('../Images/QBond/main-page/structura-metalica.jpg');
    background-size: cover !important;
}

.card.card-7 {
    background: url('../Images/QBond/main-page/vata-bazaltica.webp');
    background-size: cover !important;
    background-position-x: right;
}

.card.categ::after {
    background: rgba(0,0,0,0.7);
    content: '';
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: all 300ms ease-in;
    width: 100%;
}

.card.categ:hover::after, 
.card.categ:hover .project-title, 
.card.categ:hover .project-subtitle {
    opacity: 1;
}

.categ .project-title {
    color: white;
    display: block;
    font-size: 20px;
    font-weight: 500;
    opacity: 0;
    padding: 10px 0;
    z-index: 10;
    text-align: center;
}

.categ .project-subtitle {
    color: white;
    display: block;
    font-weight: 300;
    font-size: 16px;
    opacity: 0;
    padding: 10px 40px;
    z-index: 10;
    text-align: center;
}

.design-title {
    font-size: 4rem;
    position: absolute;
    opacity: 0.06;
    top: -3rem;
    left: 2rem;
    font-weight: 500;
    white-space: nowrap;
}

.product-page .description {
    max-width: 991px;
    padding: 8px;
    margin: 0 auto;
}

.product-page .cards-w-logo {
    padding: 20px;
    border: none;
    box-shadow: 0px 0px 10px 8px #0000000d;
    border: 2px solid #171b2a1f;
    height: 100%;
}
.product-page .cards-w-logo a:hover {
    letter-spacing: 1px;
    transition: 0.3s ease-out;
    color: #171B2A;
}

.product-page .cards-w-logo:hover {
    box-shadow: 0px 0px 10px 8px #00000014;
}

.product-page .container-img {
    height: 300px;
    position: relative;
    text-align: center;
}

.product-page .vertically-centered {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.product-page .vertically-centered.ares {
    left: -20px;
}

.product-page .cards-w-logo a {
    display: block;
}

.product-page .pad {
    padding: 0 50px;
    z-index: 3;
}
.product-page .vertically-centered.kale{
    padding: 40px;
}

#image-slider ul {
    padding: 0;
    margin: 0;
}

#slider-wrapper {
    height: 100%;
    width:100%;
    background-color: #ffffff;
    margin-bottom: 20px;
}
    #image-slider {
    width: 100%;
    height: 550px;
    position: relative;
    overflow: hidden;
    margin: auto;
    display: block;
}

#image-slider ul {
    width: 100%;
    height: 359px;
    position: relative;
}

#image-slider ul li {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
}

#image-slider ul li img {
    width: 100%;
    height: auto;
}

#image-slider ul li.active-img {
    left: 0;
}

.next-img {
    z-index: 9999;
}

#thumbnail {
    cursor: default;
    margin-top: 3px;
    height: auto;
    display: table;
    width: 100%;
}

#thumbnail ul {
    width: 100%;
    height: 100%;
    padding: 0;
}
#slider-wrapper li {
    cursor: pointer;
}
#thumbnail li {
    list-style: none;
    float: left;
    min-width: 1px;
    border: 3px solid #f1f1f1;
    max-height:  80px;
    height: 80px;
    overflow: hidden;
}
    #thumbnail li.active {
        border: 3px solid #000;
    }

#thumbnail li img {
    padding: 0;
    float: left;
    border: 1px solid #fff;
}

#thumbnail li:first-child img {
    margin-right: 0px;
    margin-left: 0px;
}

.proj-page {
    display: flex;
    align-items: center;
}
.proj-info {
    padding: 0 50px;
    width: 50%;
}
.modal-cont {
    text-align: center;
}
.w3-modal {
    background-color: rgb(0 0 0 / 72%);
}
#modal01 {
    z-index: 2000;
}
#modal01 .btn-x {
    top: 10px;
    position: absolute;
    right: 50px;
    font-size: 40px;
}

.aboutus-list{
    margin: 30px 0px 25px 30px;
}

.aboutus-small{
    margin-left:34px;
}

.form-button button {
    width: 25%;
}

.form-button button:focus {
        box-shadow: none;
}

label:has(+ input[required])::before {
    content: " *";
    color: #dc3545;
}
label:has(+ textarea[required])::before {
    content: " *";
    color: #dc3545;
}
.map {
    height: 400px;
    overflow: hidden;
}

.contact-info {
    flex-direction: column;
}

.title-form {
    text-align: left;
}

.new-section {
    margin-bottom: 40px;
}

.proj1 {
    background-image: url('../Images/QBond/Projects/apollo/apollo1.jpeg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    height: 300px;
    background-position: center center;
}

.proj2 {
    background-image: url('../Images/QBond/Projects/KFC-timisoara/1.jpeg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    height: 300px;
}

.proj3 {
    background-image: url('../Images/QBond/Projects/ramada/Capture1.PNG');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    height: 300px;
    background-position: center center;
}

.proj4 {
    background-image: url('../Images/QBond/Projects/rebreanu/Capture1.PNG');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    height: 300px;
    background-position: center center;
}

.proj5 {
    background-image: url('../Images/QBond/Projects/zora/zora3.jpeg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    height: 300px;
    background-position: center center;
}

.proj6 {
    background-image: url('../Images/QBond/Projects/Avrig/avrig1.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    height: 300px;
    background-position: center center;
}

.owl-carousel .owl-item {
    padding: 10px;
}

.owl-theme {
    width: 98% ;
    max-width: 100% ;
    margin: 0 auto;
}

.owl-wrapper-outer {
    width: 100%;
    overflow: hidden;
}

.owl-item {
    cursor: grab;
}
.owl-item:active {
        cursor: grabbing;
}

.svg-color-blue {
    fill: #0366d6;
}

.proj-slider{
    height:450px;
}

.flex-column-between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#proiecte .item a:hover {
    letter-spacing: 1px;
    transition: 0.3s ease-out;
    color: #171B2A;
}

#proiecte .item a {
    transition: 0.3s ease-out;
}

.btn-nav-bar {
    background-color: #ffffff;
    border: 2px solid #5d5d99;
    border-radius: 5px;
    height: 42px;
}

.btn-nav-bar:hover {
    border: 2px solid #0366d6;
}

.second-color-c {
    color: #0366d6;
}

.btn-nav-bar.active {
    border: 2px solid #0366d6 !important;
}

.description-chr {
    font-size: 1.05rem;
    font-weight: 300;
    margin-top: -30px;
    margin-bottom: 34px;
}

.cookie {
    background-color: #000000;
    position: fixed;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    padding: 20px;
    z-index: 200;
}

.cookie-content {
    color: #ffffff;
}

/*-----------Google reCaptcha------------*/
.grecaptcha-badge {
    bottom: 100px !important;
    z-index: 10;
}

.recaptcha-custom-width {
    width: 100% !important;
    transform: scale(1.06);
    transform-origin: 0 0;
}

.captcha-validation-error {
    display: none;
}



/*  ----------- media ------------ */
@media(max-width: 1200px) {
    .template-padding {
        padding-bottom: 10rem;
    }

    .mob-view {
        display: block;
    }

    .normal-view {
        display: none;
    }

    .buttons-home a {
        min-width: 170px;
    }

    .product-page .vertically-centered.kale {
        padding: 0;
    }
}
@media(max-width: 991px) {
    .template-padding {
        padding-bottom: 15rem;
    }
    .first-sec {
        padding: 4em 0 0;
    }

    .card.categ {
        height: 270px;
        margin: 5px 0;
    }

    #produse .col-md-6, #produse .col-md-12 {
        padding: 0 5px;
    }

    .product-page .container-img {
        height: 200px;
        width: 100%;
    }

    .product-page .pad {
        padding: 0 0 0 20px;
    }

    .category-tag {
        position: absolute;
        bottom: -1px;
        z-index: 20;
        background-color: #000;
        font-size: 12px;
        display: block;
        color: #ffffff;
        width: 100%;
        text-align: center;
    }
    .ab-us {
        flex-direction: column-reverse;
    }
    .img-sup {
        margin: 0 auto;
    }
    #navbarNav-qb a.active {
        padding: 7px 8px;
    }
    .description-chr {
        font-size: 1rem;
        margin-bottom: 20px;
    }
}

@media(max-width: 767px) {
    .template-padding {
        padding-bottom: 33rem;
    }

    .cards-w-logo {
        align-items: center;
    }

    .title-page {
        font-size: 28px;
    }

    .first-sec {
        padding: 7em 5em 2em;
        text-align: center;
    }
    .first-section .home-descr {
        justify-content: center;
    }
    .first-section .buttons-home {
        width: 100%;
        display: grid;
    }
    .buttons-home a {
        margin-right: 0;
        margin-bottom: 15px;
    }
        .title-page {
        max-width: 32rem;
    }

    .first-section {
        display: block;
    }

    .first-section .first-photo {
        display: none;
    }
    .title-page, .description-chr {
        text-align: center;
    }
    .last-sec {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

@media(max-width: 575px) {
    .template-padding {
        padding-top: 3rem;
    }
    .d-xs-none {
        display: none;
    }

    .buttons-home {
        display: flex;
    }

    .container-img {
        height: 300px;
    }

    .container-img img {
        max-width: fit-content;
    }

    .first-sec {
        padding: 5em 3em 2em;
    }

    #thumbnail li {
        max-height: 60px;
        height: 60px;
        width: 60px;
    }

    #image-slider {
        width: 100%;
        height: 300px;
    }
    .product-page .cards-w-logo {
        flex-direction: row;
        height: auto;
    }

    .product-page .container-img {
        height: auto;
    }

    .product-page .cards-w-logo .container-img, .product-page .cards-w-logo .pad {
        width: 50%;
    }
}
@media(max-width: 475px) {
    .buttons-home {
        display: block;
        text-align: center;
    }

    .buttons-home a {
        width: 100%;
    }

    .buttons-home a:first-child {
        margin-bottom: 15px;
    }
    .product-page .cards-w-logo .pad {
        font-size: 13px;
        padding-left: 10px;
    }
    .delim.m-5 {
        margin: 1.5rem!important;
    }
}
@media (max-width: 350px) {
    .template-padding {
        padding-bottom: 35rem;
    }
}

.footer-border {
    border-bottom: 1px solid #676b7e;
    padding-bottom: 8px;
}

.footer-border-right {
    border-right: 1px solid #676b7e;
    
}