/**
 * --------------------------------------------------------------
 * ***************************************************************
 * **************************** VARS *****************************
 * ***************************************************************
 * --------------------------------------------------------------
 *
 * @format
 */

@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&display=swap");
:root {
	--color-default: #eb5d1e;
	--color-primary: #212529;
	--color-secondary: #ef7f4d;
	--font-primary: "Roboto Mono", monospace;
	--font-secondary: "Roboto", sans-serif;
	--mask: radial-gradient(49px at 51% calc(100% - 66px), #000 99%, #0000 101%)
			calc(50% - 48px) 0/96px 100%,
		radial-gradient(48.37px at 50% calc(100% + 42px), #0000 99%, #000 101%) 50%
			calc(100% - 24px) / 96px 100% repeat-x;
}

/*--------------------------------------------------------------
****************************************************************
*************************** GENERAL ****************************
****************************************************************
--------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-family: var(--font-primary);
	color: var(--color-primary);
}

a {
	color: var(--color-default);
	text-decoration: none;
}

a:hover {
	color: var(--color-secondary);
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-primary);
}

/*--------------------------------------------------------------
****************************************************************
************************* MAIN PAGEs ***************************
****************************************************************
--------------------------------------------------------------*/

/*--------------------------------------------------------------
************************* MAIN PAGE ****************************
--------------------------------------------------------------*/

#index {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100vh;
	overflow-x: hidden;
}

#index .navbar {
	width: 100%;
	height: 10%;
}

#index .navbar .btn {
	border: none;
}

#index .navbar .btn i {
	font-size: 30px;
	color: #fff;
}

#index .navbar .logo h1 {
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

#index .socialMedia i {
	font-size: 25px;
	color: #fff;
}

#index .split {
	position: absolute;
	width: 50%;
	height: 100%;
	transition: 1s all cubic-bezier(0.87, 0.76, 0.33, 0.98);
	overflow: hidden;
}

#index .split.left,
#index .split.right {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#index .split.left {
	left: 0;
}

#index .split.right {
	right: 0;
}

#index .hover-left .split.left {
	width: 60%;
}

#index .hover-left .split.right {
	width: 40%;
}

#index .hover-right .split.right {
	width: 60%;
}

#index .hover-right .split.left {
	width: 40%;
}

#index .hover-down .split.left {
	height: 80%;
}

#index .hover-down .split.right {
	height: 20%;
}

#index .hover-up .split.right {
	height: 80%;
}

#index .hover-up .split.left {
	height: 20%;
}

#index .split .text {
	width: 550px;
}

#index .split .text .title {
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 10px;
	color: #fff;
}

#index .split .desc {
	color: white;
	font-family: var(--font-secondary);
	font-size: 14px;
}

#index .split .text .btn {
	font-size: 16px;
	color: #fff;
	background: transparent;
	border: #fff solid 2px;
	padding: 15px 50px;
	text-align: center;
	font-weight: 700;
	letter-spacing: 1px;
	cursor: pointer;
	outline: none;
	border-radius: 100px;
}

#index .navbarMenu {
	overflow: hidden;
	text-transform: uppercase;
	background-image: radial-gradient(
			circle at 29% 55%,
			hsla(329, 0%, 99%, 0.05) 0%,
			hsla(329, 0%, 99%, 0.05) 4%,
			transparent 4%,
			transparent 44%,
			transparent 44%,
			transparent 100%
		),
		radial-gradient(
			circle at 85% 89%,
			hsla(329, 0%, 99%, 0.05) 0%,
			hsla(329, 0%, 99%, 0.05) 51%,
			transparent 51%,
			transparent 52%,
			transparent 52%,
			transparent 100%
		),
		radial-gradient(
			circle at 6% 90%,
			hsla(329, 0%, 99%, 0.05) 0%,
			hsla(329, 0%, 99%, 0.05) 53%,
			transparent 53%,
			transparent 64%,
			transparent 64%,
			transparent 100%
		),
		radial-gradient(
			circle at 35% 75%,
			hsla(329, 0%, 99%, 0.05) 0%,
			hsla(329, 0%, 99%, 0.05) 6%,
			transparent 6%,
			transparent 98%,
			transparent 98%,
			transparent 100%
		),
		radial-gradient(
			circle at 56% 75%,
			hsla(329, 0%, 99%, 0.05) 0%,
			hsla(329, 0%, 99%, 0.05) 16%,
			transparent 16%,
			transparent 23%,
			transparent 23%,
			transparent 100%
		),
		radial-gradient(
			circle at 42% 0%,
			hsla(329, 0%, 99%, 0.05) 0%,
			hsla(329, 0%, 99%, 0.05) 3%,
			transparent 3%,
			transparent 26%,
			transparent 26%,
			transparent 100%
		),
		radial-gradient(
			circle at 29% 28%,
			hsla(329, 0%, 99%, 0.05) 0%,
			hsla(329, 0%, 99%, 0.05) 51%,
			transparent 51%,
			transparent 75%,
			transparent 75%,
			transparent 100%
		),
		radial-gradient(
			circle at 77% 21%,
			hsla(329, 0%, 99%, 0.05) 0%,
			hsla(329, 0%, 99%, 0.05) 35%,
			transparent 35%,
			transparent 55%,
			transparent 55%,
			transparent 100%
		),
		radial-gradient(
			circle at 65% 91%,
			hsla(329, 0%, 99%, 0.05) 0%,
			hsla(329, 0%, 99%, 0.05) 46%,
			transparent 46%,
			transparent 76%,
			transparent 76%,
			transparent 100%
		),
		linear-gradient(45deg, rgb(254, 185, 152), rgb(235, 93, 30));
}

#index .navbarMenu .btn,
#index .navbarMenu .btn i {
	color: #fff;
	border: none;
	font-size: 40px;
	font-family: var(--font-primary);
	text-transform: uppercase;
}

#index .navbarMenu h2 {
	color: #fff;
	font-size: 30px;
}

#index .navbarMenu h3,
#index .navbarMenu h3 a {
	color: #fff;
	font-size: 25px;
}

#index .navbarMenu li,
#index .navbarMenu li a {
	list-style: none;
	color: #fff;
	font-size: 18px;
}

#index .navbarMenu a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	#index .navbar .btn i {
		font-size: 25px;
	}
	#index .socialMedia i {
		font-size: 20px;
	}
	#index .split {
		position: absolute;
		width: 100%;
		height: 50%;
	}
	#index .split.left {
		top: 0;
	}
	#index .split.right {
		bottom: 0;
	}
	#index .split .text .title {
		font-size: 30px;
		font-weight: 400;
		letter-spacing: 5px;
	}
	#index .split .text {
		width: 90%;
		margin: 0 2px 15px 10px !important;
	}
	#index .split .text .btn {
		padding: 5px 20px;
	}
	#index .split .desc {
		font-size: 12px;
	}
	#index .navbarMenu div {
		margin: 20px 0 5px 5px !important;
	}
	#index .navbarMenu .btn,
	#index .navbarMenu .btn i {
		font-size: 30px;
	}
	#index .navbarMenu h2 {
		font-size: 20px;
	}
	#index .navbarMenu h3,
	#index .navbarMenu h3 a {
		font-size: 16px;
	}
	#index .navbarMenu li,
	#index .navbarMenu li a {
		font-size: 14px;
	}
}

/*--------------------------------------------------------------
********************* Back to top button ***********************
--------------------------------------------------------------*/

.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	background: var(--color-default);
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
}

.back-to-top i {
	font-size: 28px;
	color: #fff;
	line-height: 0;
}

.back-to-top:hover {
	background: var(--color-secondary);
	color: #f5f5f5;
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
}

/*--------------------------------------------------------------
*************************** search *****************************
--------------------------------------------------------------*/

