@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");

@import url(owl.carousel.min.css);
@import url(animate.css);
@import url(magnific-popup.css);
@import url(classy-nav.min.css);
@import url(nice-select.min.css);

:root {
    --primary-color: #df3c00;
    --primary-color-dark: #b12900;
    --secondary-color: #1989ff;
    --gray-color: #4d4d4d;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
    width: device-width;
}
body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    line-height: 1.3;
    font-weight: 600;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
.h1,
h1 {
    font-size: 2.5rem;
}
.h2,
h2 {
    font-size: 2rem;
}
.h3,
h3 {
    font-size: 1.75rem;
}
.h4,
h4 {
    font-size: 1.5rem;
}
.h5,
h5 {
    font-size: 1.25rem;
}
.h6,
h6 {
    font-size: 1rem;
}

p {
    color: #9b9b9b;
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
}
article,
aside,
dialog,
figcaption,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
dfn {
    font-style: italic;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
a,
a:hover,
a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #000000;
    font-weight: 600;
    font-size: 14px;
    color: #474747;
}

ul,
ol {
    margin: 0;
}
ul li,
ol li {
    list-style: none;
}

img {
    height: auto;
    max-width: 100%;
}

.py-50{
    padding-top: 50px;
    padding-bottom: 50px;
}

/* Spacing */
.my-5 {
    margin-bottom: 3rem !important;
    margin-top: 3px !important;
}

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

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

/* Height */
.height-400 {
    height: 400px !important;
}

.height-500 {
    height: 500px !important;
}

.height-600 {
    height: 600px !important;
}

.height-700 {
    height: 700px !important;
}

.height-800 {
    height: 800px !important;
}

/* Section Padding */
.section-padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-padding-80-0 {
    padding-top: 80px;
    padding-bottom: 0;
}

.section-padding-0-80 {
    padding-top: 0;
    padding-bottom: 80px;
}

/* Section Heading */
.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
    text-align: center;
}
.section-heading h3 {
    font-size: 30px;
    margin-bottom: 0;
}
.section-heading.text-left {
    text-align: left !important;
}
.section-heading.white h3 {
    color: #ffffff;
}

/* Preloader */
#preloader {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5000;
}
#preloader img {
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}
#preloader .circle-preloader {
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid #ccc;
    border-bottom-color: var(--secondary-color);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: spin 2s infinite linear;
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* Miscellaneous */
.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-dark {
    background-color: #000000 !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.font-bold {
    font-weight: 700;
}

.font-light {
    font-weight: 300;
}

.bg-overlay {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
}
.bg-overlay::after {
    background-color: rgba(10, 12, 18, 0.6);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #ffffff;
    right: 0;
    padding-right: 0;
    width: 30px;
    height: 30px;
    background-color: var(--primary-color);
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    right: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
        right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
        right: 0;
    }
}

input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    border-color: transparent;
}

.nice-select {
    border: none;
    background-color: #f3f5f8;
    border: 2px solid rgb(223, 60, 0, 0.2);
    border-radius: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #2f2f2f;
}
.nice-select span {
    color: #2f2f2f;
}
.nice-select::after {
    right: 20px;
}
.nice-select .list {
    background-color: #ffffff;
    border-color: rgb(223, 60, 0, 0.2);
    border-style: solid;
    border-top: 3px;
    border-bottom: 3px;
    border-radius: 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    margin-top: 0;
    width: 100%;
}

/* ScrollUp */
#scrollUp {
    background-color: var(--primary-color);
    border-radius: 0;
    bottom: 60px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 24px;
    height: 40px;
    line-height: 38px;
    right: 60px;
    text-align: center;
    width: 40px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
#scrollUp:hover {
    background-color: #141414;
}
@media only screen and (max-width: 767px) {
    #scrollUp {
        bottom: 30px;
        right: 30px;
    }
}

