*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
body{
    overflow-x: hidden;
    position: relative;
}
#cursor{
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    transition: 0.1s;
    z-index: 10;
    right: 10%;
    top: 10%;
    background: white;
    background: url('./assets/cursor.png') no-repeat center/contain;
    transform: rotate(45deg);
}
/* HEADER */
header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    position: fixed;
    top: 0;
    left: 10%;
    z-index: 10;
    width: 80%;
    border-radius: 0 0 25px 25px;
    background: rgba(255, 255, 255, 0.5);
}
header a{
    align-items: center;
    justify-content: center;
    margin: 5px 10px;
    padding: 10px;
    font: 500 1.1rem Urbanist, sans-serif;
    text-decoration: none;
    color: black;
    text-align: center;
}
header a:hover, header a:focus{
    border-radius: 4px;
    background-color: white;
    color: green;
}
main{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}
/* Social Media Icons */
.sm-icons{
    height: 100vh;
    width: 50px;
    position: fixed;
    right: 2.5%;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 6;
}
.sm-icons a:hover{
    transform: scale(1.2, 1.2);
    transition: 0.3s ease-in-out;
}
.sm-icons img{
    height: 40px;
    margin: 20px;
}
@media all and (max-width: 1000px){
    .sm-icons{
        display: none;
    }
}
/* Landing */
.landing{
    min-height: 100vh;
    height: 100%;
    width: 100%;
    background: url('./assets/landing.jpg') no-repeat fixed center/cover,
                radial-gradient(circle at center, white 0, rgba(29, 153, 153, 0.5) 90%, rgba(29, 153, 153, 0.7) 100%);
    background-blend-mode: overlay;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: Urbanist, sans-serif;
    padding-top: 70px;
    padding-bottom: 30px;
}
.landing img{
    width: 10vw;
    min-width: 175px;
    filter: hue-rotate(40deg);
}
.landing h1{
    font-size: calc(30px + 1.5vw);
    line-height: 100%;
    width: 60%;
    min-width: 280px;
    margin-bottom: 5px;
}
.landing h1 b{
    color: black;
}
.landing span{
    text-align: center;
    height: calc(35px + 1.5vw);
    overflow: hidden;
    margin-top: 20px;
    z-index: 5;
}
.landing span h1{
    position: relative;
    top: 0;
    animation: slide 3s steps(3) infinite;
    color: darkgreen;
}
@keyframes slide {
    100%{
        top: -300%;
    }
}
.landing a{
    color: white;
    background: rgb(35, 35, 35);
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    text-align: center;
    margin: 20px auto;
    font-weight: 600;
    font-size: 1.3rem;
}
.landing a:hover, .landing a:focus{
    background: rgba(35, 35, 35, 0.8);
}
/* About Us */
.about-us{
    display: grid;
    place-items: center;
    text-align: center;
    background-color: lightseagreen;
    width: 80%;
    min-width: 300px;
    margin: -30px auto 10px auto;
    position: relative;
    height: max-content;
    padding: 20px 0;
    border-radius: 50px 130px 50px 130px;
    font-family: Urbanist, sans-serif;
}
.about-us h1{
    font-size: 4rem;
    color: white;
}
.about-us p{
    font-size: 1.3rem;
    line-height: 30px;
    color: black;
    width: 80%;
    min-width: 280px;
}
/* Services */
.services{
    margin: 50px auto;
    text-align: center;
    font-family: Urbanist, sans-serif;
    display: block;
}
.services h1{
    font-size: 3rem;
    font-weight: 700;
}
.services-grid{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px auto;
    opacity: 0;
}
.services-grid span{
    display: grid;
    grid-template-rows: 50px 176px 125px 50px;
    align-items: center;
    justify-content: center;
    justify-items: center;
    height: 400px;
    min-width: 280px;
    width: 20%;
    box-shadow: 2px 2px 5px grey;
    transition: 0.5s ease-in-out;
    margin: 20px;
}
.services-grid span:hover{
    box-shadow: none;
}
.services-grid span p{
    font: 400 1.2rem Urbanist, sans-serif;
    text-align: center;
    border-top: 1px solid black;
    height: 100%;
    padding: 20px;
}
.services-grid span p b{
    font-weight: 700;
}
.services-link{
    font: 600 25px Urbanist, sans-serif;
    text-decoration: none;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
    color: white;
    width: 100%;
    text-align: center;
    height: 100%;
}
.services-grid span a:hover{
    color: black;
    font: 700 27px Urbanist, sans-serif;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.services-grid-img{
    height: 100%;
    width: 100%;
}
.services-grid span:nth-child(1) .services-grid-img{
    background: url('./assets/barley.png') no-repeat center/auto 100%;
}
.services-grid span:nth-child(2) .services-grid-img{
    background: url('./assets/wheat.png') no-repeat center/auto 100%;
}
.services-grid span:nth-child(3) .services-grid-img{
    background: url('./assets/tree.png') no-repeat center/contain;
}
/* EXPORTS */
.exports{
    margin: 20px auto;
    width: 70%;
    min-width: 300px;
    text-align: center;
    font-family: Urbanist, sans-serif;
}
.exports h1{
    font-size: 3rem;
    font-weight: 700;
}
.exports-inner{
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid green;
    margin: 10px 0;
    padding: 20px;
    border-radius: 15px;
}
.exports-inner span{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 5px auto;
    font-weight: 600;
}
.exports-inner img{
    height: 100px;
    margin: 20px;
}
/* Choose */
.choose{
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    margin: 5vw auto;
    justify-content: center;
    align-items: center;
    background: url('./assets/branch.png') no-repeat center/contain;
    font-family: Urbanist, sans-serif;
    overflow-x: hidden;
}
.choose h1{
    margin: 30px;
    text-align: center;
    font-size: 2.5rem;
}
.choose-grid{
    display: flex;
    width: 300px;
    flex-wrap: wrap;
    justify-content: center;
}
.choose-grid h2{
    grid-column: span 2;
}
.choose-grid span{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 0 3px grey;
    padding: 10px;
    background-color: white;
    width: 300px;
    margin: 10px;
}
.choose-grid span img{
    height: 40px;
    margin: 10px 0;
}
.choose-grid span h2{
    font: 700 1.4rem Urbanist, sans-serif;
}
.choose-grid span p{
    font: 400 1rem Urbanist, sans-serif;
}
.choose-grid span:nth-child(2n-1){
    transform: translateX(-10%);
}
.choose-grid span:nth-child(2n){
    transform: translateX(40%);
}
@keyframes slide-side {
    100%{
        transform: translateX(0);
    }
}
/* Contact */
.map{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    margin: 50px 0;
}
.map h1{
    font-size: 2.5rem;
    font-family: Urbanist, sans-serif;
    padding: 0 10px;
}
.map-img{
    width: 80vw;
    height: 300px;
    min-width: 300px;
    border-radius: 20px;
    box-shadow: 2px 2px 5px grey;
    object-fit: cover;
}
.map-info{
    position: absolute;
    top: 25%;
    right: 44.5%;
}
.map-pin{
    height: 80px;
    animation: map-pin 1.5s linear infinite;
}
@keyframes map-pin {
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-10px);
    }
    100%{
        transform: translateY(0);
    }
}
.map-info:hover .map-icons, .map-icons:hover{
    display: flex;
}
.map-icons{
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px grey;
    display: flex;
    position: absolute;
    top: 90%;
    right: -130px;
    width: 300px;
    border: 1px solid lightgrey;
}
.map-icons span{
    margin: 5px 0;
    font: 400 1rem Urbanist, sans-serif;
}
.map-icons span a{
    transition: 0.3s ease-in-out;
}
.map-icons span a:hover{
    color: green;
    transform: scale(1.05, 1.05);
}
.map-icons img{
    height: 20px;
    margin-right: 10px;
}
.map span{
    display: flex;
    align-items: center;
}
/* REVIEWS */
.reviews{
    background-color: rgb(36, 36, 36);
    align-items: center;
    justify-content: center;
    margin: 50px 0;
    text-align: center;
    padding: 20px;
    font-family: Urbanist, sans-serif;
}
.reviews h1{
    color: white;
    font-size: 2.5rem;
}
.reviews h2{
    color: green;
    margin-bottom: 30px;
    font-size: 2rem;
}
.reviews div{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.reviews div span{
    width: 250px;
    font: 400 15px Urbanist, sans-serif;
    color: black;
    text-align: center;
    background: white;
    padding: 20px;
    border-radius: 10px;
    margin: 20px;
    letter-spacing: 0.5px;
}
.reviews div span h1{
    font: 600 20px Urbanist, sans-serif;
    color: green;
    margin-bottom: 10px;
}
/* HOME START */
.home-start{
    align-items: center;
    justify-content: center;
    width: 80vw;
    margin: 50px auto;
    text-align: center;
    font-family: Urbanist, sans-serif;
} 
.home-start h1{
    margin: 20px;
}
.home-start h2{
    margin: 20px;
    color: yellowgreen;
}
.start-grid{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.start-grid span{
    height: 300px;
    width: 300px;
    box-shadow: 0 0 5px grey;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 30px;
    margin: 20px;
    text-align: start;
}
.start-grid span:nth-child(1){
    background: url('./assets/cart.svg') no-repeat right bottom/80%, rgb(174, 214, 147);
}
.start-grid span:nth-child(2){
    background: url('./assets/contact.svg') no-repeat right bottom/80%, rgb(125, 190, 168);
}
.start-grid span:nth-child(3){
    background: url('./assets/deal.svg') no-repeat right bottom/80%, rgb(131, 215, 236);
}
.start-grid span p{
    width: 70%;
    font: 400 20px Urbanist, sans-serif;
}
.start-grid span p a, .start-grid span p b{
    font-weight: 700;
    color: darkgreen;
    transition: 0.3s ease-in;
}
.start-grid span p a:hover, .start-grid span p b:hover{
    font-weight: 900;
    color: royalblue;
}
/* Contact-Last */
.contact-final{
    width: 90%;
    min-width: 300px;
    margin: 0 auto -70px auto;
    height: 125px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    background-color: yellow;
    border-radius: 20px;
    z-index: 11;
    text-align: center;
    position: relative;
}
.contact-final p{
    font: 500 22px Urbanist, sans-serif;
}
.contact-final a{
    background-color: green;
    color: beige;
    border-radius: 30px;
    padding: 10px 40px;
    font: 700 20px Urbanist, sans-serif;
    text-decoration: none;
    transition: 0.7s ease-in-out;
}
.contact-final a:hover{
    transform: scale(1.1, 1.1);
}
/* Footer */
footer{
    min-height: 75vh;
    background: url('./assets/landing.jpg') no-repeat fixed center/cover,
                linear-gradient(to bottom right, rgba(0, 128, 0, 0.5), rgba(64, 224, 208, 0.5));
    background-blend-mode: overlay;
    z-index: 10;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Urbanist, sans-serif;
    padding-top: 50px;
}
.footer-about{
    margin: 20px auto;
    text-align: center;
    line-height: 25px;
    min-width: 300px;
    width: 75vw;
}
footer section{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 75vw;
    min-width: 300px;
}
footer section span{
    display: flex;
    flex-direction: column;
    margin: 20px;
    width: 290px;
}
footer section span h3{
    margin-bottom: 10px;
}
footer section span a, footer section span p{
    margin: 5px 0;
    color: rgb(49, 49, 49);
}
footer section span p b{
    font-weight: 600;
}
.footer-links{
    display: flex;
    justify-content: center;
}
.footer-links a{
    margin: 0 20px;
}
.footer-links a img{
    height: 45px;
}
.footer-base{
    text-align: center;
    padding: 10px;
    width: 100%;
    font: 400 13px Urbanist, sans-serif;
}
/* ABOUT PAGE */
.other-landing{
    height: 60vh;
    background: url('./assets/landing.jpg') no-repeat fixed center/cover;
    color: white;
    text-align: center;
    padding-top: 100px;
}
.other-landing h1{
    font: 900 7rem Urbanist, sans-serif;
    word-wrap: break-word;
    word-break: break-all;
    text-align: center;
}
.about-intro{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
    width: 100vw;
    min-width: 300px;
    line-height: 30px;
    text-align: center;
}
.about-intro img{
    width: 25vw;
    height: 22vw;
    min-height: 240px;
    min-width: 260px;
    border-radius: 20px;
    transform: translateX(-100%);
}
.about-intro p{
    width: 40%;
    min-width: 290px;
    margin-left: -3%;
    border-radius: 30px 70px 30px 70px;
    background: #58bad9;
    color: black;
    padding: calc(10px + 3vw);
    line-height: 30px;
    font: 500 1.1rem Urbanist, sans-serif;
    letter-spacing: 2px;
    text-align: justify;
    transform: translateX(100%);
}
/* EQUIPMENT */
.equipment{
    min-height: 50vh;
    width: 100%;
    background: url('./assets/barley-field.jpg') no-repeat center/cover, 
            rgba(255, 166, 0, 0.5);
    background-blend-mode: overlay;
    background-attachment: fixed;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-family: Urbanist, sans-serif;
}
.equipment h1{
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
}
.equipment span{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.e-item{
    font: 500 1.1rem Urbanist;
    color: black;
    word-wrap: break-word;
    word-break: keep-all;
    margin: 10px;
    text-align: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.491);
    border-radius: 10px;
}
/* Team */
.about-team{
    align-items: center;
    justify-content: center;
    width: 80vw;
    margin: 30px auto;
    border: 1px solid black;
    font-family: Urbanist, sans-serif;
}
.about-team h1{
    width: 100%;
    text-align: center;
    background-color: black;
    color: white;
}
.about-team-grid{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    padding: 20px 0;
}
.team-member{
    width: 23%;
    min-width: 275px;
    min-height: 120px;
    border-radius: 15px;
    box-shadow: 0 0 5px grey;
    display: inline-block;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 10px;
    margin: 10px;
}
.team-member img{
    height: 5vw;
    width: 5vw;
    min-width: 75px;
    min-height: 75px;
    object-fit: contain;
    shape-outside: circle();
    float: left;
    margin: 0 10px 0 0;
    clear:none;
    border: 1px solid rgb(146, 146, 146);
    border-radius: 50%;
}
.team-member span{
    margin: 0;
    display: block;
    font-family: Urbanist;
    text-align: right;
    padding: 0 5px;
}
.team-member span p{
    margin: 5px 0;
    font-size: 20px;
    color: darkgreen;
}
@keyframes slide-up{
    100%{
        transform: translateY(-30px);
        opacity: 1;
    }
}
/* DEPTS */
.depts{
    width: 80vw;
    min-width: 300px;
    margin: 20px auto;
    margin-bottom: 100px;
    font-family: Urbanist, sans-serif;
}
.depts h1{
    width: 100%;
    font-size: 3rem;
    text-align: center;
}
.depts a, .about-team a{
    padding: 20px;
    font: 500 1.5rem Urbanist;
    color: white;
    text-decoration: none;
    margin: 10px auto;
    display: block;
    width: 15%;
    min-width: 180px;
    text-align: center;
    background: green;
    border-radius: 50px;
}
.dept-body{
    display: flex;
    justify-content: center;
    align-items: top;
    flex-wrap: wrap;
    min-width: 300px;
}
.dept-body span{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-around;
    width: 100%;
    padding: 20px;
}
.dept-body span img, .dept-body span article{
    width: 40%;
    min-width: 280px;
}
.dept-body span img{
    width: 30%;
    height: 20vw;
    object-fit: contain;
}
.dept-body span:nth-child(2n-1) img{
    transform: translateX(-100%);
}
.dept-body span:nth-child(2n) img{
    transform: translateX(100%);
}
.dept-body span article{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    color: black;
    padding: 20px;
    z-index: 2;
    text-align: center;
}
.dept-body span:nth-child(2n-1) article{
    align-items: flex-start;
    text-align: start;
}
.dept-body span:nth-child(2n) article{
    align-items: flex-end;
    text-align: end;
}
@media all and (max-width:550px) {
    .dept-body span img{
        display: none;
    }
}
.dept-body span article h2{
    font-size: 2rem;
    color: darkgreen;
}
.dept-body span article p{
    font-size: 1.2rem;
}
/* PRODUCTS */
.dept-header{
    display: grid;
    place-items: center;
    position: relative;
    min-height: 200px;
}
.dept-header p{
    width: 70%;
    min-width: 270px;
    text-align: center;
    color: white;
    color: black;
    font-size: 1.5rem;
    z-index: 2;
}
.dept-header h1{
    z-index: 2;
}
.prod-page{
    background-image: repeating-linear-gradient(344deg, rgb(255,255,255) 0px, rgb(255,255,255) 23px,transparent 23px, transparent 26px),repeating-linear-gradient(225deg, rgb(255,255,255) 0px, rgb(255,255,255) 23px,transparent 23px, transparent 26px),repeating-linear-gradient(126deg, rgb(255,255,255) 0px, rgb(255,255,255) 23px,transparent 23px, transparent 26px),linear-gradient(90deg, rgb(44, 173, 167),rgb(157, 233, 134));
    /* BACKGROUND: https://www.gradientmagic.com/ */ 
}
.prod-all span img{
    border-radius: 50%;
    width: 20vw;
    height: 20vw;
    min-width: 150px;
    min-height: 150px;
    object-fit: cover;
    transform: translateX(0) !important;
}
.prod-all span article{
    justify-content: center;
}
/* ANIMATION */
.slideY{
    opacity: 0;
    transform: translateY(20%);
}
.slideX{
    opacity: 0;
    transform: translateX(20%);
}
.prod-all span article:nth-child(2n-1){
    transform: translateX(-20%);
}
.prod-all span article:nth-child(2n){
    transform: translateX(20%);
}
@keyframes slideY {
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slideX {
    100%{
        opacity: 1;
        transform: translateX(0);
    }
}