@import url("./variables.css");
@import url("./font.css");

body {
    font-family: "Asap", sans-serif;
    /* font-family: 'Bauhaus'; */
    /* font-family: 'Asap', sans-serif; */
    /* font-family: 'ItalianPlateNo1Regular'; */
    position: relative;
    background-color: var(--white);
}

a {
    text-decoration: none;
    transition: 0.3s all ease;
}

.italic {
    font-style: italic !important;
}

/* =======================================================================
    Buttons CSS
========================================================================== */
.btn-white {
    background-color: var(--white);
    color: var(--black);
    font-size: 18px;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 10px;
}
.btn-primary {
    background-color: var(--primary-green);
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 10px;
    border: 1.5px solid var(--primary-green);
}
.btn-primary:hover {
    background-color: var(--white);
    color: var(--primary);
    border-color: var(--primary);
}

/* =======================================================================
    General Common CSS
========================================================================== */
.text-white {
    color: var(--white) !important;
}
.text-palat-gray {
    color: var(--palate-gray) !important;
}
.text-primary {
    color: var(--primary) !important;
}
.text-primary-green {
    color: var(--primary-green) !important;
}
.text-secondary {
    color: var(--secondary) !important;
}
.section-heading {
    margin: 0 0 44px;
    text-align: center;
}
.section-heading h2 {
    font-size: 50px;
    line-height: 120%;
    text-transform: capitalize;
    color: var(--black);
    font-weight: 600;
}
.section-heading p {
    font-weight: 300;
}
.section-heading .border-bottom {
    background-color: var(--primary);
    width: 100px;
    height: 4px;
    border-radius: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.page-heading {
    margin: 0 0 44px;
}

.section-heading-font {
    margin: 0 0 44px;
}
.section-heading-font h2 {
    font-size: 40px;
    line-height: 120%;
    text-transform: capitalize;
    color: var(--black);
    font-weight: 600;
    /* font-family: 'MollieGlaston'; */
    font-family: "Asap", sans-serif;
}
.section-heading-font .border-bottom {
    background-color: var(--primary);
    width: 100px;
    height: 4px;
    border-radius: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
/* .page-heading.center{
    margin: 0 auto;
} */
.page-heading h1 {
    font-size: 50px;
    line-height: 120%;
    text-transform: capitalize;
    color: var(--black);
    font-weight: 600;
    /* font-family: 'MollieGlaston' */
    font-family: "Asap", sans-serif;
}
.page-heading p {
    font-weight: 300;
}
.page-heading .border-bottom {
    background-color: var(--primary);
    width: 100px;
    height: 4px;
    border-radius: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

/* =======================================================================
    Navbar CSS
========================================================================== */

.nav-colored {
    background-color: #00000087;
}

@media (min-width: 992px) {
    .nav-colored {
        background-color: #000000d4;
    }
}
.nav-colored .navbar-brand img {
    filter: brightness(0) invert(1) !important;
}

#main-nav .nav-link {
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s all ease;
    color: white;
    padding: 8px 0px;
    margin-right: 35px;
    border-bottom: 1px solid transparent;
}

#main-nav .nav-item:last-of-type .nav-link {
    margin-right: 0px;
}

#main-nav .nav-link:hover,
#main-nav .nav-link.active {
    color: #ffdfc5;
    transform: scale(1.1);
}

#main-nav .nav-link.btn {
    background-color: var(--primary-green);
    color: #fff;
    border-radius: 20px 0px 20px 20px;
    font-weight: 500;
    padding: 10px 30px;
}
#main-nav .nav-link.btn:hover {
    color: var(--white);
}

/* =======================================================================
    Main Banner
========================================================================== */
.main-banner {
    position: relative;
    background-size: cover;
    min-height: calc(77vh - 60px);
}

