@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Asap:wght@400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
}

:root {
    --primary: #DD0004;
    --primary-light: rgba(221, 0, 4, 50%);
    --secondary: #58585A;
    --gray-light: #818285;
    --gray-dark: rgb(59 70 70);
    --white: #ffffff;
    --asap-font: 'Asap', sans-serif;
    --kanit: 'Kanit', sans-serif;
}

body {
    font-family: var(--asap-font);
}

/* ----------------------------common-css-------------------------- */
ul {
    text-decoration: none;
}

li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

.section-space {
    padding: 25px;
}
.mr-15{
    margin-right: 15px;
}
/* -------------------------header-css------------------------- */

header {
    position: fixed;
    width: 100vw;
    height: 95px;
    top: 0;
    display: flex;
    justify-content: space-evenly;
    place-items: center;
    background: linear-gradient(45deg, var(--white) 0%, var(--primary) 95%);
    z-index: 2;
}

.logo {
    color: var(--white);
    font-size: 2.2em;
}

.logo img {
    width: 375px;
}

header nav a {
    background-color: transparent;
    border: 0;
    color: var(--white);
    text-transform: uppercase;
    font-size: 0.9em;
    cursor: pointer;
    transition-delay: 0s;
    transition-duration: 1s;
}

header nav a:hover {
   
    transform: translate(0px, -4px);
}

header nav span {
    color: var(--white);
}

.order-online {
    width: 125px;
    height: 45px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 25px;
    border: 0;
    background: #ff797b;
    border: 1px solid #ff797b;
    color: var(--primary);
    cursor: pointer;
    transition: 0.6s;
}
 a:hover{
    color:var(--white) ;
}
.order-online:hover {
    /* background: #ff797b; */
    /* border: 1px solid #ff797b; */
    color: var(--white);
    transform: translate(0px, -4px);
    box-shadow: 0 6px 6px rgba(0, 0, 0, .2);
}

.waves {
    transform: rotate(180deg) scale(1, 0.2);
    position: relative;
    width: 100%;
    height: 5vh;
    margin-bottom: -40px;
    min-height: 100px;
    max-height: 150px;
    margin-top: 53px;
}

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 4s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 7s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 10s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 17s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}

@media only screen and (min-width: 40.063em){
.reveal-modal.small, dialog.small {
    width: 40%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}
}
.reveal-modal, dialog {
    visibility: hidden;
    display: none;
    position: absolute;
    z-index: 1005;
    width: 100vw;
    top: 0;
    border-radius: 3px;
    left: 0;
    background-color: #fff;
    padding: 1.25rem;
    border: solid 1px #666;
    box-shadow: 0 0 10px rgb(0 0 0 / 40%);
    padding: 1.875rem;
}
.reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #aaa;
    font-weight: bold;
    cursor: pointer;
}
a {
    color: #fff;
    text-decoration: none;
}
.reveal-modal-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    background: rgba(0,0,0,0.45);
    z-index: 1004;
    display: none;
    left: 0;
}
/* ------------------------------welcome-section------------------- */
.form-content .btn {
    background: var(--primary);
    padding: 7px 30px;
    font-weight: 600;
    color: var(--white);
    font-size: 15px;
    transition: 0.4s;
    border-radius: 50px;
}
.reveal-modal>:first-child, dialog>:first-child {
    margin-top: 0;
}
.modal-iframe-size {
    border: none;
    width: 100%;
    height: 675px;
    overflow-y: hidden;
}
.welcome-section {
    position: relative;
    background: linear-gradient(180deg,rgb(243 241 241 / 25%), rgb(255 255 255 / 100%)), url(../img/hero-image.jpg) center center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 285px;
}
.welcome-section .col-6 {
    height: 285px;
    display: flex;
    align-items: center;
    padding: 0 60px;
}
.welcome-section .card {
    width: 480px;
    height: 222px;
    background: var(--white);
    border-bottom: 1px solid rgb(197 193 184 / 70%);
}

.welcome-section .section-text-title h3 {
    font-size: 25px;
    font-weight: 600;
}

