
    body {
        font-family: sans-serif;
        margin: 0;
        overflow-x: hidden;
        font-family: "Work Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: weight;
        font-style: normal;
    }

:root {
    --main-color: #cf4e26;
    --main-font: mv boli;
}
*::selection{
   color:var(--white);
   background-color: var(--main-color);
}

::-webkit-scrollbar{
   width: 1rem;
   height: .5rem;
}

::-webkit-scrollbar-track{
  background-color: none;
}

::-webkit-scrollbar-thumb{
   background-color: var(--main-color);
}

html {
    scroll-behavior: smooth;
}


#pre-loader{
    background: #000 url(image/preloader4.gif) no-repeat center center;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
}

section {
    width: 100%;
    height: 100vh;
    position: relative;
}

section nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    right: 0;
    left: 0;
    background: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: 1000;
}

section nav #logoimage{
    width: 6.1%;
    height: 147%;
    top: -29%;
    left: 6%;
    position: absolute;
}

section nav .logo img{
    width: 100%;
    height: 100%;
}
section nav .logo h1 {
    width: 100px;
    height: 4vh;
    cursor: pointer;
    margin: 15px 0 25px 0;
    font-size: 35px;
}

section nav .logo h1 span {
    color: #cf4e26;
    margin-left: 5px;
    font-weight: 1500;
    font-family: mv boli;
}

section nav ul {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0  ;
}

section nav ul li a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

section nav ul li a::after {
    content: '';
    width: 0;
    height: 2px;
    background: #cf4e26;
    display: block;
    transition: 0.2s linear;
}

section nav ul li a:hover::after {
    width: 100%;
}

section nav ul li a:hover {
    color: #cf4e26;
}

section #active {
    position: absolute;
    top: 23%;
    border: 1px solid;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: white;
    color: black;
    transition: all 0.6s;
    font-weight: 500;
}
section #active::after{
    height: 0px;
}
section #active:hover {
    transform: scale(1.1);
}

section nav .icon i {
    font-size: 18px;
    color: #000;
    margin: 0 5px;
    cursor: pointer;
    transition: 0.3s;
}

section nav .icon i:hover {
    color: #fac031;
}

section .menu-icon{
    font-size: 24px;
    display: none;
}






.nav-links a {
    color: black;
}

.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 25px;
    height: 20px;
    cursor: pointer;
    padding: 5px;
    display: none;
}

.bar1, .bar2, .bar3 {
    width: 100%;
    height: 3px;
    background-color: black;
    transition: 0.4s;
}









#change1{
    margin-top: 20%;
}

#change2{
    margin-left: 2.5%;
    margin-top: 15%;
}
#change3{

  /* margin-top: -7%;
    margin-left: -14%;
    width: 140%; */

}
.main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 110px 50px 50px;
    height: calc(100vh - 100px);
}

.slideshow-container {
    width: 55%;
    height: 80%;
    position: relative;
    top: 0%;
    right: -11.5%;
}

.mySlides {
    display: none;
    width: 75%;
}

.mySlides img {
    width: 100%;
    object-fit: cover;
}

#mySlides{
    height: 190%;
    margin-top: 11%;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 55%;
    left:-5%;
    text-align: center;
    width: 20px;
    height: 20px;
    padding: 8px 8px;
    margin-top: -22px;
    color: black;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    user-select: none;
}

.next {
    left: 78%;
}



