/*
Theme Name: Crop Vantage
Theme URI: https://cropvantagefront.kelowna.website
Author: Your Name
Author URI: https://cropvantagefront.kelowna.website
Description: Custom WordPress theme for Crop Vantage
Version: 1.0
*/

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

body {
    color: #252525;
    background: #f5f5f5;
}

h1, h2, h3, h4 {
    font-family: 'Orbitron', 'Light';
}

div, p, span, a {
    font-family: 'Poppins', 'Regular';
}

nav {
    border-radius: 0px 0px 20px 20px;
    height: 80px;
}
nav .custom-logo {
    max-width: 60px;
}
nav .menu-icon {
    color: #252525;
}
nav .nav-header {
    color: #2f753e;
    font-size: 22px;
    font-weight: 500;
}
nav .uk-navbar-center ul {
    gap: 30px;
}
nav .uk-navbar-center ul > li > a {
    font-size: 20px;
    font-weight: 600;
    color: #2f753e !important;
    min-height: 60px;
}

nav .uk-button-primary {
    background: #1c365b !important;
}

.home-page h2 {
    font-size: 26px;
}

.home-page .top-section {
    background: url('./images/wheat-field-farmland-hero-mobile-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}
.home-page .top-section h1 {
    color: #fff;
    font-size: 38px;
    font-weight: 500;
    line-height: 38px;
}
.home-page .top-section .try-it-btn {
    background: #c89230;
    color: #fff;
    font-size: 25px;
    padding: 10px 45px;
}

.home-page .inventory-tracking-section h2 {
    color: #007412;
    font-weight: 600;
}
.home-page .inventory-tracking-section h3 {
    color:  #00356A;
    font-weight: 600;
    font-size: 22px;
}
.home-page .inventory-tracking-section img {
    width: 369px;
}
.home-page .inventory-tracking-section p {
    font-size: 18px;
    font-weight: 500;
}

.home-page .testimonials-section h2 {
    color: #007412;
    font-weight: 600;
}
.home-page .testimonials-section img {
    display: block;
    width: 70px;
    object-fit: cover ! IMPORTANT;
    /* vertical-align: middle ! IMPORTANT; */
    height: 68px;
    border-radius: 50px;
    margin: auto;
}
.home-page .testimonials-section .testimonial-card {
    border-radius: 10px;
}
.home-page .testimonials-section p, 
.home-page .testimonials-section .farmer-name {
    color: #252525;
    font-weight: 500;
}
.home-page .testimonials-section .rating i {
    color: #f6bb06;
}
.home-page .testimonials-section .uk-position-center-left,
.home-page .testimonials-section .uk-position-center-right {
    color: #252525;
}

.home-page .how-works-section {
    background: #003569;
}
.home-page .how-works-section h2 {
    color: #E3CA8A;
    font-weight: 500;
}
.home-page .how-works-section .count {
    background: #fffdf6;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    color: #2f753e;
    font-weight: 600;
    font-size: 20px;
    font-family: 'Orbitron', 'Light';
}
.home-page .how-works-section h3 {
    color: #fff;
    font-size: 25px;
    margin: 0px;
}
.home-page .how-works-section p {
    color: #E3CA8A;
    margin: 0px;
}

.home-page .join-section {
    background: url('./images/agriculture-call-to-action-green-mobile-1@2x.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.home-page .join-section h2 {
    color: #fff;
    font-weight: 500;
    font-size: 36px;
    line-height: 38px;
}

.home-page .join-section .start-for-free-btn {
    background: #013567;
    color: #fff;
    border: 2px solid #fff;
    width: 250px;
}
.home-page .join-section p,
.home-page .join-section a {
    color: #fff;
}
.home-page .join-section img {
    width: 100px;
}

/* Footer (Start) */
footer {
    background: #003569;
}
footer p {
    color: #fff;
}
/* Footer (End) */

/* Mobile Sidebar (Start) */
ul.cropvantage-menu {
    list-style: none;
    padding-left: 0px;
    display: inline-block;
}
ul.cropvantage-menu li {
    display: inline-block;
    box-sizing: border-box ! IMPORTANT;
    margin-bottom: 5px;
    width: 100%;
}
ul.cropvantage-menu li a {
    color: #FFD !important;
    font-size: 16px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    padding: 0.7rem;
    text-decoration: none !important;
    box-sizing: border-box !important;
}

#mobile_sidebar .uk-offcanvas-bar {
    width: 300px;
}
#mobile_sidebar .uk-offcanvas-close {
    background: #fff;
    color: #252525;
    font-weight: 500;
    border-radius: 100%;
    padding: 10px;
}
#mobile_sidebar .crop-vantage-app {
    background: #fff;
    color: #252525;
    padding: 6px 16px;
    border-radius: 8px;
    font-weight: 500;
}
#mobile_sidebar p {
    font-size: 15px;
}
/* Mobile Sidebar (End) */

/* Feature Section (Start) - From Slider Page */
.features-section {
    background: #fff;
}
.features-section .bg-gray {
    background: #F5F5F5;
}
.features-section h2 {
    color: #fff;
    font-weight: 600;
}
.features-section .uk-card-media-top {
    background: url('./images/cropvantage_crop_image.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 300px;
}
.features-section .uk-card-media-top img {
    width: 200px;
}
.features-section h4 {
    color: #00356A;
    font-size: 18px;
}

.features-section .list-icon {
    width: 50px;
}

.features-section .slider-button {
    color: #252525;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
}
.features-section h3 {
    color: #C49432;
    font-size: 26px;
    font-weight: 500;
}
.features-section .get-started-btn {
    background: #007412;
}
/* Feature Section (End) */

@media only screen and (max-width: 600px) {
    nav .site-logo {
        width: 55px;
    }
    
    .home-page .how-works-section h3 {
        font-size: 20px;
    }
}