@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

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

body {
    font-family: 'Open Sans', sans-serif;
}

.logo a img {
    height: 200px;
    margin-left: 20px;
}
.logo{
    margin-top: 15px;
}

header {
    display: flex;
    height: 16vh;
    background-color: white;
    justify-content: space-between;
    align-items: center;
}

header{
    border-bottom: 8px solid;
    border-color: orange;
    align-items: center;
}



nav {
    margin-right: 30px;
    padding-top: 13px;
}

.flex {
    display: flex;
    text-align: center;
}

nav ul li {
    list-style: none;
    margin: 20px;
}

nav ul li a {
    color: black;
    font-size: 18px;
    font-weight: bold;
}

nav ul li a:hover {
    color: orange;
}

.container {
    padding: 30px;
    column-rule: 5px solid white;
    background-color: orange;
    color: black;
    display: flex;
    flex-direction: column;
    gap: 40px;

}

.container h1 {
    text-align: center;
}



.vertical {
    border-left: 2px solid black;
    height: 200px;
    /* position:absolute; */
    left: 50%;
}

.vertical1 {
    height: 120px;
    left: 50%;

}

.vertical2 {

    height: 200px;
    /* position:absolute; */
    left: 50%;
    border-left: 2px solid rgba(255, 255, 255, 0.788);

}

.l1-1 {
    margin: 20px;
    width: 300px;
}

.l1-2 {
    margin: 30px;
    text-align: justify;
    width: 477px;
}
/*swiper start*/
.swiper{
    height: 700px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100vw;
    height: 700px;
}



/* Centered text */
.centered {
    position: absolute;
    top: 30%;
    color: black;
    font-size: 3em;
  /* background: -webkit-linear-gradient(45deg ,orange 90%, #23395d 10%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
    font-weight: bold;
    text-shadow: 2px 2px 10px white;
    border-bottom: 5px solid orange;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .centered1 {
    position: absolute;
    top: 45%;
    color:white;
    text-shadow: 5px 2px 10px black;
    font-size: 1.5rem;
    font-weight: bolder;
    
  /* background: -webkit-linear-gradient(45deg ,orange 90%, #23395d 10%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .centered2 {
    position: absolute;
    top: 57%;
    color:black;
    font-size: 1rem;
    font-weight: bolder;
    
  /* background: -webkit-linear-gradient(45deg ,orange 90%, #23395d 10%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
.c-box1{
    padding: 12px;
    margin: 10px;
    background-color: orange;
    border-radius:10px ;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.c-box1 a{
   text-decoration: none;
   color: white;
}
.c-box1 a:hover{
    text-decoration: none;
    color: black;
 }
  .swiper-button-prev{
      color: orange;
  }
  .swiper-button-next{
      color: orange;
  }

  .mypadding{
      padding-top: 100px;
      padding-bottom: 100px;
  }
/* swiper end*/
.pg-box1 {
   
}
.pg-box1 p{
}

.pg-box2 {
    padding: 20px;
    width: 720px;
    text-align: justify;
}

.pg-box1 img:hover{
    transition: all 0.3s linear;
    outline: 0;
    height: 305px;
}
.pg-box1 img{
    transition: all 0.3s linear;
    outline: 0;
    height: 300px;
}
.pg-box3{
    width: 450px;
    margin-top: -13px;
}
.pg-box3 h2{
    text-align: center;
}
.pg-box3 p{
    text-align: justify;
    padding: 10px;
}
.pg-box4{
    padding: 30px;
    width: 720px;
    text-align: justify;
}
.pg-box4 h2{
    text-align: center;
}
.pg-box4 p{
    text-align: justify;
    padding: 10px;
    padding-top: 20px;
}

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

.c1-content2 {
    padding: 20px;
    width: 720px;
    text-align: justify;
}

.c-style {
    background-color: black;
    color: white;
}

.c1-content1 {
    padding:20px;
    width:321px;
}

.container4 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: orange;
    height: 320px;
}

