@charset "UTF-8";

/* CSS Document */
:root {
	--bs-primary: #dbaf36;
	--bs-primary-100: #fcf8ee;
	--bs-primary-200: #f3e4b9;
	--bs-primary-300: #edd696;
	--bs-primary-400: #e7c874;
	--bs-primary-500: #e1bb51;
	--bs-gray: #1e373b;
	--bs-gray-dark: #2d4246;
	--bs-gray-100: #fcfcfc;
	--bs-gray-200: #eef1f2;
	--bs-gray-300: #e5ebed;
	--bs-gray-400: #cfdbdd;
	--bs-gray-500: #9dacaf;
	--bs-gray-600: #707d7f;
	--bs-gray-700: #505e60;
	/* --bs-secondary: #122e28;
	--bs-secondary-100: #e2f4f0;
	--bs-secondary-200: #c4e8e0;
	--bs-secondary-300: #7bccba;
	--bs-secondary-400: #2e7666;
	--bs-secondary-500: #22584c; */
	--bs-secondary: #820100;
	--bs-secondary-100: #ffebeb;
	--bs-secondary-200: #ffd6d6;
	--bs-secondary-300: #ff8585;
	--bs-secondary-400: #f50000;
	--bs-secondary-500: #cc0000;
	--bs-font-sans-serif: "Outfit", -apple-system, "Segoe UI", Roboto,
		"Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-secondary: "Source Serif 4", -apple-system, "Segoe UI", Roboto,
		"Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-body-font-size: 16px;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #10282c;
	--bs-body-bg: var(--bs-gray-100);
	--bs-link-color: #0d6efd;
	--bs-link-hover-color: #0a58ca;
	--bs-success: #a8f0c5;
	--bs-info: #94bdd1;
	--bs-warning: #e8d67d;
	--bs-danger: #9c1111;
	--bs-danger-light: #ed5a5a;
	--bs-gutter-x: 30px;
	--transition: all 0.3s ease-in-out;
}

/*==============================================================
    Common Styles Initials
==============================================================*/
.loader {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: var(--bs-secondary);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999999;
}

html {
	-webkit-text-size-adjust: none;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: inherit !important;
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
::-webkit-scrollbar-track {
	width: 6px;
	height: 6px;
	background: var(--bs-secondary-100);
	border-radius: 8px;
}
::-webkit-scrollbar-thumb {
	width: 6px;
	height: 6px;
	background: var(--bs-secondary);
	border-radius: 8px;
}

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

body {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	width: 100%;
}
body.hide-pattern {
	background-image: none;
}

a {
	outline: none;
	text-decoration: none;
	color: #555;
}

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

input,
textarea,
select {
	outline: none;
	resize: none;
	font-family: var(--bs-font-primary);
}

a,
input,
button {
	outline: none !important;
}

button::-moz-focus-inner {
	border: 0;
}

:focus-visible {
	outline: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--bs-font-secondary);
	margin: 0;
	padding: 0;
	font-weight: 500;
}

img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
}

strong {
	font-weight: 700;
}

.slick-slide {
	outline: none !important;
}

.bg_img {
	display: none;
}

input[type="search"]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type="search"]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/*==============================================================
    Custom Style
==============================================================*/
.container {
	max-width: 1280px;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
.container,
.row {
	--bs-gutter-x: 30px;
}

.h1 {
	font-size: 90px;
	line-height: 1.1;
	font-weight: 400;
	letter-spacing: -0.02em;
}

.h2 {
	font-size: 60px;
	line-height: 1.1;
	font-weight: 400;
	letter-spacing: -0.03em;
}

.h3 {
	font-size: 42px;
	line-height: 1.1;
	font-weight: 400;
	letter-spacing: -0.03em;
}

.h4 {
	font-size: 30px;
	line-height: 1.1;
	font-weight: 400;
	letter-spacing: -0.01em;
}

.h5 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
}

.h6 {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
}

.bullet-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
}
.bullet-list ul li {
	position: relative;
	padding-left: 25px;
}
.bullet-list ul li::before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.38026 16.8656L7.80213 13.5251C7.21445 11.1914 6.3499 9.95982 3.97691 9.24591L0 8.48532C3.24815 7.98038 6.96198 7.86051 7.69393 3.87193L8.38026 0.319336C8.82686 2.22982 8.84913 5.04623 10.3342 6.53134C11.8342 8.0313 14.9922 8.16814 16.9706 8.48532L12.7815 9.24591C8.81094 10.4351 9.00401 13.4095 8.38026 16.8656Z' fill='%23dbaf36'/%3E%3C/svg%3E%0A");
	width: 17px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 4px;
}

.bullet-list.bullet-list-two-column ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

