/* -> Slick Slider
================================ */
/*Portefolio Arrows*/
.slick-prev,
.slick-next {
    display: none!important;
}
/*================================ */


/* -> MAIN
================================ */
    .container{
        padding: 0px 15px;
    }
/*================================ */


/* -> MENU
================================ */
.navbar{
    height: 65px;
    padding: 0px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.1);
    box-shadow: 1px 1px 3px rgba(0,0,0,.1);
}

.navbar-toggler {
    padding: 0.15rem 0.50rem;
    background-color: #00ae9d;
    position: absolute;
    right: 15px;
    top: 15px; 
    outline: none!important;
}

    .navbar-toggler-icon {
        background-image: url(../img/toggle.svg);
    }

.navbar-brand {
    line-height: 65px;
    padding: 0;
    padding-left: 15px;
    height: 65px;
}

    .navbar-brand img{
        height: 40px;
        filter: none;
    }

    .navbar-collapse{
        border-top: 1px solid #f5f5f5;
        background-color: #3EAD9D;
        -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.3);
        box-shadow: 1px 1px 3px rgba(0,0,0,.3);
        max-height: calc(100vh - 65px);
        overflow-y: auto;
    }

    .navbar ul li{
        margin: 0;
    }

    .navbar ul li:first-child{
        margin-top: 7px;
    }

    .navbar ul li:last-child{
        margin-bottom: 7px;
    }

        .navbar.scrolled ul > li > a, 
        .navbar.opaque ul > li > a,
        .navbar ul li a{
            line-height: 38px;
            padding: 0px 15px!important;
            color: #fff!important;
        }
/* ============================= */


/* -> Intro
================================ */
#intro {
    min-height: 500px;
    background-position: bottom right;
}

    #intro h1{
        text-align: center;
    }
/* ============================= */


/* -> About
================================ */
#about{
    padding: 100px 0px 0px;
    position: relative;
}

    #about-img{
        position: relative;
        width: 100%;
        height: 300px;
        margin-top: 50px;
    }
/* ============================= */


/* -> Eco
================================ */
#eco{
    padding: 100px 0px;
}

    .eco-img{
        width: 100%;
    }


    .eco-icons{
        margin-top: 0px;
        display: block;
    }
    
        .eco-icon{
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
    
        .eco-icon:not(:last-child):after{
            position: relative;
            right: auto;
            top: 0px;
            margin: 20px 0px;
        }
    
        .eco-icon img{
            margin-right: 0px;
            margin-bottom: 15px;
        }
/* ============================= */


/* -> Portfolio 
================================ */
#portfolio{
    position: relative;
    padding: 100px 0px 50px;
    border-bottom: 1px solid #ddd;
}
/* ============================= */


/* -> Products 
================================ */
#products{
    padding: 100px 0px 50px;
    border-bottom: 1px solid #ddd;
}
        .product-img{
            padding-bottom: 100%;
        }
/* ============================= */


/* -> Contacts
================================ */
#contacts{
    padding: 100px 0px;
}

    .contacts-info{
        margin-top: 60px;
    }

    #contacts form{
        margin-top: 50px;
    }
/* ============================= */


/* -> Footer
================================ */
footer{
    text-align: center;
}

    .footer-logo{
        -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1);
        height: 60px;
    }

    .socials{
        margin-right: 0px;
        margin-top: 15px;
        align-items: center;
    }
/* ============================= */




/* -> Portfolio Page
================================ */
#portfolio-page{
    padding: 65px 0px 50px;
}

.portfolio-item{
    background-position: center;
    background-size: cover;
    border: 15px solid #ffffff;
    padding-bottom: 100%;
    max-height: 100%;
}
/* ============================= */


/* -> Project Page
================================ */
#project-page{
    padding: 65px 0px 50px;
}

    .project-image-text-section{
        padding: 80px 15px 50px;
    }

    .project-images-section{
        padding: 60px 15px 0px;
    }

        .project-images-item{
            height: 300px;
            margin-bottom: 30px;
            min-height: 300px;
        }
/* ============================= */


/* -> Product Page
================================ */
#product-page{
    padding: 65px 0px;
}

    .product-image-text-section{
        padding: 80px 15px 50px;
    }

    .product{
        margin-top: 100px;
    }

        .product img{
            width: 70%;
        }
/* ============================= */