/*
 Theme Name: picante
 Theme URI: 
 Author: 
 Author URI: 
 Description: Picante
 Version: 1.0
 License:
 License URI: 
*/
/*=================================
    CSS Index Here
==================================*/
/*
01. Fonts
02. Mixin
03. Variable
04. Typography
05. Home
06. Product 1
07. Product 2
08. Product 3
09. Product 4
10. About Page
11. Pricing Page
12. Contact Page

*/
/*------------------- 01. Fonts -------------------*/
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*------------------- 02. Variable-------------------*/

/*------------------- 04. Typography -------------------*/
:root {
	--white-color: #ffffff;
	--primary-color: #fd5523;
	--body-color: #787878;
	--bg-color: #062e39;
	--heading-color: #062e39;
	--body-font: "Poppins", sans-serif;
	--heading-font: "Lora", serif;
}

/*------------------- 04. Typography -------------------*/
html,
body {
	scroll-behavior: smooth !important;
}

body {
	font-family: var(--body-font);
	font-size: 16px;
	font-weight: 400;
	color: var(--body-color);
	line-height: 26px;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
}

iframe {
	border: none;
	width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
	outline: none;
}

input:focus {
	outline: none;
	box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
	max-width: 100%;
	height: auto;
}

ul,
ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a {
	color: var(--primary-color);
	text-decoration: none;
	outline: 0;
	transition: all ease 0.4s;
}
a:hover {
	color: var(--primary-color);
}
a:active,
a:focus,
a:hover,
a:visited {
	text-decoration: none;
	outline: 0;
}

button {
	transition: all ease 0.4s;
}

img {
	border: none;
	max-width: 100%;
}

ins {
	text-decoration: none;
}

p {
	margin: 0 0 18px 0;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
	color: var(--heading-color);
	text-transform: none;
	font-family: var(--heading-font);
	font-weight: 600;
	line-height: 1.4;
	margin: 0 0 15px 0;
}

/*-- Section Title --*/
.subTitle {
	color: var(--primary-color);
	font-weight: 500;
	font-size: 24px;
	line-height: 0.9;
	margin: 0 0 17px;
}
.secTitle {
	font-size: 48px;
	line-height: 58px;
	overflow: hidden;
	margin: 0 0 60px;
}
.secTitle span {
	position: relative;
}
.secTitle span::after {
	position: absolute;
	left: 0;
	bottom: 6px;
	width: 100%;
	height: 2px;
	background: currentColor;
	content: "";
}

.white {
	color: var(--white-color);
}
/*-- Common Btn --*/
.tj-btn {
	position: relative;
	overflow: hidden;
	font-size: 18px;
	font-weight: 700;
	height: 61px;
	line-height: 61px;
	border-radius: 4px;
	letter-spacing: 0.05em;
	padding: 0 40px;
	text-align: center;
	border: none;
	outline: none;
	text-transform: capitalize;
	display: inline-block;
	background: var(--primary-color);
	font-family: var(--heading-font);
	color: var(--white-color);
	z-index: 2;
	transition: all ease 0.3s;
}
.tj-btn i {
	display: inline-block;
	font-size: 15px;
	position: relative;
	top: 2px;
	margin-left: 5px;
}
.tj-btn::before,
.tj-btn::after,
.tj-btn span::before,
.tj-btn span::after {
	content: "";
	position: absolute;
	top: 0;
	width: 25.25%;
	height: 0;
	background: var(--heading-color);
	z-index: -1;
	transition: 0.3s ease-in-out;
}
.tj-btn span::before,
.tj-btn span::after {
	content: "";
	position: absolute;
	top: 0;
	width: 25.25%;
	height: 0;
	background: var(--heading-color);
	z-index: -1;
	transition: 0.3s ease-in-out;
}
.tj-btn::before {
	left: 0;
}
.tj-btn::after {
	left: 50%;
}
.tj-btn span::before,
.tj-btn span::after {
	top: auto;
	bottom: 0;
}
.tj-btn span::before {
	left: 25%;
}
.tj-btn span::after {
	left: 75%;
}
.tj-btn:hover::before,
.tj-btn:hover::after,
.tj-btn:hover span::before,
.tj-btn:hover span::after {
	height: 100%;
}
.tj-btn:hover {
	color: var(--white-color);
}

/*--- Back To Top ---*/
#backtotop {
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	background: var(--primary-color);
	color: var(--white-color);
	position: fixed;
	bottom: 20px;
	right: 20px;
	transform: scale(0);
	z-index: 99;
	border-radius: 50%;
	cursor: pointer;
}

#backtotop.activate {
	transform: scale(1);
}

