@font-face {
    font-family: Source Sans Pro;
    src: url(./fonts/SourceSansPro-Regular.otf);
}

@font-face {
    font-family: Source Sans Pro-light;
    src: url(./fonts/SourceSansPro-Light.otf);
}

@font-face {
    font-family: Source Sans Pro-bold;
    src: url(./fonts/SourceSansPro-Bold.otf);
}

@font-face {
    font-family: OpenSans;
    src: url(./fonts/OpenSans-Regular.ttf);
}

* {
    font-family: Source Sans Pro;
}

.mynavbar {
    background-color: #FFF;
    box-shadow: 0px 20px 40px 0px rgba(255, 174, 0, 0.29), 0px 5px 10px 0px rgba(255, 174, 0, 0.26);
}

#navtext1 {
    width: 197px;
}

@media (max-width: 768px) {
    #navtext1 {
        margin-left: 65%;
    }
}

@media (max-width: 991px) {
    .to-hide {
        display: none;
    }
}

@media (max-width: 991px) {
    .mysearchandlogin {
        display: flex;
        justify-content: center;
    }
}

.navmiddletext {
    margin-top: 1.3%;
}

#navtext3 {
    color: #FFB30E;
}

#searchicon {
    color: #FFB30E;
}

#mybutton {
    padding: 5px 15px;
    border: none;
    color: #FFB30E;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 20px 40px 0px rgba(255, 174, 0, 0.29), 0px 5px 10px 0px rgba(255, 174, 0, 0.26);
}

.main0 {
    margin-top: 66px;
    display: flex;
    justify-content: center;
}

.main1 {
    padding-top: 80px;
    background-color: #FFB30E;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.main2 {
    width: 45%;
}

@media (max-width: 964px) {
    .main2 {
        width: 77%;
    }
}

.main1>div>h1 {
    color: #FFF;
    font-size: 66px;
    font-weight: 700;
    line-height: 100%;
}

.main1>div>p {
    color: #504F4F;
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
}

@media (max-width: 768px) {
    .main1>div>h1 {
        color: #FFF;
        font-size: 40px;
        font-weight: 700;
        line-height: 100%;
    }
}

@media (max-width: 768px) {
    .main1>div>p {
        color: #504F4F;
        font-size: 12px;
        font-weight: 400;
        line-height: 120%;
    }
}

.main1img {
    width: 80%;
    margin-left: 11%;
}

@media (max-width: 1208px) {
    .main1img {
        margin-top: 10px;
    }
}

.main1-1 {
    background-color: #FFF;
    border-radius: 16px;
    padding: 24px;
}

#mybutton1 {
    border-radius: 8px;
    border: none;
    background: rgba(241, 114, 40, 0.10);
    color: #F17228;
    padding: 7px 20px;
}

#mybutton2 {
    border-radius: 8px;
    border: none;
    background: #FFF;
    color: #757575;
    padding: 7px 25px;
}

.myhr1 {
    color: #757575;
}

.myinput1 {
    padding: 7px 0px 8px 16px;
    border-radius: 8px;
    background: #FFFFFF;
    border: none;
    padding-left: 30px;
    margin-bottom: 10px;
    width: 100%;
}

.main1-3 {
    position: relative;
    width: 68%;
}

.main1-2 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
}

.myicon1 {
    position: absolute;
    left: 10px;
    top: 12px;
    color: #FF7474;
}

#mybutton3 {
    padding: 10px 10px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(96deg, #FF7A7A -39.64%, #F65900 135.31%);
    color: #FFFFFF;
}

.mainC1 {
    margin-top: 45px;
    margin-bottom: 35px;
}

.mycards {
    display: flex;
    justify-content: center;
}

.mycards>div {
    border: none;
}

.mainC1img {
    width: 357px;
    flex-shrink: 0;
    border-radius: 16px;
}

.mycardbdy {
    text-align: justify;
}

