@charset "UTF-8";

/* basic css-start */
* {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
}

html,
body {
    background-color: #fff;
    scroll-behavior: smooth;
    font-family: "Roboto";
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    text-align: left;
    background-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #302424;
    font-family: "Poppins", sans-serif !important;
}

p {
    color: #302424;
    font-size: 16px;
}

ul {
    list-style-position: outside;
}

.space {
    padding: 35px 0px;
}

.bg-color {
    background: #f4f4f4;
}

.owl-prev span,
.owl-next span {
    color: #ad3040;
}

/* .owl-stage-outer{
  width: 115%;
  margin-left: 12px;
} */

.slide-mob {
    display: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.btn-round {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.6px;
}

.theme-button {
    border-top: 1px solid #302424;
    border-bottom: 1px solid #302424;
    padding: 10px 20px;
}

.theme-button:hover {
    text-decoration: none;
    color: #302424;
}

.heading {
    text-align: center;
}

.heading h2 {
    font-size: 36px;
    color: #ad3040;
}

.heading .line {
    width: 80px;
    height: 7px;
    border-radius: 10px;
    background-color: #ad3040;
    margin: 0 auto;
}

.btn {
    margin: 10px 0px;
}

.btn .btn-primary {
    border: 2px solid #ad3040;
    padding: 8px 25px;
    text-decoration: none;
    color: #302424;
    border-radius: 12px 0px;
    font-size: 16px;
    background-color: #fff !important;
}

.carousel-wrap {
    margin: 30px auto;
    padding: 0px 0%;
    /* width: 80%; */
    margin-left: -14px;
    position: relative;
    margin-left: 14px;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 30px;
}

/* .owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
} */
.owl-nav {
    display: none;
}

nav {
    padding: 5px !important;
    background-color: #fff !important;
}

.city {
    background-color: rgba(255, 255, 255, 0.72) !important;
}

.city .nav-link {
    color: #000 !important;
}

.city .tag {
    color: #000 !important;
}

/*navbar start */

.navbar {
    background-color: #ad3040 !important;
}

.navbar img {
    width: 140px;
    height: auto;
}

.navbar a {
    padding: 0px 20px !important;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}

.navbar a img {
    margin-bottom: 9px;
}

.navbar a:hover {
    color: #fcc55e;
}

.navbar .logo img {
    padding: 6px 6px;
}

.navbar .log {
    text-decoration: underline;
    color: #fff;
}

.navbar .log {
    text-decoration: underline;
    color: #fff;
}

.navbar .log a:hover {
    color: #fcc55e;
}

.navbar .log a {
    color: #fff;
}

.navbar .btn {
    background-color: #fff;
    padding: 3px 15px !important;
    font-size: 15px;
    border: 0px;
    color: #ad3040;
}

.navbar .btn:active {
    color: #fcc55e !important;
    padding: 6px 15px !important;
}

.navbar .btn:hover {
    background-color: #fff;
    padding: 3px 15px !important;
    font-size: 15px;
    border: 0px;
    color: #ad3040;
    /*margin-top: 10px;*/
}

.navbar .btn:active {
    background-color: #fff !important;
    padding: 3px 15px !important;
    font-size: 15px;
    border: 0px;
    color: #ad3040;
    margin-top: 10px;
}

/* .navbar .btn:hover {
  color: #FCC55E;
} */

.navbar a i {
    font-size: 25px;
}

.navbar .imgcircle {
    font-size: 10px;
    border: 1px solid #000;
    border-radius: 50%;
}

.navbar .imgcus img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: 10px;
    margin-top: -8%;
}

.navbar i {
    font-size: 25px;
}

.navbar-nav .nav-link.active {
    color: #fcc55e !important;
}

        .navbar .shopping span {
           color: white;
           background-color: red !important;
           padding: 0px 3px;
           border-radius: 10px;
           position: absolute;
           top: 20%;
           margin-left: 2%;
          
        }


        .navbar .shopping p img {
            height: 35px;
            width: 44px;
            margin-top: 8px;
        }
        
        .navbar .shopping{
            margin:10px;
        }
        .navbar .nav-item{
            margin-top: 18px;
        }

.main-ban .carousel-inner {
    height: 100vh;
}

.main-ban .carousel-inner img {
    width: 100%;
}