/* Button */
.delicious-btn {
    display: inline-block;
    min-width: 160px;
    height: 50px;
    color: #ffffff;
    border: none;
    border-left: 3px solid var(--primary-color-dark);
    border-radius: 0;
    padding: 0 30px;
    font-size: 16px;
    line-height: 48px;
    font-weight: 600;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-transform: capitalize;
    background-color: var(--primary-color);
}
.delicious-btn.active,
.delicious-btn:hover,
.delicious-btn:focus {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: var(--secondary-color);
    border-color: var(--primary-color);
}
.delicious-btn.btn-2 {
    background-color: var(--secondary-color);
    border-color: var(--primary-color);
}
.delicious-btn.btn-2.active,
.delicious-btn.btn-2:hover,
.delicious-btn.btn-2:focus {
    background-color: var(--primary-color);
    border-color: var(--secondary-color);
}
.delicious-btn.btn-3 {
    background-color: #474747;
    border-color: var(--secondary-color);
}
.delicious-btn.btn-3.active,
.delicious-btn.btn-3:hover,
.delicious-btn.btn-3:focus {
    background-color: var(--primary-color);
    border-color: var(--secondary-color);
}
.delicious-btn.btn-4 {
    background-color: transparent;
    border: 3px solid var(--primary-color);
    line-height: 48px;
    color: var(--primary-color);
}
@media only screen and (max-width: 767px) {
    .delicious-btn.btn-4 {
        height: 40px;
        line-height: 33px;
    }
}
.delicious-btn.btn-4.active,
.delicious-btn.btn-4:hover,
.delicious-btn.btn-4:focus {
    line-height: 48px;
    color: #ffffff;
    background-color: var(--primary-color);
}
@media only screen and (max-width: 767px) {
    .delicious-btn.btn-4.active,
    .delicious-btn.btn-4:hover,
    .delicious-btn.btn-4:focus {
        height: 40px;
        line-height: 33px;
    }
}
@media only screen and (max-width: 767px) {
    .delicious-btn {
        height: 40px;
        line-height: 39px;
    }
}

.classynav ul li .megamenu .single-mega .title {
    display: flex;
    justify-content: space-between;
    background-color: var(--primary-color);
    padding: 2px 14px;
}

.classynav ul li .megamenu .single-mega .title p {
    font-size: 16px;
    color: #ffffff;
}

.classy-menu a:focus,
.classy-menu a:hover {
    transition-duration: 0.5s;
    color: #ffffff;
    background-color: var(--secondary-color);
}