#search {
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 1000;
	background-image: radial-gradient(
			circle at 29% 55%,
			hsla(329, 0%, 99%, 0.05) 0%,
			hsla(329, 0%, 99%, 0.05) 4%,
			transparent 4%,
			transparent 44%,
			transparent 44%,
			transparent 100%
		),
		radial-gradient(
			circle at 85% 89%,
			hsla(329, 0%, 99%, 0.05) 0%,
			hsla(329, 0%, 99%, 0.05) 51%,
			transparent 51%,
			transparent 52%,
			transparent 52%,
			transparent 100%
		),
		radial-gradient(
			circle at 6% 90%,
			hsla(329, 0%, 99%, 0.05) 0%,
			hsla(329, 0%, 99%, 0.05) 53%,
			transparent 53%,
			transparent 64%,
			transparent 64%,
			transparent 100%
		),
		radial-gradient(
			circle at 35% 75%,
			hsla(329, 0%, 99%, 0.05) 0%,
			hsla(329, 0%, 99%, 0.05) 6%,
			transparent 6%,
			transparent 98%,
			transparent 98%,
			transparent 100%
		),
		radial-gradient(
			circle at 56% 75%,
			hsla(329, 0%, 99%, 0.05) 0%,
			hsla(329, 0%, 99%, 0.05) 16%,
			transparent 16%,
			transparent 23%,
			transparent 23%,
			transparent 100%
		),
		radial-gradient(
			circle at 42% 0%,
			hsla(329, 0%, 99%, 0.05) 0%,
			hsla(329, 0%, 99%, 0.05) 3%,
			transparent 3%,
			transparent 26%,
			transparent 26%,
			transparent 100%
		),
		radial-gradient(
			circle at 29% 28%,
			hsla(329, 0%, 99%, 0.05) 0%,
			hsla(329, 0%, 99%, 0.05) 51%,
			transparent 51%,
			transparent 75%,
			transparent 75%,
			transparent 100%
		),
		radial-gradient(
			circle at 77% 21%,
			hsla(329, 0%, 99%, 0.05) 0%,
			hsla(329, 0%, 99%, 0.05) 35%,
			transparent 35%,
			transparent 55%,
			transparent 55%,
			transparent 100%
		),
		radial-gradient(
			circle at 65% 91%,
			hsla(329, 0%, 99%, 0.05) 0%,
			hsla(329, 0%, 99%, 0.05) 46%,
			transparent 46%,
			transparent 76%,
			transparent 76%,
			transparent 100%
		),
		linear-gradient(45deg, rgb(254, 185, 152), rgb(235, 93, 30));
}

#search .group {
	width: 80%;
	line-height: 28px;
	align-items: center;
	position: relative;
}

#search .group .input {
	width: 100%;
	height: 60px;
	line-height: 28px;
	padding: 0 1rem;
	padding-left: 2.5rem;
	border: 2px solid transparent;
	border-radius: 8px;
	outline: none;
	background-color: #f3f3f4;
	color: #0d0c22;
	transition: 0.3s ease;
}

#search .group .input::placeholder {
	color: #9e9ea7;
}

#search .group .input:focus,
#search .group input:hover {
	outline: none;
	border-color: var(--color-default);
	background-color: #fff;
	box-shadow: 0 0 0 4px rgb(234 76 137 / 10%);
}

#search .group .icon {
	position: absolute;
	left: 0.38rem;
	fill: #9e9ea7;
	width: 3rem;
	height: 2rem;
}

#search .group ul {
	position: relative;
	top: -10px;
	width: 100%;
	height: 60%;
	overflow: hidden;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	border-bottom: 2px solid transparent;
	background-color: #fff;
	border-radius: 0px 0px 8px 8px;
	border-color: var(--color-default);
	list-style: none;
}

#search .group ul li {
	cursor: pointer;
	padding: 5px 2px 12px 30px;
	font-size: 15px;
	font-family: var(--font-secondary);
	letter-spacing: 4px;
}

#search .btn {
	width: 2em;
	height: 2em;
	border: none;
	border-radius: 5px;
	transition: background 0.5s;
}

#search .btn .X {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2em;
	height: 1.5px;
	background-color: rgb(255, 255, 255);
	transform: translateX(-50%) rotate(45deg);
}

#search .btn .Y {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2em;
	height: 1.5px;
	background-color: #fff;
	transform: translateX(-50%) rotate(-45deg);
}

#search .btn:hover {
	background-color: var(--color-default);
}

#search .btn:active {
	background-color: var(--color-default);
}

/*--------------------------------------------------------------
***************** Disable AOS delay on mobile ******************
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
	[data-aos-delay] {
		transition-delay: 0 !important;
	}
}

/*--------------------------------------------------------------
*************************** Top Bar ****************************
--------------------------------------------------------------*/

#topbar {
	background: #f5f5f5;
	padding: 10px 0;
	font-size: 14px;
}

#topbar .contact-info i {
	font-style: normal;
	color: var(--color-default);
}

#topbar .contact-info i a {
	padding-left: 5px;
	color: var(--color-primary);
	line-height: 0;
	transition: 0.3s;
}

#topbar .social-links a {
	color: var(--color-primary);
	line-height: 0;
	transition: 0.3s;
	margin-left: 15px;
}

#topbar .contact-info i a:hover {
	color: var(--color-default);
}

#topbar .social-links a i:hover {
	color: var(--color-default);
}

@media screen and (max-width: 375px) {
	#topbar .contact-info i a {
		font-size: 12px;
	}
}

/*--------------------------------------------------------------
*************************** Header ****************************
--------------------------------------------------------------*/

#header {
	height: 60px;
	transition: all 0.5s;
	background: #fff;
}

#header.fixed-top {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
********************** Navigation Menu *************************
--------------------------------------------------------------*/

.navbar {
	padding: 0;
}

.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}

.navbar li {
	position: relative;
}

.navbar a,
.navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 10px 20px;
	font-size: 14px;
	color: #65534c;
	white-space: nowrap;
	text-transform: uppercase;
	transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
	color: var(--color-default);
}

.navbar .dropdown ul {
	display: block;
	position: absolute;
	left: 14px;
	top: calc(100% + 30px);
	margin: 0;
	padding: 10px 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
}

.navbar .dropdown ul li {
	min-width: 200px;
}

.navbar .dropdown ul a {
	padding: 10px 20px;
	font-size: 13px;
	text-transform: none;
	font-weight: 500;
	color: var(--color-primary);
}

.navbar .dropdown ul a i {
	font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
	color: var(--color-default);
}

.navbar .dropdown:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
}

.icons .dropdown ul {
	min-width: auto;
	color: var(--color-primary);
	margin-right: 5px;
}

.icons .btn i:hover {
	color: var(--color-default);
}

.icons .dropdown ul li img {
	width: 20%;
	margin-right: 5px;
}

.navbar .dropdown img {
	width: 20px;
}

.scrolled-offset {
	margin-top: 70px;
}

#header .logo {
	display: flex;
	align-items: center;
	justify-content: center;
}

#header .logo h1 {
	margin: 0;
	text-transform: uppercase;
	font-size: 35px;
	font-weight: 700;
}

@keyframes summerbird-ummerbird {
	0% {
		stroke-dashoffset: 2400;
	}
	50% {
		stroke-dashoffset: 1200;
		stroke-width: 5;
		fill: var(--color-secondary);
	}
	100% {
		stroke-dashoffset: 0;
		stroke-width: 5;
		fill: var(--color-default);
	}
}

@media (max-width: 991px) {
	.icons .dropdown ul li img {
		width: 100%;
	}
}

@media (max-width: 1366px) {
	.navbar .dropdown .dropdown ul {
		left: -90%;
	}
	.navbar .dropdown .dropdown:hover > ul {
		left: -100%;
	}
}

/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
	color: #2b2320;
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
	color: #fff;
}

@media (max-width: 991px) {
	.mobile-nav-toggle {
		display: block;
	}
	.navbar ul {
		display: none;
	}
}

.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(14, 11, 10, 0.9);
	transition: 0.3s;
	z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
}

.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	background-color: #fff;
	overflow-y: auto;
	transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus,
.navbar-mobile button,
.navbar-mobile button:focus {
	padding: 10px 20px;
	font-size: 15px;
	color: #65534c;
}

.navbar-mobile button i,
.navbar-mobile button i:focus {
	padding-right: 10px;
	font-size: 15px;
	color: #65534c;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
	color: var(--color-default);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
	margin: 15px;
}

.navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
	min-width: 200px;
}

.navbar-mobile .dropdown ul a {
	padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
	font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
	color: var(--color-default);
}

.navbar-mobile .dropdown > .dropdown-active {
	display: block;
}

/*--------------------------------------------------------------
****************** Irrigation Systems Hero *********************
--------------------------------------------------------------*/

#irrigationSystemsHero {
	width: 100%;
	height: 90vh;
	overflow: hidden;
	position: relative;
}

#irrigationSystemsHero .list .item {
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0 0 0 0;
}

#irrigationSystemsHero .list .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#irrigationSystemsHero .list .item .content {
	position: absolute;
	top: 8%;
	width: 1140px;
	max-width: 80%;
	left: 46%;
	transform: translateX(-50%);
	padding-right: 30%;
	box-sizing: border-box;
	color: #fff;
	text-shadow: 0 5px 10px #0004;
}

#irrigationSystemsHero .list .item .author {
	font-weight: 700;
	font-family: var(--font-primary);
	font-size: 20px;
	letter-spacing: 10px;
	text-transform: uppercase;
}

#irrigationSystemsHero .list .item .title {
	font-weight: bold;
	font-size: 60px;
	line-height: 80px;
	color: white;
	font-family: var(--font-primary);
}

