@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

body{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #18233f;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

input:focus{
    box-shadow: 0 0 0 transparent!important;
    border-color: #8562ea!important;
}
.btn{
    border-radius: 8px;
    border-width: 2px;
    font-weight: 700;
}
.btn-primary{
    background-color: #18233f;
    border-color: #18233f;
}
.btn-primary:hover{
    background-color: #1f2d50;
    border-color: #1f2d50;
}
.btn-primary:active{
    background-color: #1f2d50;
    border-color: #1f2d50;
}
.btn-primary:focus{
    background-color: #1f2d50;
    border-color: #1f2d50;
}
.btn-light{
    color: #18233f;
}


/**
** Navigation
*/
.navigation{
    position: fixed;
    top: 0;
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    background-color: #fff;
    z-index: 9;
}
.snavigation{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.navigation a{
    font-weight: 700;
}
.navbar-brand{
    width: 230px;
    padding: 0;
}
.logo{
    width: 200px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 25px;
    font-weight: 700;
    color: #18233f!important;
}
.navbar-expand-lg .navbar-nav .nav-link span{
    padding-bottom: 22px;
}
.navbar-expand-lg .navbar-nav .nav-link span:hover{
    border-bottom: 2px solid #18233f!important;
}
.nactive span{
    border-bottom: 2px solid #18233f!important;
}

/*
** Home Main
*/
.home-main{
    margin-top: 130px;
}
.home-banner{
    width: 100%;
    border-radius: 8px;
    background-color: #18233f;
    color: #fff;
    position: relative;
    padding: 50px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.home-banner .col-md-6{
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.home-banner h1{
    font-weight: 700;
    margin-bottom: 0;
}
.home-banner h6{
    margin-bottom: 0;
}
.home-banner .btn{
    margin-top: 100px;
    padding-right: 40px;
    padding-left: 40px;
}
.home-bg{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 57%;
}


/*
** Services
*/
.services{
    margin-top: 70px;
}
.services a{
    text-decoration: none;
}
.services-item{
    margin-bottom: 30px;
    width: 100%;
    height: 180px;
    background-color: #18233f;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 25px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.services-item:hover{
    transition: 0.4s;
    transform: scale(1.05);
}
.services-item-icon{
    text-align: right;
}


/*
** Servicii Proiectare
*/
.servicii-proiectare{
    margin-top: 40px;
}
.sp-block{
    width: 100%;
    height: 650px;
    background-image: url(/assets/images/spblock.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    color: #fff;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
}
.sp-features h6{
    font-weight: 700;
}
.sp-features-item{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
    font-size: 18px;
}
.sp-features-icon{
    margin-right: 10px;
}
.sp-carousel {
    position: relative;
}
.sp-carousel img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
}
.sp-carousel .owl-nav button{
    position: absolute;
    top: 44%;
    font-size: 32px!important;
    line-height: 1!important;
    z-index: 1;
    background-color: #fff!important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.3);
    display: flex;
    align-items: center;
    justify-content: center;
}
.sp-carousel .owl-nav button span{
    display: flex!important;
    height: 34px!important;
}
.sp-carousel .owl-nav .owl-prev{
    left: 10px;
}
.sp-carousel .owl-nav .owl-next{
    right: 10px;
}
.sp-items a{
    text-decoration: none;
}
.sp-item{
    width: 100%;
    height: 200px;
    background-color: #18233f;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    border-radius: 8px;
    color: #fff;
    padding: 30px;
    margin-bottom: 30px;
}
.sp-item:hover{
    transition: 0.4s;
    transform: scale(1.05);
}
.sp-item h6{
    font-weight: 700;
}



/*
** Studii Preliminare
*/
.studii-preliminare{
    margin-top: 50px;
}
.studii-preliminare a{
    text-decoration: none;
}



/*
** Home Portofolio
*/
.home-portfolio{
    margin-top: 50px;
}
.owl-home-portfolio {
    position: relative;
}
.owl-home-portfolio img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
}
.owl-home-portfolio .owl-nav button{
    position: absolute;
    top: 42%;
    font-size: 32px!important;
    line-height: 1!important;
    z-index: 1;
    background-color: #fff!important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.3);
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-home-portfolio .owl-nav button span{
    display: flex!important;
    height: 34px!important;
}
.owl-home-portfolio .owl-nav .owl-prev{
    left: 10px;
}
.owl-home-portfolio .owl-nav .owl-next{
    right: 10px;
}


/*
** Contacts
*/


.contacts{
    margin-top: 60px;
}
.contact-info{
    margin-top: 60px;
}
.function-title{
    margin-top: 30px;
}
.function-title a {
    color: #18233f;
    text-decoration: none;
}
.contacts-block{
    width: 100%;
    height: 500px;
    background-color: #18233f;
    border-radius: 8px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    display: flex;
    justify-content: space-between;
}
.contacts-form{
    width: 50%;
    padding: 50px;
    color: #fff;
}
.contacts-form h2{
    font-weight: 700;
    margin-bottom: 50px;
}
.contacts-form input{
    margin-bottom: 20px;
    height: 45px;
}
.contacts-form button{
    margin-top: 20px;
    width: 100%;
    height: 45px;
}
.contacts-map{
    width: 50%;
}
#map{
    height: 500px;
    width: 100%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

/*
** Footer Contacts
*/
.footer-contacts{
    margin-top: 80px;
    background-color: #18233f;
    padding: 50px 0;
    color: #fff;
}
.footer-contacts a{
    color: #fff;
    text-decoration: none;
}
.footer-contacts-items{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-contacts-item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;s
    font-weight: 700;
}
.footer-contacts-item-icon{
    margin-right: 10px;
    font-size: 21px;
}


/*
** Copyright
*/
.copyrights{
    background-color: #303030;
    padding: 30px 0;
    color: #fff;
}
.copyrights a{
    color: #fff;
    text-decoration: none;
}
.copyrights-items{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copyrights-social-links{
    display: flex;
    align-items: center;
    justify-content: center;
}
.copyrights-social{
    margin-right: 15px;
    margin-left: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #18233f;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*
** Page 404
*/
.page404{
    width: 100%;
    height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.page404 .page404-title{
    font-size: 128px;
    font-weight: 900;
    line-height: 1;
}
.page404 .page404-text{
    font-size: 72px;
    line-height: 1;
}

/*
** Pages Title
*/
.pages-title {
    margin-top: 64px;
    background-color: #18233f;
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.pages-title h1{
    font-weight: 700;
    text-align: center;
}


/*
** Pages Article
*/
.page-article {
    margin-top: 80px;
}
.page-article img{
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.05);
    margin-bottom: 15px;
}


/*
** Portfolio
*/
.portfolio {
    margin-top: 80px;
    min-height: 40vh;
}
.portfolio-filter{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.portfolio-filter-item{
    width: 175px;
    height: 40px;
    border: 2px solid #18233f;
    cursor: pointer;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    margin-right: 15px;
}
.portfolio-filter-item:hover{
    background-color: #18233f;
    color: #fff;
}
.pfi-active{
    background-color: #18233f;
    color: #fff;
}
.portfolio-item {
    margin-top: 30px;
}
.portfolio-item img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.05);
}
.sp-item2 {
    width: 100%;
    height: 80px;
    background-color: #18233f;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    border-radius: 8px;
    color: #fff;
    padding: 30px;
    margin-bottom: 30px;
}
.services-list-icon {
    display: flex;
    margin-bottom: 30px;
}
.services-list-icon img{
    width: 30px;
    height: 30px;
    margin-right: 5px;
}



@media (min-width: 1700px){

}
@media (max-width: 1700px){

}
@media(max-width: 1560px){
    .navbar-brand {
        width: 200px;
    }
    .logo {
        width: 175px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 15px;
    }
}
@media(max-width: 1400px){
    .home-bg {
        width: 67%;
    }
}
@media(max-width: 1200px){
    .navbar-brand {
        width: 150px;
    }
    .logo {
        width: 150px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 10px;
    }
    .col-md-3 {
        width: 50%;
    }
    .contacts-form {
        padding: 15px;
    }
    .contacts-form h2 {
        margin-bottom: 0;
    }
    .col-md-6 {
        width: 100%;
    }
    .contacts-form input {
        height: 40px;
        margin-bottom: 10px;
    }
    .contacts-form button {
        height: 40px;
        margin-top: 10px;
    }
    .footer-contacts-item {
        font-size: 15px;
    }
}
@media(max-width: 992px){
    .navigation {
        top: -1px;
        height: unset;
    }
    .navigation .nav-item{
        padding: 6px 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link span {
        padding-bottom: 3px;
    }
    .home-main {
        margin-top: 75px;
    }
    .home-banner .col-md-6 {
        position: relative;
        z-index: 1;
    }
    .home-bg {
        opacity: 0.5;
    }
    .contacts-block {
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .contacts-form {
        width: 100%;
        padding: 30px;
    }
    .contacts-map {
        width: 100%;
    }
    #map {
        border-top-right-radius: 0;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
    }
    .footer-contacts-items {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .footer-contacts-items > a {
        margin-right: 10px;
        margin-left: 10px;
    }
}
@media(max-width: 768px){
    .col-md-3 {
        width: 100%;
    }
    .copyrights-items{
        flex-direction: column;
    }
    .copyrights-item{
        padding: 10px 0;
    }
    .portfolio-filter {
        flex-direction: column;
    }
    .portfolio-filter-item {
        width: 100%;
        margin: 5px 0;
    }
    .pages-title h1 {
        font-size: 20px;
    }
    .sp-features {
        margin-top: 50px;
    }
    .home-banner .btn {
        margin-top: 50px;
        padding-right: 40px;
        padding-left: 40px;
    }
}
@media(max-width: 600px){

}
@media(max-width: 500px){

}





