@import url("/fonts.googleapis.com/css2?family=Prompt:wght@200;300&family=Raleway:wght@100;300&family=Sriracha&display=swap");
@import url("/fonts.googleapis.com/css2?family=Lato:wght@100;300&family=Montserrat:wght@100&family=Prompt:wght@200;300&family=Raleway:wght@100;300&family=Sofia+Sans+Extra+Condensed:wght@100&family=Sriracha&display=swap");
@import url("/fonts.googleapis.com/css2?family=Lato:wght@300&family=Montserrat:wght@100&family=Noto+Sans+Thai:wght@300&family=Prompt:wght@200;300&family=Raleway:wght@100;300&family=Sofia+Sans+Extra+Condensed:wght@100&family=Sriracha&display=swap");
@import url("/fonts.googleapis.com/css2?family=Comfortaa:wght@500&family=Lato:wght@300&family=Montserrat:wght@100&family=Noto+Sans+Thai:wght@300&family=Prompt:wght@200;300&family=Raleway:wght@100;300&family=Sofia+Sans+Extra+Condensed:wght@100&family=Sriracha&display=swap");
:root {
    --orange: #8e5a4d;
    --black: #8e5a4d;
    --light-color: #666;
    --box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
    --border: 0.2rem solid rgba(0, 0, 0, 0.1);
    --outline: 0.1rem solid rgba(0, 0, 0, 0.1);
    --outline-hover: 0.2rem solid var(--black)
    }
* {
    font-family: "Prompt", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    transition: all 0.2s linear
    }
html {
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 7rem
    }
body {
    background-color: rgb(250, 250, 250)
    }
section {
    padding: 2rem 9%
    }
.heading {
    text-align: center;
    padding: 2rem 0;
    padding-bottom: 3rem;
    font-size: 3.5rem;
    color: var(--black)
    }
.heading span {
    background: var(--orange);
    color: #fff;
    display: inline-block;
    padding: 0.5rem 3rem
    }
.btn {
    margin-top: 1rem;
    display: inline-block;
    padding: 0.8rem 3rem;
    font-size: 2.2rem;
    border-radius: 0.5rem;
    border: 0.2rem solid var(--black);
    color: var(--black);
    cursor: pointer;
    background: none
    }
.btn:hover {
    background: var(--orange);
    color: #fff
    }
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 9%;
    background: #fff;
    box-shadow: var(--box-shadow)
    }
.header .logo {
    font-size: 2.5rem;
    font-weight: bolder;
    color: var(--black)
    }
.header .logo i {
    color: var(--orange)
    }
.header .navbar a {
    font-size: 1.7rem;
    margin: 0 1rem;
    color: var(--black)
    }
.header .navbar a:hover {
    color: var(--orange)
    }
.header .icons div {
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4.5rem;
    border-radius: 0.5rem;
    color: var(--black);
    font-size: 2rem;
    margin-left: 0.3rem;
    cursor: pointer;
    text-align: center
    }
.header .icons div:hover {
    background: var(--orange);
    color: #fff
    }
#menu-btn {
    display: none
    }
.home {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(140.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 17rem;
    padding-bottom: 52rem;
    height: 100vh;
    width: 100%
    }
.container-c {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    max-width: 960px;
    background-color: rgb(255, 255, 255);
    scroll-snap-type: x mandatory;
    overflow-x: scroll
    }
.contant-a img {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    text-align: center;
    margin: 0 auto
    }
.contant-w img {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    text-align: center;
    margin: 0 auto
    }
.contant-b {
    width: 100%;
    height: 310px;
    text-align: center;
    margin: 0 auto
    }
.title-g {
    padding-bottom: 30px;
    color: rgb(55, 54, 54);
    text-align: center;
    letter-spacing: 2px;
    font-size: 16px;
    font-family: "Prompt", sans-serif
    }
.btn-m {
    background: #8e5a4d;
    color: #fff;
    border-radius: 30px;
    transition: all 0.1s ease;
    position: relative;
    align-items: center;
    margin: 0 auto
    }
.btn-m:hover {
    transform: translate(6px, 6px)
    }
.btn-m:hover::before {
    transform: translate(3px, 3px)
    }
.btn-m:hover::after {
    transform: translate(-6px -6px)
    }
.btn-m::after, .btn-m::before {
    content: "";
    position: absolute;
    opacity: 0.3;
    border-radius: inherit;
    background: #8e5a4d;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.1s ease
    }
.title-gg {
    padding-bottom: 30px;
    color: rgb(249, 246, 246);
    text-align: center;
    letter-spacing: 2px;
    font-size: 24px;
    font-family: "Prompt", sans-serif;
    background: #8e5a4d;
    max-width: 100px;
    width: 100%;
    margin: 0 auto
    }
.contant-c img {
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 10px
    }
.contant-z img {
    width: 100%;
    margin: 0 auto;
    height: 60%;
    align-items: center;
    justify-content: center;
    justify-items: center
    }
.title-a {
    padding-bottom: 30px;
    color: rgb(55, 54, 54);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    font-size: 16px;
    text-shadow: 0.2px 0.2px 0.2px #8e5a4d;
    font-family: "Prompt", sans-serif
    }
.products {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 460px;
    height: 34vh
    }
.products-a {
    margin-left: 60px;
    text-align: center;
    margin-top: 60px;
    width: 100px;
    height: 200px;
    float: left
    }
.products-b {
    margin-right: 60px;
    text-align: center;
    margin-top: 60px;
    width: 100px;
    height: 200px;
    float: right
    }
.clearfix {
    clear: both
    }
.products .product-slider {
    padding: 0.4rem
    }
.products .product-slider:first-child {
    margin-bottom: 1rem
    }
.products .product-slider .box {
    background: #fff;
    border-radius: 0.5rem;
    text-align: center
    }
.title-f {
    font-family: "Comfortaa", cursive;
    font-size: 18px;
    text-align: right;
    color: #000;
    margin: 0 auto;
    padding: 0.8rem;
    align-items: center;
    margin-right: 10px
    }
.title-t {
    font-family: "Noto Sans Thai", sans-serif;
    font-size: 18px;
    text-align: right;
    align-items: center;
    color: #000;
    padding: 0.8rem;
    margin: 0 auto;
    margin-right: 10px
    }
.h-h {
    font-family: "Noto Sans Thai", sans-serif;
    font-size: 14px;
    text-align: left;
    align-items: center;
    color: #000;
    padding: 0.8rem;
    margin: 0 auto
    }
.title-m {
    font-family: "Prompt", sans-serif;
    font-size: 12px;
    text-align: right;
    padding: 1.8px
    }
.clearfix {
    clear: both
    }
.googlemap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: #393939
    }
