body {
    margin: 0;
    font-family: "Satoshi" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff !important;
    overflow: hidden;
}

.hero-group {
    border: 1.5px solid rgba(243, 207, 0, 0.36);
    border-radius: 50%;
    width: 146px;
    height: 146px;
    top: -52px;
    right: -42px;
}

#recipe_video {
    padding-top: 90px
}

::-webkit-scrollbar:horizontal {
    display: none;
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

html,
body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

.latest-recipe-section-mobile {
    display: none;
}

.header-component {
    background-color: #f3cf00;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.header-login-btn {
    background: #1f1f1f;
    border-radius: 75px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #d5d5d5;
    padding: 15px 33px;
    border: none;
    font-family: "Satoshi-Medium" !important;
    text-decoration: none
}

.header-login-btn:hover {
    color: #d5d5d5;
}

.container-padding{
    padding-top: 210px;
}

.nav-item:not(:last-child) {
    padding-right: 30px;
    position: relative;
    font-family: "Satoshi-Regular" !important;
    font-size: 18px;
    line-height: 22px;
    color: #1f1f1f !important;
    cursor: pointer;
    list-style-type: none !important;
}

.nav-item:not(:first-child) {
    padding-left: 30px;
}

.nav-item::before {
    content: "";
    position: absolute;
    background-color: #4d4d4d;
    right: 0;
    width: 1px;
    height: 200%;
    bottom: -13px;
}

.nav-item,
.nav-item:hover {
    text-decoration: none;
    font-weight: 100;
    color: #4d4d4d;
}

a.nav-item:hover {
    font-weight: 100;
    color: white;
    border-bottom: 2px solid #fff;
    border-bottom-width: 3px;
}

img.nav-item:hover {
    font-weight: 100;
    color: white;
    border-bottom: 2px solid #fff;
    border-bottom-width: 3px;
}

#last-child {
    font-family: "Satoshi-Regular" !important;
    font-size: 18px;
}

.hero-section {
    height: 100vh;
    background: #1f1f1f;
    padding-top: 200px;
}

.hero-text {
    font-family: "Satoshi-Bold";
    font-weight: 700;
    font-size: 64px;
    line-height: 86px;
    color: #ffffff;
}

.side-right-fixed.save-recipes {
    position: fixed;
    right: 0;
    top: 50%;
    margin: auto;
    display: inline-block;
}

.side-right-fixed.save-recipes .btn {
    border-radius: 40px 0px 0px 40px;
    padding: 2px 0px 2px 5px;
    color: #ffffff;
    border: 0px;
}


/*side-bottom-right-fixed*/

.side-bottom-right-fixed {
    position: fixed;
    right: 0;
    top: auto;
    bottom: 50px;
    margin: auto;
    display: inline-block;
}

.modal.popup-searchbar {
    padding-right: 0px !important;
}

.modal.popup-searchbar .modal-dialog {
    max-width: 100%;
    margin: 0px;
    padding: 0;
}

.modal.popup-searchbar .modal-content {
    min-height: 100vh;
    border: 0px none;
    border-radius: 0px;
}

.modal.popup-searchbar .modal-body {
    background-color: #000000;
    color: rgba(255, 255, 255, 0.5);
}

.modal.popup-searchbar .close {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    z-index: 4;
    opacity: 1 !important;
}

.modal.popup-searchbar .form-group .input-group .form-control,
.modal.popup-searchbar .form-group .input-group .btn {
    color: #ffffff;
    border-color: #000000;
    border-bottom: #ffffff 1px solid;
    border-radius: 0px;
}

.modal.popup-dark {
    padding-right: 0px !important;
}

.modal.popup-dark .modal-dialog {
    max-width: 100%;
    margin: 0px;
    padding: 0;
}

.modal.popup-dark .modal-content {
    min-height: 100vh;
    border: 0px none;
    border-radius: 0px;
}

.modal.popup-dark .modal-body {
    background-color: #000000;
}

.modal.popup-dark .container {
    background-color: #ffffff;
}

.modal.popup-dark .close {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    cursor: pointer;
    z-index: 4;
    opacity: 1 !important;
    background-color: #F3CF00;
    border-radius: 40px;
}

.modal.popup-dark .form-group .input-group .form-control,
.modal.popup-searchbar .form-group .input-group .btn {
    color: #ffffff;
    border-bottom: #ffffff 1px solid;
    border-radius: 0px;
}

.rounded-pill {
    border-radius: 15px !important;
}

.hero-first-wrapper {
    width: 50%;
}

.hero-second-wrapper {
    padding-right: 35px;
}

.hero-img-attach-2 {
    bottom: -29px;
    right: -35px;
}

.hero-img-attach-1 {
    top: 40px;
    right: 40px;
}

.hero-img-group {
    top: 0px;
    right: 0px;
}

