body{
    padding: 0px;
    margin: 0px;
}
.box{
    display: flex;
    align-items: center;
    width:80%;
    margin-left: 10%;
}
@media screen and (max-width: 768px) {
    /* Adjustments for smaller screens */
    .box {
        display: grid;
        align-items: center;
    }
    
}
.colunm{
    width: 100%;
    margin-top: -1px;
    color: rgb(230, 230, 230);
    background-color: rgba(216, 67, 67, 0.918);
    text-align: center;
    height: 250px;
}
.colunm i{
    font-size: 46px;
}
.colunm:hover{
    background: rgba(88, 111, 175, 0.801);
    color: rgb(211, 211, 211);
    transition: 0.4s ease;
}
.colunm h1{
    text-align: center;
    color: rgb(255, 255, 255);
    padding: 30px;
    margin: 10px;
    font-weight: bolder;
    font-size: 25px;
    width: 95%;
}
.flex{
    display:flex;
    justify-content: space-evenly;
    width: 80%;
    margin-left: 10%;
}
.data{
    background-color: rgba(0, 0, 0, 0.541);
    height: 450px;
}
.photo{
    width: 100%;
}
.photo img{
    width: 100%;
    height: auto;
}

.data p{
    font-size: 16px;
}
@media screen and (max-width: 768px){
    .flex{
        display: grid;
        width: 80%;
    }
}
.data button{
    margin-left: 30px;
    text-align: center;
    width: 150px;
}
.data button:hover{
    background: white;
    color: red;
    border: 0px solid transparent;
}
.data p, h3{
 color: rgb(255, 255, 255);
 padding: 30px;
 width: 80%;
}
.pic_data{
    display:flex;
    justify-content: right;
}
.pic_data  img{
    width: 250px;
}
/* Headline Container Styles */
.headline-container {
    width: 100%;
    background-color: transparent;
    overflow: hidden;
    margin-bottom: 10px;
}

/* Headline Animation Styles */
.headline {
    white-space: nowrap;
    animation: scrollText 20s linear infinite;
    background-color: transparent;
}

.headline img {
    height: 60px;
    width: 55px;
    margin-right: 20px;
    vertical-align: middle;
}

/* Define the animation */
@keyframes scrollText {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

h2 {
    text-align: center;
}
.text_panel{
    display:flex;
    justify-content: space-between;
    margin-left: 10%;
    padding: 20px;
}
@media screen and (max-width: 768px){
    .text_panel{
        display: grid;
        width: 80%;
    }
    .left_panel p,h3{
        text-align: center;
        font-size: 20px;
        width: 100%; 
        text-align: center;
    }
    .right_panel{
        margin-top: 50px;
        
    }
}
.left_panel p{
    color: black;
    font-size: 25px;
    width: 100%;
}
.left_panel h3{
    color: rgb(80, 77, 77);
    font-weight: bolder;
    margin-bottom: -40px;
}
.left_panel button{
    width: 80%;
    height: 50px;
}
.left_panel button:hover{
    background-color: white;
    border: 1px solid red;
    color: red;
}
.right_panel p{
    color: rgb(63, 62, 62);
    width:90%;
}
.right_panel h6{
    color: red;
    font-weight: bold;
}
.right_panel h5{
    color: rgb(17, 63, 63);
    font-weight: bolder;
}
.right_panel{
    display:block;
    justify-content: right;
    margin-left: 20%;
}
.band{
    display: flex;
    justify-content: space-between;
    background-color: rgba(66, 58, 58, 0.897);
    padding: 20px;
}
@media screen and (max-width: 768px){
    .band{
        display: grid;
        justify-content: center;
        text-align: center;
        padding: 20px;
    }
}
.haccp_text{
    width: 70%;
}
@media screen and (max-width: 768px){
    .haccp_text{
        width: 100%;
    }
    .haccp_text p{
        width: 100%;
    }
   
}
.haccp_text h5{
    color: white;
    font-size: 20px;
    font-weight: bolder;
}
.haccp_text h6{
    color: rgb(98, 167, 34);
    font-weight: bold;
}
.haccp_text p{
    font-style: normal;   
}
.haccp_btn button{
   margin-top: 30%;
   margin-right: 20px;
   height: 60px;
   font-size: 12px;
   font-weight: bold;
   width: 100%;
}
.haccp_btn button:hover{
    background-color: white;
    color: black;
    border: 2px solid purple;
}
@media screen and (max-width:768px) {
    .haccp_btn button{
        margin-top: 0%;
        width: 50%;
    }
}
.form{
    width: 80%;
    margin-left: 10%;
    display: flex;
    justify-content: space-evenly;
}
@media screen and (max-width:786px) {
    .form{
        display: grid;
    }
}
.form button{
    width: 50%;
}
.card{
    text-align: center;
    padding: 20px;
    margin: 20px;
    box-shadow: 1px 1px 10px grey;
}
.card h3{
    color: red;
    font-weight: bold;
}
.card h4{
    color: rgb(102, 87, 87);
}
.card:hover{
    background-color: rgb(204, 54, 54);
    color: white;
}
.card:hover h4{
    color: white;
}
.card:hover h3{
    color: white;
}
.partners{
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
    width: 100%;
    margin-bottom: 50px;
}
.partners img{
    width: 100px;
}
@media screen and (max-width:786px) {
    .partners{
        display:inline-block;
        justify-content: center;
        margin-top: 30px;
        margin-left: 10%;
         width: 80%;
    }
}