.l1 {
    width: 500px;
    padding: 45px;
}

.image-container {
    display: flex;
    flex-direction: row;
    width: fit-content;
}

.container5 {
    height: 430px;
    padding: 46px;
    background-color: rgba(21, 21, 24);
    background-image: url(../img/sharesbg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-position: right;
}

.container5 h1 {
    text-align: center;
}


.pg-content1 {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.pg-content {
    margin-top: 20px;
    display: flex;
    justify-content: space-evenly;
    align-items: center
}

.home-slide{
   margin-top: 20px;
   margin-bottom: 20px;
    height: 350px;
}
.home-slide .mp-container{
height: 280px;
}

.footer1 {
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.box ul li {
    list-style: none;
    font-size: 15px;
}
.box ul{
    padding-top: 12px;
}
a {
    text-decoration: none;
    color: white;
}

.flex1 {
    display: flex;
    width: 210px;
}

.flex {
    display: flex;
}

.section1 {
    color: white;
}

.container1 {
    background-color: rgb(24, 21, 21);
    color: white;
    padding: 30px;
}

.container1 h1 {
    text-align: center;
}

.container1 p {
    padding: 10px;
}


.section2 {
    display: flex;
    justify-content: center;
    background-color: orange;
    color: black;

}

.poultry-container{
    background-color: rgb(24,21,21);
    padding: 30px;
}



.box {
    margin-top: 50px;
    margin-left: 0;
    height: 200px;
    width: 200px;
}

.box h2 {
    color: orange;
    text-align: center;
}

.box li {
    margin-top: 5px;
    margin-left: -5px;
    padding: 5px;
    text-align: center;
}

footer {
    font-family: 'Open Sans', sans-serif;
}

.f_content {
    text-align: left;
}

.footer2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 6vh;
    font-family: 'Courier New', Courier, monospace;
    background-color: rgb(24, 21, 21);
    color: white;

}

.teksilicon {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin-left: 30px;


}

.teksilicon2 a {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 20px;
}

.teksilicon2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin-right: 30px;

}

.f_icon {
    padding-right: 5px;
}
.f_icon i{
    padding-right: 5px;
    font-size: 18px;
    color: orange;
}

.f_content a:hover {
    color: orange;
}

.bg-image {
    height: 80px;

}

.bg-image img {
    background-repeat: no-repeat;
    background-size: 100%;
}

.our_text h3 {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding: 15px;
    font-size: 40px;
}


.secimg {
    margin-top: 15px;
    height: 424px;
    width: 400px;

}

.sec1_content {
    padding-top: 100px;
    height: 424px;
    width: 400px;
}

.sec1_content p {
    font-family: 'Open Sans', sans-serif;
    line-height: 2rem;
    text-align: left;
    font-size: large;
    margin-top: 10px;

}

.container2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: -1px;
}

.sec2_content {
    margin-left: 250px;

}



.secimg2 {
    margin: 0;
    padding: 0;
    height: 300px;
}
.secimg2 img{
    height: 300px;
}

.sec2_content p {
    font-family: 'Open Sans', sans-serif;
    font-size: xx-large;
    text-align: center;
    font-weight: 600;
}

.section3 {
    margin-top: -5px;
    background-color: rgb(24, 21, 21);
    color: white;

}

.container3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20vh;
}

.text4 {
    margin: 55px;
    width: 400px;
    font-family: 'Open Sans', sans-serif;
    font-size: large;
}

.text3 p {
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
}


.section4 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: orange;
}

.sec_box {
    margin-left: 200px;
    font-family: 'Open Sans', sans-serif;
}

.sec_box h1 {
    text-align: center;
    font-size: xx-large;
}

.sec_box p {
    font-weight: bold;
}