/* Button Style Start */
.btn {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	padding: 17px 32px;
	border-radius: 32px;
	transition: var(--transition);
	background: var(--bs-primary);
	color: var(--bs-black);
	border: 0;
}
.btn:hover,
.btn:focus {
	background: var(--bs-primary-400);
	color: var(--bs-black);
}
.is-btn-secondary {
	background: var(--bs-secondary);
	color: var(--bs-white);
}
.is-btn-secondary:hover,
.is-btn-secondary:focus {
	background: var(--bs-secondary-400);
	color: var(--bs-white);
}

/* Button Style End */

/* Header Style Start */
.header-wrap {
	width: 100%;
	height: 110px;
	position: relative;
}
.header-wrap header {
	width: 100%;
	height: 110px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: var(--bs-gray-100);
	z-index: 1234;
}
.header-wrap.sticky header {
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
}
.header-wrap header .container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	height: 100%;
}
.header-wrap header .logo {
	max-width: 130px;
	flex-shrink: 0;
}
.header-wrap .header-top {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 28px;
	padding-bottom: 16px;
}
.header-wrap .header-top .call a,
.header-wrap .header-top .email a {
	display: flex;
	align-items: center;
	gap: 14px;
	color: var(--bs-black);
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}
.header-wrap .header-cta ul {
	display: flex;
	align-items: center;
	border: 2px solid var(--bs-primary);
	background: var(--bs-black);
	border-radius: 16px;
	overflow: hidden;
}

.menu-wrap > .menu {
	display: flex;
	align-items: center;
	gap: 76px;
}
.menu-wrap > .menu > li {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 0 18px 0;
	color: var(--bs-gray-200);
}
.menu-wrap > .menu > li:after {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 2px;
	background: var(--bs-primary);
	border-radius: 8px;
	transition: var(--transition);
}
.nav-link-toggle {
	pointer-events: none;
}
.nav-link-toggle svg {
	display: block;
	margin-bottom: 2px;
	color: var(--bs-black);
}
.menu-wrap > .menu > li > a {
	display: block;
	font-size: 16px;
	line-height: 18px;
	color: var(--bs-black);
	font-weight: 500;
	transition: var(--transition);
}
.menu-wrap > .menu > li:hover > a,
.menu-wrap > .menu > li.current-menu-item > a,
.menu-wrap > .menu > li:hover .nav-link-toggle {
	color: var(--bs-primary);
}
.menu-wrap > .menu > li:hover:after,
.menu-wrap > .menu > li.current-menu-item:after {
	width: 100%;
}
.menu-wrap > .menu > li .sub-menu {
	position: absolute;
	top: 100%;
	left: -8px;
	margin-top: -12px;
	opacity: 0;
	visibility: hidden;
	background: #ffffff;
	border-top: 2px solid var(--bs-primary);
	border-radius: 6px;
	padding: 18px;
	box-shadow: 0 18px 50px rgba(178, 168, 155, 0.2);
	transition: var(--transition);
	white-space: nowrap;
	min-width: 178px;
}
.menu-wrap > .menu > li .sub-menu > li {
	border-bottom: 1px solid #222121;
	padding-bottom: 8px;
	margin-bottom: 8px;
	display: flex;
}
.menu-wrap > .menu > li .sub-menu > li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.menu-wrap > .menu > li .sub-menu > li > a {
	display: block;
	padding: 8px 8px 18px;
	font-size: 16px;
	line-height: 18px;
	color: var(--bs-black);
	font-weight: 500;
	transition: var(--transition);
}
.menu-wrap > .menu > li .sub-menu > li > a:hover {
	color: var(--bs-primary);
}
.menu-wrap > .menu > li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}
.menu-toggle {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: var(--bs-primary);
	transition: var(--transition);
	display: none;
}
.menu-toggle:hover {
	color: var(--bs-primary);
}
.menu-toggle.open {
	color: var(--bs-secondary);
}
.menu-toggle .icon-close,
.menu-toggle.open .icon-bar {
	display: none;
}
.menu-toggle.open .icon-close {
	display: block;
}