/* :: 5.0 Header Area CSS */
.header-area {
    position: relative;
    z-index: 100;
    width: 100%;
}
.header-area .top-header-area {
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    border-bottom: 1px solid #dddee9;
}
@media only screen and (max-width: 767px) {
    .header-area .top-header-area {
        height: 70px;
    }
}
.header-area .top-header-area .breaking-news {
    position: relative;
    z-index: 1;
}
.header-area .top-header-area .breaking-news .ticker {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.header-area .top-header-area .breaking-news .ticker ul {
    width: 100%;
    position: relative;
    z-index: 1;
}
.header-area .top-header-area .breaking-news .ticker ul li {
    display: none;
    width: 100%;
}
.header-area .top-header-area .breaking-news .ticker ul li a {
    font-size: 14px;
    color: #b6b6b6;
    font-style: italic;
}
.header-area .top-header-area .breaking-news .ticker ul li a:hover,
.header-area .top-header-area .breaking-news .ticker ul li a:focus {
    color: var(--primary-color);
}
.header-area .top-header-area .top-social-info a {
    display: inline-block;
    color: #b6b6b6;
    font-size: 13px;
    margin-right: 30px;
}
.header-area .top-header-area .top-social-info a:last-child {
    margin-right: 0;
}
.header-area .top-header-area .top-social-info a:hover,
.header-area .top-header-area .top-social-info a:focus,
.header-area .top-header-area .top-social-info a.active {
    color: var(--primary-color);
}
.header-area .delicious-main-menu {
    position: fixed;
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    border-bottom: 1px solid #dddee9;
    z-index: 100;
}
@media only screen and (max-width: 767px) {
    .header-area .delicious-main-menu {
        height: 80px;
    }
}
.header-area .delicious-main-menu .classy-nav-container {
    background-color: transparent;
}
.header-area .delicious-main-menu .classy-navbar {
    height: 80px;
    padding: 0;
}
@media only screen and (max-width: 767px) {
    .header-area .delicious-main-menu .classy-navbar {
        height: 80px;
    }
}
.header-area .delicious-main-menu .classy-navbar .classynav ul li a {
    font-weight: 600;
}
.header-area .delicious-main-menu .classy-navbar .classynav ul li a:hover,
.header-area .delicious-main-menu .classy-navbar .classynav ul li a:focus {
    font-weight: 600;
}
.header-area .delicious-main-menu .classy-navbar .classynav > ul > li > a {
    text-transform: uppercase;
    padding: 12px 25px 10px;
    background-color: transparent;
    border-bottom: 3px solid transparent;
    line-height: 1;
    color: #474747;
    font-weight: 600;
}
.header-area .delicious-main-menu .classy-navbar .classynav > ul > li > a:hover,
.header-area
    .delicious-main-menu
    .classy-navbar
    .classynav
    > ul
    > li
    > a:focus {
    font-size: 14px;
    color: #ffffff;
    background-color: var(--primary-color);
    border-bottom: 3px solid var(--primary-color-dark);
}
.header-area
    .delicious-main-menu
    .classy-navbar
    .classynav
    > ul
    > li
    > a:hover::after,
.header-area
    .delicious-main-menu
    .classy-navbar
    .classynav
    > ul
    > li
    > a:focus::after {
    color: #ffffff;
}
.header-area
    .delicious-main-menu
    .classy-navbar
    .classynav
    > ul
    > li.active
    > a {
    color: #ffffff;
    background-color: var(--primary-color);
    border-bottom: 3px solid var(--primary-color-dark);
}
.header-area
    .delicious-main-menu
    .classy-navbar
    .classynav
    > ul
    > li.active
    > a::after {
    color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .header-area .nav-brand img {
        max-width: 90px;
    }
    .header-area .delicious-main-menu .classy-navbar .classynav .megamenu .single-mega  a {
        font-weight: 400;
        font-size: 10px;
    }
    .header-area .delicious-main-menu .classy-navbar .classynav .dropdown li a {
        font-weight: 400;
        font-size: 14px;
        padding-left: 32px;
    }
}

/* :: 6.0 Welcome Area CSS */
.hero-area {
    position: relative;
    z-index: 1;
    margin-left: 0%;
    margin-right: 0%;
}

.hero-slides {
    position: relative;
    padding-top: 80px;
    z-index: 1;
}
.hero-slides .single-hero-slide {
    width: 100%;
    height: 840px;
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slides .single-hero-slide {
        height: 650px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slides .single-hero-slide {
        height: 650px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-slides .single-hero-slide {
        height: 650px;
    }
}
.hero-slides .single-hero-slide .hero-slides-content {
    position: relative;
    z-index: 1;
    padding: 60px 50px;
    border-left: 3px solid var(--primary-color);
    background-color: rgba(24, 24, 24, 0.54);
}
@media only screen and (max-width: 767px) {
    .hero-slides .single-hero-slide .hero-slides-content {
        padding: 30px 20px;
    }
}
.hero-slides .single-hero-slide .hero-slides-content h2 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .hero-slides .single-hero-slide .hero-slides-content h2 {
        font-size: 24px;
    }
}
.hero-slides .single-hero-slide .hero-slides-content p {
    font-size: 16px;
    margin-bottom: 50px;
    color: #ffffff;
}
.hero-slides .owl-prev,
.hero-slides .owl-next {
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    top: 50%;
    margin-top: -20px;
    left: 4%;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border-bottom: 3px solid var(--secondary-color);
}
@media only screen and (max-width: 767px) {
    .hero-slides .owl-prev,
    .hero-slides .owl-next {
        font-size: 13px;
    }
}
.hero-slides .owl-next {
    left: auto;
    right: 4%;
}
.hero-slides:hover .owl-prev,
.hero-slides:hover .owl-next {
    opacity: 1;
    visibility: visible;
}
.hero-slides .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 50px;
    z-index: 10;
    width: 80%;
    left: 17%;
}
.hero-slides .owl-dots .owl-dot {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-right: 10px;
}
.hero-slides .owl-dots .owl-dot.active {
    color: var(--secondary-color);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breakpoint-on .classynav ul li.cn-dropdown-item > a::after,
    .breakpoint-on .classynav ul li.megamenu-item > a::after {
        top: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .breakpoint-on .classynav ul li.cn-dropdown-item > a::after,
    .breakpoint-on .classynav ul li.megamenu-item > a::after {
        top: 10px;
    }
}

/* :: 7.0 Top Catagory Area */
.single-top-catagory {
    position: relative;
    z-index: 2;
    margin-bottom: 80px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    overflow: hidden;
}
.single-top-catagory img {
    width: 100%;
    height: 250px;
}
.single-top-catagory::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 5;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    background: -webkit-linear-gradient(to right, #000, rgba(0, 0, 0, 0.1));
    background: linear-gradient(to right, #000, rgba(0, 0, 0, 0.1));
}
.single-top-catagory .top-cta-content {
    position: absolute;
    top: 50%;
    left: 40px;
    width: auto;
    height: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}
.single-top-catagory .top-cta-content h3 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
    .single-top-catagory img {
        height: 175px;
    }
    .single-top-catagory .top-cta-content h3 {
        font-size: 18px;
    }
}
.single-top-catagory .top-cta-content h6 {
    color: #ffffff;
    margin-bottom: 30px;
    display: block;
    font-weight: 400;
}
@media only screen and (max-width: 767px) {
    .single-top-catagory .top-cta-content h6 {
        margin-bottom: 10px;
    }
}

/* :: 8.0 Best Receipe Area */
.best-receipe-area {
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
}

.single-best-receipe-area {
    position: relative;
    z-index: 1;
}
.single-best-receipe-area img {
    border-bottom: 3px solid var(--secondary-color);
}
.single-best-receipe-area img:hover {
    border-bottom: 3px solid var(--primary-color);
}
.single-best-receipe-area .receipe-content a {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}
.single-best-receipe-area .receipe-content a p {
    color: var(--primary-color);
}
.single-best-receipe-area .receipe-content h5 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 400;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.single-best-receipe-area .receipe-content h5:hover,
.single-best-receipe-area .receipe-content h5:focus {
    color: var(--primary-color);
}
.single-best-receipe-area .receipe-content .ratings i {
    font-size: 11px;
    color: var(--secondary-color);
    display: inline-block;
    padding: 0 1px;
}

/* :: 9.0 Cta Area */
.cta-area {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 675px;
    background-attachment: fixed;
}
.cta-area .cta-content h2 {
    font-size: 72px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cta-area .cta-content h2 {
        font-size: 48px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-area .cta-content h2 {
        font-size: 48px;
    }
}
@media only screen and (max-width: 767px) {
    .cta-area .cta-content h2 {
        font-size: 30px;
    }
}
.cta-area .cta-content p {
    color: #ffffff;
    margin-bottom: 100px;
    font-size: 24px;
}
@media only screen and (max-width: 767px) {
    .cta-area .cta-content p {
        margin-bottom: 50px;
    }
}

/* :: 10.0 Small Receipe Area */
.small-receipe-area {
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
}

.single-small-receipe-area {
    position: relative;
    z-index: 1;
    border: 3px solid rgba(32, 32, 32, 0.05);
    padding: 10px;
    margin-bottom: 50px;
}
.single-small-receipe-area:hover {
    border: 3px solid rgb(223, 60, 0, 0.25);
}
.single-small-receipe-area .receipe-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
    width: 120px;
    padding-right: 20px;
}
.single-small-receipe-area .receipe-content span {
    font-size: 11px;
    display: block;
    color: var(--primary-color);
}
.single-small-receipe-area .receipe-content a {
    display: block;
}
.single-small-receipe-area .receipe-content a h5 {
    color: #474747;
    font-size: 20px;
    margin-bottom: 5px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-small-receipe-area .receipe-content a h5 {
        font-size: 16px;
    }
}
.single-small-receipe-area .receipe-content a h5:hover,
.single-small-receipe-area .receipe-content a h5:focus {
    color: var(--primary-color);
}
.single-small-receipe-area .receipe-content .ratings i {
    font-size: 11px;
    color: var(--secondary-color);
    display: inline-block;
    padding: 0 1px;
}
.single-small-receipe-area .receipe-content p {
    font-size: 13px;
    margin-bottom: 0;
    color: #9b9b9b;
}

/* :: 11.0 Quote Area */
.quote-area {
    position: relative;
    z-index: 1;
    border: 10px solid var(--primary-color);
    padding: 40px 25px;
    margin-bottom: 80px;
}
.quote-area span {
    font-size: 48px;
    font-style: italic;
    margin-bottom: 30px;
    display: block;
    color: var(--primary-color);
    line-height: 1;
}
.quote-area h4 {
    font-size: 24px;
    line-height: 1.5;
    font-style: italic;
    margin-bottom: 40px;
    color: #474747;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .quote-area h4 {
        font-size: 20px;
    }
}
.quote-area p {
    color: #474747;
    font-size: 16px;
    margin-bottom: 50px;
}
.quote-area .date-comments .date {
    font-size: 12px;
    color: var(--primary-color);
}
.quote-area .date-comments .comments {
    font-size: 12px;
    color: #9b9b9b;
}

/* :: 12.0 Newsletter Area */
.newsletter-area {
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
}
.newsletter-area h4 {
    font-size: 24px;
    margin-bottom: 20px;
    display: block;
    font-weight: 900;
    color: #474747;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .newsletter-area h4 {
        font-size: 20px;
    }
}