#irrigationSystemsHero .list .item .topic {
	font-size: 40px;
	line-height: 60px;
	color: var(--color-default);
	font-family: var(--font-secondary);
}

#irrigationSystemsHero .list .item .buttons {
	display: grid;
	grid-template-columns: repeat(2, 130px);
	grid-template-rows: 40px;
	gap: 5px;
	margin-top: 20px;
}

#irrigationSystemsHero .list .item .buttons a {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	border: 0;
	vertical-align: middle;
	text-decoration: none;
	background: transparent;
	padding: 0;
	font-size: inherit;
	font-family: inherit;
}

#irrigationSystemsHero a.learn-more {
	width: 180px;
	height: auto;
}

a.learn-more .circle {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: relative;
	display: block;
	margin: 0;
	width: 45px;
	height: 45px;
	background: var(--color-secondary);
	border-radius: 3px;
}

a.learn-more .circle .icon {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
}

a.learn-more .circle .icon.arrow {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	left: 0.625rem;
	width: 1.125rem;
	height: 0.125rem;
	background: none;
}

a.learn-more .circle .icon.arrow::before {
	position: absolute;
	content: "";
	top: -0.29rem;
	right: 0.0625rem;
	width: 0.625rem;
	height: 0.625rem;
	border-top: 0.125rem solid #fff;
	border-right: 0.125rem solid #fff;
	transform: rotate(45deg);
}

a.learn-more .button-text {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.75rem 0;
	margin: 0 0 0 1.85rem;
	color: var(--color-secondary);
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

a:hover .circle {
	width: 100%;
}

a:hover .circle .icon.arrow {
	background: #fff;
	transform: translate(1rem, 0);
}

a:hover .button-text {
	color: #fff;
}

/* thumbail */

#irrigationSystemsHero .thumbnail {
	position: absolute;
	bottom: 50px;
	left: 50%;
	width: max-content;
	display: flex;
	gap: 20px;
}

#irrigationSystemsHero .thumbnail .item {
	background-color: white;
	border-radius: 1rem;
	width: 150px;
	height: 150px;
	flex-shrink: 0;
	position: relative;
}

#irrigationSystemsHero .thumbnail .item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 20px;
}

/* arrows */

#irrigationSystemsHero .arrows {
	position: absolute;
	top: 80%;
	right: 52%;
	width: 300px;
	max-width: 30%;
	display: flex;
	gap: 10px;
	align-items: center;
}

#irrigationSystemsHero .arrows button {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #eee4;
	border: none;
	color: #fff;
	font-family: monospace;
	font-weight: bold;
	transition: 0.5s;
}

#irrigationSystemsHero .arrows button:hover {
	background-color: #fff;
	color: #000;
}

/* animation */

#irrigationSystemsHero .list .item:nth-child(1) {
	z-index: 1;
}

/* animation text in first item */

#irrigationSystemsHero .list .item:nth-child(1) .content .author,
#irrigationSystemsHero .list .item:nth-child(1) .content .title,
#irrigationSystemsHero .list .item:nth-child(1) .content .topic,
#irrigationSystemsHero .list .item:nth-child(1) .content .buttons {
	transform: translateY(50px);
	filter: blur(20px);
	opacity: 0;
	animation: showContent 0.5s 1s linear 1 forwards;
}

@keyframes showContent {
	to {
		transform: translateY(0px);
		filter: blur(0px);
		opacity: 1;
	}
}

#irrigationSystemsHero .list .item:nth-child(1) .content .title {
	animation-delay: 1.2s !important;
}

#irrigationSystemsHero .list .item:nth-child(1) .content .topic {
	animation-delay: 1.4s !important;
}

#irrigationSystemsHero .list .item:nth-child(1) .content .buttons {
	animation-delay: 1.8s !important;
}

/* create animation when next click */

#irrigationSystemsHero.next .list .item:nth-child(1) img {
	width: 150px;
	height: 220px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	border-radius: 30px;
	animation: showImage 0.5s linear 1 forwards;
}

@keyframes showImage {
	to {
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 0;
	}
}

#irrigationSystemsHero.next .thumbnail .item:nth-last-child(1) {
	overflow: hidden;
	animation: showThumbnail 0.5s linear 1 forwards;
}

#irrigationSystemsHero.prev .list .item img {
	z-index: 100;
}

@keyframes showThumbnail {
	from {
		width: 0;
		opacity: 0;
	}
}

#irrigationSystemsHero.next .thumbnail {
	animation: effectNext 0.5s linear 1 forwards;
}

@keyframes effectNext {
	from {
		transform: translateX(150px);
	}
}

/* running time */

#irrigationSystemsHero .time {
	position: absolute;
	z-index: 500;
	width: 0%;
	height: 3px;
	background-color: var(--color-default);
	left: 0;
	top: 0;
}

#irrigationSystemsHero.next .time,
#irrigationSystemsHero.prev .time {
	animation: runningTime 3s linear 1 forwards;
}

@keyframes runningTime {
	from {
		width: 100%;
	}
	to {
		width: 0;
	}
}

/* prev click */

#irrigationSystemsHero.prev .list .item:nth-child(2) {
	z-index: 2;
}

#irrigationSystemsHero.prev .list .item:nth-child(2) img {
	animation: outFrame 0.5s linear 1 forwards;
	position: absolute;
	bottom: 0;
	left: 0;
}

@keyframes outFrame {
	to {
		width: 150px;
		height: 220px;
		bottom: 50px;
		left: 50%;
		border-radius: 20px;
	}
}

#irrigationSystemsHero.prev .thumbnail .item:nth-child(1) {
	overflow: hidden;
	opacity: 0;
	animation: showThumbnail 0.5s linear 1 forwards;
}

#irrigationSystemsHero.next .arrows button,
#irrigationSystemsHero.prev .arrows button {
	pointer-events: none;
}

#irrigationSystemsHero.prev .list .item:nth-child(2) .content .author,
#irrigationSystemsHero.prev .list .item:nth-child(2) .content .title,
#irrigationSystemsHero.prev .list .item:nth-child(2) .content .topic,
#irrigationSystemsHero.prev .list .item:nth-child(2) .content .buttons {
	animation: contentOut 1.5s linear 1 forwards !important;
}

@keyframes contentOut {
	to {
		transform: translateY(-150px);
		filter: blur(20px);
		opacity: 0;
	}
}

@media (min-width: 1024px) {
	#irrigationSystemsHero .carousel-content {
		width: 60%;
	}
	#irrigationSystemsHero .carousel-control-prev,
	#irrigationSystemsHero .carousel-control-next {
		width: 5%;
	}
}

@media (max-width: 992px) {
	#irrigationSystemsHero .carousel-content h2 {
		margin-bottom: 15px;
		font-size: 22px;
	}
	#irrigationSystemsHero .carousel-content p {
		font-size: 15px;
	}
	#irrigationSystemsHero .thumbnail .item {
		width: 140px !important;
		height: 180px !important;
	}
}

@media screen and (max-width: 678px) {
	#irrigationSystemsHero .list .item .content {
		padding-right: 0;
	}
	#irrigationSystemsHero .list .item .content .title {
		line-height: normal;
		font-size: 30px;
	}
	#irrigationSystemsHero .list .item .topic {
		line-height: normal;
		font-size: 25px;
	}
}

/*--------------------------------------------------------------
*********************** Transport Hero *************************
--------------------------------------------------------------*/

#transportHero {
	width: 100%;
	height: 80vh;
	overflow: hidden;
	position: relative;
	padding: 0;
}

#transportHero .carousel,
#transportHero .carousel-inner,
#transportHero .carousel-item,
#transportHero .carousel-item::before {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

#transportHero .carousel-container {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	position: absolute;
	bottom: 60px;
	top: 110px;
	left: 50px;
	right: 50px;
}

#transportHero .carousel-content {
	background: rgba(28, 23, 21, 0.7);
	padding: 20px;
	color: #fff;
	animation-duration: 0.5s;
	border-top: 5px solid var(--color-default);
}

#transportHero .carousel-content h2 {
	color: #fff;
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
}

#transportHero .carousel-content p {
	color: #fff;
	font-family: var(--font-secondary);
	font-size: 16px;
}

#transportHero .btn-get-started {
	font-family: "Muli", sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 32px;
	border-radius: 4px;
	transition: 0.5s;
	line-height: 1;
	margin: 10px;
	color: #fff;
	animation-delay: 0.8s;
	border: 2px solid var(--color-default);
}

#transportHero .btn-get-started:hover {
	background: var(--color-secondary);
	color: #fff;
	text-decoration: none;
}

#transportHero .carousel-inner .carousel-item {
	transition-property: opacity;
}