.header-wrap.header-dark {
	position: relative;
	background-color: var(--bs-black);
	background-image: url(../images/header-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.header-wrap.header-dark header {
	padding-bottom: 33px;
}
/* Header Style End */

/* footer css */
.footer-wrap {
	padding: 54px 0 54px;
	background-color: var(--bs-secondary);
}
.footer-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 30px;
	row-gap: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-logo img {
	max-width: 200px;
}
.footer-menu ul {
	display: flex;
	flex-wrap: wrap;
	gap: 48px;
}
.footer-menu ul li a {
	font-size: 16px;
	color: var(--bs-gray-200);
	font-weight: 400;
	position: relative;
	transition: all 0.3s ease-in-out;
}
.footer-menu ul li a:before {
	content: "";
	width: 0;
	height: 1px;
	left: 0;
	right: 0;
	position: absolute;
	bottom: -4px;
	margin: 0 auto;
	background: var(--bs-gray-200);
	transition: all 0.3s ease-in-out;
}
.footer-menu ul li a:hover::before,
.footer-menu ul li.active a:before {
	width: 100%;
}
.footer-logo a {
	font-size: 26px;
	line-height: 1;
	color: var(--bs-primary);
	font-family: var(--bs-font-secondary);
}
.footer-login ul {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	align-items: center;
}
.footer-login ul li .btn-link {
	font-size: 16px;
	color: var(--bs-gray-200);
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.footer-login ul li .btn-link:hover {
	color: var(--bs-primary);
}
.footer-bottom {
	padding-top: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.footer-bottom .text-caption {
	color: var(--bs-gray-200);
	font-size: 14px;
}
.footer-bottom .social-media ul {
	display: flex;
	gap: 24px;
}
.footer-bottom .social-media ul li a {
	color: var(--bs-gray-200);
	transition: all 0.3s ease-in-out;
}
.footer-bottom .social-media ul li a:hover {
	color: var(--bs-primary);
}

.banner-wrap {
	position: relative;
	background: var(--bs-secondary);
	color: var(--bs-white);
	padding: 200px 0;
}
.cta-wrap:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(
		circle,
		rgba(3, 3, 3, 0.46) 0%,
		rgba(0, 0, 0, 0.6) 100%
	);
	z-index: 1;
}
.banner-wrap.inner-banner {
	padding: 140px 0;
}
.banner-wrap .banner-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.85;
}
.page-template-page-silver-template .banner-wrap .banner-bg,
.home-banner.banner-wrap .banner-bg {
	object-position: center right;
}
.home-banner.banner-wrap .overlay {
	opacity: 0.6;
	background: linear-gradient(
		90deg,
		rgba(33, 33, 33, 1) 0%,
		rgba(36, 36, 36, 0) 100%
	);
}
.banner-wrap .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--bs-black);
	opacity: 0;
}
.banner-wrap .container {
	position: relative;
	z-index: 2;
}
.banner-wrap .banner-content {
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 800px;
}
.banner-wrap .banner-content .sub-title {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 500;
}
.banner-wrap .banner-content .cta {
	padding-top: 16px;
}

.cover-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cta-wrap {
	padding: 80px 0;
	position: relative;
	background: #000000;
}
.cta-wrap:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(
		circle,
		rgba(3, 3, 3, 0.46) 0%,
		rgba(0, 0, 0, 0.6) 100%
	);
	z-index: 1;
	opacity: 0.3;
}
.cta-wrap .cover-img {
	opacity: 1;
}
.cta-wrap .container {
	position: relative;
	z-index: 2;
}
.cta-content {
	max-width: 520px;
	color: var(--bs-black);
	margin: 0 auto;
	text-align: center;
	padding: 24px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(4px);
}
.cta-content .star-icon {
	padding-bottom: 24px;
}
.cta-content .h2 {
	padding-bottom: 32px;
}
.cta-content p {
	font-size: 18px;
	line-height: 1.4;
	padding-bottom: 24px;
	margin-bottom: 0;
}
.cta-content .cta {
	padding-top: 16px;
}
.cta-content ul {
	gap: 16px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding-bottom: 24px;
	text-align: left;
}

