/* header section start  */ @import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700&display=swap');@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap");@import url("https://fonts.googleapis.com/css2?family=Satisfy&display=swap");/* header start */* {font-family: 'Poppins', sans-serif;margin: 0;padding: 0;-webkit-box-sizing: border-box;box-sizing: border-box;outline: none;border: none;text-decoration: none;text-transform: capitalize;-webkit-transition: .2s linear;transition: .2s linear;}html {font-size: 62.5%;overflow-x: hidden;scroll-behavior: smooth;scroll-padding-top: 8.5rem;}html::-webkit-scrollbar {width: 1rem;}html::-webkit-scrollbar-track {background: #fff;}html::-webkit-scrollbar-thumb {background: #f58634;border-radius: 5rem;}section {padding: 2rem 9%;}.heading {text-align: center;padding-bottom: 2rem;}.heading span {font-family: 'Satisfy', cursive;font-size: 3rem;color: #f58634;}.heading h3 {font-size: 3rem;color: #130f40;}.btn {display: inline-block;margin-top: 1rem;padding: .7rem 1.8rem;font-size: 1.7rem;cursor: pointer;color: #fff;background: #f58634;border-radius: .5rem;}.btn:hover {background: #130f40;}.header {position: -webkit-sticky;position: sticky;top: 0;left: 0;right: 0;z-index: 1000;background: #fff;-webkit-box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.05);box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.05);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;padding: 1.5rem 9%;}.header .logo {font-size: 2.5rem;font-weight: bolder;color: #130f40;}.header .logo i {padding-right: .5rem;color:#f58634;}.header .navbar a {font-size: 1.7rem;margin: 0 1rem;color: #666;}.header .navbar a:hover {color:#ff077f;}.header .icons div {height: 4.5rem;width: 4.5rem;line-height: 4.5rem;font-size: 2rem;background: #f7f7f7;color: #130f40;border-radius: .5rem;margin-left: .3rem;cursor: pointer;text-align: center;}.header .icons div:hover {color: #fff;background: #ff077f;}#menu-btn {display: none;}@-webkit-keyframes fadeUp {0% {-webkit-transform: translateY(5rem);transform: translateY(5rem);opacity: 0;}}@keyframes fadeUp {0% {-webkit-transform: translateY(5rem);transform: translateY(5rem);opacity: 0;}}/* header end  */
/* home start */.home {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-ms-flex-wrap: wrap-reverse;flex-wrap: wrap-reverse;gap: 2rem;position: relative;overflow: hidden;}.home .content {-webkit-box-flex: 1;-ms-flex: 1 1 41rem;flex: 1 1 41rem;}.home .content h1{font-size: 2rem;color: #f58634;}.home .content span {font-size: 35px;font-weight: 200;letter-spacing: 3px;text-shadow: 1px 1px 2px black;font-family: 'Times New Roman', Times, serif;}.home .content h3 {font-size: 35px;font-weight: 200;letter-spacing: 3px;text-shadow: 1px 1px 2px black;font-family: 'Times New Roman', Times, serif;}.home .content p {font-size: 2.4rem;color: #666;line-height: 2;padding: 1rem 0;}.home .image {-webkit-box-flex: 1;-ms-flex: 1 1 41rem;flex: 1 1 41rem;margin: 2rem 0;pointer-events: none;}.home .image .home-img {width: 100%;margin-top: 5rem;}.home .home-parallax-img {position: absolute;top: -10rem;right: -10rem;width: 80vw;}/* home end  */
/* about start */.about {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-align: center;-ms-flex-align: center;align-items: center;gap: 2rem;background: #f7f7f7;}.about .image {-webkit-box-flex: 1;-ms-flex: 1 1 40rem;flex: 1 1 40rem;}.about .image img {width: 100%;}.about .content {-webkit-box-flex: 1;-ms-flex: 1 1 40rem;flex: 1 1 40rem;}.about .content span {font-family: 'Satisfy', cursive;font-size: 3rem;color: #f58634;}.about .content .title {font-size: 3rem;padding-top: .5rem;color: #130f40;}.about .content p {padding: 1rem 0;line-height: 2;font-size: 1.4rem;color: #666;}.about .content .icons-container {margin-top: 2rem;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;gap: 1.5rem;}.about .content .icons-container .icons {-webkit-box-flex: 1;-ms-flex: 1 1 20rem;flex: 1 1 20rem;border-radius: .5rem;background: #fff;-webkit-box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.05);box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.05);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;gap: 2rem;padding: 2rem;}.about .content .icons-container .icons h3 {font-size: 1.7rem;color: #130f40;}/* about end  */
/* subscription  start */.subscription  h1{color:black;font-size: 4rem;padding:.5rem 0;}.subscription {background: #f7f7f7;}.heading{text-align: center;}.subscription  .box-container{display: grid;grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));gap:1.5rem;}.subscription  .box-container .box{background: #fff;border:.1rem solid rgba(0,0,0,.2);border-radius: .5rem;box-shadow: var(--box-shadow);}.subscription  .box-container .box .image{height: 25rem;width: 100%;padding:1.5rem;overflow: hidden;position: relative;}.subscription  .box-container .box .image img{height: 100%;width: 100%;border-radius: .5rem;object-fit: cover;}.subscription  .box-container .box .image .fa-heart{position: absolute;top:2.5rem; right: 2.5rem;height: 5rem;width: 5rem;line-height: 5rem;text-align: center;font-size: 2rem;background: #fff;border-radius: 50%;color:var(--black);}.subscription  .box-container .box .image .fa-heart:hover{background-color: var(--green);color:#fff;}.subscription  .box-container .box .content{padding:2rem;padding-top: 0;}.subscription  .box-container .box .content .stars{padding-bottom: 1rem;}.subscription  .box-container .box .content .stars i{font-size: 1.7rem;color:#f58634;}.subscription  .box-container .box .content h3{color:var(--black);font-size: 2.5rem;}.subscription .box-container .box .content p{color:var(--light-color);font-size: 1.6rem;padding:.5rem 0;line-height: 1.5;}.subscription  .box-container .box .content .price{color:var(--green);margin-left: 1rem;font-size: 2.5rem;}/* subscription end */
/* whatsapp float start */.whatsapp_float{position: fixed;bottom: 40px;right: 20px;}/* whatsapp flaot end *//*  menu start */.food{background: var(--light-bg);}.food .slide{text-align: center;padding:4rem 2rem;border-radius: .5rem;transform: scale(.9);opacity: .5;margin-bottom: 4rem;cursor: pointer;}.swiper-pagination-bullet-active{background: var(--peru);}.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{bottom:0;}.food .swiper-slide-active{transform: scale(1);opacity: 1;background: var(--white);box-shadow: var(--box-shadow);border:var(--border);}.food .slide img{height: 25rem;margin-bottom: 1rem;}.food .slide h3{font-size: 2.5rem;padding:1rem 0;color:#}.food .slide .price{font-size: 2.5rem;color:var(--peru);}.food-preview-container{background: #f7f7f7;position: fixed;top:0; left:0;height: 100%;width: 100%;z-index: 1100;display: none;align-items: center;justify-content: center;}.food-preview-container .food-preview{text-align: center;background: var(--white);padding:3rem 2rem;border-radius: .5rem;display: none;width: 35rem;}.food-preview-container .food-preview.active{display: inline-block;animation:fadeIn 0.4s cubic-bezier(.54,1.3,.63,1.34) backwards;}.food-preview-container .food-preview img{height: 25rem;margin-bottom: 1rem;}.food-preview-container .food-preview h3{padding:1rem 0;font-size: 2.5rem;color:var(--black);}.food-preview-container .food-preview .stars{margin-top: .5rem;}.food-preview-container .food-preview .stars i{font-size: 1.7rem;color:var(--peru);}.food-preview-container .food-preview p{font-size: 1.6rem;color:var(--light-black);padding:1rem 0;line-height: 2;}.food-preview-container .food-preview .price{font-size: 2.5rem;color:var(--black);margin-bottom: .5rem;}#close-preview{position: absolute;top:1.5rem; right:2.5rem;font-size: 6rem;cursor: pointer;color:var(--white);}#close-preview:hover{transform: rotate(90deg);}/* menu end  */
/* order start */.order .icons-container {display: -ms-grid;display: grid;-ms-grid-columns: (minmax(30rem, 1fr))[auto-fit];grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));gap: 1.5rem;margin-bottom: 2rem;}.order .icons-container .icons {border-radius: .5rem;padding: 2rem;text-align: center;background: #f7f7f7;}.order .icons-container .icons img {height: 10rem;}.order .icons-container .icons h3 {font-size: 2rem;color: #130f40;margin-top: .5rem;}/* order end  */
/* order form  */.order h1{font-family: 'Satisfy', cursive;text-align: center;font-size: 3rem;color: #f58634;}.order h3{padding:1rem 0;font-size: 2.5rem;color:var(--black);text-align: center;}.order form{max-width:90rem;border-radius: .5rem;box-shadow: var(--box-shadow);border:.1rem solid rgba(0,0,0,.2);background:#fff;padding:1.5rem;margin:0 auto;}.order form .inputBox{display: flex;flex-wrap: wrap;justify-content: space-between;}.order form .inputBox .input{width:49%;}.order form .inputBox .input span{display:block;padding:.5rem 0;font-size: 1.5rem;color:var(--light-color);}.order form .inputBox .input input,.order form .inputBox .input textarea{background:#eee;border-radius: .5rem;padding:1rem;font-size: 1.6rem;color:var(--black);text-transform: none;margin-bottom: 1rem;width:100%;}.order form .inputBox .input input:focus,.order form .inputBox .input textarea:focus{border:.1rem solid var(--green);}.order form .inputBox .input textarea{height:20rem;resize: none;}.order form .btn1{margin-top: 0;text-align: center;}/* order form end  */
/* footer start */.contact{background:#eee;}.footer{text-align: center;/* padding-bottom: 10rem; */}.footer .icons-container{display: grid;grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));gap:2rem;}.footer .icons-container .icons{text-align: center;padding:3rem 2rem;}.footer .icons-container .icons i{height: 6rem;width: 6rem;border-radius: 50%;background: #f58634;color:var(--white);margin-bottom: .5rem;line-height: 5.8rem;font-size: 2rem;}.footer .icons-container .icons h3{font-size: 2rem;color:var(--black);padding:1rem 0;}.footer .icons-container .icons p{line-height: 1.5;font-size: 1.7rem;color:var(--light-black);text-transform: none;}.footer .share{margin:2rem 0;}.footer .share a{height: 6rem;width: 6rem;line-height: 5.8rem;color#f58634;background: var(--black);margin:0 .3rem;font-size: 2.5rem;} .footer .share a:hover{background: #eee;}.footer .credit{padding-top: 2.5rem;margin-top: 3rem;border-top: var(--border);font-size: 2rem;color:var(--light-black);}.footer .credit span{color:var(--peru);}/* footer end */
/* payment start */.payment h4{font-family: 'Satisfy', cursive;text-align: center;font-size: 3rem;color: #f58634;}.payment h1{color:black;font-size: 4rem;padding:.5rem 0;}.payment {background: #f7f7f7;}.heading{text-align: center;}.payment  .box-container{display: grid;grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));gap:1.5rem;}.payment  .box-container .box{background: #fff;border:.1rem solid rgba(0,0,0,.2);border-radius: .5rem;box-shadow: var(--box-shadow);}.payment  .box-container .box .image{height: 25rem;width: 100%;padding:1.5rem;overflow: hidden;position: relative;}.payment .box-container .box .image img{height: 100%;width: 100%;border-radius: .5rem;object-fit: cover;}.payment  .box-container .box .image .fa-heart{position: absolute;top:2.5rem; right: 2.5rem;height: 5rem;width: 5rem;line-height: 5rem;text-align: center;font-size: 2rem;background: #fff;border-radius: 50%;color:var(--black);}.payment  .box-container .box .image .fa-heart:hover{background-color: var(--green);color:#fff;}.payment .box-container .box .content{padding:2rem;padding-top: 0;}.payment .box-container .box .content .stars{padding-bottom: 1rem;}.payment  .box-container .box .content .stars i{font-size: 1.7rem;color:##f58634;}.payment  .box-container .box .content h3{color:var(--black);font-size: 2.5rem;}.payment .box-container .box .content p{color:var(--light-color);font-size: 1.6rem;padding:.5rem 0;line-height: 1.5;}.payment  .box-container .box .content .price{color:var(--green);margin-left: 1rem;font-size: 2.5rem;}
/* subscription end *//* <!-- loader part  --> */.loader-container{position: fixed;top:0; left:0;height:100%; width:100%;z-index: 10000;background:#fff;display: flex;align-items: center;justify-content: center;overflow: hidden;}.loader-container img{width:35rem;}.loader-container.fade-out{top:-110%;opacity:0;}
/* media queries  */@media (max-width:991px){html{font-size: 50%;}header{padding:1rem 2rem;}section{padding:2rem;}}@media (max-width:768px){header .icons #menu-bars{display: inline-block;}header .navbar{position: absolute;top:100%; left:0; right:0;background:#fff;border-top: .1rem solid rgba(0,0,0,.2);border-bottom: .1rem solid rgba(0,0,0,.2);padding:1rem;clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);}header .navbar.active{clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);}header .navbar a{display: block;padding:1.5rem;margin:1rem;font-size: 2rem;background:#eee;}#search-form #search-box{width:90%;margin:0 1rem;}.home .home-slider .slide .content h3{font-size: 5rem;}}/* header section end */#SideNav{width: 250px;height: 100vh;position: fixed;right: -250px;top: 0;background: #f58634;z-index: 2;transition: 0.5s;}nav ul li{list-style: none;margin: 50px 20px;}nav ul li a{text-decoration: none;color: #fff;}.change_content:after {content: "";animation: changetext 10s infinite linear;color: #f58634;}@keyframes changetext {0% {content: "DD Nagar";}20% {content: "Pinto Park";}35% {content: "City Center";}60% {content: "Phool Bagh";}80% {content: "Gole Ka Mandir";}100% {content: "Adityapuram";}}@media screen and (max-width: 770px){.banner-text h1{font-size: 40px;}.banner-btn a{display: block;margin: 20px auto;}}
/* second header start  *//* media section screen responsive */@media (max-width: 768px) {#menu-btn {display: inline-block;}#social{display: none;}.header .navbar {position: absolute;top: 99%;left: 0;right: 0;background: #fff;border-top: 0.1rem solid rgba(0, 0, 0, 0.2);border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);}.header .navbar.active {-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);}.header .navbar a {font-size: 2rem;margin: 2rem;display: block;}.home .home-parallax-img {top: 0;right: 0;width: 130%;}.order form .flex .inputBox {width: 100%;}}
/* offer start */.banner-container{display: flex;align-items: center;justify-content: center;}.banner-container .banner{background:linear-gradient(-55deg, #f48ced 29%, #db66b4 29.1%, #ce69c0 68%, #e273c9 68.1%);border-radius: 5px;margin:10px;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;box-shadow: 0 5px 10px #0005;overflow: hidden;}.banner-container .banner .shoe{flex:1 1 250px;padding:15px;text-align: center;}.banner-container .banner .shoe img{width:80%;}.banner-container .banner .content{flex:1 1 250px;text-align: center;padding:10px;text-transform: uppercase;}.banner-container .banner .content span{color:#eee;font-size: 25px;}.banner-container .banner .content h3{color:#fff;font-size: 40px;}.banner-container .banner .content p{color:#eee;font-size: 20px;padding:10px 0;}.banner-container .banner .content .btn{display: inline-block;margin-top: 1rem;padding: .7rem 1.8rem;font-size: 1.7rem;cursor: pointer;color: #fff;background: #ff077f;border-radius: .5rem;}.banner-container .banner .women{flex:1 1 250px;padding:15px;text-align: center;}.banner-container .banner .women img{width:70%;}@media (max-width:768px){.banner-container .banner .women{ display: none;}}/* offer end */
/* try now form start */.booking h1{font-family: 'Satisfy', cursive;text-align: center;font-size: 3rem;color: #f58634;}.booking .book-form{padding:2rem;background: #eee;}.booking .book-form .flex{display: flex;flex-wrap: wrap;gap:2rem;}.booking .book-form .flex .inputBox{flex:1 1 41rem;}.booking .book-form .flex .inputBox input{width: 100%;padding:1.2rem 1.4rem;font-size: 1.6rem;color:var(--light-black);text-transform: none;margin-top: 1.5rem;border:var(--border);}.booking .book-form .flex .inputBox input:focus{background: var(--black);color:var(--white);}.booking .book-form .flex .inputBox input:focus::placeholder{color:var(--light-white);}.booking .book-form .flex .inputBox span{font-size: 1.5rem;color:var(--light-black);}.booking .book-form .btn{margin-top: 2rem;text-align: center;}/* try now form end */
/* loder *//* loder end */
/*# sourceMappingURL=style.css.map */