.dots-container {
    text-align: center;
    position: absolute;
    bottom: 98px;
    left: 54%;
    right: 0;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.fade {
    animation: fadeEffect 1.5s;
}

@keyframes fadeEffect {
    from { opacity: 0.4; }
    to { opacity: 1; }
}

.active, .dot:hover {
    background-color: #717171;
}

/* .search_box {
    position: absolute;
    top: -4%;
    left: 23.5%;
    width: 700px;
    margin: 200px auto 0;
    border-radius: 5px;
    background-color: whitesmoke;
    border: 2px solid whitesmoke;
}
.search_line{
    display: inline-block;
    position: absolute;
    top: 32%;
    height: 2px;
    width: 700px;
    background-color: var(--main-color);
}
.row{
    display: flex;
    justify-content: space-between;
    padding: 0 20px 0 0;
}
.row button{
    background: transparent;
    border: none;
    font-size: 20px;
}

.row input{
    flex: 1;
    height: 25px;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 18px;
    color: #333;
    padding: 8px 25px;
}
.results li{
    list-style-type: none;
    padding: 10px 0;
    cursor: pointer;
    transition: all 0.4s;
}
.results li:hover{
    background-color: #e9f3ff;
}
.results li i{
    margin-left: -2%;
} */

.new_chef{
    position: absolute;
    top: 8%;
}
.new_chefs{
    width: 400px;
    position: absolute;
    top: 8%;
    left: 3%;
}
.new_chefs img{
    width: 100%;
}

.serving{
    position: absolute;
    top: 59%;
    left: 12%;
    font-size: 20px;    
    text-transform: capitalize;
    font-family: var(--main-font);
}

.automatic_texture{
    padding: 7% 0 0 0;
    position: absolute;
    left: 30%;
    top: 8%;
    font-size: 30px;
    text-align: center;
    font-weight: 1500;
}

.automatic_texture h1{
    color: var(--main-color);
    font-weight: bolder;
    text-transform: uppercase;
    
}

.choose{
    display: none;
}
.men_text {
    width: 40%;
    padding: 30px 20px;
}

.men_text h1 {
    font-size: 60px;
    position: relative;
    top: 98px;
    left: 0px;
}
 .men_text h1 span{
    margin-left: 15px;
    color: #db1e1e;
    font-family: mv boli;
    line-height: 22px;
    font-size: 70px;
}

.men_text #orginal_para {
    font-size: 16px;
    line-height: 1.6;
}
#main_context{
    display: none;
}

.main_btn {
    border: 1px solid;
    padding: 12px 25px;
    border-radius: 10px;
    transition: all 0.6s;
    display: inline-block;
    cursor: pointer;

}

.main_btn:hover {
    box-shadow: 0px 0px 20px;
    transform: scale(1.1);
}

.main_btn a {
    color: black;
    margin-right: 5px;
    text-decoration: none;
}

.main_btn i {
    color: black;
    transition: 0.3s;
}

.main_btn:hover i {
    transform: translateX(7px);
}



/*About*/

.about{
    width: 100%;
    height: 100vh;
    padding: 0% 0;
}

