* {
    padding: 0;
    margin: 0;
    font-family: 'League Spartan';
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 6rem;
    background-color: rgba(17, 139, 80, 1);
    box-shadow: -5px 5px 8px 0 rgba(0, 0, 0, 0.411);
}

.nav-header img {
    width: 130px;
    height: 80px;
    object-fit: cover;
    object-position: 100% 35%;
    margin-left: 1.5rem;
}

.login-link {
    margin-left: auto;
    margin-right: 1.5rem;
}

.btn {
    background-color: rgba(251, 246, 233, 1);
    padding: 0.3rem 1.8rem;
    border-radius: 26px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #41270C;
    box-shadow: 1px 1px 3px;
}

@media screen and (min-width: 1290px) {
    .nav-links {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 10%;
        font-family: 'League Spartan';
    }

    .nav-link {
        padding: 0;
        margin-right: 4.5rem;
        font-size: 1.15rem;
        font-weight: 600;
        color: #ffffff;
    }

    .navbar {
        justify-content: center;
        display: flex;
        width: 100vw;
    }

    .nav-header img {
        margin-right: 8rem;
        margin-left: auto;
    }

    .login-link {
        margin-right: 0rem;
        margin-left: auto;
    }

}

.nav-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 75%;
}

/*
=============== 
hero
===============
*/
.hero {
    width: 100vw;
    height: 92vh;
    background-image: url('/assets/hidroponik\ pakcoy.jpg');
    background-size: cover;
    background-position: center;
    color: #ffffff;
    box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.295);
    text-align: center;
}

.hero-container {
    background: rgba(0, 0, 0, 0.541);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-text {
    width: 50vw;
    margin-bottom: 0rem;
    display: flex;
    margin-bottom: 1rem;
    justify-content: center;
    align-items: center;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
}

.hero-button {
    background-color: rgba(17, 139, 80, 1);
    padding: 0.5rem 2.3rem 0.5rem 2.3rem;
    border-radius: 26px;
    font-size: 2rem;
    font-weight: bold;
    color: rgba(251, 246, 233, 1);
    text-decoration: none;
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.700);

}

h3 {
    font-weight: 400;
    font-size: 1.5rem;
}


h1 {
    font-size: 2.5rem;
    font-weight: 700;
}

@media screen and (min-width: 1300px) {
    h1 {
        font-size: 5rem;
    }

    h3 {
        font-size: 2.5rem;
    }

    .hero-text {
        width: 60vw;
        margin-bottom: 1rem;
    }
}

/*
=============== 
About
===============
*/

.page {
    background-color: #FBF6E9;
}

.about-page {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    height: 92vh;
    width: fit-content;
    margin-left: 3rem;
    margin-right: 3rem;
}

.about-text {
    margin-bottom: 0rem;
    height: 42%
}

.about-text p {
    font-size: 1.2rem;
    text-align: justify;
    text-justify: inter-word;
    font-weight: 500;
}

.about-text h2 {
    font-family: 'Libre Baskerville';
    font-size: 3.2rem;
    font-weight: 550;
    margin-top: 3rem;
    margin-bottom: 1rem;
    text-align: center;
}

.about-image {
    margin: 0rem 3rem 3rem 0rem;
    display: flex;
    flex-direction: column;
    width: 80%;
    gap: 1rem;
}

.about-image img {
    object-fit: cover;
    border-radius: 30px;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.829);
}

.top-row {
    display: flex;
    justify-content: center;
}

.bottom-column {
    display: flex;
    flex-direction: row;
    gap: 0.8rem;
}

