/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

:root {
	--secondary-color: #f89425;
	--green: #158129;
}

body {
	font-size: 14px !important;
	line-height: 1.7;
}

.header-top .html_topbar_left a {
	padding: 0 !important;
}

.is-divider {
	display: none;
}

.images-box {
	position: relative;
	overflow: hidden;
}

.images-box::before {
	content: '';
	display: block;
	padding-top: 75%;
}

.images-box a {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.images-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header-nav-main.nav-right .header-block {
	flex: 1;
}

.header-main .nav > li > a {
	font-size: 16px;
}

.header-button a.button {
	background-color: var(--secondary-color);
	min-width: 28px;
	min-height: 28px;
	font-size: 11px;
}

.header-wrapper.stuck .header-bg-color {
	background-color: white;
}

.icon-holine {
	align-items: center;
}

.icon-holine p:first-child {
	font-size: 14px;
	line-height: 1.3;
}

.banner-main {
	background: radial-gradient(114.38% 411.3% at 56.82% 38.71%, #FFFCF7 0%, #FFF1DD 100%);
}

.banner-content h2 {
	font-size: 64px;
	line-height: 1.04;
	margin: 0;
}

.banner-content h3 {
	color: var(--primary-color);
	font-size: 36px;
	line-height: 1.68;
	letter-spacing: 0;
	margin: 4px 0 12px;
}

.banner-content p {
	margin-top: 0;
	font-size: 14px;
	margin-bottom: 24px;
}

.button-custom {
	font-size: 18px;
	line-height: normal;
	margin-top: 0;
}

.button-custom span {
	line-height: 1.34;
}

.left-decor img,
.sun-decor img,
.kite-decor img {
	width: auto;
}

.kite-decor{
    position: absolute;
    bottom: -85px;
    right: 90px;
}

.about-content p strong {
	color: var(--primary-color);
	font-size: 30px;
}

.about-large {
	border-radius: 24px;
	overflow: hidden;
}

.banner-about-sm {
	overflow: hidden;
	border-radius: 12px;
}

.banner-about-sm h4 {
	margin-top: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.24;
	margin-bottom: 10px
}

.banner-about-sm h3 {
	font-size: 24px;
	margin: 0;
}

.banner-about-sm.center h4,
.banner-about-sm.center h3 {
	color: var(--green);
}

.banner-about-sm.last h3 {
	font-size: 20px;
	line-height: 1.36;
}

.title-catalog {
	align-items: center;
	justify-content: center;
}

.title-catalog .icon-box-text {
	flex: inherit;
}

.section-heading {
	text-align: center;
}

.section-heading .icon-box-img {
	margin-left: auto;
	margin-right: auto;
}

.section-heading h3,
.title-catalog h3 {
	font-size: 36px;
	line-height: 1.16;
	text-transform: capitalize;
}

.title-catalog h3 span {
	color: var(--primary-color);
	text-transform: inherit;
}

.catalog-list .box-text {
	padding-left: 0;
	padding-right: 0;
}

.catalog-list .box-text h5 {
	font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
	line-height: 1.5;
	margin: 0;
}

.catalog-list .box-text p.count {
	display: none;
}

.product-list .col-inner,
.category-page-row .col-inner {
	border: 1.5px dashed #585858;
	border-radius: 20px;
	padding: 16px;
}

.product-sku {
	color: var(--green);
	font-size: 14px;
	line-height: 1.46;
}

.product-list .box-text,
.category-page-row .box-text {
	border-top: 1.5px dashed #585858;
	padding: 12px 0 0;
	margin-top: 12px;
}

.product-list .title-wrapper p.product-title,
.category-page-row .title-wrapper p.product-title {
	font-weight: 600;
	font-size: 16px;
	margin: 4px 0;
}

.product-list .title-wrapper p.product-title a,
.category-page-row .title-wrapper p.product-title a {
	margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	line-height: 1.25;
}

.price-wrapper .price {
	font-size: 16px;
	line-height: 1.5;
}

.gallery-list .flickity-slider {
    display: flex;
    align-items: center;
}

.project-list {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
}

.project-list-item {
	grid-column: span 6;
}

.project-item {
	box-shadow: 0px 1px 18.9px 0px #00000014;
	border-radius: 16px;
	overflow: hidden;
}

.project-list-item {
	display: flex;
	gap: 24px;
}

.project-list-item:nth-child(1) {
	flex-direction: column;
}

.project-list-item:nth-child(1) .project-item:nth-child(1) .project-content {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.project-list-item:nth-child(1) .project-item:nth-child(1) .content-wrapper {
	width: 60%;
}

.project-list-item:nth-child(1) .project-item:nth-child(1) .detal-btn {
	text-align: right;
}

.project-list-item:nth-child(1) .project-item:nth-child(2),
.project-list-item:nth-child(2) .project-item:nth-child(1) {
	display: flex;
	align-items: center;
}

.project-list-item:nth-child(1) .project-item:nth-child(1) .project-thumb::before {
	padding-top: 45%;
}

.project-list-item:nth-child(1) .project-item:nth-child(2) .project-thumb,
.project-list-item:nth-child(2) .project-item:nth-child(1) .project-thumb {
	width: 90%;
}

.project-list-item:nth-child(2) {
	display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
}

.project-list-item:nth-child(2) .project-item {
	grid-column: span 6;
}

.project-list-item:nth-child(2) .project-item:nth-child(1) {
	grid-column: span 12;
}

.project-content {
	padding: 24px 30px;
}

.project-content h5 {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 1.6;
	text-transform: uppercase;
}

.project-content h5 a,
.project-content p {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.project-list-item:nth-child(1) .project-item:nth-child(1) p {
	-webkit-line-clamp: 1;
}

.detal-btn {
	flex: 1;
}

.detal-btn a.button {
	margin: 0;
	min-height: 30px;
}

.quality-section::after {
	content: '';
	background: url('../../uploads/2026/06/star.png') center no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 112px;
	height: 112px;
}

.quality-content {
	position: relative;
}

.quality-content::before {
	content: '';
	background: url('../../uploads/2026/06/vector.png') center no-repeat;
	position: absolute;
	top: 5px;
	left: -105px;
	width: 108px;
	height: 155px;
}

.quality-content h3 {
	font-size: 32px;
	line-height: 1.3;
	text-transform: capitalize;
	margin-bottom: 16px;
}

.quality-image {
	border-radius: 30px;
	overflow: hidden;
	margin-left: auto;
}

.list-blog .box-blog-post {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0px 1px 18.9px 0px #00000014;
}

.list-blog .box-blog-post .box-text {
	padding: 20px 24px;
}

.list-blog .blog-post-inner h5,
.blog-archive .blog-post-inner h5 {
	font-family: 'Poppins', sans-serif;
	margin-top: 0;
	margin-bottom: 4px;
}

.list-blog .blog-post-inner h5 a,
.blog-archive .blog-post-inner h5 a,
.list-blog .blog-post-inner p,
.blog-archive .blog-post-inner p {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-blog .blog-post-inner a.button {
	padding: 3px 24px;
	background: #FFEDED;
	border: none;
	border-radius: 24px;
	font-size: 12px;
}

.list-blog .blog-post-inner a.button:hover {
	background: var(--primary-color);
}

.footer-section {
	padding: 220px 0 70px !important;
}

.item-info .icon-box-img {
	width: 16px !important;
}

.item-info .icon-box-img+.icon-box-text {
	padding-left: 10px;
}

.item-info h5 {
	font-family: 'Poppins', sans-serif;
}

.item-info:not(:last-child) {
	margin-bottom: 12px;
}

.footer-item .widget-title {
	display: block;
	position: relative;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.9;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

.footer-item .widget-title::before {
	content: '';
    width: 45px;
    height: 4px;
    background: var(--primary-color);
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer-item .widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50px;
    background: var(--primary-color);
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

.footer-item ul.menu {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.footer-item ul.menu li {
	width: 50%;
}

.footer-item ul.menu>li+li {
	border-top: none;
}

.footer-item ul.menu a {
	padding: 0;
	display: block;
	line-height: 2.6;
}

.form-newletter {
	border-radius: 10px;
	overflow: hidden;
}

.form-newletter input[type="text"] {
	border: none;
	box-shadow: none;
	background: linear-gradient(0deg, #F7F7F7, #F7F7F7), linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	padding: 16px 14px;
	height: auto;
	font-size: 11px;
	line-height: normal;
	color: #8C8C8C;
}

.form-newletter button {
	min-height: 49px;
	margin-right: 0;
}

.absolute-footer {
	display: none;
}

.content-copyright p {
	margin-bottom: 0;
}

.copyright-section ul {
	list-style: none;
	margin-bottom: 0;
	text-align: right;
}

.copyright-section li {
	margin-bottom: 0;
    display: inline-block;
    border-right: 1px solid white;
    padding-right: 20px;
    margin-right: 20px;
    margin-left: 0 !important;
}

.copyright-section li:last-child {
	padding: 0;
	margin-right: 0;
	border-right: none;
}

.footer-wrapper .back-to-top {
	background: var(--secondary-color);
	border-color: var(--secondary-color);
	color: white;
}

.shop-container .box-text {
	text-align: center;
}

.rw-about-info {
	background: white;
	padding: 32px 24px 24px;
	border-radius: 20px;
}

.about-image {
	border-radius: 16px;
	overflow: hidden;
}

.project-list-page .portfolio-box .box-text {
	padding-bottom: 0;
}

.project-list-page h6.portfolio-box-title {
	color: #1c1c1c;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 1.6;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.project-list-page a.plain:hover h6.portfolio-box-title {
	color: var(--primary-color);
}

.project-list-page .portfolio-box-category {
	display: none;
}

.image-fade_in_back {
	padding-top: 100%;
}

.image-fade_in_back img {
	height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
	position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
}

@media (min-width: 992px) and (max-width: 1064px) {

	.header-main .nav > li {
		margin: 0 6px;
	}

	.header-main .nav > li a {
		font-size: 12px;
	}
}

@media (max-width: 991px) {

	.header-main .mobile-nav li.html.custom {
		display: block;
	}

	.banner-content h2 {
		font-size: 50px;
	}

	.banner-content h3 {
		font-size: 24px;
	}

	.kite-decor {
		bottom: -115px;
		right: 60px;
	}

	.banner-about-sm h3,
	.banner-about-sm.last h3 {
		font-size: 16px;
		line-height: 1.5;
	}

	.project-list-item {
		grid-column: span 12;
	}

	.project-list-item:nth-child(1) .project-item:nth-child(2) .project-thumb, 
	.project-list-item:nth-child(2) .project-item:nth-child(1) .project-thumb {
		width: 70%;
	}

	.form-newletter {
		flex-flow: inherit;
	}

	.form-newletter .flex-col {
		padding: 0;
	}

	.form-newletter .flex-grow {
		flex: inherit;
	}

	.form-newletter .flex-col:nth-child(2) {
		width: 30%;
	}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

	.logo-center .logo {
		width: 155px !important;
	}

	.gtranslate_wrapper {
		display: flex;
		align-items: center;
		gap: 2px;
	}

	.banner-content h2 {
		font-size: 44px;
	}

	.left-decor,
	.sun-decor,
	.kite-decor {
		display: none;
	}

	.title-catalog {
		justify-content: flex-start;
	}

	.title-catalog .icon-box-text {
		flex: 1;
	}

	.section-heading h3,
	.title-catalog h3 {
		font-size: 24px;
	}

	.project-list,
	.project-list-item:nth-child(2) {
		gap: 16px;
	}

	.project-list-item:nth-child(1) .project-item:nth-child(2) .project-thumb, 
	.project-list-item:nth-child(2) .project-item:nth-child(1) .project-thumb,
	.project-list-item:nth-child(1) .project-item:nth-child(1) .content-wrapper {
		width: 100%;
	}

	.project-list-item:nth-child(1) .project-item:nth-child(2) .project-thumb::before, 
	.project-list-item:nth-child(2) .project-item:nth-child(1) .project-thumb::before {
		padding-top: 60%;
	}

	.project-list-item:nth-child(1) .project-item:nth-child(2), 
	.project-list-item:nth-child(2) .project-item:nth-child(1) {
		flex-direction: column;
	}

	.project-content {
		padding: 12px 16px;
	}

	.project-list-item:nth-child(1) .project-item:nth-child(1) .detal-btn {
		text-align: left;
	}

	.quality-section::after {
		width: 80px;
		height: 80px;
	}

	.quality-content::before {
		display: none;
	}

	.quality-content h3 {
		font-size: 28px;
	}

	.list-blog .box-blog-post .box-text {
		padding: 16px;
	}

	.footer-section {
		padding: 48px 0 !important;
	}

	.form-newletter .flex-col:nth-child(2) {
		width: 15%;
	}

	.content-copyright,
	.copyright-section ul {
		text-align: center;
	}
}