.about .about_main{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.about .about_main .image img{
    width: 800px;
    position: relative;
    top: 170px;
    border-radius: 20px;
    mix-blend-mode: multiply;
}

.about .about_main .about_text h1 span{
    color: #db1e1e;
    margin-right: 15px;
    font-family: mv boli;
}

.about .about_main .about_text h1{
    font-size: 55px;
    position: relative;
    bottom: -190px;
    z-index: 0;
}

.about .about_main .about_text h3{
    font-size: 30px;
    position: absolute;
    top: 125.8%;
}

.about .about_main .about_text p{
    width: 650px;
    text-align: justify;
    margin-right: 28px;
    margin-top: 35%;
    line-height: 22px;
}

.about .about_btn{
    background: #fac031;
    padding: 12px 25px;
    text-decoration: none;
    color: #fff;
    position: absolute;
    left: 58.7%;
    bottom: 30px;
}
.highlights{
    display: flex;
    justify-content: right;    
    align-items: center;
    margin-right: 13.3%;
    margin-top: 2%;
}
.highlights i{
    padding:  0.8%;
    margin-right: 2%;
    border: 1px solid ;
    border-radius: 10px;
    transition: 0.3s;
}
.highlights i:hover{
    transform: translateY(-40%);
}
.highlights i a{
    text-decoration: none;
    color: black;
    font-weight: lighter;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.new_image img{
    height: 40vh;
    width: 25%;
    position: absolute;
    top: 111%;
    right: 1%;
    border-radius: 10px;
}

.read_more{
    position: absolute;
    left: 57.5%;
    top: 163%;
    transition: all 0.7s;
}
.read_more a{
    padding: 12px 25px;
    cursor: pointer;
    font-weight: lighter;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    transition: all 0.7s;
}
.read_more:hover{
    transform: translateX(10px);
}



/*Menu*/

.menu{
    width: 100%;
    position: absolute;
    top: 200%;
    padding: 0;
}

.menu h1{
    font-size: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.menu h1 span{
    color: #cf4e26;
    margin-left: 15px;
    font-family: mv boli;
}

.menu h1 span::after{
    content: '';
    width: 100%;
    height: 2px;
    background: var(--main-color);
    display: block;
    position: relative;
    bottom: 15px;
}

.menu .menu_box{
    width: 95%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
    grid-row-gap: 40px;
}
.menu_card:hover{
    transform: scale(1.1);
}

.menu .menu_box .menu_card{
    width: 325px;
    height: 430px;
    padding-top: 10px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    transition: 0.7s ease-in-out;
}

.menu .menu_box .menu_card .menu_image{
    width: 300px;
    height: 245px;
    margin: 0 auto;
    overflow: hidden;
}

.menu .menu_box .menu_card .menu_image img{
    width: 100%;
    height: 100%;
    object-position: center;
    transition: 0.3s;
}

.menu .menu_box .menu_card .menu_image:hover img{
    transform: scale(1.1);
}

.menu .menu_box .menu_card .small_card{
    width: 45px;
    height: 45px;
    float: right;
    position: relative;
    top: -240px;
    right: -8px;
    opacity: 0;
    border-radius: 7px;
    transition: 0.3s;
}

.menu .menu_box .menu_card:hover .small_card{
    position: relative;
    top: -240px;
    right: 20px;
    opacity: 1;
}

.menu .menu_box .menu_card .small_card i{
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 50px;
    color: #000;
    cursor: pointer;
    text-shadow: 0 0 6px #000;
    transition: 0.2s;
}

.menu .menu_box .menu_card .small_card i:hover{
    color: var(--main-color);
}

.menu .menu_box .menu_card .menu_info h2{
    width: 60%;
    text-align: center;
    margin: 10px auto 10px auto;
    font-size: 25px;
    color: var(--main-color);
}

.menu .menu_box .menu_card .menu_info p{
    text-align: center;
    margin-top: 8px;
    line-height: 21px;
}

.menu .menu_box .menu_card .menu_info h3{
    text-align: center;
    margin-top: 10px;
}

.menu .menu_box .menu_card .menu_info .menu_icon{
    color: var(--main-color);
    text-align: center;
    margin: 10px 0 10px 0;
}

.menu .menu_box .menu_card .menu_info .menu_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    background: #000;
    padding: 8px 10px;
    margin: 0 80px;
    transition: 0.3s;
}

.seemore_btn a{
    text-decoration: none;
    color: black;
    padding: 10px 20px;
    border: 1px solid;
    border-radius: 10px;
    transition: 0.6s ease-in-out;
}
.seemore_btn{
   text-align: center;
   margin-top: 4%;
   font-weight: lighter;
   font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.seemore_btn a:hover{
   box-shadow: 0px 0px 20px ;
   transform: scale(1.1);
   background-color:rgb(255, 255, 0);
}







/* Blog Page */


.up_content{
    padding: 100% 0 0% 0;
}
.up_content h3{
    max-width: fit-content;
    margin-inline: auto;
    margin-bottom: 1rem;
    padding: 0.5rem 2rem;
    font-size: 1.5rem;
    font-weight: 400;
    font-family: "Bebas Neue", sans-serif;
    color: #42200b;
    background-color: #ffc135;
}

.up_content h2{
  font-size: 3rem;
  font-weight: 500;
  font-family: "Alfa Slab One", serif;
  color: #42200b;
  text-align: center;
  line-height: 3.75rem;
  text-shadow: 2px 2px #ffc135;
}

.up_content p{
  font-weight: 500;
  color: #212529;
  line-height: 1.75rem;
  text-align: center;
}


.container_images{
    padding: 3% 0%;
    display: flex;
    gap: 2%;
}
.second_image img{
    max-width: 44%;
}
.second_image{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.first_image img{
    width: 100%;    
    height: 75vh;
}
.first_image{
    width: 260%;
    margin-left: 5%;
}

.visit_menu_btn a{
    padding: 16px 28px;
    border: 1px solid;
    text-decoration: none;
    color: black;
    background-color: white;
    z-index: 100;
}
.visit_menu_btn{
    margin-top: 4%;
    text-align: center;
}
.visit_menu_btn i{
    transition: all 0.7s;
    margin-left: 3px;
}
.visit_menu_btn:hover i{
    transform: translateX(10px);
}




/*fade Imgae*/




.fade_image{
    width: 80%;
    height: 50vh;
    padding: 5% 10%;
    position: relative;
    font-family: "Work Sans", sans-serif;
}
.fade_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(60%);
}
.fade_image_content{
    position: absolute;
    top: 40%;
    left: 30%;
    color: white;
    text-align: center;
}
.fade_image_content h3{
    font-size: 29px;
}
.visit_menu_btn123 a{
    padding: 16px 28px;
    border: 1px solid whitesmoke;
    text-decoration: none;
    color: white;
    background-color: transparent;
    z-index: 100;
    border-radius: 10px;
    box-shadow: 0px 0px 5px ;
}
.visit_menu_btn123{
    margin-top: 6%;
}
.visit_menu_btn123 i{
    transition: all 0.7s;
    margin-left: 3px;
}
.visit_menu_btn123:hover i{
    transform: translateX(10px);
}

.arrows12{
    position: absolute;
    top: 52%;
    left: 14%;
    color: white;
}
.arrows12 i{
    padding: 10px;
    border: 1px solid white;
    cursor: pointer;
}
#right125{
    left: 4110%;
    position: absolute;
}











/*Review*/

.reviewsection1{
    padding: 7% 7%;
  }
  

#h1{
    font-size: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8%;
}

 #h1 span{
    margin-left: 15px;
    color: var(--main-color);
    font-family: mv boli;
}

 #h1 span::after{
    content: '';
    width: 100%;
    height: 2px;
    background: var(--main-color);
    position: relative;
    bottom: 15px;
    display: block;
}
  .reviewboxes1{
    display: flex;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
   
  }
  .reviewcard1{
    border: 1px solid;
    padding: 1% 3%;
    border-radius: 20px;
    background-color: whitesmoke;
    cursor: pointer;
    transition: all 0.7s;
  }
  .reviewcard1:hover{
    transform: scale(1.1);
  }
  .review_profile_man{
    display: flex;
    align-items: center;
    gap: 20px;
    line-height: 0.4;
  }
  .review_profile{
    width: 22%;
    height: 6vh;
  }
  .review_profile img{
    width: 100%;
    height: 150%;
    border-radius: 50%;
    object-fit: cover;
  }
  .review_para p{
    max-width: 400px;
    padding: 4% 0 4% 0;
    font-size: 18px;
    text-align: justify;
  }