#transportHero .carousel-inner .carousel-item,
#transportHero .carousel-inner .active.carousel-item-start,
#transportHero .carousel-inner .active.carousel-item-end {
	opacity: 0;
}

#transportHero .carousel-inner .active,
#transportHero .carousel-inner .carousel-item-next.carousel-item-start,
#transportHero .carousel-inner .carousel-item-prev.carousel-item-end {
	opacity: 1;
	transition: 0.5s;
}

#transportHero .carousel-inner .carousel-item-next,
#transportHero .carousel-inner .carousel-item-prev,
#transportHero .carousel-inner .active.carousel-item-start,
#transportHero .carousel-inner .active.carousel-item-end {
	left: 0;
	transform: translate3d(0, 0, 0);
}

#transportHero .carousel-control-prev,
#transportHero .carousel-control-next {
	width: 10%;
}

#transportHero .carousel-control-next-icon,
#transportHero .carousel-control-prev-icon {
	background: none;
	font-size: 48px;
	line-height: 1;
	width: auto;
	height: auto;
}

#transportHero .carousel-indicators li {
	cursor: pointer;
	list-style-type: none;
}

#transportServices .flip-card {
	height: 500px;
	background-color: transparent;
	perspective: 1000px;
}

#transportServices .flip-card .flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}

#transportServices .flip-card .flip-card-inner .flip-card-front h3 {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
}

#transportServices .flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

#transportServices .flip-card-front,
#transportServices .flip-card-back {
	box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.2);
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 10px;
}

#transportServices .flip-card-front {
	background: linear-gradient(120deg, #f5f5f5 93%, rgba(235, 93, 30, 0.6) 6%);
	color: var(--color-default);
}

#transportServices .flip-card-back {
	background: linear-gradient(
		120deg,
		rgb(235, 93, 30) 30%,
		rgb(255, 174, 145) 88%,
		bisque 40%,
		rgb(239, 127, 77) 78%
	);
	color: white;
	transform: rotateY(180deg);
}

#transportServices .flip-card-back p {
	color: #fff;
	font-size: 12px;
}

@media (min-width: 1024px) {
	#transportHero .carousel-content {
		width: 60%;
	}

	#transportHero .carousel-control-prev,
	#transportHero .carousel-control-next {
		width: 5%;
	}
}

@media (max-width: 992px) {
	#transportHero {
		height: calc(100vh - 70px);
	}

	#transportHero .carousel-content h2 {
		margin-bottom: 15px;
		font-size: 22px;
	}

	#transportHero .carousel-content p {
		font-size: 15px;
	}
}

@media (max-height: 500px) {
	#transportHero {
		height: 120vh;
	}
}

/*--------------------------------------------------------------
********************** Sections General ************************
--------------------------------------------------------------*/

section {
	padding: 60px 0;
	overflow: hidden;
}

.section-bg {
	background-color: #fff9f6;
}

.section-title {
	padding-bottom: 35px;
	text-align: center;
	font-weight: 500;
}

.section-title h2 {
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 20px;
	padding-bottom: 0;
	color: #65534c;
	text-transform: uppercase;
}

.section-title h2 strong {
	font-weight: 700;
}

.section-title p {
	margin-bottom: 0;
	font-size: 15px;
}

/*--------------------------------------------------------------
************************** About Us ****************************
--------------------------------------------------------------*/

#about .swiper-slide {
	border-radius: 10px;
}

#about .swiper-slide .swiper-slide-shadow {
	background: transparent !important;
}

#about h3 {
	font-family: var(--font-logo);
	font-weight: 400;
	font-size: 22px;
}

#about ul {
	list-style: none;
	padding: 0;
}

#about ul li {
	padding-bottom: 10px;
}

#about ul i {
	font-size: 22px;
	padding-right: 4px;
	color: #70b9b0;
	line-height: 0;
}

#about p:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
********************** Category Cards **************************
--------------------------------------------------------------*/

#cards .swiper-slide {
	max-height: 300px;
	height: 300px;
	position: relative;
	background-image: radial-gradient(
			circle at 29% 55%,
			hsla(329, 0%, 99%, 0.05) 0%,
			hsla(329, 0%, 99%, 0.05) 4%,
			transparent 4%,
			transparent 44%,
			transparent 44%,
			transparent 100%
		),
		radial-gradient(
			circle at 85% 89%,
			hsla(329, 0%, 99%, 0.05) 0%,
			hsla(329, 0%, 99%, 0.05) 51%,
			transparent 51%,
			transparent 52%,
			transparent 52%,
			transparent 100%
		),
		radial-gradient(
			circle at 6% 90%,
			hsla(329, 0%, 99%, 0.05) 0%,
			hsla(329, 0%, 99%, 0.05) 53%,
			transparent 53%,
			transparent 64%,
			transparent 64%,
			transparent 100%
		),
		radial-gradient(
			circle at 35% 75%,
			hsla(329, 0%, 99%, 0.05) 0%,
			hsla(329, 0%, 99%, 0.05) 6%,
			transparent 6%,
			transparent 98%,
			transparent 98%,
			transparent 100%
		),
		radial-gradient(
			circle at 56% 75%,
			hsla(329, 0%, 99%, 0.05) 0%,
			hsla(329, 0%, 99%, 0.05) 16%,
			transparent 16%,
			transparent 23%,
			transparent 23%,
			transparent 100%
		),
		radial-gradient(
			circle at 42% 0%,
			hsla(329, 0%, 99%, 0.05) 0%,
			hsla(329, 0%, 99%, 0.05) 3%,
			transparent 3%,
			transparent 26%,
			transparent 26%,
			transparent 100%
		),
		radial-gradient(
			circle at 29% 28%,
			hsla(329, 0%, 99%, 0.05) 0%,
			hsla(329, 0%, 99%, 0.05) 51%,
			transparent 51%,
			transparent 75%,
			transparent 75%,
			transparent 100%
		),
		radial-gradient(
			circle at 77% 21%,
			hsla(329, 0%, 99%, 0.05) 0%,
			hsla(329, 0%, 99%, 0.05) 35%,
			transparent 35%,
			transparent 55%,
			transparent 55%,
			transparent 100%
		),
		radial-gradient(
			circle at 65% 91%,
			hsla(329, 0%, 99%, 0.05) 0%,
			hsla(329, 0%, 99%, 0.05) 46%,
			transparent 46%,
			transparent 76%,
			transparent 76%,
			transparent 100%
		),
		linear-gradient(45deg, rgb(254, 185, 152), rgb(235, 93, 30));
	border-radius: 45px;
	overflow: hidden;
}

#cards .swiper-slide .card__article {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	z-index: 1000;
}

#cards .swiper-slide .card__article img {
	width: 40%;
	transition: 0.3s;
}

#cards .swiper-slide .card__article .title {
	font-size: clamp(18px, 2vw, 25px);
	font-family: var(--font-secondary);
	color: #fff;
	margin: 10px 0;
}

#cards .swiper-slide .card__article span {
	padding: 0;
	opacity: 0;
	transition: 0.3s;
	align-self: self-end;
	color: white;
	font-family: var(--font-secondary);
}

#cards .swiper-slide::before {
	content: "";
	position: absolute;
	top: -50%;
	width: 110%;
	height: 100%;
	background: white;
	transition: 0.2s;
	transform: skewY(360deg);
	mask: var(--mask);
	-webkit-mask: var(--mask);
}

#cards .swiper-slide:hover::before {
	background: white;
	transition: 0.2s;
	transform: skewY(370deg);
	mask: unset;
}

#cards .swiper-slide:hover span {
	opacity: 1;
}

#cards .swiper-slide:hover img {
	width: 50%;
}

/*--------------------------------------------------------------
************************** counts ******************************
--------------------------------------------------------------*/

.counts {
	padding: 0 0 30px 0;
	background-color: #fef8f5;
}

.counts .count-box {
	padding: 30px;
	width: 100%;
}

.counts .count-box i {
	display: block;
	font-size: 44px;
	color: var(--color-default);
	float: left;
}

.counts .count-box span {
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	color: var(--color-primary);
	margin-left: 20px;
}

.counts .count-box p {
	display: block;
	padding: 15px 0 0 0;
	margin: 0;
	font-family: var(--font-secondary);
	font-size: 14px;
	color: #505050;
}

.counts .count-box a {
	font-weight: 600;
	display: block;
	margin-top: 20px;
	color: #505050;
	font-size: 15px;
	font-family: var(--font-primary);
	transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
	color: #777777;
}

/*--------------------------------------------------------------
************************** Why Us ******************************
--------------------------------------------------------------*/

#whyUs .content h3 {
	font-weight: 700;
	font-size: 32px;
	font-family: var(--font-secondary);
	color: var(--color-default);
}