.mainC1ct {
    color: var(--theme-gray-800, #424242);

    /* Headline 6 Bold */
    font-family: Source Sans Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 26.4px */
}

.mainC1btn {
    color: var(--theme-warning, #F17228);

    /* Headline 6 Bold */
    font-family: Source Sans Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 26.4px */
    display: flex;
    padding: 8px 16px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 8px;
    background: rgba(241, 114, 40, 0.20);
    border: none;
}

.mainC2 {
    display: flex;
    padding: 80px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 71px;
}

.mainC2-0 {
    background: linear-gradient(180deg, rgba(255, 206, 103, 0.22) -42.47%, rgba(253, 237, 202, 0.00) 100%);
}

.mainC2-1 {
    color: #F17228;
    text-align: center;
    /* Headline 4 Bold */
    font-family: Source Sans Pro;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 112%;
    /* 48.16px */
    margin-bottom: -20px;
}

@media (max-width: 768px) {
    .mainC2-1 {
        color: #F17228;
        text-align: center;
        /* Headline 4 Bold */
        font-family: Source Sans Pro;
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: 112%;
        /* 48.16px */
        margin-bottom: -25px;
    }
}

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

.mycardimg {
    width: 100px !important;
    margin: 0 auto;
    height: 112px;
    flex-shrink: 0;
    filter: drop-shadow(0px 20px 40px rgba(255, 174, 0, 0.29)) drop-shadow(0px 5px 10px rgba(255, 174, 0, 0.26));
}

.mycardtitle {
    color: #434343;
    text-align: center;
    font-family: Source Sans Pro;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: -20px;
}

.mycardtext {
    align-self: stretch;
    color: var(--theme-gray-500, #9E9E9E);
    text-align: center;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.mainC3 {
    display: flex;
    padding: 30px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 71px;
    margin-top: -10px;
}

.mainC3-1 {
    color: var(--theme-gray-900, #212121);
    text-align: center;
    font-family: Source Sans Pro;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 112%;
    margin-bottom: -20px;
}

@media (max-width: 768px) {
    .mainC3-1 {
        color: var(--theme-gray-900, #212121);
        text-align: center;
        font-family: Source Sans Pro;
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: 112%;
        margin-bottom: -25px;
    }
}

.mainC3-2 {
    display: flex;
    justify-content: center;
}

@media (max-width: 991px) {
    .arrows {
        display: none;
    }
}

.mainC3-3 {
    color: var(--theme-gray-800, #424242);
    font-family: Source Sans Pro;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.mainC3-4 {
    color: var(--theme-primary, #FFB30E);
    font-family: Source Sans Pro;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.mainC3-5 {
    color: var(--theme-gray-900, #212121);
    font-family: Source Sans Pro;
    font-size: 15px;
    margin-top: 6px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.mainC3-6 {
    display: flex;
    font-size: 15px;
    padding: 5px 10px;
    width: 100%;
    justify-content: center;
    align-items: center;
    border: none;
    color: #FFFFFF;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    background: var(--theme-warning, #F17228);
    box-shadow: 0px 20px 40px 0px rgba(250, 99, 35, 0.24), 0px 5px 10px 0px rgba(253, 114, 92, 0.22);
}

@media (max-width: 768px) {

    .mainC3-3,
    .mainC3-4,
    .mainC3-5,
    .mainC3-6 {

        font-size: 17px;

    }
}

.mainC4 {
    display: flex;
    padding: 30px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mainC4-1 {
    color: var(--theme-gray-900, #212121);
    text-align: center;
    font-family: Source Sans Pro;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 112%;
    margin-top: 40px;

}

@media (max-width: 768px) {
    .mainC4-1 {
        color: var(--theme-gray-900, #212121);
        text-align: center;
        font-family: Source Sans Pro;
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: 112%;
        margin-bottom: -5px;
    }
}

.mainC4-btn-1 {
    padding: 3px 10px;
    gap: 10px;
    border-radius: 8px;
    background: #F17228;
    color: #FFFFFF;
    border: none;
}

.mainC4-btn-2 {
    padding: 3px 10px;
    gap: 10px;
    color: #FFFFFF;
    border: none;
    border-radius: 8px;
    background: var(--theme-primary, #FFB30E);
}

.mainC4-img {
    width: 50px;
}

.mainC4-img-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.mainC4-img-2 {
    color: var(--theme-gray-800, #424242);
    font-family: Source Sans Pro;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.mainC4-img-3 {
    color: var(--theme-primary, #FFB30E);
    font-family: Source Sans Pro;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.mainC4-btn-3 {
    display: flex;
    padding: 8px 16px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 16px;
    background: rgba(241, 114, 40, 0.20);
    border: none;
    color: var(--theme-warning, #F17228);
    font-family: Source Sans Pro;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 12px;
}

.mainC4-btn-4 {
    display: flex;
    padding: 8px 16px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 16px;
    background: rgba(121, 185, 60, 0.20);
    border: none;
    color: var(--theme-success, #79B93C);
    font-family: Source Sans Pro;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 12px;
}

.view-all-btn {
    display: flex;
    padding: 18px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 14px;
    background: linear-gradient(98deg, #FFBA26 -8.95%, #FF9A0E 109.24%);
    box-shadow: 0px 20px 40px 0px rgba(255, 174, 0, 0.29), 0px 5px 10px 0px rgba(255, 174, 0, 0.26);
    border: none;
    margin: 0 auto;
    margin-top: -28px;
    margin-bottom: 80px;

    color: var(--theme-white, #FFF);
    text-align: center;
    font-family: Source Sans Pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.mainC5 {
    padding-top: 82px;
    background: #FEFAF1;
}

.mainC5-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
    cursor: pointer;
}

.mainC5-img {
    width: 165px;
    flex-shrink: 0;
    border-radius: 100%;
}

.mainC5-img-txt {
    color: var(--theme-gray-800, #424242);
    font-family: Source Sans Pro;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.mainC5-0 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 50px;
}

.search-by-food {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 8%;
    padding-bottom: 100px;
}

.search-by-food-h1 {
    display: flex;
    justify-content: space-between;
    line-height: 100%;
    align-items: center;
    color: #212121;
    font-family: Source Sans Pro;
    font-size: 43px;
    font-style: normal;
    font-weight: 900;
}

.view-all {
    display: flex;
    line-height: 100%;
    align-items: center;
    color: #FFB30E;
    font-family: Source Sans Pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    padding: 10px 12px;
}

.view-all-icon {
    display: flex;
    line-height: 100%;
    align-items: center;
    padding: 15px 18px;
    color: #FFFFFF;
    border-radius: 100%;
    border: 1px solid #FAAA01;
    background: #FFB30E;
    box-shadow: 0px 14px 32px 0px rgba(255, 178, 14, 0.29), 0px 5px 8px 0px rgba(222, 151, 0, 0.24);
}

@media (max-width: 1190px) {

    .mainC5 {
        display: flex;
        flex-direction: column-reverse;
        padding-top: 10px;
    }

    .view-all-main {
        display: none !important;
    }

    .search-by-food-h1-div {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .search-by-food-h1 {
        font-size: 33px;
        margin-bottom: -35px;
    }

}

@media (max-width: 768px) {

    .search-by-food-h1 {
        font-size: 25px;
    }

}

.mainC6 {
    display: flex;
    padding: 100px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    background: #FEEFD0;
}

.C6-1 {
    display: flex;
    gap: 20px;
    padding: 25px;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    background: #FFF;
    box-shadow: 0px 27px 82px 0px rgba(255, 174, 0, 0.28), 0px 14px 15px 0px rgba(255, 174, 0, 0.01);
}

.C6-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 27px;
}

.C6-2-1 {
    width: 80px;
}

.C6-2-2 {
    font-family: Source Sans Pro;
    font-size: 20px;
    width: 85px;
    font-weight: 700;
    background: linear-gradient(93deg, #FB3C00 -47.72%, #FFB800 136.81%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vertical-line {
    border: 1.4px solid #CFCFCF;
    width: 2px;
    height: 90px;
}

@media screen and (max-width: 768px) {
    .C6-1 {
        flex-direction: column;
        align-items: center;
        padding: 30px;
    }

    .vertical-line {
        border: 1.4px solid #CFCFCF;
        height: 2px;
        width: 90px;
    }

    .C6-2 {
        flex-direction: column;
        width: 100%;
    }
}

.background-img {
    height: 440px;
    background: linear-gradient(261deg, #FFAE00 63.85%, #FF8A00 111.94%);
    width: 100%;
}

.background-img>img {
    width: 100%;
}

.C7-0 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mainC7 {
    position: absolute;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.C7-1 {
    display: flex;
    justify-content: center;
}

.C7-1>img {
    height: 440px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .C7-1>img {
        height: 440px;
        width: 100%;
    }
}

.C7-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.C7-3 {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.C7-3>img {
    width: 150px;
    height: 50px;
    border-radius: 5px;
    background: var(--theme-white, #FFF);
    box-shadow: 0px 20px 40px 0px rgba(255, 174, 0, 0.29), 0px 5px 10px 0px rgba(255, 174, 0, 0.26);
}

.C7-2-1 {
    font-family: Source Sans Pro;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 106%;
    background: var(--yellow-button, linear-gradient(93deg, #FFB800 -47.72%, #FF8A00 136.81%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 768px) {
    .C7-2-1 {
        font-family: Source Sans Pro;
        font-size: 33px;
        font-style: normal;
        font-weight: 700;
        line-height: 106%;
        background: var(--yellow-button, linear-gradient(93deg, #FFB800 -47.72%, #FF8A00 136.81%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

.C7-2-2 {
    width: 349px;
    height: 75px;
    align-self: stretch;
    color: #827E7E;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

@media screen and (max-width: 768px) {
    .C7-2-2 {
        width: 300px;
        height: 75px;
        align-self: stretch;
        color: #827E7E;
        font-family: Open Sans;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }
}

@media screen and (max-width: 768px) {
    .C7-3 {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
        margin-top: -56px;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .C7-2 {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }
}

@media screen and (max-width: 930px) {
    .mainC7 {
        display: flex;
        flex-direction: column-reverse;
    }

    .background-img {
        height: 693px;
    }
}

@media screen and (max-width: 768px) {
    .background-img {
        height: 668px;
    }
}

@media screen and (max-width: 600px) {
    .background-img>img {
        height: 200px;
    }
}

@media screen and (min-width: 1380px) {
    .background-img>img {
        height: 365px;
    }
}

.mainC8 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: 60px 0;
}

.C8-1 {
    display: flex;
    align-items: center;
    border-radius: 16px;
    width: 80%;
    box-shadow: 0px 27px 82px 0px rgba(124, 124, 124, 0.28), 0px 14px 15px 0px rgba(124, 124, 124, 0.06);
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .C8-1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        width: 75%;
        border-radius: 16px;
        box-shadow: 0px 27px 82px 0px rgba(124, 124, 124, 0.28), 0px 14px 15px 0px rgba(124, 124, 124, 0.06);
    }
}

.C8-1-1 {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.C8-1-1-m {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

@media screen and (max-width: 768px) {
    .C8-1-1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 8%;
    }

    .C8-1-1-m {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 8%;
    }
}

.C8-1-2 {
    width: 60%;
}

.C8-1-2-2 {
    width: 60%;
}

@media screen and (max-width: 768px) {
    .C8-1-2 {
        width: 100%;
    }

    .C8-1-2-2 {
        width: 100%;
    }

    .mainC10-4-2>ul {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}

.C8-1-2>img {
    width: 100%;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.C8-1-2-2>img {
    width: 100%;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

@media screen and (max-width: 768px) {
    .C8-1-2>img {
        width: 100%;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        border-top-right-radius: 0px;
    }

    .C8-1-Res {
        flex-direction: column-reverse;
    }

    .C8-1-2-Res>img {
        border-top-right-radius: 16px !important;
        border-top-left-radius: 16px !important;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .C8-1-2-2>img {
        width: 100%;
        border-top-right-radius: 16px;
        border-top-left-radius: 16px;
        border-bottom-left-radius: 0px;
    }

    .C8-1-1-2>button {
        padding: 5px 0 !important;
    }

    .C8-1-1-1-2 {
        font-size: 2.8vw !important;
        text-align: center;

    }

    .C8-1-1-2>button {
        font-size: 3vw !important;
        margin-top: -5px;
    }

    .C9-3 {
        font-size: 3vw !important;
        padding: 1vw 2vw !important;
    }

    .C9-2>h1 {
        font-size: 3.5vw !important;
        width: 45vw !important;
        margin-top: -5px !important;
        margin-bottom: 3px !important;
    }

    .C8-1-1-1-1 {
        font-size: 4.3vw !important;
        text-align: center !important;
    }

}

.C8-1-1-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    gap: 10px;
}

.C8-1-1-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
}

.C8-1-1-2>button {
    display: flex;
    color: #FFFFFF;
    font-size: 1.3vw;
    border: none;
    margin: -5px;
    width: 100%;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    background: var(--yellow-button, linear-gradient(93deg, #FFB800 -47.72%, #FF8A00 136.81%));
    box-shadow: 0px 14px 32px 0px rgba(255, 178, 14, 0.29), 0px 5px 8px 0px rgba(222, 151, 0, 0.24);
}

.C8-1-1-1-1 {
    color: var(--theme-primary, #FFB30E);
    font-family: Source Sans Pro;
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 700;
    line-height: 112%;
}

.C8-1-1-1-2 {
    color: rgba(97, 97, 97, 0.69);
    font-family: Open Sans;
    font-size: 1.2vw;
    font-style: normal;
    margin-top: -5px;
    font-weight: 600;
    line-height: 140%;
}

@media screen and (min-width: 1500px) {
    .C8-1-1-1-1 {
        font-size: 33px;
    }

    .C8-1-1-1-2 {
        font-size: 15px;
    }

    .C8-1-1-2>button {
        font-size: 15px;
    }
}

.mainC9 {
    position: relative;
}

.C9-1 {
    width: 100%;
}

.C9-1>img {
    width: 100%;
}

.C9-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 10%;
    margin-top: 4%;
    gap: 1vw;
}

.C9-2>h1 {
    color: var(--theme-white, #FFF);
    text-align: center;
    font-family: Source Sans Pro;
    font-size: 2.2vw;
    font-style: normal;
    width: 37vw;
    font-weight: 900;
    line-height: 97.5%;
}

.C9-3 {
    display: flex;
    color: var(--theme-white, #FFF);
    padding: 10px;
    justify-content: center;
    align-items: center;
    font-size: 1.5vw;
    border: none;
    border-radius: 8px;
    background: linear-gradient(93deg, #F17228 -5.63%, #F15E28 100.8%);
    box-shadow: 0px 14px 32px 0px rgba(255, 178, 14, 0.29), 0px 5px 8px 0px rgba(222, 151, 0, 0.24);
}

.mainC10 {
    display: flex;
    width: 100%;
    padding: 100px 65px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 85px;
    background: var(--theme-gray-900, #212121);
}

.mainC10-1 {
    color: #FFF;
    font-family: Source Sans Pro;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-left: 32px;
    margin-bottom: 35px;
}

.mainC10-2>div {
    width: 17%;

}

@media screen and (max-width: 768px) {
    .mainC10-2>div {
        width: 29% !important;
    }

    .mainC10 {
        padding: 65px 20px;
    }

    .mainC10-2>div>ul>li {
        font-size: 12px !important;
    }

    .mainC10-4-1>div>ul>li {
        font-size: 12px !important;
    }

    .mainC10-1 {
        font-size: 14px !important;
    }

    .mainC10-5 {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 365px) {
    .mainC10-2>div {
        width: 45% !important;
    }
}

@media screen and (max-width: 250px) {
    .mainC10-2>div {
        width: 100% !important;
    }
}

.mainC10-2 {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.mainC10-2>div>ul>li {
    color: var(--theme-gray-100, #FFFFFF9d);
    font-family: Source Sans Pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 10px;
}

.mainC10-0 {
    width: 100%;
}

.mainC10-3 {
    width: 100%;
}

.mainC10-4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mainC10-4-1 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.mainC10-4-1 {
    width: 40%;
}

.mainC10-4-1>div {
    width: 30%;
}

.mainC10-4-2>div {
    width: 100%;
}

.mainC10-4-1>div>ul>li {
    color: var(--theme-gray-100, #FFFFFF9d);
    font-family: Source Sans Pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 10px;
}

.mainC10-5 {
    color: #FFF !important;
    font-family: Source Sans Pro !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 120% !important;
    margin-bottom: 35px !important;
}

.Last {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 65px;
}

@media screen and (max-width: 850px) {
    .Last {
        flex-direction: column;
        gap: 20px;
        padding: 0 20px;
        align-items: center;
        justify-content: center;
    }
}

.Last1 {
    color: #FFFFFF9d;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}


.Last1-1 {
    color: #FFFFFF;
    font-family: Font Awesome 5 Free;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 5px;
    margin-left: 5px;
}

.Last1-2 {
    color: #FFFFFF;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.Last2 {
    color: #FFFFFF9d;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.Last2-1 {
    color: #FDBC30;
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
}

.Last2-2 {
    color: #FFFFFF;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-left: 5px;
}

@media screen and (min-width: 769px) {
    .mainC10-2 {
        justify-content: space-between;
    }
}

@media screen and (min-width: 769px) {
    .mainC10-4-1 {
        justify-content: space-between;
    }
}

.mainC10-4-2>ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.mainC10-4-2-1 {
    color: var(--theme-gray-100, #FFFFFF9d);
    font-family: Source Sans Pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 10px;
    margin-top: -10px;
}

.li-input {
    padding: 8px 0px 8px 35px;
    border-radius: 8px;
    background: var(--theme-gray-800, #424242);
    border: #424242;
    margin-right: 5px;
    margin-bottom: 20px;
}

.li-button {
    width: 115px;
    border: none;
    color: #FFFFFF;
    padding: 8px 24px;
    border-radius: 8px;
    background: var(--yellow-button, linear-gradient(93deg, #FFB800 -47.72%, #FF8A00 136.81%));
    box-shadow: 0px 14px 32px 0px rgba(255, 178, 14, 0.29), 0px 5px 8px 0px rgba(222, 151, 0, 0.24);
}

@media screen and (max-width: 768px) {
    .mainC10-4-2>ul {
        gap: 10px !important;
    }
}

@media screen and (max-width: 768px) {
    .mainC10-4 {
        flex-direction: column;
    }

    .mainC10-4-1 {
        width: 100%;
    }

    .mainC10-4-1>div {
        width: 30%;
    }

    .mainC10-4-2 {
        width: 100%;
    }

    .mainC10-4-2>div {
        width: 100%;
    }

    .mainC10-4-2 {
        margin-top: 50px;
    }

    .mainC10-4-2>ul>li {
        font-size: 12px;
    }

    .Last>div>h1 {
        font-size: 12px;
        text-align: center;
    }

    .Last2-2 {
        font-size: 12px;
    }

    .Last1-2 {
        font-size: 12px;
    }

    .mainC10 {
        gap: 40px;
    }

    .C9-2 {
        margin-top: 10px;
    }
}

.discount-abs {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: flex;
    width: 120px;
    justify-content: center;
    align-items: center;
    border-radius: 0px 32px 0px 14px;
    background: var(--theme-primary, #FFB30E);
    color: #FFF;
}

.percent-off {
    color: var(--theme-white, #FFF);
    font-family: Source Sans Pro;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
}

.percent-off-1 {
    color: var(--theme-white, #FFF);
    font-family: Source Sans Pro;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.percent-off-2 {
    color: var(--theme-white, #FFF);
    font-family: Source Sans Pro;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.myownclassforchevron {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    margin-left: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
}