.p_img {
    margin-top: -4px;
    background-color: #717171;
    background-image: url(../img/img6.jpg);
    height: 500px;
    background-size:100% 100%;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
}
.section5{
    height:500px;
}
.p_img{
    padding: 20px;
    color:white;
    text-align: left;
    font-size: x-large;
    
}
.p_img h3{
    padding-left: 20%;
}
.p_img ul{
    padding-left: 25%;
    
}
.p_img li{
    padding: 12px;
}
.p_img h3:hover{
    color: black;

}
.p_img li:hover{
    color: orange;
}



.textp {
    list-style: none;
    font-family: 'Open Sans', sans-serif;

}

.textp li {
    padding: 10px;

}

.head_p {
    font-size: large;
    font-weight: bold;
}

.text_li {
    margin-left: 50px;
}

.sec2-box1 {
    background-color: orange;
    display: inline;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    height: 450px;
    width: 500px;
    margin: 60px;
    border-radius: 15px;
    font-family: 'Open Sans', sans-serif;
}

.section2-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(24,21,21);

}

.sec2-box2 {
    height: 300px;
    width: 450px;
    background-color: black;
    margin: 60px;
    border-radius: 15px;
}

.cont-head {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin: 20px;
}

.cont-head h3 {
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
}

.cont-box1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

button {
    background-color: black;
    color: white;
    border: 5px solid black;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;

}

.send {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.our-contact-text {
    color: white;
}

.c-text {
    color: white;
}

.our-contact-box h1 {
    color: orange;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding-top: 20px;
}

.contactdetails {
 
    width: 308px;
}

.contactdetails ul li {
    margin-left: 50px;
    padding: 10px;
}

.our-contact-box ul {
    margin-top: 40px;
    height: 200px;
    width: 420px;
    font-family: 'Open Sans', sans-serif;
    display: block;
    justify-content: center;
    align-items: flex-start;
}

.c-text {
    margin-top: 5px;
    margin-left: 5px;

}

.c-image {
    margin-left: 0;
    font-size: 24px;
    color: orange;
}

.info input {
    min-width: 100%;
    padding-left: 10px;
}

form,
textarea {
    min-width: 100%;
    font-family: 'Open Sans', sans-serif;
}

input {
    height: 30px;
}

textarea {
    border-radius: 8px;
    padding: 10px 10px;
}

.info {
    margin: 15px;
}

.cnt {
    margin-left: 40px;
}

.but {
    background-color: black;
    color: white;
    width: 100px;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
}

.position-relative {
    position: relative;
}



.about-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(24, 21, 21);
    color: white;
}

.about-head {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 1.2rem;


}

.a-content {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    width: 661px;
    margin: auto;
}

.a-content p {
    margin-top: 10px;
    font-weight: 300;
    font-size: large;
    line-height: 2rem;
}

.align-left.slide-in {
    transform: translateX(-30%) scale(0.95);
}

.align-left {
    float: left;
    margin-right: 20px;
}

.align-right {
    float: right;
    margin-left: 20px;
}

.slide-in {
    opacity: 0;
    transition: all .5s;
}

.fooders-cont {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: orange;
    color: black;
}

.a-right {
    font-family: 'Open Sans', sans-serif;
    display: block;
    justify-content: center;
    align-items: center;
    width: 500px;
    margin: auto;
    text-align: center;
}
.about-container {
    background-color: #717171;
   background-image:url("../img/supermarket-1.jpg");
   height: 600px;
   background-repeat: no-repeat;
   background-size: cover;
   background-blend-mode: multiply;
}
.about-w {
    margin-bottom: 60px;
    font-family: 'Open Sans', sans-serif;
    font-size: x-large;
}

.fooders2 {
    margin-top: 10px;
    font-weight: bold;
    font-size: large;
    line-height: 2rem;

}

.fooders2 p {
    text-align: justify;
}

.center {
    margin-left: 12px;
}



/*   ------Slideshow-----*/

