@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,700&family=Raleway:ital,wght@0,200;0,300;0,400;0,500;0,600;0,800;0,900;1,400;1,500;1,600&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:ital,wght@0,300;0,700;1,300&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,700&family=Raleway:ital,wght@0,200;0,300;0,400;0,500;0,600;0,800;0,900;1,400;1,500;1,600&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* ::-webkit-scrollbar {
    display: none;
} */

a:hover {
    text-decoration: none !important;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    margin-top: 0 !important;
}

.smal_txt {
    font-size: 38px !important;
}

.pt_80 {
    padding-top: 30px;
}

.pb_80 {
    padding-bottom: 30px;
}

.center {
    text-align: left !important;
}

.main_heading h3 {
    font-family: "Playfair Display", serif;
    text-align: center;
    margin: 30px 0px;
    position: relative;
    font-size: 25px;
}

nav.navbar.navbar-expand-lg {
    align-items: center;
}

.hedaer_social {
    margin-bottom: 0;
}

a.navbar-brand img {
    width: 130px;
}

.main_heading h3::before {
    content: "";
    bottom: -8px;
    right: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    background: #daae1e;
    height: 2px;
    width: 100px;
}

.main_heading .heading_small {
    font-size: 22px;
    font-style: italic;
    font-weight: 200;
    margin-top: 0;
}

.Carrot_pera {
    font-size: 11px;
    font-weight: 600;
    margin: 15px 0px;
    color: #333333;
    line-height: 21px;
    margin-bottom: 53px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

.home-banner {
    padding: 0px 30px;
}

.Carrot_pera img {
    max-height: 125px;
    object-fit: cover;
    width: 100%;
    cursor: pointer;
}
.getfree {
    color: #fff;
    letter-spacing: 0px;
    font-size: 20px;
    font-family: "Playfair Display", serif;
    font-style: italic;
    text-align: left;
}

.contact_layout input,
.contact_layout textarea {
    border: 1px solid #ccc;
    background-color: #fbfbfb8a;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    border-radius: 0.2rem;
}



/* header */

ul.navbar-nav li a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    margin: 0px 12px;
    color: #777;
    text-decoration: none;
    letter-spacing: 1px;
}

#menu-home .current-menu-item a {
    color: #daae1e !important;
}

.hedaer_social li a {
    color: #000;
    margin: 0px 5px;
    font-size: 25px;
}

.top_des_bg {
    background: #faf2e1;
    padding: 14px 0px;
    position: sticky;
    top: 54px;
    z-index: 999;
    max-height: 220px;
    margin-bottom: 35px;
}

header {
    position: sticky;
    top: -2px;
    z-index: 999;
    background: #fff;
}

.top_des p {
    font-size: 12px;
    margin: 0px;
    color: #5e5e5e;
    font-weight: 500;
}

.top_des p a {
    text-decoration: underline;
    color: #5e5e5e;
}

.Soup_layout {
    padding-top: 21px;
}
/* header end */


/* Recipie page  start*/

.recipes_pera {
    font-size: 16px;
    line-height: normal;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 53px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #333333;
    padding: 10px 15px 0;
}
.abt-padd {
    padding-bottom: 40px;
}
input#search_value {
    height: 60px;
    margin: 0 auto;
    font-size: 27px;
}

.temp-recipe .main_heading h3::before {
    bottom: -11px;
    width: 100px;
}

.loading_btn button:hover {
    color: #555;
}

.loading_btn button {
    border: 1px solid #777777;
    padding: 8px 45px;
    color: #555;
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 20px;
    border-radius: 0px;
}

.search_bar .fa-search {
    color: #777777;
    position: absolute;
    right: 12px;
    top: 16px;
    font-size: 26px;
}

.row.recipe_list img {
    max-height: 268px;
    width: 100%;
}


/* Recipie page end */
a:hover{
    text-decoration: none;

}
.soup_layout{
    padding-top: 40px;
}
.stories-page .Carrot_pera img {
    max-height: 270px!important;
    object-fit: cover;
}
/* Recipie inner page start */

.Soup_layout_btn button i {
    color: #555;
    padding-right: 10px;
    font-size: 17px;
}

.Soup_layout_btn button:hover {
    color: #8d8b8b;
}

.Soup_layout_btn button {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 5px 19px;
    color: #8d8b8b;
    font-family: "Playfair Display", serif;
    font-style: italic;
}

.Soup_layout_icons ul li a i {
    border: 1px solid #ccc;
    border-radius: 50%;
    margin: 0px 5px;
    padding: 3px;
    width: 33px;
    height: 33px;
    line-height: inherit;
}

.Soup_layout_icons ul li a:nth-child(1) {
    color: #3c5899;
}