.banners--swiper-1 {
    max-height: calc(77vh - 60px);
}
.main-banner .heading {
    color: var(--white);
    font-size: 62px;
    font-weight: 700;
    width: 60%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.banner-card-box .card.one {
    background-size: cover;
    background-position: top end;
    background-repeat: no-repeat;
}

.banner-card-box .card {
    background-size: cover;
    background-position: top end;
    background-repeat: no-repeat;
}
.banner-card-box .card {
    border: none;
    border-radius: 80px 90px 25px 80px;
    padding: 0px;
    display: inline-flex;
    flex-direction: row;
    align-items: end;
    justify-content: space-around;
    width: 100%;
    box-shadow: 0px 5px 8px #5c5c5c69;
    background-color: #00000069;
    transition: 0.2s all ease-in-out !important;

    -webkit-animation: blob-border 4s infinite;
    -moz-animation: blob-border 4s infinite;
    -ms-animation: blob-border 4s infinite;
    animation: blob-border 4s infinite;

    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;

    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -ms-animation-direction: alternate;
    animation-direction: alternate;
}

@keyframes blob-border {
    0% {
        border-radius: 60px 25px 60px 25px;
    }
    100% {
        border-radius: 20px 20px 20px 20px;
    }
}

.banner-card-box .card:hover {
    box-shadow: 0px 5px 8px #0000001c;
    background-color: #000000c4;
    /* transform: translateY(-15px) !important; */
    transition: 0.2s all ease-in-out !important;
}

.banner-card-box .card.one {
    border-radius: 70px 70px 5px 70px;
}

.banner-card-box .card a {
    background-color: #edffe1;
    padding: 5px 20px;
    text-align: center;
    border-radius: 20px 10px 30px 20px;
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s all ease;
    margin-bottom: 20px;
}
.banner-card-box .card a:hover {
    color: var(--primary);
    letter-spacing: 2px;
}

.banner-card-box .card .sub-text {
    font-size: 19px;
    color: #edffe1;
    font-weight: 600 !important;
}
.banner-card-box .card .title {
    font-size: 16px;
    font-weight: 400;
    color: #edffe1;
    max-width: 290px;
}
.banner-card-box {
    position: relative;
    top: -112px;
    z-index: 1;
    height: 0px;
}

/* =======================================================================
    Info Section
========================================================================== */
.info-section {
    padding: 100px 0 30px 0;
}
.info-section .img-box {
    margin-bottom: 30px;
}
.info-section .img-box img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
}
.info-section .content-box {
    margin-bottom: 30px;
}
.info-section .content-box .sub-text {
    color: var(--primary);
    font-size: 20px;
    font-weight: 600;
}

.info-section .content-box .sub-text.lg {
    color: var(--primary);
    font-size: 29px;
    font-weight: 600;
}

.sub-text.direct {
    color: var(--text-light);
    font-size: 20px;
    margin: auto;
    font-weight: 500;
    text-align: center;
    max-width: 550px;
    margin-bottom: 0px;
    padding: 0px 20px;
}

@media (max-width: 575px) {
    .sub-text.direct {
        font-size: 16px;
    }
}
.info-section .content-box .title {
    color: var(--black);
    font-size: 40px;
    font-weight: 600;
}
.info-section .content-box .heading {
    margin-bottom: 30px;
}
.info-section .content-box .text {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 30px;
    max-width: 750px;
    letter-spacing: 0.3px;
}

/* =======================================================================
    meals  Section
========================================================================== */

.meals-section {
    padding: 60px 0 70px 0;
    border-top: 1px dashed #ffa06b38;
}

@media (max-width: 575px) {
    .meals-section {
        padding: 40px 0 50px 0;
    }
}
/* =======================================================================
    Combo Box Section
========================================================================== */
.combo-sec {
    padding: 80px 0 50px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin-bottom: 60px;
}
.combo-box.one {
    background-size: cover;
}
.combo-box.two {
    background-size: cover;
}
.combo-box.three {
    background-size: cover;
}
.combo-box.four {
    background-size: cover;
}

.combo-box {
    width: 100%;
    height: 380px;
    border-radius: 60px 60px 30px 30px;
    position: relative;
    margin-bottom: 30px;
    background-position: center;
    background-size: contain !important;
    background-color: white;
    /* box-shadow: 0px 0px 8px 0px whitesmoke; */
    border-top: 6px solid #fff;
}

.swiper-slide:nth-of-type(even) .combo-box {
    /* border-top-color: #; */
}

.combo-box .content-box {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
}
.combo-box .content-box .sub-text {
    color: #111;
    font-size: 13px;
    font-weight: 500;
    margin-left: 10px;
    margin-right: 10px;
    writing-mode: vertical-rl;
    position: absolute;
    bottom: 65px;
    left: 0px;
    padding: 3px 1px;
    border-radius: 2px;
    max-height: 180px;
    overflow: hidden;
    text-align: center;
    height: 100%;
    transform: rotate(180deg);
}
.combo-box .content-box .text {
    color: #1d1d1d;
    font-size: 18px;
    font-weight: 700;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    display: flex;
    max-width: 90%;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.combo-box .btn {
    position: absolute;
    display: none;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--primary-green);
    width: 80%;
    color: white;
    border-radius: 20px 10px 30px 20px;
}

