:root {
    /* PADDING */
    --titles-padding: 50px;
    --btn-padding: 10px;
    /* MARGINS */
    --btn-margin: 30px;
    /* FONTS */
    --sans-serif: 'Open Sans', sans-serif;
    /* FONT SIZE */
    --title-size: 50px;
    --subtitle-size: 25px;
    --content-size: 20px;
    --name-product-size: 20px;
    --price-product-size: 16px;
    --code-product-size: 12px;
    /* COLORS */
    --dark-color: #222831;
    --medium-color: #393e46;
    --blue-color: #00adb5;
    --white-color: #eeeeee;
}

.sans-font {
    font-family: var(--sans-serif);
}


/* NAVBAR */

.navbar {
    background-color: var(--dark-color);
    min-height: 80px;
}

.navbar .navbar-brand img {
    height: 80px;
}

@media only screen and (max-width: 420px) {
    .navbar .navbar-brand img {
        height: 50px;
    }
}

.navbar .nav-item {
    margin-left: 30px;
}

.navbar .nav-item .nav-link {
    color: var(--white-color);
    font-weight: 500;
}

.navbar .nav-item .nav-link:hover {
    color: var(--blue-color);
}

.navbar .navbar-toggler {
    border-color: white;
}


/* FOOTER */

.footer {
    margin-top: 50px;
    width: 100%;
    min-height: 250px;
    background-color: var(--dark-color);
    bottom: 0;
}

.footer .footer-logo {
    display: block;
    margin: auto;
    padding: var(--titles-padding);
}

@media only screen and (max-width: 420px) {
    .footer .footer-logo {
        height: 150px;
    }
}

.footer-nav {
    margin-left: 30px;
    margin-bottom: 30px;
}

.footer-nav .footer-link {
    color: var(--white-color);
    text-decoration: none;
    font-weight: 500;
}

.footer-nav .footer-link:hover {
    color: var(--blue-color);
}

.footer .container .margin-r {
    margin-right: 50px;
}


/* INDEX PAGE */


/* CAROUSEL */

.carousel-content {
    max-width: 1607px !important;
    margin: auto;
}

.carousel-wrapper {
    height: 700px;
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (max-width: 767px) {
    .carousel-wrapper {
        height: 400px;
        background-repeat: no-repeat;
        background-position: center;
    }
}

.carousel-caption {
    top: 30%;
}

.caption-title {
    font-size: 50px;
    line-height: 40px;
    color: var(--blue-color);
    font-weight: 100;
    font-family: "Open Sans";
    text-shadow: 0 0 10px #222831;
}

.caption-title>b {
    font-size: 50px;
    line-height: 40px;
    color: var(--blue-color);
    font-weight: 700;
    font-family: "Open Sans";
    text-shadow: 0 0 10px #222831;
}

.caption-paragraph {
    width: 635px;
    height: 109px;
    font-size: 24px;
    line-height: 33px;
    color: var(--white-color);
    font-weight: 400;
    font-family: var(--sans-serif);
    text-align: center;
    margin: auto;
    font-weight: 700;
    text-shadow: 0 0 10px #222831;
}

.caption-button {
    margin-top: 150px;
    border: 2px solid var(--white-color);
    background-color: transparent;
    padding: 0 10px;
    font-size: 18px;
    line-height: 40px;
    color: var(--white-color);
    font-weight: 600;
    font-family: var(--sans-serif);
    transition: transform .2s;
    text-decoration: none;
    text-shadow: 0 0 10px #222831;
}

.caption-button .arrow {
    margin-left: 10px;
}

.caption-button .arrow:after {
    content: ' \25B7';
}

.caption-button:hover {
    transform: scale(1.1);
}

#slide1 {
    background-image: url("../img/WhatsApp Image 2021-01-25 at 12.01.40 PM.jpeg");
}

#slide2 {
    background-image: url("../img/VOLLMER_Produkte_Produktmarker_CHC840.jpg");
}

#slide3 {
    background-image: url("../img/WhatsApp Image 2021-01-25 at 11.50.04 AM.jpeg");
}


/* index-about */

.home-about {
    background-color: var(--white-color);
    margin: var(--titles-padding) 0;
}

.home-about .title {
    text-align: center;
    font-family: var(--sans-serif);
    padding: var(--titles-padding);
    color: var(--medium-color);
    font-weight: 800;
}

.home-about .home-about-img {
    max-width: 100%;
    margin: auto;
}

.home-about .home-about-p {
    font-family: var(--sans-serif);
    font-weight: 500;
}