.newsletter-form {
    padding: 30px 15px 15px;
}
.newsletter-form form input {
    width: 100%;
    height: 60px;
    border: none;
    background-color: #ffffff;
    color: #9b9b9b;
    font-size: 14px;
    font-style: italic;
    border-left: 3px solid var(--secondary-color);
    padding: 0 20px;
    margin-bottom: 20px;
}
.newsletter-form p {
    margin-top: 30px;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 0;
    font-style: italic;
}

/* :: 13.0 Delicious Adds */
.delicious-add {
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
}
.delicious-add img {
    width: 100%;
}

/* :: 14.0 Blog Area */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-sidebar-area {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .blog-sidebar-area {
        margin-top: 80px;
    }
}

.single-blog-area {
    position: relative;
    border: 3px solid rgba(32, 32, 32, 0.05);
    z-index: 1;
}
.single-blog-area .blog-thumbnail {
    position: relative;
    z-index: 1;
}
.single-blog-area .blog-thumbnail .post-date {
    width: 75px;
    height: 100px;
    background-color: var(--primary-color);
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .single-blog-area .blog-thumbnail .post-date {
        top: 10px;
        left: 10px;
    }
}
.single-blog-area .blog-thumbnail .post-date a {
    color: #ffffff;
    padding: 18px 10px;
    display: block;
    line-height: 1.1;
    font-size: 14px;
    font-weight: 400;
}
.single-blog-area .blog-thumbnail .post-date a span {
    font-size: 30px;
    font-weight: 700;
    display: block;
}
.single-blog-area .blog-thumbnail .post-date:hover,
.single-blog-area .blog-thumbnail .post-date:focus {
    background-color: var(--secondary-color);
}
.single-blog-area .blog-content {
    position: relative;
    z-index: 1;
    padding: 16px 16px 16px 16px;
}