/* =======================================================================
    Blog Section
========================================================================== */
.blog-sec {
    padding: 100px 0 70px 0;
}
.blog-item {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    margin-bottom: 30px;
}
.blog-item.pink {
    background-color: #ffbab3;
}
.blog-item.purple {
    background-color: #e2c7e2;
}
.blog-item .content-box {
    padding: 20px 10px 20px 30px;
    position: relative;
}
.blog-item .content-box .sub-text {
    color: var(--black);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.blog-item .content-box .text {
    color: var(--black);
    font-size: 26px;
    font-weight: 600;
}
.blog-item .content-box a {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: var(--black);
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
}
.blog-item .content-box a:hover {
    color: var(--white);
    letter-spacing: 1px;
}
.blog-item .img-box img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 0 15px 15px 0;
}

/* =======================================================================
    Cusotm Form CSS
========================================================================== */
.custom-form .form-control {
    min-height: 50px;
    border-radius: 300px;
    border-width: 1px;
    padding: 0px 25px;
}
.custom-form .form-control:hover {
    border-color: var(--primary);
}
.custom-form .form-control:focus {
    border-color: var(--primary);
    box-shadow: none;
    outline: none;
}

/* =======================================================================
    Footer CSS
========================================================================== */
.footer-top {
    padding: 50px 0;
    border-bottom: 1px solid #7d7d7d63;
}
.newsletter-box .title {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.newsletter-box .form-control,
.newsletter-box .form-control:focus {
}
.footer-main {
    padding: 50px 0;
}
.footer-main .info-col img {
    width: 150px;
    margin-bottom: 30px;
}
.footer-main .info-col .text {
    font-size: 18px;
    color: var(--black);
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 33px;
}
.footer-main .info-col .social-links {
    display: flex;
    align-items: center;
    justify-content: start;
}
.footer-main .info-col .social-links a {
    background-color: var(--primary-green);
    color: var(--white);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px 40px 50px 0px;
    font-size: 20px;
    margin-right: 10px;
}
.footer-main .footer-nav {
    margin-left: 20%;
}
.footer-main .footer-nav .title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
}
.footer-main .footer-nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.footer-main .footer-nav ul li {
    margin-bottom: 15px;
}
.footer-main .footer-nav ul a {
    font-size: 16px;
    color: var(--black);
    font-weight: 500;
}

.footer-bottom {
    border-top: 1px solid #7d7d7d63;
    padding: 20px 0;
}
.footer-bottom .copyright-text {
    font-size: 16px;
    color: var(--black);
    margin-bottom: 0;
}
.footer-bottom .links {
    text-align: end;
}
.footer-bottom .links a {
    color: var(--black);
    text-decoration: underline;
    margin-right: 20px;
}
.footer-bottom .links a:hover {
    color: var(--primary);
    letter-spacing: 1px;
}

.footer--powered {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer--powered img {
    height: 30px;
    object-fit: contain;
    width: 70px;
    object-position: left center;
    margin-left: 1px;
}

.footer--powered span {
    font-size: 14px;
    margin-top: 1px;
    font-weight: 500;
}

@media (max-width: 575px) {
    .fs-sm-10 {
        font-size: 10px !important;
    }
    .fs-sm-11 {
        font-size: 11px !important;
    }
    .fs-sm-12 {
        font-size: 12px !important;
    }
    .fs-sm-13 {
        font-size: 13px !important;
    }
    .fs-sm-14 {
        font-size: 14px !important;
    }

    .fs-sm-15 {
        font-size: 15px !important;
    }

    .fs-sm-16 {
        font-size: 16px !important;
    }

    .fs-sm-17 {
        font-size: 17px !important;
    }

    .fs-sm-18 {
        font-size: 18px !important;
    }

    .fs-sm-19 {
        font-size: 19px !important;
    }

    .fs-sm-20 {
        font-size: 20px !important;
    }
    .fs-sm-21 {
        font-size: 21px !important;
    }

    .fs-sm-22 {
        font-size: 22px !important;
    }
    .fs-sm-22 {
        font-size: 22px !important;
    }
    .fs-sm-23 {
        font-size: 23px !important;
    }

    .fs-sm-24 {
        font-size: 24px !important;
    }
    .fs-sm-25 {
        font-size: 25px !important;
    }
    .fs-sm-26 {
        font-size: 26px !important;
    }
}
