@font-face {
    font-family: 'Copperplate';
    src: url('../fonts/Copperplate.ttc') format('truetype');
}

:root {
    --alt-font: "Kanit", "Noto Sans Thai", sans-serif;
    --primary-font: "Noto Sans Thai", sans-serif;
}

.copper-font {
    font-family: "Copperplate", sans-serif;
}

.chakra-petch {
    font-family: "Chakra Petch", sans-serif;
}

.bg-green {
    background-color: #3389ba !important;
}

.bg-cafe {
    background: linear-gradient(180deg, rgba(96, 55, 17, 1) 0%, rgba(24, 17, 14, 1) 30%, rgba(12, 7, 4, 1) 65%, rgba(0, 0, 0, 1) 100%);
}

.bg-gray {
    background-color: #e8e3d5;
}

.bg-black {
    background-color: #3f4239 !important;
}

.text-green {
    color: #253933 !important;
}

.text-gold {
    color: #f7e4d3 !important;
}

.text-blue {
    color: #074c81 !important;
}

.text-blue-2 {
    color: #005272 !important;
}

.text-blue-3 {
    color: #76a5d8 !important;
}

.text-gold-2 {
    color: #a58a56 !important;
}

.text-shadow-black {
    text-shadow: 0px 0px 5px #000000;
}

.text-gold-hover:hover {
    color: #76a5d8 !important;
}

.bg-base-color {
    background-color: #005272;
}

.border-color-gold {
    border-color: #005272 !important;
}

.border-color-gold-3 {
    border-color: #3f4239 !important;
}

.border-color-gold-2 {
    border-color: #646d74 !important;
}

.text-gray {
    color: #666666 !important;
}

.bg-gold {
    background-color: #a58a56 !important;
}

.border-about {
    background: #253933;
    display: block;
    width: 90%;
    height: 1px;
}