.home-about .home-about-li {
    font-family: var(--sans-serif);
    font-weight: 400;
    font-style: italic;
}

.home-about .btn-blue {
    color: var(--white-color);
    padding: var(--btn-padding);
    font-family: var(--sans-serif);
    text-transform: uppercase;
    margin: var(--btn-margin);
    background-color: var(--blue-color);
}

.home-about .btn-blue:hover {
    background-color: var(--medium-color);
}


/* index-products */

.home-products .title {
    font-family: var(--sans-serif);
    padding: var(--titles-padding);
    font-size: var(--subtitle-size);
    text-align: right;
    font-weight: 800;
    color: var(--medium-color);
}

.home-products .home-product {
    background-color: var(--white-color);
    border-radius: 10px;
    margin-top: 10px;
}

.home-products .home-product img {
    max-width: 80%;
    display: block;
    margin: 0 auto;
    padding-top: 10px;
}

.home-products .home-product .nume-produs {
    font-family: var(--sans-serif);
    font-size: var(--name-product-size);
    text-align: center;
}


/*  */

.home-products .home-product .d-produs {
    font-family: var(--sans-serif);
    font-size: var(--price-product-size);
    font-weight: 500;
    margin-left: 10%;
    text-align: left;
}


/*  */

.home-products .home-product .cod-produs {
    font-family: var(--sans-serif);
    font-size: var(--code-product-size);
    font-style: italic;
    text-align: right;
    margin-right: 10%;
}

.home-products .btn-blue {
    color: var(--white-color);
    padding: var(--btn-padding);
    font-family: var(--sans-serif);
    text-transform: uppercase;
    margin: var(--btn-margin);
    background-color: var(--blue-color);
    width: 70%;
    margin-left: 15%;
}


/* ABOUT PAGE */

.about-title {
    text-align: center;
    font-family: var(--sans-serif);
    padding: var(--titles-padding);
    font-size: var(--title-size);
    color: var(--medium-color);
}

.about-img {
    display: block;
    margin: auto;
    width: 100%;
}


/* SERVICES PAGE */

.servicii-title {
    font-family: var(--sans-serif);
    padding: var(--titles-padding);
    font-size: var(--title-size);
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--medium-color);
}

.servicii-subtitle {
    text-align: left;
    font-family: var(--sans-serif);
    font-size: var(--subtitle-size);
}

.servicii-content {
    text-align: left;
    font-family: var(--sans-serif);
    font-size: var(--content-size);
}

.servicii-img {
    width: 100%;
}

.shd-img {
    border-radius: 25px;
    box-shadow: 0 0 20px #000;
}

@media only screen and (max-width: 990px) {
    .servicii-img {
        margin-top: 125px;
    }
}

@media only screen and (max-width: 765px) {
    #flex {
        display: flex;
        flex-direction: column;
    }
    #a {
        order: 2;
    }
    #b {
        order: 1;
    }
}


/* PRODUCTS PAGE */

.products-products .title {
    font-family: var(--sans-serif);
    padding: var(--titles-padding);
    font-size: var(--title-size);
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--medium-color);
}

.products-products .products-product {
    background-color: var(--white-color);
    border-radius: 10px;
    margin-top: 20px;
}

.products-products .products-product img {
    max-width: 80%;
    display: block;
    margin: 0 auto;
    padding-top: 10px;
}

.products-products .products-product .nume-produs {
    font-family: var(--sans-serif);
    font-size: var(--name-product-size);
    text-align: center;
    font-weight: bold;
    margin: 10px;
}

.products-products .products-product .d-produs {
    font-family: var(--sans-serif);
    font-size: var(--price-product-size);
    font-weight: 500;
    margin-left: 10%;
    text-align: left;
}

.products-products .btn-blue {
    color: var(--white-color);
    padding: var(--btn-padding);
    font-family: var(--sans-serif);
    text-transform: uppercase;
    margin: var(--btn-margin);
    background-color: var(--blue-color);
    width: 70%;
    margin-left: 15%;
}


/* CONTACT PAGE */

.contact-title {
    font-size: var(--title-size);
    text-align: center;
    margin: var(--titles-padding);
    font-weight: 800;
    color: var(--medium-color);
}

.map {
    box-shadow: 0 0 10px #222831;
    border-radius: 25px;
}

.contact-form-txt h2 {
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.43);
}

.contact-form-txt2 h3 {
    font-size: 16px;
}

.contact-form-txt2 {
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.43);
}

.form-group textarea {
    width: 100%;
}