*{
    margin: 0;
    padding: 0;

}
.main{
    /* border: 1px solid rebeccapurple; */
    margin: auto;
    overflow: hidden;
}
.nav{
    display: flex;
    justify-content: space-between;
    background: #010f1c;
    color: #ffffff;
    font-family: sans-serif;
}

.nav span{
    font-size: 30px;
    padding: 17px 30px 10px 30px;
}
.nav span font{
    color: #ffba00;
}

.nav .nav1{
    display: flex;
    justify-content: space-evenly;
}
.nav .nav1 ul{
/* width: 50%; */
    display: flex;
}
.nav .nav1 ul li{
padding: 20px 60px 0px 0px;
    list-style: none;
    font-size: 19px;
}
.nav .nav1 button{
    background: #ffba00;
    border: none;
    outline: none;
        font-size: 18px;

    padding: 15px 10px;
    margin: 10px 30px;
    border-radius: 5px 5px;
}
.main .bur{
    border-top: 1px solid rgba(128, 126, 124, 0.79);
    display: flex;
    justify-content: center;
    background: #0c0d0e;
    padding: 30px;
}
.main .bur .bur1 img{
  height: 500px;
  padding: 10px;
  animation:ss 3s ease-in-out infinite alternate;

}

@keyframes ss{
  0% {
    transform:  translateY(20px);
  }
  100% {
    transform:  translateY(0.9px);
  }
}
.main .bur2{
    margin: 0px 10px;
    padding: 10px;
    color:#dcdcdc;
}
.main .bur2 p{
    padding: 20px 10px;
    font-size: 18px;
    font-family: "Oswald";
    font-weight: 400;
    letter-spacing: 1px;
    word-spacing: 1px;
    line-height: 27px;
}
.main .bur2 h1 font{
     color: #ffba00;
}
.main .bur2 h1{
    color: #ffffff;
    padding: 20px 10px;
    font-weight: 600;
    font-size: 50px;
  letter-spacing: 1px; 
word-spacing: 2px;
    font-family: "Oswald";
}
.main .bur2 .h1_do{
 width: 150px;
 margin: 0px 12px;
    padding:1.5px 10px;
    background: #ffba00;
}

.main .bur2 .ico i{
    color: #ffba00;
    font-size: 35px;
    padding: 15px 50px;
}
.main .bur2 .ico span{
   /* color: #dcdcdc; */
   color: hsl(100, 100%, 70%);
font-size: 24px;
    padding: 10px 35px;
}
.main .bur2 button{
       background: #ffba00;
    border: none;
    outline: none;
     font-size: 18px;

    padding: 15px 20px;

    margin: 20px 30px;
    border-radius: 5px 5px;
}















.ceta{
        background: #0c0d0e;
padding: 20px;
height: 800px;
}
.ceta .heding{
     color: #ffba00;
font-family: cursive;
    text-align: center;
    padding: 20px 10px 30px 10px;
    margin: 10px 10px 20px 10px;
}
.ceta .menu_a{
    display: flex;
    justify-content:center;
    /* border: 1px solid red; */
    gap: 25px;
    flex-wrap: wrap;
   
}

.ceta .menu_a .menu_1{
    
    height: 300px;
    width: 18%;
border-radius: 150px 150px 0px 0px;
    /* border: 1px solid red; */
    background:#f5ecd9;
        margin: 10px 5px;
   transition: 0.5s;
}

.ceta .menu_a .menu_1 img{
    height: 150px;
    padding: 25px 0px 5px 55px;
    transition: 0.5s;

}
.ceta .menu_a .menu_1:hover img{
   transform: scale(0.6) rotate(20deg);
   
}
.ceta .menu_a .menu_1:hover{
    background: #3f9065;
    
}
.child1{
font-size:28px;
font-family:Monotype Corsiva;
color:#ffba00;
text-align:center;
padding:5px 10px 10px 10px;
}
.ceta .menu_a .menu_1 span{
font-size:13px;
font-family:cursive;
color:#0c0d0e;
text-align:center;
padding:1px 50px;
}