.btn.btn-base-color-2 {
    background: linear-gradient(90deg, #72aebe 0%, #b9dee4 21%, #8ab7bd 41%, #6998a0 100%);
    color: var(--white);
}

.btn.btn-base-color-2:hover,
.btn.btn-base-color-2:active {
    background: linear-gradient(90deg, #72aebe 0%, #b9dee4 21%, #8ab7bd 41%, #6998a0 100%);
    color: #fff;
}

.header-cart-icon::after {
    content: "";
    margin: 0 20px;
    border-right: 1px solid #fff;
}

.header-cart-icon a {
    color: #fff;
}

.widget-address::after {
    content: "";
    margin: 0 20px;
    border-right: 1px solid #fff;
}

.btn-language {
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding: 5px;
}

.dropdown-menu {
    background-color: #3389ba;
    display: inline-block;
    text-align: center;
    position: absolute;
    font-size: 16px;
    font-weight: 300;
    display: none;
    border-radius: 0;
    border: none;
    padding: 0;
    min-width: 100px;
    font-family: var(--alt-font);
}

.language .dropdown-menu {
    top: 0.1rem !important;
    right: -1.8rem !important;
}

.dropdown-item {
    color: #fff;
    font-weight: 300;
    padding: 5px 0;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border-color: transparent;
    color: #e5d4b4;
}

.bg-header {
    background-color: #0000007d;
    border-bottom: 2px solid #bcc3e2;
}

header .navbar-brand img {
    max-height: 60px;
}

header.sticky.sticky-active .header-reverse {
    border-color: #e5d4b4 !important;
}

.navbar .navbar-nav .nav-link {
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #adcdec;
}

.navbar-toggler-line {
    background: #e5d4b4;
}

.navbar .navbar-nav .dropdown .dropdown-menu {
    background-color: #000000;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    width: 200px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    border-radius: 0;
    box-shadow: 0 0 35px 0 rgb(0 0 0 / 10%);
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
    font-size: 29px;
    width: 28px;
    margin-right: 12px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 16px;
    color: #e5d4b4;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 28px;
    padding: 18px 25px 20px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active a {
    opacity: 0.6;
}

.bg-home-about {
    background-color: #eeede0;
}

.btn.btn-home-about {
    /* background: linear-gradient(90deg, rgba(163, 138, 86) 0%, rgba(229, 212, 180) 21%, rgba(178, 159, 123) 41%, rgba(127, 106, 65) 100%); */
    background: linear-gradient(90deg, #72aebe 0%, #b9dee4 21%, #8ab7bd 41%, #6998a0 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 100px;
    border: none;
    border-radius: 50px;
}

.bg-home-about-2 {
    background-color: #e8e3d5;
}

.bg-home-delve {
    background-color: #000f17;
}

.btn.btn-large-2 {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 8px 25px;
}

.contact-form-style-03 input,
.contact-form-style-03 textarea {
    outline: none;
    border: none;
    color: #6d6d65;
    border: 1px solid;
    border-color: #c9c8bf;
    background-color: #f7f6ec;
    border-radius: 10px;
}

.contact-form-style-03 input:focus,
.contact-form-style-03 select:focus,
.contact-form-style-03 textarea:focus,
.contact-form-style-03 .form-control:focus {
    border: 1px solid;
    border-color: #c9c8bf;
}

.btn.btn-double-border.btn-border-base-color {
    position: relative;
    border: 1px solid #005272;
    color: #005272;
}

.google-map iframe {
    max-width: 100%;
    width: 100%;
    margin: 0;
    border: none;
    height: 655px;
}

.footer-address {
    color: #c2beb2 !important;
}

.footer-dark a {
    color: #98958b;
    font-size: 18px;
}

.footer-dark a:hover {
    color: #adcdec;
}

footer ul li {
    margin-bottom: 0;
}

footer .footer-logo img {
    max-height: 80px;
}

.btn.btn-hover-animation-switch .btn-icon i {
    font-size: 20px;
    line-height: 0;
    top: 2px;
}

.card {
    --bs-card-bg: none;
}

.tag-cloud a {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #6d6d65;
    margin: 0 6px 10px 0;
    padding: 7px 18px;
    border-radius: 30px;
    border: 1px solid #a58a56;
}

.tag-cloud a:hover,
.tag-cloud a.active {
    box-shadow: 0 0 10px rgba(23, 23, 23, 0.1);
    color: #fff;
    background-color: #a58a56;
}

.grid-item .portfolio-image img {
    width: auto;
}

.portfolio-filter li {
    padding: 0 10px;
}

.portfolio-filter li a {
    border-radius: 40px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--medium-gray);
    border: 1px solid #c9c8bf;
    padding: 1em 2.4em;
}

.portfolio-filter li:hover a,
.portfolio-filter li:focus a,
.portfolio-filter li.active a {
    color: #f7e4d3;
    background-color: #000000;
}

.portfolio-boxed .portfolio-box:hover .portfolio-image img {
    opacity: 0.8;
}

.blog-filter li {
    padding: 0 10px;
}

.blog-filter li a {
    border-radius: 40px;
    font-size: 16px;
    line-height: 17px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--medium-gray);
    border: 1px solid #c9c8bf;
    padding: 1em 2.4em;
}

.blog-filter li:hover a,
.blog-filter li:focus a,
.blog-filter li.active a {
    color: #f7e4d3;
    background-color: #000000;
}

.btn-ticket {
    color: #f7e4d3;
    border-color: #13130d;
    background-color: #13130d;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0.9em 3.8em;
    letter-spacing: 0.8px;
    border-radius: 40px;
}

.btn-ticket:hover {
    color: #f7e4d3;
    border-color: #76a5d8;
    background-color: #76a5d8;
}

.quantity .qty-text {
    width: 110px;
    height: 45px;
}

.event-detail p {
    font-size: 18px;
    font-weight: 400;
    color: #51575a;
}

.event-detail .category {
    background-color: #253933;
    color: #f7e4d3;
    font-size: 16px;
    line-height: 35px;
    display: inline-block;
    border-radius: 8px 0;
}

.m-post-detail {
    display: flex;
    gap: 15px;
    align-items: center;
}

.m-post-detail i {
    font-size: 26px;
}

.m-post-detail span {
    font-size: 16px;
    font-weight: 400;
    color: #6f767b;
}

.review-star-icon i {
    color: #fdbf01;
}

.bg-review {
    background-color: #f3f3f3;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    bottom: 0;
    left: 50%;
    width: auto;
    cursor: default;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.swiper-pagination-style-2 .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 0 6px !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #13120d;
}

.text-shadow-black-2 {
    text-shadow: 0px 2px 5px black;
}

.text-shadow-white {
    text-shadow: 0px 2px 0px #ffffff;
}

.btn.btn-dark-gray-2 {
    background-color: #76a5d8;
    color: #f7e4d3;
}

.btn.btn-dark-gray-2:hover,
.btn.btn-dark-gray-2:active {
    background-color: transparent;
    border-color: #f7e4d3;
    color: #f7e4d3;
}

/* order */
.order .order-message {
    max-width: 24rem;
    padding: 2rem;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
}
.order .order-message .icon-box-icon {
    margin-right: 3.2rem;
}
.order .order-message svg {
    width: 4rem;
    height: 4rem;
    stroke: #113624;
}
.icon-box-icon {
    display: inline-block;
    margin-bottom: 2.6rem;
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 0;
    color: #222;
}
.order .order-message .icon-box-title {
    font-size: 20px;
}
.icon-box .icon-box-title {
    font-size: 2rem;
    color: #113624;
}
.icon-box .icon-box-title {
    margin: 0 0 0.7rem;
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: -0.025em;
    line-height: 1.6;
}
.icon-box p {
    margin: 0;
    font-size: 18px;
    line-height: 1.72;
    letter-spacing: 0;
    color: #aaaaaa;
    font-weight: 400;
}

.order .order-results {
    display: flex;
    flex-wrap: wrap;
    margin: 4.8rem 0 1.9rem;
    align-content: center;
    justify-content: center;
}
.order .overview-item:not(:last-child) {
    margin-right: 1.5rem;
    padding-right: 1.5rem;
}
.order .overview-item {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}
.order .overview-item strong {
    color: #222;
    font-weight: 600;
    font-size: 18px;
}
.order .overview-item:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    width: 2px;
    height: 60px;
    background: #67b7e1;
}
.order .title {
    font-size: 20px;
}
.title {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    line-height: 1.1;
    margin-bottom: 3rem;
    text-transform: capitalize;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.025em;
    color: #222;
}
.title-simple {
    display: block;
}
.order-details {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    padding: 0.4rem 3rem;
}
.order-details-table thead {
    border-bottom: 1px solid #e1e1e1;
}
.order .summary-subtotal:last-child {
    border-bottom: none;
}
.order-details-table thead .summary-subtitle {
    font-size: 18px;
}
table {
    width: 100%;
    border-collapse: collapse;
}
.summary-subtitle {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #222;
    margin-bottom: 0;
    padding: 1rem 0;
}
.order-details-table tbody tr:first-child td {
    padding-top: 1.5rem;
}
.order-details-table .summary-subtotal-price {
    font-weight: 600;
    color: #666;
}
.order-details-table .product-price, .order-details-table .summary-subtotal-price {
    text-align: right;
}
.summary-subtotal {
    border-bottom: 1px solid #e1e1e1;
}
.order .summary-subtotal:last-child {
    border-bottom: none;
}
.summary-subtotal-price {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    margin-bottom: 0;
}
.summary-total-price {
    font-size: 20px;
    letter-spacing: -0.025em;
    font-weight: 700;
    color: #222;
    text-align: right;
    margin-bottom: 0;
}

.cart-page__cart-total {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    text-align: right;
    top: -12px;
    margin-bottom: 21px;
    display: table;
    margin-left: auto;
    min-width: 300px;
}

.cart-page__cart-total li {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.cart-page__cart-total-title {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.5;
    color: #106482;
    display: inline-block;
}

.cart-page__cart-total-amount {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: #106482;
    display: inline-block;
}

@media (max-width: 767px) {
    header .header-top-bar {
        display: inline-block;
        height: auto;
    }

    .btn-language {
        font-size: 10px;
        padding: 5px;
    }

    .language .dropdown-menu {
        font-size: 10px;
        top: 0.5rem !important;
        right: -1.5rem !important;
        min-width: 70px;
    }

    .widget-address {
        padding-right: 5px;
    }

    .widget-address::after {
        display: none;
    }

    .header-cart-icon {
        padding-right: 15px;
    }

    .header-cart-icon::after {
        display: none;
    }

    .dropdown-item {
        padding: 0;
    }

    .border-about {
        width: 100%;
    }

    .google-map iframe {
        height: 240px;
    }

    .page-title-extra-large h1 {
        font-size: 40px;
        line-height: 44px;
    }
}

@media (max-width: 991px) {
    header.sticky .navbar-brand {
        padding: 10px 5px;
    }

    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        width: calc(100% + 30px) !important;
        margin-left: -15px;
        padding: 10px 45px;
        margin-bottom: 0;
        margin-right: -15px;
    }

    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a,
    .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a,
    .navbar-full-screen-menu-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
        padding-left: 0;
        padding-right: 0;
    }

    [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
        font-size: 17px;
        line-height: normal;
        display: flex;
        align-items: center;
    }

    [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
        font-size: 26px;
    }

    header .navbar-brand {
        padding: 15px 0;
    }

    .swiper-horizontal>.swiper-pagination-bullets {
        bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .google-map iframe {
        height: 540px;
    }
}