@import url('https://cdn-uicons.flaticon.com/2.6.0/uicons-brands/css/uicons-brands.css');

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

body {
    font-family: 'IBM Plex Sans Thai', sans-serif;
    overflow-x: hidden;
}

/*copy มาจากของจารย์*/
header{
    width: 100%;
    /*height: 10vh; คำนวณให้ 10% จากหน้าจอนั้นๆ*/
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
}

nav{
    width: 100%;
    height: 150px;
    position: fixed;
    background-color: #ffffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    display: block;
    justify-content: center;
    align-items: center;
}

.box_logo img{
    width: 142px;
    height: 69.89px;
    object-fit: cover;
    position: absolute;
    left: 70px;
    top: 40px;
}

.search{
    width: 500px;
    height: 70px;
    border-radius: 15px;
    border: solid 3px #E53D46;
    display: flex;
    align-items: center;
    position: relative;
    position: absolute;
    left: 269px;
    top: 40px;
}

.search input[type="search"]{
    font-family: 'IBM Plex Sans Thai', sans-serif; 
    font-size: 24px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    width: 420px;
    height: 40px;
    padding-left: 21px;
    border: none;
    outline: none;
    cursor: text;
    margin-top: 3px;
    background-color: transparent;
}

/* เอาเครื่องหมายกากบาทออก */
.search input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

.search i{
    font-size: 35px;
    color: #3B56A6;
    position: absolute;
    top: 10px;
    right: 18px;
}

/* เมนูที่มีไอคอน svg */
nav ul {
    display: flex;
    align-items: center;
    list-style-type: none; /*เอาจุดออก*/
    position: absolute;
    right: 67px;
    top: 37.5px;
    /*background-color: aqua;*/
}
nav ul li{
    display: inline-block;
    padding-left: 43px;
    /*background-color: blueviolet;*/
}
nav ul li a {
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    color: #AAAAAA;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-decoration: none;
    /* background-color: chocolate; */
    height: 100%;
    margin-top: 2px;
}
nav ul li a span{
    margin-top: 9px;
}
nav ul li a i svg{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-home svg {
    fill: #E53D46;
    width: 35px;
    height: 35px;
}
.active {
    color: #3B56A6;
}
nav ul li a i svg{
    font-size: 35px;
    fill: #AAAAAA;
}
li:hover i svg {
    fill: #E53D46;
}
li:hover span {
    color: #3B56A6;
}

/* BANNER */
.banner{
    margin-top: 150px;
    width: 100%;
    height: 500px;
    /* background-color: #AAAAAA; */
    position: relative;
}
.box-01{
    width: 650px;
    height: 265px;
    border-radius: 30px;
    background-color: #fff;
    position: absolute;
    top: 70px;
    left: 70px;
    font-weight: 500;
    position: relative;
    z-index: 2;
}
.text1{
    font-size: 48px;
    color: black;
    line-height: 60px;
    position: absolute;
    top: 30px;
    left: 32px;
}

.text2 {
    font-size: 32px;
    color: #000;
    position: absolute;
    top: 160px;
    left: 32px;
}

.box-02{
    width: 320px;
    height: 60px;
    border-radius: 15px;
    background-color: #FFE455;
    position: absolute;
    top: 370px;
    left: 70px;
    display: flex;
    align-items: center;
    font-weight: 500;
    z-index: 2;
    cursor: pointer;
}

.text3{
    font-size: 32px;
    color: #000;
    position: absolute;
    left: 32px;
    text-decoration: none;
    margin-top: 5px;
}

.box-02 i svg{
    width: 35px;
    height: 35px;
    fill: #000;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 250px;
}

.banner img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    position: absolute;
    top: 0;
    z-index: 1;
    cursor: pointer;
}

.box-02:hover {
    transform: translateX(10px);
    transition: transform 0.6s ease;
}

/* box link */
.box_link{
    width: 100%;
    height: 499px;
    /* background-color: #000000; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.All_boxlinks{
    width: 1300px;
    height: 350px;
    /* background-color: aquamarine; */
    display: flex;
    justify-content: space-between;
}