.single-blog-area .blog-content .post-title {
    font-size: 22px;
    color: #474747;
    margin-bottom: 10px;
}
.single-blog-area .blog-content .post-title:hover,
.single-blog-area .blog-content .post-title:focus {
    color: var(--primary-color);
}
.single-blog-area .blog-content .meta-data {
    font-size: 12px;
    color: #a4a4a4;
    margin-bottom: 20px;
}
.single-blog-area .blog-content .meta-data a {
    text-decoration: underline;
    font-size: 12px;
    color: #a4a4a4;
}
.single-blog-area .blog-content .meta-data a:hover,
.single-blog-area .blog-content .meta-data a:focus {
    color: var(--primary-color);
}

.single-widget {
    position: relative;
    z-index: 1;
}
.single-widget h6 {
    margin-bottom: 50px;
    font-size: 24px;
    color: var(--primary-color);
    border: 3px solid var(--primary-color);
    padding: 4px 16px;
    display: block;
}
.single-widget .list {
    padding-left: 30px;
}
.single-widget .list li a {
    display: block;
    font-size: 18px;
    color: #ffffff;
    padding: 8px 16px;
    background-color: var(--primary-color);
    border-bottom: 3px solid var(--primary-color-dark);
}
.single-widget .list li a:hover {
    background-color: var(--secondary-color);
}

