@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 .site-logo {
    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;
}

.auth-page {
    color: #fff;
}
.auth-page h2 {
    font-size: 26px;
}
.auth-page .golden-color {
    color: #E3CA8A;
    font-weight: 500;
}
.auth-page .form-tabs ul li {
    border-bottom: 1px solid #ccc;
}
.auth-page .form-tabs ul li.uk-active {
    border-bottom: 3px solid #ccc;
}
.auth-page .form-tabs ul li a {
    color: #fff;
    font-size: 18px;
}

.auth-page .login-background {
    background: url(./images/login-farmland-hero-mobile-1@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.auth-page .signup-background {
    background: url(./images/signup-farmland-hero-mobile-1@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.auth-page a {
    color: #fff;
    text-decoration: none;
}
.auth-page h1 {
    color: #fff;
    font-size: 38px;
    font-weight: 500;
    line-height: 38px;
}
.auth-page input {
    font-size: 18px;
}
.auth-page #login_form #submit_login {
    background: #00356A;
}
.auth-page #signup_form #submit_signup {
    background: #c49432;
}
.auth-page .login-icons img {
    background: #fff;
    width: 74px;
    padding: 8px 20px;
    border-radius: 10px;
    height: 50px;
}
.auth-page h2 {
    color: #098659;
    font-weight: 600;
}
.auth-page .download-app img {
    width: 170px;
    height: 100%;
}
.auth-page .download-app {
    background: #f5f5f5;
}

.auth-page .save-time-section {
    background: #003569;
}
.auth-page .save-time-section h2 {
    color: #E3CA8A;
    font-weight: 500;
}
.auth-page .save-time-section h3 {
    color: #fff;
    font-size: 20px;
    margin: 0px;
    letter-spacing: 1px;
}
.auth-page .save-time-section .crop-icon img {
    width: 80px;
}

.auth-page .faqs-section {
    background: #f5f5f5;
}
.auth-page .faqs-section .green-btn {
    background: #007412;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    padding: 10px 34px;;
}
.auth-page .faqs-section h2 {
    color: #00356A;
    font-weight: 500;
}
.auth-page .faqs-section ul.uk-accordion li {
    background: #fff;
    color: #252525;
    padding: 14px 20px;
    border-radius: 6px;
    font-weight: 500;
}
.auth-page .faqs-section ul.uk-accordion .uk-accordion-title {
    color: #007412;
}

.auth-page .few-step-section {
    background: url('./images/agriculture-call-to-action-green-mobile-2@2x.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.auth-page .few-step-section h2 {
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
}

.auth-page .few-step-section .start-for-free-btn {
    background: #013567;
    color: #fff;
    border: 2px solid #fff;
}
.auth-page .few-step-section p,
.auth-page .few-step-section a {
    color: #fff;
}
.auth-page .few-step-section img {
    width: 100px;
}

.auth-page .testimonials-section h2 {
    color: #007412;
    font-weight: 600;
}
.auth-page .testimonials-section img {
    display: block;
    width: 70px;
    object-fit: cover ! IMPORTANT;
    /* vertical-align: middle ! IMPORTANT; */
    height: 68px;
    border-radius: 50px;
    margin: auto;
}
.auth-page .testimonials-section .testimonial-card {
    border-radius: 10px;
}
.auth-page .testimonials-section p, 
.auth-page .testimonials-section .farmer-name {
    color: #252525;
    font-weight: 500;
}
.auth-page .testimonials-section .rating i {
    color: #f6bb06;
}
.auth-page .testimonials-section .uk-position-center-left,
.auth-page .testimonials-section .uk-position-center-right {
    color: #252525;
}

/* Footer (Start) */
footer {
    background: #003569;
}
footer img {
    width: 200px;
}
footer p {
    color: #fff;
}
/* Footer (End) */

@media only screen and (max-width: 600px) {
    nav .site-logo {
        width: 55px;
    }
    
    .auth-page .save-time-section h3 {
        font-size: 15px;
    }
    
    footer img {
        width: 150px;
    }
}