.hero-group {
    border: 1.5px solid rgba(243, 207, 0, 0.36);
    border-radius: 50%;
    width: 146px;
    height: 146px;
    top: -50px;
    right: -48px;
}

.cta-btn-icon-wrapper {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-cta-btn-wrapper {
    background: #f3cf00;
    border-radius: 41px;
    width: 33%;
    padding: 2px;
    cursor: pointer;
}

.hero-cta-btn-wrapper p {
    margin-left: 22px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1f1f1f;
    font-family: "Satoshi-Medium";
}

.feature-section,
.suggest-section,
.advert-section,
.latest-recipe-section,
.soulfil-pro-section {
    background-color: #fff;
}

.section-title {
    font-family: "Satoshi-Bold";
    font-weight: 700;
    font-size: 33px;
    line-height: 49px;
    color: #1f1f1f;
}

.feature-icon-wrapper {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-subtitle {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    font-family: "Satoshi-Bold";
    color: #1f1f1f;
}

.feature-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    font-family: "Satoshi-Regular";
    color: #000000;
}

.suggest-section .section-title {
    width: 29%;
}

.select-option {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-family: "Satoshi-Regular";
    position: relative;
    cursor: pointer;
}

.select-option:not(:last-child) {
    margin-right: 30px;
}

.options-wrapper {
    border-bottom: 2px solid #d9d9d9;
}

.select-option:first-child {
    padding-left: 12px;
}

.select-option:last-child {
    padding-right: 12px;
}

.select-option.active {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    font-family: "Satoshi-Bold";
    color: #f3cf00;
    position: relative;
}

.select-option:first-child.active::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 2px;
    bottom: -18px;
    background: #f3cf00;
    left: -12px;
}

.select-option:last-child.active::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 2px;
    bottom: -18px;
    background: #f3cf00;
    right: -12px;
}

.select-option.active::before {
    content: "";
    position: absolute;
    width: 105%;
    height: 2px;
    bottom: -18px;
    background: #f3cf00;
}

.search-more-btn {
    background: #f3cf00;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #212121;
    padding: 15px 50px;
    background: #f3cf00;
    border-radius: 75px;
    border: none;
    font-family: "Satoshi-Medium";
    text-decoration: none;
}

.search-more-btn:hover {
    text-decoration: none;
    cursor: pointer;
}

.advert-card-wrapper {
    background: #efefef;
    height: 368px;
    background: #efefef;
}

.ads-text {
    font-weight: 900;
    font-size: 112px;
    line-height: 151px;
    text-align: center;
    color: #d8d8d8;
    font-family: "Satoshi-Black";
}

.trending-recipe-section {
    background: #1f1f1f;
}

.latest-recipe-section-mobile {
    background: #e6e6e6;
}

.latest-recipe-section-mobile .section-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    /* identical to box height */
    color: #000000;
    font-family: "Satoshi-Bold";
}

.trending-recipe-section .section-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    /* identical to box height */
    text-align: center;
    color: #ffffff;
    font-family: "Satoshi-Bold";
}

.picked-recipe-section {
    background: #f2f2f2;
}

.picked-recipe-section .section-title {
    font-weight: 500;
    font-size: 33px;
    line-height: 49px;
    /* identical to box height */
    color: #000000;
    font-family: "Satoshi-Medium";
}

.pro-section-card {
    background: #1f1f1f;
    border-radius: 39px;
    overflow: hidden;
}

.kitchen-pro-text {
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    font-family: "Satoshi-Bold";
    color: #ffffff;
}

.kitchen-pro-text span {
    color: #f3cf00;
}

.pro-right-container {
    margin-left: 69px;
    width: 36%;
}

.kitchen-pro-content {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #b6b6b6;
    font-family: "Satoshi-Regular";
}

.kitchen-pro-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */
    color: #212121;
    padding: 15px 50px;
    background: #f3cf00;
    border-radius: 75px;
    border: none;
    font-family: "Satoshi-Medium";
}

.pro-icon {
    top: -37px;
    right: -4px;
}

.subscribe-input,
.subscribe-input:focus {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    border: 1px solid #eae6d4 !important;
    border-radius: 6px !important;
}

footer {
    background: #fefae5;
}

.subscribe-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1f1f1f;
    font-family: "Satoshi-Medium";
}

.message-icon {
    right: 15px;
    top: 5.5px;
    cursor: pointer;
}

.footer-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #1f1f1f;
    font-family: "Satoshi-Bold";
}

.footer-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #343434;
    font-family: "Satoshi-Regular";
}

.footer-text>a {
    text-decoration: none;
    color: #343434;
}

.footer-text>a:hover {
    text-decoration: underline;
    color: #343434;
}

.social-icon-wrapper {
    width: 32.17px;
    height: 32.17px;
    background: #eae6d4 !important;
    border-radius: 50%;
}

.copyright-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */
    text-align: center;
    color: #343434;
    font-family: "Satoshi-Regular";
    border-top: 2px solid #dfdbc5;
}