.pagination {
    position: relative;
    z-index: 1;
}
.pagination .page-link {
    padding: 0;
    font-size: 16px;
    margin-right: 5px;
    border: none;
    color: #474747;
}
.pagination .page-link:hover,
.pagination .page-link:focus {
    background-color: transparent;
    color: var(--primary-color);
}
.pagination .page-item.active .page-link {
    background-color: transparent;
    color: var(--primary-color);
}

/* :: 15.0 Receipe Area */
.receipe-post-search {
    position: relative;
    z-index: 20;
}
.receipe-post-search form input {
    width: 100%;
    height: 60px;
    background-color: #f3f5f8;
    border: 2px solid rgb(223, 60, 0, 0.2);
    font-size: 14px;
    padding: 0 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .receipe-post-search .col-12 {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .receipe-post-search .col-12 {
        margin-bottom: 15px;
    }
}

.receipe-slider {
    position: relative;
    z-index: 1;
}
.receipe-slider .owl-prev,
.receipe-slider .owl-next {
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    top: 50%;
    margin-top: -20px;
    left: 4%;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border-bottom: 3px solid var(--secondary-color);
}
@media only screen and (max-width: 767px) {
    .receipe-slider .owl-prev,
    .receipe-slider .owl-next {
        font-size: 14px;
    }
}
.receipe-slider .owl-next {
    left: auto;
    right: 4%;
}
.receipe-slider:hover .owl-prev,
.receipe-slider:hover .owl-next {
    opacity: 1;
    visibility: visible;
}

.receipe-headline span {
    font-size: 14px;
    display: block;
    color: #a4a4a4;
    margin-bottom: 0;
}
.receipe-headline h2 {
    font-size: 36px;
    color: #474747;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .receipe-headline h2 {
        font-size: 24px;
    }
}
.receipe-headline .receipe-duration {
    border-left: 3px solid var(--primary-color);
    padding: 15px;
}
.receipe-headline .receipe-duration h6 {
    font-size: 15px;
    margin-bottom: 5px;
}
.receipe-headline .receipe-duration h6:last-child {
    margin-bottom: 0;
}

.receipe-ratings .ratings {
    margin-bottom: 30px;
}
.receipe-ratings i {
    font-size: 24px;
    color: var(--primary-color);
    padding: 0 6px;
}
.receipe-ratings i:hover {
    color: var(--secondary-color);
}
.receipe-ratings p {
    font-size: 20px;
}

.single-preparation-step {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}
.single-preparation-step p {
    font-size: 18px;
}
.single-preparation-step h4 {
    color: #474747;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ingredients {
        margin-bottom: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .ingredients {
        margin-bottom: 80px;
    }
}
.ingredients h4 {
    color: #474747;
    margin-bottom: 30px;
}
.ingredients .custom-checkbox .custom-control-label::before {
    border-radius: 0;
}
.ingredients .custom-control-label::before {
    width: 30px;
    height: 30px;
    background-color: #f3f5f8;
}
.ingredients .custom-control {
    margin-bottom: 24px;
    min-height: 35px;
}
.ingredients .custom-control-label {
    margin-bottom: 0;
    padding-top: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #2f2f2f;
}
.ingredients .custom-control-label::after {
    top: 10px;
    left: 5px;
    width: 20px;
    height: 20px;
}

.ingredients .custom-checkbox img {
    width: 24px;
    height: 24px;
    margin-inline: 10px;
}

/* :: 16.0 Footer Area CSS */
.footer-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 140px;
    background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
    .footer-area {
        height: 150px;
        border-top: 1px solid #ebebeb;
        margin-top: 30px;
    }
}
.footer-area .footer-social-info {
    padding-right: 15px;
}
.footer-area .footer-social-info a {
    display: inline-block;
    color: #b6b6b6;
    font-size: 13px;
    margin-right: 30px;
}
.footer-area .footer-social-info a:last-child {
    margin-right: 0;
}
.footer-area .footer-social-info a:hover,
.footer-area .footer-social-info a:focus {
    color: var(--primary-color);
}
.footer-area p {
    color: #4b4b4b;
    font-weight: 600;
    margin-bottom: 0;
    padding-left: 15px;
}
@media only screen and (max-width: 767px) {
    .footer-area p {
        padding-left: 0;
    }
}
.footer-area p a {
    color: #4b4b4b;
    font-weight: 600;
}
.footer-area p a:hover,
.footer-area p a:focus {
    color: var(--primary-color);
}
@media only screen and (max-width: 767px) {
    .footer-area .footer-logo {
        max-width: 90px;
    }
}