.welcome-section .section-text-content {
    color: var(--primary);
}

.welcome-section .welcome-section-left {
    height: 100%;
    margin: 0;
    text-align: center;
    -ms-transform: translateY(-40%);
    transform: translateY(40%);
}

.welcome-section .welcome-section-left {
    color: var(--primary);
    top: 0;
}

.welcome-section .welcome-section-left span {
    color: var(--primary);
    width: 100%;
}

.welcome-section .welcome-section-left h1 {
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    color: var(--gray-dark);
}

.welcome-section .welcome-section-left .welcome-btn-content {
    margin-top: 30px;
}

.welcome-section .welcome-section-left .welcome-btn-content .btn-wel-book {
    margin-left: 15px;
}

/* -----------------------------------service-section------------------ */
.service-section {
    text-align: center;
}

.service-section .container {
    width: 1140px;
}

.service-section .service-section-content .section-title-content .section-text-title h2,
.service-section .service-section-content .service-section-card .card-title {
    color: var(--primary);

}

.service-section .service-section-card .card {
    padding: 15px;
    margin-bottom: 25px;
    color: var(--white);
    border: 2px solid var(--primary);
}

.service-section .service-section-card .card .service-card-img img {
    border-radius: 25%;
    width: 110px;
}

.service-section .service-section-content .section-title-content .section-text-title h2 {
    font-weight: 400;
}

.service-section .service-section-content .section-title-content .section-text {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
}

.service-section .service-section-content .section-title-content .section-text,
.service-section .service-section-content .service-section-card .card-sub-title {
    color: var(--gray-dark);
}

.service-section .service-section-content .service-section-card .card-title {
    font-size: 20px;
}

/* ------------------- Growing Banner------------------ */

.growing-banner {
    background: linear-gradient(6deg, var(--white) 0, var(--primary-light) 45%), url(../img/hero-image.jpg) center center;
    background-size: cover;
    height: 260px;
    max-width: 100%;
    text-align: center;
    color: var(--white);
    padding-top: 43px;
}

.growing-title {
    font-size: 40px;
    padding: 10px 0;
}

.growing-sub-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.learn-content {
    font-size: 15px;
    padding: 15px;
    color: #fff;
}

.growing-banner .btn {
    height: 38px;
    width: 123px;
    border-radius: 30px;
    border: 1px solid var(--white);
    color: var(--white);
    font-weight: 500;
    z-index: 1;
}

.btn:hover {
    background-color: var(--white);
    color: var(--primary-light);
    border: 1px solid var(--primary-light);
}

/* --------------------------------------chefs-section-------------------------- */
.chefs-section .section-title-content {
    margin-top: 30px;
}

.chefs-section .section-title-content .section-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--primary);
    text-align: center;
}

.chefs-section .chefs-img.img-fluid {
    
    width: 220px;
    border: 4px solid var(--primary-light);
    border-radius: 50%;
    border: 4px solid #2d3060;
    height: 225px;
    object-fit: cover;
    
}
.position-absolute.chefs-logo-img {
    top: 135px;
    right: 32px;
}
.chefs-section .row {
    --bs-gutter-x: 1.5rem;
}

.chefs-section .col-xl-3.col-lg-4.col-md-6.col-sm-6 {
    margin-top: 10px;
}

.chefs-section .card {
    border: 0;
}

.chefs-img-content {
    text-align: center;

}


.chefs-section .chefs-img-details {
    color: var(--secondary);
    margin-top: 10px;
    padding: 0 36px;
}

.chefs-img-details p,
.chefs-section .chefs-img-details ul,
.chefs-img-details h3 {
    margin-bottom: 0;
}

.chefs-section .chefs-img-details h3 {
    font-weight: 600;
    font-size: 20px;
    color: var(--primary);
    font-family: "Poppins", sans-serif;
}

.chefs-section .chefs-img-details p {
    font-size: 15px;
}

.chefs-section .chefs-img-details ul li {
    display: inline-block;
}

.chefs-section .chefs-img-details ul li a i {
    font-size: 20px;
    padding-top: 10px;
    color: #fff;
    margin: 0 5px;
}