.ceta .chili{
  
  animation:ss 3s ease-in-out infinite alternate;
margin: 30px 5px;

}

@keyframes ss{
  0% {
    transform:  translateX(0.9px);
  }
  100% {
    transform:  translateY(20px);
  }
}
.ceta .menu_b{
    display: flex;
    justify-content: center;
    /* border: 1px solid red; */
    background: #0c0d0e;
      gap: 25px;
    flex-wrap: wrap;
}

.ceta .menu_b .menu_1{
    
    height: 300px;
    width: 18%;
border-radius: 150px 150px 0px 0px;
    /* border: 1px solid red; */
    background:#f5ecd9;
     margin:10px  5px;
         transition: 0.5s;

}

.ceta .menu_b .menu_1 img{
    height: 150px;
    padding: 25px 0px 5px 55px;
    transition: 0.5s;
}

.ceta .menu_b .menu_1:hover img{
   transform: scale(0.6) rotate(20deg);
   
}
.ceta .menu_b .menu_1:hover{
    background: #3f9065;
    
}

.ceta .menu_b .menu_1 span{
font-size:13px;
font-family:cursive;
color:#0c0d0e;
text-align:center;
padding:1px 50px;
}


.main .about{
    /* border: 1px solid red; */
    padding: 90px 30px;
    display: flex;
    justify-content: center;
    gap: 30px;
    background: #0c0d0e;
        }

        

.main .about .l_ab{
    width: 35%;
    padding: 60px 10px;
        margin: 20px;
    font-family: "Open Sans", sans-serif;

}

.main .about .l_ab span{
    padding: 15px 15px;
    color: #dcdcdc;
    margin: 10px 10px;
    font-size: 17px;
}

.main .about .l_ab h1{
    padding: 1px 15px;
    color: #dcdcdc;
    margin:  15px 5px 0px 0px;
    font-weight: 600;
    font-size: 50px;
    letter-spacing: 4;
    word-spacing: 10px;
    line-height: 1;
}
.main .about .l_ab .div_b h2{
    padding: 12px 0px;
    color: #dcdcdc;
    /* margin: 10px ; */
    font-weight: 700;
font-size: 25px;
    letter-spacing: 4;
  
}
.main .about .l_ab .div_b{
    display: flex;
    justify-content: center;
    gap:100px;
}
.main .about .l_ab .div_b .div_b1{
    padding: 10px;
    width: 35%;
}
.main .about .l_ab .div_b .div_b1 .db{
    background: #ffba00;
    padding: 1px;
    width: 100%;
}

.main .about .l_ab .div_b .div_b1 p{
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
    word-spacing: 1px;
    line-height: 15px;
    color: #ffffff;
    padding: 0px 0px 40px 0px;
}
.main .about .l_ab p{
    padding: 20px 10px 30px 10px;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    word-spacing: 1px;
    line-height: 25px;
    color: #ffffff;
}

.main .about .r_ab{
    /* border: 1px solid darkblue; */
    width: 35%;
    padding: 10px;
    margin: 20px 30px;
}
.main .about .r_ab img{
    height: 450px;
    width: 80%;
    border-radius: 20px 20px;
    margin: 70px 30px;
}




.benner .heding{
    color: #ffba00;
font-family: cursive;
    text-align: center;
    /* position: absolute; */
    padding: 0px 10px 40px 10px;
}

.benner{
/* width:100%;
height:100%; */
background: #0c0d0e;
/* padding: 30px 0px; */
position: relative;
/* padding: 40px 0px; */
}


.shapa{
    display: flex;
    justify-content: end;
position: absolute;
right: 0;
/* bottom: 20px; */
}
.shapa img{
    height: 250px;
position: absolute;
bottom: 0px;
animation:s 3s ease-in-out infinite alternate;

}