.services-wrap {
	padding: 100px 0;
	overflow: hidden;
}
.services-wrap .title-wrap {
	padding-bottom: 60px;
	color: var(--bs-black);
	text-align: center;
}
.services-wrap .title-wrap .star-icon {
	padding-top: 16px;
	color: var(--bs-primary);
}
.services-list {
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.services-item {
	row-gap: 32px;
}
.services-list.list-normal .services-item {
	flex-direction: row-reverse;
}
.services-list .services-item:nth-child(2n) {
	flex-direction: row-reverse;
}
.services-item .img-box {
	/* aspect-ratio: 1 / 0.9; */
	background: var(--bs-secondary);
	overflow: hidden;
	border-radius: 12px;
	position: relative;
}
.services-item .img-box .cover-img {
	position: relative;
	height: auto;
}
/* .services-item .img-box.mission-img {
	aspect-ratio: 1 / 1.2;
} */
.content-block {
	font-size: 18px;
	line-height: 1.4;
}
.content-block .h3,
.content-block .h2 {
	padding-bottom: 24px;
	font-weight: 500;
}
.content-block ul {
	padding-bottom: 24px;
	gap: 16px;
}
.content-block p {
	margin-bottom: 0;
	padding-bottom: 24px;
}
.content-block p:last-child {
	padding-bottom: 0;
}

.gallery-section {
	padding: 100px 0;
	overflow: hidden;
	background: var(--bs-primary-100);
}
.gallery-wrap {
	overflow: hidden;
}
.js-marquee-wrapper {
	display: flex;
	gap: 30px;
}
.gallery-list {
	display: flex;
	align-items: center;
	gap: 30px;
}
.gallery-box {
	width: 356px;
	position: relative;
	padding-bottom: 115.44%;
	background: var(--bs-gray-700);
	border-radius: 8px;
	-webkit-mask-image: -webkit-radial-gradient(#fff, #000);
}
.gallery-box img {
	border-radius: 8px;
}
.gallery-list .gallery-list-item:nth-child(2n) .gallery-box {
	width: 384px;
	padding-bottom: 78.38%;
}
.gallery-list .gallery-list-item:nth-child(3n) .gallery-box {
	width: 281px;
	padding-bottom: 146.26%;
}
.gallery-list .gallery-list-item:nth-child(4n) .gallery-box {
	width: 329px;
	padding-bottom: 91.48%;
}

.our-product-wrap {
	padding: 100px 0;
	position: relative;
}
.our-product-wrap .title-wrap {
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.4;
	color: var(--bs-black);
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 24px;
	padding-bottom: 60px;
}
.our-product-wrap .title-wrap .star-icon {
	color: var(--bs-primary);
}
.product-list {
	--bs-gutter-x: 40px;
	row-gap: 40px;
}
.product-item {
	display: flex;
	flex-direction: column;
	gap: 24px;
	text-align: center;
	text-decoration: none;
	color: var(--bs-black);
}
.product-item .product-item-img {
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: var(--bs-secondary);
	border-radius: 24px;
}

.founder-wrap {
	padding: 80px 0;
	background: var(--bs-primary-100);
}
.founder-wrap .title-wrap {
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 60px;
}
.founder-wrap .title-wrap h2 em {
	display: block;
	font-size: 50%;
}

.founder-photo img {
	width: 100%;
	border-radius: 10px;
}

.founder-info {
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.founder-info p {
	margin-bottom: 0;
	padding-top: 16px;
}

.contact-page-wrap {
	padding: 100px 0;
}
.contact-page-wrap .container {
	max-width: 964px;
}
.form-wrap .form-group {
	padding-bottom: 24px;
}
.form-wrap .form-label {
	font-size: 14px;
	display: block;
	padding-bottom: 6px;
	margin: 0;
}
.form-wrap .form-control {
	width: 100%;
	height: 48px;
	padding: 0 16px;
	font-size: 16px;
	border-radius: 12px;
	box-shadow: none;
}
.form-wrap .form-control:focus {
	border-color: var(--bs-secondary);
}

.form-wrap textarea.form-control {
	height: 120px;
	padding-top: 16px;
}

.contact-info {
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.contact-info-item {
	display: flex;
	align-items: center;
	gap: 16px;
	font-size: 18px;
	font-weight: 400;
	color: var(--bs-black);
}

.contact-info-item .icon-box {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--bs-primary-200);
	border-radius: 100%;
	color: var(--bs-black);
	flex-shrink: 0;
}

.pricing-box {
	background: rgba(255, 255, 255, 1);
	/* backdrop-filter: blur(10px); */
	padding: 18px;
	border-radius: 10px;
	max-width: 580px;
	margin: 0 auto;
}
.pricing-box .table {
	--bs-table-bg: transparent;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
}
.pricing-box .table > :not(caption) > * > * {
	color: var(--bs-black);
	border-color: rgba(0, 0, 0, 0.2);
}

.pricing-box .table th {
	font-weight: 500;
}

.performance-down {
	color: #ff0000;
}
.performance-down:before {
	content: "↓";
}
.performance-down:after {
	content: "%";
}
.performance-up {
	color: #54bb83;
}
.performance-up:before {
	content: "↑";
}
.performance-up:after {
	content: "%";
}

.pricing-section {
	padding: 120px 0;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
.pricing-section .pricing-section-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.5;
}
.pricing-section .container {
	position: relative;
	z-index: 1;
}

.about-page-section {
	position: relative;
}
.about-page-section .container {
	position: relative;
}
/* .about-page-section:before {
	content: "";
	background-image: url(../images/logo-icon.svg);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
} */

.divider-line {
	height: 1px;
	background: #000000;
	opacity: 0.2;
}

.content-block-wrap {
	padding: 80px 0;
}
.content-block-wrap .title-wrap {
	padding-bottom: 48px;
}
.content-block-wrap .content-block {
	font-size: 18px;
	line-height: 1.4;
}