.chefs-section .chefs-btn {
    margin-top: 10px;
}

.chefs-section .chefs-btn-style {
    width: 96px;
    font-size: 13px;
    padding: 6px 0px;
    border-radius: 20px;
    text-transform: initial;
    /* color: var(--white); */
    /* background-color: var(--primary); */
}

.chefs-section .chefs-btn-style:hover {
    /* color: var(--primary); */
    /* border: 1px solid var(--primary); */
    /* background-color: var(--white); */
}

/* ------------------------footer----------------------------- */
.waves-h {
    height: 40px;
}

.footer-border {
    padding: 30px 0;
    background: linear-gradient(6deg, var(--white) 0%, var(--primary) 55%);
    color: var(--secondary);
}

.footer-border p:last-child {
    margin-bottom: 0;
}

.footer-border .footer-copyright p {
    font-size: 14px;
    margin-bottom: 10px;
    color: var(--white);
}

.footer-border img {
    width: 160px;
}

/* ----------------------------logo-link-------------------------------- */
.footer-link-border {
    border-top: 1px solid rgb(197 193 184 / 70%);
    padding: 20px 0;
    border-bottom: 1px solid rgb(197 193 184 / 70%);
}

.footer-link-border .footer-site-link .footer-site-link-icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.footer-link-border .footer-site-link .footer-site-link-icon li {
    margin: 0 8px;
}

/* ============================================================responsive-css================================================= */
/* ---------------------------------------------1200-------------------------------------- */
@media (max-width: 1250px) {
    .welcome-section .welcome-section-left h1 {
        font-size: 32px;
        line-height: 42px;
    }
}

/* -------------------------------------1024-------------------------------------------------------- */

@media (max-width: 1024px) {

    /* -----------------------------------------nav-section---------------- */
    .logo img {
        width: 250px;
    }

    header nav a {
        font-size: 12px;
        color:var(--white);
    }

    .order-online {
        width: 138px;
        height: 41px;
        font-size: 15px;
    }

    /* --------------------------------------growing-banner------------------------------ */
    .growing-banner {
        padding-top: 35px;
    }
}

/* -------------------------------------992-------------------------------------------------------- */
@media (max-width: 992px) {

    /* -----------------------------------navbar-css--------------------------- */
    .logo img {
        width: 170px;
    }

    header nav a {
        font-size: 10px;
    }

    .order-online {
        width: 94px;
        height: 39px;
        font-size: 12px;
    }

    /* ------------------------------welcome-section----------------------------------------- */
    .welcome-section {
        height: 265px;
    }

    .welcome-section .col-6 {
        height: 265px;
        padding: 0;
    }

    .welcome-section .welcome-section-left h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .welcome-section .section-text-title h3 {
        font-size: 17px;
        margin-bottom: 15px;
    }

    .form-select {
        font-size: 13px;
    }

    .welcome-section .card {
        height: 210px;
    }

    /* ------------------------growing-banner---------------------- */
    .growing-banner {
        padding-top: 30px;
    }

    /* ------------------------------------service-section-------------------- */

    .service-section .section-card .card .service-card-img,
    .service-section .service-section-content .section-title-content .section-text-title {
        margin-bottom: 10px;
    }

    .service-section .section-card .card .service-card-img img {
        width: 60px;
    }

    .service-section .container {
        max-width: 769px;
        padding: 0 30px;
    }

    .service-section.section-space {
        padding: 25px 0;
    }

    /* -----------------------------------------footer-css------------------------ */
    .footer-border {
        padding: 18px 0;
    }

    /* ----------------------------footer-site-link-icon----------------------------- */
    .footer-site-link-icon img {
        width: 75px;
    }


}

/* -------------------------------------768-------------------------------------------------------- */

