:root {
    --fa: "Athelas";
    --fm: "Marcellus";
    --flb: "Lato-Bold";
    --flr: "Lato-Regular";
    --color-primary: #36302a;
}

@font-face {
    font-family: "Athelas";
    src: url("../fonts/Athelas.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "Marcellus";
    src: url("../fonts/Marcellus.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "Lato-Bold";
    src: url("../fonts/Lato-Bold.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "Lato-Regular";
    src: url("../fonts/Lato-Regular.woff2") format("woff2");
    font-display: swap;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
ul,
var,
video {
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    margin: 0;
    padding: 0;
}

a,
a:focus,
a:hover,
a:active {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

::selection {
    color: #fff;
    background: #35302c;
}

body {
    background-color: #ede4d9;
    color: var(--color-primary);
    padding: 0 50px;
}

.sec-header .div-menu-wrap {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
}

.sec-header .div-logo a {
    font-family: var(--fm);
    color: var(--color-primary);
    font-size: 25px;
}

.sec-header .div-menu a {
    font-family: var(--fa);
    color: var(--color-primary);
    font-size: 18px;
    padding: 0 10px;
}

.sec-header .div-menu .btn-book-now {
    background-color: #35302c;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
}

.sec-header .div-menu-btn {
    display: none;
}

.p-title {
    font-family: var(--fm);
    color: var(--color-primary);
    font-size: 60px;
    margin-bottom: 50px;
}

.p-txt1 {
    font-family: var(--fm);
    font-size: 24px;
    line-height: 26px;
    margin: 5px 0 5px;
}

.p-txt2 {
    font-family: var(--fa);
    font-size: 16px;
    line-height: 22px;
}

.txt-center {
    text-align: center;
}

.div-w50 {
    width: 50%;
    float: left;
}

.div-btn {
    text-align: center;
    margin: 60px 0 40px;
}

.div-btn .btn-common {
    background-color: #35302c;
    color: #fff;
    font-family: var(--fa);
    font-size: 18px;
    display: inline-block;
    padding: 15px 70px;
    border-radius: 33px;
    cursor: pointer;
}

.sec-home .div-banner {
    height: 85vh;
    position: relative;
}

.sec-home .div-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0px -150px;
}

.sec-home .div-banner p {
    letter-spacing: 1px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
}

.sec-hp-products {
    padding: 200px 0;
}

.sec-hp-products .div-wrapper {
    display: flex;
    justify-content: space-around;
}

.sec-hp-products .div-card {
    text-align: center;
    cursor: pointer;
}

.sec-hp-products .div-card .prod-name {
    margin: 15px 0 5px;
    font-family: var(--fm);
    font-size: 20px;
}

.sec-hp-products .div-card .prod-price {
    font-family: var(--flr);
    font-size: 16px;
}

.sec-hp-products .div-card .prod-price .fa-solid {
    font-size: 12px;
    margin-right: -4px;
    position: relative;
    top: -1px;
}

.sec-hp-products .div-card img {
    border-radius: 50%;
    object-fit: cover;
}

.sec-hp-products .div-btn {
    margin: 80px 0 80px;
}

.sec-hp-services {
    margin-bottom: 150px;
}

.sec-hp-services .div-card {
    width: 32%;
    float: left;
    margin-right: 1%;
    cursor: pointer;
}

.sec-hp-services .div-card:last-child {
    margin-right: 0;
}

.sec-hp-services .div-card img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}

.sec-hp-services .div-card .p-txt2 {
    padding-right: 25px;
}

.sec-hp-appoint {
    margin-bottom: 200px;
}

.sec-hp-appoint .p-txt2 {
    padding-right: 20px;
}

.sec-hp-appoint img {
    width: 90%;
    object-fit: cover;
    object-position: top;
    margin-top: 20px;
}

.sec-hp-appoint .div-select {
    background-color: #fff;
    padding: 40px 30px 50px;
    margin-top: 60px;
}

.sec-hp-appoint .div-select .div-select-title {
    font-family: var(--flb);
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    margin-bottom: 30px;
}

.sec-hp-appoint .div-select-wrap {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sec-hp-appoint .div-select-row {
    padding: 25px 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
}

.sec-hp-appoint .div-select-row .seltxt1 {
    font-family: var(--flb);
    font-size: 16px;
    color: #000;
}

.sec-hp-appoint .div-select-row .seltxt2 {
    font-family: var(--flr);
    font-size: 14px;
    color: #000;
}

.sec-hp-appoint .div-select-row .seltxt2 .fa-solid {
    font-size: 11px;
    margin-right: -3px;
    position: relative;
    top: -1px;
}

.sec-hp-appoint .div-right .form-btn-book {
    background-color: #000;
    color: #fff;
    font-family: var(--flb);
    font-size: 13px;
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
}

.sec-ethos {
    padding: 40px 0;
}

.sec-ethos .p-title {
    line-height: 70px;
    margin-bottom: 20px;
}

.sec-ethos img {
    width: 90%;
    margin: 20px 0;
    object-fit: cover;
}

.sec-ethos .div-info {
    margin: 80px 0 60px;
}

.sec-follow {
    padding: 80px 0;
}

.sec-follow .div-social .div-card {
    width: 24%;
    float: left;
    margin-right: 1%;
}

.sec-follow .div-social .div-card:last-child {
    margin-right: 0;
}

.sec-follow .div-social .div-card img {
    width: 100%;
    object-fit: cover;
}

.sec-follow .btn-common {
    font-size: 36px;
    margin: 0 20px;
}

.sec-footer .div-footer-top {
    padding: 200px 0 80px 0;
}

.sec-footer .div-footer-top .p-txt2 {
    padding-right: 40px;
}

.sec-footer .div-contact-form .div-w50 {
    width: 49%;
    margin-right: 2%;
}

.sec-footer .div-contact-form .div-w50:last-child {
    margin-right: 0;
}

.sec-footer .div-contact-form .div-row {
    margin-bottom: 5px;
}

.sec-footer .div-contact-form input[type=number]::-webkit-inner-spin-button,
.sec-footer .div-contact-form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.sec-footer .div-contact-form input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.sec-footer .div-contact-form .div-date {
    display: none;
}

.sec-footer .div-contact-form input[type="date"] {
    position: relative;
    cursor: pointer;
    color: transparent;
}

.sec-footer .div-contact-form input[type="date"].date-selected {
    color: #000;
}

.sec-footer .div-contact-form input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    cursor: pointer;
    background: transparent;
    color: transparent;
}

.sec-footer .div-contact-form input,
.sec-footer .div-contact-form textarea {
    width: 100%;
    padding: 10px 15px;
    background-color: #ede4d9;
    border: 1px solid var(--color-primary);
    margin: 5px 0;
    border-radius: 27px;
    font-family: var(--fa);
    font-size: 16px;
    color: #000;
}

.sec-footer .div-contact-form textarea {
    height: 150px;
    resize: none;
    padding: 15px;
    margin-bottom: 0;
}

.sec-footer .div-contact-form input:focus-visible,
.sec-footer .div-contact-form textarea:focus-visible {
    outline: none;
}

.sec-footer .div-contact-form .p-error {
    color: #ff0000;
    font-size: 16px;
    font-family: var(--fa);
    margin-left: 15px;
    position: relative;
    top: -25px;
    z-index: -1;
}

.sec-footer .div-contact-form .form-submit {
    border: none;
}

.sec-footer .colgreen {
    color: #208833;
    font-family: var(--fa);
    font-size: 16px;
    line-height: 22px;
}

.sec-footer .colred {
    color: #ff5924;
    font-family: var(--fa);
    font-size: 16px;
    line-height: 22px;
}

.input-error+.p-error {
    animation-name: animateError;
    animation-duration: 0.6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes animateError {
    from {
        top: -22px;
        z-index: -1;
    }

    to {
        top: 0;
        z-index: 1;
    }
}

.sec-footer .div-footer-btm a {
    color: var(--color-primary);
}

.sec-footer .div-wrapper {
    display: flex;
    justify-content: space-between;
}

.sec-footer .div-wrapper .div-right {
    display: flex;
    gap: 50px;
}

.div-gotop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #35302c;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 14px;
    font-size: 22px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    z-index: 10;
}

.sec-allprods {
    margin-bottom: 40px;
}

.sec-allprods .div-block {
    margin-bottom: 30px;
    cursor: pointer;
    padding: 0 10px;
}

.sec-allprods .div-block img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.sec-allprods .div-block .p-txt1 {
    padding: 10px 0 0;
    margin: 0;
}

.sec-product {
    margin-bottom: 100px;
}

.sec-product .div-breadcrumb {
    margin-bottom: 15px;
}

.sec-product .div-breadcrumb a {
    color: var(--color-primary);
}

.sec-product .div-img-block {
    padding-right: 30px;
}

/* .sec-product .img-container {
    position: relative;
    display: inline-block;
}

.sec-product #lens {
    position: absolute;
    border: 1px solid #999;
    background-color: rgba(255, 255, 255, 0.35);
    pointer-events: none;
    display: none;
}

.sec-product #zoom-result {
    border: 1px solid #ddd;
    width: 700px;
    height: 100vh;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-color: #fff;
    display: none;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 1;
} */

.sec-product .product-img {
    width: 100%;
    height: auto;
}

.sec-product .prod-name {
    font-family: var(--fm);
    font-size: 36px;
    margin-bottom: 5px;
}

.sec-product .prod-price {
    font-family: var(--flr);
    font-size: 24px;
    margin-top: 8px;
}

.sec-product .prod-price .fa-solid {
    font-size: 19px;
    margin-right: -5px;
    position: relative;
    top: -1px;
}

.sec-product .prod-note {
    font-family: var(--flr);
    font-size: 17px;
    margin: 15px 0;
    font-style: italic;
}

.sec-product .prod-desc {
    font-family: var(--fa);
    font-size: 18px;
    line-height: 26px;
    margin: 15px 0;
}

.sec-allservices {
    margin-bottom: 40px;
}

.div-service-banner {
    height: 80vh;
}

.div-service-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-allservices .div-heading {
    margin: 50px 0 30px;
}

.sec-allservices .div-block {
    width: 32%;
    float: left;
    margin-right: 1%;
    margin-bottom: 30px;
    cursor: pointer;
    padding: 0 10px;
}

.sec-allservices .div-block:last-child {
    margin-right: 0;
}

.sec-allservices .div-block .p-txt1+.p-txt2 {
    font-family: var(--flr);
    font-size: 16px;
}

.sec-allservices .div-block .fa-solid {
    font-size: 12px;
}

.sec-allservices .div-block img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.sec-allservices .div-block .p-txt1 {
    padding: 10px 0 0;
    margin: 0;
}

.sec-allservices .div-block .p-last {
    margin-top: 15px;
}

.sec-service {
    margin-bottom: 70px;
}

.sec-service .div-service-banner {
    margin-bottom: 20px;
}

.sec-service .div-services-img-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.sec-service .div-img-block {
    cursor: zoom-in;
    flex: 0 0 calc((100% - 30px) / 3);
}

.sec-service .div-img-block img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.sec-allstories .div-block {
    width: 32%;
    float: left;
    margin-right: 1%;
    cursor: pointer;
    border-radius: 10px;
    margin-bottom: 60px;
    padding: 40px 0 30px;
}

.sec-allstories .div-block p {
    margin-top: 20px;
}

.sec-allstories .div-block .div-img {
    padding: 40px 15px 0;
}

.sec-allstories .div-block:nth-of-type(1n) {
    background-color: transparent;
    border: 1px solid #35302c;
}

.sec-allstories .div-block:nth-of-type(2n) {
    background-color: #35302c;
    color: #fff;
}

.sec-allstories .div-block:nth-of-type(2n) img {
    position: relative;
    top: -50px;
}

.sec-allstories .div-block:nth-of-type(3n) {
    background-color: #fff;
    color: #35302c;
    border: 1px solid transparent;
}

.sec-allstories .div-block .div-img img {
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 5px;
}

.sec-story .p-txt1 {
    width: 50%;
    margin: 20px auto 30px;
    font-size: 30px;
    line-height: 40px;
}

.sec-story .div-line {
    height: 60px;
}

.sec-story .div-story-img-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.sec-story .div-img-block {
    height: 400px;
    cursor: zoom-in;
    flex: 0 0 calc((100% - 30px) / 3);
}

.sec-story .div-img-block img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
}

.sec-story .p-story-desc {
    font-family: var(--fa);
    font-size: 27px;
    line-height: 36px;
    margin: 50px 0;
}

.sec-who {
    margin-bottom: 70px;
}

.sec-who .div-block {
    padding: 20px;
}

.no-scroll {
    overflow: hidden;
}

.sec-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
}

.sec-overlay .close-btn {
    position: absolute;
    top: 40px;
    right: 40px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    z-index: 2;
}

.sec-overlay .zoom-img {
    max-width: 90%;
    height: 97vh;
    display: block;
    border: 2px solid #fff;
    border-radius: 10px;
    margin: 2vh auto 0;
    cursor: initial;
}

swiper-container {
    --swiper-navigation-color: #fff;
}

@media only screen and (max-width: 1024px) {
    body {
        padding: 0;
    }

    .div-w50 {
        width: 100%;
        float: none;
    }

    .p-title {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .p-txt2 {
        font-size: 20px;
        line-height: 26px;
    }

    .mtxt-center {
        text-align: center;
    }

    .sec-pad15 {
        padding: 0 15px;
    }

    .sec-header .div-menu-wrap {
        display: block;
        display: flex;
        flex-wrap: wrap;
        padding: 15px;
    }

    .sec-header .div-logo a {
        font-size: 32px;
    }

    .sec-header .div-menu-btn {
        display: block;
        padding: 11px 10px 9px 10px;
        border: 1px solid #35302c;
        border-radius: 5px;
    }

    .sec-header .div-menu-btn .fa {
        font-size: 20px;
    }

    .sec-header .div-menu {
        display: none;
    }

    .sec-header .div-menu a {
        display: block;
        padding: 10px 10px 10px 4px;
        font-size: 22px;
    }

    .sec-home .div-banner {
        height: 400px;
    }

    .sec-home .div-banner img {
        object-position: initial;
    }

    .sec-hp-products .div-wrapper,
    .sec-footer .div-wrapper {
        flex-direction: column;
    }

    .sec-hp-services .div-card {
        width: 100%;
        margin: 0 0 40px 0;
    }

    .sec-hp-products .div-card {
        margin-bottom: 40px;
    }

    .sec-hp-appoint img,
    .sec-ethos img {
        width: 100%;
        height: auto;
    }

    .div-btn,
    .sec-hp-appoint .div-select,
    .sec-ethos img {
        margin: 0;
    }

    .sec-ethos .div-info {
        margin: 30px 0 20px;
    }

    .sec-ethos .p-title {
        line-height: 50px;
    }

    .sec-follow .div-social {
        flex-direction: column;
    }

    .sec-follow .div-btn {
        margin-top: 30px;
    }

    .sec-footer .div-contact-form .div-w50 {
        width: 100%;
        margin-bottom: 15px;
    }

    .sec-footer .div-footer-btm {
        margin: 30px 0 40px;
    }

    .sec-footer .div-footer-btm .p-title {
        margin-bottom: 20px;
    }

    .sec-footer .div-wrapper .div-right {
        flex-direction: column;
        gap: 30px;
    }

    .sec-footer .div-footer-top .p-txt2 {
        padding: 0;
    }

    .sec-footer .div-contact-form {
        margin-top: 50px;
    }

    .sec-allservices .div-block {
        width: 100%;
        padding: 0;
    }

    .sec-overlay .zoom-img {
        max-width: 98%;
        height: auto;
    }

    .sec-service .div-img-block,
    .sec-story .div-img-block {
        flex: 0 0 100%;
    }

    .sec-product {
        margin-bottom: 50px;
    }

    .sec-product .div-img-block {
        padding: 0;
    }

    .sec-product .prod-name {
        margin-top: 30px;
    }

    .sec-service {
        margin-bottom: 40px;
    }

    .sec-service .div-img-block,
    .sec-allstories .div-block {
        width: 100%;
    }

    .sec-story {
        margin-bottom: 40px;
    }

    .sec-story .p-txt1 {
        margin: 0;
        width: 100%;
        font-size: 24px;
        line-height: 30px;
    }

    .sec-story .p-story-desc {
        font-size: 18px;
        line-height: 28px;
        margin: 30px 0;
    }

    .sec-hp-products {
        padding: 100px 0 0;
    }

    .sec-hp-services,
    .sec-hp-appoint {
        margin-bottom: 100px;
    }

    .sec-follow{
        padding: 0;
    }

    .sec-follow .btn-common{
        margin: 40px 0 20px 0;
    }

    .sec-follow .btn-common:last-of-type{
        margin-bottom: 0;
    }

    .sec-follow .div-social .div-card{
        width: 100%;
        margin: 0 0 20px 0;
    }

    .sec-footer .div-footer-top{
        padding: 150px 0 80px 0;
    }
    
    .sec-footer .div-footer-top{
        padding: 100px 0 80px 0;
    }
}