.title {
    margin-top: 30px;
    padding-bottom: 30px;
    color: rgb(73, 70, 70);
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    font-size: 20px;
    text-shadow: 0.2px 0.2px 0.2px #8e5a4d;
    font-family: "Prompt", sans-serif
    }
.title-p {
    padding-bottom: 30px;
    color: rgb(29, 29, 29);
    text-align: justify;
    font-size: 16px;
    font-family: "Prompt", sans-serif;
    max-width: 900px;
    margin: 0 auto
    }
.title-ab span {
    padding-bottom: 30px;
    color: rgb(194, 7, 7);
    text-align: justify;
    font-size: 12px;
    font-family: "Prompt", sans-serif;
    max-width: 800px;
    margin: 0 auto
    }
.title-ab {
    padding-bottom: 30px;
    color: rgb(4, 4, 4);
    text-align: justify;
    font-size: 12px;
    font-family: "Prompt", sans-serif;
    max-width: 800px;
    margin: 0 auto
    }
.map-body {
    padding: 0 40px;
    width: 100%;
    height: 400px;
    margin-bottom: 40px
    }
.map-body iframe {
    width: 100%;
    height: 100%;
    display: block
    }
@media (max-width: 460px) {
    .title {
        font-size: 35px
        }
    .title-p {
        font-size: 10px
        }
    .map-body {
        padding: 0 10px
        }
    }
.container-b {
    height: 100vh;
    display: grid;
    place-items: center;
    margin: 0 auto
    }
h1 {
    margin-bottom: 2rem
    }
form {
    display: flex;
    flex-direction: column;
    width: 34rem;
    gap: 1rem
    }
input, select, textarea {
    padding: 1.4rem;
    background: transparent;
    border: 1px solid black
    }
textarea {
    height: 10rem
    }
button {
    width: 10rem;
    padding: 1.4rem;
    cursor: pointer;
    background: #8e5a4d;
    color: #fff
    }
.footer {
    background: #fff
    }
.footer .box-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 1.5rem
    }
.footer .box-container .box h3 {
    font-size: 2.5rem;
    color: var(--black);
    padding: 1rem 0
    }
.footer .box-container .box h3 i {
    color: var(--orange)
    }
.footer .box-container .box .links {
    display: block;
    font-size: 1.5rem;
    color: var(--light-color);
    padding: 1rem 0
    }
.footer .box-container .box .links i {
    color: var(--orange);
    padding-right: 0.5rem
    }
.footer .box-container .box .links:hover i {
    padding-right: 2rem
    }
.footer .box-container .box p {
    line-height: 1.8;
    font-size: 1.5rem;
    color: var(--light-color);
    padding: 1rem 0
    }
.footer .box-container .box .share a {
    height: 4rem;
    width: 4rem;
    line-height: 4rem;
    border-radius: 0.5rem;
    font-size: 2rem;
    color: var(--black);
    margin-right: 0.2rem;
    background: #eee;
    text-align: center
    }
.footer .box-container .box .share a:hover {
    background: var(--orange);
    color: #fff
    }
.footer .box-container .box .email {
    width: 100%;
    margin: 0.7rem 0;
    padding: 1rem;
    border-radius: 0.5rem;
    background: #eee;
    font-size: 1.6rem;
    color: var(--black);
    text-transform: none
    }
.footer .box-container .box .payment-img {
    margin-top: 2rem;
    height: 3rem;
    display: block
    }
.footer .credit {
    text-align: center;
    margin-top: 2rem;
    padding: 1rem;
    padding-top: 2.5rem;
    font-size: 1.2rem;
    color: var(--black);
    border-top: var(--border)
    }
.footer .credit span {
    color: var(--orange)
    }
/* media queries  */
@media (max-width: 991px) {
    html {
        font-size: 55%
        }
    .header {
        padding: 2rem
        }
    section {
        padding: 2rem
        }
    }
@media (max-width: 768px) {
    #menu-btn {
        display: inline-block
        }
    .header .search-form {
        width: 90%
        }
    .header .navbar {
        position: absolute;
        top: 110%;
        right: -110%;
        width: 30rem;
        box-shadow: var(--box-shadow);
        border-radius: 0.5rem;
        background: #fff
        }
    .header .navbar.active {
        right: 2rem;
        transition: 0.4s linear
        }
    .header .navbar a {
        font-size: 2rem;
        margin: 2rem 2.5rem;
        display: block
        }
    }
@media (max-width: 450px) {
    html {
        font-size: 50%
        }
    .heading {
        font-size: 2.5rem
        }
    .footer {
        text-align: center
        }
    .footer .box-container .box .payment-img {
        margin: 2rem auto
        }
    }