﻿
.home_rent_section {
    width: 100%;
    float: left;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    /* ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~
   carousel section 
*/
.carousel-caption {
    text-shadow: none;
    text-align: left;
    bottom: 0;
    height: auto;
    color: #fff;
    border-top-right-radius: 5px;
    width: auto;
    right: inherit;
    background-color: rgba(0, 0, 0, 0.8);
    left: 0;
    top: unset !important;
    padding: 16px;
    line-height: 1.2;
    padding-left: 10%;
}
.carousel-inner,
.carousel-inner .item {
    height: auto;
}
    .carousel-caption h3{
        
        font-size:50px;
        margin: 0;
        margin-bottom: 15px;
    }
.carousel-caption p {
    font-weight: 400;
    margin: 0;
    font-size: 22px;
    margin-bottom: 10px;
}
#myCarousel {
    overflow: hidden;
    height: auto;
}
    #myCarousel .carousel-control.right,
    #myCarousel .carousel-control.left {
        transition: .3s;
        opacity: 0;
    }
    #myCarousel:hover .carousel-control.right,
    #myCarousel:hover .carousel-control.left {
        opacity: .5;
    }
        #myCarousel .carousel-control.right:hover,
        #myCarousel .carousel-control.left:hover {
            opacity: 1;
        }
.section_title {
    margin: 5px 0 15px;
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    width: 100%;
    float: left;
    color: #000;
}

.section_title:before {
    background-color: var(--txt-gray-dark);
    position: absolute;
    bottom: -5px;
    content: '';
    height: 2px;
    width: 45px;
    left: 48%;
}
.section_title_noutati {
    font-size: 28px;
    margin: 0;
}
    .section_title_noutati:before {
        bottom: 0px !important;
    }


/* ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~
   home_category section 
*/
.home_category_section {
    padding: 0 0 10px;
    text-align: center;
}
.home_categ_li {
    margin: 35px 0;
    display: grid;
    width: 100%;
    float: left;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 2%;
}


.home_categ_li1 {
    list-style: none;
    text-align: left;
    margin: auto;
    margin-top: 0;
    width: 100%;
}
.home_categ_ul2 {
    margin-top: 10px;
    line-height: 1.2;
    list-style: none;
    text-align: left;
    padding-left: 0;
}
.home_categ_li {
    padding-left: 0;
}

.home_btn_section {
    width: 100%;
    text-align: center;
    float: left;
    position: relative;
    height: 0;
}
    .home_btn_section .vezi_toate_green1 {
        text-align: center;
        font-size: 14px;
        position: absolute;
        right: -10px;
        opacity: 0;
        border: 0;
        text-decoration: underline;
        top: -30px;
        width: 150px;
        border-radius: 5px;
        color: #000;
        text-transform: uppercase;
        margin: auto;
        padding: 8px 18px;
        transition: .3s;
    }
.vezi_toate_green1:hover{
    color: #189d0e;
}
.home_category_section {
    transition: .3s;
}
    .home_category_section:hover .vezi_toate_green1 {
        opacity: 1;
        right: 0;
    }
.home_categ_li1_img {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    height: 175px;
    width: 100%;
}
    .home_categ_li1_img img {
        position: absolute;
        margin: auto;
        height: 100%;
        width: auto;
        bottom: 0;
        right: 0;
        left: 0;
        top: 0;
    }
.home_categ_li2 {
    padding-bottom: 6px;
    margin-bottom: 3px;
    display: inline-block;
}



/* ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~
   home_page section 
*/
.home_page {
    background-image: url('../images/homePage/poza1-homepage.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-weight: 500;
    padding: 65px 0;
    width: 100%;
    float: left;
    overflow: hidden;
    color: #fff;
}
.home_page1 {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    width: 100%;
    float: left;
}
.carousel-indicators{display: none;}
.hp_right {
    float: right;
    width: 48%;
}
.hp_right1 {
    margin-bottom: 25px;
    font-size: 36px;
    line-height: 1;
    font-weight: 600;
}
.hp_right2 {
    margin-bottom: 25px;
    overflow: hidden;
    font-size: 16px;
}
.hp_right3 {
    margin-bottom: 30px;
    overflow: hidden;
    font-size: 16px;
}
.hp_left {
    position: relative;
    height: 350px;
    float: left;
    width: 45%;
}
    .hp_left img {
        position: absolute;
        height: auto;
        width: 100%;
        z-index: 1;
        bottom: 0;
        right: 0;
        left: 0;
        top: 0;
    }
    .hp_left:after {
        background-image: url('../images/homePage/poza3-homepage.png');
        position: absolute;
        height: 100px;
        width: 100px;
        right: -20px;
        content: '';
        z-index: 0;
        top: -20px;
    }



/* ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~
   home_page Partners Logo 
*/
.hp_section_logo {
    padding: 20px 0;
    margin: auto;
    float: left;
    width: 100%;
}
    .hp_section_logo img {
        height: auto !important;
        margin: 0px 20px;
    }
    .hp_section_logo .slick-track {
        align-items: center;
        display: flex;
    }
    .hp_section_logo .slick-next {
        top: 39%;
    }
    .hp_section_logo .slick-prev {
    }



/* ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~
   home_page ultimele proiectes 
*/
.ProductHomeRelated,
.hp_ultimeleProiecte {
    width: 100%;
    float: left;
}
.ProductHomeRelated {
    padding: 20px 0 45px;
    margin: auto;
    width: 100%;
}
.hp_ultimeleProiecte .ProductHomeRelated {
    margin-bottom: 0 !important;
}
.card_ultimeleProiecte {
   padding: 0 10px;
}
.img_ultimeleProiecte {
    margin-bottom: 20px;
    position: relative;
    height: 265px;
}
.img_ultimeleProiecte1 {
    position: absolute;
    border-radius: 4px;
    height: 100%;
    width: 100%;
    z-index: 1;
    object-fit: cover;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.categ1_ultimeleProiecte1 {
    text-align: center;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
    padding: 4px;
    border-radius: 4px;
}
.categ1_ultimeleProiecte {
    text-align: left;
    font-size: 18px;
}
.categ2_ultimeleProiecte {
    position: relative;
    margin-left: 10px;
    font-weight: 400;
    text-align: left;
    font-size: 15px;
}
    .categ2_ultimeleProiecte:before {
        background-color: #189d0e;
        position: absolute;
        content: '';
        height: 80%;
        height: 4px;
        width: 4px;
        left: -7px;
        top: 7px;
    }
.card_ultimeleProiecte .categ2_ultimeleProiecte:before {
    top: 10px;
}
.ProductHomeRelated .slick-next {
    top: 38%;
    right: -25px;
}

.ProductHomeRelated .slick-prev {
    top: 41%;
}



/* ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~
   home_page newsletter
*/
.div_btn,
.ArticleHome,
.hp_newsletter {
    width: 100%;
    float: left;
}
.hp_newsletter {
    background-color: #f6f6f6;
    padding: 35px 25px 45px;
}
    .hp_newsletter .ArticleHome {
        margin-top: 25px;
    }
        .hp_newsletter .ArticleHome .slick-next{
            right: -24px;
        }
        .div_btn {
            text-align: center;
        }
.ArticleHome1 {
    justify-content: space-between;
    margin: auto 10px !important;
    display: flex !important;
    background-color: #fff;
    align-items: center;
    border-radius: 4px;
    height: 175px;
    padding: 10px;
}
.ArticleHome_img {
    position: relative;
    width: 40%;
    height: 100%;
}
    .ArticleHome_img img {
        position: absolute;
        object-fit: cover;
        border-radius: 4px;
        height: 100%;
        width: 100%;
        bottom: 0;
        right: 0;
        left: 0;
        top: 0;
    }
.ArticleHome_text {
    margin-left: 15px;
    width: 57%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
}
.ArticleHome_text1 {
    color: rgba(70, 71, 78, 255);
    align-items: center;
    font-weight: 400;
}
.ArticleHome_title {
    margin-bottom: 0;
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}
.ArticleHome_text1_left {
    line-height: 1.3;
    max-height: 93px;
    overflow: hidden;
    margin-bottom: 10px;
}
.ArticleHome_text1_right {
    text-align: right;
}
.ArticleHome_text1_right a{
    position: relative;
}
    .ArticleHome_text1_right a:before {
        background-color: #189d0e;
        position: absolute;
        content: '';
        height: 80%;
        height: 4px;
        width: 4px;
        left: -10px;
        top: 7px;
    }




/* ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~
   home_page zona contact
*/
.hp_contact {
    justify-content: space-between;
    /*border-top: 5px solid #fff;*/
    display: flex !important;
    align-items: center;
    position: relative;
    height: 430px;
    width: 100%;
    float: left;
}
    .hp_contact:before {
        box-shadow: 0px 4px 18px -2px #000, inset 0px 0px 4px -1px #ddd;
        background-color: #fff;
        position: absolute;
        content: '';
        height: 6px;
        width: 100%;
        top: -5px;
        left: 0;
    }
.hp_contact_left {
    background-color: #e4e4e4;
    justify-content: flex-end;
    align-items: center;
    padding: 70px 0;
    display: flex;
    height: 100%;
    float: left;
    width: 43%;
}
.hp_contact_right {
    float: right;
    height: 100%;
    width: 57%;
}
    .hp_contact_right iframe {
        height: 100%;
        width: 100%;
    }
.hp_contact_left1 {
    height: 100%;
    float: right;
    width: 75%;
}
.hp_contact_title {
    margin-bottom: 20px;
    font-size: 36px;
}
.hp_contact_item {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
    display: flex;
    width: 100%;
    float: left;
}
.hp_contact_img{
    margin-right: 25px;
}
.hp_contact_txt1{
    text-transform: uppercase;
    margin-bottom: 7px;
}
.hp_contact_txt2{
    font-weight: 400;
}
.hp_contact_txt2a {
    align-items: flex-start;
    flex-flow: column;
    display: flex;
}