.Soup_layout_icons ul li a:nth-child(2) {
    color: #0ea1eb;
}

.Soup_layout_icons ul li a:nth-child(3) {
    color: #c8242b;
}

.Soup_layout_cont p,
.soup_ingredients ul li {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #333333;
    font-size: 16px;
}

.soup_ingredients .heading_small::before {
    left: 0 !important;
    margin-left: inherit;
    width: 100% !important;
}

.soup_ingredients h3::before {
    width: 100%;
}


/* Recipie inner page end */


/* storiee  page start */

.storie_haeding h3 {
    font-family: "Playfair Display", serif;
    text-align: start;
    margin: 30px 0px;
    position: relative;
    font-style: italic;
    font-size: 24px;
    font-weight: 400;
}

.storie_haeding h3::before {
    content: "";
    bottom: -10px;
    left: 0;
    position: absolute;
    background: #daae1e;
    height: 2px;
    width: 100px;
}

.storie_cont h6 {
    color: #daae1e;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}

.storie_cont h4 {
    font-family: "Playfair Display", serif;
    margin: 10px 0px;
    color: #000;
    font-size: 30px;
}

.storie_cont p {
    color: #333333;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    margin-top: 25px;
}

.storie_cont {
    border: #555;
}

a.learn_link {
    font-size: 16px;
    color: #333333 !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 600 !important;
}

.learn_link i {
    top: 0px;
    position: relative;
    left: 3px;
    font-size: 14px;
}

.stories_list img {
    max-height: 298px;
}

.what-we-have {
    margin-top: 30px;
    margin-bottom: 20px;
}

.feature_cont .main_heading h3::before {
    bottom: -8px;
    height: 2px;
    width: 112px;
}

.what-we-have .storie_cont h4 {
    margin-bottom: 20px;
}


/* storiee  page start */


/* storiee inner page start */

.Storie_pera p {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #333333;
    font-size: 16px;
}

.temp-storie .stories_list img {
    max-height: 298px;
    min-height: 210px;
    object-fit: cover;
}

.contact-banner {
    margin-top: -35px;
}

.Storie_pera p span {
    top: -30px;
    left: 15px;
    position: absolute;
    font-size: 60px;
    font-family: "Playfair Display", serif;
}

.temp-storie .storie_cont p {
    color: #333333;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 25px;
}

.featured-products .main_heading h3::before {
    bottom: -17px;
}

.featured-products .main_heading h3 {
    margin-bottom: 40px;
}

.temp-storie .storie_cont h4 {
    font-family: "Playfair Display", serif;
    margin: 10px 0px;
    color: #000;
    font-size: 22px;
    margin-bottom: -10px;
}


/* storiee inner page end */


/* about page start */

.banner_bg h3 {
    position: absolute;
    bottom: 4%;
    left: 10%;
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 30px;
    font-weight: 200;
}


/* about page start end*/


/* events page */

.contact_adress p:first-child {
    text-transform: uppercase;
}

.search_bar input,
.search_bar button {
    border-radius: 0px !important;
}

.search_bar input {
    border: 1px solid #707070 !important;
    min-height: 55px;
}

.search_bar button:hover {
    background: #daae1e;
    color: #fff;
}

.search_bar button {
    background: #daae1e;
    font-family: "Playfair Display", serif;
    color: #fff;
    position: absolute;
    font-style: italic;
    right: 0;
    top: 0;
    min-height: 55px;
    font-size: 20px;
    /* width: 0; */
    border: 0;
}

.search-container {
    margin: 0 auto;
    padding: 0;
}


/* events page end*/


/* contact page */

.search_bar input::placeholder {
    font-family: "Playfair Display", serif;
    font-style: italic;
}

.contact_layout input,
.contact_layout textarea {
    border: 1px solid #ccc;
    background-color: #fbfbfb8a;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    border-radius: 0.25rem;
}

.contact_layout label {
    font-size: 14px;
    color: #999999;
    display: block;
    margin: 10px 0px;
}

.contact_adress p {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
}

.wpforms-field-sublabel,
.wpforms-field-sublabel {
    margin: initial !important;
}

textarea.wpforms-field-medium {
    height: 181px;
    margin-bottom: 20px;
}

.Soup_layout {
    margin-top: 15px !important;
}



/* contact page end*/


/* home page start */

#bg_shape {
    position: relative;
}

#bg_shape::before {
    background: #faf2e1;
    content: "";
    left: 15px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.feature_cont {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0, -50%);
}

.feature_bg {
    position: relative;
}

.feature_bg .videobtn {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0, -50%);
}

.Featuredslider {
    overflow: hidden;
}

.Featuredslider .item {
    margin: 0px 10px;
}