.follow-us-instagram {
    position: relative;
    z-index: 1;
    border-top: 1px solid #dcdcdc;
}
.follow-us-instagram h5 {
    font-size: 18px;
    padding: 35px 0;
    margin-bottom: 0;
}
.follow-us-instagram .insta-feeds {
    position: relative;
    z-index: 1;
}
.follow-us-instagram .insta-feeds .single-recipe-feeds {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.2857%;
    flex: 0 0 14.2857%;
    max-width: 14.2857%;
    width: 14.2857%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .follow-us-instagram .insta-feeds .single-recipe-feeds {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .follow-us-instagram .insta-feeds .single-recipe-feeds {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        width: 20%;
    }
}
.follow-us-instagram .insta-feeds .single-recipe-feeds img {
    width: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.follow-us-instagram .insta-feeds .single-recipe-feeds .download-hiddable-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: last baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.follow-us-instagram
    .insta-feeds
    .single-recipe-feeds
    .download-hiddable-btn
    a {
    display: inline-block;
    font-size: 16px;
}
.follow-us-instagram .insta-feeds .single-recipe-feeds:hover img {
    -webkit-transform: scale(1.2) rotate(2.5deg);
    transform: scale(1.2) rotate(2.5deg);
}
.follow-us-instagram
    .insta-feeds
    .single-recipe-feeds:hover
    .download-hiddable-btn {
    opacity: 1;
    visibility: visible;
}

/* :: 17.0 Breadcumb Area CSS */
.breadcumb-area {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 245px;
    padding-top: 100px;
}
@media only screen and (max-width: 767px) {
    .breadcumb-area {
        height: 220px;
    }
}
.breadcumb-area .breadcumb-text h2 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 0;
    color: #ffffff;
}
@media only screen and (max-width: 767px) {
    .breadcumb-area .breadcumb-text h2 {
        font-size: 24px;
    }
}

/* :: 17.0 Breadcumb Home Area CSS */
.breadcumb-home-area {
    position: relative;
    width: 100%;
    height: 100px;
}
@media only screen and (max-width: 767px) {
    .breadcumb-home-area {
        height: 150px;
    }
}
.breadcumb-home-area .breadcumb-text h2 {
    font-size: 30px;
    margin-bottom: 0;
    color: #ffffff;
}
@media only screen and (max-width: 767px) {
    .breadcumb-home-area .breadcumb-text h2 {
        font-size: 24px;
    }
}

/* About Us Area */
.sub-heading {
    line-height: 2;
    font-size: 18px;
    text-align: center;
}
/* About Us Area */
.sub-heading-2 {
    line-height: 2;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
}

/* :: 18.0 Contact Area CSS */
.map-area {
    position: relative;
    z-index: 2;
}
.map-area #googleMap {
    width: 100%;
    height: 680px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .map-area #googleMap {
        height: 500px;
    }
}
@media only screen and (max-width: 767px) {
    .map-area #googleMap {
        height: 350px;
    }
}

.single-contact-information {
    position: relative;
    z-index: 1;
}
.single-contact-information h6 {
    font-size: 14px;
    border-bottom: 2px solid var(--primary-color);
    display: inline-block;
    color: var(--primary-color);
}