/* .benner .shadow{
width:100%;
height:100%;
background:#d8dee4;
padding: 30px 0px;
position: absolute;
top: 0;

} */

@keyframes s{
  0% {
    transform:  translateX(0.9px);
  }
  100% {
    transform:  translateY(20px);
  }
}





.card-m img{
    animation:sr 3s ease-in-out infinite alternate;
}







@keyframes sr{
  0% {
    transform:  translateY(20px);
  }
  100% {
    transform:  translateY(0.9px);
  }
}


.main_card{
    display: flex;
    justify-content: center;
    margin: 0px 30px;
    /* gap: 0px; */
    /* border: 1px solid red; */
}

.main_card .card1{
    position: relative;
     padding: 20px;
     width: 20%;
     height: 300px;
}
.main_card .card1 img{
    position: absolute;
    margin: 0px 50px;
    z-index: 999;
}


.main_card .card1 .cs{
    position: absolute;
   top: 26px;
    left: 26px;
}
.main_card .card1 .ci{
    position: absolute;
 animation:ci 3s linear infinite;

   
}



  

@keyframes ci{
  0% {
  transform: rotate(0deg);
  }
  100% {
     transform: rotate(180deg);
  }
}
.main_card .card1 .bre{
background: #fbfaf7;
border-radius: 20px 20px;
/* padding: 20px; */
height: 250px;
top: 100px;
width:  83%;
/* z-index: -1; */
color: #010f1c;
position: absolute;
}
.main_card .card1 .bre h3{
    position: absolute;
    top:115px;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 600;
    left: 41px;
}

.main_card .card1 .bre .text{
    position: absolute;
    top: 150px;
    padding: 0px 15px;
    left: 30px;
    font-family: sans-serif;
    font-size: 16px;
    letter-spacing: 0.8px;
    word-spacing: 2px;
    font-weight: 300;
}
.main_card .card1 .bre h6{
    position: absolute;
    top: 180px;
    padding: 5px 35px;
    color: #eb0029;
    left: 50px;
    font-family: sans-serif;
    font-size: 25px;
    font-weight: 200;
}
/* .artical{
width:100%;
height:50%;
display:flex;
justify-content: center;
gap: 60px;
flex-wrap: wrap;
}
.s1{
width:250px;
margin:30px 0px;
border-radius:20px 20px;
   box-shadow:inset 1px 2px 10px 3px rgba(145, 145, 210, 0.59);
background: #f5ecd9;
transform: 0.5s;
}

.s1  img{
height:200px;
width:200px;
padding:0px 25px;
object-fit:cover;
animation:s 3s ease-in-out infinite alternate;
}


@keyframes s{
  0% {
    transform: scale(0.9) translateY(18px);
  }
  100% {
    transform: scale(1) translateY(0.9px);
  }
}
.ph {

color:rgb(171, 9, 9);
font-size:20px;
padding: 3px 10px 0px 10px;
margin: 5px 10px;
text-align: center;
}
.ph del{
padding: 15px;
}

.pm {
color:#0c0d0e;
font-size:20px;
text-align: center;
    padding: 2px 0px 6px 0px;
}


.btn{

height:25px;
width:100px;
border-radius: 10px 0px 10px 0px;
color:black;
    background:hsl(96, 73%, 53%);
margin: 0px 60px;
padding:8px 0px 0px 20px;

}
.btn a{

text-decoration:none;
color:white;
}
.ss{
border-radius:0px 0px 20px 20px;
background:#eeb403;
padding: 10px 5px;
 border-top: 1px solid rgba(53, 52, 51, 0.84);
margin: 5px 0px 0px 0px;       
} */


  

.main_menu .heding{
    color: #ffba00;
font-family: cursive;
    text-align: center;
    /* position: absolute; */
    padding:  10px;

}
.main_menu .heding h1{
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 60px;
}