/* .Featuredslider .item img {
   
    min-height: 260px;
} */

.Featuredslider .item p {
    font-size: 16px;
    line-height: normal;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 53px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #333333;
    padding: 10px 15px 0;
}

#home_slider .slick-prev {
    left: 0px;
}

#home_slider .slick-next {
    right: 0px;
}

#home_slider .slick-prev,
#home_slider .slick-next {
    font-size: 52px;
    line-height: 0;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    z-index: 9;
    top: -60px;
    bottom: 0;
    margin: auto;
    opacity: 0.5;
}

.slick-prev:before,
.slick-next:before {
    font-family: "Font Awesome 5 Pro" !important;
    color: #4c4c4cf0 !important;
    font-weight: 600;
    font-size: 27px !important;
}

.slick-prev:before {
    content: "\f053" !important;
}

.slick-next:before {
    content: "\f054" !important;
}

.slick-prev.slick-disabled:before,
.slick-prev:before,
.slick-next:before {
    opacity: 1 !important;
    display: block;
    line-height: initial;
}

.signmeup_bg {
    background-image: url(../images/signme_bg.png);
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 190px;
    position: relative;
    background-color: #eeeef1;
}


/* .signmeup_bg::before {
    content: "";
    position: absolute;
    left: 0;
    background-color: #eeeef1;
    width: 58%;
    height: 100%;
    top: 0;
} */

.getfree {
    color: #fff;
    letter-spacing: 0px;
    font-size: 20px;
    font-family: "Playfair Display", serif;
    font-style: italic;
    text-align: left;
}

.update_area {
    position: relative;
    top: 35%;
    left: 0px;
    right: 0;
    margin: 0 auto;
}


/* home page end */

.feature_cont .storie_cont p {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 15px;
}


/* footer */

.footer_bg {
    background: #777777;
}

.signmeup_bg .search-container.mx-auto {
    margin: inherit !important;
    padding: 0;
}

.footer_pera {
    color: #fff;
    text-align: start;
    padding: 10px 0px;
    margin: 0;
    font-size: 14px;
}


/* footer end*/


/* single page css */

.single_page_img,
.single_page_des {
    padding: 0px 30px;
}

.single_page_des h4 {
    font-size: 26px;
    color: #333333;
    margin: 20px 0px;
    letter-spacing: .075em;
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
}

.single_page_des h6 {
    margin: 25px 0px;
    text-transform: none;
    letter-spacing: .1em;
    font-weight: 600;
    line-height: 1em;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #333333;
    font-size: 16px;
}

.single_page_des p {
    line-height: 2.2em;
    padding-right: 25px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #333333;
    font-size: 16px;
}

.table_size label,
.table_size select {
    opacity: .60;
    font-size: 18px;
    line-height: 2.2em;
    letter-spacing: .02em;
    font-weight: 600;
    padding-right: 25px;
}

.table_size select {
    padding: 7px 10px;
    border: none;
    background: #a7a7a71f;
    line-height: 2.2em;
    letter-spacing: .02em;
    font-family: 'Open Sans Condensed', sans-serif;
    width: 200px;
    overflow: hidden;
}

.solid_btn p {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-style: normal;
    line-height: 1em;
    color: rgba(82, 82, 82, .7);
    margin: 20px 0px;
}

.solid_btn button {
    font-size: 20px;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
    /* font-weight: 600; */
    border: 0;
    outline: 0;
    display: inline-block;
    padding: 14px 45px;
    background: #daae1e;
    font-family: "Playfair Display", serif;
    color: #fff;
    margin-bottom: 20px;
    font-style: italic;
}

.single_page_detail p,
.single_page_detail a {
    line-height: 2.2em;
    padding-right: 25px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #333333;
    font-size: 16px;
}

.single_page_detail a {
    text-decoration: underline;
    padding: 0;
}

.single_page_detail h4 {
    text-align: center;
    font-size: 26px;
    color: #333333;
    margin: 20px 0px;
    letter-spacing: .075em;
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
}


/* single page css end*/


/* model css */

.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff !important;
    opacity: 1 !important;
}


/* model css end */
.getfree {
    color: #fff;
    letter-spacing: 0px;
    font-size: 20px;
    font-family: "Playfair Display", serif;
    font-style: italic;
    text-align: left;
}

.contact_layout input,
.contact_layout textarea {
    border: 1px solid #ccc;
    background-color: #fbfbfb8a;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    border-radius: 0.2rem;
}

button.wpforms-submit {
    border: 2px solid #000;
    padding: 5px 20px;
    background: #fff;
    font-weight: 500;
    border-radius: 5px;
    margin-bottom: 40px;
    font-size: 14px;
    padding: 8px  30px;
    border-radius: 3px;
    letter-spacing: 1px;
    text-transform: uppercase;
  
}

