
/* body {

  margin: 0;
  color: #ddd;
  line-height: 1.5;
  display: grid;
  grid-template-columns: 
    [full-start] minmax(1em, 1fr) 
    [main-start] minmax(0, 40em) [main-end]
    minmax(1em, 1fr) [full-end];

}

 

   Navbar1 Sec starts 

.navbar-brand img {
    height: 20px;
}


.nav1 {
    background-color: #262626;
    
    
}

.btn1 {
    background-color: #7AA93C;
    border-radius: 10px;
    padding: 1px 10px;
    color: #ffffff;
}

   Navbar1 Sec ends  



   Navbar2 Sec starts 


.btn3 img {
height: 40px;
}
.btn3 {
    height: 60px;
    width: 70px;
    border-radius: 10px;
    background-color: #14A83A;
    border: none;
}

.btn2 {
    width: 150px;
    height: 50px;
    border-radius: 10px;
    background-color: #BF1109;
    border: none;
    color: #ffffff;
}
.btn2:hover {
    background-color: #14A83A;
}

.navbar-brand1 {
  position: absolute;
  right: 120%;
}

.btndiv {
     margin-left: 15%;
}

.nav-item {
    font-size: 1.1rem;
}

@media (max-width:1200px) {
    .navbar-brand1 {
        position: static;
        
    }
}



   Navbar2 Sec ends  



hero sec starts



.herosec {
    background-image: url("images/hero-four_bg.png");
    height: 80vh;
    background-color: #030303;
}



 @media (max-width:2204px) {
    .herosec {
        width: 1890px;
    }
}
@media (max-width:1500px) {
    .herosec {
        width: 1500px;
    }
}

@media (max-width:1024px) {
    .herosec {
        width: 1200px;
    }
} 



.head1 {
    color:#FFB200;
    font-size: 1.4rem;
}

.head2 {
    font-size: 7rem;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.span1 {
   color: #BF1109;
}
.p1 {
font-weight: 600;
font-size: 1.2rem;
}

 @media (max-width:1500px) {
    .herosec {
        flex-direction: column-reverse;
        margin-top: 50%;
        height: auto;
       
    }
}

@media (max-width:375px) {
    .herosec {
        flex-direction: column-reverse;
        margin-top: 50%;
        height: auto;
       
    }
} 


 #loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff; 
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

.spinner {
  width: 60px;
  height: 60px;
  border: 8px solid #f3f3f3;
  border-top: 8px solid #BF1109; 
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

 Fade out animation 
 #loader.fade-out {
  opacity: 0;
  visibility: hidden;
} 


.herosec {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}


@media (min-width:450px)and(max-width:700px) {
    .herosec {
      width: 700px;
    }
} */



@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 {
    background-image: url("images/hero-four_bg.png");
    height: 100vh;
    background-color:#030303;
     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;
    color: white;
    background-color: black;
    text-transform: uppercase;
     font-family: "Hanken Grotesk", sans-serif;
     
}

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 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}


.head1 {
    color: #FFB200;
    font-size: 1.3rem;
     font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
}
.head2 {
color: #ffffff;
font-size: 6rem;
 font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
}

.span1 {
    color: #BF1109;
}
.p1 {
     font-size: 1.3rem;
     color: #ffffff;
}


body {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif ;
}


.herosec {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: nowrap;
  padding: 0 20px;
}

.herosec .img img {
  max-width: 100%;
  height: auto;
  display: block;
}
body {
    font-family: "Hanken Grotesk", sans-serif;
}


.s1 {

  font-size: 2.5rem;
  margin-left: 10%;
   font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
}

.btn5 {
  padding: 16px 40px;
  margin-left: 45%;
  border-radius: 10px;
  border-color: #BF1109 #BF1109 #BF1109 #BF1109;
  background-color: transparent;
   cursor: pointer;
}





.sec4 {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.box1 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 30px;
  width: 16%;
  height: 13vh;
  background-color: #F5F5F5;
  border-radius: 10px;
  
}


