* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    transition: all .2s linear;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top: 6rem;
    scroll-behavior: smooth;
    background-color: #e8e8e8;
}

section {
    padding: 2rem 9%;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    padding: 2rem 9%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
}

header .logo {
    font-size: 3rem;
    color: black;
}

header .navbar a {
    font-size: 1.8rem;
    color: black;
    margin: 0 1rem;
}

header .navbar a:hover {
    color: orange;
}

.nav-right{
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.icon-box{
    display: flex;
    align-items: center;
}

.login-btn{
    text-decoration: none;
    display: inline-block;
    background: rgb(242, 242, 242);
    color: rgb(0, 0, .1);
    padding: .8em 3em;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    border-radius: .5em;
    border: .2rem solid rgba(0, 0, 0, .1);
    font-weight: bolder;
}

header .icons a {
    font-size: 2.5rem;
    color: black;
    /* margin-left: 1.5rem; */
}

header .icons a:hover {
    color: orange;
}

#menu-bar {
    font-size: 2.5rem;
    padding: .5rem .5rem;
    border: .1rem solid black;
    color: black;
    border-radius: .3rem;
    cursor: pointer;
    display: none;
}

.home {
    padding: 0;
    position: relative;
}

.home .slidecontainer .slide {
    min-height: 100vh;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 0 9%;
    padding-top: 9rem;
}

.home .slidecontainer .slide .content1 {
    flex: 1 1 40rem;
}
.home .slidecontainer .slide .content1 p{
    text-align: justify;
}

.home .slidecontainer .slide .image {
    flex: 1 1 30rem;
    position: relative;
}

.home .slidecontainer .slide .image .agri {
    width: 100%;

}
.home .slidecontainer .slide .content1 .span {
    font-size: 100px;
    color: rgba(0, 0, 0, 0);
    font-weight: bolder;
}

.home .slidecontainer .slide .content1 h1 {
    font-size: 50px;
    font-weight: 400;
    color: rgb(0, 0, 0);
}

.home .slidecontainer .slide .content1 p {
    font-size: 16px;
    color: rgb(27, 27, 27);
    padding: .5rem 0;
}

#title h1 {
    font-size: 40px;
    text-align: center;
    padding-top: 180px;
    color: white;
    font-family: 'Balsamiq Sans', cursive;

}

#title h3 {
    font-size: 16px;
    text-align: center;
    color: white;
    padding-left: 160px;
    top: 0px;
}

.About {
    display: flex;
    justify-content: center;
    padding: 50px 0px;
    box-sizing: border-box;
    background-color: rgb(243, 239, 239);
    flex-wrap: wrap;
    overflow: hidden;

}
.featured-products{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.featured-products .heading {
    text-align: center;
    /* padding-top: 140px; */
    padding: 40px;
    font-weight: bold;
    font-size: 25px;
}

.featured-products .box-container {
    padding-top: 20px;
    /* display: flex; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.2em;
    margin: auto;
    margin-left: 50px;
}

.featured-products .box-container .box {
    text-align: center;
    position: relative;
    overflow: hidden;
    /* flex: 1 1 20rem; */
}


.featured-products .box-container .box .content {
    font-size: 12px;
    padding: 1rem;
}

.featured-products .box-container .box img {
    height: 20rem;
    margin: 1rem 2rem;
    mix-blend-mode: multiply;
}
.featured-products .box-container .box .icon {
    display: flex;
    flex-flow: column;
    position: absolute;
    top: 5rem;
    left: 1rem;
}
.featured-products .box-container .box .content .price{
    font-size: 2.5rem;
}
.featured-products .box-container .box .content .price span {
    color: orange;
    font-size: 1.5rem;
    text-decoration: line-through;

}

.featured-products .box-container .box .content .stars {
    padding-bottom: 1rem;
}

.featured-products .box-container .box .content .stars i {
    font-size: 1.7rem;
    color: orange;
}

.featured-products .feature-product-more a{
    text-decoration: none;
    display: inline-block;
    margin-top: 1em;
    background: rgb(236, 236, 236);
    color: rgb(0, 0, .1);
    padding: .8em 3em;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    border-radius: .5em;
    border: .2rem solid rgba(0, 0, 0, .1);
    font-weight: bolder;
}
.featured-products .feature-product-more a:hover {
    background: rgb(255, 196, 0);
    color: #fff;
}



.btn {
    text-decoration: none;
    display: inline-block;
    margin-top: 1em;
    background: rgb(236, 236, 236);
    color: rgb(0, 0, .1);
    padding: .8em 3em;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    border-radius: .5em;
    border: .2rem solid rgba(0, 0, 0, .1);
    font-weight: bolder;
}

.btn:hover {
    background: rgb(255, 196, 0);
    color: #fff;
}



.sign-up {
    height: 100vh;
    display: grid;
    place-items: center;
    background: #dddcdc;
    margin-top: 40px;
}

.container {
    overflow: hidden;
    max-width: 390px;
    background: #fff;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, .1);
    padding: 30px;
    height: 500px;
    border-radius: 5px;
}

.container .title-text {
    display: flex;
    width: 200%;
}

.container .title-text .title {
    width: 50%;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.form-container .slide-controls {
    position: relative;
    display: flex;
    height: 50px;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    margin: 20px 0 10px 0;
    justify-content: space-between;
    border: 1px solid lightgrey;
}

.slide-controls .slide {
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    z-index: 1;
    transition: all 0.6s ease;
}

.slide-controls .slider-tab {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    z-index: 0;
    border-radius: 5px;
    background: orange;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

input[type="radio"] {
    display: none;
}

#signup:checked~.slider-tab {
    left: 50%;
}

#signup:checked~.signup {
    color: #fff;
}

#signup:checked~.login {
    color: #000;
}

