/*
Theme Name: Inca Ventures
Theme URI: #
Author: Scorpio Technologies
Author URI: https://scorpiotechnologies.com/
Description: Scorpio Technologies wp theme
Version: 1.0
*/

:root {
    --primary: #168737;
    --secondary: #c5a037;
    --light: #F6FFF2;
    --dark: #263A4F;
}

.btn {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 0;
    z-index: 99;
}

.btn-top {background-color: #c5a037;color: #fff;}

.btn-top:hover {background-color: #34AD54; color: #fff;}

.navbar-dark .navbar-nav .menu-item {
    padding: 15px 15px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s;
}

.navbar-nav .menu-item a {color: #FFFFFF;}

.sticky-top.navbar-dark .navbar-nav .menu-item {
    padding: 20px 15px;
}

.navbar-dark .navbar-nav .menu-item:hover,
.navbar-dark .navbar-nav .menu-item.active {
    background: var(--secondary);
}

.current_page_item {background: var(--secondary);}

.custom-logo {
    width: 100%;
    height: 130px;
}

.bg-them {background-color: #168737;}

.bg-secnd {background-color: #c5a037;}

.btn-secnd {background-color: #c5a037;color: #fff;}

.text-them {color: #168737;}

.text-secnd {color: #c5a037;}

.jf {text-align: justify;}

.btn-more {
    background-color: #168737;
    color: #fff;
}

.btn-more:hover {
    background-color: #c5a037;
    color: #fff;
}

.border-them {
    border-color: #c5a037 !important;
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .menu-item  {
        padding: 10px;
    }
}

@media (max-width: 576px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {width: 10%;}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.bg-hero {
    background: url(./img/carousel-1.jpg) top right no-repeat;
    background-size: cover;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

.bg-vegetable {
    background: linear-gradient(rgba(52, 173, 84, .2), rgba(52, 173, 84, .2)), url(./img/vegetable.png) bottom right no-repeat;
    background-size: contain;
}

.bg-fruit {
    background: linear-gradient(rgba(255, 153, 51, .2), rgba(255, 153, 51, .2)), url(./img/fruit.png) bottom right no-repeat;
    background-size: contain;
}

.service-item {
    box-shadow: 0 0 45px #EDEDED;
    transition: .5s;
}

.about i,
.service-item i {
    background-image: linear-gradient(var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .5s;
}

.service-item:hover {
    color: var(--light);
    background: var(--primary) !important;
}

.service-item:hover i {
    background-image: linear-gradient(var(--light), var(--secondary));
}

.service-item:hover h4 {transition: .5s;}

.service-item:hover h4 {color: var(--light);}

/*** Product ***/
.product-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.product-item .product-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    padding-top: 60px;
    transition: .5s;
}

.product-item:hover .product-overlay {
    opacity: 1;
    padding-top: 0;
}

.blog-item img {transition: .5s;}

.blog-item:hover img {transform: scale(1.2);}

.blog-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(rgba(52, 173, 84, 0), rgba(52, 173, 84, 1));
    z-index: 1;
}

.footer a {color: #fff;}

.footer a:hover {color: #c5a037;}

.copy a {color: #fff;}

.copy a:hover {color: #c5a037;}
