:root {
    --header-bar: 65px;
    --font-stack-text: "aileron", Helvetica, Arial, sans-serif;
    --font-stack-heading: "Gloock", Helvetica, Arial, sans-serif;
    --font-stack-heading-secondary: "Baskervville", Helvetica, Arial, sans-serif;

    /* Desktop */
    --custom-title-1-default: 3.052rem;
    --custom-title-2-default: 2.441rem;
    --custom-title-3-default: 1.953rem;
    --custom-title-4-default: 1.563rem;
    --custom-title-5-default: 1.2rem;
    --custom-title-6-default: 1rem;
	--custom-title-7-default: 0.9rem;

    /* Tablet */
    --custom-title-1-1365-max: 2.5rem;
    --custom-title-2-1365-max: 2rem;
    --custom-title-3-1365-max: 1.6rem;
    --custom-title-4-1365-max: 1.3rem;
    --custom-title-5-1365-max: 1.2rem;
    --custom-title-6-1365-max: 1rem;
    --custom-title-7-1365-max :0.9rem;

    /* Mobile */
    --custom-title-1-767-max: 2.2rem;
    --custom-title-2-767-max: 1.65rem;
    --custom-title-3-767-max: 1.5rem;
    --custom-title-4-767-max: 1.2rem;
    --custom-title-5-767-max: 1rem;
    --custom-title-6-767-max: 1rem;
	--custom-title-7-767-max: 0.9rem;
}

html[lang="zh-hant"] {
  /* font for chinese */
    --font-stack-text: "aileron", Helvetica, Arial, "Noto Sans CJK SC", "Microsoft YaHei", sans-serif !important;
    --font-stack-heading: "Gloock", 'Noto Serif SC', '宋體', 'PMingLiU', serif !important;
    --font-stack-heading-secondary: "Baskervville", 'Noto Serif SC', '宋體', 'PMingLiU', serif !important;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: var(--font-stack-text);
    font-size: 16px;
    color: black;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    background: #ffffff;
    line-height: 1.5em;
    letter-spacing: 1px;
}

