body a{
    color: inherit;
    text-decoration: none;
}

#nasiona a:hover{
    text-decoration: underline;
}

.container{
    font-family: Lato;
}

.row{
    margin: 1rem 0 1rem 0;
    padding: 1rem 0 1rem 0;
}

.banner{
    color: white;
    background-color: #009640;
    text-align: center;
    align-items: center;
    width: 90%;
    margin:auto;

}
.banner h2{
    padding:0;
}
.banner p{
    padding: 1em;
}

.banner .button{
    margin: 1rem auto;
}

section:nth-child(even){
    background-color: #EDF5F0;
    margin: 0 calc(50% - 50vw) 4rem calc(50% - 50vw);
    padding: 4rem calc(50vw - 50%);
}

section:nth-child(2){
    height: 600px;
    margin-top: 1rem;
    margin-bottom: 12rem;
    padding-top: 1rem;
}

section ul{
    font-size: 1.25rem;
}

section ul li{
    padding-left: 10px;
}

section ul li::marker{
    content: url("/img/check.png");
}

section p{
    font-size: 1.125rem;
}

header p{
    font-size: 1.5rem;
}

h1{
    font-weight: 900 !important;
    font-size: 3.25rem !important;
    margin-bottom: 2rem !important;
}

h2{
    padding: 2rem 0 2rem 0;
    font-size: 2.75rem !important;
    font-weight: 700 !important;
}

span{
    color: #009640;
}

.cons ul {
    padding-left: 1rem;
}

header a.nav-link {border-radius: 10px;}
header a.nav-link:hover {background: #009640; color: #fff;}

main {position: relative;}
main h1, main h1 span {color: #fff;}
main p {color: #fff;}
main > img{position: absolute; top: 0; left: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; border-radius: 10px;}
main > div {padding: 1em 2em; margin: 0;}
main > div:after {width: 100%; height: 100%; content: ""; position: absolute; top: 0; left: 12px; background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 1%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%); z-index: -1;}
main div > * {padding-left: 2rem;}
main a .button {position: relative; margin-left: 2rem;}
main a .button img {padding-left: 0;}

#nasiona {
    margin-bottom: 3rem;
}

#logo img{
    width: 75px;
    height: auto;
    object-fit: contain;
}

.kgs {
    margin-left: 1em;
    width: 20%;
    margin-left: 1em;
    object-fit: contain;
    object-position: top;
}

.thumbnail {
    padding: 0;
    align-items: center;
}
.thumbnail img {
    width:100%;
    height: 100%;
    object-fit: cover;
}

.button {
   background-color: #FFED00;
   height: 53px;
   width:max-content;
   padding: 1rem;
   font-weight: bold;
   color: black;
   border-radius: 10px;
   display: flex;
   align-items:center;
}
.button img {
    height: 1rem;
    width: 16px;
    margin-left: .5rem;
    vertical-align:middle;
}

.annotation {
    color: white;
    background-color: #009640;
    text-transform: uppercase;
    width: fit-content !important;
    padding: 0.25rem 1rem;
    font-size: 1.125rem;
    font-weight: 700;
    border-radius: 10px;
}

.icons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
    padding: 1rem 0 2rem;
}

.icons img {
    max-width: 100%;
}

.picture {
    margin-top: -4rem;
    width: 100%;
}

.accordion-element {
    margin: 0 0 1rem 0;
}

.accordion-element p {
    text-align: justify;
    text-justify: inter-word;
}

.accordion-header h4 {
    font-weight: bold;
    font-size: 1rem;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
}

.chevron::before {
    border-style: solid;
    border-width: 0.15em 0.15em 0 0;
    content: '';
    display: inline-block;
    height: 0.5em;
    top: 6em;
    vertical-align: top;
    width: 0.45em;
    transform: rotate(135deg);
}

.cons ul li {
    font-size: 1rem;
    font-weight: 900;
}

.title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}

.title h4 {
    font-weight: 800;
    width: 85%;
}

.show-more {
 font-size: 0.875rem;
}
.show-more:hover{
    cursor: pointer;
}

.more {display: none; clear: both; font-size: 1rem; }
[data-show="true"] {display: block;}

footer {
    background-color: #009640;
    color: white;
}

footer h2, footer p {
    margin: 1rem 0 1rem 0;
}

footer h2 {
    margin-bottom: 0;
    padding-bottom: 0.5rem;
}

footer p {
    font-weight: 600;
    font-size: 1rem;
}

footer .container {
    padding: 2rem 0 2rem 0;
}

footer .kgs {
    width: 100%;
    padding: 1em;
    margin: 1rem 0 0 0;
    background: #fff;
}

.footer {
    display: flex;
    justify-content: space-between;
    padding: 2rem;
}

.footer ul {
    list-style-type: none;
}

.footer ul li {
    float: left;
    padding-left: 3rem;
}

.footer ul li a {
  display: block;
  text-decoration: none;
  color: black;
}

