 /* LOADER STYLE */
 .loader-container {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, 0.81)
    url("https://media.giphy.com/media/8agqybiK5LW8qrG3vJ/giphy.gif") center
        no-repeat;
    z-index: 1;
    display: none;
}


/* HERO SECTION */
main .ani-herosection{
    background-image: url("../customImages/animal-hero.png");
    background-repeat: no-repeat;
    width: 100%;
    /* height: 50vh; */
    background-size: cover;
    padding-top: 9rem;
    padding-bottom: 9rem;
}

.ef-underline{
    border-top: 8px solid #FFFFFF;
    border-radius: 20px;
    opacity: 100%;
    background-color: #ffff;
    width: 80px;
}

.ef-herosection .ef-herosection--heading{
    font-style: normal;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 68px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}

 .ef-herosection--heading h1{
    font-style: normal;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 68px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    font-family: 'Stolzl-Bold';
}

.ef-herosection--heading hr{
    max-width: 120px;
    height: 8px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    margin: 0 auto;
}

/* POULTRY STYLE */
.ani-heading{
    font-style: normal;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 68px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #2D2D2D;
}

.ani-heading h1{
    font-style: normal;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 68px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #2D2D2D;
    font-family: 'Stolzl-Bold';
}

.ani-heading hr{
    max-width: 120px;
    height: 8px;
    background: #1F6D08;
    border: 1px solid #1F6D08;
    margin: 0 auto;
}

.ani-diet{
    width: 100%;
    height: auto;
    background: #E9F3EB;
    padding: 3rem;
    /* margin-top: 3rem; */

}

.ani-diet .ani-diet--text p{
    font-style: normal;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 140%;
    color: #2D2D2D;
    max-width: 40.5625rem;
    text-align: left;
    font-family: 'Stolzl-Light';

}

.top-ani{
    margin-top: 51px;
}

.poul-chick{
    background-image: url("../customImages/chicken.png");
    width: 100%;
    max-width: 22.75rem;
    /* height: 26.3rem; */
    height: auto;
    padding: 12rem 1.2rem 2.5rem 1.2rem;
}

.poul-chick h3, .poul-duck h3, 
.poul-ostrich h3, .poul-quails h3,
.poul-turkey h3, .poul-fish h3, .e-goat h3,
.e-goat-products h3, .e-deer h3,
.e-cattle-products h3,
.e-donkey h3,
.e-gazelle h3,
.e-grascutter h3,
.e-camel h3,
.e-pigs h3,
.e-cattle h3{
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    font-family: 'Stolzl-Medium';
}

.poul-chick ul li, .poul-duck ul li, 
.poul-ostrich ul li, .poul-quails ul li,
.poul-turkey ul li,
 .poul-fish ul li{
    font-style: normal;
    font-weight: 550;
    font-size: 1.12rem;
    line-height: 140%;
    color: #FFFFFF;
    text-align: left;
    margin-left: -1rem;
    max-width: 20rem;
    font-family: 'Stolzl-Light';
}

.poul-duck{
    background-image: url("../customImages/duck.png");
    width: 100%;
    max-width: 22.75rem;
    /* height: 26.3rem; */
    height: auto;
    padding: 12.5rem 1.2rem 2.0rem 1.2rem;
}

.poul-ostrich{
    background-image: url("../customImages/ostriches.png");
    width: 100%;
    max-width: 22.75rem;
    /* height: 26.3rem; */
    height: auto;
    padding: 12.5rem 1.2rem 1.8rem 1.2rem;
}

.poul-quails{
    background-image: url("../customImages/Quails.png");
    width: 100%;
    max-width: 22.75rem;
    /* height: 26.3rem; */
    height: auto;
    padding: 13rem 1.2rem 2.5rem 1.2rem;
}

.poul-turkey{
    background-image: url("../customImages/turkeys.png");
    width: 100%;
    max-width: 22.75rem;
    /* height: 26.3rem; */
    height: auto;
    padding: 13.3rem 1.2rem 2.0rem 1.2rem;
}

.poul-fish{
    background-image: url("../customImages/fish.png");
    width: 100%;
    max-width: 22.75rem;
    /* height: 26.3rem; */
    height: auto;
    padding: 11.8rem 1.2rem 1.7rem 1.2rem;
}