@media (max-width: 768px) {

    /* -------------------------------------------navbar-css--------------------- */
    header {
        height: 70px;
    }

    .waves {
        margin-top: 30px;
    }

    .logo img {
        width: 160px;
    }

    header nav a {
        font-size: 10px;
    }

    .order-online {
        width: 100px;
        height: 35px;
        font-size: 12px;
    }

    /* ----------------------------welcome-section------------------------ */
    .welcome-section {
        height: 235px;
    }

    .welcome-section .col-6 {
        height: 235px;
    }

    .welcome-section .welcome-section-left h1 {
        font-size: 24px;
        line-height: 37px;
    }

    .mb-4 {
        margin-bottom: 12px !important;
    }

    .form-content .btn {
        padding: 3px 20px;
        font-size: 13px;
        margin-top: 5px;
    }

    .welcome-section .card {
        height: 185px;
    }

    .form-select {
        font-size: 12px;
        padding: 4px;
    }

    .welcome-section .section-text-title h3 {
        font-size: 15px;
    }

    /* --------------------------------chefs-section----------------------- */
    .chefs-section .section-title-content .section-title {
        font-size: 25px;
        text-align: center;
        font-weight: 600;
    }

    /* ---------------------growing-banner--------------- */
    .growing-banner {
        height: 230px;
    }

    .growing-title {
        font-size: 35px;
        padding: 5px 0;
    }

    .growing-sub-title {
        font-size: 17px;
        margin-bottom: 20px;
    }

    /* -------------------------service-section----------------------- */
    .service-section .container {
        max-width: 560px;
        padding: 0;
    }

    .service-section.section-space {
        padding: 15px;
    }

    /* -----------------------footer-section-------------------- */
    .footer-border .footer-copyright p {
        font-size: 12px;
    }

    /* ----------------------------footer-site-link-icon----------------------------- */
    .footer-site-link-icon img {
        width: 60px;
    }
}

/* -------------------------------------570-------------------------------------------------------- */

@media (max-width: 570px) {
    .section-space {
        padding: 30px;
    }

    /* ---------------------------------navbar-section--------------------- */
    header {
        justify-content: space-between;
    }

    nav {
        display: none;
    }

    .logo {
        margin-left: 5px;
    }

    .logo img {
        width: 180px;
    }

    .order-online {
        margin-right: 5px;
    }

    .waves {
        margin-top: 29px;
        min-height: 100px;
    }

    /* -----------------------------welcome-section--------------------- */
    .welcome-section .card {
        height: 200px;
    }

    .welcome-section .welcome-col {
        display: none;
    }

    .welcome-section .col-full {
        width: 95%;
        margin: 0 10px;
        text-align: center;
    }

    /* -----------------------------chefs-section----------------- */
    .chefs-section .section-title-content .section-title {
        font-size: 21px;
        text-align: center;
        margin-bottom: 0px;
        font-weight: 600;
    }

    /* -------------------------------------service-section-------------------- */
    .service-section .container {
        max-width: 508px;
    }

    .service-section.section-space {
        padding: 18px;
    }

    /* -------------------------footer--------------------- */
    /* .waves-h {
        height: 24px;
    } */

    /* ----------------------------footer-site-link-icon----------------------------- */
    .footer-site-link-icon img {
        width: 50px;
    }
}

/* ---------------------------------------480---------------------------------------- */
@media (max-width: 480px) {
    /* ------------------------------chefs-section------------------------------- */
    .chefs-section .section-title-content {
        margin-top: 0px;
    }
    /* -------------------------------growing-banner---------------------------------- */
    .growing-title {
        font-size: 30px;
        padding: 0;
    }
    .growing-banner .btn {
        height: 40px;
        width: 113px;
    }
    /* -----------------------------------------service-section---------------------------- */
    .service-section .container {
        max-width: 383px;
    }

    .service-section.section-space {
        padding: 15px 0;
    }

    .service-section .service-section-content .section-title-content .section-text-title h2 {
        font-weight: 400;
        font-size: 22px;
    }

    .service-section .service-section-content .section-title-content .section-text {
        font-size: 15px;
    }
}

/* ------------------------------------------360----------------------------------------- */
@media (max-width: 360px) {
    .service-section .container {
        max-width: 340px;
        padding: 0 10px;
    }

    /* ---------------------------------------growing-section--------------------------- */
}