.s2 {
  font-size: 2.5rem;
}

.box1:hover {
background-color: #BF1109;
color: white;
cursor: pointer;
 transition: background-color 0.3s ease;
}


.head3 {
  font-size: 4rem; 
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
}

.p2 {
  color: #484848;
}


.btn6 {
  padding: 15px 40px;
  border: none;
  background-color: #BF1109;
  color: white;
  border-radius: 10px;
}

.btn6:hover {
background-color: #14A83A;
}

.boxes {
  display: flex;

 
}

.box2 {
  display: flex;
  align-items: center;
  background-color: #F5F5F5;
   padding: 20px 50px;
   border-radius: 10px;
   gap: 20px;

}






.herosec1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    background-image: url("images/offer-bg1.jpg");
}

.herosec1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: nowrap;
  padding: 0 20px;
}

.herosec1 .imgg img {
  max-width: 350%;
  height: auto;
  display: block;

}

.fries {
  margin-left: 25%;
}
.txt3 {
  margin-left: 7%;
  width: 150%;
}


.seconds {
  display: flex;
  color: #ffffff;
  font-size: 1.4rem;
  gap: 30px;
  flex-wrap: wrap;
}

.min1 {
background-color: #272727;
opacity: 0.5;
padding: 15px;
border-radius: 10px;
}




.scroll-arrow {
  position: fixed;
  top: 90%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 28px;
  background-color: #BF1109;
  color: white;
  padding: 12px 16px;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  z-index: 1000;
  transition: background-color 0.3s;
  cursor: not-allowed;
}



.sec5 {
  text-align: center;
}



.cards {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 20px;
  flex-wrap: wrap;
}
.flat1 {
  width: 25%;

}

.card1 {
  width: 15%;
  background-color: #F5F5F5;
  padding: 25px;
  border-radius: 10px;
  height: 29vh;
}

.cards :hover {
  background-color: #BF1109;
  cursor: pointer;
  color: white;
transition: background-color 0.3s ease;
}


.btn7 {
 padding: 15px;
  width: 30%;
  border-radius: 10px;
  border: none;
  background-color: #BF1109;
  color: white;
}
.btn7:hover {
  background-color: #FFB200;
  transition: background-color 0.3s ease;
  cursor: pointer;
  
}

.phone {
  width: 10%;
}



.ss {
 height: 6vh;
}


.sec7 {
  background-image: url("images/offer-bg1.jpg");
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  background-size: cover;
  flex-wrap: wrap;
}

.head5 {
  font-size: 4rem;
  color: white;
   font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
}

.head6 {
  font-size: 2.3rem;
  color: #ffffff;
}

.form {
  background-color: #14A83A;
  padding: 120px;
  height: 60vh;
  margin-top: 10%;
  border-radius: 20px;
   font-family: "Hanken Grotesk", sans-serif;
  
}

.input1 {
  padding: 20px;
  width: 49%;
  background-color: transparent;
  border-color: #37B557;
  color: white;
border-radius: 10px;
font-size: 1rem;
 font-family: "Hanken Grotesk", sans-serif;
}

.sele1 {
  padding: 20px;
  width: 100%;
  border-color:#37B557;
  border-radius: 10px;
  background-color: transparent;
  border-radius: 10px;
font-size: 1rem;
 font-family: "Hanken Grotesk", sans-serif;
}


::placeholder {
  color: white;
  background-color: #14A83A;
   font-family: "Hanken Grotesk", sans-serif;
}

.btn8 {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background-color: #FFB200;
  border: none;
  cursor: pointer;
}


.btn8:hover {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background-color: #BF1109;
  border: none;
  transition: background-color 0.3s ease;
}