.main_menu  .line{


  width: 250px;
    height: 5px;
    background: #eb0029;
    border-radius: 26px;
    margin: auto;
    margin-bottom: 50px;
    /* margin-top: 5px; */


}

.main_menu .menu_car{
    display: flex;
    justify-content: center;
    gap: 25px;
/* border: 1px solid red; */
padding: 10px;
}


.main_menu .menu_car .menu_car1{
      text-transform: capitalize;
    background-color: #fff;
    padding: 30px;
    color: black;
    width: 120px;
    height: 120px;
    border-radius: 11px;
    border: 5px solid #e4e4e4;
    font-size: 22px;
    margin-left: 20px;
    text-align: center;
    transition: 0.5s;
    cursor: pointer;
}
.main_menu .menu_car .menu_car1:hover img{
        transform: rotate3d(1, 1, 1, 360deg);

}

.main_menu .menu_car .menu_car1 img{
    /* display: grid;
    place-content: center; */
           transition: .5s ease-in-out;
 
    height: 90px;
}



.main_menu .menu_car .menu_car1 h3{
    color:#000000;
    font-family:" fredoka one";
}



#con2,#con3,#con4{
    display: none;
}



/* body {
  font-family: 'Poppins', sans-serif;
  background-color: #f5f8fc;
  margin: 0;
  padding: 40px;
  color: #333;
} */
#con1{
    display: none;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding: 40px 60px;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.menu-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding: 60px 60px;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}


.image-section{
  max-width: 500px;
  position: absolute;
  left: 175px;
  z-index: 869699;
}

.image-section img {
  border-radius: 10px;
}

.menu-section{
  max-width: 500px;
  position: absolute;
  top: 100px;
  right: 100px;
  

}

.image-section4{
  max-width: 700px;
  position: absolute;
  left: 180px;
  z-index: 869699;
  margin: 60px 0px;
}
.image-section3{
 max-width: 700px;
    position: absolute;
    left: 227px;
    z-index: 869699;
      margin: 40px 0px;

}
.image-section2{
  max-width: 500px;
  position: absolute;
  left: 130px;
  z-index: 869699;
    margin: 90px 0px;

}
.image-section1{
  max-width: 500px;
  position: absolute;
  left: 175px;
  z-index: 869699;
    margin: 50px 0px;

}

.image-section1 img {
  border-radius: 10px;
}
.dis1{
    width: 50%;
height: 650px;
position: relative;
left: 450px;
    
  
    background-color: rgb(245, 248, 253);
    
    right: 0px;
    border-radius: 30px;

}
.dis{
    width: 50%;
height: 650px;
position: relative;
left: 100px;
    
  
    background-color: rgb(245, 248, 253);
    
    right: 0px;
    border-radius: 30px;

}
.menu-section h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  padding: 20px;
}

.menu-info h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
}

.menu-info p {
  font-size: 0.95rem;
  color: #666;
  margin: 3px 0 0;
}

.price {
  font-weight: 700;
  color: #ff2d55;
  font-size: 1.1rem;
  min-width: 60px;
  text-align: right;
}

.hr {
  border: none;
  border-top: 3px dotted #ccc;
  margin: 12px 0;
}


.contact{
    display: flex;
    /* justify-content: center; */
    /* padding: 20px; */
    gap: 200px;
    margin: 100px 0px;
    
}


.contact .contact1{
    width:28%;
    display: flex;
    justify-content: start;
    background-image: url(cons.png);
    object-fit: cover;
    height: 550px;
    position: relative;
    top: 60px;
}
.contact .contact1 img{
    height: 400px;
padding: 10px 5px;
animation: img 10s infinite linear;
position: absolute;
top: 80px;
left: 100px;
}



@keyframes img{
  0% {
  transform: rotate(0deg);
  }
  100% {
     transform: rotate(360deg);
  }
}