#whyUs .content ul {
	list-style: none;
	padding: 0;
}

#whyUs .content ul li {
	display: flex;
	align-items: flex-start;
	margin-top: 20px;
}

#whyUs .content ul li i {
	flex-shrink: 0;
	font-size: 25px;
	color: var(--color-primary);
	margin-right: 20px;
	line-height: 0;
}

#whyUs .content ul li h4 {
	font-size: 18px;
	font-weight: 700;
	color: var(--color-secondary);
}

#whyUs .content ul li p {
	font-size: 15px;
}

#whyUs p:last-child {
	margin-bottom: 0;
}

#whyUs .play-btn {
	width: 94px;
	height: 94px;
	background: radial-gradient(
		var(--color-default) 50%,
		var(--color-secondary) 52%
	);
	border-radius: 50%;
	display: block;
	position: absolute;
	left: calc(50% - 47px);
	top: calc(50% - 47px);
	overflow: hidden;
}

#whyUs .play-btn:before {
	content: "";
	position: absolute;
	width: 120px;
	height: 120px;
	animation-delay: 0s;
	animation: pulsate-btn 2s;
	animation-direction: forwards;
	animation-iteration-count: infinite;
	animation-timing-function: steps;
	opacity: 1;
	border-radius: 50%;
	border: 5px solid var(--color-default);
	top: -15%;
	left: -15%;
	background: var(--color-default);
}

#whyUs .play-btn:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 100;
	transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#whyUs .play-btn:hover:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border: none;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 200;
	animation: none;
	border-radius: 0;
}

#whyUs .play-btn:hover:after {
	border-left: 15px solid var(--color-default);
	transform: scale(20);
}

@keyframes pulsate-btn {
	0% {
		transform: scale(0.6, 0.6);
		opacity: 1;
	}
	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}

/*--------------------------------------------------------------
************************* services *****************************
--------------------------------------------------------------*/

#services .card {
	border: 0;
	padding: 160px 20px 20px 20px;
	position: relative;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#services .card-body {
	z-index: 10;
	background: rgba(255, 255, 255, 0.9);
	padding: 15px 30px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	transition: ease-in-out 0.4s;
	border-radius: 5px;
}

#services .card-title {
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
	font-size: 22px;
}

#services .card-title a {
	color: #473d3a;
}

#services .card-text {
	color: #4b4949;
}

#services .read-more a {
	color: #656262;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	transition: 0.4s;
}

#services .read-more a:hover {
	text-decoration: underline;
}

#services .card:hover .card-body {
	background: #ff5821;
}

#services .card:hover .read-more a,
#services .card:hover .card-title,
#services .card:hover .card-title a,
#services .card:hover .card-text {
	color: #fff;
}

/*--------------------------------------------------------------
************************* partners *****************************
--------------------------------------------------------------*/

#partners .swiper-slide {
	width: 145px !important;
	height: 60px !important;
}

#partners .partners-wrap {
	border-top: 1px solid #f1eeed;
	border-left: 1px solid #f1eeed;
}

#partners .partner-logo {
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #f1eeed;
	border-bottom: 1px solid #f1eeed;
	overflow: hidden;
	background: #fff;
	height: 100px;
}

#partners .partner-logo img {
	transition: all 0.3s ease-in-out;
	height: 36px;
	filter: grayscale(100%);
}

#partners .partner-logo:hover img {
	filter: none;
	transform: scale(1.1);
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio #portfolio-flters {
	padding: 0;
	margin: 0 auto 35px auto;
	list-style: none;
	text-align: center;
	border-radius: 50px;
	padding: 2px 15px;
}

.portfolio #portfolio-flters li {
	cursor: pointer;
	display: inline-block;
	padding: 10px 20px 12px 20px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	color: #313030;
	margin-bottom: 5px;
	transition: all 0.3s ease-in-out;
	border-radius: 50px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
	color: #ff5821;
	background: #fff1ed;
}

.portfolio #portfolio-flters li:last-child {
	margin-right: 0;
}

.portfolio .portfolio-item {
	margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
	opacity: 0;
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 0;
	z-index: 1;
	transition: all ease-in-out 0.3s;
	background: rgba(255, 255, 255, 0.9);
	padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h3 {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	color: #473d3a;
}

.portfolio .portfolio-item .portfolio-info p {
	color: #7f6d68;
	font-size: 14px;
	margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
	position: absolute;
	right: 40px;
	font-size: 24px;
	top: calc(50% - 18px);
	color: #635551;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
	color: #ff5821;
}

.portfolio .portfolio-item .portfolio-info .details-link {
	right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
	opacity: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 3;
	position: absolute;
	transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
	color: #fff;
	margin: 0 2px;
	font-size: 28px;
	display: inline-block;
	transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
	color: #ffa587;
}

.portfolio .portfolio-item:hover .portfolio-info {
	opacity: 1;
	bottom: 20px;
}

/*--------------------------------------------------------------
****************************************************************
**************************** PAGES *****************************
****************************************************************
--------------------------------------------------------------*/

/*--------------------------------------------------------------
*********************** Pages header ***************************
--------------------------------------------------------------*/

.pagesHead {
	overflow: hidden;
	width: 100%;
	height: 250px;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.pagesHead .breadcrumb-content {
	margin-left: 30px;
}

.pagesHead img {
	width: 10%;
}

.pagesHead svg,
.pagesHead img {
	margin-right: 30px;
}

.pagesHead .breadcrumb-item {
	display: flex;
	align-items: end;
	font-size: 40px;
	font-weight: 400;
}

.pagesHead li.active {
	font-size: 30px;
	color: whitesmoke;
	line-height: 60px;
	font-weight: 200;
	padding: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
	font-size: 45px;
	color: whitesmoke;
	padding: 0;
}

@media (max-width: 500px) {
	.pagesHead {
		height: 200px;
	}
	.pagesHead .breadcrumb-content {
		margin-left: 5px;
	}
	.pagesHead svg,
	.pagesHead img {
		margin-right: 10px;
	}
	.pagesHead .breadcrumb-item {
		font-size: 20px;
		font-weight: 600;
	}
	.pagesHead li.active {
		font-size: 15px;
		font-weight: 400;
		line-height: 30px;
	}
	.breadcrumb-item + .breadcrumb-item::before {
		font-size: 20px;
	}
	.pagesHead img {
		width: 20%;
	}
}

/*--------------------------------------------------------------
*********************** About Us page **************************
--------------------------------------------------------------*/

#aboutUs p {
	font-family: var(--font-secondary);
	font-size: 15px;
}

#aboutUs img {
	border-radius: 10px;
}

/*--------------------------------------------------------------
*********************** Contact page ***************************
--------------------------------------------------------------*/

.contact .info {
	border-top: 3px solid var(--color-secondary);
	border-bottom: 3px solid var(--color-secondary);
	padding: 30px;
	background: #fff;
	width: 100%;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
	font-size: 20px;
	color: var(--color-default);
	float: left;
	width: 44px;
	height: 44px;
	background: #fef8f5;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
}

.contact .info h4 {
	padding: 0 0 0 60px;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #222222;
}

.contact .info p {
	padding: 0 0 10px 60px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #555555;
}

.contact .info .social-links {
	padding-left: 60px;
}

.contact .info .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #333;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
	margin-right: 10px;
}

.contact .info .social-links a:hover {
	background: var(--color-secondary);
	color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
	background: var(--color-secondary);
	color: #fff;
}

.contact .contact-form {
	width: 100%;
	border-top: 3px solid var(--color-secondary);
	border-bottom: 3px solid var(--color-secondary);
	padding: 30px;
	background: #fff;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .contact-form .form-group {
	padding-bottom: 8px;
}

.contact .contact-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600;
}

.contact .contact-form .error-message br + br {
	margin-top: 25px;
}

.contact .contact-form .sent-message {
	display: none;
	color: #fff;
	background: var(--color-default);
	text-align: center;
	padding: 15px;
	font-weight: 600;
}

.contact .contact-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
}

.contact .contact-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid var(--color-secondary);
	border-top-color: #eee;
	animation: animate-loading 1s linear infinite;
}

.contact .contact-form input,
.contact .contact-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	border-radius: 4px;
}

.contact .contact-form input:focus,
.contact .contact-form textarea:focus {
	border-color: var(--color-secondary);
}

.contact .contact-form input {
	height: 44px;
}

.contact .contact-form textarea {
	padding: 10px 12px;
}

.contact .contact-form button[type="submit"] {
	background: var(--color-default);
	border: 0;
	padding: 10px 24px;
	color: #fff;
	transition: 0.4s;
	border-radius: 4px;
}

.contact .contact-form button[type="submit"]:hover {
	background: var(--color-secondary);
}