.main-ban .carousel-inner .order {
    position: absolute;
    margin: 28% 14%;
    background-image: linear-gradient(#a62233, #ffa600);
    color: white;
    padding: 10px 35px;
    border-radius: 18px;
}

.main-ban .carousel-indicators {
    margin-bottom: 0.5rem;
}

.main-ban .carousel-caption {
    bottom: 5.25rem;
    background-color: rgba(0, 0, 0, 0.3882352941);
}

.main-ban .carousel-caption h3,
.main-ban .carousel-caption p {
    color: #fff;
}

/* Resend OTP Code */

.signup-otp .resend-otp p {
    padding-top: 10px;
    font-size: 12px;
}

.signup-otp .number a {
    float: right;
}

.signup-otp .resend-otp a {
    color: red;
    font-size: 12px;
    /* text-align: right !important; */
    /* float: right; */
    /* margin-top: 1%; */
    padding-left: 51px;
}

.signup-otp a {
    color: red;
    font-size: 12px;
    /* padding-left: 51px; */
    /* text-align: right !important; */
    /* float: right; */
    --bs-link-hover-color: red;
    margin-top: 12px;
}

.signup-otp .loginbutton {
    text-align: center;
}

/* Resend OTP Code - End */
.login-otp .resend-otp a {
    color: red;
    font-size: 12px;
    /* text-align: right !important; */
    /* float: right; */
    /* margin-top: 1%; */
    padding-left: 51px;
}
.login-otp .resend-otp p a {
    color: #ad3040;
}

.login-otp .resend-otp p {
    padding-top: 10px;
    font-size: 12px;
}

.login-otp a {
    color: #ad3040;
    font-size: 12px;
    font-weight: bold;

    /* padding-left: 51px; */
    /* text-align: right !important; */
    /* float: right; */
    --bs-link-hover-color: red;
    margin-top: 12px;
}

.login-otp .number a {
    float: right;
}

.categories {
    text-align: center;
}

.categories h2 {
    font-weight: bold;
    margin-bottom: 3%;
    margin-top: 1.5%;
}

.categories h2 b {
    font-size: 35px;
    color: #000;
}

.categories h2 u {
    text-decoration: none;
    font-size: 35px;
    font-weight: bold;
    color: black;
}

.categories img {
    width: 90% !important;
    border-radius: 50%;
    margin-bottom: 15px;
}

/* .categories p span {
  background-color: #ad3040;
  padding: 10px 30px 10px 30px;
  border-radius: 18px 18px 18px 18px;
  color: white;
  margin-left: -30px;
} */

.categories .owl-theme .owl-dots {
    display: none !important;
}

.categories .cart-details {
    margin-bottom: 190px;
}

.categories button {
    background-color: #ad3040;
    padding: 6px 30px 6px 30px;
    border-radius: 18px 18px 18px 18px;
    color: white;
    margin-left: -30px;
}

.owl-ban {
    background-image: url(../img/available-facilities-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.owl-ban .ban {
    padding: 10px;
}

.owl-ban h2 {
    font-weight: bold;
}

.owl-ban h2 b {
    font-size: 35px;
    color: #000;
}

.owl-ban h6 {
    font-weight: bold;
}

.owl-ban img {
    border-radius: 15px !important;
}

/* Start testmonial owl coursel*/
.pratice {
    display: block;
    width: 100%;
    padding: 5px 30px;
}

.pratice .underline {
    height: 3px;
    width: 100px;
    background: #feb744;
    border-radius: 2px;
    margin: 0 auto;
}

.pratice .owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 9px;
    background: #869791;

    border-radius: 30px;
}

.pratice .owl-theme .owl-nav {
    display: none;
}

.pratice .item {
    text-align: center;
    padding: 0 7%;
}

/* .pratice .owl-carousel .owl-item .img {
  padding: 0 8%;
} */

.pratice .card-body {
    background-image: linear-gradient(180deg, #ad3040, #f9bf52);
}

.testmonial {
    background-image: url(../img/testimonialbg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.testmonial .pratice .card-body {
    border-radius: 5px;
    width: 225px;
}

.testmonial .pratice h2 {
    font-size: 36px;
    font-weight: bold;
    color: #ad3040;
    text-align: center;
    margin-bottom: 2%;
}

.testmonial .pratice p {
    color: #fff;
}

.testmonial .owl-nav .owldots {
    display: none;
}

.testmonial .pratice .card {
    --bs-card-bg: #a9969a !important;
    /* border-radius: 25px !important; */
}

/* End testmonial owl coursel*/

.otp-input-wrapper {
    width: 240px;
    text-align: left;
    display: inline-block;
}

.otp-input-wrapper input {
    padding: 0;
    width: 502px;
    font-size: 32px;
    font-weight: 600;
    color: #3e3e3e;
    background-color: transparent;
    border: 0;
    margin-left: 20px;
    letter-spacing: 95px;
    margin-top: 16%;
    font-family: "Poppins", sans-serif !important;
}

.otp-input-wrapper input:focus {
    box-shadow: none;
    outline: none;
}

.otp-input-wrapper svg {
    position: relative;
    display: block;
    width: 410px;
    height: 2px;
}

@media (max-width: 767px) {
    #recipeCarousel .carousel-inner .carousel-item > div {
        display: none;
    }

    #recipeCarousel .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

#recipeCarousel .carousel-inner .carousel-item.active,
#recipeCarousel .carousel-inner .carousel-item-next,
#recipeCarousel .carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
    #recipeCarousel .carousel-inner .carousel-item-end.active,
    #recipeCarousel .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    #recipeCarousel .carousel-inner .carousel-item-start.active,
    #recipeCarousel .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

#recipeCarousel .carousel-inner .carousel-item-end,
#recipeCarousel .carousel-inner .carousel-item-start {
    transform: translateX(0);
}

/* start menu code */
.form-check-input:focus {
    border-color: white;
    box-shadow: 0 0 0 0;
}

.form-switch {
    padding-left: 59px;
}

.toggle {
    font-size: 21px;
    margin-right: 5px;
}

.too {
    float: right;
    border: 2px solid #ad3040;
    border-radius: 5px;

    margin-top: 2%;
    margin-right: 31px;
    padding: 4px;
}

.too span {
    font-size: 19px;
}

.menu .form-check-input:checked {
    /* background-color: red; */
    /* border-color: red; */
    text-align: center !important;
    font-size: 21px;
    background-color: #d4d5d9;
    border-color: white;
}

.menu .food {
    margin-top: 1%;
}

.menu .foot {
    margin-top: 40%;
}

.menu .food .card b {
    float: right;
}

.menu .food .card {
    padding: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.menu .navbar2 {
    margin-top: 92px;
}

.menu .food1 {
    margin-top: 100px;
}

.menu .food1 .card {
    padding: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.menu .food1 .card b {
    float: right;
}

.menu .spaces {
    margin-top: 5%;
}

/* End menu code */

/*BEST SELLER START*/
.best-seller {
    background-image: url(../img/best-seller.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* height: 65vh; */
}

.best-seller h2 {
    font-weight: bold;
    padding-top: 2%;
}

.best-seller h2 b {
    font-size: 35px;
    color: #000;
}

.best-seller h2 {
    color: #ad3040;
    font-weight: blod;
}

.best-seller .owl-theme .owl-dots {
    display: none;
}
.best-seller .card {
    --bs-card-bg: #fff !important;
    border-radius: 25px !important;
}

.best-seller img {
    border-radius: 15px;
}

/*BEST SELLER END*/

/* BOOKINGS START */
.bookings {
    background-image: url(../img/bookings.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.bookings h2 {
    font-weight: bold;
    margin-bottom: 2%;
}

.bookings img {
    width: 100%;
    border-radius: 0px;
    padding: 0px;
    border-radius: 15px 15px 0px 0px;
}

.bookings a {
    color: #ad3040;
    text-decoration: none;
}

.bookings a p {
    background-color: #ad3040;
    padding: 15px;
    color: white;
    border-radius: 0px 0px 20px 20px;
}

/* BOOKINGS END */

/* BANQUET-HALL START*/
.banquet-hall {
    background-image: url(../img/banquet-hall.jpg);

    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 6%;
    /* Full updated code */
}

.banquet-hall h2 {
    color: #fff;
    padding: 4% 0%;
}

.banquet-hall .hall {
    /* border: 4px solid;
  -o-border-image: linear-gradient(to right, #AD3040, #F5CF6E) 1;
  border-image: linear-gradient(to right, #AD3040, #F5CF6E) 1;
  margin-top: 17%;
} */

    background: linear-gradient(to right, #ad3040, #f5cf6e);
    border-radius: 8px;
    /* color: #122dff; */
    font-size: 20px;
    background-color: #869791;
    padding: 5px;
    text-decoration: none;
    margin-top: 19%;
}

.banquet-hall .hall .colors {
    background-color: rgba(255, 255, 255, 0.82);
    padding: 4%;
    border-radius: 3%;
}

.banquet-hall .hall .colors h3 {
    color: #000;
    font-size: 42px;
    font-weight: 700;
}

.banquet-hall .hall .colors ul li {
    font-size: 20px;
    padding: 0.5%;
    color: #000;
}

.banquet-hall .hall .colors ul li b {
    color: #ad3040;
    font-size: 20px;
}

.banquet-hall .hall .colors .gallery button {
    padding: 5px 21px 5px 21px;
    background-color: #ad3040;
    border: 1px solid #ad3040;
}

.banquet-hall .hall .colors .gallery a {
    color: white;
    text-decoration: none;
}

.banquet-hall .hall .colors .gallery .theme-button {
    border: 2px solid #ad3040;
    color: #fff;
    border-radius: 7px;
    background-color: #ad3040;
    padding: 5px 40px;
    margin-bottom: 3%;
}

.banquet-hall .hall .colors .gallery .theme-button:hover {
    background-color: #ad3040;
    color: white;
}

.banquet-hall .banquet {
    margin-bottom: 10%;
    background-color: white;
    padding: 3%;
    border-radius: 2%;
}

.banquet-hall .banquet input {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.banquet-hall .banquet select {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.banquet-hall .banquet textarea {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.banquet-hall .banquet label {
    padding-bottom: 5px;
}

.banquet-hall .banquet .book button {
    padding: 3% 30% 3% 30%;
    background-color: #ad3040;
    border: 1px solid #ad3040;
}

.banquet-hall .banquet .book a {
    color: #fff !important;
    text-decoration: none;
}

.modal-confirm .modal-content {
    padding: 20px;
    font-size: 16px;
    border-radius: 20px;
    border: none;
}

.modal-confirm .close button {
    padding: 10px 30px 10px 30px;
    background-color: #ad3040 !important;
    margin-left: 20px;
}

.modal-confirm .close button:hover {
  padding: 10px 30px 10px 30px;
  background-color: #ad3040 !important;
  margin-left: 20px;
}
.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
    text-align: center;
    margin: -20px -20px 0;
    border-radius: 20px 20px 0 0;
}

.modal-confirm h4 {
    text-align: center;
    font-size: 35px;
    margin: 10px 0;
}

.modal-confirm .form-control,
.modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px;
}

.modal-confirm .icon-box {
    color: #fff;
    height: 95px;
    display: inline-block;
    border-radius: 50%;
    z-index: 9;
    border: 5px solid #fff;
    padding: 15px;
    text-align: center;
}

.modal-confirm .icon-box i {
    font-size: 85px;
    /* background-color: #ad3040; */
    border-radius: 50%;
    padding: 15px;
    color: #ad3040;
}

.submit {
    color: #ad3040;
}

.modal-confirm.modal-dialog {
    margin-top: 80px;
}

.modal-confirm .btn,
.modal-confirm .btn:active {
    color: #fff;
    border-radius: 4px;
    background: #eeb711 !important;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border-radius: 30px;
    margin-top: 10px;
    padding: 6px 20px;
    border: none;
}

.modal-confirm .btn:hover,
.modal-confirm .btn:focus {
    background: #eda645 !important;
    outline: none;
}

.modal-confirm .btn span {
    margin: 1px 3px 0;
    float: left;
}

.modal-confirm .btn i {
    margin-left: 1px;
    font-size: 20px;
    float: right;
}

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

/* BANQUET-HALL END*/

/* TABLE BOOKING START */
.table-booking {
    background-image: url(../img/table-booking.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 6%;
}

.table-booking h2 {
    color: #fff;
    padding: 4% 0%;
}

.table-booking .Dine {
    background: linear-gradient(to right, #ad3040, #f5cf6e);
    border-radius: 8px;
    /* color: #122dff; */
    font-size: 20px;
    background-color: #869791;
    padding: 5px;
    text-decoration: none;
    margin-top: 19%;
}

.table-booking .Dine .colors {
    background-color: rgba(255, 255, 255, 0.82);
    padding: 4%;
    border-radius: 3%;
}

.table-booking .Dine .colors h3 {
    color: #000;
    font-size: 42px;
    font-weight: 700;
}

.table-booking .Dine .colors ul li {
    font-size: 20px;
    padding: 0.5%;
}

.table-booking .Dine .colors h4 {
    color: #ad3040;
    margin-bottom: 0px;
    text-decoration: underline;
}

/*.table-booking .Dine .colors .line {*/
/*    width: 31%;*/
/*    height: 2px;*/
/*    border-radius: 10px;*/
/*    background-color: #ad3040;*/
/*    margin-bottom: 5%;*/
/*}*/

.table-booking .Dine .colors .gallery button {
    padding: 5px 21px 5px 21px;
    background-color: #ad3040;
    border: 1px solid #ad3040;
}

.table-booking .Dine .colors .gallery a {
    color: white;
    text-decoration: none;
}

.table-booking .Dine .colors .gallery .theme-button {
    border: 2px solid #ad3040;
    color: #fff;
    border-radius: 7px;
    background-color: #ad3040;
    padding: 5px 40px;
    margin-bottom: 3%;
}

.table-booking .Dine .colors .gallery .theme-button:hover {
    background-color: #ad3040;
    color: white;
}

.table-booking .table {
    margin-bottom: 10%;
    background-color: white;
    padding: 3%;
    border-radius: 2%;
}

.table-booking .table input {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.table-booking .table select {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.table-booking .table textarea {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.table-booking .table label {
    padding-bottom: 5px !important;
    padding: 0px;
}

.table-booking .table .book button {
    padding: 3% 30% 3% 30%;
    background-color: #ad3040;
    border: 1px solid #ad3040;
}

.table-booking .table .book a {
    color: #fff !important;
    text-decoration: none;
}

/* TABLE BOOKING END */

/*Gallery start */
.gallery {
    margin-top: 7%;
}

.gallery img {
    width: 11%;
    margin-bottom: 10px;
}

.gallery .every img {
    width: 100%;
    height: 90%;
    margin-bottom: 5%;
}

/*Gallery end */

/*contact-us*/
.contact-us {
    background-image: url(../img/contact-us.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100vh;
}

.contact-us h2 {
    text-align: center;
    color: #f5cf6e;
    padding: 25px 0px;
    font-size: 40px;
    font-weight: 700;
    margin-top: 16%;
}

.contact-us .phone {
    color: #f5cf6e;
    text-decoration: underline;
    font-weight: 600;
}

.contact-us a {
    color: #fff;
    text-decoration: none;
}

.contact-us a:hover {
    color: #f5cf6e;
}

.contact-us p {
    color: #fff;
}

/* CONTACT US END */

/*footer  start*/
.footer {
    background-image: url(../img/footer.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.footer .footers {
    padding-top: 2%;
    padding-left: 2%;
}

.footer p,
.footer li,
.footer a {
    color: #000;
}

.footer h4 {
    color: #ad3040;
    font-weight: bold;
    margin-bottom: 5px;
    text-decoration: underline;
}

.footer a {
    text-decoration: none;
}

.footer a:hover {
    color: #ad3040;
}

.footer span {
    color: #fff;
}

.footer ul {
    list-style-type: none;
    padding-left: 0px;
}

.footer i {
    color: #ad3040;
}

.footer .family {
    padding: 1% 0%;
}

.footer .foot {
    border-top: 1px solid;
    color: #fff;
    background-color: #ad3040;
    padding-left: 3%;
    overflow: hidden;
}

.footer .color {
    text-decoration: underline;
}

.footer .wrapper {
    display: flex;
    flex-direction: row;
    padding: 15px 0px;
    align-items: center;
}

.footer .wrapper .insta {
    margin-left: -18px;
}

.footer .wrapper .youtube {
    margin-left: -30px;
}

.footer .phone {
    color: #ad3040;
    margin-bottom: 0px;
}

.footer .gap li a {
    color: #ad3040;
    text-decoration: underline;
}

.foot {
    /* border-top: 1px solid; */
    color: #fff;
    background-color: #ad3040;
    padding-left: 3%;
    overflow: hidden;
    /* position: fixed; */
}

/*footer  end*/

/*login start */
.login {
    background-image: url(../img/login.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 90vh;
}

.login h2 {
    text-align: center;
    color: #fff;
    padding: 25px 0px;
    font-size: 40px;
    font-weight: 700;
    margin-top: 7%;
}

.login .log {
    width: 35rem;
    border-radius: 18px;
}

.login .log .mobile {
    padding: 20px;
}

.login .log .mobile input {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.login label {
    padding-bottom: 5px;
}

.login button {
    background-color: #ad3040;
    border: 2px solid #ad3040;
    padding: 5px 19px;
}

.login button:hover {
    background-color: #ad3040;
    border: 2px solid #ad3040;
}

.login button:focus-visible {
    background-color: #ad3040;
    border: 2px solid #ad3040;
    box-shadow: 0px 4px 4px 0px rgba(142, 46, 46, 0.25);
}

.login button:active {
    background-color: #ad3040 !important;
    border: 2px solid #ad3040 !important;
}

.login p b {
    /*text-decoration: underline;*/
    font-size: 18px !important;
}
.login p b a {
    font-size: 20px;
}
/*login end */

/*login-opt start */
.login-otp {
    background-image: url(../img/login.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 90vh;
}

.login-otp .log {
    width: 35rem;
    border-radius: 18px;
    padding: 10px;
}

.login-otp .log .number input {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.login-otp .log .number p {
    text-align: end;
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
    color: #ad3040;
    margin-top: 5px;
}

.login-otp .Resend p {
    border-bottom: 3px solid #d9d9d9;
    margin: 0px 8px;
}

.login-otp .Resend b {
    font-size: 13px;
    margin-left: 6px;
    color: #ad3040;
    text-decoration: underline;
}

.login-otp button {
    background-color: #ad3040;
    border: 2px solid #ad3040;
    padding: 5px 25px;
}

.login-otp button:hover {
    background-color: #ad3040;
    border: 2px solid #ad3040;
}

.login-otp button:focus-visible {
    background-color: #ad3040;
    border: 2px solid #ad3040;
    box-shadow: 0px 4px 4px 0px rgba(142, 46, 46, 0.25);
}

.login-otp button:active {
    background-color: #ad3040 !important;
    border: 2px solid #ad3040 !important;
}

.login-otp h2 {
    padding: 25px 0px;
    margin-top: 6%;
}

/*login-opt end */

/* sign-up  start*/
.sign-up {
    background-image: url(../img/login.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 90vh;
}

.sign-up h2 {
    text-align: center;
    color: #fff;
    padding: 25px 0px;
    font-size: 40px;
    font-weight: 700;
    margin-top: 6%;
}

.sign-up .log {
    width: 35rem;
    border-radius: 18px;
}

.sign-up .log .mobile {
    padding: 10px;
}

.sign-up .log .mobile input {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.sign-up button {
    background-color: #ad3040;
    border: 2px solid #ad3040;
    padding: 5px 19px;
}

.sign-up button:hover {
    background-color: #ad3040;
    border: 2px solid #ad3040;
}

.sign-up button:focus-visible {
    background-color: #ad3040;
    border: 2px solid #ad3040;
    box-shadow: 0px 4px 4px 0px rgba(142, 46, 46, 0.25);
}

.sign-up button:active {
    background-color: #ad3040 !important;
    border: 2px solid #ad3040 !important;
}

.sign-up p b {
    /*text-decoration: underline;*/
    font-size: 18px !important;
}
.sign-up p b a {
    font-size: 20px;
}

.signup-otp {
    background-image: url(../img/login.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 90vh;
}

.signup-otp .log {
    width: 35rem;
    border-radius: 18px;
    padding: 10px;
}

.signup-otp .log .number input {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.signup-otp .signup input {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.signup-otp .signup p {
    text-align: end;
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
    color: #ad3040;
    margin-top: 5px;
}

.signup-otp .Resend p {
    border-bottom: 3px solid #d9d9d9;
    margin: 0px 8px;
}

.signup-otp .Resend b {
    font-size: 13px;
    margin-left: 6px;
    color: #ad3040;
    text-decoration: underline;
}

.signup-otp button {
    background-color: #ad3040;
    border: 2px solid #ad3040;
    padding: 5px 25px;
}

.signup-otp button:hover {
    background-color: #ad3040;
    border: 2px solid #ad3040;
}

.signup-otp button:focus-visible {
    background-color: #ad3040;
    border: 2px solid #ad3040;
    box-shadow: 0px 4px 4px 0px rgba(142, 46, 46, 0.25);
}

.signup-otp button:active {
    background-color: #ad3040 !important;
    border: 2px solid #ad3040 !important;
}

.signup-otp h2 {
    padding: 25px 0px;
    margin-top: 6%;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

/* sign-up  end*/

/* address start*/
.address {
    background-image: url(../img/address.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100vh;
    margin-bottom: -8%;
}

.address h2 {
    text-align: center;
    color: #fff;
    padding: 25px 0px;
    font-size: 40px;
    font-weight: 700;
    margin-top: 6%;
}

.address .card {
    width: 35rem;
    border-radius: 18px;
}

.address .address-tag input {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.address .address-tag textarea {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.address .address-tag button {
    background-color: #ad3040;
    border: 2px solid #ad3040;
    padding: 5px 25px;
}

.address .address-tag button:hover {
    background-color: #ad3040;
    border: 2px solid #ad3040;
}

.address .address-tag button:focus-visible {
    background-color: #ad3040;
    border: 2px solid #ad3040;
    box-shadow: 0px 4px 4px 0px rgba(142, 46, 46, 0.25);
}

.address .address-tag button:active {
    background-color: #ad3040 !important;
    border: 2px solid #ad3040 !important;
}

.address .address-tag .input-icons {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

.address .address-tag img {
    position: absolute;
    right: 20px;
    top: 65%;
    transform: translateY(-50%);
    width: 20px;
}

.address .foot {
    margin-top: 13px;
}

/* address end*/

/* register start*/
.register-submit {
    background-image: url(../img/address.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100vh;
}

.register-submit .log {
    width: 35rem;
    border-radius: 18px;
    padding: 10px;
}

.register-submit h2 {
    text-align: center;
    color: #fff;
    padding: 25px 0px;
    font-size: 40px;
    font-weight: 700;
    margin-top: 6%;
}

.register-submit button {
    background-color: #ad3040;
    border: 2px solid #ad3040;
    padding: 5px 25px;
}

.register-submit button:hover {
    background-color: #ad3040;
    border: 2px solid #ad3040;
}

.register-submit button:focus-visible {
    background-color: #ad3040;
    border: 2px solid #ad3040;
    box-shadow: 0px 4px 4px 0px rgba(142, 46, 46, 0.25);
}

.register-submit button:active {
    background-color: #ad3040 !important;
    border: 2px solid #ad3040 !important;
}

.register-submit .icon-box i {
    font-size: 64px;
    background-color: #ad3040;
    border-radius: 50%;
    padding: 15px;
}

.register-submit .icon-box {
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    z-index: 9;
    padding: 15px;
    display: flex;
    justify-content: center;
}

.register-submit .register-submit .btn i {
    margin-left: 1px;
    font-size: 20px;
    float: right;
}

.register-map h2 {
    margin-top: 8%;
}

.register-map .foot {
    margin-top: 24%;
}

.register-map.error-msg {
    margin-top: 4%;
}

.register-map .card {
    width: 18rem;
    margin-left: 6%;
    margin-top: -35%;
}

.register-map .card p {
    font-weight: 600;
}

.register-map .card button {
    background-color: #ab3040;
    border: 1px solid #ab3040;
    padding: 3% 30%;
}

.register-map .card button:hover {
    background-color: #ad3040;
    border: 2px solid #ad3040;
}

.register-map .card button:focus-visible {
    background-color: #ad3040;
    border: 2px solid #ad3040;
    box-shadow: 0px 4px 4px 0px rgba(142, 46, 46, 0.25);
}

.register-map .card button:active {
    background-color: #ad3040 !important;
    border: 2px solid #ad3040 !important;
}

.register-map .kms {
    margin-left: 8%;
    margin-top: 2%;
}

/* register end*/

/* my order start*/
.my-order {
    margin-top: 6%;
}

.my-order h1 {
    color: #ad3040;
}

.my-order img {
    width: 15%;
}

.my-order .my {
    width: 100px;
    height: auto;
}

.my-order .card {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    margin-top: 7%;
    margin-bottom: 35px;
}

.my-order .card .Track {
    padding: 15px;
}

.my-order .card .Track .chicken {
    font-weight: bold;
}

.my-order .card .Track .chicken b {
    float: right;
    font-weight: 600;
    margin-right: 15px;
}

.my-order .card .Track .chicken b img {
    width: 19px;
}

.my-order .card .Track .items {
    margin-bottom: 0px;
}

.my-order .card .Track .items b {
    float: right;
    font-weight: normal;
    margin-right: 15%;
}

.my-order .card hr {
    margin: 3px;
}

.my-order .card .gallery button {
    background-color: #ab3040;
    padding: 7px 25px;
    color: white;
    float: right;
    margin: 10px 25px;
    border: 1px solid #ab3040;
}

.my-order .card .gallery .details {
    float: left;
    border: 1px solid #ab3040;
}

.my-order .card .gallery button a {
    text-decoration: none;
    color: #fff;
}

.my-order .card .Feedback {
    padding: 15px;
}

.my-order .card .Feedback .chicken {
    font-weight: bold;
}

.my-order .card .Feedback .chicken b {
    float: right;
    font-weight: 600;
    margin-right: 15px;
}

.my-order .card .Feedback .chicken b img {
    width: 19px;
}

.my-order .card .Feedback .circle {
    font-weight: bold;
}

.my-order .card .Feedback .circle b {
    float: right;
    font-weight: 600;
    margin-right: 20px;
}

.my-order .card .Feedback .circle b i {
    color: #15e750;
}

.my-order .card .Feedback .reorder {
    font-weight: bold;
}

.my-order .card .Feedback .reorder b {
    float: right;
    font-weight: 600;
    margin-right: 15px;
}

.my-order .card .Feedback .reorder b img {
    width: 19px;
}

.my-order .card .Feedback .items {
    margin-bottom: 0px;
}

.my-order .card .Feedback .items b {
    float: right;
    font-weight: normal;
    margin-right: 15%;
}

.details {
    display: block;
    padding: 18px;
}

.details button {
    float: right;
}

.details button:focus {
    background-color: #fff !important;
    border: 0px !important;
}

.details button:focus-visible {
    background-color: #fff !important;
    border: 0px !important;
}

.details h5 {
    font-weight: 600;
}

.details .gap {
    margin-top: 3%;
    margin-bottom: 0px;
}

.details .gap img {
    width: 20px;
}

.details .gap b {
    margin-left: 2%;
}

.details .road {
    margin: 0% 7%;
}

.details hr {
    margin: 0% 7%;
}

.details .city i {
    color: #4ecb71;
    font-size: 25px;
}

.details .citye {
    margin-top: 12px;
}

.details .citye span {
    background-color: #ab3040;
    padding: 7px;
    color: white;
}

.details .city b {
    margin-left: 1%;
}

.details .city b u {
    text-decoration: none;
    margin-left: 9%;
}

.details .contact {
    background-color: #ab3040;
    border: 1px solid #ab3040;
    padding: 3px 18px;
    border-radius: 0px;
    font-size: 12px;
    border-top-left-radius: 30px;
}

.details .contact:hover {
    background-color: #ad3040;
    border: 2px solid #ad3040;
}

.details .contact:focus-visible {
    background-color: #ad3040;
    border: 2px solid #ad3040;
    box-shadow: 0px 4px 4px 0px rgba(142, 46, 46, 0.25);
}

.details .contact:active {
    background-color: #ad3040 !important;
    border: 2px solid #ad3040 !important;
}

.bill {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.21);
    border-radius: 10px;
    padding: 0 9%;
}

.bill h5 {
    font-weight: 600;
}

.bill h6 {
    font-weight: 600;
}

.bill h6 b {
    float: right;
}

.bill p b {
    float: right;
    font-weight: normal;
}

.bill button {
    background-color: #ab3040;
    border: 1px solid #ab3040;
    padding: 3% 30%;
    padding: 6px 20px;
}

.bill button:hover {
    background-color: #ad3040;
    border: 2px solid #ad3040;
}

.bill button:focus-visible {
    background-color: #ad3040;
    border: 2px solid #ad3040;
    box-shadow: 0px 4px 4px 0px rgba(142, 46, 46, 0.25);
}

.bill button:active {
    background-color: #ad3040 !important;
    border: 2px solid #ad3040 !important;
}

.feedback {
    padding: 15px;
}

.feedback .submit {
    float: right;
    background-color: #fff !important;
    border: 0px !important;
    padding: 1px;
}

.feedback .submit:hover {
    background-color: #fff !important;
    border: 0px !important;
}

.feedback .submit:focus-visible {
    background-color: #fff !important;
    border: 0px !important;
}

.feedback .submit:active {
    background-color: #fff !important;
    border: 0px !important;
}

.feedback .submit:focus {
    background-color: #fff !important;
    border: 0px !important;
    box-shadow: none !important;
}

.feedback textarea {
    box-shadow: none !important;
}

.feedback h6 {
    margin-top: 10px;
    font-weight: 600;
}

.feedback label {
    font-weight: 600;
}

.feedback button {
    background-color: #ab3040;
    border: 1px solid #ab3040;
    padding: 3% 30%;
    padding: 6px 20px;
}

.feedback button:hover {
    background-color: #ad3040;
    border: 2px solid #ad3040;
}

.feedback button:focus-visible {
    background-color: #ad3040;
    border: 2px solid #ad3040;
    box-shadow: 0px 4px 4px 0px rgba(142, 46, 46, 0.25);
}

.feedback button:active {
    background-color: #ad3040 !important;
    border: 2px solid #ad3040 !important;
}

.feedback .rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}

.feedback .rate:not(:checked) > input {
    position: absolute;
    top: -9999px;
}

.feedback .rate:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.feedback .rate:not(:checked) > label:before {
    content: "★ ";
}

.feedback .rate > input:checked ~ label {
    color: #ffc700;
}

.feedback .rate:not(:checked) > label:hover,
.feedback .rate:not(:checked) > label:hover ~ label {
    color: #ffc700;
}

.feedback .rate > input:checked + label:hover,
.feedback .rate > input:checked + label:hover ~ label,
.feedback .rate > input:checked ~ label:hover,
.feedback .rate > input:checked ~ label:hover ~ label,
.feedback .rate > label:hover ~ input:checked ~ label {
    color: #ffc700;
}

/* my order end*/

/* TRACKING START */
.tracking iframe {
    margin-top: 5%;
}

.tracking {
    margin-bottom: 10%;
}

.tracking .track {
    margin-top: 5%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.21);
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #ebe6e6;
}

.tracking .track h4 {
    font-weight: 600;
}

.tracking .track .check i {
    color: #15e750;
    margin-right: 5px;
}

.tracking .track img {
    width: 16px;
}

.tracking .track .circle i {
    color: #b1b1b1;
    margin-right: 5px;
}

.tracking .paradise {
    margin-top: 5%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.21);
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #ebe6e6;
}

.tracking .paradise h4 {
    font-weight: 600;
    margin: 10px 0px;
}

.tracking .paradise i {
    margin: 30px 0px;
    font-size: 20px;
}

.tracking .paradise button {
    margin: 19px 0px;
    padding: 7px 40px;
    background-color: #ab3040;
    border: 1px solid #ab3040;
}

.tracking .paradise button:hover {
    background-color: #ad3040;
    border: 2px solid #ad3040;
}

.tracking .paradise button:focus-visible {
    background-color: #ad3040;
    border: 2px solid #ad3040;
    box-shadow: 0px 4px 4px 0px rgba(142, 46, 46, 0.25);
}

.tracking .paradise button:active {
    background-color: #ad3040 !important;
    border: 2px solid #ad3040 !important;
}

.tracking .bill {
    margin-top: 5%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.21);
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #ebe6e6;
}

.tracking .bill h5 {
    font-weight: 600;
}

.tracking .bill h6 {
    font-weight: 600;
}

.tracking .bill h6 b {
    float: right;
}

.tracking .bill p b {
    float: right;
    font-weight: normal;
}

.tracking .deliver {
    margin-top: 5%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.21);
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #ebe6e6;
}

.tracking .deliver h4 {
    font-weight: 600;
}

.tracking .deliver .order {
    border: 2px solid #e0e0e0;
    padding: 20px;
    border-radius: 10px;
}

.tracking .deliver .order .your {
    margin-bottom: 0px;
}

.tracking .deliver .order .your i {
    font-size: 30px;
    margin-right: 5px;
}

.tracking .deliver .order .your b {
    font-size: 18px;
}

.tracking .deliver .order .your .phone {
    font-size: 30px;
    margin-left: 7%;
    color: #f5cf6e;
}

/* TRACKING END */

/* mobile view*/

@media only screen and (max-width: 768px) {
    .navbar .btn {
        margin-left: 18px;
    }

    .navbar .imgcus img {
        margin-left: 0px !important;
        margin-top: 0px !important;
    }
    
      .navbar .shopping p img {
            height: 50px;
            width: 55px;
        }
        
  .navbar .nav-item {
    margin-top: 4px !important;
   }
   
     .navbar .shopping span {
        color: white;
    background-color: red !important;
    padding: 0px 3px;
    border-radius: 10px;
    position: absolute;
    top: 82%;
    margin-left: 10%;
          
        }

    .slide-mob {
        display: block !important;
    }

    .slide-mob button {
        display: none;
    }

    .slide-mob .main-ban .carousel-inner {
        height: 33vh;
    }

    .slide-mob .main-ban .carousel-inner img {
        width: 100%;
        height: 33vh !important;
        margin-top: 10%;
    }

    .slide-web {
        display: none;
    }

    .btn {
        margin: 10px 0px;
    }

    .btn .btn-primary {
        border: 2px solid #ad3040;
        padding: 10px 10px;
        text-decoration: none;
        color: #302424;
        border-radius: 12px 0px;
        font-size: 16px;
    }

    .best-seller {
        background-image: url(../img/best-seller-mob.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .categories .item {
        padding-left: 8%;
    }

    .bookings {
        background-image: none !important;
    }

    /* table booking start */

    .table-booking {
        background-image: url(../img/table-booking2.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: 15%;
        background-position:center center;
    }
    

    .table-booking .Dine .colors h3 {
        font-size: 40px;
    }

    /* table booking end */

    .banquet-hall {
        background-image: url(../img/banquet-hall2.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: 15%;
    }

    /* .banquet-hall .hall .colors .gallery {
    margin-top: 0%;
    text-align: end;
  } */

  .modal-confirm .close button {
    margin-left: 0px;
}

    .contact-us {
        background-image: url(../img/mobile-res-contact-us.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 100%;
        height: 65vh;
        margin-top: 10%;
    }

    /*Gallery start */
    .gallery {
        margin-top: 22%;
    }

    .gallery img {
        width: 37%;
        margin-bottom: 10px;
    }

    .gallery .every img {
        width: 100%;
        height: auto;
        margin-bottom: 5%;
    }

    /*Gallery end */

    .footer {
        background-image: url(../img/footer-bg.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .footer .gap {
        display: none;
    }

    .footer .email {
        padding: 0px !important;
    }

    .footer .gap {
        display: none;
    }

    .login {
        margin-top: 18%;
        height: 85vh;
    }

    .login .log {
        width: 23rem;
    }

    .login-otp {
        margin-top: 18%;
        height: 85vh;
    }

    .otp-input-wrapper input {
        padding: 0;
        width: -1px;
        font-size: 32px;
        font-weight: 600;
        color: #3e3e3e;
        background-color: transparent;
        border: 0;
        margin-left: 9px;
        letter-spacing: 76px;
        margin-top: 16%;
        font-family: "Poppins", sans-serif !important;
    }

    .otp-input-wrapper svg {
        width: 320px;
    }

    .login-otp .log {
        width: 23rem;
    }

    .login-otp .Resend b {
        font-size: 10px;
        margin-left: 0px;
    }

    .sign-up {
        margin-top: 18%;
        height: 85vh;
    }

    .sign-up .log {
        width: 23rem;
    }

    .signup-otp {
        margin-top: 18%;
        height: 85vh;
    }

    .signup-otp .log {
        width: 23rem;
    }

    .signup-otp .Resend b {
        font-size: 10px;
        margin-left: 0px;
    }

    .address {
        height: 85vh;
    }

    .address h2 {
        margin-top: 20%;
    }

    .address .card {
        width: 23rem;
    }

    .register-submit {
        margin-top: 18%;
        height: 85vh;
    }

    .register-submit .log {
        width: 23rem;
    }

    .register-map h2 {
        margin-top: 25%;
    }

    .register-map .card {
        width: 18rem;
        margin-left: 8%;
    }

    .tracking {
        margin-top: 15%;
    }

    /* my order*/
    .my-order {
        margin-top: 22%;
    }

    .details .city b u {
        margin-left: 0%;
    }

    .my-order .heading h2 {
        font-size: 30px;
        color: #ad3040;
    }

    .my-order img {
        width: 39%;
    }

    /* MENU START */
    .menu .food {
        margin-top: 14%;
    }

    /* MENU END */
}

/*# sourceMappingURL=style.css.map */