/*-- Preloader --*/
.preloader {
	position: fixed;
	z-index: 999999;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: var(--heading-color);
}
.preloader .middleGif {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.preloader .middleGif img {
	max-width: 100%;
}
.preloader .tj-btn {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	border-radius: 0;
	font-size: 16px;
	height: 52px;
	line-height: 52px;
}
.preloader .tj-btn:hover {
	color: var(--primary-color);
}
.preloader .tj-btn::before,
.preloader .tj-btn::after,
.preloader .tj-btn span::before,
.preloader .tj-btn span::after {
	background: var(--white-color);
}

/*---- Keyframes Animation ----*/
@keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes wave {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
	}
	50% {
		box-shadow: 0 0 0 40px transparent;
	}
	100% {
		box-shadow: 0 0 0 0 transparent;
	}
}
@keyframes halfBounce {
	0%,
	100% {
		transform: scale(0.9);
	}
	50% {
		transform: scale(1);
	}
}
@keyframes rotated {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes movebounce {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(15px);
	}
	100% {
		transform: translateY(0px);
	}
}
@keyframes zoomBig {
	0% {
		transform: translate(-50%, -50%) scale(0.5);
		opacity: 1;
		border-width: 3px;
	}
	40% {
		opacity: 0.5;
		border-width: 2px;
	}
	65% {
		border-width: 1px;
	}
	100% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
		border-width: 1px;
	}
}
@keyframes shadows {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
			0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2);
	}
	100% {
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2),
			0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0);
	}
}
@keyframes animationFrames {
	0% {
		transform: translate(0px, 0px) rotate(0deg) scale(1);
	}
	20% {
		transform: translate(73px, -1px) rotate(36deg) scale(0.9);
	}
	40% {
		transform: translate(141px, 72px) rotate(72deg) scale(1);
	}
	60% {
		transform: translate(83px, 122px) rotate(108deg) scale(1.2);
	}
	80% {
		transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
	}
	100% {
		transform: translate(0px, 0px) rotate(0deg) scale(1);
	}
}

/*------------------- 05. Home -------------------*/
/*-- Header --*/
.header01 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 5;
	padding: 0 112px;
}
@media (min-width: 1200px) {
	header .container {
		max-width: 1099px;
	}
}
.headerInner {
	justify-content: space-between;
	display: flex;
	align-items: center;
	position: relative;
	padding: 50px 0;
	transition: all ease 0.3s;
}
.logo {
	margin: 0;
	position: relative;
}
.logo a {
	display: inline-block;
	max-width: 180px;
	width: 100%;
}
.logo a .secondary,
.fixedHeader .logo a .primary {
	display: none;
}
.fixedHeader .logo a .secondary {
	display: block;
}
.headerInner .tj-btn {
	border: 1px solid var(--primary-color);
	background: transparent;
	color: var(--primary-color);
	padding: 0 38px;
}
.headerInner .tj-btn::before,
.headerInner .tj-btn::after,
.headerInner .tj-btn span::before,
.headerInner .tj-btn span::after {
	background: var(--primary-color);
}
.headerInner .tj-btn:hover {
	color: var(--white-color);
}
.headerInner .tj-btn svg {
	width: 20px;
	height: 24px;
	transition: all ease 0.3s;
	position: relative;
	top: -2px;
	margin-left: 5px;
	fill: var(--primary-color);
}
.headerInner .tj-btn:hover svg {
	fill: var(--white-color);
}
header.fixedHeader {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: var(--white-color);
	box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
	border: none;
	z-index: 99;
}
header.fixedHeader .headerInner {
	padding: 15px 0 18px;
}
.header01 .blanks {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -999;
}
.heroSection {
	padding: 170px 0 0 112px;
	background-position: center center;
	background-color: var(--bg-color);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	position: relative;
	overflow: hidden;
	height: 1000px;
}
.bannerContent {
	position: relative;
	padding: 107px 0 0;
}
.bannerContent h2 {
	font-weight: 700;
	font-size: 60px;
	line-height: 70px;
	letter-spacing: 0.05em;
	color: var(--white-color);
	margin: 0 0 48px;
}
.bannerContent p {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: var(--white-color);
	max-width: 550px;
	margin: 0 0 51px;
}
.btnInfo .tj-btn {
	border: 1px solid var(--primary-color);
}
.btnInfo .tj-btn:hover {
	color: var(--primary-color);
}
.btnInfo {
	display: flex;
	align-items: center;
}
@-webkit-keyframes float-bob-y {
	0% {
		transform: translateX(-25px);
	}

	50% {
		transform: translateX(-5px);
	}

	100% {
		transform: translateX(-25px);
	}
}

