*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    min-height: 100vh;
    line-height: 1.5;
    background-color: #fcf1cd;
    font-family: Helvetica, Arial, sans-serif;
}

.loader-wrapper {
    display: grid;
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;

    grid-template-columns: 1fr 5fr 1fr;
    
    background-color: #fcf1cd;

    justify-content: center;
    align-content: center;
    
    z-index: 2;
    /* Ensure it's on top of the content */
}

.loader-wrapper img
{
    max-width: 100%;
    height: 100%;
    margin: auto;
    grid-column: 2/3;
}

.content-wrapper {
  
    position: relative;
    z-index: 1;
    
}

nav{
 border-bottom: 2px solid black;
}

nav ul{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

nav li{
    height: 70px;
}

nav a{
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: black;
}

nav a:hover{
    background-color: #c0b799;
}

nav a img{
    width: 8vw;
   
}

nav li:first-child{
    margin-right: auto;
}

.sidebar{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 999;
    background-color: rgba(227, 223, 240, 0.571);
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(0,0, 0, 0.1);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.sidebar li{
    width: 100%;
}

.sidebar a{
    width: 100%;
}

.sidebar a:hover{
    background-color:#aba8b5 ;
}

.menu-button{
    display: none;
}

.dropdown li{
    display: block;
}

.dropdown
{
    width: 100%;
    position: absolute;
    z-index: 999;
    display: none;
}

ul li:hover ul.dropdown
{
    display: block;
}

/* ----------------------------------------------- Content ----------------------------------------------------------- */


.content{
    min-height: 50vh;
    
}

.mob
{
    display: none;
}

.logo_int{
   
    display: grid;
    /* justify-content:center;
    align-items: center; */
    /* margin-top: 10%; */
    grid-template-columns: 1fr 3fr 1fr;
}

.anim
{
    display: grid;
    grid-column: 2/3;
    grid-template-columns: repeat(4,1fr);
   margin-top: 10vh;
}

/* .anim a img
{
    width: 15vw;
} */

.anim .chicken{
    height: 19vh;
    position: relative;
    right: 1vw;
    top: -0.5vh;
    transition: 1s; 
    z-index: 10;
   
    
}

.anim .chicken:hover
{
    rotate: -23deg;
}

.anim .cow{
    height: 17vh;
    position: relative;
    right: -1vw;
    /* top: 1vh; */
    transition: 1s;
    z-index: 10;
    
}
.anim .cow:hover
{
    rotate: -23deg;
    right: 0.6vw;
}

.anim .lamb{
    height: 19vh;
    position: relative;
    top: -1vh;
    left: 3.7vw;
    transition: 1s; 
    z-index: 10;
    
}

.anim .lamb:hover
{
    rotate: 23deg;
    top: -5vh;
    left: 3.6vw;
   
}

.anim .pig{
    height: 19vh;
    
    position: relative;
    left: 4.5vw;
    top: 3vh;
    transition: 1s; 
    z-index: 10;
   
}

.anim .pig:hover
{
    rotate: 23deg;
    top: -2vh;
    left: 4.5vw;
   
}

/* .logo_title
{
    display: flex; 
    align-items: center; 
} */

.logo_int .logo_title
{
    grid-row: 2;
    grid-column: 2/3;
    margin: auto;
}

.logo_title
{
    z-index: 998;
}

.logo_title .avakx
{
    width: 45vw;
   margin: auto;
   
}

/* -----------------------------------------------Products----------------------------------------------------------- */


.products
{
    width: 100%;
}

.row_products
{
    /* min-height: 100vh; */
    display: grid;
   
    
}

.product_list
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 10vh;
}

.categ{
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 5vh;
    place-items: center center;
}

.beef
{
    margin-top: 6vh;
}

.categ img
{
    width: 15vw;
}

.categ .pork
{
    width: 30vw;
}

.categ .chick
{
    width: 13vw;
}

.info {
    display: grid;
    
    place-items: center center;
    padding: 3vh;
    
}

.info p {
    text-align: center;
}

.info button {
    width: 8vw;
    height: 5vh;
    
    border: none;
    background-color: #fcf1cd;
    transition: 2s;

    margin-top: 2vh;
   
   


}

.info button a {
    text-decoration: none;
    color: #d01c25;
    font-size: 1.2rem;
    text-align: center;

}

.info button:hover a {

    color: white;
}

.info button:hover {
    background-color: #d01c25;
}

.prod-col h2
{
   font-size: 8rem;
   text-align: center;
   padding: 5vh;
}

.prod-col p
{
   font-size: 1rem;
   text-align: right;
   padding: 12vh;
}

/* -----------------------------------------------Animals----------------------------------------------------------- */

.animal_img
{
    display: flex;
    
}
.animal_img img
{
    width: 90%;
    margin: auto;
}
.h3 h3 {
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 3rem;
    margin-left: 4.5vw;
}

.list {
    display: grid;
    grid-template-columns: repeat(2, 3fr);
    width: 100%;
    
    font-family: Arial, Helvetica, sans-serif;
    padding: 2vh;
}

.list1 ul li {
    margin-top: 2vh;
    background-color: #d01c25;
    padding: 2vh;
    color: white;
    border-radius: 10px;
    list-style: none;
    width: 70%;

}

.list2 ul li {
    margin-top: 2vh;
    background-color: #d01c25;
    padding: 2vh;
    color: white;
    border-radius: 10px;
    list-style: none;
    width: 70%;

}
/* -----------------------------------------------About----------------------------------------------------------- */
.about
{
    width: 100%;
}

.row_about
{
    min-height: 100vh;
    display: grid;
    grid-template-columns: repeat(2,3fr);
    
}

.about-col
{
    display: grid;
   
}

.about-col h2
{
   font-size: 8rem;
   
   margin-left: 5vw;
}


.about-col img
{
   width: 50vw;
   margin-top: -35vh;
}

.about-col p
{
   font-size: 1rem;
   text-align: right;
   padding: 12vh;
}

.story
{
    display: grid;
    width: 100%;
}

.story h3
{
    font-size: 4rem;
    text-align: center;
}

.story img{
    margin: auto;
    width: 80%;
    
}

/* -----------------------------------------------Contact----------------------------------------------------------- */

.contact {
   display: grid;
   grid-template-columns: repeat(2,2fr);
    
}

.contact img{
    width: 40vw;

    margin-left: 0vw;
    margin-top: 0vh;
}



.contact h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7rem;
    margin-top: 5vh;
    margin-left: 5vw;
    color: black;
    line-height: 20vh;
}