@media screen and (max-width: 1365px) {

    html,
    body {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {

    html,
    body {
        font-size: 16px;
    }
}

p,
input,
textarea,
button,
form,
label,
option,
select {
    outline: 0;
    font-size: 16px;
	font-weight:100;
}

@media screen and (max-width: 767px) {
	p,
	input,
	textarea,
	button,
	form,
	label,
	option,
	select {
		font-weight:300;
	}
}

.elementor-editor-active p {
    /* body font in elementor needs this */
    font-size: 16px;
}

b,
strong {
    font-weight: 600;
}

a:focus {
    outline: none;
    box-shadow: none;
}

blockquote {
    background-color: black;
    color: white;
    padding: 10px;
}



h1,h2,h3,h4,h5,h6{
	margin: 0px;
}

/* Some sites might need this for the overflow problem */
body>div[data-elementor-post-type="page"] {
    overflow-x: hidden;
}

/* Make hero 100% on mobile */
@media screen and (max-width: 767px) {
    .hero-section {
        height: calc(100svh - var(--header-bar));
        min-height: 0;
    }
}

/* Headings style */
.custom-title-1 h1,
.custom-title-1 h2,
.custom-title-1 h3,
.custom-title-1 h4,
.custom-title-1 h5,
.custom-title-1 h6,
.custom-title-1 span,
.custom-title-1 p {
    font-size: var(--custom-title-1-default);
    font-weight: 500;
    font-family: var(--font-stack-heading);
    line-height: 1.2em !important;
}

.custom-title-2 h1,
.custom-title-2 h2,
.custom-title-2 h3,
.custom-title-2 h4,
.custom-title-2 h5,
.custom-title-2 h6,
.custom-title-2 span,
.custom-title-2 p {
    font-size: var(--custom-title-2-default);
    font-weight: 500;
    font-family: var(--font-stack-heading);
    line-height: 1.2em !important;
    letter-spacing: 0.02em;
}


.custom-title-2-B h1,
.custom-title-2-B h2,
.custom-title-2-B h3,
.custom-title-2-B h4,
.custom-title-2-B h5,
.custom-title-2-B h6,
.custom-title-2-B span,
.custom-title-2-B p {
    font-size: var(--custom-title-2-default);
    font-weight: 500;
    font-family: var(--font-stack-heading-secondary);
    line-height: 1.2em !important;
    letter-spacing: 0.02em;
}



.custom-title-3 h1,
.custom-title-3 h2,
.custom-title-3 h3,
.custom-title-3 h4,
.custom-title-3 h5,
.custom-title-3 h6,
.custom-title-3 span,
.custom-title-3 p {
    font-size: var(--custom-title-3-default);
    font-weight: 500;
    font-family: var(--font-stack-heading);
    line-height: 1.5em !important;
}

.custom-title-4 h1,
.custom-title-4 h2,
.custom-title-4 h3,
.custom-title-4 h4,
.custom-title-4 h5,
.custom-title-4 h6,
.custom-title-4 span,
.custom-title-4 p {
    font-size: var(--custom-title-4-default);
    font-weight: 500;
    font-family: var(--font-stack-heading);
    line-height: 1.5em !important;
}

.related-product .custom-title-4 p {
    font-size: 1.2rem;
}

.custom-title-5 h1,
.custom-title-5 h2,
.custom-title-5 h3,
.custom-title-5 h4,
.custom-title-5 h5,
.custom-title-5 h6,
.custom-title-5 span,
.custom-title-5 p {
    font-size: var(--custom-title-5-default);
    font-weight: 300;
    line-height: 1.5em !important;
    font-family: var(--font-stack-text);
}

.custom-title-6 h1,
.custom-title-6 h2,
.custom-title-6 h3,
.custom-title-6 h4,
.custom-title-6 h5,
.custom-title-6 h6,
.custom-title-6 span,
.custom-title-6 p {
    font-size: var(--custom-title-6-default);
    line-height: 1.5em !important;
    font-weight: 400;
    font-family: var(--font-stack-heading);
}


.custom-title-7 h1,
.custom-title-7 h2,
.custom-title-7 h3,
.custom-title-7 h4,
.custom-title-7 h5,
.custom-title-7 h6,
.custom-title-7 span,
.custom-title-7 p {
	font-size: var(--custom-title-7-default);
	font-weight: 400;
    line-height: 1.5rem !important;
    font-family: var(--font-stack-text);
}



@media screen and (max-width: 1365px) {

    .custom-title-1 h1,
    .custom-title-1 h2,
    .custom-title-1 h3,
    .custom-title-1 h4,
    .custom-title-1 h5,
    .custom-title-1 h6,
    .custom-title-1 span,
    .custom-title-1 p {
        font-size: var(--custom-title-1-1365-max);
    }

    .custom-title-2 h1,
    .custom-title-2 h2,
    .custom-title-2 h3,
    .custom-title-2 h4,
    .custom-title-2 h5,
    .custom-title-2 h6,
    .custom-title-2 span,
    .custom-title-2 p {
        font-size: var(--custom-title-2-1365-max);
    }
	
	.custom-title-2-B h1,
	.custom-title-2-B h2,
	.custom-title-2-B h3,
	.custom-title-2-B h4,
	.custom-title-2-B h5,
	.custom-title-2-B h6,
	.custom-title-2-B span,
	.custom-title-2-B p {
		font-size: var(--custom-title-2-1365-max);
	}


    .custom-title-3 h1,
    .custom-title-3 h2,
    .custom-title-3 h3,
    .custom-title-3 h4,
    .custom-title-3 h5,
    .custom-title-3 h6,
    .custom-title-3 span,
    .custom-title-3 p {
        font-size: var(--custom-title-3-1365-max);
    }

    .custom-title-4 h1,
    .custom-title-4 h2,
    .custom-title-4 h3,
    .custom-title-4 h4,
    .custom-title-4 h5,
    .custom-title-4 h6,
    .custom-title-4 span,
    .custom-title-4 p {
        font-size: var(--custom-title-4-1365-max);
    }

    .custom-title-5 h1,
    .custom-title-5 h2,
    .custom-title-5 h3,
    .custom-title-5 h4,
    .custom-title-5 h5,
    .custom-title-5 h6,
    .custom-title-5 span,
    .custom-title-5 p {
        font-size: var(--custom-title-5-1365-max);
    }

    .custom-title-6 h1,
    .custom-title-6 h2,
    .custom-title-6 h3,
    .custom-title-6 h4,
    .custom-title-6 h5,
    .custom-title-6 h6,
    .custom-title-6 span,
    .custom-title-6 p {
        font-size: var(--custom-title-6-1365-max);
    }
	
	.custom-title-7 h1,
	.custom-title-7 h2,
	.custom-title-7 h3,
	.custom-title-7 h4,
	.custom-title-7 h5,
	.custom-title-7 h6,
	.custom-title-7 span,
	.custom-title-7 p {
		font-size: var(--custom-title-7-1365-max);
	}
}

@media screen and (max-width: 767px) {

    .custom-title-1 h1,
    .custom-title-1 h2,
    .custom-title-1 h3,
    .custom-title-1 h4,
    .custom-title-1 h5,
    .custom-title-1 h6,
    .custom-title-1 span,
    .custom-title-1 p {
        font-size: var(--custom-title-1-767-max);
    }

    .custom-title-2 h1,
    .custom-title-2 h2,
    .custom-title-2 h3,
    .custom-title-2 h4,
    .custom-title-2 h5,
    .custom-title-2 h6,
    .custom-title-2 span,
    .custom-title-2 p {
        font-size: var(--custom-title-2-767-max);
    }
	
	.custom-title-2-B h1,
	.custom-title-2-B h2,
	.custom-title-2-B h3,
	.custom-title-2-B h4,
	.custom-title-2-B h5,
	.custom-title-2-B h6,
	.custom-title-2-B span,
	.custom-title-2-B p {
		font-size: var(--custom-title-2-767-max);
	}
	

    .custom-title-3 h1,
    .custom-title-3 h2,
    .custom-title-3 h3,
    .custom-title-3 h4,
    .custom-title-3 h5,
    .custom-title-3 h6,
    .custom-title-3 span,
    .custom-title-3 p {
        font-size: var(--custom-title-3-767-max);
    }

    .custom-title-4 h1,
    .custom-title-4 h2,
    .custom-title-4 h3,
    .custom-title-4 h4,
    .custom-title-4 h5,
    .custom-title-4 h6,
    .custom-title-4 span,
    .custom-title-4 p {
        font-size: var(--custom-title-4-767-max);
    }

    .custom-title-5 h1,
    .custom-title-5 h2,
    .custom-title-5 h3,
    .custom-title-5 h4,
    .custom-title-5 h5,
    .custom-title-5 h6,
    .custom-title-5 span,
    .custom-title-5 p {
        font-size: var(--custom-title-5-767-max);
		font-weight:100;
		letter-spacing: 2px;
    }

    .custom-title-6 h1,
    .custom-title-6 h2,
    .custom-title-6 h3,
    .custom-title-6 h4,
    .custom-title-6 h5,
    .custom-title-6 h6,
    .custom-title-6 span,
    .custom-title-6 p {
        font-size: var(--custom-title-6-767-max);
    }
	.custom-title-7 h1,
	.custom-title-7 h2,
	.custom-title-7 h3,
	.custom-title-7 h4,
	.custom-title-7 h5,
	.custom-title-7 h6,
	.custom-title-7 span,
	.custom-title-7 p {
		font-size: var(--custom-title-7-767-max);
	}
}

/* Kenburns effect */

.elementor-widget-image.animate.kenburn.active .elementor-widget-container {
    overflow: hidden;
}

.elementor-widget-image.animate.kenburn.active picture,
.elementor-widget-image.animate.kenburn.active img {
    animation: kenburns 20s ease-in-out both;
}

@keyframes kenburns {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}



/*footer*/

.footer-title-2 a, 
.footer-title-1 a{
	transition: all 0.3s;
}

.full-hight-col {
    position: relative;
    display: flex;
}

.social {
    flex: 1 !important;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.social .elementor-widget-container {
    display: flex;
    align-items: flex-end;
	gap: 10px;
}

.social a path {
    transition: all 0.3s;
	fill: #ab9c8f;
}

.social a:hover path {
    fill: #C5A76D;
}

.footer-copyright, 
.footer-copyright a{
    color: #FFF;
	transition: all 0.3s;
}

.footer-copyright a:hover{
    color: #C5A76D;
}

.other a {
    font-weight: 300;
	transition: all 0.3s;
}


.other a:hover {
    color: #C5A76D!important;
}