.boxlink-1 a,
.boxlink-2 a,
.boxlink-3 a {
    width: 420px;
    height: 350px;
    border-radius: 30px;
    /* background-color: #E53D46; */
    position: relative;
    display: flex;
    justify-content: center;
}
.box_link a img{
    width: 420px;
    height: 350px;
    border-radius: 30px;
    object-fit: cover;
}
.boxlink-1 a p, .boxlink-3 a p{
    font-size: 64px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    display: flex;
    justify-content: center;
    top: 217px;
}

.boxlink-2{
    /* background-color: #FFE455; */
    border-radius: 30px;
}

.boxlink-2 p{
    font-size: 64px;
    font-weight: 500;
    position: absolute;
    display: flex;
    justify-content: center;
    top: 217px;
    color: #000;
}

.boxlink-3{
    /* background-color: #FF9042; */
    border-radius: 30px;
}

.All_boxlinks a:hover{
    transform: rotate(1.5deg);
    transition: transform 0.3s ease;
}

/* Recommend */
.recommend{
    width: 100%;
    height: 901px;
    background: linear-gradient(to right, #FF9042, #E53D46); /* ไล่สีจากซ้ายไปขวา */
    display: flex;
    justify-content: center;
    position: relative;
    box-shadow: inset 8px 8px 16px rgba(0, 0, 0, 0.1);
}
.title{
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    top: 50px;
}
.menu-recom{
    width: 981px;
    height: 70px;
    /* background-color: #AAAAAA; */
    position: absolute;
    top: 144px;
    left: 70px;
    display: flex;
    justify-content: space-between;
}
.menu-recom p{
    cursor: pointer;
    padding: 10px 23px;
    white-space: nowrap;
}

.box2-menu-recom p:hover,
.box3-menu-recom p:hover,
.box4-menu-recom p:hover {
    color: #3B56A6;
    background-color: #fff;
    border-radius: 15px;
}
.box-menu-recom{
    width: 219px;
    height: 70px;
    border-radius: 15px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box2-menu-recom,
.box3-menu-recom,
.box4-menu-recom {
    width: 219px;
    height: 70px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-menu-recom{
    font-size: 32px;
    font-weight: 500;
    color: #3B56A6;
}
.text2-menu-recom{
    font-size: 32px;
    font-weight: 500;
    color: #fff;
}
.content-recom{
    width: 1300px;
    height: 529px;
    background-color: #fff;
    border-radius: 5px 30px 30px 30px;
    position: absolute;
    top: 252px;
    display: flex;
    justify-content: center;
    position: relative;
}
.content-images-recom{
    width: 1188px;
    height: 250px;
    /*background-color: antiquewhite;*/
    position: absolute;
    top: 50px;
    display: flex;
    justify-content: space-between;
}
.content-text-recom{
    width: 1188px;
    height: 178px;
    /*background-color: paleturquoise;*/
    position: absolute;
    top: 300px;
    display: flex;
    position: relative;
}
.box-images-recom{
    width: 276px;
    height: 250px;
    border-radius: 15px;
}
.box1-images-recom{
    width: 276px;
    height: 250px;
    border-radius: 15px;
    cursor: pointer;
}
.box-images-recom img{
    width: 276px;
    height: 250px;
    border-radius: 15px;
    object-fit: cover;
    cursor: pointer;
}
.box1-images-recom img{
    width: 276px;
    height: 250px;
    border-radius: 15px;
    object-fit: cover;
    cursor: pointer;
}
.box-text-recom,
.box1-text-recom,
.box2-text-recom {
    width: 302px;
    height: 178px;
    /*background-color: plum;*/
    position: relative;
}
.box2-text-recom {
    width: 278px;
    position: absolute;
    right: 0;
}
.name_recom{
    font-size: 32px;
    font-weight: 500;
    color: #000;
    position: absolute;
    top: 26px;
}

.stf_recom,
.lk_recom {
    width: 140px;
    height: 40px;
    border-radius: 7.5px;
    background-color: #3B56A6;
    position: absolute;
    top: 81px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lk_recom{
    background-color: #E53D46;
    top: 138px;
}
.price_stf,
.price_lk {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    position: absolute;
    top: 85px;
    left: 157px;
}
.price_lk{
    top: 144px;
}

.box_icon_bookmark i svg {
    width: 30px;
    height: 30px;
    fill: #FF9042;
}

.content-text-recom .box-text-recom i,
.content-text-recom .box1-text-recom i,
.content-text-recom .box2-text-recom i{
    font-size: 30px;
    color: #FF9042;
    position: absolute;
    top: 37px;
    left: 249px;
    cursor: pointer;
    transition: font-size 0.3s;
}

.content-text-recom .box-text-recom i:hover{
    fill: #FF9042;
}

.recommend .arrow-right-recom i svg,
.recommend .arrow-left-recom i svg {
    width: 70px;
    height: 70px;
    fill: #fff;
    position: absolute;
    top: 476px;
    right: 16px;
    cursor: pointer;
}

.recommend .arrow-left-recom i svg {
    left: 16px;
}

.box-dot {
    width: 40px;
    height: 15px;
    /*background-color: orangered;*/
    position: absolute;
    bottom: 70px;
    display: flex;
    justify-content: space-between;
}

.dot1,
.dot2 {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #FFE455;
}

.dot2 {
    background-color: #fff;
}

/* Type Food */
.typefood{
    width: 100%;
    height: 541px;
    background-color: #fff;
    position: relative;
}
.title_typefood{
    font-size: 40px;
    font-weight: 500;
    color: #E53D46;
    position: absolute;
    top: 55px;
    left: 67px;
}
.detail_typefood{
    font-size: 24px;
    color: #3B56A6;
    position: absolute;
    top: 121px;
    left: 67px;
}
.all_typefood{
    font-size: 24px;
    color: #000;
    position: absolute;
    top: 70px;
    right: 70px;
    text-decoration: underline;
    cursor: pointer;
}
.all_typefood:hover {
    color: #E53D46;
    transform: scale(1.02);
    transition: transform 0.3s ease;
}

.all-box-ty {
    width: 1300px;
    height: 270px;
    /* background-color: olive; */
    position: absolute;
    left: 70px;
    top: 218px;
    display: flex;
    justify-content: space-between;
}

.box-ty1,
.box-ty2,
.box-ty3 {
    width: 420px;
    height: 270px;
    /*background-color: palegreen;*/
    display: flex;
    justify-content: space-between;
}
.ty{
    width: 200px;
    height: 270px;
    /*background-color: orange;*/
    text-align: center;
}
.image-ty{
    width: 200px;
    height: 200px;
    background-color: #E53D46;
    border-radius: 30px;
    cursor: pointer;
}
.image-ty img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 39%;
    border-radius: 30px;
}
.name-ty-1 {
    font-size: 32px;
    font-weight: 500;
    color: #E53D46;
    padding-top: 17px;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
}
.name-ty {
    font-size: 32px;
    font-weight: 500;
    color: #000;
    padding-top: 17px;
    /* background-color: aqua; */
}
.ty:hover .image-ty img, 
.ty:hover .name-ty{
    color: #E53D46;
    cursor: pointer;
    transform: scale(1.02);
    transition: transform 0.3s ease;
}

/* ช่วยเลือกย่านที่โดนใจ */
.help{
    width: 100%;
    height: 1067px;
    background: linear-gradient(to right, #E53D46, #FF9042);
    position: relative; 
    display: flex;
    justify-content: center;
}

.icon-smile svg{
    width: 60px;
    height: 60px;
    fill: #fff;
    position: absolute;
    top: 70px;
    left: 70px;
}
.title_help {
    font-size: 40px;
    color: #fff;
    line-height: 55px;
    position: absolute;
    left: 165px;
    top: 70px;
}
.detail_help{
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 200px;
}

.box1-image-help,
.box2-image-help,
.box3-image-help {
    width: 640px;
    height: 310px;
    /* background-color: palegoldenrod; */
    position: absolute;
    left: 70px;
    top: 262px;
    display: flex;
    justify-content: space-between;
}

.image-help,
.image3-help,
.image6-help,
.image7-help {
    width: 310px;
    height: 310px;
    border-radius: 30px;
    /* background-color: #FFE455; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.image-help img,
.image3-help img,
.image6-help img,
.image7-help img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* เลเยอร์ทับโปร่งใส */
.image-help::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45); /* โปร่งใสสีดำ */
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 30px;
    z-index: 2;
}

/* เลเยอร์ทับเมื่อ Hover */
.image-help:hover::before {
    opacity: 1;
}

.image-help p,
.image3-help p,
.image6-help p,
.image7-help p  {
    font-size: 40px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 3;
}

.image-help p,
.image6-help p,
.image7-help p{
    line-height: 1.2;
}

.image-help i {
    font-size: 60px;
    color: #fff;
}

.image3-help {
    position: absolute;
    top: 262px;
    left: 730px;
}

.image4-help {
    position: absolute;
    top: 262px;
    left: 1060px;
}

.image5-help {
    position: absolute;
    top: 592px;
    left: 70px;
}

.image6-help {
    position: absolute;
    top: 592px;
    left: 400px;
}

.box2-image-help {
    top: 0px;
    left: 0px;
    /* background-color: #FFE455; */
}

.box3-image-help {
    top: 592px;
    left: 730px;
    /* background-color: aqua; */
}

.let_to_search{
    width: 160px;
    height: 60px;
    background-color: #fff;
    font-size: 24px;
    color: #3B56A6;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    position: absolute;
    top: 937px;
    cursor: pointer;
}

.let_to_search:hover{
    transform: scale(1.02);
    transition: transform 0.3s ease;
    color: #E53D46;
}

/* recom */
.RecomBox-Reward-Discount{
    width: 100%;
    height: 927px;
    /* background-color: darkgrey; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.Reward-Box{
    width: 100%;
    height: 428px;
    /* background-color: rgb(118, 118, 118); */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.Reward-Box p {
    font-family: 'IBM Plex Sans Thai', sans-serif;
    color: #3B56A6;
    font-weight: 500;
    font-size: 40px;
    margin-top: 69px;
    margin-bottom: 25px;
    align-items: center;
    /* background-color: bisque; */
}
.content-reward{
    width: 100%;
    height: 240px;
    /* background-color: aqua; */
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 70px;
    position: relative;
}

.reward-box1, .reward-box2, .reward-box3{
    width: 420px;
    height: 240px;
    /* background-color: #3B56A6; */
    border-radius: 30px;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.reward-box1 img,
.reward-box2 img,
.reward-box3 img {
    object-fit: cover;
    width: 420px;
    height: 240px;
    border-radius: 30px;
    position: relative;
}
.reward-box1 p,
.reward-box2 p,
.reward-box3 p {
    font-family: 'IBM Plex Sans Thai', sans-serif;
    color: #ffffff;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    position: absolute;
    z-index: 1;
    /* background-color: #AAAAAA; */
    margin: 0;
}
.arrow-left-reward, .arrow-right-reward {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* background-color: #000; */
    z-index: 2;
    cursor: pointer;
}

.arrow-left-reward {
    left: 23px;
}

.arrow-right-reward {
    right: 23px;
}

.arrow-right-reward svg,
.arrow-left-reward svg {
    fill: #E53D46;
    width: 80px;
    height: 80px;
    /* background-color: #FFE455; */
    border-radius: 50%;
    display: flex;
    align-items: center;
}

.box-dot-reward {
    display: flex;
    gap: 10px;
    position: absolute;
    top: 264px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    cursor: pointer;
}

.box-dot-reward .dot1-re,
.box-dot-reward .dot2-re {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.dot1-re {
    background-color: #3B56A6;
}
.dot2-re {
    background-color: #9DAAD3;
}



.Discount-Box{
    width: 100%;
    height: 499px;
    /* background-color: rgb(81, 81, 81); */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.Discount-Box p {
    font-family: 'IBM Plex Sans Thai', sans-serif;
    color: #FF9042;
    font-weight: 500;
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 25px;
    align-items: center;
    /* background-color: #FFC7A0; */
}

.content-discount{
    width: 100%;
    height: 240px;
    /* background-color: aqua; */
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 70px;
    position: relative;
}

.discount-box1, .discount-box2, .discount-box3{
    width: 420px;
    height: 240px;
    /* background-color: #fff6c9; */
    border-radius: 30px;
    cursor: pointer;
}
.discount-box1 img,
.discount-box2 img,
.discount-box3 img {
    object-fit: cover;
    width: 420px;
    height: 240px;
    border-radius: 30px;
}

.discount-box1 p,
.discount-box2 p,
.discount-box3 p {
    font-family: 'IBM Plex Sans Thai', sans-serif;
    color: #000000;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.2;
    text-align: left;
    position: absolute;
    z-index: 1;
    /* background-color: #AAAAAA; */
    margin-top: 35px;
    margin-left: 45px;
}

.arrow-left-discount, .arrow-right-discount {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* background-color: #000; */
    z-index: 2;
    cursor: pointer;
}

.arrow-left-discount {
    left: 23px;
}

.arrow-right-discount {
    right: 23px;
}

.arrow-right-discount svg,
.arrow-left-discount svg {
    fill: #E53D46;
    width: 80px;
    height: 80px;
    /* background-color: #FFE455; */
    border-radius: 50%;
    display: flex;
    align-items: center;
}

.box-dot-discount {
    display: flex;
    gap: 10px;
    position: absolute;
    top: 264px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    cursor: pointer;
}

.box-dot-discount .dot1-dis,
.box-dot-discount .dot2-dis {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.dot1-dis {
    background-color: #FF9042;
}
.dot2-dis {
    background-color: #FFC7A0;
}





/*Footer*/
.footer{
    width: 100%;
    height: 243px;
    background-color: #E53D46;
    display: flex;
    flex-direction: column;
}

.box-footer{
    width: 1440px;
    height: 90px;
    /*background-color: rgb(255, 202, 133);*/
    margin-top: 50px;
    padding-left: 70px;
    display: flex;
    align-items: center;
}

.logo-footer img{
    width: 173px;
    height: 85px;
    /*background-color: antiquewhite;*/
    object-fit: cover;
    cursor: pointer;
}

.box-text{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 35px;
    /*background-color: rgb(255, 227, 192);*/
}

.box-text p{
    font-family: 'IBM Plex Sans Thai', sans-serif;
    color: #ffffff;
    font-weight: 400;
    font-size: 24px;
    align-items: center;
}

.contact-lakin{
    width: 300px;
    height: 90px;
    /*background-color: rgb(255, 234, 208);*/
    font-size: 24px;
    margin-left: 70px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    cursor: pointer;
}

.contact-lakin p{
    font-family: 'IBM Plex Sans Thai', sans-serif;
    color: #ffffff;
    font-weight: 500px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.icon-contact i {
    justify-content: space-between;
    align-items: center;
    margin-right: 10px;
    font-size: 35px;
    color: #ffffff;
    margin-top: auto;
}

.copyright {
    width: 100%;
    text-align: center;
    margin-top: 54px;
}

.copyright p{
    font-family: 'IBM Plex Sans Thai', sans-serif;
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    margin: 0;
}

.to-top{
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.45);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 70px;
    right: 70px;
    cursor: pointer;
    z-index: 1000;
}

.to-top i{
    color: #3B56A6;
    font-size: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
    z-index: 1000;
}





/* start mobile size */
@media screen and (max-width: 400px) {
    .box_logo img {
        width: 90px;
        height: 44.3px;
        position: absolute;
        left: 25px;
        top: 15px;
    }

    .search {
        width: 220px;
        height: 35px;
        border-radius: 7.5px;
        top: 20px;
        left: 150px;
        border: solid 2px #E53D46;
    }

    .search input[type="search"] {
        font-size: 14px;
        width: 180px;
        height: 18px;
        padding-left: 10px;
    }

    .search i {
        font-size: 16px;
        top: 6px;
        right: 12px;
    }

    nav {
        width: 100%;
        height: 175px;
        bottom: 1px;
        background-color: #fff;
    }

    nav ul {
        right: 25px;
        left: 25px;
        top: 95px;
        /* background-color: aqua; */
        display: flex;
        justify-content: space-between;
    }

    nav ul li {
        padding: 0;
        /* background-color: blue; */
    }

    nav ul li a {
        font-size: 14px;
    }

    nav ul li a i svg {
        width: 24px;
        height: 24px;
    }

    .icon-home svg {
        width: 24px;
        height: 24px;
    }

    /* banner */
    .banner{
        height: 175px;
        margin-top: 175px;
        overflow: hidden;
    }
    .banner img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .box-01{
        width: 180px;
        height: 86px;
        border-radius: 7.5px;
        top: 25px;
        left: 25px;
    }
    .text1{
        font-size: 20px;
        line-height: 25px;
        top: 11px;
        left: 11px;
    }
    
    .text2 {
        font-size: 10px;
        top: 61px;
        left: 11px;
    }
    .box-02{
        width: 117px;
        height: 26px;
        border-radius: 3.5px;
        top: 124px;
        left: 25px;
    }
    
    .text3{
        font-size: 14px;
        left: 11px;
        top: 3px;
        margin: 0;
    }
    
    .box-02 i svg{
        width: 14.38px;
        height: 14.38px;
        margin-left: 90px;
    }

    /* box link */
    .box_link{
        height: 310px;
        position: relative;
        /* background-color: #898989; */
    }
    .All_boxlinks{
        width: 340px;
        height: 260px;
        position: relative;
        position: absolute;
        /* background-color: aquamarine; */
    }
    .boxlink-1 a {
        width: 340px;
        height: 120px;
        border-radius: 15px;
        position: absolute;
        /* background-color: #FFE455; */
    }
    .boxlink-1 a p{
        font-size: 24px;
        color: #fff;
        top: 40px;
        left: 62px;
    }
    .boxlink-1 a img {
        width: 340px;
        height: 120px;
        border-radius: 15px;
    }

    .boxlink-2 a, .boxlink-3 a {
        width: 160px;
        height: 120px;
        border-radius: 12px;
        position: absolute;
        top: 140px;
        margin-left: -170px;
        display: flex;
        /* background-color: blueviolet; */
    }
    .boxlink-3 a{
        right: 0px;
    }

    .boxlink-2 a p, 
    .boxlink-3 a p {
        font-size: 24px;
        color: #fff;
        top: 75px;
    }
    .boxlink-2 a p {
        color: #000000;
    }
    .boxlink-2 a img, 
    .boxlink-3 a img {
        width: 160px;
        height: 120px;
        border-radius: 12px;
    }

    /* แนะนำสำหรับคุณ */
    .recommend{
        height: 389px;
    }
    .title{
        font-size: 24px;
        top: 24px;
    }
    .menu-recom{
        width: 340px;
        height: 73px;
        top: 71px;
        left: 25px;
        /* position: relative; */
    }
    .box-menu-recom,
    .box2-menu-recom,
    .box3-menu-recom,
    .box4-menu-recom {
        width: 160px;
        height: 30px;
        border-radius: 7.5px;
        /* background-color: aqua; */
    }

    .box-menu-recom p:hover,
    .box2-menu-recom p:hover,
    .box3-menu-recom p:hover,
    .box4-menu-recom p:hover {
        padding: 2px 35px;
        border-radius: 7.5px;
    }
    .box2-menu-recom{
        position: absolute;
        left: 180px;
    }
    .box3-menu-recom{
        position: absolute;
        top: 43px;
    }
    .box4-menu-recom{
        position: absolute;
        left: 180px;
        top: 43px;
    }
    .text-menu-recom,
    .text2-menu-recom {
        font-size: 16px;
    }
    .content-recom{
        width: 340px;
        height: 189px;
        border-radius: 3.5px 15px 15px 15px;
        top: 157px;
    }
    .content-images-recom{
        width: 135px;
        height: 139px;
        border-radius: 15px;
        top: 25px;
        left: 25px;
    }
    .box-images-recom{
        display: none;
    }
    .box1-images-recom{
        width: 135px;
        height: 139px;
    }
    .box1-images-recom img{
        width: 135px;
        height: 139px;
    }
    .box-text-recom,
    .box2-text-recom{
        display: none;
    }

    .content-text-recom{
        width: 135px;
        height: 139px;
        /*background-color: paleturquoise;*/
        top: 25px;
        left: 78px;
    }

    .box1-text-recom{
        width: 135px;
        height: 139px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .name_recom{
        font-size: 20px;
        top: 0;
    }
    .stf_recom,
    .lk_recom {
        width: 135px;
        height: 26px;
        background-color: #fff;
        border-radius: 3.5;
        border: 1.5px solid #3B56A6;
        font-size: 14px;
        color: #000;
    }
    .stf_recom{
        top: 37px;
    }
    .lk_recom{
        border: 1.5px solid #E53D46;
        top: 75px;
    }

    .price_stf,
    .price_lk{
        display: none;
    }

    .box_icon_bookmark{
        width: 135px;
        height: 26px;
        background-color: #FF9042;
        border-radius: 3.5px;
        position: absolute;
        top: 113px;
    }

    .box1-text-recom .box_icon_bookmark i{
        font-size: 14px;
        color: #fff;
        position: absolute;
        left: 60px;
        top: 4px;
    }

    .box_icon_bookmark i svg{
        width: 14px;
        height: 14px;
        fill: #ffffff;
    }

    .recommend .arrow-right-recom i svg,
    .recommend .arrow-left-recom i svg {
        width: 30px;
        height: 30px;
        fill: #fff;
        top: 236px;
        right: 7px;
    }

    .recommend .arrow-left-recom i svg{
        left: 7px;
    }
    
    .box-dot {
        width: 13.33px;
        height: 5px;
        bottom: 25px;
    }
    
    .dot1,
    .dot2 {
        width: 5px;
        height: 5px;
    }
    
    /* type food */
    .typefood{
        height: 595px;
        /* background-color: aqua; */
    }
    .title_typefood{
        font-size: 24px;
        top: 20px;
        left: 23px;
    }
    .detail_typefood{
        font-size: 14px;
        top: 60px;
        left: 23px;
    }
    .all_typefood{
        font-size: 14px;
        top: 19px;
        right: 25px;
    }
    .all-box-ty{
        width: 340px;
        height: 474px;
        top: 100px;
        left: 25px;
        flex-direction: column;
    }
    .box-ty1,
    .box-ty2,
    .box-ty3{
        width: 340px;
        height: 162px;
    }

    .ty{
        width: 160px;
        height: 162px;
    }
    .image-ty{
        width: 160px;
        height: 120px;
        border-radius: 15px;
        background-color: transparent;
    }
    .image-ty img{
        border-radius: 15px;
    }
    .name-ty-1,
    .name-ty{
        font-size: 16px;
        padding-top: 4px;
    }

    /* ช่วยเลือกย่านที่โดนใจ */
    .help {
        width: 100%;
        height: 968px;
    }
    .icon-smile svg {
        width: 30px;
        height: 30px;
        top: 25px;
        left: 25px;
    }
    .title_help {
        font-size: 24px;
        color: #fff;
        line-height: 30px;
        left: 74px;
        top: 25px;
    }
    .detail_help{
        font-size: 14px;
        top: 102px;
    }

    /* box row 1 */
    .box1-image-help{
        width: 340px;
        height: 135px;
        /* background-color: palegoldenrod; */
        left: 25px;
        top: 142px;
        display: flex;
        justify-content: space-between;
    }
    .image-help{
        width: 160px;
        height: 135px;
    }
    .image-help img{
        border-radius: 15px;
    }

    /* เลเยอร์ทับโปร่งใส */
    .image-help::before{
        border-radius: 15px;
    }

    /* box row 2 */
    .image3-help
    .image-help::before{
        width: 340px;
        height: 135px;
        border-radius: 15px;
        left: -90px;
    }

    .image-help p{
        font-size: 16px;
        line-height: 1.2;
    }
    .image3-help{
        width: 340px;
        height: 135px;
        /* background-color: palegoldenrod; */
        top: 297px;
        left: 25px;
        border-radius: 15px;
        overflow: hidden;
    }
    .image3-help img{
        width: 340px;
        height: 135px;
        object-fit: cover;
        left: -90px;
        overflow: hidden;
    }

    /* box row 3 */
    .box2-image-help{
        width: 340px;
        height: 135px;
        /* background-color: palegoldenrod; */
        left: 25px;
        top: 452px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }
    .image4-help,
    .image5-help {
        width: 160px;
        height: 135px;
        top: 0;
        left: 0;
    }
    .image5-help{
        left: 180px;
    }
    .image-help img{
        border-radius: 15px;
    }
    
    /* box row 4 */
    .image6-help
    .image-help::before{
        width: 340px;
        height: 135px;
        border-radius: 15px;
        left: -90px;
    }

    .image-help p{
        font-size: 16px;
        line-height: 1.2;
    }
    .image6-help{
        width: 340px;
        height: 135px;
        background-color: palegoldenrod;
        top: 607px;
        left: 25px;
        border-radius: 15px;
        overflow: hidden;
    }
    .image6-help img{
        width: 340px;
        height: 135px;
        object-fit: cover;
        left: -90px;
        overflow: hidden;
    }

    /* box row 5 */
    .box3-image-help{
        width: 340px;
        height: 135px;
        /* background-color: palegoldenrod; */
        left: 25px;
        top: 762px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }
    .image-help{
        width: 160px;
        height: 135px;
    }
    .image-help img{
        border-radius: 15px;
    }

    .let_to_search {
        width: 90px;
        height: 26px;
        border-radius: 7.5px;
        font-size: 14px;
        top: 917px;
    }

    /* reward-box */
    .reward-box2, .reward-box3{
        display: none;
    }
    .discount-box2, .discount-box3{
        display: none;
    }

    .RecomBox-Reward-Discount {
        height: 624px;
        /* background-color: chartreuse; */
    }

    .Reward-Box {
        height: 300px;
        /* background-color: rgb(118, 118, 118); */
    }

    .Reward-Box p {
        font-size: 24px;
        display: flex;
        justify-content: center;
        margin-top: 25px;
        margin-bottom: 0;
        left: 25px;
        /* background-color: #FF9042; */
    }
    .content-reward{
        width: 100%;
        height: 180px;
        /* background-color: aqua; */
        justify-content: center;
        position: relative;
        padding: 0;
        margin-bottom: 25px;
        margin-top: 18px;
    }
    .reward-box1 {
        width: 340px;
        height: 180px;
        border-radius: 15px;
        display: flex;
        justify-content: center;
    }
    .reward-box1 img {
        width: 340px;
        height: 180px;
        border-radius: 15px;
        display: flex;
        justify-content: center;
    }
    .reward-box1 p {
        font-size: 24px;
        /* background-color: #000000; */
        margin-right: 25px;
        margin-bottom: 25px;
        display: flex;
        text-align: left;
    }
    .reward-box1 p span {
        font-size: 24px;
        text-align: right;
    }

    .arrow-right-reward svg,
    .arrow-left-reward svg {
        width: 30px;
        height: 30px;
    }
    .arrow-left-reward {
        left: 7px;
    }
    
    .arrow-right-reward {
        right: 7px;
    }

    .box-dot-reward {
        gap: 5px;
        top: 200px;
    }
    .box-dot-reward .dot1-re,
    .box-dot-reward .dot2-re {
        width: 5px;
        height: 5px;
        border-radius: 50%;
    }


    .Discount-Box {
        height: 324px;
        /* background-color: rgb(68, 65, 65); */
    }
    .Discount-Box p {
        font-size: 24px;
    }
    .content-discount{
        width: 100%;
        height: 180px;
        /* background-color: aqua; */
        margin-bottom: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .discount-box1 {
        width: 340px;
        height: 180px;
        border-radius: 15px;
    }
    .discount-box1 img {
        width: 340px;
        height: 180px;
        border-radius: 15px;
    }
    .discount-box1 p {
        font-size: 24px;
        /* background-color: #797979; */
        margin-top: 25px;
        margin-left: 25px;
        text-align: left;
        padding: 0;
    }
    .discount-box1 span {
        font-size: 14px;
        text-align: right;
        /* background-color: #636363; */
        position: absolute;
        top: 38px;
    }

    .arrow-right-discount svg,
    .arrow-left-discount svg {
        width: 30px;
        height: 30px;
    }
    .arrow-left-discount {
        left: 7px;
    }
    
    .arrow-right-discount {
        right: 7px;
    }

    .box-dot-discount {
        gap: 5px;
        top: 200px;
    }
    .box-dot-discount .dot1-dis,
    .box-dot-discount .dot2-dis {
        width: 5px;
        height: 5px;
        border-radius: 50%;
    }



    /* footer */
    .footer {
        height: 280px;
        position: relative;
    }

    .box-footer {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
        width: 100%;
        margin-top: 30px;
    }

    .logo-footer img {
        width: 100px;
        height: 50px;
        margin: 25px;
        margin-top: 0;
    }

    .box-text p {
        font-size: 14px;
        margin-top: -10px;
    }

    .contact-lakin {
        width: 100%;
        height: auto;
        margin-left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-lakin p {
        font-size: 12px;
        margin-top: 20px;
        line-height: 0.5;
    }

    .icon-contact i {
        font-size: 23px;
        margin-right: 5px;
    }

    .copyright {
        position: absolute;
        width: 100%;
        text-align: center;
        bottom: 10px;
    }

    .copyright p {
        font-size: 10px;
    }

    /* to-top */
    .to-top {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
        border-radius: 12px;
    }
    .to-top i {
        font-size: 45px;
    }
}