* {
    margin: 0;
    padding: 0;
}

nav {
    margin: 0 auto !important;
}

body {
    background-color: #f6f7f4;
    font-family: Poppins;
}

h1 {
    font-size: 54px;
    font-weight: 400;
    line-height: 62px;
}

h2 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 400;
}

.first-section {
    background: linear-gradient(0deg, rgba(23, 23, 23, 0.726), rgba(28, 27, 28, 0.607)), url(https://naturebiofoods.eu/wp-content/uploads/2022/01/smart-farming-with-agriculture-iot.jpg);
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    min-height: 70vh;
    position: relative;
    z-index: -99999;
}

.content {
    display: flex;
    position: absolute;
    top: 30%;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.content-item {
    align-items: center;
    text-align: center;
    color: #ffffff;
}

.bar-code {
    width: 20%;
}

.white-section {
    background-color: #ffffff;
    width: 80%;
    margin: -10% auto 2% auto;
    text-align: center;
    padding: 3%;
    z-index: 999999;
    border-radius: 5px;
}

.white-item {
    margin: 2% 0;
}

#search-form input {
    width: 30% !important;
    border-radius: 25px !important;
    padding: 12px 22px !important;
    border: 2px solid transparent;
    background-color: rgba(0,0,0,.04);
    font-family: inherit;
    line-height: 24px;
    color: #555;
    font-size: 14px;
}

input[type="text"] {
    outline: none;
}

#search-form .input-box:focus {
    border: 2px solid #b69a71 !important;
}

#search-form button {
    padding: 16px 23px!important;
    background-color: #b69a71;
    font-size: 18px;
    font-weight: 400;
    border: none;
    color: #fff;
    cursor: pointer;
    width: auto;
    font-family: 'Open Sans';
    border-radius: 30px;
    transition: 0.2s ease-out;
}

#search-form button:hover {
   opacity: 0.8;
   transition: 0.2s ease-in;
}

@media screen and (max-width: 480px) {
    .first-section {
        height: auto !important;
        min-height: 35vh !important;
        padding-bottom: 2% !important;
    }
    .content {
        display: flex;
        gap: 0 !important;
    }
    .bar-code {
        width: 30% !important;
        margin-top: -8px !important;
   }
   
   #cta-container {
       padding: 3% !important;
   }
   
   h6 {
       font-size: 1em !important;
   }
}

.error-mg {
    color: #a74848;
    background-color: #fad1d1;
    border-color: #f9c2c2;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1.5px solid transparent;
    border-radius: 0.25rem;
    width: 80%;
    margin: 1% auto 0 auto;
}
