.desktop_none{
    display: none;
}
.mobile_none{
    display: block;
}
.fchef_s1{
    background-image: url(../img/fchef_s1bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 56px 0px 48px 0px;
}
.fchef_c1{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    justify-content: center;
}
.fchef_s1contentbar{
    display: flex;
    max-width: 646px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}
.fchef_s1btn, .fchef_s1btn:hover{
    color: var(--Base-White, #FFF);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    height: 61px;
    line-height: 155%;
    text-transform: capitalize;
    display: flex;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 32px;
    border-radius: 100px;
    background: var(--Colours-Primary, #0166ED);
    box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.10), 7px 7px 20px 0 rgba(0, 0, 0, 0.10), 2px 2px 4px 0 rgba(255, 255, 255, 0.50) inset;
}
.fchef_s1btn:hover{
    background: #297FF2;
}
.fchef_s3btn, .fchef_s3btn:hover{
    padding: 12px 32px;
    width: fit-content;
}
.fchef_s3btn:hover{
    background: #297FF2;
}
.fchef_s1top{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}
.fchef_s1bluesubtitle{
    display: flex;
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    border: 1px solid var(--White-Colors-White---10, rgba(255, 255, 255, 0.10));
    background: var(--Colours-Light-Blue, #F0F4F8);
    color: var(--Colours-SUB-Txt, #395CAE);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.32px;
    text-transform: capitalize;
    margin: 0px;
}
.fchef_s1mid{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.fchef_s1title{
    color: var(--Colours-Text, #001D40);
    font-family: "DM Sans";
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.384px;
    text-transform: capitalize;
    margin: 0px;
}
.fchef_s1subtitle{
    color: var(--Base-02, #727272);
    font-family: "DM Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 174%;
    margin: 0px;
}
.fchef_s2{
    padding: 40px 0px 0px 0px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    background-color: #F5F5F5;
}
.fchef_c2{
    display: flex;
    flex-direction: row;
    gap: 48px;
    justify-content: space-between;
    align-items: center;
}
.fchef_c2 img{
    max-height: 565px;
}
.fchef_s2top{
    max-width: 718px;
}
.fchef_s2title{
    color: var(--Colours-Text, #001D40);
    font-family: "DM Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.24px;
    text-transform: capitalize;
    margin: 0px;
}
.fchef_s2subtitle{
    color: var(--Base-02, #727272);
    font-family: "DM Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 174%;
    margin: 0px;
}
.fchef_s3{
    padding: 0px;
    background: var(--Colours-BG, #F5F5F5);
}
.fchef_c3{
    display: flex;
    flex-direction: row;
    gap: 23px;
    align-items: center;
    justify-content: space-between;

}
.fchef_c3 img{
    max-height: 565px;
}
.fchef_s3contentbar{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.fchef_s3top{
    max-width: 700px;
}
.fchef_s4{
    padding: 64px 0px;
    background-image: url(../img/fchef_s4bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.fchef_c4{
    display: flex;
    flex-direction: column;
    gap: 64px;
    align-items: center;
    justify-content: center;
}
.fchef_s4v1{
    position: absolute;
    top: 0px;
    left: 0px;
}
.fchef_s4v2{
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.fchef_s4top{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    max-width: 950px;
    text-align: center;
}
.fchef_s4titlebar{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.fchef_s4bottom{
    display: flex;
    flex-direction: row;
    gap: 53px;
    max-width: fit-content;
}
.fchef_card{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    background: var(--Base-White, #FFF);
    max-width: 320px;
}
.fchef_card img{
    height: 300px;
}
.fchef_cardcontentbar{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.fchef_cardbtn{
    display: flex;
    padding: 12px 32px;
    align-items: center;
    gap: 32px;
    border-radius: 100px;
    border: 1px solid var(--Base-03, #BDBDBD);
    background: var(--Base-Off-White, #FAFAFA);
    color: var(--Colours-Text, #001D40);
    text-align: center;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    text-transform: capitalize;
}
.fchef_cardbtn:hover{
    background-color: #297FF2;
}
.fchef_cardtitlebar{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.fchef_cardtitle{
    color: var(--Colours-Text, #001D40);
    text-align: center;
    font-family: "DM Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.18px;
    text-transform: capitalize;
    margin: 0px;
}
.fchef_cardsubtitle{
    color: var(--Base-02, #727272);
    text-align: center;
    font-family: "DM Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 174%;
    margin: 0px;
}
/* Feature Ai */
.fai_s3img{
    padding-right: 80px;
}



/* *************** */
/* Responsive Css */
/* ************* */

@media screen and (max-width: 700px) {
    .desktop_none{
    display: block;
    }
    .mobile_none{
    display: none;
    }
    /* Feature Chef */
    .fchef_s1{
        background-image: url(../img/fchef_s1bgmob.png);
        padding: 84px 0px 80px 0px;
    }
    .fchef_c1{
        flex-direction: column-reverse;
        gap: 24px;
        padding: 0px 24px;
    }
    .fchef_s1top{
        align-items: center;
    }
    .fchef_s1mid{
        gap: 8px;
        text-align: center;
    }
    .fchef_s1title{
        font-size: 30px;
    }
    .fchef_s1contentbar{
        gap: 24px;
    }
    .fchef_c2{
        flex-direction: column;
        gap: 24px;
        padding: 0px 24px;
    }
    .fchef_s2title{
        font-size: 25px;
    }
    .fchef_s2{
        padding: 40px 0px 24px 0px;
    }
    .fchef_c3{
        flex-direction: column-reverse;
        padding: 0px 24px;
    }
    .fchef_s3{
        padding: 24px 0px 40px 0px;
    }
    .fchef_s4v1{
        display: none;
    }
    .fchef_s4v2{
        display: none;
    }
    .fchef_s4{
        padding: 48px 0px 24px 0px;
        background-image: url(../img/fchef_s4bgmob.png);
        background-size: 100%;
    }
    .fchef_c4{
        gap: 24px;
        padding: 0px 24px;
    }
    .fchef_card img{
        height: 131px;
    }
    .fchef_s4bottom{
        gap: 24px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .fchef_card{
        gap: 16px;
        width: 150px;
    }
    .fchef_card1{
        width: 155px;
    }
    .fchef_cardtitle{
        font-size: 16px;
    }
    .fchef_cardsubtitle{
        font-size: 12px;
    }
    .fchef_cardbtn{
        font-size: 12px;
    }
}

@media screen and (min-device-width: 700px) and (max-device-width: 799px) {}

@media screen and (min-device-width: 800px) and (max-device-width: 899px) {}

@media screen and (min-device-width: 900px) and (max-device-width: 999px) {}

@media screen and (min-device-width: 1000px) and (max-device-width: 1099px) {}

@media screen and (min-device-width: 1100px) and (max-device-width: 1199px) {}

@media screen and (min-device-width: 1200px) and (max-device-width: 1299px) {}

@media screen and (min-device-width: 1300px) and (max-device-width: 1399px) {}

@media screen and (min-device-width: 1400px) and (max-device-width: 1499px) {}

@media screen and (min-device-width: 1500px) and (max-device-width: 1599px) {}

@media screen and (min-device-width: 1600px) and (max-device-width: 1699px) {}

@media screen and (min-device-width: 1700px) and (max-device-width: 1799px) {}

@media screen and (min-device-width: 1800px) and (max-device-width: 1899px) {}

@media screen and (min-device-width: 1900px) and (max-device-width: 1999px) {}

@media screen and (min-device-width: 2000px) and (max-device-width: 2400px) {}