/* Special_content */


.special_content{
    text-align: center;
    padding: 2% 0 0 0;
}
.special_content p{
    line-height: 1.8;
    font-size: 18px;
}
.special_content h3{
    font-size: 26px;
}
.special_content h4{
    font-size: 20px;
}
.visit_menu_btn2 a{
    padding: 16px 28px;
    border: 1px solid;
    text-decoration: none;
    color: black;
    background-color: white;
    z-index: 100;
}
.visit_menu_btn2{
    margin-top: 4%;
    text-align: center;
}
.visit_menu_btn2 i{
    transition: all 0.7s;
    margin-left: 3px;
}
.visit_menu_btn2:hover i{
    transform: translateX(10px);
}
























/* 
Footer */

.footer_part{
    text-align: center;
    margin-top: 5%;
    border-top: 1px solid;
}
.footer_part h1{
    font-size: 26px;
    color: var(--main-color);
    font-family: var(--main-font);
}
.footer_part h1 span{
    color: black;
}
.footer_part #footer_content{
   font-size: 17px;
   line-height: 1.8;
   padding: 1% 0;
   max-width: 1600px;
   margin-left: 10%;
}
.footer_icons{
    display: flex;
    gap: 20px;
    justify-content: center;
}
.footer_icons a{
    font-size: 23px;
    color: black;
    transition: all 0.4s;
}
.footer_icons a:hover{
    color: var(--main-color);
}
#active{
    color: var(--main-color);
}
#iam{
    text-transform: uppercase;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 2%;
    text-align: right;
}




@media (max-width:1629px) {

    .up_content{
        margin-top: 15%;
    }

    .fade_image_content{
        left: 25%;
    }
    
}