/* MAMMALS */
.mammals-heading{
    font-style: normal;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 68px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #2D2D2D;
    margin-top: 3.6875rem;
}

.mammals-heading h1{
    font-style: normal;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 68px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #2D2D2D;
    font-family: 'Stolzl-Bold';
}

.mammals-heading hr{
    max-width: 120px;
    height: 8px;
    background: #1F6D08;
    border: 1px solid #1F6D08;
    margin: 0 auto;
}

/* MAMMALS SECTION */
.e-mammals{

}

.e-mammals h6{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    color: #2D2D2D;
    margin-top: 1rem;
}

.mam-top{

}

.mam-top .e-goat{
    background-image: url("../customImages/goat.png");
    width: 100%;
    max-width: 17rem;
    /* height: 26.3rem; */
    height: 56vh;
    padding: 18.3rem 1.2rem 1rem 1.2rem;
}

.e-cards-mammals{
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.image-wrapper{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.image-wrapper img{
    width: 100%;
    max-width: 70rem;
    margin: 0 auto;
}


/* Mid */
.e-mid {
    height: auto;
    position: absolute;
    margin-top: -11.5rem;
    padding-right: 8.5rem;
}

.first-level, .e-bottom-bot{
    display: none!important;
}

 .e-goat-products{
    background-image: url("../customImages/goat-products.png");
    max-width: 24.8rem;
    width: 100%;
    /* height: 26.3rem; */
    height: 25vh;
    padding: 4rem 1.2rem 1rem 1.2rem;
    line-height: 300%;
    background-repeat: no-repeat;
    background-size: cover;
}

.e-cattle{
    background-image: url("../customImages/cattle-2.png");
    max-width: 24.8rem;
    width: 100%;
    /* height: 26.3rem; */
    height: 25vh;
    padding: 6rem 1.2rem 1rem 1.2rem;
    line-height: 300%;
    background-repeat: no-repeat;
    background-size: cover;
}

.e-cattle-products{
    background-image: url("../customImages/cattle-milking.png");
    max-width: 26.8rem;
    width: 100%;
    /* height: 26.3rem; */
    height: 28vh;
    padding: 4.5rem 1.2rem 1rem 1.2rem;
    line-height: 300%;
    background-repeat: no-repeat;
    background-size: cover;
}

.e-deer {
    background-image: url("../customImages/deer.png");
    max-width: 23rem;
    width: 100%;
    /* height: 26.3rem; */
    height: 60vh;
    padding: 20rem 1.2rem 1rem 1.2rem;
    line-height: 300%;
    background-repeat: no-repeat;
    background-size: cover;
}

.e-bottom-bot{
    padding-left: 8.5rem;
    margin-top: -12rem;
}

.e-donkey{
    background-image: url("../customImages/donkey-2.png");
    max-width: 25.8rem;
    width: 100%;
    /* height: 26.3rem; */
    height: 28vh;
    padding: 4rem 1.2rem 1rem 1.2rem;
    line-height: 300%;
    background-repeat: no-repeat;
    background-size: cover;
}

.e-gazelle{
    background-image: url("../customImages/gazeth.png");
    max-width: 17.8rem;
    width: 100%;
    /* height: 26.3rem; */
    height: 28vh;
    padding: 6rem 1.2rem 1rem 1.2rem;
    line-height: 300%;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Fourth level */

.e-fourth-level{
    margin-top: 2rem;
}

.e-grascutter{
    background-image: url("../customImages/grasscutter.png");
    max-width: 23.8rem;
    width: 100%;
    /* height: 26.3rem; */
    height: 28vh;
    padding: 7rem 1.2rem 1rem 1.2rem;
    line-height: 300%;
    background-repeat: no-repeat;
    background-size: cover;
}

.e-camel{
    background-image: url("../customImages/camel.png");
    max-width: 19.8rem;
    width: 100%;
    /* height: 26.3rem; */
    height: 28vh;
    padding: 7rem 1.2rem 1rem 1.2rem;
    line-height: 300%;
    background-repeat: no-repeat;
    background-size: cover;
}

.e-pigs {
    background-image: url("../customImages/pigs.png");
    max-width: 23.8rem;
    width: 100%;
    /* height: 26.3rem; */
    height: 28vh;
    padding: 7rem 1.2rem 1rem 1.2rem;
    line-height: 300%;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Mobile screen */
@media(max-width: 414px){
    .first-level, .e-bottom-bot{
        display: block!important;
    }

    .e-goat{
        background-size: cover;
        background-repeat: no-repeat;
    }

    .image-wrapper{
        display: none;
    }

 .ef-herosection--heading h1, .ani-heading h1, 
 .mammals-heading h1{
    font-size: 2rem;
 }

 .ani-diet {
    padding-left: 1rem;
    padding-right: 1rem;
 }

 .ani-diet img {

 }

 .ani-diet--text p {
    max-width: 100%!important;
    font-size: 1rem!important;
    text-align: justify!important;
 }

 .poul-chick h3, .poul-duck h3, 
 .poul-ostrich h3, .poul-quails h3,
 .poul-turkey h3, .poul-fish h3, .e-goat h3,
 .e-goat-products h3, .e-deer h3,
 .e-cattle-products h3,
 .e-donkey h3,
 .e-gazelle h3,
 .e-grascutter h3,
 .e-camel h3,
 .e-pigs h3,
 .e-cattle h3{
    font-size: 1.6rem;
 }

 .poul-chick ul li, .poul-duck ul li, 
.poul-ostrich ul li, .poul-quails ul li,
.poul-turkey ul li,
 .poul-fish ul li{
    font-size: 1rem;
    max-width: 100%!important;
 }

 /* MAMMALS */
 .e-mammals {
    padding-right: unset!important;
    padding-left: unset!important;
 }

 .e-cards-mammals{
    padding-left: unset!important;
    padding-right: unset!important;
 }

.e-mammals h6{
    font-size: 1.1rem;
}

.e-goat, .e-goat-products{
    max-width: 100%!important;
    width: 100%!important;
}

.e-donkey{
    max-width: 100%!important;
}

.e-mid {
    height: auto;
    margin-top: 1.3rem;
    padding-right: .8rem!important;
}

.e-bottom-bot{
    padding-left: 1rem;
    /* margin-top: -12rem; */
}

.e-gazelle, .e-deer{
    margin-top: unset;
}

.e-donkey{
    margin-top: 13rem;
}

.e-gazelle{
    max-width: 100%;
}

.e-camel{
    max-width: unset;
}
}

@media(max-width: 820px){
    .first-level, .e-bottom-bot{
        display: block!important;
    }

    .image-wrapper{
        display: none;
    }
}

/* IPAD SCREEN */
@media(min-width: 720px) and (max-width: 1200px){
    .ani-diet--text p{
        max-width: 100%!important;
        text-align: justify;
    }

    .ani-diet img{
        width: 100%!important;
    }

    .poul-chick, .poul-duck,
    .poul-fish, .poul-ostrich,
    .poul-quails, .poul-quails, .poul-turkey{
        max-width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .info-line{
        /* margin-left: 1rem; */
    }

    /* MAMMALS */
 .e-mammals {
    padding-right: unset!important;
    padding-left: unset!important;
 }

 .e-cards-mammals{
    padding-left: unset!important;
    padding-right: unset!important;
 }

.e-mammals h6{
    font-size: 1.1rem;
}

.e-goat, .e-goat-products{
    max-width: 100%!important;
    width: 100%!important;
    background-size: cover;
    background-repeat: no-repeat;
}

.e-goat-products{
    padding-top: 9rem!important;

}

.e-goat{
    padding-top: 32rem!important;

}

.e-donkey{
    max-width: 100%!important;
}

.e-mid {
    height: auto;
    margin-top: 1.3rem;
    padding-right: .8rem!important;
}

.e-bottom-bot{
    padding-left: 1rem;
    /* margin-top: -12rem; */
}

.e-gazelle, .e-deer{
    margin-top: unset;
}

.e-donkey{
    margin-top: 13rem;
    padding-top: 11rem;

}

.e-gazelle{
    max-width: 100%;
    padding-top: 13rem;

}

.e-camel{
    max-width: unset;
    padding-top: 13rem;
}

.e-cattle {
    max-width: 100%;
    padding-top: 9rem;
}

.e-cattle-products{
    max-width: 100%;
    padding-top: 11rem;
}

.e-deer{
    max-width: 100%;
    padding-top: 34rem;
}

.e-grascutter{
    max-width: 100%;
    padding-top: 13rem;
}

.e-pigs{
    max-width: unset;
    padding-top: 13rem;
}

}