@charset "utf-8";
.editor {overflow: hidden;}
.editor img {display: inline-block;max-width: 100%!important;height: auto!important;}
.editor iframe {max-width: 100%;}
.editor table {max-width: 100%!important;}
@font-face {
	font-family: 'Montserrat';
	src: url('./fonts/Montserrat-Black.woff2') format('woff2'),
	url('./fonts/Montserrat-Black.woff') format('woff'),
	url('./fonts/Montserrat-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('./fonts/Montserrat-Bold.woff2') format('woff2'),
	url('./fonts/Montserrat-Bold.woff') format('woff'),
	url('./fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('./fonts/Montserrat-ExtraLight.woff2') format('woff2'),
	url('./fonts/Montserrat-ExtraLight.woff') format('woff'),
	url('./fonts/Montserrat-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('./fonts/Montserrat-Light.woff2') format('woff2'),
	url('./fonts/Montserrat-Light.woff') format('woff'),
	url('./fonts/Montserrat-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('./fonts/Montserrat-Medium.woff2') format('woff2'),
	url('./fonts/Montserrat-Medium.woff') format('woff'),
	url('./fonts/Montserrat-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

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

/*@font-face {
	font-family: 'Montserrat';
	src: url('./fonts/Montserrat-SemiBold.woff2') format('woff2'),
	url('./fonts/Montserrat-SemiBold.woff') format('woff'),
	url('./fonts/Montserrat-SemiBold.ttf') format('truetype');
	font-display: swap;
}*/


body {
	padding: 0;
	margin: 0;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #222;
	/*background-color: #fff;*/
	background-color: #fffdfb;
	position: relative;
	--bs-body-line-height: 1.5;
	--bs-body-font-weight: 300;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #222;
}

a:hover,
a:focus {
	text-decoration: none !important;
	color: #222;
}

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

ul {
	list-style-type: none;
}

.header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255, 252, 249, .85);
	z-index: 999;
}

.logo {
	display: block;
	margin: 5px 0;
}

.logo img {
	width: auto;
	height: 55px;
}

@media (min-width:992px) {
	.logo {
		margin: 10px 0;
	}

	.logo img {
		width: auto;
		height: 85px;
	}
}

/* nav start */

.navbar-nav .nav-item {
	margin: 0 10px;
	overflow: hidden;
}

@media (min-width:992px) {
	.navbar-nav .nav-item {
		margin: 0 30px;
	}
}

.navbar-nav .nav-link {
	font-size: 17px;
	font-weight: 300;
	color: #333;
	display: flex;
	justify-content: center;
	position: relative;
}

@media (min-width:992px) {
	.navbar-nav .nav-link {
		padding: 0 !important;
		color: #000;
		font-size: 17px;
	}
}

@media (min-width:1400px) {
	.navbar-nav .nav-link {
		font-size: 20px;
	}
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
	color: #6eb761;
}

.menubar{
	border: none;
}

button:focus{
	box-shadow: none !important;
}

.menubar .fa{
	color: #6eb761;
}

.navbox{
	left: 0;
	top: 0;
	height: 100%;
}

.offcanvas.offcanvas-end{
	left: 0;
	right: auto;
	transform: translateX(-100%);
}


/* nav end */

.home-banner{
	height: 100vh;
}
.fix-height{
	padding-top: 65px;
}
@media (min-width:992px) {
	.home-banner{
		padding-top: 105px;
	}
	.fix-height{
		padding-top: 0px;
	}
}

.text-slid{
	top: auto;
	bottom: 15%;
	left: 6%;
	right: auto;
	max-width: 280px;
	padding: 12px 0 12px 12px;
	background-color: rgba(255, 255, 255, .6);
}

@media (min-width:576px) {
	.text-slid{
		max-width: 400px;
	}
}

@media (min-width:768px) {
	.text-slid{
		padding: 0;
		bottom: 40%;
		left: auto;
		right: 6%;
		background-color: rgba(0, 0, 0, 0);
	}
}

.text-slid h2,
.text-slid h3{
	font-size: 28px;
	letter-spacing: 2px;
}

@media (min-width:768px) {
	.text-slid h2,
	.text-slid h3{
		font-size: 48px;
		letter-spacing: 5px;
	}

}

.text-slid h2{
	color: #222;
	font-weight: 200;
	text-transform: uppercase;
}

.text-slid h3{
	color: #6eb761;
	font-weight: 300;
}

.text-slid p{
	font-weight: 300;
	color: #444;
	font-size: 15px;
}

.img-style img{
	height: 100%;
	object-fit: cover;
	background-position: right;
}

@media (min-width:768px) {
	.img-style img{
		width: 100%;
	}
}
.text-slid h2,
.text-slid h3,
.text-slid p{
	display: none;
}
.swiper-slide-active .text-slid h2,
.swiper-slide-active .text-slid h3,
.swiper-slide-active .text-slid p{
	display: block;
	animation: fadeInUp;
}
.swiper-slide-active .text-slid h2{
	animation-duration: .5s;
}

.swiper-slide-active .text-slid h3{
	animation-duration: .8s;
}

.swiper-slide-active .text-slid p{
	animation-duration: 1.2s;
}

.home-pag{
	bottom: 10% !important;
}

.swiper-pagination-bullet{
	width: 8px;
	height: 8px;
}

.swiper-pagination-bullet-active{
	background-color: #6eb761 !important;
}

/*  */

#back-to-top {
	position: fixed;
	right: 2%;
	bottom: 10%;
	z-index: 999;
	opacity: 0;
}

#back-to-top.show {
	opacity: 1;
}

.back-to-top {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: #6eb761;
	border-radius: 10px;
}

.back-to-top .fa {
	color: #fff;
}

.footer,
.home-footer{
	background-color: rgba(255, 252, 249, .85);
}

.home-footer{
	/*position: absolute;*/
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9;
}

.footer-text {
	font-size: 12px;
	font-weight: 300;
}

@media (min-width:576px) {
	.footer-text {
		font-size: 14px;
	}
}
.fix-footer .home-footer{
	position: relative;
}

.inner-banner{
	height: 30vh;
	/*padding-top: 65px;*/
	max-height: 440px;
	background-position: center;
	background-size: cover;
	object-fit: cover;
	background-image: url("../images/Palm-about_01.png");
}
@media (min-width: 768px) {
	.inner-banner {
		/*padding-top: 105px;*/
		height: 300px;
	}
}
@media (min-width: 1200px) {
	.inner-banner {
		/*padding-top: 105px;*/
		height: 440px;
	}
}

.inner-banner h5{
	color: #6cb761;
	font-size: 1.5rem;
	font-weight: normal;
}
@media (min-width: 768px) {
	.inner-banner h5{
		font-size: 2rem;
	}
}
@media (min-width: 1200px) {
	.inner-banner h5{
		font-size: 3rem;
	}
}
.breadcrumb-wrapper{
	background-color: #fffaf4;
}
.breadcrumb-wrapper .breadcrumb-item.active a{
	color: #666666;
}
.breadcrumb-wrapper .breadcrumb-item a{
	color: #6cb761;
}


@media (min-width: 768px) {
	.about-image-wrapper{
		width: 55%;
	}
	.about-text-wrapper{
		width: 45%;
	}
}
.inner-banner .position-absolute{
	bottom: 30%;
}
@media (min-width: 768px) {
	.inner-banner .position-absolute{
		bottom: 20%;
	}
}
@media (min-width: 1200px) {
	.inner-banner .position-absolute{
		bottom: 25%;
	}
}
.contact-address{
	width: 100%;
	background-image: url("../images/Palm-contact_04.png");
	background-size: cover;
	background-position: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;
	padding-bottom: 30px;
}
.contact-form{
	width: 100%;
}
@media (min-width: 1200px) {
	.contact-address{
		width: 46%;
		padding-left: 50px;
		padding-right: 50px;
		padding-top: 70px;
		padding-bottom: 80px;
	}
	.contact-form {
		width: 54%;
	}
}
.contact-info{
	box-shadow: 0px 0px 5px rgba(222,222,222,.5);
	background-color: #fff;
}
.contact-title{
	margin-bottom: 35px;
	color: #70b864;
	font-size: 26px;
	font-weight: bold;
}

@media (min-width: 1200px) {
	.contact-title{
		margin-bottom: 55px;
		font-size: 36px;
	}
}
.contact-info-title{
	margin-bottom: 10px;
	font-size: 18px;
}
.contact-info-text{
	color: #555;
	margin-bottom: 30px;
}

.contact-form{
	padding-top: 25px;
	padding-left: 1rem;
	padding-right: 1rem;
}
@media (min-width: 768px) {
	.contact-info-title{
		margin-bottom: 20px;
	}
	.contact-form{
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media (min-width: 1200px) {

	.contact-form {
		padding-left: 45px;
		padding-right: 45px;
	}
}
@media (min-width: 1400px) {
	#captcha-1 iframe{
		scale: 1;
	}
}
.contact-form label{
	font-size: 14px;
	color: #999999;
}
.contact-form .form-control{
	height: calc(3rem + 2px);
	border-color: #dddddd;
}
.contact-form .form-control.is-invalid,
.contact-form.was-validated .form-control:invalid{
	border-color: #dc3545;
}
.form-control:focus{
	background-color: #fff;
	border-color: #70B864;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(112,184,100,.25);
}
.btn-primary{
	--bs-btn-bg: #70B864;
	--bs-btn-border-color: #5f9b56;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #5F9B56;
	--bs-btn-hover-border-color: #5F9B56;
	--bs-btn-focus-shadow-rgb: 49,132,253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #5F9B56;
	--bs-btn-active-border-color: #4F9B56FF;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(112,184,100,.25);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #70B864;
	--bs-btn-disabled-border-color: #70B864;
}
.btn{
	--bs-btn-padding-x: 1rem;
	--bs-btn-padding-y: 0.575rem;
	--bs-btn-border-radius: 0rem;
}

.success-items {
	max-width: 800px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
.success-items h1{
	font-size:1.725rem;
}
.success-items .icon-wrapper {
	font-size: 4rem;
	text-align: center;
	color:#4cb64c;
}
.filter-content li:not(:last-child){
	margin-right: 30px;
}
@media (min-width: 768px) {
	.filter-content li:not(:last-child){
		margin-right: 60px;
	}
}
.filter-content a.active{
	color: #6fb865;
}
.product-content{
	box-shadow: 0px 0px 5px rgba(222,222,222,.5);;
}
.product-content:hover .product-img-overlay:before,
.product-content:hover .product-text{
	/*display: block;*/
	transform: translateY(0%);
}
.product-img-overlay:before{
	content: ' ';
	height: 100%;
	width: 100%;
	/*background-color: rgba(255, 248, 239, 0.8);*/
	background-color: rgb(255, 243, 224,.8);
	/*display: none;*/
	position: absolute;
	top: 0;
	left: 0;
}
.product-text,
.product-img-overlay:before{
	transform: translateY(100%);
	transition: all .5s;
}
.product-text h4{
	font-size: 22px;
	z-index: 9;
}
@media (min-width: 768px) {
	.product-text h4{
		font-size: 24px;
	}
}
@media (min-width: 1200px) {
	.product-text h4{
		font-size: 36px;
	}
}
.product-text > a{
	color: #6fb865;
	font-size: 14px;
}
#product-info .inner-img{
	border: 1px solid #dddddd;
}
.product-description h2{
	font-size: 28px;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	.product-description h2{
		font-size: 32px;
		padding-bottom: 40px;
		margin-bottom: 35px;
	}
}
@media (min-width: 1200px) {
	.product-description h2 {
		font-size: 48px;
	}
}
#product-info .btn{
	width: 150px;
}
.pagination{
	margin-bottom: 0px;
	--bs-pagination-padding-x: 0.75rem;
	--bs-pagination-padding-y: 0.375rem;
	--bs-pagination-font-size: 1rem;
	--bs-pagination-color: #666666;
	--bs-pagination-bg: #fff;
	--bs-pagination-border-width: 0px;
	--bs-pagination-border-color: #dee2e6;
	--bs-pagination-border-radius: 0;
	--bs-pagination-hover-color: #fff;
	--bs-pagination-hover-bg: #e9ecef;
	--bs-pagination-hover-border-color: #dee2e6;
	--bs-pagination-focus-color: #fff;
	--bs-pagination-focus-bg: #e9ecef;
	--bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(102, 168, 93, 0.8);
	--bs-pagination-active-color: #fff;
	--bs-pagination-active-bg: #0d6efd;
	--bs-pagination-active-border-color: #0d6efd;
	--bs-pagination-disabled-color: #6c757d;
	--bs-pagination-disabled-bg: #fff;
	--bs-pagination-disabled-border-color: #dee2e6;
}
.pagination .active .page-link:not(:last-child){
	margin-right: 10px;
}
.pagination .active .page-link{
	background-color: #6fb865;
}
.pagination .page-link{
	width: 46px;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagination .page-item:not(:last-child) .page-link{
	margin-right: 10px;
}
.btn:focus{
	color: #fff;
}
.loading i {
	-webkit-animation: fa-spin 2s linear infinite;
	animation: fa-spin 2s linear infinite;
}

.loading i:before {
	content: "\f1ce";
}
.loading span{
	display: none;
}