.slideshow-container {
    max-width: 100%;
    position: relative;
    background-color: rgb(24,21,21);
    margin: auto;
}

/*Next & previuos button*/
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.mySlides {
    display: none;
    max-height: 700px;
}

/*position the "next button" to the right*/
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* on hover ,add a  black background color with a little bit see through*/
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* caption text*/

.text {
    color: orange;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text(1/3 etc)*/
.numbertext {
    color: aliceblue;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* the dot/bullets/indicator */

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4;

    }

    to {
        opacity: 1;

    }

}

.cov-container {
    background-color: rgb(8 7 7);
    color:white;
    padding: 50px;
    background-image: url(../img/map-cov.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-position: top right;
}

.cov-con1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.cov-con2 {
    width: 620px;
}

.cov-con2 ul li {
    display: flex;
    padding: 5px;
}

.cov-con2 ul li img:hover {
    margin-left: 10px;
}

.cov-con2 ul li p:hover {
    color: orange;
    font-size: large;
    font-weight: bold;
}

.arrow-text p {
    display: inline;
    margin: 15px;
    list-style: none;
}

.li-cont {
    display: inline;
    list-style: none;
}

.f_text{
    text-align: left;
}

.p1-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(24, 21, 21);
    color: white;
    padding: 20px;
}


.o-p-p {
    text-align: center;
    font-size: 1.2rem;
    color: white;
    background-color: rgb(24,21,21);
}

.pro-text {
    width: 900px;
    margin-left: 60px;
}

.pro-text p {
    font-weight: 500;
}

.pro-text p:hover {
    color: orange;
}

.pro-img {
    text-align: center;
    height: 300px;
    width: auto;
  
}

.pro-img img {
    height: 300px;
    width: auto;
    
box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.979);
}

.p-name {
    font-size: large;
}

.p-name:hover {
    color: orange;

}

.i-text p {
    font-size: 1.2rem;

}

.pro-img:hover {
    transition: height;

}

.a-left {
    margin-top: 5px;
}

.food-head {
    text-align: center;
    height: 45px;
    margin-top: 30px;
    background-color: white;
    color: orange;
}
.bg-pro{
    background-color: white;
    margin-top: -50;
}

.food-head h1 {
    padding: 5px;
}

