@media only screen and (max-width:780px){
    body,
    html{
    width: 100%;
    /* background-image: url(./img/bg2.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    /* background-color: red; */
    /* background-color: #fff7d6; */
    margin-left: 0;
}
/* sidebar */
nav{
    display: none;
}


/* logo */
.logo1{
    display: block;
    left: 300px;
    top: 10px;
    width: 60px;
    height: auto;
    /* border: 2px solid orangered; */
}

.sidebar {
    width: 250px; /* Adjust the width for smaller screens */
    display: flex;
}

.sidebtn {
    display: block; /* Ensure the button is visible on mobile */
    right: 0px; /* Adjust the button position */
    position: fixed;
    margin-top: 10px;
    color: orangered;
    width: 97%;
    z-index: 13;

}
.overlay img{
    width: 100px;
}

.long{
    display: block;
    width: 100%;
    height: 80px;
    background-color: #ffd814;
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
}

/* boby starts */

    /* -----header welcome------- */

    header{
        width: 100%;
        height: 590px;
        overflow: hidden;
        position: relative;
        /* background-color: red; */
    }
    header .welcome{
    position: relative;
    width: 100%;
    top: 30%;
    left: 5%;
    /* background-color: red; */
    transform: translate(-50%, -50%);
    /* z-index: 100; */

}
header .welcome h1{
    width: 50%;
    font-size: 1.3rem;
    text-transform:capitalize;
}
header .welcome p{
    font-size: 13px;
    width: 50%;
}
header .welcome .w-btn{
   width: 50%;
   margin-top: -40px;
   z-index: 10;
   }
  
header .welcome .w-btn a{
  padding: 5px 10px;
 }

/* swipper begins */

    .swiper-slide:nth-child(1),
    .swiper-slide:nth-child(2),
    .swiper-slide:nth-child(3),
    .swiper-slide:nth-child(4),
    .swiper-slide:nth-child(5),
    .swiper-slide:nth-child(6),
    .swiper-slide:nth-child(7),
    .swiper-slide:nth-child(8){
        width: 100%;
        height: 87%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        overflow: hidden;
    }
    /* swipper ends */


    /* special */
    .special{
        margin-top: -77px;
    }
    .submenu-cont{
        width: 100%;
        margin: 50px auto 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
         /* background-color: #ffd012; */

    }

    /* .subm .submenu img{
        width: 200px;
        height: 200px;
        display: block;
        margin: 0 auto 10px;
        border-radius: 50%;
        
    } */
    .special .section-sub1{
        width: 100%;
        display: flex;
        margin-top: 50px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .section-sub1 h1{
        display: block;
        width: 100%;
        text-align: center;
        font-size: 1.3rem;
        font-weight: 700;
        margin: 5px;
    }
    .section-sub1 p{
        display: block;
        width: 90%;
        text-align: center;
        margin: 0;
        font-size: 13px;
        text-align: left;
        font-weight: 400;
        line-height: 20px;
    }
    .submenu-cont .subm{
        width: 100%;
        height: 780px;
        margin: 0px 0px auto 0;
        display: grid;
        justify-content: center;
        /* background-color: orangered; */
        align-items: center;
    }
    .submenu-cont .subm .submenu{
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        
    }
    .submenu-cont .subm .submenu img{
        width: 220px;
        height: 220px;
        display: block;
        margin: 0 auto 20px ;
       
    }
    .subm .submenu button{
        position: absolute;
        top: 40px;
        right: -15px;
         }
         .subm .submenu p{
            margin: 0px auto 0;
            color: orangered;
         }
         .subm .submenu a{
            margin: 10px auto 0;
            width: 80px;
            padding:5px 5px;
            font-weight: 500;
            box-shadow: 1px 1px 1px rgba(0,0,0,.9);
        
            }
     /* boby ends */
    

    /* footer begins */


    .footer-cont{
        width: 100%;
        height: 820px;
        display: grid;
        grid-template-columns: 2fr 1fr;
        grid-template-rows:1fr 1fr;
        gap: 10px;
        margin-top: -50px;
        position: relative;
        
    
    }
    
    hr{
           margin: 0px auto 0;
           width: 60%;
        }
         
        footer{
            width: 100%;
        }

        footer .boxx p{
            font-size: 13px;
        }
        footer .boxx .copy{
            margin-left: 30px;
            
        }
    
        footer .boxx .terms a{
            font-size: 13px;
        }
        footer .boxx .terms{
            width: 400px;
            margin-right: 0;
            margin-left: 20px;
            
        }

        .footer-cont .items:nth-child(4) .icon{
            width: 100%;
            font-size: 10px;
            padding: 3px;
            margin-left: -15px;
        }

        .footer-cont .items:nth-child(4) h3{
            margin-left: -5px;
            font-weight: 900;
            font-size: 13px;
        }
        .footer-cont .items:nth-child(3){
            margin-left: 10px;
        }
        .footer-cont .items:nth-child(3) h3{
            margin-left: 10px;
            font-weight: 900;
            font-size: 13px;
        }
        .footer-cont .items:nth-child(3) a{
            font-size: 13px;
        }
        
         .footer-cont .items:nth-child(2) h3{
            margin-left: 2px;
            font-weight: 900;
            font-size: 13px;
        }

        .footer-cont .items:nth-child(2) a{
            font-size: 13px;
        }
        .footer-cont .items:nth-child(2){
            margin-left: -10px;
        }

        .footer-cont .items:nth-child(1) h3{
            margin-left: 10px;
            font-weight: 900;
            font-size: 13px;
        }

        .footer-cont .items:nth-child(1) p{
            font-size: 13px;
        }
        .footer-cont .items:nth-child(1){
            margin-left: 10px;
        }
    
    /* footer ends */

    /* submenu-cont2 */
    
    .submenu-cont2 .royal{
        display: flex;
        flex-direction: column;
        width: 90%;
        height: 600px;
        position: relative;
        
    }
     .royal .ry{
        width: 100%;
        height: 430px;
       }
     .royal .ry h1{
        width: 100%;
        font-size: 1.3rem;
        text-align: center;
    }
    .royal .ry p{
        margin-left: 0;
        font-size: 13px;
        width: 90%;
        margin: 250px auto 0;
        text-align: justify;
    }
    .sub2-img{
        width: 80%;
        left: 10px;
        bottom: 360px;
        height: 300px;
        position: relative;
        background-color: red;
        margin: 0 auto;
    }
    .sub2-img img{
        width: 100%;
        height: 100%;
        margin: 0 auto;
        position: absolute;
        }  

      } 
/* food swiper begins */

.food-swiper {
    width: 80%;
    height: 400px;
    position: relative;
    /* background-color: red; */
    margin: -70px auto 100px;
    overflow: hidden;
}

/* Wrapper and Slide Styling */
.food-swiper .swiper-wrapper {
    display: flex;
    background-color: #fff7d6;
    width: 100%;
    height: 80%;
    
}

.food-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: #fff7d6;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.food-swiper .swiper-slide h3{
    /* margin-top: 10px; */
    /* background-color: blue; */
    width: 80%;
    height: 15%;
    text-align: center;
    transition: all ease .5s;
    background-color: #ffd012;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;

}
.food-swiper .swiper-slide h3 a{
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
}
.food-swiper .swiper-slide h3:hover{
    cursor: pointer;
    background-color: rgb(182, 176, 176);
}
.food-swiper .swiper-slide img{
    width:80%;
    height: 70%;
    /* margin-top: 28px; */
}

/* food swiper ends */


/* ----desktop-------- */
