﻿@import 'variables.css';


html, body {
    direction: ltr !important;
    text-align: left !important;
    font-family: 'El Messiri', Tahoma, Arial, "Times New Roman", serif;
    overflow-x: hidden;
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

footer {
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    height: 60px;
    padding: 20px;
}

    footer a {
        color: var(--theme-color) !important;
    }

    footer .fa {
        margin: 5px 5px;
        font-size: 22px;
        color: var(--theme-color);
    }


/* Loading  */
.loading-ok .loading {
    display: flex;
    justify-content: center;
}

.loading-ok {
    overflow: hidden;
}

.loading {
    position: fixed;
    height: 100%;
    width: 100%;
    display: none;
    background: #2125299c;
    top: 0;
    z-index: 100000000000;
}



/********************************************/

/* OVERRIDE CLASSES */
.table th, .table td {
    max-width: 500px;
}


/* GOLBAL CLASSES */
.color-theme {
    color: var(--theme-color);
}

.bkcolor-theme {
    background-color: var(--theme-color);
}

.bkcolor-fff {
    background-color: #ffffff;
}

.fa-user {
    font-size: 18px;
    color: var(--theme-color);
}

.fa-gear {
    font-size: 18px;
    color: var(--theme-color);
}

.fa-tag {
    font-size: 40px;
    color: var(--theme-color);
}

.fa-shopping-cart {
    font-size: 40px;
    margin-left: 10px;
    color: var(--theme-color);
}

.fa-money {
    font-size: 40px;
    margin-left: 10px;
    color: var(--theme-color);
}

.fa-question-circle {
    font-size: 40px;
    margin-left: 10px;
    color: var(--theme-color);
}

.fa-star {
    color: gold;
    font-size: 40px;
    margin-left: 10px;
    margin-top: -8px;
}

.fa-lightbulb-o {
    color: var(--theme-color);
    font-size: 50px;
    margin-left: 10px;
    margin-top: -10px;
}

.btn-theme {
    color: #fff;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.scroll {
    max-height: 500px;
    overflow: auto;
}

.scroll-x {
    overflow-x: auto;
}

.scroll-y {
    max-height: 500px;
    overflow-y: auto;
}


.shadow-box {
    margin: 10px;
    padding: 25px;
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
}

.quote { /* media */
    padding: 20px;
    margin: 10px;
    width: 75%;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    font-size: 18px;
}

.quote-dark {
    background-color: rgba(0,0,0,0.7);
    color: white;
}

.quote-theme {
    background-color: var(--theme-color);
    color: white;
}

.quote-light {
    background-color: #ffffff;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.3);
    color: black;
}

.curl-top-right {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    /*-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);*/
}

    .curl-top-right:before {
        pointer-events: none;
        position: absolute;
        content: '';
        width: 30px;
        height: 30px;
        top: 0;
        right: 0;
        background: white;
        /* IE9 */
        background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
        box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: width, height;
        transition-property: width, height;
    }


.img-hover-effect .effect {
    overflow: hidden;
    cursor: default;
    position: relative;
    border-radius: 50%;
}

    .img-hover-effect .effect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        opacity: 0;
        background-color: rgba(0,0,0,0.3);
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .img-hover-effect .effect img {
        display: block;
        position: relative;
        -webkit-transition: all .4s linear;
        transition: all .4s linear;
    }

    .img-hover-effect .effect:hover img {
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .img-hover-effect .effect:hover .overlay {
        opacity: 1;
        filter: alpha(opacity=100);
    }

/********************************************/
.menue {
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    .menue li.active a {
        color: var(--theme-color) !important;
        font-weight: bold;
    }

.body {
    padding-top: 50px;
    overflow-x: hidden;
}

.fixed-btns {
    position: fixed;
    bottom: 50px;
    right: 50px;
    left: unset;
    z-index: 1000;
    color: white !important;
    font-size: 20px;
}



.divider-element {
    width: 70px;
    height: 5px;
}


/*  PART1 */
.part-1 {
    min-height: 800px;
    background-image: url("../images/cover.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}

    .part-1 .part-1-content {
        min-height: 900px;
        background-color: rgba(0,0,0,0.4);
    }

        .part-1 .part-1-content .part-1-inner-content {
            padding: 8% 15%;
            color: white;
        }

            .part-1 .part-1-content .part-1-inner-content .dv-text .dv-text-header,
            .part-1 .part-1-content .part-1-inner-content .dv-text .dv-text-item {
                display: flex;
                justify-content: start;
                padding: 20px 0px;
            }

            .part-1 .part-1-content .part-1-inner-content .dv-text .dv-text-header {
                margin-bottom: 20px;
            }

            .part-1 .part-1-content .part-1-inner-content .dv-text .dv-text-item {
                padding-right: 10%;
            }

            .part-1 .part-1-content .part-1-inner-content .fa-check {
                color: lightgreen;
                font-size: 40px;
                margin-top: -9px;
            }

            .part-1 .part-1-content .part-1-inner-content a.order-now {
                width: 50%;
                height: 50px;
                text-align: center;
                padding-TOP: 13PX;
                border-radius: 20px;
            }



/*  PART3 */
.part-3 {
    min-height: 700px;
    background-image: url("../images/cover-2.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}

.part-3-content {
    background-color: rgba(0,0,0,0.4);
}

.part-3-inner-content {
    padding: 5% 15%;
    color: white;
}

    .part-3-inner-content .dv-text {
    }

        .part-3-inner-content .dv-text .element {
            display: flex;
            justify-content: flex-start;
            padding: 5px 0px;
        }




/*  PART5 */
.part-5 {
    min-height: 400px;
    padding-top: 40px;
}

.part-5-content {
    padding: 4% 15%;
}

.part-5-inner-content {
}

    .part-5-inner-content .box {
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 10px;
    }

        .part-5-inner-content .box.electricity {
            background-image: url("../images/electricity-4.jpg");
        }

        .part-5-inner-content .box.pluming {
            background-image: url("../images/pluming-3.jpg");
        }

        .part-5-inner-content .box.ceramic {
            background-image: url("../images/ceramic-12.jpg");
        }

        .part-5-inner-content .box.finish {
            background-image: url("../images/finish-12.jpg");
        }

        .part-5-inner-content .box .box-content {
            padding: 25px;
            min-height: 300px;
            color: white;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
            background-color: rgba(0,0,0,0.5);
            text-align: center !important;
        }

        .part-5-inner-content .box .box-text {
            margin-top: 25px;
            display: inline-block;
            font-size: 17px;
        }




/*  PART6 */
.part-6 {
    min-height: 500px;
    padding-top: 40px;
}

.part-6-content {
    padding: 4% 15% 4% 10%;
}

    .part-6-content .img-container { /*media*/
        padding-top: 0px !important;
        margin-top: -80px;
    }

        .part-6-content .img-container img {
            width: 100%;
        }

    .part-6-content .benefits {
        margin-top: 25px;
        text-align: center;
    }


/*  PART7 */
.part-7 {
    min-height: 500px;
    padding: 50px 15vw 0px 15vw;
}

.part-7-content {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}

    .part-7-content .gallery-btn {
        border: 1px solid #dc3545;
        height: 20px;
        width: 100%;
        padding: 30px;
    }



/*  PART8 */
.part-8 {
    padding-top: 40px;
    min-height: 500px;
}

.part-8-content {
    min-height: 500px;
    padding: 4% 15% 4% 15%;
    background-color: #262626;
    color: white;
}

    .part-8-content a.silent-link {
        color: white;
    }




.gallary .img-container {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    overflow: hidden;
    width: 100%;
    height: 250px;
}

    .gallary .img-container img {
        overflow: hidden;
        width: 100%;
        height: 100%;
    }


    .gallary .img-container:hover img {
        transform: scale(1.25);
    }


    .gallary .img-container img {
        cursor: pointer;
        width: 100%;
        transition: .3s ease-in-out;
    }


.popup-img {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.9);
    height: 100%;
    width: 100%;
    z-index: 9999;
    display: none;
}

    .popup-img .close-popup {
        position: absolute;
        top: 60px;
        right: 30px;
        font-size: 100px;
        font-weight: bolder;
        color: white;
        cursor: pointer;
        z-index: 100;
    }

    .popup-img .img {
        z-index: 99999;
    }

        .popup-img .img img {
            position: absolute;
            top: 50%;
            left: 50%;
            width: auto;
            height: auto;
            transform: translate(-50%, -50%);
            border: 5px solid #ffffff;
        }



@media only screen and (max-width: 990px) {
    html {
        font-size: 16px;
    }

    .quote {
        margin-right: 0px;
        width: 100%;
    }

    .part-2-content .quote-dark {
        margin: 3% 5%;
        width: 90%;
    }

    .part-6-content .img-container {
        padding-top: 10px !important;
        margin-top: 0px;
    }

    .services-icon {
        display: none;
    }

    .part-7-content .price-box .price-box-body .price {
        font-size: 5vw;
    }

    .part-8-content .contact {
        display: block !important;
        text-align: center !important;
    }

    .popup-img img {
        width: 95% !important;
    }
}



@media only screen and ( max-width: 575px) {
    .menue {
        width: 100%;
    }

    .nav-item {
        text-align: center;
    }

    .body {
        width: 105%;
    }

    .img-full-paket {
        display: none;
    }

    .part-2-content {
        padding: 4% 7% 3% 2%;
    }

    .part-4-inner-content .cell .cell-img {
        width: 100px;
        height: 100px;
    }

    .part-2-content .quote-dark {
        padding: 33px;
    }

    .footer-text {
        font-size: 3.5vw;
    }

    .fixed-btns .btn-whatsapp-text {
        display: none !important;
    }
}