input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    border-bottom: 2px solid #771015;
    background-color: #fcf1cd;
    box-sizing: border-box;
    margin-bottom: 16px;
    resize: vertical;
}

.container_cont form label {
    font-size: 1.2rem;
    font-weight: 300;
}

input[type=submit] {
    width: 15vw;
    font-family: Arial, Helvetica, sans-serif;
    color: #771015;
    font-size: 1rem;
    padding: 12px 20px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    background-color: white;
}

input[type=submit]:hover {
    border: 2px solid #771015;
}

.container_cont {
    display: flex;
    width: 80%;
    height: 80%;
    

    background-color: #fcf1cd;
    padding: 30px;
    margin: auto;
    margin-bottom: 10vh;
    grid-column: 1/3;
    

}



.cont_info h4 {
    font-weight: 300;

    font-size: 1.2rem;

}

.cont_info a {
    text-decoration: none;
    color: #000000;
}

.cont_info a:hover {

    color: #771015;
}

#menuToggle {
    display: none;
}

/* -----------------------------------------------Footer----------------------------------------------------------- */

.container{
	max-width: 1500px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
.footer ul{
	list-style: none;
}
.footer{
	background-color: #fcf1cd;
    padding: 30px 0;
    border-top: 2px solid black;
    margin-top: 10vh;
}

.footer-col img{
    width: 13vw;
    align-items: flex-start;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: black;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	
	text-decoration: none;
	font-weight: 300;
	color: black;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #e91e63;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}

/* -----------------------------------------Responsive---------------------------------- */

@media (min-width:2000px) {
    
    .anim .chicken{
        height: 25.5vh;
        right: -0.6vw;;
        
       
        
    }
    
    
    
    .anim .cow{
        height: 24vh;
        right: -1.7vw;
        
        
    }
   
    
    .anim .lamb{
        height: 26.5vh;
        top: -2.5vh;
        left: 4.2vw; 
        
    }
    
    
    
    .anim .pig{
        height: 26.5vh;

        left: 5.3vw;
        top: 4vh;
       
    }
    
   
    
    nav a img {
        width: 5vw;
    }
   
}

@media (min-height:715px) and (max-height:800px) {
    
    .anim .chicken{
        height: 23vh;
        right: -0.3vw;
       
        
    }
    
    
    
    .anim .cow{
        height: 21vh;
    right: -1.5vw
        
        
    }
   
    
    .anim .lamb{
        height: 24.2vh;
        top: -2.5vh;
        left: 4vw;
        
    }
    
    
    
    .anim .pig{
        height: 22.5vh;
        left: 5vw;
        top: 4.5vh

    }
    
   
    
    
   
}



@media (max-width:1500px) {
    
   
    
    .avakx
    {
       
            width: 49vw;
            margin: auto;
        
    }
    .categ .chick {
        width: 12vw;
    }
   
}

@media (max-width:1440px) {
    
   
    
    .avakx
    {
       
            width: 51.5vw;
            margin: auto;
        
    }

    .contact h2 {
        font-size: 7rem;
        line-height: 10vh;
    }

    .contact img {
        width: 40vw;
        margin-top: 6vh;
        margin-left: -25vw;
    
    }

    input[type=submit] {
        width: 25vw;
        
    }
   
}

@media (max-width:1024px) {
    
    .hideOnMobile{
        display: none;
    }

    .menu-button{
        display: block;
    }
    
    .avakx
    {
       
            width: 73vw;
            margin: auto;
        
    }

    .outside
    {
        display: none;
    }

    .mob
    {
        display: grid;
    }

    .mob img
    {
        width: 80%;
        margin: auto;
        margin-top: 10vh;
    }

    .logo_int .lamb {
        
        top: -1vh;
        left: 5.7vw;
    }

    .logo_int .pig {
        
        left: 6.5vw;
        top: 3vh;
    }
   
    .contact img{
        
    
        margin-left: -9vw;
        margin-top: 14vh;
    }

    .categ img {
        width: 20vw;
    }

    .categ .pork {
        width: 37vw;
    }

    .info button {
        width: 15vw;
    }
}


@media (max-width:800px) {
    

    .loader-wrapper img {
        height: 50%;
    }

    nav li {
        height: 46px;
    }


    nav a img{
        width: 13vw;
       
    }

    .logo_int .chicken{
        height: 8vh;
       
        right: 2.1vw;
        top: -0.4vh;
       
        
    }
    
    .logo_int .cow{
        height: 8vh;
       
        right: -0.7000000000000002vw;
    }
        
    
    
    .logo_int .lamb{
        height: 9vh;
   
    top: 0vh;
    left: 3.7vw;
        
    }
    
    .logo_int .pig{
        height: 9vh;
       
        left: 4.5vw;
        top: 2vh;
       
    }

    .avakx {
        width: 41vw;
        
    }

    .categ {

        grid-template-columns: 3fr;
        height: 70vh;
        margin-bottom: 0vh;

    }

    .product_list
    {
        

   
        grid-template-columns: 1fr;
    

        row-gap: 5vh;
        margin-bottom: 15vh;
    }

    .banner h1 {
    
   
        font-size: 4rem;
       
    }

    .categ img {
        width: 50vw;
       
    }

    

    /* .info {
        display: grid;
        margin-top: 0vh;
        width: 100%;
        place-items: center center;

    } */

    .prod-col h2 {
        font-size: 4rem;
        text-align: center;
    }

    .info p {
        text-align: center;
        padding: 2vh;
        margin: 0;
    }

    .info button {
        width: 25vw;
    }

    .list {

        grid-template-columns: 3fr;
        justify-items: left;

    }

    .list div {
        width: 60vw;
        margin: auto;
    }

    .row_about
    {
        grid-template-columns: 3fr;
    }

    .about-col  {
       place-items: center;
    }

    .about-col img  {
        margin-top: 0;
     }

    .about-col h2 {
        text-align: center;
    }
    

    .about-col p
    {
        text-align: center;
        padding: 5vh;
    }

    input[type=submit] {
        width: 28vw;
        
    }

    .contact h2 {
        font-size: 5rem;
        line-height: 10vh;
    }

    .contact img {
        width: 40vw;
        margin-top: 12vh;
        margin-left: -38vw;
    
    }

    .categ .pork {
        width: 91vw;
    }

    .categ .chick {
        width: 35vw;
    }


}

@media (max-width:700px) {

    .contact h2 {
        font-size: 5rem;
        line-height: 8vh;
    }

    .contact img {
        width: 45vw;
        margin-top: 10vh;
        margin-left: -35vw;
    }

    input[type=submit] {
        width: 40vw;
    }
}

@media (max-width:600px) {

    .contact h2 {
        font-size: 3.5rem;
        line-height: 8vh;
    }

    .contact img {
        width: 45vw;
        margin-top: 10vh;
        margin-left: -40vw;
    }

    input[type=submit] {
        width: 40vw;
    }
}

@media (max-width:500px) {

    .contact h2 {
        font-size: 3.5rem;
        line-height: 8vh;
    }

    .contact img {
        width: 45vw;
        margin-top: 10vh;
        margin-left: -40vw;
    }

    input[type=submit] {
        width: 45vw;
    }

}


@media (max-width:425px) {
    .sidebar{
        width: 100%;
    }

    .loader-wrapper img {
       
        height: 40%;
        
    }

    nav a img{
        width: 13vw;
       
    }

    .row{
        display: grid;
        row-gap: 2vh;
       
    }

    .about-col h2
    {
        font-size: 6rem;
    }

    .story h3
    {
        font-size: 2rem;
    }

    .logo_int .chicken{
        height: 8vh;
       
        right: 2.1vw;
        top: -0.4vh;
       
        
    }
    
    .logo_int .cow{
        height: 8vh;
       
        right: -0.7000000000000002vw;
    }
        
    
    
    .logo_int .lamb{
        height: 9vh;
   
    top: 0vh;
    left: 3.7vw;
        
    }
    
    .logo_int .pig{
        height: 9vh;
       
        left: 4.5vw;
        top: 2vh;
       
    }

    .avakx {
        width: 41vw;
        
    }

    .contact h2 {
        
        font-size: 3rem;
        
    }

    .product_list
    {
        row-gap: 1vh;
        margin-bottom: 0vh;
    }

    .info button {
        width: 36vw;
        height: 10vh;
    }

    

    input[type=submit] {
        width: 65vw;
    }

    .contact img {
        width: 40vw;
        margin-top: 10vh;
        margin-left: -40vw;
}
    }

    
}

@media (max-width:375px) {
   
    

    .contact h2 {
        font-size: 2.5rem;
        line-height: 8vh;
    }

    .contact img {
        width: 40vw;
        margin-top: 11vh;
        margin-left: -40vw;
    }

    input[type=submit] {
        width: 65vw;
    }
}

@media (max-width:320px) {
    .row{
        display: grid;
        row-gap: 2vh;
       
    }

    input[type=submit] {
        width: 75vw;
    }

    

    .contact h2 {
        font-size: 2rem;
        line-height: 8vh;
    }
}