.contact-form-area .form-control {
    height: 52px;
    width: 100%;
    background-color: #f3f5f8;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 15px;
    border: none;
    border-left: 3px solid #f3f5f8;
    border-radius: 0;
    padding: 15px 30px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.contact-form-area .form-control:focus {
    border-left: 3px solid var(--primary-color);
    box-shadow: none;
}
.contact-form-area textarea.form-control {
    height: 200px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

/* :: 19.0 Elements Area CSS */
.elements-title h2 {
    font-size: 30px;
    margin-bottom: 70px;
    color: #4b4b4b;
}

.single-pie-bar h6 {
    font-size: 18px;
    margin-bottom: 0;
}

.single-cool-fact {
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 80px;
}
.single-cool-fact img {
    display: block;
    margin: 0 auto 10px;
}
.single-cool-fact h3 {
    font-size: 48px;
    margin-bottom: 10px;
    color: var(--secondary-color);
    font-weight: 700;
}
.single-cool-fact h6 {
    font-size: 18px;
    margin-bottom: 0;
}

/* Accordians */
.single-accordion.panel {
    background-color: #ffffff;
    border: 0 solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 0 transparent;
    margin-bottom: 15px;
}
.single-accordion:last-of-type {
    margin-bottom: 0;
}
.single-accordion h6 {
    margin-bottom: 0;
    text-transform: uppercase;
}
.single-accordion h6 a {
    border-radius: 0;
    background-color: var(--primary-color);
    color: #ffffff;
    border-left: 3px solid var(--secondary-color);
    display: block;
    margin: 0;
    padding: 20px 60px 20px 20px;
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
}
.single-accordion h6 a span {
    font-size: 10px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 23px;
}
.single-accordion h6 a span.accor-open {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.single-accordion h6 a.collapsed {
    background-color: #f3f5f8;
    color: #9b9b9b;
    border-left: 3px solid var(--primary-color);
}
.single-accordion h6 a.collapsed span.accor-close {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.single-accordion h6 a.collapsed span.accor-open {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.single-accordion .accordion-content {
    border-top: 0 solid transparent;
    box-shadow: none;
}
.single-accordion .accordion-content p {
    padding: 20px 15px 5px;
    margin-bottom: 0;
}

/* Tabs CSS*/
.delicious-tabs-content {
    position: relative;
    z-index: 1;
}
.delicious-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 50px;
}
.delicious-tabs-content .nav-tabs .nav-link {
    background-color: #f3f5f8;
    color: #9b9b9b;
    border: none;
    border-left: 3px solid var(--primary-color);
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    margin: 0 2px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .delicious-tabs-content .nav-tabs .nav-link {
        padding: 0 10px;
    }
}
@media only screen and (max-width: 767px) {
    .delicious-tabs-content .nav-tabs .nav-link {
        padding: 0 10px;
    }
}
.delicious-tabs-content .nav-tabs .nav-link.active {
    background-color: var(--primary-color);
    color: #ffffff;
    border-left: 3px solid var(--secondary-color);
}
.delicious-tabs-content .tab-content h6 {
    font-size: 18px;
}

/* Features Area */
.single-feature-area {
    position: relative;
    padding: 24px 36px;
    border: 3px solid rgba(32, 32, 32, 0.05);
    z-index: 1;
}

.single-feature-area h5 {
    margin-bottom: 0;
    padding-left: 30px;
}

/*# sourceMappingURL=style.css.map */
.google-btn {
    position: absolute;
    top: 0%;
    right: 0%;
    max-height: 24px;
    max-width: 164px;
    padding: 16px;
}
@media only screen and (max-width: 767px) {
    .google-btn {
        position: relative;
        padding: 26px;
    }
}

.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.h-100 {
    height: 100% !important;
}
.w-50 {
    width: 50% !important;
}
.w-100 {
    width: 100% !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.bottom_btn a {
    padding: 8px 24px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.bottom_btn a:hover {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

@media (max-width: 768px) {
    .bottom_btn {
        padding-top: 16px;
        padding-bottom: 64px;
    }
}

.text-norecipe {
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.pagination-wrapper {
    position: relative;
    justify-self: center;
    font-size: 22px;
    margin-block: 50px;
}

.pagination-wrapper a {
    color: var(--primary-color);
    font-size: 24px;
    width: 200px;
    height: 50px;
    padding: 4px 36px;
    margin-inline: 16px;
    border: 2px solid var(--primary-color);
}

.pagination-wrapper span {
    color: var(--gray-color);
    font-size: 24px;
    width: 200px;
    height: 50px;
    padding: 4px 36px;
    margin-inline: 16px;
    border: 2px solid var(--gray-color);
}
.difficulty {
    display: inline-block;
    min-width: 175px;
    height: 40px;
    color: #ffffff;
    border: none;
    border-left: 10px solid var(--primary-color-dark);
    border-radius: 0;
    padding: 0 50px;
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-transform: capitalize;
    background-color: var(--primary-color);
}

.tos p{
    font-size: 18px;
}