.contact .contact2{
    width: 60%;
}


  .contact .contact2 .dis_es{
    height: 650px;
    background-color:#f1eeeef6;
    border-radius: 30px;
width: 76%;
}

  .contact .contact2 .dis_es h1{
    padding: 60px 0px 0px 40px;
        font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 50px;
    text-transform: capitalize;
    /* margin-bottom: 25px; */
  }
.contact .contact2 .dis_es  .line{


  width: 100px;
    height: 5px;
    background:#fc791a;
    border-radius: 26px;
    /* margin-bottom: 50px; */
    margin:0px 0px 20px 80px;


}
.contact .contact2 .dis_es .input_1{
flex: 0 0 auto;
        width: 100%;
        display: flex;
}

  .contact .contact2 .dis_es .input_1 input{
    width: 39%;
    padding: 15px 20px;
    border-radius: 8px;
    border: 1px solid #d4dcff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 5px 7px 20px 22px;
    outline: none;

}
   .contact .contact2 .dis_es .input_2 textarea{
        border-radius: 8px;
        width: 90%;
        margin: 8px 25px;
    margin-bottom: 25px;
        outline: none;
    box-shadow: none;
    /* background-color: #f8f9fa; */
    border-color: #d4dcff;
    padding: 10px;
    font-size: 1rem;
    height: 150px;
}
.contact .contact2 .dis_es .reviewe{
    display: flex;
    /* justify-content: center; */
    gap: 10px;
    padding: 10px;
    margin: 10px 20px;
}
.contact .contact2 .dis_es .reviewe .re_b{
    border: 1px solid #ffba00;
    /* background: black; */
    height: 10px;
    width: 10px;
    padding: 5px;
}
.contact .contact2 .dis_es .reviewe span{
    font-size: 18px;
    color: #666;
    font-weight: 500;
}
.contact .contact2 .dis_es .but{
    display: flex;
    justify-content: center;
    padding: 10px;
    margin: 10px;
    gap: 5px;
    color:#d4dcff;

       
/* width: 15%; */
}
.contact .contact2 .dis_es .but .but1{
     background: #fc791a;
border-radius: 5px;
border: 1px solid #fc791a;
padding: 14px 5px;

}

.contact .contact2 .dis_es .but .but1 button{
    border: none;
    outline: none;
            background: #fc791a;
color:#d4dcff;
text-transform: uppercase;
font-size: 18px;

}

.contact .chili1{
  display: flex;
  justify-content: end;
  animation:es 3s ease-in-out infinite alternate;
  position: relative;
  right: 20px;
  top: -250px;
 /* bottom: 20px; */

}
.contact .chili1 img{
    /* padding: 5px 50px; */
    height: 270px;
    position: absolute;
    right: 0;
    top: 0;
}

@keyframes es {
  0% {
    transform: rotate(15deg) translateY(5px);
  }
  100% {
    transform: rotate(25deg) translateY(-5px);

  }
}



 .footer_top{
padding: 20px;
width:75%;
position: absolute;
    background: #fc791a;
z-index: 55;
display: flex;
justify-content: space-evenly;
align-items: center;
right: 10%;
border-radius: 20px 20px;

}
 .footer_top .foot_top1{

    width: 25%;
/* padding: 50px; */
align-items: center;
    display: flex;
    justify-content:space-between;
}
 .footer_top .foot_top1 .ioc{
 width: 11%;
padding: 10px;
height: 24px;
    border-radius: 50%;
 background: rgba(0, 0, 0, 0.675);
    font-size: 18px;
display: grid;
place-content: center;
color: white;

}

