/* additional custom styles CSS */
body {
	font-family: "Gotham";
	overflow-x: hidden;
}
.scheader {
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.sticky .normal-logo {
	display: none;
}
.sticky-logo {
	display: none;
}
.sticky .sticky-logo {
	display: block;
}
.scheader .elementor-element-populated {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

@keyframes headerSlideDown {
	0% {
		margin-top: -100px;
	}
	100% {
		margin-top: 0;
	}
}

.select-caret-down-wrapper {
	display: none;
}
input::placeholder,
textarea::placeholder {
	opacity: 1 !important;
}
/* Styles for responsive design and media queries */

.mobileshow {
	display: none;
}

.sub-title {
	position: relative;
	display: inline-block;
}

.sub-title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 1px solid #3f3b33;
}

.sub-title.white:after {
	border-color: #ffffff;
}

.wsf-form label.wsf-label {
	color: #314029 !important;
	font-family: "Gotham" !important;
	font-weight: 300 !important;
	font-size: 16px !important;
}
.wsf-form .wsf-text-danger {
	color: #314029 !important;
}

.wsf-form input[type="text"].wsf-field,
.wsf-form input[type="tel"].wsf-field,
.wsf-form input[type="email"].wsf-field,
.wsf-form select.wsf-field,
.wsf-form textarea.wsf-field {
	background-color: transparent !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #314029 !important;
	border: none !important;
	border: 0.5px solid #314029 !important;
	padding: 12px 12px 12px 12px !important;
	border-radius: 0px !important;
	width: 100% !important;
	cursor: pointer;
	font-family: "Gotham" !important;
}

.wsf-form input[type="text"].wsf-field:focus,
.wsf-form input[type="tel"].wsf-field:focus,
.wsf-form input[type="email"].wsf-field:focus,
.wsf-form select.wsf-field:focus,
.wsf-form textarea.wsf-field:focus {
	outline: none !important;
	box-shadow: none !important;
}
.wsf-form input[type="text"].wsf-field::placeholder,
.wsf-form input[type="tel"].wsf-field::placeholder,
.wsf-form input[type="email"].wsf-field::placeholder,
.wsf-form textarea.wsf-field::placeholder {
	color: rgba(49, 64, 41, 0.5) !important;
}

.wsf-form textarea.wsf-field {
	height: 150px !important;
	max-height: 150px !important;
}

.wsf-form select#wsf-1-field-6 {
	background-image: url(../assets/svg/arrow-down.svg) !important;
	background-repeat: no-repeat;
	background-position: center right 15px !important;
	background-size: 17px !important;
	appearance: none !important;
	-moz-appearance: none;
	color: rgba(49, 64, 41, 0.5) !important;
}

.wsf-form
	select.wsf-field:not([multiple]):not([size]):not([data-wsf-select2])
	+ span.wsf-select-arrow {
	display: none !important;
	border: none !important;
}

.wsf-form select option:not([value=""]) {
	color: #314029 !important;
}

.wsf-form button {
	background-color: #f9f7f2 !important;
	padding: 15px 40px !important;
	color: #314029 !important;
	border-radius: 0px !important;
	text-transform: uppercase !important;
	border: 1px solid #f9f7f2 !important;
	transition: 0.3s !important;
	font-family: Kento !important;
	font-weight: 300;
}
.wsf-form button:focus {
	outline: none !important;
	box-shadow: none !important;
}
.wsf-form button:hover {
	background-color: #314029 !important;
	color: #fff !important;
	border: 1px solid #314029 !important;
}

img,
a {
	transition: 0.3s;
}

.container {
	max-width: 1360px;
}
.admin-bar header.sc-header-section {
	top: 32px;
}

html {
	scroll-behavior: smooth;
}
/**************************** CSS START ***************************/
/* Wooprex menu css that applies to all section */
/* Start Wooprex Header & Light header */
header.sc-header-section {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	padding: 80px 0px 10px 0px;
	padding-left: 10%;
	padding-right: 10%;
	background-color: #ffffff;
	transition: top 0.6s, box-shadow 0.4s, padding 0.3s;
}

header.sc-header-section.sticky {
	position: fixed !important;
	top: 0px !important;
	padding: 15px 10%;
	background-color: #314029;
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
	animation: 0.95s ease 0s normal forwards 1 running stickyAnimation;
	-webkit-animation: 0.95s ease 0s normal forwards 1 running stickyAnimation;
}
header.sc-header-section.hidden {
	transform: translateY(-100%);
	transition: transform 0.4s ease;
}

@keyframes stickyAnimation {
	0% {
		margin-top: -150px;
	}
	100% {
		margin-top: 0;
	}
}