.half-recipe {
    /* height: 248px; */
    overflow: hidden;
    width: 100%;
    border-radius: 15px;
}

.full-recipe {
    height: 100%;
    overflow: hidden;
    width: 100%;
    border-radius: 15px;
}

.half-recipe img {
    object-fit: cover;
    width: 100%;
    /* height: 248px; */
}

.full-recipe img {
    object-fit: cover;
    width: 100%;
    height: 486px;
}

.recipe-flex-gap {
    gap: 20px;
}

.arrow-icon-wrapper {
    padding: 2.2px 16px;
    border: 1px solid #4d4d4d;
    border-radius: 27px;
    cursor: pointer;
}

.arrow-icon-wrapper.white_icon {
    border: 1px solid #dadada;
    padding: 8px 20px !important;
    border-radius: 27px;
}

.left-arrow {
    margin-right: 10px;
}

.food-img {
    width: 100%;
    border-radius: 15px;
    height: 100%;
    object-fit: cover;
}

.food-img-wrapper {
    position: relative;
    height: 230px;
    width: 100%;
}

.food-img-wrapper-adj {
    width: 204px;
    height: 251px;
}

.food-img-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* width: 20em;
  height: 20em; */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 29.69%, rgba(0, 0, 0, 0.7) 100%);
    border-radius: 15px;
}

.food-img-wrapper .food-name,
.food-img-wrapper .hero-section-food-name {
    font-weight: 500;
    font-size: 16.7593px;
    line-height: 23px;
    color: #ffffff;
    font-family: "Satoshi-Medium";
    position: absolute;
    text-align: center;
    padding: 14px;
    bottom: 0;
    width: 100%;
}

.food-img-wrapper .hero-section-food-name {
    font-weight: 700;
    font-family: "Satoshi-Bold";
}

@media (max-width: 767px) {
    #latest-recipe-desktop {
        display: none;
    }
    .latest-recipe-section-mobile {
        display: block;
    }
    .hero-first-wrapper {
        width: 100%;
        margin-bottom: 60px;
        text-align: center;
    }
    .hero-text {
        font-size: 45px;
        line-height: 40px;
    }
    .hero-second-wrapper {
        padding-right: 0;
    }
    .hero-cta-btn-wrapper {
        width: 60%;
        margin: auto;
    }
    .section-title {
        margin-bottom: 2rem !important;
        font-size: 25px;
        padding-top: 33px;
    }
    .suggest-section .section-title {
        width: 100%;
    }
    .ads-text {
        font-size: 45px;
    }
    .advert-card-wrapper {
        height: unset;
    }
    .trending-recipe-section .section-title {
        font-size: 25px;
        text-align: left !important;
    }
    .half-recipe,
    .full-recipe {
        margin-bottom: 1rem !important;
        height: 350px;
    }
    .picked-recipe-section .section-title {
        font-weight: 500;
        font-size: 27px;
    }
    .pro-section-img {
        object-fit: cover;
        width: 100%;
    }
    .pro-right-container {
        width: 100%;
        margin-left: 0;
    }
    .kitchen-pro-text {
        font-size: 30px;
        margin-top: 12px;
    }
    .kitchen-pro-content {
        font-size: 17px;
    }
    .kitchen-pro-btn {
        width: 100%;
    }
    .copyright-text {
        margin-top: 1.5rem;
        margin-bottom: 1.7rem;
    }
    .hero-img {
        object-fit: cover;
        width: 100%;
    }
    .hero-group {
        top: -52px;
        right: -42px;
    }
    .options-wrapper {
        /* background-color: #333; */
        overflow: auto;
        white-space: nowrap;
    }
    .options-wrapper p {
        display: inline-block;
        text-align: center;
        /* padding: 14px; */
        text-decoration: none;
        margin-bottom: 0.5em;
    }
    .select-option:first-child {
        padding-left: 0px;
    }
    .select-option:not(:last-child) {
        margin-right: 12px;
    }
    .select-option:first-child.active::before {
        width: 110%;
        bottom: -10px;
    }
    #hero-container {
        width: 320px !important;
        height: 380px !important;
    }
    .feature-section {
        padding-top: 50px !important;
    }
}

@media (max-width: 380px) {
    .hero-section {
        padding-top: 200px;
    }
    .hero-text {
        font-size: 20px;
        line-height: 40px;
    }
    #hero-container {
        width: 295px !important;
        height: 274px !important;
    }
    #latest-recipe-desktop {
        display: none;
    }
    .latest-recipe-section-mobile {
        display: block;
    }
    .feature-section {
        padding-top: 60px !important;
    }
}

.menubar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #1f1f1f;
    overflow-x: hidden;
    transition: 0.5s;
}

.menubar a {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
}

.menubar button {
    background-color: #f3cf00 !important;
    color: #1f1f1f;
}

.page-hero {
    padding-top: 100px;
}