footer .button {
    margin:0;
}

header .row {
    display: flex;
}

.navbar-toggler-icon {
    width: 2em !important;
    height: 2em !important;
}

.logo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#woman {
    display: none;
}

.seeds .accordion-element ul {
    font-size: 1.125rem;
}

.prices {
    width: 80%;
    min-height: 6rem;
    margin:auto;
    position:relative;
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
}

#winnie-price{
    top: -0.5rem;
}
#nasiona ul li a:hover{
    text-decoration: underline;
}

#alegoria{
    margin-top: 4rem;
}

.icons img:hover{
    cursor: pointer;
}

.price-description{
    display: none;
    position: absolute;
    text-align: center;
    color:white;
    background-color: #009640;
    border-radius: 15px;
    font-size: .75rem;
    padding: 8px;
}

.prices.row {gap: 0;}

.prices img {max-height: 70px; object-fit: contain;}

#logo-mobile{
    display: none;
    position: absolute;
    top: 1rem;
    left: 3rem;
}
@media (max-width:1399px){
}

@media (max-width: 1199px){
    #alegoria{
        margin-top: 4rem;
    }
}

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


}

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

    main > div > *{
        padding: 0 2rem;
    }

    main > div:after {
        width: auto;
        right: 12px;
        background: rgba( 0, 0, 0, 0.4);
    }
    
    #logo-mobile{
        display: block;
    }
    body{
        justify-content: center;
    }
    .logo-seed{
        display: none;
    }
    .logo h1{
        font-size: 2.5rem !important;
        margin: 2rem 0 2rem 0;
    }

    #nasiona {padding-bottom: 0;}
    #nasiona ul {font-size: 1.25rem;}
    #nasiona .col-lg-6.row {margin-bottom: 0;}

    .seeds h1 {font-size: 2.5rem !important}
    .seeds .prices {padding-top: 3em; text-align: center;}

    section h2{
        font-size: 1.75rem !important;
        margin-bottom: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    header.row {gap: 0;}

    header p {
        font-size: 16px;
    }

    header .row {
        flex-direction: column-reverse;
    }

    .navbar-collapse {
        width: 100%;
        position: absolute;
        top: 4.5em;
    }

    .thumbnail{
        height: 40vh;
    }
    .button{
        margin: auto;
        text-align: center;
        font-weight: 800;
        display: block;
        align-items: center;
        justify-content: space-between;
    }

    .banner{
        margin: auto;
    }

    .banner p{
        display: none;
    }

    #alegoria{
        margin-top: 4rem;
    }

    #nasiona {
        margin-bottom: 3rem;        
    }

    main .button {margin: 1rem 0 2rem 0;}

    footer h2 {
        margin: 0;
        padding: 0;
        font-size: 1rem;
    }

    footer a .button {
        margin-bottom: 1rem !important;
    }

    .navbar .container-fluid {padding: 0;}
    #navbarNav {padding: 1.5em; background: #EDF5F0; z-index: 3; border-radius: 10px;}
    #navbarNav a {padding-left: 1rem;}
    .navbar-toggler {padding: 0 !important; border: 0 !important; box-shadow: none;}
    .navbar-toggler:focus {border: 0 !important;}

}


@media (max-width: 778px){

    .prices{
        display: flex;
    }
    #alegoria{
        margin-top: 2rem;
    }

    .banner h2{
        font-size: 1.5rem !important;
    }
    .button{
        height: auto;
    }
    .logo h1{
        font-size: 2.5rem !important;
        margin: 1rem 0 2rem 0;
    }

     h1 {
        font-size: 2.5rem !important;
    }

    .row{
        gap: 15px;
    }

    .title h4{
        width: 75%;
    }

    section:nth-child(even) {
        padding-bottom: 0;
    }

    .seeds h1 {font-size: 2.5rem !important;}

    footer{
        font-weight: 600;
    }
    footer h2{
        font-size: 1.5rem !important;
    }
    footer img{  
        width: 100%;
    }

    footer .row{
        padding: 2rem;
        flex-direction: column-reverse;
    }

    .footer{
        align-items: center;
        text-align: left;
        flex-direction: column-reverse;
        gap:15px;
    }
    .footer ul li{
        padding-left: 1.5rem;
    }

    .footer > div {
        width: 100%; 
    }

}


@media (max-width: 478px){

    #alegoria{
        margin-top: 10rem;
    }
    .banner h2{
        font-size: 1.5rem;
    }

    h1 {
        font-size: 2rem !important;
    }

    .kgs {
        width: 40%;
    }

}
@media (max-width: 391px){

    .prices{
        display: flex;
    }
    #alegoria{
        margin-top: 2rem;
    }
    #nasiona{
        margin-bottom: 3rem;
    }
}
@media (max-width: 335px){

    .prices{
        display: flex;
    }
    #nasiona{
        height:  1000px;
    }
    #alegoria{
       margin-top: 10rem;
    }
}