header.sc-header-section .pattern {
	position: absolute;
	right: 0;
	top: 0;
	width: 220px;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

/* language */

header.sc-header-section .header-main {
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
}

header.sc-header-section .header-main .header-right {
	display: flex;
	/* align-items: center; */
	justify-content: end;
	gap: 20px;
}

header.sc-header-section .header-main .header-right .language {
	display: flex;
	gap: 4px;
	align-items: center;
	position: absolute;
	top: 40px;
	right: 50px;
	color: #050602;
}

header.sc-header-section .header-main .header-right .language a {
	color: #050602;
	font-family: "Gotham";
	font-weight: 400;
	text-decoration: none;
	font-size: 17px;
}

header.sc-header-section .header-logo .logo {
	display: inline-block;
	transition: 0.3s;
}
header.sc-header-section .header-main .header-logo img.white {
	display: none;
}

header.sc-header-section.sticky .header-main .header-logo img.white {
	display: block;
}
header.sc-header-section.sticky .header-main .header-logo img.black {
	display: none;
}
header.sc-header-section .header-main .header-right {
	gap: 100px;
}
header.sc-header-section.sticky .header-main .header-right .language {
	color: #ffffff;
	top: 50%;
	transform: translateY(-50%);
}

header.sc-header-section.sticky .header-main .header-right .language a {
	color: #ffffff;
}

header.sc-header-section.sticky
	.wooprex-desktop-menu
	ul.box-nav
	li.menu-item
	> a.item-link {
	color: #fff;
}
header.sc-header-section.sticky .pattern,
header.sc-header-section.hidden .pattern {
	display: none;
}

header.sc-header-section.sticky .header-main {
	align-items: center;
}
header.sc-header-section.sticky .header-main .header-right {
	align-items: center;
}
/* Start desktop menu */
header.sc-header-section.sticky .wooprex-desktop-menu ul.box-nav {
	align-items: center;
}

header.sc-header-section.sticky .header-logo img {
	width: 220px;
}

.clockwise-rotate img {
	display: inline-block;
	animation: rotateClockwise 18s linear infinite;
}

@keyframes rotateClockwise {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/* Start desktop menu */
.wooprex-desktop-menu ul.box-nav {
	display: flex;
	/* align-items: center; */
	justify-content: center;
	width: 100%;
	height: 100%;
	gap: 100px;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}
.wooprex-desktop-menu ul.box-nav li.menu-item {
	position: relative;
	list-style: none;
}
.wooprex-desktop-menu ul.box-nav li.menu-item > a.item-link {
	color: #314029;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 5px 0px;
	position: relative;
	text-decoration: none;
	font-family: "Kento";
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 3px;
	text-transform: lowercase;
}
.wooprex-desktop-menu ul.box-nav li.menu-item > a:focus {
	outline: none;
	box-shadow: none;
}
.wooprex-desktop-menu ul.box-nav li.menu-item > a.item-link i {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}
/* .wooprex-desktop-menu ul.box-nav li.menu-item.current-menu-item > a.item-link {
  font-weight: 700;
} */
.wooprex-desktop-menu ul.box-nav li.menu-item:hover a.item-link i {
	transform: rotate(180deg);
}
.wooprex-desktop-menu ul.box-nav li.menu-item > ul.sub-menu {
	left: 0px;
	top: 30px;
	padding: 0;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu {
	position: absolute;
	width: 185px;
	padding: 10px 0px 15px 0px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.6s ease;
	background-color: #ffffff;
	box-shadow: 0px 14px 28px 0px rgba(6, 23, 106, 0.0784313725);
	border-radius: 10px;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li {
	padding: 4px 25px;
	position: relative;
}
/* .wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li.current-menu-item > a {
  font-weight: 600;
} */
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li a {
	color: #7c7c7c;
	text-transform: capitalize;
	font-size: 16px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 5px;
	padding: 0;
	text-decoration: none;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li a i {
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li > ul.sub-menu {
	right: -220px;
	top: 0;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li:hover > a {
	color: #000000;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li:hover > a i {
	transform: rotate(180deg);
}
.wooprex-desktop-menu
	ul.box-nav
	li.menu-item
	ul.sub-menu
	li:hover
	> ul.sub-menu {
	right: -250px;
	opacity: 1;
	visibility: visible;
}
.wooprex-desktop-menu ul.box-nav li.menu-item:hover > ul.sub-menu {
	opacity: 1;
	visibility: visible;
}

/* Start mobile menu */
.wooprex-mobile-menu {
	width: 100%;
	max-width: 100%;
	height: 100%;
	background-color: #314029;
	position: fixed;
	left: 0;
	transform: translateX(-100%);
	top: 0px;
	padding-top: 10px;
	transition: all 0.6s ease;
	overflow-y: auto;
	z-index: 99999;
}

.wooprex-mobile-menu .inner-main {
	height: 100%;
	width: 85%;
	margin: 0 auto;
	padding: 120px 0;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 60px;
	flex-direction: column;
}
.wooprex-mobile-menu .inner-main .logo {
	width: 120px !important;
}

/* language */
.wooprex-mobile-menu .language {
	display: flex !important;
	gap: 6px;
	align-items: center;
	color: #fff;
	line-height: 1.4em;
}

.wooprex-mobile-menu .language a {
	color: #fff;
	font-family: "Gotham";
	font-weight: 400;
	text-decoration: none;
	font-size: 16px;
}

.wooprex-mobile-menu ul.box-nav {
	padding: 0;
	margin: 0;
	/* margin-top: -100px; */
	display: flex;
	flex-direction: column;
	row-gap: 50px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item {
	padding: 0px 20px;
	list-style: none;
}
.wooprex-mobile-menu ul.box-nav li.menu-item:last-child {
	border-bottom: none !important;
}
/* .wooprex-mobile-menu ul.box-nav li.menu-item.current-menu-item > a.item-link {
  font-weight: 600;
} */
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link {
	/* padding: 30px 0px; */
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Kento";
	color: #fff;
	transition: all 0.3s ease;
	gap: 5px;
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
	letter-spacing: 1px;
}

.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link:focus {
	box-shadow: none;
	outline: none;
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link i {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	font-size: 16px;
}

.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu {
	padding-bottom: 5px;
	padding: 0;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li.menu-item {
	padding: 0px 10px;
	border-bottom: none !important;
}
/* .wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li.menu-item.current-menu-item > a {
  font-weight: 600;
} */
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li.menu-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px 0px;
	color: #606060;
	font-weight: 500;
	font-size: 18px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li.menu-item a i {
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(-90deg);
	transition: all 0.3s ease;
}
.wooprex-mobile-menu ul.box-nav li.menu-item a[aria-expanded="true"] i {
	transform: rotate(-180deg);
}

.wooprex-mobile-menu.show {
	transform: translateX(0px);
}

.wooprex-mobile-menu-bar {
	cursor: pointer;
	display: none;
	position: absolute;
	top: 30px;
	right: 20px;
}
.wooprex-mobile-menu-bar i {
	font-size: 34px;
	color: #314029;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobile-menu-bar-close {
	position: absolute;
	right: 0;
	margin-right: 10px;
	cursor: pointer;
	top: 20px;
}
.mobile-menu-bar-close i {
	font-size: 34px;
	color: #fff;
}

header.sc-header-section.sticky .wooprex-mobile-menu-bar {
	top: 50%;
	transform: translateY(-50%);
}
header.sc-header-section.sticky .wooprex-mobile-menu-bar i {
	color: #fff;
}

/* FOOTER */
.sc-footer-section {
	background: #050602;
	padding: 100px 10%;
}
.sc-footer-section .row {
	row-gap: 80px;
}
.sc-footer-section .row .row {
	row-gap: 40px;
}
.sc-footer-section .footer-logo {
	height: 100%;
	display: flex;
	align-items: center;
}
.sc-footer-section .footer-logo .logo img {
	width: 380px;
	display: block;
}
.sc-footer-section .footer-logo .logo img.two {
	display: none;
}
.sc-footer-section .footer-item .title {
	font-size: 14px;
	font-family: "Kento";
	font-weight: 400;
	letter-spacing: 3px;
	color: #fff;
	margin-bottom: 30px;
}
.sc-footer-section .footer-item ul {
	padding: 0;
	margin: 0;
	display: flex;
	column-gap: 15px;
}
.sc-footer-section .footer-item ul li {
	list-style: none;
}
.sc-footer-section .footer-item ul.info li a {
	text-decoration: none;
	transition: 0.3s;
}
.sc-footer-section .footer-item ul li img {
	transition: 0.3s;
}
.sc-footer-section .footer-item ul li img:hover {
	transform: scale(1.1);
}
.sc-footer-section .footer-item ul.info {
	flex-direction: column;
	row-gap: 35px;
}
.sc-footer-section .footer-item ul.info li {
	color: #fff;
	font-family: "Gotham";
}
.sc-footer-section .footer-item ul.info li p {
	max-width: 250px;
}
.sc-footer-section .footer-item ul.info li a {
	color: #fff;
	font-weight: 400;
	display: inline-block;
}
.sc-footer-section .footer-item ul.info li a:hover {
	transform: translateX(10px);
}
.sc-footer-section .copyright {
	margin-top: 30px;
}
.sc-footer-section .copyright p {
	margin: 0px;
	color: rgba(249, 247, 242, 0.3);
	font-weight: 400;
	font-size: 14px;
}
.sc-footer-section .copyright p a {
	color: rgba(249, 247, 242, 0.3);
	text-decoration: none;
}
.sc-footer-section .copyright p a:hover {
	color: #fff;
}

.wsf-form button.wsf-button {
	font-family: "Kento", Sans-serif !important;
	font-size: 12px !important;
	font-weight: 300 !important;
	text-transform: lowercase !important;
	line-height: 1.6em !important;
	letter-spacing: 2px !important;
}
/*animation style */
.animated-image-container {
	position: relative;
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-end !important;
	max-width: none !important;
	overflow: hidden !important;
	/* height: 100%; */
}

.animated-image {
	position: absolute;
	width: 100%;
	height: 100%;
}

.animated-image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	bottom: 0;
	left: 0;
	clip-path: inset(100% 0 0 0);
	transform: scale(1.2); /* Start zoomed in */
	transition: none;
	will-change: clip-path, transform;
}

.animated-image-placeholder img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 0;
}