.container .form-container {
    width: 100%;
    overflow: hidden;
}

.slide-controls label.signup {
    color: #000;
}

.form-container .form-inner {
    display: flex;
    width: 190%;

}

.form-container .form-inner form {
    width: 50%;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.form-container .form-inner form .field {
    height: 50px;
    width: 100%;
    margin-top: 20px;

}

.form-inner form .field input {
    height: 100%;
    width: 100%;
    outline: none;
    padding-left: 11px;
    font-size: 17px;
    border-radius: 5px;
    border: 1px solid lightgrey;
    border-bottom-width: 2px;
    transition: all 0.4s ease;
}

.form-inner form .field input:focus {
    border-color: #030303;
}

.form-inner form .pass-link {
    margin-top: 5px;

}

.form-inner form .pass-link a,
.form-inner form .signup-link a {
    font-size: 12px;
    color: #fa4299;
    text-decoration: none;
}

.form-inner form .signup-link {
    text-align: center;
    margin-top: 30px;
}

.form-inner form .pass-link a:hover,
.form-inner form .signup-link a:hover {
    text-decoration: underline;
}

form .field input[type="submit"] {
    background: rgb(255, 196, 0);
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding-left: 0px;
    border: none;
    cursor: pointer;
}

footer {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background: #111;
    height: auto;
    width: 100vw;
    padding-top: 40px;
    color: #fff;
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.footer-content h3 {
    font-size: 2rem;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 3rem;
}

.footer-content p {
    max-width: 500px;
    margin: 10px auto;
    line-height: 28px;
    font-size: 14px;
}

.socials {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 3rem 0;
}

.socials li {
    margin: 0 10px;
}

.socials a {
    text-decoration: none;
    color: #fff;
}

.socials a i {
    font-size: 1.1rem;
    transition: color .4s ease;

}

.socials a:hover i {
    color: orange;
}

.footer-bottom {
    background: #000;
    width: 100vm;
    padding: 20px 0;
    text-align: center;
}

.footer-bottom p {
    font-size: 14px;
    word-spacing: 2px;
    text-transform: capitalize;
}

@media (max-width:991px) {
    html {
        font-size: 55%;
    }

    header {
        padding: 2rem;
    }
}

@media (max-width:768px) {

    #menu-bar {
        display: block;
    }

    header .navigation {
        position: absolute;
        top: 100%;
        left: -120%;
        width: 100%;
        background: #eee;
        border-top: .1rem solid rgba(0, 0, 0, .1);
    }

    header .navigation .active {
        left: 0;
    }

    header .navigation a {
        font-size: 2rem;
        background: #fff;
        border: .1rem solid var(--black);
        border-radius: .5rem;
        padding: 1.5rem;
        margin: 1.5rem;
        display: block;
        text-align: center;
    }

    header .navbar {
        position: absolute;
        top: 100%;
        left: -120%;
        width: 100%;
        background: #eee;
        border-top: .1rem solid rgba(0, 0, 0, .1);
    }

    header .navbar.active {
        left: 0;
    }

    header .navbar a {
        font-size: 2rem;
        background: #fff;
        border: .1rem solid var(--black);
        border-radius: .5rem;
        padding: 1.5rem;
        margin: 1.5rem;
        display: block;
        text-align: center;
    }

    .sign-up {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    form {
        width: 100%;
        height: 100%;
    }
}

@media (max-width:400px) {
    html {
        font-size: 50%;
    }

}