.milkproducts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mp {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mp1 {

    padding-bottom: 20px;
}
.mp2{ 
    padding: 20px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow-x: scroll;
}

.mp-container {
    height: 257px;
    width: 234px;
    margin: 10px;
    display: block;
    background-color: white;
   box-shadow:  4px 5px 10px 5px #bbb;
}

.mp-img {
    height: 231px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mp-text p{
    text-align: center;
    color: black;
    font-weight: bold;
    font-size: 13px;
}


.mp-img img {
    height: 198px;
    transition: all 0.3s linear;
    outline: 0;
}
.mp-img img:hover{
    height: 225px;
}


.poultry-head {
    text-align: center;
    height: 40px;
    font-size: 0.8rem;
    color: orange;
}
.poultry-head h1{
    padding: 5px;
    font-size: x-large;
}


.p-box {
    height: 330px;
    width:600px;
    display: block;
    background-color:rgb(14, 13, 11);
    box-shadow:  4px 5px 10px 5px black;
    margin: 20px;
    color: white;
    text-align: center;
    padding: 10px;

}

.p-img{
    height: 200px;
    width: 300px;
    margin: auto;
}
.p-img2{
    padding-top: 19px;
    height: 200px;
    width: 320px;
    margin: auto;
}

.p-img img {
    height: 210px;
}
.p-img2 img{
    height: 150px;
    width: 210px;
}
.img-width img{
    margin-left: -25px;
}
.poultry-pro {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
}

.p-text h3{
    padding-top: 20px;
    text-align: center;
}

.p-p {
    padding-top: 15px;
}
.p-p p{
    text-align: center;
    font-size: 12px;
}
.p-p p:hover{
    color: orange;
}

.p-img img {
    height: 200px;
    transition: all 0.3s linear;
    outline: 0;
}
.p-img img:hover{
    height: 215px;
}
.p-img2 img {
    height: 147px;
    transition: all 0.3s linear;
    outline: 0;
    padding-top: 30px;
}
.p-img2 img:hover{
    height: 160px;
    width: 220px;
}
.space img{
    margin: 8px;
}


@media only screen and (max-width:920px) {
    .logo a img{
        width: 250px;
    }
    .section2-contact{
        display: flex;
        flex-direction: column;
    }
    .swiper{
        height: 600px;
    }
    .milkproducts .mp{
        overflow-x: scroll;
    }

  .milkproducts .mp2{
        overflow-x: scroll;
        justify-content: flex-start;
    }

}
@media only screen and (max-width:720px) {
    .logo a img{
        width: 190px;
    }
    .section2-contact{
        display: flex;
        flex-direction: column;
    }
    .swiper{
        height: 600px;
    }
    .milkproducts .mp{
        overflow-x: scroll;
        justify-content: flex-start;
    }

  .milkproducts .mp2{
        overflow-x: scroll;
    }
    nav ul li  a{
        font-size: 16px;
    }
    nav ul li {
        margin: 10px;
    }
    .pg-box1 img{
        width: 300px;
    }
    .pro-img img{
        width: 300px;
    }
    .container4{
        height: 450px;
    }

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

    /*Home page*/
    body {
     /* max-width: 395px; */
    }

    header {
        height: 80px;
    }

    nav{
        margin-right: 25px;
    }

    .logo a img {
        height: 90px;
        margin-left: 5px;
        width: 130px;
    }
    footer{
        width: auto;
        font-size: 15px;
    }

    .swiper{
        height: 300px;
    }
    .swiper img{
        height: 300px;
    }
    

    .bg-image {
        height: 30px;
    }

    .our_text h3 {
        font-size: 15px;
        padding: 6px;
    }

    nav ul li a {
        font-size: 9px;
    }

    nav ul {
        width: 220px;
    }

    nav ul li {
        display: flex;
        margin-right: 4px;
    }

    .bg-image {
        height: 50px;
    }

    .container {
        min-height: 400px;
        padding: 25px;
        }
    

    .container h1 {
        font-size: 15px;
    }

    .pg-box1 img{
        width: 170px;
        height: 150px;
    }
    .pg-box1 img:hover{
        width: 155px;
        height: 210px;
    }
    .pg-box2{
        width: 206px;
    }

    .pg-box2 h2 {
        font-size: 12px;
   
    }
    .pg-box2 p{
        font-size: 10px;
        width: 154px;
    }
    .pg-box2 {
        margin-top: 10px;
    }

    .vertical {
        height: 120px;
        border: 1px solid black;
    }

    .pg-content {
        font-size: 10px;
        margin: auto;
        width: 340px;
        display: flex;
        justify-content: space-around;
        align-items: center;
      
        height: 234px;
    }
    .pg-content1 {
        font-size: 10px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 234px;
    margin-top: 38px;
    width: auto;

    }
    .pg-box3{
        margin-top: -15px;
        margin-left: -3px;
        width: 184px;
    }
    .pg-box3 h2{
        font-size: 11px;
    }
    .pg-box4 h2{
        font-size: 11px;
    }
    .pg-box4 p{
        width: 183px;
    margin-top: 10px;
    width: auto;
    }

    .pg-box3 p{
        font-size: 10px;
        width: 185px;
    }
    .pg-box4 p{
        font-size: 10px;
    margin: 0;
    }

    .container1 {
        display: block;
        justify-content: center;
        align-items: center;
        font-size: 10px;
        height: 400px;
    }

    .c1-content1 {
        padding: 0;
    }
    .c1-content1 h1{
        font-size: 15px;
    }

    .c1-content2 {
        
        width: 387px;
        margin-left: -41px;
    }
    .c1-content2 p{
        font-size: 10px;
    }

    .container5 {
        height: 381px;
    }
    .container5 h1{
        font-size: 15px;
        margin-top: -15px;
    }

    .container3 {
        font-size: 10px;
    }

    .container4 {
        font-size: 10px;
        height: 244px;
    }
    
    .l1-1{
        width: 40px;
    }
    
    .l1-1 h1{
        font-size: 15px;
    }
    .sec2_content {
        margin-left: 0;
    }

    .sec2_content p {
        font-size: 13px;
        margin: 20px;
    }

    .bg-image {
        height: 35px;
        font-size: 15px;
    }

    .secimg2 img {
        height: 150px;
    }
    .secimg2{
        height: 150px;
    }

    .text3 {
        margin: 25px;
    }

    .text3 p {
        margin-left: 2px;
        font-size: 20px;
    }

    .text4 p {
        margin-left: 2px;
        font-size: 10px;
    }

    .secimg3 img {
        height: 331px;

    }
    .section2{
        height: 150px;
    }

    .box {
        margin-top: 80px;
    }
    .box h2{
        font-size: 15px;
    }

    .sec_box {
        margin-left: 13px;
        width: 300px;
    }

    .sec_box h1 {
        text-align: center;
        font-size: large;
    }

    .sec_box_text p {
        text-align: center;
        font-size: small;
    }

    .section5 {
        display: flex;
        flex-direction: column;

    }

    .sec1_content {
        padding-top: 142px;
    }

    .p_img h3{
        font-size: 15px;
    text-align: center;
    width: 434px;
    margin-left: -80px;
     
    }
    .p_img img {
        height: 200px;
    }

    .p_text {
        margin: 10px;
        text-align: center;
    }

    .p_text h1 {
        font-size: large;
    }

    .p_text ul li {
        font-size: 10px;
    }

    .text_li {
        margin-left: 5px;
    }

    .box h4 {
        font-size: 14px;
    }

    .box ul li {
        font-size: 9px;
    }

    .f_icon img {
        height: 12px;
    }

    .f_text {
        margin-left: -2px;
    
    }

    .footer1 {
        height: 150px;
    }

    .teksilicon {
        font-size: 10px;
        text-align: center;
    }

    .teksilicon2 {
        font-size: 10px;
        text-align: center;
    }

    .teksilicon2 a {
        font-size: 12px;
    }

    .center {
        margin-left: 49px;
        width: 108px;
    }
    .box ul{
        padding-top: 0;
    }
    .fooders2{
        height: 8vh;
    }

    /*Home page*/

    /*About*/
    

    .about-w h1 {
        font-size: 15px;
    }

    .about-head h1 {
        font-size: 10px
    }

    .a-img1 img {
        width: 165px;
    }

    .about-container{
        height: 200px;
    }
    .a-content {
        width: 200px;

    }

    .about-w {
        margin-bottom: 10px;
    }

    .a-content p {
        font-size: 9px;
        line-height: 15px;
        width: 187px;
        text-align: left;
        margin: 5px;

    }
    .cov-container{
        padding: 0px;
    }

    .cov-con1 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 210px;

    }

    .cov-con1 h1 {
        font-size: 15px;
        padding: 20px;
    }

    .cov-con2 {
        font-size: 8px;
    }

    .arrow img {
        height: 15px;
    }



    .a-left img {
        height: 250px;

    }

    .pro-img{
        margin-top: 20px;
        height: 100px;
    }

    .pro-img img {
        height: 100px;
        width: 150px;

    }

    .p-name {
        font-size: 8px;
    }

    .pro-text p {
        font-size: 9px;
        width: 198px;
    }

    .i-text {
        margin-left: 10px;
    }

    .p1-container {
        height: 100px;
        margin-left:-37px;
        
    }

    .food-head {
        font-size: 9px;
        padding: 5px;
    }

    .fooders1 {
        margin: 10px;
    }

    .fooders1 h1 {
        font-size: 10px;
    }

    .fooders2 {
        margin: 10px;
    }

    .fooders2 p {
        font-size: 9px;
        line-height: 15px;
        font-weight: normal;
    }

    .o-p-p h1 {
        font-size: 15px;
    }

    
    .align {
        margin: 0;
        font-size: 8px;
        height: 38px;
    }

    .poultry-head {
        font-size: 9px;
        padding: 6px;
    }
    .poultry-head h1{
        font-size: 14px;
    }
    

    

    

    .section2-contact {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-bottom: 30px;
        }

    .sec2-box1 {
        max-width: 300px;
    margin: 35px;
    height: 315px;
    margin-left: 30px;
    }
    .sec2-box2{
        height: 244px;
        width: 290px;
        margin: 5px;
        margin-left: 5px;
    }

    .cont-head h3 {
        font-size: 12px;
    }

    form input {
        height: 20px;
    }

    form textarea {
        height: 120px;
    }

    .send input {
        width: 50px;
        height: 25px;
    }

    .contact-box p {
        font-size: 15px;
    }

    .c-image img {
        height: 20px;
    }

    .c-text {
        font-size: 10px;
    }
    .p_img{
      
      height: 340px;
    }
    .p_img h1{
        font-size: 15px;
        text-align: center;
        padding-left: 0;
    }
    .p_img ul{
        font-size: 12px;
        padding-left: 5%;
    }
    .section5{
        height: 336px;
    }

    .our-contact-box{
        margin-left: -9px;
    }
    .our-contact-box h1{
        font-size: 15px;
    }
    .our-contact-box ul{
        width: 198px;
    }
    .contactdetails{
        margin-left: -38px;
    }
    .milkproducts{
        max-width: 90vw;
    }
    .mp{
        display: flex;
    }
    .mp-container{
        height: 145px;
    }
    .mp-img{
        height: 100px;
    width: 114px;
    }
    .mp-img img{
        height: 100px;
        margin-top: 12px;
    }
    .mp-img img:hover{
        height: 105px;
    }
    .mp-text{
        margin-top: 23px;
    }
    .mp-text p{
        font-size: 8px;
    }
    .mp-cont{
        width: 234px;
    }
    .poultry-pro{
        padding: 10px;
        width: 396px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -30px;
    }
    .p-box{
        height: 150px;
        width: 200px;
    }
    .p-img{
        height: 73px;
        width: 100px;
    }
    .p-img img{
        height: 73px;
        width: 100px;
    }
    .p-img img:hover{
        height: 79px;
        width: 110px;
    }
    .p-img2 img:hover{
        height: 79px;
        width: 110px;
    }
    .p-img2{
        margin-top: -32px;
        height: 73px;
        width: 100px;
        margin-bottom: 31px;
    }
    .p-img2 img{
        height: 73px;
        width: 100px;
    }
    .img-width img{
        width: 50px;

    }
    .img-width img:hover{
        width: 50px;
        height:79px ;
    }
    .p-text h3{
        margin-top: -20px;
        font-size: 10px;
    }
    .p-p p{
        font-size: 6px;
    }
    .pg-box4{
    margin-left: 7px;
    }
    .footer1{
        height: 200px;
    }
    .footer2{
        height: 80px;
    }
    .f_icon i {
        padding-right: 5px;
        font-size: 14px;
        color: orange;
    }
    .c-image {
        margin-left: 0;
        font-size: 20px;
        color: orange;
    }
}
@media only screen and(max-width:370px) {
    .f_icon i {
        padding-right: 5px;
        font-size: 14px;
        color: orange;
    }
    .c-image {
        margin-left: 0;
        font-size: 20px;
        color: orange;
    }
    
}