@keyframes float-bob-y {
	0% {
		transform: translateX(-25px);
	}

	50% {
		transform: translateX(-5px);
	}

	100% {
		transform: translateX(-25px);
	}
}
.btnInfo img {
	max-width: 100%;
	height: 80px;
	margin-left: 50px;
	-webkit-animation-name: float-bob-y;
	animation-name: float-bob-y;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
.hero_img {
	position: absolute;
	right: 10px;
	top: 170px;
	max-width: 320px;
	width: 100%;
	z-index: 1;
}

.hero_img.hero_img-2 {
	right: 350px;
	top: 270px;
}

.hero_img.hero_img-3 {
	right: 690px;
	top: 370px;
}
.noPaddingRight {
	padding-right: 0;
}
.featureSecion {
	position: relative;
	background: #f8f8f8;
	padding: 100px 180px 97px;
}
.iconBox01 {
	position: relative;
	text-align: center;
	margin: auto;
	max-width: 318px;
}
.iconBox01 img {
	width: 85px;
	height: 85px;
	display: inline-block;
}
.iconBox01 h3 {
	font-size: 30px;
	line-height: 42px;
	margin: 24px 0 15px;
}
.iconBox01 p {
	font-family: var(--heading-font);
	margin: 0;
	font-weight: 500;
}
.demoSecion {
	position: relative;
	padding: 118px 0 100px;
}
.demoSecion h2 {
	font-size: 48px;
	line-height: 60px;
	text-align: center;
	max-width: 700px;
	width: 100%;
	margin: 0 auto 54px;
}
.demoItem {
	background: var(--white-color) 3f1;
	position: relative;
	border-radius: 0;
	padding: 48px 43px 0;
	text-align: center;
	margin: 0 8px 23px;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.demo-btn-position {
	position: absolute;
	left: 50%;
	top: 65%;
	transform: translate(-50%, -50%);
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 400ms linear 0s;
	-moz-transition: all 400ms linear 0s;
	-ms-transition: all 400ms linear 0s;
	-o-transition: all 400ms linear 0s;
	transition: all 400ms linear 0s;
}
.demoItem:hover .demo-btn-position {
	top: 50%;
	opacity: 1;
}
.demo-btn-wrap {
	position: relative;
	background: var(
		--Linear,
		linear-gradient(90deg, #5a56f0 -1.33%, #fd50b9 100%)
	);
	width: 142px;
	height: 142px;
	border-radius: 50%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	cursor: pointer;
}
.demo-btn-wrap a {
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	color: #fff;
	text-transform: capitalize;
	padding: 14px 0;
}
.demo-btn-wrap a .text {
	position: relative;
	z-index: 1;
	display: inline-block;
}
.demo-btn-wrap .single-page .btn-bg {
	position: absolute;
	left: 0;
	top: 0;
	transform: rotate(180deg);
	opacity: 0;
	-webkit-transition: all 400ms linear 0s;
	-moz-transition: all 400ms linear 0s;
	-ms-transition: all 400ms linear 0s;
	-o-transition: all 400ms linear 0s;
	transition: all 400ms linear 0s;
}
.demoThumb {
	display: block;
	border-radius: 0;
	/* filter: drop-shadow(0px 0px 45px rgba(0, 0, 0, 0.1)); */
	box-shadow: 0px 10px 20px rgba(3, 4, 28, 0.08);
	border-radius: 5px;
}
.demoThumb:hover {
	box-shadow: 0px 10px 20px rgba(234, 24, 38, 0.3);
}
.demoItem.upcoming .demoThumb {
	filter: blur(2px);
}
.demoItem.upcoming .demoThumb:hover {
	box-shadow: 0px 10px 20px rgba(3, 4, 28, 0.08);
}
.demoItem img {
	bottom: -2510px;
	width: 100%;
	object-fit: cover;
	border-radius: 5px;
	height: auto;
	transform: translateY(0);
	transition: 10s ease-out;
}
.dmTitle {
	font-weight: 500;
	font-size: 20px;
	line-height: 34px;
	text-align: center;
	margin: 0 0 41px;
}
.dmTitle a {
	color: inherit;
}
.dmTitle a:hover {
	color: var(--primary-color);
}
.demoDetails {
	margin: 24px 0 0;
}
.featureSecion02 {
	position: relative;
	background: #f8f8f8;
	padding: 120px 0 105px;
}
.featureSecion02 h2 {
	font-size: 48px;
	line-height: 60px;
	text-align: center;
	max-width: 700px;
	width: 100%;
	margin: 0 auto 54px;
}
.iconBox02 {
	position: relative;
	text-align: center;
	background: var(--white-color);
	margin: 0 0 25px;
	box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	padding: 50px 22px 47px;
}
.iconBox02:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 5px;
	content: "";
	border-radius: 0 0 3px 3px;
	background: var(--primary-color);
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.iconBox02:hover:after {
	width: 100%;
}
.iconBox02 img {
	height: 92px;
}
.iconBox02 h3 {
	font-size: 24px;
	line-height: 34px;
	margin: 30px 0 0;
}
.footer {
	position: relative;
	background-color: var(--bg-color);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 107px 0 100px;
	text-align: center;
}
.footer img {
	height: 120px;
}
.footer h5 {
	color: var(--white-color);
	font-weight: 500;
	font-size: 24px;
	line-height: 34px;
	margin: 39px 0 19px;
}
.footer h2 {
	color: var(--white-color);
	font-size: 48px;
	line-height: 60px;
	max-width: 700px;
	width: 100%;
	margin: 0 auto 51px;
}
.footer .tj-btn {
	padding: 0 56px;
}
.footer .tj-btn::before,
.footer .tj-btn::after,
.footer .tj-btn span::before,
.footer .tj-btn span::after {
	background: var(--white-color);
}
.footer .tj-btn:hover {
	color: var(--primary-color);
}
.copyRight {
	position: relative;
	text-align: center;
	background-color: var(--bg-color);
	border-top: 1px solid rgba(207, 207, 207, 0.2);
	padding: 25px 0;
}
.copyRight h5 {
	color: var(--white-color);
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	margin: 0;
}

.preloader {
	position: fixed;
	z-index: 999999;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: var(--bg-color);
	/* spinner-1 styles */
}
.preloader .spinner-eff {
	width: 76px;
	height: 76px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	margin: auto;
	z-index: 2;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	overflow: hidden;
}
.preloader .spinner-eff:before,
.preloader .spinner-eff:after {
	content: "";
	display: block;
}
.preloader .spinner-eff .bar {
	width: 0;
	height: 0;
	border: 38px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(0deg);
	opacity: 0.5;
	z-index: -2;
}
.preloader .spinner-eff .bar-top {
	border-top: 38px solid var(--primary-color);
	animation: rotation-top 3.6s linear 0s infinite;
}
.preloader .spinner-eff .bar-right {
	border-right: 38px solid var(--primary-color);
	animation: rotation-right 3.6s linear 0s infinite;
}
.preloader .spinner-eff .bar-bottom {
	border-bottom: 38px solid var(--primary-color);
	animation: rotation-bottom 3.6s linear 0s infinite;
}
.preloader .spinner-eff .bar-left {
	border-left: 38px solid var(--primary-color);
	animation: rotation-left 3.6s linear 0s infinite;
}
@keyframes rotation-top {
	0% {
		transform: rotate(0deg);
		opacity: 0.5;
	}
	20% {
		transform: rotate(360deg);
		opacity: 1;
	}
	80% {
		transform: rotate(360deg);
		opacity: 1;
	}
	100% {
		transform: rotate(360deg);
		opacity: 0.5;
	}
}
@keyframes rotation-right {
	0% {
		transform: rotate(0deg);
		opacity: 0.5;
	}
	20% {
		transform: rotate(0deg);
		opacity: 0.5;
	}
	40% {
		transform: rotate(360deg);
		opacity: 1;
	}
	80% {
		transform: rotate(360deg);
		opacity: 1;
	}
	100% {
		transform: rotate(360deg);
		opacity: 0.5;
	}
}
@keyframes rotation-bottom {
	0% {
		transform: rotate(0deg);
		opacity: 0.5;
	}
	40% {
		transform: rotate(0deg);
		opacity: 0.5;
	}
	60% {
		transform: rotate(360deg);
		opacity: 1;
	}
	80% {
		transform: rotate(360deg);
		opacity: 1;
	}
	100% {
		transform: rotate(360deg);
		opacity: 0.5;
	}
}
@keyframes rotation-left {
	0% {
		transform: rotate(0deg);
		opacity: 0.5;
	}
	60% {
		transform: rotate(0deg);
		opacity: 0.5;
	}
	80% {
		transform: rotate(360deg);
		opacity: 1;
	}
	100% {
		transform: rotate(360deg);
		opacity: 0.5;
	}
}
.preloader .tj-btn {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	border-radius: 0;
	font-size: 16px;
	height: 52px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 52px;
	font-family: var(--body-font);
}
.preloader .tj-btn:hover {
	color: var(--primary-color);
}
.preloader .tj-btn::before,
.preloader .tj-btn::after,
.preloader .tj-btn span::before,
.preloader .tj-btn span::after {
	background: var(--white-color);
}
/*--- Back To Top ---*/
#backtotop {
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	background: var(--primary-color);
	color: var(--white-color);
	position: fixed;
	bottom: 20px;
	right: 20px;
	transform: scale(0);
	z-index: 99;
	border-radius: 50%;
	cursor: pointer;
}

#backtotop.activate {
	transform: scale(1);
}
.copyright_text {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.8);
}
.copyright_text > a {
	color: var(--white-color);
	font-weight: 600;
	display: inline-block;
}
.copyright_text > a:hover {
	color: var(--primary-color);
}