@media (max-width: 1536px){



    .men_text {
        width: 40%;
        padding: 30px 20px; 
    }
    
    .men_text h1 {
        top: 78px;
        left: 0px;
        font-size: 50px;
        line-height: 1;
    }
     .men_text h1 span{
        margin-left: 15px;
        color: #db1e1e;
        font-family: mv boli;
        font-size: 50px;
    }
    
    .men_text #orginal_para {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: -18%;
    }
    #main_context{
        display: none;
    }
    
    .main_btn {
        border: 1px solid;
        padding: 12px 25px;
        border-radius: 10px;
        transition: all 0.6s;
        display: inline-block;
        cursor: pointer;
        margin-bottom: -6.5%;
    
    }
    .serving{
        top: 65%;
    }
    .dots-container{
        bottom: 78px;
        left: 51%;
    }

    .automatic_texture{
        margin-top: -2%;
    }


   .prev, .next{
    top: 70%;
   }

   #change1{
    width: 120%;
    margin-left: 1%;
    margin-top: 20.5%;
    width: 90%;
   }

   #change3{
    margin-left: -0;
   }


   .menu{
    padding-left: 1.2%;
   }


    .up_content{
        margin-top: 20%;
    }





}

@media (max-width:1366px) {

    .men_text h1{
        font-size: 40px;
    }
    .men_text h1 span{
        font-size: 40px;
    }
    .men_text #orginal_para {
        font-size: 12px;
        line-height: 1.6;
        margin-bottom: -18%;
    }
    .serving{
        font-size: 18px;
        margin-top: 2%;
    }
    .new_chefs #shu{
        width: 90%;
    }
    .dots-container{
        bottom: 5%;
    }
    .automatic_texture{
        font-size: 25px;
        left: 32%;
    }






   


    .about_main{
        padding: 0%;
    }

    .about_text h1{
        margin-top: 15%;

    }
    .about_text h3{
        margin-top: 13%;

    }
    .about_text #pan{
        font-size: 14px;
    }
    .about_main{
        gap: 50px;
    }
    .about .about_main .image img{
        width: 650px;
    }
    .read_more{
        top: 194%;
        left: 50%;
    }




    .menu{
      margin-top: 12%;
      left: -2.7%;
    }



    .up_content{
        margin-top: 42%;
    }



    .fade_image_content{
        left: 20%;
        top: 37%;
    }


    #footer_content{
        margin-right: 15%;
    }
}