.pics {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.lf1 {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #F5F5F5;
  padding: 20px;
  cursor: pointer;
  border: 1px dashed rgba(0, 0, 0, 0.1);
}

.lf1:hover {
  background-color: #14A83A;
  color: #ffffff;
  transition: background-color 0.3s ease;
}

.price {
  color: #BF1109;
  font-size: 1.2rem;
  margin-left: 10%;
}
.price :hover {
  color: #ffffff;
}

.head7 {
  font-family: "Barlow Condensed", sans-serif;
}



.master {
  display: flex;
  justify-content: center;
  gap: 25px;
}


.per1 {
  background-image: url("https://html.pixelfit.agency/foodix/assets/images/team/team-14.jpg");
  background-color: #272727;
  height: 50vh;
  width: 20%;
}

.info {
  text-align: center;
  background-color: #FFFFFF;
  padding: 25px;
  width: 80%;
  cursor: pointer;
  margin: 0 auto;
}

.info:hover {
background-color: #BF1109;
transition: background-color 0.3s ease;
color: #ffffff;
}


.per2 {
  background-image: url("https://html.pixelfit.agency/foodix/assets/images/team/team-15.jpg");
  background-color: #272727;
  height: 50vh;
  width: 20%;
}

.per3 {
  background-image: url("https://html.pixelfit.agency/foodix/assets/images/team/team-16.jpg");
  background-color: #272727;
  height: 50vh;
  width: 20%;
}


.guest {
  background-color: #F7F1E1;
  height: 90vh;
}


.comma {
  height: 5vh;
  margin-left: 45%;
}




.slideshow-container {
  position: relative;

}


.mySlides {
  display: none;
padding: 80px;
  height: 40vh;
  background-color: #FFFFFF;
  width: 40%;
margin-left: 30%;
border: 1px dashed rgba(0, 0, 0, 0.1);
}


.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}


.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}


.prev:hover, .next:hover {
  color: white;
}


.dot-container {
  text-align: center;
  padding: 20px;
  
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}


.active, .dot:hover {
  background-color: #BF1109;
}


q {font-style: italic;}


.star {
height: 2vh;
}

.name {
  display: flex;
  gap: 20px;
  align-items: center;
}





.user {
  height: 3vh;
}



.food {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.foodtxt1 {
  display: flex;
  align-items: center;
  gap: 20px;
}


.foodoftxt {
  background-color: #F5F5F5;
  height: 25vh;
  padding: 20px;
}


.head8 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.6rem;
}

.head8:hover {
color: #14A83A;
cursor: pointer;
transition: color 0.3s ease;
}

.span3:hover {
color: #14A83A;
cursor: pointer;
transition: color 0.3s ease;
}




.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;
}




.sidebar {
      height: 100%;
      width: 0%;
      position: fixed;
      top: 0;
      left: 81%;
      background-color:#FFFFFF ;
      overflow-x: hidden;
      transition: 0.3s ease;
      padding-top: 60px;
      z-index: 1000;
    }

     .sidebar a {
      display: block;
      padding: 16px 24px;
      text-decoration: none;
      font-size: 18px;
      transition: 0.2s;
    } 

    .sidebar a:hover {
      background-color: #444;
    }

    .closebtn {
      position: absolute;
      top: 10px;
      
      font-size: 30px;
      background: none;
      border: none;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
      cursor: pointer;
    }


.sides {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 10px;
}
.imgside img {
   border-radius: 20px;
   height: 8vh;
}


.del {
  height: 3vh;

}
.delete {
  margin-left: 14%;
}

.pre {
    font-family: "Barlow Condensed", sans-serif;
}

.sidbtn {
text-align: center;
}


.btn10 {
  padding: 13px 80px;
  background-color:#FFFFFF ;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  font-family: "Hanken Grotesk", sans-serif;
  cursor: pointer;
}

.btn11 {
  padding: 15px 80px;
  background-color:#BF1109 ;
  border: none;
  border-radius: 10px;
  color: #ffffff;
  font-family: "Hanken Grotesk", sans-serif;
}

.btn11:hover {
  background-color: #14A83A;
  cursor: pointer;
  transition: background-color 0.3 ease;
}







