@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Dancing+Script:wght@400..700&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Fleur+De+Leah&family=Henny+Penny&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Pacifico&family=Quicksand:wght@300..700&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Rouge+Script&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Dancing+Script:wght@400..700&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Fleur+De+Leah&family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Henny+Penny&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Pacifico&family=Quicksand:wght@300..700&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Rouge+Script&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.nav1 {
    display: flex;
    padding: 10px;
    background-color: #262626;
 align-items: center;
  justify-content: space-between; 
  font-family: "Hanken Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

.img1 {
    width: 12%;
    padding: 10px;
}

.btn1 {
        background-color: #7AA93C;
    border-radius: 10px;
    padding: 10px 60px;
    color: #ffffff;
    border: none;
 margin-left: 75%;
 cursor: pointer;
 font-family: "Hanken Grotesk", sans-serif;

}



.sec1 {
     font-family: "Hanken Grotesk", sans-serif;
}





.nav2 {
    display: flex;
    padding: 20px;
    align-items: center;
    padding-left: 10%;
     font-family: "Hanken Grotesk", sans-serif;
}

.opt {
    border-color: transparent;
    border-width: 10px;
    border: none;
    padding: 10px;
    text-transform: uppercase;
     font-family: "Barlow Condensed", sans-serif;
     font-size: 1.2rem;
     font-weight: 600;
     
}

option {
    background-color: white;
    color: black;
     border-radius: 10px;
      font-family: "Hanken Grotesk", sans-serif;
     
}



.opt:hover {
    color: red;
}

.btn2 {
    padding: 15px 25px;
    background-color: #BF1109;
    border: none;
    border-radius: 10px;
    color: white;
    cursor: pointer;
     font-family: "Hanken Grotesk", sans-serif;
}

.btn3 {
    background-color: #14A83A;
    border: none;
    padding: 2px;
    border-radius: 10px;
    cursor: pointer;
     font-family: "Hanken Grotesk", sans-serif;
}

.img2 {
    width: 60%;
}


.btndiv {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 5%;
     font-family: "Hanken Grotesk", sans-serif;
}

.select {
    margin-left: 5%;
     font-family: "Hanken Grotesk", sans-serif;
}

.btn2 :hover {
     background-color: #14A83A;
      font-family: "Hanken Grotesk", sans-serif;
}




.herosec {
    background-image: url("https://html.pixelfit.agency/foodix/assets/images/bg/page-bg.jpg");
    height: 50vh;
    text-align: center;
}


.head9 {
     font-family: "Barlow Condensed", sans-serif;
     color: #ffffff;
     font-size: 4.5rem;
     font-weight: 700;
}


.p3 {
    color: #ffffff;
    font-size: 1.2rem;
}




.form {
    background-color:#F7F1E1;
    height: 92.5vh;
    display: flex;
    justify-content: center;
    gap: 150px;
    align-items: center;
    flex-wrap: wrap;
}


.touch1 {
    color: #BF1109;
     font-family: "Hanken Grotesk", sans-serif;
}



.touch2 {
    font-size: 3.5rem;
    font-family: "Barlow Condensed", sans-serif;
}


.in {
        padding: 17px 30px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    font-size: 18px;
    background-color: #FFF;
     font-family: "Hanken Grotesk", sans-serif;
    margin-bottom: 30px;
}

.txt {
  width: 100%;
  max-width: 600px;
  height: 200px;
  padding: 15px;
  font-size: 16px;
  border: 2px solid #ccc;
  border-radius: 8px;
  resize: vertical;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: border 0.3s ease;
   font-family: "Hanken Grotesk", sans-serif;
}

.txt:focus {
border: 1px solid #BF1109;
outline: none;
    
}




.in:focus {
border: 1px solid #BF1109;
outline: none;

}



.btn9 {
    padding: 15px 40px;
    border: none;
    border-radius: 10px;
    background-color: #BF1109;
    color:#ffffff;
     font-family: "Hanken Grotesk", sans-serif;
}
.btn9:hover {
    background-color: #14A83A;
    transition: background-color 0.3s ease;
    cursor: pointer;
}


.formimg {
  flex: 1;
  max-width: 500px;
  width: 100%;
}

.formimg img {
  width: 100%;
  height: auto;
  display: block;
}



.cards {
    background-color: #FFFFFF;
    height: 50vh;
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 30px;
  
}

.loc {
    height: 6vh;
}


.card1 {
    background-color:#FFF;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
    height: 30vh;
    padding:40px 100px;
        border-radius: 16px;
}




.p4:hover {
    color: #BF1109;
    transition: color 0.3s ease;
    cursor: pointer;
}

.p5:hover {
    color: #BF1109;
    transition: color 0.3s ease;
    cursor: pointer;
}





.map {
    position: relative;
    width: 100%;
    max-width: 100%; 
    margin: 0 auto; 
    
    padding-bottom: 29.25%; 
  
  }

  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
   height: 60vh;
    border: 0;
  }






.footer {
height: 70vh;
  background-color: #121619;
  color: #FFFFFFB3;
}