.bottom-row {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.img1 {
    width: 100%;
    height: 24vw;
}

.img2 {
    width: 100%;
    height: 12vw;
}

.img3 {
    width: 100%;
    height: 16vw;
}

.img4 {
    width: 70%;
    height: 42vw;
}

@media screen and (min-width: 1200px) {

    .about-text {
        margin: 2rem 1rem 0rem 8rem;
        width: 42%;
        height: auto;
    }

    .about-text p {
        font-size: 1.4rem;
    }

    .about-page {
        flex-direction: row;
    }

    .about-text h2 {
        text-align: left;
        font-size: 3.5rem;
        margin-top: 0rem;
        margin-bottom: 2rem;
    }

    .about-image {
        margin: 9rem 8rem 10rem 0rem;
        display: flex;
        flex-direction: column;
        width: 30%;
        gap: 1rem;
    }

    .img1 {
        width: 100%;
        height: 17rem;
    }

    .img2 {
        width: 100%;
        height: 7rem;
    }

    .img3 {
        width: 100%;
        height: 7rem;
    }

    .img4 {
        width: 70%;
        height: 25rem;
    }
}

@media screen and (min-width :1714px) {
    .about-text p {
        font-size: 1.7rem;
    }

    .about-text h2 {
        font-size: 5rem;
    }
}

/*
=============== 
research
===============
*/

.research-page {
    background-color: rgba(17, 139, 80, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    width: 100vw;
    height: 92vh;
    box-shadow: 0px 0px 30px 30px rgba(0, 0, 0, 0.24);
}

.research-page h2 {
    width: 40%;
    font-size: 3rem;
    font-weight: 900;
    color: #FBF6E9;
    margin-bottom: 2.5rem;
    margin-top: 6rem;
}

.research-page h4 {
    width: 50%;
    font-size: 2rem;
    font-weight: 400;
    color: #FBF6E9;
    margin-bottom: 5rem;
}

.research-lists {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    list-style: none;
}

.research-lists img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin-bottom: 1rem;
    box-shadow: 0px 5px 15px 6px rgba(0, 0, 0, 0.24);
}

.research-lists p {
    font-size: 1.5rem;
    color: #FBF6E9;
}

@media screen and (min-width: 768px) {
    .research-page h2 {
        font-size: 5rem;
    }

    .research-page h4 {
        font-size: 2.6rem;
    }

    .research-lists img {
        height: 250px;
        width: 250px;
        border-radius: 50%;
        margin-bottom: 1.4rem;
        box-shadow: 0px 5px 15px 6px rgba(0, 0, 0, 0.24);
    }

    .research-lists p {
        font-size: 3rem;
        color: #FBF6E9;
    }
}

/*
=============== 
Footer
===============
*/

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    color: #ffffff;
    flex-direction: column;
}

.footer img {
    display: none;
}

.footer p {
    color: #41270C;
    font-size: 1rem;
    text-align: justify;
    text-justify: inter-word;
}

.footer h3 {
    color: #41270C;
    font-size: 2rem;
    font-weight: 900;
    text-align: center;
}


.info-container {
    width: 40%;
}


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

.contact-container p {
    font-size: 1.5rem;
    font-weight: 900;

}

.contact-container-lists {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    margin-right: 1rem;

}

.contact-container-lists i {
    margin-right: 1rem;
    background-color: #41270C;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    width: 50px;
    height: 50px;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 50%;
}

@media screen and (min-width: 1200px) {
    .footer {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        padding: 2rem;
        color: #ffffff;
        margin-right: 3rem;
        margin-left: 3rem;
    }

    .info-container {
        width: 40%;
        margin-right: 25rem;
    }

    .footer p {
        color: #41270C;
        font-size: 1.6rem;
        text-align: justify;
        text-justify: inter-word;
    }

    .footer img {
        display: flex;
        width: 130px;
        height: 80px;
        object-fit: cover;
        object-position: 100% 35%;
        margin-right: 5rem;
    }

    .contact-container p {
        font-size: 2rem;
        font-weight: 900;

    }
}

/*
=============== 
Login
===============
*/

.form-page {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FBF6E9;
}

