@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 1.2;
    font-family: 'Oswald-Bold-font-two';
}


/***** Font Files *****/

@font-face {
    font-family: 'Oswald-Bold-font-one';
    src: url(../font/Oswald-Bold.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Oswald-Regular-font-two';
    src: url(../font/Oswald-Regular.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Oswald-Bold-font-two';
    src: url(../font/Now-Light.otf);
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 15px 25px;
    border: unset;
    border-radius: 15px;
    color: #ffffff;
    z-index: 1;
    background: #242889;
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #72d219;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}



h1 {
    font-family: 'Oswald-Bold-font-one';
    font-size: 103px;
    line-height: 75px;
    color: #000;
    font-weight: 500;
    margin: 0 0 17px;
    text-transform: uppercase;
}

h2 {
    font-family: 'Oswald-Regular-font-two';
    font-size: 55px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Oswald-Regular-font-two';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 0px 0;
    position: relative;
    z-index: 1;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000000;
    padding: 10px 20px;
    font-size: 16px;
}




.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #ffc746;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 100px;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    /* background: rgba(0, 0, 0, 0.1); */
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */


header {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 30px;
    left: 0;
}

.menuSec .row {
    background: #fff;
    padding: 23px 0px;
    border-radius: 50px;
}

.header-logo {
    text-align: center;
    margin-bottom: -38px;
    position: relative;
    z-index: 0;
    width: 80%;
    margin: 0 auto;
}

.header-icon-bag {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-icon-bag a i {
    height: 40px;
    width: 40px;
    background: #fff7ce;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #000;
    font-size: 20px;
}
.header-logo img {
    width: 19% !important;
    border-radius: 50%;
    height: 200px !important;
}
.font-orange {
    color: #e05f01;
}

.font-sideone-header {
    font-size: 67px;
}

.font-side-twoheader {
    font-size: 148px;
}

.banner_text p {
    color: #000;
    font-size: 27px;
    margin-bottom: 22px;
}

.side-btn {
    color: #ffffff;
}

.side-btn {
    display: flex;
    align-items: center;
}

.side-btn-text {
    /* height: 20px; */
    padding: 7px 20px;
    background: #000;
    border-radius: 25px;
}

.side-btn-icon {
    height: 36px;
    width: 36px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-img img {
    height: 139vh;
    width: 100%;
}


.container-fluid {
    padding: 0px 115px;
}

/*chsose start*/
section.why-choose {
    padding: 160px 0px;
    position: relative;
}

.chose-bx {
    padding: 15px;
    box-shadow: 0 0 6px #00000059;
    text-align: center;
    border-radius: 15px;
    background-color: #fff;
    margin-bottom: 15px;
    width: 95%;
}

.chose-bx h6 {
    font-size: 20px;
    color: #000000;
    font-family: 'Oswald-Bold-font-two';
    line-height: 27px;
    margin: 0;
}

.chose-bx h6 span {
    display: block;
}

.chose-bx img {
    margin-bottom: 30px;
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.chose-txt h3 {
    font-size: 60px;
    line-height: 82px;
    color: #000000;
    font-weight: 600;
    width: 105%;
}

.chose-txt h3 span {
    display: block;
}

.chose-txt p {
    font-size: 16px;
    line-height: 27px;
    color: #636363;
}

section.why-choose::before {
    position: absolute;
    top: 71px;
    left: 104px;
    content: '';
    background-image: url(../images/chose-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 34%;
    height: 136px;
}

section.why-choose:after {
    position: absolute;
    bottom: 52px;
    right: -372px;
    background-image: url(../images/roll.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 34%;
    height: 136px;
    content: '';
}

h3.chose-h3 {
    position: absolute;
    top: 30%;
    left: -2%;
    height: 36%;
    font-size: 160px;
    color: #0000000f;
    transform: rotate(270deg);
    z-index: -1;
}

/*chose end*/
/*delicious start*/
section.delicious .side-btn {
    margin: 0 0 0 auto;
    /* background-color: #ffc746; */
}

section.delicious .side-btn-text {
    background-color: #ffc746;
    color: #000;
}

section.delicious .side-btn-icon {
    background-color: #ffc746;
    color: #000;
}

.delicious-txt h3 {
    font-size: 60px;
    line-height: 79px;
}

.delicious-txt h3 span {
    display: block;
}

.delicious-txt p {
    font-size: 16px;
    color: #636363;
}

.delicious-txt {
    margin-bottom: 40px;
}

.del-img {
    padding: 15px 15px 30px 15px;
    background-color: #f6f6f6;
    position: relative;
    height: 500px;
    border-radius: 25px;
}

.del-img h5 {
    font-size: 25px;
    color: #000000;
    font-family: 'Oswald-Bold-font-two';
    line-height: 30px;
    margin-top: 25px;
    text-align: center;
}

.del-img h5 span {
    /* display: block; */
}

.del-img a {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    display: block;
    width: fit-content;
    bottom: -14px;
}

a.btn-bg {
    top: 40px;
    left: 30px;
    right: auto;
}

section.delicious {
    padding-bottom: 100px;
}

/*delicious end*/
/*plan start*/
.plan-txt {
    text-align: center;
    position: relative;
}

section.plan {
    padding: 40px 0px 60px 0px;
}

.plan-txt h3 {
    font-size: 40px;
    line-height: 50px;
    color: #000000;
}

.plan-txt h3 span {
    display: block;
}

ul.days {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 70px 50px;
    background-color: #f6f6f6;
    border-radius: 10px;
    box-shadow: 0 0 7px #00000052;
}

ul.days li h3 {
    font-size: 44px;
    line-height: 40px;
    font-weight: 600;
}

ul.days li p {
    font-size: 16px;
    color: #636363;
    margin: 0;
}

.plan-txt img {
    position: absolute;
    top: 27px;
    right: 0;
}

/*plan end*/

section.organization {
    padding-bottom: 100px;
}

.nav-tabs {
    border: unset;
    justify-content: center;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 100px;
    box-shadow: 0 0 11px #00000075;
    width: fit-content;
    margin: 0 auto;
    gap: 50px;
    margin-bottom: 50px;
}

.nav-tabs li h6 {
    font-size: 16px;
    color: #000;
    font-family: 'Oswald-Regular-font-two';
    margin: 0;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    padding: 10px 10px;
    background-color: #ffc746;
    color: #000;
    border-radius: 100px;
}

.del-img.inn {
    position: relative;
    height: 560px;
}

.del-img.inn a.vid {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
}

/*real start*/
.client-main-bx ul li img {
    width: 50px;
}

.client-slid .slick-active {
    opacity: 1;
}

.client-txt-top h3 {
    font-size: 60px;
    line-height: 80px;
    color: #000000;
}

.client-txt-top h3 span {
    display: block;
}

section.client {
    padding: 80px 0px;
    background-color: #fff2ab;
    position: relative;
    margin-bottom: 80px;
}

section.client .side-btn {
    justify-content: end;
}

section.client .side-btn-text {
    background-color: #ffc746;
    color: #000;
    padding: 7px 35px;
}

section.client .side-btn-icon {
    background-color: #ffc746;
    color: #000;
}

.client-main-bx {
    padding: 20px;
    background-color: #ffff;
    border-radius: 20px;
}

.client-main-bx h4 {
    font-size: 27px;
    font-weight: 500;
    color: #000000;
    font-family: 'Poppins';
    margin: 20px 0px;
}

.client-main-bx p {
    font-size: 23px;
    color: #000000;
    line-height: 35px;
    font-family: 'Poppins';
    font-weight: 300;
    width: 86%;
    margin: 30px 0px;
}

.client-main-bx ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

.client-main-bx ul li h6 {
    font-size: 25px;
    color: #000000;
    line-height: 30px;
    margin: 0;
}

.client-main-bx ul li h6 span {
    display: block;
    font-size: 16px;
    color: #000;
}

.client-slid .slick-slide {
    margin: 0px 10px;
}

.client-slid {
    width: 100vw;
}
.client-top-img {
    position: absolute;
    top: -50px;
    left: 93px;
}

/*clent end*/
/* footer */

footer {
    background: #000000;
    padding: 60px 0;
    background-size: cover;
}

footer h2 {
    font-size: 45px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: capitalize;
    margin-bottom: 30px;
    /* border-bottom: 1px solid #9898988c; */
    display: inline-flex;
    font-family: 'Oswald-Bold-font-one';
}

.ftr-links {
    padding: 40px;
    border-right: 1px solid #ffffff73;
    height: 100%;
}

.ftr-links ul li a {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    display: block;
    margin-bottom: 15px;
    font-family: 'Oswald-Regular-font-two';
}

.ftr-links ul {
    column-count: 2;
}

footer .row {
    border: 1px solid #ffffff73;
}

.nestletter {
    padding: 60px 50px;
}

.nestletter p {
    color: #ffffffa1;
    width: 90%;
    margin-bottom: 25px;
    font-size: 14px;
    margin-top: 15px;
}

.nestletter input {
    width: 100%;
    padding: 10px;
    background: #fff;
    border: unset;
    border-radius: 0;
    color: #000;
    height: 51px;
    /* border: 1px solid #625a5a; */
    border-radius: 100px;
    outline: none;
}
.footer-logo img {
    width: 30%;
    border-radius: 50%;
}

.nestletter form {
    position: relative;
}

.nestletter form button {
    position: absolute;
    right: 0%;
    top: 6px;
    display: flex;
    border-radius: 30px;
    padding: 0px 0px;
    font-family: 'DroidSerif';
    gap: 8px;
    border: 2px solid #ca8b2b;
    width: fit-content;
    align-items: center;
    background: linear-gradient(34deg, rgba(163, 112, 31, 1) 1%, rgba(255, 248, 149, 1) 44%, rgba(202, 139, 43, 1) 100%);
    justify-content: center;
    bottom: 0;
    color: #000;
}


footer .container-fluid {
    padding: 0 7%;
}

.ftr-icons {
    padding: 30px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ffffff73;
}

.ftr-icons ul {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 20px;
    margin: 0;
}

.ftr-icons ul li a i {
    font-size: 18px;
    width: 45px;
    border: 1px solid #fff;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    transition: 0.5s;
    color: #fff;
}



.ftr-icons h2 {
    font-size: 54px;
    margin: 0;
}

.bottom-ftr {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px 50px;
    height: 100%;
    border-top: 1px solid #ffffff73;
}

.bottom-ftr p {
    margin: 0;
    color: #fff;
}

button.btn-ftr span i {
    color: #fff;
    background: #000;
    font-size: 20px;
    transform: rotate(-45deg);
    height: 60px;
    width: 60px;
    border: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

button.btn-ftr {
    background: transparent;
    border: unset;
    border-radius: 100px;
}

.footer-payment {
    border-top: 1px solid #ffffff73;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.footer-logo {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
    padding: 15px 40px;
    border-top: 1px solid #ffffff73;
    text-align: center;
}

.nestletter h2 {
    margin: 0 0 5px;
}

.ftr-icons h2 {
    font-size: 32px;
    border: 0;
}

.nestletter input::placeholder {
    color: #ffffffab;
    text-transform: capitalize;
}



.nestletter input::placeholder {
    color: #000;
}
/* footer */
.nestletter form .side-btn-icon {
    background-color: #ffc746;
    border: unset;
    border-radius: 50%;
    color: #000;
    height: 50px;
    width: 50px;
}

.nestletter form button {
    border: unset;
    background: unset;
}
/*iner-banner start*/
section.main_slider.inn .banner-img img {
    width: 100%;
    height: 730px;
    object-fit: cover;
}
section.main_slider.inn {
    position: relative;
}

img.sm-bann {
    position: absolute;
    bottom: -39px;
    left: 78px;
}
section.about-inn {
    padding: 100px 0px;
}
.abt-txt-in h3 {
    font-size: 60px;
    color: #000000;
    line-height: 80px;
}

.abt-txt-in h3 span {
    display: block;
}
.abt-txt-in p {
    font-size: 16px;
    color: #636363;
    line-height: 25px;
}
.abt-img-inn h3.chose-h3 {
    width: 94%;
    height: 100%;
    top: 0;
    transform: rotate(90deg);
    position: absolute;
    left: auto;
    right: -66px;
}

.abt-img-inn {
    position: relative;
}
ul.mealtime {
    display: flex;
    align-items: center;
    gap: 27px;
    justify-content: center;
    margin-top: 40px;
}

ul.mealtime li .chose-bx {
    width: 100%;
}
section.videos {
    padding: 100px 0px;
}
.ser-det-txt h3 {
    font-size: 42px;
    line-height: 50px;
    color: #000000;
    font-weight: 400;
}

.ser-det-txt {
    margin-top: 30px;
}

.ser-det-txt p {
    font-size: 16px;
    color: #000000;
    line-height: 28px;
}

.ser-det-txt h5 {
    font-size: 26px;
    color: #000000;
    margin-bottom: 10px;
}
section.organization.inn {
    padding-top: 100px;
}
.ser-det-txt ul {
    list-style: disc;
}
section.service-det {
    padding: 100px 0px;
}

/*Contact Start*/

section.contatc-sec {
    padding: 100px 0;
}

.pd-0 {
    padding: 0;
}

.contact-img img {
    width: 100%;
    height: 720px;
    border-radius: 30px 0 0 30px;
    object-fit: cover;
}

.contact-form {}

.contact-form {
    background: #fff;
    box-shadow: 0 0 20px 0 #0000005c;
    padding: 50px;
    border-radius: 0 30px 30px 0;
    height: 100%;
}

.contact-form input {
    width: 100%;
    height: 55px;
    border-radius: 40px;
    margin: 0 0 20px;
    border: 1px solid #333;
    padding: 0 20px;
    color: #000000;
}

.contact-form textarea {
    width: 100%;
    height: 155px;
    border-radius: 40px;
    margin: 0 0 20px;
    border: 1px solid #333;
    padding: 20px;
    color: #000;
    resize: none;
}

.contact-btn .side-btn {
    width: unset !important;
    border: 0;
    background: none;
    height: unset !important;
}

.contact-btn .side-btn .side-btn-text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffc746;
    color: #000;
    height: 55px;
}

.contact-btn .side-btn .side-btn-icon {
    color: #000;
    background: #ffc746;
    height: 55px;
    width: 55px;
}

.contact-form h2 {
    color: #000;
    font-family: 'Oswald-Bold-font-one';
    text-transform: uppercase;
    line-height: 70px;
    margin: 0 0 20px;
}

/*Contact Start*/
section.recipes-detail-sec {
    padding: 100px 0;
}

.recipesdetaol-img img {
    width: 100%;
    height: 450px;
    border-radius: 30px;
    object-fit: cover;
    margin: 0 0 60px;
}

.recipes-step h3 {
    font-size: 42px;
    color: #000;
    line-height: 52px;
}
.ftr-links h3 {
    color: #fff;
}

.ftr-links p {
    font-size: 15px;
    color: #fff;
    line-height: 24px;
}

.ftr-links p span {
    display: block;
}
.recipes-step p {
    line-height: 25px;
    color: #000;
}

section.recipes-detail-sec h4 {
    font-size: 26px;
    color: #000;
    font-family: 'Oswald-Bold-font-one';
}

section.recipes-detail-sec ul li {
    list-style: disc;
}

section.recipes-detail-sec ul {
    padding-left: 20px;
}

.recipes-ingredi {
    background: #fff;
    box-shadow: 0 0 20px 0 #0000004a;
    padding: 30px;
    border-radius: 30px;
}
.contact-form p {
    font-size: 15px;
    line-height: 24px;
}

section.service-pg {
    padding: 100px 0px 0px 0px;
}
.ser-txt-pg-top {
    text-align: center;
}

.ser-txt-pg-top h5 {
    font-size: 24px;
    font-family: 'Oswald-Bold-font-one';
    color: #000;
    margin-bottom: 28px;
}

.ser-txt-pg-top h3 {
    margin-bottom: 20px;
}
.ser-txt-pg-top p {
    width: 80%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 30px;
}
.del-img.inn img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
}

.del-img.inn a.btn-bg img {
    width: 40px;
    height: 40px;
}
.recipes-ingredi ul li p {
    font-size: 14px;
    line-height: 23px;
}
section.organization.inn .del-img.inn {
    height: 660px;
}
.ser-txt-pg-top .side-btn {
    margin: 0 auto;
}
section.ser-bi {
    padding: 100px 0px;
}


.ser-bi img {
    height: 450px;
    width: 100%;
    object-fit: cover;
}

section.basic-ser {
    padding-bottom: 50px;
}

.ser-bas-txt {
    margin-top: 30px;
}

.ser-bas-txt h4 {
    font-size: 25px;
    line-height: 35px;
    color: #000;
}

.ser-bas-txt p {
    line-height: 27px;
}
section.main_slider.inn h1 {
    line-height: 120px;
}

section.kitchen-pg {
    padding: 100px 0px;
}

.kitchen-txt {
    text-align: center;
}

.kitchen-txt h3 {
    font-size: 45px;
    line-height: 60px;
}
.kitchen-txt p {
    font-size: 16px;
    line-height: 30px;
}

.kitchen-txt {
    margin-bottom: 50px;
}
.faq-txt-kit h3 {
    font-size: 40px;
    line-height: 50px;
    color: #000;
}

.faq-txt-kit h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: #fe6701;
    margin-bottom: 10px;
}
.faq-txt-kit h6 {
    font-size: 18px;
    line-height: 28px;
    color: #fe8401;
    margin-bottom: 10px;
}
.faq-txt-kit form input {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #000;
    outline: none;
    margin-bottom: 20px;
}

.faq-txt-kit label {
    margin-bottom: 5px;
    color: #9d957b;
    font-weight: 600;
}

.faq-txt-kit form textarea {
    width: 100%;
    height: 130px;
    resize: none;
}

.faq-txt-kit form {
    padding: 40px;
    background-color: #fff9d7;
    margin-bottom: 30px;
}
section.kitchen-pg label {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 13px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.faq-txt-kit button {
    width: 34% !important;
    padding: 10px;
    border: unset;
    background-color: #000;
    margin: 20px 0px;
    border-radius: 12px;
    color: #fff;
}
.faq-txt-kit h4 {
    font-size: 35px;
    line-height: 35px;
    color: #000;
    margin: 20px 0px;
    font-weight: 700;
}
.faq-txt-kit p {
    line-height: 27px;
}
.faq-txt-kit ul li {
    font-size: 16px;
    line-height: 30px;
    list-style: auto;
}

.faq-txt-kit p.bold {
    font-size: 20px;
    font-weight: 800;
    color: #000;
}
p.small-p {
    font-size: 16px;
    line-height: 26px;
}
.del-img img {
    width: 100%;
    height: 378px;
    border-radius: 30px;
    object-fit: cover;
}



.del-img a img {
    width: 60px;
    height: 60px;
    border-radius: 100px;
}
footer.entry-footer {
    background: #fff;
}









/*Responsive Css Start*/

@media only screen and (min-width: 1600px) and (max-width: 1920px){}

@media only screen and (min-width: 1400px) and (max-width: 1599px){
    html {
    overflow-x: hidden;
}
    .menuSec ul li a {

    padding: 6px 18px;
    font-size: 14px;
}
.header-logo img {
    width: 20% !important;
    height: auto !important;
}
h1 {
    font-size: 80px;
}
.font-sideone-header {
    font-size: 50px;
}
.banner_text p {
    font-size: 22px;
}
p.small-p {
    font-size: 14px;
}
.banner-img img {
    height: 120vh;
}
.delicious-txt h3 {
    font-size: 39px;
    line-height: 40px;
}
.del-img img {
    height: 250px;
  
}
.del-img h5 {
    font-size: 20px;
   
}
.del-img {
    height: 420px;
}
.client-txt-top h3 {
    font-size: 40px;
    line-height: 60px;
}
.bottom-ftr {
    padding: 15px 22px;
}
.bottom-ftr p {
    font-size: 14px;
}
.abt-txt-in h3 {
    font-size: 50px;
  
}
.del-img.inn img {
    height: 300px;
}
.del-img.inn {

    height: 500px;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px){
html {
    overflow-x: hidden;
}
.menuSec ul li a {

    padding: 6px 18px;
    font-size: 14px;
}
.header-logo img {
    width: 20% !important;
    height: auto !important;
}
h1 {
    font-size: 80px;
}
.font-sideone-header {
    font-size: 50px;
}
.banner_text p {
    font-size: 22px;
}
p.small-p {
    font-size: 14px;
}
.banner-img img {
    height: 120vh;
}
.delicious-txt h3 {
    font-size: 39px;
    line-height: 40px;
}
.del-img img {
    height: 250px;
  
}
.del-img h5 {
    font-size: 20px;
   
}
.del-img {
    height: 420px;
}
.client-txt-top h3 {
    font-size: 40px;
    line-height: 60px;
}
.bottom-ftr {
    padding: 15px 22px;
}
.bottom-ftr p {
    font-size: 14px;
}
.abt-txt-in h3 {
    font-size: 50px;
  
}
.del-img.inn img {
    height: 300px;
}
.del-img.inn {

    height: 500px;
}


}

@media only screen and (min-width: 992px) and (max-width: 1199px){
html {
    overflow-x: hidden;
}
.header-logo img {
    width: 24%;
    height: auto !important;
}
.menuSec ul li a {
    padding: 10px 13px;
    font-size: 15px;
}
.container-fluid {
    padding: 0px 30px;
}
h1 {
    font-size: 60px;
}
.font-sideone-header {
    font-size: 35px;
}
.banner_text p {
    font-size: 16px;
    margin-bottom: 11px;
}
p.small-p {
    font-size: 12px;
    line-height: 26px;
}
.banner-img img {
    height: 100vh;
}
.chose-bx img {
    margin-bottom: 30px;
    width: 70px;
    height: 70px;
    object-fit: contain;
}
.chose-bx h6 {
    font-size: 12px;
    color: #000000;
    font-family: 'Oswald-Bold-font-two';
    line-height: 22px;
    margin: 0;
}
.chose-bx {
    padding: 15px 25px;
    width: 100%;
}
.chose-txt h3 {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 10px;
}
.chose-txt p {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 6px;
}
section.why-choose::before {
    top: 96px;
    left: 0px;
    width: 25%;
    height: 112px;
}
.delicious-txt h3 {
    font-size: 28px;
    line-height: 25px;
}
section.why-choose:after {
    bottom: 0px;
    right: 0px;
    width: 12%;
}
.del-img img {
    width: 100%;
    height: 220px;
    border-radius: 30px;
    object-fit: cover;
}
.del-img h5 {
    font-size: 16px;
}
.del-img {
    padding: 15px 6px 30px 6px;
    height: 380px;
}
.client-txt-top h3 {
    font-size: 32px;
    line-height: 50px;
}
.client-slid .slick-slide {
    margin: 0px 0px;
}
.contact-form h2 {
    line-height: 40px;
    font-size: 26px;
}
.contact-form {
    padding: 30px 20px;
}
.contact-form input {
    height: 40px;
    margin: 0px 0 14px;
    padding: 0 13px;
}
.contact-form textarea {
    border-radius: 14px;
}
button{
    width: 45% !important;
    height: unset !important;
}
    .contact-img img {
        height: 538px;
    }
.nestletter {
    padding: 50px 30px;
}
.nestletter input {
    width: 94%;
    height: 50px;
}
.nestletter form button {
    position: absolute;
    right: 0%;
    justify-content: end;
}
.ftr-links ul li a {
    font-size: 13px;
    margin-bottom: 0px;
}
footer h2 {
    font-size: 30px;
}
.ftr-links {
    padding: 40px 20px;
    border-right: 1px solid #ffffff73;
    height: 100%;
}
.footer-logo {
    padding: 15px 11px;
    text-align: center;
}
.footer-logo img {
    width: 30%;
}
.ftr-icons ul li a i {
    font-size: 14px;
    width: 35px;
    height: 35px;
}
.bottom-ftr {
    padding: 15px 20px;
}
.bottom-ftr p {
    margin: 0;
    color: #fff;
    font-size: 12px;
}
img.sm-bann {
    bottom: -39px;
    left: 0px;
    width: 15%;
}
section.main_slider.inn .banner-img img {
    height: 580px;
    
}
.abt-txt-in h3 {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 4px;
}
.abt-txt-in p {
    font-size: 15px;
    color: #636363;
    line-height: 25px;
}
.abt-img-inn.text-center img {
    height: 420px;
}
.ser-bi img {
    height: 380px;
}
.side-btn-text {
    padding: 7px 18px;
    font-size: 14px;
}
.nav-tabs {
    gap: 20px;
}
.recipes-step h3 {
    font-size: 26px;
    color: #000;
    line-height: 52px;
}
.recipes-ingredi {
    background: #fff;
    padding: 20px 10px;
    border-radius: 10px;
}
.recipesdetaol-img img {
    width: 100%;
    height: 390px;
    margin: 0 0 20px;
}
section.main_slider.inn h1 {
    line-height: 80px;
}
.del-img.inn img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
}
.del-img.inn {
    position: relative;
    height: 450px;
}
.wppb-form-field label, #wppb-login-wrap .login-username label, #wppb-login-wrap .login-password label, #wppb-login-wrap .login-auth label {
    width: 80% !important;
}

.client-main-bx {
    margin: 0 10px;
}
.contact-btn .side-btn .side-btn-icon {
    width: 90px;
}


}

@media only screen and (min-width: 768px) and (max-width: 991px){
html {
    overflow-x: hidden;
}
.header-logo img {
    width: 24%;
    height: auto !important;
}
.menuSec ul li a {
    padding: 10px 5px;
    font-size: 14px;
}
.container-fluid {
    padding: 0px 30px;
}
h1 {
    font-size: 60px;
}
.font-sideone-header {
    font-size: 35px;
}
.banner_text p {
    font-size: 16px;
    margin-bottom: 11px;
}
p.small-p {
    font-size: 12px;
    line-height: 26px;
}
.banner-img img {
    height: 100vh;
    object-fit: cover;
        object-position: -500px;
}
.chose-bx img {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.chose-bx h6 {
    font-size: 12px;
    color: #000000;
    font-family: 'Oswald-Bold-font-two';
    line-height: 22px;
    margin: 0;
}
.chose-bx {
    padding: 15px 5px;
    width: 100%;
}
.chose-txt h3 {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 10px;
}
.chose-txt p {
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 6px;
}
section.why-choose::before {
    top: 96px;
    left: 0px;
    width: 25%;
    height: 112px;
}
.delicious-txt h3 {
    font-size: 28px;
    line-height: 25px;
}
section.why-choose:after {
    bottom: 0px;
    right: 0px;
    width: 12%;
}
.del-img img {
    width: 100%;
    height: 220px;
    border-radius: 30px;
    object-fit: cover;
}
.del-img h5 {
    font-size: 16px;
}
.del-img {
    padding: 15px 6px 30px 6px;
    height: 380px;
}
.client-txt-top h3 {
    font-size: 32px;
    line-height: 50px;
}
.client-slid .slick-slide {
    margin: 0px 0px;
}
.contact-form h2 {
    line-height: 40px;
    font-size: 26px;
}
.contact-form {
    padding: 30px 20px;
}
.contact-form input {
    height: 40px;
    margin: 0px 0 14px;
    padding: 0 13px;
}
.contact-form textarea {
    border-radius: 14px;
}
button{
    width: 45% !important;
    height: unset !important;
}
    .contact-img img {
        height: 598px;
    }
.nestletter {
    padding: 50px 30px;
}
.nestletter input {
    width: 100%;
    height: 50px;
}
.nestletter form button {
    position: absolute;
    right: 0%;
    justify-content: end;
}
.ftr-links ul li a {
    font-size: 13px;
    margin-bottom: 0px;
}
footer h2 {
    font-size: 30px;
}
.ftr-links {
    padding: 40px 20px;
    border-right: 1px solid #ffffff73;
    height: 100%;
}
.footer-logo {
    padding: 15px 11px;
    text-align: end;
}
.footer-logo img {
    width: 54%;
}
.ftr-icons ul li a i {
    font-size: 14px;
    width: 35px;
    height: 35px;
}
.bottom-ftr {
    padding: 15px 20px;

}
.bottom-ftr p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}
img.sm-bann {
    bottom: -39px;
    left: 0px;
    width: 15%;
}
section.main_slider.inn .banner-img img {
    height: 580px;
    
}
.abt-txt-in h3 {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 4px;
}
.abt-txt-in p {
    font-size: 12px;
    color: #636363;
    line-height: 25px;
}
.abt-img-inn.text-center img {
    height: 460px;
}
.ser-bi img {
    height: 380px;
}
.side-btn-text {
    padding: 7px 18px;
    font-size: 14px;
}
.nav-tabs {
    gap: 20px;
}
.recipes-step h3 {
    font-size: 26px;
    color: #000;
    line-height: 52px;
}
.recipes-ingredi {
    background: #fff;
    padding: 20px 10px;
    border-radius: 10px;
}
.recipesdetaol-img img {
    width: 100%;
    height: 390px;
    margin: 0 0 20px;
}
section.main_slider.inn h1 {
    line-height: 80px;
}
.del-img.inn img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
}
.del-img.inn {
    position: relative;
    height: 450px;
}
.wppb-form-field label, #wppb-login-wrap .login-username label, #wppb-login-wrap .login-password label, #wppb-login-wrap .login-auth label {
    width: 80% !important;
}
    
    
    
}

@media only screen and (min-width: 520px) and (max-width: 767px){
    
 .slicknav_nav a:hover {
    background: #e05f01;
    color: #fff;
}
.faq-txt-kit ul {
    padding: 0px 17px !important;
}

h1 {
    font-size: 50px;
    margin-bottom: 30px;
    line-height: 0;
}
h2 {
    font-size: 35px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}
.container-fluid {
    padding: 0px 20px;
}  
    header {
        top: 0px;
        display: flex;
        align-items: center;
        justify-content: start;
        position: relative;
        background: #e05f01;
        padding-top: 10px;
    }
.container-fluid {}

    section.main_slider .container-fluid {
        padding: 0px 0px;
    }
.header-logo img {
    width: 50% !important;
    height: auto !important;
    
}
.header-logo {
    text-align: start;
    width: 100%;
}
html {
    overflow-x: hidden;
}
i.fa-solid.fa-bag-shopping {
    display: none;
}
.menuSec .row {
    background: #ffffff00;
    padding: 0px 0px;
     border-radius: unset; 
}
.menuSec {
    width: 100%;
}
.font-sideone-header {
    font-size: 27px;
}
    .banner_text p {
        font-size: 14px;
        margin-bottom: 10px;
    }
p.small-p {
    font-size: 12px;
    line-height: 26px;
}
.banner-img img {
    height: 50vh;
    width: 100%;
}
.carousel-caption {
    position: absolute;
    top: 0px;
}
.banner_text.wow.fadeInLeft.animated {
    background: #ffc746b0;
    padding: 2px 5px 20px;
}
section.why-choose {
    padding: 120px 0px 40px;
    position: relative;
}
section.why-choose::before {
    top: 40px;
    left: 35%;
}
.chose-bx h6 {
    font-size: 16px;
    color: #000000;
    font-family: 'Oswald-Bold-font-two';
    line-height: 26px;
    margin: 0;
}
.chose-bx {
    padding: 15px 5px;
    width: 95%;
}
.chose-bx img {
    margin-bottom: 15px;
    width: 100px;
    height: 100px;
    /* object-fit: cover; */
}
.chose-txt h3 {
    font-size: 38px;
    line-height: 50px;
    width: 100%;
}
.chose-txt p {
    font-size: 13px;
}
.side-btn-text {
    padding: 7px 12px;
    font-size: 12px;
}
.delicious-txt h3 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
}
.delicious-txt p {
    font-size: 12px;
    color: #636363;
}
section.delicious .side-btn {
    margin: unset;

}
.delicious-txt {
    margin-bottom: 20px;
}
.del-img {
    height: auto;
}
.del-img img {
    height: auto;
}
.del-img a img {
    width: auto;
    height: auto;
}
.del-img h5 {
    font-size: 20px;
    margin-top: 14px;
}
.client-txt-top h3 {
    font-size: 24px;
    line-height: 40px;
    color: #000000;
}
section.client .side-btn {
    justify-content: start;
    margin-bottom: 20px;
}
.client-slid .slick-slide {
    margin: 0px 0px;
}
.client-slid {
    width: 100%;
}
.client-main-bx {
    padding: 15px 15px;
    border-radius: 10px;
}
.client-main-bx h4 {
    font-size: 21px;
    margin: 10px 0px 0px;
}
.client-main-bx p {
    font-size: 14px;
    line-height: 25px;
    width: 100%;
    margin: 10px 0px;
}
.client-main-bx ul li h6 {
    font-size: 16px;
}
section.client {
    padding: 80px 0px 40px;
    margin-bottom: 0px;
}
section.contatc-sec {
    padding: 70px 0;
}
.contact-img img {
    height: 300px;
    border-radius: 0px;
}
.contact-form {
    padding: 20px 20px;
    border-radius: 0px;
}
.contact-form h2 {
    line-height: 40px;
    margin: 0 0 20px;
    font-size: 30px;
}
.contact-form input {
    height: 45px;
    border-radius: 40px;
    padding: 0 15px;
}
.contact-form textarea {
    border-radius: 10px;
}
footer {
    padding: 20px 0;
}
.ftr-links {
    padding: 10px 10px;
    border-right: 1px solid #ffffff73;
    height: 100%;
}
footer h2 {
    font-size: 35px;
    margin-bottom: 18px;
}
.ftr-links h3 {
    color: #fff;
    margin-bottom: 10px;
}
.nestletter {
    padding: 0px 10px 20px;
}
.nestletter input {
    width: 82%;
    height: 50px;
}
.nestletter form button {
    right: 0%;
}
.ftr-icons {
    padding: 10px 10px;
    display: block;
    text-align: center;
}
.ftr-icons h2 {
    font-size: 32px;
    border: 0;
    margin-bottom: 20px;
}
.footer-payment {
    justify-content: center;
    border: unset;
}
.ftr-icons ul {
    justify-content: center;
}
.ftr-icons ul li a i {
    font-size: 13px;
    width: 30px;
    height: 30px;
}
.bottom-ftr p {
    text-align: center;
    line-height: 22px;
}
section.main_slider.inn .banner-img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}
section.main_slider.inn .banner_text {
    background: #ffc746b0;
    padding: 2px 5px 0px !important;
}
img.sm-bann {
    position: absolute;
    bottom: -30px;
    left: 0px;
    width: 20%;
}
.abt-txt-in h3 {
    font-size: 31px;
    color: #000000;
    line-height: 43px;
    margin: 0px 0 10px;
}
.abt-txt-in p {
    font-size: 12px;
    color: #636363;
    line-height: 24px;
}
section.about-inn {
    padding: 50px 0px;
}
section.about-inn .mt-5 {
    margin-top: 10px !important;
}
ul.mealtime {
    display: block;
    
}
.ser-txt-pg-top h3 {
    margin-bottom: 19px;
}
.ser-txt-pg-top h5 {
    font-size: 34px;
    margin-bottom: 19px;
}
.ser-txt-pg-top p {
    width: 100%;
    font-size: 15px;
    margin-bottom: 20px;
}
.ser-bi img {
    height: 300px;
    margin-bottom: 20px;
}
.ser-basic-img img {
    width: 100%;
}
.ser-bas-txt {
    margin-top: 15px;
    margin-bottom: 30px;
}
.nav-tabs li h6 {
    font-size: 12px;
}
.nav-tabs .nav-link {
    padding: 0px;
}
.nav-tabs {
    border-radius: 12px;
    gap: 10px;
    margin-bottom: 30px;
}
.del-img.inn img {
    height: auto;
}
section.organization.inn {
    padding-top: 0px;
    padding-bottom: 0;
}
.recipesdetaol-img img {
    height: auto;
    border-radius: 10px;
    margin: 0 0 10px;
}
.recipes-step h3 {
    font-size: 22px;
    color: #000;
    line-height: 32px;
}
section.main_slider.inn h1 {
    line-height: 60px;
}
.kitchen-txt h3 {
    font-size: 35px;
    line-height: 60px;
}
.faq-txt-kit form {
    padding: 20px;
   
}
button {
    width: 44% !important;
}
.faq-txt-kit ul li {
    font-size: 13px;
    
}
.faq-txt-kit h3 {
    font-size: 28px;
    line-height: 50px;
    color: #000;
    margin-bottom: 10px;
}
.faq-txt-kit h5 {
    font-size: 15px;
   
}
.del-img.inn {
    height: auto;
}
.post-template-default .entry-content h2 {
    font-size: 40px;
    margin-bottom: 0px;
}
form#wppb-loginform {
    margin-top: 20px;
}

}

@media only screen and (min-width: 300px) and (max-width: 519px){
.slicknav_nav a:hover {
    background: #e05f01;
    color: #fff;
}
h1 {
    font-size: 50px;
    margin-bottom: 30px;
    line-height: 0;
}
h2 {
    font-size: 35px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}
.container-fluid {
    padding: 0px 20px;
}  
    header {
        top: 0px;
        display: flex;
        align-items: center;
        justify-content: start;
        position: relative;
        background: #e05f01;
        padding-top: 10px;
    }
.container-fluid {}

    section.main_slider .container-fluid {
        padding: 0px 0px;
    }
.header-logo img {
    width: 50% !important;
    height: auto !important;
    
}
.header-logo {
    text-align: start;
    width: 100%;
}
html {
    overflow-x: hidden;
}
i.fa-solid.fa-bag-shopping {
    display: none;
}
.menuSec .row {
    background: #ffffff00;
    padding: 0px 0px;
     border-radius: unset; 
}
.menuSec {
    width: 100%;
}
.font-sideone-header {
    font-size: 27px;
}
    .banner_text p {
        font-size: 14px;
        margin-bottom: 10px;
    }
p.small-p {
    font-size: 12px;
    line-height: 26px;
}
.banner-img img {
    height: 70vh;
    width: 100%;
    object-fit: cover;
}
.carousel-caption {
    position: absolute;
    top: 30px;
}
.banner_text.wow.fadeInLeft.animated {
    background: #ffc746b0;
    padding: 2px 5px 20px;
}
section.why-choose {
    padding: 80px 0px 40px;
    position: relative;
}
section.why-choose::before {
    top: 20px;
    left: 0;
    width: 22%;
}
.chose-bx h6 {
    font-size: 13px;
    color: #000000;
    font-family: 'Oswald-Bold-font-two';
    line-height: 26px;
    margin: 0;
}
.chose-bx {
    padding: 15px 5px;
    width: 95%;
}
.chose-bx img {
    margin-bottom: 15px;
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.chose-txt h3 {
    font-size: 28px;
    line-height: 42px;
    width: 100%;
}
.chose-txt p {
    font-size: 13px;
}
.side-btn-text {
    padding: 7px 12px;
    font-size: 12px;
}
.delicious-txt h3 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
}
.delicious-txt p {
    font-size: 12px;
    color: #636363;
}
section.delicious .side-btn {
    margin: unset;

}
.delicious-txt {
    margin-bottom: 20px;
}
.del-img {
    height: auto;
}
.del-img img {
    height: 130px;
}
.del-img a img {
    width: auto;
    height: auto;
}
.del-img h5 {
    font-size: 20px;
    margin-top: 14px;
}
.client-txt-top h3 {
    font-size: 24px;
    line-height: 40px;
    color: #000000;
    text-align: center;
}
section.client .side-btn {
    justify-content: center;
    margin-bottom: 20px;
}
.client-slid .slick-slide {
    margin: 0px 0px;
}
.client-slid {
    width: 100%;
}
.client-main-bx {
    padding: 15px 15px;
    border-radius: 10px;
}
.client-main-bx h4 {
    font-size: 21px;
    margin: 10px 0px 0px;
}
.client-main-bx p {
    font-size: 14px;
    line-height: 25px;
    width: 100%;
    margin: 10px 0px;
}
.client-main-bx ul li h6 {
    font-size: 16px;
}
section.client {
    padding: 80px 0px 40px;
    margin-bottom: 0px;
}
section.contatc-sec {
    padding: 70px 0;
}
.contact-img img {
    height: 300px;
    border-radius: 0px;
}
.contact-form {
    padding: 20px 20px;
    border-radius: 0px;
}
.contact-form h2 {
    line-height: 40px;
    margin: 0 0 20px;
    font-size: 30px;
}
.contact-form input {
    height: 45px;
    border-radius: 40px;
    padding: 0 15px;
}
.contact-form textarea {
    border-radius: 10px;
}
footer {
    padding: 20px 0;
}
.ftr-links {
    padding: 10px 10px;
    border-right: 1px solid #ffffff73;
    height: 100%;
}
footer h2 {
    font-size: 35px;
    margin-bottom: 18px;
}
.ftr-links h3 {
    color: #fff;
    margin-bottom: 10px;
}
.nestletter {
    padding: 0px 10px 20px;
}
.nestletter input {
    width: 86%;
    height: 50px;
}
.nestletter form button {
    right: 1%;
    top: 5px;
}
.ftr-icons {
    padding: 10px 10px;
    display: block;
    text-align: center;
}
.ftr-icons h2 {
    font-size: 32px;
    border: 0;
    margin-bottom: 20px;
}
.footer-payment {
    justify-content: center;
    border: unset;
}
.ftr-icons ul {
    justify-content: center;
}
.ftr-icons ul li a i {
    font-size: 13px;
    width: 30px;
    height: 30px;
}
.bottom-ftr p {
    text-align: center;
    line-height: 22px;
}
section.main_slider.inn .banner-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    /* object-position: right; */
}
section.main_slider.inn .banner_text {
    background: #ffc746b0;
    padding: 2px 5px 0px !important;
}
img.sm-bann {
    position: absolute;
    bottom: -30px;
    left: inherit;
    width: 22%;
    right: 0;
}
.abt-txt-in h3 {
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    margin: 0px 0 10px;
}
.abt-txt-in p {
    font-size: 12px;
    color: #636363;
    line-height: 24px;
}
section.about-inn {
    padding: 50px 0px;
}
section.about-inn .mt-5 {
    margin-top: 10px !important;
}
ul.mealtime {
    display: block;
    
}
.ser-txt-pg-top h3 {
    margin-bottom: 20px;
    
}
.ser-txt-pg-top h5 {
    font-size: 19px;
    margin-bottom: 19px;
}
.ser-txt-pg-top p {
    width: 100%;
    font-size: 12px;
    margin-bottom: 20px;
}
.ser-bi img {
    height: 300px;
    margin-bottom: 20px;
}
.ser-basic-img img {
    width: 100%;
}
.ser-bas-txt {
    margin-top: 15px;
    margin-bottom: 30px;
}
.nav-tabs li h6 {
    font-size: 12px;
}
.nav-tabs .nav-link {
    padding: 0px;
}
.nav-tabs {
    border-radius: 12px;
    gap: 10px;
    margin-bottom: 30px;
}
.del-img.inn img {
    height: auto;
}
section.organization.inn {
    padding-top: 0px;
    padding-bottom: 0;
}
.recipesdetaol-img img {
    height: auto;
    border-radius: 10px;
    margin: 0 0 10px;
}
.recipes-step h3 {
    font-size: 22px;
    color: #000;
    line-height: 32px;
}
section.main_slider.inn h1 {
    line-height: 60px;
}
.kitchen-txt h3 {
    font-size: 35px;
    line-height: 60px;
}
.faq-txt-kit form {
    padding: 20px;
   
}
button {
    width: 44% !important;
}
.faq-txt-kit ul li {
    font-size: 13px;
    
}
.faq-txt-kit h3 {
    font-size: 28px;
    line-height: 50px;
    color: #000;
    margin-bottom: 10px;
}
.faq-txt-kit h5 {
    font-size: 15px;
   
}
.del-img.inn {
    height: auto;
}
.post-template-default .entry-content h2 {
    font-size: 40px;
    margin-bottom: 0px;
}
form#wppb-loginform {
    margin-top: 20px;
}
.faq-txt-kit ul {
    padding: 0px 17px !important;
}

h3.chose-h3 {
    position: absolute;
    top: 1%;
    left: 90px;
    height: 36%;
    font-size: 80px;
    color: #0000000f;
    transform: rotate(0deg);
    z-index: -1;
}
section.why-choose:after{
    position: absolute;
    bottom: -78px;
    right: 8px;
    background-image: url(../images/roll.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14%;
    height: 136px;
    content: '';
}
section.delicious {
    padding-bottom: 100px;
    padding-top: 80px;
}
.contact-btn .side-btn .side-btn-icon {
    height: 55px;
    width: 105px;
}
.inn .carousel-item.active {
    height: 100px;
}

    
}

/*Responsive Css End*/