/* media quaries start */

@media (min-width: 768px) {
    .abt-padd {
        padding-left: 27px;
    }
}

@media screen and (max-width: 767px) {
    .Soup_layout_btn.ml-4 {
        margin-left: 0px !important;
    }
    ul.p-0.hedaer_social {
        padding-left: 12px !important;
    }
    .Soup_layout_btn button.btn {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }

    .single_page_img, .single_page_des {
        padding: 0px 0px;
    }
    .Soup_layout_icons {
        margin-top: 20px;
    }
    .row.recipe_list img {
        max-height: 300px;
        width: 100%;
    }
    .center {
        text-align: center !important;
    }
    .storie_cont p {
        font-size: 15px;
    }
    .storie_cont h4,
    .smal_txt {
        font-size: 26px;
    }
    .Featuredslider .item p {
        font-size: 12px;
    }
    #home_slider .slick-prev,
    #home_slider .slick-next {
        top: -60px;
    }
    .Carrot_pera img {
        max-height: 290px !important;
    }
}

@media screen and (max-width: 991px) {
    .feature_cont {
        position: initial;
        top: initial;
        transform: initial;
    }
    .top_des_bg {
        position: initial !important;
    }
    #bg_shape::before,
    .signmeup_bg::before {
        display: none;
    }
    .signmeup_bg {
        background-size: cover;
    }
    img.videobtn {
        width: 40%;
    }
    .storie_cont p {
        width: 100% !important;
    }
    ul.navbar-nav .menu-item {
        margin: 7px 0px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 1000px !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1320px !important;
    }
    .getfree {
        font-size: 36px;
        color: #000000;
    }
    .row.recipe_list {
        width: 100%;
    }
    .main_heading .heading_small {
        font-size: 26x;
    }
    .main_heading h3::before {
        width: 150px;
    }
    .storie_cont h4 {
        font-size: 36px;
    }
    .Carrot_pera {
        font-size: 16px;
        font-size: 14px;
        font-weight: 600;
    }
    .top_des p {
        font-size: 13px;
    }
    .storie_cont p {
        font-size: 18px;
    }
    .temp-storie .storie_cont h4 {
        font-size: 30px;
    }
    .main_heading h3 {
        font-size: 36px;
    }
}

@media (min-width: 1280px) {
    .wpforms-field-row.wpforms-field-medium {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .wpforms-field-name-first,
    .wpforms-field-name-last {
        min-width: 410px;
    }
}


/* media quaries end */


/* new css */

a#more_posts {
    border: 1px solid #707070;
    padding: 8px 35px;
    color: #777;
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 20px;
    border-radius: 0px;
    margin: 0 auto;
    display: block;
    max-height: 50px;    max-width: 198px;
    width: 100%;
    margin-top: 20px;
    width: 100%;
    max-width: 200px;
}

.Soup_layout_cont p {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #333333;
    font-size: 16px;
}

.Soup_layout_cont.p-5,
.soup_ingredients.main_heading.px-5 {
    padding: 20px 0px !important;
    padding-left: 25px !important;
}

.soup_ingredients .Soup_layout_cont.p-5 {
    padding-left: 0 !important;
}

.page_loading {
    width: 100%;
    margin: 0 auto;
}

.page_loading img {
    display: block;
    margin: 0 auto;
}

input#search_value {
    height: 65px;
    margin: 0 auto;
}

.search_bar input::placeholder {
    font-size: 28px;
}

h3.getfree span {
    font-weight: 700;
}

a#no_more {
    display: block;
    margin: 0 auto;
}

.storie_inner_img {
    width: 100%;
}

.alert_msg .alert-danger {
    color: #fff;
    background-color: #dc3545;
    padding: 10px 15px;
    border-radius: 3px;
}

.modal-footer button,
.make_pay .btn {
    /* background: #000000; */
    background: #daae1e;
    color: #fff !important;
    border: 0;
}

.notification_payment_success h3,
.notification_payment_fail h3 {
    font-weight: 700;
    font-size: 26px;
    color: #daae1e;
}

h4.modal-title {
    font-weight: 700;
    font-size: 28px;
    color: #daae1e;
}

span.transaction_numer {
    font-weight: bold;
}

.row.recipe_list img {
    cursor: pointer;
}

input.ticket_input {
    padding: 7px 10px;
    border: none;
    background: #a7a7a71f;
    line-height: 2.2em;
    letter-spacing: .02em;
    font-family: 'Open Sans Condensed', sans-serif;
    width: 200px;
    overflow: hidden;
}


/* new css end*/