@media (max-width:768px) {


    *{
        box-sizing: border-box;
    }

    body,html {
        overflow-x: hidden;
        margin: 0;
        padding: 0;
    }
    
    section nav ul {
        display: none;
        flex-direction: column;
        width: 100%; /* Changed from 89.5% to 100% */
        background: #333;
        position: absolute;
        top: 40px;
        left: 0;
        height: 100vh;
    }

    section nav ul li a {
        color: white;
    }

    section .icon {
        display: none;
    }

    section nav {
        display: flex;
        justify-content: none;
        gap: 20%;
        width: 100%; /* Changed from 89.5% to 100% */
    }

    section #active {
        position: absolute;
        top: 51%;
        border: none;
        padding: 0;
        border-radius: 0;
        background-color: transparent;
        color: white;
        transition: all 0.6s;
    }

    section nav #logoimage {
        width: 24%;
        height: 145%;
        top: -29%;
        left: 0; /* Changed from left: -1% to left: 0% */
        position: absolute;
    }

    section nav .logo h1 {
        width: 100px;
        height: 4vh;
        cursor: pointer;
        margin: 25px 0 25px 50px;
        font-size: 27px;
    }

    section nav .logo #spanman {
        color: #cf4e26;
        margin-left: 5px;
        font-weight: 1500;
        margin-top: 35px;
    }

    section nav .logo #spanman2{
        font-family: cursive;
        text-shadow: 2px px 0px red;
    }

    section nav ul.show {
        display: flex;
    }

    section .menu-icon {
        display: block;
    }
    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        background-color: #333;
        width: 100%;
        padding: 1rem 2rem;
        flex-direction: column;
        align-items: flex-start;
    }
    .nav-links a{
        color: white;
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links li {
        margin: 1rem 0;
    }
    .hamburger{
        display: block;
        display: flex;
         flex-direction: column;
        justify-content: space-around;
    width: 35px;
    height: 30px;
    cursor: pointer;
    padding: 5px;
    }

    .hamburger.active .bar1 {
        transform: rotate(-45deg) translate(-8px, 9px);
    }

    .hamburger.active .bar2 {
        opacity: 0;
    }

    .hamburger.active .bar3 {
        transform: rotate(45deg);
    }








    .new_chef img{
        width: 90%;
        margin-left: 5% ;
        margin-top: 5%;
    }
    .new_chefs #shu{
        margin-left: 5%;
        width: 80%;
    }
    .main .men_text p{
        position: absolute;
        top: 50%;
        left: 2%;
        font-size: 8px;
        padding: 0 10px  0 0;
        
    }
    .serving{
        display: none;
    }
    .main .men_text p span{
        display: block;
        font-size: 100px;
    }
    .main .men_text #orginal_para{
        font-size: 12px;
        text-align: justify;
        position: absolute;
        top: 57%;
        left: 5%;
        display: non
    }
    .main .men_text h1{
        font-size: 30px;
        position: absolute;
        top: 25%;
        left: 19%;
        display: none;
        text-align: justify;
    }
    .main .men_text span{
        position: absolute;
        font-size: 30px;
        bottom: 60%;
   
    }
    .main .men_text .main_btn{
        margin-bottom: -17%;
        margin-left: -17%;
    }

    .main_btn:hover {
        box-shadow: none;
        transform: none;
    }

    .highlights:hover{
        transform: none;
    }


    .men_text #main_context{
        display: block;
    }
    .slideshow-container .mySlides{
        position: absolute;
        top: 10%;
        right: 38%;
        width: 100%;    
    }

    .choose{
        display: block;
        position: absolute;
        top: 27%;
        left: 20%;
        font-size: 1.2rem;
  font-weight: 500;
  font-family: "Alfa Slab One", serif;
  color: #42200b;
  text-shadow: 2px 2px white;
  text-align: center;
    }

    #change1{
        margin-left: 16%;
        margin-top: 20%;
    }
    #change2{
        margin-left: -10%;
        margin-top: 0%;
    }
    #change3{
        margin-left: 17%;
        
    }
    #change4{
        margin-left: 25%;
        
    }
    #change5{
        margin-left: 27%;
        
    }
    #change6t{
        margin-left: 27%;
    
    }

    .prev, .next{
        top: 66%;
        left: 34%;

    }
    .slideshow-container #change1{
        margin-right: -37%;

    }
    .slideshow-container #change2{
        position: absolute;
        left: 2%;
        margin-top: 18%;
    }
    .slideshow-container #change3{
        position: absolute;
        left: 12%;
        margin-top: -3%;
    }

    .dots-container .dot{
        display: none;
    }
   
    
    .next {
        left: 42%;
    }

    .automatic_texture{
        font-size: 15px;
        top: 10%;
        text-align: center;
        left: 9%;
    }


    







    


    .main {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .slideshow-container, .men_text {
        width: 100%;
    }

    .about .about_main .image img{
        width: 96%;
    }
    .new_image{
        display: none;
    }
    .about{
        margin-left: 0%;
        margin-top: -40%;
    }
    .highlights{
        margin-right: 7%;
        margin-top: 8%;
    }
    .highlights i{
        padding:  12px 10px;
    }
    .highlights i a{
        font-size: 12px;
    }
    .highlights i:hover{
        transform: translateY(0%);
    }
    .read_more{
        top: 209.5%;
        left: 0%;
    }
    .read_more a{
        font-weight: bold;
    }
    .about .about_main{
        flex-direction: column;
    }
    .about .about_main .image img{
        width: 400px;
        position: relative;
        top: 220px;
        border-radius: 20px;
        mix-blend-mode: multiply;
    }
    
    .about .about_main .about_text h1{
        font-size: 38px;
        position: relative;
        bottom: 60%;
        margin-top: -45%;
        text-align: center;
    }
    
    .about .about_main .about_text h3{
        font-size: 24px;
        top: 144%;
        margin-left: 2.5%;
    }
    
    .about .about_main .about_text p{
        max-width: 350px;
        margin-left: 2.5%;
        font-size: 12px;
        margin-top: 95%;

    }
    
    
    















    .menu{
        padding: 25% 8.2%;
    }
    .menu .menu_box{
        grid-template-columns: 1fr;
    }
    .menu h1{
        margin-right: 7%;
    }
    .menu h1 span::after{
        bottom: 5px;
    }
    .menu .seemore_btn{
        margin-right: 0%;
        padding: 5% 0;
    }
    .seemore_btn a:hover{
        box-shadow: none ;
        transform: none;
        background-color: transparent;
     }

     .menu_card:hover{
        transform: none;
    }
    .menu .menu_box .menu_card .menu_image:hover img{
        transform: none;
    }











    .up_content{
        padding: 1550% 0 0 0;
    }

    .up_content p{
        font-size: 12px;
    }

    .container_images{
        flex-direction: column;
        align-items: start;
        gap: 35%;
    }
    .container_images .first_image img{
        width: auto;
        margin-left: -10%;
        height: 40vh;
        object-fit: cover;
    }
    .container_images .second_image{
        width: 138%;
        margin-left: -10%;
        gap: 5px;
        margin-top: 0.5%;
    }
    .container_images .second_image img{
        width: 100%;
    }

    .visit_menu_btn{
        margin-top: 10%;
    }







    
    .fade_image_content{
        top: 37%;
        left: 3%;
    }
    .fade_image_content h3{
        font-size: 20px;
    }
    .fade_image_content p{
        font-size: 12px;
        max-width: 350px;
        margin-left: 2.5%;
    }

    .fade_image{
        width: auto;
        padding: 0 2.5%;
    }

    .visit_menu_btn2 a{
        padding: 8px 14px;
    }

    .arrows12{
        display: none;
    }
    .next_container{
        margin-top: 10%;
    }





    




    
    #h1{
        padding: 8% 0;
        font-size: 43px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 8%;
        margin-left: 5%;
    }
    #h1 span::after{
        bottom: 4px;

    }

    .reviewboxes1{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 40px;
        flex-wrap: wrap;
        margin-left: 0%;
        margin-top: -15%;
      }

      .review_para p{
        font-size: 14px;
        text-align: justify;
        padding: 5% 0 0 0;
      }
      .review_content h1{
        font-size: 24px;
      }







    .special_content{
        text-align: center;
        padding: 5% 3% 0 0;
    }
    .special_content p{
        line-height: 1.5;
        font-size: 12px;
        margin-left: 3%;
    }
    .special_content h3{
        font-size: 26px;
    }
    .special_content h4{
        font-size: 13px;
        margin-left: 2%;
        padding: 2% 0;
    }
    .visit_menu_btn2{
        margin-top: 8%;
        margin-left: 2%;
    }





    .footer_part{
        margin-top: 10%;
    }

    .footer_part #footer_content{
       font-size: 12px;
       margin: 0;
       text-align: center;
       padding-bottom: 5%;
    }
    .footer_icons{
        font-size: 12px;
    }
    #iam{
        padding: 5% 0;
        font-size: 12px;
        text-align: center;
    }

    
}


@media (max-width:375px) {

    body,html{
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }

   
    .automatic_texture{
        top: 12%;
        left: 5%;
    }
    .prev,.next{
        top: 73%;
    }

    .main .men_text #orginal_para{
        font-size: 11px;
        text-align: justify;
        position: absolute;
        top: 55%;
        left: 5%;
    }
    .main .men_text h1{
        font-size: 30px;
        position: absolute;
        top: 25%;
        left: 19%;
        display: none;
        text-align: justify;
    }
    .main .men_text .main_btn{
        margin-bottom: -17%;
        margin-left: -17%;
    }
    







    .first_image{
        margin-left: 25%;
    }
    .first_image img{
        object-fit: contain;
    }
    .menu{
        margin-top: 85%;
        margin-left: 4.5%;
        padding: 0;
    }

    .up_content{
        margin-top: 250%;
    }
    
    section #active{
        margin-top: 22%;
    }

    .about .about_main .about_text h3{
        font-size: 24px;
        top: 158%;
        margin-left: 2.5%;
    }
    .read_more{
        top: 235.5%;
        left: -3%;
    }

    .highlights{
        margin-right: 0%;
        margin-top: 9%;
    }

}