.footer_top .foot_top1 .pp{
width: 90%;
color: white;
font-size: 18px;
font-family: sans-serif;
padding:16px;

}
 .footer_top .foot_top2{
  width: 20%;
/* padding: 50px; */
align-items: center;
    display: flex;
    justify-content:space-between;

}
 .footer_top .foot_top3{
   width: 20%;
/* padding: 50px; */
align-items: center;
    display: flex;
    justify-content:space-between;


}
.footer_d{
    background: #010f1c;
    position: relative;
    padding: 10px;
    height: 400px;
    top: 50px;
}
.footer_d .foot_m{
    display: flex;
    padding: 10px;
    position: absolute;
    top: 100px;
    left: 85px;
}

.footer_d .foot_m .foot_1{
    width: 25%;
}

.footer_d .foot_m .foot_1 .top{
    padding: 5px;
    /* margin: 10px; */
    display: flex;
    gap: 2px;
}
.footer_d .foot_m .foot_1 .top span{
    font-size: 30px;
    color: #dcdcdc;
    padding: 7px;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.footer_d .foot_m .foot_1 .top  span font{
    color: #ffba00;
}
.footer_d .foot_m .foot_1 .top img{
    height: 50px;
    
}
.footer_d .foot_m .foot_1 p{
color: #d8d8d9;
  padding:10px;
    font-size: 18px;
    font-family: "Oswald";
    font-weight: 400;
    letter-spacing: 1px;
    word-spacing: 1px;
    line-height: 27px;
    /* width: 100%; */
}
.footer_d .foot_m .foot_1 .io{
        display: flex;
        /* justify-content: space-evenly; */
        align-items: center;
        gap: 10px;
    }
    .footer_d .foot_m .foot_1 .lo{
 /* width: 8%; */
padding: 10px;
/* height: 23px; */
    /* border-radius: 50%; */
border: 1px solid #d8d8d983;
    font-size: 15px;
display: grid;
place-content: center;
color: white;
margin: 5px;
    }


.footer_d .foot_m .foot_1 h1{
    color: #d8d8d9;
}
.footer_d .foot_m .foot_1 .br{
    display: flex;
    gap: 10px;
    padding: 15px 10px;
}
.footer_d .foot_m .foot_1 .br .b{
    padding: 1px;
    width: 40px;
background:#fc791a;
}
.footer_d .foot_m .foot_1 .br .r{
    padding: 1px;
    width: 60px;
background: #d8d8d9;
}
.footer_d .foot_m .foot_1 ul{
    list-style: none;
    padding: 10px 0px;
}
.footer_d .foot_m .foot_1 ul li{
    color: #d8d8d9;
    padding: 7px 0px;
    font-family: "Oswald";
    font-size: 18px;
    transition: 0.5s;
    width: 70%;
    cursor: pointer;
}
.footer_d .foot_m .foot_1 ul li:hover{
    color: #eb0029;
    transform: translateX(5px);
}

.footer_d .foot_m .foot_1 ul i{
    padding: 5px;
}
.footer_d .foot_m .foot_1 ul li font{
color:#fc791a;
}
.footer_d .foot_m .foot_1 .in_i{
    display: flex;
width: 70%;
/* justify-content: space-between; */
border: 1px solid darkblue;
gap: 20px;
padding: 5px;
background: #dcdcdc;
border-radius: 10px 10px;
}
.footer_d .foot_m .foot_1 .in_i input{
    padding: 5px;
    /* font-size: 15px; */
    border: none;
background: #dcdcdc;
    outline: none;
}
.footer_d .foot_m .foot_1 .in_i input::placeholder{
    color: #010f1c;
}

.footer_d .foot_m .foot_1 .in_i i{
    background: #fc791a;
    padding: 15px;
    border-radius: 10px 10px;
            color:#d8d8d9;

}

.footer_d .foot_m .foot_1 .chk{
margin: 10px 0px;
padding: 10px;
    font-size: 20px;
    color:#d8d8d9;
}

.footer_d .foot_m .foot_1 .chk span a{
    color: #d8d8d9;
    transition: 0.5s;
}
.footer_d .foot_m .foot_1 .chk span a:hover{
    color: #eb0029;
}