.contact .iti {
	display: block;
}

@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
************* Frequently Asked Questions page ******************
--------------------------------------------------------------*/

.faq .faq-list {
	padding: 0 100px;
}

.faq .faq-list ul {
	padding: 0;
	list-style: none;
}

.faq .faq-list li + li {
	margin-top: 15px;
}

.faq .faq-list li {
	padding: 20px;
	background: #fef8f5;
	border-radius: 4px;
	position: relative;
}

.faq .faq-list a {
	display: block;
	position: relative;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	padding: 0 30px;
	outline: none;
	cursor: pointer;
}

.faq .faq-list .icon-help {
	font-size: 24px;
	position: absolute;
	right: 0;
	left: 20px;
	color: var(--color-default);
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
	font-size: 24px;
	position: absolute;
	right: 0;
	top: 0;
}

.faq .faq-list p {
	margin-bottom: 0;
	padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
	display: none;
}

.faq .faq-list a.collapsed {
	color: #343a40;
}

.faq .faq-list a.collapsed:hover {
	color: var(--color-secondary);
}

.faq .faq-list a.collapsed .icon-show {
	display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
	display: none;
}

@media (max-width: 1200px) {
	.faq .faq-list {
		padding: 0;
	}
}

/*--------------------------------------------------------------
*********************** Service 1 page *************************
--------------------------------------------------------------*/

#service img {
	border-radius: 10px;
	box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.4);
}

#service p,
#service li {
	font-family: var(--font-secondary);
	font-size: 15px;
}

#service .button {
	background: var(--color-default);
	border: 1px solid var(--color-default);
	border-radius: 6px;
	box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
	box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 800;
	line-height: 16px;
	min-height: 40px;
	outline: 0;
	padding: 12px 14px;
	text-align: center;
	text-rendering: geometricprecision;
	text-transform: none;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	vertical-align: middle;
	letter-spacing: 1px;
}

#service .button:hover,
#service .button:active {
	background-color: initial;
	background-position: 0 0;
	color: var(--color-default);
}

#service .button:active {
	opacity: 0.5;
}

/*--------------------------------------------------------------
********************** category page ***************************
--------------------------------------------------------------*/

#category .swiper {
	background: #fef8f5;
	padding: 23px;
	border-radius: 27px;
}

#category .swiper img {
	width: 100%;
	border-radius: 23px;
	background-color: white;
}

#category .swiper p {
	color: var(--color-primary);
	font-family: var(--font-secondary);
	font-size: 18px;
	letter-spacing: 1px;
}

#category .swiper .swiper-button-next {
	color: var(--color-default);
}

#category .swiper .swiper-button-prev {
	color: var(--color-secondary);
}

#category .swiper:hover {
	background: var(--color-secondary);
}

#category .swiper:hover p {
	color: white;
	font-weight: 600;
}

/*--------------------------------------------------------------
******************** Product details page **********************
--------------------------------------------------------------*/

#product-detail .product-img {
	font-size: 15px;
	overflow: hidden;
}

#product-detail .swiper {
	width: 100%;
	height: auto;
	padding: 5px;
}

#product-detail .swiper-slide img {
	height: auto;
	background-color: white;
	border-radius: 25px;
	box-shadow: 1px 1px 4px 5px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: 1px 1px 4px 5px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 1px 1px 4px 5px rgba(0, 0, 0, 0.18);
}

#product-detail .swiper-button-next,
#product-detail .swiper-button-prev {
	color: var(--color-default);
}

#product-detail .swiper-button-disabled {
	color: var(--color-primary);
}

#product-detail .product-info h3 {
	color: var(--color-secondary);
	font-family: var(--font-primary);
	font-size: 40px;
	letter-spacing: 1px;
}

#product-detail .product-info .btns .btn {
	border-radius: 50%;
	width: 42px;
	height: 42px;
	transition: 0.3s;
}

#product-detail .product-info .btns i {
	color: #fff;
	font-size: 20px;
}

#product-detail .product-info .btns .email-btn {
	background: #c71610;
}

#product-detail .product-info .btns .wts-btn {
	background: #075e54;
}

#product-detail .TI-table table {
	text-align: center;
	border-spacing: 1;
	border-collapse: collapse;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	position: relative;
}

#product-detail .TI-table table thead tr {
	background: var(--color-default);
}

#product-detail .TI-table table thead th {
	padding: 10px;
	font-family: var(--font-primary);
	font-size: 18px;
	color: #fff;
	line-height: 1;
	font-weight: 600;
}

#product-detail .TI-table table tbody td {
	padding: 10px;
	font-family: var(--font-secondary);
	font-size: 15px;
	color: var(--color-primary);
	line-height: 1;
	font-weight: unset;
}

#product-detail .TI-table table tbody tr:nth-of-type(even) {
	background-color: #fef8f5;
}

#product-detail .TI-table table tbody tr:last-of-type {
	border-bottom: 2px solid var(--color-secondary);
}

#product-detail .checkout-Btn {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	cursor: pointer;
	overflow: hidden;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199);
	background-color: var(--color-default);
	color: white;
	font-size: 20px;
	font-family: var(--font-secondary);
}

#product-detail .checkout-Btn:hover {
	background-color: var(--color-secondary);
}

@media (max-width: 576px) {
	#product-detail .product-info h3 {
		font-size: 35px;
	}
	#product-detail .product-info .checkout-Btn {
		width: 50%;
	}
	#product-detail .product-info .btns {
		justify-content: flex-start !important;
	}
	#product-detail .TI-table table thead th {
		padding: 5px;
	}
	#product-detail .TI-table table tbody td {
		padding: 5px;
	}
}

/*--------------------------------------------------------------
# request
--------------------------------------------------------------*/

#request .steps button {
	color: white;
	background-color: var(--color-secondary);
}
#request .steps .active {
	background-color: var(--color-default);
}

#request .steps .progress-bar {
	background-color: var(--color-secondary);
}

#request .request-contant {
	width: 100%;
	border-top: 3px solid var(--color-secondary);
	border-bottom: 3px solid var(--color-secondary);
	padding: 30px;
	background: #fff;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
#request .request-form .form-group {
	padding-bottom: 8px;
}

#request .iti {
	display: block;
}

#request .request-form input,
#request .request-form textarea,
#request .request-form select {
	box-shadow: none;
	border-radius: 4px;
}

#request .request-form input:focus,
#request .request-form textarea:focus,
#request .request-form select:focus {
	border-color: var(--color-secondary);
}

#request .request-form button:last-child {
	background: var(--color-default);
	border: 0;
	padding: 10px 24px;
	color: #fff;
	transition: 0.4s;
	border-radius: 4px;
}
#request .request-form button:hover:last-child {
	background: var(--color-secondary);
}

#request .request-form .error-message {
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600;
}

#request .request-form .error-message br + br {
	margin-top: 25px;
}

#request .request-form .sent-message {
	display: none;
	color: #fff;
	background: var(--color-default);
	text-align: center;
	padding: 15px;
	font-weight: 600;
}

#request .request-form .loading {
	background: #fff;
	text-align: center;
	padding: 15px;
}

#request .request-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid var(--color-secondary);
	border-top-color: #eee;
	animation: animate-loading 1s linear infinite;
}

#request #ConfirmationInfo .product {
	border: 2px solid var(--color-secondary);
	border-radius: 20px;
}

#request #ConfirmationInfo .accept-role-txt {
	input {
		accent-color: var(--color-default);
	}
}

@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/*--------------------------------------------------------------
************************* Footer *******************************
--------------------------------------------------------------*/

#footer {
	color: #b4aca8;
	font-size: 14px;
	background: #fff;
}

#footer .footer-top {
	padding: 60px 0 30px 0;
	background: #fef8f5;
}

#footer .footer-top .footer-contact {
	margin-bottom: 30px;
}

#footer .footer-top .footer-contact span {
	font-size: 22px;
	margin: 0 0 10px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--color-default);
	font-family: var(--font-logo);
}

#footer .footer-top .footer-contact p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: "Muli", sans-serif;
	color: var(--color-primary);
}

#footer .footer-top strong {
	font-size: 16px;
	font-weight: bold;
	color: var(--color-default);
	position: relative;
	padding-bottom: 12px;
}

#footer .footer-top .footer-links {
	margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 15px;
}

#footer .footer-top .footer-links ul i {
	padding-right: 2px;
	color: #fd6f41;
	font-size: 18px;
	line-height: 1;
}

#footer .footer-top .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}

#footer .footer-top .footer-links ul a {
	color: var(--color-primary);
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
	text-decoration: none;
	color: #fd6f41;
}

#footer .footer-newsletter {
	font-size: 15px;
}