@media (max-width: 768px) {
  .sidebar {
    width: 100% !important;
    right: 0;
    left: auto;
    padding: 40px 20px;
  }

  .closebtn {
    right: 20px;
    top: 10px;
    font-size: 24px;
    z-index: 9999;
  }

  .sides {
    flex-direction: column;
    gap: 16px;
  }

  .imgside img {
    height: 6vh;
  }

  .txtside h3 {
    font-size: 16px;
  }

  .txtside p {
    font-size: 14px;
  }

  .btn10, .btn11 {
    width: 100%;
    font-size: 14px;
    padding: 12px;
  }

  .delete {
    margin-left: 0;
    align-self: flex-end;
  }
}























@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: 1500px) {
  .footer {
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  .forflex {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .footer {
    padding: 40px 20px 20px;
    
    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 screen and (max-width: 992px) {
  .food1 {
    width: 45%;
  }

  .head8 {
    font-size: 1.2rem;
  }

  .foodtxt2 p {
    font-size: 13px;
  }

  .user {
    height: 18px;
  }
}

@media screen and (max-width: 600px) {
  .food {
    flex-direction: column;
    align-items: center;
  }

  .food1 {
    width: 90%;
  }

  .foodtxt1 {
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
  }

  .head8 {
    font-size: 1.1rem;
  }

  .foodtxt2 p {
    font-size: 12.5px;
  }

  .user {
    height: 16px;
  }

  .span3 {
    font-size: 13px;
  }

  .foodoftxt {
    padding: 14px;
  }
}









@media screen and (max-width: 992px) {
  .mySlides {
    width: 80%;
    padding: 30px;
    margin-left: 0px;
    height: auto;
  }

  .ab h2 {
    font-size: 16px;
  }

  .ab p {
    font-size: 13px;
  }

  .mySlides p {
    font-size: 15px;
  }

  .comma img {
    height: 25px;
  }
  .guest {
    padding: 30px;
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  .mySlides {
    width: 100%;
    padding: 20px 15px;
  }

  .about.sec5 .head3 {
    font-size: 24px;
  }

  .about.sec5 .head1 {
    font-size: 16px;
  }

  .name {
    flex-direction: column;
    gap: 10px;
  }

  .star {
    height: 16px;
  }

  .prev, .next {
    font-size: 18px;
    padding: 8px;
  }

  .mySlides p {
    font-size: 14px;
  }

  .comma img {
    height: 20px;
  }

  .pic img {
    width: 50px;
    height: 50px;
  }
}


@media (max-width:1197) {
  .guest {
   height: auto;
  }
}


















@media (max-width: 1024px) {
  .per1, .per2, .per3 {
    width: 30%;
  }
}

@media (max-width: 768px) {
  .master {
    flex-direction: column;
    align-items: center;
  }

  .per1, .per2, .per3 {
    width: 80%;
  }
}

@media (max-width: 480px) {
  .per1, .per2, .per3 {
    width: 95%;
  }

  .info {
    width: 90%;
    padding: 20px;
  }
}
















@media (max-width:1500px) {
  .sec5 {
    margin-top: 20%;
  }
}




@media (max-width: 768px) {
  .pics {
    flex-direction: column;
    align-items: center;
  }

  .lf1 {
    flex-direction: column;
    text-align: center;
  }

  .price {
    margin-left: 0;
    margin-top: 10px;
  }

  .l1 img {
    max-width: 150px;
  }
}







@media (max-width: 900px) {
  .sec7 {
    flex-direction: column;
    height: auto;
    gap: 40px;
    padding: 10px;
  }

  .form {
    padding: 40px 30px;
    height: auto;
    margin-top: 0;
  }

  .input1 {
    width: 100%;
  }

  .head5 {
    font-size: 2rem;
  }

  .head6 {
    font-size: 1.7rem;
  }

  .btn8 {
    font-size: 1rem;
  }
  .text {
    text-align: center;
  }
.btn7 {
  width: 100%;

}

}

@media (max-width: 400px) {
  .btn7 {
    font-size: 0.9rem;
    padding: 8px 15px;
  }

  .phone {
    width: 16px;
    height: 16px;
  }

  .head5 {
    font-size: 1.5rem;
  }

  .head6 {
    font-size: 1.3rem;
  }
}





@media (max-width:1024px) {
  .cards {
    flex-direction: column;
    padding: 10px;
  }
  .card1 {
    width: 100%;
  }
}
 
@media (max-width: 1024px) {
    .txt3 {
        margin-left: 10%;
        width: 80%;
    }

    .fries {
        margin-left: 10%;
    }

    .herosec1 .imgg img {
        max-width: 150%;
    }
    .seconds {
      text-align: center;
      flex-direction: column;
    }
}

@media (max-width: 768px) {
    .herosec1 {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
    }

    .txt3 {
        margin-left: 0;
        width: 100%;
    }

    .herosec1 .imgg img {
        max-width: 90%;
        margin: 0 auto;
    }

    .fries {
        margin-left: 0;
        margin-top: 20px;
    }
      .seconds {
      text-align: center;
      flex-direction: column;
    }
}

@media (max-width: 480px) {
    .head2 {
        font-size: 28px;
    }

    .p1 {
        font-size: 14px;
    }

    .btn2 {
        font-size: 14px;
        padding: 8px 16px;
    }

    .herosec1 .imgg img {
        max-width: 100%;
    }

    .fries img {
        max-width: 80px;
    }
}









@media (max-width: 1024px) {
  .herosec {
    flex-direction: column;
    text-align: center;
  }

  .head3 {
    font-size: 3rem;
  }

  .boxes {
    justify-content: center;
  }
}


@media (max-width: 600px) {
  .head3 {
    font-size: 2rem;
  }

  .btn6 {
    padding: 12px 30px;
    font-size: 1rem;
  }

  .box2 {
    padding: 15px 20px;
    gap: 10px;
  }

  .p2 {
    font-size: 0.95rem;
  }
}









@media (max-width: 1500px) {
  .sec4 {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }

  .box1 {
    width: 90%;
    padding: 15px;
    height: auto;
  }

  .s2 {
    font-size: 1.8rem;
    width: 2rem;
    height: 2rem;
  }

}



@media (max-width: 1024px) {
  .s1 {
    font-size: 2rem;
    margin-left: 5%;
    text-align: center;
    display: block;
  }

  .btn5 {
    margin-left: 35%;
    padding: 14px 32px;
  }
}

@media (max-width: 1000px) {
  .s1 {
    font-size: 1.5rem;
    margin-left: 0;
    text-align: center;
    margin-top: 100%;
  }

  .btn5 {
    display: block;
    margin: 20px auto 0 auto;
    padding: 12px 24px;
  }
}



@media (max-width: 992px) {
  .herosec {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    padding: 30px 10px;
  }

  .herosec .head2 {
    font-size: 3rem;
  }

  .herosec .p1 {
    font-size: 1rem;
  }

  .herosec .img img {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .herosec {
    padding: 20px 5px;
  }

  .herosec .head1 {
    font-size: 1rem;
  }

  .herosec .head2 {
    font-size: 2rem;
  }

  .herosec .p1 {
    font-size: 0.9rem;
  }

  .herosec .img img {
    width: 100%;
    margin: 0 auto;
  }
}








@media (max-width: 1200px) {
  .head2 {
    font-size: 4rem;
  }

  .p1 {
    font-size: 1.1rem;
  }
}

@media (max-width: 992px) {
  .herosec {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
  }

  .head2 {
    font-size: 3rem;
  }

  .p1 {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .head1 {
    font-size: 1.1rem;
  }

  .head2 {
    font-size: 2.4rem;
  }

  .p1 {
    font-size: 0.95rem;
  }
}

@media (max-width: 576px) {
  .head1 {
    font-size: 1rem;
  }

  .head2 {
    font-size: 2rem;
  }

  .p1 {
    font-size: 0.9rem;
  }

  .herosec {
    padding: 30px 15px;
    gap: 20px;
  }
}





@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;
  }
}


