/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@font-face {
	font-family: 'Iskoola Pota';
	src: url('fonts/IskoolaPota-Bold.woff2') format('woff2'),
	url('fonts/IskoolaPota-Bold.woff') format('woff'),
	url('fonts/IskoolaPota-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Iskoola Pota';
	src: url('fonts/IskoolaPota.woff2') format('woff2'),
	url('fonts/IskoolaPota.woff') format('woff'),
	url('fonts/IskoolaPota.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Cormorant Garamond';
	src: url('fonts/CormorantGaramond-SemiBold.woff2') format('woff2'),
	url('fonts/CormorantGaramond-SemiBold.woff') format('woff'),
	url('fonts/CormorantGaramond-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Cormorant Garamond';
	src: url('fonts/CormorantGaramond-Regular.woff2') format('woff2'),
	url('fonts/CormorantGaramond-Regular.woff') format('woff'),
	url('fonts/CormorantGaramond-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

.CormorantGaramond {
	font-family: 'Cormorant Garamond',sans-serif ;
	font-weight: 400;
}
.CormorantGaramond-B  {
	font-family: 'Cormorant Garamond',sans-serif ;
	font-weight: 600;
}
.IskoolaPota {
	font-family: 'Iskoola Pota',sans-serif ;
	font-weight: 400;
}
.IskoolaPota-B {
	font-family: 'Iskoola Pota',sans-serif ;
	font-weight: 700;
}
.CormorantGaramond > *,
.CormorantGaramond-B  > *,
.IskoolaPota > *,
.IskoolaPota-B  > *{
	font-family: inherit ;
	font-weight: inherit;
}

body {
	line-height: 1.2;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	margin-bottom: 15px;
}
blockquote, dl, figure, form, ol, p, pre, ul {
	margin-bottom: 10px;
}

.fs-84 {
	font-size: 65px;
}
.fs-60 {
	font-size: 60px;
}
.fs-28 {
	font-size: 28px;
}
.logo-author-cs img {
	width: 304px;
	height: 237px;
	flex-shrink: 0;
	opacity: 0.6;
	filter: brightness(180%);
}
.header-language-dropdown i.image-icon {
    margin-left: 5px;
}

.section-title-center > b {
	display: none;
}
.section-title.section-title-center {
	margin: 0;
	text-align: center;
	display: block;
}
.section-title-container.fs-84 {
	margin-bottom: 0;
}

.featured-product-sec {
	padding: 156px 10px 20px!important;
}
.slider-container-project .swiper {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.slider-container-project .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 450px;
	height: auto;
	position: relative;
/*	overflow: hidden;*/
border-radius: 0;
/*	transition: all ease 0.5s!important;*/
}
.slide-inner {
	position: relative;
	transition: all ease 0.5s!important;
}

.slider-container-project .swiper-slide-active:hover .slide-inner {
	transform: scale(1.2)!important;
}
.slider-container-project .swiper-slide a {
	display: block ;
}
.slider-container-project .swiper-slide img {
	display: block;
	width: 100%;
	border-radius: 0;
	object-fit: cover;
	transition: all 0.5s ease;
	position: relative;
	z-index: 1;
	-webkit-filter: blur(2px);
	filter: blur(2px);
}

.slider-container-project .swiper-slide h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all .3s ease;
	z-index: 3;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	line-height: 1.2;
	margin-bottom: 0;
	padding: 30px;
	display: none;
	color: #FFF;
	text-align: center;
	font-size: 45px;
	text-transform: uppercase;
	font-family: 'Cormorant Garamond',sans-serif ;
	font-weight: 600;
}
.slider-container-project .swiper-slide-active h3 {
	display: initial;
}
.slider-container-project .swiper-slide-active img {
	-webkit-filter: blur(0px);
	filter: blur(0px);
}
.slider-container-project .overlay-1 {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.0) 50%, rgba(0, 0, 0, 0.5) 69%, #000 100%);
	left: 0;
	pointer-events: auto;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	opacity: 1;
	z-index: 2;
	display: none;
}
.slider-container-project .swiper-slide-active .overlay-1 {
	display: initial;
}

.slider-container-project .swiper-pagination-bullet-active {
	background: var(--theme-color);
}
.slider-container-project .swiper-button-next,
.slider-container-project .swiper-button-prev {
	width: 55px;
	height: 55px;
	color: transparent!important;
	transition: all 0.2s ease;
	background: #fff no-repeat center center;
	border-radius: 60px;
	margin-top: -55px;
}
.slider-container-project .swiper-button-prev {
	left: 0;
	background-image: url(images/left.svg);
}
.slider-container-project .swiper-button-next {
	right: 0;
	background-image: url(images/right.svg);
}
.slider-container-project .swiper-button-next:hover,
.slider-container-project .swiper-button-prev:hover {
	color: var(--theme-color);
}

.title-group {
	text-align: center;
	text-transform: uppercase;
	color: #000;
}
.title-group .headline {
	margin-bottom: 10px;
}
.title-group .title-60 {
	margin-bottom: 50px;
	color: #000;
}
.featured-title .page-title-inner h1 {
	font-family: 'Iskoola Pota', sans-serif;
	font-weight: 400;
	font-size: 45px;
}

.made-in-vietnam {
	color: #ECCAA0;
	text-align: center;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.Footer-Section {
	padding: 48px 10px 0 !important;
}
.footer-heading {
	color: #ECCAA0;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
}
.footer-privacy {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
}
.footer-social ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-social ul li {
	margin: 0 15px 15px 0;
	display: inline-block;
	width: auto;
}
.footer-social ul li a {
	display: block;
}
.footer-social svg,
.footer-social img {
	width: 35px;
	height: 35px;
	transition: all ease 0.3s;
}
.footer-social ul li {
	margin: 0 15px 15px 0;
	display: inline-block;
	width: auto;
}
.footer-social ul li:hover img {
	transform: scale(1.2);
	transform-origin: top left;
}
.footer-column-1 .img {
	margin-bottom: 0!important;
}
.footer-wrapper .icon-box .icon-box-text {
	display: flex;
	align-items: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.footer-wrapper .icon-box .icon-box-text > * {
	text-transform: none;
	color: #fff;
	letter-spacing: 0;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 35px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	height: 35px;
}
.icon-box.featured-box.icon-box-left {
	display: inline-flex;
	flex-wrap: nowrap;
	width: auto;
	border-radius: 22px;
	background: rgba(0, 0, 0, 0.25);
	padding: 0 28px 0 0;
	height: 42px;
	margin: 0 12px 12px 0;
	transition: all ease 0.3s;
	transform-origin: top left;
}
.icon-box.featured-box.icon-box-left:hover {
	background: rgba(180, 146, 104, 0.70);
	transform: scale(1.05) ;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.20);
}
.icon-box.featured-box.icon-box-left img {
	padding-top: 0;
}
.img-no-ovh .img-inner {
	overflow: initial;
}

/*************** ADD MOBILE ONLY CSS HERE  ***************/
@media (max-width: 991px) {
	.fs-84 {
		font-size: 35px;
	}
	.fs-60 {
		font-size: 30px;
	}
	.fs-28 {
		font-size: 20px;
	}
	.icon-box.featured-box.icon-box-left {
		display: flex;
	}
	.featured-title .page-title-inner h1 {
		font-size: 22px;
	}
	.logo-author-cs img {
		height: auto;
	}
	.slider-container-project .swiper-slide h3 {
		padding: 15px;
		font-size: 25px;
	}
	.featured-product-sec {
		padding: 80px 10px 20px !important;
	}
}
@media (min-width: 767px) {
	.slider-container-project .swiper {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.swiper-slide.swiper-slide-active {
		width: 400px !important;
		margin-left: -10%;
		margin-top: -10%;
	}

}
@media (min-width: 992px) {
	.slider-container-project .swiper {
		padding-top: 150px;
		padding-bottom: 150px;
		padding-left: 50px;
		padding-right: 50px;
	}
	.swiper-slide.swiper-slide-active {
		width: 450px !important;
		margin-left: -8%;
		margin-top: -10%;
	}
}