#footer .footer-newsletter h4 {
	font-size: 16px;
	font-weight: bold;
	color: var(--color-default);
	position: relative;
	padding-bottom: 12px;
}

#footer .footer-newsletter form {
	border-color: var(--color-default);
	border-style: solid;
	margin-top: 30px;
	background: #fff;
	padding: 6px 10px;
	position: relative;
	border-radius: 5px;
	text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
	border: 0;
	padding: 4px 8px;
	width: calc(100% - 100px);
	background-color: #fef8f5;
}

#footer .footer-newsletter form input[type="email"]:focus-visible {
	border: 0;
	outline: 0;
}

#footer .footer-newsletter form input[type="submit"] {
	position: absolute;
	top: 0;
	right: -2px;
	bottom: 0;
	border: 0;
	background: none;
	font-size: 16px;
	padding: 0 20px;
	background: var(--color-default);
	color: #fff;
	transition: 0.3s;
	border-radius: 0 4px 4px 0;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
	background: var(--color-secondary);
}

#footer .footer-newsletter form {
	background-color: #fef8f5;
}

#footer .credits {
	padding-top: 5px;
	font-size: 13px;
	color: #b4aca8;
}

#footer .social-links a {
	font-size: 18px;
	display: inline-block;
	background: var(--color-default);
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}

#footer .social-links a i {
	color: white;
}

#footer .social-links a:hover {
	background: var(--color-secondary);
	color: #fff;
	text-decoration: none;
}

/*--------------------------------------------------------------
****************************************************************
************************** DASHBOARD ***************************
****************************************************************
--------------------------------------------------------------*/

/*--------------------------------------------------------------
**************************** main ******************************
--------------------------------------------------------------*/

#dashboard {
	height: 100vh;
	background: linear-gradient(
		to right top,
		var(--color-default),
		var(--color-secondary)
	);
	overflow: hidden;
}

#dashboard .glass {
	height: 90vh;
	width: 85%;
	background: linear-gradient(
		to right bottom,
		rgba(255, 255, 255, 0.7),
		rgba(255, 255, 255, 0.3)
	);
	border-radius: 25px;
	backdrop-filter: blur(25px);
}

#dashboard .circle1,
#dashboard .circle2 {
	background-color: var(--white-color);
	background: linear-gradient(
		to right bottom,
		rgba(255, 255, 255, 1),
		rgba(255, 255, 255, 0.5)
	);
	height: 300px;
	width: 300px;
	border-radius: 50%;
}

#dashboard .copyright {
	font-size: 16px;
	color: black;
}

#dashboard .copyright strong {
	color: #fff;
	font-size: 14px;
	font-family: var(--font-primary);
}

#dashboard .offcanvas-backdrop {
	width: 100%;
	height: 100%;
}

#dashboard .cud-btn {
	background: linear-gradient(
		to right top,
		var(--color-default),
		var(--color-secondary)
	);
	color: #fff;
	font-size: 15px;
}

#dashboard .cud-btn:hover {
	font-weight: bold;
}

/*--------------------------------------------------------------
**************************** dash ******************************
--------------------------------------------------------------*/

/*---- navbar ----*/

#dashboard .glass nav {
	background: linear-gradient(
		to right bottom,
		rgba(255, 255, 255, 1),
		rgba(255, 255, 255, 0.5)
	);
	border-radius: 25px;
	font-size: 20px;
	font-family: var(--font-secondary);
}

#dashboard .glass nav .logout-Btn {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition-duration: 0.3s;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199);
	background-color: #2e2e2e;
	font-size: 1rem;
}

#dashboard .glass nav .logout-Btn .logout {
	width: 100%;
	transition-duration: 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}

#dashboard .glass nav .logout-Btn .logout svg {
	width: 25px;
}

#dashboard .glass nav .logout-Btn .logout svg path {
	fill: #f3f3f3;
}

#dashboard .glass nav .logout-Btn .text {
	position: absolute;
	right: 0%;
	width: 0%;
	opacity: 0;
	color: #f3f3f3;
	font-size: 1.2em;
	font-weight: 600;
	transition-duration: 0.3s;
}

#dashboard .glass nav .logout-Btn:hover {
	width: 125px;
	border-radius: 5px;
	transition-duration: 0.3s;
}

#dashboard .glass nav .logout-Btn:hover .logout svg {
	width: 20px;
}

#dashboard .glass nav .logout-Btn:hover .logout {
	width: 30%;
	transition-duration: 0.3s;
	padding-right: 3px;
}

#dashboard .glass nav .logout-Btn:hover .text {
	opacity: 1;
	width: 70%;
	transition-duration: 0.3s;
}

#dashboard .glass nav .logout-Btn:hover:active {
	transform: translate(2px, 2px);
}

#dashboard .glass .user svg {
	border-style: solid;
	border-radius: 20px;
	border-color: #2e2e2e;
	color: #2e2e2e;
}

/*---- content ----*/

#dashboard .glass .content {
	overflow: hidden;
	overflow-y: scroll;
}

#dashboard .glass .content::-webkit-scrollbar {
	width: 0;
}

#dashboard .glass .content .content-title {
	height: 5%;
}

#dashboard .glass .content .content-title h1 {
	font-family: var(--font-primary);
	font-size: 25px;
	letter-spacing: 1px;
}

#dashboard .glass .content .content-body {
	height: 95%;
}

/*---- dashboard info ----*/

#dashboard-info .quick-view .notif {
	background: linear-gradient(
		to right bottom,
		rgba(255, 255, 255, 1),
		rgba(255, 255, 255, 0.5)
	);
	border-radius: 15px;
	flex-direction: column;
}

#dashboard-info .quick-view .notif .unread {
	background-color: var(--color-default);
}

/*---- dashboard table ----*/

#dashboard-info table {
	border-collapse: collapse;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	position: relative;
}

#dashboard-info table thead tr {
	background: var(--color-default);
}

#dashboard-info table thead th {
	padding: 10px;
	font-family: var(--font-primary);
	font-size: clamp(13px, 2vw, 18px);
	color: #fff;
	line-height: 1.2;
	font-weight: unset;
}

#dashboard-info table tbody td {
	padding: 0 0 0 5px;
	font-family: var(--font-secondary);
	font-size: clamp(10px, 0.7vw, 15px);
	color: var(--color-primary);
	line-height: 1.2;
	font-weight: unset;
}

#dashboard-info table tbody tr:nth-of-type(even) {
	background-color: #fef8f5;
}

#dashboard-info table tbody tr:last-of-type {
	border-bottom: 2px solid var(--color-secondary);
}

/*--------------------------------------------------------------
**************************** card ******************************
--------------------------------------------------------------*/

#dashboard #card {
	padding: 8px 15px;
	margin: 10px 0;
	display: flex;
	background: linear-gradient(
		to left top,
		rgba(255, 255, 255, 0.8),
		rgba(255, 255, 255, 0.5)
	);
	border-radius: 10px;
	box-shadow: 6px 6px 20px rgba(112, 112, 112, 0.2);
	align-items: center;
	justify-content: space-between;
	font-size: 1.1rem;
}

/*--------------------------------------------------------------
*************************** product ****************************
--------------------------------------------------------------*/

#dashboard .portfolio-dash .portfolio-item {
	margin-bottom: 30px;
}

#dashboard .portfolio-dash .portfolio-wrap::before {
	content: "";
	background: rgba(122, 105, 96, 0.6);
	position: absolute;
	left: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all ease-in-out 0.3s;
	z-index: 2;
}

#dashboard .portfolio-dash .portfolio-wrap img {
	transition: 0.3s;
	position: relative;
	z-index: 1;
}

#dashboard .portfolio-dash .portfolio-wrap .portfolio-links {
	opacity: 0;
	left: 0;
	right: 0;
	top: calc(50% - 32px);
	text-align: center;
	z-index: 3;
	position: absolute;
	transition: all ease-in-out 0.3s;
}

#dashboard .portfolio-dash .portfolio-wrap .portfolio-links a {
	color: #eb5d1e;
	margin: 0 4px;
	line-height: 0;
	background-color: #fff;
	padding-top: 6px;
	padding-right: 1px;
	border-radius: 50px;
	text-align: center;
	width: 32px;
	height: 32px;
	display: inline-block;
	transition: 0.3s;
}

#dashboard .portfolio-dash .portfolio-wrap .portfolio-links a i {
	line-height: 0.8;
	font-size: 25px;
}

#dashboard .portfolio-dash .portfolio-wrap .portfolio-links a:hover {
	background: #eb5d1e;
	color: #fff;
}

#dashboard .portfolio-dash .portfolio-wrap .portfolio-info {
	opacity: 0;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 3;
	transition: all ease-in-out 0.3s;
}

#dashboard .portfolio-dash .portfolio-wrap .portfolio-info h4 {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
}