.icons {
  height: 4vh;
  background-color: white;
  border-radius: 50%;
  border: none;
}

.forflex {
  display: flex;
justify-content: center;
gap: 90px;
flex-wrap: wrap;
}



.white {
  color: #ffffff;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.9rem;
}


.red:hover {
   color: #BF1109;
   cursor: pointer;
   transition: color 0.3s ease;
}

.lastp {
  text-align: center;
}



.ff {
  width: 100%;
  height: auto;
  display: block;
}



@media screen and (max-width: 992px) {
  .forflex {
    gap: 40px;
  }

  .white {
    font-size: 1.6rem;
  }

  .red {
    font-size: 13.5px;
  }

  .icons {
    height: 28px;
    width: 28px;
    padding: 4px;
  }
  
}

@media (max-width:889px) {
    .footer {
     margin-top: 100%;

    }
}


@media (max-width: 1500px) {
  .footer {
    height: auto;
  }
}
@media (max-width:1195px) {
    .footer {
  margin-top: 10%;
    }
}



@media screen and (max-width: 600px) {
  .forflex {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .footer {
    padding: 40px 20px 20px;
    margin-top: 130%;
    height: auto;
  }

  .white {
    font-size: 1.5rem;
  }

  .red {
    font-size: 13px;
  }

  .lastp {
    font-size: 12px;
    margin-top: 20px;
  }

  .icons {
    height: 26px;
    width: 26px;
    padding: 3px;
  }
}









  @media (max-width: 600px) {
    .map {
     margin-top: 70%;
      
    }
  }








@media screen and (max-width: 992px) {
  .card1 {
    padding: 30px 50px;
  }

  .loc {
    height: 45px;
  }


}


@media screen and (max-width: 600px) {
  .cards {
    flex-direction: column;
    align-items: center;
    padding: 30px 15px;

  }

  .card1 {
    width: 100%;
    max-width: 100%;
    padding: 30px 20px;

  }

  .loc {
    height: 40px;
  }
}







@media screen and (max-width: 992px) {
  .herosec {
    height: 40vh;
    background-position: center;
    padding: 60px 20px;
  }

  .head9 {
    font-size: 3.5rem;
  }

  .p3 {
    font-size: 1rem;
  }
}


@media screen and (max-width: 600px) {
  .herosec {
    height: auto;
    padding: 80px 20px 60px 20px;
  }

  .head9 {
    font-size: 2.5rem;
  }

  .p3 {
    font-size: 0.95rem;
  }
}


@media screen  and (max-width:1200px){ 

.form {
    height: auto;
}
    
}



@media screen and (max-width: 992px) {
  .form {
    flex-direction: column;
    padding: 40px 20px;
    gap: 40px;
    display: block;
    height: auto;
  }

  .formimg {
    max-width: 100%;
    justify-content: center;
  }

  .formimg img {
    width: 90%;
    max-width: 400px;
  }

  .formtxt {
    width: 100%;
    text-align: center;

  }
}


@media screen and (max-width: 600px) {
  .formimg img {
    width: 100%;
    display: block;
    max-width: 100%;
  }

  .touch2 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .btn9 {
    width: 100%;
  }

  .in, .txt {
    width: 100%;
    margin-right: 0;
  }
}








@media (max-width: 1024px) {
  .img1 {
    width: 18%;
  }

  .btn1 {
    margin-left: auto;
    padding: 10px 40px;
  }
}

@media (max-width: 768px) {
  .nav1 {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .img1 {
    width: 30%;
    padding: 5px;
  }

  .btn1 {
    margin-left: 0;
    padding: 10px 30px;
  }
}

@media (max-width: 480px) {
  .img1 {
    width: 40%;
  }

  .btn1 {
    width: 80%;
    padding: 10px;
    font-size: 1rem;
  }
}








@media (max-width: 1024px) {
  .nav2 {
    flex-wrap: wrap;
    padding-left: 5%;
    justify-content: space-between;
    gap: 20px;
  }

  .select {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    margin-left: 0;
  }

  .opt {
    flex: 1 1 45%;
    font-size: 1rem;
  }

  .btndiv {
    margin-left: 0;
    gap: 15px;
    flex-wrap: wrap;
  }

  .btn2, .btn3 {
    padding: 12px 20px;
    font-size: 1rem;
  }

  .img2 {
    width: 50px;
  }

  .nav2 img {
    width: 150px;
  }
}

@media (max-width: 768px) {
  .nav2 {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    gap: 20px;
  }

  .select {
    flex-direction: column;
    align-items: center;
  }

  .opt {
    width: 100%;
    text-align: center;
  }

  .btndiv {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .btn2, .btn3 {
    width: 100%;
  }

  .img2 {
    width: 40px;
  }

  .nav2 img {
    width: 120px;
  }
}

@media (max-width: 480px) {
  .opt {
    font-size: 0.9rem;
    padding: 10px;
  }

  .btn2 {
    font-size: 0.9rem;
    padding: 10px;
  }

  .btn3 {
    padding: 6px;
  }

  .img2 {
    width: 35px;
  }

  .nav2 img {
    width: 100px;
  }
}