.banner-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #118B50;
    width: 50%;
    height: 100vh;
    padding: 2rem;
    box-shadow: 0px 5px 15px 15px rgba(0, 0, 0, 0.24);
}

.banner-section img {
    width: 500px;
    height: 500px;
}

.login-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
    height: 80vh;
    margin-bottom: 5rem;
}

.login-section img {
    width: 200px;
    height: 200px;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
    height: 80vh;
}

form h2 {
    font-size: 1.4rem;
    font-weight: 500;
}

.form-container {
    font-size: 1.3rem;
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 90%;
    height: 50vh;
}

.form-container input {
    border-radius: 30px;
    padding: 1rem 1.7rem 1rem 2rem;
    width: 75%;
    border: none;
    background-color: rgba(0, 0, 0, 0.212);
}

.form-container label {
    margin: 1rem auto 1rem 5rem;
}

.forgot-password {
    margin: 0 5rem 2rem auto;
    color: #41270C;
    text-decoration: none;
}

.form-container p {
    margin-top: 2rem;
    text-align: center;
}

.register-link {
    color: #41270C;
    font-weight: 700;
}

.btn-primary {
    display: flex;
    justify-content: center;
    background-color: #41270C;
    color: #FBF6E9;
    border: none;
    width: 30%;
    padding: 0.8rem 3rem;
    border-radius: 30px;
}

.button-login {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 992px) {
    .banner-section {
        display: none;
    }

    .login-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 100vh;
        margin-bottom: 0;
    }

}

/*
=============== 
Registration
===============
*/
.registration-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
    height: 80vh;
    margin-bottom: 3rem;
    margin-top: 3rem;
}

.form-registration-container {
    font-size: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    height: 50vh;
}

.form-registration-container input {
    border-radius: 30px;
    padding: 1rem 1.7rem 1rem 2rem;
    width: 75%;
    border: none;
    background-color: rgba(0, 0, 0, 0.212);
}

.form-registration-container label {
    margin: 1rem auto 1rem 5rem;
}

.button-row {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 4rem;
}



.btn-primary-regist {
    background-color: #41270C;
    color: #FBF6E9;
    border: none;
    padding: 0.8rem 2rem;
    border-radius: 30px;
}

@media screen and (max-width:992px) {

    .registration-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 96vh;
        margin-top: 5rem;
    }

    .form-registration-container {
        width: 90%;
        height: 100%;
    }

    .button-row {
        margin-top: 2rem;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        gap: 2rem;
    }
}

/*
=============== 
Forgot Password
===============
*/

.forgot-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
    height: 80vh;
    margin-bottom: 5rem;
}

.forgot-section img {
    width: 200px;
    height: 200px;
}

.forgot-section h1 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #41270C;
    margin-bottom: 2rem;
}

.forgot-section h2 {
    width: 80%;
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.form-forgot-container {
    font-size: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    height: 50vh;
}

.form-forgot-container input {
    border-radius: 30px;
    padding: 1rem 1.7rem 1rem 2rem;
    width: 75%;
    border: none;
    background-color: rgba(0, 0, 0, 0.212);
    margin-bottom: 2rem;
}

.form-forgot-container a {
    margin-top: 2rem;
}

.btn-primary-forgot {
    background-color: #41270C;
    color: #FBF6E9;
    border: none;
    padding: 0.8rem 2rem;
    border-radius: 30px;
}

@media screen and (max-width: 992px) {
    .forgot-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 96vh;
        margin-top: 5rem;
    }

    .forgot-section h1,
    .forgot-section h2 {
        width: 80%;
    }

    .form-forgot-container input {
        width: 90%;
    }

}

/*
=============== 
New Password
===============
*/

.form-forgot-container label {
    margin: 1rem auto 1rem 5rem;
}

@media screen and (max-width: 992px) {
    .form-forgot-container label {
        margin: 1rem auto 1rem 3rem;
    }

    .form-forgot-container input {
        width: 90%;
    }
}