#dashboard .portfolio-dash .portfolio-wrap .portfolio-info p {
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
}

#dashboard .portfolio-dash .portfolio-wrap:hover::before {
	left: 0;
}

#dashboard .portfolio-dash .portfolio-wrap:hover .portfolio-links {
	opacity: 1;
	top: calc(50% - 16px);
}

#dashboard .portfolio-dash .portfolio-wrap:hover .portfolio-info {
	opacity: 1;
	bottom: 0;
}

/*--------------------------------------------------------------
*********************** emails / Orders ************************
--------------------------------------------------------------*/

#dashboard #orders table,
#dashboard #emails table {
	border-collapse: collapse;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	position: relative;
}

#dashboard #orders table thead tr,
#dashboard #emails table thead tr {
	background: var(--color-default);
}

#dashboard #orders table thead th,
#dashboard #emails table thead th {
	padding: 10px;
	font-family: var(--font-primary);
	font-size: clamp(13px, 2vw, 18px);
	color: #fff;
	line-height: 1.2;
	font-weight: unset;
}

#dashboard #orders table tbody td,
#dashboard #emails table tbody td {
	padding: 8px 4px;
	font-family: var(--font-secondary);
	font-size: 15px;
	color: var(--color-primary);
	line-height: 1.2;
	font-weight: unset;
}

#dashboard #orders table tbody td a i,
#dashboard #emails table tbody td a i {
	font-size: 20px;
}

#dashboard #orders table tbody tr:nth-of-type(even),
#dashboard #emails table tbody tr:nth-of-type(even) {
	background-color: #fef8f5;
}

#dashboard #orders table tbody tr:last-of-type,
#dashboard #emails table tbody tr:last-of-type {
	border-bottom: 2px solid var(--color-secondary);
}

#dashboard #orders input,
#dashboard #emails input {
	width: 100%;
	max-width: 220px;
	height: 45px;
	padding: 12px;
	border-radius: 12px;
	border: 1.5px solid lightgrey;
	outline: none;
	transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
	box-shadow: 0px 0px 20px -18px;
}

#dashboard #orders input:hover,
#dashboard #emails input:hover {
	border: 2px solid lightgrey;
	box-shadow: 0px 0px 20px -17px;
}

#dashboard #orders input:active,
#dashboard #emails input:active {
	transform: scale(0.95);
}

#dashboard #orders input:focus,
#dashboard #emails input:focus {
	border: 2px solid grey;
}

#dashboard #order strong,
#dashboard #email strong {
	color: var(--color-primary);
}

/*--------------------------------------------------------------
****************************************************************
**************************** LOGIN *****************************
****************************************************************
--------------------------------------------------------------*/

#login {
	height: 100vh;
}

#login .left-box {
	border-radius: 20px;
	background-color: #ef7f4d;
}

#login .left-box .featured-image img {
	width: 100px;
}

#login .right-box {
	padding: 40px 30px 40px 40px;
}

#login button {
	background-color: var(--color-secondary);
}

#login button:hover {
	background-color: var(--color-default);
}

/*--------------------------------------------------------------
****************************************************************
*************************** PAGE 404 ***************************
****************************************************************
--------------------------------------------------------------*/

#page_404 {
	padding: 40px 0;
	background: #fff;
	height: 100vh;
}

#page_404 h1 {
	font-family: var(--font-logo);
	color: var(--color-default);
	font-size: 90px;
}

#page_404 .link_404 {
	text-decoration: none;
	position: relative;
	padding: 10px 22px;
	border-radius: 6px;
	border: none;
	color: #fff;
	cursor: pointer;
	background-color: var(--color-secondary);
	transition: all 0.2s ease;
}

/*--------------------------------------------------------------
****************************************************************
*************************** PAGE 503 ***************************
****************************************************************
--------------------------------------------------------------*/

#page_503 .content {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	color: #ffffff;
	background-image: radial-gradient(
			circle at 29% 55%,
			hsla(329, 0%, 99%, 0.05) 0%,
			hsla(329, 0%, 99%, 0.05) 4%,
			transparent 4%,
			transparent 44%,
			transparent 44%,
			transparent 100%
		),
		radial-gradient(
			circle at 85% 89%,
			hsla(329, 0%, 99%, 0.05) 0%,
			hsla(329, 0%, 99%, 0.05) 51%,
			transparent 51%,
			transparent 52%,
			transparent 52%,
			transparent 100%
		),
		radial-gradient(
			circle at 6% 90%,
			hsla(329, 0%, 99%, 0.05) 0%,
			hsla(329, 0%, 99%, 0.05) 53%,
			transparent 53%,
			transparent 64%,
			transparent 64%,
			transparent 100%
		),
		radial-gradient(
			circle at 35% 75%,
			hsla(329, 0%, 99%, 0.05) 0%,
			hsla(329, 0%, 99%, 0.05) 6%,
			transparent 6%,
			transparent 98%,
			transparent 98%,
			transparent 100%
		),
		radial-gradient(
			circle at 56% 75%,
			hsla(329, 0%, 99%, 0.05) 0%,
			hsla(329, 0%, 99%, 0.05) 16%,
			transparent 16%,
			transparent 23%,
			transparent 23%,
			transparent 100%
		),
		radial-gradient(
			circle at 42% 0%,
			hsla(329, 0%, 99%, 0.05) 0%,
			hsla(329, 0%, 99%, 0.05) 3%,
			transparent 3%,
			transparent 26%,
			transparent 26%,
			transparent 100%
		),
		radial-gradient(
			circle at 29% 28%,
			hsla(329, 0%, 99%, 0.05) 0%,
			hsla(329, 0%, 99%, 0.05) 51%,
			transparent 51%,
			transparent 75%,
			transparent 75%,
			transparent 100%
		),
		radial-gradient(
			circle at 77% 21%,
			hsla(329, 0%, 99%, 0.05) 0%,
			hsla(329, 0%, 99%, 0.05) 35%,
			transparent 35%,
			transparent 55%,
			transparent 55%,
			transparent 100%
		),
		radial-gradient(
			circle at 65% 91%,
			hsla(329, 0%, 99%, 0.05) 0%,
			hsla(329, 0%, 99%, 0.05) 46%,
			transparent 46%,
			transparent 76%,
			transparent 76%,
			transparent 100%
		),
		linear-gradient(235deg, rgba(239, 127, 77, 0.37), rgb(235, 93, 30));
}

#page_503 .content .svg {
	width: 100%;
	bottom: 0;
	left: 0;
}

#page_503 .content .svg svg {
	display: block;
	width: calc(180% + 1.3px);
	height: 500px;
	transform: rotateY(180deg);
}

#page_503 .content .svg .shape-fill {
	fill: #ffffff;
}

#page_503 .content h1 {
	color: #ffffff;
	font-family: var(--font-logo);
	font-size: clamp(50px, 5vw, 70px);
	font-weight: 700;
}

#page_503 .content h2 {
	color: #ffffff;
	font-size: clamp(20px, 3vw, 30px);
	font-family: var(--font-primary);
	font-style: italic;
	font-weight: 400;
}

#page_503 .content p {
	font-size: clamp(15px, 1vw, 20px);
	color: #ffffff;
	font-family: var(--font-secondary);
}

#page_503 .content input {
	height: 40px;
	border-radius: 8px;
	border: 2px solid hsl(0, 0%, 100%);
	outline: none;
	transition: 200ms ease-in;
	padding-left: 1rem;
}

#page_503 .content input:focus {
	border-bottom: 4px solid hsl(0, 0%, 100%);
	padding-top: 2px;
}

#page_503 .content input::placeholder {
	color: hsl(27, 100%, 28%);
	opacity: 0.5;
}

#page_503 .content .btn {
	padding: 9px 20px;
	background-color: transparent;
	border-radius: 0.3em;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: 0.5s;
	font-weight: 700;
	font-size: 17px;
	border: 1px solid;
	font-family: var(--font-primary);
	text-transform: uppercase;
	color: var(--white-color);
	z-index: 1;
}

#page_503 .content .btn::before,
#page_503 .content .btn::after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	transform: translate(-50%, -50%);
	position: absolute;
	border-radius: 50%;
	z-index: -1;
	background-color: var(--color-default);
	transition: 1s ease;
}

#page_503 .content .btn::before {
	top: -1em;
	left: -1em;
}

#page_503 .content .btn::after {
	left: calc(100% + 1em);
	top: calc(100% + 1em);
}

#page_503 .content .btn:hover::before,
#page_503 .content .btn:hover::after {
	height: 410px;
	width: 410px;
}

#page_503 .content .btn:hover {
	color: var(--white-color);
}

#page_503 .content .btn:active {
	filter: brightness(0.8);
}
